Vigneh5467 Posted November 8, 2023 Share Posted November 8, 2023 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 0 Quote Link to comment Share on other sites More sharing options...
SimpleSonic Posted November 9, 2023 Share Posted November 9, 2023 (edited) 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 November 9, 2023 by SimpleSonic 0 Quote Link to comment Share on other sites More sharing options...
Nelson Neoh Posted November 11, 2023 Share Posted November 11, 2023 Login to WHMCS Admin Panel check the top navigation bar for Utilities dropdown look for the Integration Code option There are a few commonly used snaps of code for your convenient. Hope this help. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.