This emergency shutdown button was created in case some thing bad happened to the website owner.
Dear buyers, if you have an active order that you have paid for recently: we sincerely apologize, but please do not worry as your purchase is safe with PayPal. We kindly have to ask you to avoid opening a PayPal dispute or a chargeback at this point. Please contact them directly (by email or over phone) and update them about the situation. Mention that the merchant is no longer available to provide the service or to handle a refund. Show them this message and they will assist."; die(); }
// make it snow? check if setting is toggled on
if($qry_settings['snow_effect'] == "1"){?>
format('Y-m-d H:i:s');
$started = date_create($went_live_at);
$now = date_create(date('Y-m-d H:i:s'));
$diff = date_diff($started, $now);
$hours = $diff->h;
$minutes = $diff->i;
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://api.twitch.tv/helix/games?id=$game_id");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
"Client-ID: $client_id"
));
$game_data = json_decode(curl_exec($ch), true);
curl_close($ch);
$game_name = $game_data['data'][0]['name'];
$game_artwork = $game_data['data'][0]['box_art_url'];
//echo "$user is playing $game_name";
//echo "started streaming $hours hours $minutes minutes ago";
//echo "has $viewer_count viewers";
//echo "title: $title";
$my_stream_status = "1";
}
// stream is offline
else
{
//echo "$user is not live";
$my_stream_status = "0";
}
}
?>
onload="replaceColor('#', '#');replaceColor('#', '#');" style="background: # url('') no-repeat center top fixed;">