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");?> |
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;?> |