Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> How To's
Author Message
Albyzx6
New Member
New Member



Joined: Nov 19, 2003
Posts: 2

PostPosted: Wed Dec 24, 2003 5:07 am Reply with quote

Hi there !
I manage a clan-site (we play online rts games) and our members have a "tag" before their nicknames, the tag in question is "IP_" .
Obviously this tag can be add only after a tryout, etc etc .

Well, my question is this :
It's possible to disable, only for new registration this three characters ?
In paratice when a new user try to register a new nick with this tag, will get an error like "sorry, the IP_ nicks are reserved to clan members" .

The nicks with the tag would can register manually by admins...

It's science fiction? Laughing

Merry Christmas all Wink

Alby
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Wed Dec 24, 2003 5:27 am Reply with quote

In modules/Your_Account/index.php, edit the userCheck function around line 26. Find this code
Code:
if (eregi("((root)|(adm)|(linux)|(webmaster)|(admin)|(god)|(administrator)|(administrador)|(nobody)|(anonymous)|(anonimo)|(anĂ³nimo)|(operator))$",$username)) $stop = "<center>"._NAMERESERVED."";
and modify it to
Code:
if (eregi("^ip_|((root)|(adm)|(linux)|(webmaster)|(admin)|(god)|(administrator)|(administrador)|(nobody)|(anonymous)|(anonimo)|(anĂ³nimo)|(operator))$",$username)) $stop = "<center>"._NAMERESERVED."";
 
View user's profile Send private message
Albyzx6







PostPosted: Mon Dec 29, 2003 4:03 pm Reply with quote

Thank U very much Wink
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> How To's

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 ©