EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=613)
-   -   Name too long (https://www.eqemulator.org/forums/showthread.php?t=11341)

Maffen2 01-12-2004 12:54 PM

Name too long
 
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.

Wiz 01-12-2004 01:08 PM

Changed.

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.

Wiz 01-12-2004 04:18 PM

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

Code:

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?

Wiz 01-14-2004 09:47 AM

Quote:

Originally Posted by Maffen2
What was it changed to?

Was changing it to "Maffen", which was taken.

Now Maffen2 :p


All times are GMT -4. The time now is 05:32 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.