Changeset 2761202
- Timestamp:
- 07/25/2022 01:27:35 PM (4 years ago)
- Location:
- apm-child/trunk
- Files:
-
- 3 edited
-
mc-main.php (modified) (2 diffs)
-
optin-monster-settings.php (modified) (5 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apm-child/trunk/mc-main.php
r2745280 r2761202 9 9 Author: Nick James 10 10 E-mail: admin@nickjamesadmin.com 11 Version: 3. 111 Version: 3.2 12 12 Author URI: http://www.pluginpixie.com 13 13 */ … … 15 15 //ini_set('display_errors',1); 16 16 global $APM_SUBSCRIPTION_VER; 17 $APM_SUBSCRIPTION_VER = "3. 1";17 $APM_SUBSCRIPTION_VER = "3.2"; 18 18 19 19 define('APM_SUBSCRIPTION_PATH', plugins_url().'/'. basename(dirname(__FILE__)).'/'); -
apm-child/trunk/optin-monster-settings.php
r2745280 r2761202 93 93 94 94 95 $user_task = '<div class="main_div" style="margin-bottom:15px;"><div class="rand_num">'.$rand_num_one .$rand_symbol.$rand_num_two .'=</div><div class="user_input"><input type="number" name="spam_check_input" value="" required="true" /></div></div>'; 95 //$user_task = '<div class="main_div" style="margin-bottom:15px;"><div class="rand_num">'.$rand_num_one .$rand_symbol.$rand_num_two .'=</div><div class="user_input"><input type="number" name="spam_check_input" value="" required="true" /></div></div>'; 96 97 $user_task = $rand_num_one .$rand_symbol.$rand_num_two; 96 98 97 99 $apm_return_base_url = ( isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on' ? 'https' : 'http' ) . '://' . $_SERVER['HTTP_HOST']; … … 104 106 { 105 107 $subscriber_first_name = addslashes_gpc(sanitize_text_field($_GET['nm'])); 106 $val_error_message = ' <strong style="width: 100%; text-align: center; display: block; margin: 12px 0; color: #F00; font-weight: 500;">Incorrect answer to math question please try again!</strong>';108 $val_error_message = 'Incorrect answer to math question please try again!'; 107 109 } 108 110 … … 151 153 // </div>'; 152 154 153 app.setCustomVariable('rand_num_1', '< input type="hidden" name="rand_num_1" value="<?php echo $rand_num_one ?>" />');154 app.setCustomVariable('rand_num_2', '< input type="hidden" name="rand_num_2" value="<?php echo $rand_num_two ?>" />');155 app.setCustomVariable('rand_symbol', '< input type="hidden" name="rand_symbol" value="<?php echo $rand_symbol ?>" />');156 app.setCustomVariable('vld_error_return_url', '< input type="hidden" name="vld_error_return_url" value="<?php echo $apm_return_url; ?>" />');157 app.setCustomVariable('spam_check_input', '< p><?php echo $user_task ?></p>');155 app.setCustomVariable('rand_num_1', '<?php echo $rand_num_one ?>'); 156 app.setCustomVariable('rand_num_2', '<?php echo $rand_num_two ?>'); 157 app.setCustomVariable('rand_symbol', '<?php echo $rand_symbol ?>'); 158 app.setCustomVariable('vld_error_return_url', '<?php echo $apm_return_url; ?>'); 159 app.setCustomVariable('spam_check_input', '<?php echo $user_task ?>'); 158 160 159 161 app.setCustomVariable('subscriber_first_name', '<?php echo $subscriber_first_name; ?>'); … … 162 164 163 165 164 app.setCustomVariable('account_id', '< input type="hidden" name="account_id" value="<?php echo esc_html($recordCrediantial['aweber_account_number'],'apm-child')?>" />');165 166 app.setCustomVariable('list_id', '< input type="hidden" name="list_id" value="<?php echo esc_html($recordCrediantial['aweber_list_id'],'apm-child')?>" />');166 app.setCustomVariable('account_id', '<?php echo esc_html($recordCrediantial['aweber_account_number'],'apm-child')?>'); 167 168 app.setCustomVariable('list_id', '<?php echo esc_html($recordCrediantial['aweber_list_id'],'apm-child')?>'); 167 169 168 170 app.setCustomVariable('clickbank_nickname', '<?php echo __($recordCrediantial['clickbank_affiliate_nickname'],'apm-child')?>'); … … 174 176 app.setCustomVariable('jv_zoo_id', '<?php echo __($recordCrediantial['jv_zoo_id'],'apm-child')?>'); 175 177 176 app.setCustomVariable('customer_email', '< input type="hidden" name="customer_email" value="<?php echo esc_html($recordCrediantial['user_email_id'],'apm-child')?>" />');177 178 app.setCustomVariable('click_magic_click_id', '< input type="hidden" name="click_magic_click_id" value="<?php echo __($apm_ses_epm_magic_click_id,'apm-child')?>" />');178 app.setCustomVariable('customer_email', '<?php echo esc_html($recordCrediantial['user_email_id'],'apm-child')?>'); 179 180 app.setCustomVariable('click_magic_click_id', '<?php echo __($apm_ses_epm_magic_click_id,'apm-child')?>'); 179 181 180 182 app.setCustomVariable('click_magic_id', '<?php echo esc_html($apm_ses_epm_magic_click_id,'apm-child')?>'); -
apm-child/trunk/readme.txt
r2745285 r2761202 206 206 *Integrated Direct Email 207 207 *Version update 208 209 3.1 210 *Change optinMonster tag logic 211 *Version update
Note: See TracChangeset
for help on using the changeset viewer.