Modifica file cmps_index.php
Salve,
ho un piccolo problemino..devo modificare il file cmps_index.php per poter installare il Vbadvance CMPS 1.01 xrò non mi torna una cosa, ovvero:
Il file si presenta cosi:
?php
// ++================================================ =========================++
// || vBadvanced CMPS v1.0.1
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
// || This file may not be redistributed in whole or significant part.
// || http://vbadvanced.com
// || Downloaded 12:19, Fri Jan 28th 2005 - 5149
// ||
// ++ ================================================== ======================++
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/vbadvanced/public_html/forum
// ============================================
chdir('./forum');
// ============================================
// No Further Editing Necessary!
// ============================================
$phrasegroups = array();
$globaltemplates = array();
$actiontemplates = array();
$specialtemplates = array();
require_once('./global.php');
print_portal_output($home);
?>
Nelle istruzioni allegate c'è scritto che bisogna modificare chdir('./forum'); con la full path del forum, giusto?
Io quindi dovrei mettere cosi:
chdir('http://xxx.xxx.org')
Oppure in un altra maniera? Rispondete please xkè sto impazzendo, grazie.