Файл: kiss/index.php
Строк: 50
<?
echo '<?xml version="1.0" encoding="utf-8"?>';
$query = (isset($_SERVER['QUERY_STRING'])) ? 'http://kissom.ru/'.$_SERVER['QUERY_STRING'] : 'http://kissom.ru/';
$ch = curl_init($query);
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.1) Gecko/2008070208');
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, '');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
$result = str_replace(array(chr(13),chr(10)),'',$result);
curl_close($ch);
preg_match_all("|<h1>(.*)</h1>|U",$result,$out, PREG_PATTERN_ORDER);
$out[0][0]."n";
$out[0][0]=str_replace('<h1>','',$out[0][0]);
$out[0][0]=str_replace('</h1>','.',$out[0][0]);
$out[0][0]=str_replace('<h2>','',$out[0][0]);
$out[0][0]=str_replace('</h2>','.',$out[0][0]);
$title= "Порно видео ".$out[0][0]."";
echo '
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8" />
<meta name="Description" content="Порно видео" />
<meta name="Keywords" content="Секс" />
<link rel="stylesheet" href="/style.css" type="text/css" />
';
if (isset ($title)){
echo '<title>'.$title.'</title>';
}
else{
echo '<title>Порно видео</title>';
}
echo '
</head>
<body>';
$result = preg_replace('|<?xml(.*?)<body>|si','',$result);
$result = preg_replace('|<div id="utils"></div>(.*?)<!--/noindex-->|si','',$result);
$result = preg_replace('|<strong>Новости(.*?)</div></div>|si','</div></div>',$result);
$result = preg_replace('|<script language="Javascript">var(.*?)</script>|si','</div></div>',$result);
$result = str_replace('href="/','href="?/',$result);
$result = str_replace('src="/','src="http://nnuxg43pnuxhe5i.cmle.ru/',$result);
$result = str_replace('<a ref="nofollow" href="?/get/','<a ref="nofollow" href="http://nnuxg43pnuxhe5i.cmle.ru/get/',$result);
$result = str_replace('<a ref="nofollow" href="?/foto/get/','<a ref="nofollow" href="http://nnuxg43pnuxhe5i.cmle.ru/foto/get/',$result);
$result = str_replace('<div class="block_wrap"><div class="block">','<div class="text">',$result);
$result = str_replace('<div class="pg">','<div class="text">',$result);
$result = str_replace('<script type="text/javascript" src="http://7porn.ru/news.js"></script>','',$result);
$result = str_replace('<table cellpadding="0" cellspacing="0"','<div class="text"><table cellpadding="0" cellspacing="0"',$result);
$result = str_replace('</td></tr></table>','</td></tr></table></div>',$result);
$result = preg_replace('|<a rel="nofollow" href(.*?)</html>|si','',$result);
echo $result;
echo '<div style= visibility:hidden><a href="http://pornovid.su/">Cкачать порно на телефон</a><a href="http://arhivka.ru/sex/">Порно на телефон бесплатно</a><a href="http://sexvizit.com/">Порно видео онлайн бесплатно</a></div>';
echo '
<div class="text"><a href="../">На главную</a></div>
</body>
</html>';
?>