customized phpsysinfo



This is a modified form of phpSysInfo that i made for AEshells, you can see it at http://aeshells.org/info

My version modifies the way that memory is reported, so it doesn't include cache and buffers, also adds "Total Users", "Eggdrops", "Screens", and "Vhosts" to the 'System Vital' section.. Also some other minor modifactions. The 'vhosts' section, is not automatic, it's just a hard coded '5' for me, you would have to change it yourself in the source. To install just:

1. cd into your web directory.. (/home/user/public_html, /var/www/htdocs, etc..)

2. wget http://aeshells.org/~alex/files/info.tar.gz

3. tar -xzf info.tar.gz

4. cd info

5. nano index.php <-- substitute nano with pico, vi, or whatever text editor you use

6. change the $number_of_vhosts = "5"; to whatever number of vhosts you have on your system..

7. All done, go to http://yoursite.com/info

I'll mention for completeness, that this has only been tested on Slackware Linux. However you are of course free to take it and make any modifications to make it work on your OS. Also, I know that it will not work properly on a system with the grsec security patch, as it depends on the web server user to have access to /proc.