SA-MP Forums Archive
Anti IP Spam,bot sender,connection flooder - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Anti IP Spam,bot sender,connection flooder (/showthread.php?tid=584764)



Anti IP Spam,bot sender,connection flooder - NexySamp - 07.08.2015

I need a working code/FS/include for those problems(not ideas how to make one),REP +1 who helps.


Re: Anti IP Spam,bot sender,connection flooder - lanix - 07.08.2015

https://sampforum.blast.hk/showthread.php?tid=248976
https://sampforum.blast.hk/showthread.php?tid=321533
https://sampforum.blast.hk/showthread.php?tid=248973
Probaj nesto od toga nisam isprobao


Re: Anti IP Spam,bot sender,connection flooder - Abagail - 07.08.2015

You can disable external bots because internal bots always have the localhost IP(127.0.0.1) and an external NPC has the IP of the person sending the bot.


Re: Anti IP Spam,bot sender,connection flooder - NexySamp - 07.08.2015

Quote:
Originally Posted by lanix
Посмотреть сообщение
Hvala,Thanks


Re: Anti IP Spam,bot sender,connection flooder - lanix - 07.08.2015

No problem


Re: Anti IP Spam,bot sender,connection flooder - NexySamp - 07.08.2015

Quote:
Originally Posted by Abagail
Посмотреть сообщение
You can disable external bots because internal bots always have the localhost IP(127.0.0.1) and an external NPC has the IP of the person sending the bot.
Would this work https://sampforum.blast.hk/showthread.php?tid=321533


Re: Anti IP Spam,bot sender,connection flooder - Banana_Ghost - 08.08.2015

Checkout OnPlayerConnect inside of the gl_npcs.pwn file as well as max_ips.pwn file in the filterscripts folder with the SA-MP server.

Those will help with the Anti IP Spam and Bot Sender.