"; $phpAds_my_footer=""; // Standard colors $phpAds_table_border_color = "#000099"; $phpAds_table_back_color = "#CCCCCC"; $phpAds_table_back_color_alternative = "#F7F7F7"; $phpAds_main_back_color = "#FFFFFF"; // Your language file $phpAds_language = "slovak"; // The name of this application $phpAds_name = "webstranka.sk"; // Company Name $phpAds_company_name = "CLARITY.SK"; // Override detected GD imageformat // If phpAdsNew fails to auto-detect the right imageformat you // can specify the right imageformat. Possible values are: none, png, jpeg, gif $phpAds_override_GD_imageformat = ""; /*********************************************************/ /* P3P Privacy Policies */ /*********************************************************/ // Use P3P Polices $phpAds_p3p_policies = true; // Compact policy $phpAds_p3p_compact_policy = "CUR ADM OUR NOR STA NID"; // Policy file location // For example: // $phpAds_p3p_policy_location = ""; /*********************************************************/ /* Statistics and logging */ /*********************************************************/ // Use compact or verbose statistics $phpAds_compact_stats = 1; // Enabled logging of adviews? $phpAds_log_adviews = true; // Enabled logging of adclicks? $phpAds_log_adclicks = true; // Reverse DNS lookup remotes hosts? $phpAds_reverse_lookup = false; // Hosts to ignore (don't count adviews coming from them) $phpAds_ignore_hosts = array(); // Example: array("slashdot.org", "microsoft.com"); // weeks start on sundays if "0", on mondays if "1" $phpAds_begin_of_week = "1"; // Precision of showing percentage results $phpAds_percentage_decimals = "2"; // E-mail admin when clicks/views get low? (0=no, 1=yes) $phpAds_warn_admin = "0"; // E-mail client when clicks/views get low? (0=no, 1=yes) $phpAds_warn_client = "0"; // Minimum clicks/views before warning e-mail is sent $phpAds_warn_limit = "100"; /*********************************************************/ /* Banner retrieval */ /*********************************************************/ // Use random or sequential banner retrieval? // 0 = Random banner retrieval (default) // 1 = Normal sequental banner retrieval // 2 = Weight based sequential banner retrieval // 3 = Full sequential banner retrieval $phpAds_random_retrieve = 0; // Use conditional keywords? (0=no, 1=yes) $phpAds_con_key = "1"; // Use multiple keywords for banners in banner table? (0=no, 1=yes) $phpAds_mult_key = "1"; // Use ACL (0=no, 1=yes) $phpAds_acl = "0"; // default banner, it is show when phpAdsNew can't connect to the database or // there are absolutely no banner to display. The banner is not logged. // Enter the complete url (incl. http://) for the image and the target, // or leave them empty if you don't want to show a banner when this happens. $phpAds_default_banner_url = ""; $phpAds_default_banner_target = ""; // Cache zones, this should speed things up when using zones $phpAds_zone_cache = true; // Time between cache updates (in seconds) // Once this limit has been reached the cache will be rebuild $phpAds_zone_cache_limit = 300; // Reload every 5 minutes /*********************************************************/ /* Banner storage and types */ /*********************************************************/ // Allowed banner type methods $phpAds_type_sql_allow = false; $phpAds_type_web_allow = true; $phpAds_type_url_allow = true; $phpAds_type_html_allow = false; // Web banner configuration // 0 = local mode (stored in a local directory) // 1 = ftp mode (stored on a external ftp server) $phpAds_type_web_mode = "1"; // Local mode Web banner directory // You need to make sure this directory is writable by PHP! $phpAds_type_web_dir = ""; // FTP mode Web banner server $phpAds_type_web_ftp = "ftp://webstranka1:mortylen@ftp.webstranka.sk/public_html/_sub/banner/banner"; // Public URL of local directory / ftp server $phpAds_type_web_url = "http://banner.webstranka.sk/banner"; // Automatically change HTML banners in order to force // click logging. $phpAds_type_html_auto = true; // Allow php expressions to be executed from within a // HTML banner $phpAds_type_html_php = false; /*********************************************************/ /* Administrator configuration */ /*********************************************************/ // Admins's username $phpAds_admin = "admin"; // Admin's password $phpAds_admin_pw = "astala"; // Admin's full name (used when sending stats via email) $phpAds_admin_fullname = "Your Name"; // Admin's email address (used to set the FROM-address when sending email) $phpAds_admin_email = "clarity@clarity.sk"; // Mail Headers for the reflection of the sender of the daily ad reports $phpAds_admin_email_headers = "From: $phpAds_admin_fullname <$phpAds_admin_email> \n"; // Adminīs delete actions need confirmation for safety $phpAds_admin_novice = true; // Show client welcome message // To alter the message you can edit the file 'admin/templates/welcome.html $phpAds_client_welcome = true; /*********************************************************/ /* phpAdsNew self configuration code - don't change */ /*********************************************************/ // Disable magic_quotes_runtime set_magic_quotes_runtime(0); $phpAds_path = ''; if (strlen(__FILE__) > strlen(basename(__FILE__))) $phpAds_path=substr(__FILE__, 0, strlen(__FILE__) - strlen(basename(__FILE__)) - 1); // If this path doesn't work for you, customize it here like this // $phpAds_path="/home/myname/www/phpAdsNew"; // Note: no trailing backslash if (empty($phpAds_path)) $phpAds_path = '.'; ?>