Jump to content

e107 - whmcs integration


C Powell

Recommended Posts

I'm not sure how you want to integrate? You can easily use your e107 theme port it back to html/css then use that to create your WHMCS theme. In terms of bridging the user databases you can try to use the alternative auth plugin for e107 to validate against your WHMCS user database.

 

Install alt auth plugin from Admin area-->plugin manager. then when configuring using the documentation below.

 

You will need to know your database details for WHMCS.

 

* Database Type - select other MySQL database.

* Server - The server the other database is on (IP address or name).

* Username - The MySQL username for the other database.

* Password - The MySQL password for the other database.

* Database - The name of the other database.

* Table - tblclients

* Username Field - email

* Password Field - password

* Password Method - md5

 

more info can be found here http://wiki.e107.org/?title=Alternate_authentication

 

BE SURE TO SET yoru failed connection and failed user find options in e107 to the right fields! = Failed Login!

 

Good Luck!

 

This will allow people to register in WHMCS and sign in on the e107 front end be sure to disable registrations in e107 prefs though as e107 will not pass these details onto WHMCS!

Link to comment
Share on other sites

I just used the e107 wrap plugin to wrap the whmcs system. I can't seem to get the database integration to work though. I did exactly what you said mojowill but it just isn't booming. When i try to login to e107 using email/password for whmcs client account in e107 i just get the message "Incorrect login. The entered data doesn't match to a registered user. Check if you have the CAPS-LOCK key activated as logins on this site are case sensitive" :(

Link to comment
Share on other sites

This will allow people to register in WHMCS and sign in on the e107 front end be sure to disable registrations in e107 prefs though as e107 will not pass these details onto WHMCS!

 

Anyone else got this working? Doesn't work for me even with a fresh installation of e107 / whmcs :|

Link to comment
Share on other sites

have you checked to make sure your database doesnt have a prefix? if it does then the tblclients i provided would be wrong, usign the wrap plugin is probably a bad idea as it is essentially an iframe.

 

I dont have an e107 test site up and running at the mo only live client site's. If you want more help Chris then you can hook up with me over at xenthemes ;)

Link to comment
Share on other sites

  • 3 months later...
  • 1 year later...

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