Extension ext-network continued:
[mailer.git] / inc / extensions / ext-network.php
index 90fa3c5c00f3494549d712ab563be8c67964b64d..678630558bdd625438b269a0d5ad4a3070389a4d 100644 (file)
@@ -173,11 +173,11 @@ UNIQUE INDEX `affiliate_site` (`network_api_affiliate_id`,`network_api_site_id`)
 `network_data_id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
 `network_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 `network_type_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
-`network_max_reload_time` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
-`network_min_waiting_time` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
-`network_min_remain_clicks` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
-`network_min_payment` FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000,
-`network_allow_erotic` VARCHAR(10) NOT NULL DEFAULT '',
+`network_max_reload_time` BIGINT(20) UNSIGNED NULL DEFAULT NULL,
+`network_min_waiting_time` BIGINT(20) UNSIGNED NULL DEFAULT NULL,
+`network_min_remain_clicks` BIGINT(20) UNSIGNED NULL DEFAULT NULL,
+`network_min_payment` FLOAT(20,5) UNSIGNED NULL DEFAULT NULL,
+`network_allow_erotic` VARCHAR(10) NULL DEFAULT NULL,
 PRIMARY KEY (`network_data_id`),
 UNIQUE INDEX `provider_type` (`network_id`,`network_type_id`)",
                        'Configuration data for every type (e.g. reload-time)');
@@ -272,7 +272,7 @@ UNIQUE INDEX `provider_type` (`network_id`,`network_type_id`)",
 ('megad', 'Mega-Ad', 'http://www.mega-ad.de/?ref=303', '|', '|', 'GET', 'WINDOWS-1252', 'N', 0),
 ('power-promo', 'Power-Promo', 'http://www.power-promo.de?ref=1231', '|', '|', 'GET', 'WINDOWS-1252', 'N', 0),
 ('secash', 'SeCash', 'http://www.secash.de?ref=758', '|', '|', 'GET', 'WINDOWS-1252', 'N', 0),
-('weltpromotion', 'Welt-Promotion', 'http://www.weltpromotion.de?ref=3', '|', '|', 'GET', 'WINDOWS-1252', 'N', 0),
+('weltpromotion', 'WeltPromotion', 'http://www.weltpromotion.de?ref=3', '|', '|', 'GET', 'WINDOWS-1252', 'N', 0),
 ('ultrapromo', 'UltraPROMO', 'http://www.ultrapromo.eu?ref=485', '|', '|', 'GET', 'WINDOWS-1252', 'N', 0),
 ('werbepartnercc', 'Der Werbepartner.cc', 'http://www.werbepartner.cc/sponsor/?ref=696', '|', '|', 'GET', 'WINDOWS-1252', 'N', 0),
 ('yoomedia', 'Yoo!Media Solutions', 'http://www.yoomedia.de?ref=1715', '|', '|', 'GET', 'WINDOWS-1252', 'N', 0),