• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

GlobalMgr Packet Proxy [C#]

Experienced Elementalist
Joined
Feb 16, 2012
Messages
234
Reaction score
96
very nice tcp proxy
but i dont like it really
i think i give it a friend and let him rebuild this in C to run this native on linux :D
 
Skilled Illusionist
Joined
Jan 5, 2009
Messages
343
Reaction score
391
i've been running this for about 4-5 months (still running, never had to restart it due to crash or socket loss) with server (global and word) restarts and everything, it's pretty stable :p but ofc a c or c++ is desirable tho portability doesn't hurt (c#) nor does it impact performance that much
 
Experienced Elementalist
Joined
Feb 16, 2012
Messages
234
Reaction score
96
sure but i dont want run windows exe files on a linux machine :D
now i have write a php script for this and not need anymore a C or C++ script ^^
 
Joined
Jul 24, 2011
Messages
806
Reaction score
615
I see some fantasy in Stricted's PHP proxy. Example IP authentication and easier autoban system. I'm currently out of development due my job but on summer will be back.
Cabal is already dead in my eyes. Burned our all of my fantasy..
 
Newbie Spellweaver
Joined
Jul 12, 2014
Messages
16
Reaction score
1
This code is not completed :D.. i just want to give a clue

>
public const int PACKET_BUFFSIZE = 2048; // packet buffer in bytes
private const string LOCAL_OUT_IPADDR = "IPv4 Address";// you can find it on CMD type "Ipconfig"
private const string TARGET_IPADDR = "Server IP Address"; // Where Server IP
private static readonly int[] TARGET_PORTS = new int[] {
38101, //WorldSvr_xx_xx Port

};
 
Elite Diviner
Joined
Jan 17, 2014
Messages
401
Reaction score
40
the proxy works for only 1 channel, if you need to change more, compile more of em with different ports
 
Back
Top