Anti-DDoS System - Phoenix

Status
Not open for further replies.

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
Hi!

Problem with my Phoenix. If the emulator hits 11 online, it bans the proxy IP. I've removed the whole 'enable_antiddos', and before that I've tried setting it '1' and '0' - no luck.

Any ideas?

WSkFbxe.png
 

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
Don't use Phoenix or don't use a proxy.

Phoenix is the most stable Emulator out at the moment and I need the proxy to hide the IP from client source. 
Managed to fix this. It was the proxy host, Phoenix believing it was a DDoS attack. Simple fix if you're in the same boat as me! In the source of phoenix, go into the file 'Class321.cs'. Find
Code:
if (Class321.smethod_2(text) > 10 && text != "127.0.0.1" && !Class13.bool_0)

change to

Code:
if (Class321.smethod_2(text) > 10 && text != "127.0.0.1" && text != "proxy ip" && !Class13.bool_0)
 
Status
Not open for further replies.

Users who are viewing this thread

Top