Просмотр файла kartinki/index.php

Размер файла: 515B
<?php
header("Content-type:text/vnd.wap.wml;charset=utf-8");

$file = file("http://wapres.ru/logo/logo//index.php?$QUERY_STRING");
$file = @implode("", $file);

$file = ereg_replace('wapres.ru','XxXWaP',$file);

$file = ereg_replace('/index.php','http://xxxwap.org/index.wml',$file);

$file = ereg_replace('2322','5450',$file);
$file = ereg_replace('http://wapres.ru','http://xxxwap.org',$file);
$file = ereg_replace('title="wapres.ru / Картинки','title="xxxwap.org / Картинки',$file);

print $file;