vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Show Spiders Online on ForumHome (https://vborg.vbsupport.ru/showthread.php?t=75986)

wattieuk 02-18-2005 12:35 PM

I dont get any spiders visiting although I know they are there. Was trying to add the identifyers into the AdminCP WHos online but dont know what part of the file I have to add where.
Any help much appreciated.

Francisco 02-19-2005 07:04 AM

Quote:

Originally Posted by amykhar
Maybe. :D


I am a supporter of this idea :)

Installed it works great. One question, on My VB config I have the MSN and Google bots description as "MSNbot" and "Google" but in my forumhome I see:

Most users ever online was 356, 01-29-2005 at 07:33 PM.
Me , google , msnbot

How can I change those names?

Also, it would be sweet to have each bot to have a different color :)

amykhar 02-19-2005 01:13 PM

I have it set to change the names to lowercase to make matching the names more accurate. You can always remove the call to strtolower in my code to keep it from changing to lower case.

Francisco 02-19-2005 04:46 PM

Quote:

Originally Posted by amykhar
I have it set to change the names to lowercase to make matching the names more accurate. You can always remove the call to strtolower in my code to keep it from changing to lower case.


I am not a php guy, could you tell me exactly how?

Sorry, thanks

Francisco 02-19-2005 08:59 PM

also, works with .7 ?

amykhar 02-20-2005 02:41 AM

Quote:

Originally Posted by Francisco
also, works with .7 ?

Yes. I just installed it on 3.0.7 and it works fine.

amykhar 02-20-2005 02:44 AM

Quote:

Originally Posted by Francisco
I am not a php guy, could you tell me exactly how?

Sorry, thanks

Replace this in index.php
Code:

$key = strtolower($datastore['wol_spiders']['spiderarray']["$agent[1]"]);
With this:
Code:

$key = $datastore['wol_spiders']['spiderarray']["$agent[1]"];
I haven't tested this, but it should do what you want.

amykhar 02-20-2005 02:45 AM

Quote:

Originally Posted by wattieuk
I dont get any spiders visiting although I know they are there. Was trying to add the identifyers into the AdminCP WHos online but dont know what part of the file I have to add where.
Any help much appreciated.

Adding more spiders is a question better asked in a separate thread in the General Vbulletin Questions. If you do a search, you will find people have already compiled large lists of spiders that aren't already installed by default. I believe some directions for adding them are posted as well.

wattieuk 02-20-2005 10:01 PM

Quote:

Originally Posted by amykhar
Adding more spiders is a question better asked in a separate thread in the General Vbulletin Questions. If you do a search, you will find people have already compiled large lists of spiders that aren't already installed by default. I believe some directions for adding them are posted as well.

Cheers - found it here: http://www.vbulletin.com/forum/showthread.php?t=76662 in case anyone else is interested.

lifesourcerec 02-21-2005 10:00 AM

Hmm.. seems mine not working correctly. It always says "0 spiders" and never shows any online, yet when looking at vB statistics, it shows a lot of hits by spider/crawlers.


All times are GMT. The time now is 05:21 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.01375 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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