Просмотр файла eroboom/img.php

Размер файла: 2.07Kb
<?php
include 'head.php';
$file=file_get_contents('http://eroboom.net/photo/img.php?'.$_SERVER['QUERY_STRING']);
$file=preg_replace('|<!DOCTYPE(.*?)<body>|is','',$file);
$file=str_replace('<center>','', $file);

$file=str_replace('</center>','', $file);
$file=str_replace('<a href="http://mbn.su/312.go?other"><img src="http://mbn.su/312.img?other" alt="mbn" /></a>','', $file);
$file=str_replace('.........................<br/>','', $file);
$file=preg_replace('|<div class="foot">(.*?)</div>|is','',$file);
$file=str_replace('<img src="http://tunel.mobi/38/20.gif" height="1" border="0" alt="."/>','', $file);
$file=preg_replace('|<a href="http://translate.google.com/(.*?)</a>|is','', $file);
$file=str_replace('<a href="http://rosban.su/6716.go?other"><img src="http://rosban.su/6716.img?other" alt="" /></a><br/>','', $file);

$file=str_replace('<img src="http://x-club.mobi/images/newlink.gif" alt=""/>','', $file);
$file=preg_replace('|<a href="http://mobileads.ru/(.*?)</a>|is','',$file);

$file=preg_replace("|<a href='http://waplog.net/(.*?)</a><br/>|is","", $file);

$file=preg_replace('|<a href="http://azon.mobi(.*?)</a>|is','',$file);
$file=str_replace('<img src="/photo','<img src="http://eroboom.net/photo', $file);
$file=str_replace('<i>','', $file);
$file=str_replace('</i>','', $file);
$file=preg_replace('|<img src="http://tunel.mobi/(.*?)alt="" />|is','',$file);
$file=preg_replace('|<a href="http://rosban.su/(.*?)</a>|is','',$file);
$file=str_replace('<a href="/photo/index.php','<a href="./', $file);
$file=preg_replace('|<a href="http://waplog.net/(.*?)-->|is','',$file);
$file=preg_replace('|<img src="http://tunel.mobi(.*?)alt=""/>|is', '', $file);

$file=str_replace('<?xml version="1.0" encoding="utf-8"?>', '', $file);
$file=preg_replace('|<div class="head">(.*?)</div>|is', '', $file);
$file=preg_replace('|<div class="head_rek">(.*?)</div>|is', '', $file);
$file=preg_replace('|<div class="foot_rek">(.*?)</html>|is', '', $file);
$file=str_replace('<form action="/photo/img.php','<form action="http://eroboom.net/photo/img.php', $file);
echo $file;
?>