From 56c19870192eddefa384411d9df88217f45c8a89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 6 Aug 2010 18:16:29 +0000 Subject: [PATCH] Even more array element translations (again) added, interface of Switzerland updated to v3 --- inc/extensions/ext-network.php | 155 ++++++++++++++++++++++++++++++--- 1 file changed, 145 insertions(+), 10 deletions(-) diff --git a/inc/extensions/ext-network.php b/inc/extensions/ext-network.php index 2b4b58e81b..fbc067b37b 100644 --- a/inc/extensions/ext-network.php +++ b/inc/extensions/ext-network.php @@ -518,16 +518,16 @@ PRIMARY KEY (`network_reload_id`) // Network type handlers - Swizerland addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_network_types` (`network_type_id`, `network_id`, `network_type_handle`, `network_type_api_url`, `network_type_click_url`, `network_type_banner_url`) VALUES -(205, 20, 'banner_click', 'http://www.the-switzerland-ad-network.ch/interface/', 'http://www.the-switzerland-ad-network.ch/codes/klickbanner.php?id=%UID%&bid=%CID%&aid=%SID%', 'http://www.the-switzerland-ad-network.ch/codes/viewbanner.php?id=%UID%&bid=%CID%&aid=%SID%'), -(204, 20, 'banner_view', 'http://www.the-switzerland-ad-network.ch/interface/', 'http://www.the-switzerland-ad-network.ch/codes/bannerklick.php?id=%UID%&bid=%CID%&aid=%SID%', 'http://www.the-switzerland-ad-network.ch/codes/bannerview.php?id=%UID%&bid=%CID%&aid=%SID%'), -(207, 20, 'button_view', 'http://www.the-switzerland-ad-network.ch/interface/', 'http://www.the-switzerland-ad-network.ch/codes/klickbanner.php?id=%UID%&bid=%CID%&aid=%SID%', 'http://www.the-switzerland-ad-network.ch/codes/buttonview.php?id=%UID%&bid=%CID%&aid=%SID%'), -(202, 20, 'forcedbanner', 'http://www.the-switzerland-ad-network.ch/interface/', 'http://www.the-switzerland-ad-network.ch/codes/forcedbannerklick.php?id=%UID%&bid=%CID%&aid=%SID%', 'http://www.the-switzerland-ad-network.ch/codes/forcedbannerview.php?id=%UID%&bid=%CID%&aid=%SID%'), -(203, 20, 'forcedtextlink', 'http://www.the-switzerland-ad-network.ch/interface/', 'http://www.the-switzerland-ad-network.ch/codes/forcedtextlinkklick.php?id=%UID%&bid=%CID%&aid=%SID%', NULL), -(210, 20, 'popup', 'http://www.the-switzerland-ad-network.ch/interface/', 'http://www.the-switzerland-ad-network.ch/codes/popup.php?id=%UID%&bid=%CID%&aid=%SID%', NULL), -(206, 20, 'skybanner_view', 'http://www.the-switzerland-ad-network.ch/interface/', 'http://www.the-switzerland-ad-network.ch/codes/skybannerklick.php?id=%UID%&bid=%CID%&aid=%SID%', 'http://www.the-switzerland-ad-network.ch/codes/skybannerview.php?id=%UID%&bid=%CID%&aid=%SID%'), -(208, 20, 'textlink_view', 'http://www.the-switzerland-ad-network.ch/interface/', 'http://www.the-switzerland-ad-network.ch/codes/textlinkview.php?id=%UID%&bid=%CID%&aid=%SID%', NULL), -(211, 20, 'textmail', 'http://www.the-switzerland-ad-network.ch/interface/', 'http://www.the-switzerland-ad-network.ch/codes/paidmail.php?id=%UID%&bid=%CID%&aid=%SID%', NULL), -(209, 20, 'traffic', 'http://www.the-switzerland-ad-network.ch/interface/', 'http://www.the-switzerland-ad-network.ch/codes/traffic.php?id=%UID%&bid=%CID%&aid=%SID%', NULL)"); +(205, 20, 'banner_click', 'http://www.the-switzerland-ad-network.ch/interface/api_2.php', 'http://www.the-switzerland-ad-network.ch/codes/klickbanner.php?id=%UID%&bid=%CID%&aid=%SID%&trackid=%TID%', 'http://www.the-switzerland-ad-network.ch/codes/viewbanner.php?id=%UID%&bid=%CID%&aid=%SID%'), +(204, 20, 'banner_view', 'http://www.the-switzerland-ad-network.ch/interface/api_2.php', 'http://www.the-switzerland-ad-network.ch/codes/bannerklick.php?id=%UID%&bid=%CID%&aid=%SID%', 'http://www.the-switzerland-ad-network.ch/codes/bannerview.php?id=%UID%&bid=%CID%&aid=%SID%'), +(207, 20, 'button_view', 'http://www.the-switzerland-ad-network.ch/interface/api_2.php', 'http://www.the-switzerland-ad-network.ch/codes/klickbanner.php?id=%UID%&bid=%CID%&aid=%SID%&trackid=%TID%', 'http://www.the-switzerland-ad-network.ch/codes/buttonview.php?id=%UID%&bid=%CID%&aid=%SID%'), +(202, 20, 'forcedbanner', 'http://www.the-switzerland-ad-network.ch/interface/api_2.php', 'http://www.the-switzerland-ad-network.ch/codes/forcedbannerklick.php?id=%UID%&bid=%CID%&aid=%SID%&trackid=%TID%', 'http://www.the-switzerland-ad-network.ch/codes/forcedbannerview.php?id=%UID%&bid=%CID%&aid=%SID%'), +(203, 20, 'forcedtextlink', 'http://www.the-switzerland-ad-network.ch/interface/api_2.php', 'http://www.the-switzerland-ad-network.ch/codes/forcedtextlinkklick.php?id=%UID%&bid=%CID%&aid=%SID%&trackid=%TID%', NULL), +(210, 20, 'popup', 'http://www.the-switzerland-ad-network.ch/interface/api_2.php', 'http://www.the-switzerland-ad-network.ch/codes/popup.php?id=%UID%&bid=%CID%&aid=%SID%&trackid=%TID%', NULL), +(206, 20, 'skybanner_view', 'http://www.the-switzerland-ad-network.ch/interface/api_2.php', 'http://www.the-switzerland-ad-network.ch/codes/skybannerklick.php?id=%UID%&bid=%CID%&aid=%SID%&trackid=%TID%', 'http://www.the-switzerland-ad-network.ch/codes/skybannerview.php?id=%UID%&bid=%CID%&aid=%SID%'), +(208, 20, 'textlink_view', 'http://www.the-switzerland-ad-network.ch/interface/api_2.php', 'http://www.the-switzerland-ad-network.ch/codes/textlinkview.php?id=%UID%&bid=%CID%&aid=%SID%&trackid=%TID%', NULL), +(211, 20, 'textmail', 'http://www.the-switzerland-ad-network.ch/interface/api_2.php', 'http://www.the-switzerland-ad-network.ch/codes/paidmail.php?id=%UID%&bid=%CID%&aid=%SID%&trackid=%TID%', NULL), +(209, 20, 'traffic', 'http://www.the-switzerland-ad-network.ch/interface/api_2.php', 'http://www.the-switzerland-ad-network.ch/codes/traffic.php?id=%UID%&bid=%CID%&aid=%SID%&trackid=%TID%', NULL)"); // Network type handlers - UltraPROMO addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_network_types` (`network_type_id`, `network_id`, `network_type_handle`, `network_type_api_url`, `network_type_click_url`, `network_type_banner_url`) VALUES @@ -3100,8 +3100,143 @@ PRIMARY KEY (`network_reload_id`) (1027, 18, 92, 25, 10)"); // API array elements - SeCash + addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_network_api_translation` (`network_api_id`, `network_id`, `network_type_id`, `network_api_index`, `sort`) VALUES +(1028, 19, 93, 1, 1), +(1029, 19, 93, 2, 2), +(1030, 19, 93, 4, 3), +(1031, 19, 93, 5, 4), +(1032, 19, 93, 6, 5), +(1033, 19, 94, 1, 1), +(1034, 19, 94, 2, 2), +(1035, 19, 94, 4, 3), +(1036, 19, 94, 5, 4), +(1037, 19, 94, 6, 5), +(1038, 19, 95, 1, 1), +(1039, 19, 95, 2, 2), +(1040, 19, 95, 4, 3), +(1041, 19, 95, 5, 4), +(1042, 19, 95, 6, 5), +(1043, 19, 96, 1, 1), +(1044, 19, 96, 2, 2), +(1045, 19, 96, 4, 3), +(1046, 19, 96, 5, 4), +(1047, 19, 96, 6, 5), +(1048, 19, 97, 1, 1), +(1049, 19, 97, 2, 2), +(1050, 19, 97, 4, 3), +(1051, 19, 97, 5, 4), +(1052, 19, 97, 6, 5), +(1053, 19, 98, 1, 1), +(1054, 19, 98, 2, 2), +(1055, 19, 98, 4, 3), +(1056, 19, 98, 5, 4), +(1057, 19, 98, 6, 5), +(1058, 19, 99, 1, 1), +(1059, 19, 99, 2, 2), +(1060, 19, 99, 4, 3), +(1061, 19, 99, 5, 4), +(1062, 19, 99, 6, 5), +(1068, 19, 100, 1, 1), +(1069, 19, 100, 2, 2), +(1070, 19, 100, 4, 3), +(1071, 19, 100, 5, 4), +(1072, 19, 100, 6, 5), +(1073, 19, 100, 10, 6), +(1074, 19, 101, 1, 1), +(1075, 19, 101, 2, 2), +(1076, 19, 101, 4, 3), +(1077, 19, 101, 5, 4), +(1078, 19, 101, 6, 5), +(1079, 19, 101, 10, 6), +(1080, 19, 101, 9, 7), +(1063, 19, 124, 1, 1), +(1064, 19, 124, 2, 2), +(1065, 19, 124, 4, 3), +(1066, 19, 124, 5, 4), +(1067, 19, 124, 6, 5)"); // API array elements - The Swizerland Ad Network + addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_network_api_translation` (`network_api_id`, `network_id`, `network_type_id`, `network_api_index`, `sort`) VALUES +(1081, 20, 205, 1, 1), +(1082, 20, 205, 2, 2), +(1083, 20, 205, 4, 3), +(1084, 20, 205, 5, 4), +(1085, 20, 205, 6, 5), +(1086, 20, 205, 10, 6), +(1087, 20, 205, 9, 7), +(1088, 20, 205, 27, 8), +(1089, 20, 204, 1, 1), +(1090, 20, 204, 2, 2), +(1091, 20, 204, 4, 3), +(1092, 20, 204, 5, 4), +(1093, 20, 204, 6, 5), +(1094, 20, 204, 10, 6), +(1095, 20, 204, 9, 7), +(1096, 20, 204, 27, 8), +(1097, 20, 207, 1, 1), +(1098, 20, 207, 2, 2), +(1099, 20, 207, 4, 3), +(1100, 20, 207, 5, 4), +(1101, 20, 207, 6, 5), +(1102, 20, 207, 10, 6), +(1103, 20, 207, 9, 7), +(1104, 20, 207, 27, 8), +(1105, 20, 202, 1, 1), +(1106, 20, 202, 2, 2), +(1107, 20, 202, 4, 3), +(1108, 20, 202, 5, 4), +(1109, 20, 202, 6, 5), +(1110, 20, 202, 10, 6), +(1111, 20, 202, 9, 7), +(1112, 20, 202, 27, 8), +(1113, 20, 203, 1, 1), +(1114, 20, 203, 2, 2), +(1115, 20, 203, 4, 3), +(1116, 20, 203, 5, 4), +(1117, 20, 203, 6, 5), +(1118, 20, 203, 10, 6), +(1119, 20, 203, 9, 7), +(1120, 20, 203, 27, 8), +(1121, 20, 210, 1, 1), +(1122, 20, 210, 2, 2), +(1123, 20, 210, 4, 3), +(1124, 20, 210, 5, 4), +(1125, 20, 210, 6, 5), +(1126, 20, 210, 10, 6), +(1127, 20, 210, 9, 7), +(1128, 20, 210, 27, 8), +(1129, 20, 206, 1, 1), +(1130, 20, 206, 2, 2), +(1131, 20, 206, 4, 3), +(1132, 20, 206, 5, 4), +(1133, 20, 200, 6, 5), +(1134, 20, 206, 10, 6), +(1185, 20, 206, 9, 7), +(1136, 20, 206, 27, 8), +(1137, 20, 208, 1, 1), +(1138, 20, 208, 2, 2), +(1139, 20, 208, 4, 3), +(1140, 20, 208, 5, 4), +(1141, 20, 208, 6, 5), +(1142, 20, 208, 10, 6), +(1143, 20, 208, 9, 7), +(1144, 20, 208, 27, 8), +(1145, 20, 211, 1, 1), +(1146, 20, 211, 2, 2), +(1147, 20, 211, 4, 3), +(1148, 20, 211, 5, 4), +(1149, 20, 211, 6, 5), +(1150, 20, 211, 10, 6), +(1151, 20, 211, 9, 7), +(1152, 20, 211, 27, 8), +(1153, 20, 209, 1, 1), +(1184, 20, 209, 2, 2), +(1155, 20, 209, 4, 3), +(1156, 20, 209, 5, 4), +(1157, 20, 209, 6, 5), +(1158, 20, 209, 10, 6), +(1159, 20, 209, 9, 7), +(1160, 20, 209, 27, 8)"); // API array elements - UltraPOMO -- 2.39.2