How does VBulletin get the system information without the use of exec ?
is there any other information i can get about the server without exec ?
bandwidth used ? system type ? CPU speed / usage / count ? RAM usage ?
Tell me more
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Use PHPSysInfo library phpSysInfo is a open source PHP script that displays information about the host being accessed. It will displays things like:
It directly parsed parses Another way is to use Linfo. It is a very fast cross-platform php script that describes the host server in extreme detail, giving information such as ram usage, disk space, raid arrays, hardware, network cards, kernel, os, samba/cups/truecrypt status, temps, disks, and much more. |
|||||||||||
|