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 - 76% loading disconnect
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="iHacked" data-source="post: 387298" data-attributes="member: 71869"><p>I know that this has been questioned a good amount of times, and I have tried the various fixes, I could find around on the forum, but seems like it's not helping.</p><p></p><p>I got the setup working on localhost, but somehow when I try to transfer the files to a server, and change the external_variables.txt and emulator, it disconnects at 76%</p><p></p><p>I have tried to have Chrome browser console open, and there is no errors poping up. I have also checked if the ports is reachable at <a href="http://www.yougetsignal.com/tools/open-ports/" target="_blank">http://www.yougetsignal.com/tools/open-ports/</a>, and it gives me green flag for both 30000 and 30001. So it doesn't seem like that there is something blocking the ports either.</p><p></p><p>I'm using the SWF files from <a href="http://sulake.cc/Habboon/Sledmore/" target="_blank">http://sulake.cc/Habboon/Sledmore/</a>. I have also tried with another SWF package, but that didn't help either, so not sure what to try anymore.</p><p></p><p>config.php</p><p>[spoiler]</p><p>/*</p><p>*</p><p>* MySQL management</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.</p><p></p><p>$_CONFIG['mysql']['hostname'] = 'XX.XX.XX.XX'; //MySQL host</p><p></p><p>$_CONFIG['mysql']['username'] = 'root'; //MySQL username</p><p></p><p>$_CONFIG['mysql']['password'] = 'XXXXX'; //MySQL password</p><p></p><p>$_CONFIG['mysql']['database'] = 'habbo'; //MySQL database</p><p></p><p>$_CONFIG['mysql']['port'] = '3306'; //MySQL's port</p><p></p><p>/*</p><p>*</p><p>* Hotel management - All URLs do not end with an "/"</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['hotel']['server_ip'] = 'XX.XX.XX.XX'; //IP of VPS/DEDI/etc</p><p></p><p>$_CONFIG['hotel']['url'] = '<a href="http://XX.XX.XX.XX';" target="_blank">http://XX.XX.XX.XX';</a> //Does not end with a "/"</p><p></p><p>$_CONFIG['hotel']['name'] = 'Test-Hotel'; // Hotel's name</p><p></p><p>$_CONFIG['hotel']['desc'] = 'Something nice!'; //Hotel's description</p><p></p><p>$_CONFIG['hotel']['email'] = '<a href="mailto:dontusethis@justtellmeinthehotel.com">dontusethis@justtellmeinthehotel.com</a>'; //Where the help queries from users are emailed to.@Priv skin</p><p></p><p>$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance</p><p></p><p>$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.</p><p></p><p>$_CONFIG['hotel']['credits'] = 10001; //Default number of credits users will register with.</p><p></p><p>$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.</p><p></p><p>$_CONFIG['hotel']['figure'] = 'hd-180-2.hr-828-31.ea-3196-62.ch-255-1415.lg-3333-110.sh-305-62'; //Default figure users will register with.</p><p></p><p>$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build</p><p></p><p>$_CONFIG['hotel']['external_vars'] = '<a href="http://XX.XX.XX.XX/swf/gamedata/external_variables.txt';" target="_blank">http://XX.XX.XX.XX/swf/gamedata/external_variables.txt';</a> //URL to your external vars</p><p></p><p>$_CONFIG['hotel']['external_texts'] = '<a href="http://XX.XX.XX.XX/swf/gamedata/external_flash_texts.txt';" target="_blank">http://XX.XX.XX.XX/swf/gamedata/external_flash_texts.txt';</a> //URL to your external texts</p><p></p><p>$_CONFIG['hotel']['product_data'] = '<a href="http://XX.XX.XX.XX/swf/gamedata/productdata.txt';" target="_blank">http://XX.XX.XX.XX/swf/gamedata/productdata.txt';</a> //URL to your productdata</p><p></p><p>$_CONFIG['hotel']['furni_data'] = '<a href="http://XX.XX.XX.XX/swf/gamedata/furnidata.xml';" target="_blank">http://XX.XX.XX.XX/swf/gamedata/furnidata.xml';</a> //URL to your furnidata</p><p></p><p>$_CONFIG['hotel']['swf_folder'] = '<a href="http://XX.XX.XX.XX/swf/gordon/PRODUCTION-201601012205-226667486';" target="_blank">http://XX.XX.XX.XX/swf/gordon/PRODUCTION-201601012205-226667486';</a> //URL to your SWF folder(does not end with a '/')</p><p>[/spoiler]</p><p></p><p>client.php</p><p>[spoiler]</p><p><!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>{hotelName} Hotel</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 = "{swf_folder}";</p><p> var flashvars =</p><p> {</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0", </p><p> "connection.info.host" : "{server_ip}",</p><p> "connection.info.port" : "30000",</p><p> "site.url" : "{url}",</p><p> "url.prefix" : "{url}",</p><p> "client.reload.url" : "{url}/disconnected",</p><p> "client.fatal.error.url" : "{url}/disconnected",</p><p> "client.connection.failed.url" : "{url}/disconnected",</p><p> "external.variables.txt" : "{external_vars}",</p><p> "external.texts.txt" : "{external_texts}",</p><p> "external.override.texts.txt" : "{url}/swf/gamedata/override/external_flash_override_texts.txt",</p><p> "external.override.variables.txt" : "{url}/swf/gamedata/override/external_override_variables.txt",</p><p> "external.figurepartlist.txt" : "{url}/swf/gamedata/figuredata.xml", </p><p> "productdata.load.url" : "{url}/swf/gamedata/productdata.txt",</p><p> "furnidata.load.url" : "{url}/swf/gamedata/furnidata.xml",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "{sso}",</p><p> "client.starting" : "Please wait! {hotelName} is starting up.", </p><p> "processlog.enabled" : "0",</p><p> "flash.client.url" : BaseUrl,</p><p> "client.starting.revolving" : "Whololo/Tijd is maar een illusie./Gotta go fast!/Your computer might blow up./Don't panic!/You might die./Get yourself a drink while waiting./Whats that noise?/",</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", BaseUrl + "/expressInstall.swf", flashvars, params, null);</p><p> </script></p><p> </head></p><p> </p><p> <body></p><p> <div id="client"></div></p><p> </body></p><p></html></p><p>[/spoiler]</p><p></p><p>external_variables.txt</p><p>[spoiler]</p><p><a href="http://pastebin.com/raw/4qiV1sC0" target="_blank">http://pastebin.com/raw/4qiV1sC0</a></p><p>[/spoiler]</p><p></p><p>external_override_variables.txt</p><p>[spoiler]</p><p><a href="http://pastebin.com/raw/vHmWZHSL" target="_blank">http://pastebin.com/raw/vHmWZHSL</a></p><p>[/spoiler]</p></blockquote><p></p>
[QUOTE="iHacked, post: 387298, member: 71869"] I know that this has been questioned a good amount of times, and I have tried the various fixes, I could find around on the forum, but seems like it's not helping. I got the setup working on localhost, but somehow when I try to transfer the files to a server, and change the external_variables.txt and emulator, it disconnects at 76% I have tried to have Chrome browser console open, and there is no errors poping up. I have also checked if the ports is reachable at [URL]http://www.yougetsignal.com/tools/open-ports/[/URL], and it gives me green flag for both 30000 and 30001. So it doesn't seem like that there is something blocking the ports either. I'm using the SWF files from [URL]http://sulake.cc/Habboon/Sledmore/[/URL]. I have also tried with another SWF package, but that didn't help either, so not sure what to try anymore. config.php [spoiler] /* * * MySQL management * */ $_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection. $_CONFIG['mysql']['hostname'] = 'XX.XX.XX.XX'; //MySQL host $_CONFIG['mysql']['username'] = 'root'; //MySQL username $_CONFIG['mysql']['password'] = 'XXXXX'; //MySQL password $_CONFIG['mysql']['database'] = 'habbo'; //MySQL database $_CONFIG['mysql']['port'] = '3306'; //MySQL's port /* * * Hotel management - All URLs do not end with an "/" * */ $_CONFIG['hotel']['server_ip'] = 'XX.XX.XX.XX'; //IP of VPS/DEDI/etc $_CONFIG['hotel']['url'] = '[URL]http://XX.XX.XX.XX';[/URL] //Does not end with a "/" $_CONFIG['hotel']['name'] = 'Test-Hotel'; // Hotel's name $_CONFIG['hotel']['desc'] = 'Something nice!'; //Hotel's description $_CONFIG['hotel']['email'] = '[EMAIL]dontusethis@justtellmeinthehotel.com[/EMAIL]'; //Where the help queries from users are emailed to.@Priv skin $_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance $_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with. $_CONFIG['hotel']['credits'] = 10001; //Default number of credits users will register with. $_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with. $_CONFIG['hotel']['figure'] = 'hd-180-2.hr-828-31.ea-3196-62.ch-255-1415.lg-3333-110.sh-305-62'; //Default figure users will register with. $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build $_CONFIG['hotel']['external_vars'] = '[URL]http://XX.XX.XX.XX/swf/gamedata/external_variables.txt';[/URL] //URL to your external vars $_CONFIG['hotel']['external_texts'] = '[URL]http://XX.XX.XX.XX/swf/gamedata/external_flash_texts.txt';[/URL] //URL to your external texts $_CONFIG['hotel']['product_data'] = '[URL]http://XX.XX.XX.XX/swf/gamedata/productdata.txt';[/URL] //URL to your productdata $_CONFIG['hotel']['furni_data'] = '[URL]http://XX.XX.XX.XX/swf/gamedata/furnidata.xml';[/URL] //URL to your furnidata $_CONFIG['hotel']['swf_folder'] = '[URL]http://XX.XX.XX.XX/swf/gordon/PRODUCTION-201601012205-226667486';[/URL] //URL to your SWF folder(does not end with a '/') [/spoiler] client.php [spoiler] <!DOCTYPE html> <html lang="en"> <head> <link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} Hotel</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 = "{swf_folder}"; var flashvars = { "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "{server_ip}", "connection.info.port" : "30000", "site.url" : "{url}", "url.prefix" : "{url}", "client.reload.url" : "{url}/disconnected", "client.fatal.error.url" : "{url}/disconnected", "client.connection.failed.url" : "{url}/disconnected", "external.variables.txt" : "{external_vars}", "external.texts.txt" : "{external_texts}", "external.override.texts.txt" : "{url}/swf/gamedata/override/external_flash_override_texts.txt", "external.override.variables.txt" : "{url}/swf/gamedata/override/external_override_variables.txt", "external.figurepartlist.txt" : "{url}/swf/gamedata/figuredata.xml", "productdata.load.url" : "{url}/swf/gamedata/productdata.txt", "furnidata.load.url" : "{url}/swf/gamedata/furnidata.xml", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "client.starting" : "Please wait! {hotelName} is starting up.", "processlog.enabled" : "0", "flash.client.url" : BaseUrl, "client.starting.revolving" : "Whololo/Tijd is maar een illusie./Gotta go fast!/Your computer might blow up./Don't panic!/You might die./Get yourself a drink while waiting./Whats that noise?/", "flash.client.origin" : "popup" }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", BaseUrl + "/expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> </body> </html> [/spoiler] external_variables.txt [spoiler] [URL]http://pastebin.com/raw/4qiV1sC0[/URL] [/spoiler] external_override_variables.txt [spoiler] [URL]http://pastebin.com/raw/vHmWZHSL[/URL] [/spoiler] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
PlusEmu - 76% loading disconnect
Top