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 Releases
CMS Releases
[RevCMS] Habbo Skin Edit
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="Wouto" data-source="post: 273301" data-attributes="member: 3046"><p>Hello. A couple of weeks ago I began to edit the original Habbo Template by Hejula - if you've seen this skin on <a href="http://babbo.org" target="_blank">http://babbo.org</a> <em>you'll know it's nothing big, just a plain skin for people who need one.</em> Some of the code isn't the best but it does work.</p><p></p><p><strong>Screenshots</strong></p><p><strong><img src="http://i.imgur.com/iS2nnwX.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></strong></p><p><strong><img src="http://i.imgur.com/fopNyxG.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></strong></p><p><img src="http://i.imgur.com/fxQRxEY.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><img src="http://i.imgur.com/Ay6SBfl.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><img src="http://i.imgur.com/ew1fqhz.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><strong>Queries</strong></p><p>[CODE]DROP TABLE IF EXISTS `cms_rarevalues`;</p><p>CREATE TABLE `cms_rarevalues` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `item_name` varchar(25) DEFAULT '',</p><p> `item_image` varchar(30) DEFAULT '',</p><p> `item_cost` int(11) DEFAULT '0',</p><p> `item_status` enum('up','down','same') DEFAULT NULL,</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=InnoDB DEFAULT CHARSET=latin1;[/CODE]</p><p>[CODE]</p><p>ALTER TABLE users ADD referer varchar(15) NOT NULL</p><p>[/CODE]</p><p>[CODE]</p><p>DROP TABLE IF EXISTS `badge_shop`;</p><p>CREATE TABLE `badge_shop` (</p><p>`id` int(11) NOT NULL AUTO_INCREMENT,</p><p>`badge_id` varchar(255) DEFAULT NULL,</p><p>`title` varchar(255) DEFAULT NULL,</p><p>`description` varchar(255) DEFAULT NULL,</p><p>`cost` int(11) DEFAULT NULL,</p><p>PRIMARY KEY (`id`)</p><p>) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;</p><p></p><p>-- ----------------------------</p><p>-- Records of badge_shop</p><p>-- ----------------------------</p><p>INSERT INTO `badge_shop` VALUES ('1', 'SGA', 'Slam Dunk', 'I\'m a baller!', '4');</p><p>INSERT INTO `badge_shop` VALUES ('2', 'BR8', 'Trees', 'Let\'s keep as many as we can!', '3');</p><p>INSERT INTO `badge_shop` VALUES ('3', '\r\nCAK', 'Canada', 'Who\'d be Canadian, eh?', '2');</p><p>INSERT INTO `badge_shop` VALUES ('4', '\r\nCA4', 'XBOX', 'I\'m a true XBOX fan.', '5');</p><p>INSERT INTO `badge_shop` VALUES ('5', '\r\nNA003', 'Noob', 'I\'m a noob friendly person!', '3');</p><p>[/CODE]</p><p><strong></strong></p><p><strong>Download links</strong></p><p><strong>Mirror (31/01/16)</strong></p><p><a href="https://mega.nz/#!OspiySTC!KsKELZj_Mrdp7g-pFSEdoEte4U3ptCondSuyFaLbg54" target="_blank">https://mega.nz/#!OspiySTC!KsKELZj_Mrdp7g-pFSEdoEte4U3ptCondSuyFaLbg54</a></p></blockquote><p></p>
[QUOTE="Wouto, post: 273301, member: 3046"] Hello. A couple of weeks ago I began to edit the original Habbo Template by Hejula - if you've seen this skin on [URL]http://babbo.org[/URL] [I]you'll know it's nothing big, just a plain skin for people who need one.[/I] Some of the code isn't the best but it does work. [B]Screenshots [IMG]http://i.imgur.com/iS2nnwX.png[/IMG] [IMG]http://i.imgur.com/fopNyxG.png[/IMG][/B] [IMG]http://i.imgur.com/fxQRxEY.png[/IMG] [IMG]http://i.imgur.com/Ay6SBfl.png[/IMG] [IMG]http://i.imgur.com/ew1fqhz.png[/IMG] [B]Queries[/B] [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] [CODE] ALTER TABLE users ADD referer varchar(15) NOT NULL [/CODE] [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'); [/CODE] [B] Download links Mirror (31/01/16)[/B] [URL]https://mega.nz/#!OspiySTC!KsKELZj_Mrdp7g-pFSEdoEte4U3ptCondSuyFaLbg54[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[RevCMS] Habbo Skin Edit
Top