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
Habboemulator loads 100% 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="Logic" data-source="post: 431950" data-attributes="member: 12691"><p>In your config.php down where /* Templating mangement */ is commented out, remove the ] bracket and try.</p><p></p><p>If that isn't the issue, double check the following:</p><p>1. Make sure <strong>/swf/gordon/PRODUCTION-201709052204-426856518/</strong> exists as a directory.</p><p>2. In your client.php folder, make sure your BaseURL looks like this:</p><p>[code]var BaseUrl = "http://localhost/swf/gordon/PRODUCTION-201709052204-426856518/";[/code]</p><p>and your swfobject BaseURL looks like this:</p><p>[code]swfobject.embedSWF(BaseUrl + "Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/swf/gordon/PRODUCTION-201709052204-426856518/expressInstall.swf", flashvars, params, null);[/code]</p><p>3. In client.php, make sure your connection.host is calling 127.0.0.1, not localhost.</p><p>4. Double check your external_override_variables. Make sure they're linked properly at the bottom.</p><p>5. Make sure your Habbo.swf is cracked and not encrypted.</p><p>6. Ensure you're using the right SWF's for the Emulator.</p><p>7. Make sure you have enabled Flash Player in your browser.</p><p>8. Make sure TCP (Inbound) & TCP (Outbound) ports 30000, 30001, and 3306 are open in your firewall.</p></blockquote><p></p>
[QUOTE="Logic, post: 431950, member: 12691"] In your config.php down where /* Templating mangement */ is commented out, remove the ] bracket and try. If that isn't the issue, double check the following: 1. Make sure [B]/swf/gordon/PRODUCTION-201709052204-426856518/[/B] exists as a directory. 2. In your client.php folder, make sure your BaseURL looks like this: [code]var BaseUrl = "http://localhost/swf/gordon/PRODUCTION-201709052204-426856518/";[/code] and your swfobject BaseURL looks like this: [code]swfobject.embedSWF(BaseUrl + "Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/swf/gordon/PRODUCTION-201709052204-426856518/expressInstall.swf", flashvars, params, null);[/code] 3. In client.php, make sure your connection.host is calling 127.0.0.1, not localhost. 4. Double check your external_override_variables. Make sure they're linked properly at the bottom. 5. Make sure your Habbo.swf is cracked and not encrypted. 6. Ensure you're using the right SWF's for the Emulator. 7. Make sure you have enabled Flash Player in your browser. 8. Make sure TCP (Inbound) & TCP (Outbound) ports 30000, 30001, and 3306 are open in your firewall. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Habboemulator loads 100% then disconnects
Top