phpLedAds 2.2

Here's the quick and dirty: - Hardest part (and its pretty easy!): Configuring it! - Open config.inc.php and edit the value in the $placonfig array - Fill in the correct values for these fields: db_host => 'localhost', // the host of your mysql database db_user => 'pla', // the username to login to mysql with db_pass => 'pla', // the password to login to mysql with db_db => 'pla', // the database name itself - Then edit this field: tbl_prefix => 'pla', // set it equal to the prefix you want before tables // (this allows you to install multiple copied of the program by changing // this prefix

More Information @ http://www.efmethod.com

0 comments:

Post a Comment