Siddharth Posted August 31, 2020 Share Posted August 31, 2020 I want to create a login page in my reseller website where a use can login with his email and password. When login is success he should see his hosting account(s) and can able to go to vistapanel(control panel), without login. Just like Infinityfree .net does. i have this code only <form action="https://cpanel.yourdomain.com/login.php" method="post" name="login" > <label for="mod_login_username">Username<input name="uname" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" /></label> <label for="mod_login_password">Password<input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" /></label> <input type="submit" name="Submit" class="button" value="Login" /> <a href="https://panel.byethost.com/lostpassword.php">Lost your password?</a> Quote Link to comment Share on other sites More sharing options...
typicalGtaTG Posted August 31, 2020 Share Posted August 31, 2020 You're gonna need a clientarea if you're looking for something like that. Thankfully the Infinityfree API is completely free for anyone to use. You can take a look at it https://github.com/InfinityFreeHosting/mofh-client but if you don't know much coding or anything about coding then you're better off getting WHMCS. or just use Project LOGGED thanks to @PlanetCloud it's free and open source too here's the link: https://github.com/PlanetTheCloud/project-logged Quote Link to comment Share on other sites More sharing options...
Siddharth Posted August 31, 2020 Author Share Posted August 31, 2020 Just now, typicalGtaTG said: You're gonna need a clientarea if you're looking for something like that. Thankfully the Infinityfree API is completely free for anyone to use. You can take a look at it https://github.com/InfinityFreeHosting/mofh-client but if you don't know much coding or anything about coding then you're better off getting WHMCS. or just use Project LOGGED thanks to @PlanetCloud it's free and open source too here's the link: https://github.com/PlanetTheCloud/project-logged After downloading the planetcloud code how to use it? please specify the steps. Quote Link to comment Share on other sites More sharing options...
typicalGtaTG Posted August 31, 2020 Share Posted August 31, 2020 10 minutes ago, Siddharth said: After downloading the planetcloud code how to use it? please specify the steps. Read the Wiki. Quote Link to comment Share on other sites More sharing options...
uHost Posted August 31, 2020 Share Posted August 31, 2020 11 minutes ago, Siddharth said: After downloading the planetcloud code how to use it? please specify the steps. If you don't have a basic understanding of php i suggest you not to bother with it. Quote Link to comment Share on other sites More sharing options...
AA22Dev Posted September 5, 2020 Share Posted September 5, 2020 On 8/31/2020 at 8:05 PM, uHost said: If you don't have a basic understanding of php i suggest you not to bother with it. Setting up @PlanetCloud project logged doesn't require you to have a basic understanding of php. On 8/31/2020 at 7:52 PM, Siddharth said: please specify the steps. https://github.com/PlanetTheCloud/project-logged/wiki/Setup-Instruction-(1.8) Quote Link to comment Share on other sites More sharing options...
uHost Posted September 5, 2020 Share Posted September 5, 2020 8 minutes ago, Aqib said: Setting up @PlanetCloud project logged doesn't require you to have a basic understanding of php. https://github.com/PlanetTheCloud/project-logged/wiki/Setup-Instruction-(1.8) I was talking about Hans Ademas project, sorry for quoting the wrong comment. Quote Link to comment Share on other sites More sharing options...
starline Posted September 13, 2020 Share Posted September 13, 2020 Did you get any luck with this @Siddharth? Quote Link to comment Share on other sites More sharing options...
MFS Webhosting Posted September 17, 2020 Share Posted September 17, 2020 On 8/31/2020 at 10:17 AM, Siddharth said: I want to create a login page in my reseller website where a use can login with his email and password. When login is success he should see his hosting account(s) and can able to go to vistapanel(control panel), without login. Just like Infinityfree .net does. i have this code only <form action="https://cpanel.yourdomain.com/login.php" method="post" name="login" > <label for="mod_login_username">Username<input name="uname" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" /></label> <label for="mod_login_password">Password<input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" /></label> <input type="submit" name="Submit" class="button" value="Login" /> <a href="https://panel.byethost.com/lostpassword.php">Lost your password?</a> I have a basic html sigin page that is hosted on your domain and you can direct your customers to sign into this page. It passes credentials through the existing Vista Panel Mod Login box and logs customers into thier account. If you want to redirect to your login page if login fails then use the "failurl" value to redirect back to the login page. See attached screen shot of my login page and message me if you would like the code to create your own 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.