Ошибка
<?php
define('_IN_JOHNCMS', 1);
$textl = 'smart';
require_once ("../incfiles/core.php");
require_once ("../incfiles/head.php");
header("Content-type:text/html; charset=utf-8");
$file=file_get_contents(' http://7ba.ru/smart.php?$_SERVER['QUERY_STRING']);
echo $file;
require_once ("../incfiles/end.php");
?>