Ir para conteúdo
  • Cadastre-se

Posts Recomendados

Opa Boa Noite...

Estou tendo problemas com o Gesior, Estou usando esse!

http://www.tibiaking.com/forum/topic/12381-gesior-acc-maker-para-tibia-86020/

Eu Crio a Conta normal, quando vou logar ela pelo Site a tela fica completamente Branca!

http://prntscr.com/6lgivz

Já dei Permissões... Não sei oque Causa isso!

Alguém Afim de ganhar uma reputação? :)

"Ainda que eu ande pelo vale da sombra da morte, não temerei mal algum, pois tu estás comigo. Salmos 23:4"

 

Link para o post
Compartilhar em outros sites

Esse é erro é causado, quando falta alguma coluna/tabela na database... vai no index.php coloca em databaseDEBUG coloca true e da f5 na pagina que vai falar qual coluna/tabela está faltando.

EQD4Qy4.gif

Link para o post
Compartilhar em outros sites

Então, Não tem o DEBUG no index.php! :x

 <?PHP
date_default_timezone_set('Europe/Berlin');
session_start();
ob_start("ob_gzhandler");
//require('./exaBD.php');
function microtime_float() {
list($usec, $sec) = explode(" ", microtime());
return ((float)$usec + (float)$sec);
}
$time_start = microtime_float();
 
//##### CONFIG #####
include('config-and-functions.php');
$action = $_REQUEST['action'];
 
//##### LOGOUT #####
if($action == "logout") {
unset($_SESSION['account']);
unset($_SESSION['password']);
}
 
//##### LOGIN #####
$logged = FALSE;
if(isset($_SESSION['account'])) {
$account_logged = $ots->createObject('Account');
$account_logged->load($_SESSION['account']);
if($account_logged->isLoaded() && $account_logged->getPassword() == $_SESSION['password']) {
$logged = TRUE;
$group_id_of_acc_logged = $account_logged->getPageAccess();
} else {
$logged = FALSE;
unset($_SESSION['account']);
unset($account_logged);
}
}
$login_account = strtoupper(trim($_POST['account_login']));
$login_password = trim($_POST['password_login']);
if(!$logged && !empty($login_account) && !empty($login_password)) {
$login_password = password_ency($login_password);
$account_logged = $ots->createObject('Account');
$account_logged->find($login_account);
if($account_logged->isLoaded()) {
if($login_password == $account_logged->getPassword()) {
$_SESSION['account'] = $account_logged->getId();
$_SESSION['password'] = $login_password;
$logged = TRUE;
$account_logged->setCustomField("page_lastday", time());
$group_id_of_acc_logged = $account_logged->getPageAccess();
} else
$logged = FALSE;
}
}
 
