Hi Everyone.
Today I've decided to release my RevCMS (habbo) theme. If you've ever played on my hotel (limeHotel) you'll know what it looks like. If you wanna see the CMS yourself, just go to
Many people want me to release it, so here you go.
The only thing that isn't included in the CMS are the news comments seeing as
I'd like to hear any positive feedback about the theme
Download link: limehotel.us/app/tpl/skins/Habbo/HabboTheme.rar
Queries you'll need to insert:
Today I've decided to release my RevCMS (habbo) theme. If you've ever played on my hotel (limeHotel) you'll know what it looks like. If you wanna see the CMS yourself, just go to
You must be registered for see links
.Many people want me to release it, so here you go.
The only thing that isn't included in the CMS are the news comments seeing as
You must be registered for see links
made them for me and don't want them released. Have fun.I'd like to hear any positive feedback about the theme
Download link: limehotel.us/app/tpl/skins/Habbo/HabboTheme.rar
Queries you'll need to insert:
Code:
-- ----------------------------
-- Table structure for `cms_campaigns`
-- ----------------------------
DROP TABLE IF EXISTS `cms_campaigns`;
CREATE TABLE `cms_campaigns` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` text CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
`image` varchar(100) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
`url` varchar(255) NOT NULL,
`desc` text CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of cms_campaigns
-- ----------------------------