Quote:
Originally Posted by KirbyDE
Copy & Paste from my very own Version of vBStats for vB3
PHP Code:
// Some Server info
$ar = split("[/ ]", getenv("SERVER_SOFTWARE"));
$apacheversion = $ar[1];
$phpversion = phpversion();
$mysqlversion = $DB_site->query_first("SELECT VERSION() as version");
What information do you want to display?
|
Thanks for that.

I'm looking to display PHP Information (version, etc), MySQL information (version, disk space used, etc) as well as what platform the server is running, kernel, uptime, etc. I think you posted some of that. Is there a way to get all of the information that I'm looking for or will your above post take care of it?