PDA

View Full Version : param settings, please help


bluebird60406
09-05-2006, 05:35 AM
I need help with setting these parameters
I am doing good with the first but at the end I am not doing so great.

________________________________--

// database param

define('DB_TYPE', 'mysql');

define('DB_SERVER', 'localhost');

define('DB_USER', 'db_db');

define('DB_PASSWORD', 'db');

define('DB_DATABASE', 'db_db');



// set

define('HOMEPAGE','http://yoursite.com/');

define('SITENAME','Your Site Name');

define('SHOWPIMP','ON'); //ON or OFF show left-top



define('ROOT_DIR', realpath(dirname(__FILE__)));

define('MP3FLASHLIST_DIR',ROOT_DIR."/uploads/playlist");


__________________________________

These last two, define root dir and the other, I really am clueless on, could you please give me a little direction?
Thankyou

lavinpj1
09-05-2006, 07:11 AM
Looks like those two are set by the code. Don't worry about you having to set them.

~Phil~