Вход Регистрация
Файл: vipmob.tk/webmas/ses.php
Строк: 11
<?php 
require_once('head.php');
echo
'<div class="title"><center> Загрузки для Web и Wap мастеров</center></div>';
$curl curl_init(); 

curl_setopt($curl,CURLOPT_URL,'http://bymas.ru/downloads/list_files.php?'.$_SERVER['QUERY_STRING']); 
curl_setopt($curl,CURLOPT_USERAGENT,'Nokia: 5130'); 
curl_setopt($curl,CURLOPT_TIMEOUT,6); 
curl_setopt($curl,CURLOPT_RETURNTRANSFER,1); 
$file curl_exec($curl); 
curl_close($curl); 

$file=str_replace('href="http://bymas.ru/downloads/','href="down.php?max=',$file); 
$file=preg_replace('|<!DOCTYPE(.*?)<div class="title">|si','',$file); 
$file=preg_replace('|<div class="title">(.*?)</html>|si','',$file); 
$file=preg_replace('|<div class="title">(.*?)<div class="menu">|si','',$file); 
$file=preg_replace('|<?xml(.*?)<a class|si','<a class',$file); 
$file=str_replace('<?','</a>',$file); 
$file=str_replace('href="down.php?max=list_files.php?','href="ses.php?',$file);
$file=str_replace('src="/views/default/img/','src="',$file);

echo 
$file;
require_once(
'foot.php');
?>
Онлайн: 2
Реклама