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 Tutorials
DELETED
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="xx238" data-source="post: 421475" data-attributes="member: 78159"><p>Here it is, thanks for checking!</p><p></p><p><?php</p><p></p><p>if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }</p><p>$_CONFIG['mysql']['connection_type'] = 'pconnect';</p><p>$_CONFIG['mysql']['hostname'] = '127.0.0.1';</p><p>$_CONFIG['mysql']['username'] = 'root';</p><p>$_CONFIG['mysql']['password'] = 'root';</p><p>$_CONFIG['mysql']['database'] = 'db';</p><p>$_CONFIG['mysql']['port'] = '3306';</p><p>$_CONFIG['hotel']['url'] = '127.0.0.1';</p><p>$_CONFIG['hotel']['name'] = 'Habbo';</p><p>$_CONFIG['hotel']['desc'] = 'Virtual World, Avatar Chat and Pixel Art!';</p><p>$_CONFIG['hotel']['in_maint'] = false;</p><p>$_CONFIG['hotel']['motto'] = 'I am new to Habbo!';</p><p>$_CONFIG['hotel']['credits'] = 100000;</p><p>$_CONFIG['hotel']['pixels'] = 100000;</p><p>$_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100';</p><p>$_CONFIG['template']['style'] = 'Habbo';</p><p>$_CONFIG['hotel']['online_text'] = 'Members Online!';</p><p>$_CONFIG['hotel']['owner1'] = 'Lewis ';</p><p>$_CONFIG['hotel']['owner2'] = '& Abc';</p><p>$_CONFIG['hotel']['fact_1'] = 'Buying VIP helps keep Habbo alive!';</p><p></p><p>$_CONFIG['hotel']['fact_2'] = 'Habbo peaked at 0 users online!';</p><p></p><p>$_CONFIG['hotel']['fact_3'] = 'You can get credits by winning rotw\'s, etc!';</p><p></p><p>$_CONFIG['hotel']['fact_4'] = 'Habbo is owned by ' . $_CONFIG['hotel']['owner1'] . $_CONFIG['hotel']['owner2'];</p><p></p><p>$_CONFIG['hotel']['fact_5'] = 'This RevCMS theme was edited by Lewis/Data';</p><p>error_reporting(0)</p><p>?></p></blockquote><p></p>
[QUOTE="xx238, post: 421475, member: 78159"] Here it is, thanks for checking! <?php if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } $_CONFIG['mysql']['connection_type'] = 'pconnect'; $_CONFIG['mysql']['hostname'] = '127.0.0.1'; $_CONFIG['mysql']['username'] = 'root'; $_CONFIG['mysql']['password'] = 'root'; $_CONFIG['mysql']['database'] = 'db'; $_CONFIG['mysql']['port'] = '3306'; $_CONFIG['hotel']['url'] = '127.0.0.1'; $_CONFIG['hotel']['name'] = 'Habbo'; $_CONFIG['hotel']['desc'] = 'Virtual World, Avatar Chat and Pixel Art!'; $_CONFIG['hotel']['in_maint'] = false; $_CONFIG['hotel']['motto'] = 'I am new to Habbo!'; $_CONFIG['hotel']['credits'] = 100000; $_CONFIG['hotel']['pixels'] = 100000; $_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100'; $_CONFIG['template']['style'] = 'Habbo'; $_CONFIG['hotel']['online_text'] = 'Members Online!'; $_CONFIG['hotel']['owner1'] = 'Lewis '; $_CONFIG['hotel']['owner2'] = '& Abc'; $_CONFIG['hotel']['fact_1'] = 'Buying VIP helps keep Habbo alive!'; $_CONFIG['hotel']['fact_2'] = 'Habbo peaked at 0 users online!'; $_CONFIG['hotel']['fact_3'] = 'You can get credits by winning rotw\'s, etc!'; $_CONFIG['hotel']['fact_4'] = 'Habbo is owned by ' . $_CONFIG['hotel']['owner1'] . $_CONFIG['hotel']['owner2']; $_CONFIG['hotel']['fact_5'] = 'This RevCMS theme was edited by Lewis/Data'; error_reporting(0) ?> [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
DELETED
Top