m_saveflag= true; $this->m_nofollow="No"; $this->m_metabox="No"; if ( isset($_POST['nofollow_option']) ) $this->m_nofollow=$_POST['nofollow_option']; if ( isset($_POST['metabox_option']) ) $this->m_metabox=$_POST['metabox_option']; $afflc_options=$afflctable->afflinkcloaking_option_set( $this->m_nofollow, $this->m_metabox ); } else { $this->m_saveflag= false; $afflc_options=$afflctable->afflinkcloaking_option_get(); $this->m_nofollow= $afflc_options['nofollow']; $this->m_metabox = $afflc_options['metabox']; } } function AffCreateFormAction() { $posturl=admin_url('admin.php?page=affiliate-link-cloaking/ui_options.php&save=true'); echo ($posturl); } function ShowUpdateMsgbox() { if ( $this->m_saveflag ) echo ('

Options updated successfully.

'); } function ShowNofollowOption() { if ( "yes" == $this->m_nofollow ) echo ( 'checked="checked"' ); } function ShowMetaboxOption() { if ( "yes" == $this->m_metabox ) echo ( 'checked="checked"' ); } } global $g_uioption; $g_uioption=new afflinkcloaking_uioption(); ?>

Affiliate link cloaking : Options View All Links

ShowUpdateMsgbox(); ?>

ShowMetaboxOption(); ?> >    Show control panel in post/page edit page.