Emper0r
01-18-2008, 01:55 AM
Ok guys I own the site www.top200.org. Currently there are multiple websites using bots to spam my lists with hits causing too much CPU time to be used and my provider shutting down my servers temporarily each time. I currently use Aardvark Top Sites script and I've heard of others having the same problem. A solution was posted to make a .htaccess file that prevents anyone, including bots from certain urls from accessing your site. So I created a .htaccess file and yet apparently the CPU time is still being overloaded because my lists are always down.
Please read the following code and tell me if this is the correct format for a file named .htaccess to block referred visitors from these certain sites from visiting my site.
Once again, the file is titled .htaccess and is located in every folder on my FTP:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$http(s)?://(www\.)?5sohbet\.net/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} !^$http(s)?://(www\.)?89erotik\.com/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} !^$http(s)?://(www\.)?aklimdasin\.net/.*$[NC,OR]
RewriteRule .* - [F,L]
Please read the following code and tell me if this is the correct format for a file named .htaccess to block referred visitors from these certain sites from visiting my site.
Once again, the file is titled .htaccess and is located in every folder on my FTP:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$http(s)?://(www\.)?5sohbet\.net/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} !^$http(s)?://(www\.)?89erotik\.com/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} !^$http(s)?://(www\.)?aklimdasin\.net/.*$[NC,OR]
RewriteRule .* - [F,L]