Jump to content

How to Implement the Client Area


Recommended Posts

Hi Team,

 

I want to Implement the client area of the whmcs to my website ie whenever client logins to thier account it should login to the whmcs client area account,

 

I am not creating any diffrent client panel for my clients, I will use the same clent area which the whmcs is providing,

 

Please help me in this.

 

Thanks &  Regards

Link to comment
Share on other sites

I think what you're asking is how to allow a client to log into WHMCS from your website?

If so, placing the following code in your website is what you need:

<form method="post" action="<enter your WHMCS System URL here>/dologin.php">
Email Address: <input type="text" name="username" size="50" /><br />
Password: <input type="password" name="password" size="20" autocomplete="off" /><br />
<input type="submit" value="Login" />
</form>

Replace <enter your WHMCS System URL here> with your WHMCS System URL found in your General Settings.

Edited by SimpleSonic
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