yes,the index.php is
Code:
<?php
// ++=========================================================================++
// || vBadvanced CMPS v4.1.0 (vB 4.0 - 4.1) - 23934
// || ? 2003-2011 vBadvanced.com - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 12:52, Thu Feb 17th 2011
// || 865023934_401931058779
// ++ ========================================================================++
error_reporting(E_ALL & ~E_NOTICE & ~8192);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
define('VBA_SCRIPT', 'CMPS');
// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
$forumpath = '/var/www/vhosts/*******/httpdocs/forum';
// ============================================
// No Further Editing Necessary!
// ============================================
if ($forumpath)
{
if (!is_dir($forumpath))
{
echo 'Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.';
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);
?>
i have make upgrade from vb3.8.4 to vb4.2.2
i must edit config or something?
--------------- Added [DATE]1400937450[/DATE] at [TIME]1400937450[/TIME] ---------------
edit
i fix it.
thanks for your help guys
this post can be deleted.