From a743a4beb58addd1d5257604ae934f453ea999e5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:30:27 +0000 Subject: [PATCH 1/2] Initial plan From cb61c8bceb0812acc7540bfa8b043ec911e0742d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:48:33 +0000 Subject: [PATCH 2/2] Add modern CSS + redesign all PHP/HTML pages with dark zinc theme Agent-Logs-Url: https://github.com/Alleria-PL/Community-Modpack-Manager/sessions/55f66324-2e6b-49fb-877e-33983cd4884e Co-authored-by: mrfroncu <23080746+mrfroncu@users.noreply.github.com> --- checksum/index.php | 70 +++++++++++--- debug/index.php | 99 ++++++++++++++----- index.php | 12 +-- maintenance/index.php | 198 ++++++++++++++++++++------------------ maintenance/index_new.php | 5 +- modpack.html | 23 ++--- modpack2.html | 23 ++--- style.css | 159 ++++++++++++++++++++++++++++++ 8 files changed, 417 insertions(+), 172 deletions(-) create mode 100644 style.css diff --git a/checksum/index.php b/checksum/index.php index ef45c17..d80d6d8 100644 --- a/checksum/index.php +++ b/checksum/index.php @@ -1,28 +1,66 @@ - + File Checksum + + - + -
- -
+ + - - if (file_exists($file)) { - $checksum = hash_file('sha256', $file); - echo "

SHA256 Checksum: $checksum

"; - } else { - echo "

File not found!

"; - } - } - ?> + +
+ +
+
+ + + +
+

File Checksum

+
+ +

Generate a SHA-256 checksum for KT-latest.zip

+ +
+ +
+ + '; + echo '

SHA-256 Checksum

'; + echo '
' . htmlspecialchars($checksum) . '
'; + echo '
'; + } else { + echo '
'; + echo ''; + echo 'File not found!'; + echo '
'; + } + } + ?> + + + \ No newline at end of file diff --git a/debug/index.php b/debug/index.php index 9787354..0610dc3 100644 --- a/debug/index.php +++ b/debug/index.php @@ -18,28 +18,85 @@ function formatSize($bytes) { ?> - + - Debug Page + + - -
-

Debug Utility

-
-
- - - - -
+ + + + -
-

Output:

-
+    
+ + +
+
+
+ + + +
+

Debug Utility

+
+

Internal diagnostics & file inspection tools

+
+ + +
+

Actions

+
+ + + + + + + +
+
+ + +
+

+ + + + Output +

+
 
-        
-
-
- - - - - - +
+
+
diff --git a/index.php b/index.php index ebdbf1d..d3f3820 100644 --- a/index.php +++ b/index.php @@ -57,12 +57,12 @@ function listFiles($title, $folder) { KT - Management [Alleria] + - + -
+
-
+
Alleria Logo
@@ -165,7 +165,7 @@ class="w-full h-full border-none opacity-0 transition-opacity duration-500" -