You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if($dba->query('SELECT COUNT(*) FROM users WHERE live_key = "'.$live_key.'"')->fetchArray() > 0 && $dba->query('SELECT COUNT(*) FROM broadcasts WHERE video_id = "'.$name.'" AND live = 0')->fetchArray() > 0 && $TEMP['#settings']['live_broadcast'] == 'on'){
if($dba->query('UPDATE videos SET time = '.time().' WHERE video_id = "'.$name.'"')->returnStatus()){