From a7bb9d5b31a227b6bdd96ae8cd548a9830661500 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Oct 2025 00:49:18 +0000 Subject: [PATCH] Add website login, logout pages and update index with session management Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> --- _website/index.php | 40 +++++++- _website/login.php | 240 ++++++++++++++++++++++++++++++++++++++++++++ _website/logout.php | 28 ++++++ 3 files changed, 305 insertions(+), 3 deletions(-) create mode 100644 _website/login.php create mode 100644 _website/logout.php diff --git a/_website/index.php b/_website/index.php index a019b693..3bdcb47a 100644 --- a/_website/index.php +++ b/_website/index.php @@ -1,5 +1,18 @@ + + + + + + GameServers.World - Virtual Private Gameservers + + + +
+
GameServers.World
+
+ + + Logout + + Login + +
+
@@ -77,6 +111,6 @@ echo <<<'HTML'
-HTML; -?> + + diff --git a/_website/login.php b/_website/login.php new file mode 100644 index 00000000..2fb56773 --- /dev/null +++ b/_website/login.php @@ -0,0 +1,240 @@ + + + + + + + Login - GameServers.World + + + +
+
+

Welcome Back

+

Sign in to your GameServers account

+
+ + +
+ + + +
+ + +
+
+ + +
+ +
+ + +
+ + +
+ +
or
+ + +
+ + diff --git a/_website/logout.php b/_website/logout.php new file mode 100644 index 00000000..8d1ef8aa --- /dev/null +++ b/_website/logout.php @@ -0,0 +1,28 @@ +