I had a problem with phoenix where if you use a Proxy IP after a certain amount of connections it blocks the Proxy IP so no connections can come through, for those who have difficulty with this i'll tell you all the fix, this is only if the enable_antiddos column on the server_settings doesn't update.
FULL CREDITS TO zMagenta for this fix & only for people who have the source.
Right, I'll guide you through step by step, this is how I fixed it. Firstly, open up the project file in Phoenix in SharpDevelop/C++ editing programs.
First, search in all files
if (AntiDDosSystem.smethod_2(text)
and you should find the line
if (AntiDDosSystem.smethod_2(text) > 10 && text != "127.0.0.1" && !LicenseTools.bool_0)
Change that line to:
if (AntiDDosSystem.smethod_2(text) > 10 && text != "127.0.0.1" && text != "YOURPROXYIPHERE" && !LicenseTools.bool_0)
Re-compile the emulator, and voila!
No hate, just giving it to people that need it.
100% zMagenta






