X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_start.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=49a9663311b732d12ba0c53af2f9eb39a7850fbc;hp=8fae67e5f569c73dd90efb8474e2fe7de6984d39;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/modules/member/what-surfbar_start.php b/inc/modules/member/what-surfbar_start.php index 8fae67e5f5..f551ef47b7 100644 --- a/inc/modules/member/what-surfbar_start.php +++ b/inc/modules/member/what-surfbar_start.php @@ -1,88 +1,3 @@ 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') -); - -// In dynamic mode we need some more data -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_user_urls' => SURFBAR_GET_TOTAL_USER_URLS(), - 'surfbar_total_online' => SURFBAR_DETERMINE_TOTAL_ONLINE(), - '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()), - 'surfbar_max_time' => createFancyTime(SURFBAR_CALCULATE_DYNAMIC_MAX_VALUE()), - 'surfbar_dynamic_lock' => createFancyTime(SURFBAR_CALCULATE_DYNAMIC_LOCK()), - 'surfbar_static_reward' => translateComma(getConfig('surfbar_static_reward')), - 'surfbar_static_time' => createFancyTime(getConfig('surfbar_static_time')) - ); -} // END - if - -// Load the template -loadTemplate('member_surfbar_start_' . strtolower(getConfig('surfbar_pay_model')), false, $content); - -// Load surfbar link template -loadTemplate('member_surfbar_link'); - -// +// @DEPRECATED ?>