From 253c4a48cb1128c444d18c6903f33190dda67876 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Mon, 16 Jun 2025 03:28:46 +0300 Subject: [PATCH] updated other pages --- main/admin.php | 206 +++++++++++++++++++++++++++++++--------------- main/login.php | 136 ++++++++++++++++++++++++------ main/register.php | 152 ++++++++++++++++++++++++++++------ 3 files changed, 377 insertions(+), 117 deletions(-) diff --git a/main/admin.php b/main/admin.php index 0d5f468..f106d15 100644 --- a/main/admin.php +++ b/main/admin.php @@ -60,6 +60,8 @@ $users = $stmt->fetchAll(PDO::FETCH_ASSOC); + + Text0Nly - Admin Panel @@ -126,76 +194,80 @@ $users = $stmt->fetchAll(PDO::FETCH_ASSOC);

Preventively Banned Usernames

- - - - - - - - - - query('SELECT username, created_at FROM banned_usernames ORDER BY created_at DESC'); - $banned_usernames = $stmt->fetchAll(PDO::FETCH_ASSOC); - foreach ($banned_usernames as $banned): ?> +
+
UsernameBanned AtActions
+ - - - + + + - - -
-
- - - -
-
UsernameBanned AtActions
+ + + query('SELECT username, created_at FROM banned_usernames ORDER BY created_at DESC'); + $banned_usernames = $stmt->fetchAll(PDO::FETCH_ASSOC); + foreach ($banned_usernames as $banned): ?> + + + + +
+ + + +
+ + + + + +

Users

- - - - - - - - - - - +
+
UsernameStatusCreatedActions
+ - - - - + + + + - - -
- - Banned - - Moderator - - Active - - - -
- - - - - - - - -
- -
UsernameStatusCreatedActions
+ + + + + + + + Banned + + Moderator + + Active + + + + + +
+ + + + + + + + +
+ + + + + + + \ No newline at end of file diff --git a/main/login.php b/main/login.php index 5a9835e..1049627 100644 --- a/main/login.php +++ b/main/login.php @@ -66,35 +66,125 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { + + Text0Nly - Login -

Login

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

Login

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

Register | Back to chat

+
\ No newline at end of file diff --git a/main/register.php b/main/register.php index a5839fc..87f73ab 100644 --- a/main/register.php +++ b/main/register.php @@ -68,39 +68,137 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { + + Text0Nly - Registration -

Registration

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

Registration

+ +
+ + +
+ + + +
+ +
Only letters, numbers and underscore allowed
+
+
+ +
Minimum 8 characters
+
+
+ +
+ + + -
- -
-
- -
- - -

Back to chat

+
\ No newline at end of file