Resource icon

Teamspeak Slot Changer 2

No permission to download
*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 php-cli
  5. Make sure the file is executable and run it using these command:
    PHP:
    chmod +x /path/to/slotchanger.php
    php /path/to/slotchanger.php

If you want in to run it in the background, start the script in a screen session
Bash:
sudo apt-get install screen
screen -S slotchangerbot php /path/to/slotchanger.php
Author
ewenjo
Downloads
208
Views
2,639
First release
Last update
Rating
4.25 star(s) 4 ratings

Latest updates

  1. Fixed timeout issues and added a couple of new features.

    Title says it all. Support for multiple server will come soon.

Latest reviews

I am little confused, so when the server gets full to 32 Slots, it will up the slots to 100 or whatever I put it at?
E
ewenjo
It's customizable, you can make it so it's always X about of slots more than users online.
Does it spam logs ? like "Virtual server edited, ect"

Or its query side ? so the log is getting spammed into the query instead of server logs
E
ewenjo
It will show this in the server chat "Server properties have been edited by "Bot"", but you can disable logging for the server log.
Where is the whitelist.php???
E
ewenjo
What?
Very nice, can you add the ability for multiple Server Ports?
E
ewenjo
Working on that :)
Top