Can not access control panel. Problem with login page.

crane

Verified User
Joined
May 19, 2013
Messages
27
Location
Hà Nội
hi,
Today, I access my control panel and can login with my accounts.

You can see it here:
Code:
http://csrv02.osd.vn:2222/

This page seems be corrupt?
The whole HTML code of Login page:

Code:
<html>
<head>
<title>DirectAdmin Login</title>
<style>
*{ FONT-SIZE: 8pt; FONT-FAMILY: verdana; } b { FONT-WEIGHT: bold; } .listtitle { BACKGROUND: #425984; COLOR: #EEEEEE; white-space: nowrap; border-radius: 3px; box-shadow: 1px 1px 3px #727272; } td.list { BACKGROUND: #EEEEEE; white-space: nowrap; } input { border-radius: 3px; padding-left: 4px; padding-right: 4px; } .inset { border: 1px inset #DDDDDD; } </style>
</head>
<body onload="document.form.username.focus();if(document.form.referer.value.indexOf('#')==-1)document.form.referer.value+=location.hash;">
<center><br><br><br><br>
<h1>DirectAdmin Login Page</h1>
<table cellspacing=1 cellpadding=5>
<tr>
<td class=listtitle colspan=2>Please enter your Username and Password</td></tr>
<form action="/CMD_LOGIN" method="POST" name="form">
<input type=hidden name=referer value="/">
<tr><td class=list align=right>Username:</td><td class=list><input class=inset type=text name=username></td></tr>
<tr><td class=list align=right>Password:</td><td class=list><input class=inset type=password name=password></td></tr>
<tr><td class=listtitle align=right colspan=2><input type=submit value='Login'></td></tr>
</form>
<

How can I resolve it?
thanks
 
hello,
I can access normally on Firefox, but when I access on Chrome, the error still appears.
thanks
 
I don't use Chrome so don't have anything to say. Is the login page displayed wrong in Chrome? what error do you see?
 
I don't use Chrome so don't have anything to say. Is the login page displayed wrong in Chrome? what error do you see?
Works fine for me in Chrome.

When following your login (http) I do get an error and a redirect to the IP#, because you've got DirectAdmin set up to use a Secure Login. But when I use https the only error I get is that the Certificate is not trusted because it's self-signed.

But I do get the login screen using Chrome.

Note my desktop system is Linux Kubuntu 14.04, with chrome added via apt-get, so it may not be the same verison of chrome that you're using.

Jeff
 
Back
Top