Hi,
I've decided to release my retro (Hubbo.uk) RevCMS Theme. It's just a rip/copy of a Habbo Fansite just coded into RevCMS. Alot of people were asking me if I'd release it but today I've decided to release it as I'm going to change CMS soon so here it is.
Screenshots below of the theme.
Download Link: -
Live Version:
Anyways here's some screenshots below.
Index:
For the Country flags on the staff page to work, make a folder in your wwwroot called country and insert all the flags images with the initials for example UK.png. Then you're going to want to edit the user tables and edit the table 'country' and change it to UK and it'll show the flag on the staff page.
Run these Query's in your database:
Remember to Like if you'd like more releases like this in the future. =]
Enjoy!
I've decided to release my retro (Hubbo.uk) RevCMS Theme. It's just a rip/copy of a Habbo Fansite just coded into RevCMS. Alot of people were asking me if I'd release it but today I've decided to release it as I'm going to change CMS soon so here it is.
Screenshots below of the theme.
Download Link: -
You must be registered for see links
Live Version:
You must be registered for see links
Anyways here's some screenshots below.
Index:
For the Country flags on the staff page to work, make a folder in your wwwroot called country and insert all the flags images with the initials for example UK.png. Then you're going to want to edit the user tables and edit the table 'country' and change it to UK and it'll show the flag on the staff page.
Run these Query's in your database:
Code:
ALTER TABLE `users` ADD `country` VARCHAR(30) NOT NULL
Code:
DROP TABLE IF EXISTS `cms_housekeeping_logs`;
CREATE TABLE `cms_housekeeping_logs` (
`userid` varchar(255) DEFAULT NULL,
`ip_address` varchar(255) DEFAULT NULL,
`page` varchar(255) DEFAULT NULL,
`time` datetime DEFAULT NULL,
`extra_data` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Code:
ALTER TABLE `users` ADD `housekeeping_pin` VARCHAR(30) NOT NULL
Enjoy!
Last edited: