Server independent serial key implementation?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 64
- Joined: Fri Apr 26, 2013 8:38 am
Server independent serial key implementation?
Does anyone have some idea how a server independent serial key implementation can be implemented on-to LC apps? Is there some form of unique identifier I can obtain from a PC, Mac, Linux computer?
Learning LiveCode, one step at a time.
Re: Server independent serial key implementation?
Not fully understanding the question but unique "ID" numbers for computers can be gained from their MAC addresses.
Simon
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
-
- Posts: 64
- Joined: Fri Apr 26, 2013 8:38 am
Re: Server independent serial key implementation?
I'm trying to figure out a way to implement serial key checking into an LC app without the need to rely on a server. In other words, the serial checking will be done locally, by the app itself.Simon wrote:Not fully understanding the question
Learning LiveCode, one step at a time.
Re: Server independent serial key implementation?
Sure, the app compares the current MAC address to the one it was installed on.
I'm thinking you want to know how to restrict your apps usage to the machine it was installed on. Could be wrong
Simon
I'm thinking you want to know how to restrict your apps usage to the machine it was installed on. Could be wrong

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
-
- Posts: 64
- Joined: Fri Apr 26, 2013 8:38 am
Re: Server independent serial key implementation?
Spot on. Now I I can't find any info on the Dictionary with regards to detecting the MAC address. Help?Simon wrote:Sure, the app compares the current MAC address to the one it was installed on.
I'm thinking you want to know how to restrict your apps usage to the machine it was installed on. Could be wrong![]()
Simon
Learning LiveCode, one step at a time.
Re: Server independent serial key implementation?
I was confused by the title of the post. What's a server have to do with it?
Here is a great resouce:
http://www.sonsothunder.com/devres/live ... vecode.htm
There you will find code to retrieve the MAC address and a lot more!
Simon
Here is a great resouce:
http://www.sonsothunder.com/devres/live ... vecode.htm
There you will find code to retrieve the MAC address and a lot more!
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
-
- Posts: 64
- Joined: Fri Apr 26, 2013 8:38 am
Re: Server independent serial key implementation?
Well normally, serial key checking is done via server to ensure the authenticity and to prevent "piracy". However, I don't want to implement some robust serial key checking. I just want some minor deterrent so people don't simply give copies of the software to other people for free.
Learning LiveCode, one step at a time.