Please help me how to block webZIP (bad user agents).
Quote:
I try using in my .htaccess:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus
RewriteRule .* - [F]
still cant
|
Quote:
I try using in my .htaccess:
SetEnvIfNoCase User-Agent "^WebZip" bad_bot
<Limit GET POST>
order allow,deny
allow from all
Deny from env=bad_bot
</Limit>
still cant
|
Quote:
i try using this in my robots.txt:
User-agent: WebZIP/4.21
Disallow: /
User-agent: WebZIP/5.0
Disallow: /
User-agent: WebZIP/7.1
Disallow: /
still cant
|
Please help me!!!
Note: i use webZIP 7.1, download in here:
http://www.spidersoft.com/webzip/downloads.asp