Resource icon

Teamspeak Slot Changer 2

No permission to download
  • Thread starter Thread starter ewenjo
  • Start date Start date
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...
 

kalle

high minded
Contributor
Joined
Oct 28, 2015
Messages
411
Reaction score
253
Points
178
Nice script. Keep it up! ;)
 

h1web

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

NICE SCRIPT :)
 

ULDIN

Well-Known Member
Joined
Mar 14, 2016
Messages
95
Reaction score
33
Points
108
where whitelist.php ?
 

h1web

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