Asiruk, делай так:
<?php
define('_IN_JOHNCMS', 1);
$textl = 'Заголовок скрипта';
$rootpath = '../../';
require_once ("../../incfiles/core.php");
require_once ("../../incfiles/head.php");
header("Content-type:text/html; charset=utf-8");
echo'Ваш код, либо текст';
echo $file;
require_once ("../../incfiles/end.php");
?>
Ты забыл вот про эту вещь в шапке $rootpath = '../../';