vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   Unusual Guest Activity (https://vborg.vbsupport.ru/showthread.php?t=47493)

neocorteqz 01-08-2003 02:41 AM

Unusual Guest Activity
 
I have had two guest listed both with the exact same IP except for the last two numbers(They only differ by one number)... there activty is rather strange and they seem to be there all day..

they have been noted as doing Moderator duties, Viewing threads in printable version, editing post, etc....

as anyone noticed the same activity?

thanks

Zzed 01-08-2003 02:43 AM

It is probably a robot.

Create a file by the name of robots.txt and place it in your www base directory with the following content.

Code:

User-agent: *
Disallow: /


neocorteqz 01-08-2003 02:47 AM

I'll try that... thanks. what the hell does it do anyways?? the robot.

Zzed 01-08-2003 05:01 AM

They somehow access your board and recursively traverse all the links starting from the home page. They collecct data for search engines...

Boofo 01-08-2003 05:41 AM

Quote:

Originally posted by Zzed
It is probably a robot.

Create a file by the name of robots.txt and place it in your www base directory with the following content.

Code:

User-agent: *
Disallow: /


What will this file actually do?

Zzed 01-08-2003 06:03 AM

The asterisk indicates all search engine robots.
The slash tells the robot that it is not allowed to view the www root directory and everything else under it. :)

Zzed 01-08-2003 06:06 AM

BTW, this link will give you pretty good info: http://www.robotstxt.org/wc/robots.html

N9ne 01-08-2003 01:30 PM

You don't want to do that, that will stop search engine bots from indexing your site and then you will not appear in search engines.......

Xenon 01-08-2003 03:47 PM

but you can modify it, to disallow em to go to several pages like postings.php and so on which are useless for em :)

Boofo 01-10-2003 04:53 AM

Quote:

Originally posted by Xenon
but you can modify it, to disallow em to go to several pages like postings.php and so on which are useless for em :)
How would you go about doing that, sir? ;)

Velocd 01-10-2003 01:09 PM

Exclude specific directories and/or files:

Code:

User-agent: *
Disallow: /cgi-bin/
Disallow: /tmp/
Disallow: /forums/postings.php


Boofo 01-10-2003 01:15 PM

What would be a good listing to include in that?

Auero 01-10-2003 04:30 PM

Ah thanks a lot Velo this is great, this could really help me out :)

neocorteqz 01-10-2003 09:59 PM

Thanks..:)

Auero 01-11-2003 05:07 PM

Just a question;

Would this file go into the www directory or the base directory with public ftp, tmp, www, mail etc?

I don't want to have it on my site thinking that I've put it in the right directory and it works when it doesn't :p

neocorteqz 01-12-2003 08:12 AM

to block access to the admin directory.. will it be able to use the directory?? cause both my Mod and Admin directories are using .htaccess, and require a password.


All times are GMT. The time now is 11:59 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.02097 seconds
  • Memory Usage 1,741KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (16)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