Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Spider Display Details »»
Spider Display
Version: 1.0.4, by Boofo Boofo is offline
Developer Last Online: Jun 2012 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.x Rating:
Released: 02-23-2008 Last Update: 03-12-2008 Installs: 265
Uses Plugins Template Edits
 
No support by the author.

Spider Display
Version 1.0.4
(By Boofo)

What does this product do?
This Hack displays the Number of Spiders on Forumhome and Who is Online.

If you are using a previous version of this mod, make sure to replace the default vBulletin template lines back into the templates and they are now automatically edited.

Version Information:
Version 1.0.1 --Initial release for vBulletin 3.7
Version 1.0.2 --Fixed MySQL error.
Version 1.0.3 --Fixed the leading comma issue when there were no members online.
Version 1.0.4 --Template edits now done automatically. No more manual template edits.

Credits:
A big thank you goes out to Andreas for coming up with the original code for this for 3.5.4. It now works in 3.7.

Installation overview:
Products to install: (1)
File Edits: (See the NOTE below)

Installation Instructions:
1. Upload spiders_vbulletin.xml to the includes/xml directory on your site.

2. Go to your Admin CP
Scroll down to 'Plugin System'
Click 'Manage Products'
Click 'Add/Import Product'
Click the 'Browse' button, and locate the product-spiderdisplay.xml file on your computer

Done!
Enjoy!

NOTE: There is one file edit that I have not found a way to get around yet. It is a special template cache that must be used with this. The easiest way to do it is add the file edit to the includes/config.php. Since this file does not change as often, you should be fine on most upgrades. This is the ONLY file edit.

NOTE: If you do not click install, you do not need support.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #192  
Old 05-27-2008, 03:36 PM
davemac davemac is offline
 
Join Date: Feb 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like the idea here but I don't want all my users seeing the spiders. Have you considered an option to display this information on the admin panel only? Like and an extension of this mod.

Thanks,
Reply With Quote
  #193  
Old 05-27-2008, 05:52 PM
davemac davemac is offline
 
Join Date: Feb 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by davemac View Post
I like the idea here but I don't want all my users seeing the spiders. Have you considered an option to display this information on the admin panel only? Like and an extension of this mod.

Thanks,
Nevermind. I've combined these two mods adding the spider detection code to the admin panel one listed above. I'll mark installed regardless as all the spider detection code is from this mod.

Cheers.
Reply With Quote
  #194  
Old 05-27-2008, 06:08 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How is that going to work when the code needs to be on the forumhome and Who's online?
Reply With Quote
  #195  
Old 05-28-2008, 11:56 AM
Vinyljunky's Avatar
Vinyljunky Vinyljunky is offline
 
Join Date: Feb 2007
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and working :up:

However it doesnt seem to be identifying this spider (I guess its a spider)
livebot-65-55-165-109.search.live.com

Thanks

VinylJunky
Reply With Quote
  #196  
Old 05-28-2008, 12:33 PM
lolitka lolitka is offline
 
Join Date: Feb 2007
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vinyljunky View Post
However it doesnt seem to be identifying this spider (I guess its a spider)
livebot-65-55-165-109.search.live.com
I had same problem with one of googlebots. It was called as a guest and in the IP info it has something like crawler-google.com or sth like this.

What can we do to prevent before something like this again?

Cheers!
Reply With Quote
  #197  
Old 05-28-2008, 01:22 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Make sure you have the latest spiders xml uploaded to the includes/xml directory. Spiders are recognized by their User Agent, not their resolved IP. If you check the User Agent on those you will see they look like normal users.
Reply With Quote
  #198  
Old 05-28-2008, 01:34 PM
Vinyljunky's Avatar
Vinyljunky Vinyljunky is offline
 
Join Date: Feb 2007
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lolitka View Post
I had same problem with one of googlebots. It was called as a guest and in the IP info it has something like crawler-google.com or sth like this.

What can we do to prevent before something like this again?

Cheers!
I guess the spiders.xml needs updating, but I dont know the best source for accurate info.

Can anybody advise?

Thanks

VJ
Reply With Quote
  #199  
Old 05-28-2008, 02:10 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're not understanding how it works. You can't update the xml with the IP info as vb identifies spiders by their User Agent only. If the spider info is not in the UA, vb sees it as a guest, no matter what the IP resolves to.
Reply With Quote
  #200  
Old 05-28-2008, 02:55 PM
Vinyljunky's Avatar
Vinyljunky Vinyljunky is offline
 
Join Date: Feb 2007
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
You're not understanding how it works. You can't update the xml with the IP info as vb identifies spiders by their User Agent only. If the spider info is not in the UA, vb sees it as a guest, no matter what the IP resolves to.

Ah thank you, I understand now

So I guess that means one of three things?
- The Live Search spiders dont use/display user agent info
- The Live Search spider agent info isnt in the xml file
- It wasnt a spider

Is that a fair assumption?

Thanks

VJ
Reply With Quote
  #201  
Old 05-28-2008, 03:04 PM
Amenadiel's Avatar
Amenadiel Amenadiel is offline
 
Join Date: Sep 2006
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I was browsing this mod when I noticed that a similar mod for VB 3.6 that I was still using is now in the graveyard. ¿Why? I don't know, but I deinstalled that one, installed this one and now I'm seeing a lot of robots I didn't see before. Baidu, Technorati, Twiceler... I'm loving this.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:39 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06695 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete