Page 1 of 1

PHPsysinfo and GRSEC

PostPosted: Sun Nov 07, 2004 10:45 am
by alexs
How can run the phpsysinfo on grsec with processor info model... ?

Alexs

PostPosted: Mon Nov 08, 2004 5:08 am
by Sleight of Mind
recent versions of phpsysinfo should work just fine with grsec. They only things i found that do not fully work are the hostname (but you can hardcode that if you don't want to see it as N.A.) and the network traffic module (i just disabled this one)
Hardware information has always worked for me without any adaptions.

PostPosted: Mon Nov 08, 2004 1:38 pm
by alexs
I have version phpSysInfo-2.3 and my Hardware Information is all N.A and from the Network usage too

Alexs

PostPosted: Wed Nov 24, 2004 10:58 am
by Sfynx
Hardware info will not work if additional restrictions are turned on. I have them off, no harm if you can see what CPU I have IMHO. Network usage access is denied, also with additional restrictions off. If you don't want to hardcode the hostname, you can also do a shell_exec("hostname -f") to retrieve it.