vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to block webZIP (https://vborg.vbsupport.ru/showthread.php?t=270688)

v123shine 09-21-2011 06:35 PM

How to block webZIP
 
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

Max Taxable 09-21-2011 07:07 PM

CloudFlare.

v123shine 09-22-2011 04:47 PM

thank you Max Taxable, but i cant using CloudFlare, others solution please!!!

Max Taxable 09-22-2011 08:30 PM

You cannot use CloudFlare?

v123shine 09-24-2011 08:58 AM

I can use CloudFlare but i cant...can you give me others solution, please!!

Boofo 09-24-2011 09:13 AM

Do you have their IP address?

v123shine 09-24-2011 09:19 AM

Thank you Boofo for help me.

I have the IP and i already banned the IP, but they can change to others IP (using difference country) and attack again. I already banned more than 20 IP in 2 days.

Quote:

Originally Posted by Boofo (Post 2249513)
Do you have their IP address?


Boofo 09-24-2011 09:26 AM

Do you have the IP range? They should be all pretty close. Here is what I used for Baidu in my htaccess file:

Code:

<Files *.*>
        order allow,deny
        allow from all
        deny from 119.63.196.
        deny from 220.181.108.
</Files>


It stopped them dead in their tracks.

v123shine 09-24-2011 09:34 AM

They always attack using differece IP with difference range and country. So i cant stop there!

Quote:

Originally Posted by Boofo (Post 2249517)
Do you have the IP range? They should be all pretty close. Here is what I used for Baidu in my htaccess file:

Code:

<Files *.*>
        order allow,deny
        allow from all
        deny from 119.63.196.
        deny from 220.181.108.
</Files>


It stopped them dead in their tracks.


Boofo 09-24-2011 09:44 AM

Did you add them to your robots.txt file? Other than that, I donlt know what to tell you, sorry.


All times are GMT. The time now is 01:12 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01133 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete