log number of clients per channel to mysql

subDesTagesMitExtraKaese 435e103c16 added missing flot library il y a 3 ans
ts3-viewer 435e103c16 added missing flot library il y a 3 ans
.gitignore 4b236bd4e7 init il y a 4 ans
README.md 4b236bd4e7 init il y a 4 ans
channel-statistics.js 03697eba9c interactive viewer il y a 4 ans
createTables.sql 4b236bd4e7 init il y a 4 ans
ts3-stats.png 4b236bd4e7 init il y a 4 ans

README.md

Sinusbot Channel Statistics

log number of clients per channel to mysql

sinusbot script channel-statistics.js

display graphs on website

ts3-viewer/

needs ts3-viewer/connection.php

<?php
$dbhost="localhost";
$db="<db>";
$dbuser="<user>";
$dbpass="<pass>";

$serverUid = "<ts3 server uid>";
?>

demo