Размер файла: 1.18Kb
<?php
/*
mod by denich
*/
$file = file('http://wapi.ru/e/ero/ero_page.php?'.$_SERVER['QUERY_STRING']);
$file = @implode("", $file);
$file = ereg_replace("293919", "306472",$file);
$file = ereg_replace("6475990435", " 8101842732",$file);
$file = str_replace('<a href="/">:: На главную ::</a>', '', $file);
$file = str_replace("<a href='http://wapi.playfon.ru/sites.php?d=306472'>Получить по SMS</a>", "", $file);
$file = str_replace("Photo", "Скачать", $file);
$file = str_replace("ero_page.php", "obzor.php", $file);
$file = str_replace('obzor.php?', 'obzor.php?site='.$site.'&fcolor='.$fcolor.'&tcolor='.$tcolor.'&lcolor='.$lcolor.'&',$file);
$file = explode("<br/><br/>", $file);
$file[2] = ereg_replace("<br/><a href='ero.wml'>Главная - Эротика</a><br/>", "",$file[2]);
include '../head.php';
echo $file[2].$file[3].'<br/>
<a href="index.php?site='.$site.'&fcolor='.$fcolor.'&tcolor='.$tcolor.'&lcolor='.$lcolor.'">К разделам</a><br/>';
include '../foot.php';
?>