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

Размер файла: 1.73Kb
<?php 
//Автор Граба: KaZ
//Сайт: WEN.KZ
//ГРАБ НАПИСАН ОТ НЕХУЙ ДЕЛАТЬ ТАК  СКАЗАТЬ))))  поэтому и выложил Бесплатно)))
//Если вы купили этот граб то вас Лоханули в очередной раз :)
header ("Content-type: text/vnd.wap.wml; charset=utf-8");

include('config.php');

$s = $_SERVER['QUERY_STRING'];
$file =file("http://siza.ru/service/finance/dynamic.php?$s");

$file = @implode("", $file);
$counter = file("http://$full/counter.php");
$counter=@implode("",$counter);


$file = preg_replace('#&\#1042;&\#1077;&\#1088;&\#1089;&\#1080;&\#1103;: wml(.*)html(.*)</small>(.*)#isU', 'litle', $file);
$file=str_replace('<p>','<p><small>',$file);
$file=str_replace('</p>','</small></p>',$file);
$file=str_replace('<a href="/service/weather.php?city=$(city)">Показать</a>','<br/><a href="/service/weather.php?city=$(city)">[Показать]</a><br/>---',$file);
$file=str_replace('SIZA.RU Team','WEN.KZ',$file);
$file=str_replace('wap.siza.ru','WEN.KZ',$file);
$file = preg_replace('#<small><a(.*)------<br/></small>#isU','',$file);
$file=str_replace('<p> <a','<p><small><a',$file);
$file=str_replace('---<br/>','<br/>',$file);
$file = preg_replace('#<small>------<br/><a(.*)<br/>------</small>#isU','site',$file);
$file=str_replace("site","<small>------<br/><a href=\"http://$site\">На главную</a><br/>------<br/>",$file);
$file=str_replace("<a href=\"http://waplog.net/ru/c.shtml?22386\"><img src=\"http://c.waplog.net/ru/22386.cnt\" alt=\"w\" /></a>","$counter",$file);

$file=str_replace('<small>','',$file);
$file=str_replace('14681','22386',$file);
$file=str_replace('</small>','',$file);

print("$file");

?>