Postado Setembro 1, 2014 10 anos Boa noite, como fazer? Editado Setembro 1, 2014 10 anos por elite1992 (veja o histórico de edições)
Postado Setembro 1, 2014 10 anos Creio que trocar o arquivo.s3db por uma mais nova seria a solução. Conlheça o projeto:
Postado Setembro 1, 2014 10 anos Executa esta query na sua database CREATE TABLE IF NOT EXISTS `guild_wars` ( `id` int(11) NOT NULL AUTO_INCREMENT, `guild_id` int(11) NOT NULL, `enemy_id` int(11) NOT NULL, `begin` bigint(20) NOT NULL DEFAULT '0', `end` bigint(20) NOT NULL DEFAULT '0', `frags` int(10) unsigned NOT NULL DEFAULT '0', `payment` bigint(20) unsigned NOT NULL DEFAULT '0', `guild_kills` int(10) unsigned NOT NULL DEFAULT '0', `enemy_kills` int(10) unsigned NOT NULL DEFAULT '0', `status` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `status` (`status`), KEY `guild_id` (`guild_id`), KEY `enemy_id` (`enemy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; LONADOVISK ♥
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.