Channel Control

xCHeF

Member
Joined
Sep 13, 2016
Messages
42
Reaction score
1
Points
43
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:
 

kalle

high minded
Contributor
Joined
Oct 28, 2015
Messages
411
Reaction score
253
Points
178
What is 'your' panel? Is is public or private. How the heck we should know.
 

xCHeF

Member
Joined
Sep 13, 2016
Messages
42
Reaction score
1
Points
43
public now u know :)
 
Last edited:

FarisDev

L oryh brx
Contributor
Joined
Jun 9, 2016
Messages
277
Reaction score
111
Points
107
// Some Information

// 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!
 
Top