View Single Post
Old December 15th, 2006, 7:05 PM   #3 (permalink)
mr_fern
All Ur Base R Belong 2 Us
Excelling Contributor
 
mr_fern's Avatar
 
Joined in Feb 2005
Lives in Vegas & New York
824 posts
Gave thanks: 2
Thanked 6 times
Blocking through cpanel is the same as blocking in htaccess, which only applies to for access to the domain (and port 80).

If you want to block the IP completely, you'll need to log into SSH and block the ip using iptables

at the prompt, type:

iptables -I INPUT -s IP_ADDRESS_HERE -j DROP

which should block all requests that come in from that IP address
__________________
Nobody doing nothing
mr_fern is offline   Reply With Quote
These users thank mr_fern for this great post!
Kayla (December 15th, 2006), Tearabite (December 15th, 2006)