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

Advanced Spam Protection v4.5.1 [3 Jan 2015]


Post New Thread Reply   
 
Thread Tools Display Modes
souvikdas95
Senior Member
Join Date: Mar 2012
Old 03-19-2013 , 14:55   Re: [ASP] Advanced Spam Protection 2.0
Reply With Quote #31

Quote:
Originally Posted by guraba View Post
player.com or player.net when try to goin : kicked i can change and player can login but change name in game
from player.com or net to new name or other.. ?

thanks
You can always disable the change in ASPblist.ini but in case, If I am not wrong, you want me to make the plugin change the client name if it's invalid right instead of directly kicking? I will do a poll for that then...
souvikdas95 is offline
souvikdas95
Senior Member
Join Date: Mar 2012
Old 03-19-2013 , 14:58   Re: New Cvar can be added
Reply With Quote #32

Quote:
Originally Posted by eforie View Post
1st, this is a good plugin to stop spamming. Great Work !
Feature: you can add a cvar for connecting people with spam nicknames.
1. kick player with name x.com
2. rename player name from x.com to NewName
Exactly... Let's see... I don't want to burden the plugin... I will do poll... have any idea how to on this forum?
souvikdas95 is offline
guraba
Member
Join Date: Feb 2013
Old 03-19-2013 , 16:13   Re: [ASP] Advanced Spam Protection 2.0
Reply With Quote #33

Quote:
Originally Posted by souvikdas95 View Post
You can always disable the change in ASPblist.ini but in case, If I am not wrong, you want me to make the plugin change the client name if it's invalid right instead of directly kicking? I will do a poll for that then...

i need when player join server to change nick..

chat spam is cool

Last edited by guraba; 03-19-2013 at 16:37.
guraba is offline
Old 03-23-2013, 10:19
guraba
This message has been deleted by YamiKaitou. Reason: wait 14 days before you bump
eforie
BANNED
Join Date: Dec 2008
Location: Romania
Old 03-24-2013 , 14:02   Re: [ASP] Advanced Spam Protection 2.0
Reply With Quote #34

I think this option ca be made with this:

Replace server_cmd ("kick #%i You're Not Allowed to Use That Name",get_user_userid(id));
with server_cmd("amx_nick #%i ^"cs.eforienett.ro^"", get_user_userid(id))
eforie is offline
Send a message via Yahoo to eforie Send a message via Skype™ to eforie
souvikdas95
Senior Member
Join Date: Mar 2012
Old 04-06-2013 , 12:15   Re: [ASP] Advanced Spam Protection v3.0 Final
Reply With Quote #35

version 3.0 final released
souvikdas95 is offline
eforie
BANNED
Join Date: Dec 2008
Location: Romania
Old 04-07-2013 , 14:22   Re: [ASP] Advanced Spam Protection v3.0 Final
Reply With Quote #36

Quote:
Originally Posted by souvikdas95 View Post
version 3.0 final released
Great news. thank you

You can add a cvar:
amx_punish_type 1/2/3

Example:
If a player with nickname www.mywebsite.com connected to the server, he will get:

1) kick
2) ban
3) rename to NewName

This option whould be great !

Nice job with this plugin !
eforie is offline
Send a message via Yahoo to eforie Send a message via Skype™ to eforie
souvikdas95
Senior Member
Join Date: Mar 2012
Old 04-08-2013 , 05:41   Re: [ASP] Advanced Spam Protection v3.0 Final
Reply With Quote #37

