Visualizzazione risultati 1 fino 3 di 3

Discussione: Problemi installazione con VBulletin [mod]

  1. #1
    Guest

    Predefinito Problemi installazione con VBulletin [mod]

    Salve, stavo per installare VBulletin, ma nell'inserire http://www.linkdownload.altervista.o...ll/install.php, mi appare il seguente errore:
    Codice:
    Warning: Unexpected character in input: '' (ASCII=18) state=1 in /membri/linkdownload/Forum/includes/config.php on line 71
    
    Parse error: syntax error, unexpected T_STRING in /membri/linkdownload/Forum/includes/config.php on line 71
    Preciso che ho modificato il file config.php inserendo i vari dati del server.

    Grazie.
    Ultima modifica di LinkDownload : 10-11-2007 alle ore 17.36.54

  2. #2
    Ospite Guest

    Predefinito

    Posta il contenuto del file config.php omettendo la password.

    Ovviamente sei munito di una licenza regolarmente acquistata per il software che stai installando, vero?

  3. #3
    Guest

    Predefinito

    Grazie per la risposta. Ecco il contenuto del file:
    Codice:
    <?php 
    /*======================================================================*\ 
    || #################################################################### || 
    || # vBulletin 3.6.8 - Licence Number DGT-SERIAL 
    || # ---------------------------------------------------------------- # || 
    || # All PHP code in this file is 2000-2007 Jelsoft Enterprises Ltd. # || 
    || # This file may not be redistributed in whole or significant part. # || 
    || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || 
    || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || 
    || #################################################################### || 
    \*======================================================================*/ 
    
    /*-------------------------------------------------------*\ 
    | ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** | 
    +---------------------------------------------------------+ 
    | If you get any errors while attempting to connect to    | 
    | MySQL, you will need to email your webhost because we   | 
    | cannot tell you the correct values for the variables    | 
    | in this file.                                           | 
    \*-------------------------------------------------------*/ 
    
    	//	****** DATABASE TYPE ****** 
    	//	This is the type of the database server on which your vBulletin database will be located. 
    	//	Valid options are mysql and mysqli, for slave support add _slave.  Try to use mysqli if you are using PHP 5 and MySQL 4.1+ 
    	// for slave options just append _slave to your preferred database type. 
    $config['Database']['dbtype'] = 'mysql'; 
    
    	//	****** DATABASE NAME ****** 
    	//	This is the name of the database where your vBulletin will be located. 
    	//	This must be created by your webhost. 
    $config['Database']['dbname'] = 'my_linkdownload'; 
    
    	//	****** TABLE PREFIX ****** 
    	//	Prefix that your vBulletin tables have in the database. 
    $config['Database']['tableprefix'] = ''; 
    
    	//	****** TECHNICAL EMAIL ADDRESS ****** 
    	//	If any database errors occur, they will be emailed to the address specified here. 
    	//	Leave this blank to not send any emails when there is a database error. 
    $config['Database']['technicalemail'] = 'dbmaster@example.com'; 
    
    	//	****** FORCE EMPTY SQL MODE ****** 
    	// New versions of MySQL (4.1+) have introduced some behaviors that are 
    	// incompatible with vBulletin. Setting this value to "true" disables those 
    	// behaviors. You only need to modify this value if vBulletin recommends it. 
    $config['Database']['force_sql_mode'] = false; 
    
    
    
    	//	****** MASTER DATABASE SERVER NAME AND PORT ****** 
    	//	This is the hostname or IP address and port of the database server. 
    	//	If you are unsure of what to put here, leave the default values. 
    $config['MasterServer']['servername'] = 'localhost'; 
    $config['MasterServer']['port'] = 21; 
    
    	//	****** MASTER DATABASE USERNAME & PASSWORD ****** 
    	//	This is the username and password you use to access MySQL. 
    	//	These must be obtained through your webhost. 
    $config['MasterServer']['username'] = 'linkdownload';
    $config['MasterServer']['password'] = '**********';

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •