View Single Post
  #2  
Old 03-03-2004, 05:45 AM
 
Nuked Nuked is offline
 

Member
  
Join Date: Sep 2002
Location: UK
Posts: 21
 

Default

This blocks ips from the whole site, put into public_html folder this .htaccess file , whole countries can be blcoked as well. eg
deny from .id .

.htaccess file

AuthName "Blocked Access "
AuthType Basic
<Limit GET POST>
order allow,deny

allow from all


deny from 202.138.224.2
deny from 202.138.225.78
deny from 202.138.226.125
deny from 202.138.227
deny from 202.138.228
deny from 202.138.229
</Limit>
__________________
Nuke D
Experienced X-Carters since Mar 2002
Reply With Quote