Risultati da 1 a 10 di 15
-
03-07-2005, 20:30 #1
- Data Registrazione
- Jul 2005
- Messaggi
- 37
Aiutooooo Come Si Istalla il vBulletin 3.0.7 ?
Aiuto..io avevo il 3.0.3 ma non ero soddisfatto e ora voglio istallare il 3.0.7
A I U T A T E M I P E R P I A C E R E
-
04-07-2005, 00:59 #2
- Data Registrazione
- Feb 2005
- Messaggi
- 36
che probeli hai?? basta che sovrascrivi i file e quando fai partire l'install selezioni update o aggiorna.... tutto qui
-
04-07-2005, 08:19 #3
- Data Registrazione
- Jul 2005
- Messaggi
- 37
si..ma come si configura il file CONFIG e il file DB_MYSQL
ty
-
04-07-2005, 10:24 #4
Il config.php della versione 3.0.3 va bene anche per la versione 3.0.7.
Il file DB_MYSQL non lo devi toccare.
Allora per fare le cose per bene dopo aver aperto il file .zip della nuova versione, carichi il tutto via ftp in questo modo:
Tipo, se devi caricare i files che ci sono dentro la cartella admin, apri la cartella admin che hai nel server e la cartella admin che hai nel pc, selezioni tutti i files che hai nella cartella admin del pc e li trascini nella cartella admin del server, poi dai ok se vuoi che tutti i files corrispondenti vengano sovrascritti, non ti conviene cancellare la cartella admin in quanto potresti avere altri files, tipo hacks, che andrebbero persi se cancellassi, appunto, tale cartella.
Per quanto riguarda la cartella images, se hai altre gif o avatars devi trattarla con i guanti in quanto rischi di perdere le gif personali.
Questa procedura dovresti farla per tutte le cartelle, inoltre per i files nella root basta che li sovrascrivi selezionandoli e trascinandoli nel server.
Poi per avviare l'aggiornamento basta che fai: www.tuourl.com/install/upgrade.php e in automatico vB trova il file di aggiornamento adeguato alla versione che hai nel server.
Alla fine vB ti chiede di cancellare il file install.php che è dentro alla cartella omonima.
jan
ps: prima di cominciare due cose basilari, chiudere la board e fare un backup del data base.Ultima modifica di jancarlo; 04-07-2005 alle 10:30
-
04-07-2005, 12:31 #5
- Data Registrazione
- Jul 2005
- Messaggi
- 37
quando apro il istall.php e sono allo steap 2 mi dice :
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /membri/nicoforum/forum/includes/db_mysql.php on line 140
The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.
-
04-07-2005, 12:39 #6
- Data Registrazione
- Jul 2005
- Messaggi
- 37
raga vi chiedo troppo..però per piacere...
mi scrivereste qua quello che devo scrivere nel config.php tyyy
-
04-07-2005, 12:42 #7
Allora prendi il config.php.new che trovi nello .zip nella cartella includes.
Lo rinomini in config.php lasci localhost e metti il nome del database il nome dell'user e la pass e lo sostituisci al file config.php della versione 3.0.3, i dati esatti li trovi nel vecchio file config.php della versione 3.0.3, se andava devono andare anche per il nuovo config.
Non mi ricordo se e' stato cambiato il file config.php dalla versione 3.0.3 alla versione 3.0.7.
jan
-
04-07-2005, 18:29 #8
- Data Registrazione
- Jul 2005
- Messaggi
- 37
quale è il nome del server ? :SS io sono su altervista e il mio nick è nicoforum quale è il mio nome del server ??????
vi copio qua cosa c'è scritto nel config.php !!!
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 3.0.7 # ||
|| # ---------------------------------------------------------------- # ||
|| # Copyright ©2000?2005 Jelsoft Enterprises Ltd. All Rights Reserved. ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # SCRiPTMAFiA 2005 - THE DiRTY HANDS ON YOUR SCRiPTS # ||
|| ################################################## ################## ||
\*================================================ ======================*/
/*-------------------------------------------------------*\
| ****** 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 SERVER NAME ******
// This is the hostname or IP address of the database server.
// It is in the format HOST:PORT. If no PORT is specified, 3306 is used.
// If you are unsure of what to put here, leave it at the default value.
$servername = 'nicoforum@localhost';
// ****** DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$dbusername = 'nicoforum';
$dbpassword = '*******';
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$dbname = 'nicoforum';
// ****** COOKIE SECURITY HASH ******
// This option allows you to encode cookie.
// You may use any latin and/or any other alphanumeric symbols.
// Leave this blank to use the default value.
$cookie_security_hash = '';
// ****** 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.
$technicalemail = 'nikolauss@gmail.com';
// ****** PERSISTENT CONNECTIONS ******
// This option allows you to turn persistent connections to MySQL on or off.
// The difference in performance is negligible for all but the largest boards.
// If you are unsure what this should be, leave it off.
// 0 = Off; 1 = On
$usepconnect = 0;
// ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
// This setting allows you to change the name of the folders that the admin and
// moderator control panels reside in. You may wish to do this for security purposes.
// Please note that if you change the name of the directory here, you will still need
// to manually change the name of the directory on the server.
$admincpdir = 'admincp';
$modcpdir = 'modcp';
// ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
// The users specified here will be allowed to view the admin log in the control panel.
// Users must be specified by *ID number* here. To obtain a user's ID number,
// view their profile via the control panel. If this is a new installation, leave
// the first user created will have a user ID of 1. Seperate each userid with a comma.
$canviewadminlog = '1';
// ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
// The users specified here will be allowed to remove ("prune") entries from the admin
// log. See the above entry for more information on the format.
$canpruneadminlog = '1';
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$canrunqueries = '';
// ****** UNDELETABLE / UNALTERABLE USERS ******
// The users specified here will not be deletable or alterable from the control panel by any users.
// To specify more than one user, separate userids with commas.
$undeletableusers = '';
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$superadministrators = '';
// Prefix that your vBulletin tables have in the database.
// For example: $tableprefix = 'vb3_';
$tableprefix = '';
// Prefix that all vBulletin cookies will have
// For example
$cookieprefix = 'bb';
/*================================================= =====================*\
|| ################################################## ##################
|| # SCRiPTMAFiA 2005 - THE DiRTY HANDS ON YOUR SCRiPTS
|| # CVS: $RCSfile: config.php.new,v $ - $Revision: 1.19 $
|| ################################################## ##################
\*================================================ ======================*/Ultima modifica di NiPoL; 04-07-2005 alle 18:32
-
04-07-2005, 18:31 #9
- Data Registrazione
- Jul 2005
- Messaggi
- 37
ah jan per caso hai yahoo messenger..se si..mi dici il tuo nick grazie
-
04-07-2005, 21:21 #10
- Data Registrazione
- Jul 2005
- Messaggi
- 37
ecco ho toccato qualcosa e l'errore è risolto
il problema è che mi viene un'altro errore
==============================================
Step 2) Connect to the database
Attempting to attach to database
Connect failed: unexpected error from the database.
Error number: 1044
Error description: Access denied for user: 'nicoforum@localhost' to database 'nicoforum'
Please ensure that the database and server is correctly configured and try again.
==============================================
Segnalibri