meudayg1 Posted August 4, 2015 Share Posted August 4, 2015 Hello All, I'm new to this forum and whmcs. Please help me with below. $localkeydays = 21; what can be max days? $allowcheckfaildays = 16; what does this do? $localkeyvalid = false; ==> What will happen if i change value to True? 0 Quote Link to comment Share on other sites More sharing options...
meudayg1 Posted August 4, 2015 Author Share Posted August 4, 2015 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 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted August 4, 2015 Share Posted August 4, 2015 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 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.