//#### LOAD PAGE ##########
if(empty($_REQUEST['subtopic'])) {
$_REQUEST['subtopic'] = "latestnews";
$subtopic = "latestnews";
}
switch($_REQUEST['subtopic']) {
 
        case "latestnews":
                $topic = "Ultimas Noticias";
                $subtopic = "latestnews";
                include("latestnews.php");
        break;
 
case "foot";
            $topic = "Football Tops";
           $subtopic = "foot";
           include("foot.php");
        break;
 
case "promotions":
                $topic = "Promo&ccedil;&otilde;es";
                $subtopic = "promotions";
                include("promotions.php");
        break;
 
case "calendario":
                $topic = "Calend&aacute;rio";
                $subtopic = "calendario";
                include("calendario.php");
        break;
 
case "dota":
                $topic = "Dota";
                $subtopic = "dota";
                include("dota.php");
        break;
 
case "coliseum":
                $topic = "Coliseum";
                $subtopic = "coliseum";
                include("coliseum.php");
        break;
 
       case "mount":
                $topic = "Mount";
                $subtopic = "mount";
                include("mount.php");
        break;
 
       case "cassino":
                $topic = "Cassino";
                $subtopic = "cassino";
                include("cassino.php");
        break;
 
       case "forj":
                $topic = "Forjamento";
                $subtopic = "forj";
                include("forj.php");
        break;
 
 
 
case "suport":
                $topic = "Suport Online";
                $subtopic = "suportonline";
                include("suport.php");
        break;
 
case "boss":
                $topic = "Bosses";
                $subtopic = "boss";
                include("boss.php");
        break;
 
case "present":
                $topic = "Present Diary";
                $subtopic = "present";
                include("present.php");
        break;
 
case "tunneltuto":
                $topic = "Tibia Tunnel Tutorial";
                $subtopic = "tunneltuto";
                include("tunneltuto.php");
        break;
 
case "tunnel":
                $topic = "Falconia Tibia Tunnel";
                $subtopic = "tunnel";
                include("tunnel.php");
        break;
 
case "task":
                $topic = "Task Quest";
                $subtopic = "task";
                include("task.php");
        break;
 
 
 
case "powergamers";
                $topic = "Powergamers";
                $subtopic = "powergamers";
                include("powergamers.php");
        break;
 
case "onlinetime";
         $topic = "Onlinetime";
         $subtopic = "onlinetime";
         include("onlinetime.php");
     break;
 
case "domain":
                $topic = "Castle Domain";
                $subtopic = "domain";
                include("domain.php");
        break;
 
        case "vip":
                $topic = "VIP";
                $subtopic = "vip";
                include("vip.php");
        break; 
 
case "chat";
         $topic = "chat";
         $subtopic = "chat";
         include("chat.php");
     break; 
 
case "exphist";
         $subtopic = "exphist";
         $topic = "Powergamers";
         include("exphist.php");
     break;  
 
case "featured":
                $topic = "Featured Article";
                $subtopic = "article";
                include("featured.php");
        break;
 
case "viplist";
                $subtopic = "viplist";
                $topic = "Jogadores Vip";
                include("viplist.php");
        break;
 
case "home";
                $subtopic = "home";
                $topic = "home";
                include("home.php");
        break;
 
        case "addons":
                $topic = "Addons";
                $subtopic = "addons";
                include("addons.php");
        break;
 
 
case "detalhe";
                $topic = "Detalhes";
                $subtopic = "detalhe";
                include("detalhe.php");
        break;
        
 
        case "buypoints":
                $topic = "Comprar Pontos";
                $subtopic = "buypoints";
                include("buypoints.php");
        break;
 
        case "auctionsystem":
                $topic = "Trade Items";
                $subtopic = "auctionsystem";
                include("auctionsystem.php");
        break;
 
case "lottery";
          $topic = "Loteira";
          $subtopic = "lottery";
          include("lottery.php");
       break;
 
        case "wars":
                $topic = "Guild Wars";
                $subtopic = "wars";
                include("wars.php");
        break;
       
        case "creatures";
                $topic = "Monstros";
                $subtopic = "creatures";
                include("creatures.php");
        break;
 
        case "about";
                $topic = "Sobre o Server";
                $subtopic = "about";
                include("about.php");
        break;
       
        case "spells";
                $topic = "Magias";
                $subtopic = "spells";
                include("spells.php");
        break;
       
  case "bugtracker";
           $topic = "Bug Tracker";
          $subtopic = "bugtracker";
          include("bug.php");
break;  
 
        case "experiencetable";
                $topic = "Tabela de Experiência";
                $subtopic = "experiencetable";
                include("experiencetable.php");
        break;
       
        case "characters";
                $topic = "Players";
                $subtopic = "characters";
                include("characters.php");
        break;
       
        case "whoisonline";
                $topic = "Players Online";
                $subtopic = "whoisonline";
                include("whoisonline.php");
        break;
       
        case "highscores";
                $topic = "Ranking";
                $subtopic = "highscores";
                include("highscores.php");
        break;
       
        case "killstatistics";
                $topic = "Últimas Mortes";
                $subtopic = "killstatistics";
                include("killstatistics.php");
        break;
       
        case "guilds";
                $topic = "Guilds";
                $subtopic = "guilds";
                include("guilds.php");
        break;
       
        case "accountmanagement";
                $topic = "Editar Conta";
                $subtopic = "accountmanagement";
                include("accountmanagement.php");
        break;
       
        case "createaccount";
                $topic = "Criar Conta";
                $subtopic = "createaccount";
                include("createaccount.php");
        break;
       
        case "lostaccount";
                $topic = "Perdeu sua conta?";
                $subtopic = "lostaccount";
                include("lostaccount.php");
        break;
 
        case "tibiarules";
                $topic = "Regras do Server";
                $subtopic = "tibiarules";
                include("tibiarules.php");
        break;
 
        case "adminpanel":
                $topic = "Painel do Admin";
                $subtopic = "adminpanel";
                include("adminpanel.php");
        break;
 
case "admin";
           $subtopic = "admin";
           $topic = "Advanced Admin Panel";
           include("adminpro.php");
      break;  
 
        case "confirmacao":
                $topic = "Confirmação";
                $subtopic = "confirmacao";
                include("confirmacao.php");
        break;
 
        case "vantagens":
                $topic = "Vantagens";
                $subtopic = "vantagens";
                include("vantagens.php");
        break;
       
        case "forum":
                $topic = "Forum";
                $subtopic = "forum";
                include("forum.php");
        break;
       
        case "team";
                $subtopic = "Membros da Staff";
                $topic = "Support List";
                include("team.php");
        break;
 
        case "downloads";
                $subtopic = "Downloads";
                $topic = "Downloads";
                include("downloads.php");
        break;
 
        case "serverinfo";
                $subtopic = "Info do Server";
                $topic = "Server Info";
                include("serverinfo.php");
        break;
 
        case "shopsystem";
                $subtopic = "Loja do Server";
                $topic = "Shop Offerts";
                include("shopsystem.php");
        break;
       
        case "doacao";
                $subtopic = "doação";
                $topic = "Doacao";
                include("doacao.php");
        break;
 
        case "gallery";
                $subtopic = "gallery";
                $topic = "Gallery";
                include("gallery.php");
        break;
       
        case "namelock";
                $subtopic = "namelock";
                $topic = "Namelock Manager";
                include("namelocks.php");
        break;
       
        case "archive";
                $subtopic = "archive";
                $topic = "News Archives";
                include("archive.php");
        break;
       
        case "mail";
                $subtopic = "mail";
                $topic = "Mass emails sender";
                include("mail.php");
        break;
 
case "shopadmin";
$subtopic = "Loja do Admin";
$topic = "Shop Admin";
include("shopadmin.php");
break;
 
case "records";
$subtopic = "Record de Players ON";
$topic = "Players Online Records";
include("records.php");
break;
 
case "restarter";
$subtopic = "restarter";
$topic = "Restarter";
include("restarter.php");
break;
     
case "bans";
$subtopic = "Banidos";
$topic = "Ban List";
include("bans.php");
break;
 
   case "polls";
$topic = "Enquetes";
$subtopic = "polls";
include("polls.php");
break;  
 
case "changelog";
     $topic = "Changelog";
    $subtopic = "changelog";
    include("changelog.php");
break; 
 
case "fragers";
     $topic = "Top Fragers";
    $subtopic = "fragers";
    include("fragers.php");
break;
}
 
