ola amigos estou desenvolvendo um App para ( web Admin do mkauth )
quero ajuda dos amigos,preciso do codigo fonte do web admin
esse foi que tirei do mkauth.mais não consigo passar da tela principal login e senha
quem poder ajudar vou contribuir com esse app para o mkauth,creio que vai ajudar muito a todos.
meu skype wadson.dvcomercio
quem poder me ajudar .
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Francisco Pedro da Costa Filho - 7A1FBE39">
<title>MK-AUTH :: CONTEUDO RESTRITO</title>
<link href="estilos/mkauth4.css" rel="stylesheet" type="text/css">
<link href="estilos/print.css" rel="stylesheet" type="text/css" media="print">
<link href="estilos/calendar.css" rel="stylesheet" type="text/css" media="screen">
<link href="estilos/jgrowl.css" rel="stylesheet" type="text/css">
<link href="estilos/btn.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/jgrowl.js"></script>
<script type="text/javascript" src="scripts/mkauth4.js"></script>
<script type="text/javascript" src="scripts/combobox.js"></script>
<script type="text/javascript" src="scripts/calendar.js"></script>
<script type="text/javascript" src="scripts/secure.js"></script>
<script type="text/javascript">
<!--
function criptoform() {
// Criptografa login e a senha no envio
document.form.login.value = encodeBase64(document.formulario.xxlogin.value);
document.form.senha.value = SHA256(document.formulario.xxsenha.value);
// Coloca opcao de gravar dados
if (document.formulario.xxcookie.checked == true) document.form.cookie.value = "sim";
if (document.formulario.xxcookie.checked == false) document.form.cookie.value = "nao";
// Envia os dados
document.form.submit();
return false;
}
//-->
</script>
<style type="text/css">
<!--
.texto {
font-family: Arial;
font-size: 12px;
color: #60707F;
}
.estiloa {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.estilob {
font-family: tahoma;
font-size: 11px;
}
div#rodape {
position:absolute;
bottom:0px;
width: 100%;
}
-->
</style>
</head>
<body>
<p></p>
<form action="login_auth.php" method="post" name="form" id="form">
<input name="login" id="login" type="hidden">
<input name="senha" id="senha" type="hidden">
<input name="cookie" id="cookie" type="hidden">
<input name="token_webadmin" value="7f8a59739c09774fad25f6e1486d4662" type="hidden"></form>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody><tr>
<td>
<br>
<br>
<br>
<br>
<br>
<form action="#" method="post" name="formulario" id="formulario" onsubmit="return criptoform()" autocomplete="off">
<table width="50%" border="0" align="center">
<tbody><tr>
<td><img src="http://provedor.dvcomercio.com.br/admin/imagens/contrestrito.jpg" width="236" height="77"></td>
<td><table width="100%" border="0" align="center">
<tbody><tr>
<td></td>
</tr>
<tr>
<td valign="bottom" height="30"><strong>Login:</strong></td>
</tr>
<tr>
<td height="30">
<input name="xxlogin" id="xxlogin" style="font-size:14px; font-family:tahoma; width:150px" type="text"></td>
</tr>
<tr>
<td valign="bottom" height="30"><strong>Senha:</strong></td>
</tr>
<tr>
<td height="30">
<input name="xxsenha" id="xxsenha" style="font-size:14px; font-family:tahoma; width:150px" type="password"></td>
</tr>
<tr>
<td valign="bottom" height="30"><strong>Gravar:</strong></td>
</tr>
<tr>
<td height="30">
<input name="xxcookie" id="xxcookie" value="sim" type="checkbox"></td>
</tr>
<tr>
<td height="30">
<input name="enviar" class="btn" id="enviar" value="Entrar" type="submit">
<input name="limpar" class="btn" id="limpar" value="Limpar" type="reset"></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table>
</form>
</td>
</tr>
</tbody></table>
<div id="rodape">
<table width="100%">
<tbody><tr>
<td class="estilob" height="30" bgcolor="#f2f2f2" align="center">
D.V Comercio 4.100 IP 143.202.8.4
<a href="http://provedor.dvcomercio.com.br/admin/login.php" class="linkpeq" target="_top"> [ HTTP ] </a>
</td>
</tr>
</tbody></table>
</div>
<script type="text/javascript">
// coloca o foco no campo de login
document.formulario.xxlogin.focus();
if (screen.height <= 600) { // se for maior que 600
document.getElementById('rodape').style.display = 'none';
} // se for maior que 600
</script>
<script type="text/javascript">
$.jGrowl('Conexao HTTPS ativada');
</script><div id="jGrowl" class="top-right jGrowl"><div class="jGrowl-notification"></div></div>
</body></html>
App web site do mk-auth já esta ok, falta só App web admin,quem pode ajudar



Respostas
por segurança o sistema tem um controle interno para ataques CSRF no webadmin, por isso creio que não funcionara amigo...
quero ajuda,so falta um pequeno detalhe,nao estou conseguindo passar da tela de login e senha do web admin do mkauth.
Senhor Pedro, pode me ajuda com as informações,ja para web site do Mkauth esta perfeito já consegui criar o App.