X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/2697173721db10cd600539beed661a06bb9a3f2b..d5ffb4bb26cc3910c5e4da8de0f6ed8e64a273fa:/index.php diff --git a/index.php b/index.php index 7b9bc7c..aa0a7d0 100644 --- a/index.php +++ b/index.php @@ -1,299 +1,376 @@ - - - - -
-

UnrealIRCd Administration Panel


-
- -
- Overview - Users - Channels - Server Bans - Spamfilter - News -
+
+

Network Overview

+ LIVE + +
+user_meta['hibp'])) +{ + $num = $current_user->user_meta['hibp']; + Message::Fail("
Urgent
","Your password was found in a data breach $num time(s).", + "Please update your password immediately"); +} +?> + +
-
+
+
+ users/"> +
+
+ +
+
+ +
+
+
+
Users Online
+
+
+
+
+
+
+
+ channels/"> +
+
+
+
+ +
+
+
+
Channels
+
+
+
+
+
+
+
+ users/"> +
+
+
+
+ +
+
+
+
Operators
+
View in Users >
+
+
+
+
+
+
+
+ servers/"> +
+
+
+
+ +
+
+
+
Servers
+
+
+
+
+
+
+
+ +
-
-
-

- - - - - - - - - "; - echo ""; - echo ""; - echo ""; - $topic = (isset($channel['topic'])) ? $channel['topic'] : ""; - echo ""; - $setby = (isset($channel['topic'])) ? "By ".$channel['topic_set_by'] .", at ".$channel['topic_set_at'] : ""; - echo ""; - $modes = (isset($channel['modes'])) ? "+" . $channel['modes'] : ""; - echo ""; + + + + + + -
- - -
- - +Hook::run(HOOKTYPE_OVERVIEW_CARD, $stats); - \ No newline at end of file +require_once "inc/footer.php";
NameCreatedUser countTopicTopic SetModes".$channel['name']."".$channel['creation_time']."".$channel['num_users']."".$topic."".$setby."".$modes."