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
[PLUS EMU] Loads and then disconnects.
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="Yadz" data-source="post: 365197" data-attributes="member: 56975"><p>Make sure to edit your vars AND override vars. Also here, this should help;</p><p>[CODE]</p><p><script type="text/javascript"></p><p> FlashExternalInterface.loginLogEnabled = false;</p><p> </p><p> FlashExternalInterface.logLoginStep("web.view.start");</p><p> </p><p> if (top == self) {</p><p> FlashHabboClient.cacheCheck();</p><p> }</p><p> var flashvars = {</p><p> "client.allow.cross.domain" : "0",</p><p> "client.notify.cross.domain" : "1",</p><p> "connection.info.host" : "{$connection_info_host}",</p><p> "connection.info.port" : "{$connection_info_port}",</p><p> "site.url" : "http://localhost",</p><p> "url.prefix" : "http://localhost",</p><p> "client.reload.url" : "http://localhost/client",</p><p> "client.fatal.error.url" : "http://localhost/client_error",</p><p> "client.connection.failed.url" : "http://localhost/client_error",</p><p> "logout.url" : "http://localhost/client_error",</p><p> "logout.disconnect.url" : "http://localhost/client_error",</p><p> "external.variables.txt" : "http://localhost/game/gamedata/external_variables.txt",</p><p> "external.texts.txt" : "http://localhost/game/gamedata/external_flash_texts.txt",</p><p> "external.figurepartlist.txt" : "http://localhost/game/gamedata/figuredata.xml",</p><p> "external.override.texts.txt" : "http://localhost/game/gamedata/override/external_flash_override_texts.txt",</p><p> "external.override.variables.txt" : "http://localhost/game/gamedata/override/external_override_variables.txt",</p><p> "productdata.load.url" : "http://localhost/game/gamedata/productdata.txt",</p><p> "furnidata.load.url" : "http://localhost/game/gamedata/furnidata.xml",</p><p> "sso.ticket" : "{$sso}",</p><p> "processlog.enabled" : "1",</p><p> "account_id" : "293407",</p><p> "client.starting" : "Please wait! a is starting up.",</p><p> "flash.client.url" : "\//localhost/game/gordon/PRODUCTION-201601012205-226667486/",</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> "user.hash" : "57255796e259f7e7865a5c90e24acc986d295c4f",</p><p> "has.identity" : "1",</p><p> "flash.client.origin" : "popup",</p><p> "nux.lobbies.enabled" : "true",</p><p> "country_code" : "GB"</p><p> };</p><p></p><p> var params = {</p><p> "base" : "http://localhost/game/gordon/PRODUCTION-201601012205-226667486/",</p><p> "allowScriptAccess" : "always",</p><p> "menu" : "false" </p><p> };</p><p> </p><p> if (!(HabbletLoader.needsFlashKbWorkaround())) {</p><p> params["wmode"] = "opaque";</p><p> }</p><p> var clientUrl = "http://localhost/game/gordon/PRODUCTION-201601012205-226667486/Habbo.swf";</p><p> swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "{$www}/images/web-gallery/flash/expressInstall.swf", flashvars, params);</p><p></p><p> window.onbeforeunload = unloading;</p><p> function unloading() {</p><p> var clientObject;</p><p> if (navigator.appName.indexOf("Microsoft") != -1) {</p><p> clientObject = window["flash-container"];</p><p> } else {</p><p> clientObject = document["flash-container"];</p><p> }</p><p> try {</p><p> clientObject.unloading();</p><p> } catch (e) {}</p><p> }</p><p></script>[/CODE]</p><p>Note that if you copy and paste it, don't forget to change {$sso} to {sso} (if ur using revcms)</p></blockquote><p></p>
[QUOTE="Yadz, post: 365197, member: 56975"] Make sure to edit your vars AND override vars. Also here, this should help; [CODE] <script type="text/javascript"> FlashExternalInterface.loginLogEnabled = false; FlashExternalInterface.logLoginStep("web.view.start"); if (top == self) { FlashHabboClient.cacheCheck(); } var flashvars = { "client.allow.cross.domain" : "0", "client.notify.cross.domain" : "1", "connection.info.host" : "{$connection_info_host}", "connection.info.port" : "{$connection_info_port}", "site.url" : "http://localhost", "url.prefix" : "http://localhost", "client.reload.url" : "http://localhost/client", "client.fatal.error.url" : "http://localhost/client_error", "client.connection.failed.url" : "http://localhost/client_error", "logout.url" : "http://localhost/client_error", "logout.disconnect.url" : "http://localhost/client_error", "external.variables.txt" : "http://localhost/game/gamedata/external_variables.txt", "external.texts.txt" : "http://localhost/game/gamedata/external_flash_texts.txt", "external.figurepartlist.txt" : "http://localhost/game/gamedata/figuredata.xml", "external.override.texts.txt" : "http://localhost/game/gamedata/override/external_flash_override_texts.txt", "external.override.variables.txt" : "http://localhost/game/gamedata/override/external_override_variables.txt", "productdata.load.url" : "http://localhost/game/gamedata/productdata.txt", "furnidata.load.url" : "http://localhost/game/gamedata/furnidata.xml", "sso.ticket" : "{$sso}", "processlog.enabled" : "1", "account_id" : "293407", "client.starting" : "Please wait! a is starting up.", "flash.client.url" : "\//localhost/game/gordon/PRODUCTION-201601012205-226667486/", "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.", "user.hash" : "57255796e259f7e7865a5c90e24acc986d295c4f", "has.identity" : "1", "flash.client.origin" : "popup", "nux.lobbies.enabled" : "true", "country_code" : "GB" }; var params = { "base" : "http://localhost/game/gordon/PRODUCTION-201601012205-226667486/", "allowScriptAccess" : "always", "menu" : "false" }; if (!(HabbletLoader.needsFlashKbWorkaround())) { params["wmode"] = "opaque"; } var clientUrl = "http://localhost/game/gordon/PRODUCTION-201601012205-226667486/Habbo.swf"; swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "{$www}/images/web-gallery/flash/expressInstall.swf", flashvars, params); window.onbeforeunload = unloading; function unloading() { var clientObject; if (navigator.appName.indexOf("Microsoft") != -1) { clientObject = window["flash-container"]; } else { clientObject = document["flash-container"]; } try { clientObject.unloading(); } catch (e) {} } </script>[/CODE] Note that if you copy and paste it, don't forget to change {$sso} to {sso} (if ur using revcms) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[PLUS EMU] Loads and then disconnects.
Top