[ 'method' => 'POST', 'header' => 'Content-Type: application/json', 'timeout' => 5, 'content' => $jsonMessage ] ]; echo "Sending info to discord..."; $result = file_get_contents($DiscordWebhook, false, stream_context_create($options)); echo "done.\n"; }else{ echo "ERROR: Image not generated!\n"; } }else{ echo "Wait for next check ... ( ".(($lastOnlineTime + 3600) - time()).")\n"; sleep(5); } } ?>