Yes there is =/
Administration > Forums > Edit > Members row.

chatbox.php is loading common.php, as is header.php. Change the include "common.php"; to include_once "common.php";

1,903

(13 replies, posted in PunBB 1.2 discussion)

if(is_uploaded_file($_FILES['file']['tmp_name']) && !file_exists($_FILES['file']['name']))
{
move_uploaded_file($_FILES['file']['tmp_name'], PUN_ROOT."uploads/".$_FILES['file']['name']);
redirect($_SERVER['PHP_SELF'], "File uploaded");
}

This should do...

1,904

(16 replies, posted in PunBB 1.2 discussion)

You can only be in one group at a time, and I guess that's what they mean. Ofcourse, there are mods for it, but...

1,905

(14 replies, posted in Feature requests)

http://www.punres.org/desc.php?pid=174

I have no idea what could be wrong now tongue

I suppose that becomes pun_redirect or something =/

Change encoding to UTF-8 in lang/common.php wink

I see... it changed a variable =/
Change every occurence of $db to $pun_db and it should work wink

Odd, really odd =/
It worked fine when I wrote it (and for other people too) =/
Only thing I can think of is that the $db variable gets overwritten somewhere =/

Have you modified the code in any way?

Seems to be working fine now =/

Well, when I go here: http://fayestevenson.co.uk/modules/PunB … etter.php, I get an error tongue

site wrote:

An error was encountered
Error: Unable to connect to MySQL server. MySQL reported: Access denied for user 'slwincou'@'localhost' (using password: NO).

So I suppose that's the problem =/

1,914

(24 replies, posted in General discussion)

-.- Stop spamming.

include common.php, it should load the database connection.

Yes, your database connection isn't loaded wink

PunBB works perfectly fine for me, and I have 3-4 PunBB installations on my localhost tongue

Looks like a server problem to me... =/

1,919

(109 replies, posted in General discussion)

The PunBB version has nothing to do with that error on MyPunBB -.- You should be happy Connorhd does such a thing for free. If you need your forum that bad, host it yourself =/

Odd, as PunBB should run pretty fast =/
I guess it's a server problem.

What mods have you installed?

1,922

(3 replies, posted in PunBB 1.2 troubleshooting)

In viewtopic.php, on the bottom of the page wink

1,923

(3 replies, posted in PunBB 1.2 troubleshooting)

If your host allows it,

exec('ping '.$ip);

But unless you have a dedicated server, I doubt it tongue
Haven't used this, but maybe it works: http://be2.php.net/manual/en/function.imap-ping.php

1,924

(109 replies, posted in General discussion)

I bet Rickard has been working hard on the extension system wink As long as it doesn't work, it's only normal that he doesn't upload it tongue

1,925

(15 replies, posted in PunBB 1.2 troubleshooting)

http://www.punres.org/misc.php?email=2
You must be logged in on PunRes to use that though wink