0){ // if $random is on, limit selection to featured entries, 0 is off, 1 is on // edit sites in admin section to mark them as featured $featured="1"; // if $random is on, include reviews, 0 is off, 1 is on // works even if your links have no reviews $featured_reviews="1"; // todo // this setting does nothing at the moment, goal... // if $random is on, select which pages should not include it // options: 0 - 5 // 0 display on all pages // 1 not displayed on category pages (if $ID is set) // 2 not displayed on What's New, What's Cool What's Popular, Add A Site // or About pages (if $show is set) // 3 only show on entry (if request has no "index.php" in it) // 4 only show on index (if request ends with "index.php" // 5 show everywhere but entry & index (if request has a "?" in it) $exclude_featured="0"; } // select a random banner ad file from /banners, files are just plain .html files // they should be named with sequential numbers 1.htnl, 2.html .... // It should display within a 468x60 pixel box that uses the maincats class from the stylesheet. // If you use this this feature please consider leaving 1 or more of the sample banner files in rotation. // Its not required but we'd really apreciate it. $showbanners = "0"; if ($showbanners >0){ // Set this to the number of banner files in the /banners directory. $numbanners = "4"; } // todo // need an option to select between banners in header or banners in footer or both. // currently only in footers // display email bookmark & homepage buttons for IE users, 0 is off, 1 is on // browser must have java enabled, non IE browsers should fail // gracefully if they don't support it $jbuttons="1"; // if $jbuttons is on, what email address should be used for the site owner? // Leave both blank to disable email button // note: email link is java generated to prevent spambots from harvesting it $email_user=""; //username portion of email address $email_domain=""; // //display info for debugging, 0 is off, 1 is on $debug="0"; //todo //display page generation time, 0 is off, 1 is on // note: it works but gives odd results on multi CPU systems $timer="0"; // enter the name portion of your domain without www. or .com // this is used to check for reciprocol links // example: $our_site = "dew-code"; // $our_site="www.thisisbigbrother.com"; // ******************************************************************* // choose your language here. // currently only english is included // If you are bilingual please consider translating the file // /include/lang/english.php and contributing it at // http://www.dew-code.com // ******************************************************************* $language="english"; // ******************************************************************* // Other Settings // // ******************************************************************* // These are default values you can set to prefill the blanks // when you manually add a site from admin. Can be blank as well. $prefill_email = "user@email.com"; $prefill_username = "username"; $prefill_password = "password"; $prefill_hint = "hint"; // ******************************************************************* // MySQL Table Names - you don't need to change these if you use one of // the included .sql files to create the tables // ******************************************************************* $tb_categories = "phplinks_categories"; $tb_links = "phplinks_links"; $tb_settings = "phplinks_settings"; $tb_temp = "phplinks_temp"; $tb_related = "phplinks_related"; $tb_terms = "phplinks_terms"; $tb_reviews = "phplinks_reviews"; $tb_specs = "phplinks_specs"; $tb_sessions = "phplinks_sessions"; error_reporting(E_ALL&~E_NOTICE); ?>