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 Q&A
Wabbo/Wubbo CMS Help
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="xHurricaneZ" data-source="post: 232660" data-attributes="member: 36625"><p>Decided to play around with it, since I found it on here. The thread said to fill out class.config and it would work but I've done this and I just get a blank screen when I load my site.</p><p></p><p><a href="http://prntscr.com/1r5z35" target="_blank">http://prntscr.com/1r5z35</a></p><p></p><p></p><p>Here's my class.config:</p><p>[CODE]<?php</p><p>if(!defined('IN_INDEX')) { die('Access Denied.'); }</p><p></p><p>$_CONFIG['hotel']['url'] = 'http://mysite.us';</p><p></p><p>$_CONFIG['hotel']['name'] = 'Habbo';</p><p></p><p>$_CONFIG['hotel']['desc'] = 'Welcome to Habbo';</p><p></p><p>$_CONFIG['hotel']['motto'] = 'I love Habbo';</p><p></p><p>$_CONFIG['hotel']['credits'] = 10000;</p><p></p><p>$_CONFIG['hotel']['pixels'] = 5000;</p><p></p><p>$_CONFIG['hotel']['theme'] = "cms_blue";</p><p></p><p>$_CONFIG['currency']['name'] = 'Leafs';</p><p></p><p>$_CONFIG['currency']['value'] = '0';</p><p></p><p>$_CONFIG['mysql']['connection_type'] = 'pconnect';</p><p></p><p>$_CONFIG['mysql']['hostname'] = 'localhost';</p><p></p><p>$_CONFIG['mysql']['username'] = 'root';</p><p></p><p>$_CONFIG['mysql']['password'] = 'password';</p><p></p><p>$_CONFIG['mysql']['database'] = 'database'</p><p></p><p>$_CONFIG['hotel']['th_enabled'] = true;</p><p></p><p>$_CONFIG['hotel']['th_username'] = 'test';</p><p></p><p>if($_CONFIG['hotel']['th_enabled'] == true)</p><p>{</p><p> $_CONFIG['hotel']['client_url'] = 'http://votingapi.com/vote.php?username='.$_CONFIG['hotel']['th_username'].'&api=http:!!%www%/client';</p><p>}</p><p>else</p><p>{</p><p> $_CONFIG['hotel']['client_url'] = $_CONFIG['hotel']['url'].'/client';</p><p>}</p><p></p><p>$_CONFIG['hotel']['external_vars'] = 'vars.txt';</p><p></p><p>$_CONFIG['hotel']['external_texts'] = 'texts.txt';</p><p></p><p>$_CONFIG['hotel']['product_data'] = 'productdata.txt';</p><p></p><p>$_CONFIG['hotel']['furni_data'] = 'furnidata.txt';</p><p></p><p>$_CONFIG['hotel']['swf_folder'] = '%www%/Files/swf';</p><p></p><p>?>[/CODE]</p></blockquote><p></p>
[QUOTE="xHurricaneZ, post: 232660, member: 36625"] Decided to play around with it, since I found it on here. The thread said to fill out class.config and it would work but I've done this and I just get a blank screen when I load my site. [url]http://prntscr.com/1r5z35[/url] Here's my class.config: [CODE]<?php if(!defined('IN_INDEX')) { die('Access Denied.'); } $_CONFIG['hotel']['url'] = 'http://mysite.us'; $_CONFIG['hotel']['name'] = 'Habbo'; $_CONFIG['hotel']['desc'] = 'Welcome to Habbo'; $_CONFIG['hotel']['motto'] = 'I love Habbo'; $_CONFIG['hotel']['credits'] = 10000; $_CONFIG['hotel']['pixels'] = 5000; $_CONFIG['hotel']['theme'] = "cms_blue"; $_CONFIG['currency']['name'] = 'Leafs'; $_CONFIG['currency']['value'] = '0'; $_CONFIG['mysql']['connection_type'] = 'pconnect'; $_CONFIG['mysql']['hostname'] = 'localhost'; $_CONFIG['mysql']['username'] = 'root'; $_CONFIG['mysql']['password'] = 'password'; $_CONFIG['mysql']['database'] = 'database' $_CONFIG['hotel']['th_enabled'] = true; $_CONFIG['hotel']['th_username'] = 'test'; if($_CONFIG['hotel']['th_enabled'] == true) { $_CONFIG['hotel']['client_url'] = 'http://votingapi.com/vote.php?username='.$_CONFIG['hotel']['th_username'].'&api=http:!!%www%/client'; } else { $_CONFIG['hotel']['client_url'] = $_CONFIG['hotel']['url'].'/client'; } $_CONFIG['hotel']['external_vars'] = 'vars.txt'; $_CONFIG['hotel']['external_texts'] = 'texts.txt'; $_CONFIG['hotel']['product_data'] = 'productdata.txt'; $_CONFIG['hotel']['furni_data'] = 'furnidata.txt'; $_CONFIG['hotel']['swf_folder'] = '%www%/Files/swf'; ?>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Wabbo/Wubbo CMS Help
Top