Jump to content

Licensing System - Blacklist for Expired Keys


andrewz
 Share

Recommended Posts

Hey :P

So after my last project I would like to implent a licensing system into it so I can disable it myself at anytime.

I already found this script, which is working perfectly fine.

'?do=embed' frameborder='0' data-embedContent>>

Now my question if this will work:

1.) Of course generate a license key with the generator. (Works)

2.) Make my programm first ask for a license key, by implenting the checker before the start maybe as a function?

3.) Make a website with a login script (done) where I can blacklist a license and then make the program check if

     the used license is blacklisted. If not blacklisted, just continue and if blacklisted, delete itself or just quit.

4.) Make the program only ask ONCE per day for the license. (Guess that one will be the hardest to make fail proof)

I think that will work, but I will be having trouble with the once per day thing. What do you think about this?

Thanks in advance & best regards

ANDREWZ

 

Link to comment
Share on other sites

If they are unique keys and nobody can register a duplicate then (assuming this is the case) why can't you store the date the key is registered on your side and make it valid for X days?

 

They are unique, but can be registered 1000x at the same time. So I guess I have to first check if the key is blacklisted and then another check if it is acivated already for this period of time. That would work :P, thanks for the idea.

PS: The blacklist because I cant disable them afterwards.

Edited by andrewz
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...