ServerOfManyKEKs
Member
- Jul 22, 2016
- 2
- 0
- 35
Hey guys,
FYI: I'm an amateur PHP coder and have only recently taken up learning it with the TS3 PHP Framework.
I'm currently trying to find of a way to check if a user is in a specified Server group. I have looked up the "SERVERGROUPSBYCLIENTID" server query command but I'm not entirely sure how I'd use this value as a variable. I've tried using foreach but I've had no luck. Besides its a pretty inconvenient way just to see if a user is in a server group.
I want to achieve something like this. I can limit who can access a web page based on server groups from teamspeak.: If user is in group ## {include(...)} else {die(...)}
Any help or guidance would be greatly appreciated. Thanks in advance.
FYI: I'm an amateur PHP coder and have only recently taken up learning it with the TS3 PHP Framework.
I'm currently trying to find of a way to check if a user is in a specified Server group. I have looked up the "SERVERGROUPSBYCLIENTID" server query command but I'm not entirely sure how I'd use this value as a variable. I've tried using foreach but I've had no luck. Besides its a pretty inconvenient way just to see if a user is in a server group.
I want to achieve something like this. I can limit who can access a web page based on server groups from teamspeak.: If user is in group ## {include(...)} else {die(...)}
Any help or guidance would be greatly appreciated. Thanks in advance.
Last edited: