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
vBusy: Last minute session stats analyzer for admins Details »»
vBusy: Last minute session stats analyzer for admins
Version: 1.00, by tamarian tamarian is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 06-07-2005 Last Update: 06-22-2005 Installs: 15
 
No support by the author.

There's also a vB 3.5 version: https://vborg.vbsupport.ru/showthrea...threadid=82788

What this hack does: This hack will allow you to have a quick glance at what's going on in the forum, based on the session table. The session table contains short-term information, that can be useful in finding out if things are more busy than usual. This idea come from this thread: How to view the busiest threads? You will have the option to view the bussiest threads, or all activities, in the last 1, 5 or 10 minutes. You can enter addiitonal minute values in the URL.

Features:
Lists is descending order busiets/most active:
  • Threads
  • Forums
  • PHP Scripts
  • Hosts IP's
  • Resolved IP's
  • Useragents and bots
Lists all session data, with sort options based on (time, user, host, useragent, location.

Per minute chart of sessions table activities.

Installation: : Just copy the file vbusy.php into your admincp directory.

Optional: If you want to have it integrated in the admin panel menu, just do this simple edit:

In ./admincp/index.php:

Find:
PHP Code:
construct_nav_option($vbphrase['scheduled_task_log'], 'cronlog.php?do=choose''<br />'); 
Add after it:
PHP Code:
// vBusy hack
        
construct_nav_option('vBusy''vbusy.php''<br />');
// vBusy end 
Click install to receive auto updates about new features/bugs.

Show Your Support

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

Comments
  #22  
Old 06-09-2005, 04:27 PM
bigcurt's Avatar
bigcurt bigcurt is offline
 
Join Date: Nov 2004
Location: KierDarby.php
Posts: 1,009
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lol dont let these guys get ya down, I really like this hack..it will work with 3.0.3 correct?
Reply With Quote
  #23  
Old 06-09-2005, 04:27 PM
bigcurt's Avatar
bigcurt bigcurt is offline
 
Join Date: Nov 2004
Location: KierDarby.php
Posts: 1,009
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/me installs.
Reply With Quote
  #24  
Old 06-09-2005, 06:54 PM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bigcurt
Lol dont let these guys get ya down, I really like this hack..it will work with 3.0.3 correct?
Should be no problems with any 3.0.x
Reply With Quote
  #25  
Old 06-10-2005, 04:22 PM
Spinball's Avatar
Spinball Spinball is offline
 
Join Date: Feb 2002
Location: Telford, England
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very,very good.
Reply With Quote
  #26  
Old 06-10-2005, 04:27 PM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For the brave souls who'll upgrade to vB 3.5 beta, this has now been ported:

https://vborg.vbsupport.ru/showthrea...threadid=82788
Reply With Quote
  #27  
Old 06-12-2005, 07:14 AM
Spinball's Avatar
Spinball Spinball is offline
 
Join Date: Feb 2002
Location: Telford, England
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got a bug here tamarian in the minute report. No bar images. When I do a view source:
HTML Code:
<td width="100%" align="left" nowrap="nowrap"><img src="../http://www.avforums.com/forums/images/polls/bar3-l.gif" height="10" /><img src="../http://www.avforums.com/forums/images/polls/bar3.gif" width="33.783783783784%" height="10" /><img src="../http://www.avforums.com/forums/images/polls/bar3-r.gif" height="10" /></td>
vBadvanced requires http:// type paths to the various image directories.
Reply With Quote
  #28  
Old 06-12-2005, 10:20 AM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spinball
Got a bug here tamarian in the minute report. No bar images. When I do a view source:

vBadvanced requires http:// type paths to the various image directories.
Doesn't look like a bug from vBusy. Seems like vBadvanced (or something) is inserting http in the wrong place.

HTML Code:
img src="../http://www.....
I haven't used vBadvanced, so I don't know why it's doing it, or how to fix it.
Reply With Quote
  #29  
Old 06-12-2005, 06:22 PM
Spinball's Avatar
Spinball Spinball is offline
 
Join Date: Feb 2002
Location: Telford, England
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tamarian
Doesn't like a bug from vBusy. Seems like vBadvanced (or something) is inserting http in the wrong place.

HTML Code:
img src="../http://www.....
I haven't used vBadvanced, so I don't know why it's doing it, or how to fix it.
No, it's because vBAdvanced requires you to put for the button folder rather than
Quote:
/images/buttons
so that the vBadvanced pages can be located anywhere on your server and the buttons still appear.
This doesn't screw up the buttons on the rest of the forums, but it does make the bar image broken in the vBusy hack because you are adding '../' to the front of the folder name.
Just FYI - not a complaint, really since I'll just edit out the bit which adds the '../'.
But since a lot of other people use vBadvanced, it's something to bear in mind.
Reply With Quote
  #30  
Old 06-12-2005, 06:41 PM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spinball
No, it's because vBAdvanced requires you to put
for the button folder rather than
so that the vBadvanced pages can be located anywhere on your server and the buttons still appear.
I see. But not sure how to fix this, without breaking it for those not using vba. vBusy is basically using the image path from your style variable.

A question about vba, when you go to the admincp stats page, and view the stats for registration or new posts, do the bars show, or is it the same problem? If they do show properly, was the stats.php file hacked for it to work?
Reply With Quote
  #31  
Old 06-19-2005, 03:21 AM
dsboyce8624 dsboyce8624 is offline
 
Join Date: May 2005
Location: New Jersey
Posts: 413
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tamarian
I see. But not sure how to fix this, without breaking it for those not using vba. vBusy is basically using the image path from your style variable.

A question about vba, when you go to the admincp stats page, and view the stats for registration or new posts, do the bars show, or is it the same problem? If they do show properly, was the stats.php file hacked for it to work?
Yes they work. And removing the '../' . fixed it.

I did also just notice the time is off by 4 hours.
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 05:34 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.05712 seconds
  • Memory Usage 2,317KB
  • 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
  • (3)bbcode_html
  • (2)bbcode_php
  • (8)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
  • (3)pagenav_pagelink
  • (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