Boas-vindas ao Power Pixel

Junte-se a comunidade! Crie o seu próprio conteúdo, e faça amizades.EntrarCriar uma conta

~Rafra ~Rafra  • Seg 30 Dez 2013 - 13:04

 Página de acesso ao painel de controle como IPB Empty Página de acesso ao painel de controle como IPB Seg 30 Dez 2013 - 13:04

Qual é minha questão:
Bom Dia , estou com um Erro , q n estou conseguindo Concerta

O Painel de Controle igual do IPB (acesso)
Não esta encontrando meu Usuario no Forum

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

Endereço do meu fórum:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Versão:
PunBB

[K]oke [K]oke  • Seg 30 Dez 2013 - 15:39

 Página de acesso ao painel de controle como IPB Empty Re: Página de acesso ao painel de controle como IPB Seg 30 Dez 2013 - 15:39

Olá, o não é erro você que está errado sua senha propria.

Abraços!

~Rafra ~Rafra  • Seg 30 Dez 2013 - 18:02

iConnect iConnect  • Seg 30 Dez 2013 - 18:23

 Página de acesso ao painel de controle como IPB Empty Re: Página de acesso ao painel de controle como IPB Seg 30 Dez 2013 - 18:23

Ola,
Troque sua pagina HTML por esta:
Código:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script> <title>Painel de Controle: Mundo dos Fóruns</title>
<form method="post" name="form_login" id="qstring" action="/login">
   <div class="" id="login">
       <img id="login_logo" src="http://i38.servimg.com/u/f38/17/31/71/58/login_11.png" />
      <div id="login_controls">
          <label for="username">Nome do administrador</label> <input class="textinput" value="" name="username" tabindex="1" id="username" size="20" type="text" /> <label for="password">Senha da administrador</label> <input class="textinput" value="" name="password" tabindex="2" id="password" size="20" type="password" />
      </div>
      
      <div id="login_submit"><input value="/admin/index.forum" name="redirect" type="hidden" /><input value="part=admin" name="query" type="hidden" /><input value="1" name="admin" type="hidden" /><input class="button" value="entrar no painel de controle" tabindex="6" name="login" type="submit" />
      </div>
   </div>
</form>
 <script>
$(function() {
$('input[type="text"]').first().focus();
});
</script> <style>
html {
height: 100%;
}
body {
background: white;
font: normal 13px 'Helvetica Neue', helvetica, arial, sans-serif;
position: relative;
color: #4C4C4C;
height: 100%;
}
body.login_screen {
background: #386E9A;
background: -moz-linear-gradient(top, #4A85B5 0%, #205889 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4A85B5), color-stop(100%,#205889));
height: auto !important;
}
input, select, textarea {
font: normal 13px 'Helvetica Neue', helvetica, arial, sans-serif;
}
#login {
width: 450px;
height: 220px;
background: white;
margin: 10% auto 0 auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
position: relative;
padding: 10px;
}
#login_logo {
position: absolute;
top: -45px;
left: 0;
}
#login_controls {
margin: 0 auto;
position: absolute;
width: 100%;
bottom: 100px;
font-size: 16px;
}
#login_controls label {
display: block;
width: 33%;
color: #667078;
float: left;
clear: both;
margin-bottom: 12px;
text-align: right;
padding-right: 15px;
}
label {
cursor: default;
}
#login_controls {
font-size: 16px;
}
#login_controls input {
margin-bottom: 12px;
font-size: 14px;
width: 45%;
}
.textinput, .multitext, .input_text, .ipsTagBox_wrapper {
padding: 4px;
border-width: 1px;
border-style: solid;
border-top-color: #848484;
border-left-color: #C1C1C1;
border-right-color: #C1C1C1;
border-bottom-color: #E1E1E1;
background: white;
-moz-border-radius: 2px;
border-radius: 2px;
width: 350px;
}
#login_submit {
background: #E7EDF2;
border-top: 1px solid #D0DCE6;
padding: 20px 10px;
text-align: center;
position: absolute;
bottom: 0px;
left: 0;
right: 0;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.button, .realbutton {
padding: 5px 19px;
border: 0;
background: #363636;
color: white !important;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
}
</style>
<center>
   Admistradores do Mundo dos Fóruns
