This patch provides you detailed information about users/channels/servers and more in a MySQL database. Please read the README in the .zip for more information / installing it.
srvx-networkstats.zip
Logged In: YES user_id=806193
Update for the stable srvx-1.2 release, same way of patching as the previous, and add:
"mysql" { // Network statistics "host" "mysqlhost"; "user" "mysqluser"; "password" "mysqlpassword"; "database" "mysqldatabase"; "stats_update_duration" "15m"; // the interval of the updates };
in your srvx.conf
srvx-1.2.sql
networkstats-srvx-1.2.patch
Fixed a small bug that could cause srvx to core when alot of users/channels were online. -thanks to [Killa]
Log in to post a comment.
srvx-networkstats.zip
Logged In: YES
user_id=806193
Update for the stable srvx-1.2 release, same way of patching
as the previous, and add:
"mysql" {
// Network statistics
"host" "mysqlhost";
"user" "mysqluser";
"password" "mysqlpassword";
"database" "mysqldatabase";
"stats_update_duration" "15m"; // the interval of the
updates
};
in your srvx.conf
srvx-1.2.sql
networkstats-srvx-1.2.patch
Logged In: YES
user_id=806193
Fixed a small bug that could cause srvx to core when alot of
users/channels were online. -thanks to [Killa]