Raised This Month: $51 Target: $400
 12% 

Restrict Names 1.2a


Post New Thread Reply   
 
Thread Tools Display Modes
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 03-11-2009 , 09:53   Re: Restrict Names 1.2a
Reply With Quote #261

Right. That's because "(" and ")" are reserved characters in regex.

Code:
\A\(a\)
As for ignoring you. Um, it's not so much that I ignore people as I just take my sweet time in getting back to people.
__________________
Brad is offline
kishor_disouza
New Member
Join Date: Mar 2009
Old 03-14-2009 , 23:33   Re: Restrict Names 1.2a
Reply With Quote #262

can u give me the code to ban these tag or the script for this tag<-[D:EvIL]->.i want to ban these clan peoples from using our server so need help
kishor_disouza is offline
InDepth
Member
Join Date: Mar 2009
Location: There!
Old 03-16-2009 , 11:57   Re: Restrict Names 1.2a
Reply With Quote #263

How do I set it that I restrict all names(yeah, all lol), and name which i allow in only?
InDepth is offline
hariS.
Junior Member
Join Date: Feb 2009
Location: Bosnia & Herzegovina
Old 03-20-2009 , 05:36   Re: Restrict Names 1.2a
Reply With Quote #264

Hi

When i put in my restrict list this user

test "innpropiate name" 2 1

If someone puts name that have "test" in it it will ban him saying that "test" is inpropriate name

For example , if i put name testz0r it will ban me for using name "test" , how can i disable this , i want it to ban only full name not part of it
__________________
Known as Ha[R]iS.
hariS. is offline
Send a message via MSN to hariS.
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 03-20-2009 , 09:14   Re: Restrict Names 1.2a
Reply With Quote #265

@kishor_disouza:

Quote:
Originally Posted by kishor_disouza View Post
can u give me the code to ban these tag or the script for this tag<-[D:EvIL]->.i want to ban these clan peoples from using our server so need help
It would have been nice if you would have indicated you tried and then showed what you tried.
Code:
<-\[d:evil]->

@InDepth:

Quote:
Originally Posted by InDepth View Post
How do I set it that I restrict all names(yeah, all lol), and name which i allow in only?
This plugin RESTRICTS names, it doesn't ALLOW names. Therefore, it can't feasibly be done.


@hariS:

Quote:
Originally Posted by hariS. View Post
Hi

When i put in my restrict list this user

test "innpropiate name" 2 1

If someone puts name that have "test" in it it will ban him saying that "test" is inpropriate name

For example , if i put name testz0r it will ban me for using name "test" , how can i disable this , i want it to ban only full name not part of it
The "^" character denotes the start of a line, or in our case, a name. The "$" character denotes the end of a line, or in our case, a name. That gives us this...
Code:
^test$
__________________
Brad is offline
Vm|Mayhem
Senior Member
Join Date: Feb 2005
Location: Murrieta, CA.
Old 04-07-2009 , 17:12   Re: Restrict Names 1.2a
Reply With Quote #266

How would I block this tag:

Code:
pG ::
__________________
Vm|Mayhem is offline
Send a message via AIM to Vm|Mayhem
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 04-07-2009 , 20:02   Re: Restrict Names 1.2a
Reply With Quote #267

Depends. Are you using the beta version from my site or the version posted here? Easy using the beta version, as you'd put that string, lowercased, in the restnames.ini file (remember this is the non-regex one). With the version here, you should be able to use:
Code:
pg ::
To make sure it starts at the beginning of the name, use:
Code:
^pg ::
__________________
Brad is offline
Vm|Mayhem
Senior Member
Join Date: Feb 2005
Location: Murrieta, CA.
Old 04-08-2009 , 01:34   Re: Restrict Names 1.2a
Reply With Quote #268

thanks
__________________
Vm|Mayhem is offline
Send a message via AIM to Vm|Mayhem
RatreX
Junior Member
Join Date: Apr 2009
Old 04-08-2009 , 02:33   Re: Restrict Names 1.2a
Reply With Quote #269

How can I restrict the name consisting of two words ?:

Dry.a | billy
RatreX is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 04-08-2009 , 11:20   Re: Restrict Names 1.2a
Reply With Quote #270

Quote:
Originally Posted by RatreX View Post
How can I restrict the name consisting of two words ?:

Dry.a | billy
The fact that it's two words doesn't mean anything. The problem is that it contains two reserved regex characters. Also, when you have a space in your regex, you need to enclose the entire regex in quotes.

Code:
"dry\.a \| billy"
__________________
Brad is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode