digitaljunction Posted February 19, 2019 Share Posted February 19, 2019 I've developed a payment gateway for WHMCS. Are you able direct me how to: 1. prepare the module code for packaging. (ioncube ?) 2. Setup licensing on my instance of WHMCS (Licensing module?) Any assistance would be greatly appreciated. Thanks in advance. 0 Quote Link to comment Share on other sites More sharing options...
0 steven99 Posted February 21, 2019 Share Posted February 21, 2019 Encode using ioncube per their instructions for your OS . It is simple to do, at least on linux. Just note that you need to set for PHP 7.1 and above as php 5.6 to 7.0 uses a different encoder version. As for licensing, the WHMCS license addon works good. There is an example license check php file that you can use as a starting block . Basically, just take that example and put in a function and call that license check function in any function you want. 0 Quote Link to comment Share on other sites More sharing options...
Question
digitaljunction
I've developed a payment gateway for WHMCS.
Are you able direct me how to:
1. prepare the module code for packaging. (ioncube ?)
2. Setup licensing on my instance of WHMCS (Licensing module?)
Any assistance would be greatly appreciated.
Thanks in advance.
Link to comment
Share on other sites
1 answer 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.