Jump to content

Login to Mosso / Rackspace Cloud Sites Control Panel from Client Area


pelekan

Recommended Posts

We have been working with Mosso / Rackspace Cloud Sites for last 3 years. Recently we started to use WHMCS to manage all our clients.

The first question we've go from users was "How can I get login to control panel from WHMCS's Client Area."

 

So, here is what we did:

1. Created a Product / Services created a group in WHMCS admin pannel. We called it "Linux / Windows Cloud Hosting"

2. In clientareaproductdetails.tpl, we replaced...

 

{$serverclientarea}

 

with...

 

{if $groupname == "Linux / Windows Cloud Hosting"}
<form method="post" action="https://www.websitesettings.com/Login.do" target="_blank" >
<input type="hidden" name="username" id="username" value="{$username}"/>
<input type="hidden" name="password" id="password" value="{$password}"/>
<input type="submit" class="button" value="Login to WebSite Hosting Control Panel" />
</form>

{else}
{$serverclientarea}
{/if}

 

 

Now, our Cloud Hosting clients can click on the "Login to WebSite Hosting Control Panel" button in "Product Details" section (Client Area > My Products & Services > Product Details).

 

P.S.

As Administrator in Mosso / Rackspace control panel we manually sinchronized users / passwords with users / passwords in WHMCS.

Link to comment
Share on other sites

  • 3 months 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