
Now you are able to:
- Link the login fields with a PHP webste and its member area
- Save the password hash (so players will be able to login without password if needed)
- Secure server-side hash
- Automatic in-game login
- Small app loading screen
- Updater-Required to launch ("start game" args are needed)
Here are few pics :
| Gallery 1 | |
|
|
|
Non-Visual Studio Setup:
1) Download web-site releated (ShExLogin-Web.rar) files, then upload them on your website and edit the config.php page:
PHP Code:
<?php
$hpass = "niancat"; // Put here a secure password that will be used to store password hash at client-site
if (!$link = [MENTION=311501]ODB[/MENTION]c_connect("Driver={SQL Server};Server=127.0.0.1;", 'Shaiya', 'Shaiya123'))//Change Shaiya & Shaiya123 by your ids
die ("Couln't connect to Database.");
?>
3) Open your Updater.exe and replace Game.exe by Lgcy.exe
Visual Studio Setup:
1) Download web-site releated (ShExLogin-Web.rar) files, then upload them on your website and edit the config.php page:
PHP Code:
<?php
$hpass = "niancat"; // Put here a secure password that will be used to store password hash at client-site
if (!$link = [MENTION=311501]ODB[/MENTION]c_connect("Driver={SQL Server};Server=127.0.0.1;", 'Shaiya', 'Shaiya123'))//Change Shaiya & Shaiya123 by your ids
die ("Couln't connect to Database.");
?>
Code:
Line.25, 119, 188, 221, 235, 256, 314, 351, 387 (Form1.cs) Find all URLs and replace them by yours
Code:
Line.166 (Form1.cs) loading picture interval (seconds)
Code:
Line.295 (Form1.cs) In-Game loading screen wait-time (ms, mine is 9000 = 9 sec, when you see NEXON or SONOX or CHOIXROCK in game)
Note:
Please note that the future version of this tool will be merged with the
's development, so I might upgrade this thread by adding new linked features soon, so keep it in mind.PS: If you know about custom updaters, or .SAF/.SAH format, then feel free to PM me, it could be nice to make this software able to update your game client, instead of using the official updater.
Lgcy.exe virus Total:
(feel free to compile source code instead)Download:






