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" -