Name of the script: Channel Control bot
Functions of the script: Edit the name , password , topic , limit in the web panel
Why do you want it: to use it in my ts3 panel
Screenshots:
Original source (if any):
Other notes:
// You can get the user channel id using
$clientcid= $ts3->clientGetByDbid(clientid)["cid"];
// You can update the channel name using :
$channel=$ts3->channelGetById($clientcid);
$channel["channel_name"]="New channel";
// I don't test the code, but it should work!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.