vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - 8WayRun.Com - Micro Debug Stats (https://vborg.vbsupport.ru/showthread.php?t=240905)

Boofo 08-08-2010 07:22 PM

Quote:

Originally Posted by spillage (Post 2080959)
Have the discussed permission changes been made in the xml download?

If they have, they are not working... If I logout, I can still see the stats as a Guest.

https://vborg.vbsupport.ru/showpost....2&postcount=21

Jaxel 08-13-2010 10:12 PM

With the new version, Server Time and Server Load are now shown only to administrators.

Boofo 08-13-2010 10:46 PM

Actually, the memory and templates should also only be shown to the admin.

KURTZ 08-15-2010 11:50 AM

Quote:

Originally Posted by Boofo (Post 2083461)
Actually, the memory and templates should also only be shown to the admin.

cause we use your fix :)

MichaelDance 09-26-2010 06:15 PM

can you make this into a page soon ;) thank you

rajubd 01-30-2011 08:01 PM

is it working with vb 4.1.1?

djbaxter 01-30-2011 08:57 PM

Quote:

Originally Posted by rajubd (Post 2156615)
is it working with vb 4.1.1?

Yes it is.

mradlin 02-01-2011 02:04 AM

Installed!!

Boofo 02-12-2011 03:40 AM

Jaxel,

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

Quote:

Server Uptime: 145 hours and 55 minutes
Server Uptime: 145 days, 1 hour and 01 minute <-- 6 minutes later

It should also be showing months, which it is not. Any idea how to fix this?

OldSchoolDSL 02-24-2011 05:56 AM

Installed and working.

4.1.1 :)

(Now I just need to learn how to cache templates)

testbot 02-25-2011 12:33 AM

Quote:

Originally Posted by OldSchoolDSL (Post 2166149)
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';
}


Boofo 02-27-2011 08:53 AM

Apparently the support for this mod is non-existent?

djbaxter 02-27-2011 01:23 PM

Quote:

Originally Posted by Boofo (Post 2167468)
Apparently the support for this mod is non-existent?

What's to support? It works. What issues are you having?

testbot 02-27-2011 01:43 PM

Quote:

Originally Posted by Boofo (Post 2161650)
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.

djbaxter 02-27-2011 02:01 PM

Working fine for me.

Boofo 02-27-2011 04:30 PM

Quote:

Originally Posted by testbot (Post 2167525)
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.

Bounce 04-06-2011 08:32 PM

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

:confused:

Bounce 04-06-2011 08:38 PM

Quote:

Originally Posted by testbot (Post 2166553)
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?

Bounce 04-06-2011 08:43 PM

Sussed it cheers, iggy last 2 posts lol :up:

Hippy 04-06-2011 09:59 PM

Quote:

Originally Posted by hIBEES (Post 2181672)
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 ..

rajubd 06-16-2011 05:37 PM

installed great mod using only for admin.. working perfect on vb 4.1.4.. all template cached

thecore762 09-02-2011 05:57 AM

Awesome mod.
Tested with 4.1.5 Pl1 and works awesome!

thecore762 09-03-2011 03:34 AM

Is there a way for me to disable these options:
Server Uptime: Server Load:
www.47r-squad.com
I really don't need that second line :/

charlesr 02-02-2012 08:19 PM

Sorry if this is covered by the Server Support disclaimer but I didn't understand what @exec is. My install is reporting 150hours 40mins, but it's actually 150days 40 mins (as reported in linux "top" app). Not an issue for me, but thought you might like to know.

Nirjonadda 04-08-2012 11:25 AM

How i can fix cache templates...please help me.

spillage 07-30-2012 12:34 AM

Can someone confirm if this is working on 4.2?

djbaxter 07-30-2012 12:51 AM

Yes. It's working fine for me with 4.2.0 PL2.

webrats 11-27-2012 12:19 AM

can you make it show the ip of the server ?

djbaxter 11-27-2012 12:37 AM

Get Firefox. Then get the Show IP plug-in/extension.

webrats 11-27-2012 12:47 AM

Quote:

Originally Posted by djbaxter (Post 2385456)
Get Firefox. Then get the Show IP plug-in/extension.

not really doable for me

scotty 09-28-2017 03:11 PM

Quote:

Originally Posted by djbaxter (Post 2352592)
Yes. It's working fine for me with 4.2.0 PL2.

here on 4.2.5 it does not work. :( maybe a php7 issue?

djbaxter 09-28-2017 03:15 PM

Do you get any error messages?

scotty 09-28-2017 03:16 PM

Quote:

Originally Posted by djbaxter (Post 2590150)
Do you get any error messages?

nope - nothing.

scotty 09-28-2017 03:18 PM

ok - it was a cache issue. one server showed it, the other not. sorry

so: works on vB4.2.5 and php 7.1

djbaxter 09-28-2017 03:23 PM

OK. Was just coming back to post that it works fine on 4.2.5 with PHP 7.1 for me.


All times are GMT. The time now is 01:01 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01542 seconds
  • Memory Usage 1,789KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (35)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete