• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[RevCMS] Habbo Skin Edit

Status
Not open for further replies.
Junior Spellweaver
Joined
Feb 27, 2011
Messages
158
Reaction score
78
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 - [RevCMS] Habbo Skin Edit - RaGEZONE Forums

fopNyxG - [RevCMS] Habbo Skin Edit - RaGEZONE Forums

fxQRxEY - [RevCMS] Habbo Skin Edit - RaGEZONE Forums

Ay6SBfl - [RevCMS] Habbo Skin Edit - RaGEZONE Forums

ew1fqhz - [RevCMS] Habbo Skin Edit - RaGEZONE Forums


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



Like it? Maybe +rep or a like? :blushing:

Does the news article page not load? Try the fix below.

Go to class.template.php and remove the following:

Code:
$template->form->getNewsComments();
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Nov 16, 2009
Messages
17
Reaction score
3
Thanks, this is nice and neat. Great for starters! :)
 
Newbie Spellweaver
Joined
Jun 16, 2013
Messages
45
Reaction score
5
Very nice but won't be using. Could you post the actual engine/php work for referral?
 

Sex

Newbie Spellweaver
Joined
Aug 17, 2013
Messages
27
Reaction score
4
Nice release & does it come with a hk by any chance?
 
Newbie Spellweaver
Joined
Feb 24, 2014
Messages
28
Reaction score
2
Just don't release it, keep it for yourself.
I really don't understand people releasing their own retro cms, etc, for a useless community like ragezone.

Nobody is helping you out in the help section, they think about themselves, they want releases which they can make any profit of.
I really don't get why people are still releasing their hard work, w/e.

You can say my account is new, i'm a noob or whatever, i'm here for a long time..
Ragezone was awesome back in the days...
 
Status
Not open for further replies.
Back
Top