And there are several possible ones
There were several SQL injects and one cookie issue between 1.2.1 and the current version
6,951 2005-06-14 17:14
Re: New user gained admin access (6 replies, posted in PunBB 1.2 discussion)
6,952 2005-06-14 14:49
Re: Spell checker (5 replies, posted in Feature requests)
I already wrote a "mod" to add one (it's in the PunRes wiki thing)
6,953 2005-06-14 14:12
Re: Danish Letters Don't Work!!! (17 replies, posted in PunBB 1.2 troubleshooting)
I don't think the database is supposed to be unicode (like Connor said) if the encoding for the page isn't UTF-8
6,954 2005-06-13 20:22
Re: WOOPS! (6 replies, posted in PunBB 1.2 troubleshooting)
scotty: Already fixed for the next version over a month ago
http://dev.punbb.org/changeset/199
6,955 2005-06-13 20:20
Re: Danish Letters Don't Work!!! (17 replies, posted in PunBB 1.2 troubleshooting)
Enable debug mode, paste the error here
6,956 2005-06-13 00:06
Re: Changing PUN_ROOT (7 replies, posted in PunBB 1.2 discussion)
erm, you did do
require PUN_ROOT.'include/common.php'
right?
6,957 2005-06-12 15:24
Re: Changing PUN_ROOT (7 replies, posted in PunBB 1.2 discussion)
What errors do you get?
6,958 2005-06-12 15:13
Re: Little Help Please... (33 replies, posted in Programming)
Forcing people to click on Google ads violates their ToS I think
6,959 2005-06-12 15:11
Re: Changing PUN_ROOT (7 replies, posted in PunBB 1.2 discussion)
define('PUN_ROOT', '../');
6,960 2005-06-11 18:27
Re: Multiple moderator groups (10 replies, posted in Feature requests)
Yes, I was very disappointed )
6,961 2005-06-10 21:03
Re: Ban by name : case sensitive? (16 replies, posted in PunBB 1.2 discussion)
PunBB never sends a "ban cookie"
What happens is if you're logged in as a banned user, you're "stuck" banned because all your user data is in the cookie and it's checked every time you load the page
6,962 2005-06-10 20:20
Re: Ban by name : case sensitive? (16 replies, posted in PunBB 1.2 discussion)
You have both cases right
6,963 2005-06-10 19:57
Re: Ban by name : case sensitive? (16 replies, posted in PunBB 1.2 discussion)
abclf: Banning by itself won't set a cookie. However, if you user logs in when they are banned (which can only happen I believe if they're banned by username) they can't logout and they can't register a new account until they delete the cookie
6,964 2005-06-10 19:26
Re: Ban by name : case sensitive? (16 replies, posted in PunBB 1.2 discussion)
so I think it would be great to use a special cookie against the banned guest, making more difficult for him to come back.
That already happens if you ban them by username
When they try to login the cookie gets set with their info: they have to delete the cookie to do anything.
Plus, cookies don't help if people know they're there and delete them
6,965 2005-06-10 17:53
Re: bans (17 replies, posted in PunBB 1.2 troubleshooting)
Connor: Except it's trivial for someone to spoof their IP that way
6,966 2005-06-10 15:48
Re: bbcode editor - plugin ? (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
No, plugins are designed to add functionality for admins/mods without touching the PunBB code. You would want to create a mod.
However, I think Rickard's Easy BBCode mod might have what you want already
6,967 2005-06-09 23:28
Re: PHP Login Help (2 replies, posted in Programming)
Well, the && in the session info check should be a ||. Otherwise, if you get the username right you don't need the password (because for the if statement to be true both have to be incorrect)
6,968 2005-06-09 21:25
Re: Error: Unable to fetch category/forum list. (4 replies, posted in PunBB 1.2 bug reports)
In these forums or your own?
6,969 2005-06-09 20:31
Re: Multiple moderator groups (10 replies, posted in Feature requests)
Hurray!
Is it a sticky note?
6,971 2005-06-09 19:59
Re: cookie hacker (13 replies, posted in PunBB 1.2 discussion)
Script kiddies, software that isn't updated anymore/where the vendor doesn't issue a patch (which usually isn't the case), being able to track the number of security issues in a piece of software
That's all I can think of off the top of my head
6,972 2005-06-09 19:57
Re: I can't login! No users can log in - (8 replies, posted in PunBB 1.2 bug reports)
lol
6,973 2005-06-09 18:25
Re: HTML vs. XHTML (12 replies, posted in Programming)
Just fix the errors it talks about
ie: Line 81, column 142: end tag for "div" omitted, but OMITTAG NO was specified
That just means you don't have an end tag for the div in the proper place
6,974 2005-06-09 15:04
Re: New new feature - Sub Topics (3 replies, posted in Feature requests)
I think you mean sub forums
And the odds of that being anything but a mod are pretty slim...
6,975 2005-06-09 10:54
Re: Google Sitemaps (27 replies, posted in Feature requests)
Just checked the specs they want to hold people to, and it does need the leading 0 that H provides
Updated, and I'll upload a new version (with the ability to output a static page) later today