zigsterfrag
04-20-2005, 06:46 AM
Just installed the latest verion of vBadvanced everything went without a hitch.Modified all the files can log it Admin and see all my new setting etc.When i call the page i get thi error
Parse error: parse error, unexpected '/' in /home/evolutio/public_html/forums/cmps_index.php on line 32
I am trying to get it set up first before i make it the main site.
My cmps_index.php file is
<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0.1 - 8774
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 09:18, Tue Apr 19th 2005
// ||
// ++ ========================================================================++
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
// ============================================
// Enter the full path to your forum here
// Example: /home/public_html/forums
// ============================================
chdir('/home/evolutio/public_html/forums);
// ============================================
// No Further Editing Necessary!
// ============================================
$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();
require_once('./global.php');
print_portal_output($home);?>
Any ideas as this is a cracking mod which i want to get up and running as soon as !
Thankyou
Parse error: parse error, unexpected '/' in /home/evolutio/public_html/forums/cmps_index.php on line 32
I am trying to get it set up first before i make it the main site.
My cmps_index.php file is
<?php
// ++=========================================================================++
// || vBadvanced CMPS v1.0.1 - 8774
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 09:18, Tue Apr 19th 2005
// ||
// ++ ========================================================================++
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'adv_index');
define('VBA_PORTAL', true);
// ============================================
// Enter the full path to your forum here
// Example: /home/public_html/forums
// ============================================
chdir('/home/evolutio/public_html/forums);
// ============================================
// No Further Editing Necessary!
// ============================================
$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();
require_once('./global.php');
print_portal_output($home);?>
Any ideas as this is a cracking mod which i want to get up and running as soon as !
Thankyou