Размер файла: 975B
<?php
$jx=$_SERVER['QUERY_STRING'];
$cnt=file_get_contents('http://seclub.org/old/video.php?'.$jx);
$ttl="X-terNO 3gp/mp4";
$cnt=preg_replace('/<\?xml(.*?)<a href="video/si','<a href="video',$cnt);
$cnt=preg_replace('/<a href="downloads.php(.*?)<\/wml>/si','',$cnt);
$cnt=str_replace('<a href="index.php','<a href="vd.php',$cnt);
$cnt=str_replace('<b>:::</b><br/>','',$cnt);
$cnt=str_replace('="center"','',$cnt);
$cnt=str_replace('<td><a href="video.php','<td><a href="/adv/video.php',$cnt);
$cnt=str_replace('</a><a href','</a><br/><a href',$cnt);
$cnt=str_replace('video.php?mod=main','/adv/video.php?mod=main',$cnt);
$cnt=str_replace('<a href="video/','<img src="/style/themes/default/loads/14/3gp.png" alt="V"/><a href="http://seclub.org/old/video/',$cnt);
$cnt=preg_replace('/>?\) /','_',$cnt);
$cnt=str_replace('<a href="video.php','<img src="/style/themes/default/loads/14/dir.png" alt="D"/><a href="video.php',$cnt);
include 'face.php';exit();
?>