Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado]

+3
Latysh
senador
Everything
7 participantes

Everything Everything  • 14.04.13 16:30

Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] Empty Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] 14.04.13 16:30

Olá,
vim aqui disponibilizar uma CMS que encontrei num forum, portanto total créditos a ele. ( Obs: A CMS está em inglês )

Ela chama-se Ilumina CMS e utiliza MySQL Improved, portanto você precisa de mysqli instalado no seu servidor.

É recomendado Apache (XAMPP, VertrigoServ, Apple WebServer, CPanel, Plesk ...) e não oferece suporte a IIS.

Se você não sabe como instalar o Apache, faça o download de um servidor com apache. Uma vez instalado, não se esqueça de apagar a pasta C: \ (Nome do servidor Apache) \ pasta WebDAV ou o seu site vai ser vulnerável. Este não é um problema com o CMS é um problema com os servidores apache em relação a esta CMS.

Então vamos ás características:


Login
Breve Registrar
Sistema de Notícias
Perfis de Usuário
Configurações de Conta ( Seu pensamento, status da conta, status da solicitação de amigos )
Configurações de senha
Emblema Loja
Página pessoal
PayPal IPN
Página VIP


Recursos de limpeza:

Ver Staff
Checker IP
Verifique PayGol PIN
Faça um usuário VIP
Editar uma conta de usuário (se você tiver o adv_edit fusível pode editar rank.)
Alterar a senha de usuários
Como usuário
Ver Lista Ban (tem funções de pesquisa e de páginas numeradas)
Porn Ban (descobrir isso por si mesmo :-)
Gerenciar notícias
Escrever um artigo de notícias


Planejadas Características:

Editar notícias
Gerenciar e visualizar as definições de crachá
Configuração CMS de MySQL
Mais funções MUS
Manutenção de SQL

Imagens da CMS:


[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]

Para instalar:

Faça o download do CMS.
Executar as consultas SQL na caixa abaixo.
Configurar engine / lightcms.php.
Divirta-se!

SQL Querie:

Código:
DROP TABLE IF EXISTS `hk_fuses`;
CREATE TABLE `hk_fuses` (
  `fuse` varchar(50) NOT NULL,
  `minrank` int(11) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;


INSERT INTO `hk_fuses` VALUES ('login', '9');
INSERT INTO `hk_fuses` VALUES ('site_manage', '11');
INSERT INTO `hk_fuses` VALUES ('pornban', '11');
INSERT INTO `hk_fuses` VALUES ('adv_edit', '11');


DROP TABLE IF EXISTS `profile_wall`;
CREATE TABLE `profile_wall` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `page_id` int(11) NOT NULL,
  `poster_id` int(11) NOT NULL,
  `message` text NOT NULL,
  `likes` int(11) NOT NULL DEFAULT '0',
  `owner_read` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1343 DEFAULT CHARSET=latin1;


DROP TABLE IF EXISTS `site_hotcampaigns`;
CREATE TABLE `site_hotcampaigns` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `order_id` int(11) NOT NULL DEFAULT '1',
  `enabled` enum('0','1') NOT NULL DEFAULT '1',
  `image_url` text NOT NULL,
  `caption` text NOT NULL,
  `descr` text NOT NULL,
  `url` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;


DROP TABLE IF EXISTS `site_news`;
CREATE TABLE `site_news` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `seo_link` varchar(120) NOT NULL DEFAULT 'news-article',
  `title` text NOT NULL,
  `category_id` int(10) unsigned NOT NULL DEFAULT '1',
  `topstory_image` text NOT NULL,
  `body` text NOT NULL,
  `snippet` text NOT NULL,
  `datestr` varchar(50) NOT NULL,
  `timestamp` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `datestr` (`datestr`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=512 DEFAULT CHARSET=latin1;


DROP TABLE IF EXISTS `badge_shop`;
CREATE TABLE `badge_shop` (
  `badge_id` varchar(12) NOT NULL,
  `cost` int(100) NOT NULL,
  KEY `badge_id` (`badge_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL;
ALTER TABLE `users` ADD `acc_pornbanned` ENUM('0','1') NOT NULL DEFAULT '0';

Download da CMS:

[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Se tiver dúvidas deixe um comentário que eu irei responder.

Grato ~

Extra: Como traduzir uma CMS?

[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]


Última edição por Everything em 16.04.13 12:17, editado 2 vez(es)

senador senador  • 14.04.13 16:41

Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] Empty Re: Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] 14.04.13 16:41

Compativel com qual db, phoenix bcstorm? n tem em portugues ela?

Latysh Latysh  • 14.04.13 16:45

Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] Empty Re: Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] 14.04.13 16:45

Olá, Convidado
Muito bonita!

νσℓ¢σм νσℓ¢σм  • 14.04.13 16:46

Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] Empty Re: Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] 14.04.13 16:46

Muito boa.

Obrigado por partilhar

Everything Everything  • 14.04.13 16:49

Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] Empty Re: Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] 14.04.13 16:49

senador escreveu:Compativel com qual db, phoenix bcstorm? n tem em portugues ela?

No momento só em inglês a CMS, funciona em todas as DB phoenix e new crypto, no entanto você precisa de adicionar aquela linha de código sql que eu adicionei no código pois pertence a páginas da CMS.

HardGame HardGame  • 15.04.13 19:49

Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] Empty Re: Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] 15.04.13 19:49

Então Tenho 2 Duvidas Para Tirar Com Você:
Vou Tentar Utiliza-la Em BCStrom Recomenda DB?
Aceita SWF Propria?

Fiorucci Fiorucci  • 15.04.13 20:02

Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] Empty Re: Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] 15.04.13 20:02

Mas na onde que eu adiciono aquela linha de código sql?

HardGame HardGame  • 15.04.13 20:36

Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] Empty Re: Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] 15.04.13 20:36

Skautt escreveu:
Mas na onde que eu adiciono aquela linha de código sql?

Na Sua DB Que Você For Usar Mesmo, Abra A Sua DB E Clique Em Sql E Insira O Código E Pronto Booa Diversão!

SecurityPixel SecurityPixel  • 15.04.13 20:39

Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] Empty Re: Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] 15.04.13 20:39

Reputação da mensagem: 100% (1 votos)
Ok, breve estarei fazendo e download e traduzindo...

Everything Everything  • 16.04.13 10:07

Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] Empty Re: Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] 16.04.13 10:07

HardGame escreveu:Então Tenho 2 Duvidas Para Tirar Com Você:
Vou Tentar Utiliza-la Em BCStrom Recomenda DB?
Aceita SWF Propria?


Olá,
recomendo uberdb, porém se a db não tiver essa tabela acc_pornbanned adicione esse sql.
Código:
Usuários ALTER TABLE `ADD` acc_pornbanned `não o texto NULL

Agora a swf própria depende, ela é baseada em quê?

Anonymous Convidado  • 18.04.13 9:01

Everything Everything  • 18.04.13 15:53

Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] Empty kk 18.04.13 15:53

Olá,
kkk o mestre sabe sempre ^^

Conteúdo patrocinado  • 

Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado] Empty Re: Illumina CMS [PHP, OOP, Phoenix / Butterfly, Atualizado]

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.