Hi,
I've completed a software in VC++ and the activation part requires a server-side script to validate the keys - one provided to the user, second he gets from the web-form.
I need the script to takes one string (key provided to user) as input and returns another string (unlock code from the mysql database) as output.
Or please forward me to some tutorial already posted here.
Any help greatly appreciated. Thanks.