Jump to content
[MUST READ] Forum Rules ×

Custom Login


Siddharth

Recommended Posts

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>

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

  • 2 weeks later...
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

login.png

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.

×
×
  • Create New...