damantis
12-15-2001, 04:18 AM
well i've uploaded my vbulletin on to a site, but there are "config.php" problems: I have not edited it.
I need help editing it.
<?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="foy4wellesley";
?>
MYSQL information:
Datasource password:*****
Passwords are synched
Datasource server:localhost
Datasource name:damantis site
that's basically all I know...
I need help editing it.
<?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="foy4wellesley";
?>
MYSQL information:
Datasource password:*****
Passwords are synched
Datasource server:localhost
Datasource name:damantis site
that's basically all I know...