1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Integrate WHMCS with Joomla 1.5

Discussion in 'Joomla' started by tarleton, Jun 2, 2009.

  1. #1
    Hello, I was wondering if there was a way to inegrate WHMCS with Joomla 1.5.
    What I'm looking for is once an account is made with Joomla it is automatically created in WHMCS.
     
    tarleton, Jun 2, 2009 IP
  2. coldclimber

    coldclimber Peon

    Messages:
    266
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not sure on this yet but it is something i will be doing over the coming weeks, so if i get this done i will let you know how to do it.
     
    coldclimber, Jun 2, 2009 IP
  3. tarleton

    tarleton Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Sweet thanks
     
    tarleton, Jun 2, 2009 IP
  4. tpflanz

    tpflanz Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I am also looking for a WHMCS and Joomla! authentication plugin.
     
    tpflanz, Aug 3, 2009 IP
  5. fr3em1nd

    fr3em1nd Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    hmn. i could help, also i have a licensed copy of whmcs i could include joomla integration and designs with good copy of whmcs, please let me know if you're interested, i'll show you guys a demo. regards
     
    fr3em1nd, Nov 18, 2009 IP
  6. tpflanz

    tpflanz Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I would be interested in seeing a demo of a working integration WITH authentication between Joomla! and WHMCS.

    I am ONLY interested in the authentication, to only use one login for both Joomla! and WHMCS. I am NOT interested in visual integration. I am able to do that.

    Please send me a message to a demo site with demo login information and your rate... I believe that is what you are getting at, correct? To charge, not to contribute? Either way, I am interested.
     
    tpflanz, Nov 18, 2009 IP
  7. fr3em1nd

    fr3em1nd Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    if that's the only one you want go here:

    http://gohigheris.com/forum/6-jwhmcs-integrator/47-jwhmcs-integrator-version-153-beta-1.html


    regards,
    fr3e
     
    fr3em1nd, Nov 18, 2009 IP
  8. dallas147

    dallas147 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Hi

    Just came across this post so thought I would post what I did.. Sorry if I am bumping it up.

    If you just want to have the one login, being the WHMS login, try doing below.

    1. Go to Module Manager - new - custom HTML

    2. add

    <form id="frmlogin" action="billing/dologin.php?goto=clientarea" enctype="application/x-www-form-urlencoded" method="post">
    <table class="frame" style="margin: 0 auto;" border="0" cellspacing="0" cellpadding="0" align="center">
    <tbody>
    <tr>
    <td>
    <table border="0" cellspacing="0" cellpadding="5" align="center">
    <tbody>
    <tr>
    <td class="fieldarea" width="20" align="right">Email:</td>
    <td><input style="width: 102px; height: 22px;" name="username" size="13" type="text" /></td>
    </tr>
    <tr>
    <td class="fieldarea" width="20" align="right">Password:</td>
    <td><input style="width: 101px; height: 22px;" name="password" size="14" type="password" /></td>
    </tr>
    <tr>
    <td class="fieldarea" width="20" align="right"><input name="rememberme2" type="checkbox" value="on" /></td>
    <td>Remember Me</td>
    </tr>
    <tr>
    <td class="fieldarea" width="20" align="right"> </td>
    <td><input type="submit" value="Login" /></td>
    </tr>
    </tbody>
    </table>
    </td>
    </tr>
    </tbody>
    </table>
    </form>

    3. Make sure the 1st line is pointing to your whmcs folder (billing, payments, etc)

    4. Press save and your done. :)
     
    dallas147, Apr 18, 2010 IP