php permissions

trex79

Member
Joined
Jun 22, 2016
Messages
32
Reaction score
0
Points
40
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
I don't understand. can you explain?
 

trex79

Member
Joined
Jun 22, 2016
Messages
32
Reaction score
0
Points
40
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
$ts3->ServerGroupCreate("name");
 

trex79

Member
Joined
Jun 22, 2016
Messages
32
Reaction score
0
Points
40
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
$sgid = $ts3->ServerGroupCreate("name");
$ts3->serverGroupPermAssign($sgid, 'b_group_is_permanent', 1);
 

trex79

Member
Joined
Jun 22, 2016
Messages
32
Reaction score
0
Points
40
But can we create this in the query group?
 

pwn3r

Member
Joined
Jan 1, 2018
Messages
143
Reaction score
63
Points
64
But can we create this in the query group?
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

Member
Joined
Jun 22, 2016
Messages
32
Reaction score
0
Points
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