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
White Screen > Plus Emu, BrainCMS
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="ColourfulConnor" data-source="post: 394337" data-attributes="member: 72764"><p>I'm using the Habboon Edit PlusEMU and the BrainCMS</p><p>Obtained from:</p><p><a href="https://devbest.com/threads/plusemu-habboon-edit-production-201601012205-226667486.77393/" target="_blank">https://devbest.com/threads/plusemu-habboon-edit-production-201601012205-226667486.77393/</a></p><p><a href="https://devbest.com/threads/official-braincms-1-4-0.81086/#post-394285" target="_blank">https://devbest.com/threads/official-braincms-1-4-0.81086/#post-394285</a></p><p></p><p>Everything is working perfectly on the CMS but the Client. I've used this Emulator before and it's run fine but when I click "Enter" it just appears white, I've edited the swfs and everything else correctly(hopefully).. Here is Snippets.</p><p></p><p><strong>brain-config.php</strong></p><p>[PHP] $hotel['external_Variables'] = "http://localhost/swf/gamedata/external_variables.txt";</p><p> $hotel['external_Variables_Override'] = "http://localhost/swf/gamedata/override/external_override_variables.txt";</p><p> $hotel['external_Texts'] = "http://localhost/swf/gamedata/external_flash_texts.txt";</p><p> $hotel['external_Texts_Override'] = "http://localhost/swf/gamedata/override/external_flash_override_texts.txt";</p><p> $hotel['productdata'] = "http://localhost/swf/gamedata/productdata.txt";</p><p> $hotel['furnidata'] = "http://localhost/swf/gamedata/furnidata.xml";</p><p> $hotel['figuremap'] = "http://localhost/swf/gamedata/figuremap.xml";</p><p> $hotel['figuredata'] = "http://localhost/swf/gamedata/figuredata.xml";</p><p> $hotel['swfFolder'] = "http://localhost/swf/gordon/PRODUCTION-201601012205-226667486";</p><p> $hotel['swfFolderSwf'] = "http://localhost/swf/gordon/PRODUCTION-201601012205-226667486/Habbo.swf";[/PHP]</p><p></p><p><strong>external_override_variables</strong></p><p>[PHP]flash.client.url=http://localhost/swfs/gordon/PRODUCTION-201512170847-152005991/</p><p>external.texts.txt=http://localhost/swfs/gamedata/external_flash_texts/b7eb1d2844054a29476048a94e72a842be2d7822</p><p>external.override.texts.txt=http://localhost/swfs/gamedata/override/external_flash_override_texts/ccc12168e0117bbe34725223b194b0258beb10b2</p><p>external.override.variables.txt=http://localhost/swfs/gamedata/override/external_override_variables/da39a3ee5e6b4b0d3255bfef95601890afd80709</p><p>productdata.load.url=http://localhost/swfs/gamedata/productdata/29b96ba4eb25409c91c0ab725608a1add02e27fd</p><p>furnidata.load.url=http://localhost/swfs/gamedata/furnidata_xml/1af7ee31d9bfd314459f765ed457d7150e9724d1[/PHP]</p><p></p><p><strong>external_variables</strong></p><p>[CODE]productdata.load.url=http://localhost/swfs/gamedata/productdata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae</p><p></p><p>external.texts.txt=http://localhost/swfs/gamedata/external_flash_texts/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae</p><p>external.override.variables.txt=http://localhost/swfs/gamedata/override/external_override_variables/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae</p><p>flash.client.url=//localhost/swfs/gordon/PRODUCTION-201601012205-226667486/</p><p>furnidata.load.url=http://localhost/swfs/gamedata/furnidata_xml/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae</p><p>external.variables.txt=http://localhost/swfs/gamedata/external_variables/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae</p><p>external.override.texts.txt=http://localhost/swfs/gamedata/override/external_flash_override_texts/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae</p><p>external.figurepartlist.txt=http://localhost/swfs/gamedata/figuredata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae[/CODE]</p><p></p><p><strong>emulator config</strong></p><p>[CODE]## MySQL Configuration</p><p>db.hostname=localhost</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=hidden</p><p>db.name=hidden</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=localhost</p><p>game.tcp.port=30000</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=localhost</p><p>mus.tcp.port=30001</p><p>mus.tcp.allowedaddr=localhost;localhost</p><p></p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=20000</p><p>client.maxrequests=300[/CODE]</p><p></p><p><img src="https://s30.postimg.org/om8sjwxwh/screenshot1.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p></blockquote><p></p>
[QUOTE="ColourfulConnor, post: 394337, member: 72764"] I'm using the Habboon Edit PlusEMU and the BrainCMS Obtained from: [URL]https://devbest.com/threads/plusemu-habboon-edit-production-201601012205-226667486.77393/[/URL] [URL]https://devbest.com/threads/official-braincms-1-4-0.81086/#post-394285[/URL] Everything is working perfectly on the CMS but the Client. I've used this Emulator before and it's run fine but when I click "Enter" it just appears white, I've edited the swfs and everything else correctly(hopefully).. Here is Snippets. [B]brain-config.php[/B] [PHP] $hotel['external_Variables'] = "http://localhost/swf/gamedata/external_variables.txt"; $hotel['external_Variables_Override'] = "http://localhost/swf/gamedata/override/external_override_variables.txt"; $hotel['external_Texts'] = "http://localhost/swf/gamedata/external_flash_texts.txt"; $hotel['external_Texts_Override'] = "http://localhost/swf/gamedata/override/external_flash_override_texts.txt"; $hotel['productdata'] = "http://localhost/swf/gamedata/productdata.txt"; $hotel['furnidata'] = "http://localhost/swf/gamedata/furnidata.xml"; $hotel['figuremap'] = "http://localhost/swf/gamedata/figuremap.xml"; $hotel['figuredata'] = "http://localhost/swf/gamedata/figuredata.xml"; $hotel['swfFolder'] = "http://localhost/swf/gordon/PRODUCTION-201601012205-226667486"; $hotel['swfFolderSwf'] = "http://localhost/swf/gordon/PRODUCTION-201601012205-226667486/Habbo.swf";[/PHP] [B]external_override_variables[/B] [PHP]flash.client.url=http://localhost/swfs/gordon/PRODUCTION-201512170847-152005991/ external.texts.txt=http://localhost/swfs/gamedata/external_flash_texts/b7eb1d2844054a29476048a94e72a842be2d7822 external.override.texts.txt=http://localhost/swfs/gamedata/override/external_flash_override_texts/ccc12168e0117bbe34725223b194b0258beb10b2 external.override.variables.txt=http://localhost/swfs/gamedata/override/external_override_variables/da39a3ee5e6b4b0d3255bfef95601890afd80709 productdata.load.url=http://localhost/swfs/gamedata/productdata/29b96ba4eb25409c91c0ab725608a1add02e27fd furnidata.load.url=http://localhost/swfs/gamedata/furnidata_xml/1af7ee31d9bfd314459f765ed457d7150e9724d1[/PHP] [B]external_variables[/B] [CODE]productdata.load.url=http://localhost/swfs/gamedata/productdata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae external.texts.txt=http://localhost/swfs/gamedata/external_flash_texts/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae external.override.variables.txt=http://localhost/swfs/gamedata/override/external_override_variables/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae flash.client.url=//localhost/swfs/gordon/PRODUCTION-201601012205-226667486/ furnidata.load.url=http://localhost/swfs/gamedata/furnidata_xml/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae external.variables.txt=http://localhost/swfs/gamedata/external_variables/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae external.override.texts.txt=http://localhost/swfs/gamedata/override/external_flash_override_texts/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae external.figurepartlist.txt=http://localhost/swfs/gamedata/figuredata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae[/CODE] [B]emulator config[/B] [CODE]## MySQL Configuration db.hostname=localhost db.port=3306 db.username=root db.password=hidden db.name=hidden ## MySQL pooling setup (controls amount of connections) db.pool.minsize=10 db.pool.maxsize=250 ## Game TCP/IP Configuration game.tcp.bindip=localhost game.tcp.port=30000 game.tcp.conlimit=100000 game.tcp.conperip=2 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip=localhost mus.tcp.port=30001 mus.tcp.allowedaddr=localhost;localhost ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300[/CODE] [IMG]https://s30.postimg.org/om8sjwxwh/screenshot1.png[/IMG] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
White Screen > Plus Emu, BrainCMS
Top