This PHP UserInterface based on the "TS3 PHP Framework" from Planet TeamSpeak
This is a little side Project and I will work on whenever I have time for it. In this version you are able to:
- Send Privat Message to People
- Poke User
- Kick User
- Move User
some features I want to add:
- Login
- User Menagment
- Log view
- Seperated Taps for different functions
- Webchat for Communication between Clients and Web
Download the "TS3 PHP Framework from Github" and change the "libaries" folder to "inc" and add the conn.php
You also need to download Bootstrap, because the design is based on Bootstrap 3.3.7 and some personal changes
In the conn.php you need to change some values:
<?php
$Vserver = TeamSpeak3::factory('serverquery://username:password@ip:queryport/?server_port=port&nickname=name&no_query_clients=1');
?>If you use the TSViewer it is recommend to use the variable "no_query_clients" and set it to "1"