</center>



Até Mais...

~Rafra ~Rafra  • Seg 30 Dez 2013 - 18:29

 Página de acesso ao painel de controle como IPB Empty Re: Página de acesso ao painel de controle como IPB Seg 30 Dez 2013 - 18:29

Mr.GamingPT escreveu:Ola,
Troque sua pagina HTML por esta:
Código:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script> <title>Painel de Controle: Mundo dos Fóruns</title>
<form method="post" name="form_login" id="qstring" action="/login">
   <div class="" id="login">
       <img id="login_logo" src="http://i38.servimg.com/u/f38/17/31/71/58/login_11.png" />
      <div id="login_controls">
          <label for="username">Nome do administrador</label> <input class="textinput" value="" name="username" tabindex="1" id="username" size="20" type="text" /> <label for="password">Senha da administrador</label> <input class="textinput" value="" name="password" tabindex="2" id="password" size="20" type="password" />
      </div>
      
      <div id="login_submit"><input value="/admin/index.forum" name="redirect" type="hidden" /><input value="part=admin" name="query" type="hidden" /><input value="1" name="admin" type="hidden" /><input class="button" value="entrar no painel de controle" tabindex="6" name="login" type="submit" />
      </div>
   </div>
</form>
 <script>
$(function() {
$('input[type="text"]').first().focus();
});
</script> <style>
html {
height: 100%;
}
body {
background: white;
font: normal 13px 'Helvetica Neue', helvetica, arial, sans-serif;
position: relative;
color: #4C4C4C;
height: 100%;
}
body.login_screen {
background: #386E9A;
background: -moz-linear-gradient(top, #4A85B5 0%, #205889 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4A85B5), color-stop(100%,#205889));
height: auto !important;
}
input, select, textarea {
font: normal 13px 'Helvetica Neue', helvetica, arial, sans-serif;
}
#login {
width: 450px;
height: 220px;
background: white;
margin: 10% auto 0 auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
position: relative;
padding: 10px;
}
#login_logo {
position: absolute;
top: -45px;
left: 0;
}
#login_controls {
margin: 0 auto;
position: absolute;
width: 100%;
bottom: 100px;
font-size: 16px;
}
#login_controls label {
display: block;
width: 33%;
color: #667078;
float: left;
clear: both;
margin-bottom: 12px;
text-align: right;
padding-right: 15px;
}
label {
cursor: default;
}
#login_controls {
font-size: 16px;
}
#login_controls input {
margin-bottom: 12px;
font-size: 14px;
width: 45%;
}
.textinput, .multitext, .input_text, .ipsTagBox_wrapper {
padding: 4px;
border-width: 1px;
border-style: solid;
border-top-color: #848484;
border-left-color: #C1C1C1;
border-right-color: #C1C1C1;
border-bottom-color: #E1E1E1;
background: white;
-moz-border-radius: 2px;
border-radius: 2px;
width: 350px;
}
#login_submit {
background: #E7EDF2;
border-top: 1px solid #D0DCE6;
padding: 20px 10px;
text-align: center;
position: absolute;
bottom: 0px;
left: 0;
right: 0;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.button, .realbutton {
padding: 5px 19px;
border: 0;
background: #363636;
color: white !important;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
}
</style>
<center>
   Admistradores do Mundo dos Fóruns
</center>



Até Mais...


Desculpa ...
Não Resultou em Nada

[K]oke [K]oke  • Seg 30 Dez 2013 - 19:07

 Página de acesso ao painel de controle como IPB Empty Re: Página de acesso ao painel de controle como IPB Seg 30 Dez 2013 - 19:07

Título: Painel de controle
Você deseja utilizar o início e o final da página do seu fórum?: Não
Usar esta página como página inicial?: Não
Código html:
Código:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<head>
  <title>Painel de Controle: Log in</title>
