Ir para conteúdo

Featured Replies

Resolvido por Rusherzin

Ir para solução
  • Respostas 7
  • Visualizações 319
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • 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 )

  • 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`,

Postado

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

Postado
  • 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

Postado
  • Autor

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

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

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo