Need urgent assistant here please.
I need to block an IP address which contains 213.136 (213.136.110.134) the first six digit from signing up my site because this user has been causing a nuisance, I blocked his IP adress but make not use because this user is not using static IP address.. but the first 6 digit is the same no change.
Can someone write me a simple script that if the remote ip contain the first 6 digit, that prevent it from proceed?
I just need something like:
if($REMOTE_ADDR=="213.136 //or how I don't know not"
{
echo "YOU ARE BLOCKED PERMANENTLY!";
}
Or someone have better ideals?
HELP please! thank you.
I need to block an IP address which contains 213.136 (213.136.110.134) the first six digit from signing up my site because this user has been causing a nuisance, I blocked his IP adress but make not use because this user is not using static IP address.. but the first 6 digit is the same no change.
Can someone write me a simple script that if the remote ip contain the first 6 digit, that prevent it from proceed?
I just need something like:
if($REMOTE_ADDR=="213.136 //or how I don't know not"
echo "YOU ARE BLOCKED PERMANENTLY!";
}
Or someone have better ideals?
HELP please! thank you.