Raised This Month: $ Target: $400
 0% 

Restrict Names 1.2a


Post New Thread Reply   
 
Thread Tools Display Modes
Lateseptember
New Member
Join Date: Apr 2009
Location: Romania
Old 05-06-2009 , 15:11   Re: Restrict Names 1.2a
Reply With Quote #281

No, I just used this instead
Code:
[!{] "Unallowed symbols" 0 "Changenick"
[@-] "Unallowed symbols" 0 "Changenick"
[=+] "Unallowed symbols" 0 "Changenick"
[%&] "Unallowed symbols" 0 "Changenick"
[#$] "Unallowed symbols" 0 "Changenick"
[}|] "Unallowed symbols" 0 "Changenick"
[:;] "Unallowed symbols" 0 "Changenick"
[.,] "Unallowed symbols" 0 "Changenick"
[<>] "Unallowed symbols" 0 "Changenick"
[\/] "Unallowed symbols" 0 "Changenick"
It works ok now, thanks for your assistance ^^, !
__________________

So close to the flame..
Lateseptember is offline
Send a message via AIM to Lateseptember Send a message via MSN to Lateseptember Send a message via Yahoo to Lateseptember Send a message via Skype™ to Lateseptember
nuxos
Junior Member
Join Date: Apr 2009
Old 06-16-2009 , 06:10   Re: Restrict Names 1.2a
Reply With Quote #282

[fr]
CONFIG_LOADED = Chargement de %d phrases du fichier %s .
CONFIG_LOAD_ERROR = Erreur fatale en chargant le fichier %s .

RENAME_NOTIFY_PLAYER = Vous avez ete rebaptise parce que votre pseudo n'est pas approprie.^n(%s)
RENAME_NOTIFY_ALL = %s a ete renomme pour avoir un pseudo innaproprie. (%s).
RENAME_LOG_ENTRY = %s a ete renomme par "%s" matched regex #%d, "%s" (%s).

KICK_NOTIFY_ALL = %s a ete kicke pour avoir un pseudo innaproprie. (%s).
KICK_LOG_ENTRY = %s a ete kicke par "%s" matched regex #%d, "%s" (%s).
KICK_REASON = pseudo innaproprie (%s)

BAN_NOTIFY_ALL = %s a ete banni pour avoir un pseudo innaproprie. (%s).
BAN_LOG_ENTRY = %s a ete banni par "%s" matched regex #%d, "%s" (%s).
BAN_REASON = pseudo innaproprie (%s)
nuxos is offline
Old 06-17-2009, 13:30
Cold Canuck
This message has been deleted by Cold Canuck.
hasta
Senior Member
Join Date: Aug 2004
Location: Ukraine, Kyiv
Old 06-28-2009 , 20:21   Re: Restrict Names 1.2a
Reply With Quote #283

someone help me with [Unregistered]
tnx!
hasta is offline
Send a message via ICQ to hasta
Vm|Mayhem
Senior Member
Join Date: Feb 2005
Location: Murrieta, CA.
Old 07-06-2009 , 23:01   Re: Restrict Names 1.2a
Reply With Quote #284

Is there a better way to block IP's? This user name keeps getting blocked.

L 07/06/2009 - 16:40:12: "<3L3C7R0 [CBR <3!]><1491><STEAM_0:1:812288><UNASSIGNED>" was renamed because "3l3c7r0" matched regex #52, "\b\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}\b" (Name Prohibited).
__________________
Vm|Mayhem is offline
Send a message via AIM to Vm|Mayhem
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 07-07-2009 , 08:50   Re: Restrict Names 1.2a
Reply With Quote #285

Quote:
Originally Posted by Vm|Mayhem View Post
Is there a better way to block IP's? This user name keeps getting blocked.

L 07/06/2009 - 16:40:12: "<3L3C7R0 [CBR <3!]><1491><STEAM_0:1:812288><UNASSIGNED>" was renamed because "3l3c7r0" matched regex #52, "\b\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}\b" (Name Prohibited).
You can make it less effective but have a lower rate of false positives by escaping the periods, making them literal.

i.e.
Code:
\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b
That will stop "216.52.148.47", but it won't stop "216,52,148,47", or any other creative variation that still gets the player's point across.
__________________
Brad is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 07-07-2009 , 08:54   Re: Restrict Names 1.2a
Reply With Quote #286

Quote:
Originally Posted by hasta View Post
someone help me with [Unregistered]
What kind of help? You want to restrict names with "[unregistered]" in them? If so, the regex below will do it.

Code:
\[unregistered]
__________________
Brad is offline
primoqn
Junior Member
Join Date: Oct 2008
Location: Romania/Bucharest
Old 07-08-2009 , 00:08   Re: Restrict Names 1.2a
Reply With Quote #287

Hello i`m trying to restrict a Clan Tag for 2 days and i cant find the way so plz help me i`m going crazy

i want to restrict this tags

Soul|username

Soul |username

Soul | usernem

username | Soul

username| Soul

username|soul

i`v tried to learn the simbols but no luck

and i dont want to kick oban players just want to rename them with Name Clan Tag Protected

Thx Best Regards

and sorry to waste your time but i`m not geting to work with symbols
primoqn is offline
Send a message via MSN to primoqn Send a message via Yahoo to primoqn Send a message via Skype™ to primoqn
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 07-08-2009 , 09:37   Re: Restrict Names 1.2a
Reply With Quote #288

Quote:
Originally Posted by primoqn View Post
Hello i`m trying to restrict a Clan Tag for 2 days and i cant find the way so plz help me i`m going crazy
The following regex will block all the examples you gave.
Code:
(\Asoul\s?\|)|(\|\s?soul\z)
__________________
Brad is offline
primoqn
Junior Member
Join Date: Oct 2008
Location: Romania/Bucharest
Old 07-08-2009 , 16:35   Re: Restrict Names 1.2a
Reply With Quote #289

Hello again

First I just want to say thx its working very good

Second i just wand to ask you where can i send you a donation

And the last one

I use the pluging with users.ini from amx

i put in the restrict names the cland tag Soul | Username

so noone can take this name.

An i use the imunity flag from your plugin to permit access with TAG for some players that are add on users.ini

But if i use A flag they have imunity to Kick Ban Slap etc and i dont want this

I Just want to protect them if they are loged with
setinfo pass password with b flah slot reservation or somthing
that use users.ini flags

The idea is to be possible to kick ban slay slap etc

Thx Best Regard

Mihai
primoqn is offline
Send a message via MSN to primoqn Send a message via Yahoo to primoqn Send a message via Skype™ to primoqn
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 07-08-2009 , 17:27   Re: Restrict Names 1.2a
Reply With Quote #290

Quote:
Originally Posted by primoqn View Post
First I just want to say thx its working very good
Thank you.

Quote:
Originally Posted by primoqn View Post
Second i just wand to ask you where can i send you a donation
You can donate via this link. Thank you.

Quote:
Originally Posted by primoqn View Post
An i use the imunity flag from your plugin to permit access with TAG for some players that are add on users.ini

But if i use A flag they have imunity to Kick Ban Slap etc and i dont want this
In the source code, find:
Code:
ADMIN_IMMUNITY
That corresponds to the "a" flag for admins. Change "ADMIN_IMMUNITY" to any you find here and then recompile.

In the next release of this plugin, defining which access levels have immunity will be much easier and intuitive.
__________________
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 23:23.


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