Welcome to the RaGEZONE - MMORPG development forums.

Just an Idea on Launcher with User/Pass

This is a discussion on Just an Idea on Launcher with User/Pass within the RaiderZ Developments forums, part of the RaiderZ category; -affected DB : RZ_ACCOUNT a. A registration page with username (USER_ID) and password (PASS), the script will encrypt username+password (SITE_USER_ID) ...

Results 1 to 2 of 2
  1. #1
    b1K0LaN0_aK0
    Rank
    Member +
    Join Date
    Jan 2005
    Location
    Philippines
    Posts
    605
    Liked
    8

    wink Just an Idea on Launcher with User/Pass

    -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... ^^

  2. #2
    Member
    Rank
    Member
    Join Date
    Oct 2006
    Location
    Canada
    Posts
    49
    Liked
    5

    Re: Just an Idea on Launcher with User/Pass

    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.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •