View Single Post
Old 09-10-2008, 06:53 PM   #4 (permalink)
vbplusme
Junior Member
 
Join Date: Sep 2008
Posts: 9
Default Re: Blocking IPs and Domain from our domain

Are you running Apache?

You can pretty easily use php and preg_match to set up a filter on your index page to block just about any TLD or IP address but if you are running Apache, .htaccess ought to work.

I use php to detect and block spammers on my site and it is 100% effective. FYI.

HTH,

vbplusme
vbplusme is offline   Reply With Quote
Sponsored Links