repair change password + go via SOAP API instead of dirty db update
This commit is contained in:
@@ -12,8 +12,8 @@ baseurl
|
||||
page_title
|
||||
That's your website title. Example: "My WOW Private server!"
|
||||
=====================================================================*/
|
||||
$config['baseurl'] = "http://localhost";
|
||||
$config['page_title'] = "Simple Register";
|
||||
$config['baseurl'] = "http://localhost:8090"; // A CHANGER EN PROD
|
||||
$config['page_title'] = "WOW Register";
|
||||
/*===================================================================
|
||||
If you see a white screen or have an issue, you can enable it to see the errors.
|
||||
Note that after testing, be sure to disable this option.
|
||||
@@ -28,7 +28,7 @@ patch_location
|
||||
game_version
|
||||
Your game version
|
||||
=====================================================================*/
|
||||
$config['realmlist'] = '192.168.0.101';
|
||||
$config['realmlist'] = 'wow.lgn.dev'; // A CHANGER EN PROD
|
||||
// $config['patch_location'] = 'http://mypatch.com/patch.mpq';
|
||||
$config['game_version'] = '3.3.5a (12340)';
|
||||
/*===================================================================
|
||||
@@ -192,8 +192,8 @@ $config['soap_host'] = 'mangosd';
|
||||
$config['soap_port'] = '7878';
|
||||
$config['soap_uri'] = 'urn:MaNGOS';
|
||||
$config['soap_style'] = 'SOAP_RPC';
|
||||
$config['soap_username'] = 'GREG';
|
||||
$config['soap_password'] = 'GREG';
|
||||
$config['soap_username'] = 'GREG'; // A CHANGER POUR LE USER ADMIN
|
||||
$config['soap_password'] = 'GREG'; // A CHANGER POUR LE USER ADMIN
|
||||
$config['soap_ca_command'] = 'account create {USERNAME} {PASSWORD}';
|
||||
$config['soap_cp_command'] = 'account set password {USERNAME} {PASSWORD} {PASSWORD}';
|
||||
$config['soap_asa_command'] = 'account set addon {USERNAME} {EXPANSION}';
|
||||
|
||||
Reference in New Issue
Block a user