Risultati da 1 a 2 di 2

Discussione: vbadvanced

  1. #1

    vbadvanced

    Ragazzi ho scaricato vbadvanced dal sito ma cmps_index.php è vuoto...è un errore? qualcuno mi passa vbadvanced correetto per vb 3.6.0 gold? grazie..

  2. #2
    Senior Member
    Data Registrazione
    Dec 2005
    Località
    Rome, Italy, Italy
    Messaggi
    945
    <?php
    // ++================================================ =========================++
    // || vBadvanced CMPS v2.2.1 (vB 3.6) - 41464
    // || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved
    // || This file may not be redistributed in whole or significant part.
    // || http://vbadvanced.com
    // || Downloaded 15:19, Sun Nov 12th 2006
    // ||
    // ++ ================================================== ======================++

    error_reporting(E_ALL & ~E_NOTICE);
    define('NO_REGISTER_GLOBALS', 1);
    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 = '';

    // ============================================
    // 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);

    ?>

Discussioni Simili

  1. vBulletin 3.5.x VbAdvanced 2.1
    Di Met98 nel forum VBulletin 3
    Risposte: 8
    Ultimo Messaggio: 04-09-2006, 19:26
  2. vBulletin 3.5.x [Problema Installazione] vBadvanced 2.1.0
    Di mossss nel forum VBulletin 3
    Risposte: 8
    Ultimo Messaggio: 03-05-2006, 11:31
  3. vBulletin 3.0.x News in vbadvanced v.1.0.0
    Di toreiltoro nel forum VBulletin 3
    Risposte: 4
    Ultimo Messaggio: 11-04-2005, 12:54
  4. vBulletin 3.0.x Problema calendario vbadvanced 1.0
    Di CyberGigi nel forum VBulletin 3
    Risposte: 0
    Ultimo Messaggio: 07-03-2005, 16:08
  5. vBulletin 3.0.x Problemi navbar vbadvanced !!!
    Di CyberGigi nel forum VBulletin 3
    Risposte: 7
    Ultimo Messaggio: 01-03-2005, 00:00

Tag per Questa Discussione

Segnalibri

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •