I just checked the code and I see absolutely nothing wrong with it offhand smile

Well, I can't connect to PunRes to take a look at the code, so I'll just double check one thing: the person is posting from the same IP, right?

2,028

(17 replies, posted in PunBB 1.2 troubleshooting)

cygnul wrote:

think i've cracked it!  i'm using a jumpbox which is set to use dhtp so i set it to static network settings.  seems ot have sorted it.  thanks for your help anyway wink

Aha, that's not a vanilla install though, vanilla installs come from this site tongue

That would be a modification/extension, not a feature in the core wink

2,030

(2 replies, posted in Feature requests)

Well, I don't think we would use the CSRF token for this, but it would certainly be possible using a plain timestamp.

2,031

(17 replies, posted in PunBB 1.2 troubleshooting)

yemgi: Vanilla, as in plain, unmodified wink

2,032

(3 replies, posted in PunBB 1.2 troubleshooting)

If you can chmod it properly, you can do it yourself. If you can't, discuss it with your host.

2,033

(3 replies, posted in PunBB 1.2 troubleshooting)

It needs to be chmodded such that the user Apache is running as can write to it.

2,034

(17 replies, posted in PunBB 1.2 troubleshooting)

PunBB has no cron jobs. Nothing alters the base url except for admin_options.php. Unless you've modified some code, that remains true. Thus, there's no way for the base URL to change without you specifically doing it.
One thing to look at would be backups. If something is removing the current cache file and replacing it with an old version, that could be the cause.

Are you sure the user Apache is running has has write permissions for the folder? If so, delete any config files in it and see if the issue goes away.

The PunBB install will work fine
Your username or password for the database server is incorrect. Or you're using the wrong database server.

2,037

(17 replies, posted in PunBB 1.2 show off)

No, but it looks like it should be no more difficult than Akismet, which isn't very difficult at all.

2,038

(17 replies, posted in PunBB 1.2 show off)

elbekko wrote:

sirena: That captcha is illogical... if you're 'helping' to decypher old books, how the hell can the software know that what you say is in the picture is actually correct?

It compares the translations of multiple people.

2,039

(11 replies, posted in Feature requests)

elbekko wrote:

Won't this give problems in the online list?

The guest online count won't be incorrect

2,040

(17 replies, posted in PunBB 1.2 show off)

I just looked at the message board for the Facebook developers application for the first time in a while and I saw this:
http://forum.developers.facebook.com/index.php

OMG! big_smile

2,041

(11 replies, posted in Feature requests)

Or remove it, since there's no way to tell the difference between IPs anymore.

2,042

(11 replies, posted in Feature requests)

As I said, you also need to change register.php

He hasn't run install.php yet and thus has no config.php file wink

Try reuploading the file. If that doesn't work, it looks like there's a problem with your host.

If you upload a picture, use is set to yes. If you delete a picture, it's set to no. If you want to remove it, simply search for the code in profile.php

2,046

(1 replies, posted in PunBB 1.2 troubleshooting)

If the time on your server went back, you could set the server time back by one hour.
However, if your server's clock didn't change, then the issue is your users. When the clocks go back, they need to set their timezone back as well, otherwise they're not adjusting for DST tongue

2,047

(38 replies, posted in PunBB 1.2 bug reports)

No problem smile

2,048

(105 replies, posted in General discussion)

As much as I love helping you guys out, I'm fairly busy with other things and I just don't have the time to help the two of you out with, essentially, a major rewrite of a modification. tongue

mysql_select_db can take a connection as an argument (and needs to).

PunBB does explicitly specify which connection to use. However, if YOU executed a command to switch databases without specifying the link, PHP defaults to using the most recently opened link.