Hey RageZone!
I was bored, so I decided to edit RevCMS habbo theme!
What have I done?
I've tried to make it abit easier to use.
Setup a sidebar, in /includes/side.php with stuff like Quick Navigation on the side.
Made it so when you reload the page the 'Did you know?' changes, you can also set them in the config for people who don't like changing stuff.
(Incase you want to edit it go to /includes/dyk.php)
Put a shine as the topbg, as some people like the shine.
Build 2 Changelog
New News Slider.
New Housekeeping button
On staff page you cannot do much of the main features while not be logged in.
You get redirected back to index page when you go to shop, client, community page if you don't have a active session.
Gave staff figures a new action(on staff page).
Changed index, register.
Added a header.php.
Added a {online_text} to set users online text.
Build 2.5.0 Changelog
- New ASE, BootASE(Credits to me, grapefruit, BootStrap)
- New BG
- On staff page, if there isn't a active session you can't see 'enter {hotelname}'. And 'Signout' becomes 'Register'.
- Fixed HouseKeeping button.
Build 1
Download Mirrors:
https://mega.co.nz/#!o8ZwkRJB!F2YvNx...9C33S29K3z9Ba4 - 1
https://www.mediafire.com/?075dvp50kt55030 - 2 - Use Build 2, it's better.
Build 2
Download Mirrors:
https://mega.co.nz/#!15oRgKKQ!QTaI8V...jHRwH7oySHYMgE - 1
https://www.mediafire.com/?h8xq1j4nggyttq8 - 2
-- Not recommended, due to bugs.. --
Build 2.0.1
Download Mirrors:
https://mega.co.nz/#!twRxkJ4a!ZdE6nF8_aMV2NgeK4Rt3wximZSgbNZcOSUGfz_M7Ejc - 1
https://www.mediafire.com/?z1qaio1rt401xpq -2 - 2.5.0 Is recommended.
If you mirror it tell me and i'll add it to main thread.
Build 2.5.0
https://mega.co.nz/#!wlQSyTwC!UxecbU...RCrYhu6UORcPo0 - 1 Recommended Build
Please install helicon ape to get /community/staff to work. (http://www.helicontech.com/download/..._0123_Free.msi)
Build 2.5.0 Screenies:
![]()
![]()
Staff Page Logged out version:
![]()
Hot Campaigns SQL:
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for site_hotcampaigns
-- ----------------------------
DROP TABLE IF EXISTS `site_hotcampaigns`;
CREATE TABLE `site_hotcampaigns` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`image_url` text NOT NULL,
`caption` text NOT NULL,
`desc` text NOT NULL,
`url` text NOT NULL,
`order_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
Credits:
Hejula - RevCMS habbo theme
Kryptos - RevCMS
Bow - Cleaning it up.
Me - Doing a few edits.
If you want anything added, or done just post here.
BootASE Release!
There has been no good looking ase for RevCMS, maybe there has been but its been lost.
I have been working on a bootstrap ase last night, I have used code from GrapeASE.
ScreenShots
![]()
All functions apart from 'View a users IP' work at the moment. That will be in the next release.
Alerts are currently just static, they will be put into the database next time and have a option for rank 7+ to make a alert.
Download
Habbo.COM's current news Slider.
Build 1
Mirrors:
Habbo.COM's old news Slider.
Build 1
Credits
GrapeFruit - 75%
Me - 25%
I released these on another forum, decided to release it here as-well!
I was bored, so I decided to edit RevCMS habbo theme!
What have I done?
I've tried to make it abit easier to use.
Setup a sidebar, in /includes/side.php with stuff like Quick Navigation on the side.
Made it so when you reload the page the 'Did you know?' changes, you can also set them in the config for people who don't like changing stuff.
(Incase you want to edit it go to /includes/dyk.php)
Put a shine as the topbg, as some people like the shine.
Build 2 Changelog
Quote:
New News Slider.
New Housekeeping button
On staff page you cannot do much of the main features while not be logged in.
You get redirected back to index page when you go to shop, client, community page if you don't have a active session.
Gave staff figures a new action(on staff page).
Changed index, register.
Added a header.php.
Added a {online_text} to set users online text.
Build 2.5.0 Changelog
Quote:
- New ASE, BootASE(Credits to me, grapefruit, BootStrap)
- New BG
- On staff page, if there isn't a active session you can't see 'enter {hotelname}'. And 'Signout' becomes 'Register'.
- Fixed HouseKeeping button.
Build 1
Download Mirrors:
https://mega.co.nz/#!o8ZwkRJB!F2YvNx...9C33S29K3z9Ba4 - 1
https://www.mediafire.com/?075dvp50kt55030 - 2 - Use Build 2, it's better.
Build 2
Download Mirrors:
https://mega.co.nz/#!15oRgKKQ!QTaI8V...jHRwH7oySHYMgE - 1
https://www.mediafire.com/?h8xq1j4nggyttq8 - 2
-- Not recommended, due to bugs.. --
Build 2.0.1
Download Mirrors:
https://mega.co.nz/#!twRxkJ4a!ZdE6nF8_aMV2NgeK4Rt3wximZSgbNZcOSUGfz_M7Ejc - 1
https://www.mediafire.com/?z1qaio1rt401xpq -2 - 2.5.0 Is recommended.
If you mirror it tell me and i'll add it to main thread.
Build 2.5.0
https://mega.co.nz/#!wlQSyTwC!UxecbU...RCrYhu6UORcPo0 - 1 Recommended Build
Please install helicon ape to get /community/staff to work. (http://www.helicontech.com/download/..._0123_Free.msi)
Build 2.5.0 Screenies:


Staff Page Logged out version:

Hot Campaigns SQL:
Quote:
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for site_hotcampaigns
-- ----------------------------
DROP TABLE IF EXISTS `site_hotcampaigns`;
CREATE TABLE `site_hotcampaigns` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`image_url` text NOT NULL,
`caption` text NOT NULL,
`desc` text NOT NULL,
`url` text NOT NULL,
`order_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
Credits:
Hejula - RevCMS habbo theme
Kryptos - RevCMS
Bow - Cleaning it up.
Me - Doing a few edits.
If you want anything added, or done just post here.
BootASE Release!
There has been no good looking ase for RevCMS, maybe there has been but its been lost.
I have been working on a bootstrap ase last night, I have used code from GrapeASE.
ScreenShots


All functions apart from 'View a users IP' work at the moment. That will be in the next release.
Alerts are currently just static, they will be put into the database next time and have a option for rank 7+ to make a alert.
Download
Habbo.COM's current news Slider.
Build 1
Mirrors:
Habbo.COM's old news Slider.
Build 1
Credits
GrapeFruit - 75%
Me - 25%
I released these on another forum, decided to release it here as-well!