E
ewenjo
ewenjo submitted a new resource:
Teamspeak Slot Changer - A small php bot that changes the server's maximum client slots based on how many clients are online.
Read more about this resource...
Teamspeak Slot Changer - A small php bot that changes the server's maximum client slots based on how many clients are online.
*This tutorial is based on Linux Ubuntu.
- Upload the file to a server
- Extract it
- Edit line 14 to match your server and change the desired offset on line 42
PHP:14 $tsHandle = TeamSpeak3::factory("serverquery://serveradmin:[email protected]:10011/?server_port=9987&blocking=0&nickname=SlotChanger"); 42 $offset = 5; // Current client + OFFSET = Max slots
- If you don't already have it, insatll the php-cli package.
Bash:apt-get install...
Read more about this resource...