From 2570a4702afa4648a19707f21b88420ba97fafb6 Mon Sep 17 00:00:00 2001
From: Bluzume <39113159+KuromeSan@users.noreply.github.com>
Date: Mon, 9 Aug 2021 19:58:55 +1200
Subject: [PATCH] make ppemu secure
---
WebInterface/game-site/web/crosserver.php | 2 +-
WebInterface/game-site/web/ppemu.php | 20 +++++++++++++++++---
WebInterface/master-site/crosserver.php | 2 +-
WebInterface/master-site/web/news.php | 4 ++--
4 files changed, 21 insertions(+), 7 deletions(-)
diff --git a/WebInterface/game-site/web/crosserver.php b/WebInterface/game-site/web/crosserver.php
index f87195f..ccb2593 100644
--- a/WebInterface/game-site/web/crosserver.php
+++ b/WebInterface/game-site/web/crosserver.php
@@ -8,7 +8,7 @@ function GenHmacMessage(string $data, string $channel)
echo("
Set \$hmac_secret in config.php!
");
exit();
}
- $hmac = hash_hmac('sha256', $data, $hmac_secret.$channel.$_SERVER['REMOTE_ADDR'].date('mdYhi'));
+ $hmac = hash_hmac('sha256', $data, $hmac_secret.$channel.$_SERVER['REMOTE_ADDR'].date('mdy'));
return $hmac;
}
diff --git a/WebInterface/game-site/web/ppemu.php b/WebInterface/game-site/web/ppemu.php
index f31b627..d695c63 100644
--- a/WebInterface/game-site/web/ppemu.php
+++ b/WebInterface/game-site/web/ppemu.php
@@ -1,7 +1,7 @@
-NOTE: $1USD = $ HorseIsle Money! (you have $)
This purchase is for User: Do you want to purchase?
Yes | No
+NOTE: $1USD = $ HorseIsle Money! (you have $)
This purchase is for User: Do you want to purchase?
">Yes | No
\ No newline at end of file
diff --git a/WebInterface/master-site/crosserver.php b/WebInterface/master-site/crosserver.php
index f87195f..ccb2593 100644
--- a/WebInterface/master-site/crosserver.php
+++ b/WebInterface/master-site/crosserver.php
@@ -8,7 +8,7 @@ function GenHmacMessage(string $data, string $channel)
echo("Set \$hmac_secret in config.php!
");
exit();
}
- $hmac = hash_hmac('sha256', $data, $hmac_secret.$channel.$_SERVER['REMOTE_ADDR'].date('mdYhi'));
+ $hmac = hash_hmac('sha256', $data, $hmac_secret.$channel.$_SERVER['REMOTE_ADDR'].date('mdy'));
return $hmac;
}
diff --git a/WebInterface/master-site/web/news.php b/WebInterface/master-site/web/news.php
index 2592f44..50103ea 100755
--- a/WebInterface/master-site/web/news.php
+++ b/WebInterface/master-site/web/news.php
@@ -1,7 +1,7 @@