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
FluxRP stuck at 76%
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="Ghost" data-source="post: 434713" data-attributes="member: 18103"><p>You've found the reason you can't connect to the client now lol</p><p></p><p>Thats as far as I can help you too lol! <img src="/styles/default/xenforo/smilies/emojione/wink.png" class="smilie" loading="lazy" alt=";)" title="Wink ;)" data-shortname=";)" /></p><p></p><p>My Client.php looks like this, I've changed the swf linking and css/js linking to match yours where it really matters.</p><p></p><p>[CODE]<!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon"/></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelName}: {username} </title></p><p> </p><p> <link rel="stylesheet" href="http://localhost/fluxweb/static/styles/habboflashclient.css" type="text/css"></p><p></p><p> </p><p> <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script></p><p> </p><p> <script src="http://localhost/fluxweb/static/js/habboflashclient.js" type="text/javascript"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "http://127.0.0.1/swfs/gordon/PRODUCTION-201510261212-858675875";</p><p> var flashvars =</p><p> {</p><p> "client.allow.cross.domain" : "0",</p><p> "client.notify.cross.domain" : "1",</p><p> "connection.info.host" : "127.0.0.1",</p><p> "connection.info.port" : "30000",</p><p> "site.url" : "http://127.0.0.1",</p><p> "url.prefix" : "http://127.0.0.1",</p><p> "client.reload.url" : "http://127.0.0.1/client",</p><p> "client.fatal.error.url" : "http://127.0.0.1/client_error",</p><p> "client.connection.failed.url" : "http://127.0.0.1/client_error",</p><p> "external.variables.txt" : "http://127.0.0.1/swfs/gamedata/external_variables.txt",</p><p> "external.texts.txt" : "http://127.0.0.1/swfs/gamedata/external_flash_texts.txt",</p><p> "external.figurepartlist.txt" : "http://127.0.0.1/swfs/gamedata/figuredata.xml",</p><p> "external.override.texts.txt" : "http://127.0.0.1/swfs/gamedata/override/external_flash_override_texts.txt",</p><p> "external.override.variables.txt" :</p><p> "http://127.0.0.1/swfs/gamedata/override/external_override_variables.txt",</p><p> "productdata.load.url" : "http://127.0.0.1/swfs/gamedata/productdata.txt",</p><p> "furnidata.load.url" : "http://127.0.0.1/swfs/gamedata/furnidata.xml",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "{sso}",</p><p> "processlog.enabled" : "1",</p><p> "account_id" : "1",</p><p> "client.starting.revolving" : "Cleaning the streets.../Filling Garbage cans.../Spawning Hobo\'s../Turning on city lights.../Restocking Ammunation.../Rigging the Slot Machines...", "flash.client.url" : "http://127.0.0.1/swfs/gordon/PRODUCTION-201510261212-858675875/",</p><p> "user.hash" : "",</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("http://127.0.0.1/swfs/gordon/PRODUCTION-201510261212-858675875/HabFlux.swf", "client", "100%", "100%", "10.0.0", "http://127.0.0.1/swfs/gordon/PRODUCTION-201510261212-858675875/expressInstall.swf", flashvars, params, null);</p><p> </script></p><p> </head></p><p> </p><p> <body></p><p> </p><p> </div></p><p> <div id="client"></p><p> </p><p> </div></p><p> </body></p><p></html>[/CODE]</p></blockquote><p></p>
[QUOTE="Ghost, post: 434713, member: 18103"] You've found the reason you can't connect to the client now lol Thats as far as I can help you too lol! ;) My Client.php looks like this, I've changed the swf linking and css/js linking to match yours where it really matters. [CODE]<!DOCTYPE html> <html lang="en"> <head> <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName}: {username} </title> <link rel="stylesheet" href="http://localhost/fluxweb/static/styles/habboflashclient.css" type="text/css"> <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> <script src="http://localhost/fluxweb/static/js/habboflashclient.js" type="text/javascript"></script> <script type="text/javascript"> var BaseUrl = "http://127.0.0.1/swfs/gordon/PRODUCTION-201510261212-858675875"; var flashvars = { "client.allow.cross.domain" : "0", "client.notify.cross.domain" : "1", "connection.info.host" : "127.0.0.1", "connection.info.port" : "30000", "site.url" : "http://127.0.0.1", "url.prefix" : "http://127.0.0.1", "client.reload.url" : "http://127.0.0.1/client", "client.fatal.error.url" : "http://127.0.0.1/client_error", "client.connection.failed.url" : "http://127.0.0.1/client_error", "external.variables.txt" : "http://127.0.0.1/swfs/gamedata/external_variables.txt", "external.texts.txt" : "http://127.0.0.1/swfs/gamedata/external_flash_texts.txt", "external.figurepartlist.txt" : "http://127.0.0.1/swfs/gamedata/figuredata.xml", "external.override.texts.txt" : "http://127.0.0.1/swfs/gamedata/override/external_flash_override_texts.txt", "external.override.variables.txt" : "http://127.0.0.1/swfs/gamedata/override/external_override_variables.txt", "productdata.load.url" : "http://127.0.0.1/swfs/gamedata/productdata.txt", "furnidata.load.url" : "http://127.0.0.1/swfs/gamedata/furnidata.xml", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "processlog.enabled" : "1", "account_id" : "1", "client.starting.revolving" : "Cleaning the streets.../Filling Garbage cans.../Spawning Hobo\'s../Turning on city lights.../Restocking Ammunation.../Rigging the Slot Machines...", "flash.client.url" : "http://127.0.0.1/swfs/gordon/PRODUCTION-201510261212-858675875/", "user.hash" : "", "flash.client.origin" : "popup", }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF("http://127.0.0.1/swfs/gordon/PRODUCTION-201510261212-858675875/HabFlux.swf", "client", "100%", "100%", "10.0.0", "http://127.0.0.1/swfs/gordon/PRODUCTION-201510261212-858675875/expressInstall.swf", flashvars, params, null); </script> </head> <body> </div> <div id="client"> </div> </body> </html>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
FluxRP stuck at 76%
Top