Jump to content

how do I incorporate whmcs on joomla?


werewolf

Recommended Posts

  • 2 weeks later...

You'll want to use a wrapper. Firstly you will need to alter the whmcs template (there is a guide around somewhere) to remove the header etc. and make it <800px wide or so. Then simply point the wrapp (its a menu item) to the URL of your whmcs client area and there you go!

Link to comment
Share on other sites

I think some one was working on a bridge between the two to handle user logins etc.

 

Try doing a search and I am sure it will come up.

 

Also the integration service by Joe from WHMCS is second to none and well worth the $35!!! He is a ledgend and can make it fit your site nicely.

 

Firstpro

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

Thanks for that, how does it work, just install it and its working i? or does it need some setup?

 

This is the person to thank,

<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="authentication">
   <name>Authentication - WHMCS</name>
<author>Marc Bridger</author>
<creationDate>October 2008</creationDate>
<copyright>(C) 2005 - 2007 Open Source Matters. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>pixelbrite@gmail.com</authorEmail>
<authorUrl>pixelbrite@gmail.com</authorUrl>
<version>1.5</version>
   <description>WHMCS Authentication Plugin.  Modified version of Joomla! Core Authentication Plugin. </description>
   <files>
       <filename plugin="whmcsauth">whmcsauth.php</filename>
   </files>
   <params>
	<param name="whmcsapi" type="text" size="20" default="" label="WHMCS API URL" description="URL for the API.PHP file. eg (http://www.yourdomain.com/whmcs/includes/api.php)" />
	<param name="whmcsadminuser" type="text" size="20" default="" label="WHMCS Admin Username" description="WHMCS Administrator Username" />
	<param name="whmcsadminpass" type="password" size="20" default="" label="WHMCS Admin Password" description="WHMCS Administrator Password" />		
   </params>
</install>

Link to comment
Share on other sites

To set it up just install and there are 3 variables to configure

 

API Username/Password... I suggest creating a seperate user account for this in WHMCS.

 

URL to API

 

It definately works. If you would like I can give you access to mine to look at it as I'm still developing there isn't anything ther?

Link to comment
Share on other sites

  • 3 months later...
  • 3 months later...
  • 1 month later...

I installed it and configured it as best I could (Admin user/pass, URL for api.php) but it isn't working. Do I understand correctly that if properly installed then registered WHMCS users should be able to login using their WHMCS email address and password (the same they would use to login to their Client Area)? I installed the plug-in and enabled it, but it seems the joomla login is still being used. I disabled the joomla login plug-in but it still did not work. Any suggestions?

 

PS: I should also mention that the joomla install and the WHMCS install are on the same box but different domains. Don't know if that makes a difference.

Edited by datawebcorp
Link to comment
Share on other sites

@mycommon Thanks for the code. I took that and modded it for Joomla 1.5/WHMCS 4.1.0 beta. The API dump is now in XML format so I installed a routine for that and parsed it out.

 

Use it just as described above by @mycommon and things should be fine.

 

@datawebcorp, make sure you have gone into Admin->General Settings on the Security Tab and input your allowed IP's for API usage. That's all you need besides a user account.

whmcsauth_4.1.0b.zip

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