TeamSpeakAdminClass (TSAC) is a PHP class which allows you to add and delete new TeamSpeak servers easily. It also allows you to grab various statistics, like players on a specified server or wasted bandwidth.
| Tags | Software Development Libraries php classes |
|---|
Recent releases


Changes: Several functions has been stripped from addserver to be standalone functions. You can edit several settings also after adding the server (password, maxusers, and servername). You can add users to the server. getglobalinfo() is a new function for information about the main server. If a server was already stopped it wasn't deleted; this has been fixed. Non-visible characters are trimmed in some functions. str_replace is used instead of preg_replace. PHP was trying to allocate a huge amount of memory with preg_replace with some large lists. Several typos in the documentation have been fixed.