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

Reply
 
Thread Tools
Most Ever Users / Members / Guests / Chatters etc Details »»
Most Ever Users / Members / Guests / Chatters etc
Version: 1.10, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.0.17 Rating:
Released: 05-08-2005 Last Update: Never Installs: 11
 
No support by the author.

This modification is no longer available or supported.

This hack performs two functions ;

Firstly - it seperately counts the most ever users, members & guests [and the timestamp they happened] for display in the Forumhome "What's Going On" section. At the moment this only records and displays the 'most ever users' (which is members + guests, and if often inflated by spiders etc).

To avoid cluttering the display it only displays one of the counts at a time - changing which one is displayed every 10 seconds. The existing 'most ever users' count [and timestamp] remain untouched, but obviously the new members and guests counts will only start from when you install the hack.

Secondly - this provides a most ever chatters/visitors/posters count for the three hacks I have released on vb.org (see my sig to find them). The code for these three 'plugins' is commented out by default - and can be removed if you don't require it (if you are unsure, then leave it - it won't do anything while commented out) . If you have one or more of these hacks installed, and want this extra functionality, then uncomment the relevant section of code for each hack.

This has been running for a week on our test system, and a couple of days live, without any problems, any support questions should be posted in this thread (read the sig first ).

Oh, and for the paranoid among you - no it doesn't add any queries to index.php.

Show Your Support

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

Comments
  #2  
Old 05-09-2005, 02:15 AM
pjdaley pjdaley is offline
 
Join Date: Feb 2004
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

interesting hack! n-e-x clicks install!
Reply With Quote
  #3  
Old 05-09-2005, 07:46 PM
bigcurt's Avatar
bigcurt bigcurt is offline
 
Join Date: Nov 2004
Location: KierDarby.php
Posts: 1,009
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any screenshots bud?
Reply With Quote
  #4  
Old 05-09-2005, 08:22 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not at the moment - I will add some soon. There isn't exactly much to see unless you have some of the extra hacks of mine installed. The default change just alters the existing "most ever" message to one of three (users, or members, or guests).
Reply With Quote
  #5  
Old 05-09-2005, 09:02 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I added the screenshots - the first shows one of the messages (most users) and also the effect on my three other hacks (if installed). The other two images show the other messages (for guests and members).
Reply With Quote
  #6  
Old 05-26-2005, 11:30 AM
mkdevo mkdevo is offline
 
Join Date: May 2004
Location: CT, USA
Posts: 269
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul,

i installed this mod, mainly for your chatters and 'online today' mods. however, i do not want to keep the members/guests/users seperated in the Currently Avtive section (i want to revert to the default 'users' only, but still want to use the chatters/online today features). can you tell me what i need to remove/replace to revert that section back to the vb default? i tried it, and it disappeared completely.

thanks again!
Reply With Quote
  #7  
Old 05-26-2005, 11:51 AM
mkdevo mkdevo is offline
 
Join Date: May 2004
Location: CT, USA
Posts: 269
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just to add to that, i don't think it's working right:

Total users that have visited today: 41
The most members online in one day was 63 (Today)

makes no sense, right? or am i missing something?
Reply With Quote
  #8  
Old 05-26-2005, 04:35 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mkdevo
Paul,

i installed this mod, mainly for your chatters and 'online today' mods. however, i do not want to keep the members/guests/users seperated in the Currently Avtive section (i want to revert to the default 'users' only, but still want to use the chatters/online today features). can you tell me what i need to remove/replace to revert that section back to the vb default? i tried it, and it disappeared completely.

thanks again!
The quickest way (tho not the most correct way) would be to change

PHP Code:
    switch(substr(date(s),0,1)) 
to

PHP Code:
    switch(0
Reply With Quote
  #9  
Old 05-26-2005, 04:42 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mkdevo
just to add to that, i don't think it's working right:

Total users that have visited today: 41
The most members online in one day was 63 (Today)

makes no sense, right? or am i missing something?
Actually it's working perfectly - it's an interesting effect of people having different timezones. The figure of 41 is personal to you, since your midnight. Someone else with different timezone settings has already reached a figure of 63 since their midnight, so the forum total is set to this value. It's not practical to keep a total for every user. If it worries you then you could switch the "members visited today" to the rolling 24 hour option - then everyone sees the same figure.
Reply With Quote
  #10  
Old 05-27-2005, 11:59 AM
mkdevo mkdevo is offline
 
Join Date: May 2004
Location: CT, USA
Posts: 269
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M
Actually it's working perfectly - it's an interesting effect of people having different timezones. The figure of 41 is personal to you, since your midnight. Someone else with different timezone settings has already reached a figure of 63 since their midnight, so the forum total is set to this value. It's not practical to keep a total for every user. If it worries you then you could switch the "members visited today" to the rolling 24 hour option - then everyone sees the same figure.
ah... very neat.. thanks!
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 01:23 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.04415 seconds
  • Memory Usage 2,299KB
  • Queries Executed 23 (?)
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
  • (2)bbcode_php
  • (3)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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