Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Making a Hotel
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Hashh" data-source="post: 370649" data-attributes="member: 58601"><p>Hi, Thats a horrible edit the real version and secure one is the one I am going to give you and some steps</p><p></p><p><strong>1) Download Illumina CMS - <a href="https://github.com/Clawed/Illumina/archive/master.zip" target="_blank">https://github.com/Clawed/Illumina/archive/master.zip</a></strong></p><p><strong>2) Add the CMS to IIS/HTDOCS then open the 'engine' folder and then open config and config the CMS</strong></p><p><strong>3) Go into your database and insert this:</strong></p><p><strong></strong></p><p><strong><span style="color: #b30000">DROP TABLE IF EXISTS `hk_fuses`;</span></strong></p><p><strong><span style="color: #b30000">CREATE TABLE `hk_fuses` (</span></strong></p><p><strong><span style="color: #b30000"> `fuse` varchar(50) NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `minrank` int(11) NOT NULL DEFAULT '1'</span></strong></p><p><strong><span style="color: #b30000">) ENGINE=MyISAM DEFAULT CHARSET=utf8;</span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong><span style="color: #b30000">INSERT INTO `hk_fuses` VALUES ('login', '9');</span></strong></p><p><strong><span style="color: #b30000">INSERT INTO `hk_fuses` VALUES ('site_manage', '11');</span></strong></p><p><strong><span style="color: #b30000">INSERT INTO `hk_fuses` VALUES ('pornban', '11');</span></strong></p><p><strong><span style="color: #b30000">INSERT INTO `hk_fuses` VALUES ('adv_edit', '11');</span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong><span style="color: #b30000">DROP TABLE IF EXISTS `profile_wall`;</span></strong></p><p><strong><span style="color: #b30000">CREATE TABLE `profile_wall` (</span></strong></p><p><strong><span style="color: #b30000"> `id` int(11) NOT NULL AUTO_INCREMENT,</span></strong></p><p><strong><span style="color: #b30000"> `page_id` int(11) NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `poster_id` int(11) NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `message` text NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `likes` int(11) NOT NULL DEFAULT '0',</span></strong></p><p><strong><span style="color: #b30000"> `owner_read` enum('0','1') NOT NULL DEFAULT '0',</span></strong></p><p><strong><span style="color: #b30000"> PRIMARY KEY (`id`)</span></strong></p><p><strong><span style="color: #b30000">) ENGINE=MyISAM AUTO_INCREMENT=1343 DEFAULT CHARSET=latin1;</span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong><span style="color: #b30000">DROP TABLE IF EXISTS `site_hotcampaigns`;</span></strong></p><p><strong><span style="color: #b30000">CREATE TABLE `site_hotcampaigns` (</span></strong></p><p><strong><span style="color: #b30000"> `id` int(11) NOT NULL AUTO_INCREMENT,</span></strong></p><p><strong><span style="color: #b30000"> `order_id` int(11) NOT NULL DEFAULT '1',</span></strong></p><p><strong><span style="color: #b30000"> `enabled` enum('0','1') NOT NULL DEFAULT '1',</span></strong></p><p><strong><span style="color: #b30000"> `image_url` text NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `caption` text NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `descr` text NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `url` text NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> PRIMARY KEY (`id`)</span></strong></p><p><strong><span style="color: #b30000">) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;</span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong><span style="color: #b30000">DROP TABLE IF EXISTS `site_news`;</span></strong></p><p><strong><span style="color: #b30000">CREATE TABLE `site_news` (</span></strong></p><p><strong><span style="color: #b30000"> `id` int(10) unsigned NOT NULL AUTO_INCREMENT,</span></strong></p><p><strong><span style="color: #b30000"> `seo_link` varchar(120) NOT NULL DEFAULT 'news-article',</span></strong></p><p><strong><span style="color: #b30000"> `title` text NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `category_id` int(10) unsigned NOT NULL DEFAULT '1',</span></strong></p><p><strong><span style="color: #b30000"> `topstory_image` text NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `body` text NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `snippet` text NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `datestr` varchar(50) NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `timestamp` int(11) NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> PRIMARY KEY (`id`),</span></strong></p><p><strong><span style="color: #b30000"> KEY `datestr` (`datestr`) USING BT<img src="https://cdn.devbest.com/data/assets/smilies/REE.png" srcset="https://cdn.devbest.com/data/assets/smilies/REE.png 1x, https://cdn.devbest.com/data/assets/smilies/REE-2x.png 2x" class="smilie" loading="lazy" alt="REE" title="REE REE" data-shortname="REE" /></span></strong></p><p><strong><span style="color: #b30000">) ENGINE=MyISAM AUTO_INCREMENT=512 DEFAULT CHARSET=latin1;</span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong><span style="color: #b30000">DROP TABLE IF EXISTS `badge_shop`;</span></strong></p><p><strong><span style="color: #b30000">CREATE TABLE `badge_shop` (</span></strong></p><p><strong><span style="color: #b30000"> `badge_id` varchar(12) NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> `cost` int(100) NOT NULL,</span></strong></p><p><strong><span style="color: #b30000"> KEY `badge_id` (`badge_id`)</span></strong></p><p><strong><span style="color: #b30000">) ENGINE=MyISAM DEFAULT CHARSET=utf8;</span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong><span style="color: #b30000">ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL;</span></strong></p><p><strong><span style="color: #b30000">ALTER TABLE `users` ADD `acc_pornbanned` ENUM('0','1') NOT NULL</span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong><span style="color: #b30000"></span></strong></p><p><strong>Screenshots of Illumina CMS</strong></p><p><strong><img src="http://puu.sh/2kGAo.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </strong></p><p><strong></strong></p><p><strong><img src="http://puu.sh/2kGFl.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </strong></p><p><strong></strong></p><p><strong><img src="http://puu.sh/2kGGf.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </strong></p><p><strong></strong></p><p><strong><img src="http://puu.sh/2kGGE.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </strong></p><p><strong></strong></p><p><strong><img src="http://puu.sh/2kGHA.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </strong></p><p><strong></strong></p><p><strong></strong></p><p><strong><span style="color: #b35900"><u>If you are having any problems, Please make a help thread.</u></span></strong></p><p><strong></strong></p><p><strong><em><u><span style="color: #b300b3">Credits to 'Clawed' on a other Rival Forum.</span></u></em></strong></p></blockquote><p></p>
[QUOTE="Hashh, post: 370649, member: 58601"] Hi, Thats a horrible edit the real version and secure one is the one I am going to give you and some steps [B]1) Download Illumina CMS - [URL]https://github.com/Clawed/Illumina/archive/master.zip[/URL] 2) Add the CMS to IIS/HTDOCS then open the 'engine' folder and then open config and config the CMS 3) Go into your database and insert this: [COLOR=#b30000]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 [/COLOR] Screenshots of Illumina CMS [IMG]http://puu.sh/2kGAo.png[/IMG] [IMG]http://puu.sh/2kGFl.png[/IMG] [IMG]http://puu.sh/2kGGf.png[/IMG] [IMG]http://puu.sh/2kGGE.png[/IMG] [IMG]http://puu.sh/2kGHA.png[/IMG] [COLOR=#b35900][U]If you are having any problems, Please make a help thread.[/U][/COLOR] [I][U][COLOR=#b300b3]Credits to 'Clawed' on a other Rival Forum.[/COLOR][/U][/I][/B] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Making a Hotel
Top