<? ///////////////////////////////////////// // // Put your database info in here // ///////////////////////////////////////// // MySQL hostname $bb_news_hostname = "localhost"; // MySQL username $bb_news_mysqluser = "username"; // MySQL password $bb_news_mysqlpassword = "password"; // The database phpAds lives in $bb_news_db = "database_name"; ////////////////////////////////////////////////// // // Apperance settings // // This changes the color of the news when displayed // ////////////////////////////////////////////////// // Date Font Color $bb_news_date_fn = "#FF3333"; // Date #FF3333 = Red $bb_news_author_fn = "#FF3333"; // Author #FF3333 = Red $bb_news_subject_fn = "#0000FF"; // Subject #0000FF = Blue $bb_news_text_fn = "#000000"; // Text #000000 = Black // Max number of news items that display in the admin page. $max_hits = 3; ?>