Resource icon

Teamspeak Slot Changer 2

No permission to download
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.

*This tutorial is based on Linux Ubuntu.
  1. Upload the file to a server
  2. Extract it
  3. 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
  4. If you don't already have it, insatll the php-cli package.
    Bash:
    apt-get install...

Read more about this resource...
 

h1web

VIP
Sep 2, 2015
206
134
131
Multiple Servers would be nice and the ability, that query Clients are ignored.

NICE SCRIPT :)
 

h1web

VIP
Sep 2, 2015
206
134
131
Is someone able to modify the script so multiple server ports can be set within the script?
 
Top