Файл: championat/index.php
Строк: 40
<?php
include './inc/head.php';
echo '<div class="menu_razd"> <b><center>Чемпионат мира по Все - Результаты</center></b></div>';
$file = file_get_contents("http://m.championat.com".$_GET['id']);
$file=str_replace('<a href="/','<a href="?id=/',$file);
$file=str_replace('<a href="http://www.championat.com/?mobile=no">полная версия</a>','', $file);
$file=str_replace('<a href="http://www.championat.com/?mobile=no">','', $file);
$file=str_replace('<img src="/i/icons/version-full.png" alt="" width="13" height="13" />','', $file);
$file=str_replace('<img src="/i/def/logo.jpg" width="170" height="33" alt="Чемпионат.com" />','', $file);
$file=str_replace('<h1 class="logo">','', $file);
$file=str_replace('Центр Статистики','', $file);
$file=str_replace('src="http://ads.adfox.ru/171817/','', $file);
$file=str_replace('<a href="javascript: history.go(-1)">Назад</a>','', $file);
$file=str_replace('<a href="http://waplog.net/ru/c.shtml?24313"><img src="http://c.waplog.net/ru/24313.cnt"alt="waplog"/></a>','', $file);
$file=str_replace('<a href="http://www.liveinternet.ru/','', $file);
$file=str_replace('click;championat_com"','', $file);
$file=str_replace('target="_blank">','', $file);
$file=str_replace('<script id="top100Counter" type="text/javascript" src="http://counter.rambler.ru/top100.jcn?648840"></script>','', $file);
$file=str_replace('<img src="//counter.yadro.ru/logo;championat_com?52.3"','', $file);
$file=str_replace('title="LiveInternet: �������� ����� ���������� � ����������� �� 24 ����"','', $file);
$file=str_replace('alt="" border="0" width="88" height="31"/>','', $file);
$file=str_replace('<a href="/">Главная</a> <a href="/help">Помощь</a> Полная версия','', $file);
$file=str_replace('© «Суп», 2007-2011','', $file);
$file=str_replace('<a href='/names','<a href='/ism/index.php?id=/names',$file);
$file=preg_replace('|<!-- Photolenta -->(.*?)</html>| isu','',$file);
$file=preg_replace('|waplog.net/(.*?)</body>| isu','',$file);
$file=str_replace('Фотолента','',$file);
echo $file;
include './inc/foot.php';
?>