File size: 1.67Kb
<?php
///////////////////////////////////////////////////////////////////////////
////Автор скрипта SANEK333/////////////////////////////////////////////////
////Цена- 000 wmr//////////////////////////////////////////////////////////
////icq: 480 579 158///////////////////////////////////////////////////////
////e-mail: [email protected]///////////////////////////////////////////////
////R123882182528//////////////////////////////////////////////////////////
////Вы не имеите право права перепродажи скрипта 3-м лицам!///////////////
///////////////////////////////////////////////////////////////////////////
@include ('head.php');
if ($file=@file_get_contents('http://games.wapos.ru/?'.$_SERVER['QUERY_STRING'])) {
$file=str_replace('<?xml version="1.0" encoding="UTF-8"?>','',$file);
$file=preg_replace('/<!DOCTYPE wml(.*?)<\/a><br\/>'.chr(10).'------<br\/><\/small>/si','',$file);
$file=preg_replace('/<small>------<br\/>(.*?)<\/a><br\/>------<\/small>/si','',$file);
$file=str_replace('</small>','',$file);
$file=str_replace('<small>','',$file);
$file=str_replace('</p>','',$file);
$file=str_replace('<p>','',$file);
//$file=preg_replace('/<< &\#x0412; &\#x043D;&\#x0430;&\#x0447;&\#x0430;&\#x043B;&\#x043E;<\/a>(.*?)<\/wml>/si','<<= Вернуться',$file);
$file=preg_replace('/&\#x0412;&\#x0435;&\#x0440;&\#x0441;&\#x0438;&\#x044F;: wml(.*?)<\/wml>/si','',$file);
$file=str_replace(chr(10).chr(10),'',$file);
$file=preg_replace('/&PHPSESSID=[a-z0-9]{32}/','',$file);
echo $file;
}else{echo 'Извините, раздел временно не доступен!<br>'; }
@include ('foot.php');
?>