From b1825c69ddff80eca253e34fd462fa6dd8aa25bb Mon Sep 17 00:00:00 2001 From: mrfroncu Date: Tue, 7 Apr 2026 14:27:13 +0200 Subject: [PATCH 1/2] Checkpoint from VS Code for cloud agent session --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 344e8c9..4540855 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This project provides a centralized platform integrating multiple services and tools for deployment, monitoring, and access management. ![Screenshot](documentation/images/1.png) + ![Screenshot](documentation/images/2.png) ## Features From f4a65257bec4e32430a852fcf48d9cb7df782265 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:40:26 +0000 Subject: [PATCH 2/2] Modernize all PHP/HTML files with new CSS, glassmorphism, and Google Fonts Agent-Logs-Url: https://github.com/Alleria-PL/Community-Modpack-Manager/sessions/5152e45f-c3a1-430e-90f1-125957a65e89 Co-authored-by: mrfroncu <23080746+mrfroncu@users.noreply.github.com> --- checksum/index.php | 86 ++++++++++++++++---- debug/index.php | 86 +++++++++++++++----- index.php | 108 ++++++++++++++++++++++--- maintenance/index.php | 162 ++++++++++++++++++++++---------------- maintenance/index_new.php | 38 ++++++++- modpack.html | 118 +++++++++++++++++++++++---- modpack2.html | 118 +++++++++++++++++++++++---- 7 files changed, 565 insertions(+), 151 deletions(-) diff --git a/checksum/index.php b/checksum/index.php index ef45c17..589a246 100644 --- a/checksum/index.php +++ b/checksum/index.php @@ -4,25 +4,83 @@ File Checksum + + + + + + - + + +
+ +
+
+ +
+

File Checksum

+
-
- -
+
+

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

- + + - if (file_exists($file)) { - $checksum = hash_file('sha256', $file); - echo "

SHA256 Checksum: $checksum

"; - } else { - echo "

File not found!

"; + +

SHA-256 Checksum

+

$checksum

+
"; + } else { + echo "
+

File not found!

+
"; + } } - } - ?> + ?> +
+ + \ No newline at end of file diff --git a/debug/index.php b/debug/index.php index 9787354..f666ddc 100644 --- a/debug/index.php +++ b/debug/index.php @@ -22,24 +22,76 @@ function formatSize($bytes) { - + + + + + Debug Page + - -
-

Debug Utility

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

Debug Utility

+
+

Klocki Time Management

+
+ +
+

Actions

+ + + + +
-
-

Output:

-
+    
+
+
+
+
+
+
+

Output

+
+
 
         
-
- - - - - - +
diff --git a/index.php b/index.php index ebdbf1d..6521691 100644 --- a/index.php +++ b/index.php @@ -32,12 +32,12 @@ function listFiles($title, $folder) { if (is_file($filepath)) { $size = formatBytes(filesize($filepath)); $url = rtrim($folder, '/') . '/' . rawurlencode($file); - echo "
  • "; + echo "
  • "; echo ""; echo "
    "; echo "$iconFile $file"; echo "
    "; - echo "$size"; + echo "$size"; echo "
  • "; } } @@ -56,13 +56,99 @@ function listFiles($title, $folder) { KT - Management [Alleria] + + + - - Logo -
    -
    -

    Change Maintenance Status

    -
    - - -
    + + +
    + +
    + Logo +
    + +
    +
    + +

    Maintenance Control

    + + +
    + +
    + +
    + + +
    +
    + +
    + © 2025 Alleria | All Rights Reserved | Built by @henas_pl +
    +
    + - -
    - © 2025 Alleria | All Rights Reserved | Built by @henas_pl -
    + \ No newline at end of file diff --git a/maintenance/index_new.php b/maintenance/index_new.php index 3514321..779ace8 100644 --- a/maintenance/index_new.php +++ b/maintenance/index_new.php @@ -97,9 +97,19 @@ function getMaintenanceStatus($apiUrl, $authToken) { Maintenance Control + + +