Просмотр файла grab.php
<?php header("Content-type:text/html; charset=utf-8"); $file = file("http://nikson.in/index.php?$QUERY_STRING"); $file = @implode("", $file); include_once"config.php"; if ($file) { print $file; } else {echo ("Сервис временно недоступен."); } ?>