X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_start.php;h=6ce70f50cad61970602a55131ee343ff5cac3abe;hb=9f5f55cd28eebd7b389c13f7c3be500ff43d0a28;hp=7f95a74b2752f642698ee4ef55aa97c66c81028e;hpb=7b0f17cd637e388049d2167811e4332cec1e979b;p=mailer.git diff --git a/inc/modules/member/what-surfbar_start.php b/inc/modules/member/what-surfbar_start.php index 7f95a74b27..6ce70f50ca 100644 --- a/inc/modules/member/what-surfbar_start.php +++ b/inc/modules/member/what-surfbar_start.php @@ -1,7 +1,7 @@ translateComma(getConfig('surfbar_static_reward')), 'surfbar_static_time' => createFancyTime(getConfig('surfbar_static_time')), 'surfbar_static_lock' => createFancyTime(getConfig('surfbar_static_lock')), - 'surfbar_total_urls' => SURFBAR_GET_TOTAL_URLS('ACTIVE', '0') + 'surfbar_total_urls' => SURFBAR_GET_TOTAL_URLS('ACTIVE', 0) ); // In dynamic mode we need some more data @@ -64,10 +65,10 @@ if (getConfig('surfbar_pay_model') == 'DYNAMIC') { // Total URLs $content = array( 'surfbar_dynamic_percent' => translateComma(getConfig('surfbar_dynamic_percent')), - 'surfbar_total_urls' => SURFBAR_GET_TOTAL_URLS('ACTIVE', '0'), + 'surfbar_total_urls' => SURFBAR_GET_TOTAL_URLS('ACTIVE', 0), 'surfbar_user_urls' => SURFBAR_GET_TOTAL_USER_URLS(), 'surfbar_total_online' => SURFBAR_DETERMINE_TOTAL_ONLINE(), - 'surfbar_total_users' => translateComma(GET_TOTAL_DATA('CONFIRMED', 'user_data', 'userid', 'status', true)), + 'surfbar_total_users' => translateComma(countSumTotalData('CONFIRMED', 'user_data', 'userid', 'status', true)), 'surfbar_min_reward' => translateComma(SURFBAR_CALCULATE_DYNAMIC_MIN_VALUE()), 'surfbar_max_reward' => translateComma(SURFBAR_CALCULATE_DYNAMIC_MAX_VALUE()), 'surfbar_min_time' => createFancyTime(SURFBAR_CALCULATE_DYNAMIC_MIN_VALUE()), @@ -79,10 +80,10 @@ if (getConfig('surfbar_pay_model') == 'DYNAMIC') { } // END - if // Load the template -LOAD_TEMPLATE('member_surfbar_start_' . strtolower(getConfig('surfbar_pay_model')), false, $content); +loadTemplate('member_surfbar_start_' . strtolower(getConfig('surfbar_pay_model')), false, $content); // Load surfbar link template -LOAD_TEMPLATE('member_surfbar_link'); +loadTemplate('member_surfbar_link'); // ?>