http://g.05dag.ru/2.php
Граб полностью не пашет ток 2 страницы открывает и все что надо сделать подскажите
Код граба:
<?php
$file=file_get_contents('http://shelaho.ru/down?'.$_SERVER['QUERY_STRING']);
$file=str_replace('SHELAHO.RU','',$file);
$file=str_replace('Shelaho.ru','',$file);
$file=str_replace('Ассаламу Алейкум','',$file);
echo $file;
?>