Файл: music/new.php
Строк: 48
<?include_once '../sys/inc/start.php';include_once '../sys/inc/compress.php';include_once '../sys/inc/sess.php';include_once '../sys/inc/home.php';include_once '../sys/inc/settings.php';include_once '../sys/inc/db_connect.php';include_once '../sys/inc/ipua.php';include_once '../sys/inc/fnc.php';include_once '../sys/inc/user.php';$set['title']='Новая музыка - naSIMbe.ru';include_once '../sys/inc/thead.php';aut();echo $div_title . 'Новинки' . $div_end;$x = file_get_contents('http://muzmo.ru/new.php?' . $_SERVER['QUERY_STRING']);if (!$x) { err('Извините, архив музыки временно не доступен.');} else {$x = preg_replace('#<?xml(.*)(</div>)#isU', '', $x);$x = preg_replace('#<div class="sub">Рекомендуем(.*)</html>#isU', '', $x); $x = preg_replace('#<a href="http://wap.sasisa(.*)(</a>)#isU', '', $x);$x = preg_replace('#<span class="text2"><b>MUZMO.RU<br />Вся музыка мира!</b></span>#isU', '', $x);$x = str_replace('На главную', 'К началу', $x);$x = str_replace('<div class="light"></div>', '', $x);$x = str_replace('<div class="sub">', '<div class="aut">', $x);$x = str_replace('<div class="main">', '<div class="menu">', $x);$x = str_replace('<div class="light">', '<div class="tworazdel">', $x);$x = str_replace('<div class="dark">', '<div class="razdel">', $x);$x = str_replace('<?', '', $x);$x = preg_replace('#<img src="(.*)(width="12" />)#isU', '<img src="img/mp3.png" height="" width="" alt=""/>', $x);$x = str_replace('<hr />', '<br />', $x);$x = str_replace('<div class="light"></div>', '', $x);echo $div_left . $x . $div_end;}include '../sys/inc/tfoot.php';?>