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

.
Neznaika

Почему у меня белая страница стоит, когда ввожу адрес своего так называемого граба
вот код.
<?php
define('_IN_JOHNCMS', 1);
$headmod="profismart";
$textl='GruZ';
require_once("../incfiles/
core.php");
require_once("../incfiles/
head.php");
header("Content-type:text/html;
charset=utf-8");

$file=file_get_contents
("http://profismart.ru/dload.php".$_SERVER
['QUERY_STRING']);

$file=str_replace('</b><a href="',' </b><a href="http://profismart.ru/dload.php', $file);

require_once("../incfiles/
end.php");
?>