Просмотр поста #15074: Мануал по написанию грабберов!

.
Nursultan

где я допустил ошибку?
http://newgruz.ru/2/ смотрите, когда нажимаю на ссылку, выскочить ошибка 404
вот код

include"../style/head.php";
$file = file_get_contents("http://mastox.ru/css.php?".$_SERVER['QUERY_STRING']);
$file = preg_replace('|<?xml(.*?)</a><br/></div>|si','',$file);
$file = preg_replace('|<div class="c">(.*?)</body></html>|si','',$file);
print $file;
include"../style/foot1.php";