Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/02/2002, 07:03
superisc
 
Fecha de Ingreso: febrero-2002
Mensajes: 8
Antigüedad: 22 años, 2 meses
Puntos: 0
Re: Como vbulletin lite en multimania???

El script es el siguiente:


<?php

/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////

// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";

// hostname or ip of server
$servername="localhost";

// username and password to log onto db server
$dbusername="root";
$dbpassword="";

// name of database
$dbname="freewareforum";

//password needed to enter the control panel
$cppassword="lacrontraseña";

?>


Y lo que quiero saber son los datos de:

$dbusername="root";
$dbpassword="";
(estos supongo que sean los datos con que me register en multimania)

$servername="localhost";
$dbname="freewareforum";

Aqui no se que hay que poner, y el servidor esta en frances, ais que no me aclaro, si podeis ayudarme...