HWID locking a PHP page?
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-05-29T13:57:00Z
Indexed on
2010/05/29
14:02 UTC
Read the original article
Hit count: 110
Currently I sell a program, that accesses my webpage. The program is HWID (Hard Ware ID) locked, and the only reason I use the program to access the webpage instead of direct access via a webbrowser, is so that I can use HWID authentication.
However, I've just been told I can code a script to get computer information, such as hardware ID etc.
Is this actually possible completely server-side? If so, can I do it with PHP? If not, what language would this be, and what functions would I have to look into for this?
© Stack Overflow or respective owner