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

Размер файла: 4.34Kb
<?php
Error_Reporting(E_ALL & ~E_NOTICE);

$path=$_SERVER['QUERY_STRING'];

if(strpos($path,'file=')!==false)

{
$path=str_replace('file=','',$path);
header ("Location: http://softmob.ru/msecrets/$path");
exit();
}
$path=str_replace('open','/?open',$path);
if(!strpos($path,'open')!==false)
{
$res=file("http://softmob.ru/msecrets/index.php?open=".$path);
}
else
{
$res=file("http://softmob.ru/msecrets/".$path);
}
$urls=$url;
$res=implode('', $res);
$res=str_replace('<a href="?d','<a href="?dc=on&d',$res);

$res = ereg_replace("href\=([^\"]+)style.css([^\"]+)/>", "abcx",$res);

$res = str_replace('|','',$res);

$res = ereg_replace("<a href\=\"index_2.php([^\"]+)\">([^\"]+)</a>", "",$res);

$res = ereg_replace("<a href\=\"http://demo.1124.ru([^\"]+)\">([^\"]+)</a><br/>", "",$res);

$res = str_replace('«<a href="index.php?c=8&amp;s=0&amp;pr=1">Загрузки</a><br/>','',$res);

$res = ereg_replace("<a href\=\"index.php([^\"]+)\">([^\"]+)\"Загрузки</a>", "",$res);
$res = ereg_replace("<title>([^\"]+)</title>", "<title>Yeah!</title>",$res);

$res = ereg_replace("<a href\=\"http://4e1.ru([^\"]+)\">([^\"]+)</a><br/>", "",$res);

$res = ereg_replace("<a href\=\"http://wap.1124.ru([^\"]+)\">([^\"]+)</a><br/>", "",$res);
$res = ereg_replace("<a href\=\"http://v1p.ru([^\"]+)\">([^\"]+)</a><br />", "",$res);
$res = ereg_replace("<a href\=\"http://erowap.biz([^\"]+)\">([^\"]+)</a>", "",$res);
$res = str_replace('<a href="http://top.wapstart.ru/?s=653">counter.wapstart.ru/index.php?c=685;b=1" alt="WapStart" /></a>','',$res);
$res = str_replace(' alt="waplog" /></a><br/>','',$res);

$res = ereg_replace('c.waplog.net/ru/1212.cnt','',$res);
$res = str_replace('1212">"','',$res);

$res = str_replace('<a href="http://waplog.net/ru/c.shtml?','',$res);

$res=str_replace("a href=\"waplog\"</a>","",$res);
$res=str_replace('<a href="?dc=on&d=~V ideo/XXX&amp;s=0&amp;n=0&amp;pr=1">Настройки</a><br/>','',$res);

$res=str_replace('<div class="niz"><b>o5wap.ru<br/>&#169; by GrOb</b></div><b>Версия:   xhtml</b><br/>',"<div class=\"niz\"><b>$url</b><br/><a href=\"http://waplog.net/ru/c.shtml?19397\"><img src=\"http://c.waplog.net/ru/19397.cnt\" alt=\"waplog\"/></a></div>",$res);
$res=str_replace("a href=\"http://o5wap.ru/indexx.php","a href=\"http://$url",$res);
$res=str_replace("<a href=\"http://wen.ru","<a href=\"http://$url",$res);
$res=str_replace("<div class=\"lightred\"></div>","",$res);
$res=str_replace("<div class=\"back\"></div>","",$res);
$res=ereg_replace('script','_script',$res);

$res=str_replace('<a href="/index.php?do','<a href="?do',$res);
$res=str_replace('<a href="http://softmob.ru/msecrets/?','<a href="?dc=on&', $res);
$res=str_replace('<a href="index.php?d','<a href="?dc=on&d',$res);
$res=str_replace('<a href="http://softmob.ru/msecrets/index.php?','<a href="?dc=on&',$res);
$res=str_replace('<a href="~','<a href="?file=~',$res);
$res=str_replace('action="index.php"','action="index.php?dc=on"',$res);
$res=str_replace('<a href="./?d','<a href="?dc=on&d',$res);
$res=str_replace("a href=\"?save=","a href=\"http://o5wap.ru/dc/?save=",$res);
$res=str_replace('?dc=on',"?dc=on&url=$url",$res);
$res=str_replace('"get">',"\"get\"><input type=\"hidden\" name=\"url\" value=\"$url\"/>",$res);
$res=str_replace('<title>o5wap.ru',"<title>$url",$res);

$res=str_replace('img src="../','img src="http://softmob.ru/',$res);
$res=str_replace('../stylesheet.css','style.css',$res);
$res=str_replace('<body>',"
<body>
<center>
<div class=\"content\">
<img src=\"../images/cpm.png\">
<br><b>Yeah!</b>
</div></center>
",$res);
$res=str_replace('<div class="in_blue_block">','<div align=center class="in_blue_block">',$res);
$res=str_replace('softmob.ru">На главную','wapmas.com">На главную',$res);

$res=str_replace('На главную','Главная',$res);
$res=str_replace('<div class="bottom_block_white"></div>',
'<center><div class="in_blue_block">wapmas.com</div>
<div class="mar_f">
<a href="http://waplog.mobi/from.php?s_id=901"><img src="http://waplog.mobi/901.small" alt="waplog.MOBI" /></a><br>
',$res);
$res=str_replace('</body>',
'</div>
<div class="author">©ТеRмоЯDеRный</div></center></body>',$res);
$res=str_replace('"waplog"/></a></div>',"\"waplog\"/></a></div><div style=\"background:#2F788A; color:#2F788A\"><small></noscript>",$res);
echo $res;
?>