<?php
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']='Исполнители';
include_once '../sys/inc/thead.php';
title();
$x = file_get_contents('http://muzmo.ru/letter.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 = str_replace('<legend>', '', $x);
$x = preg_replace('#<span class="text2"><b>MUZMO.RU<br />Вся музыка мира!</b></span>#isU', '', $x);
$x = str_replace('</legend>', '', $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"><div class="hr"></div>', $x);
$x = str_replace('<div class="dark">', '<div class="razdel"><div class="hr"></div>', $x);
$x = str_replace('<?', '', $x);
$x = preg_replace('#<img src="(.*)(width="12" />)#isU', '<img src="img/dir.gif" height="" width="" alt=""/>', $x);
$x = str_replace('<hr />', '<br />', $x);
echo $div_left . $x . $div_end;}
include '../sys/inc/tfoot.php';?>