PhpSysInfo: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
[http://phpsysinfo.sourceforge.net/ phpSysInfo] is a PHP script that displays information about the host being accessed.
[http://phpsysinfo.sourceforge.net/ phpSysInfo] is a PHP script that displays information about the host being accessed.
It will displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, Ethernet, Floppy, and Video Information.
It will displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, Ethernet, Floppy, and Video Information.
== Installation ==
phpSysinfo would have to be one of the most easies applictions to install.


= Prerequisite =
= Prerequisite =
Line 10: Line 7:
yum -y install php-xml php-mbstring</pre>
yum -y install php-xml php-mbstring</pre>
<pre>
<pre>
== Installation ==
phpSysinfo would have to be one of the most easies applictions to install.
cd /var/www/html
cd /var/www/html
wget http://waix.dl.sourceforge.net/project/phpsysinfo/phpsysinfo/3.0.16/phpsysinfo-3.0.16.tar.gz
wget http://waix.dl.sourceforge.net/project/phpsysinfo/phpsysinfo/3.0.16/phpsysinfo-3.0.16.tar.gz

Revision as of 05:59, 2 May 2012

phpSysInfo is a PHP script that displays information about the host being accessed. It will displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, Ethernet, Floppy, and Video Information.

Prerequisite

Assuming that httpd and php are already installed.

yum -y install php-xml php-mbstring

== Installation ==
phpSysinfo would have to be one of the most easies applictions to install.

cd /var/www/html
wget http://waix.dl.sourceforge.net/project/phpsysinfo/phpsysinfo/3.0.16/phpsysinfo-3.0.16.tar.gz
tar xvzf phpsysinfo-3.0.16.tar.gz
rm phpsysinfo-3.0.16.tar.gz
cd phpsysinfo
mv config.php.new config.php

Now all you need to do is from a WEB browser type in your servers IP address or FQDN followed by /phpsysinfo and see all the wonderful information. You will need to make sure that the WEB services are installed and running for this to work.