Risultati da 1 a 7 di 7

Discussione: Installazione vb 3.0.7

  1. #1
    Account disattivato
    Data Registrazione
    Sep 2005
    Messaggi
    1

    Installazione vb 3.0.7

    vi prego aiutatemi nn riesco ad installarlo...

    Allora ho preso un dominio su altervista

    nickname bodyhome

    ho configurato il file config.php kosi...

    -------------INIZIO----------------

    <?php
    // ****** 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 = 'localhost';

    // ****** DATABASE USERNAME & PASSWORD ******
    // This is the username and password you use to access MySQL.
    // These must be obtained through your webhost.
    $dbusername = 'Bodyhome';
    $dbpassword = '************';

    // ****** DATABASE NAME ******
    // This is the name of the database where your vBulletin will be located.
    // This must be created by your webhost.
    $dbname = 'db_mysql';

    // ****** 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 = 'katasso@hotmail.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';


    ?>



    --------FINE------




    Aiutatemi vi prego....cmq l'errore è questo


    Step 2) Connect to the database

    Attempting to attach to database


    Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /membri/bodyhome/Forums/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.

  2. #2
    vBulletin Lover L'avatar di mossss
    Data Registrazione
    Dec 2004
    Località
    Google Campus
    Età
    43
    Messaggi
    742
    sei sicuro che i parametri di altervista siano quelli?

    di solito il server name è in indirizzo IP, non conosco altervista ma prova a controllare i tuoi dati.

    Seconda cosa è uscita da due giorni la release 3.0.9, si consiglia di installare sempre l'ultima disponibile ;-)

    ciao
    mossss

    OnlyFocus.com
    Discussioni: 9,236, Messaggi: 493,085, Utenti: 2,011
    powered by vBulletin 3.6.0 + vBadvanced CMPS 2.2 + Coppermine Gallery v1.4.8
    Vi prego di NON mandare email/PM per chiedere supporto, usate il forum!!!

  3. #3
    Inattivo L'avatar di jancarlo
    Data Registrazione
    Feb 2005
    Località
    Nord-Est
    Età
    68
    Messaggi
    374

    Wink

    leggiti qui e qui

    poi non credo che $dbusername = 'Bodyhome'; sia giusto come anche $dbname = 'db_mysql';.

    jancarlo

  4. #4
    Account disattivato
    Data Registrazione
    May 2005
    Messaggi
    57
    Ma per passare dalla 3.0.7 alla 3.0.9 bisogna effettuare anche l' upload dei seguenti files:

    1)install.php

    2)config.php

    oppure devo lasciare quelli che già ci sono?
    E per quanto riguarda la lingua italiana rimane la lo stesso file .xml della 3.0.7?
    Grazie anticipatamente.
    Ultima modifica di Micky3009; 17-09-2005 alle 23:23

  5. #5
    Inattivo L'avatar di jancarlo
    Data Registrazione
    Feb 2005
    Località
    Nord-Est
    Età
    68
    Messaggi
    374
    Quando si installa un vB nuovo si devono sovrascrivere tutti i files e dico files non cartelle e vedere se il file config.php è uguale.

    La cartella installa va sovrascritta, e una volta sovrascritti tutti i files scrivere http://www.miosito.com/install/upgrade.php se dovete aggiornare la board e il vB si auto aggiorna dalla versione che avevate all'ultima versione che avete upgradato.

    jancarlo
    Ultima modifica di jancarlo; 18-09-2005 alle 15:39

  6. #6
    Account disattivato
    Data Registrazione
    May 2005
    Messaggi
    57
    Grazie.

  7. #7
    // ****** DATABASE NAME ******
    // This is the name of the database where your vBulletin will be located.
    // This must be created by your webhost.
    $dbname = 'db_mysql';
    Metti:

    $dbname = 'my_Bodyhome'

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
  •