Jump to content

Php script to view computers hardware information


xionhack

Recommended Posts

If you mean "show the user their computer's specs"...

 

$_SERVER has a few things gleaned from the client request to the server that might be helpful like browser, OS, but you won't be able to get things like RAM, HDD space, etc... and even what you can get can easily be spoofed.  So the short answer is no, you can't do that with php.  You would need to make and have the user download and run something on their computer (like a java applet or activeX control) that can access that sort of stuff.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.