Ir para conteúdo
  • Cadastre-se

(Resolvido)ERRO DISTRO OTSERV


Ir para solução Resolvido por Rusherzin,

Posts Recomendados

Boa tarde galera, seguinte consigo colocar meu serv online mas  não consigo entrar e da o seguinte erro

 

b9ds3r.jpg

 

Alguém pode me ajudar?

 

Link para o post
Compartilhar em outros sites

Tenta executar isso no phpMyAdmin: ^^
 

ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';

UPDATE `players` SET `exphist_lastexp`=`players`.`experience`;

                                                                     Ajudei? De nada \o/                                            Att Rusherzin

Link para o post
Compartilhar em outros sites
  • Solução

Não tenho certeza, mas, tenta isso:
 

ALTER TABLE `players` 
ADD `exphist8` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist7`,
ADD `exphist9` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist8`,
ADD `exphist10` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist9`,
ADD `exphist11` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist10`,
ADD `exphist12` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist11`,
ADD `exphist13` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist12`,
ADD `exphist14` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist13`,
ADD `exphist15` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist14`,
ADD `exphist16` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist15`,
ADD `exphist17` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist16`,
ADD `exphist18` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist17`,
ADD `exphist19` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist18`,
ADD `exphist20` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist19`,
ADD `exphist21` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist20`,
ADD `exphist22` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist21`,
ADD `exphist23` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist22`,
ADD `exphist24` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist23`,
ADD `exphist25` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist24`,
ADD `exphist26` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist25`,
ADD `exphist27` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist26`,
ADD `exphist28` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist27`,
ADD `exphist29` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist28`,
ADD `exphist30` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist29`,
ADD `exphist31` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `exphist30`,

ADD `onlinetime8` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime7`,
ADD `onlinetime9` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime8`,
ADD `onlinetime10` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime9`,
ADD `onlinetime11` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime10`,
ADD `onlinetime12` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime11`,
ADD `onlinetime13` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime12`,
ADD `onlinetime14` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime13`,
ADD `onlinetime15` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime14`,
ADD `onlinetime16` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime15`,
ADD `onlinetime17` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime16`,
ADD `onlinetime18` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime17`,
ADD `onlinetime19` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime18`,
ADD `onlinetime20` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime19`,
ADD `onlinetime21` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime20`,
ADD `onlinetime22` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime21`,
ADD `onlinetime23` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime22`,
ADD `onlinetime24` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime23`,
ADD `onlinetime25` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime24`,
ADD `onlinetime26` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime25`,
ADD `onlinetime27` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime26`,
ADD `onlinetime28` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime27`,
ADD `onlinetime29` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime28`,
ADD `onlinetime30` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime29`,
ADD `onlinetime31` BIGINT( 255 ) NOT NULL DEFAULT '0' AFTER `onlinetime30`;

                                                                     Ajudei? De nada \o/                                            Att Rusherzin

Link para o post
Compartilhar em outros sites

Até agora tá normal vlw pela ajuda, mais me tira mais uma, depois que resolvido isso fui tentar logar no site com a acc que fiz quando instalei o site que é a 1/ e a senha que eu fiz
, fui tentar logar nela pra publicar algo no site e não to conseguindo logar ela, eu digito a senha corretamente e boto pra entrar e o site apenas atualiza sem entrar na acc

Link para o post
Compartilhar em outros sites

Vish, nesse caso eu não sei o que fazer.. :(

Tenta mudar as senhas (account name/password) pelo phpMyAdmin..

                                                                     Ajudei? De nada \o/                                            Att Rusherzin

Link para o post
Compartilhar em outros sites

Não sei se é assim, mas..

Na época em que eu mexia com sites, para fazer um backup eu ia la no phpMyAdmin e clicava na aba Exportar(ou Export - não me lembro bem) Exportava o meu banco de dados e salvava em algum diretório do pc.

Depois, quando der algum erro no banco de dados e você precisar restaurar o que tinha salvo, volta lá e Importa ele de onde você salvou.. ^^

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

                                                                     Ajudei? De nada \o/                                            Att Rusherzin

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