[RevCMS] Habbo Skin Edit

Wouto

Posting Freak
FindRetros Moderator
May 31, 2011
750
305
Hello. A couple of weeks ago I began to edit the original Habbo Template by Hejula - if you've seen this skin on you'll know it's nothing big, just a plain skin for people who need one. Some of the code isn't the best but it does work.

Screenshots
iS2nnwX.png

fopNyxG.png

fxQRxEY.png

Ay6SBfl.png

ew1fqhz.png


Queries
Code:
DROP TABLE IF EXISTS `cms_rarevalues`;
CREATE TABLE `cms_rarevalues` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `item_name` varchar(25) DEFAULT '',
  `item_image` varchar(30) DEFAULT '',
  `item_cost` int(11) DEFAULT '0',
  `item_status` enum('up','down','same') DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Code:
ALTER TABLE users ADD referer varchar(15) NOT NULL
Code:
DROP TABLE IF EXISTS `badge_shop`;
CREATE TABLE `badge_shop` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`badge_id` varchar(255) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL,
`cost` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of badge_shop
-- ----------------------------
INSERT INTO `badge_shop` VALUES ('1', 'SGA', 'Slam Dunk', 'I\'m a baller!', '4');
INSERT INTO `badge_shop` VALUES ('2', 'BR8', 'Trees', 'Let\'s keep as many as we can!', '3');
INSERT INTO `badge_shop` VALUES ('3', '\r\nCAK', 'Canada', 'Who\'d be Canadian, eh?', '2');
INSERT INTO `badge_shop` VALUES ('4', '\r\nCA4', 'XBOX', 'I\'m a true XBOX fan.', '5');
INSERT INTO `badge_shop` VALUES ('5', '\r\nNA003', 'Noob', 'I\'m a noob friendly person!', '3');

Download links
Mirror (31/01/16)

 
Last edited:

Liam

discord.gg/hivehub
Staff member
FindRetros Moderator
Apr 10, 2013
1,184
714
Another great edit of yours, thanks for this. :D
 

Tando

Norwegian Steam Engine
Oct 23, 2011
83
5
I really like the badge shop. Probably going to use something of it. Thanks for releasing.
 

Wouto

Posting Freak
FindRetros Moderator
May 31, 2011
750
305
Looks good, nice release..Don't really like the signed out page but overall really good. 7/10
Thanks, I decided to add the sign out page as I never see any Rev edits with a logout page with content.
 

Hindi

System.out.println(" ");
Dec 30, 2012
989
192
Can't figure out, Where do I set the SWFS? lol The config is just empty? ?!

Also where do i disable voting ?
 
Last edited:

Wouto

Posting Freak
FindRetros Moderator
May 31, 2011
750
305
Can't figure out, Where do I set the SWFS? lol The config is just empty? ?!

Also where do i disable voting ?
Voting is on the index.php in wwwroot, however if you want to control your SWF links through your config it wouldn't be hard to do so - just copy them from the original revcms release
 

Users who are viewing this thread

Top