Shaun Posted July 30, 2013 Share Posted July 30, 2013 (edited) WHMCS'ers GroupPay from Kadeo is now Open Source and FREE! Why ??? I've been crazy with new ventures and believe that the community will benefit from an open source product due to increased involvement from the community at large. But I paid for it << Insert Time >> ago You paid for a product, which you required and done the job ;-) No corrospondance will be entered into regarding this matter How can I get it ? As with all great open source its on GitHub. http://github.com.au/craftyshaun/whmcs-grouppay/ How can I contribute. Code: Please fork the branch on GitHub and then submit a pull request. Issues: You can create issues for features/bugs over on GitHub Thanks Shaun Edited July 30, 2013 by Shaun Thanks HTB 0 Quote Link to comment Share on other sites More sharing options...
wsa Posted July 30, 2013 Share Posted July 30, 2013 I think you mean https://github.com/craftyshaun/whmcs-grouppay/ 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted July 30, 2013 Author Share Posted July 30, 2013 I think you mean https://github.com/craftyshaun/whmcs-grouppay/ Link updated; thanks for the tip 0 Quote Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted July 30, 2013 Share Posted July 30, 2013 Nice, is the current version 5.2.X compatible ? 0 Quote Link to comment Share on other sites More sharing options...
Alex - Arvixe Posted July 30, 2013 Share Posted July 30, 2013 I remember looking for something like this in the past Good to see this is now open source, good luck with your new venture. 0 Quote Link to comment Share on other sites More sharing options...
Bubka3 Posted July 31, 2013 Share Posted July 31, 2013 Needs a license (what can we do with it, etc). 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted July 31, 2013 Author Share Posted July 31, 2013 (edited) Hi you can ignore the license information as it should be removed. The fields may still remain as it was a quick change to get it up. For all faults w/ the code please open a github issue with evidence. I have created an issue and closed it. Edited July 31, 2013 by Shaun 0 Quote Link to comment Share on other sites More sharing options...
Bubka3 Posted July 31, 2013 Share Posted July 31, 2013 I meant you need to license your code with something such as http://www.gnu.org/licenses/gpl.html (for example). 0 Quote Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted July 31, 2013 Share Posted July 31, 2013 Anyone tested it on whmcs 5.2 ? 0 Quote Link to comment Share on other sites More sharing options...
int Posted August 1, 2013 Share Posted August 1, 2013 (edited) Anyone tested it on whmcs 5.2 ? I tried it on the latest (WHMCS 5.2.7), but couldn't get it to work; I put everything from the GitHub link --> Addon Module folder into whmcs/modules/admin, the tpl file into whmcs/templates/my_template, and FRONT END FILES/grouppay.php into whmcs/; the way it is now, I can activate the addon in WHMCS, but when going to ADDONS --> GROUP PAY in the WHMCS admin area, I see the php file outputting onto the screen (in what looks like a GitHub window). Any ideas guys? Anyone get this to work successfully? Edited August 1, 2013 by int 0 Quote Link to comment Share on other sites More sharing options...
slim Posted August 1, 2013 Share Posted August 1, 2013 Shaun Im still after that WHMCS help.. Have you got time? 0 Quote Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted August 1, 2013 Share Posted August 1, 2013 I tried it on the latest (WHMCS 5.2.7), but couldn't get it to work; I put everything from the GitHub link --> Addon Module folder into whmcs/modules/admin, the tpl file into whmcs/templates/my_template, and FRONT END FILES/grouppay.php into whmcs/; the way it is now, I can activate the addon in WHMCS, but when going to ADDONS --> GROUP PAY in the WHMCS admin area, I see the php file outputting onto the screen (in what looks like a GitHub window). Any ideas guys? Anyone get this to work successfully? For what I knew it used to not be 5.2 compatible so that would confirm it's still not. This is the only reason why I am not updating my whmcs to 5.2 yet. 0 Quote Link to comment Share on other sites More sharing options...
int Posted August 1, 2013 Share Posted August 1, 2013 For what I knew it used to not be 5.2 compatible so that would confirm it's still not.This is the only reason why I am not updating my whmcs to 5.2 yet. What version is it then confirmed to be compatible with? What version are you running? Have I placed all the files in the appropriate locations? Wasn't sure about the frontend / grouppay.php file (and it being put in the root of the WHMCS folder). 0 Quote Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted August 1, 2013 Share Posted August 1, 2013 5.1.X (all the versions) Grouppay.php goes to root grouppay.tpl goes to your template root ( ./templates/yourtemplatename/grouppay.tpl ) other .php files go to modules/addons/group_pay 0 Quote Link to comment Share on other sites More sharing options...
Bubka3 Posted August 1, 2013 Share Posted August 1, 2013 I don't know what you guys are doing but it's been working with all versions of 5.2.x for me. 0 Quote Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted August 2, 2013 Share Posted August 2, 2013 I don't know what you guys are doing but it's been working with all versions of 5.2.x for me. Good to know then, I may consider updating whmcs soon. 0 Quote Link to comment Share on other sites More sharing options...
Jaggl Posted August 2, 2013 Share Posted August 2, 2013 i have one thing to change... > in the addon folder: group_pay.php echo '<table><tr><td>Enabled:</td><td>'.($settings['Enabled'] == "on" && $validLic[0] ? '<span style="color: green; font-weight: bold;">Enabled</span>' : '<span style="color: red; font-weight: bold;">Disabled</span>').'</td></tr>'; to: echo '<table><tr><td>Enabled:</td><td>'.($settings['Enabled'] == "on" ? '<span style="color: green; font-weight: bold;">Enabled</span>' : '<span style="color: red; font-weight: bold;">Disabled</span>').'</td></tr>'; you have to delete && $validLic[0] because if not, it will display "Disabled" in the Addon Module hope this is correct what i say here 0 Quote Link to comment Share on other sites More sharing options...
gamedatainc Posted August 5, 2013 Share Posted August 5, 2013 I have removed the && $validLic[0] , however it still is not working. I see no one has updated this in a very long time... I am guessing this no longer works? 0 Quote Link to comment Share on other sites More sharing options...
gamedatainc Posted August 22, 2013 Share Posted August 22, 2013 This is still not working. Any suggestions? Still says disabled / invalid license. 0 Quote Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted August 22, 2013 Share Posted August 22, 2013 Mine was working just fine after upgrading. Disabled is normal, there is no license anymore. 0 Quote Link to comment Share on other sites More sharing options...
jalamaac Posted November 5, 2013 Share Posted November 5, 2013 ok i have this installed but im a noobe how do they use it is enabled but if i got to the link grouppay.php in root i get somthing about hash who do i creat links for there group pay url or incluse it in the welcome email? - - - Updated - - - Sorry about the grammar lmao - - - Updated - - - ? above is lol HOW do i creat links for them and can it be placed in the welcome email 0 Quote Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted November 5, 2013 Share Posted November 5, 2013 users just go on their grouppay page and copy/paste the link. No welcome email variable afaik. 0 Quote Link to comment Share on other sites More sharing options...
jalamaac Posted November 5, 2013 Share Posted November 5, 2013 users just go on their grouppay page and copy/paste the link. No welcome email variable afaik. ok thanks got it 0 Quote Link to comment Share on other sites More sharing options...
xKillerbees Posted February 20, 2014 Share Posted February 20, 2014 The group pay system is currently not enabled. Please contact support for more info. This is what I get when I go to grouppay.php - - - Updated - - - Never mind, I didn't know I had to go into setup/addon modules to enable it. 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.