Azure EMU TCP Proxy Fix

AndyBroad

New Member
Dec 11, 2010
21
4
Azure Emulator TCP Proxy Fix


Inside \Azure\Azure.Emulator\HabboHotel\Misc\CrossDomainPolicy.cs Find this on line 15
PHP:
            ConfigurationData.Data["game.tcp.port"] + "\" />\r\n</cross-domain-policy>\0");


Then Replace It With
PHP:
            ConfigurationData.Data["game.tcp.port.proxy"] + "\" />\r\n</cross-domain-policy>\0");


Once you have replace that go to you main.ini and add
PHP:
game.tcp.port.proxy=proxy port here
below the tcp port you already have on there

Hope this fix helps, i worked this out because i didnt want to use xhosts nor do i think anyone should be limited to what proxy provider they can use due to an emulator.

I use this on build 0180 but im sure if the issue is still in later builds that this fix will work. Tested with 0184 too and works on that too. You will now be able to use the emulator with proxies you was unable to use them with before. Think its mostly HAPROXY based tcp proxies
 

AndyBroad

New Member
Dec 11, 2010
21
4
Meant to post this in tutorials so hopefully enough people see it to know that they dont have to be stuck with them aha
 

Users who are viewing this thread

Top