Hard-code DB credentials to ZnoteAAC

This commit is contained in:
2025-02-27 21:34:35 +01:00
parent d4f49c7637
commit b53c19929a
2 changed files with 13 additions and 4 deletions

View File

@@ -30,13 +30,13 @@
// ------------------------ \\
// phpmyadmin username for OT server: (DONT USE "root" if you are hosting to public).
$config['sqlUser'] = 'tfs13';
$config['sqlUser'] = 'forgottenserver';
// phpmyadmin password for OT server:
$config['sqlPassword'] = 'tfs13';
$config['sqlPassword'] = 'forgotten';
// The database name to connect to. (This is usually same as username).
$config['sqlDatabase'] = 'tfs13';
$config['sqlDatabase'] = 'forgottenserver';
// Hostname is usually localhost or 127.0.0.1.
$config['sqlHost'] = '127.0.0.1';
@@ -637,7 +637,7 @@
// What client version and server port are you using on this OT?
// Used for the Downloads page.
$config['client'] = 1098; // 954 = client 9.54
$config['client'] = 792; // 954 = client 9.54
// Download link to client.
$config['client_download'] = 'http://tibiaclient.otslist.eu/download/tibia'. $config['client'] .'.exe';