Во пример <?php
#####################################
## Автор: я ##
## ICQ: 1666783 ##
## Сайт:
http://wapit.org.ru ##
## Пишу грабы на заказ с абсолютно ##
## любых сайтов(WAP/WEB), от 30р. ##
#####################################
define('_IN_JOHNCMS', 1);
$headmod ="";
$textl = '';
$rootpath = '../../';
require_once ("../../incfiles/core.php");
require_once ("../../incfiles/head.php");
header("Content-type:text/html; charset=utf-8");
$file = file_get_contents("http://wapit.org.ru/download/index.php?".$_SERVER['QUERY_STRING']);
$file=preg_replace('/<!DOCTYPE(.*?)<div class=\"title\">/si','<div class="bmenu">',$file);
$file=preg_replace('/Новинки(.*?)<br\/><br\/>/si','',$file);
$file = str_replace('<a href="download', '<a href="http://wapit.org.ru/download/download', $file);
$file=preg_replace('/<div class=\"separator\"><\/div>(.*?)<\/html>/si','',$file);
echo $file;
require_once ("../../incfiles/end.php");
?>
а куда сунуть $file=preg_replace('/<?xml(.*?)<div class=\"mainmenu\">/si','',$file); и надо же чтоб внизу как то рекламу убирала? Или посто пишем так же $file=preg_replace('/<?xml(.*?)<div class=\"mainmenu\">/si','',$file); только вместо <?xml то чем начинаются ноги?