T trex79 Member Jun 22, 2016 32 0 40 Mar 2, 2018 #1 Hi, is there anyone in php that can generate sample code for how to build server groups?
FarisDev L oryh brx Contributor Jun 9, 2016 277 111 107 Mar 3, 2018 #2 I don't understand. can you explain?
T trex79 Member Jun 22, 2016 32 0 40 Mar 3, 2018 Thread starter #3 How can I create a server group in php with ts3?
FarisDev L oryh brx Contributor Jun 9, 2016 277 111 107 Mar 3, 2018 #4 $ts3->ServerGroupCreate("name");
T trex79 Member Jun 22, 2016 32 0 40 Mar 3, 2018 Thread starter #5 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 Mar 3, 2018 #6 $sgid = $ts3->ServerGroupCreate("name"); $ts3->serverGroupPermAssign($sgid, 'b_group_is_permanent', 1);
$sgid = $ts3->ServerGroupCreate("name"); $ts3->serverGroupPermAssign($sgid, 'b_group_is_permanent', 1);
T trex79 Member Jun 22, 2016 32 0 40 Mar 3, 2018 Thread starter #7 But can we create this in the query group?
Norvik Retired Staff Contributor Jul 18, 2015 635 588 157 Mar 4, 2018 #8 trex79 said: But can we create this in the query group? Click to expand... What?
pwn3r Member Jan 1, 2018 143 63 64 Mar 4, 2018 #9 trex79 said: But can we create this in the query group? Click to expand... 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
trex79 said: But can we create this in the query group? Click to expand... 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
T trex79 Member Jun 22, 2016 32 0 40 Mar 4, 2018 Thread starter #10 pwn3r said: 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 Click to expand... Yes, thank you, but what do we need to do to throw the same backup over 1 server?
pwn3r said: 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 Click to expand... Yes, thank you, but what do we need to do to throw the same backup over 1 server?