X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_beg.php;h=06d68b757f30aff97c94c3f30035b40c6b8611f9;hb=1c3cf7c8bd60ea09a2b268e37a2cb2d0ee0cdeef;hp=516538aaafa8427b866f542f47e2d79152a36351;hpb=5071030af40e69ca4284642f44758964e18f5be8;p=mailer.git diff --git a/inc/modules/admin/what-config_beg.php b/inc/modules/admin/what-config_beg.php index 516538aaaf..06d68b757f 100644 --- a/inc/modules/admin/what-config_beg.php +++ b/inc/modules/admin/what-config_beg.php @@ -17,7 +17,7 @@ * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * - * Copyright (c) 2003 - 2008 by Roland Haeder * + * Copyright (c) 2003 - 2009 by Roland Haeder * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -37,145 +37,57 @@ ************************************************************************/ // Some security stuff... -if ((!defined('__SECURITY')) || (!IS_ADMIN())) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; - require($INC); +if ((!defined('__SECURITY')) || (!isAdmin())) { + die(); } // Add description as navigation point -ADD_DESCR('admin', __FILE__); +addMenuDescription('admin', __FILE__); -if (IS_FORM_SENT()) { +if (isFormSent()) { // Translate german decimal commas to computer decimal dots - REQUEST_SET_POST('beg_points' , convertCommaToDot(REQUEST_POST('beg_points') )); - REQUEST_SET_POST('beg_points_max' , convertCommaToDot(REQUEST_POST('beg_points_max') )); - REQUEST_SET_POST('beg_notify_bonus', convertCommaToDot(REQUEST_POST('beg_notify_bonus'))); + setRequestPostElement('beg_points' , convertCommaToDot(postRequestElement('beg_points') )); + setRequestPostElement('beg_points_max' , convertCommaToDot(postRequestElement('beg_points_max') )); + setRequestPostElement('beg_notify_bonus', convertCommaToDot(postRequestElement('beg_notify_bonus'))); // Save settings - ADMIN_SAVE_SETTINGS_POST(); + adminSaveSettingsFromPostData(); // Remember new settings - setConfigEntry('beg_rallye' , REQUEST_POST('beg_rallye')); - setConfigEntry('beg_ral_en_notify', REQUEST_POST('beg_ral_en_notify')); - setConfigEntry('beg_ral_di_notify', REQUEST_POST('beg_ral_di_notify')); + setConfigEntry('beg_rallye' , postRequestElement('beg_rallye')); + setConfigEntry('beg_ral_en_notify', postRequestElement('beg_ral_en_notify')); + setConfigEntry('beg_ral_di_notify', postRequestElement('beg_ral_di_notify')); } else { // Prepare constants for the template $content['points'] = translateComma(getConfig('beg_points') , false); $content['points_max'] = translateComma(getConfig('beg_points_max') , false); $content['notify_bonus'] = translateComma(getConfig('beg_notify_bonus'), false); - $content['timeout'] = createTimeSelections(getConfig('beg_timeout') , 'beg_timeout' , 'Dhm'); - $content['uid_timeout'] = createTimeSelections(getConfig('beg_uid_timeout'), 'beg_uid_timeout', 'Dhm'); - $content['ip_timeout'] = createTimeSelections(getConfig('beg_ip_timeout') , 'beg_ip_timeout' , 'Dhm'); - $content['wait_selection'] = createTimeSelections(getConfig('beg_notify_wait'), 'beg_notify_wait', 'ms' ); - $content['ranks'] = getConfig('beg_ranks'); - - // Activate / Deactivate beg rallye (Y/N) - switch (getConfig('beg_rallye')) - { - case 'Y': - $content['rallye_yes'] = ' checked="checked"'; - $content['rallye_no'] = ''; - break; - - case 'N': - $content['rallye_yes'] = ''; - $content['rallye_no'] = ' checked="checked"'; - break; - } - - switch (getConfig('beg_active')) - { - case 'Y': - $content['active_yes'] = ' checked="checked"'; - $content['active_no'] = ''; - break; - - case 'N': - $content['active_yes'] = ''; - $content['active_no'] = ' checked="checked"'; - break; - } - - switch (getConfig('beg_mode')) - { - case 'DIRECT': - $content['mode_direct'] = ' checked="checked"'; - $content['mode_ref'] = ''; - break; - - case 'REF': - $content['mode_direct'] = ''; - $content['mode_ref'] = ' checked="checked"'; - break; - } - - switch (getConfig('beg_ral_en_notify')) - { - case 'Y': - $content['ral_enable_notify_yes'] = ' checked="checked"'; - $content['ral_enable_notify_no'] = ''; - break; - - case 'N': - $content['ral_enable_notify_yes'] = ''; - $content['ral_enable_notify_no'] = ' checked="checked"'; - break; - } - - switch (getConfig('beg_ral_di_notify')) - { - case 'Y': - $content['ral_disable_notify_yes'] = ' checked="checked"'; - $content['ral_disable_notify_no'] = ''; - break; - - case 'N': - $content['ral_disable_notify_yes'] = ''; - $content['ral_disable_notify_no'] = ' checked="checked"'; - break; - } - - switch (getConfig('beg_new_mem_notify')) - { - case 'Y': - $content['new_member_notify_yes'] = ' checked="checked"'; - $content['new_member_notify_no'] = ''; - break; - - case 'N': - $content['new_member_notify_yes'] = ''; - $content['new_member_notify_no'] = ' checked="checked"'; - break; - } - - switch (getConfig('beg_include_own')) - { - case 'Y': - $content['include_own_yes'] = ' checked="checked"'; - $content['include_own_no'] = ''; - break; - - case 'N': - $content['include_own_yes'] = ''; - $content['include_own_no'] = ' checked="checked"'; - break; - } + $content['timeout'] = createTimeSelections(getConfig('beg_timeout') , 'beg_timeout' , 'Dhm'); + $content['userid_timeout'] = createTimeSelections(getConfig('beg_userid_timeout'), 'beg_userid_timeout', 'Dhm'); + $content['ip_timeout'] = createTimeSelections(getConfig('beg_ip_timeout') , 'beg_ip_timeout' , 'Dhm'); + $content['wait_selection'] = createTimeSelections(getConfig('beg_notify_wait') , 'beg_notify_wait' , 'ms' ); + + // Init all Y/N selections + foreach (array('rallye','activate','mode','ral_en_notify','ral_di_notify','new_mem_notify','include_own') as $entry) { + $content[$entry . '_y'] = ''; + $content[$entry . '_n'] = ''; + $content[$entry . '_' . strtolower(getConfig('rallye_' . $entry))] = ' checked="checked"'; + } // END - foreach // Init elements - $content['pay_mode_img'] = ''; - $content['pay_mode_js'] = ''; - $content['pay_mode_both'] = ''; - $content['pay_mode_none'] = ''; + foreach (array('pay_mode_img','pay_mode_js','pay_mode_both','pay_mode_none') as $key) { + $content[$entry] = ''; + } // END - foreach // Set pay mode $content['pay_mode_'.strtolower(getConfig('beg_pay_mode'))] = ' selected="selected"'; // Member selection box - $content['member_selection'] = ADD_MEMBER_SELECTION_BOX(getConfig('beg_uid'), false, true, true, 'beg_uid'); + $content['member_selection'] = addMemberSelectionBox(getConfig('beg_userid'), false, true, true, 'beg_userid'); // Load form template - LOAD_TEMPLATE('admin_config_beg', false, $content); + loadTemplate('admin_config_beg', false, $content); } -// +// [EOF] ?>