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
Client loads to 76% and redirects to /me - PlusEMU
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="Central" data-source="post: 373948" data-attributes="member: 57042"><p>So, i am setting a retro up using PlusEMU and the client loads to 76% and then instantly redirects to <strong>/me </strong>without leaving anything in the Developer Console.</p><p></p><p>[SPOILER="client.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> <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 = "<a href="http://URL/gordon/PRODUCTION-201601012205-226667486/" target="_blank">http://URL/gordon/PRODUCTION-201601012205-226667486/</a>";</p><p> var flashvars =</p><p> {</p><p> "client.starting" : "Please wait, {hotelname} loading",</p><p> "hotelview.banner.url" : "<a href="http://URL/gordon/PRODUCTION-201601012205-226667486/rs4.php" target="_blank">http://URL/gordon/PRODUCTION-201601012205-226667486/rs4.php</a>",</p><p> "client.allow.cross.domain" : "1", </p><p> "client.notify.cross.domain" : "0", </p><p> "connection.info.host" : "PROXY IP", </p><p> "connection.info.port" : "PROXY PORT", </p><p> "site.url" : "<a href="http://URL" target="_blank">http://URL</a>", </p><p> "url.prefix" : "<a href="http://URL" target="_blank">http://URL</a>", </p><p> "client.reload.url" : "<a href="http://URL/client" target="_blank">http://URL/client</a>", </p><p> "client.fatal.error.url" : "<a href="http://URL/me" target="_blank">http://URL/me</a>", </p><p> "client.connection.failed.url" : "<a href="http://URL/me" target="_blank">http://URL/me</a>", </p><p> "external.variables.txt" : "<a href="http://URL/gamedata/external_variables.txt" target="_blank">http://URL/gamedata/external_variables.txt</a>", </p><p> "external.texts.txt" : "<a href="http://URL/gamedata/external_flash_texts.txt" target="_blank">http://URL/gamedata/external_flash_texts.txt</a>", </p><p> "productdata.load.url" : "<a href="http://URL/gamedata/productdata.txt" target="_blank">http://URL/gamedata/productdata.txt</a>", </p><p> "furnidata.load.url" : "<a href="http://URL/gamedata/furnidata.xml" target="_blank">http://URL/gamedata/furnidata.xml</a>", </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></p><p> </p><p> <div id="client"></div></p><p> </p><p> </body></p><p></html></p><p>[/SPOILER]</p><p></p><p>[SPOILER="config.ini (EMU CONFIG)"]</p><p>## 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=DB PASSWORD</p><p>db.name=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=VPS IP</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=VPS IP</p><p>mus.tcp.port=30001</p><p>mus.tcp.allowedaddr=localhost;VPS IP</p><p></p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=20000</p><p>client.maxrequests=300</p><p>[/SPOILER]</p><p></p><p>If you need anything else please leave it in the comments and please provide a fix.</p></blockquote><p></p>
[QUOTE="Central, post: 373948, member: 57042"] So, i am setting a retro up using PlusEMU and the client loads to 76% and then instantly redirects to [B]/me [/B]without leaving anything in the Developer Console. [SPOILER="client.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]http://URL/gordon/PRODUCTION-201601012205-226667486/[/URL]"; var flashvars = { "client.starting" : "Please wait, {hotelname} loading", "hotelview.banner.url" : "[URL]http://URL/gordon/PRODUCTION-201601012205-226667486/rs4.php[/URL]", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "PROXY IP", "connection.info.port" : "PROXY PORT", "site.url" : "[URL]http://URL[/URL]", "url.prefix" : "[URL]http://URL[/URL]", "client.reload.url" : "[URL]http://URL/client[/URL]", "client.fatal.error.url" : "[URL]http://URL/me[/URL]", "client.connection.failed.url" : "[URL]http://URL/me[/URL]", "external.variables.txt" : "[URL]http://URL/gamedata/external_variables.txt[/URL]", "external.texts.txt" : "[URL]http://URL/gamedata/external_flash_texts.txt[/URL]", "productdata.load.url" : "[URL]http://URL/gamedata/productdata.txt[/URL]", "furnidata.load.url" : "[URL]http://URL/gamedata/furnidata.xml[/URL]", "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> <div id="client"></div> </body> </html> [/SPOILER] [SPOILER="config.ini (EMU CONFIG)"] ## 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=DB PASSWORD db.name=DB NAME ## MySQL pooling setup (controls amount of connections) db.pool.minsize=10 db.pool.maxsize=250 ## Game TCP/IP Configuration game.tcp.bindip=VPS IP game.tcp.port=30000 game.tcp.conlimit=100000 game.tcp.conperip=200 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip=VPS IP mus.tcp.port=30001 mus.tcp.allowedaddr=localhost;VPS IP ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300 [/SPOILER] If you need anything else please leave it in the comments and please provide a fix. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Client loads to 76% and redirects to /me - PlusEMU
Top