thanks! glad you like it
also since someone asked if he could have the theme here it is
http://penpen.se/osx.rar
i think you can understand the readme even tho im not used to writing them
You are not logged in. Please login or register.
PunBB Forums → Posts by pen
thanks! glad you like it
also since someone asked if he could have the theme here it is
http://penpen.se/osx.rar
i think you can understand the readme even tho im not used to writing them
so i decided to make an OSX like theme
http://pen.rooted.se:9000/
i think it turned out pretty good
also modified the poll alittle
i hope Chacmool dont mind
http://pen.rooted.se:9000/viewtopic.php?id=4
btw, running pubb++(had to test it )
EDIT: now i also modifyed the BB buttons
yes, thats exactly what I need, thanks man!! Can't wait for 1.2!
while you wait mabye you can use Mediators mod
http://punbb.org/forums/viewtopic.php?id=3640
Jansson wrote:Hmm.. I think the colors are a little too light. The tables are difficult to see on my TFT screen.
Easy solution: Give the monitor to ME!
pen wrote:oh man!
my board is there , ranked 7.. thats awsome man
i got alittle confused when it said that my board was already thereYou're also number #1 on the "most new posts per day"-list, currently at 560.6 posts
oh.. awsome
my stupid spammy members
oh man!
my board is there , ranked 7.. thats awsome man
i got alittle confused when it said that my board was already there
looks like the original install of punbb
yeah.. that looks awsome
i wrote my own
i would release it, but people would just start herrasing my coding(i suck at it )
<?php include('extern.php?action=active&show=13'); ?>
yours seems to show more info
yeah.. i just coded this, it was quite easy
yeah, just change the colors in the forum.. the rest is awsome
Attempted translation:
Surely somebody here is able to change moderator privileges so that they can only make changes in forums and not ban people and change user details etc.
word
well.. i trust my moderators, still i think it would be good to be able to limit them
yeah.. i just noticed that moderators have waay too much power
so mabye add that in permissions?
so that you can limit them, because now they can ban users and stuff like that
did you delete the copyright?
sorry.. it was called exten.php, anyway it says howto in the file
Here are some examples using PHP include().
Show the 15 most recently active topics from all forums:
include('http://host.com/forums/extern.php?action=active');Show the 10 newest topics from forum with ID=5:
include('http://host.com/forums/extern.php?action=new&show=10&fid=5');Show users online:
include('http://host.com/forums/extern.php?action=online');Show board statistics:
include('http://host.com/forums/extern.php?action=stats');
why is this in mod releases?
anyway, check external.php, it doesnt have all the stuff you are requesting but atleast some
Paul wrote:Police 33 - 0 Hooligans
Nice one
Well I'm gonna enjoy Sweden - Italy now.
Hopefully 1-0 for Sweden but it could also go 1-1.
you where right
1-1 :>
verry basic gd script.. i wrote it for random signature images a loong time ago, thats why its gd ..
the images has to be like
1.gif
2.gif
3.gif
if you want more than 3 just edit the total, and if you want another extension just change the file type var
<?php
$total = "3";
$file_type = ".gif";
$start = "1";
$random = mt_rand($start, $total);
$image_name = $random . $file_type;
Header("Content-Type: image/gif");
$fn = fopen("./$image_name","r");
fpassthru($fn);
?>
ok.. the mod works perfect.. i had a litte problems tho
first that first one with the sql, then this mod collided with the usergroup system, but i got it working anyway
you should write one of those install_mod.php
because i dont understand that sql edit
i have phpMyAdmin and i went to my forum table and clicked sql
because its the only place where i can see anything code like
and the only thing that stands there is:
SELECT * FROM `tagmonkey_forums` WHERE 1
anyone knows where/how to edit that?
EDIT: ok.. sorry i got it
for those who are as stupid as me, just go there i went, paste
ALTER TABLE `<prefix>forums` ADD `reply_only` TINYINT AFTER `admmod_only`
and press go.. and do the same with the other
Hi Pen
Your site is GOOD!!!
Try to fix this problem too... When someone click with "http://penpen.se/tagmonkey/" this page is throwing simple text. look like an error..
Put a blank index file there in that directory to avoid this, else redirect the page to your homepage.
well.. im aware of that.. it was some scripts a was making before i found external.php
oh man! ive soo been wanting a mod like this
PunBB Forums → Posts by pen
Powered by PunBB, supported by Informer Technologies, Inc.