Граббер музыки с http://loginapps.ru/music/

P.S. Это мой первый граб, так что строго не судите.

                        
<?php
$file=file_get_contents('http://loginapps.ru/music/?'.$_SERVER['QUERY_STRING']);
$file=str_replace('<link rel="stylesheet" href="/style/style.css" type="text/css"/>','',$file);
$file=str_replace('<title>LoginApps</title>','',$file);
$file=str_replace('<div class="head"><span style="color: #B1CC47;">Login</span>Apps</div>','',$file);
$file=str_replace('<?xml version="1.0" encoding="UTF-8"?>','',$file);
$file=str_replace('<div class="foot">(c) LoginApps, 2013','',$file);
echo $file;
?>
-1 7 0
Без комментариев...