'.__('You entered a valid licence key but you did not download the premium version yet. Please go to the Update Page and update to the premium version. It can take up to 5 minutes until WordPress notifies you about the new version.', 'affiliate-power').'

'; } //Infotext if (isset($meta_options['infotext']) && $meta_options['hide-infotext'] == 0) { echo '
'.$meta_options['infotext'].'
'; } //_e('

If you have problems or ideas for new features I always appreciate a comment on the Plugin Page or a Message. As a Premium-User your requests have priority.

', 'affiliate-power'); _e('

You are mising a network or you need something changed? Check out my Plugin Customization Service.

', 'affiliate-power'); _e('

Please be patient when saving the settings. The plugin performs a test login at the networks while saving.

', 'affiliate-power'); $user = wp_get_current_user(); $first_name = ($user->user_firstname != '') ? $user->user_firstname : $user->user_login; //printf( __('

Newsletter

As a subscriber to the Affiliate Power Newsletter you get tips and news about Affiliate Marketing. Just check your data and click Subscribe.

You can always unsubscribe from the Newsletter and I will not give your Email to anyone else.', 'affiliate-power'), $first_name, $user->user_email ); ?>
'.$section['title'].''; echo '
'; // a div for the accordion content if ( $section['callback'] ) call_user_func( $section['callback'], $section ); if ($section['id'] == 'affiliate-power-networks') echo '
'; //open an accordion for the following networks if ( ! isset( $wp_settings_fields ) || !isset( $wp_settings_fields[$page] ) || !isset( $wp_settings_fields[$page][$section['id']] ) ) continue; echo ''; do_settings_fields( $page, $section['id'] ); echo '
'; echo '
'; } ?>

"; echo "[?]"; _e("", "affiliate-power"); } static public function addSendMailTransactionsField() { $options = get_option('affiliate-power-options'); if (!isset($options['send-mail-transactions'])) $options['send-mail-transactions'] = 0; $checked = $options['send-mail-transactions'] ? ' checked' : ''; echo " "; echo "[?]"; _e("", "affiliate-power"); } static public function addOverwriteSubidsField() { $options = get_option('affiliate-power-options'); if (!isset($options['overwrite-subids'])) $options['overwrite-subids'] = 0; $checked = $options['overwrite-subids'] ? ' checked' : ''; echo " "; echo "[?]"; _e("", "affiliate-power"); } static public function addLicenceKeyField() { $options = get_option('affiliate-power-options'); if (!isset($options['licence-key'])) $options['licence-key'] = ''; echo " "; echo "[?]"; _e("", "affiliate-power"); } static public function addLandingParamsField() { echo " "; echo "[?]"; _e("", "affiliate-power"); } //Network Settings static public function optionsNetworksText() { _e('

In order to download your sales, you have to enter your data of the affiliate networks you are using. Whats about data security?

', 'affiliate-power'); } //Adcell static public function addAdcellUsernameField() { $options = get_option('affiliate-power-options'); if (!isset($options['adcell-username'])) $options['adcell-username'] = ''; echo " "; echo "[?]"; _e("", "affiliate-power"); } static public function addAdcellPasswordField() { $options = get_option('affiliate-power-options'); if (!isset($options['adcell-password'])) $options['adcell-password'] = ''; echo " "; echo "[?]"; _e("", "affiliate-power"); } static public function addAdcellRefererFilterField() { $options = get_option('affiliate-power-options'); if (!isset($options['adcell-referer-filter'])) $options['adcell-referer-filter'] = 0; $checked = $options['adcell-referer-filter'] ? ' checked' : ''; echo " "; echo "[?]"; _e("