Being that my server is Linux-based, and I didn't like [url]http://phpsysinfo.sourceforge.net,[/url] I just finished a php script that queries Linux-based systems for various information like:
+/proc data
+network usage
+mem usage
+HTTPD info
+application data such as
-Perl ver
-Perl shebang
-PHP ver
-Python ver
-MySQL ver
+etc...
Mine queries more things then the phpsysinfo and at least I respond to email...
Anywho, the script is open-source, uses a html template for output so it can easily be changed to suit your own needs. The basic script will output like this:
http://code.shrum.net/library/sysinfo-linux.php/sysinfo-linux.php
If you nest it in a CSS-ed page, it will confirm to the CSS like this:
http://sysinfo.shrum.net
If you want to see all the values (in raw form) that are stored in the $array, call the script with '?array=y'; this will ouput a template-less dump of the data. The array key names are the token names that you need to use in the template.
Anyways, if you like it, crack the .txt file and save it to your system as a .php file. Save the .shtml file to your system and mod it as much as you like.
I'm looking for enhancement requests so feel free to let me know.
Enjoy!