dansgalaxy Posted January 2, 2011 Share Posted January 2, 2011 Seriously considering purchasing the licensing module at the moment, just need an answer quickly. Does this include all and any future updates to the module? Is the module locked down to a specific server / WHMCS installation? 0 Quote Link to comment Share on other sites More sharing options...
0 Grizzlyware Josh Posted January 2, 2011 Share Posted January 2, 2011 Updates I don't know but I'd think so. And it will only work with your one install of WHMCS. You buy it per WHMCS license... It's a great module. 0 Quote Link to comment Share on other sites More sharing options...
0 dansgalaxy Posted January 2, 2011 Author Share Posted January 2, 2011 (edited) Brought it now How can I have it NOT validate the domain? I have written a cPanel/WHMCS bridge so the cPanel side of the bridge will obviously run on multiple domains. Ideally I want the WHMCS side to still validate the domain though. How can I manage that? Edited January 2, 2011 by dansgalaxy 0 Quote Link to comment Share on other sites More sharing options...
0 Grizzlyware Josh Posted January 2, 2011 Share Posted January 2, 2011 In the product setup in WHMCS of the Licensing Module you can tick: Allow Domain Conflict As I found out after spending a good few hours to find a fix without trying the check box first! lol 0 Quote Link to comment Share on other sites More sharing options...
0 dansgalaxy Posted January 2, 2011 Author Share Posted January 2, 2011 Hmm ok, now got another issue. This time the IPs. Again as its running multiple domains AND ip addresses (for customers with dedi IP) I need to limit it with multiple IPs. I tried adding the second IP in the field but still seems to throw up license invalid? It isn't currently caching the localkey so runs live check everytime. 0 Quote Link to comment Share on other sites More sharing options...
0 Grizzlyware Josh Posted January 2, 2011 Share Posted January 2, 2011 You have two options: Allow IP Conflict Or Rename /modules/licensing/verify.php to whmcs_verify.php Edit /modules/licensing/verify.php to // Some code to check the IPs... if this is that script calling, validate it yourself from the DB if not, continue... require_once("whmcs_verify.php"); Kind of defeats the purpose of buying it, but it will still generate keys for you? And this way you can still use the same file name for HTTP requests for other scripts you licnse. This is what I have done with mine as I needed mine to run either with a key, or validate if the domain had a good hosting package, then let the CMS run. But both access the same file as the files are the same. 0 Quote Link to comment Share on other sites More sharing options...
0 dansgalaxy Posted January 3, 2011 Author Share Posted January 3, 2011 It seems to work fine if I list the IPs, Its just I had a space As I had put xx.xx.xx.xx, xx.xx.xx.xx but xx.xx.xx.xx,xx.xx.xx.xx seems to work. 0 Quote Link to comment Share on other sites More sharing options...
0 Grizzlyware Josh Posted January 3, 2011 Share Posted January 3, 2011 How are you going to automate that? You can't edit each license per sale, surely? 0 Quote Link to comment Share on other sites More sharing options...
Question
dansgalaxy
Seriously considering purchasing the licensing module at the moment, just need an answer quickly.
Does this include all and any future updates to the module?
Is the module locked down to a specific server / WHMCS installation?
Link to comment
Share on other sites
7 answers to this question
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.