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
[Release] RevCMS Habbo Theme
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="Spirit100" data-source="post: 239025" data-attributes="member: 19792"><p>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 <img src="/styles/default/xenforo/smilies/emojione/biggrin.png" class="smilie" loading="lazy" alt=":D" title="Big Grin :D" data-shortname=":D" /></p><p></p><p></p><p>Index: <a href="http://prntscr.com/1xotng" target="_blank">http://prntscr.com/1xotng</a></p><p></p><p>Me: <a href="http://prntscr.com/1xotsh" target="_blank">http://prntscr.com/1xotsh</a></p><p></p><p>Community: <a href="http://prntscr.com/1xotxr" target="_blank">http://prntscr.com/1xotxr</a></p><p></p><p>Staff: <a href="http://prntscr.com/1xou1s" target="_blank">http://prntscr.com/1xou1s</a></p><p></p><p>Top Stats: <a href="http://prntscr.com/1xovpq" target="_blank">http://prntscr.com/1xovpq</a></p><p></p><p></p><p>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.</p><p></p><p>The topstats page also only gets users below rank 5 except gifts they are any rank.</p><p></p><p>You need to run a few queries for this theme to work also the "run THIS.sql" in the rar;</p><p></p><p>[CODE]DROP TABLE IF EXISTS `cms_housekeeping_logs`;</p><p></p><p>CREATE TABLE `cms_housekeeping_logs` (</p><p></p><p> `id` INT(11) NOT NULL AUTO_INCREMENT,</p><p></p><p> `userid` INT(11) DEFAULT NULL,</p><p></p><p> `ip_address` VARCHAR(125) DEFAULT NULL,</p><p></p><p> `page` VARCHAR(50) DEFAULT NULL,</p><p></p><p> `time` VARCHAR(75) DEFAULT NULL,</p><p></p><p> `extra_data` text,</p><p></p><p> PRIMARY KEY (`id`)</p><p></p><p>) ENGINE=InnoDB AUTO_INCREMENT=306 DEFAULT CHARSET=latin1;[/CODE]</p><p></p><p>[CODE]ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL default 'hotel user'[/CODE]</p><p></p><p>[CODE]ALTER TABLE `users` ADD `owner_bio` VARCHAR(150) NOT NULL default 0[/CODE]</p><p></p><p>[CODE]ALTER TABLE `users` ADD `age` VARCHAR(10) NOT NULL default 0[/CODE]</p><p></p><p>Download: <a href="http://precisionforums.co.uk/cms.rar" target="_blank">http://precisionforums.co.uk/CMS.rar</a></p><p></p><p>Hope this Theme helps you out a lot. <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Spirit100, post: 239025, member: 19792"] 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 :D Index: [URL]http://prntscr.com/1xotng[/URL] Me: [URL]http://prntscr.com/1xotsh[/URL] Community: [URL]http://prntscr.com/1xotxr[/URL] Staff: [URL]http://prntscr.com/1xou1s[/URL] Top Stats: [URL]http://prntscr.com/1xovpq[/URL] 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] [CODE]ALTER TABLE `users` ADD `position` VARCHAR(30) NOT NULL default 'hotel user'[/CODE] [CODE]ALTER TABLE `users` ADD `owner_bio` VARCHAR(150) NOT NULL default 0[/CODE] [CODE]ALTER TABLE `users` ADD `age` VARCHAR(10) NOT NULL default 0[/CODE] Download: [URL='http://precisionforums.co.uk/cms.rar']http://precisionforums.co.uk/CMS.rar[/URL] Hope this Theme helps you out a lot. :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[Release] RevCMS Habbo Theme
Top