From 304672f783a4d0edcda0f56b9bc9a94717be1d56 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Mon, 15 May 2023 21:13:28 -0600 Subject: [PATCH] Create stats.php Initial Commit --- stats.php | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 stats.php diff --git a/stats.php b/stats.php new file mode 100644 index 0000000..6030a5a --- /dev/null +++ b/stats.php @@ -0,0 +1,72 @@ + +
there are =htmlspecialchars($stats->usercount)?> users across =htmlspecialchars($stats->channelcount)?> channels.
+if the channel is set with chanmode +s it will be omitted from this list.
+the table is sortable by clicking on the column headers
+ +Name | +Users | +Topic | +
---|---|---|
=htmlspecialchars($channel->name)?> | + <=htmlspecialchars($channel->usercount)?> | +=htmlspecialchars($channel->topic)?> | +
also available as json.
+ + +