Kirito Kirito  • 26.12.15 0:18

flash-container - Trava 76% (Compatibilizando) Empty Trava 76% (Compatibilizando) 26.12.15 0:18

Print de meu erro: Veja abaixo

Qual é meu erro: Client Trava nos 76%

CMS Que estou utilizando: Summer

SWF que estou utilizando: PSWF 1.5 ( Azure 2.0 )

Versão de meu hotel: NewCrypto

Se escolheu outros, especifique: zz

Comentários adicionais: Estou reabrindo o tópico "Trava 76%" porque quando fui compatibilizar com a cms que uso, acabou voltar a travar a client, como alguns sabe, no antigo tópico eu consegui com a ajuda de vocês a resolver tal problema, porém, eu usava a cms Habbluz.
Mas quando fui trocar de cms, a client voltou a travar em 76%, eu não alterei nada, só adicionei nova cms, quando trava no 76% o emulador flooda algumas coisas, veja
Clique aqui:
No LOG do emulador, na ExceptionsLog.txt, aparece o seguinte erro
Clique aqui:

Minha client:
Alguém pode ajudar a resolver esse erro?
Desde já, agradeço.

nadi0s nadi0s  • 26.12.15 3:10

flash-container - Trava 76% (Compatibilizando) Empty Re: Trava 76% (Compatibilizando) 26.12.15 3:10

A CMS não é compatível...
Use a oyaht ou outra.
Obrigadu :v

The Flash The Flash  • 26.12.15 3:23

flash-container - Trava 76% (Compatibilizando) Empty Re: Trava 76% (Compatibilizando) 26.12.15 3:23

Apague sua tabela users e ponha esa:
Código:

CREATE tab[b][/b]le IF NOT EXISTS `users` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `username` varchar(50) CHARACTER SET latin1 NOT NULL,
  `real_name` varchar(100) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `password` varchar(255) NOT NULL DEFAULT '',
  `auth_ticket` varchar(240) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `rank` int(11) unsigned NOT NULL DEFAULT '1',
  `vip_points` int(11) NOT NULL DEFAULT '0',
  `credits` int(11) NOT NULL DEFAULT '7500',
  `activity_points` int(11) NOT NULL DEFAULT '0',
  `activity_points_lastupdate` double NOT NULL DEFAULT '0',
  `seasonal_currency` int(11) NOT NULL DEFAULT '0',
  `loyalty_points` int(11) NOT NULL DEFAULT '0',
  `look` varchar(160) CHARACTER SET latin1 NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',
  `gender` enum('M','F') CHARACTER SET latin1 NOT NULL DEFAULT 'M',
  `motto` varchar(50) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `mail` varchar(255) NOT NULL DEFAULT 'undefined',
  `account_created` double(50,0) NOT NULL DEFAULT '0',
  `last_online` int(11) NOT NULL DEFAULT '0',
  `online` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `ip_last` varchar(120) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `ip_reg` varchar(120) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `home_room` int(10) unsigned NOT NULL DEFAULT '1',
  `newbie_status` int(11) NOT NULL DEFAULT '0',
  `is_muted` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `mutant_penalty` enum('0','1','2') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
  `trade_lock` enum('0','1') NOT NULL DEFAULT '0',
  `trade_lock_expire` int(11) NOT NULL DEFAULT '0',
  `block_newfriends` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `hide_online` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `hide_inroom` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `vip` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `vip_expire` timestamp NOT NULL DEFAULT '2014-05-13 21:59:36',
  `birth` varchar(100) CHARACTER SET latin1 NOT NULL DEFAULT '',
  `talent_status` enum('citizenship','helper') NOT NULL DEFAULT 'citizenship',
  `mysterybox_key_colour` int(11) NOT NULL DEFAULT '0',
  `last_name_change` int(11) NOT NULL DEFAULT '0',
  `client_volume` varchar(255) NOT NULL DEFAULT '100,100,100',
  `nux_passed` enum('0','1') NOT NULL DEFAULT '0',
  `seckey` varchar(999) NOT NULL DEFAULT '',
  `voted` int(11) NOT NULL DEFAULT '0',
  `owner` int(99) NOT NULL DEFAULT '0',
  `novato` int(99) NOT NULL DEFAULT '0',
  `fundom` varchar(255) NOT NULL DEFAULT '#43AC6A',
  `builders_expire` int(11) DEFAULT '999999999',
  `builders_items_max` int(11) NOT NULL DEFAULT '100000',
  `builders_items_used` int(11) NOT NULL DEFAULT '0',
  `release_version` int(11) NOT NULL DEFAULT '2',
  `on_duty` enum('0','1','2','3') NOT NULL DEFAULT '0',
  `OnDuty` varchar(255) NOT NULL DEFAULT 'false',
  `DutyLevel` int(11) NOT NULL DEFAULT '0',
  `navilogs` varchar(255) CHARACTER SET latin1 DEFAULT '1,official-root,;2,popular,;3,my,;4,favorites,',
  `navigator` enum('0','1') CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `respect` int(11) NOT NULL DEFAULT '0',
  `working` enum('0','1') NOT NULL DEFAULT '0',
  `secretcode` varchar(50) CHARACTER SET latin1 NOT NULL DEFAULT '0',
  `mymusik` varchar(255) NOT NULL,
  `visibility` enum('0','1') NOT NULL DEFAULT '1',
  `flag-staff` varchar(335) CHARACTER SET latin1 NOT NULL DEFAULT 'flags/br.png',
  `function-staff` varchar(335) CHARACTER SET latin1 NOT NULL DEFAULT 'Limpar o chão do hotel!',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=36 ;

