Medgler Posted May 5, 2006 Share Posted May 5, 2006 do you guys have somthnig where i cna put the login on the front of my site like make it so they can login from the front of the site? 0 Quote Link to comment Share on other sites More sharing options...
logicflux Posted May 5, 2006 Share Posted May 5, 2006 Nice template design did you design it your self This might help! <form method="post" action="dologin.php" name="frmlogin"> Username: <input type="text" name="username" size="30"> Password: <input type="password" name="password" size="30"> <input type="submit" value="Login"> [url="login.php?action=remind"]Forgotten your password? Click Here[/url] </form> NOTE: change path to dologin.php and login.php Also if you type this "cpanel form login" into google then you will find much more. 0 Quote Link to comment Share on other sites More sharing options...
Medgler Posted May 5, 2006 Author Share Posted May 5, 2006 thank you very much sir 0 Quote Link to comment Share on other sites More sharing options...
Medgler Posted May 5, 2006 Author Share Posted May 5, 2006 it didn t work? say cant find page? 0 Quote Link to comment Share on other sites More sharing options...
guigows Posted May 8, 2006 Share Posted May 8, 2006 it didn t work? say cant find page? <form method="post" action="dologin.php" name="frmlogin"> In action, may you put the full patch to dologin.php. It’s found in main folder of WHMCS Probably the file that you asking from is in different folder that dologin.php. So you must type, action="http://yoursite.com/folder/folder/dologin.php" OR action="folder/dologin.php" ok? 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.