Просмотр файла audio1/index.php

Размер файла: 568B
<?php 


$file = file("http://mp3.dagwap.ru/index.php?$QUERY_STRING");
$file = @implode ("", $file);

$file = str_replace('<title>DAGWAP.RU: Поиск MP3</title>','<title>Поиск MP3</title>',$file);


$file = str_replace('<a href="http://dagwap.ru">На главную</a>','<a href="../index.php">На главную</a>',$file);


if ($file)
{
print $file;
}
 else
{
echo ("Сервис недоступен, ошибка открытия. Возможно ваш хост не поддерживает сокет соединение");
}




?>