HI
I never said this was going to be done without thier consent, this is not being made for public used enviroment... this is for authorized employees.
this is intended to verify it is being accessed from an authorized pc and for the file on the pc to be able to interact with the scripts on the site as the title of my post stated
Lets say you build an online game and you only want one player name per pc period.. multi accounts is not allowed.
How would this be accomplished?.. username and password does nothing to check if the user has an account already.. something has to check a location on thier pc for an expected file to be there
I am not building a game but my need is in the same type of style
Thank you :)
| [reply] |
I really don't get why would you only want one user per pc. You might want to limit an account to a specific pc, but why would you want to do it the other way around?
Anyway, if a user installs a program, you could let that program check for the MAC address of the network card, the CPU Info and possibly other metrics, but none of which will be definitive, because a PC is not a single entity. Users can install another network card and/or CPU, add memory, get a new CPU etc etc etc. Ofcourse you could get them to re-register after making the changes, and update the database.
As for identifying users, your best bet would probably still be a username/password entry.
| [reply] |