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
  #132  
Old 03-12-2005, 01:21 PM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Correct .. amykhar .. no problems with the hack
Reply With Quote
  #133  
Old 03-15-2005, 01:28 PM
Acers's Avatar
Acers Acers is offline
 
Join Date: Feb 2005
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmm i am having a prob with this hack. Have done exactly as given in text file.
Right now am getting

Currently Active Users: 7 (6 members, 1 guests and 0 spiders)
(on the main forum page in the whats going on field at bottom)

while if i click on who's online and see there, i see
6 members, 1 guests and 2 spiders

where the 2 spiders are the google spiders.

Hows that?
And i am dead sure i have done file edits properly.

(BTW i have removed the and in the phrase with comma,But that can hardly be the reason :P lol
Reply With Quote
  #134  
Old 03-15-2005, 03:22 PM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Acers
hmmm i am having a prob with this hack. Have done exactly as given in text file.
Right now am getting

Currently Active Users: 7 (6 members, 1 guests and 0 spiders)
(on the main forum page in the whats going on field at bottom)

while if i click on who's online and see there, i see
6 members, 1 guests and 2 spiders

where the 2 spiders are the google spiders.

Hows that?
And i am dead sure i have done file edits properly.

(BTW i have removed the and in the phrase with comma,But that can hardly be the reason :P lol
I can't verify the problem because your online.php is not available for guests to view.
Reply With Quote
  #135  
Old 03-15-2005, 03:48 PM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Schwarze Katze
I love the hack, but I've got a problem.

Example:
Right now I've got 50 members, 43 guest and 18 spiders.
On who's online it works for "all" and shows the right numbers.
When I choose "members" it says 50 members, -18 guest and 18 spiders.
When I choose "guests" it says 0 members, 25 guests and 18 spiders.
When I choose "spiders" it says 0 members, 0 guest and 18 spiders.

Can anyone confirm this?
I am posting a fix for this problem here so that some more advanced coders can test the instructions before I replace the original text file. Please only do this fix right now if you are a coder and willing to test this code. (The code on my forums works. I just need to ensure I captured all the changes in the instructions.)

This fix requires undoing all changes you made in online.php and using the instructions in this file instead.

Amy
Reply With Quote
  #136  
Old 03-15-2005, 05:21 PM
lefthome's Avatar
lefthome lefthome is offline
 
Join Date: Feb 2005
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The install appears not to have an adverse effect on any other part of my forum but I do have a minor problem and that is the last step regarding (vb 3.07):



In the template WHOSONLINE find:

2=?$numberguest?



Add after:

3=?$numberspiders?



Doesn?t exist in my WHOSONLINE Template and the closest things I can find is



<strong><phrase 1="$numbervisible" 2="$numberguests">$vbphrase[x_members_and_y_guests]</phrase></strong><br /><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase>

</div></td>



Or this:



<select name="who">

<option value="all" $whoselected[0]>$vbphrase[all]</option>

<option value="members" $whoselected[1]>$vbphrase[members]</option>

<option value="guests" $whoselected[2]>$vbphrase[guests]</option>

<if condition="$vboptions['enablespiders']">

<option value="spiders" $whoselected[3]>$vbphrase[search_bots]</option>

</if>

</select>



Assistance please?
Reply With Quote
  #137  
Old 03-15-2005, 05:29 PM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lefthome
The install appears not to have an adverse effect on any other part of my forum but I do have a minor problem and that is the last step regarding (vb 3.07):



In the template WHOSONLINE find:

2=?$numberguest?



Add after:

3=?$numberspiders?



Doesn?t exist in my WHOSONLINE Template and the closest things I can find is



<strong><phrase 1="$numbervisible" 2="$numberguests">$vbphrase[x_members_and_y_guests]</phrase></strong><br /><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase>

</div></td>



Or this:



<select name="who">

<option value="all" $whoselected[0]>$vbphrase[all]</option>

<option value="members" $whoselected[1]>$vbphrase[members]</option>

<option value="guests" $whoselected[2]>$vbphrase[guests]</option>

<if condition="$vboptions['enablespiders']">

<option value="spiders" $whoselected[3]>$vbphrase[search_bots]</option>

</if>

</select>



Assistance please?
It's this one:

Code:
<strong><phrase 1="$numbervisible" 2="$numberguests">$vbphrase[x_members_and_y_guests]</phrase></strong><br /><phrase
Put it in right after the 2="numberguests"
Reply With Quote
  #138  
Old 03-15-2005, 05:44 PM
lefthome's Avatar
lefthome lefthome is offline
 
Join Date: Feb 2005
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Disregard my prior posting?.I am such a dummy sometimes. I figured it out and the hack works great in 3.07
Reply With Quote
  #139  
Old 03-16-2005, 03:15 AM
HC. HC. is offline
 
Join Date: Mar 2004
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed
I have 12 msn.bots on there right now and it says no spiders on the WOL
any ideas ?
I have triple check all replacements and everything is there
Reply With Quote
  #140  
Old 03-16-2005, 10:16 AM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are the spiders showing as spiders on online.php or do you just know they are spiders by their host? If they are not showing as spiders in online.php, but as guests, then they won't show as spiders on forumhome either.
Reply With Quote
  #141  
Old 03-16-2005, 02:04 PM
HC. HC. is offline
 
Join Date: Mar 2004
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok
they are showing as guest
the 2 that are all ways on there are
msnbot.msn.com
inktomisearch.com
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 11:59 AM.


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.05045 seconds
  • Memory Usage 2,324KB
  • 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
  • (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
  • (2)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