Lo 1º no dices que no has ejecutado los
13 steep ,seguramente que te has quedado en el
3º ,en ese paso la base de datos parece que lo reconoce,para que se visualice se tiene que ejecutar los
13 pasos (steep) si no has llegado.
Fíjate en el archivo de
config.php,( viene como config.new.php, cámbialo de nombre) si lo abres con un editor ( no utilices el bloc de notas) hazlo con cualquiera compatiple con php,por ejemplo wordpad.
Te explico.
1º con el VBulletin no hay problemas con los permisos,lo contrario al oscomerce, si te lo pide ponlo en
777 (
en propiedades chmod)
2º
Aquí te pongo una copia y pegado de mi configuración.
<?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 HOSTORT. 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'; ---aquí dejas como está---
// ****** DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$dbusername = 'root';---aquí tienes que poner el nombre de usuario de tu base de datos el de tu servidor
$dbpassword = '
tú contraseña';---aquí tu contraseña de tu base de datos de tu servidor
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$dbname = 'portalsimberos';aquí el nombre de tu base de datos de tu servidor, por el ejemplo ese es el mio.
// ****** 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 = 'dbmaster@domain.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 = 1;aquí pones el 1
Bueno espero que haya ayudado .Un saludo de scaremuch