I've downloaded phpsysinfo v2.5.1 on the original site and simply done those few things : (lazyadmintools must be installed)
lat-ibays -a -c "phpsysinfo | PhpSysInfo i-bay | admin | wr-group-rd-everyone | local | | enabled"
This creates the i-bay with those settings : admin owns the phpsysinfo i-bay and only LAN can see it (without password). Only the admin can write... Php is activated (and must have to !)
If you want everyone seeing over the web, just replace 'local' by 'global'
mv /root/addons/phpsysinfo/* /home/e-smith/files/ibays/phpsysinfo/html
Copy, move or whatever you want, but put the extracted files of phpsysinfo in the i-bay's html folder...
cd /home/e-smith/files/ibays/phpsysinfo/html
mv config.php.new config.php
rm index.html
renames the config.php file and removes the index.html to work better !
/sbin/e-smith/db accounts setprop phpsysinfo PHPBaseDir /home/e-smith/files/ibays/phpsysinfo/:/proc:/bin
/sbin/e-smith/signal-event ibay-modify phpsysinfo
At last, modify permissions for the i-bay to access /proc and /bin folders...
Apply modifications as usual...
And done ! It should work...
As phpsysinfo is installed in an ebay, you can easily modify access to it to meet your needs !
I've encoutered another problem... SME is not recognized and says it's unknown and it has no icon (a "?" in fact...)
I know, it's just an icon, but still !!! Anyway, all is ok exept that...
Nevertheless, it sees that : 2.6.9-34.0.2.ELsmp
I tried the lastest version (2.5.2 rc3) and it's the same, SME is still not recognized... But I get another bug with some scsi in the phpsysinfo page and I don't have any scsi hardware... Hope it will be fixed in next releases !
Hope it helped