Squealer Squealer  • 09.04.15 16:46

CMS de http://fancyhotel.com.br Empty CMS de http://fancyhotel.com.br 09.04.15 16:46

O que deseja: CMS de http://fancyhotel.com.br

Nome do que deseja: CMS de http://fancyhotel.com.br

Print do que deseja (Se possível): http://fancyhotel.com.br

Onde viu O que deseja: http://fancyhotel.com.br

Deve ser compativel com: NewCrypto

Se escolheu outros, especifique: *

Comentários adicionais: CMS de http://fancyhotel.com.br

avatar FelipeRun  • 09.04.15 17:01

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 09.04.15 17:01

Olá aqui está!
Clique Aqui

Se ajudei de um +

Squealer Squealer  • 09.04.15 17:04

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 09.04.15 17:04

[quote=Arrow]
Olá aqui está!
Clique Aqui

Se ajudei de um +
[/quote]
Tem hall da fama, é igual a do Hotel?

avatar FelipeRun  • 09.04.15 17:07

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 09.04.15 17:07

É a unica disponível

avatar VitorVictor  • 09.04.15 17:10

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 09.04.15 17:10

Se esta cms não tiver hall da fama, você mesmo poderá adicionar! Duvidas Entre em um chat privado comigo.

Squealer Squealer  • 09.04.15 17:17

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 09.04.15 17:17

[quote=VitorVictor]Se esta cms não tiver hall da fama, você mesmo poderá adicionar! Duvidas Entre em um chat privado comigo.[/quote]
Poderia fazer um hall da fama para esta cms para mim (caso queira)?

@off
Tem DB compatível para ela?

avatar VitorVictor  • 09.04.15 17:24

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 09.04.15 17:24

Aqui está a cms com o hall instalado: Download

Para completar o procedimento execute este sql  na sua database.


Código:
CREATE tab[b][/b]le IF NOT EXISTS `rankevento` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nome` varchar(255) NOT NULL,
  `pontos` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

CREATE tab[b][/b]le IF NOT EXISTS `rankcampanha` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nome` varchar(255) NOT NULL,
  `pontos` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

CREATE tab[b][/b]le IF NOT EXISTS `promos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `usuario` varchar(255) NOT NULL,
  `titulo` varchar(255) NOT NULL,
  `link` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
 
Lembrando as configurações estão na pasta"fancy".


Última edição por VitorVictor em 09.04.15 18:10, editado 1 vez(es)

Squealer Squealer  • 09.04.15 17:45

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 09.04.15 17:45

[quote=VitorVictor]Sim, pode deixar quando eu terminar lhe entrego. Que eu saiba não contem db disponivel, mas poderá usar qualquer db basta colocar as sql's que faltam.[/quote]
Ok, obrigado.

@off
A register não está funcionando
Spoiler:

avatar FelipeRun  • 09.04.15 18:46

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 09.04.15 18:46

Tente trocar de database.

Squealer Squealer  • 09.04.15 19:34

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 09.04.15 19:34

[quote=Arrow]
Tente trocar de database.
[/quote]
Mesmo erro.

avatar FelipeRun  • 09.04.15 19:42

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 09.04.15 19:42

Tente utilizar outro registro.

avatar VitorVictor  • 09.04.15 21:04

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 09.04.15 21:04

Eu testei a pagina de registro sem modificações e funcionou vou disponibilizar o download do registro.



Mediafire

Squealer Squealer  • 09.04.15 21:11

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 09.04.15 21:11

[quote=VitorVictor]Eu testei a pagina de registro sem modificações e funcionou vou disponibilizar o download do registro.



Mediafire
[/quote]
Mesmo erro.

@VitorVictor
Quando o Hall da Fama estará pronto?

Squealer Squealer  • 10.04.15 19:02

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 10.04.15 19:02

Já desenvolveu a página de hall Victor?

avatar VitorVictor  • 10.04.15 19:05

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 10.04.15 19:05

Senhor o download da cms editada com o Hall está acima.

avatar VitorVictor  • 10.04.15 19:06

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 10.04.15 19:06

[quote=VitorVictor]Aqui está a cms com o hall instalado: Download

Para completar o procedimento execute este sql  na sua database.


Código:
CREATE tab[b][/b]le IF NOT EXISTS `rankevento` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nome` varchar(255) NOT NULL,
  `pontos` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

CREATE tab[b][/b]le IF NOT EXISTS `rankcampanha` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nome` varchar(255) NOT NULL,
  `pontos` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

CREATE tab[b][/b]le IF NOT EXISTS `promos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `usuario` varchar(255) NOT NULL,
  `titulo` varchar(255) NOT NULL,
  `link` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
 
Lembrando as configurações estão na pasta"fancy".[/quote]

Leticinha10 Leticinha10  • 12.04.15 15:35

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 12.04.15 15:35

faiz um tu tutorial encinando a configurar e instalar

xjoao xjoao  • 13.04.15 16:31

CMS de http://fancyhotel.com.br Empty Re: CMS de http://fancyhotel.com.br 13.04.15 16:31

@Suporte
O autor possui 48 horas para informar se está satisfeito caso contrário tópico será fechado 
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.