Simple, Neat, Fast - Illumina CMS Edit

Proximity

IDK?
Feb 13, 2014
673
56
This is just a quick release as I made this edit ages ago. I always go for the sleek look on a CMS, but I just never ended up utilizing this and I'm getting rid of some of the files out of my Mega so figured I'd release this here for a while.

It is fairly fast, has a decent design, and just needs a little bit of love/modification to get it back up to date. I do not take credit for anything other than changing a few things, tidying it up, and giving it a bit of different images.

Please note: A database is NOT included. This CMS was configured for NovaEMU, I forget all what I've done with it but you'll need to compile an EMU or find an Illumina CMS and NovaEMU database yourself.

AzERP4K.png
t04IOCD.png
Tc58y9W.png

2PFlsws.png
nvSj7fe.png
fuFhmAN.png
wvwpXiU.png

I had three nubs request it to be released so figured I'd just post it for everyone.

Download link:

Have fun.

Credits: @Brought (Even though he doesn't t any credit as stated)
 
Oct 11, 2014
1,071
256
Code:
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';
 

JOBAL

Not cheating? Your not trying
Dec 4, 2013
42
6
Looks really nice, not a huge fan of the baby blue top bar but thats an easy fix. Thanks for releasing this into the community, I'm sure lots of people will enjoy this CMS. 8/10
 

Users who are viewing this thread

Top