[HELP] Anti-Bot with IP protected
#1

Hi guys,
how do I protect this IP (127.0.0.1) in the Anti-Bot system?

Which is best for you?

Wanted to protect the ip in one of these systems :

System by Roperr
System by Amit_B

I thought of doing it that way :

Код:
#define IP_NPC_PROTECTED (true) 

// Ip NPC

new ipwhitelist[][16] =
{
"127.0.0.1"
};

//in the system

#if (IP_NPC_PROTECTED == true)
for (new i = 0; i < sizeof(ipwhitelist); i++){
// Script to protect the ip
}
#endif
how can I do?

thanks in advance
Reply
#2

Someone can answer that question? Please..

UP!
Reply
#3

Nab is flooding your server fake players?
Reply
#4

No,i use it for safety.
I wanted to protect the ip 127.0.0.1 because i have more than 5 bots, and i would use the system without that are kicked.
In a nutshell the system must work for all ip, except this (127.0.0.1)..
Reply
#5

Up! Up!
Reply
#6

Nobody can help me?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)