T trex79 Member Joined Jun 22, 2016 Messages 32 Reaction score 0 Points 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 Joined Jun 9, 2016 Messages 277 Reaction score 111 Points 107 Mar 3, 2018 #2 I don't understand. can you explain?
T trex79 Member Joined Jun 22, 2016 Messages 32 Reaction score 0 Points 40 Mar 3, 2018 Thread starter #3 How can I create a server group in php with ts3?
FarisDev L oryh brx Contributor Joined Jun 9, 2016 Messages 277 Reaction score 111 Points 107 Mar 3, 2018 #4 $ts3->ServerGroupCreate("name");
T trex79 Member Joined Jun 22, 2016 Messages 32 Reaction score 0 Points 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 Joined Jun 9, 2016 Messages 277 Reaction score 111 Points 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 Joined Jun 22, 2016 Messages 32 Reaction score 0 Points 40 Mar 3, 2018 Thread starter #7 But can we create this in the query group?
Norvik Retired Staff Contributor Joined Jul 18, 2015 Messages 635 Reaction score 588 Points 157 Mar 4, 2018 #8 trex79 said: But can we create this in the query group? Click to expand... What?
pwn3r Member Joined Jan 1, 2018 Messages 143 Reaction score 63 Points 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 Joined Jun 22, 2016 Messages 32 Reaction score 0 Points 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?