Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
8WayRun.Com - Micro Debug Stats Details »»
8WayRun.Com - Micro Debug Stats
Version: 4.0.3, by Jaxel Jaxel is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 4.0.x Rating:
Released: 04-20-2010 Last Update: 08-13-2010 Installs: 113
Uses Plugins
 
No support by the author.

Don't forget to click INSTALL!
I'm an unemployed computer programmer... if you appreciate the work I have done on this mod, please don't hesitate in offering me a donation by clicking the "Support Developer" link to the right of this text.

This mod is a complete rewrite of ShiningArcanine's Microstats mod for vB3.5x.
ShiningArcanine is gone. Sadly that means his mods will never get updated. As well, by policy here at vBulletin.org, no one has the right to update his mod to make it compatible for newer versions of vB without his express permission... which we won't be able to get because we can't get in contact him. Therefore I have completely rewritten this mod. I copied nothing from ShiningArcanine's original mod; instead I went through vB's built in debug functions and used their code as an example.

Server Support
Right now this mod only supports "@exec(uptime)" for retrieving server load. If I get enough requests for other load average systems, I will add them in time.

Download Now

File Type: xml product-microdebug.xml (3.3 KB, 425 views)

Screenshots

File Type: jpg Untitled-1.jpg (72.9 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
sivaganeshk

Comments
  #52  
Old 02-25-2011, 12:33 AM
testbot testbot is offline
 
Join Date: Feb 2009
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OldSchoolDSL View Post
Installed and working.

4.1.1

(Now I just need to learn how to cache templates)
AdminCP>Plugins & Products> Plugin Manager>Add New Plugin

Product: your_productname
Hook Location: cache_tmeplates
Title: title of your product/plugin
Plugin PHP Code:
Code:
//like showthread, forumdisplay, or if it's on all pages then remove the if statement
if (THIS_SCRIPT == 'WhereScriptRuns') 
{
$cache[] = 'template_name';
}
Reply With Quote
  #53  
Old 02-27-2011, 08:53 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Apparently the support for this mod is non-existent?
Reply With Quote
  #54  
Old 02-27-2011, 01:23 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
Apparently the support for this mod is non-existent?
What's to support? It works. What issues are you having?
Reply With Quote
  #55  
Old 02-27-2011, 01:43 PM
testbot testbot is offline
 
Join Date: Feb 2009
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
Jaxel,

The Server Uptime is not working correctly. This 2 lines are in the space of 6 minutes.




It should also be showing months, which it is not. Any idea how to fix this?
This might have something to do with it?
Quote:
Server Support
Right now this mod only supports "@exec(uptime)" for retrieving server load. If I get enough requests for other load average systems, I will add them in time.
Reply With Quote
  #56  
Old 02-27-2011, 02:01 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working fine for me.
Reply With Quote
  #57  
Old 02-27-2011, 04:30 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by testbot View Post
This might have something to do with it?
No, that is not it as the server loads are working fine. Wait until it falls on a time like this and you will see:
Quote:
Server Uptime: 145 hours and 55 minutes
Server Uptime: 145 days, 1 hour and 01 minute <-- 6 minutes later
I caught this totally by accident as it only happens during a 1 hour window.
Reply With Quote
  #58  
Old 04-06-2011, 08:32 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you cache a template that you've found needs to be cached?

Reply With Quote
  #59  
Old 04-06-2011, 08:38 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by testbot View Post
AdminCP>Plugins & Products> Plugin Manager>Add New Plugin

Product: your_productname
Hook Location: cache_tmeplates
Title: title of your product/plugin
Plugin PHP Code:
Code:
//like showthread, forumdisplay, or if it's on all pages then remove the if statement
if (THIS_SCRIPT == 'WhereScriptRuns') 
{
$cache[] = 'template_name';
}

Tried this and failed, I have an uncached template forumhome_addon which I believe is part of photopost pro, I added the product name etc but its still showing as not cached?
Reply With Quote
  #60  
Old 04-06-2011, 08:43 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sussed it cheers, iggy last 2 posts lol :up:
Reply With Quote
  #61  
Old 04-06-2011, 09:59 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hIBEES View Post
Tried this and failed, I have an uncached template forumhome_addon which I believe is part of photopost pro, I added the product name etc but its still showing as not cached?
I posted a fix for this @ photopost
I am not surprised good old chuck didn't update it ..
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 12: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.06700 seconds
  • Memory Usage 2,340KB
  • Queries Executed 26 (?)
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_code
  • (8)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
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete