Very well done, I won't have to release my fixed version, this version looks much better! Good job!

Chazz wrote:

plz help me...

An error was encountered
Error: Error getting file list.

This means you did not install the database.

Hmm, that would be html error, Gary13579 said he would fix it. Its nothing big, script should be working properly even with those errors.

Smartmonkey wrote:

Hrm didn't work for me.. I added what you put gary and changed the $folderroot to the correct location. When I hit upload it just comes back.. doesn't report any errors.. and the directory stays blank.

I did also try turning on register globals.. to no success..

Did you change the folder's chmod to 777? $folderroot is the exact location of the uploaded files, the folder that needs to be chmoded.
For example: $folderroot = "http://www.google.com/forums/upload/";
"upload" would be the folder where the files would be uploaded, and "upload" would need to have 777 as chmod.

80

(0 replies, posted in Feature requests)

Alright, I hope you understand this, it could be very useful.

I added a few languages in my forums, and wanted to say in announcements and added a link to profile. But when accessing profile.php it says invalid page, it needs to have "?id=".

Here's what would be cool:

%user%
%userid%
%date%

For example:

Hello %user%, I added a few languages for the forums, you can now see the forums in your own language. Change this in your profile.<br>
<a href="forums/profile?id=%userid%">Click Here</a>

I hope you understand what I mean, this would be cool.. I'm sure you can think of much more shortcuts than that, I just entered that quickly.

- ultime

Smartmonkey wrote:

Im not sure how hard it is to add, but I think it would be awesome if once the file was uploaded if it gave the link for them to copy and paste w/ the [url]tags..

That would be extremelly easy to do, it is a good idea, I will add it to my Mod.

Rickard wrote:

So the "squares" are gone, but the topics are still marked as new?

Yes, the sqares are gone, they never appear not even when there is a new post.

You don't understand, let me try and explain better.
I made an index, (index.php) and replaced the current index with it. It was a plain white index saying "Upgrading configuration please come back later".
Now, I changed all the files from 1.1.5 to 1.2.1. This took about 3 minutes. Then I added the file that will upgrade to 1.2.0. When I used that file on my server there still was about 5 active users (cause they show as active until 10 minutes of inactivity), including me. I did the upgrade to 1.2.0 then 1.2.1. I replace the index.php then logged in.
When I logged in I saw no squares, I was thinking it was normal since the forums were out for about 10 minutes.
I wait for an hour, come back to my forums, there were new posts but I could not the the "New Post" squares. I didn't affect me until my friend asked me why I had removed the sqares. I asked him if he was there when I updated and he said yes. I asked everyone else that weren't online during upgrade and they can see the sqares. I tried cleaning cache and it dosn't work. It probably has something to do with the sql database.

Alright, you know when you get on your forums, you can see the little boxes that tells you there were new posts in that forum. Well on my forums I cannot see them, others that were online during upgrade cannot see them either.

I am also working on a version for 1.2.1. Should be released later this week.

Alright so I decided to upgrade my forums to the latest version.

Its not a big bug but its starting to get on my nerves.

When you upgrade your forums, everyone online on upgrade time will not see the "New posts" squares.

Any idea how this can be fixed?

hcgtv wrote:

"pron": An anagram of "porn," possibly indicating the use of pornography.

Damn, that blows my cover smile

Lets just hope my parents don't read that article either wink

88

(2 replies, posted in PunBB 1.2 bug reports)

I recently updated my forums to 1.2.1, its really easy to do by the way, thanks alot!

Now a little problem, I cannot see the little boxes, or squares what ever.

See for yourself: http://www.kalonline.info/forums/

Only thing I changed in script was the title, added "Forums Home", and I don't think this would do this.

Any idea what it might be?

Edit: by the squares I mean the orange box that appears when there is a new post.
Edit 2: This is getting even weirder, I asked my friend if he could see the little sqares, he said yes. I made another account to see if it was my computer, but I still couldn't see the squares. Whats happening? I can see the squares on these forums, and on all other forums running PunBB 1.2.1 but not mine!!

