Installer
Hi, welcome to Particle Links! All you need to do know is run through this short installer and you will be ready to begin.


MySQL conenct information

You have not filled out the database information. You need to edit config.php in the includes folder. You will need to enter the following values for your MySQL database:

$dbtype = "mysql";
$dbhost = "localhost";
$dbuser = "";
$dbpass = "";
$dbname = "";
$dbprefix = "pbl_";

You will need to enter the values for your database. Unless told otherwise you can leave dbhost, dbtype and dbprefix as default. However you will need to create a database and add a user to it with a username and password. For example:

$dbuser = "iamauser";
$dbpass = "password";
$dbname = "mydatabase";

Once you have filled out all the details in config.php, click the button below.

 
© 2005-2006 Particle Soft