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
PlusEMU Client
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="Dan3212" data-source="post: 373898" data-attributes="member: 67317"><p>Hey fellow users of DevBest,</p><p>Recently I have set up a hotel with my friend and we are encountering a few errors or problems.</p><p>In all honesty I have followed procedures or at least I have but can't figure out the problem with our client.</p><p>could anyone possible give us a helping hand?</p><p>CLIENT.PHP:</p><p>[PHP]</p><p><!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelName}: Client</title></p><p> </p><p> <link rel="stylesheet" href="{url}/app/tpl/skins/Custom-Habbo/styles/client.css" type="text/css"></p><p> </p><p> </p><p> </p><p> <script type="text/javascript" src="{url}/app/tpl/skins/Custom-Habbo/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "{url}/game";</p><p> var flashvars =</p><p> {</p><p>"client.starting.revolving" : "For science, you monster/Loading funny message... please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It\'s not you, it\'s me./Shhh! I\'m trying to think here./Loading pixel universe.",</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0",</p><p> "connection.info.host" : "proxyip",</p><p> "connection.info.port" : "proxyport",</p><p> "site.url" : "{url}",</p><p> "url.prefix" : "{url}",</p><p> "client.reload.url" : "{url}/client",</p><p> "client.fatal.error.url" : "{url}/disconnected",</p><p> "client.connection.failed.url" : "{url}/disconnected",</p><p> "external.variables.txt" : "http://URL/game/gamedata/external_variables.txt",</p><p> "external.texts.txt" : "http://URL/game/gamedata/external_flash_texts.txt",</p><p> "productdata.load.url" : "http://URL/game/gamedata/productdata.txt",</p><p> "furnidata.load.url" : "http://URL/game/gamedata/furnidata.xml",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "{sso}",</p><p> "processlog.enabled" : "0",</p><p> "flash.client.url" : BaseUrl,</p><p> "flash.client.origin" : "popup"</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(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);</p><p> </script></p><p> </head></p><p> </p><p> <body id="client" class="flashclient"></p><p> <script data-rocketsrc="http://code.jquery.com/jquery-latest.js" type="text/rocketscript" ></script></p><p></p><p> <script type="text/rocketscript" ></p><p> var refreshId = setInterval(function()</p><p> {</p><p> $('#TheStats').fadeOut("slow").load('/index.php?url=stats').fadeIn("slow");</p><p> }, 100000);</p><p> </script></p><p></p><p></p><p></head></p><p></p><p> </p><p> <body></p><p></p><p> </p><p> <div id="client"></div></p><p> </body></p><p></html></p><p><?php include_once('includes/checktheban.php'); ?>[/PHP]</p><p></p><p>CONFIG.INI (emu config)</p><p>[PHP]## uberEmulator System Configuration File</p><p>## Must be edited for the server to work</p><p></p><p>## MySQL Configuration</p><p>db.hostname=localhost</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=dbpassword</p><p>db.name=dbname</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=proxyio</p><p>game.tcp.port=30000</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=0.0.0.0</p><p>mus.tcp.port=30001</p><p>mus.tcp.allowedaddr=0.0.0.0</p><p></p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=20000</p><p>client.maxrequests=200[/PHP]</p><p></p><p>it would mean a lot of you guys helped us</p></blockquote><p></p>
[QUOTE="Dan3212, post: 373898, member: 67317"] Hey fellow users of DevBest, Recently I have set up a hotel with my friend and we are encountering a few errors or problems. In all honesty I have followed procedures or at least I have but can't figure out the problem with our client. could anyone possible give us a helping hand? CLIENT.PHP: [PHP] <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName}: Client</title> <link rel="stylesheet" href="{url}/app/tpl/skins/Custom-Habbo/styles/client.css" type="text/css"> <script type="text/javascript" src="{url}/app/tpl/skins/Custom-Habbo/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "{url}/game"; var flashvars = { "client.starting.revolving" : "For science, you monster/Loading funny message... please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It\'s not you, it\'s me./Shhh! I\'m trying to think here./Loading pixel universe.", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "proxyip", "connection.info.port" : "proxyport", "site.url" : "{url}", "url.prefix" : "{url}", "client.reload.url" : "{url}/client", "client.fatal.error.url" : "{url}/disconnected", "client.connection.failed.url" : "{url}/disconnected", "external.variables.txt" : "http://URL/game/gamedata/external_variables.txt", "external.texts.txt" : "http://URL/game/gamedata/external_flash_texts.txt", "productdata.load.url" : "http://URL/game/gamedata/productdata.txt", "furnidata.load.url" : "http://URL/game/gamedata/furnidata.xml", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "processlog.enabled" : "0", "flash.client.url" : BaseUrl, "flash.client.origin" : "popup" }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null); </script> </head> <body id="client" class="flashclient"> <script data-rocketsrc="http://code.jquery.com/jquery-latest.js" type="text/rocketscript" ></script> <script type="text/rocketscript" > var refreshId = setInterval(function() { $('#TheStats').fadeOut("slow").load('/index.php?url=stats').fadeIn("slow"); }, 100000); </script> </head> <body> <div id="client"></div> </body> </html> <?php include_once('includes/checktheban.php'); ?>[/PHP] CONFIG.INI (emu config) [PHP]## uberEmulator System Configuration File ## Must be edited for the server to work ## MySQL Configuration db.hostname=localhost db.port=3306 db.username=root db.password=dbpassword db.name=dbname ## MySQL pooling setup (controls amount of connections) db.pool.minsize=10 db.pool.maxsize=250 ## Game TCP/IP Configuration game.tcp.bindip=proxyio game.tcp.port=30000 game.tcp.conlimit=100000 game.tcp.conperip=200 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip=0.0.0.0 mus.tcp.port=30001 mus.tcp.allowedaddr=0.0.0.0 ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=200[/PHP] it would mean a lot of you guys helped us [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
PlusEMU Client
Top