|
Posted by Erwin Moller on 11/13/06 10:24
PBI wrote:
> I would like to know if it is possible to read, through php, the Hard Disk
> Serial Number
> or other serial number (cpu, motherboard etc... ).
> Thanks.
Hi,
If you can come up with some command that produces them, you can pass that
command via shell_exec() and the likes, and catch the output.
Check www.php.net and search for shell_exec().
I wouldn't know of a command that produces the serialnumber, but if you know
such a command, you can use shell_exec() to execute it.
Of course this cannot be done on a clients machine, only on server where php
runs.
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|