Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> General/Other Stuff
Author Message
TheosEleos
Life Cycles Becoming CPU Cycles



Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Sun Oct 26, 2003 3:07 pm Reply with quote

How do I cange what is allowed as someones alias when they sign up. I want them to be able to use a period in the middle or clan tags and such.

_________________
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website AIM Address ICQ Number
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sun Oct 26, 2003 3:23 pm Reply with quote

Edit modules/Your_Account/index.php - find this line
Code:
    if ((!$username) || ($username=="") || (ereg("[^a-zA-Z0-9_-]",$username))) $stop = "<center>"._ERRORINVNICK."</center><br>";
and change it to
Code:
    if ((!$username) || ($username=="") || (ereg("[^a-zA-Z0-9_-\.]",$username))) $stop = "<center>"._ERRORINVNICK."</center><br>";
I haven't tested it but I believe it should work.
 
View user's profile Send private message
TheosEleos







PostPosted: Sun Oct 26, 2003 3:33 pm Reply with quote

Quote:
Warning: Invalid range end in /home/httpd/vhosts/phenylshouse.com/httpdocs/modules/Your_Account/index.php on line 30


It was going to let me register with this name though.

[CL-AN]Test.test

Would it be bad to let spaces in there too? Basically remove all limitations on names.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> General/Other Stuff

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©