Forum Moderators: DixonJones
[edited by: Receptional at 9:32 am (utc) on July 23, 2005]
[edit reason] No specifics please [/edit]
personally I would never block an entire host or internet provider. There simply is no need to. Better to only block IP numbers or user agents or a combination of the two. Not everyone at the planet.com is a guestbook spammer or email address harvester. Try to find out who is doing what and only ban malicious IPs or UAs.
In case you do want to use TreoRenegade's code (only for Apache), I changed it a bit (escaped the dots, redundant L flag):
RewriteEngine on
RewriteCond %{REMOTE_HOST} \.theplanet\.com$
RewriteRule .* - [F]