jerryb1988
Member
- Joined
- Mar 10, 2008
- Messages
- 79
- Reaction score
- 5
WARNING: This post contains adult language but is required to prove my error! DO NOT READ THIS POST IF YOU ARE UNDER 18 YEARS OLD.
Apparantly the check_name.php isn't working properly. When i type the following names in the box, i get the red error text but if I click create it still creates the character with invalid names.
The character Dick has been created.
The character Sex has been created.
The character Michael Jackson has been created.
The character God'druid has been created.
When trying GOD Druid:
The Following Errors Have Occurred:
# This name contains invalid letters, words or format. Please use only a-Z, - , ' and space.
Tested on a normal player account.
Am I doing something wrong or what?
PHP:
$first_words_blocked = array('gm ','cm ', 'god ','tutor ', "'", '-');
//names blocked:
$names_blocked = array('gm','cm', 'god', 'tutor', 'sorcerer', 'druid', 'paladin', 'knight', 'master sorcerer', 'elder druid', 'royal paladin', 'elite knight', 'michael jackson', 'bin laden');
//name can't contain:
$words_blocked = array('cunt', 'sex', 'oprah', 'elvis', 'osama', 'gamemaster', 'game master', 'game-master', "game'master", ' ', '--', "''","' ", " '", '- ', ' -', "-'", "'-", "'", 'fuck', 'sux', 'suck', 'noob', 'tutor', 'dick', 'slut', 'whore', 'bitch', 'fag');
The character Dick has been created.
The character Sex has been created.
The character Michael Jackson has been created.
The character God'druid has been created.
When trying GOD Druid:
The Following Errors Have Occurred:
# This name contains invalid letters, words or format. Please use only a-Z, - , ' and space.
Tested on a normal player account.
Am I doing something wrong or what?