X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/440ff671f07bf112f2371cbe7e1afb23f2f614b6..3fe262343810f4e0b0252b7607cc532383c2351b:/index.php diff --git a/index.php b/index.php index fb2cd8e..115a025 100644 --- a/index.php +++ b/index.php @@ -1,28 +1,58 @@ query("stats.get", []); ?> +
+

Network Overview

+ +
+Network Overview +/* What if someone wants to add their own stats... */ +Hook::run(HOOKTYPE_PRE_OVERVIEW_CARD, $array_of_stats); - +$userlist = []; +Hook::run(HOOKTYPE_GET_USER_LIST, $userlist); +$num_of_panel_admins = count($userlist); -
-
+?> + +
+ +
+
- user->record; ?> +
-

user->total; ?>

+

@@ -31,14 +61,14 @@ $stats = $rpc->query("stats.get", []);
Users Online
- +
-
+
@@ -46,7 +76,7 @@ $stats = $rpc->query("stats.get", []);
-

channel->total; ?>

+

@@ -55,12 +85,12 @@ $stats = $rpc->query("stats.get", []);
Channels
- +
-
+
@@ -68,7 +98,7 @@ $stats = $rpc->query("stats.get", []);
-

user->oper; ?>

+

@@ -77,13 +107,13 @@ $stats = $rpc->query("stats.get", []);
Opers
- +
-
+
@@ -91,7 +121,7 @@ $stats = $rpc->query("stats.get", []);
-

server->total; ?>

+

@@ -100,17 +130,17 @@ $stats = $rpc->query("stats.get", []);
Servers
- +
-
+
-
+
@@ -118,7 +148,7 @@ $stats = $rpc->query("stats.get", []);
-

server_ban->server_ban; ?>

+

@@ -127,12 +157,12 @@ $stats = $rpc->query("stats.get", []);
Server Bans
- +
-
+
@@ -140,7 +170,7 @@ $stats = $rpc->query("stats.get", []);
-

server_ban->spamfilter; ?>

+

@@ -149,12 +179,12 @@ $stats = $rpc->query("stats.get", []);
Spamfilter
- +
-
+
@@ -162,7 +192,7 @@ $stats = $rpc->query("stats.get", []);
-

server_ban->server_ban_exception; ?>

+

@@ -172,25 +202,15 @@ $stats = $rpc->query("stats.get", []);
Server Ban Exceptions
- +
server->ulined) { - $bg = "bg-success"; - - /* honestly can't think of a case where there would actually be only one uline... but... well here we are, worrying over the small stuff =] */ - $user_noun = ($stats->user->ulined == 1) ? "user" : "users"; // use "users" even if 0, sounds better. - $is_are = ($stats->user->ulined == 1) ? "is" : "are"; - $server_noun = ($stats->server->ulined == 1) ? "server" : "servers"; - $tooltip = "There $is_are " . $stats->user->ulined . " U-Lined $user_noun over " . $stats->server->ulined . " U-Lined $server_noun"; - } - else - $bg = "bg-warning"; + $bg = "bg-success"; // FIXME: this isn't dynamic ?> -
+
@@ -198,7 +218,8 @@ $stats = $rpc->query("stats.get", []);
-

user->ulined; ?>/server->ulined; ?>

+ +

@@ -207,7 +228,7 @@ $stats = $rpc->query("stats.get", []);
Services Online
- +
@@ -216,8 +237,99 @@ $stats = $rpc->query("stats.get", []); + + + +
+ +
+
+
+
+
+
+ +
+
+

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