hooligan (01.03.2011/18:27)<?php
решил попробовать... Гг
сделал по инструкции:
[php]<?php
define('_IN_JOHNCMS', 1);
$textl = 'hooligan';
require_once ("../incfiles/core.php");
require_once ("../incfiles/head.php");
header("Con
define('_IN_JOHNCMS', 1);
$textl = 'hooligan';
require_once ("../incfiles/core.php");
require_once ("../incfiles/head.php");
header("Content-type:text/html; charset=utf-8");
$file = file_get_contents("http://kiket-hooli.h2m.ru/library/index.php?".$_SERVER['QUERY_STRING']);
echo $file;
require_once ("../incfiles/end.php");
?>