The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can i ban this bot
latley on my forum i have been having hundreds of bots from ec2-54-70-216-122.us-west-2.compute.amazonaws.com
When you view whosonline and display user agent this is what it says below ec2-52-89-87-158.us-west-2.compute.amazonaws.com Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36 here is another one ec2-54-70-213-207.us-west-2.compute.amazonaws.com Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36 I have tried banning them with my ban spiders plugin and i have also used my ip deny manager to ban numerous ip ranges but they keep coming back in their hundreds. Is there a way to completley ban this bot.This is what i added to my spider list below. us-west-2.compute.amazonaws.com compute.amazonaws.com amazonaws.com compute-1.amazonaws.com us-west-2.compute.amazonaws.com .us-west-2.compute.amazonaws.com Am i doing something wrong.Many thanks for any help on this. |
#2
|
||||
|
||||
Put this in your .htaccess file.
Code:
<Files ~ ".*"> order allow,deny allow from all Deny from us-west-2.compute.amazonaws.com Deny from compute.amazonaws.com Deny from amazonaws.com Deny from compute-1.amazonaws.com Deny from us-west-2.compute.amazonaws.com Deny from .us-west-2.compute.amazonaws.com </Files> |
#3
|
|||
|
|||
Quote:
So is there a workaround many thanks |
#4
|
||||
|
||||
Try this may be it will work.
Code:
<IfModule mod_setenvif.c> SetEnvIfNoCase User-Agent ^us-west-2.compute.amazonaws.com bad_bot SetEnvIfNoCase User-Agent ^compute.amazonaws.com bad_bot SetEnvIfNoCase User-Agent ^amazonaws.com bad_bot SetEnvIfNoCase User-Agent ^compute-1.amazonaws.com bad_bot SetEnvIfNoCase User-Agent ^us-west-2.compute.amazonaws.com bad_bot SetEnvIfNoCase User-Agent ^.us-west-2.compute.amazonaws.com bad_bot <Limit GET POST PUT> Order Allow,Deny Allow from all Deny from env=bad_bot </Limit> </IfModule> |
#5
|
|||
|
|||
Quote:
|
#6
|
||||
|
||||
|
#7
|
|||
|
|||
Quote:
us-west-2.compute.amazonaws.com compute.amazonaws.com amazonaws.com compute-1.amazonaws.com us-west-2.compute.amazonaws.com .us-west-2.compute.amazonaws.com Am i doing something wrong.Many thanks for any help on this. |
#8
|
||||
|
||||
Please delete this <Files ~ ".*">xxxxxxxx< /Files> and try again.
Code:
order allow,deny allow from all Deny from us-west-2.compute.amazonaws.com Deny from compute.amazonaws.com Deny from amazonaws.com Deny from compute-1.amazonaws.com Deny from us-west-2.compute.amazonaws.com Deny from .us-west-2.compute.amazonaws.com |
#9
|
|||
|
|||
..... i will report back many thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|