if(empty($topic)) {
$title = $GLOBALS['config']['server']["serverName"]." - OTS";
$main_content .= 'Invalid subtopic. Can\'t load page.';
} else {
$title = $GLOBALS['config']['server']["serverName"]." - ".$topic;
}
 
//#####LAYOUT#####
$layout_header = '<script type=\'text/javascript\'>
function GetXmlHttpObject()
{
var xmlHttp=null;
try
  {
  xmlHttp=new XMLHttpRequest();
  }
catch (e)
  {
  try
    {
    xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
    }
  catch (e)
    {
    xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
    }
  }
return xmlHttp;
}
 
function MouseOverBigButton(source)
{
  source.firstChild.style.visibility = "visible";
}
function MouseOutBigButton(source)
{
  source.firstChild.style.visibility = "hidden";
}
function BigButtonAction(path)
{
  window.location = path;
}
var';
if($logged) { $layout_header .= "loginStatus=1; loginStatus='true';"; } else { $layout_header .= "loginStatus=0; loginStatus='false';"; };
$layout_header .= " var activeSubmenuItem='".$subtopic."';</script>";
include($layout_name."/layout.php");
ob_end_flush();
?>


@UP!

Editado por PobrePreto (veja o histórico de edições)

"Ainda que eu ande pelo vale da sombra da morte, não temerei mal algum, pois tu estás comigo. Salmos 23:4"

 

Link para o post
Compartilhar em outros sites

Abre /var/logs/apache2/error.log

La indica, se ajudei. Clica em melhor resposta e rep +

Se mesmo encontrando o erro e nao sou er adicionar a coluna cite aqui que lhe mando o comando sql

Link para o post
Compartilhar em outros sites

ai eu olhei ai no seu site esta normal!!

 
 
se te ajudei mi ajude com um like
 
post-154810-0-74779100-1428114524_thumb.        post-154810-0-22067300-1428114531_thumb.          post-154810-0-83198200-1427326965.gif
post-154810-0-48855100-1429834735.gif
 
 
 
 
0 comentários:

 

Link para o post
Compartilhar em outros sites

Esse Problema Foi Resolvido... Agora há outros! :S

"Ainda que eu ande pelo vale da sombra da morte, não temerei mal algum, pois tu estás comigo. Salmos 23:4"

 

Link para o post
Compartilhar em outros sites

Abri outro Topico! :)

"Ainda que eu ande pelo vale da sombra da morte, não temerei mal algum, pois tu estás comigo. Salmos 23:4"

 

Link para o post
Compartilhar em outros sites
  • 1 month later...

Estou com esse problema no mesmo local, so que em characters, alguem me ajuda? 

 

façam teste ai

http://167.114.111.26/?subtopic=characters&name=Claudio

 

ajuda como foi a solucao desta pagina branca pfvvv

Editado por Gustavo Passos (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo