51

(5 replies, posted in PunBB 1.2 show off)

thanks! glad you like it smile
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

52

(5 replies, posted in PunBB 1.2 show off)

so i decided to make an OSX like theme smile
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 smile)

EDIT: now i also modifyed the BB buttons

53

(3 replies, posted in Feature requests)

Titaniman? wrote:

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

Chacmool wrote:
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! wink

pen wrote:

oh man! big_smile
my board is there smile, ranked 7.. thats awsome man big_smile
i got alittle confused when it said that my board was already there smile

You're also number #1 on the "most new posts per day"-list, currently at 560.6 posts smile


oh.. awsome big_smile
my stupid spammy members tongue

oh man! big_smile
my board is there smile, ranked 7.. thats awsome man big_smile
i got alittle confused when it said that my board was already there smile

56

(4 replies, posted in PunBB 1.2 show off)

looks like the original install of punbb yikes

57

(4 replies, posted in PunBB 1.2 show off)

yeah.. that looks awsome smile

58

(6 replies, posted in PunBB 1.2 show off)

i wrote my own yikes

i would release it, but people would just start herrasing my coding(i suck at it smile)

<?php include('extern.php?action=active&show=13'); ?>

yours seems to show more info

60

(13 replies, posted in Feature requests)

yeah.. i just coded this, it was quite easy smile

61

(7 replies, posted in PunBB 1.2 show off)

yeah, just change the colors in the forum.. the rest is awsome smile

62

(13 replies, posted in Feature requests)

Paul wrote:

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 smile

63

(13 replies, posted in Feature requests)

well.. i trust my moderators, still i think it would be good to be able to limit them

64

(13 replies, posted in Feature requests)

yeah.. i just noticed that moderators have waay too much power tongue
so mabye add that in permissions?
so that you can limit them, because now they can ban users and stuff like that

http://penpen.se/dk.gif
big_smile

66

(5 replies, posted in PunBB 1.2 show off)

now i do

67

(5 replies, posted in PunBB 1.2 show off)

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 smile

sverrir wrote:
Paul wrote:

Police 33 - 0 Hooligans

Nice one big_smile

Well I'm gonna enjoy Sweden - Italy now.
Hopefully 1-0 for Sweden but it could also go 1-1.

you where right big_smile

1-1 :>

71

(9 replies, posted in Programming)

verry basic gd script.. i wrote it for random signature images a loong time ago, thats why its gd tongue..
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 smile

<?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 smile
first that first one with the sql, then this mod collided with the usergroup system, but i got it working anyway smile

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? smile

EDIT: ok.. sorry i got it smile

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 big_smile

74

(6 replies, posted in PunBB 1.2 show off)

ameenullah wrote:

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. smile


well.. im aware of that.. it was some scripts a was making before i found external.php smile

oh man! ive soo been wanting a mod like this smile