Habboemulator loads 100% then disconnects

SaW

Member
Mar 3, 2018
101
15
Trying to get Habboemulator to work, but it just touches 100% then disconnects.
Getting this error in developer:
You must be registered for see images attach

Assuming its the // that's causing the error, but have checked everywhere and don't know from where it's from..
 

Logic

Bobby Billionaire
Feb 8, 2012
748
207
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 /swf/gordon/PRODUCTION-201709052204-426856518/ 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/";
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);
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.
 

Users who are viewing this thread

Top