show/hide this revision's text 2 deleted 20 characters in body

The following returns the disk serial idnumber. Might have to specify which drive if you got Should work with multiple drives, you'll just get multiple results. Just run it with shell_exec.

wmic DISKDRIVE GET SerialNumber

But this will only work

wmic.exe is located in your windows system32 folder. And wmic does exist on the server you're running WinXP, Ive used it there myself.

My result on , Vista:

C:\Windows\System32>wmic DISKDRIVE GET SerialNumber
SerialNumber
20202020202054534241354c4*snip*

I do not on any web site visitorsknow if all harddrives provides the serial number to the OS.

show/hide this revision's text 1

The following returns the disk serial id. Might have to specify which drive if you got multiple. Just run it with shell_exec.

wmic DISKDRIVE GET SerialNumber

But this will only work on the server you're running it on, not on any web site visitors.