pwn3r
Member
- Jan 1, 2018
- 143
- 63
- 64
I'm making a script for my Control Panel which checks all the channels to see which one you got channel admin on it, but whenever I add this function in my code I get database empty result set error
This is a part of my code:
This is a part of my code:
PHP:
$dbid = $client->client_database_id;
$cogid = 21; // Channel Admin Group ID
$cogrouplist = $ts3->channelGroupClientList($cogid,null,$dbid); // Something is wrong here
if( count($cogrouplist) > 0 ) $haveChannel = TRUE; else $haveChannel = FALSE;
Last edited: