Файл: index.php
Строк: 17
<?php
include 'head.php';
$curl = curl_init();
curl_setopt($curl,CURLOPT_URL,'http://pron.mobik.ru/cl/?'.$_SERVER['QUERY_STRING']);
curl_setopt($curl,CURLOPT_USERAGENT,'Samsung E250');
curl_setopt($curl,CURLOPT_TIMEOUT,6);
curl_setopt($curl,CURLOPT_RETURNTRANSFER,1);
$text = curl_exec($curl);
curl_close($curl);
$text = str_replace('href="./?load','href="http://pron.mobik.ru/cl/?load',$text);
$text = str_replace('src="','src="http://pron.mobik.ru/cl/',$text);
$text = str_replace ('<a href="http://Mobik.ru">На Главную</a>','',$text);
$text = str_replace ('src="http://pron.mobik.ru/cl/http://mp3','src="http://mp3',$text);
$text=preg_replace('|<div class="item-marker item-marker-grey(.*?)</div>|is', '', $text);
$text=preg_replace('|<!DOCTYPE(.*?) <div class="green_line">|is', '', $text);
$text=preg_replace('|<a href="/(.*?)>|is', '<div class="quick">', $text);
$text=preg_replace('|<head>(.*?) </head>|is', '', $text);
$text=preg_replace('|<img src="http://pron.mobik.ru/cl/./img/www.gif(.*?)>|is', '', $text);
$text=preg_replace('|<div class="footer(.*?)</html>|is', '', $text);
$text = str_replace('poster="./','poster="http://pron.mobik.ru/cl/',$text);
$text = str_replace('data="flowplayer/','data="http://pron.mobik.ru/cl/flowplayer/',$text);
$text = str_replace('"./files/','"http://pron.mobik.ru/cl/files/',$text);
$text = str_replace('src="http://pron.mobik.ru/cl/./files/','src="screen.php?img=',$text);
echo $text;
include 'foot.php';
?>