vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   List Search engine Spider at Who's online (https://vborg.vbsupport.ru/showthread.php?t=54000)

Till 08-03-2003 09:42 PM

Quote:

Yesterday at 04:15 PM Stadler said this in Post #20
Sorry, but I can't find any problems. It worked without problems with a freash installation of vB 2.3.0 for me.

I'll take a look into freddies suggestion, soon. But I can only debug locally.

Can you tell me where the screenshot is from where it showed the bot spidering in the list of active users?

Stadler 08-03-2003 09:47 PM

Who's Online? ... Click on 'Currently active Users: xx'

in german: 'Zur Zeit aktive Benutzer: xx' ;)

Till 08-03-2003 10:22 PM

Quote:

Today at 12:47 AM Stadler said this in Post #22
Who's Online? ... Click on 'Currently active Users: xx'

in german: 'Zur Zeit aktive Benutzer: xx' ;)

Oh! :D I disabled this one... hehe.

There is a crawler on my forum right now! Yay!!!

Danke. ;)

Megadeuce 09-05-2003 11:45 AM

This hack works well. I wish it could tell me who's spider it is but here is a screenshot....

Doesn't show up on who's online though

UPDATED: must switch on "must resolve IPs" in the admin control panels to see the name of the spider.

Can we get this to also show up on who visited the site today?

Moyses 09-19-2003 05:15 AM

this is a cool hack, doomo arigato

Dominus 10-24-2003 10:25 AM

vbulletin 2.3.2
------------------

Using freddies suggestion, works quite well... ;)

preg_match('#(googlebot|lycos|ask jeeves|scooter|fast-webcrawler|slurp@inktomi|turnitinbot)#'

See screenshot.

Quote:

Originally Posted by Stadler
Unfortunately we're running vB3 now, so I need to install vB2.3.0 locally. Maybe I'll take a look in the next few days, to get it to work with vB2.3.0 and maybe I'll take a look at freddies suggestion, but I suppose I'll hardcode it then, like in vB3 Beta 3 so its easier to install.


Stadler 10-24-2003 08:31 PM

OK, now I've created a version, that works similar to freddies suggestion. But I need someone, who tests it for me. First, that I didn't forgot something in the attached file and second, that it works fine in a live environment.

***The Attachment was moved to the first post***

Rampag33 10-26-2003 05:03 AM

Where's the user-agent box to add ips

I ran the query but don't see it in the admin cp

search the database and don't find anything realted to the query for it.

Dominus 10-26-2003 06:28 AM

Quote:

Originally Posted by Rampag33
Where's the user-agent box to add ips

I ran the query but don't see it in the admin cp

search the database and don't find anything realted to the query for it.

You do not add IPS, you add useragents into this.

PHP Code:

// spider list
$spidernamelist = array(
  
'scooter'         => 'Altavista',
  
'fast-webcrawler' => 'AlltheWeb',
  
'ask jeeves'      => 'Ask Jeeves',
  
'googlebot'       => 'Google',
  
'grub.org'        => 'Grub Client',
  
'slurp@inktomi'   => 'Inktomi',
  
'lycos'           => 'Lycos',
  
'turnitinbot'     => 'Turnitin.com'
); 


Rampag33 10-26-2003 01:57 PM

OK cool :) damn come on bots

*** installed ***


All times are GMT. The time now is 04:36 AM.

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.01078 seconds
  • Memory Usage 1,740KB
  • 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)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete