From b71f01e078a262af8a369487f544f320cee1f6f2 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Sun, 27 Jun 2021 20:06:51 +1200 Subject: [PATCH 1/2] Update config.php --- WebInterface/game-site/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebInterface/game-site/config.php b/WebInterface/game-site/config.php index f980b61..e675b5a 100755 --- a/WebInterface/game-site/config.php +++ b/WebInterface/game-site/config.php @@ -8,7 +8,7 @@ $dbpass = 'test123'; $dbhost = '127.0.0.1'; $all_users_subbed = false; -$server_id = "beta"; +$server_id = "GAME"; $pp_uri = '/web/ppemu.php'; # paypal emulator, original is https://www.paypal.com/cgi-bin/webscr $EXHANGE_RATE = 100000; # How much 1 USD is worth as HI Money From 93204141ceb5318990f2b6bfe4ba9d696917f05c Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Sun, 27 Jun 2021 20:07:33 +1200 Subject: [PATCH 2/2] Update config.php --- WebInterface/game-site/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebInterface/game-site/config.php b/WebInterface/game-site/config.php index e675b5a..8aeff56 100755 --- a/WebInterface/game-site/config.php +++ b/WebInterface/game-site/config.php @@ -8,7 +8,7 @@ $dbpass = 'test123'; $dbhost = '127.0.0.1'; $all_users_subbed = false; -$server_id = "GAME"; +$server_id = "game"; $pp_uri = '/web/ppemu.php'; # paypal emulator, original is https://www.paypal.com/cgi-bin/webscr $EXHANGE_RATE = 100000; # How much 1 USD is worth as HI Money