PHP 5.1.3 or later with SimpleXML, PCRE, XML and DOM extension.
If your platform is not here try checking out the mailing list archives or
the message boards on Github.
Just decompress and untar the source (which you should have done by now,
if you’re reading this…), into your webserver’s document root.
There is a configuration file called phpsysinfo.ini.new. If this a brand new
installation, you should copy this file to phpsysinfo.ini and edit it.
php.ini file’s include_path entry contains “.”php.ini has safe_mode set to ‘off’.phpSysInfo require php-xml extension.
Please keep in the mind that because phpSysInfo requires access to many
files in /proc and other system binary you MUST DISABLE php's safe_mode.
Please see the PHP documentation for information on how you
can do this.
That’s it. Restart your webserver (if you changed php.ini), and voila.
sudo docker build -t phpsysinfo github.com/phpsysinfo/phpsysinfo#mainsudo docker run -i -p 8080:80 -t phpsysinfoOn Windows systems we get our informations through the WMI interface.
If you run phpSysInfo on the IIS webserver, phpSysInfo will not connect
to the WMI interface for security reasons. At this point you MUST set
an authentication mechanism for the directory in the IIS admin
interface for the directory where phpSysInfo is installed. Then you
will be asked for an user and a password when opening the page. At this
point it is necessary to log in with an user that will be able to
connect to the WMI interface. If you use the wrong user and/or password
you might get an “ACCESS DENIED ERROR”.
Make sure you set MBM5 Interval Logging to csv and to the data
directory of phpSysInfo. The file must be called MBM5. Also make sure
MBM5 doesn’t add symbols to the values. This is a Quick MBM5 log parser,
need more csv logs to make it better.
First make sure you’ve read this file completely, especially the
“INSTALLATION AND CONFIGURATION” section. If it still doesn’t work then
you can:
Ask for help or submit a bug on Github (https://github.com/phpsysinfo/phpsysinfo/issues)
!! If you have any problems, please set DEBUG to true in phpsysinfo.ini
and include any error messages in your bug report / help request !!
If you have a great idea or want to help out, just create a pull request with your change proposal
in the phpSysInfo repository.
This program is released under the GNU Public License Version 2 or
(at your option) any later version, see COPYING for details.