I just checked the code and I see absolutely nothing wrong with it offhand
2,026 2007-11-03 12:44
Re: Smartys come in,about guest flood protection. (10 replies, posted in PunBB 1.2 troubleshooting)
2,027 2007-11-03 01:54
Re: Smartys come in,about guest flood protection. (10 replies, posted in PunBB 1.2 troubleshooting)
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 2007-11-03 01:33
Re: IP address changes on its own? (17 replies, posted in PunBB 1.2 troubleshooting)
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
Aha, that's not a vanilla install though, vanilla installs come from this site
2,029 2007-11-02 20:50
Re: HTML in posts | htmLawed HTML filter/purifier (5 replies, posted in Feature requests)
That would be a modification/extension, not a feature in the core
2,030 2007-11-02 13:47
Re: Lost updates (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 2007-11-02 13:27
Re: IP address changes on its own? (17 replies, posted in PunBB 1.2 troubleshooting)
yemgi: Vanilla, as in plain, unmodified
2,032 2007-11-01 23:23
Re: php write permissions (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 2007-11-01 23:15
Re: php write permissions (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 2007-11-01 21:43
Re: IP address changes on its own? (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.
2,035 2007-11-01 21:41
Re: I am recieving a write error and not able to solve it (1 replies, posted in PunBB 1.2 troubleshooting)
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.
2,036 2007-11-01 21:38
Re: Help Understanding an install error message (6 replies, posted in PunBB 1.2 troubleshooting)
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 2007-10-31 23:24
Re: Facebook Developers BB (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 2007-10-31 22:16
Re: Facebook Developers BB (17 replies, posted in PunBB 1.2 show off)
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 2007-10-31 18:57
Re: Anonymous forum (11 replies, posted in Feature requests)
Won't this give problems in the online list?
The guest online count won't be incorrect
2,040 2007-10-31 14:42
Topic: Facebook Developers BB (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!
2,041 2007-10-31 14:36
Re: Anonymous forum (11 replies, posted in Feature requests)
Or remove it, since there's no way to tell the difference between IPs anymore.
2,042 2007-10-31 14:20
Re: Anonymous forum (11 replies, posted in Feature requests)
As I said, you also need to change register.php
2,043 2007-10-30 11:02
Re: Installation help! [install.php] (13 replies, posted in PunBB 1.2 troubleshooting)
He hasn't run install.php yet and thus has no config.php file
2,044 2007-10-30 10:31
Re: Installation help! [install.php] (13 replies, posted in PunBB 1.2 troubleshooting)
Try reuploading the file. If that doesn't work, it looks like there's a problem with your host.
2,045 2007-10-29 21:58
Re: Force everybody to use avatars, lock use_avatar to 1 (14 replies, posted in PunBB 1.2 troubleshooting)
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 2007-10-29 21:48
Re: Time displayed (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
2,047 2007-10-29 00:46
Re: Double posts and online users (38 replies, posted in PunBB 1.2 bug reports)
No problem
2,048 2007-10-28 23:39
Re: Sub Forum Mod and index (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.
2,049 2007-10-28 23:34
Re: Error: Unable to fetch group info. (21 replies, posted in PunBB 1.2 troubleshooting)
mysql_select_db can take a connection as an argument (and needs to).
2,050 2007-10-28 23:19
Re: Error: Unable to fetch group info. (21 replies, posted in PunBB 1.2 troubleshooting)
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.