php permissions

trex79

Member
Jun 22, 2016
32
0
40
Hi, is there anyone in php that can generate sample code for how to build server groups?
 

trex79

Member
Jun 22, 2016
32
0
40
How can we set permissions for this? How do we create this in the query group?
 

FarisDev

L oryh brx
Contributor
Jun 9, 2016
277
111
107
$sgid = $ts3->ServerGroupCreate("name");
$ts3->serverGroupPermAssign($sgid, 'b_group_is_permanent', 1);
 

trex79

Member
Jun 22, 2016
32
0
40
You mean Admin Server Query? yes you can modify it and do what you want ( But I advise you not to do that ), you have everything here
Yes, thank you, but what do we need to do to throw the same backup over 1 server?
 
Top