Skip to content

Instantly share code, notes, and snippets.

@Captnwalker1
Captnwalker1 / ts3afkmover.php
Last active September 27, 2021 20:02
TS3 AFK Mover
<?php
/*
*TS3 AFK Mover (CLI+DB) by The-Killer
* 2014-06-12 initial release
* 2018-05-13 add channel statistics collecting
*/
//Include php ts3 library http://addons.teamspeak.com/directory/addon/integration/TeamSpeak-3-PHP-Framework.html
require_once('lib/libraries/TeamSpeak3/TeamSpeak3.php');
//Mysqli connection just stored in another file
require_once('mysql.inc.php');