Файл: tv/index.php
Строк: 17
<?php
include'../horo/head.php';
$file=file_get_contents('http://ka4ka.ru/info/tv/?'.$_SERVER['QUERY_STRING']);
$file=str_replace('img/like.png','http://my-spaces.ru/xstatus/img/like.png', $file);
$file=str_replace('topmenu','menu', $file);
$file=str_replace('list1','menu', $file);
$file=str_replace('list2','menu', $file);
$file=str_replace('/info/tv/','', $file);
$file=str_replace('item-wrap','menu', $file);
$file=str_replace('block-title-wrap','phdr', $file);
$file=str_replace('img-new/','http://ka4ka.ru/info/forecast/img-new/', $file);
$file = preg_replace('|<?xml version="1.0"(.*?)</head>|si','',$file);
$file = preg_replace('|Главная(.*?)</html>|si','',$file);
echo $file;
?>