Spirit100
Member
- Jul 24, 2012
- 97
- 71
I have a Habbo Theme which I think is fair decent I've done my best to make it exploit free and as I know that is what is it. This has to be probably one of the best themes which look okay and not too much edited. The colours go perfect together and all the pages link perfect. Okay lets show you some screenshots
Index:
Me:
Community:
Staff:
Top Stats:
This has a better banning system rather than going to a ipbanned.php it redirects the user to the index and says you are banned. As far as I know the Housekeeping is secure.
The topstats page also only gets users below rank 5 except gifts they are any rank.
You need to run a few queries for this theme to work also the "run THIS.sql" in the rar;
Download:
Hope this Theme helps you out a lot.
Index:
You must be registered for see links
Me:
You must be registered for see links
Community:
You must be registered for see links
Staff:
You must be registered for see links
Top Stats:
You must be registered for see links
This has a better banning system rather than going to a ipbanned.php it redirects the user to the index and says you are banned. As far as I know the Housekeeping is secure.
The topstats page also only gets users below rank 5 except gifts they are any rank.
You need to run a few queries for this theme to work also the "run THIS.sql" in the rar;
Code:
DROP TABLE IF EXISTS `cms_housekeeping_logs`;
CREATE TABLE `cms_housekeeping_logs` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`userid` INT(11) DEFAULT NULL,
`ip_address` VARCHAR(125) DEFAULT NULL,
`page` VARCHAR(50) DEFAULT NULL,
`time` VARCHAR(75) DEFAULT NULL,
`extra_data` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=306 DEFAULT CHARSET=latin1;
Code:
ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL default 'hotel user'
Code:
ALTER TABLE `users` ADD `owner_bio` VARCHAR(150) NOT NULL default 0
Code:
ALTER TABLE `users` ADD `age` VARCHAR(10) NOT NULL default 0
Download:
You must be registered for see links
Hope this Theme helps you out a lot.