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

Размер файла: 2.4Kb
<?php
include '../inc/head.php';

$file=file_get_contents('http://stars.wapos.ru/?'.$_SERVER['QUERY_STRING']);



$file=preg_replace('|<div class="top">(.*?)</div>|is','',$file);
$file=str_replace('<img src="imgs/o/folder.gif" alt="-" />','', $file);
$file=str_replace('<div class="logo"><img src="/img/logo.gif" alt="" /></div>','', $file);
$file=str_replace('<img src="imgs/o/ob.gif" alt=""/>','', $file);
$file=preg_replace('|<div class="foot"(.*?)</div>|is','',$file);
$file=str_replace('<a href="http://waplog.net/ru/c.shtml?2880"><img src="http://c.waplog.net/ru/2880.cnt" alt="waplog" /></a>','', $file);
$file=preg_replace('|<a href="http://wap.1124.ru(.*?)</a>|is','',$file);

$file=preg_replace('|<img src="imgs/coms.gif" alt="-"/(.*?)<br/>|is','',$file);
$file=preg_replace('|<img src="imgs/(.*?)"/>|is','',$file);
$file=preg_replace('|<a href="http://tabor.ru/(.*?)/a>|is','',$file);
$file=preg_replace('|<a href="http://spin2win.wapos.ru"(.*?)/a>|is','',$file);
$file=preg_replace('|<div class="about"(.*?)</div>|is','',$file);
$file=str_replace('http://stars.wapos.ru/base/','im.php?image=', $file);
$file=str_replace('<br/><br/><br/><div class="menu"><br/><br/></div><br/>','', $file);
$file=str_replace('<img src="http://wapos.ru/im/base/','<img src="http://alawap/im/img.php?url=', $file);

$file=preg_replace('|<p><small(.*?)/p>|is','',$file);

$file=str_replace('<b>Wapos.ru (c) 2010</b>','', $file);
$file=str_replace('<a href="http://waplog.net/ru/c.shtml?26762"><img src="http://c.waplog.net/ru/26762.cnt" alt="w" /></a>','', $file);
$file=str_replace('<br/>---<br/>','', $file);
$file=str_replace('[<a href="http://wapos.ru">На главную</a>]','', $file);
$file=str_replace('Картинки','Картинки на AlaWap.RU!', $file);
$file=str_replace('<?xml version="1.0" encoding="UTF-8"?>','', $file);
$file=str_replace('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">','', $file);

$file=str_replace('<link rel="stylesheet" type="text/css" href="http://wapos.ru/styles/red.css"/>','', $file);
$file=preg_replace('|<div class="menu"(.*?)/div>|is','',$file);
$file=preg_replace('|<div class="logo(.*?)/div>|is','',$file);
$file=str_replace('<br/>

<br/>','', $file);
$file=preg_replace('|<a href="comments.php(.*?)/a>|is','',$file);



echo $file;
include '../inc/foot.php';

?>