I have a plugin that runs in a bot. I want to tie it to certain account numbers. I can get it to tie to one account but I want to include others so I can tie it into as many as I want. This is in PHP I am just including the part that keeps giving me errors.
$stuffs =####### ;
$bot->SendMsg($stuffs);
$myID1 = strval($bot->zyUid);
$myID = strval($bot->zyUid) ;
$whatisthis = strpos ($stuffs, $myID);
if (empty($stuffs) == false){
if ($whatisthis === false){
$bot->SendMsg('...ACCESS RESTRICTED - USER REPORTED - Time to Exit.');
$bot->SendMsg('');