Server Status Panel v2.00
PHP-Fusion v7.XX
Original author: bulldog
email: whitecity_uda_1@yahoo.com
web: www.vbunleashed.net
Subsequent modification and updates: muscapaul
email: muscapaul@gmail.com
web: www.muscapaul.com
date: 31 July 2008
--------------------------------------------------
This program is released as free software under the
Affero GPL license. You can redistribute it and/or
modify it under the terms of this license which you
can read by viewing the included agpl.txt or online
at www.gnu.org/licenses/agpl.html. Removal of this
copyright header is strictly prohibited without
written permission from the original author(s).
--------------------------------------------------

FEATURES
--------
This side panel will display the following info about your server:

Average server load
Server Uptime (in days)
Server Uptime (as percentage of the running year)
Server Name
Server Port
Server Software
Server Gateway


INSTALLATION
------------
1. Upload the contents of the 'php-files' folder to your web server
2. Go via Admin Panel -> System Admin to Panels and add a new panel
3. Select 'server_status_panel', give it an appropriate name add the panel as a side panel
4. Save and enable the panel


CHANGELOG
---------
v2.00 (muscapaul)
* Code completely updated for compatibility with PHP-Fusion v7.
* Updated to display a status message when uptime and average load cannot be calculated.

v1.11 (muscapaul)
* Correction in ../locale/English.php.

v1.10 (muscapaul)
* Major overhaul in layout.
* Bug corrected: Division by zero error on first day of year prevented.
* Bug corrected: Server uptime now calculated using uptime of the running year rather than using total uptime and consequently percentage could be higher than 100.
* Language support added.

v1.00
* None (first version).