Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Show Spiders Online on ForumHome Details »»
Show Spiders Online on ForumHome
Version: 1.00, by amykhar amykhar is offline
Developer Last Online: Nov 2013 Show Printable Version Email this Page

Version: 3.0.6 Rating:
Released: 02-07-2005 Last Update: 03-19-2005 Installs: 119
 
No support by the author.

This one is a pretty easy hack to install. It shows any spiders that are indexing your site in the what's going on box on the forum home page. Please note. It will only show spiders as spiders and not as guests if it also shows them as spiders and not as guests on online.php.

This hack has been tested on 3.0.6 and 3.0.7.

It's not hard to install, but it does have one drawback. If you have a portal page that shows online users, you will have to edit it yourself to incorporate the changes. Consider yourself warned.

At this point, any problems reported are installation errors. If things don't work for you, make sure you have completed all the steps as written.

As I have upgraded to 3.5, I am withdrawing support for this older version. All the bugs are gone and any issues are now installation errors.

FAQ
1. I get this: [ARG:3 UNDEFINED] spiders on my portal page.
As noted above, because of the large number of portals, you're on your own for integrating them into thie hack.

2. I get this: [ARG:3 UNDEFINED] spiders on other pages.
1. Make sure you have done all of the code changes correctly.
2. Make sure you have updated your style to use the modified templates. If not, that error will occor.

German Translation provided by General. It can be found here:
https://vborg.vbsupport.ru/showpost....&postcount=230

Here is the Advanced CMPS module that y'all have been clamoring for:
https://vborg.vbsupport.ru/showthread.php?t=82339


Amy

-------------
This hack will always be free, however your donations are kindly accepted and will help towards further development. If you donate, please leave me some info (either your forum site or username at vB.org) so that I can thank you.

Show Your Support

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

Comments
  #82  
Old 02-16-2005, 01:20 AM
lifesourcerec's Avatar
lifesourcerec lifesourcerec is offline
 
Join Date: Jan 2002
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok . Just trying to track down the problem, but everything is as stated in the directions. So, dunno what it is.
Reply With Quote
  #83  
Old 02-16-2005, 01:27 AM
Twigz Twigz is offline
 
Join Date: Dec 2004
Location: Michigan
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not sure either as I;m still having the same Problem have gone over everything Twice and matches to the T of the install Directions.. All I can think it is, is when I edited the Phrase, I dont think it updated correctly.. If you would like you could check it out for me when you have time. Just let me know, I can give ya access..
Here's the site so you can see yourself for now. www.wckediden.com/forums/index.php
Reply With Quote
  #84  
Old 02-16-2005, 01:29 AM
lifesourcerec's Avatar
lifesourcerec lifesourcerec is offline
 
Join Date: Jan 2002
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Twigz
Not sure either as I;m still having the same Problem have gone over everything Twice and matches to the T of the install Directions.. All I can think it is, is when I edited the Phrase, I dont think it updated correctly.. If you would like you could check it out for me when you have time. Just let me know, I can give ya access..
Here's the site so you can see yourself for now. www.wckediden.com/forums/index.php
Yeah, when editting the phrase, you can only put in English (US) translation.
Reply With Quote
  #85  
Old 02-16-2005, 01:34 AM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If it's the phrase giving you grief, you can get around that by using the variables in the forumhome and online templates instead of passing them into the phrase as a parameter. I just used the phrase to try to be more correct in the formatting of the hack.
Reply With Quote
  #86  
Old 02-16-2005, 01:40 AM
lifesourcerec's Avatar
lifesourcerec lifesourcerec is offline
 
Join Date: Jan 2002
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by amykhar
If it's the phrase giving you grief, you can get around that by using the variables in the forumhome and online templates instead of passing them into the phrase as a parameter. I just used the phrase to try to be more correct in the formatting of the hack.
Which variables to use? on forumhome and who's online? I'll try that and see if that's the problem.
Reply With Quote
  #87  
Old 02-16-2005, 01:43 AM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lifesourcerec, try doing the forumhome one first. Use the
Code:
$numberspiders
variable. If that works, you can do the online one using the numspiders variable.
Reply With Quote
  #88  
Old 02-16-2005, 01:52 AM
lifesourcerec's Avatar
lifesourcerec lifesourcerec is offline
 
Join Date: Jan 2002
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found the problem and it was between the keyboard and the seat .

I put the code in the parent file which the style file inherit, but it didn't. Works like a charm now
Reply With Quote
  #89  
Old 02-16-2005, 01:54 AM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lifesourcerec
Found the problem and it was between the keyboard and the seat .

I put the code in the parent file which the style file inherit, but it didn't. Works like a charm now
Yay!
Reply With Quote
  #90  
Old 02-16-2005, 02:14 AM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK. Found Twigz problem too. He was missing a code chunk in his index.php file.

I realize there will be issues with portal pages that show who's online. There are a couple of ways you can resolve them.
1. change the portal templates so the phrase isn't used. Spiders are not calculated by the portal code. So, the phrase will throw errors.
2. change the portal code to find the spiders and count them. You're on your own because there are too many portals for me to do the code for each one.

Amy
Reply With Quote
  #91  
Old 02-16-2005, 02:17 AM
Twigz Twigz is offline
 
Join Date: Dec 2004
Location: Michigan
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Amy for the Quick help and Fix.. Great Hack and Keep up the Good work.
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 08:19 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.04934 seconds
  • Memory Usage 2,315KB
  • Queries Executed 27 (?)
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
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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_postinfo_query
  • fetch_postinfo
  • 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