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

Размер файла: 3.21Kb
<?php
//$set['title']='Загрузки';//здесь пишем название страници

include '../inc/head.php';
//echo "<div class='sait'></div><div class='title'>Загрузки на ALAWAP.RU </div>";
//echo 'Лучшие java игры Бесплатно:<br />';
//include 'new100.php';
//echo "<br />";
//rek;
//echo "<a href="">Бесплатные загрузки (4629947)</a><br />";
//$set['title']='Загрузки на AlaWap.ru';
//echo "<div class='sait'></div><div class='title'>Загрузки на ALAWAP.RU </div>";
//include ('head.php');
$file=file_get_contents('http://www.alawap/stars/new.php?'.$_SERVER['QUERY_STRING']);
//$file=str_replace('http://tegos.ru/zagruzki','http://arhivka.ru/new',$file);
//$file=str_replace('Порно+предосмотр','',$file);
//$file = file("http://prezika.net/img2.php?f=$QUERY_STRING");
//$dir = 'alawap.ru/load';

//films.wapos.ru
$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);
//далее музыка mp3.wapos.ru
//$file=preg_replace('|<a href="http://wapos.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('stars.wapos.ru/base/','alawap.ru/stars/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=preg_replace('|<br/>---<br/(.*?)/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);





echo $file;
include '../inc/foot.php';
//include ('../foot.php');
?>