./inc/reset/reset_profile.php:2:// @DEPRECATED
./inc/reset/reset_surfbar.php:2:// @DEPRECATED
./inc/reset/reset_yoomedia.php:2:// @DEPRECATED
+./templates/de/html/admin/admin_config_cats_row.tpl:1:<!-- @DEPRECATED //-->
+./templates/de/html/admin/admin_config_cats.tpl:1:<!-- @DEPRECATED //-->
+./templates/de/html/admin/admin_list_cats_404.tpl:1:<!-- @DEPRECATED //-->
./templates/de/html/admin/admin_reset_pass_done.tpl:1:<!-- @DEPRECATED //-->
./templates/de/html/admin/admin_send_reset_link.tpl:1:<!-- @DEPRECATED //-->
### ### template-warnings.log follows: ### ###
'BONUS_EXTENSION_UPGRADE' => "Bitte aktualisieren Sie Ihre Bonus-Erweiterung auf Version <span class=\"data\">v0.2.2</span> oder neuer.",
'_ON' => "an",
'MEMBER_CLICK_STATISTICS' => "Mail-Statistik",
- 'ADMIN_SELECT_DEF_REFID' => "Standard Referal-Id bei Anmeldung über <strong>keinen</strong> Ref-Link",
+ 'ADMIN_SELECT_DEFAULT_REFID' => "Standard Referal-Id bei Anmeldung über <strong>keinen</strong> Ref-Link",
'ADMIN_SELECT_REFID_TARGRT' => "Ziel-Seite des Referal-Linkes",
'ADMIN_REFERAL_TARGET_REGISTER' => "Zur Anmeldeseite",
'ADMIN_REFERAL_TARGET_INDEX' => "Zur Eingangsseite",
// Prepare constants for the template
$content['timeout'] = createConfigurationTimeSelections('beg_timeout' , 'Dhm');
$content['userid_timeout'] = createConfigurationTimeSelections('beg_userid_timeout', 'Dhm');
- $content['ip_timeout'] = createConfigurationTimeSelections('beg_ip_timeout' , 'Dhm');
+ $content['beg_ip_timeout'] = createConfigurationTimeSelections('beg_ip_timeout' , 'Dhm');
$content['wait_selection'] = createConfigurationTimeSelections('beg_notify_wait' , 'ms' );
// Init all Y/N selections
$content['beg_mode_' . strtolower(getBegMode())] = ' checked="checked"';
// Member selection box
- $content['form_selection'] = addMemberSelectionBox(getBegUserid(), false, true, true, 'beg_userid');
+ $content['beg_userid'] = addMemberSelectionBox(getBegUserid(), false, true, true, 'beg_userid');
// Load form template
loadTemplate('admin_config_beg', false, $content);
setConfigEntry('bonus_disable_notify', postRequestParameter('bonus_disable_notify'));
} else {
// Transfer options to template
- $content['form_selection'] = addMemberSelectionBox(getBonusUserId(), false, true, true, 'bonus_userid');
+ $content['bonus_userid'] = addMemberSelectionBox(getBonusUserId(), false, true, true, 'bonus_userid');
// Initialize array for the points list
$RANKS = explode(';', getConfig('turbo_rates'));
} // END - foreach
// Transfer options
- $content['form_selection'] = addMemberSelectionBox(getConfig('doubler_userid'), false, true, true, 'doubler_userid');
+ $content['doubler_userid'] = addMemberSelectionBox(getConfig('doubler_userid'), false, true, true, 'doubler_userid');
// Number of rows to display (option lines!!!)
foreach (array('new','pay','old') as $entry) {
// Stop saving data if one input field is !isset
if (isFormSent()) {
// Calculate stamps and set calculated stamps
- setPostRequestParameter('online_timeout' , createEpocheTimeFromSelections('ip_timeout' , postRequestArray()));
+ setPostRequestParameter('online_timeout' , createEpocheTimeFromSelections('online_timeout' , postRequestArray()));
setPostRequestParameter('url_tlock' , createEpocheTimeFromSelections('url_tlock' , postRequestArray()));
setPostRequestParameter('profile_lock' , createEpocheTimeFromSelections('profile_lock' , postRequestArray()));
setPostRequestParameter('profile_update' , createEpocheTimeFromSelections('profile_update' , postRequestArray()));
adminSaveSettingsFromPostData();
} else {
// Time selection boxes
- $content['online_timeout'] = createConfigurationTimeSelections('ip_timeout' , 'ms');
+ $content['online_timeout'] = createConfigurationTimeSelections('online_timeout' , 'ms');
$content['url_tlock'] = createConfigurationTimeSelections('url_tlock' , 'WDh');
$content['profile_lock'] = createConfigurationTimeSelections('profile_lock' , 'WDh');
$content['profile_update'] = createConfigurationTimeSelections('profile_update' , 'YM');
adminSaveSettingsFromPostData();
} else {
// Prepare member selection
- $content['form_selection'] = addMemberSelectionBox(getDefRefid(), false, true, true, 'def_refid');
+ $content['def_refid'] = addMemberSelectionBox(getDefRefid(), false, true, true, 'def_refid');
// Prepare contants for the template
foreach (array('refid_target_index','refid_target_register','select_user_zero_refid_y','select_user_zero_refid_n') as $entry) {
{--ADMIN_CONFIG_BEG_REMOTE_IP_TIMEOUT--}:
</td>
<td align="center">
- $content[ip_timeout]
+ $content[beg_ip_timeout]
</td>
</tr>
<tr>
<td class="bottom" align="right" height="20">{--ADMIN_BEG_USERID--}:</td>
<td class="bottom" align="center">
- $content[form_selection]
+ $content[beg_userid]
</td>
</tr>
<tr>
<tr>
<td class="bottom" align="right">{--ADMIN_BONUS_USERID--}:</td>
<td class="bottom" align="center">
- $content[form_selection]
+ $content[bonus_userid]
</td>
</tr>
<tr>
{--ADMIN_DOUBLER_USERID--}:
</td>
<td class="bottom" style="padding-left: 5px">
- $content[form_selection]
+ $content[doubler_userid]
</td>
</tr>
<tr>
</tr>
<tr>
- <td align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_DEF_REFID--}:</td>
+ <td align="right" width="200" style="padding-right:5px">{--ADMIN_SELECT_DEFAULT_REFID--}:</td>
<td align="center">
- $content[form_selection]
+ $content[def_refid]
</td>
</tr>