My Server Info in AdminCP
This modification is in the archives.
This is a script that I used outside the admincp, that shows some server info.
- Shows server time with exec(date) - Shows server load with file_get_contents("/proc/loadavg") (same as microstats plugin) - Shows memory usage with exec(free) - Shows free disk space with exec(df) - phpinfo() link - Shows MySQL Stats with mysql_stat() - Shows MySQL Status with "SHOW STATUS" query - Shows MySQL Vars with "SHOW VARIABLES" query Its superadmin only. Installation - Upload "server_info.php" to your admincp - Upload "cpnav_serverinfo.xml" to your includes/xml - Reload your AdminCP, its under "Server Info" Download This modification is archived and cannot be downloaded. |
Similar Mods
Administrative and Maintenance Tools TOP Server Load on AdminCP homepage | vBulletin 3.7 Add-ons |
Remove View PHP Info from adminCP | vBulletin 3.0 Full Releases |