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
Plus Emu 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="JaySeanH" data-source="post: 400473" data-attributes="member: 74120"><p>Hi there, I am using Brain CMS with PlusEmu and my client is stuck on 76%, if anyone could help through skype or teamviewer it would be appreciated. </p><p>Brain-config:</p><p>[CODE]/* Database Setting */</p><p> $db['host'] = '127.0.0.1'; //Mysql's Host</p><p> $db['port'] = '3306'; //Mysql's port</p><p> $db['user'] = "root"; //Mysql's user</p><p> $db['pass'] = '******'; //Mysql's password</p><p> $db['db'] = "******"; //Mysql's database</p><p> </p><p> /* Emu Settings */</p><p> $config['hotelEmu'] = 'plusemu'; // plusemu // arcturus</p><p></p><p> /* Client Setting */</p><p> $hotel['emuHost'] = "127.0.0.1"; //IP of VPS//IP of Proxy</p><p> $hotel['emuPort'] = "30000"; //Port of VPS//Port of Proxy</p><p> $hotel['staffCheckClient'] = false; //Enable the staff pin in the client (true) or disable it (false)</p><p> $hotel['staffCheckClientMinimumRank'] = 3; //Minium staff rank to get the staff pin in the client</p><p> $hotel['homeRoom'] = '0'; //Set the start room when you get in the hotel</p><p> $hotel['external_Variables'] = "http://127.0.0.1/swf/gamedata/external_variables.txt";</p><p> $hotel['external_Variables_Override'] = "http://127.0.0.1/swf/gamedata/override/external_override_variables.txt";</p><p> $hotel['external_Texts'] = "http://127.0.0.1/swf/gamedata/external_flash_texts.txt";</p><p> $hotel['external_Texts_Override'] = "http://127.0.0.1/swf/gamedata/override/external_flash_override_texts.txt";</p><p> $hotel['productdata'] = "http://127.0.0.1/swf/gamedata/productdata.txt";</p><p> $hotel['furnidata'] = "http://127.0.0.1/swf/gamedata/furnidata.xml";</p><p> $hotel['figuremap'] = "http://127.0.0.1/swf/gamedata/figuremap.xml";</p><p> $hotel['figuredata'] = "http://127.0.0.1/swf/gamedata/figuredata.xml";</p><p> $hotel['swfFolder'] = "http://127.0.0.1/swf/gordon/PRODUCTION-201601012205-226667486";</p><p> $hotel['swfFolderSwf'] = "http://127.0.0.1/swf/gordon/PRODUCTION-201601012205-226667486/Habbo.swf";[/CODE]</p><p>Config.ini:</p><p> </p><p>[CODE]## MySQL Configuration</p><p>db.hostname=localhost</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=******</p><p>db.name=******</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=10</p><p>db.pool.maxsize=250</p><p></p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=127.0.0.1</p><p>game.tcp.port=90</p><p>game.tcp.conlimit=100000</p><p>game.tcp.conperip=2</p><p>game.tcp.enablenagles=true</p><p></p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=127.0.0.1</p><p>mus.tcp.port=25</p><p>mus.tcp.allowedaddr=127.0.0.1;127.0.0.1[/CODE]</p><p></p><p>external variables:</p><p>[CODE]productdata.load.url=http://127.0.0.1/swf/gamedata/productdata.txt</p><p>external.texts.txt=http://127.0.0.1/swf/gamedata/external_flash_texts.txt</p><p>external.override.variables.txt=http://127.0.0.1/swf/gamedata/override/external_override_variables.txt</p><p>flash.client.url=http://127.0.0.1/swf/gordon/PRODUCTION-201601012205-226667486/</p><p>furnidata.load.url=http://127.0.0.1/swf/gamedata/furnidata.xml</p><p>external.variables.txt=http://127.0.0.1/swf/gamedata/external_variables.txt</p><p>external.override.texts.txt=http://127.0.0.1/swf/gamedata/override/external_flash_override_texts.txt</p><p>external.figurepartlist.txt=http://127.0.0.1/swf/gamedata/figuredata.xml[/CODE]</p><p>have also configured override variables. Anybody know why my client is freezing?</p></blockquote><p></p>
[QUOTE="JaySeanH, post: 400473, member: 74120"] Hi there, I am using Brain CMS with PlusEmu and my client is stuck on 76%, if anyone could help through skype or teamviewer it would be appreciated. Brain-config: [CODE]/* Database Setting */ $db['host'] = '127.0.0.1'; //Mysql's Host $db['port'] = '3306'; //Mysql's port $db['user'] = "root"; //Mysql's user $db['pass'] = '******'; //Mysql's password $db['db'] = "******"; //Mysql's database /* Emu Settings */ $config['hotelEmu'] = 'plusemu'; // plusemu // arcturus /* Client Setting */ $hotel['emuHost'] = "127.0.0.1"; //IP of VPS//IP of Proxy $hotel['emuPort'] = "30000"; //Port of VPS//Port of Proxy $hotel['staffCheckClient'] = false; //Enable the staff pin in the client (true) or disable it (false) $hotel['staffCheckClientMinimumRank'] = 3; //Minium staff rank to get the staff pin in the client $hotel['homeRoom'] = '0'; //Set the start room when you get in the hotel $hotel['external_Variables'] = "http://127.0.0.1/swf/gamedata/external_variables.txt"; $hotel['external_Variables_Override'] = "http://127.0.0.1/swf/gamedata/override/external_override_variables.txt"; $hotel['external_Texts'] = "http://127.0.0.1/swf/gamedata/external_flash_texts.txt"; $hotel['external_Texts_Override'] = "http://127.0.0.1/swf/gamedata/override/external_flash_override_texts.txt"; $hotel['productdata'] = "http://127.0.0.1/swf/gamedata/productdata.txt"; $hotel['furnidata'] = "http://127.0.0.1/swf/gamedata/furnidata.xml"; $hotel['figuremap'] = "http://127.0.0.1/swf/gamedata/figuremap.xml"; $hotel['figuredata'] = "http://127.0.0.1/swf/gamedata/figuredata.xml"; $hotel['swfFolder'] = "http://127.0.0.1/swf/gordon/PRODUCTION-201601012205-226667486"; $hotel['swfFolderSwf'] = "http://127.0.0.1/swf/gordon/PRODUCTION-201601012205-226667486/Habbo.swf";[/CODE] Config.ini: [CODE]## MySQL Configuration db.hostname=localhost db.port=3306 db.username=root db.password=****** db.name=****** ## MySQL pooling setup (controls amount of connections) db.pool.minsize=10 db.pool.maxsize=250 ## Game TCP/IP Configuration game.tcp.bindip=127.0.0.1 game.tcp.port=90 game.tcp.conlimit=100000 game.tcp.conperip=2 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip=127.0.0.1 mus.tcp.port=25 mus.tcp.allowedaddr=127.0.0.1;127.0.0.1[/CODE] external variables: [CODE]productdata.load.url=http://127.0.0.1/swf/gamedata/productdata.txt external.texts.txt=http://127.0.0.1/swf/gamedata/external_flash_texts.txt external.override.variables.txt=http://127.0.0.1/swf/gamedata/override/external_override_variables.txt flash.client.url=http://127.0.0.1/swf/gordon/PRODUCTION-201601012205-226667486/ furnidata.load.url=http://127.0.0.1/swf/gamedata/furnidata.xml external.variables.txt=http://127.0.0.1/swf/gamedata/external_variables.txt external.override.texts.txt=http://127.0.0.1/swf/gamedata/override/external_flash_override_texts.txt external.figurepartlist.txt=http://127.0.0.1/swf/gamedata/figuredata.xml[/CODE] have also configured override variables. Anybody know why my client is freezing? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Plus Emu Help
Top