Can I only add single IP addresses? How do I add a range of IP addresses?
FYI - I couldn't find any info about this feature in CPanel's docs. Shocker!
Thanks,
-nuklehed
Can I only add single IP addresses? How do I add a range of IP addresses?
FYI - I couldn't find any info about this feature in CPanel's docs. Shocker!
Thanks,
-nuklehed
the ip deny manager add a line to your .htaccess file .
deny from
Try to look for documentation regarding "deny from"
on apache.org
however if you insert
212.
it denies all the ips that starts with 212.
if you insert
212.100.
it denies all the ips that starts with 212. 100
if you insert
212.100.101.
it denies all the ips that starts with 212. 100.101
if you insert
212.100.101. 102
it denies only the ip 212.100.101.102
I don't know if
212.100.101.102-103
or
212.100.101.102-212.100.101.103
are accettable , I suppose no .
█ Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
█ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.
Perfect! That's what I suspected but I had manually entered some stuff into my .htaccess file and when I used the tool it entered the 'deny from' line at the end of my entry and not on a separate line. I moved it to its own line and it started working.
Thanks,
-nuklehed