Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/blockIPaddresses.php on line 1
Warning: include(http://black-stripes.net/header.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/blockIPaddresses.php on line 1
Warning: include() [function.include]: Failed opening 'http://black-stripes.net/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/blockIPaddresses.php on line 1
Block IP addresses
If someone violates your rules, or acts unacceptable on your site, you can block them from
visiting.
1. Make a document you call .htaccess. The . in front are very important. This will only work
if you got your own domain. Paste this in your document:
<Limit GET>
order deny,allow
deny from 000.00.000.000
</Limit>
2. Change the numbers to the address you want to block. You can have as many deny from 000.00.000.000 as you want, to block several addressess.
Easy as that ;)
Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/blockIPaddresses.php on line 23
Warning: include(http://black-stripes.net/footer.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/blockIPaddresses.php on line 23
Warning: include() [function.include]: Failed opening 'http://black-stripes.net/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/blockIPaddresses.php on line 23