02.12.2014, 08:18
Hi, I have question abour this plugin.
There is anti ip flood cheat and ip of that cheater is save in binary format.
So, how it looks like and how to ban that ip?
There is anti ip flood cheat and ip of that cheater is save in binary format.
Код:
#define CHEAT_IPFLOOD (16) // too many connections from one ip, extraint = ip in binary format (exploded by '.' 127.0.0.1 <=^=> (1 + (0 << 8) + (0 << 16) + (127 << 24)))