надо после этой строки вставлять- defined('_IN_JOHNCMS') or die('Error:restricted access');
Вот это вроде-require_once ($rootpath . 'incfiles/global_ip.class.php');
require_once ($rootpath . 'incfiles/counters.php');
Короче всё вместе вот так выглядит
defined('_IN_JOHNCMS') or die('Error:restricted access');
require_once ($rootpath . 'incfiles/global_ip.class.php');
require_once ($rootpath . 'incfiles/counters.php');