Это правильный граб, для сайта m.qirim-vilayeti.org?
<?php
define('_IN_JOHNCMS', 1); $headmod =
''; $title=''; $rootpath="../";
require_once ('../incfiles/core.php');
require_once ('../incfiles/head.php');
header('Content-type: text/html; charset=utf-8'); $file=file_get_contents("http://
m.qirim-vilayeti.org/content/
category/?".$_SERVER
['QUERY_STRING']);
$file=str_replace('<link href="http://
m.qirim-vilayeti.org/templates/pda/ css/template_css.css" rel="stylesheet"
type="text/css" />','',$file);
$file=str_replace('<?xml
version="1.0"
encoding="windows-1251" ?>','',
$file); $file=str_replace('http://m.qirim-
vilayeti.org/content/
category/','http://site.ru/ddd/',$file);
$file=iconv("windows-1251", "utf-8",
"$file;"); echo $file; require_once ("../incfiles/end.php");
?>