]> git.mxchange.org Git - mailer.git/commitdiff
Several fixes/improvements:
authorRoland Häder <roland@mxchange.org>
Sun, 20 Dec 2009 20:51:31 +0000 (20:51 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 20 Dec 2009 20:51:31 +0000 (20:51 +0000)
- Networks are now sorted by short name (in what=list_networks and selection box)
- Fix for auto-purging members
- 'Der Werbepartner.cc added with basic data.
- TODOs.txt updated

.gitattributes
DOCS/TODOs.txt
inc/autopurge/purge-inact.php
inc/extensions/ext-network.php
inc/functions.php
inc/libs/network_functions.php
inc/modules/admin/what-list_networks.php
templates/de/html/select/select_network_option.tpl [new file with mode: 0644]

index 1d525ea34e129c91a8015f15c0f5dcd99b7a3a0a..67d78ae2d0efca8fc3a493b43393553b66807f2f 100644 (file)
@@ -1617,6 +1617,7 @@ templates/de/html/runtime_fatal_row.tpl -text
 templates/de/html/runtime_fatal_table.tpl -text
 templates/de/html/select/.htaccess -text
 templates/de/html/select/select_network_box.tpl -text
+templates/de/html/select/select_network_option.tpl -text
 templates/de/html/show_bonus.tpl -text
 templates/de/html/show_bonus_footer.tpl -text
 templates/de/html/show_bonus_header.tpl -text
index fc09fc44d77810a9ff4b3ab343d7417efb8bca48..612775218122e98042c4f747e756dc80f0b75d8f 100644 (file)
@@ -2,6 +2,7 @@
 ### DO NOT EDIT THIS FILE. ###
 ./beg.php:172:                 // @TODO Opps, what is missing here???
 ./birthday_confirm.php:93:             // @TODO Try to rewrite the following unset()
+./inc/autopurge/purge-inact.php:56:    // @TODO Rewrite these if() blocks to a filter
 ./inc/cache/config-local.php:125:// @TODO Rewrite the following three constants, somehow...
 ./inc/classes/cachesystem.class.php:467:       // @TODO Add support for more types which break in last else-block
 ./inc/config-functions.php:143:        // @TODO Make this all better... :-/
@@ -25,7 +26,8 @@
 ./inc/extensions/ext-network.php:34: * @TODO paid4ad: Waiting for approval                                  *
 ./inc/extensions/ext-network.php:35: * @TODO secash: Traffic                                                *
 ./inc/extensions/ext-network.php:36: * @TODO ultraPROMO: Traffic                                            *
-./inc/extensions/ext-network.php:89:           // @TODO network_type_handle is an internal name and needs documentation
+./inc/extensions/ext-network.php:37: * @TODO Der Werbepartner.cc: Has click/banner URL in API response      *
+./inc/extensions/ext-network.php:90:           // @TODO network_type_handle is an internal name and needs documentation
 ./inc/extensions/ext-newsletter.php:215:               // @TODO Move these into configuration
 ./inc/extensions/ext-rallye.php:330:           // @TODO Move this code into rallye_functions.php
 ./inc/extensions/ext-rallye.php:93:            // @TODO Fix config_rallye_prices to list_rallye_prices
@@ -46,7 +48,7 @@
 ./inc/functions.php:2700:// @TODO Rewrite this function to use readFromFile() and writeToFile()
 ./inc/functions.php:3579:// @TODO Lame description for this function
 ./inc/functions.php:3601:                      // @TODO Move this in a filter
-./inc/functions.php:3719:      // @TODO This is still very static, rewrite it somehow
+./inc/functions.php:3725:      // @TODO This is still very static, rewrite it somehow
 ./inc/functions.php:473:       // @TODO Do only use $content, not $DATA or raw variables
 ./inc/functions.php:543:               // @TODO Extension 'msg' does not exist
 ./inc/functions.php:612:// @TODO Rewrite this to an extension 'smtp'
 ./inc/modules/admin/what-refbanner.php:144:                    // @TODO Rewritings: alt->alternate,cnt->counter,clx->clicks in template
 ./inc/modules/admin/what-unlock_emails.php:88:                                 // @TODO Rewrite these if-blocks to a filter
 ./inc/modules/admin/what-unlock_sponsor.php:191:               // @TODO Rewritings: remote->remote_addr, created->sponsor_created in template
-./inc/modules/admin/what-usage.php:87: // @TODO This code is double, see LOAD_TEMPLATE and loadEmailTemplate in functions.php
+./inc/modules/admin/what-usage.php:87: // @TODO This code is double, see loadTemplate() and loadEmailTemplate() in functions.php
 ./inc/modules/admin/what-usr_online.php:50:    // @TODO Add a filter for sponsor
 ./inc/modules/guest/what-beg.php:59:// @TODO No more needed? define('__BEG_UID_TIMEOUT', createFancyTime(getConfig('beg_userid_timeout')));
 ./inc/modules/guest/what-confirm.php:112:                                      // @TODO Try to rewrite the following unset()
index b4b9ae067fce13a8bfd2380b91d14090732d38af..9bdfb6bb6c230d214855c6165e1cbd1f97784599 100644 (file)
@@ -53,6 +53,7 @@ if (getConfig('autopurge_inactive') == 'Y') {
        initSqls();
 
        // Init exclusion list
+       // @TODO Rewrite these if() blocks to a filter
        $EXCLUDE_LIST = '';
        if (getConfig('def_refid') > 0) {
                $EXCLUDE_LIST = " AND d.userid != ".getConfig('def_refid');
@@ -64,7 +65,7 @@ if (getConfig('autopurge_inactive') == 'Y') {
        if (isExtensionActive('doubler')) $EXCLUDE_LIST .= " AND d.userid != ".getConfig('doubler_userid')."";
 
        // Check for new holiday extension
-       if (getExtensionVersion('holiday') >= '0.1.3') {
+       if (isExtensionInstalledAndNewer('holiday', '0.1.3')) {
                // Include only users with no active holiday
                $EXCLUDE_LIST .= " AND d.`holiday_active`='N'";
        } // END - if
index b3335819a218b0a10dc15261ac7fec89df28503f..9c4480bdcfa7dd5f0c451c0eff7f61c05c28be05 100644 (file)
@@ -34,6 +34,7 @@
  * @TODO paid4ad: Waiting for approval                                  *
  * @TODO secash: Traffic                                                *
  * @TODO ultraPROMO: Traffic                                            *
+ * @TODO Der Werbepartner.cc: Has click/banner URL in API response      *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -250,6 +251,7 @@ PRIMARY KEY (`network_reload_id`)
 ('megad', 'Mega-Ad', 'http://www.mega-ad.de/?ref=303', '|', '|', 'GET', 'WINDOWS-1252'),
 ('power-promo', 'Power-Promo', 'http://www.power-promo.de?ref=1231', '|', '|', 'GET', 'WINDOWS-1252'),
 ('secash', 'SeCash', 'http://www.secash.de?ref=758', '|', '|', 'GET', 'WINDOWS-1252'),
+('werbepartnercc', 'Der Werbepartner.cc', 'http://www.werbepartner.cc/sponsor/?ref=696', '|', '|', 'GET', 'WINDOWS-1252'),
 ('yoomedia', 'Yoo!Media Solutions', 'http://www.yoomedia.de?ref=1715', '|', '|', 'GET', 'WINDOWS-1252')");
 
                // Network type handlers - A3H
@@ -413,6 +415,8 @@ PRIMARY KEY (`network_reload_id`)
 (99, 16, 'textlink_view', 'http://www.secash.de/interface/', 'http://www.secash.de/codes/textlinkview.php?id=%ID%&bid=%CID%&aid=%SID%', NULL),
 (101, 16, 'textmail', 'http://www.secash.de/interface/', 'http://www.secash.de/codes/paidmail.php?id=%ID%&bid=%CID%&aid=%SID%', NULL)");
 
+               // Network type handlers - Der Werbepartner.cc
+
                // Network type handlers - Yoo!Media
 
                // Request parameters per type handler - A3H
@@ -1246,6 +1250,8 @@ PRIMARY KEY (`network_reload_id`)
 (685, 16, 101, 'remain', 'uebrig', NULL),
 (686, 16, 101, 'min_stay', 'ma', NULL)");
 
+               // Request parameters per type handler - Der Werbepartner.cc
+
                // Request parameters per type handler - Yoo!Media
 
                // Fix empty defaults to NULL
index c6739d34edad671e46c55fc5831db94c6c225672..9f1476473d9ec63beab14b86b9a8c836eb495495 100644 (file)
@@ -3686,7 +3686,7 @@ function sendModeMails ($mod, $modes) {
 }
 
 // Generates a 'selection box' from given array
-function generateSelectionBoxFromArray ($options, $name, $optionValue, $optionContent) {
+function generateSelectionBoxFromArray ($options, $name, $optionValue, $optionContent='') {
        // Start the output
        $OUT = '<select name="' . $name . '" size="1" class="admin_select">
 <option value="X" disabled="disabled">{--PLEASE_SELECT--}</option>';
@@ -3694,7 +3694,13 @@ function generateSelectionBoxFromArray ($options, $name, $optionValue, $optionCo
        // Walk through all options
        foreach ($options as $option) {
                // Add the <option> entry
-               $OUT .= '<option value="' . $option[$optionValue] . '">' . $option[$optionContent] . '</option>';
+               if (empty($optionContent)) {
+                       // ... from template
+                       $OUT .= loadTemplate('select_' . $name . '_option', true, $option);
+               } else {
+                       // Direct HTML code
+                       $OUT .= '<option value="' . $option[$optionValue] . '">' . $option[$optionContent] . '</option>';
+               }
        } // END - foreach
 
        // Finish selection box
index 8bbcae08a92a57125b8914cabdeb7568c3d22a04..a1797e30ae4d8531a4925e12b7a7606858c5e5aa 100644 (file)
@@ -239,11 +239,11 @@ function generateAdminNetworkList () {
 
        // Query for all networks
        $result = SQL_QUERY("SELECT
-       `network_id`, `network_title`
+       `network_id`, `network_short_name`, `network_title`
 FROM
        `{?_MYSQL_PREFIX?}_network_data`
 ORDER BY
-       `network_title` ASC", __FILE__, __LINE__);
+       `network_short_name` ASC", __FILE__, __LINE__);
 
        // Do we have entries?
        if (SQL_NUMROWS($result) > 0) {
@@ -255,7 +255,7 @@ ORDER BY
                } // END - while
 
                // Generate the selection box
-               $content = generateSelectionBoxFromArray($rows, 'network', 'network_id', 'network_title');
+               $content = generateSelectionBoxFromArray($rows, 'network', 'network_id');
        } else {
                // Nothing selected
                $content = loadTemplate('admin_settings_unsaved', false, getMessage('ADMIN_ENTRIES_404'));
index 35cb4f9b0746392f4d928ce5f1804b0db061a11e..29972258b4cefe66b382c7eb70f45c536e642354 100644 (file)
@@ -68,7 +68,7 @@ $result = SQL_QUERY('SELECT
 FROM
        `{?_MYSQL_PREFIX?}_network_data`
 ORDER BY
-       `network_title` ASC', __FILE__, __LINE__);
+       `network_short_name` ASC', __FILE__, __LINE__);
 
 // Do we have entries?
 if (SQL_NUMROWS($result) > 0) {
diff --git a/templates/de/html/select/select_network_option.tpl b/templates/de/html/select/select_network_option.tpl
new file mode 100644 (file)
index 0000000..76b132e
--- /dev/null
@@ -0,0 +1 @@
+<option value="$content[network_id]">$content[network_title] ($content[network_short_name])</option>