let's see... i wanted to make it automatic... and a bit more secure... u don't need to worry about spamming.. coz he won't be able to spam in any way..... instead of a more evil sort of plugin that will directly kick on spams... i have noticed some people just randomly spamming out of no notice... it occurs very often when other servers who use slow hacks try to manipulate the configurations of players and insert slow hacks... eg. coloured chat displays saying P G N Deathmatch bla bla Servers... they just force write that into user configs... My plugin will directly detect it as soon as a players posts it... so he would be kicked/banned/punished accordingly as u wish a cvar to work but that won't be fair enough...
At present since u insist of something like that ,
1. if u want to send only warning... set warn max to a large value....
2. if u want to kick directly.... set warn max to 0 and kick max to 0
3. if u want to ban directly... that won' happen because of a plugin limiter... u need to set kick max to 1 ... that will kick once and ban the next time...
4. if u want nothing to happen... just insert z in asp_flags.... z- as far as i know represents normal user Flag...
5. to disable the plugin, u need to manually do it from rcon command amxx pause/stop ASP.amxx

Last edited by souvikdas95; 04-08-2013 at 05:44.
souvikdas95 is offline
eforie
BANNED
Join Date: Dec 2008
Location: Romania
Old 04-08-2013 , 12:13   Re: [ASP] Advanced Spam Protection v3.0 Final
Reply With Quote #38

Quote:
Originally Posted by souvikdas95 View Post
let's see... i wanted to make it automatic... and a bit more secure... u don't need to worry about spamming.. coz he won't be able to spam in any way..... instead of a more evil sort of plugin that will directly kick on spams... i have noticed some people just randomly spamming out of no notice... it occurs very often when other servers who use slow hacks try to manipulate the configurations of players and insert slow hacks... eg. coloured chat displays saying P G N Deathmatch bla bla Servers... they just force write that into user configs... My plugin will directly detect it as soon as a players posts it... so he would be kicked/banned/punished accordingly as u wish a cvar to work but that won't be fair enough...
At present since u insist of something like that ,
1. if u want to send only warning... set warn max to a large value....
2. if u want to kick directly.... set warn max to 0 and kick max to 0
3. if u want to ban directly... that won' happen because of a plugin limiter... u need to set kick max to 1 ... that will kick once and ban the next time...
4. if u want nothing to happen... just insert z in asp_flags.... z- as far as i know represents normal user Flag...
5. to disable the plugin, u need to manually do it from rcon command amxx pause/stop ASP.amxx

Thank you for your reply.
You can add rename instead of kick/ban?

Like I posted up, Player with name www.website.com connect to the server, then your plugin rename to a new name like NewName.
Your plugin kick the player, I don`t want this option.

Replace server_cmd ("kick #%i You're Not Allowed to Use That Name",get_user_userid(id));
with server_cmd("amx_nick #%i ^"cs.eforienett.ro^"", get_user_userid(id))

Thank you.

Last edited by eforie; 04-08-2013 at 12:14.
eforie is offline
Send a message via Yahoo to eforie Send a message via Skype™ to eforie
souvikdas95
Senior Member
Join Date: Mar 2012
Old 04-09-2013 , 04:37   Re: [ASP] Advanced Spam Protection v3.0 Final
Reply With Quote #39

Quote:
Originally Posted by eforie View Post
Thank you for your reply.
You can add rename instead of kick/ban?

Like I posted up, Player with name www.website.com connect to the server, then your plugin rename to a new name like NewName.
Your plugin kick the player, I don`t want this option.

Replace server_cmd ("kick #%i You're Not Allowed to Use That Name",get_user_userid(id));
with server_cmd("amx_nick #%i ^"cs.eforienett.ro^"", get_user_userid(id))

Thank you.
Yeah I already corrected it... I think you haven't noticed... check it now

Quote:
if (!asp_VALID(id,Name))
{
Total[id]++;
set_user_info(id,"name","[Spam Detected]");
}

Last edited by souvikdas95; 04-09-2013 at 04:38.
souvikdas95 is offline
c2d22
Junior Member
Join Date: Feb 2013
Location: Albania
Old 04-10-2013 , 07:23   Re: [ASP] Advanced Spam Protection v3.0 Final
Reply With Quote #40

how to unban someone if he/she is banned from ur new permanent ban system? any specific file is made ?
c2d22 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 19:27.


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