| |
|
Es wurden leider keine Anzeigen bei dem Händler gefunden.
|
|
| Bitte beachten Sie auch unsere Werbepartner: |
| |
|
/*********************************************************/
/* Database configuration */
/*********************************************************/
// MySQL hostname
// $phpAds_hostname = "db05.puretec.de";
$phpAds_hostname = "localhost";
// MySQL username
// $phpAds_mysqluser = "p7691754";
$phpAds_mysqluser = "root";
// MySQL password
// $phpAds_mysqlpassword = "Ka6JMT2J";
$phpAds_mysqlpassword = "2erDLDy27";
// The database phpAdsNew lives in
// $phpAds_db = "db28532602";
$phpAds_db = "A-V";
// phpAdsNew' database tables
$phpAds_tbl_adclicks = "phpads_adclicks";
$phpAds_tbl_adviews = "phpads_adviews";
$phpAds_tbl_adstats = "phpads_adstats";
$phpAds_tbl_banners = "phpads_banners";
$phpAds_tbl_clients = "phpads_clients";
$phpAds_tbl_session = "phpads_session";
$phpAds_tbl_acls = "phpads_acls";
$phpAds_tbl_zones = "phpads_zones";
// Use persistent connections to the database
$phpAds_persistent_connections = "0";
// Use INSERT DELAYED in logging functions?
$phpAds_insert_delayed = false;
/*********************************************************/
/* phpAdsNew configuration */
/*********************************************************/
// The URL to your phpAds-installation
$phpAds_url_prefix = "http://www.a-v.de/phpAdsNew";
// HTML header and footer file (relative path)
$phpAds_my_header="";
$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 = "german";
// The name of this application
$phpAds_name = "AV Dahlmann";
// Company Name
$phpAds_company_name = "AV.de";
// 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 = false;
// Compact policy
$phpAds_p3p_compact_policy = "CUR ADM OUR NOR STA NID";
// Policy file location
// For example:
// $phpAds_p3p_policy_location = "http://www.your-url.com/w3c/p3p.xml";
/*********************************************************/
/* 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 = "1";
// E-mail client when clicks/views get low? (0=no, 1=yes)
$phpAds_warn_client = "1";
// 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";
// The default weight of newly created banners (default = 1)
$phpAds_default_banner_weight = 1;
// The default weight of newly created campaigns (default = 1)
$phpAds_default_campaign_weight = 1;
// 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 = true;
$phpAds_type_web_allow = true;
$phpAds_type_url_allow = true;
$phpAds_type_html_allow = true;
// Web banner configuration
// 0 = local mode (stored in a local directory)
// 1 = ftp mode (stored on a external ftp server)
$phpAds_type_web_mode = "0";
// Local mode Web banner directory
// You need to make sure this directory is writable by PHP!
$phpAds_type_web_dir = "/ads";
// FTP mode Web banner server
$phpAds_type_web_ftp = "ftp://user:password@ftp.myname.com/ads";
// Public URL of local directory / ftp server
$phpAds_type_web_url = "http://www.a-v.de/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 = "phpmyadmin";
// Admin's password
$phpAds_admin_pw = "4jdphp4jd";
// Admin's full name (used when sending stats via email)
$phpAds_admin_fullname = "Juergen Dahlmann";
// Admin's email address (used to set the FROM-address when sending email)
$phpAds_admin_email = "info@a-v.de";
// 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);
if (strlen(__FILE__) > strlen(basename(__FILE__)))
define ('phpAds_path', substr(__FILE__, 0, strlen(__FILE__) - strlen(basename(__FILE__)) - 1));
else
define ('phpAds_path', '.');
// If this path doesn't work for you, customize it here like this
// Note: no trailing backslash
// define ('phpAds_path', "/home/myname/www/phpAdsNew");
?>
|
|
|
|