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
[FIXED] [PlusEmu/Silverware] Client Reload
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="lak3y" data-source="post: 289509" data-attributes="member: 47797"><p>I decided to follow a tutorial that can be found <a href="http://devbest.com/threads/how-to-make-a-r63b-habbo-retro-with-latest-ui.47643/" target="_blank">here</a>. Detailed, and followed every step. But when I get to the client, it shows the hotel view and then does the same problem I'm having again (reloads and reloads). I have checked everything, the rs4.php, the SWFs, I even used a <a href="http://www.yougetsignal.com/tools/open-ports/" target="_blank">port checker tool</a> and it seems to be open. But for some reason, I go to the client and see the hotel view (christmas) and then it suddenly reloads again and again. <a href="http://grab.by/xLAO" target="_blank">No output from the emulator</a>.</p><p></p><p>config.ini:</p><p>[SPOILER]</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=localhost</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=removed</p><p>db.name=r63b</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=0</p><p>db.pool.maxsize=500</p><p></p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=removed</p><p>game.tcp.port=30000</p><p>game.tcp.conlimit=11000</p><p>game.tcp.conperip=100</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=30001</p><p>mus.tcp.allowedaddr=127.0.0.1</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>[/SPOILER]</p><p></p><p>client.php (i checked to see if connection.info.host is correct and it is):</p><p>[SPOILER]</p><p>[CODE]<!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>Client</title></p><p> </p><p> <link rel="stylesheet" href="http://removed/app/tpl/skins/HabboExtreme/styles/client.css" type="text/css"></p><p> </p><p> <script type="text/javascript" src="http://removed/app/tpl/skins/HabboExtreme/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "http://removed/game";</p><p> var flashvars =</p><p> {</p><p> "client.starting" : "Please wait, we're loading",</p><p> "hotelview.banner.url" : "http://removed/game/rs4.php",</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0",</p><p> "connection.info.host" : "removed",</p><p> "connection.info.port" : "30000",</p><p> "site.url" : "http://removed",</p><p> "url.prefix" : "http://removed",</p><p> "client.reload.url" : "http://removed/client",</p><p> "client.fatal.error.url" : "http://removed/me",</p><p> "client.connection.failed.url" : "http://removed/me",</p><p> "external.variables.txt" : "http://removed/game/external_variables.txt",</p><p> "external.texts.txt" : "http://removed/game/external_flash_texts.txt",</p><p> "productdata.load.url" : "http://removed/game/productdata.txt",</p><p> "furnidata.load.url" : "http://removed/game/furnidata_xml.xml",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "RevCMS-352/3d223c59525eff7f325cc6863c5e4ce86",</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", "http://removed/game/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>[/CODE][/SPOILER]</p><p>Please help!</p></blockquote><p></p>
[QUOTE="lak3y, post: 289509, member: 47797"] I decided to follow a tutorial that can be found [URL='http://devbest.com/threads/how-to-make-a-r63b-habbo-retro-with-latest-ui.47643/']here[/URL]. Detailed, and followed every step. But when I get to the client, it shows the hotel view and then does the same problem I'm having again (reloads and reloads). I have checked everything, the rs4.php, the SWFs, I even used a [URL='http://www.yougetsignal.com/tools/open-ports/']port checker tool[/URL] and it seems to be open. But for some reason, I go to the client and see the hotel view (christmas) and then it suddenly reloads again and again. [URL='http://grab.by/xLAO']No output from the emulator[/URL]. config.ini: [SPOILER] [CODE]## 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=removed db.name=r63b ## MySQL pooling setup (controls amount of connections) db.pool.minsize=0 db.pool.maxsize=500 ## Game TCP/IP Configuration game.tcp.bindip=removed game.tcp.port=30000 game.tcp.conlimit=11000 game.tcp.conperip=100 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip=127.0.0.1 mus.tcp.port=30001 mus.tcp.allowedaddr=127.0.0.1 ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300[/CODE] [/SPOILER] client.php (i checked to see if connection.info.host is correct and it is): [SPOILER] [CODE]<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Client</title> <link rel="stylesheet" href="http://removed/app/tpl/skins/HabboExtreme/styles/client.css" type="text/css"> <script type="text/javascript" src="http://removed/app/tpl/skins/HabboExtreme/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "http://removed/game"; var flashvars = { "client.starting" : "Please wait, we're loading", "hotelview.banner.url" : "http://removed/game/rs4.php", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "removed", "connection.info.port" : "30000", "site.url" : "http://removed", "url.prefix" : "http://removed", "client.reload.url" : "http://removed/client", "client.fatal.error.url" : "http://removed/me", "client.connection.failed.url" : "http://removed/me", "external.variables.txt" : "http://removed/game/external_variables.txt", "external.texts.txt" : "http://removed/game/external_flash_texts.txt", "productdata.load.url" : "http://removed/game/productdata.txt", "furnidata.load.url" : "http://removed/game/furnidata_xml.xml", "use.sso.ticket" : "1", "sso.ticket" : "RevCMS-352/3d223c59525eff7f325cc6863c5e4ce86", "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", "http://removed/game/expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> </body> </html>[/CODE][/SPOILER] Please help! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[FIXED] [PlusEmu/Silverware] Client Reload
Top