Risultati da 1 a 2 di 2
			
		- 
	07-12-2006, 19:31 #1Inattivo    
 - Data Registrazione
- Sep 2006
- Messaggi
- 15
 vbadvancedRagazzi ho scaricato vbadvanced dal sito ma cmps_index.php è vuoto...è un errore? qualcuno mi passa vbadvanced correetto per vb 3.6.0 gold? grazie.. 
 
- 
	07-12-2006, 19:45 #2Senior 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
- 
  vBulletin 3.5.x VbAdvanced 2.1Di Met98 nel forum VBulletin 3Risposte: 8Ultimo Messaggio: 04-09-2006, 19:26
- 
  vBulletin 3.5.x [Problema Installazione] vBadvanced 2.1.0Di mossss nel forum VBulletin 3Risposte: 8Ultimo Messaggio: 03-05-2006, 11:31
- 
  vBulletin 3.0.x News in vbadvanced v.1.0.0Di toreiltoro nel forum VBulletin 3Risposte: 4Ultimo Messaggio: 11-04-2005, 12:54
- 
  vBulletin 3.0.x Problema calendario vbadvanced 1.0Di CyberGigi nel forum VBulletin 3Risposte: 0Ultimo Messaggio: 07-03-2005, 17:08
- 
  vBulletin 3.0.x Problemi navbar vbadvanced !!!Di CyberGigi nel forum VBulletin 3Risposte: 7Ultimo Messaggio: 01-03-2005, 01:00


 
					
					
					
					
				 
			
Segnalibri