6,951

(6 replies, posted in PunBB 1.2 discussion)

And there are several possible ones wink
There were several SQL injects and one cookie issue between 1.2.1 and the current version

6,952

(5 replies, posted in Feature requests)

I already wrote a "mod" to add one (it's in the PunRes wiki thing)

6,953

(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

(6 replies, posted in PunBB 1.2 troubleshooting)

scotty: Already fixed for the next version over a month ago wink
http://dev.punbb.org/changeset/199

6,955

(17 replies, posted in PunBB 1.2 troubleshooting)

Enable debug mode, paste the error here

6,956

(7 replies, posted in PunBB 1.2 discussion)

erm, you did do
require PUN_ROOT.'include/common.php'
right?

6,957

(7 replies, posted in PunBB 1.2 discussion)

What errors do you get?

6,958

(33 replies, posted in Programming)

Forcing people to click on Google ads violates their ToS I think

6,959

(7 replies, posted in PunBB 1.2 discussion)

define('PUN_ROOT', '../');

6,960

(10 replies, posted in Feature requests)

Yes, I was very disappointed tongue)

6,961

(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

(16 replies, posted in PunBB 1.2 discussion)

You have both cases right smile

6,963

(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

(16 replies, posted in PunBB 1.2 discussion)

abclf wrote:

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 wink
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 wink

6,965

(17 replies, posted in PunBB 1.2 troubleshooting)

Connor: Except it's trivial for someone to spoof their IP that way smile

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

(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)

In these forums or your own?

6,969

(10 replies, posted in Feature requests)

Hurray! big_smile
Is it a sticky note? tongue

6,970

(13 replies, posted in PunBB 1.2 discussion)

w00t big_smile

6,971

(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 smile

lol

6,973

(12 replies, posted in Programming)

Just fix the errors it talks about wink
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

(3 replies, posted in Feature requests)

I think you mean sub forums wink
And the odds of that being anything but a mod are pretty slim...

6,975

(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 smile

Updated, and I'll upload a new version (with the ability to output a static page) later today