Old Kalonline AuthSvrT / DBSvrT source codes completely compilable straight from inixsoft code. I couldn't get source code to MainSvrT because the pdb files are lost.
People asking me for clean AuthSvrT here is the source code to a clean AuthSvrT you can compile it yourself add new features etc..
Same goes for Database server (DBSvrT) both can be compiled without any problems only 1 decompiled issue.. which I cannot even find.
To compile it setup your projects and dump all the arrays properly using the idb files (IDA PRO), could rename some variables like class pointers vfptrs's by following the casts like
Code:
(CIOObject *)&CNMSocket::s_socket.vfptr
could be renamed to and rename the type to CIOObject
Code:
(CIOObject *)&CNMSocket::s_socket.cioObject
mirror download links:
