Jump to content

Recommended Posts

Posted

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 app

2) check http://xx.xx.xx.xx/license.php?license=2245

returns: hlhk3l234234234jkjk

3) 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 key

4) if online check fails, MyAutoIt app terminates automatically.

Posted

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 app

2) check http://xx.xx.xx.xx/license.php?license=2245

returns: hlhk3l234234234jkjk

3) 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 key

4) if online check fails, MyAutoIt app terminates automatically.

yeah thats posseble

i think its bether to use a tcp/ip client and server and the client connect to the server to check the key

but yeah thats its posseble

Posted

yeah thats posseble

i think its bether to use a tcp/ip client and server and the client connect to the server to check the key

but yeah thats its posseble

Great, thanks! Will be using this method for my next project then.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...