X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/809f7483740d9eae0abd77aa670fe26b5ce70c41..9a4a88b54415ab2ed3e797ed07953c626d02c38b:/index.php diff --git a/index.php b/index.php index dd0d60f..73512bb 100644 --- a/index.php +++ b/index.php @@ -1,24 +1,56 @@ +
+

Network Overview

+⚪LIVE
+
+Network Overview +/* What if someone wants to add their own stats... */ +Hook::run(HOOKTYPE_PRE_OVERVIEW_CARD, $array_of_stats); -
+/* This makes sure that a plugin which called the parameter + * by reference can add/update the stats for display here. +*/ +$stats = (object) $array_of_stats; -
-
+$userlist = []; +Hook::run(HOOKTYPE_GET_USER_LIST, $userlist); +$num_of_panel_admins = count($userlist); + +?> + +
+ +
+
- + + +
-

+

@@ -27,12 +59,14 @@ rpc_pop_lists();
Users Online
- +
+ +
-
+
@@ -40,7 +74,7 @@ rpc_pop_lists();
-

+

@@ -49,12 +83,12 @@ rpc_pop_lists();
Channels
- +
-
+
@@ -62,7 +96,7 @@ rpc_pop_lists();
-

+

@@ -71,14 +105,13 @@ rpc_pop_lists();
Opers
- - +
-
+
@@ -86,7 +119,7 @@ rpc_pop_lists();
-

+

@@ -95,17 +128,17 @@ rpc_pop_lists();
Servers
- +
-
+
-
+
@@ -113,7 +146,7 @@ rpc_pop_lists();
-

+

@@ -122,12 +155,12 @@ rpc_pop_lists();
Server Bans
- +
-
+
@@ -135,7 +168,7 @@ rpc_pop_lists();
-

+

@@ -144,12 +177,12 @@ rpc_pop_lists();
Spamfilter
- +
-
+
@@ -157,7 +190,7 @@ rpc_pop_lists();
-

+

@@ -167,16 +200,15 @@ rpc_pop_lists();
Server Ban Exceptions
- +
-
+ $bg = "bg-success"; // FIXME: this isn't dynamic + ?> +
@@ -184,7 +216,8 @@ rpc_pop_lists();
-

+ +

@@ -193,7 +226,7 @@ rpc_pop_lists();
Services Online
- +
@@ -202,6 +235,86 @@ rpc_pop_lists(); + + + +
+ +
+
+
+
+
+
+ +
+
+

+
+
+
+
+
+
+
Panel Accounts
+
+ +
+
+
+
+
+