You could also apply the following patch from the 1.3 branch:
http://dev.punbb.org/changeset/525
Edit: See below
You are not logged in. Please login or register.
PunBB Forums → Posts by Rickard
You could also apply the following patch from the 1.3 branch:
http://dev.punbb.org/changeset/525
Edit: See below
Noted. Will fix in 1.3.
silence: How about asking over at Punres?
I deleted your other topic on the subject btw.
Cool! I hope it works out.
Myeah, but you would still need to store the last time they sent a mail
True. We could probably get away with adding that field to the users table though. I'll put this on the investigate list for 1.3.
Well, who was the sender? Ban him.
Updated. Thanks.
Well, if you have a look after "ORDER BY sticky DESC" on that line, you'll notice there's one more sort condition. Just replace that so you end up with something along the lines of:
ORDER BY sticky DESC, subject ASC
You should check out this topic.
Moved to general discussion.
Very nice. This should make a nice extension when the time comes.
That's odd. It must be an IIS issue.
Question: Do you need IIS for anything except this? I mean, are you running ASP/ASP.NET scripts as well? If not, uninstall that sorry excuse for a webserver and install Apache.
Moved to "Modifications" since this is related to a mod.
Are you sure that's PunBB and not some other forum based on PunBB? I sure as hell havn't written the "for windows .." comment stuff.
I'm not sure I understand. PunBB does not "allow" HTML in any posts.
Hrmm, are your feet now stuck in a block of concrete by any chance?
Luckily, I wasn't involved in this accident. I just found the link on the net somewhere
http://digg.com/offbeat_news/Concrete_Oops
Feel free to digg the story
Yes, but the "I can't because poster_id=1 is not attribute to guess but another user." confused me.
At the very top of the topic listing in this forum, you'll find http://punbb.org/forums/viewtopic.php?id=2165
tomekf: Have a look in your users table and make sure there's a user with id = 1 that's called "Guest". If not, locate the guest user and change it's user id to 1.
Check the permissions on profile.php. Use your FTP client to chmod it to 755.
I am keeping my eye on it. Neither of the two vulnerabilities discovered by Chris Boulton affect PunBB.
Well, the easy fix is to set the user_id for the missing posts to 1. Then they should appear as guest posts. That's what PunBB does when you delete a user (unless you choose to delete the posts as well).
Are we allowed to edit the files so we can do this?
Feel free.
The odd thing is that only 47 posts are displayed in the topic. This means there are 5 posts that aren't displayed for some reason. My guess is that there are posts that have a poster_id (the id of the user who posted) that points to a user that for some reason has been removed the users table. Maybe you could go through the posts in the database and check?
PunBB Forums → Posts by Rickard
Powered by PunBB, supported by Informer Technologies, Inc.