Ignores robots.txt
82.55.69.126
OpenWebSpider/0.3
Ugh. Thanks for the heads up Podz.
Podz, remind us how to deal with these bad bots...if we can't bounce them out in the robots.txt, then how?
.htaccess:
order allow,deny
allow from all
deny from 82.55.69.126
Yes, but wouldn't the bot just come back with a new IP eventually (thus re-distributing that IP to a legitimate web-surfer)?
Probably. It's almost a Catch-22.... *sigh*
.htaccess:
SetEnvIf User-Agent ^OpenWebSpider/0.3 keep_out
order allow,deny
allow from all
deny from env=keep_out
Don't you love it? "eviltime (dot) com"....
Thanks whooami, I'll have to try that one. I'm not very good with .htaccess stuff....
As posted here: http://www.tamba2.org.uk/T2/archives/2005/04/02/bad-bot/
No, openwebspider 0.3 (and older versions) doesn’t read robots.txt!
I’m working on it! Version 0.3 is not public yet and I intend to implement robots.txt support as soon as possible, maybe in the next release!
I’m sorry for any problem caused by the spider and thanks for the feedback!
Shen139
This topic has been closed to new replies.