Jump to content

help required in License


meudayg1

Recommended Posts

Hi All,

 

I'm new here and need help in adding license code to my script which will go public in few days.

 

I want to use below parameters for my script just want to make sure nothing break the license code

 

$localkeydays = 5;

$allowcheckfaildays = 5;

$localkeyvalid = true;

 

1. what will happen if i change value to "FALSE"

 

If my license server goes down/maintenance will the script live or it will also goes down? (assuming value True)

 

Please help me

Link to comment
Share on other sites

hello,

 

$localkeydays = 21; what can be max days?

how many days before next validation request, the software will connect to your server to check if everything is valid and active.

 

$allowcheckfaildays = 16; what does this do?

If $localkeydays period completed and software tried to connect to your server, but the connection was fail, how many days to allow the software to run before it try to validate again.

 

$localkeyvalid = false; ==> What will happen if i change value to True

you need to keep it false (default), it's value will be changed during validation

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated