Conflict solved, more templates added, TODOs.txt updated:
authorRoland Häder <roland@mxchange.org>
Sun, 28 Mar 2010 18:05:12 +0000 (18:05 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 28 Mar 2010 18:05:12 +0000 (18:05 +0000)
- Conflict between user and surfbar URL status solved
- New templates for unlock/reject of booked URLs added
- TODOs.txt updated

28 files changed:
DOCS/TODOs.txt
inc/language/surfbar_de.php
inc/libs/surfbar_functions.php
inc/modules/admin/what-list_surfbar_urls.php
inc/modules/admin/what-unlock_surfbar_urls.php
inc/modules/member/what-surfbar_list.php
templates/de/emails/admin/admin_del_surfbar_urls.tpl
templates/de/emails/admin/admin_surfbar_url_confirmed.tpl
templates/de/emails/admin/admin_surfbar_url_migrate.tpl
templates/de/emails/admin/admin_surfbar_url_pending.tpl
templates/de/emails/admin/admin_surfbar_url_pending_active.tpl [new file with mode: 0644]
templates/de/emails/admin/admin_surfbar_url_pending_rejected.tpl [new file with mode: 0644]
templates/de/emails/admin/admin_surfbar_url_reg.tpl
templates/de/emails/admin/admin_surfbar_url_rejected.tpl
templates/de/emails/admin/admin_surfbar_url_unlock.tpl
templates/de/emails/member/member_surfbar_url_confirmed.tpl
templates/de/emails/member/member_surfbar_url_depleted.tpl
templates/de/emails/member/member_surfbar_url_migrate.tpl
templates/de/emails/member/member_surfbar_url_pending.tpl
templates/de/emails/member/member_surfbar_url_pending_active.tpl [new file with mode: 0644]
templates/de/emails/member/member_surfbar_url_pending_rejected.tpl [new file with mode: 0644]
templates/de/emails/member/member_surfbar_url_reg.tpl
templates/de/emails/member/member_surfbar_url_rejected.tpl
templates/de/emails/member/member_surfbar_url_unlock.tpl
templates/de/html/admin/admin_list_surfbar_urls_row.tpl
templates/de/html/admin/admin_lock_surfbar_urls_row.tpl
templates/de/html/admin/admin_undelete_surfbar_urls_row.tpl
templates/de/html/member/member_surfbar_list_row.tpl

index 004c42f9aff2349404e8d3304b833dba80087805..f098b63a621c30a301d8a94f60264b955fee69ed 100644 (file)
 ./inc/extensions/ext-yoomedia.php:56:// @TODO Only deprecated when 'ext-network' is ready! setExtensionDeprecated('Y');
 ./inc/extensions-functions.php:380:// @TODO Change from ext_id to ext_name (not just even the variable! ;-) )
 ./inc/extensions-functions.php:493:            // @TODO Extension is loaded, what next?
 ./inc/extensions/ext-yoomedia.php:56:// @TODO Only deprecated when 'ext-network' is ready! setExtensionDeprecated('Y');
 ./inc/extensions-functions.php:380:// @TODO Change from ext_id to ext_name (not just even the variable! ;-) )
 ./inc/extensions-functions.php:493:            // @TODO Extension is loaded, what next?
-./inc/functions.php:1023:// @TODO $simple is deprecated
-./inc/functions.php:1058:      // @TODO Do only use $content and deprecate $GLOBALS and $DATA in templates
-./inc/functions.php:2534:              // @TODO Add a little more infos here
+./inc/functions.php:1026:// @TODO $simple is deprecated
+./inc/functions.php:1061:      // @TODO Do only use $content and deprecate $GLOBALS and $DATA in templates
+./inc/functions.php:2537:              // @TODO Add a little more infos here
 ./inc/functions.php:256:       // @TODO Remove this sanity-check if all is fine
 ./inc/functions.php:259:       // @TODO Try to rewrite all $DATA to $content
 ./inc/functions.php:256:       // @TODO Remove this sanity-check if all is fine
 ./inc/functions.php:259:       // @TODO Try to rewrite all $DATA to $content
-./inc/functions.php:2617:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
-./inc/functions.php:2640:                      // @TODO Rewrite this old lost code to a template
-./inc/functions.php:2729:                      // @TODO Are these convertions still required?
-./inc/functions.php:2747:// @TODO Rewrite this function to use readFromFile() and writeToFile()
-./inc/functions.php:3626:// @TODO Lame description for this function
-./inc/functions.php:3648:                      // @TODO Move this in a filter
-./inc/functions.php:3772:      // @TODO This is still very static, rewrite it somehow
+./inc/functions.php:2620:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
+./inc/functions.php:2643:                      // @TODO Rewrite this old lost code to a template
+./inc/functions.php:2733:                      // @TODO Are these convertions still required?
+./inc/functions.php:2751:// @TODO Rewrite this function to use readFromFile() and writeToFile()
+./inc/functions.php:3630:// @TODO Lame description for this function
+./inc/functions.php:3652:                      // @TODO Move this in a filter
+./inc/functions.php:3776:      // @TODO This is still very static, rewrite it somehow
 ./inc/functions.php:474:       // @TODO Do only use $content, not $DATA or raw variables
 ./inc/functions.php:544:               // @TODO Extension 'msg' does not exist
 ./inc/functions.php:613:// @TODO Rewrite this to an extension 'smtp'
 ./inc/functions.php:474:       // @TODO Do only use $content, not $DATA or raw variables
 ./inc/functions.php:544:               // @TODO Extension 'msg' does not exist
 ./inc/functions.php:613:// @TODO Rewrite this to an extension 'smtp'
@@ -77,8 +77,8 @@
 ./inc/libs/register_functions.php:373: // @TODO Rewrite this to a filter
 ./inc/libs/register_functions.php:380: // @TODO Rewrite this whole if() block to addPointsThroughReferalSystem(). This will also make following if() block obsolete
 ./inc/libs/register_functions.php:381: // @TODO Wether the registration bonus should only be added to user directly or through referal system should be configurable
 ./inc/libs/register_functions.php:373: // @TODO Rewrite this to a filter
 ./inc/libs/register_functions.php:380: // @TODO Rewrite this whole if() block to addPointsThroughReferalSystem(). This will also make following if() block obsolete
 ./inc/libs/register_functions.php:381: // @TODO Wether the registration bonus should only be added to user directly or through referal system should be configurable
-./inc/libs/surfbar_functions.php:1497:         // @TODO This can be somehow rewritten
-./inc/libs/surfbar_functions.php:950:  // @TODO Invalid salt should be refused
+./inc/libs/surfbar_functions.php:1530:         // @TODO This can be somehow rewritten
+./inc/libs/surfbar_functions.php:963:  // @TODO Invalid salt should be refused
 ./inc/libs/task_functions.php:245:             // @TODO These can be rewritten to filter
 ./inc/libs/task_functions.php:53:// @TODO Move all extension-dependent queries into filters
 ./inc/libs/user_functions.php:138:     // @TODO These two constants are no longer used, maybe we reactivate this code?
 ./inc/libs/task_functions.php:245:             // @TODO These can be rewritten to filter
 ./inc/libs/task_functions.php:53:// @TODO Move all extension-dependent queries into filters
 ./inc/libs/user_functions.php:138:     // @TODO These two constants are no longer used, maybe we reactivate this code?
 ./inc/revision-functions.php:153:// @TODO Please describe this function
 ./inc/wrapper-functions.php:127:// @TODO Implement $compress
 ./inc/wrapper-functions.php:134:// @TODO Implement $decompress
 ./inc/revision-functions.php:153:// @TODO Please describe this function
 ./inc/wrapper-functions.php:127:// @TODO Implement $compress
 ./inc/wrapper-functions.php:134:// @TODO Implement $decompress
-./inc/wrapper-functions.php:429:// @TODO Do some more sanity check here
-./inc/wrapper-functions.php:747:        * @TODO Do we really need this check? If yes, try to fix this:
+./inc/wrapper-functions.php:449:// @TODO Do some more sanity check here
+./inc/wrapper-functions.php:764:        * @TODO Do we really need this check? If yes, try to fix this:
 ./mailid.php:135:                                      // @TODO Rewrite this to a filter
 ./mailid.php:215:      // @TODO Rewrite this to a dynamic include or so
 ./mailid.php:95:               // @TODO Rewrite this to a filter
 ./mailid.php:135:                                      // @TODO Rewrite this to a filter
 ./mailid.php:215:      // @TODO Rewrite this to a dynamic include or so
 ./mailid.php:95:               // @TODO Rewrite this to a filter
index c2b722f51cf359d00de9843831021ec1a1719dd0..4643733a1a65b3b5e73691a93b133c52d795314b 100644 (file)
@@ -162,6 +162,8 @@ addMessages(array(
        'ADMIN_SURFBAR_NOTIFY_URL_STOPPED_DELETED_SUBJECT' => "[Surfbar:] Mitglied hat angehaltene URL gel&ouml;scht",
        'ADMIN_SURFBAR_NOTIFY_URL_REJECTED_SUBJECT' => "[Surfbar:] URL abgelehnt",
        'ADMIN_SURFBAR_NOTIFY_URL_PENDING_SUBJECT' => "[Surfbar:] URL-Buchung zugestimmt",
        'ADMIN_SURFBAR_NOTIFY_URL_STOPPED_DELETED_SUBJECT' => "[Surfbar:] Mitglied hat angehaltene URL gel&ouml;scht",
        'ADMIN_SURFBAR_NOTIFY_URL_REJECTED_SUBJECT' => "[Surfbar:] URL abgelehnt",
        'ADMIN_SURFBAR_NOTIFY_URL_PENDING_SUBJECT' => "[Surfbar:] URL-Buchung zugestimmt",
+       'ADMIN_SURFBAR_NOTIFY_URL_PENDING_ACTIVE_SUBJECT' => "[Surfbar:] URL-Buchung freigeschaltet",
+       'ADMIN_SURFBAR_NOTIFY_URL_PENDING_REJECTED_SUBJECT' => "[Surfbar:] URL-Buchung abgelehnt",
        'ADMIN_SURFBAR_NOTIFY_URL_DEPLETED_SUBJECT' => "[Surfbar:] URL automatisch angehalten",
        'ADMIN_SURFBAR_NOTIFY_URL_ACTIVE_PENDING_SUBJECT' => "[Surfbar:] Mitglied hat freigegebene URL ge&auml;ndert",
        'ADMIN_SURFBAR_NOTIFY_URL_LOCKED_PENDING_SUBJECT' => "[Surfbar:] Mitglied hat gesperrte URL erneut gebucht",
        'ADMIN_SURFBAR_NOTIFY_URL_DEPLETED_SUBJECT' => "[Surfbar:] URL automatisch angehalten",
        'ADMIN_SURFBAR_NOTIFY_URL_ACTIVE_PENDING_SUBJECT' => "[Surfbar:] Mitglied hat freigegebene URL ge&auml;ndert",
        'ADMIN_SURFBAR_NOTIFY_URL_LOCKED_PENDING_SUBJECT' => "[Surfbar:] Mitglied hat gesperrte URL erneut gebucht",
@@ -171,7 +173,7 @@ addMessages(array(
        'ADMIN_SURFBAR_NOTIFY_URL_MIGRATED_DELETED_SUBJECT' => "[Surfbar:] Mitglied hat migrierte URL gel&ouml;scht",
        'ADMIN_SURFBAR_NOTIFY_URL_MIGRATED_MIGRATED_SUBJECT' => "[Surfbar:] Mitglied hat migrierte URL ge&auml;ndert",
        'ADMIN_SURFBAR_NOTIFY_URL_MIGRATED_PENDING_SUBJECT' => "[Surfbar:] Mitglied hat migrierte URL gebucht",
        'ADMIN_SURFBAR_NOTIFY_URL_MIGRATED_DELETED_SUBJECT' => "[Surfbar:] Mitglied hat migrierte URL gel&ouml;scht",
        'ADMIN_SURFBAR_NOTIFY_URL_MIGRATED_MIGRATED_SUBJECT' => "[Surfbar:] Mitglied hat migrierte URL ge&auml;ndert",
        'ADMIN_SURFBAR_NOTIFY_URL_MIGRATED_PENDING_SUBJECT' => "[Surfbar:] Mitglied hat migrierte URL gebucht",
-       'ADMIN_SURFBAR_NOTIFY_DEFAULT_SUBJECT' => "Problem in Surfbar-Betreff",
+       'ADMIN_SURFBAR_NOTIFY_DEFAULT_SUBJECT' => "Problem in Surfbar-Betreff (%s)",
 
 // Auto-generated admin subject lines
        'ADMIN_DEL_SURFBAR_URLS_SUBJECT' => "[Surfbar:] URL entfernt",
 
 // Auto-generated admin subject lines
        'ADMIN_DEL_SURFBAR_URLS_SUBJECT' => "[Surfbar:] URL entfernt",
@@ -188,8 +190,10 @@ addMessages(array(
        'MEMBER_SURFBAR_NOTIFY_URL_LOCKED_DELETED_SUBJECT' => "[Surfbar:] Sie haben eine gesperrte URL gel&ouml;scht",
        'MEMBER_SURFBAR_NOTIFY_URL_PENDING_DELETED_SUBJECT' => "[Surfbar:] Sie haben Ihre wartende URL zur&uuml;ckgenommen",
        'MEMBER_SURFBAR_NOTIFY_URL_STOPPED_DELETED_SUBJECT' => "[Surfbar:] Sie haben Ihre gestoppte URL gel&ouml;scht",
        'MEMBER_SURFBAR_NOTIFY_URL_LOCKED_DELETED_SUBJECT' => "[Surfbar:] Sie haben eine gesperrte URL gel&ouml;scht",
        'MEMBER_SURFBAR_NOTIFY_URL_PENDING_DELETED_SUBJECT' => "[Surfbar:] Sie haben Ihre wartende URL zur&uuml;ckgenommen",
        'MEMBER_SURFBAR_NOTIFY_URL_STOPPED_DELETED_SUBJECT' => "[Surfbar:] Sie haben Ihre gestoppte URL gel&ouml;scht",
-       'MEMBER_SURFBAR_NOTIFY_URL_REJECTED_SUBJECT' => "[Surfbar:] Ihre URL wurde abgelehnt.",
+       'MEMBER_SURFBAR_NOTIFY_URL_REJECTED_SUBJECT' => "[Surfbar:] Ihre URL wurde abgelehnt",
        'MEMBER_SURFBAR_NOTIFY_URL_PENDING_SUBJECT' => "[Surfbar:] Zustimmung zur URL-Buchung erhalten",
        'MEMBER_SURFBAR_NOTIFY_URL_PENDING_SUBJECT' => "[Surfbar:] Zustimmung zur URL-Buchung erhalten",
+       'MEMBER_SURFBAR_NOTIFY_URL_PENDING_ACTIVE_SUBJECT' => "[Surfbar:] Ihre URL wurde freigeschaltet",
+       'MEMBER_SURFBAR_NOTIFY_URL_PENDING_REJECTED_SUBJECT' => "[Surfbar:] Ihre URL wurde abgelehnt",
        'MEMBER_SURFBAR_NOTIFY_URL_DEPLETED_SUBJECT' => "[Surfbar:] Ihre URL wurde automatisch angehalten",
        'MEMBER_SURFBAR_NOTIFY_URL_ACTIVE_PENDING_SUBJECT' => "[Surfbar:] Sie haben Ihre freigegebene URL ge&auml;ndert",
        'MEMBER_SURFBAR_NOTIFY_URL_LOCKED_PENDING_SUBJECT' => "[Surfbar:] Sie haben eine gesperrte URL erneut gebucht",
        'MEMBER_SURFBAR_NOTIFY_URL_DEPLETED_SUBJECT' => "[Surfbar:] Ihre URL wurde automatisch angehalten",
        'MEMBER_SURFBAR_NOTIFY_URL_ACTIVE_PENDING_SUBJECT' => "[Surfbar:] Sie haben Ihre freigegebene URL ge&auml;ndert",
        'MEMBER_SURFBAR_NOTIFY_URL_LOCKED_PENDING_SUBJECT' => "[Surfbar:] Sie haben eine gesperrte URL erneut gebucht",
@@ -199,8 +203,8 @@ addMessages(array(
        'MEMBER_SURFBAR_NOTIFY_URL_MIGRATED_DELETED_SUBJECT' => "[Surfbar:] Sie haben eine migrierte URL gel&ouml;scht",
        'MEMBER_SURFBAR_NOTIFY_URL_MIGRATED_MIGRATED_SUBJECT' => "[Surfbar:] Sie haben eine migrierte URL ge&auml;ndert",
        'MEMBER_SURFBAR_NOTIFY_URL_MIGRATED_PENDING_SUBJECT' => "[Surfbar:] Sie haben eine migrierte URL gebucht",
        'MEMBER_SURFBAR_NOTIFY_URL_MIGRATED_DELETED_SUBJECT' => "[Surfbar:] Sie haben eine migrierte URL gel&ouml;scht",
        'MEMBER_SURFBAR_NOTIFY_URL_MIGRATED_MIGRATED_SUBJECT' => "[Surfbar:] Sie haben eine migrierte URL ge&auml;ndert",
        'MEMBER_SURFBAR_NOTIFY_URL_MIGRATED_PENDING_SUBJECT' => "[Surfbar:] Sie haben eine migrierte URL gebucht",
-       'MEMBER_SURFBAR_NOTIFY_DEFAULT_SUBJECT' => "[Fehler:] Bitte leiten Sie diese Mail an uns weiter.",
-       'MEMBER_SURFBAR_NOTIFY_LOW_POINTS_SUBJECT' => "[Surfbar:] Ihr {?POINTS?}-Stand ist sehr niedrig.",
+       'MEMBER_SURFBAR_NOTIFY_DEFAULT_SUBJECT' => "[Fehler:] Bitte leiten Sie diese Mail an uns weiter!",
+       'MEMBER_SURFBAR_NOTIFY_LOW_POINTS_SUBJECT' => "[Surfbar:] Ihr {?POINTS?}-Stand ist sehr niedrig!",
 
 // Auto-generated member subject lines
        'MEMBER_DEL_SURFBAR_URLS_SUBJECT' => "[Surfbar:] Ihre URL wurde entfernt",
 
 // Auto-generated member subject lines
        'MEMBER_DEL_SURFBAR_URLS_SUBJECT' => "[Surfbar:] Ihre URL wurde entfernt",
index 9b1b5be02c7aebc701859df0594ed6bdce5d5c44..8736faeafc43a1e71b9833f280b6c4a409d69d5d 100644 (file)
@@ -230,7 +230,7 @@ function SURFBAR_MEMBER_DO_FORM ($formData, $URLs) {
        } elseif (!isset($URLs[$formData['id']])) {
                // id not found in cache
                return false;
        } elseif (!isset($URLs[$formData['id']])) {
                // id not found in cache
                return false;
-       } elseif (!SURFBAR_VALIDATE_MEMBER_ACTION_STATUS($formData['action'], $URLs[$formData['id']]['status'])) {
+       } elseif (!SURFBAR_VALIDATE_MEMBER_ACTION_STATUS($formData['action'], $URLs[$formData['id']]['url_status'])) {
                // Action not allowed for current URL status
                return false;
        }
                // Action not allowed for current URL status
                return false;
        }
@@ -302,7 +302,7 @@ function SURFBAR_MEMBER_RETREAT_ACTION ($urlData) {
        );
 
        // Simply change the status here
        );
 
        // Simply change the status here
-       return SURFBAR_CHANGE_STATUS ($urlData['id'], $urlData['status'], $urlData['new_status'], $data);
+       return SURFBAR_CHANGE_STATUS ($urlData['id'], $urlData['url_status'], $urlData['new_status'], $data);
 }
 
 // Book an URL now (from migration)
 }
 
 // Book an URL now (from migration)
@@ -313,7 +313,7 @@ function SURFBAR_MEMBER_BOOKNOW_ACTION ($urlData) {
        );
 
        // Simply change the status here
        );
 
        // Simply change the status here
-       return SURFBAR_CHANGE_STATUS ($urlData['id'], $urlData['status'], $urlData['new_status'], $data);
+       return SURFBAR_CHANGE_STATUS ($urlData['id'], $urlData['url_status'], $urlData['new_status'], $data);
 }
 
 // Show edit form or do the changes
 }
 
 // Show edit form or do the changes
@@ -342,7 +342,7 @@ function SURFBAR_MEMBER_DELETE_ACTION ($urlData) {
 
 // Pause active banner
 function SURFBAR_MEMBER_PAUSE_ACTION ($urlData) {
 
 // Pause active banner
 function SURFBAR_MEMBER_PAUSE_ACTION ($urlData) {
-       return SURFBAR_CHANGE_STATUS($urlData['id'], $urlData['status'], $urlData['new_status'], array($urlData['id'] => $urlData));
+       return SURFBAR_CHANGE_STATUS($urlData['id'], $urlData['url_status'], $urlData['new_status'], array($urlData['id'] => $urlData));
 }
 
 // Unpause stopped banner
 }
 
 // Unpause stopped banner
@@ -353,12 +353,12 @@ function SURFBAR_MEMBER_UNPAUSE_ACTION ($urlData) {
        $urlData['edit']['limit'] = $urlData['views_max'];
 
        // Return status change
        $urlData['edit']['limit'] = $urlData['views_max'];
 
        // Return status change
-       return SURFBAR_CHANGE_STATUS($urlData['id'], $urlData['status'], $urlData['new_status'], array($urlData['id'] => $urlData));
+       return SURFBAR_CHANGE_STATUS($urlData['id'], $urlData['url_status'], $urlData['new_status'], array($urlData['id'] => $urlData));
 }
 
 // Resubmit locked URL
 function SURFBAR_MEMBER_RESUBMIT_ACTION ($urlData) {
 }
 
 // Resubmit locked URL
 function SURFBAR_MEMBER_RESUBMIT_ACTION ($urlData) {
-       return SURFBAR_CHANGE_STATUS($urlData['id'], $urlData['status'], $urlData['new_status'], array($urlData['id'] => $urlData));
+       return SURFBAR_CHANGE_STATUS($urlData['id'], $urlData['url_status'], $urlData['new_status'], array($urlData['id'] => $urlData));
 }
 
 // Display selected "action form"
 }
 
 // Display selected "action form"
@@ -424,7 +424,7 @@ function SURFBAR_MEMBER_EXECUTE_ACTION ($action, $urlData) {
                // Execute the function
                if (call_user_func_array($functionName, array($urlData)) == true) {
                        // Update status as well
                // Execute the function
                if (call_user_func_array($functionName, array($urlData)) == true) {
                        // Update status as well
-                       $executed = SURFBAR_CHANGE_STATUS($urlData['id'], $urlData['status'], $urlData['new_status'], array($urlData['id'] => $urlData));
+                       $executed = SURFBAR_CHANGE_STATUS($urlData['id'], $urlData['url_status'], $urlData['new_status'], array($urlData['id'] => $urlData));
                } // END - if
        } else {
                // Not found!
                } // END - if
        } else {
                // Not found!
@@ -444,7 +444,7 @@ function SURFBAR_MEMBER_EXECUTE_EDIT_ACTION ($urlData) {
                //if (($urlData['views_allowed'] != $urlData['edit']['limit']) || ($url1 != $url2)) {
                // Run the query
                SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_surfbar_urls` SET url='%s', views_allowed=%s, views_max=%s WHERE `id`=%s AND `status`='%s' LIMIT 1",
                //if (($urlData['views_allowed'] != $urlData['edit']['limit']) || ($url1 != $url2)) {
                // Run the query
                SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_surfbar_urls` SET url='%s', views_allowed=%s, views_max=%s WHERE `id`=%s AND `status`='%s' LIMIT 1",
-                       array($urlData['url'], $urlData['edit']['limit'], $urlData['edit']['limit'], $urlData['id'], $urlData['status']), __FUNCTION__, __LINE__);
+                       array($urlData['url'], $urlData['edit']['limit'], $urlData['edit']['limit'], $urlData['id'], $urlData['url_status']), __FUNCTION__, __LINE__);
 
                // All fine
                $status = true;
 
                // All fine
                $status = true;
@@ -555,7 +555,7 @@ function SURFBAR_GET_URL_DATA ($searchTerm, $column = 'id', $order = 'id', $sort
        // Look up the record
        $result = SQL_QUERY_ESC("SELECT
        `id`, `userid`, `url`,
        // Look up the record
        $result = SQL_QUERY_ESC("SELECT
        `id`, `userid`, `url`,
-       `views_total`, `views_max`, `views_allowed`, `status`,
+       `views_total`, `views_max`, `views_allowed`, `status` AS `url_status`,
        UNIX_TIMESTAMP(`registered`) AS `url_registered`, UNIX_TIMESTAMP(`last_locked`) AS `url_last_locked`, `lock_reason`,
        `views_max`, `views_allowed`, `fixed_reload`
 FROM
        UNIX_TIMESTAMP(`registered`) AS `url_registered`, UNIX_TIMESTAMP(`last_locked`) AS `url_last_locked`, `lock_reason`,
        `views_max`, `views_allowed`, `fixed_reload`
 FROM
@@ -606,8 +606,8 @@ function SURFBAR_REGISTER_URL ($url, $userid, $status = 'PENDING', $addMode = 'r
        $content = merge_array($extraFields, array(
                'url'         => $url,
                'frametester' => generateFrametesterUrl($url),
        $content = merge_array($extraFields, array(
                'url'         => $url,
                'frametester' => generateFrametesterUrl($url),
-               'userid'         => $userid,
-               'status'      => $status,
+               'userid'      => $userid,
+               'url_status'  => $status,
        ));
 
        // Is limit/reload set?
        ));
 
        // Is limit/reload set?
@@ -656,7 +656,7 @@ function SURFBAR_INSERT_URL_BY_ARRAY ($urlData) {
                array(
                        $userid,
                        $urlData['url'],
                array(
                        $userid,
                        $urlData['url'],
-                       $urlData['status'],
+                       $urlData['url_status'],
                        $urlData['limit'],
                        $urlData['limit'],
                        $urlData['reload']
                        $urlData['limit'],
                        $urlData['limit'],
                        $urlData['reload']
@@ -680,11 +680,11 @@ function SURFBAR_NOTIFY_ADMIN ($messageType, $content) {
        // Is the subject line there?
        if ((substr($subject, 0, 1) == '!') && (substr($subject, -1, 1) == '!')) {
                // Set default subject if following eval() wents wrong
        // Is the subject line there?
        if ((substr($subject, 0, 1) == '!') && (substr($subject, -1, 1) == '!')) {
                // Set default subject if following eval() wents wrong
-               $subject = getMessage('ADMIN_SURFBAR_NOTIFY_DEFAULT_SUBJECT');
+               $subject = getMaskedMessage('ADMIN_SURFBAR_NOTIFY_DEFAULT_SUBJECT', strtoupper($messageType));
        } // END - if
 
        // Translate some data if present
        } // END - if
 
        // Translate some data if present
-       if (isset($content['status']))          $content['status']          = translateSurfbarUrlStatus($content['status']);
+       if (isset($content['url_status']))      $content['url_status']      = translateSurfbarUrlStatus($content['url_status']);
        if (isset($content['url_registered']))  $content['url_registered']  = generateDateTime($content['url_registered'], 2);
        if (isset($content['url_last_locked'])) $content['url_last_locked'] = generateDateTime($content['url_last_locked'], 2);
        if (isset($content['views_total']))     $content['views_total']     = translateComma($content['views_total']);
        if (isset($content['url_registered']))  $content['url_registered']  = generateDateTime($content['url_registered'], 2);
        if (isset($content['url_last_locked'])) $content['url_last_locked'] = generateDateTime($content['url_last_locked'], 2);
        if (isset($content['views_total']))     $content['views_total']     = translateComma($content['views_total']);
@@ -717,7 +717,7 @@ function SURFBAR_NOTIFY_USER ($messageType, $content) {
        } // END - if
 
        // Translate some data if present
        } // END - if
 
        // Translate some data if present
-       if (isset($content['status']))          $content['status']          = translateSurfbarUrlStatus($content['status']);
+       if (isset($content['url_status']))      $content['url_status']      = translateSurfbarUrlStatus($content['url_status']);
        if (isset($content['url_registered']))  $content['url_registered']  = generateDateTime($content['url_registered'], 2);
        if (isset($content['url_last_locked'])) $content['url_last_locked'] = generateDateTime($content['url_last_locked'], 2);
        if (isset($content['views_total']))     $content['views_total']     = translateComma($content['views_total']);
        if (isset($content['url_registered']))  $content['url_registered']  = generateDateTime($content['url_registered'], 2);
        if (isset($content['url_last_locked'])) $content['url_last_locked'] = generateDateTime($content['url_last_locked'], 2);
        if (isset($content['views_total']))     $content['views_total']     = translateComma($content['views_total']);
@@ -1270,7 +1270,7 @@ function SURFBAR_CHANGE_STATUS ($urlId, $prevStatus, $newStatus, $data=array())
        } // END - if
 
        // Is the status like prevStatus is saying?
        } // END - if
 
        // Is the status like prevStatus is saying?
-       if ($data[$urlId]['status'] != $prevStatus) {
+       if ($data[$urlId]['url_status'] != $prevStatus) {
                // No, then abort here
                return false;
        } // END - if
                // No, then abort here
                return false;
        } // END - if
@@ -1297,16 +1297,16 @@ function SURFBAR_CHANGE_STATUS ($urlId, $prevStatus, $newStatus, $data=array())
        $data[$urlId]['costs']       = translateComma(getConfig('surfbar_static_costs'));
 
        // Do some dirty fixing here:
        $data[$urlId]['costs']       = translateComma(getConfig('surfbar_static_costs'));
 
        // Do some dirty fixing here:
-       if (($data[$urlId]['status'] == 'STOPPED') && ($newStatus == 'pending')) {
+       if (($data[$urlId]['url_status'] == 'STOPPED') && ($newStatus == 'pending')) {
                // Fix for template change
                $newStatus = 'continued';
        } // END - if
 
        // Send admin notification
                // Fix for template change
                $newStatus = 'continued';
        } // END - if
 
        // Send admin notification
-       SURFBAR_NOTIFY_ADMIN("url_{$data[$urlId]['status']}_{$newStatus}", $data[$urlId]);
+       SURFBAR_NOTIFY_ADMIN('url_' . $data[$urlId]['url_status'] . '_' . $newStatus, $data[$urlId]);
 
        // Send user notification
 
        // Send user notification
-       SURFBAR_NOTIFY_USER("url_{$data[$urlId]['status']}_{$newStatus}", $data[$urlId]);
+       SURFBAR_NOTIFY_USER('url_' . $data[$urlId]['url_status'] . '_' . $newStatus, $data[$urlId]);
 
        // All done!
        return true;
 
        // All done!
        return true;
@@ -1521,8 +1521,8 @@ function SURFBAR_GET_ARRAY_FROM_STATUS ($status) {
        $returnArray = array();
 
        // Get all assigned actions
        $returnArray = array();
 
        // Get all assigned actions
-       $result = SQL_QUERY_ESC("SELECT action FROM `{?_MYSQL_PREFIX?}_surfbar_actions` WHERE `status`='%s' ORDER BY `id` ASC",
-       array($status), __FUNCTION__, __LINE__);
+       $result = SQL_QUERY_ESC("SELECT `action` FROM `{?_MYSQL_PREFIX?}_surfbar_actions` WHERE `status`='%s' ORDER BY `id` ASC",
+               array($status), __FUNCTION__, __LINE__);
 
        // Some entries there?
        if (SQL_NUMROWS($result) > 0) {
 
        // Some entries there?
        if (SQL_NUMROWS($result) > 0) {
index 076a5c306588907ded20e1b9f8db32f466b81d0c..be0ad38097180370ba0ffd5be833e8f09e476d3b 100644 (file)
@@ -140,9 +140,9 @@ if ($show === false) return false;
 
 // List all URLs
 $result = SQL_QUERY("SELECT
 
 // List all URLs
 $result = SQL_QUERY("SELECT
-       `id`, `userid`, `url`, `views_total`, `status`,
-       UNIX_TIMESTAMP(`registered`) AS registered,
-       UNIX_TIMESTAMP(`last_locked`) AS last_locked,
+       `id`, `userid`, `url`, `views_total`, `status` AS `url_status`,
+       UNIX_TIMESTAMP(`registered`) AS url_registered,
+       UNIX_TIMESTAMP(`last_locked`) AS url_last_locked,
        `lock_reason`
 FROM
        `{?_MYSQL_PREFIX?}_surfbar_urls`
        `lock_reason`
 FROM
        `{?_MYSQL_PREFIX?}_surfbar_urls`
@@ -155,13 +155,13 @@ if (SQL_NUMROWS($result) > 0) {
        $OUT = ''; $SW = 2;
        while ($content = SQL_FETCHARRAY($result)) {
                // "Translate"/add content
        $OUT = ''; $SW = 2;
        while ($content = SQL_FETCHARRAY($result)) {
                // "Translate"/add content
-               $content['sw']          = $SW;
-               $content['userid']      = generateUserProfileLink($content['userid']);
-               $content['url']         = generateFrametesterUrl($content['url']);
-               $content['views_total'] = translateComma($content['views_total']);
-               $content['status']      = translateSurfbarUrlStatus($content['status']);
-               $content['registered']  = generateDateTime($content['registered'], 2);
-               $content['last_locked'] = generateDateTime($content['last_locked'], 2);
+               $content['sw']              = $SW;
+               $content['userid']          = generateUserProfileLink($content['userid']);
+               $content['url']             = generateFrametesterUrl($content['url']);
+               $content['views_total']     = translateComma($content['views_total']);
+               $content['url_status']      = translateSurfbarUrlStatus($content['url_status']);
+               $content['url_registered']  = generateDateTime($content['url_registered'], 2);
+               $content['url_last_locked'] = generateDateTime($content['url_last_locked'], 2);
                if (empty($content['lock_reason'])) $content['lock_reason'] = '---';
 
                // Load row template
                if (empty($content['lock_reason'])) $content['lock_reason'] = '---';
 
                // Load row template
index d5ef600a3335dc5c042a87c9dde11e25588bce6c..32a6624c27812debad57480315085b2b0f619554 100644 (file)
@@ -68,7 +68,7 @@ if ((isPostRequestParameterSet('unlock')) && (is_array(postRequestParameter('id'
 
 // List all URLs
 $result = SQL_QUERY("SELECT
 
 // List all URLs
 $result = SQL_QUERY("SELECT
-       `id`, `userid`, `url`, UNIX_TIMESTAMP(`registered`) AS registered
+       `id`, `userid`, `url`, UNIX_TIMESTAMP(`registered`) AS url_registered
 FROM
        `{?_MYSQL_PREFIX?}_surfbar_urls`
 WHERE
 FROM
        `{?_MYSQL_PREFIX?}_surfbar_urls`
 WHERE
@@ -82,10 +82,10 @@ if (SQL_NUMROWS($result) > 0) {
        $OUT = ''; $SW = 2;
        while ($content = SQL_FETCHARRAY($result)) {
                // "Translate"/add content
        $OUT = ''; $SW = 2;
        while ($content = SQL_FETCHARRAY($result)) {
                // "Translate"/add content
-               $content['sw']          = $SW;
-               $content['userid']      = generateUserProfileLink($content['userid']);
-               $content['framekiller'] = generateFrametesterUrl($content['url']);
-               $content['registered']  = generateDateTime($content['registered'], 2);
+               $content['sw']             = $SW;
+               $content['userid']         = generateUserProfileLink($content['userid']);
+               $content['framekiller']    = generateFrametesterUrl($content['url']);
+               $content['url_registered'] = generateDateTime($content['url_registered'], 2);
 
                // Load row template
                $OUT .= loadTemplate('admin_unlock_surfbar_urls_row', true, $content);
 
                // Load row template
                $OUT .= loadTemplate('admin_unlock_surfbar_urls_row', true, $content);
index 8bfdf0d17a16db6074b06e261a00fa0c3212083e..a4c3b1b850d7713aa2707ad8516120fbf86f2948 100644 (file)
@@ -81,8 +81,8 @@ if ((isFormSent()) && (isPostRequestParameterSet(('action'))) && (isPostRequestP
                } // END - if
                $content['url_registered']  = generateDateTime($content['url_registered'], 2);
                $content['url_last_locked'] = generateDateTime($content['url_last_locked'], 2);
                } // END - if
                $content['url_registered']  = generateDateTime($content['url_registered'], 2);
                $content['url_last_locked'] = generateDateTime($content['url_last_locked'], 2);
-               $content['actions']         = SURFBAR_MEMBER_ACTIONS($content['id'], $content['status']);
-               $content['status']          = translateSurfbarUrlStatus($content['status']);
+               $content['actions']         = SURFBAR_MEMBER_ACTIONS($content['id'], $content['url_status']);
+               $content['url_status']      = translateSurfbarUrlStatus($content['url_status']);
                if (empty($content['lock_reason'])) {
                        // Fixes some HTML problems with empty cells
                        $content['lock_reason'] = '---';
                if (empty($content['lock_reason'])) {
                        // Fixes some HTML problems with empty cells
                        $content['lock_reason'] = '---';
index 9d9c813a2216c8da54339489466bd2293ea934d0..b4736c8efe8b3a71ecdbb6d47a490271e06603d3 100644 (file)
@@ -8,7 +8,7 @@ Gebuchte URL: $content[url]
 ------------------------------------------
 Mitglieder-Id: $content[userid]
 ------------------------------------------
 ------------------------------------------
 Mitglieder-Id: $content[userid]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 Aufrufe gesamt: $content[views_total]
 ------------------------------------------
 ------------------------------------------
 Aufrufe gesamt: $content[views_total]
 ------------------------------------------
index b8c98a5f4a66ec7a6b4c3f46bebefcfdcbcc39de..67063eb72a96161e56026cc9f778ca7b68e39dff 100644 (file)
@@ -13,7 +13,7 @@ Mitglieder-Id: $content[userid]
 ------------------------------------------
 Angemeldet: $content[url_registered]
 ------------------------------------------
 ------------------------------------------
 Angemeldet: $content[url_registered]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 ID in der Surfbar: $content[id]
 ------------------------------------------
 ------------------------------------------
 ID in der Surfbar: $content[id]
 ------------------------------------------
index 113f682058a5961a493254987ac05a0e84aad62d..7479943354c86b9afe5bb846233a8ae9643b4c5f 100644 (file)
@@ -13,7 +13,7 @@ $content[frametester]
 ------------------------------------------
 Mitglieder-Id: $content[userid]
 ------------------------------------------
 ------------------------------------------
 Mitglieder-Id: $content[userid]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 ID in der Surfbar: $content[insert_id]
 ------------------------------------------
 ------------------------------------------
 ID in der Surfbar: $content[insert_id]
 ------------------------------------------
index 2e20f4872b1f33aaab4f958551cb5aa69547afaa..b12b4354301788987738a9f3ec3baa92f90cfe93 100644 (file)
@@ -15,7 +15,7 @@ Mitglieder-Id: $content[userid]
 ------------------------------------------
 URL angemeldet: $content[url_registered]
 ------------------------------------------
 ------------------------------------------
 URL angemeldet: $content[url_registered]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 Verg&uuml;tung/Aufruf: $content[reward] {?POINTS?}
 ------------------------------------------
 ------------------------------------------
 Verg&uuml;tung/Aufruf: $content[reward] {?POINTS?}
 ------------------------------------------
diff --git a/templates/de/emails/admin/admin_surfbar_url_pending_active.tpl b/templates/de/emails/admin/admin_surfbar_url_pending_active.tpl
new file mode 100644 (file)
index 0000000..a58344f
--- /dev/null
@@ -0,0 +1,38 @@
+Hallo Administrator,
+
+ein Administrator hat soeben eine URL-Buchung freigeschaltet.
+
+Hier sind alle Daten dazu:
+------------------------------------------
+Mitglieder-Id: $content[userid]
+------------------------------------------
+Email: {%user,email=$userid%}
+------------------------------------------
+Name: {%user,surname=$userid%} {%user,family=$userid%}
+------------------------------------------
+Gebuchte URL: $content[url]
+------------------------------------------
+ID in der Surfbar: $content[id]
+------------------------------------------
+URL angemeldet: $content[url_registered]
+------------------------------------------
+Framekiller-Test:
+$content[frametester]
+------------------------------------------
+Gesamteinblendungen: $content[views_total]
+------------------------------------------
+Maximale Einblendungen: $content[views_allowed]
+------------------------------------------
+Davon &uuml;brig: $content[views_max]
+------------------------------------------
+Verg&uuml;tung/Aufruf: $content[reward] {?POINTS?}
+------------------------------------------
+Kosten/Aufruf: $content[costs] {?POINTS?}
+------------------------------------------
+ID in der Surfbar: $content[id]
+------------------------------------------
+
+Mit freundlichen Gr&uuml;&szlig;en,
+  Ihr {?MAIN_TITLE?} Script
+
+{?URL?}/admin.php
diff --git a/templates/de/emails/admin/admin_surfbar_url_pending_rejected.tpl b/templates/de/emails/admin/admin_surfbar_url_pending_rejected.tpl
new file mode 100644 (file)
index 0000000..90b5c1f
--- /dev/null
@@ -0,0 +1,38 @@
+Hallo Administrator,
+
+ein Administrator hat soeben eine URL-Buchung abgewiesen.
+
+Hier sind alle Daten dazu:
+------------------------------------------
+Mitglieder-Id: $content[userid]
+------------------------------------------
+Email: {%user,email=$userid%}
+------------------------------------------
+Name: {%user,surname=$userid%} {%user,family=$userid%}
+------------------------------------------
+Gebuchte URL: $content[url]
+------------------------------------------
+ID in der Surfbar: $content[id]
+------------------------------------------
+URL angemeldet: $content[url_registered]
+------------------------------------------
+Framekiller-Test:
+$content[frametester]
+------------------------------------------
+Gesamteinblendungen: $content[views_total]
+------------------------------------------
+Maximale Einblendungen: $content[views_allowed]
+------------------------------------------
+Davon &uuml;brig: $content[views_max]
+------------------------------------------
+Verg&uuml;tung/Aufruf: $content[reward] {?POINTS?}
+------------------------------------------
+Kosten/Aufruf: $content[costs] {?POINTS?}
+------------------------------------------
+ID in der Surfbar: $content[id]
+------------------------------------------
+
+Mit freundlichen Gr&uuml;&szlig;en,
+  Ihr {?MAIN_TITLE?} Script
+
+{?URL?}/admin.php
index 59cf71cdd55a075cfb56c394b7c1e65a44571544..32cc1f6757b273a0c856e5d51d0f9c3d689ee1d4 100644 (file)
@@ -15,7 +15,7 @@ Mitglieder-Id: $content[userid]
 ------------------------------------------
 Anzahl Aufrufe: $content[limit]
 ------------------------------------------
 ------------------------------------------
 Anzahl Aufrufe: $content[limit]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 ID in der Surfbar: $content[insert_id]
 ------------------------------------------
 ------------------------------------------
 ID in der Surfbar: $content[insert_id]
 ------------------------------------------
index f2d0bd1cd7ac9c046fd851ddf809f03481b735c8..ed6cf86ed0961dd1c4221033486d4bae1b4cd974 100644 (file)
@@ -13,7 +13,7 @@ Mitglieder-Id: $content[userid]
 ------------------------------------------
 Angemeldet: $content[url_registered]
 ------------------------------------------
 ------------------------------------------
 Angemeldet: $content[url_registered]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 ID in der Surfbar: $content[id]
 ------------------------------------------
 ------------------------------------------
 ID in der Surfbar: $content[id]
 ------------------------------------------
index e90cf6aa1591b7e3de0b19c03eb5ca517e8bb677..6cef745ddb6566707c0a53917895d92ea458e68c 100644 (file)
@@ -9,7 +9,7 @@ Gebuchte URL: $content[url]
 Framekiller-Test:
 $content[frametester]
 ------------------------------------------
 Framekiller-Test:
 $content[frametester]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 Anzahl Aufrufe: $content[limit]
 ------------------------------------------
 ------------------------------------------
 Anzahl Aufrufe: $content[limit]
 ------------------------------------------
index 681da41adf8aeabf713eba452e40888a78bcbf95..1b742634d0ec4b64cd84a12791ad2fa4c1ba76af 100644 (file)
@@ -8,7 +8,7 @@ Gebuchte URL: $content[url]
 ------------------------------------------
 Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
 ------------------------------------------
 Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 ID in der Surfbar: $content[id]
 ------------------------------------------
 ------------------------------------------
 ID in der Surfbar: $content[id]
 ------------------------------------------
index ba4aedfa9a28a006ff317333437b9157deb37903..18eeeffd2e9e207c701d5a2f05f946ad96f15304 100644 (file)
@@ -8,7 +8,7 @@ Gebuchte URL: $content[url]
 ------------------------------------------
 Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
 ------------------------------------------
 Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 Datum der Buchung: $content[url_registered]
 ------------------------------------------
 ------------------------------------------
 Datum der Buchung: $content[url_registered]
 ------------------------------------------
index 02840da126a5861e53452606eb1df77149ded0aa..ccdb5a615e81064c881206f402b1ada1d5ce5525 100644 (file)
@@ -8,7 +8,7 @@ Gebuchte URL: $content[url]
 ------------------------------------------
 Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
 ------------------------------------------
 Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 ID in der Surfbar: $content[insert_id]
 ------------------------------------------
 ------------------------------------------
 ID in der Surfbar: $content[insert_id]
 ------------------------------------------
index 3ea7b9ffe890326c101864e734df27639ac668ed..464592ddb408ef76063451c35f78cc63f0af7501 100644 (file)
@@ -8,7 +8,7 @@ Gebuchte URL: $content[url]
 ------------------------------------------
 Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
 ------------------------------------------
 Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 Datum der Buchung: $content[url_registered]
 ------------------------------------------
 ------------------------------------------
 Datum der Buchung: $content[url_registered]
 ------------------------------------------
diff --git a/templates/de/emails/member/member_surfbar_url_pending_active.tpl b/templates/de/emails/member/member_surfbar_url_pending_active.tpl
new file mode 100644 (file)
index 0000000..1b765ee
--- /dev/null
@@ -0,0 +1,19 @@
+Hallo {%user,gender,translateGender=$userid%} {%user,surname=$userid%} {%user,family=$userid%},
+
+Ein Administrator hat soeben Ihre gebuchte URL f&uuml;r unsere Surfbar freigeschaltet.
+
+Hier sind alle Daten dazu:
+------------------------------------------
+Mitglieder-Id: $content[userid]
+------------------------------------------
+Gebuchte URL: $content[url]
+------------------------------------------
+ID in der Surfbar: $content[id]
+------------------------------------------
+URL angemeldet: $content[url_registered]
+------------------------------------------
+
+Mit freundlichen Gr&uuml;&szlig;en,
+  Ihr {?MAIN_TITLE?} Team
+
+{?URL?}/login.php ({?WEBMASTER?})
diff --git a/templates/de/emails/member/member_surfbar_url_pending_rejected.tpl b/templates/de/emails/member/member_surfbar_url_pending_rejected.tpl
new file mode 100644 (file)
index 0000000..fca1f23
--- /dev/null
@@ -0,0 +1,19 @@
+Hallo {%user,gender,translateGender=$userid%} {%user,surname=$userid%} {%user,family=$userid%},
+
+Ein Administrator hat soeben Ihre gebuchte URL f&uuml;r unsere Surfbar abgelehnt.
+
+Hier sind alle Daten dazu:
+------------------------------------------
+Mitglieder-Id: $content[userid]
+------------------------------------------
+Gebuchte URL: $content[url]
+------------------------------------------
+ID in der Surfbar: $content[id]
+------------------------------------------
+URL angemeldet: $content[url_registered]
+------------------------------------------
+
+Mit freundlichen Gr&uuml;&szlig;en,
+  Ihr {?MAIN_TITLE?} Team
+
+{?URL?}/login.php ({?WEBMASTER?})
index 457bfc0a471a6d3e98d0fe0dd730417fbc67732a..95d26088a25353f9f1a4ed5a79aca733abc99ecc 100644 (file)
@@ -10,7 +10,7 @@ Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
 Anzahl Aufrufe: $content[limit]
 ------------------------------------------
 ------------------------------------------
 Anzahl Aufrufe: $content[limit]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 ID in der Surfbar: $content[insert_id]
 ------------------------------------------
 ------------------------------------------
 ID in der Surfbar: $content[insert_id]
 ------------------------------------------
index 8ab50181cd79eaede213606710b5157ffea21d84..205c0d16defc590e4a27c50c3919645738898a0f 100644 (file)
@@ -8,7 +8,7 @@ Gebuchte URL: $content[url]
 ------------------------------------------
 Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
 ------------------------------------------
 Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 ID in der Surfbar: $content[id]
 ------------------------------------------
 ------------------------------------------
 ID in der Surfbar: $content[id]
 ------------------------------------------
index 7542f2b6124e87e9ff79f982f305d6b0df877b39..ce702754bf479a22e2ef8249ffa02fa92e281182 100644 (file)
@@ -8,7 +8,7 @@ Gebuchte URL: $content[url]
 ------------------------------------------
 Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
 ------------------------------------------
 Ihre Mitglieder-Id: $content[userid]
 ------------------------------------------
-Status: $content[status]
+Status: $content[url_status]
 ------------------------------------------
 Anzahl Aufrufe: $content[limit]
 ------------------------------------------
 ------------------------------------------
 Anzahl Aufrufe: $content[limit]
 ------------------------------------------
index f1005b45b4c03cfe99d036d01478d8f0019666bd..36471a6f0606ff8d26043e4301add32fa60afa11 100644 (file)
@@ -12,7 +12,7 @@
                <a href="{%url=modules.php?module=admin&amp;what=surfbar_stats&amp;url_id=$content[id]%}">$content[views_total]</a>
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
                <a href="{%url=modules.php?module=admin&amp;what=surfbar_stats&amp;url_id=$content[id]%}">$content[views_total]</a>
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
-               $content[status]
+               $content[url_status]
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
                $content[url_registered]
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
                $content[url_registered]
index e4cb39dd584894dc3d7b0a3c95671499fcd2255d..bff0efabd94c0a2f68751961201ca53d9b693147 100644 (file)
@@ -9,7 +9,7 @@
                <a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
                <a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
-               $content[status]
+               $content[url_status]
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
                $content[url_registered]
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
                $content[url_registered]
index 5b855fea5bcd3e36147d43245199e926579f8ea0..7ad3ab5ab5db929b9afb852e1d759fad4243b499 100644 (file)
@@ -8,7 +8,7 @@
                <a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
                <a href="$content[url]" target="_blank" title="{--ADMIN_TEST_URL--}">{--ADMIN_TEST_URL--}</a>
        </td>
        <td align="center" class="bottom right switch_sw$content[sw]">
-               $content[status]
+               $content[url_status]
        </td>
        <td align="center" class="bottom switch_sw$content[sw]">
                $content[url_registered]
        </td>
        <td align="center" class="bottom switch_sw$content[sw]">
                $content[url_registered]
index 05960e4675008d7ac0ad4a451c2ed5489b3d16aa..d109bd66461ee4ae8dca20dd4499b0941538ba8c 100644 (file)
@@ -3,7 +3,7 @@
                <a href="$content[url]" target="_blank" title="{--MEMBER_TEST_URL--}">{--MEMBER_SURFBAR_TEST_URL--}</a>
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
                <a href="$content[url]" target="_blank" title="{--MEMBER_TEST_URL--}">{--MEMBER_SURFBAR_TEST_URL--}</a>
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
-               $content[status]
+               $content[url_status]
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
                $content[url_registered]
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
                $content[url_registered]