vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vB3 Server Status via Admin CP (https://vborg.vbsupport.ru/showthread.php?t=59827)

Onkel_Tom 06-05-2004 05:14 PM

For those Servers which are not running Redhat Linux just change the following line in serverinfo.php to read the version of Linux

Code:

$linux = "cat /etc/redhat-release";
to your Linux Distribution:
$linux = "cat /etc/debian_version";
$linux = "cat /etc/SuSE-release";
$linux = "cat /etc/mandrake-release";
$linux = "cat /etc/fedora-release";
$linux = "cat /etc/gentoo-release";
$linux = "cat /etc/slackware-version";
$linux = "cat /etc/eos-version";

Dan 06-05-2004 06:19 PM

Nice work Erwin :) I'm going to use this.

The Realist 06-06-2004 09:16 AM

Works 100%

Nice one Doc :)

Laters

Onkel_Tom 06-06-2004 02:00 PM

In arrangement with Dr. Loh I updated the script to get some more server information and also have some cosmetic changes.

New additional Features
--------------------------------

1) Implemented Online Users from Dr. Loh's top.php Script
2) Configure several Unix Distributions
3) View machine Type
4) View Server Name
5) View Operating System Type
6) View Operating System Version
7) View Processor

Depending on your Server it could be that some information are not correct displayed in the output. If this happens you can edit the serverinfo.php file an comment the wrong displayed lines with // in the beginning.

have fun

The Realist 06-06-2004 04:15 PM

Works a treat M8, well done.

But............

One of my settings says:

Open_tables | 1023 | 100% of table_cache in use

Is this right?

Onkel_Tom 06-06-2004 08:10 PM

Quote:

Originally Posted by The Realist
One of my settings says:

Open_tables | 1023 | 100% of table_cache in use

Is this right?

The script only reads the information an status from your MySQL Server.
So this information must be right !
Check your MySQL Konfiguration to fix the 100% table_cache

PranK 06-07-2004 04:53 AM

Cheers erwin!

/me clicks install

weitalia 07-05-2004 05:33 PM

It's fantastic!!!! ;)


All times are GMT. The time now is 06:17 AM.

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.01141 seconds
  • Memory Usage 1,728KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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