<?php
// ++=========================================================================++
// || vBadvanced CMPS v3.2.2 (для vBulletin 3.6 - 3.8) - Русская версия
// || © 2003-2010 vBadvanced.com - Все права защищены
// || Русский перевод: Lazek и zCarot
// ++ ========================================================================++
error_reporting(E_ALL & ~E_NOTICE & ~8192);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
define('VBA_SCRIPT', 'CMPS');
// ============================================
// Введите сюда полный путь к вашему форуму
// Пример:
// ============================================
//$forumpath = '/home/hdd1.ru/gta-pull/sites/www/forum'
';
// ============================================
// Больше ничего изменять не нужно!
// ============================================
if ($forumpath)
{
if (!is_dir($forumpath))
{
echo 'Указан неверный путь к форуму! Пожалуйста, отредактируйте этот файл и убедитесь, что вы указали верный путь в переменной $forumpath.';
exit;
}
chdir($forumpath);
}
$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();
require_once('./includes/vba_cmps_include_template.php');
require_once('./global.php');
print_portal_output($home);
?>