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
Butterstorm Problems :S
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="Wrap" data-source="post: 195339" data-attributes="member: 30185"><p>Config:</p><p>[CODE]<?php</p><p>if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }</p><p>#Please fill this all out.</p><p> </p><p>#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.</p><p> </p><p>/*</p><p>*</p><p>* MySQL management</p><p>*</p><p>*/</p><p>Error_Reporting(0);</p><p>$_CONFIG['mysql']['connection_type'] = 'pconnect';</p><p>$_CONFIG['mysql']['hostname'] = 'localhost';</p><p>$_CONFIG['mysql']['username'] = 'root';</p><p>$_CONFIG['mysql']['password'] = 'Southport';</p><p>$_CONFIG['mysql']['database'] = 'HabSwift';</p><p>$_CONFIG['mysql']['port'] = '3306';</p><p>$_CONFIG['hotel']['server_ip'] = 'localhost';</p><p>$_CONFIG['hotel']['url'] = 'http://localhost';</p><p>$_CONFIG['hotel']['name'] = 'HabSwift';</p><p>$_CONFIG['hotel']['desc'] = '';</p><p>$_CONFIG['hotel']['email'] = '';</p><p>$_CONFIG['hotel']['in_maint'] = False;</p><p>$_CONFIG['hotel']['motto'] = 'I Love HabSwift';</p><p>$_CONFIG['hotel']['credits'] = 10000;</p><p>$_CONFIG['hotel']['pixels'] = 10000;</p><p>$_CONFIG['hotel']['figure'] = '-';</p><p>$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1650'; //Web_Build</p><p>$_CONFIG['hotel']['external_vars'] = 'http://localhost/Swf/external_variables.txt'; //External Vars [Don't edit]</p><p>$_CONFIG['hotel']['external_texts'] = 'http://localhost/Swf/external_flash_texts'; //External Flash Texts [Don't edit]</p><p>$_CONFIG['hotel']['product_data'] = 'http://localhost/Swf/productdata.txt'; //Product Data [Don't edit]</p><p>$_CONFIG['hotel']['furni_data'] = 'http://localhost/Swf/furnidata.txt'; //Furni Data [Don't edit]</p><p>$_CONFIG['hotel']['swf_folder'] = 'http://localhost/Swf/'; //SWF Folder [Don't edit]</p><p>$_CONFIG['template']['style'] = 'Habbo';</p><p> </p><p>/*</p><p>*</p><p>* Other topsites.. thing</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['thehabbos']['username'] = 'Kryptos';</p><p>$_CONFIG['retro_top']['user'] = 'Kryptos';</p><p> </p><p>/*</p><p>*</p><p>* Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';</p><p>$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';</p><p> </p><p> </p><p>/*</p><p>*</p><p>* Social Networking stuff</p><p>*</p><p>*/</p><p> </p><p>$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account</p><p> </p><p>$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account</p><p> </p><p>?></p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="Wrap, post: 195339, member: 30185"] Config: [CODE]<?php if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } #Please fill this all out. #NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others. /* * * MySQL management * */ Error_Reporting(0); $_CONFIG['mysql']['connection_type'] = 'pconnect'; $_CONFIG['mysql']['hostname'] = 'localhost'; $_CONFIG['mysql']['username'] = 'root'; $_CONFIG['mysql']['password'] = 'Southport'; $_CONFIG['mysql']['database'] = 'HabSwift'; $_CONFIG['mysql']['port'] = '3306'; $_CONFIG['hotel']['server_ip'] = 'localhost'; $_CONFIG['hotel']['url'] = 'http://localhost'; $_CONFIG['hotel']['name'] = 'HabSwift'; $_CONFIG['hotel']['desc'] = ''; $_CONFIG['hotel']['email'] = ''; $_CONFIG['hotel']['in_maint'] = False; $_CONFIG['hotel']['motto'] = 'I Love HabSwift'; $_CONFIG['hotel']['credits'] = 10000; $_CONFIG['hotel']['pixels'] = 10000; $_CONFIG['hotel']['figure'] = '-'; $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1650'; //Web_Build $_CONFIG['hotel']['external_vars'] = 'http://localhost/Swf/external_variables.txt'; //External Vars [Don't edit] $_CONFIG['hotel']['external_texts'] = 'http://localhost/Swf/external_flash_texts'; //External Flash Texts [Don't edit] $_CONFIG['hotel']['product_data'] = 'http://localhost/Swf/productdata.txt'; //Product Data [Don't edit] $_CONFIG['hotel']['furni_data'] = 'http://localhost/Swf/furnidata.txt'; //Furni Data [Don't edit] $_CONFIG['hotel']['swf_folder'] = 'http://localhost/Swf/'; //SWF Folder [Don't edit] $_CONFIG['template']['style'] = 'Habbo'; /* * * Other topsites.. thing * */ $_CONFIG['thehabbos']['username'] = 'Kryptos'; $_CONFIG['retro_top']['user'] = 'Kryptos'; /* * * Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy. * */ $_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43'; $_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD'; /* * * Social Networking stuff * */ $_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account $_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account ?> [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Butterstorm Problems :S
Top