well first yo
1.- Log into your domain's control panel and create a new database called fanlistings or whatever you want. Then, either create a new user, or give an existing user access to the
database. You will need the SELECT, INSERT, UPDATE, DELETE and CREATE privileges.
2.- open the config.php file and edit the variables. The variables are the $sitename ="" and besides them are an explanaiton after the // things let me put and example:
$sitename ="Elvellon's Fanlisting"; //This is used in the email sent to approved members, so it might be useful to include the fanlisting subject, like Name: The Subject Fanlisting
$siteurl ="http://url.com"; //The url to your fanlisting (no trailing slash!)
$adminemail ="mail@something.com"; //Your email address.
------ Some Connection important stuff ------------- here is MY configuration for my fanlisting
// information needed to connect to mysql
$dbhost = "localhost"; // usually this is localhost but if it doesn't work, check with your hosting provider
$dbname = "crystal_fanlisting"; // the name of the databse you want to put the phpFanBase tables in
(it's very important that you put your MySQL username in front of the dbname like if your MySQL username is elvellon then the dbname would be elvellon_fanlisting)$dbuser = "crystal"; // your MySQL username (must have access to database above)
if you have an trap17 hosting account then your username is usually your MySQL username$dbpass = "******"; // the password you want to protect the FL
i hope this helps you =)
Reply