Skip to content

SorinPy/Lgd-Server

Repository files navigation

Lgd-Server

Ragezone Thread

Original GitHub Repo Not mine!

Works with boost 1.73

Test server

I have a dev server at http://sorinvpn112.asuscomm.com/muonline/ for anyone that wanna check it

Create account

INSERT INTO `mu_login`.`accounts` ( `account`, `password`, `email`, `security_code`, `register`, `golden_channel`, `secured` )
VALUES
    (
    'user234',
    SHA2 ( CONCAT( "user234", ":", "password" ), 256 ),
    'user@email.com',
    '12digitsphra',
    NOW( ),
    1500434821,
    1 
    ); 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published