View Full Version : Character Problem
ForumZCLub
08-Sep-2006, 10:30 AM
"_" Still Get Accepted for AccessName
I dont Know about $ , or other symbols and havent checked them either.
Plz Solve this Caps and other Problems Quick
I need NO SPECIAL CHARACTERS , NO CAPITALS , NO "_" , NO SPACES
But Only Small Letters
Derek
08-Sep-2006, 08:54 PM
I am leaving the _ in there. If you want to remove it, just edit new_forum.php. It is in a str_replace I believe.
ForumZCLub
09-Sep-2006, 06:08 PM
Actually SubDomains Wont Work That Way .
Thats why i was suggesting the removal .
Derek
09-Sep-2006, 06:47 PM
Actually they do work fine with them, I have tried it out.
ForumZCLub
10-Sep-2006, 03:38 PM
Ohh
I am Suggesting you to replace "_" with "-"
If You Can't Change the Script then just send me the solution i will update mine .
Derek
10-Sep-2006, 06:02 PM
Does "-" work in subdomains as well? Just open new_forum.php and change it. You will see a bunch of str_replace( functions in that file, fine the one with _ in it.
Derek