Kirito Kirito  • 26.12.15 3:36

flash-container - Trava 76% (Compatibilizando) Empty Re: Trava 76% (Compatibilizando) 26.12.15 3:36

Quando eu troco a tabela users por outra não da de criar conta na cms.
Alguém tem a sql da tabela "builders_expire"?

The Flash The Flash  • 26.12.15 3:41

flash-container - Trava 76% (Compatibilizando) Empty Re: Trava 76% (Compatibilizando) 26.12.15 3:41

Execute isso:
Código:

ALTER tab[b][/b]le 'USERS' ADD COLUMN 'builders_expire' int(11) DEFAULT '999999999';

Kirito Kirito  • 26.12.15 3:44

flash-container - Trava 76% (Compatibilizando) Empty Re: Trava 76% (Compatibilizando) 26.12.15 3:44

A tabela da erro ao executar, acompanhe
Clique aqui:

The Flash The Flash  • 26.12.15 3:47

flash-container - Trava 76% (Compatibilizando) Empty Re: Trava 76% (Compatibilizando) 26.12.15 3:47

Tente:
Código:

ALTER tab[b][/b]le USERS ADD COLUMN builders_expire int(11) DEFAULT '999999999';

Kirito Kirito  • 26.12.15 4:00

flash-container - Trava 76% (Compatibilizando) Empty Re: Trava 76% (Compatibilizando) 26.12.15 4:00

Executou certo, porém, novo tabela a ser executa, poderia mandar a sql dela?

Clique aqui:

The Flash The Flash  • 26.12.15 4:06

flash-container - Trava 76% (Compatibilizando) Empty Re: Trava 76% (Compatibilizando) 26.12.15 4:06

Aqui está:
Código:

ALTER tab[b][/b]le USERS ADD COLUMN builders_items_used int(11) DEFAULT '999999999';

Kirito Kirito  • 26.12.15 4:13

flash-container - Trava 76% (Compatibilizando) Empty Re: Trava 76% (Compatibilizando) 26.12.15 4:13

Executou, mas voltou  pedir nova tabela, creio eu que essa é um pouco diferente "`navilogs` varchar(255) CHARACTER SET latin1 DEFAULT '1,official-root,;2,popular,;3,my,;4,favorites,'"

Clique aqui:

Kirito Kirito  • 26.12.15 4:26

flash-container - Trava 76% (Compatibilizando) Empty Re: Trava 76% (Compatibilizando) 26.12.15 4:26

Consegui, obrigado Vitor,
Podem fechar o tópico.

The Flash The Flash  • 26.12.15 4:34

flash-container - Trava 76% (Compatibilizando) Empty Re: Trava 76% (Compatibilizando) 26.12.15 4:34

[alerta=Fechado] Autor satisfeito. [/alerta]

Conteúdo patrocinado  • 

flash-container - Trava 76% (Compatibilizando) Empty Re: Trava 76% (Compatibilizando)

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

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.