สำหรับท่านที่งงๆ ตอน active ครับ ( ผมก็งงๆอยู่พักนึง )
วิธีการครับ มี 2แบบให้เลือก ( เลือกทำแบบเดียวก็พอนะครับ )
วิธีการที่ 1.เอา Code ทั้งหมดด้านล่างไปใส่ในไฟล์ ชื่อ settings.class.php
ในโฟเดอร์ wp-content/plugins/seo-pressor/classes
<?php if (!class_exists('WPPostsRateKeys_Settings')) { class WPPostsRateKeys_Settings { static $R9EC7B8EF25165B663E4EDBADEBE645FE = 'WPPostsRateKeys_Options'; static public function get_seo_link() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['seo_link']; } static public function get_name_link() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['name_link']; } static public function get_allow_seopressor_footer() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['allow_seopressor_footer']; } static public function get_allow_bold_style_to_apply() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['allow_bold_style_to_apply']; } static public function get_allow_italic_style_to_apply() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['allow_italic_style_to_apply']; } static public function get_allow_underline_style_to_apply() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['allow_underline_style_to_apply']; } static public function get_bold_style_to_apply() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['bold_style_to_apply']; } static public function get_italic_style_to_apply() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['italic_style_to_apply']; } static public function get_underline_style_to_apply() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['underline_style_to_apply']; } static public function get_remote_active_response() { $R461B3CF352C49384D8EFBFA869A4BA9A = self::get_check_if_active_url() . '?clickbank_receipt_number=' . urlencode(self::get_clickbank_receipt_number()) . '&plugin_domain=' . urlencode(get_bloginfo('wpurl')); if (self::get_license_type()=='ltps') { $R461B3CF352C49384D8EFBFA869A4BA9A .= '&plugin_sigle=1'; } else { $R461B3CF352C49384D8EFBFA869A4BA9A .= '&plugin_sigle=0'; } $R04DC9A31C8FE0CD27C4C4A1066AEFCD5 = wp_remote_get($R461B3CF352C49384D8EFBFA869A4BA9A); if (is_array($R04DC9A31C8FE0CD27C4C4A1066AEFCD5)) { $R7ADFAB20B638A31026FD86B174CD053C = $R04DC9A31C8FE0CD27C4C4A1066AEFCD5['body']; return $R7ADFAB20B638A31026FD86B174CD053C; } return FALSE; } static public function get_active() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); $R062571FDD32EE7041268CA726716BF33 = time(); if (($R062571FDD32EE7041268CA726716BF33 - self::get_last_dt_active_check()) > 172800) { $R04DC9A31C8FE0CD27C4C4A1066AEFCD5 = self::get_remote_active_response(); if ($R04DC9A31C8FE0CD27C4C4A1066AEFCD5) { $RBAF021A7FD7734AE78ECDD24D3CFD580['last_dt_active_check'] = time(); if ($R04DC9A31C8FE0CD27C4C4A1066AEFCD5=='ACTIVE') { } else { $RBAF021A7FD7734AE78ECDD24D3CFD580['active'] = 0; self::update_options($RBAF021A7FD7734AE78ECDD24D3CFD580); } } } return 1; } static public function get_last_version() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); $R062571FDD32EE7041268CA726716BF33 = time(); if (($R062571FDD32EE7041268CA726716BF33 - self::get_last_dt_version_check()) > 180) { $R461B3CF352C49384D8EFBFA869A4BA9A = self::get_last_version_url(); $R04DC9A31C8FE0CD27C4C4A1066AEFCD5 = wp_remote_get($R461B3CF352C49384D8EFBFA869A4BA9A); if (is_array($R04DC9A31C8FE0CD27C4C4A1066AEFCD5)) { $R7ADFAB20B638A31026FD86B174CD053C = $R04DC9A31C8FE0CD27C4C4A1066AEFCD5['body']; if (is_numeric($R7ADFAB20B638A31026FD86B174CD053C)) $RFDF4CC85164C8AE5EF66813FABB2581B = $R7ADFAB20B638A31026FD86B174CD053C; else $RFDF4CC85164C8AE5EF66813FABB2581B = $RBAF021A7FD7734AE78ECDD24D3CFD580['current_version']; $RBAF021A7FD7734AE78ECDD24D3CFD580['last_version'] = $RFDF4CC85164C8AE5EF66813FABB2581B; $RBAF021A7FD7734AE78ECDD24D3CFD580['last_dt_version_check'] = time(); self::update_options($RBAF021A7FD7734AE78ECDD24D3CFD580); return $RFDF4CC85164C8AE5EF66813FABB2581B; } } return $RBAF021A7FD7734AE78ECDD24D3CFD580['last_version']; } static public function get_check_if_active_url() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['check_if_active_url']; } static public function get_current_version() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['current_version']; } static public function get_download_url() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['download_url']; } static public function get_last_dt_version_check() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['last_dt_version_check']; } static public function get_last_version_url() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['last_version_url']; } static public function get_clickbank_id() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['clickbank_id']; } static public function get_allow_automatic_adding_alt_keyword() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['allow_automatic_adding_alt_keyword']; } static public function get_allow_add_keyword_in_titles() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['allow_add_keyword_in_titles']; } static public function get_allow_site_wide_keyword() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['allow_site_wide_keyword']; } static public function get_site_wide_keywords_list() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['site_wide_keywords_list']; } static public function get_license_type() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['license_type']; } static public function get_clickbank_receipt_number() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['clickbank_receipt_number']; } static public function get_last_dt_active_check() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); return $RBAF021A7FD7734AE78ECDD24D3CFD580['last_dt_active_check']; } static public function set_plugin_as_active() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = self::get_options(); $RBAF021A7FD7734AE78ECDD24D3CFD580['active'] = 1; self::update_options($RBAF021A7FD7734AE78ECDD24D3CFD580); } static function update_options($RBAF021A7FD7734AE78ECDD24D3CFD580) { return update_option(self::$R9EC7B8EF25165B663E4EDBADEBE645FE, $RBAF021A7FD7734AE78ECDD24D3CFD580); } static function get_options() { $RBAF021A7FD7734AE78ECDD24D3CFD580 = array ( 'allow_add_keyword_in_titles' => 0 ,'allow_seopressor_footer' => 1 , 'allow_bold_style_to_apply' => 1 , 'bold_style_to_apply' => 0 , 'allow_italic_style_to_apply' => 1 , 'italic_style_to_apply' => 0 , 'allow_underline_style_to_apply' => 1 , 'underline_style_to_apply' => 0 , 'seo_link' => '<a href="http://www.CharteredSEO.com">SEO</a>' , 'name_link' => '<a href="http://www.seopressor.com">SEOPressor</a>' , 'clickbank_receipt_number' => '' , 'last_dt_active_check' => 0 , 'active' => 0 , 'check_if_active_url' => 'http://seopressor.com/activate.php' , 'current_version' => 4.2 , 'last_dt_version_check' => 0 , 'last_version' => 4.2 , 'license_type' => 'ltpm' , 'last_version_url' => 'http://seopressor.com/check-version-premium.php' , 'download_url' => 'http://www.seopressor.com/dl_plugin_premium_of.html' , 'allow_automatic_adding_alt_keyword' => 0 , 'clickbank_id' => '' , 'allow_site_wide_keyword' => 0 , 'site_wide_keywords_list' => '' ); $R3F85D76DB76F9A2D82BC3CCE32FC84C1 = get_option(self::$R9EC7B8EF25165B663E4EDBADEBE645FE); if (!empty($R3F85D76DB76F9A2D82BC3CCE32FC84C1)) { foreach ($R3F85D76DB76F9A2D82BC3CCE32FC84C1 as $RF413F06AEBBCEF5E1C8B1019DEE6FE6B => $RD9904695AB7A05BE3743563D83AD6643) { $RBAF021A7FD7734AE78ECDD24D3CFD580[$RF413F06AEBBCEF5E1C8B1019DEE6FE6B] = WPPostsRateKeys_Validator::parse_output($RD9904695AB7A05BE3743563D83AD6643); } } if ($R3F85D76DB76F9A2D82BC3CCE32FC84C1 != $RBAF021A7FD7734AE78ECDD24D3CFD580) update_option(self::$R9EC7B8EF25165B663E4EDBADEBE645FE, $RBAF021A7FD7734AE78ECDD24D3CFD580); return $RBAF021A7FD7734AE78ECDD24D3CFD580; } } } ?>
วิธีการที่ 2.ดาวโหลดไฟล์ settings.class.php
จาก hxxp://www.tempf.com/getfile.php?id=927565&key=4dbb7d0134465
ไปใส่โฟเดอร์ wp-content/plugins/seo-pressor/classes
ลองดูครับ