Глобатор » 2011.10.09 16:36

вот отсюда граблю http://site.ru.gp/bash другие страницы не доступны.

Код:

1
span style="color: #0000BB"><?phpdefine('_IN_JOHNCMS', 1);$rootpath = '../';require_once ("../incfiles/core.php");require_once ("../incfiles/head.php");$file=file_get_contents('http://site.ru.gp/bash?'.$_SERVER['QUERY_STRING']);echo $file;require_once ("../incfiles/end.php");?>
Gemorroj » 2011.10.09 16:42

вопрос в чем?

Глобатор » 2011.10.09 18:00

написал же другие страницы не доступны.

TLENS » 2011.10.09 21:25

Код:

1
span style="color: #0000BB"><?php$file=file_get_contents('http://site.ru.gp/bash?'.$_SERVER['QUERY_STRING']);$file = str_replace('<a href="/bash/index.php?', '<a href="?', $file);echo $file;?>
Глобатор » 2011.10.09 22:31

TLENS, спасибо работает)