PhoenixEmu Connection Dropped

GonzoXZV

New Member
Mar 27, 2014
8
0
hello, i am having this trouble for a while now, when i start the client it loads till hotel view then disconnects and on the emulator it says that connection dropped. it would be nice if someone helps me out. thanks
 

BenHands

Member
Oct 10, 2011
200
38
Are you using a proxy, @GonzoXZV

Sometimes, I find my proxy's don't work, and have to use an alternative.

If not, then this sounds like either your variables not loading properly or your externals not setup correctly.
 

Data

Posting Freak
May 19, 2013
593
97
If you are using a proxy run these SQLs.
Code:
UPDATE server_settings SET enable_securesessions = '0';
UPDATE server_settings SET enable_antiddos = '1';
UPDATE server_settings SET ip_lastforbans = '1';

NOTE: Your proxy IP might be banned, either unban the Proxy IP via the database or just empty the entire table if you don't know how.
Command to empty it is TRUNCATE table bans;
 

Users who are viewing this thread

Top