Просмотр файла loads/books/search.php

Размер файла: 3.67Kb
<?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://books.wapos.ru/search.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('<link rel="stylesheet" type="text/css" href="http://wapos.ru/styles/red.css"/>','', $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('books.wapos.ru/base/','alawap/books/b.php?book=', $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('<p><a href="http://waplog.net/ru/c.shtml?41142"><img src="http://c.waplog.net/ru/41142.cnt" alt="w" /></a></p>','', $file);
//$file=str_replace('<br/>---<br/>','', $file);
$file=str_replace('<a href="http://wapos.ru">На главную</a>','<br /><br /><a href="../">На главную</a>', $file);
$file=str_replace('Картинки','Картинки на AlaWap.RU!', $file);
$file=str_replace('<?xml version="1.0" encoding="UTF-8"?>','', $file);
$file=str_replace('<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml12.dtd">','', $file);

$file=str_replace('<a href="http://waplog.net/ru/c.shtml?5896"><img src="http://c.waplog.net/ru/5896.cnt" alt="w" /></a>','', $file);
$file=str_replace('<a href="http://wapos.ru">&#x041D;&#x0430; &#x0433;&#x043B;&#x0430;&#x0432;&#x043D;&#x0443;&#x044E;</a>','<a href="../">На главную</a>', $file);
$file=str_replace('Картинки','Анимации на AlaWap.RU!', $file);


$file=preg_replace('|<p(.*?)/p>|is','',$file);
//$file=str_replace('<a href=""></a>','<a href="../">На главную</a>', $file);
//$file=str_replace('<a href="../"></a>','', $file);
$file=preg_replace('|<div class="menu"(.*?)/div>|is','',$file);
$file=str_replace('wapos.ru/themes/base/','alawap/thems/tem.php?th=', $file);


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

//include ('../foot.php');
?>