[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


Messages In This Thread
[HELP] Anti-Bot with IP protected - by [IKS]Niko_Hs™ - 19.07.2012, 21:28
Respuesta: [HELP] Anti-Bot with IP protected - by [IKS]Niko_Hs™ - 20.07.2012, 22:47
Re: [HELP] Anti-Bot with IP protected - by Jefff - 20.07.2012, 23:07
Re: [HELP] Anti-Bot with IP protected - by [IKS]Niko_Hs™ - 20.07.2012, 23:16
Re: [HELP] Anti-Bot with IP protected - by [IKS]Niko_Hs™ - 21.07.2012, 22:42
Re: [HELP] Anti-Bot with IP protected - by [IKS]Niko_Hs™ - 23.07.2012, 19:13

Forum Jump:


Users browsing this thread: 1 Guest(s)