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
AstroRP SWFs
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="NotoriousJameson" data-source="post: 405054" data-attributes="member: 65480"><p>Changed port due to emulator running on same machine / VPS to 4000 and no I'm not using a proxy and yes the production part is the production I'm on and</p><p>[CODE]<?php</p><p>if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }</p><p></p><p>$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.</p><p>$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host</p><p>$_CONFIG['mysql']['username'] = 'root'; //MySQL username</p><p>$_CONFIG['mysql']['password'] = 'mypassishere'; //MySQL password</p><p>$_CONFIG['mysql']['database'] = 'my database is here'; //MySQL database</p><p>$_CONFIG['mysql']['port'] = '3306'; //MySQL's port</p><p></p><p>/*</p><p>*</p><p>* Hotel management - All URLs do not end with an "/"</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['hotel']['url'] = 'mylinkishere'; //Does not end with a "/"</p><p></p><p>$_CONFIG['hotel']['name'] = 'DuskRP';</p><p>$_CONFIG['hotel']['server_ip'] = 'myipishere';</p><p></p><p>$_CONFIG['hotel']['cdnurl'] = 'mycdnlinksihere';</p><p></p><p>$_CONFIG['hotel']['name'] = 'DuskRP';</p><p>$_CONFIG['hotel']['facebook'] = '';</p><p>$_CONFIG['hotel']['in_maint'] = false;</p><p>$_CONFIG['hotel']['motto'] = 'Civilian';</p><p>$_CONFIG['hotel']['credits'] = 10;</p><p>$_CONFIG['hotel']['pixels'] = 0;</p><p>$_CONFIG['hotel']['look'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100';</p><p>$_CONFIG['template']['style'] = 'Theme';</p><p> </p><p>$_CONFIG['hotel']['online_text'] = 'Civilian(s) Online!';</p><p></p><p>?>[/CODE]</p><p>Unless FluxRP CMS is a broken config.php file and this is the issue but I'm pretty sure that shouldn't be.</p></blockquote><p></p>
[QUOTE="NotoriousJameson, post: 405054, member: 65480"] Changed port due to emulator running on same machine / VPS to 4000 and no I'm not using a proxy and yes the production part is the production I'm on and [CODE]<?php if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } $_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection. $_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host $_CONFIG['mysql']['username'] = 'root'; //MySQL username $_CONFIG['mysql']['password'] = 'mypassishere'; //MySQL password $_CONFIG['mysql']['database'] = 'my database is here'; //MySQL database $_CONFIG['mysql']['port'] = '3306'; //MySQL's port /* * * Hotel management - All URLs do not end with an "/" * */ $_CONFIG['hotel']['url'] = 'mylinkishere'; //Does not end with a "/" $_CONFIG['hotel']['name'] = 'DuskRP'; $_CONFIG['hotel']['server_ip'] = 'myipishere'; $_CONFIG['hotel']['cdnurl'] = 'mycdnlinksihere'; $_CONFIG['hotel']['name'] = 'DuskRP'; $_CONFIG['hotel']['facebook'] = ''; $_CONFIG['hotel']['in_maint'] = false; $_CONFIG['hotel']['motto'] = 'Civilian'; $_CONFIG['hotel']['credits'] = 10; $_CONFIG['hotel']['pixels'] = 0; $_CONFIG['hotel']['look'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100'; $_CONFIG['template']['style'] = 'Theme'; $_CONFIG['hotel']['online_text'] = 'Civilian(s) Online!'; ?>[/CODE] Unless FluxRP CMS is a broken config.php file and this is the issue but I'm pretty sure that shouldn't be. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
AstroRP SWFs
Top