confucion Posted April 2, 2009 Posted April 2, 2009 Is it possible to have an AutoIt app phone home first, activate and then allow the user to complete different functions?Example:1) Launch MyAutoIt app2) check http://xx.xx.xx.xx/license.php?license=2245returns: hlhk3l234234234jkjk3) if returned value matches the license key hard coded in the AutoIt app it launches successfully and allows the user to use it normally*checks every 20 minutes for the key4) if online check fails, MyAutoIt app terminates automatically.
yucatan Posted April 2, 2009 Posted April 2, 2009 Is it possible to have an AutoIt app phone home first, activate and then allow the user to complete different functions?Example:1) Launch MyAutoIt app2) check http://xx.xx.xx.xx/license.php?license=2245returns: hlhk3l234234234jkjk3) if returned value matches the license key hard coded in the AutoIt app it launches successfully and allows the user to use it normally*checks every 20 minutes for the key4) if online check fails, MyAutoIt app terminates automatically.yeah thats posseblei think its bether to use a tcp/ip client and server and the client connect to the server to check the keybut yeah thats its posseble
confucion Posted April 2, 2009 Author Posted April 2, 2009 yeah thats posseblei think its bether to use a tcp/ip client and server and the client connect to the server to check the keybut yeah thats its possebleGreat, thanks! Will be using this method for my next project then.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now