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

Reply
 
Thread Tools
Server Load - On ForumHome (*nix only) Details »»
Server Load - On ForumHome (*nix only)
Version: 1.00, by Farjad Farjad is offline
Developer Last Online: Aug 2011 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 05-19-2006 Last Update: 05-19-2006 Installs: 140
Uses Plugins Template Edits
Additional Files  
No support by the author.

This is my first mod for vb.

a simple hack that shows server load on forumhome...

It only shows total server load in percent.

enjoy & click install

Note: Only works on *nix

P.S. works with vB 3.5.3 & 3.5.4 (tested on both) no editing just upload product in admincp & upload images

Make sure you click install

Updates:
  • Fixed Plugin (Was using global_start now using forumhome_complete)
  • Viewable by Admins only...
  • Viewable by SMods & Admins only...
  • Viewable by All Users...

Show Your Support

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

Comments
  #72  
Old 05-23-2006, 01:45 PM
firstrebel's Avatar
firstrebel firstrebel is offline
 
Join Date: Dec 2005
Location: West London
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Bob
Reply With Quote
  #73  
Old 05-23-2006, 07:23 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #74  
Old 05-24-2006, 10:41 PM
Guest210212002
Guest
 
Posts: n/a
Default

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.
Reply With Quote
  #75  
Old 06-04-2006, 08:22 PM
Nachtfalke Nachtfalke is offline
 
Join Date: Apr 2006
Location: Germany
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #76  
Old 09-17-2006, 04:29 PM
DrHUS DrHUS is offline
 
Join Date: Feb 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

3.6.1 worked fine .. Thank you
Reply With Quote
  #77  
Old 09-17-2006, 07:23 PM
nerofix nerofix is offline
 
Join Date: Mar 2006
Location: Saarland
Posts: 219
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #78  
Old 09-19-2006, 04:32 AM
ShellingFox ShellingFox is offline
 
Join Date: Jun 2005
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed
Nice mods
Reply With Quote
  #79  
Old 10-18-2006, 04:10 AM
Cagonni Cagonni is offline
 
Join Date: Mar 2006
Location: Turkey
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #80  
Old 10-18-2006, 05:47 PM
SCRIPT3R SCRIPT3R is offline
 
Join Date: Jan 2005
Posts: 1,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #81  
Old 10-18-2006, 06:25 PM
SCRIPT3R SCRIPT3R is offline
 
Join Date: Jan 2005
Posts: 1,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
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 06:39 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.04910 seconds
  • Memory Usage 2,313KB
  • 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
  • (1)bbcode_code
  • (1)bbcode_php
  • (2)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
  • (4)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
  • (10)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