X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/809f7483740d9eae0abd77aa670fe26b5ce70c41..be5ea9604482ac6192dc8b03413e1fd8c2028f8b:/index.php diff --git a/index.php b/index.php index dd0d60f..0ed7b54 100644 --- a/index.php +++ b/index.php @@ -1,24 +1,58 @@ +
+

Network Overview

+ +
+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,20 +61,22 @@ rpc_pop_lists();
Users Online
- +
+ +
-
+
- +
-

+

@@ -49,20 +85,20 @@ rpc_pop_lists();
Channels
- +
-
+
- +
-

+

@@ -71,22 +107,21 @@ rpc_pop_lists();
Opers
- - +
-
+
- +
-

+

@@ -95,25 +130,25 @@ rpc_pop_lists();
Servers
- +
-
+
-
+
- +
-

+

@@ -122,20 +157,20 @@ rpc_pop_lists();
Server Bans
- +
-
+
- +
-

+

@@ -144,20 +179,20 @@ rpc_pop_lists();
Spamfilter
- +
-
+
- +
-

+

@@ -167,24 +202,24 @@ rpc_pop_lists();
Server Ban Exceptions
- +
-
+ $bg = "bg-success"; // FIXME: this isn't dynamic + ?> +
- +
-

+ +

@@ -193,7 +228,7 @@ rpc_pop_lists();
Services Online
- +
@@ -202,6 +237,121 @@ rpc_pop_lists();
+ + + +
+ +
+
+
+
+
+
+ +
+
+

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

+
+
+
+
+
+
+
Plugins
+
+ +
+
+
+
+
+