vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Server Load - On ForumHome (*nix only) (https://vborg.vbsupport.ru/showthread.php?t=116134)

firstrebel 05-23-2006 01:45 PM

Jut put it on the admin login page. No real need for anyone else to have this.

Bob

bashy 05-23-2006 07:23 PM

Hi

Mine says 1% and has done since installing this (as soon as it came out)
My server load is no less that 4% for the last few days....

What would cause this not to work properly please?

Guest210212002 05-24-2006 10:41 PM

Quote:

Originally Posted by bashy
Hi

Mine says 1% and has done since installing this (as soon as it came out)
My server load is no less that 4% for the last few days....

What would cause this not to work properly please?

Same here.

Nachtfalke 06-04-2006 08:22 PM

Quote:

Originally Posted by Delphiprogrammi
Your host has disabled the exec(); functions nothing todo about that ....

...seems that my hoster has done this today. Everything went fine since the day I installed the hack, but today I got the message "exec, phpinfo, popen, proc_open() has been disabled for security reasons"

It's a pitty, I loved this hack.

DrHUS 09-17-2006 04:29 PM

3.6.1 worked fine .. Thank you

nerofix 09-17-2006 07:23 PM

I get following message by trying to uninstall the mod:

- 210th SECURITY ALERT -

The Board Security System has detected, that you wanted to bring bad
Code to this Forum or you have tried to exploit something here or maybe
another attack linke this.

This attempt was blocked and we logged all information about this.

If you see this message after including a new MOD to your Forum or if
you have reached this site over a normal Forum Link, please contact
the Board Administrator to fix this Problem.

CBACK CrackerTracker

ShellingFox 09-19-2006 04:32 AM

Installed :)
Nice mods

Cagonni 10-18-2006 04:10 AM

it worked but is it possible to show %0.xx ?
it begins from %1 and i suppose it shows only integers.Is it possible to show decimal numbers?

installed.

SCRIPT3R 10-18-2006 05:47 PM

i've edited the image to stats, to more accurately reflect it's purpose (IMO)...
Code:

img src="$stylevar[imgdir_misc]/stats.gif"
also, would like to appear beneath the statistics instead atop, any suggestion?

SCRIPT3R 10-18-2006 06:25 PM

Re: *nix...

this should show the average server load and server uptime in days.
PHP Code:

$uptime = @exec('uptime');
preg_match("/averages?: ([0-9\.]+),[\s]+([0-9\.]+),[\s]+([0-9\.]+)/",$uptime,$avgs);
$uptime explode(' up '$uptime);
$uptime explode(','$uptime[1]);
$uptime $uptime[0].', '.$uptime[1];
$start=mktime(00011date("Y"), 0);
$end=mktime(000date("m"), date("j"), date("y"), 0);
$diff=$end-$start;
$days=$diff/86400;
$percentage=($uptime/$days) * 100;
$load=$avgs[1].",".$avgs[2].",".$avgs[3]."";
echo 
'Average Load: '.$load;
echo 
'Uptime: '.$uptime



All times are GMT. The time now is 08:31 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.01239 seconds
  • Memory Usage 1,748KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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