Ir para conteúdo
Banner com Efeitos

Featured Replies

  • Respostas 17
  • Visualizações 931
  • Created
  • Última resposta

Top Posters In This Topic

Posted Images

Postado
  • Autor

eu so colei a tabela grande do seu ultimo post

 

CREATE TABLE IF NOT EXISTS `players` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`world_id` tinyint(2) unsigned NOT NULL DEFAULT '0',
`group_id` int(11) NOT NULL DEFAULT '1',
`account_id` int(11) NOT NULL DEFAULT '0',
`level` int(11) NOT NULL DEFAULT '1',
`vocation` int(11) NOT NULL DEFAULT '0',
`health` int(11) NOT NULL DEFAULT '150',
`healthmax` int(11) NOT NULL DEFAULT '150',
`experience` bigint(20) NOT NULL DEFAULT '0',
`lookbody` int(11) NOT NULL DEFAULT '0',
`lookfeet` int(11) NOT NULL DEFAULT '0',
`lookhead` int(11) NOT NULL DEFAULT '0',
`looklegs` int(11) NOT NULL DEFAULT '0',
`looktype` int(11) NOT NULL DEFAULT '136',
`lookaddons` int(11) NOT NULL DEFAULT '0',
`maglevel` int(11) NOT NULL DEFAULT '0',
`mana` int(11) NOT NULL DEFAULT '0',
`manamax` int(11) NOT NULL DEFAULT '0',
`manaspent` int(11) NOT NULL DEFAULT '0',
`soul` int(10) unsigned NOT NULL DEFAULT '0',
`town_id` int(11) NOT NULL DEFAULT '0',
`posx` int(11) NOT NULL DEFAULT '0',
`posy` int(11) NOT NULL DEFAULT '0',
`posz` int(11) NOT NULL DEFAULT '0',
`conditions` blob NOT NULL,
`cap` int(11) NOT NULL DEFAULT '0',
`sex` int(11) NOT NULL DEFAULT '0',
`lastlogin` bigint(20) unsigned NOT NULL DEFAULT '0',
`lastip` int(10) unsigned NOT NULL DEFAULT '0',
`save` tinyint(1) NOT NULL DEFAULT '1',
`skull` tinyint(1) unsigned NOT NULL DEFAULT '0',
`skulltime` int(11) NOT NULL DEFAULT '0',
`rank_id` int(11) NOT NULL DEFAULT '0',
`guildnick` varchar(255) NOT NULL DEFAULT '',
`lastlogout` bigint(20) unsigned NOT NULL DEFAULT '0',
`blessings` tinyint(2) NOT NULL DEFAULT '0',
`balance` bigint(20) NOT NULL DEFAULT '0',
`stamina` bigint(20) NOT NULL DEFAULT '151200000' COMMENT 'stored in miliseconds',
`direction` int(11) NOT NULL DEFAULT '2',
`loss_experience` int(11) NOT NULL DEFAULT '100',
`loss_mana` int(11) NOT NULL DEFAULT '100',
`loss_skills` int(11) NOT NULL DEFAULT '100',
`loss_containers` int(11) NOT NULL DEFAULT '100',
`loss_items` int(11) NOT NULL DEFAULT '100',
`premend` int(11) NOT NULL DEFAULT '0' COMMENT 'NOT IN USE BY THE SERVER',
`online` tinyint(1) NOT NULL DEFAULT '0',
`marriage` int(10) unsigned NOT NULL DEFAULT '0',
`marrystatus` int(10) unsigned NOT NULL DEFAULT '0',
`promotion` int(11) NOT NULL DEFAULT '0',
`deleted` tinyint(1) NOT NULL DEFAULT '0',
`description` varchar(255) NOT NULL DEFAULT '',
`created` int(11) NOT NULL DEFAULT '0',
`nick_verify` int(11) NOT NULL DEFAULT '0',
`old_name` varchar(255) NOT NULL DEFAULT '',
`hide_char` int(11) NOT NULL DEFAULT '0',
`worldtransfer` int(11) NOT NULL DEFAULT '0',
`comment` text NOT NULL,
`show_outfit` tinyint(4) NOT NULL DEFAULT '1',
`show_eq` tinyint(4) NOT NULL DEFAULT '1',
`show_bars` tinyint(4) NOT NULL DEFAULT '1',
`show_skills` tinyint(4) NOT NULL DEFAULT '1',
`show_quests` tinyint(4) NOT NULL DEFAULT '1',
`goals` int(11) NOT NULL DEFAULT '0',
`wins` int(11) NOT NULL DEFAULT '0',
`total` int(11) NOT NULL DEFAULT '0',
`exphist_lastexp` bigint(255) NOT NULL DEFAULT '0',
`exphist1` bigint(255) NOT NULL DEFAULT '0',
`exphist2` bigint(255) NOT NULL DEFAULT '0',
`exphist3` bigint(255) NOT NULL DEFAULT '0',
`exphist4` bigint(255) NOT NULL DEFAULT '0',
`exphist5` bigint(255) NOT NULL DEFAULT '0',
`exphist6` bigint(255) NOT NULL DEFAULT '0',
`exphist7` bigint(255) NOT NULL DEFAULT '0',
`onlinetimetoday` bigint(255) NOT NULL DEFAULT '0',
`onlinetime1` bigint(255) NOT NULL DEFAULT '0',
`onlinetime2` bigint(255) NOT NULL DEFAULT '0',
`onlinetime3` bigint(255) NOT NULL DEFAULT '0',
`onlinetime4` bigint(255) NOT NULL DEFAULT '0',
`onlinetime5` bigint(255) NOT NULL DEFAULT '0',
`onlinetime6` bigint(255) NOT NULL DEFAULT '0',
`onlinetime7` bigint(255) NOT NULL DEFAULT '0',
`onlinetimeall` bigint(255) NOT NULL DEFAULT '0',
`frags` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`,`deleted`),
KEY `account_id` (`account_id`),
KEY `group_id` (`group_id`),
KEY `online` (`online`),
KEY `deleted` (`deleted`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;


parece erro de porta 80 ;x


E AGORA ;X ADD SKYPE QUALQUER COISA, MAS QUE MERDA N VO CONSEGUI  CRIA O SITE SERA

STEP 3

Add tables and columns to DB
Installer try to add new tables and columns to database.

Add columns to table accounts

Can't add column page_lastday to table accounts, already exist?
Can't add column email_new to table accounts, already exist?
Can't add column email_new_time to table accounts, already exist?
Can't add column created to table accounts, already exist?
Can't add column rlname to table accounts, already exist?
Can't add column location to table accounts, already exist?
Can't add column page_access to table accounts, already exist?
Can't add column email_code to table accounts, already exist?
Can't add column next_email to table accounts, already exist?
Can't add column premium_points to table accounts, already exist?
Can't add column vote to table players, already exist?
Can't add column last posts to table accounts, already exist?
Can't add column flag to table accounts, already exist?
Can't add column vip_time to table accounts, already exist?

Add columns to table guilds

Can't add column description to table guilds, already exist?
Can't add column logo_gfx_name to table guilds, already exist?

Add columns to table players

Can't add column created to table players, already exist?
Can't add column nick_verify to table players, already exist?
Can't add column old_name to table players, already exist?
Can't add column hide_char to table players, already exist?
Can't add column worldtransfer to table players, already exist?
Can't add column comment to table players, already exist?
Can't add column comment to table players, already exist?
Can't add column comment to table players, already exist?
Can't add column comment to table players, already exist?
Can't add column comment to table players, already exist?
Added column guild war to table
Can't add column comment to table players, already exist?
Can't add column stars to table players, already exist?
Can't add column announcements to table, already exist?
Can't add column reason to table bans, already exist?
Sistema PagSeguro automatico instalado!

Add new tables to database

Table z_news_tickers not added. Already exist?
Table z_monsters not added. Already exist?
Table z_ots_comunication not added. Already exist?
Table z_shop_offer not added. Already exist?
Table z_shop_history_item not added. Already exist?
Table z_shop_history_pacc not added. Already exist?
Table z_polls not added. Already exist?
Table z_polls_answers not added. Already exist?
Added table z_bug_logs.
Added table z_bug_tracker (bug tracker).
Added table z_changelog (changelog).
Table z_forum not added. Already exist?

Tables and columns added to database.
Go to STEP 4 - Add samples


PELO QUE DO VENDO O ERRO ESTA AKC:\xampp\htdocs\install.php   NA PASTA INSTALL E AGR..

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

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