Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Just an Idea on Launcher with User/Pass

Joined
Jan 6, 2005
Messages
500
Reaction score
79
-affected DB : RZ_ACCOUNT
a. A registration page with username (USER_ID) and password (PASS), the script will encrypt username+password (SITE_USER_ID)

b. Create/Code a Fake Loginserver (port is different from the original loginserver of course) and a New Launcher.
1. New Launcher connects to Fake LoginServer.
2. Fake Loginserver check if user and pass are correct, if correct, the fake loginserver gets the encrypted username+password created earlier from the registration page from MSSQLDB (SITE_USER_ID) then transfer it back to New Launcher.
3. The encrypted username+password sent by the New Loginserver will the the parameter to run the client.

Hows that? nway, this is just an idea... ^^:blush:
 
Newbie Spellweaver
Joined
Oct 6, 2006
Messages
47
Reaction score
5
Hey,


There is already a server with this kind of login....from what it know it works very well... problem is to make such a client / server combination (client exe has to be inside the launcher (server and client need unique login packets aswell) so it cant be replaced, launcher and server have to send encrypted packets or they can be altered and so on).

Best way would be if the server i mean would share this stuff here but i dont think this is going to happen.
 
Back
Top