vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Spider/Bot Assault in progress (https://vborg.vbsupport.ru/showthread.php?t=55359)

Pinpoint2RHh 07-17-2003 11:16 AM

Spider/Bot Assault in progress
 
Hello all,

This is my first post to these forums, Usualy I read this massive library, and find the answers I need. However yesterday, I was looking ofver my forum and I have found that a massive spider or Bot assault is going on at my website. I have traced the bouts IP back to inktomisearch.com which is a search engine that suposedly got bought out by Yahoo.

I have had up to 44 Spider/bot visitors who are I assume "web crawling" my site. I use the Vbportal v2.3.0 (Final) and I am currently using vbulletin V2.3.0.

My question is how can I dump these little spiders as they have been at my site for 2 days now, is there a hack to loose these bots, or should I not even bother with it?

Just looking for suggestions or methods really!

Take care all, you guys Rock!
Pinpoint2RHh
http://www.2RHh.com

Oblivion Knight 07-17-2003 03:05 PM

I've had these bots crawling Umbrella Online since yesterday afternoon..
I wouldn't know why you'd want to get rid of them though, search engine bots crawling more of your site = more "results" located by a search with Yahoo! or other search engines = more traffic to your forums.. ;)

Dan 07-17-2003 03:36 PM

search for robot.txt on the net and it will tell you how to stop them

allan grossman 07-18-2003 02:03 AM

There are several ways to keep the spiders out if you want to.

You can use a meta tag on any page to keep robots from crawling that page or any links they find on it.

<meta name="robots" content="noindex, nofollow">

You can place a text file called "robots.txt" in the web root (and only in the web root) that says

User-agent: inktomisearch.com
Disallow: /

or you can use an .htaccess file in any directory you don't want them in - like this:

Order allow,deny
allow from all
deny from inktomisearch.com

Notice there is no space between allow and deny - that's important. You can also use this in httpd.conf if you're running Apache.

But - if you'd prefer not to do DNS lookups for everyone that hits your site you can do it like this -

Order allow,deny
allow from all
deny from 209.131.63

but you'd substitute the subnet the spiders are coming from.

Pinpoint2RHh 07-18-2003 03:34 PM

Thanks so much Allan thats perfect info!

I use Apache, So I think it would be best to just refuse the IP block method.

Thanks again, I was looking over the text for the Robots, that Oricon pointed out. (Thanks to you too Oricon)

Did I mention that you folks rock! :cheeky:

Pinpoint2RHh


All times are GMT. The time now is 08:08 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.01952 seconds
  • Memory Usage 1,718KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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