--

90

(142 replies, posted in PunBB 1.2 discussion)

My forums: 
Rows: 126492
Size: 6.95 MB

91

(1 replies, posted in PunBB 1.2 show off)

Hello everyone!

Its not related to PunBB, but I was kinda proud of myself.. I made a little script that will make a webpage for you. Its not so complicated to do for advanced coders, but it was quite alot of trouble for a beginer like me smile

Here's the adress:
http://omgultime.com/gender.htm

Have fun!

~ ultime

92

(1 replies, posted in PunBB 1.2 discussion)

ok, I was trying to add Flash to BBCode, it works but I don't know how to use the default size, I was thinking [flash=width="523" heigh="234"] (or something like that) would be better, but I woulnd't know how to do that.

Here's what I have so far (in parser.php):

    if ($pun_config['p_message_bbcode'] == '1' && strpos($message, '[') !== false && strpos($message, ']') !== false)
    {
        $message = do_bbcode($message);

        if ($pun_config['p_message_img_tag'] == '1')
        {
            if ($cur_user['show_img'] != '0')
                $message = preg_replace('#\[flash\]((ht|f)tp://)([^\r\n\t<"]*?)\[/flash\]#si', '<param name="movie" value="$1$3">
               <param name="quality" value="high">
               <embed src="$1$3" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">', $message);
            else
            {
                if ($cur_user['link_to_new_win'] == '0')
                    $message = preg_replace('#\[flash\]((ht|f)tp://)([^\r\n\t<"]*?)\[/flash\]#si', '<a href="$1$3"><'.$lang_common['Image link'].'></a>', $message);
                else
                    $message = preg_replace('#\[flash\]((ht|f)tp://)([^\r\n\t<"]*?)\[/flash\]#si', '<a href="$1$3" target="_blank"><'.$lang_common['Image link'].'></a>', $message);
            }
        }
    }

Anyone knows what I would need to change?

93

(7 replies, posted in Feature requests)

How soon would you be able to do that?

94

(7 replies, posted in Feature requests)

Hello everyone

I was thinking I could add a shop in my forums for an online game.
What it would look like:

Item Name |  Price  |  Seller  |  Description  |  Bid  |  Current highest bidder

Now with that, I would like every to be able to enter their own item in there, be able to edit it, and delete it. I want to be able to edit all items sold (me and moderators). On "Seller" add a link to user's profile. Under bid would show highest current bid, and when clicking on bid, you would be able to bid on that item. (bid.php?)

That would be all in shop.php or something like that and its for punBB Version 1.1.5.

Anyone would be able to do that?

~ ultime

95

(3 replies, posted in Archive)

Oui c'est tres possible..

Je ne veux pas causer aucun probleme a ta dabase ou rien donc jte dirais pas exactment quoi faire mais je peux te pousser dans la bonne direction..

Dans function.php tu devra auter toute les liens allant a search.
Tu devra deleter search.php
Deleter la database qui de seach..
Trouve quel fichier ecrive dans search, et empecher que sa cherche ou ecrit dans ta search database. (peu etre dans plusieur fichier, par ex: post.php ect..)

J'pense c'est ca la..

96

(3 replies, posted in PunBB 1.2 show off)

wow I just saw the flash games you made, you got msn or aim, I have a little something i would like to ask you.. Its in flash, I was thinking maybe you can help me with it..
msn: ultime@omgultime.com
aim: ultime forums

97

(3 replies, posted in PunBB 1.2 show off)

Looks nice, there is only one thing I would change... I don't really like the colors you chose.. But everything else is nice!

98

(8 replies, posted in PunBB 1.2 show off)

wow, tu as un beau site.. J'aimerais etre capable de faire quelque chose comme ca wink !

99

(5 replies, posted in PunBB 1.2 discussion)

Yeah I know, the page you first access the fortune cookie with is also part of the game, I just don't show the ammount gained..

I will try and fix that..

100

(5 replies, posted in PunBB 1.2 discussion)

Thank you so much!! I ow you man!