Topic: HTML Escape Characters
Whilst toying with HTML Escape characters in PunBB i found:
1
Having a # in your nickname appears to screw things up.
No immediate problems # nicknames can still be deleted my Admins.
The only problem i am able to find is # nicknames can't create posts
Bad request. The link you followed is incorrect or outdated.
2
Also, it is possible to register a nickname that appears to be exactly the same as one that is already registered using HTML Escape Characters. Whilst the 25 Chars limit prevents anyone from registering 'Administrator' it could create confusion and be used to scam / trick people.
Here's an example:
the username "Jack" is registered, we want to register the same nickname..so we register "Jack"(WRITTEN IN HTML ESCAPE CHARACTERS) whilst to us this looks mostly like garbage our web browser will interpret it as "Jack". However due to the above bug you will be unable to actually POST because that is impossible( i think ) with #'s in your nickname.
3
It is possible to get past the PunBB censorship by using HTML Escape characters. For example if we wanted to say "fack" on a forum where this was forbidden we could simply say "fack"(WRITTEN IN HTML ESCAPE CHARACTERS)
You can find more info about HTML Escape chars here: http://www.theukwebdesigncompany.com/ar … acters.php
You guys prolly already worked out you could solve all these problems by converting HTML Escape chars to normal chars