Просмотр файла live/index.php

Размер файла: 749B
<?php
include_once"head.php";
echo'<div class="tp">LIVE Результаты</div>';
$file=file_get_contents('http://fanbet.net/live/f.php?'.$_SERVER['QUERY_STRING']);


$file = preg_replace('/<!DOCTYP(.*?)Футбол<\/b><\/div>/si','',$file);
$file = preg_replace('|Расписание(.*?)|','', $file);
$file = preg_replace('|Завершенные(.*?)|','', $file);
$file = preg_replace('|LIVE(.*?)|','', $file);
$file = preg_replace('/Авторизация(.*?)<\/html>/si','',$file);
$file=str_replace('fanbet.net','fanyb.h2m.ru',$file);
$file = preg_replace('|Сегодня(.*?)|','', $file);
$file = preg_replace('|Вчера(.*?)|','', $file);
$file = preg_replace('|Завтра(.*?)|','', $file);
include_once"foot.php";
?>