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
How to setup a hotel
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="Busi" data-source="post: 372822" data-attributes="member: 67770"><p>So been looking around and just can't find anything updated explaing how to use ***** / PlusEMU / Project-SWF and setup a CMS for it..</p><p>Been playing around a bit and got a CMS up i think. tried a few older guides and i just can't seems to link them together when i click join world i just get a blank page with a stupid radio player on.</p><p></p><p>If any could point me to an updated guide that would explain it or could help me set it up / guide me thru it via skype or such i would be glad <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p></p><p>After having some help form SystemSequence yesterday we got cms and hotel linked with some ehh wtf bugs / problems</p><p></p><p>right now the client somehow only look in /swfs for swf files and not where its being told to at /swfs/gordon/PRODUCTION-201601012205-226667486/</p><p></p><p>The client now stops at 76% and i can't get it past that no matter what i do.</p><p>ports are open, and cleared in the firewall so that should be good. emulator starts fine with no errors</p><p></p><p>here are my client.php and my emu config.ini</p><p></p><p>Client.php</p><p>[CODE]<?php include('includes/checktheban.php'); ?></p><p><!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <link href="/reload/favicon.ico" rel="icon" type="image/x-icon" /></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelname} - Client</title></p><p> <link rel="stylesheet" type="text/css" href="http://2.104.126.106/static/client/reset.css"></p><p> </p><p> <br></p><p> <script type="text/javascript" src="http://2.104.126.106/app/tpl/skins/site/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> <!-- Configuration --></p><p> var BaseUrl = "http://2.104.126.106/swfs";</p><p> var flashvars =</p><p> { </p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "1",</p><p> "connection.info.host" : "2.104.126.106",</p><p> "connection.info.port" : "3030",</p><p> "site.url" : "http://2.104.126.106",</p><p> "url.prefix" : "http://2.104.126.106",</p><p> "client.reload.url" : "http://2.104.26.106/client",</p><p> "client.fatal.error.url" : "http://2.104.26.106/client",</p><p> "client.connection.failed.url" : "http://2.104.26.106/client",</p><p> "logout.url" : "http://2.104.26.106/client",</p><p> "logout.disconnect.url" : "http://2.104.26.106/error",</p><p> "external.variables.txt" : "http://2.104.126.106/swfs/gamedata/external_variables.txt",</p><p> "external.texts.txt" : "http://2.104.126.106/swfs/gamedata/external_flash_texts.txt",</p><p> "external.figurepartlist.txt" : "http://2.104.126.106/swfs/gamedata/figuredata.xml",</p><p> "external.override.texts.txt" : "http://2.104.126.106/swfs/gamedata/override/external_flash_override_texts.txt",</p><p> "external.override.variables.txt" : "http://2.104.126.106/swfs/gamedata/override/external_override_variables.txt",</p><p> "productdata.load.url" : "http://2.104.126.106/swfs/gamedata/productdata.txt",</p><p> "furnidata.load.url" : "http://2.104.126.106/swfs/gamedata/furnidata.xml",</p><p> "sso.ticket" : "{sso}",</p><p> "processlog.enabled" : "1",</p><p> "use.sso.ticket" : "1",</p><p> "client.starting" : "{hotelname} Loader...",</p><p> "flash.client.url" : "http://2.104.126.106/swfs/gordon/PRODUCTION-201601012205-226667486/",</p><p> "user.hash" : "57255796e259f7e7865a5c90e24acc986d295c4f",</p><p></p><p> };</p><p> var params =</p><p> {</p><p> "base" : BaseUrl + "/",</p><p> "allowScriptAccess" : "always",</p><p> "menu" : "false" </p><p> };</p><p> swfobject.embedSWF("http://2.104.126.106/swfs/gordon/PRODUCTION-201601012205-226667486/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://2.104.126.106/swfs/expressInstall.swf", flashvars, params, null);</p><p> </script></p><p> </p><p> </head></p><p></p><p><div id="container"></p><p> <div id="client"></div></p><p></p><p></div> </p><p></p><p> <body></p><p><div id="client"></p><p></div></p><p> </p><p></body></p><p></html>[/CODE]</p><p></p><p>Config.ini</p><p></p><p>[CODE]## uberEmulator System Configuration File</p><p>## Must be edited for the server to work</p><p></p><p>## MySQL Configuration</p><p>db.hostname=127.0.0.1</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=Password Redacted</p><p>db.name=habbo</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=2.104.126.106</p><p>game.tcp.port=3030</p><p>game.tcp.conlimit=100000</p><p>game.tcp.conperip=200</p><p>game.tcp.enablenagles=true</p><p></p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=2.104.126.106</p><p>mus.tcp.port=3031</p><p>mus.tcp.allowedaddr=localhost;2.104.126.106</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></p><p>Busi</p></blockquote><p></p>
[QUOTE="Busi, post: 372822, member: 67770"] So been looking around and just can't find anything updated explaing how to use ***** / PlusEMU / Project-SWF and setup a CMS for it.. Been playing around a bit and got a CMS up i think. tried a few older guides and i just can't seems to link them together when i click join world i just get a blank page with a stupid radio player on. If any could point me to an updated guide that would explain it or could help me set it up / guide me thru it via skype or such i would be glad :) After having some help form SystemSequence yesterday we got cms and hotel linked with some ehh wtf bugs / problems right now the client somehow only look in /swfs for swf files and not where its being told to at /swfs/gordon/PRODUCTION-201601012205-226667486/ The client now stops at 76% and i can't get it past that no matter what i do. ports are open, and cleared in the firewall so that should be good. emulator starts fine with no errors here are my client.php and my emu config.ini Client.php [CODE]<?php include('includes/checktheban.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <link href="/reload/favicon.ico" rel="icon" type="image/x-icon" /> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelname} - Client</title> <link rel="stylesheet" type="text/css" href="http://2.104.126.106/static/client/reset.css"> <br> <script type="text/javascript" src="http://2.104.126.106/app/tpl/skins/site/js/swfobject.js"></script> <script type="text/javascript"> <!-- Configuration --> var BaseUrl = "http://2.104.126.106/swfs"; var flashvars = { "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "1", "connection.info.host" : "2.104.126.106", "connection.info.port" : "3030", "site.url" : "http://2.104.126.106", "url.prefix" : "http://2.104.126.106", "client.reload.url" : "http://2.104.26.106/client", "client.fatal.error.url" : "http://2.104.26.106/client", "client.connection.failed.url" : "http://2.104.26.106/client", "logout.url" : "http://2.104.26.106/client", "logout.disconnect.url" : "http://2.104.26.106/error", "external.variables.txt" : "http://2.104.126.106/swfs/gamedata/external_variables.txt", "external.texts.txt" : "http://2.104.126.106/swfs/gamedata/external_flash_texts.txt", "external.figurepartlist.txt" : "http://2.104.126.106/swfs/gamedata/figuredata.xml", "external.override.texts.txt" : "http://2.104.126.106/swfs/gamedata/override/external_flash_override_texts.txt", "external.override.variables.txt" : "http://2.104.126.106/swfs/gamedata/override/external_override_variables.txt", "productdata.load.url" : "http://2.104.126.106/swfs/gamedata/productdata.txt", "furnidata.load.url" : "http://2.104.126.106/swfs/gamedata/furnidata.xml", "sso.ticket" : "{sso}", "processlog.enabled" : "1", "use.sso.ticket" : "1", "client.starting" : "{hotelname} Loader...", "flash.client.url" : "http://2.104.126.106/swfs/gordon/PRODUCTION-201601012205-226667486/", "user.hash" : "57255796e259f7e7865a5c90e24acc986d295c4f", }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF("http://2.104.126.106/swfs/gordon/PRODUCTION-201601012205-226667486/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://2.104.126.106/swfs/expressInstall.swf", flashvars, params, null); </script> </head> <div id="container"> <div id="client"></div> </div> <body> <div id="client"> </div> </body> </html>[/CODE] Config.ini [CODE]## uberEmulator System Configuration File ## Must be edited for the server to work ## MySQL Configuration db.hostname=127.0.0.1 db.port=3306 db.username=root db.password=Password Redacted db.name=habbo ## MySQL pooling setup (controls amount of connections) db.pool.minsize=10 db.pool.maxsize=250 ## Game TCP/IP Configuration game.tcp.bindip=2.104.126.106 game.tcp.port=3030 game.tcp.conlimit=100000 game.tcp.conperip=200 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip=2.104.126.106 mus.tcp.port=3031 mus.tcp.allowedaddr=localhost;2.104.126.106 ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300[/CODE] Busi [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
How to setup a hotel
Top