I wanted to use this script that i found on hotscripts.com, but i dopnt have time to recreate it for windows 2000.
so has anyone made/seen something like this
http://phpsysinfo.sourceforge.net/phpsysinfo/index.php
that i could use.
| SitePoint Sponsor |





I wanted to use this script that i found on hotscripts.com, but i dopnt have time to recreate it for windows 2000.
so has anyone made/seen something like this
http://phpsysinfo.sourceforge.net/phpsysinfo/index.php
that i could use.
Never seen anything like it, but it should not be the most difficult thing in the world to create a Win32 port of it...
Whatever happened to BeOS?





i did find one although not anywhere near as good and didn't work properly, but I would like to see if anyone has found any better.
As this worked by using exec on a java application called Memory.exe, but i dont really want to goto all that trouble to find out a few stats because i really dont have time as it is to finish this project.





well, i started programming this myself but couldn't figure out how to get the no. of cpu's a server has? Any idea's?
$_ENV["NUMBER_OF_PROCESSORS"]
Sean![]()
Harry Potter
-- You lived inside my world so softly
-- Protected only by the kindness of your nature





lol that was stupid of me. Thanks anyway sean.![]()





Another quick question, just aint got my head screwed on right now. But how can i determine the processor speed and if there more than one echo each processor speed?
I don't think you can, unless you find some funky PHP somewhere. The only processor vars are:
$_ENV["NUMBER_OF_PROCESSORS"]
$_ENV["PROCESSOR_ARCHITECTURE"]
$_ENV["PROCESSOR_IDENTIFIER"]
$_ENV["PROCESSOR_LEVEL"]
$_ENV["PROCESSOR_REVISION"]
Sean![]()
Harry Potter
-- You lived inside my world so softly
-- Protected only by the kindness of your nature
Bookmarks