jdlitson
Verified User
- Joined
- May 29, 2003
- Messages
- 246
Hi, How can I add a login form to my home page?
Not a link to the login popup box, but the ability to type the user name and password directly on to the web page?
Here is the latest working code so you don't have to hunt for it.
Thanks for your time and help -Jason
BTW I highly recomend Direct Admin.
I like many others have spent months deciding on which CP to use. DA Rocks!
Not a link to the login popup box, but the ability to type the user name and password directly on to the web page?
Here is the latest working code so you don't have to hunt for it.
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Direct Admin Login</title>
</head>
<body>
<form method="POST" action="http://yourdoman.com:2222/CMD_LOGIN">
<input type="text" name="username"/>
<input type="password" name="password" size="20"/>
<input type="submit" value="go" name="submit"/>
</form>
</body>
</html>
Thanks for your time and help -Jason
BTW I highly recomend Direct Admin.
I like many others have spent months deciding on which CP to use. DA Rocks!
Last edited: