View Full Version : Name too long
Maffen2
01-12-2004, 12:54 PM
My forum name is too long...can someone change it so i can log in with it?
mattmeck
01-12-2004, 01:04 PM
state what you want it changed to, that way when a Dev sees it they can change it.
Shawn319
01-12-2004, 02:58 PM
we seriously need a way to prevent people from using spaces and special characters in their forum name. it makes banning/flagging people on servers alot more difficult.
That reminds me I need to put in #ban by character name to the CVS.
Shawn319
01-13-2004, 04:09 PM
please do.. and post the command.cpp in a pm or a post so i can merge it in.
farce
01-13-2004, 05:18 PM
PHP code to check if a string has something other than word characters (0-9a-Z_)
if(preg_match("/\W/", $string) {
error("Invalid characters in name, please use only a-Z 0-9 and _");
}
error() being pseudo code of course... could forward to invalid_name.php or something to spit that out..
farce
Maffen2
01-14-2004, 06:08 AM
What was it changed to?
What was it changed to?
Was changing it to "Maffen", which was taken.
Now Maffen2 :p
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.