qeekus
Active Member
- Oct 12, 2015
- 17
- 5
- 93
Need help. How to ignore a channel id $ignorecid(this ids channels not delete)
PHP:
$ignorecid = '9380, 1194';
foreach ($ts3->channelList() as $clist) {
$cid = $clist['cid'];
if ($second_empty >= "864000") { //Removed if 10 days have passed
$ts3->channelDelete($cid);
}
}