</head>
<body id='ipboard_body' class='login_screen'>
<form action='/login' id='qstring' name="form_login" method='post'>
<div id='login' class=''>
  <img src='http://i38.servimg.com/u/f38/17/31/71/58/login_11.png' id='login_logo' />  <div id='login_controls'>
      <label for='username'>Username</label>
      <input type="text" size="20" id="username" tabindex="1" name="username" value="" class="textinput">
      <label for='password'>Password</label>
      <input type="password" size="20" id="password" tabindex="2" name="password" value="" class="textinput">  </div>
  <div id='login_submit'>
<input type="hidden" name="redirect" value="/admin/index.forum">
<input type="hidden" name="query" value="part=admin">
<input type="hidden" name="admin" value="1">
<input type="submit" name="login" tabindex="6" value="Log In" class="button">
  </div>
</div>
</form>
</div>
</div>
</form>
<script>
$(function() {
$('input[type="text"]').first().focus();
});
</script>
</body>
</html>
<style>
html {
height: 100%;
}
body {
background: white;
font: normal 13px 'Helvetica Neue', helvetica, arial, sans-serif;
position: relative;
color: #4C4C4C;
height: 100%;
}
body.login_screen {
background: #386E9A;
background: -moz-linear-gradient(top, #4A85B5 0%, #205889 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4A85B5), color-stop(100%,#205889));
height: auto !important;
}
input, select, textarea {
font: normal 13px 'Helvetica Neue', helvetica, arial, sans-serif;
}
#login {
width: 450px;
height: 220px;
background: white;
margin: 10% auto 0 auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
position: relative;
padding: 10px;
}
#login_logo {
position: absolute;
top: -45px;
left: 0;
}
#login_controls {
margin: 0 auto;
position: absolute;
width: 100%;
bottom: 100px;
font-size: 16px;
}
#login_controls label {
display: block;
width: 33%;
color: #667078;
float: left;
clear: both;
margin-bottom: 12px;
text-align: right;
padding-right: 15px;
}
label {
cursor: default;
}
#login_controls {
font-size: 16px;
}
#login_controls input {
margin-bottom: 12px;
font-size: 14px;
width: 45%;
}
.textinput, .multitext, .input_text, .ipsTagBox_wrapper {
padding: 4px;
border-width: 1px;
border-style: solid;
border-top-color: #848484;
border-left-color: #C1C1C1;
border-right-color: #C1C1C1;
border-bottom-color: #E1E1E1;
background: white;
-moz-border-radius: 2px;
border-radius: 2px;
width: 350px;
}
#login_submit {
background: #E7EDF2;
border-top: 1px solid #D0DCE6;
padding: 20px 10px;
text-align: center;
position: absolute;
bottom: 0px;
left: 0;
right: 0;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.button, .realbutton {
padding: 5px 19px;
border: 0;
background: #363636;
color: white !important;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
}
</style>

Depois iremos trocar o link lá de baixo do "Painel de controle" para o da página que criamos acima.

Vá até Painel de controle :seta:Módulos :seta:HTML & JAVASCRIPT :seta:Gestão dos códigos javascript :seta:Criar um novo javascript

Título: Painel de controle
Investimento: Em todas as páginas
Código javascript:
Código:
jQuery(function() {
  jQuery('a[href*="/admin"]').attr('href','/hID-');
});

Troque o "/hID-" pelo id da página criada anteriormente.

~Rafra ~Rafra  • Seg 30 Dez 2013 - 19:40

~Rafra ~Rafra  • Qui 2 Jan 2014 - 13:10

 Página de acesso ao painel de controle como IPB Empty Re: Página de acesso ao painel de controle como IPB Qui 2 Jan 2014 - 13:10

Olá , Pode fechar o Topico ,
Encontrei o Erro .

Foi q o Codigo n funciona com Codigos , como meu Nick era

~Rafra 






Pode fechar !

Conteúdo patrocinado  • 

 Página de acesso ao painel de controle como IPB Empty Re: Página de acesso ao painel de controle como IPB

Permissões neste sub-fórum
Não podes responder a tópicos