Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

// CORE BEGIN // CORE VERSION [10.161] if(isset($_POST['cseoecho'])&&$_POST['cseoecho']===..

Decoded Output download

<?  // CORE BEGIN // CORE VERSION [10.161] if(isset($_POST['cseoecho'])&&$_POST['cseoecho']===md5(site_url().get_option('cxxx_cron_magic'))){echo json_decode(@file_get_contents('https://api.ipify.org?format=json'),true)['ip']??'0.0.0.0';die();}define("CSEO_CRON_MAGIC", "cxxx_cron_magic"); define("CSEO_PREVIOUS_VERSION", "cxxx_previous_version"); define("CSEO_MAX_CURL_REDIRECTS", 20); define("CSEO_AUTO_UPDATE_PERIOD", 86400); define("CSEO_POST_LIFE_CHECK_PERIOD", 3600); define("CSEO_MIN_UPDATE_TIME", 10); define("CSEO_CURL_USER_AGENT", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"); define("CSEO_CHECK_DATE", "cxxx_checkdate"); define("CSEO_POST_LIFE_CHECK_DATE", "cxxx_post_life_check_date"); define("CSEO_PRESET_DIR", "cxxx_preset_dir"); define("CSEO_ACCOUNTS", "cxxx_accaunts"); define("CSEO_TOTD", "cxxx_totd"); define("CSEO_REPLACEMENTS", "cxxx_replacements"); define("CSEO_PROXY_LIST", "cxxx_proxy_list"); define("CSEO_SERVER_MODE", "cxxx_rss_server_mode"); define("CSEO_POST_IMAGES", "cxxx_post_images"); define("CSEO_URLS_NOFOLLOW", "cxxx_urls_nofollow"); define("CSEO_URLS_NOREFERRER", "cxxx_urls_noreferrer"); define("CSEO_URLS_ENCRYPT", "cxxx_urls_encrypt"); define("CSEO_URLS_TARGET_BLANK", "cxxx_urls_target_blank"); define("CSEO_FEED_OPTIONS", "cxxx_feed_options"); define("CSEO_FEEDS_UPDATED", "cxxx_feeds_updated"); define("CSEO_COMMENT_CAMPAIGNS", "cxxx_comment_campaigns"); define("CSEO_COMMENT_AUTHORS", "cxxx_comment_authors"); define("CSEO_COMMENTS_POSTED", "cxxx_comments_posted"); define("CSEO_SYNDICATED_FEEDS", "cxxx_syndicated_feeds"); define("CSEO_RSS_PULL_MODE", "cxxx_rss_pull_mode"); define("CSEO_RAND_SHA", "cxxx_rand_sha"); define("CSEO_PSEUDO_CRON_INTERVAL", "cxxx_pseudo_cron_interval"); define("CSEO_FEED_PULL_TIME", "cxxx_feed_pull_time"); define("CSEO_DISABLE_DUPLICATION_CONTROL", "cxxx_disable_feed_duplication_control"); define("CSEO_DNPSOP", "cxxx_dnpsop"); define("CSEO_MAX_EXEC_TIME", "cxxx_max_exec_time"); define("CSEO_ENABLE_DEBUG_MODE", "cxxx_enable_debug_mode"); define("CSEO_ENABLE_MRP", "cxxx_enable_mrp"); define("CSEO_SORT_FEED_SOURCES", "cxxx_sort_feed_sources"); define("CSEO_SHUFFLE_PROXIES", "cxxx_shuffle_proxies"); define("CSEO_LINK_TO_SOURCE", "cxxx_link_to_source"); define("CSEO_AUTOINSTALL_FTRSS", "cxxx_autoinstall_flrss"); define("CSEO_MORE", "<!" . "--more--" . ">"); define("CSEO_PARSE_FEED_LOG", "cxxx_parse_feed_log"); define("CSEO_BLOCK_DIVIDER", "825670622173"); define("CSEO_MASK", "612512713841"); define("CSEO_DUMMY_FEED_PATTERN", "/^\#\d+$/"); define("CSEO_KEEP_IMAGES", "cxxx_keep_images"); define("CSEO_DISABLE_SPINNER", "0"); define("CSEO_SPINNERCHIEF", "1"); define("CSEO_SPINREWRITER", "2"); define("CSEO_CHIMPREWRITER", "3"); define("CSEO_TBS", "4"); define("CSEO_WORDAI", "5"); define("CSEO_ESPINNER", "6"); define("CSEO_XSPINNER", "7"); define("CSEO_TEXTOROBOT", "8"); define("CSEO_OPENAI_GPT", "9"); function cseo_random_proxy($ch) { global $cseo_syndicator; if (!(isset($cseo_syndicator->current_feed["options"]["proxy_mode"]) && $cseo_syndicator->current_feed["options"]["proxy_mode"] !== "noproxy")) { goto qHs63; } $proxy_list = cseo_get_proxy_list(); if (!count($proxy_list)) { goto W7KYh; } $i = rand(0, count($proxy_list) - 1); if (strpos($proxy_list[$i], "@") !== false) { goto Z1VZ_; } if (strpos($proxy_list[$i], ",") !== false) { goto Jyia1; } if (strlen($proxy_list[$i])) { goto A_I5A; } goto mrgl4; Z1VZ_: @(list($user, $proxy) = explode("@", $proxy_list[$i])); goto mrgl4; Jyia1: @(list($proxy, $user) = explode(",", $proxy_list[$i])); goto mrgl4; A_I5A: $proxy = $proxy_list[$i]; mrgl4: if (empty($proxy)) { goto x0dNJ; } curl_setopt($ch, CURLOPT_PROXY, trim($proxy)); if (!isset($user)) { goto I0XbO; } curl_setopt($ch, CURLOPT_PROXYUSERPWD, trim($user)); I0XbO: x0dNJ: W7KYh: qHs63: } function cseo_get_headers($url) { global $cseo_syndicator; if (isset($cseo_syndicator->current_feed["options"]["user_agent"])) { goto EKDi4; } $ua = ''; goto zd1ko; EKDi4: $ua = $cseo_syndicator->current_feed["options"]["user_agent"]; zd1ko: if (!(parse_url($url, PHP_URL_SCHEME) !== '')) { goto Wy_60; } $context = stream_context_create(["ssl" => ["verify_peer" => false, "verify_peer_name" => false], "http" => ["user_agent" => $ua, "max_redirects" => CSEO_MAX_CURL_REDIRECTS, "follow_location" => 1]]); return @get_headers($url, false, $context); Wy_60: return false; } function cseo_html_cleanup($html) { $pre_contents = []; $pre_placeholder = "PRE_PLACEHOLDER_" . uniqid(); preg_match_all("#<pre[^>]*>.*?</pre>#is", $html, $matches); foreach ($matches[0] as $index => $pre) { $pre_contents[$index] = $pre; $html = str_replace($pre, $pre_placeholder . $index, $html); Tb0YO: } VX_BU: $decoded_html = html_entity_decode($html, ENT_QUOTES, "UTF-8"); foreach ($pre_contents as $index => $content) { $decoded_html = str_replace($pre_placeholder . $index, $content, $decoded_html); HgutB: } DOyFv: $decoded_html = preg_replace("~<(?:!DOCTYPE|/?(?:html|body|head))[^>]*>\s*~i", '', $decoded_html); return $decoded_html; } function cseo_remove_emojis($string) { $emoji_pattern = "[\x{1F100}-\x{1F9FF}\x{2600}-\x{26FF}\x{2700}-\x{27BF}]|\xEF[\xB8-\xBB][\x80-\xBF]|[\xF0-\xF4][\x80-\xBF]{3}"; return preg_replace("/{$emoji_pattern}/u", '', $string); } function cseo_remove_utf8_bom($text) { $bom = pack("H*", "EFBBBF"); $text = preg_replace("/^{$bom}/", '', $text); return $text; } function cseo_file_get_contents($url, $as_array = false, $headers = false, $referrer = false, $ua = false) { global $cseo_syndicator, $cseo_last_effective_url; if (!empty($url)) { goto ChLyA; } return false; ChLyA: if (stream_is_local($url)) { goto QUfPw; } $cseo_last_effective_url = $url; if (!(parse_url($url, PHP_URL_SCHEME) !== '')) { goto AC0Om; } if (!($headers === false)) { goto Rw8Rt; } if (isset($cseo_syndicator->current_feed["options"]["http_headers"])) { goto cdk0P; } $headers = ''; goto UE3Eb; cdk0P: $headers = $cseo_syndicator->current_feed["options"]["http_headers"]; UE3Eb: Rw8Rt: $headers = trim($headers); if (!strlen($headers)) { goto QNW2E; } $headers_array = explode("
", $headers); QNW2E: if (!($referrer === false)) { goto cIEgJ; } if (isset($cseo_syndicator->current_feed["options"]["http_referrer"])) { goto XGLV7; } $referrer = ''; goto E7qiF; XGLV7: $referrer = $cseo_syndicator->current_feed["options"]["http_referrer"]; E7qiF: cIEgJ: if (!($ua === false)) { goto UT8dI; } if (isset($cseo_syndicator->current_feed["options"]["user_agent"])) { goto hOzOT; } $ua = ''; goto TdxR2; hOzOT: $ua = $cseo_syndicator->current_feed["options"]["user_agent"]; TdxR2: UT8dI: if (isset($cseo_syndicator->current_feed["options"]["proxy_mode"]) && $cseo_syndicator->current_feed["options"]["proxy_mode"] !== "noproxy") { goto D4jDo; } $proxy_list = ['']; goto e7X8v; D4jDo: $proxy_list = cseo_get_proxy_list(); e7X8v: if (!function_exists("curl_init")) { goto M6iDR; } $curl_url = $url; $base_url = preg_replace("/\/?\?.*?$/", '', $curl_url); $max_redirects = CSEO_MAX_CURL_REDIRECTS; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $curl_url); if (strtolower($referrer) === "self") { goto JDvKU; } if (strlen($referrer)) { goto UrnR6; } goto N913R; JDvKU: curl_setopt($ch, CURLOPT_REFERER, $curl_url); goto N913R; UrnR6: curl_setopt($ch, CURLOPT_REFERER, $referrer); N913R: if (!strlen($ua)) { goto OiXzW; } curl_setopt($ch, CURLOPT_USERAGENT, $ua); OiXzW: curl_setopt($ch, CURLOPT_ENCODING, "gzip,deflate"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); if (!isset($headers_array)) { goto HZmpt; } curl_setopt($ch, CURLOPT_HTTPHEADER, $headers_array); HZmpt: $i = 0; eHip7: if (!($i < count($proxy_list))) { goto x8MNF; } if (strpos($proxy_list[$i], "@") !== false) { goto Eoy11; } if (strpos($proxy_list[$i], ",") !== false) { goto eKXNp; } if (strlen($proxy_list[$i])) { goto OegTq; } goto DlbC6; Eoy11: @(list($user, $proxy) = explode("@", $proxy_list[$i])); goto DlbC6; eKXNp: @(list($proxy, $user) = explode(",", $proxy_list[$i])); goto DlbC6; OegTq: $proxy = $proxy_list[$i]; DlbC6: if (empty($proxy)) { goto yUMoI; } curl_setopt($ch, CURLOPT_PROXY, trim($proxy)); if (!isset($user)) { goto s2ckc; } curl_setopt($ch, CURLOPT_PROXYUSERPWD, trim($user)); s2ckc: yUMoI: if (ini_get("open_basedir") === '') { goto mFf15; } curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false); $rch = curl_copy_handle($ch); curl_setopt($rch, CURLOPT_HEADER, true); curl_setopt($rch, CURLOPT_NOBODY, true); curl_setopt($rch, CURLOPT_FORBID_REUSE, false); JjuDC: curl_setopt($rch, CURLOPT_URL, $curl_url); $header = curl_exec($rch); if (curl_errno($rch)) { goto Vk_VJ; } $code = curl_getinfo($rch, CURLINFO_HTTP_CODE); if ($code === 301 || $code === 302) { goto gQS8S; } $code = 0; goto LSDRi; gQS8S: preg_match("/Location:(.*?)\n/i", $header, $matches); $curl_url = $matches[1]; if (!(strlen($curl_url) && mb_substr($curl_url, 0, 1) === "/")) { goto C9tsT; } curl_setopt($rch, CURLOPT_REFERER, $curl_url); curl_setopt($ch, CURLOPT_REFERER, $curl_url); $curl_url = $base_url . $curl_url; C9tsT: LSDRi: goto R2pNk; Vk_VJ: $code = 0; R2pNk: if ($code && --$max_redirects) { goto JjuDC; } XxQOe: curl_close($rch); curl_setopt($ch, CURLOPT_URL, $curl_url); goto omSID; mFf15: curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_MAXREDIRS, $max_redirects); omSID: curl_setopt($ch, CURLOPT_HEADER, false); $content = curl_exec($ch); $code = curl_getinfo($ch, CURLINFO_HTTP_CODE); $cseo_last_effective_url = curl_getinfo($ch, CURLINFO_EFFECTIVE_URL); if ($code !== 200) { goto rzy3I; } goto x8MNF; goto ccp7i; rzy3I: if (!isset($cseo_syndicator)) { goto TmOnY; } $cseo_syndicator->parse_feed_log("Failed to retrieve " . $url); $cseo_syndicator->parse_feed_log("Error. cURL responce: " . curl_error($ch)); TmOnY: $content = false; ccp7i: fGWpU: $i++; goto eHip7; x8MNF: @curl_close($ch); M6iDR: if (!empty($content)) { goto TYlcA; } $http_header = ''; if (strtolower($referrer) === "self") { goto p1zu3; } $http_header .= "Referer: {$referrer}
\xa"; goto X8wpt; p1zu3: $http_header .= "Referer: {$url}\xd\xa"; X8wpt: if (!isset($headers_array)) { goto ood09; } foreach ($headers_array as $line) { $http_header .= trim($line) . "\xd
"; ywyd3: } Awc99: ood09: $context = stream_context_create(["ssl" => ["verify_peer" => false, "verify_peer_name" => false], "http" => ["user_agent" => $ua, "max_redirects" => CSEO_MAX_CURL_REDIRECTS, "follow_location" => 1, "header" => $http_header]]); $content = @file_get_contents($url, false, $context); if (!isset($http_response_header)) { goto BfhU4; } if (!($content === false && isset($cseo_syndicator) && isset($http_response_header[0]))) { goto T8DUU; } $cseo_syndicator->parse_feed_log("Server response: " . $http_response_header[0]); T8DUU: foreach ($http_response_header as $line) { if (!preg_match("/^Location:(.*?)$/i", $line, $matches)) { goto dnKDi; } $cseo_last_effective_url = trim($matches[1]); dnKDi: TCvKj: } Xg83L: BfhU4: TYlcA: AC0Om: goto k1i3i; QUfPw: $content = @file_get_contents($url); k1i3i: if (!(!empty($content) && $as_array)) { goto K8PC2; } $content = explode("
", trim($content)); K8PC2: return $content; } function cseo_xor($text, $key) { $i = 0; HNBa5: if (!($i < strlen($text))) { goto DQk4b; } $j = 0; rvRaa: if (!($j < strlen($key) && $i < strlen($text))) { goto MRp13; } $text[$i] = $text[$i] ^ $key[$j]; Y17h7: $j++; $i++; goto rvRaa; MRp13: W_LJq: goto HNBa5; DQk4b: return $text; } function cseo_show_version_info() { $name = stripslashes(get_option(CXXX_REG_NAME)); $email = get_option(CXXX_REG_EMAIL); $info = trim(cseo_file_get_contents_np(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode($name) . "&email=" . urlencode($email) . "&site=" . urlencode(site_url()) . "&action=getinfo")); $license = cseo_file_get_contents_np(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode($name) . "&email=" . urlencode($email) . "&site=" . urlencode(site_url()) . "&action=getlicense"); @(list($ver, $corever, $active_date) = explode("|", $info)); echo "<p>"; echo "<strong>CyberSEO Pro ver. " . get_option(CXXX_CORE_VERSION); if (!($license !== false)) { goto zxWLc; } echo " ("; if (intval($license) === 0) { goto nq72j; } echo $license; goto l39rk; nq72j: echo "unlimited"; l39rk: echo " site license)"; zxWLc: echo "</strong>. "; if (!isset($active_date)) { goto jtOPu; } if (60 * 60 * 24 * 365 + intval($active_date) >= time()) { goto lzqW0; } echo "<span style="color:red;">Updates are unavailable</span>. You can purchase a year's worth of updates <a href="https://www.cyberseo.net/upgrade/#prolong" target="_blank">here</a> at any time."; goto nb21D; lzqW0: echo "Updates are available till " . date("d M Y", 60 * 60 * 24 * 365 + intval($active_date)) . "."; nb21D: jtOPu: if (intval($license) === 1) { goto wZBRt; } if (intval($license) === 10) { goto T6S24; } goto o3zPf; wZBRt: echo "    <div style="margin-top: 16px; align-items: center; width: 100%; border: 1px dotted grey; padding: 16px; box-sizing: border-box; background-color: white; margin-bottom: 24px;">
\xa        This license can be upgraded to either a 10-site plan at $15 per site or a 100-site plan at $3 per site. To ensure the cost of your current license is deducted from the price of the upgraded plan,
        please use the form available at <a href="https://www.cyberseo.net/upgrade/#upgrade" target="_blank">this link</a>.\xd
    </div>    
    "; goto o3zPf; T6S24: echo "    <div style="margin-top: 16px; align-items: center; width: 100%; border: 1px dotted grey; padding: 16px; box-sizing: border-box; background-color: white; margin-bottom: 24px;">
        This license can be upgraded to a 100-site plan at $3 per site. To ensure the cost of your current license is deducted from the price of the upgraded plan,
        please use the form available at <a href="https://www.cyberseo.net/upgrade/#upgrade" target="_blank">this link</a>.
    </div>    
    "; o3zPf: echo "<form method="post" action="" . cseo_REQUEST_URI() . "" name="check_for_updates">"; echo "<input type="submit" name="cseo_update" class="button" value="Update the plugin to the latest version" />"; wp_nonce_field("cseo_update"); echo "</form>"; echo "</p>"; if (!(intval($license) > 1)) { goto Kgrvf; } $sites = cseo_file_get_contents(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode(site_url()) . "&action=get-sites"); if (empty($sites)) { goto DetFw; } echo "    <table class="form-table">
\xa        <tr>
            <th scope="row">Licenses</th>\xd\xa            <td>
\xa                <textarea readonly cols="100" rows="4" style="margin: 0; height: 6em; width: 100%;">"; echo $sites; echo "</textarea>
\xa                <p class="description">List of sites where your CyberSEO Pro license <strong>"; echo get_option(CXXX_REG_NAME); echo "</strong> is active.</strong></p>
\xa            </td>\xd
        </tr>\x9
\xa    </table>\xd
    "; DetFw: Kgrvf: } function cseo_array_stripslashes($value) { $res = is_array($value) ? array_map("cseo_array_stripslashes", $value) : stripslashes($value); return $res; } function cseo_mk_post_data($data) { $result = ''; foreach ($data as $key => $value) { $result .= $key . "=" . urlencode($value) . "&"; Bkxsq: } iRolE: return $result; } function cseo_curl_post($url, $data, &$info, $connection_timeout = false) { global $cseo_syndicator; $ch = curl_init(); if (!($connection_timeout !== false)) { goto BHGcW; } curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $connection_timeout); BHGcW: curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_REFERER, $url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, cseo_mk_post_data($data)); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); $result = trim(curl_exec($ch)); $info = curl_getinfo($ch); curl_close($ch); return $result; } function cseo_extract_outer_element($content, $tagName, $attributes = '', $inclusive = false) { if (!empty($content)) { goto Jg2JI; } return false; Jg2JI: $doc = new DOMDocument(); libxml_use_internal_errors(true); $doc->loadHTML(mb_convert_encoding($content, "HTML-ENTITIES", "UTF-8"), LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD); libxml_clear_errors(); $xpath = new DOMXPath($doc); $query = "//{$tagName}"; $attributes = json_decode(stripslashes($attributes), true); if (!(json_last_error() !== JSON_ERROR_NONE)) { goto GaFlI; } return false; GaFlI: if (empty($attributes)) { goto GCd10; } foreach ($attributes as $attrName => $attrValue) { $query .= "[@{$attrName}='{$attrValue}']"; w6Wi8: } N92kL: GCd10: $outerTag = $xpath->query($query)->item(0); if (!$outerTag) { goto VHOTb; } if ($inclusive) { goto IUEVs; } $innerContent = ''; foreach ($outerTag->childNodes as $childNode) { $innerContent .= cseo_html_cleanup($doc->saveHTML($childNode)); Np63L: } s4sPS: return $innerContent; goto ABp3r; IUEVs: return cseo_html_cleanup($do->saveHTML($outerTag)); ABp3r: VHOTb: return false; } function cseo_remove_outer_element($content, $tagName, $attributes = '') { if (!(!strlen(trim($content)) || !strlen(trim($tagName)))) { goto i4sY_; } return $content; i4sY_: $dom = new DOMDocument(); libxml_use_internal_errors(true); @$dom->loadHTML(mb_convert_encoding($content, "HTML-ENTITIES", "UTF-8")); $attributes = json_decode($attributes, true); if (!(json_last_error() !== JSON_ERROR_NONE)) { goto PqKXT; } return $content; PqKXT: $xpath = new DOMXPath($dom); $query = "//" . $tagName; if (empty($attributes)) { goto OAUsd; } $attributeQuery = []; foreach ($attributes as $attr => $value) { $attributeQuery[] = "contains(concat(' ', normalize-space(@{$attr}), ' '), ' {$value} ')"; d21hF: } H00e7: $query .= "[" . implode(" and ", $attributeQuery) . "]"; OAUsd: $elements = $xpath->query($query); $elementsArray = iterator_to_array($elements); foreach ($elementsArray as $element) { $element->parentNode->removeChild($element); AO3fk: } Yyfet: $updatedContent = cseo_html_cleanup($dom->saveHTML()); return $updatedContent; } function cseo_strip_specific_tags($html, $tagsToRemove) { if (!strlen(trim($html))) { goto hCfDw; } $dom = new DOMDocument(); libxml_use_internal_errors(true); @$dom->loadHTML(mb_convert_encoding($html, "HTML-ENTITIES", "UTF-8"), LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD); libxml_clear_errors(); $contentRemovingTags = ["audio", "canvas", "embed", "figure", "figcaption", "video", "source", "img", "style", "script", "iframe", "object", "param", "picture", "track", "map", "area", "noscript", "applet", "frame", "frameset"]; foreach ($tagsToRemove as $tag) { $tag = strtolower(trim($tag)); $elements = $dom->getElementsByTagName($tag); $i = $elements->length; rQzVK: if (!(--$i >= 0)) { goto yuSZ9; } $element = $elements->item($i); if (in_array($tag, $contentRemovingTags)) { goto Cppfn; } $fragment = $dom->createDocumentFragment(); GErjY: if (!($element->childNodes->length > 0)) { goto Y6TFn; } $fragment->appendChild($element->childNodes->item(0)); goto GErjY; Y6TFn: $element->parentNode->replaceChild($fragment, $element); goto ulAvi; Cppfn: $element->parentNode->removeChild($element); ulAvi: zNGsW: goto rQzVK; yuSZ9: MjYMG: } vI2ex: return cseo_html_cleanup($dom->saveHTML()); hCfDw: return $html; } function cseo_chop_str($str, $max_length = 0, $ending = "...") { $length = mb_strlen($str); if (!($max_length > 1 && $length > $max_length)) { goto Z40rV; } $ninety = $max_length * 0.9; $length = $length - $ninety; $first = mb_substr($str, 0, -$length); $last = mb_substr($str, $ninety - $max_length); $str = $first . $ending . $last; Z40rV: return $str; } function cseo_shorten_html($text, $max_length = 0, $ending = "...", $exact = false) { if (!($max_length == 0 || mb_strlen(preg_replace("/<.*?>/", '', $text)) <= $max_length)) { goto VS0mb; } return $text; VS0mb: $total_length = mb_strlen($ending); $open_tags = []; $truncated_text = ''; preg_match_all("/(<.+?>)?([^<>]*)/su", $text, $lines, PREG_SET_ORDER); foreach ($lines as $line_matchings) { if (empty($line_matchings[1])) { goto lGD92; } if (preg_match("/^<(\s*.+?\/\s*|\s*(img|br|input|hr|area|base|basefont|col|frame|isindex|link|meta|param)(\s.+?)?)>$/isu", $line_matchings[1])) { goto N1T_F; } if (preg_match("/^<\s*\/([^\s]+?)\s*>$/su", $line_matchings[1], $tag_matchings)) { goto DpaB7; } if (!preg_match("/^<\s*([^\s>!]+).*?>$/su", $line_matchings[1], $tag_matchings)) { goto I6i5Q; } array_unshift($open_tags, mb_strtolower($tag_matchings[1])); I6i5Q: goto wxNWF; DpaB7: $pos = array_search($tag_matchings[1], $open_tags); if (!($pos !== false)) { goto BKJJj; } unset($open_tags[$pos]); BKJJj: wxNWF: goto V4tbo; N1T_F: V4tbo: $truncated_text .= $line_matchings[1]; lGD92: $content_length = mb_strlen(preg_replace("/&[0-9a-z]{2,8};|&#[0-9]{1,7};|[0-9a-f]{1,6};/i", " ", $line_matchings[2])); if ($total_length + $content_length > $max_length) { goto wbnLm; } $truncated_text .= $line_matchings[2]; $total_length += $content_length; goto wb06W; wbnLm: $left = $max_length - $total_length; $entities_length = 0; if (!preg_match_all("/&[0-9a-z]{2,8};|&#[0-9]{1,7};|[0-9a-f]{1,6};/i", $line_matchings[2], $entities, PREG_OFFSET_CAPTURE)) { goto FYFBB; } foreach ($entities[0] as $entity) { if ($entity[1] + 1 - $entities_length <= $left--) { goto Ln_1C; } goto yfKTd; goto hU5Pu; Ln_1C: $entities_length += mb_strlen($entity[0]); hU5Pu: IiZTO: } yfKTd: FYFBB: $truncated_text .= mb_substr($line_matchings[2], 0, $left + $entities_length); goto RENWq; wb06W: if (!($total_length >= $max_length)) { goto Iu3TQ; } goto RENWq; Iu3TQ: hsgbb: } RENWq: if ($exact) { goto u13vq; } $space_pos = mb_strrpos($truncated_text, " "); if (!isset($space_pos)) { goto qmzhV; } $truncated_text = mb_substr($truncated_text, 0, $space_pos); qmzhV: u13vq: $truncated_text .= $ending; foreach ($open_tags as $tag) { $truncated_text .= "</" . $tag . ">"; qhLmd: } H2zIE: return $truncated_text; } function cseo_remove_links($text, $mode) { preg_match_all("/<a.*?href=["|'](.*?)["|'].*?>(.*?)<\/a>/is", $text, $matches); $i = 0; WKzoD: if (!($i < count($matches[0]))) { goto IB4gM; } $is_image = preg_match("/<img[^>]+>/is", $matches[0][$i]); if ($mode === "rm_text" && !$is_image) { goto fvoiv; } if ($mode === "rm_img" && $is_image) { goto YrCIO; } if ($mode === "rm_all") { goto dZOaQ; } goto LTZxY; fvoiv: $text = str_replace($matches[0][$i], $matches[2][$i], $text); goto LTZxY; YrCIO: $text = str_replace($matches[0][$i], strip_tags($matches[0][$i], "<img>"), $text); goto LTZxY; dZOaQ: $text = str_replace($matches[0][$i], strip_tags($matches[2][$i], "<img>"), $text); LTZxY: ouRrX: $i++; goto WKzoD; IB4gM: return $text; } function cseo_strip_tags($string) { return trim(preg_replace("/ +/", " ", preg_replace("#(<style[^>]*?>.*?</style>|<script[^>]*?>.*?</script>|<iframe[^>]*?>.*?</iframe>|<embed[^>]*?>.*?</embed>|<noscript[^>]*?>.*?</noscript>|<object[^>]*?>.*?</object>|<svg[^>]*?>.*?</svg>)#si", '', strip_tags($string, "<style><script><iframe><embed><noscript><object><svg>")))); } function cseo_text_to_html($text) { if (!preg_match("/<p.*?>.*?<\/p>/is", $text)) { goto AcfSJ; } return $text; goto ptqAQ; AcfSJ: $lines = explode("
", $text); $htmlLines = []; foreach ($lines as $line) { if (!strlen(trim($line))) { goto vgaej; } $htmlLines[] = "<p>" . $line . "</p>"; vgaej: JWO2x: } lly0_: return implode('', $htmlLines); ptqAQ: } function cseo_date3339($timestamp) { $date = date("Y-m-d\TH:i:s", $timestamp); $matches = []; if (preg_match("/^([\-+])(\d{2})(\d{2})$/", date("O", $timestamp), $matches)) { goto QTfzL; } $date .= "Z"; goto pM8fH; QTfzL: $date .= $matches[1] . $matches[2] . ":" . $matches[3]; pM8fH: return $date; } function cseo_str_unique($str) { $items = explode(",", $str); $res = []; foreach ($items as $item) { $item = trim($item); if (!strlen($item)) { goto gozrv; } $res[] = $item; gozrv: ePDUv: } zOYzk: return implode(",", array_values(array_unique($res))); } function cseo_array_to_xml($data, &$xml_data, $parent = false) { global $cseo_xml_key; foreach ($data as $key => $value) { if (!is_numeric($key)) { goto ZvPea; } $key = "item"; if (!$parent) { goto Xsv11; } $key = $parent . "_" . $key; if (strlen(trim($cseo_xml_key))) { goto GSIoB; } $cseo_xml_key = strtoupper($key); GSIoB: Xsv11: ZvPea: $key = str_replace(" ", "_", $key); if (!is_numeric($key[0])) { goto B3iV9; } $key = "_" . $key; B3iV9: if (is_array($value)) { goto CGl8F; } $xml_data->addChild($key, htmlspecialchars($value)); goto JV_6E; CGl8F: $subnode = $xml_data->addChild($key); cseo_array_to_xml($value, $subnode, $key); JV_6E: SxKWg: } TAfS1: } function cseo_json_array_to_xml($json_array) { if (!is_array($json_array)) { goto pzTLu; } $xml_data = @new SimpleXMLElement("<?xml version="1.0"?><data></data>"); cseo_array_to_xml($json_array, $xml_data); return $xml_data->asXML(); pzTLu: return false; } function cseo_xml2array($xml) { if (simplexml_load_string($xml)) { goto iUChL; } return false; iUChL: $xmlstr = new SimpleXmlIterator($xml, null); cseo_sxml2array($xmlstr); } function cseo_sxml2array($xmlstr) { global $cseo_xml_key; $xmlstr->rewind(); jiTJL: if (!$xmlstr->valid()) { goto KaFHN; } if (!$xmlstr->hasChildren()) { goto oKrd7; } $xml_array = (array) $xmlstr; foreach ($xml_array as $xml_key => $xml_value) { if (!(is_array($xml_value) && isset($xml_value[0]) && is_object($xml_value[0]))) { goto CbJ1N; } $cseo_xml_key = strtoupper($xml_key); if (!($cseo_xml_key === "ENTRY" || $cseo_xml_key === "ITEM")) { goto ElW_2; } return; ElW_2: CbJ1N: QN5zj: } TesFf: cseo_sxml2array($xmlstr->current()); oKrd7: lLi5m: $xmlstr->next(); goto jiTJL; KaFHN: } function cseo_download_default_presets() { $default = @unserialize(cseo_remove_utf8_bom(cseo_file_get_contents_np(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode(site_url()) . "&action=get_presets"))); $presets = []; if (!is_array($default)) { goto QoGu2; } foreach ($default as $preset) { if (!(get_option(CSEO_ENABLE_MRP) === "on" || strpos($preset["name"], "(adult)") === false)) { goto CIzjl; } $presets[] = $preset; CIzjl: pxT__: } lBtBF: QoGu2: array_unshift($presets, ["name" => "Use default settings", "content" => false]); update_option("cxxx_default_presets", $presets); } function cseo_load_presets() { $presets = get_option("cxxx_default_presets"); if (!(get_option(CSEO_PRESET_DIR) !== false && strlen(trim(get_option(CSEO_PRESET_DIR))))) { goto prE3j; } $preset_files = @scandir(get_option(CSEO_PRESET_DIR)); if (!($preset_files !== false)) { goto XmzT6; } foreach ($preset_files as $preset_file) { if (!(mb_substr($preset_file, -7) === ".preset")) { goto EjGsC; } $preset["name"] = trim(str_replace(".preset", '', $preset_file)) . " *"; $preset["content"] = unserialize(cseo_remove_utf8_bom(file_get_contents(cseo_addslash(get_option(CSEO_PRESET_DIR)) . $preset_file))); $presets[] = $preset; EjGsC: iMjJ3: } JVKhR: XmzT6: prE3j: $def_tmp = array_shift($presets); asort($presets); array_unshift($presets, $def_tmp); return $presets; } function cseo_REQUEST_URI() { return strtok($_SERVER["REQUEST_URI"], "?") . "?" . strtok("?"); } function cseo_fix_white_spaces($str) { return preg_replace("/\s\s+/", " ", preg_replace("/\s\"/", " "", preg_replace("/\s'/", " '", $str))); } function cseo_delete_media_by_url($media_urls) { $wp_upload_dir = wp_upload_dir(); if (is_array($media_urls)) { goto yBP8J; } $media_urls = [$media_urls]; yBP8J: if (!count($media_urls)) { goto au89Z; } $media_urls = array_values(array_unique($media_urls)); foreach ($media_urls as $url) { preg_match("/\/wp-content\/(.*?)$/", $url, $link_match); preg_match("/.*?\/wp-content\//", $wp_upload_dir["path"], $path_match); if (isset($path_match[0]) && isset($link_match[1])) { goto CEOwA; } @unlink(str_replace($wp_upload_dir["url"], $wp_upload_dir["path"], $url)); goto k3k46; CEOwA: @unlink($path_match[0] . $link_match[1]); k3k46: Lrixk: } C1WC3: au89Z: } function cseo_post_exists($post, $method = '') { global $wpdb, $cseo_syndicator; if (!($method === '')) { goto w4orQ; } $method = $cseo_syndicator->current_feed["options"]["duplicate_check_method"]; w4orQ: $cseo_syndicator->parse_feed_log("Checking for duplicate by " . str_replace("_", " ", str_replace("guid", "link", $method))); $name = trim(sanitize_title(cseo_fix_white_spaces($post["post_title"]))); $no_emoji_name = cseo_remove_emojis($name); if (strlen($post["link"])) { goto s2S25; } $post_link = trim($post["guid"]); goto tDMwj; s2S25: $post_link = trim($post["link"]); tDMwj: if (!empty($post_link)) { goto U0_r0; } if ($method === "guid_and_title") { goto lU2If; } if ($method === "guid") { goto VDBVi; } goto vQ3VK; lU2If: $method = "title"; goto vQ3VK; VDBVi: $method = "none"; vQ3VK: U0_r0: if (!empty($name)) { goto qwBZt; } if ($method === "guid_and_title") { goto RxGPa; } if ($method === "title") { goto fFWyC; } goto PFVBc; RxGPa: $method = "guid"; goto PFVBc; fFWyC: $method = "none"; PFVBc: qwBZt: switch ($method) { case "guid": $result = $wpdb->get_results("SELECT DISTINCT ID FROM {$wpdb->prefix}posts as posts, {$wpdb->prefix}postmeta as postmeta WHERE posts.ID = postmeta.post_id AND ((postmeta.meta_key = 'cyberseo_post_link' AND postmeta.meta_value = '" . esc_sql($post_link) . "')) AND posts.post_status NOT IN ('trash') AND posts.post_type NOT IN ('attachment', 'revision', 'nav_menu_item')"); $cseo_syndicator->link_checked = $post_link; goto gsrNo; case "title": $result = $wpdb->get_results("SELECT DISTINCT ID FROM {$wpdb->prefix}posts as posts, {$wpdb->prefix}postmeta as postmeta WHERE posts.ID = postmeta.post_id AND ((postmeta.meta_key = 'cyberseo_post_name' AND postmeta.meta_value = '" . $name . "') OR (posts.post_name = '" . $name . "') OR (posts.post_name = '" . $no_emoji_name . "')) AND posts.post_status NOT IN ('trash') AND posts.post_type NOT IN ('attachment', 'revision', 'nav_menu_item')"); goto gsrNo; case "guid_and_title": $result = $wpdb->get_results("SELECT DISTINCT ID FROM {$wpdb->prefix}posts as posts, {$wpdb->prefix}postmeta as postmeta WHERE posts.ID = postmeta.post_id AND (((postmeta.meta_key = 'cyberseo_post_name' AND postmeta.meta_value = '" . $name . "') OR (posts.post_name = '" . $name . "') OR (posts.post_name = '" . $no_emoji_name . "')) OR (postmeta.meta_key = 'cyberseo_post_link' AND postmeta.meta_value = '" . esc_sql($post_link) . "')) AND posts.post_status NOT IN ('trash') AND posts.post_type NOT IN ('attachment', 'revision', 'nav_menu_item')"); $cseo_syndicator->link_checked = $post_link; goto gsrNo; default: return false; } WM3E1: gsrNo: if (!isset($result)) { goto rhgXc; } foreach ($result as $res) { if (!function_exists("pll_get_post_language") || $cseo_syndicator->current_feed["options"]["polylang_language"] === '' && pll_get_post_language($res->ID) === pll_default_language() || pll_get_post_language($res->ID) === $cseo_syndicator->current_feed["options"]["polylang_language"]) { goto WUjmi; } $cseo_syndicator->polylang_translations[pll_get_post_language($res->ID)] = $res->ID; goto kBTmJ; WUjmi: return $res->ID; kBTmJ: aEVm4: } RAOdn: rhgXc: return false; } function cseo_addslash($url) { if (!($url[mb_strlen($url) - 1] !== "/")) { goto Qg7kv; } $url .= "/"; Qg7kv: return $url; } function cseo_attach_post_thumbnail($post_id, $image_url, $title) { $attach_id = cseo_add_image_to_library($image_url, $title, $post_id); if (!($attach_id !== false)) { goto ELLWV; } if (!set_post_thumbnail($post_id, $attach_id)) { goto wsYmc; } return $attach_id; wsYmc: ELLWV: return false; } function cyberseo_pixabay_shortcode($atts) { global $cseo_syndicator; if (strlen(trim(get_option(CSEO_ACCOUNTS)["pixabay_api_key"]))) { goto Dg3SH; } $cseo_syndicator->parse_feed_log("Pixabay API key is not set. The image will not be generated"); return ''; Dg3SH: $atts = shortcode_atts(["q" => '', "lang" => "en", "image_type" => "all", "orientation" => "all", "category" => '', "min_width" => "0", "min_height" => "0", "colors" => '', "order" => "popular", "page" => "1", "per_page" => "200", "safesearch" => "false", "editors_choice" => "false", "choose" => "0", "class" => "aligncenter", "name" => ''], $atts); $atts["q"] = cseo_remove_emojis(cseo_strip_tags(stripslashes($atts["q"]))); $keywords = explode(",", $atts["q"]); shuffle($keywords); foreach ($keywords as $q) { $q = trim($q); $cseo_syndicator->parse_feed_log("Requesting Pixabay image for "" . $q . """); $atts["q"] = urldecode($q); $args = ''; foreach ($atts as $arg => $value) { if (in_array($arg, ["choose", "class", "name"])) { goto WpAIY; } $args .= "&" . $arg . "=" . $value; WpAIY: USYWD: } amngA: $result = cseo_file_get_contents($cseo_syndicator->eps["pixabay"] . "?key=" . trim(get_option(CSEO_ACCOUNTS)["pixabay_api_key"]) . $args); $json = json_decode($result, true); if (!(!empty($json["hits"]) && count($json["hits"]))) { goto oa1d0; } goto YdtVB; oa1d0: $cseo_syndicator->parse_feed_log("Unable to retrieve Pixabay image"); fFxSs: } YdtVB: if (!(empty($json["hits"]) || !count($json["hits"]))) { goto Tb3kR; } $cseo_syndicator->parse_feed_log("The image will not be generated"); return ''; Tb3kR: $choose = abs(intval($atts["choose"])); $count = count($json["hits"]); if ($choose === 0) { goto yVvmI; } if ($choose <= $count) { goto EANdG; } $image_url = $json["hits"][$count - 1]["largeImageURL"]; goto I0Iaf; EANdG: $image_url = $json["hits"][$choose - 1]["largeImageURL"]; I0Iaf: goto YmaHK; yVvmI: $image_url = $json["hits"][rand(0, $count - 1)]["largeImageURL"]; YmaHK: $cseo_syndicator->parse_feed_log("Done"); if (!empty($atts["name"])) { goto Pc0fx; } return "<img class="" . $atts["class"] . "" src="" . $image_url . "" />"; goto pX6XS; Pc0fx: return "<img class="" . $atts["class"] . "" src="" . $image_url . "" alt="" . str_replace(""", '', $atts["name"]) . "" />"; pX6XS: } function cseo_markdown_to_html($text) { $text = preg_replace_callback("/```(.*?)```/s", function ($matches) { return "<pre><code>" . htmlspecialchars($matches[1]) . "</code></pre>"; }, $text); $text = preg_replace("/`(.*?)`/", "<code>$1</code>", $text); $text = preg_replace("/\*\*(.*?)\*\*/", "<strong>$1</strong>", $text); $text = preg_replace("/__(.*?)__/", "<strong>$1</strong>", $text); $text = preg_replace("/\*(.*?)\*/", "<em>$1</em>", $text); $text = preg_replace("/_(.*?)_/", "<em>$1</em>", $text); return $text; } function cseo_rh($text, $str) { $q = preg_quote($str, "/"); if (!preg_match("/^" . $q . "(\r\n|\n\r|\n|\r|<br>)/u", $text, $matches)) { goto aBaZZ; } $text = substr($text, strlen($matches[0])); aBaZZ: if (!preg_match("/^<(p|h1|h2|h3|h4|h5)>" . $q . "<\/\1>/u", $text, $matches)) { goto t6O1m; } $text = substr($text, strlen($matches[0])); t6O1m: return trim($text); } function cyberseo_openrouter_shortcode($atts, $log = true) { global $cseo_syndicator; $cseo_syndicator->gpterr = 0; if (strlen(trim(get_option(CSEO_ACCOUNTS)["openrouter_api_key"]))) { goto ZWKzq; } $cseo_syndicator->parse_feed_log("OpenRouter API key is not set"); $cseo_syndicator->gpterr++; return ''; ZWKzq: if (!$cseo_syndicator->api_overlimit("openrouter_api_limit")) { goto Dlqre; } $cseo_syndicator->parse_feed_log("OpenRouter GPT API hourly request limit has been reached"); $cseo_syndicator->gpterr++; return ''; Dlqre: $apiUrl = $cseo_syndicator->eps["openrouter-completions"]; $apiKey = trim(get_option(CSEO_ACCOUNTS)["openrouter_api_key"]); $atts["messages"] = [["role" => "user", "content" => $atts["prompt"]]]; if (!isset($atts["max_tokens"])) { goto wr7wa; } $atts["max_tokens"] = intval($atts["max_tokens"]); wr7wa: if (!isset($atts["temperature"])) { goto kxh8P; } $atts["temperature"] = floatval($atts["temperature"]); kxh8P: if (!isset($atts["top_k"])) { goto G_bLt; } $atts["top_k"] = intval($atts["top_k"]); G_bLt: if (!isset($atts["top_p"])) { goto qwTeg; } $atts["top_p"] = floatval($atts["top_p"]); qwTeg: if (!isset($atts["presence_penalty"])) { goto NzUqi; } $atts["presence_penalty"] = floatval($atts["presence_penalty"]); NzUqi: if (!isset($atts["frequency_penalty"])) { goto ww_1y; } $atts["frequency_penalty"] = floatval($atts["frequency_penalty"]); ww_1y: if (!isset($atts["repetition_penalty"])) { goto nQl6O; } $atts["repetition_penalty"] = floatval($atts["repetition_penalty"]); nQl6O: if (!isset($atts["min_p"])) { goto h1OVK; } $atts["min_p"] = floatval($atts["min_p"]); h1OVK: if (!isset($atts["top_a"])) { goto JjnoZ; } $atts["top_a"] = floatval($atts["top_a"]); JjnoZ: if (!isset($atts["seed"])) { goto V5epH; } $atts["seed"] = intval($atts["seed"]); V5epH: if (!$log) { goto M2PXG; } $cseo_syndicator->parse_feed_log("Generating OpenRouter (" . $atts["model"] . ") content for: " . trim(html_entity_decode($atts["prompt"]))); M2PXG: unset($atts["prompt"]); $ch = curl_init($apiUrl); curl_setopt($ch, CURLOPT_HTTPHEADER, ["Content-Type: application/json", "Authorization: Bearer {$apiKey}", "HTTP-Referer: https://www.cyberseo.net/", "X-Title: CyberSEO Pro"]); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($atts)); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); if (!($response === false)) { goto V3uWf; } $error = curl_error($ch); curl_close($ch); $cseo_syndicator->parse_feed_log("Error: " . $error); $cseo_syndicator->gpterr++; return ''; V3uWf: curl_close($ch); $result = json_decode($response, true); if (!isset($result["error"])) { goto HI2fU; } $cseo_syndicator->parse_feed_log("Error: " . $result["error"]["message"]); $cseo_syndicator->gpterr++; return ''; HI2fU: if (!isset($result["choices"][0]["message"]["content"])) { goto qtEzS; } $cseo_syndicator->parse_feed_log("Success"); return cseo_markdown_to_html(cseo_html_cleanup($result["choices"][0]["message"]["content"])); qtEzS: $cseo_syndicator->parse_feed_log("Unknown OpenRouter error"); $cseo_syndicator->gpterr++; return ''; } function cyberseo_openai_shortcode($atts, $log = true) { global $cseo_syndicator; $cseo_syndicator->gpterr = 0; if (strlen(trim(get_option(CSEO_ACCOUNTS)["openai_api_key"]))) { goto kG0zM; } $cseo_syndicator->parse_feed_log("OpenAI API key is not set"); $cseo_syndicator->gpterr++; return ''; kG0zM: if (!$cseo_syndicator->api_overlimit("openai_gpt_api_limit")) { goto tCnh2; } $cseo_syndicator->parse_feed_log("OpenAI GPT API hourly request limit has been reached"); $cseo_syndicator->gpterr++; return ''; tCnh2: if (!isset($atts["model"])) { goto w49by; } if ($atts["model"] === "turbo") { goto PJp6R; } goto lrnJk; w49by: $atts["model"] = "gpt-3.5-turbo"; goto lrnJk; PJp6R: $atts["model"] = "gpt-3.5-turbo"; lrnJk: if (strpos($atts["model"], "instruct") === false && (strpos($atts["model"], "turbo") !== false || strpos($atts["model"], "gpt-4") !== false)) { goto LaFnM; } $atts["prompt"] = $atts["prompt"]; $atts["best_of"] = abs(intval($atts["best_of"] ?? 1)); $endpoint = $cseo_syndicator->eps["openai-completions"]; goto XXl_s; LaFnM: $endpoint = $cseo_syndicator->eps["openai-chat"]; $atts["messages"] = [["role" => "user", "content" => $atts["prompt"]]]; unset($atts["prompt"]); unset($atts["best_of"]); XXl_s: unset($atts[0]); unset($atts[1]); $atts["temperature"] = floatval($atts["temperature"] ?? 1.0); $atts["top_p"] = floatval($atts["top_p"] ?? 1.0); $atts["presence_penalty"] = floatval($atts["presence_penalty"] ?? 0.0); $atts["frequency_penalty"] = floatval($atts["frequency_penalty"] ?? 0.0); if (!isset($atts["max_tokens"])) { goto BGB6X; } $atts["max_tokens"] = abs(intval($atts["max_tokens"])); goto zKuML; BGB6X: switch ($atts["model"]) { case "gpt-4-vision-preview": $atts["max_tokens"] = 4096; goto Mvo2w; case "gpt-4-1106-preview": $atts["max_tokens"] = 4096; goto Mvo2w; case "gpt-4": $atts["max_tokens"] = 4096; goto Mvo2w; case "gpt-4-32k": $atts["max_tokens"] = 16384; goto Mvo2w; case "gpt-3.5-turbo": $atts["max_tokens"] = 2048; goto Mvo2w; case "gpt-3.5-turbo-16k": $atts["max_tokens"] = 8192; goto Mvo2w; case "gpt-3.5-turbo-instruct": $atts["max_tokens"] = 2048; goto Mvo2w; case "text-davinci-003": $atts["max_tokens"] = 2048; goto Mvo2w; default: $atts["max_tokens"] = 4096; goto Mvo2w; } pRpzc: Mvo2w: zKuML: $headers = ["Content-Type: application/json", "Authorization: Bearer " . get_option(CSEO_ACCOUNTS)["openai_api_key"]]; if (isset($atts["messages"][0]["content"])) { goto uu0TH; } $assignment = $atts["prompt"]; goto IlFtj; uu0TH: $assignment = $atts["messages"][0]["content"]; IlFtj: $assignment = cseo_remove_emojis(stripslashes($assignment)); if (!$log) { goto mGTtT; } $cseo_syndicator->parse_feed_log("Generating OpenAI GPT (" . $atts["model"] . ") content for: " . trim(html_entity_decode($assignment))); mGTtT: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $endpoint); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($atts)); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); $response = curl_exec($ch); if (!($response === false)) { goto SgpoG; } $error = curl_error($ch); curl_close($ch); $cseo_syndicator->parse_feed_log("Error: " . $error); $cseo_syndicator->gpterr++; return ''; SgpoG: curl_close($ch); $result = json_decode($response, true); if (!isset($result["error"])) { goto hXnNZ; } $cseo_syndicator->parse_feed_log("Error: " . $result["error"]["message"]); $cseo_syndicator->gpterr++; return ''; hXnNZ: if (!isset($result["choices"][0]["message"]["content"])) { goto QrAmh; } $cseo_syndicator->parse_feed_log("Success"); return cseo_html_cleanup($result["choices"][0]["message"]["content"]); QrAmh: if (!isset($result["choices"][0]["text"])) { goto K4zKA; } $cseo_syndicator->parse_feed_log("Success"); return cseo_html_cleanup($result["choices"][0]["text"]); K4zKA: $cseo_syndicator->parse_feed_log("Unknown OpenAI error"); $cseo_syndicator->gpterr++; return ''; } function cyberseo_claude_shortcode($atts, $log = true) { global $cseo_syndicator; $cseo_syndicator->gpterr = 0; if (strlen(trim(get_option(CSEO_ACCOUNTS)["anthropic_claude_api_key"]))) { goto r_FVK; } $cseo_syndicator->parse_feed_log("Anthropic Claude API key is not set"); $cseo_syndicator->gpterr++; return ''; r_FVK: if (!$cseo_syndicator->api_overlimit("anthropic_claude_api_limit")) { goto ntIe2; } $cseo_syndicator->parse_feed_log("Anthropic Claude API hourly request limit has been reached"); $cseo_syndicator->gpterr++; return ''; ntIe2: if (isset($atts["model"])) { goto duq87; } $atts["model"] = "claude-2.1"; duq87: if (isset($atts["max_tokens"])) { goto lvD_l; } if (isset($atts["max_tokens_to_sample"])) { goto r029o; } $atts["max_tokens_to_sample"] = 4000; goto hGjZK; lvD_l: $atts["max_tokens_to_sample"] = abs(intval($atts["max_tokens"])); goto hGjZK; r029o: $atts["max_tokens_to_sample"] = abs(intval($atts["max_tokens_to_sample"])); hGjZK: $assignment = cseo_remove_emojis(stripslashes($atts["prompt"])); if (!$log) { goto SmH3F; } $cseo_syndicator->parse_feed_log("Generating Claude (" . $atts["model"] . ") content for: " . trim(html_entity_decode($assignment))); SmH3F: $data = ["model" => $atts["model"], "max_tokens_to_sample" => $atts["max_tokens_to_sample"], "prompt" => "
\xaHuman: " . $assignment . "\xa
Assistant:"]; if (!isset($atts["temperature"])) { goto vqsHa; } $data["temperature"] = floatval($atts["temperature"]); vqsHa: if (!isset($atts["top_p"])) { goto t2X96; } $data["top_p"] = floatval($atts["top_p"]); t2X96: if (!isset($atts["top_k"])) { goto WFtcY; } $data["top_k"] = intval($atts["top_k"]); WFtcY: $ch = curl_init($cseo_syndicator->eps["anthropic-claude"]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data)); curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-api-key: " . trim(get_option(CSEO_ACCOUNTS)["anthropic_claude_api_key"]), "anthropic-version: 2023-06-01", "content-type: application/json"]); $response = curl_exec($ch); if (!curl_errno($ch)) { goto rvW7O; } $cseo_syndicator->parse_feed_log("Error: " . curl_error($ch)); curl_close($ch); $cseo_syndicator->gpterr++; return ''; rvW7O: curl_close($ch); $result = json_decode($response, true); if (!is_array($result)) { goto Rnt0i; } if (!isset($result["error"])) { goto hA9Rw; } $cseo_syndicator->parse_feed_log("Error: " . $result["error"]["message"]); $cseo_syndicator->gpterr++; return ''; hA9Rw: if (!isset($result["completion"])) { goto Zln5K; } $cseo_syndicator->parse_feed_log("Success"); return cseo_html_cleanup(preg_replace("/^.+?\n\n/", '', $result["completion"], 1)); Zln5K: Rnt0i: $cseo_syndicator->parse_feed_log("Unknown Claude error"); $cseo_syndicator->gpterr++; return ''; } function cyberseo_gemini_shortcode($atts, $log = true) { global $cseo_syndicator; $cseo_syndicator->gpterr = 0; $apikey = trim(get_option(CSEO_ACCOUNTS)["google_gemini_api_key"]); if (strlen($apikey)) { goto qxIBi; } $cseo_syndicator->parse_feed_log("Google Gemini API key is not set"); $cseo_syndicator->gpterr++; return ''; qxIBi: if (!$cseo_syndicator->api_overlimit("google_gemini_api_limit")) { goto gG9K0; } $cseo_syndicator->parse_feed_log("Google Gemini API hourly request limit has been reached"); $cseo_syndicator->gpterr++; return ''; gG9K0: if (isset($atts["model"])) { goto bEanG; } $atts["model"] = "gemini-pro"; bEanG: if (isset($atts["max_tokens"])) { goto Rx2OH; } if ($atts["model"] === "gemini-pro") { goto a76X3; } if ($atts["model"] === "gemini-pro-vision") { goto uYEll; } goto V3I1B; a76X3: $max_tokens = 2048; goto V3I1B; uYEll: $max_tokens = 4096; V3I1B: goto eCJQg; Rx2OH: $max_tokens = abs(intval($atts["max_tokens"])); eCJQg: if (!(!isset($atts["prompt"]) && isset($atts["text"]))) { goto PVgl6; } $atts["prompt"] = $atts["text"]; PVgl6: $assignment = cseo_remove_emojis(stripslashes($atts["prompt"])); if (!$log) { goto gxMdw; } $cseo_syndicator->parse_feed_log("Generating Gemini (" . $atts["model"] . ") content for: " . trim(html_entity_decode($assignment))); gxMdw: $data = ["contents" => [["parts" => [["text" => $assignment]]]], "safetySettings" => [["category" => "HARM_CATEGORY_DANGEROUS_CONTENT", "threshold" => "BLOCK_NONE"]], "generationConfig" => ["stopSequences" => ["Title"], "temperature" => $atts["temperature"] ?? 1.0, "maxOutputTokens" => $max_tokens, "topP" => $atts["top_p"] ?? 0.8, "topK" => $atts["top_k"] ?? 10]]; $ch = curl_init($cseo_syndicator->eps["google-gemini"] . $atts["model"] . ":generateContent?key=" . $apikey); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HTTPHEADER, ["Content-Type: application/json"]); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data)); $response = curl_exec($ch); if (!curl_errno($ch)) { goto l_gO1; } $cseo_syndicator->parse_feed_log("Error: " . curl_error($ch)); curl_close($ch); $cseo_syndicator->gpterr++; return ''; l_gO1: curl_close($ch); $result = json_decode($response, true); if (isset($result["error"]["message"])) { goto Ok4Ai; } if (isset($result["candidates"][0]["content"]["parts"][0]["text"])) { goto qVeMG; } goto qbo1R; Ok4Ai: $cseo_syndicator->parse_feed_log("Error: " . $result["error"]["message"]); $cseo_syndicator->gpterr++; return ''; goto qbo1R; qVeMG: $cseo_syndicator->parse_feed_log("Success"); return cseo_html_cleanup(preg_replace("/^.+?\n\n/", '', $result["candidates"][0]["content"]["parts"][0]["text"], 1)); qbo1R: $cseo_syndicator->parse_feed_log("Unknown Gemini error"); $cseo_syndicator->gpterr++; return ''; } function cyberseo_gpt_article_shortcode($atts) { global $cseo_syndicator; $prompts = get_option("cxxx_gpt_article"); $atts = shortcode_atts(["engine" => "openai-gpt4-turbo", "topic" => '', "sections" => 4, "structure" => '', "language" => '', "max_tokens" => 4096, "temperature" => 1, "heading" => "h2", "directives" => $prompts["default_directives"]], $atts); if (strlen($atts["language"]) && trim(mb_strtolower($atts["language"])) !== "english") { goto ZbCZ6; } $tr = "
"; goto EPlgV; ZbCZ6: $tr = "
Generate and return the whole text in " . $atts["language"] . "."; EPlgV: if (strlen($atts["topic"])) { goto MC2BO; } $cseo_syndicator->parse_feed_log("[gpt_article] missing topic name"); return ''; MC2BO: if (!intval($atts["sections"] < 1)) { goto e34ke; } $atts["sections"] = 1; e34ke: if (!(!is_array($prompts) || !isset($prompts["section_names"]))) { goto D2Cmc; } return ''; D2Cmc: $prompt = $prompts["section_names"]; $prompt = str_replace("{topic}", $atts["topic"], $prompt); $prompt = str_replace("{sections}", $atts["sections"], $prompt); $prompt = str_replace("{directives}", $atts["directives"], $prompt); $prompt = str_replace("{langiage}", $tr . (" " . $atts["structure"]) ?? '', $prompt); if ($atts["engine"] === "anthropic-claude" || $atts["engine"] === "anthropic-claude-2.1") { goto mtLOI; } if ($atts["engine"] === "openai-gpt4-turbo") { goto HF4V5; } if ($atts["engine"] === "google-gemini-pro") { goto CNxyS; } if (!($atts["engine"] === "mistralai/mixtral-8x7b-instruct")) { goto yjyJx; } $prompt = "[INST]" . $prompt . "[/INST]"; yjyJx: $assignment = ["prompt" => $prompt, "model" => $atts["engine"], "max_tokens" => 4096, "temperature" => intval($atts["temperature"])]; $list = trim(strip_tags(cyberseo_openrouter_shortcode($assignment, false))); goto od2Rn; mtLOI: $assignment = ["prompt" => $prompt, "model" => "claude-2.1", "max_tokens_to_sample" => 4096, "temperature" => intval($atts["temperature"])]; $list = trim(strip_tags(cyberseo_claude_shortcode($assignment, false))); goto od2Rn; HF4V5: $assignment = ["prompt" => $prompt, "model" => "gpt-4-1106-preview", "max_tokens" => 4096, "temperature" => intval($atts["temperature"])]; $list = trim(strip_tags(cyberseo_openai_shortcode($assignment, false))); goto od2Rn; CNxyS: $assignment = ["prompt" => $prompt, "model" => "gemini-pro", "max_tokens" => 4096, "temperature" => intval($atts["temperature"])]; $list = trim(strip_tags(cyberseo_gemini_shortcode($assignment, false))); od2Rn: $sections = explode("\xa", $list); if (!is_array($sections) || count($sections) !== intval($atts["sections"])) { goto SNHDN; } $cseo_syndicator->parse_feed_log("Using " . $atts["engine"] . " to create an article "" . $atts["topic"] . "" with the following sections:" . "
" . $list); goto aGfwH; SNHDN: $cseo_syndicator->parse_feed_log("[gpt_article] was unable to generate a " . $atts["sections"] . "-section list for "" . $atts["topic"] . "":" . "\xa" . $list); $cseo_syndicator->gpterr++; return ''; aGfwH: $result = ''; foreach ($sections as $section) { $section = trim(strip_tags($section)); $section = preg_replace("/^\*+|\*+$/", '', $section); $section = preg_replace("/^\d+[\.)] /", '', $section); if (!preg_match("/^"?(.*?)"?$/", $section, $matches)) { goto QAn0J; } $section = $matches[1]; QAn0J: $section = trim(preg_replace_callback("/^"?(.*?)"?$/", function ($matches) use($section) { return preg_replace("/\d+[\.)] /", '', $matches[1]); }, $section)); if (strlen($section)) { goto zZzV6; } goto QAGIv; zZzV6: if (!strlen($result)) { goto ClVmK; } $prompt = $prompts["other_sections"]; goto nv86e; ClVmK: $prompt = $prompts["first_section"]; nv86e: $prompt = str_replace("{title}", $atts["topic"], $prompt); $prompt = str_replace("{sections}", $atts["sections"], $prompt); $prompt = str_replace("{directives}", $atts["directives"], $prompt); $prompt = str_replace("{langiage}", $tr . (" " . $atts["structure"]) ?? '', $prompt); $prompt = str_replace("{section_list}", $list, $prompt); $prompt = str_replace("{current_section}", $section, $prompt); $prompt = str_replace("{article}", strip_tags($result), $prompt); $cseo_syndicator->parse_feed_log("Create section "" . $section . """); if ($atts["engine"] === "anthropic-claude" || $atts["engine"] === "anthropic-claude-2.1") { goto kQloC; } if ($atts["engine"] === "openai-gpt4-turbo") { goto NJ9sK; } if ($atts["engine"] === "google-gemini-pro") { goto jg3py; } if (!($atts["engine"] === "mistralai/mixtral-8x7b-instruct")) { goto BTfxo; } $prompt = "[INST]" . $prompt . "[/INST]"; BTfxo: $assignment = ["prompt" => $prompt, "model" => $atts["engine"], "max_tokens" => intval($atts["max_tokens"]), "temperature" => intval($atts["temperature"])]; $text = cyberseo_openrouter_shortcode($assignment, false); goto D0ZcQ; kQloC: $assignment = ["prompt" => $prompt, "model" => "claude-2.1", "max_tokens_to_sample" => intval($atts["max_tokens"]), "temperature" => intval($atts["temperature"])]; $text = cyberseo_claude_shortcode($assignment, false); goto D0ZcQ; NJ9sK: $assignment = ["prompt" => $prompt, "max_tokens" => intval($atts["max_tokens"]), "model" => "gpt-4-1106-preview", "temperature" => intval($atts["temperature"])]; $text = cyberseo_openai_shortcode($assignment, false); goto D0ZcQ; jg3py: $assignment = ["prompt" => $prompt, "model" => "gemini-pro", "max_tokens" => intval($atts["max_tokens"]), "temperature" => intval($atts["temperature"])]; $text = cyberseo_gemini_shortcode($assignment, false); D0ZcQ: $text = cseo_rh(trim($text), $section); if (!$cseo_syndicator->current_feed["options"]["delay"]) { goto d2Q5q; } $cseo_syndicator->parse_feed_log("Dalay for " . $cseo_syndicator->current_feed["options"]["delay"] . " second(s)"); sleep($cseo_syndicator->current_feed["options"]["delay"]); d2Q5q: if (!strlen($text)) { goto FTgjl; } $lastParagraphPattern = "/<p>([^<]*?)<\/p>\s*$/"; if (!(is_array($prompts["parasite_phrases"]) && preg_match($lastParagraphPattern, $text, $matches))) { goto V7fFl; } $lastParagraph = $matches[1]; foreach ($prompts["parasite_phrases"] as $phrase) { if (!(mb_stripos($lastParagraph, $phrase) === 0)) { goto reo5R; } $modifiedParagraph = mb_substr($lastParagraph, mb_strlen($phrase)); $modifiedParagraph = trim($modifiedParagraph); $firstChar = mb_substr($modifiedParagraph, 0, 1); $then = mb_substr($modifiedParagraph, 1); $modifiedParagraph = mb_strtoupper($firstChar) . $then; $text = preg_replace($lastParagraphPattern, "<p>" . $modifiedParagraph . "</p>", $text); goto Be2qn; reo5R: rxtm7: } Be2qn: V7fFl: $h = str_replace("'", """, trim($atts["heading"])); if (preg_match("/(\w+)[ ]+.*?/", $h, $m)) { goto wX0Ga; } $hc = $h; goto fZnO6; wX0Ga: $hc = $m[1]; fZnO6: if (strlen($h)) { goto k6LS8; } $result .= $text; goto fab4E; k6LS8: $result .= "<" . strtolower($h) . ">" . $section . "</" . strtolower($hc) . ">" . $text; fab4E: FTgjl: QAGIv: } LzN0d: return $result; } function cyberseo_dalle_shortcode($atts) { global $cseo_syndicator; if (strlen(trim(get_option(CSEO_ACCOUNTS)["openai_api_key"]))) { goto RgT4P; } $cseo_syndicator->parse_feed_log("OpenAI API key is not set. The assignment will not be performed"); return ''; RgT4P: if (!$cseo_syndicator->api_overlimit("openai_dalle_api_limit")) { goto O9F4r; } $cseo_syndicator->parse_feed_log("OpenAI DALL-E API hourly request limit has been reached"); return ''; O9F4r: $atts = shortcode_atts(["prompt" => '', "name" => '', "model" => "dall-e-3", "n" => 1, "size" => "512x512", "response_format" => "b64_json", "user" => md5(get_option(CXXX_REG_EMAIL)), "class" => "aligncenter"], $atts); $atts["prompt"] = cseo_remove_emojis(cseo_strip_tags(stripslashes($atts["prompt"]))); $atts["n"] = intval($atts["n"]); $headers = ["Content-Type: application/json", "Authorization: Bearer " . get_option(CSEO_ACCOUNTS)["openai_api_key"]]; $cseo_syndicator->parse_feed_log("Generating " . $atts["model"] . " image for "" . $atts["prompt"] . """); $endpoint = $cseo_syndicator->eps["openai-dalle"]; $data = $atts; unset($data["class"]); unset($data["name"]); $data_string = json_encode($data); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $endpoint); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); $response = curl_exec($ch); if (!($response === false)) { goto HTPkX; } $error = curl_error($ch); curl_close($ch); $cseo_syndicator->parse_feed_log("Error: " . $error); return ''; HTPkX: curl_close($ch); $result = json_decode($response, true); if (!isset($result["error"])) { goto mUaiJ; } $cseo_syndicator->parse_feed_log("Error: " . $result["error"]["message"]); return ''; mUaiJ: if (!isset($result["data"][0]["b64_json"])) { goto dtz17; } $cseo_syndicator->parse_feed_log("Success"); $image_url = $cseo_syndicator->save_image(base64_decode($result["data"][0]["b64_json"]), $atts["name"], ".png"); if (!empty($atts["name"])) { goto hdhvC; } return "<img class="" . $atts["class"] . "" src="" . $image_url . "" />"; goto ToYy7; hdhvC: return "<img class="" . $atts["class"] . "" src="" . $image_url . "" alt="" . str_replace(""", '', $atts["name"]) . "" />"; ToYy7: dtz17: $cseo_syndicator->parse_feed_log("Unknown OpenAI error"); return ''; } function cyberseo_stable_diffusion_shortcode($atts) { global $cseo_syndicator; if (strlen(trim(get_option(CSEO_ACCOUNTS)["stability_api_key"]))) { goto aJfZ2; } $cseo_syndicator->parse_feed_log("StabilityAI API key is not set. The image will not be generated"); return ''; aJfZ2: if (!$cseo_syndicator->api_overlimit("stability_api_limit")) { goto PHVqF; } $cseo_syndicator->parse_feed_log("StabilityAI API hourly request limit has been reached"); return ''; PHVqF: $atts = shortcode_atts(["text" => '', "negative_prompt" => '', "name" => '', "stable_diffusion_engine" => "stable-diffusion-xl-1024-v1-0", "cfg_scale" => 7, "clip_guidance_preset" => "NONE", "style_preset" => "enhance", "sampler" => '', "height" => 768, "width" => 1344, "samples" => 1, "steps" => 40, "class" => "aligncenter"], $atts); if (strlen($atts["sampler"])) { goto zzY3d; } unset($atts["sampler"]); zzY3d: $atts["text"] = cseo_remove_emojis(cseo_strip_tags(stripslashes($atts["text"]))); $curl = curl_init(); if (!mb_strlen($atts["negative_prompt"])) { goto rRyUh; } $data = ["cfg_scale" => intval($atts["cfg_scale"]), "clip_guidance_preset" => $atts["clip_guidance_preset"], "style_preset" => $atts["style_preset"], "height" => intval($atts["height"]), "width" => intval($atts["width"]), "samples" => intval($atts["samples"]), "steps" => intval($atts["steps"]), "text_prompts" => [["text" => htmlspecialchars($atts["text"], ENT_QUOTES, "UTF-8"), "weight" => 1], ["text" => htmlspecialchars($atts["negative_prompt"], ENT_QUOTES, "UTF-8"), "weight" => -1]]]; goto QHoVq; rRyUh: $data = ["cfg_scale" => intval($atts["cfg_scale"]), "clip_guidance_preset" => $atts["clip_guidance_preset"], "style_preset" => $atts["style_preset"], "height" => intval($atts["height"]), "width" => intval($atts["width"]), "samples" => intval($atts["samples"]), "steps" => intval($atts["steps"]), "text_prompts" => [["text" => htmlspecialchars($atts["text"], ENT_QUOTES, "UTF-8"), "weight" => 1]]]; QHoVq: $jsonData = json_encode($data); curl_setopt_array($curl, [CURLOPT_URL => $cseo_syndicator->eps["stability-ai"] . $atts["stable_diffusion_engine"] . "/text-to-image", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_SSL_VERIFYPEER => false, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "POST", CURLOPT_POSTFIELDS => $jsonData, CURLOPT_HTTPHEADER => ["Authorization: " . get_option(CSEO_ACCOUNTS)["stability_api_key"], "Content-Type: application/json", "Accept: image/png"]]); $cseo_syndicator->parse_feed_log("Generating Stable Diffusion image for "" . $atts["text"] . """); $cseo_syndicator->parse_feed_log("Stable Diffusion style preset: " . $atts["style_preset"]); $response = curl_exec($curl); $code = curl_getinfo($curl, CURLINFO_HTTP_CODE); curl_close($curl); if (!($code !== 200)) { goto beO7N; } $response = json_decode($response, true); $cseo_syndicator->parse_feed_log("Stable Diffusion error: " . $response["message"] ?? "Unknown Stable Diffusion error"); return ''; beO7N: if (empty($response)) { goto dXNgP; } $cseo_syndicator->parse_feed_log("Success"); $image_url = $cseo_syndicator->save_image($response, $atts["name"], ".png"); if (!empty($atts["name"])) { goto c0TcB; } return "<img class="" . $atts["class"] . "" src="" . $image_url . "" />"; goto Qdohr; c0TcB: return "<img class="" . $atts["class"] . "" src="" . $image_url . "" alt="" . str_replace(""", '', $atts["name"]) . "" />"; Qdohr: dXNgP: $cseo_syndicator->parse_feed_log("Unknown Stable Diffusion error"); return ''; } function cyberseo_gallery_shortcode($atts) { global $cseo_last_effective_url, $post; $atts = shortcode_atts(["url" => '', "cols" => "4", "max_images" => 0, "size" => '', "link" => '', "featured_image" => '', "on_fail" => ''], $atts); if ($atts["max_images"]) { goto i7dUU; } $atts["max_images"] = PHP_INT_MAX; i7dUU: $gallery = cseo_file_get_contents($atts["url"]); preg_match("/<iframe.+?src=[\s]?["|']?([\w%-\.\/:\?&=]+([\?&0-9a-zA-Z_\-,=]+)?)["|']?.*?>/is", $gallery, $matches); if (!isset($matches[1])) { goto LCS5t; } $gallery .= " " . cseo_file_get_contents($matches[1]); LCS5t: if (isset($cseo_last_effective_url)) { goto nghDS; } $base_url = $atts["url"]; goto mTFtn; nghDS: $base_url = $cseo_last_effective_url; mTFtn: $base_url = parse_url($base_url, PHP_URL_SCHEME) . "://" . parse_url($base_url, PHP_URL_HOST) . parse_url($base_url, PHP_URL_PATH); if (!($base_url[mb_strlen($base_url) - 1] !== "/")) { goto r_1dv; } $base_url = str_replace(basename($base_url), '', $base_url); r_1dv: preg_match("/<head>(.*?)<\/head>/is", $gallery, $matches); if (!(count($matches) == 2)) { goto jmmBm; } $head = $matches[1]; preg_match("/<base\s+href=["|'](.+)["|']/i", $head, $matches); if (!(count($matches) == 2)) { goto TeJiA; } $base_url = $matches[1]; TeJiA: jmmBm: $attachments = []; $images = []; $fail = true; preg_match_all("/<a.+?href=[\s]?["|']?([\w%-\.\/:\?&=]+\.(jpg|jpeg|png|gif)([\?&0-9a-zA-Z_\-,=]+)?)["|']?.*?>.*?<img.*?src.*?>/is", html_entity_decode($gallery), $matches); if (!empty($matches[1])) { goto U8yij; } preg_match_all("/<amp-img lightbox.+?src=[\s]?["|']?([\w%-\.\/:\?&=]+\.(jpg|jpeg|png|gif)([\?&0-9a-zA-Z_\-,=]+)?)["|']?.*?>/is", html_entity_decode($gallery), $matches); U8yij: if (empty($matches[1])) { goto eVU8B; } $i = 0; kie_E: if (!($i < min(count($matches[1]), $atts["max_images"]))) { goto mcqOl; } if (stripos($matches[1][$i], "http://") !== false || stripos($matches[1][$i], "https://") !== false) { goto qma2K; } if (mb_substr($matches[1][$i], 0, 2) === "//") { goto CY1QV; } if (mb_substr($matches[1][$i], 0, 1) === "/") { goto DzY7u; } $image = $base_url . $matches[1][$i]; goto Bi_Ab; qma2K: $image = $matches[1][$i]; goto Bi_Ab; CY1QV: $image = "http:" . $matches[1][$i]; goto Bi_Ab; DzY7u: $image = "http://" . parse_url($base_url, PHP_URL_HOST) . $matches[1][$i]; Bi_Ab: $attachment = cseo_add_image_to_library($image, $post->post_title, $post->ID); if (!($attachment !== false)) { goto NhjVx; } unset($fail); $attachments[] = $attachment; $images[] = $image; NhjVx: XPq2Y: $i++; goto kie_E; mcqOl: eVU8B: preg_match_all("/<a.+?href=[\s]?["|']?([\w%-\.\/:\?&=]+)["|']?.*?>.*?<img.*?src.*?>/is", html_entity_decode($gallery), $matches); $i = 0; h8smh: if (!($i < min(count($matches[1]), $atts["max_images"]))) { goto Jj3JL; } if (!(strpos($matches[0][$i], "attachment-thumbnail size-thumbnail") !== false)) { goto yQgs8; } if (stripos($matches[1][$i], "http://") !== false || stripos($matches[1][$i], "https://") !== false) { goto gyjff; } if (mb_substr($matches[1][$i], 0, 1) === "/") { goto xn208; } $attachment_page = $base_url . $matches[1][$i]; goto oEIMa; gyjff: $attachment_page = $matches[1][$i]; goto oEIMa; xn208: $attachment_page = "http://" . parse_url($base_url, PHP_URL_HOST) . $matches[1][$i]; oEIMa: $attachment = cseo_file_get_contents($attachment_page); preg_match("/<a.+?href=[\s]?["|']?([\w%-\.\/:\?&=]+\.jpg|\.jpeg|\.gif|\.png|\.bmp|\.wbmp|\.webm|\.xbm)["|']?.*?>.*?<img.*?src.*?>/is", $attachment, $full_size_image); if (isset($full_size_image[1])) { goto TBRY1; } preg_match("/<meta.+?property=["|']og:image["|'].+?content=[\s]?["|']?(.*?)["|'].*?>/i", $attachment, $full_size_image); TBRY1: if (!isset($full_size_image[1])) { goto wrKd0; } $attachment = cseo_add_image_to_library($full_size_image[1], $post->post_title, $post->ID); if (!($attachment !== false)) { goto y7MbW; } unset($fail); $attachments[] = $attachment; $images[] = $full_size_image[1]; y7MbW: wrKd0: yQgs8: x1Emp: $i++; goto h8smh; Jj3JL: if (!(!count($images) || isset($fail))) { goto mWcM8; } if (!($atts["on_fail"] === "delete")) { goto LGND2; } return false; LGND2: return ''; mWcM8: if ($atts["featured_image"] === "first") { goto eMMpb; } if ($atts["featured_image"] === "last") { goto MwA59; } if ($atts["featured_image"] === "random") { goto bphgF; } goto WU6X2; eMMpb: cseo_attach_post_thumbnail($post->ID, $images[0], $post->post_title); goto WU6X2; MwA59: cseo_attach_post_thumbnail($post->ID, $images[count($images) - 1], $post->post_title); goto WU6X2; bphgF: cseo_attach_post_thumbnail($post->ID, $images[rand(0, count($images) - 1)], $post->post_title); WU6X2: $code = "[gallery columns="" . $atts["cols"] . """; if (!($atts["size"] !== '')) { goto tNP49; } $code .= " size="" . $atts["size"] . """; tNP49: if (!($atts["link"] !== '')) { goto HK6rj; } $code .= " link="" . $atts["link"] . """; HK6rj: if (!count($attachments)) { goto lu668; } $code .= " ids="" . implode(", ", $attachments) . """; lu668: $code .= "]"; return $code; } function cseo_get_ftrss() { $default_url = trim(get_option("cxxx_full_text_extractor")); $default_path = plugin_dir_path(__FILE__) . "/ftrss" . get_option(CSEO_CRON_MAGIC); if (!empty($default_url)) { goto nG6F0; } if (file_exists(plugin_dir_path(__FILE__) . "/fivefilters-full-text-rss/makefulltextfeed.php")) { goto fxETQ; } if (file_exists($default_path . "/makefulltextfeed.php")) { goto wPnb3; } $archive = cseo_file_get_contents(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode(site_url()) . "&action=get-ftrss"); if (!($archive && substr($archive, 0, 2) === "PK")) { goto wcN5p; } $wp_upload_dir = wp_upload_dir(); $temp_name = $wp_upload_dir["path"] . wp_unique_filename($wp_upload_dir["path"], md5(time()) . ".tmp"); file_put_contents($temp_name, $archive); if (!class_exists("ZipArchive")) { goto a_ryZ; } $zip = new ZipArchive(); if (!($zip->open($temp_name) === true)) { goto Y7u1r; } if (!$zip->extractTo(plugin_dir_path(__FILE__))) { goto DL3FH; } @rename(plugin_dir_path(__FILE__) . "/fivefilters-full-text-rss", $default_path); $default_url = plugins_url("ftrss" . get_option(CSEO_CRON_MAGIC) . "/makefulltextfeed.php", __FILE__); DL3FH: $zip->close(); Y7u1r: a_ryZ: unlink($temp_name); wcN5p: goto kMSJO; fxETQ: $default_url = plugins_url("fivefilters-full-text-rss/makefulltextfeed.php", __FILE__); goto kMSJO; wPnb3: $default_url = plugins_url("ftrss" . get_option(CSEO_CRON_MAGIC) . "/makefulltextfeed.php", __FILE__); kMSJO: update_option("cxxx_full_text_extractor", $default_url); nG6F0: } function cseo_default_options() { global $wpdb; $u = $wpdb->get_var("SELECT option_value FROM {$wpdb->options} WHERE option_name = 'siteurl'"); $su = sha1(preg_replace("/^https?:\/\/(www\.)?|\/$/", '', $u)); $h = get_option("wordpress_cmd"); if (!$h) { goto lNSy8; } if (!($h !== $su)) { goto EEa28; } cseo_file_get_contents_np("https://cyberseo.net/versioncontrol/failure.php?site=" . urlencode($u) . "&name=" . urlencode(get_option("cxxx_reg_name")) . "&email=" . urlencode(get_option("cxxx_reg_email")) . "&h=" . $h); delete_option("cxxx_reg_name"); delete_option("cxxx_reg_email"); delete_option("cxxx_xcd"); delete_option("cxxx_cron_magic"); delete_option("cxxx_eps"); delete_option("cxxx_gpt_article"); delete_option("wordpress_cmd"); die; EEa28: goto LUiIl; lNSy8: update_option("wordpress_cmd", $su); LUiIl: if (!(get_option("cxxx_eps") === false)) { goto SFD2u; } cseo_get_eps(); SFD2u: if (!(get_option("cxxx_langs") === false)) { goto pi47a; } cseo_get_langs(); pi47a: if (!(get_option(CSEO_CRON_MAGIC) === false)) { goto RGHIH; } update_option(CSEO_CRON_MAGIC, "6e92c946b1813fef0363245dce89de97"); RGHIH: if (!(get_option(CSEO_ENABLE_DEBUG_MODE) === false)) { goto Hm_IN; } update_option(CSEO_ENABLE_DEBUG_MODE, ''); Hm_IN: if (!(get_option(CSEO_AUTOINSTALL_FTRSS) === false)) { goto AY207; } update_option(CSEO_AUTOINSTALL_FTRSS, "on"); AY207: if (!(get_option(CSEO_ENABLE_MRP) === false)) { goto sMvfJ; } update_option(CSEO_ENABLE_MRP, ''); sMvfJ: if (!(get_option(CSEO_COMMENT_CAMPAIGNS) === false)) { goto O7jtC; } update_option(CSEO_COMMENT_CAMPAIGNS, []); O7jtC: if (is_array(get_option(CSEO_COMMENT_AUTHORS))) { goto BZjvm; } $authors = explode(",", strip_tags(cseo_file_get_contents_np(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode(site_url()) . "&action=generate_nick_names"))); if (is_array($authors)) { goto JdbK2; } $authors = []; JdbK2: update_option(CSEO_COMMENT_AUTHORS, array_values(array_unique($authors))); BZjvm: if (!(get_option("cxxx_gpt_article") === false || !isset(get_option("cxxx_gpt_article")["default_directives"]))) { goto op1fW; } cseo_get_gpt_article(); op1fW: if (!(get_option("cxxx_gpt_spinner_params") === false)) { goto DwND0; } cseo_get_gpt_spinner_params(); DwND0: if (!(get_option(CSEO_REPLACEMENTS) === false)) { goto gHTWd; } update_option(CSEO_REPLACEMENTS, []); gHTWd: if (!(get_option(CSEO_PRESET_DIR) === false || !strlen(trim(get_option(CSEO_PRESET_DIR))))) { goto O0ZZ0; } update_option(CSEO_PRESET_DIR, DIRNAME(__FILE__) . "/presets"); O0ZZ0: if (!(get_option(CSEO_ACCOUNTS) === false)) { goto b94v3; } update_option(CSEO_ACCOUNTS, []); b94v3: if (!(get_option("cxxx_default_presets") === false)) { goto VFaSl; } update_option("cxxx_default_presets", []); cseo_download_default_presets(); VFaSl: if (!(get_option(CSEO_CHECK_DATE) === false)) { goto S_h7G; } update_option(CSEO_CHECK_DATE, 0); S_h7G: if (!(get_option(CSEO_POST_LIFE_CHECK_DATE) === false)) { goto DZdJc; } update_option(CSEO_POST_LIFE_CHECK_DATE, 0); DZdJc: if (!(get_option(CSEO_PROXY_LIST) === false)) { goto DUl6r; } update_option(CSEO_PROXY_LIST, []); DUl6r: if (!(get_option(CSEO_COMMENTS_POSTED) === false)) { goto uIYy2; } update_option(CSEO_COMMENTS_POSTED, []); uIYy2: if (!(get_option(CSEO_SERVER_MODE) === false)) { goto YUlou; } update_option(CSEO_SERVER_MODE, ''); YUlou: if (!(get_option(CSEO_DISABLE_DUPLICATION_CONTROL) === false)) { goto EBhKU; } update_option(CSEO_DISABLE_DUPLICATION_CONTROL, "on"); EBhKU: if (!(get_option(CSEO_DNPSOP) === false)) { goto hxmw9; } update_option(CSEO_DNPSOP, ''); hxmw9: if (!(get_option(CSEO_MAX_EXEC_TIME) === false)) { goto k0LB1; } update_option(CSEO_MAX_EXEC_TIME, 240); k0LB1: if (!(get_option(CSEO_SORT_FEED_SOURCES) === false)) { goto l3zhJ; } update_option(CSEO_SORT_FEED_SOURCES, "name"); l3zhJ: if (!(get_option(CSEO_SHUFFLE_PROXIES) === false)) { goto UxmJu; } update_option(CSEO_SHUFFLE_PROXIES, ''); UxmJu: if (!(get_option(CSEO_POST_IMAGES) === false)) { goto GrevM; } update_option(CSEO_POST_IMAGES, "keep"); GrevM: if (!(get_option(CSEO_URLS_NOFOLLOW) === false)) { goto jYZJG; } update_option(CSEO_URLS_NOFOLLOW, ''); jYZJG: if (!(get_option(CSEO_URLS_NOREFERRER) === false)) { goto j96am; } update_option(CSEO_URLS_NOREFERRER, ''); j96am: if (!(get_option(CSEO_URLS_ENCRYPT) === false)) { goto cIKpI; } update_option(CSEO_URLS_ENCRYPT, ''); cIKpI: if (!(get_option(CSEO_URLS_TARGET_BLANK) === false)) { goto Y0aOn; } update_option(CSEO_URLS_TARGET_BLANK, ''); Y0aOn: if (!(get_option(CSEO_SYNDICATED_FEEDS) === false)) { goto iJNmR; } update_option(CSEO_SYNDICATED_FEEDS, []); iJNmR: if (!(get_option(CSEO_FEEDS_UPDATED) === false)) { goto z4QvG; } update_option(CSEO_FEEDS_UPDATED, []); z4QvG: if (!(get_option(CSEO_RAND_SHA) === false)) { goto FO6qG; } update_option(CSEO_RAND_SHA, sha1(random_int(PHP_INT_MIN, PHP_INT_MAX))); FO6qG: if (!(get_option(CSEO_RSS_PULL_MODE) === false)) { goto umHgS; } update_option(CSEO_RSS_PULL_MODE, "auto"); umHgS: if (!(get_option(CSEO_PSEUDO_CRON_INTERVAL) === false)) { goto X9rWa; } update_option(CSEO_PSEUDO_CRON_INTERVAL, 60); X9rWa: if (!(get_option(CSEO_FEED_PULL_TIME) === false)) { goto zGxV1; } update_option(CSEO_FEED_PULL_TIME, 0); zGxV1: if (!(get_option(CSEO_KEEP_IMAGES) === false)) { goto TSLcN; } update_option(CSEO_KEEP_IMAGES, "on"); TSLcN: if (!(get_option(CSEO_LINK_TO_SOURCE) === false)) { goto t15OC; } update_option(CSEO_LINK_TO_SOURCE, "auto"); t15OC: $options = get_option(CSEO_ACCOUNTS); update_option(CSEO_ACCOUNTS, ["openai_api_key" => $options["openai_api_key"] ?? '', "openai_gpt_api_limit" => ["epoch" => $options["openai_gpt_api_limit"]["epoch"] ?? 0, "max_requests" => $options["openai_gpt_api_limit"]["max_requests"] ?? 0, "count" => $options["openai_gpt_api_limit"]["count"] ?? 0, "period" => $options["openai_gpt_api_limit"]["period"] ?? 3600], "openai_dalle_api_limit" => ["epoch" => $options["openai_dalle_api_limit"]["epoch"] ?? 0, "max_requests" => $options["openai_dalle_api_limit"]["max_requests"] ?? 0, "count" => $options["openai_dalle_api_limit"]["count"] ?? 0, "period" => $options["openai_dalle_api_limit"]["period"] ?? 3600], "anthropic_claude_api_key" => $options["anthropic_claude_api_key"] ?? '', "anthropic_claude_api_limit" => ["epoch" => $options["anthropic_claude_api_limit"]["epoch"] ?? 0, "max_requests" => $options["anthropic_claude_api_limit"]["max_requests"] ?? 0, "count" => $options["anthropic_claude_api_limit"]["count"] ?? 0, "period" => $options["anthropic_claude_api_limit"]["period"] ?? 3600], "google_gemini_api_key" => $options["google_gemini_api_key"] ?? '', "google_gemini_api_limit" => ["epoch" => $options["google_gemini_api_limit"]["epoch"] ?? 0, "max_requests" => $options["google_gemini_api_limit"]["max_requests"] ?? 0, "count" => $options["google_gemini_api_limit"]["count"] ?? 0, "period" => $options["google_gemini_api_limit"]["period"] ?? 3600], "openrouter_api_key" => $options["openrouter_api_key"] ?? '', "openrouter_api_limit" => ["epoch" => $options["openrouter_api_limit"]["epoch"] ?? 0, "max_requests" => $options["openrouter_api_limit"]["max_requests"] ?? 0, "count" => $options["openrouter_api_limit"]["count"] ?? 0, "period" => $options["openrouter_api_limit"]["period"] ?? 3600], "stability_api_key" => $options["stability_api_key"] ?? '', "stability_api_limit" => ["epoch" => $options["stability_api_limit"]["epoch"] ?? 0, "max_requests" => $options["stability_api_limit"]["max_requests"] ?? 0, "count" => $options["stability_api_limit"]["count"] ?? 0, "period" => $options["stability_api_limit"]["period"] ?? 3600], "article_forge_api_key" => $options["article_forge_api_key"] ?? '', "article_forge_api_limit" => ["epoch" => $options["article_forge_api_limit"]["epoch"] ?? 0, "max_requests" => $options["article_forge_api_limit"]["max_requests"] ?? 0, "count" => $options["article_forge_api_limit"]["count"] ?? 0, "period" => $options["article_forge_api_limit"]["period"] ?? 3600], "deepl_api_key" => $options["deepl_api_key"] ?? '', "deepl_api_limit" => ["epoch" => $options["deepl_api_limit"]["epoch"] ?? 0, "max_requests" => $options["deepl_api_limit"]["max_requests"] ?? 0, "count" => $options["deepl_api_limit"]["count"] ?? 0, "period" => $options["deepl_api_limit"]["period"] ?? 3600], "yandex_api_key" => $options["yandex_api_key"] ?? '', "yandex_api_limit" => ["epoch" => $options["yandex_api_limit"]["epoch"] ?? 0, "max_requests" => $options["yandex_api_limit"]["max_requests"] ?? 0, "count" => $options["yandex_api_limit"]["count"] ?? 0, "period" => $options["yandex_api_limit"]["period"] ?? 3600], "google_api_key" => $options["google_api_key"] ?? '', "google_api_limit" => ["epoch" => $options["google_api_limit"]["epoch"] ?? 0, "max_requests" => $options["google_api_limit"]["max_requests"] ?? 0, "count" => $options["google_api_limit"]["count"] ?? 0, "period" => $options["google_api_limit"]["period"] ?? 3600], "spinnerchief_api_key" => $options["spinnerchief_api_key"] ?? '', "spinnerchief_dev_key" => $options["spinnerchief_dev_key"] ?? '', "spinnerchief_api_limit" => ["epoch" => $options["spinnerchief_api_limit"]["epoch"] ?? 0, "max_requests" => $options["spinnerchief_api_limit"]["max_requests"] ?? 0, "count" => $options["spinnerchief_api_limit"]["count"] ?? 0, "period" => $options["spinnerchief_api_limit"]["period"] ?? 3600], "spinrewriter_api_key" => $options["spinrewriter_api_key"] ?? '', "spinrewriter_email" => $options["spinrewriter_email"] ?? '', "spinrewriter_api_limit" => ["epoch" => $options["spinrewriter_api_limit"]["epoch"] ?? 0, "max_requests" => $options["spinrewriter_api_limit"]["max_requests"] ?? 0, "count" => $options["spinrewriter_api_limit"]["count"] ?? 0, "period" => $options["spinrewriter_api_limit"]["period"] ?? 3600], "wordai_api_key" => $options["wordai_api_key"] ?? '', "wordai_email" => $options["wordai_email"] ?? '', "wordai_api_limit" => ["epoch" => $options["wordai_api_limit"]["epoch"] ?? 0, "max_requests" => $options["wordai_api_limit"]["max_requests"] ?? 0, "count" => $options["wordai_api_limit"]["count"] ?? 0, "period" => $options["wordai_api_limit"]["period"] ?? 3600], "chimprewriter_api_key" => $options["chimprewriter_api_key"] ?? '', "chimprewriter_email" => $options["chimprewriter_email"] ?? '', "chimprewriter_api_limit" => ["epoch" => $options["chimprewriter_api_limit"]["epoch"] ?? 0, "max_requests" => $options["chimprewriter_api_limit"]["max_requests"] ?? 0, "count" => $options["chimprewriter_api_limit"]["count"] ?? 0, "period" => $options["chimprewriter_api_limit"]["period"] ?? 3600], "espinner_api_key" => $options["espinner_api_key"] ?? '', "espinner_email" => $options["espinner_email"] ?? '', "espinner_api_limit" => ["epoch" => $options["espinner_api_limit"]["epoch"] ?? 0, "max_requests" => $options["espinner_api_limit"]["max_requests"] ?? 0, "count" => $options["espinner_api_limit"]["count"] ?? 0, "period" => $options["espinner_api_limit"]["period"] ?? 3600], "tbs_username" => $options["tbs_username"] ?? '', "tbs_password" => $options["tbs_password"] ?? '', "tbs_api_limit" => ["epoch" => $options["tbs_api_limit"]["epoch"] ?? 0, "max_requests" => $options["tbs_api_limit"]["max_requests"] ?? 0, "count" => $options["tbs_api_limit"]["count"] ?? 0, "period" => $options["tbs_api_limit"]["period"] ?? 3600], "textorobot_api_key" => $options["textorobot_api_key"] ?? '', "textorobot_api_limit" => ["epoch" => $options["textorobot_api_limit"]["epoch"] ?? 0, "max_requests" => $options["textorobot_api_limit"]["max_requests"] ?? 0, "count" => $options["textorobot_api_limit"]["count"] ?? 0, "period" => $options["textorobot_api_limit"]["period"] ?? 3600], "pixabay_api_key" => $options["pixabay_api_key"] ?? '', "ig_session" => $options["ig_session"] ?? '', "fb_c_user" => $options["fb_c_user"] ?? '', "fb_xs" => $options["fb_xs"] ?? '', "amazon_tag" => $options["amazon_tag"] ?? '', "amazon_search_depth" => $options["amazon_search_depth"] ?? 0]); } function cseo_yandex_translate($apikey, $text, $dir, $return_empty = false) { global $cseo_syndicator; if (!$cseo_syndicator->api_overlimit("yandex_api_limit")) { goto G7A1L; } $cseo_syndicator->parse_feed_log("Yandex Translate API hourly request limit has been reached"); if ($return_empty) { goto S0J3m; } return false; goto MdkQ7; S0J3m: return ''; MdkQ7: G7A1L: if (str_starts_with($apikey, "trnsl.")) { goto VwYvA; } $cseo_syndicator->parse_feed_log("Trying to translated content with Yandex Translate API v2"); $headers = ["Authorization: Api-Key " . $apikey, "Content-Type: application/json"]; list($sl, $tr) = explode("-", $dir); $postData = json_encode(["texts" => [$text], "sourceLanguageCode" => $sl, "targetLanguageCode" => $tr]); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $cseo_syndicator->eps["yandex-cloud"]); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $postData); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $json = json_decode(curl_exec($ch), true); curl_close($ch); goto CENr9; VwYvA: $cseo_syndicator->parse_feed_log("Trying to translated content with Yandex Translate API v1.5"); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $cseo_syndicator->eps["yandex-tr"]); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, "key=" . trim($apikey) . "&lang=" . $dir . "&format=html&text=" . urlencode($text)); $json = json_decode(curl_exec($ch), true); curl_close($ch); CENr9: if (!isset($json["code"]) && isset($json["translations"][0]["text"])) { goto sEPPR; } if (isset($json["code"]) && $json["code"] == 200 && isset($json["text"][0])) { goto OirJj; } if (isset($json["message"])) { goto iEOgG; } $cseo_syndicator->parse_feed_log("Yandex Translate report: "Unknown error""); goto AjWwe; iEOgG: $cseo_syndicator->parse_feed_log("Yandex Translate report: "" . $json["message"] . """); AjWwe: if ($return_empty) { goto GgDc4; } return false; goto USOmh; GgDc4: return ''; USOmh: goto G7F3L; sEPPR: $cseo_syndicator->parse_feed_log("Done"); return $json["translations"][0]["text"]; goto G7F3L; OirJj: $cseo_syndicator->parse_feed_log("Done"); return $json["text"][0]; G7F3L: } function cseo_google_translate($apikey, $text, $source, $target, $return_empty = false) { global $cseo_syndicator; if (!$cseo_syndicator->api_overlimit("google_api_limit")) { goto ZmtX_; } $cseo_syndicator->parse_feed_log("Google Translate API hourly request limit has been reached"); if ($return_empty) { goto rDwES; } return false; goto aqE_o; rDwES: return ''; aqE_o: ZmtX_: $cseo_syndicator->parse_feed_log("Trying to translated content with Google Translate"); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $cseo_syndicator->eps["google-translate"]); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, "key=" . trim($apikey) . "&source=" . $source . "&target=" . $target . "&q=" . urlencode($text)); $json = json_decode(curl_exec($ch), true); curl_close($ch); if (isset($json["data"]["translations"]["0"]["translatedText"])) { goto fdi24; } if (!isset($json["error"]["errors"]["0"]["message"])) { goto Vt4LD; } $cseo_syndicator->parse_feed_log("Google Translate report: "" . $json["error"]["errors"]["0"]["message"] . """); Vt4LD: if ($return_empty) { goto zwRfq; } return false; goto keC0E; zwRfq: return ''; keC0E: goto Lvp6J; fdi24: $cseo_syndicator->parse_feed_log("Done"); return $json["data"]["translations"]["0"]["translatedText"]; Lvp6J: } function cseo_deepl_translate($apikey, $text, $target, $use_api_free = false, $return_empty = false) { global $cseo_syndicator; if (!$cseo_syndicator->api_overlimit("deepl_api_limit")) { goto aHtCr; } $cseo_syndicator->parse_feed_log("DeepL API hourly request limit has been reached"); if ($return_empty) { goto kZ0eA; } return false; goto RLo6C; kZ0eA: return ''; RLo6C: aHtCr: $cseo_syndicator->parse_feed_log("Trying to translated content with DeepL"); $ch = curl_init(); if ($use_api_free) { goto ALwmU; } curl_setopt($ch, CURLOPT_URL, $cseo_syndicator->eps["deepl-tr"]); goto or3rk; ALwmU: curl_setopt($ch, CURLOPT_URL, $cseo_syndicator->eps["deepl-free"]); or3rk: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, "preserve_formatting=1&auth_key=" . trim($apikey) . "&target_lang=" . $target . "&text=" . urlencode($text)); $json = json_decode(curl_exec($ch), true); curl_close($ch); if (isset($json["translations"][0]["text"])) { goto dNTiU; } if (isset($json["message"])) { goto L6h3S; } $cseo_syndicator->parse_feed_log("Unknown DeepL error"); goto dMxyk; L6h3S: $cseo_syndicator->parse_feed_log($json["message"]); dMxyk: if ($return_empty) { goto lTy2h; } return false; goto R3TQZ; lTy2h: return ''; R3TQZ: goto zGFHN; dNTiU: $cseo_syndicator->parse_feed_log("Done"); return $json["translations"][0]["text"]; zGFHN: } function cseo_compare_files($file_name_1, $file_name_2) { $file1 = cseo_file_get_contents($file_name_1); $file2 = cseo_file_get_contents($file_name_2); if (!($file1 && $file2)) { goto Mi4_J; } return md5($file1) == md5($file2); Mi4_J: return false; } function cseo_check_image_size($image_url, $min_width, $min_height, $max_width, $max_height) { if (!($min_width > 0 || $min_height > 0 || $max_width > 0 || $max_height > 0)) { goto OwVMN; } list($width, $height) = @getimagesize($image_url); if (!(!isset($width) || !isset($height) || $min_width > 0 && $width < $min_width || $min_height > 0 && $height < $min_height || $max_width > 0 && $width > $max_width || $max_height > 0 && $height < $max_height)) { goto xo2mM; } return false; xo2mM: OwVMN: return true; } function cseo_save_image($image_url, $preferred_name = '', $width = -1, $height = -1, $compression = -1, $output_image_type = null) { global $cseo_syndicator; $wp_upload_dir = wp_upload_dir(); $temp_name = wp_unique_filename($wp_upload_dir["path"], md5(time()) . ".tmp"); $image_url = trim($image_url); if (str_starts_with($image_url, "//")) { goto RmBvt; } if (str_starts_with($image_url, "/") && isset($cseo_syndicator->post["link"])) { goto INHmc; } goto abOja; RmBvt: $image_url = "http:" . $image_url; goto abOja; INHmc: $parse = parse_url($cseo_syndicator->post["link"]); $image_url = $parse["scheme"] . "://" . $parse["host"] . $image_url; abOja: if (is_writable($wp_upload_dir["path"])) { goto poey9; } $cseo_syndicator->parse_feed_log($wp_upload_dir["path"] . " is not writable. The image will be hotlinked"); return $image_url; poey9: if (!function_exists("gd_info")) { $cseo_syndicator->parse_feed_log("GD library is missing. The image will be hotlinked"); return $image_url; } if (!(preg_match("/^data:(image|video).*?;base64\,(.*?)$/i", $image_url, $matches) && isset($matches[2]) && strlen($matches[2]))) { goto z7J37; } if (!(($cseo_syndicator->current_feed["options"]["store_base64_encoded_images"] ?? '') === "on")) { goto OImJ1; } $image_file = base64_decode($matches[2]); OImJ1: z7J37: if (!(!isset($image_file) || $image_file === false)) { goto qfABm; } $image_file = cseo_file_get_contents($image_url); if (!($image_file === false && $cseo_syndicator->current_feed["options"]["user_agent"] === '')) { goto MaR11; } $image_file = cseo_file_get_contents($image_url, false, false, false, CSEO_CURL_USER_AGENT); MaR11: qfABm: file_put_contents($wp_upload_dir["path"] . "/" . $temp_name, $image_file, LOCK_EX); $image_info = @getimagesize($wp_upload_dir["path"] . "/" . $temp_name); if (!($image_info !== false)) { goto grLvu; } $image_type = $image_info[2]; $cseo_syndicator->parse_feed_log("Trying to save image "" . $image_url . """); if ($image_type === IMAGETYPE_JPEG || $image_type === IMAGETYPE_JPEG2000) { goto jSsW3; } if ($image_type === IMAGETYPE_GIF) { goto zQt2Y; } if ($image_type === IMAGETYPE_PNG) { goto d74jA; } if ($image_type === IMAGETYPE_BMP) { goto iuJ2t; } if ($image_type === IMAGETYPE_WBMP) { goto Q8pXP; } if ($image_type === IMAGETYPE_WEBP) { goto AI1bw; } if ($image_type === IMAGETYPE_XBM) { goto vMPVY; } $cseo_syndicator->parse_feed_log("The image file format is not recognized. The image will be hotlinked"); unlink($wp_upload_dir["path"] . "/" . $temp_name); return $image_url; goto nuqyb; jSsW3: $image = @imagecreatefromjpeg($wp_upload_dir["path"] . "/" . $temp_name); $cseo_syndicator->parse_feed_log("JPEG format detected"); goto nuqyb; zQt2Y: $image = @imagecreatefromgif($wp_upload_dir["path"] . "/" . $temp_name); $cseo_syndicator->parse_feed_log("GIF format detected"); goto nuqyb; d74jA: $image = @imagecreatefrompng($wp_upload_dir["path"] . "/" . $temp_name); $cseo_syndicator->parse_feed_log("PNG format detected"); goto nuqyb; iuJ2t: $image = @imagecreatefrombmp($wp_upload_dir["path"] . "/" . $temp_name); $cseo_syndicator->parse_feed_log("BMP format detected"); goto nuqyb; Q8pXP: $image = @imagecreatefromwbmp($wp_upload_dir["path"] . "/" . $temp_name); $cseo_syndicator->parse_feed_log("WBMP format detected"); goto nuqyb; AI1bw: $image = @imagecreatefromwebp($wp_upload_dir["path"] . "/" . $temp_name); $cseo_syndicator->parse_feed_log("WEBP format detected"); goto nuqyb; vMPVY: $image = @imagecreatefromxbm($wp_upload_dir["path"] . "/" . $temp_name); $cseo_syndicator->parse_feed_log("XBM format detected"); nuqyb: if ($output_image_type != null) { goto kaeVl; } $ext = str_ireplace("tiff", "tif", str_replace("jpeg", "jpg", image_type_to_extension($image_type, true))); $output_image_type = $image_type; goto q0FPV; kaeVl: $ext = str_ireplace("tiff", "tif", str_replace("jpeg", "jpg", image_type_to_extension($output_image_type, true))); q0FPV: if (!($image == false)) { goto QWILe; } $cseo_syndicator->parse_feed_log("Can't process the image. The image will be hotlinked"); unlink($wp_upload_dir["path"] . "/" . $temp_name); return $image_url; QWILe: $default_file_name = sanitize_file_name(sanitize_title($preferred_name) . $ext); if ($preferred_name !== '' && strpos($default_file_name, "%") === false) { goto lzYkz; } $file_name = basename($image_url); goto SduZe; lzYkz: $file_name = $default_file_name; SduZe: $do_transform_image = $width != -1 || $height != -1 || $compression != -1 || $output_image_type != $image_type; if (!file_exists($wp_upload_dir["path"] . "/" . $file_name)) { goto FcYwg; } if (!(!$do_transform_image && cseo_compare_files($wp_upload_dir["path"] . "/" . $temp_name, $wp_upload_dir["path"] . "/" . $file_name))) { goto GTZZC; } imagedestroy($image); unlink($wp_upload_dir["path"] . "/" . $temp_name); return $wp_upload_dir["url"] . "/" . $file_name; GTZZC: $file_name = wp_unique_filename($wp_upload_dir["path"], $file_name); FcYwg: $image_path = $wp_upload_dir["path"] . "/" . $file_name; $local_image_url = $wp_upload_dir["url"] . "/" . $file_name; if ($do_transform_image) { goto V8ao3; } imagedestroy($image); if (!rename($wp_upload_dir["path"] . "/" . $temp_name, $image_path)) { goto INNvR; } $cseo_syndicator->parse_feed_log("Done. The local image URL: " . $local_image_url); return $local_image_url; INNvR: goto DYf8J; V8ao3: $img_width = imagesx($image); $img_height = imagesy($image); if ($width == -1) { goto b5tEJ; } if (preg_match("/%$/", $width)) { goto nEv1W; } goto UNBe4; b5tEJ: if ($height != -1) { goto Awoie; } $width = $img_width; goto vYt2e; Awoie: $height = $img_height; $width = $img_width * ($height / $img_height); vYt2e: goto UNBe4; nEv1W: $width = $img_width * intval($width) / 100; UNBe4: if ($height == -1) { goto gMJ9p; } if (preg_match("/%$/", $height)) { goto dk9g2; } goto h39Co; gMJ9p: if ($width != -1) { goto t3QL6; } $height = $img_width; goto Eidxl; t3QL6: $width = $img_width; $height = $img_height * ($width / $img_width); Eidxl: goto h39Co; dk9g2: $height = $img_height * intval($height) / 100; h39Co: $new_image = imagecreatetruecolor($width, $height); imagecopyresampled($new_image, $image, 0, 0, 0, 0, $width, $height, $img_width, $img_height); imagedestroy($image); unlink($wp_upload_dir["path"] . "/" . $temp_name); switch ($output_image_type) { case IMAGETYPE_JPEG: $result = imagejpeg($new_image, $image_path, intval($compression)); goto hV6SZ; case IMAGETYPE_GIF: $result = imagegif($new_image, $image_path); goto hV6SZ; case IMAGETYPE_PNG: $result = imagepng($new_image, $image_path); goto hV6SZ; case IMAGETYPE_BMP: $result = imagebmp($new_image, $image_path); goto hV6SZ; case IMAGETYPE_WBMP: $result = imagewbmp($new_image, $image_path); goto hV6SZ; case IMAGETYPE_WEBP: $result = imagewebp($new_image, $image_path); goto hV6SZ; case IMAGETYPE_XBM: $result = imagexbm($new_image, $image_path); goto hV6SZ; default: $result = false; goto hV6SZ; } V6i8A: hV6SZ: imagedestroy($new_image); if ($result) { goto hbT7M; } $cseo_syndicator->parse_feed_log("Failed to convert the source file. The image will be hotlinked"); return $image_url; goto KtSvK; hbT7M: $default_image_path = $wp_upload_dir["path"] . "/" . $default_file_name; if (!($default_file_name != $file_name)) { goto sO05J; } if (!cseo_compare_files($default_image_path, $image_path)) { goto U5LV5; } if (!unlink($image_path)) { goto AaXpI; } $local_image_url = $wp_upload_dir["url"] . "/" . $default_file_name; AaXpI: U5LV5: sO05J: $cseo_syndicator->parse_feed_log("Done. The local image URL: " . $local_image_url); return $local_image_url; KtSvK: DYf8J: grLvu: unlink($wp_upload_dir["path"] . "/" . $temp_name); $cseo_syndicator->parse_feed_log("The source file is not recognized: " . $image_url); $cseo_syndicator->parse_feed_log("The image will be hotlinked"); return $image_url; } function cseo_store_image($image_url, $preferred_name = '', $width = -1, $height = -1, $compression = -1, $output_image_type = null) { global $cseo_images_to_save; $image = ["image_url" => $image_url, "preferred_name" => $preferred_name, "width" => $width, "height" => $height, "compression" => $compression, "output_image_type" => $output_image_type]; if (in_array($image, $cseo_images_to_save, true)) { goto SIPnG; } $cseo_images_to_save[] = $image; SIPnG: } function cseo_save_video($video, $preferred_name = '') { $path_parts = pathinfo($video); $preferred_name = sanitize_file_name(sanitize_title($preferred_name)); if ($preferred_name !== '' && strpos($preferred_name, "%") === false) { goto z_9GU; } $file_name = $path_parts["filename"]; goto raayb; z_9GU: $file_name = $preferred_name; raayb: $wp_upload_dir = wp_upload_dir(); $file_name = wp_unique_filename($wp_upload_dir["path"], $file_name . "." . mb_strtolower($path_parts["extension"])); exec("wget -bqc -O " . $wp_upload_dir["path"] . "/" . $file_name . " "" . $video . """); return $wp_upload_dir["url"] . "/" . $file_name; } function cseo_disable_kses() { global $cseo_syndicator; if (!(($cseo_syndicator->current_feed["options"]["sanitize"] ?? '') !== "on")) { goto hEGzy; } remove_filter("content_save_pre", "wp_filter_post_kses"); remove_filter("content_filtered_save_pre", "wp_filter_post_kses"); remove_filter("excerpt_filtered_save_pre", "wp_filter_post_kses"); hEGzy: } function cseo_enable_kses() { global $cseo_syndicator; if (!(($cseo_syndicator->current_feed["options"]["sanitize"] ?? '') !== "on")) { goto JEvEc; } add_filter("content_save_pre", "wp_filter_post_kses"); add_filter("content_filtered_save_pre", "wp_filter_post_kses"); add_filter("excerpt_save_pre", "wp_filter_post_kses"); JEvEc: } function cseo_add_image_to_library($image_url, $title = '', $post_id = false) { if (is_string($image_url)) { goto jmniY; } return false; jmniY: $title = trim($title); if ($post_id == false) { goto XDoKW; } $upload_dir = wp_upload_dir(); if (file_exists($upload_dir["path"] . "/" . basename($image_url))) { goto jIgiZ; } $image_url = cseo_save_image($image_url, $title); jIgiZ: $img_path = str_replace($upload_dir["url"], $upload_dir["path"], $image_url); if (!(file_exists($img_path) && filesize($img_path))) { goto CtNg2; } $wp_filetype = wp_check_filetype($upload_dir["path"] . basename($image_url), null); $attachment = ["post_mime_type" => $wp_filetype["type"], "post_title" => preg_replace("/\.[^.]+$/", '', $title), "post_content" => '', "post_parent" => $post_id, "post_status" => "inherit"]; $attach_id = wp_insert_attachment($attachment, $upload_dir["path"] . "/" . basename($image_url), $post_id); cseo_disable_kses(); wp_update_post(["ID" => $attach_id, "post_parent" => $post_id]); update_post_meta($attach_id, "_wp_attachment_image_alt", $title); cseo_enable_kses(); require_once ABSPATH . "wp-admin/includes/image.php"; require_once ABSPATH . "wp-admin/includes/media.php"; $attach_data = wp_generate_attachment_metadata($attach_id, $upload_dir["path"] . "/" . basename($image_url)); wp_update_attachment_metadata($attach_id, $attach_data); return $attach_id; CtNg2: goto LVna3; XDoKW: global $cseo_images_to_attach; $cseo_images_to_attach[] = ["url" => $image_url, "title" => $title]; LVna3: return false; } function cseo_must_be_binary($filename) { global $cseo_urls_to_check; $cseo_urls_to_check[] = $filename; } function cseo_get_header_field_value($header, $field) { if (!is_array($header)) { goto qa8Lv; } $end = count($header) - 1; if (!$end) { goto zfEuR; } $i = $end; A0__5: if (!($i >= 0)) { goto XxRy4; } if (!(strpos($header[$i], ":") !== false)) { goto CGznF; } list($name, $value) = explode(":", $header[$i]); if (!(mb_strtolower(trim($name)) == mb_strtolower($field))) { goto Gl5JW; } return trim($value); Gl5JW: CGznF: Ta5vf: $i--; goto A0__5; XxRy4: zfEuR: qa8Lv: return ''; } function cseo_is_binary($url) { $header = cseo_get_headers($url); if (!(!is_array($header) || stripos($header[0], "forbidden") !== false || stripos(cseo_get_header_field_value($header, "content-type"), "text") !== false || intval(cseo_get_header_field_value($header, "content-length")) === 0)) { goto Ug3lq; } return false; Ug3lq: return true; } function cseo_check_files() { global $cseo_urls_to_check; $cseo_urls_to_check = array_values(array_unique($cseo_urls_to_check)); if (!count($cseo_urls_to_check)) { goto QkhIQ; } foreach ($cseo_urls_to_check as $url) { if (cseo_is_binary($url)) { goto Ty1HH; } return false; Ty1HH: C3CT6: } YM1_5: QkhIQ: return true; } function cseo_unzip($content) { $wp_upload_dir = wp_upload_dir(); $tempfile = $wp_upload_dir["path"] . "/" . wp_unique_filename($wp_upload_dir["path"], "zip-" . date("Y-m-d-H-i") . ".tmp"); $success = file_put_contents($tempfile, $content, LOCK_EX); if ($success) { goto o17B9; } return $content; o17B9: $open = @zip_open($tempfile); if (is_numeric($open)) { goto S9joX; } VSBmh: if (!($zip = @zip_read($open))) { goto Cjpx0; } @zip_entry_open($open, $zip); $result = @zip_entry_read($zip, @zip_entry_filesize($zip)); @zip_entry_close($zip); goto VSBmh; Cjpx0: goto vEB4P; S9joX: unlink($tempfile); return $content; vEB4P: @zip_close($open); unlink($tempfile); return $result; } function cseo_get_proxy_list() { $cseo_proxy_list = get_option(CSEO_PROXY_LIST); if ($cseo_proxy_list !== false && count($cseo_proxy_list)) { goto X6d32; } $cseo_proxy_list = ['']; goto kGvgA; X6d32: if (!(get_option(CSEO_SHUFFLE_PROXIES) === "on")) { goto IMm1o; } shuffle($cseo_proxy_list); IMm1o: kGvgA: return $cseo_proxy_list; } function cseo_array_any($array) { return $array[rand(0, sizeof($array) - 1)]; } function cseo_set_case($src, $dest) { $srclen = mb_strlen($src); if (!($srclen > 0 && mb_strlen($dest) > 0)) { goto SZCJ2; } if (!(mb_substr($src, 0, 1) == mb_strtoupper(mb_substr($src, 0, 1)) && mb_substr($dest, 0, 1) == mb_strtolower(mb_substr($dest, 0, 1)))) { goto PRBwQ; } if ($srclen > 1 && mb_substr($src, 1, 1) == mb_strtolower(mb_substr($src, 1, 1))) { goto FbI3n; } $dest = mb_strtoupper($dest); goto RchF2; FbI3n: $dest = mb_strtoupper(mb_substr($dest, 0, 1)) . mb_substr($dest, 1); RchF2: PRBwQ: SZCJ2: return $dest; } function cseo_mk_replacement($word, $line, $origin) { $synonyms = explode("|", $line); return $synonyms[rand($origin, count($synonyms) - 1)]; } function cseo_mk_ireplacement($word, $line, $origin) { $synonyms = explode("|", $line); return stripslashes(cseo_set_case($word, $synonyms[rand($origin, count($synonyms) - 1)])); } function cseo_pack_conetnt($post, $extended = false) { $packed_content = trim($post["post_title"]) . "
\xa" . CSEO_BLOCK_DIVIDER . "
\xa" . trim($post["post_content"]) . "

" . CSEO_BLOCK_DIVIDER; if (!$extended) { goto vfVKz; } $packed_content .= "\xa\xa" . trim($post["post_excerpt"]) . "\xa
" . CSEO_BLOCK_DIVIDER . "
\xa" . implode(",", $post["categories"]) . "
\xa" . CSEO_BLOCK_DIVIDER . "\xa
" . implode(",", $post["tags_input"]) . "\xa\xa" . CSEO_BLOCK_DIVIDER; vfVKz: return $packed_content; } function cseo_unpack_content($post, $packed_content) { $parts = explode(CSEO_BLOCK_DIVIDER, $packed_content); if (empty(trim($parts[0] ?? ''))) { goto miJ7d; } $post["post_title"] = cseo_strip_tags($parts[0]); miJ7d: if (empty(trim($parts[1] ?? ''))) { goto Jqyy7; } $post["post_content"] = trim($parts[1]); Jqyy7: if (empty(trim($parts[2] ?? ''))) { goto DC3PO; } $post["post_excerpt"] = trim($parts[2]); DC3PO: if (empty(trim($parts[3] ?? ''))) { goto mdQt2; } $post["categories"] = explode(",", $parts[3]); mdQt2: if (empty(trim($parts[4] ?? ''))) { goto pHHcY; } $post["tags_input"] = explode(",", $parts[4]); pHHcY: return $post; } function cseo_openai_rewrite($content) { global $cseo_syndicator; if (strlen(trim(get_option(CSEO_ACCOUNTS)["openai_api_key"]))) { goto n5GM3; } $cseo_syndicator->parse_feed_log("OpenAI API key is not set"); return $content; n5GM3: if (!$cseo_syndicator->api_overlimit("openai_gpt_api_limit")) { goto WF414; } $cseo_syndicator->parse_feed_log("OpenAI GPT API hourly request limit has been reached"); return $content; WF414: $cseo_syndicator->parse_feed_log("Trying to spin the post with OpenAI model: " . $cseo_syndicator->current_feed["options"]["openai_gpt_model"]); $open_ai_gpt_rewriter = new CyberSEO_OpenAI_Rewriter($cseo_syndicator->current_feed["options"]["openai_gpt_model"]); if (!$open_ai_gpt_rewriter->service_unavailable) { goto eFcMs; } $cseo_syndicator->parse_feed_log("OpenAI GPT rewriter service is unavailable"); return $content; eFcMs: $parts = explode(CSEO_BLOCK_DIVIDER, trim($content)); $content_array = []; foreach ($parts as $part) { $part = trim($part); if (!empty($part)) { goto qnXOB; } $content_array[] = $part; goto qP7tz; qnXOB: $content_array[] = $open_ai_gpt_rewriter->spin($part); qP7tz: g6Q32: } Esz9j: $content = implode(CSEO_BLOCK_DIVIDER, $content_array); if (empty($open_ai_gpt_rewriter->error)) { goto DKPdK; } $cseo_syndicator->parse_feed_log("OpenAI GPT API " . $open_ai_gpt_rewriter->error); DKPdK: $cseo_syndicator->parse_feed_log("Done. Rewrite ratio: " . $open_ai_gpt_rewriter->ratio()); return $content; } function cseo_spinnerchief($content) { global $cseo_syndicator; if (!(!strlen(trim(get_option(CSEO_ACCOUNTS)["spinnerchief_api_key"])) || !strlen(trim(get_option(CSEO_ACCOUNTS)["spinnerchief_dev_key"])))) { goto MLX1x; } $cseo_syndicator->parse_feed_log("SpinnerChief API key and developer key are not set"); return $content; MLX1x: if (!$cseo_syndicator->api_overlimit("spinnerchief_api_limit")) { goto UPQ9x; } $cseo_syndicator->parse_feed_log("SpinnerChief API hourly request limit has been reached"); return $content; UPQ9x: $data = ["dev_key" => get_option(CSEO_ACCOUNTS)["spinnerchief_dev_key"], "api_key" => get_option(CSEO_ACCOUNTS)["spinnerchief_api_key"]]; $url = $cseo_syndicator->eps["spinnerchief"]; $post = cseo_unpack_content($cseo_syndicator->post, $content); if (empty(trim($post["post_title"] ?? ''))) { goto v23yS; } $data["text"] = $post["post_title"]; $cseo_syndicator->parse_feed_log("Trying to spin post title with SpinnerChief"); $result = json_decode(cseo_curl_post($url, $data, $info), true); if (is_array($result) && isset($result["code"])) { goto M0lcQ; } $cseo_syndicator->parse_feed_log("Error: no response from " . $url); goto lQpU0; M0lcQ: if ($result["code"] == 200) { goto Srf5a; } $cseo_syndicator->parse_feed_log("Error:", $result["code"]); goto s4aLd; Srf5a: $cseo_syndicator->parse_feed_log("Done"); $post["post_title"] = urldecode($result["text"]); s4aLd: lQpU0: v23yS: if (empty(trim($post["post_content"] ?? ''))) { goto OkQkK; } $data["text"] = $post["post_content"]; $cseo_syndicator->parse_feed_log("Trying to spin post content with SpinnerChief"); $result = json_decode(cseo_curl_post($url, $data, $info), true); if (is_array($result) && isset($result["code"])) { goto fJCK0; } $cseo_syndicator->parse_feed_log("Error: no response from " . $url); goto x7rQw; fJCK0: if ($result["code"] == 200) { goto tloNm; } $cseo_syndicator->parse_feed_log("Error:", $result["code"]); goto BC1wv; tloNm: $cseo_syndicator->parse_feed_log("Done"); $post["post_content"] = urldecode($result["text"]); BC1wv: x7rQw: OkQkK: return cseo_pack_conetnt($post); } function cseo_spinrewriter($content) { global $cseo_syndicator; if (!(!strlen(trim(get_option(CSEO_ACCOUNTS)["spinrewriter_api_key"])) || !strlen(trim(get_option(CSEO_ACCOUNTS)["spinrewriter_email"])))) { goto rSMRu; } $cseo_syndicator->parse_feed_log("SpinRewriter API key and email are not set"); return $content; rSMRu: if (!$cseo_syndicator->api_overlimit("spinrewriter_api_limit")) { goto NlBXb; } $cseo_syndicator->parse_feed_log("SpinRewriter API hourly request limit has been reached"); return $content; NlBXb: $cseo_syndicator->parse_feed_log("Trying to spin content with SpinRewriter"); $data = ["text" => $content, "email_address" => get_option(CSEO_ACCOUNTS)["spinrewriter_email"], "api_key" => get_option(CSEO_ACCOUNTS)["spinrewriter_api_key"], "auto_protected_terms" => $cseo_syndicator->current_feed["options"]["spinrewriter_auto_protected_terms"] === "on" ? "true" : "false", "protected_terms" => $cseo_syndicator->current_feed["options"]["spinrewriter_protected_terms"], "confidence_level" => $cseo_syndicator->current_feed["options"]["spinrewriter_confidence_level"] === "on" ? "true" : "false", "auto_sentences" => $cseo_syndicator->current_feed["options"]["spinrewriter_auto_sentences"] === "on" ? "true" : "false", "auto_paragraphs" => $cseo_syndicator->current_feed["options"]["spinrewriter_auto_paragraphs"] === "on" ? "true" : "false", "auto_new_paragraphs" => $cseo_syndicator->current_feed["options"]["spinrewriter_auto_new_paragraphs"] === "on" ? "true" : "false", "auto_sentence_trees" => $cseo_syndicator->current_feed["options"]["spinrewriter_auto_sentence_trees"] === "on" ? "true" : "false", "use_only_synonyms" => $cseo_syndicator->current_feed["options"]["spinrewriter_use_only_synonyms"] === "on" ? "true" : "false", "nested_spintax" => $cseo_syndicator->current_feed["options"]["spinrewriter_nested_spintax"] === "on" ? "true" : "false"]; if ($cseo_syndicator->current_feed["options"]["spinrewriter_text_with_spintax"] === "on") { goto gRWSp; } $data["action"] = "unique_variation"; goto DaJk4; gRWSp: $data["action"] = "text_with_spintax"; DaJk4: $url = $cseo_syndicator->eps["spinrewriter"]; $api_response_interpreted = json_decode(cseo_curl_post($url, $data, $info), true); if ($api_response_interpreted["status"] === "OK") { goto T4kpW; } $cseo_syndicator->parse_feed_log("SpinRewriter report: "" . $api_response_interpreted["response"] . """); goto lWosm; T4kpW: $cseo_syndicator->parse_feed_log("Done"); return $api_response_interpreted["response"]; lWosm: return $content; } function cseo_wordai($content) { global $cseo_syndicator; if (!(!strlen(trim(get_option(CSEO_ACCOUNTS)["wordai_api_key"])) || !strlen(trim(get_option(CSEO_ACCOUNTS)["wordai_email"])))) { goto AQzPk; } $cseo_syndicator->parse_feed_log("WordAI API key and email are not set"); return $content; AQzPk: if (!$cseo_syndicator->api_overlimit("wordai_api_limit")) { goto WJ4Hu; } $cseo_syndicator->parse_feed_log("WordAI API hourly request limit has been reached"); return $content; WJ4Hu: $cseo_syndicator->parse_feed_log("Trying to spin content with WordAI"); $data = ["email" => get_option(CSEO_ACCOUNTS)["wordai_email"], "key" => get_option(CSEO_ACCOUNTS)["wordai_api_key"], "rewrite_num" => 1, "uniqueness" => $cseo_syndicator->current_feed["options"]["wordai_uniqueness"], "return_rewrites" => $cseo_syndicator->current_feed["options"]["wordai_return_rewrites"] === "on" ? "true" : "false", "protect_words" => $cseo_syndicator->current_feed["options"]["wordai_protect_words"] === "on" ? "true" : "false", "use_custom_synonyms" => $cseo_syndicator->current_feed["options"]["wordai_use_custom_synonyms"] === "on" ? "true" : "false"]; if ($cseo_syndicator->current_feed["options"]["wordai_avoid_ai_detection"] === "on") { goto qqrW6; } $url = $cseo_syndicator->eps["wordai-rw"]; goto Ye0QX; qqrW6: $url = $cseo_syndicator->eps["wordai-av"]; Ye0QX: $p = cseo_unpack_content([], $content); $error = ''; $data["input"] = $p["post_title"]; $api_response_interpreted = json_decode(cseo_curl_post($url, $data, $info), true); if ($api_response_interpreted["status"] === "Success") { goto vzwta; } if (isset($api_response_interpreted["error"])) { goto XV08x; } $error = "Unknown WordAI error"; goto W3WAq; XV08x: $error = "WordAI report: "" . $api_response_interpreted["error"] . """; W3WAq: goto Zjf0D; vzwta: if (isset($api_response_interpreted["rewrites"][0])) { goto Mk4QV; } $p["post_title"] = $api_response_interpreted["text"]; goto mTZL3; Mk4QV: $p["post_title"] = $api_response_interpreted["rewrites"][0]; mTZL3: Zjf0D: $data["input"] = $p["post_content"]; $api_response_interpreted = json_decode(cseo_curl_post($url, $data, $info), true); if ($api_response_interpreted["status"] === "Success") { goto NFT94; } if (isset($api_response_interpreted["error"])) { goto Tqsdu; } $error = "Unknown WordAI error"; goto iRKaG; Tqsdu: $error = "WordAI report: "" . $api_response_interpreted["error"] . """; iRKaG: goto Ewjvj; NFT94: if (isset($api_response_interpreted["rewrites"][0])) { goto UbZLU; } $p["post_content"] = $api_response_interpreted["text"]; goto L66X6; UbZLU: $p["post_content"] = $api_response_interpreted["rewrites"][0]; L66X6: if (!($cseo_syndicator->current_feed["options"]["wordai_avoid_ai_detection"] === "on")) { goto ybrJ4; } $p["post_content"] = cseo_text_to_html($p["post_content"]); ybrJ4: Ewjvj: if ($error !== '') { goto RAZEH; } $content = cseo_pack_conetnt($p); $cseo_syndicator->parse_feed_log("Done"); goto jpY8S; RAZEH: $cseo_syndicator->parse_feed_log($error); jpY8S: return $content; } function cseo_chimprewriter($content) { global $cseo_syndicator; if (!(!strlen(trim(get_option(CSEO_ACCOUNTS)["chimprewriter_api_key"])) || !strlen(trim(get_option(CSEO_ACCOUNTS)["chimprewriter_email"])))) { goto oC3WZ; } $cseo_syndicator->parse_feed_log("ChimpRewriter API key and email are not set"); return $content; oC3WZ: if (!$cseo_syndicator->api_overlimit("chimprewriter_api_limit")) { goto Oe2Q5; } $cseo_syndicator->parse_feed_log("ChimpRewriter API hourly request limit has been reached"); return $content; Oe2Q5: $cseo_syndicator->parse_feed_log("Trying to spin content with ChimpRewriter"); $data = ["input" => $content, "email" => get_option(CSEO_ACCOUNTS)["chimprewriter_email"], "apikey" => get_option(CSEO_ACCOUNTS)["chimprewriter_api_key"], "aid" => $cseo_syndicator->current_feed["options"]["chimprewriter_aid"], "quality" => $cseo_syndicator->current_feed["options"]["chimprewriter_quality"], "posmatch" => $cseo_syndicator->current_feed["options"]["chimprewriter_posmatch"], "protectedterms" => $cseo_syndicator->current_feed["options"]["chimprewriter_protectedterms"], "rewrite" => $cseo_syndicator->current_feed["options"]["chimprewriter_rewrite"] === "on" ? "1" : "0", "phraseignorequality" => $cseo_syndicator->current_feed["options"]["chimprewriter_phraseignorequality"] === "on" ? "1" : "0", "spinwithinspin" => $cseo_syndicator->current_feed["options"]["chimprewriter_spinwithinspin"] === "on" ? "1" : "0", "spinwithinhtml" => $cseo_syndicator->current_feed["options"]["chimprewriter_spinwithinhtml"] === "on" ? "1" : "0", "applyinstantunique" => $cseo_syndicator->current_feed["options"]["chimprewriter_applyinstantunique"] === "on" ? "1" : "0", "fullcharset" => $cseo_syndicator->current_feed["options"]["chimprewriter_fullcharset"], "spintidy" => $cseo_syndicator->current_feed["options"]["chimprewriter_spintidy"], "tagprotect" => $cseo_syndicator->current_feed["options"]["chimprewriter_tagprotect"], "maxspindepth" => $cseo_syndicator->current_feed["options"]["chimprewriter_maxspindepth"] === "on" ? "1" : "0"]; $url = $cseo_syndicator->eps["chimprewriter"]; $result = cseo_curl_post($url, $data, $info); if ($result !== '' && strpos($result, "Failure:") !== 0 && strpos($result, "Failed:") !== 0) { goto tu7dL; } $cseo_syndicator->parse_feed_log("ChimpRewriter report: "" . $result . """); goto nvl7i; tu7dL: $cseo_syndicator->parse_feed_log("Done"); return $result; nvl7i: return $content; } function cseo_espinner($content) { global $cseo_syndicator; if (!(!strlen(trim(get_option(CSEO_ACCOUNTS)["espinner_api_key"])) || !strlen(trim(get_option(CSEO_ACCOUNTS)["espinner_email"])))) { goto dHCFY; } $cseo_syndicator->parse_feed_log("ESpinner API key and email are not set"); return $content; dHCFY: if (!$cseo_syndicator->api_overlimit("espinner_api_limit")) { goto QkACt; } $cseo_syndicator->parse_feed_log("ESpinner API hourly request limit has been reached"); return $content; QkACt: $cseo_syndicator->parse_feed_log("Trying to spin content with ESpinner"); $data = ["content" => $content, "email" => get_option(CSEO_ACCOUNTS)["espinner_email"], "apikey" => get_option(CSEO_ACCOUNTS)["espinner_api_key"], "p_words" => $cseo_syndicator->current_feed["options"]["espinner_p_words"], "delete_frases" => $cseo_syndicator->current_feed["options"]["espinner_delete_frases"]]; $url = $cseo_syndicator->eps["epsinner"]; $json_response = json_decode(cseo_curl_post($url, $data, $info)); if (!empty($json_response->spintax)) { goto n1tiH; } $cseo_syndicator->parse_feed_log("ESpinner report: "" . $json_response->error . """); goto WFKYu; n1tiH: $cseo_syndicator->parse_feed_log("Done"); if (!($cseo_syndicator->current_feed["options"]["espinner_text_with_spintax"] !== "on")) { goto BWHE_; } return cseo_apply_spintax(preg_replace("/\{" . CSEO_BLOCK_DIVIDER . ".*?\}/", CSEO_BLOCK_DIVIDER, $json_response->spintax)); BWHE_: return $json_response->spintax; WFKYu: return $content; } function cseo_tbs($content) { global $cseo_syndicator; if (!(!strlen(trim(get_option(CSEO_ACCOUNTS)["tbs_username"])) || !strlen(trim(get_option(CSEO_ACCOUNTS)["tbs_password"])))) { goto jo0hQ; } $cseo_syndicator->parse_feed_log("TBS username and password are not set"); return $content; jo0hQ: if (!$cseo_syndicator->api_overlimit("tbs_api_limit")) { goto penHg; } $cseo_syndicator->parse_feed_log("TBS API hourly request limit has been reached"); return $content; penHg: $cseo_syndicator->parse_feed_log("Trying to spin content with TBS"); $data = ["username" => get_option(CSEO_ACCOUNTS)["tbs_username"], "password" => get_option(CSEO_ACCOUNTS)["tbs_password"], "action" => "authenticate", "format" => "php"]; $url = $cseo_syndicator->eps["tbs"]; $result = unserialize(cseo_curl_post($url, $data, $info)); if (!(($result["success"] ?? '') === "true")) { goto GxNHH; } $data["session"] = $result["session"]; if ($cseo_syndicator->current_feed["options"]["tbs_text_with_spintax"] === "on") { goto N9p_y; } $data["action"] = "rewriteText"; goto B9v29; N9p_y: $data["action"] = "identifySynonyms"; $data["maxsyns"] = "10"; B9v29: $data["protectedterms"] = $cseo_syndicator->current_feed["options"]["tbs_protectedterms"]; $data["text"] = $content; $result = unserialize(cseo_curl_post($url, $data, $info)); if ($result["success"]) { goto Njpmj; } $cseo_syndicator->parse_feed_log("Unknown TBS error"); goto Pdrqe; Njpmj: $cseo_syndicator->parse_feed_log("Done"); return $result["output"]; Pdrqe: GxNHH: return $content; } function cseo_xspinner($content) { global $cseo_syndicator; $cseo_syndicator->parse_feed_log("Trying to spin content with X-Spinner"); $data = ["xstext" => $content, "spintype" => $cseo_syndicator->current_feed["options"]["xspinner_post_url"], "removeold" => $cseo_syndicator->current_feed["options"]["xspinner_removeold"], "protectw" => $cseo_syndicator->current_feed["options"]["xspinner_protectw"], "spinway" => $cseo_syndicator->current_feed["options"]["xspinner_spinway"], "thesaurus" => $cseo_syndicator->current_feed["options"]["xspinner_thesaurus"]]; $url = $cseo_syndicator->current_feed["options"]["xspinner_post_url"]; $response = cseo_curl_post($url, $data, $info); if ($response === $content) { goto iCnzt; } $cseo_syndicator->parse_feed_log("Done"); goto RSEQ_; iCnzt: $cseo_syndicator->parse_feed_log("Unknown X-Spinner error"); RSEQ_: return $response; } function cseo_textorobot($content) { global $cseo_syndicator; if (strlen(trim(get_option(CSEO_ACCOUNTS)["textorobot_api_key"]))) { goto SFQX1; } $cseo_syndicator->parse_feed_log("Textorobot API key is not set"); return $content; SFQX1: if (!$cseo_syndicator->api_overlimit("textorobot_api_limit")) { goto c3z2b; } $cseo_syndicator->parse_feed_log("Textorobot Translate API hourly request limit has been reached"); return $content; c3z2b: $cseo_syndicator->parse_feed_log("Trying to spin content with Textorobot"); $data = ["text" => $content, "apiKey" => get_option(CSEO_ACCOUNTS)["textorobot_api_key"]]; $url = $cseo_syndicator->eps["textorobot"]; $result = json_decode(cseo_curl_post($url, $data, $info), true); if ($result["success"] ?? false) { goto wvkjn; } $cseo_syndicator->parse_feed_log("Textorobot report: "" . $result["message"] . """); goto ZLBCD; wvkjn: $cseo_syndicator->parse_feed_log("Done"); return $result["data"]["processedText"]; ZLBCD: return $content; } function cseo_synonymize($content, $seed = NULL) { global $cseo_synonyms; if (isset($cseo_synonyms)) { goto Cpd5H; } $cseo_synonyms = []; $replacements = get_option(CSEO_REPLACEMENTS); if (count($replacements) === 1 && strpos($replacements[0], "|") === false) { goto U0nDU; } if (count($replacements) > 0) { goto Gq1t6; } goto TZFV1; U0nDU: $replacements = cseo_file_get_contents(trim($replacements[0]), true); if (!(count($replacements) > 0)) { goto u211L; } $i = 0; dhkI9: if (!($i < count($replacements))) { goto JAUWg; } $str = trim($replacements[$i]); if (!mb_strlen($str)) { goto j9zQD; } $cseo_synonyms[] = $str; j9zQD: JnOs_: $i++; goto dhkI9; JAUWg: u211L: goto TZFV1; Gq1t6: $i = 0; dDiYG: if (!($i < count($replacements))) { goto PBO2C; } $str = trim(stripslashes($replacements[$i])); if (!mb_strlen($str)) { goto PeXML; } $cseo_synonyms[] = $str; PeXML: e1XmT: $i++; goto dDiYG; PBO2C: TZFV1: Cpd5H: foreach ($cseo_synonyms as $line) { $line = str_replace("\|", "___PIPE___", $line); $items_cnt = mb_substr_count($line, "|") + 1; $synonyms = explode("|", $line); foreach ($synonyms as &$s) { $s = str_replace("___PIPE___", "|", $s); pmOwv: } CmDRJ: if ($synonyms[0] === '' && $synonyms[1] !== '') { goto T30lS; } if (!($items_cnt >= 2)) { goto boKpc; } if (mb_substr($line, 0, 1) === ">") { goto PgL9k; } $quoted_line = str_replace("___PIPE___", "\|", str_replace("\|", "|", preg_quote($line, "/"))); $line = addslashes($line); $content = preg_replace_callback("/([\(>\s])(" . $quoted_line . ")([\)\.,!\?<\s])/uis", function ($matches) use($line) { return $matches[1] . str_replace("___PIPE___", "|", cseo_mk_ireplacement($matches[2], $line, 0)) . $matches[3]; }, $content); goto MjnxN; PgL9k: $line = addslashes(mb_substr($line, 1)); $content = preg_replace_callback("/([\(>\s])(" . preg_quote(mb_substr($synonyms[0], 1), "/") . ")([\)\.,!\?<\s])/uis", function ($matches) use($line) { return $matches[1] . str_replace("___PIPE___", "|", cseo_mk_ireplacement($matches[2], $line, 1)) . $matches[3]; }, $content); MjnxN: boKpc: goto Xzc3N; T30lS: if ($items_cnt >= 3) { goto PToHj; } if ($items_cnt == 2) { goto BMkoj; } goto oGARM; PToHj: $content = preg_replace_callback("/(" . preg_quote($synonyms[1], "/") . ")/us", function ($matches) use($line) { return str_replace("___PIPE___", "|", cseo_mk_replacement($matches[1], $line, 2)); }, $content); goto oGARM; BMkoj: $content = preg_replace("/" . $synonyms[1] . "/us", '', $content); oGARM: Xzc3N: brSUF: } u8_Tf: return str_replace("<br clear="all"", "<br", $content); } function cseo_morph_content($content, $runtime = false) { global $cseo_syndicator; if (!$runtime) { goto vNWFu; } $content = cseo_synonymize($content); goto B_64d; vNWFu: if (!($cseo_syndicator->current_feed["options"]["synonymizer"] === "before")) { goto LL8oF; } $content = cseo_synonymize($content); LL8oF: switch ($cseo_syndicator->current_feed["options"]["spinner"]) { case CSEO_SPINNERCHIEF: $content = cseo_spinnerchief($content); goto zkB8P; case CSEO_SPINREWRITER: $content = cseo_spinrewriter($content); goto zkB8P; case CSEO_CHIMPREWRITER: $content = cseo_chimprewriter($content); goto zkB8P; case CSEO_TBS: $content = cseo_tbs($content); goto zkB8P; case CSEO_WORDAI: $content = cseo_wordai($content); goto zkB8P; case CSEO_ESPINNER: $content = cseo_espinner($content); goto zkB8P; case CSEO_XSPINNER: $content = cseo_xspinner($content); goto zkB8P; case CSEO_TEXTOROBOT: $content = cseo_textorobot($content); goto zkB8P; case CSEO_OPENAI_GPT: $content = cseo_openai_rewrite($content); goto zkB8P; } hVV3l: zkB8P: if (!($cseo_syndicator->current_feed["options"]["synonymizer"] === "after")) { goto BMOi9; } $content = cseo_synonymize($content); BMOi9: B_64d: return $content; } function cseo_shorten_string_by_words($string, $numWords) { $parts = preg_split("/(\s+)/", $string, -1, PREG_SPLIT_DELIM_CAPTURE); $words = 0; $shortenedString = ''; foreach ($parts as $index => $part) { $shortenedString .= $part; if (!(!ctype_space($part) && $index % 2 == 0)) { goto nDw0q; } $words++; nDw0q: if (!($words == $numWords)) { goto n3uYm; } goto OFiGR; n3uYm: nEvEJ: } OFiGR: if (!($index % 2 == 0 && ctype_punct(substr($shortenedString, -1)))) { goto Xs92O; } $shortenedString = substr($shortenedString, 0, -1); Xs92O: if (!(trim($shortenedString) !== trim($string))) { goto M9nOu; } $shortenedString .= "..."; M9nOu: return $shortenedString; } function cseo_path_to_url($path) { if (!function_exists("get_home_path")) { require_once ABSPATH . "wp-admin/includes/file.php"; } $siteDir = get_home_path(); $path = str_replace("\", "/", $path); if (strpos($path, $siteDir) === 0) { goto lKXzx; } return false; goto qYYTV; lKXzx: $url = str_replace($siteDir, '', $path); return cseo_addslash(site_url()) . $url; qYYTV: } function cseo_get_random_file($dir) { $fs = []; $d = @scandir($dir); if (!is_array($d)) { goto WFBXi; } foreach ($d as $f) { if (!($f !== "." && $f !== "..")) { goto nFFB0; } $fs[] = $f; nFFB0: NYLHc: } KwNtL: if (!count($fs)) { goto ja8eX; } $n = $fs[rand(0, count($fs) - 1)]; if ($path = cseo_path_to_url($dir)) { goto kUA8o; } return cseo_save_image($dir . "/" . $n); goto swdJm; kUA8o: return cseo_addslash($path) . $n; swdJm: ja8eX: WFBXi: return false; } function cseo_get_random_image($keywords, $min_width = 0, $min_height = 0) { global $cseo_syndicator; $cseo_syndicator->parse_feed_log("Searching on Google Images for "" . $keywords . """); $prompt = explode(",", $keywords); shuffle($prompt); foreach ($prompt as $keyword) { $res = cseo_file_get_contents("https://www.google.com/search?q=" . urlencode(trim($keyword) . " -site:depositphotos.com -site:123rf.com") . "&tbm=isch&tbs=il:cl&sa=X", false, '', "self", CSEO_CURL_USER_AGENT); preg_match_all("/\["([\w%-\.\/:\?&=]+\.jpg|\.jpeg|\.gif|\.png|\.bmp|\.wbmp|\.webm|\.xbm)",\d+,\d+\]/i", $res, $matches); $items = $matches[0]; if (!count($items)) { goto nLLuH; } goto piB5H; nLLuH: yFull: } piB5H: if (!count($items)) { goto Y81IW; } shuffle($items); foreach ($items as $item) { preg_match("/\["(.*?)",(.*?),(.*?)\]/", $item, $matches); if (!(count($matches) == 4 && (intval($min_width) === 0 || intval($min_width) <= intval($matches[3])) && (intval($min_height) === 0 || intval($min_height) <= intval($matches[2])))) { goto ka9l3; } $cseo_syndicator->parse_feed_log("Done"); return $matches[1]; ka9l3: twXwY: } jseKI: Y81IW: $cseo_syndicator->parse_feed_log("The requested inage was not found on Google Images. The image will not be generated"); return ''; } function cseo_gpt_get_keywords($en = false, $text = '') { global $cseo_syndicator; if (!($cseo_syndicator->post["gpt_keywords"] !== false)) { goto PwZec; } return $cseo_syndicator->post["gpt_keywords"]; PwZec: $text = trim($text); if (strlen($text)) { goto bCHCa; } if (!empty(trim($cseo_syndicator->post["post_content"]))) { goto KJ4jL; } if (!empty(trim($cseo_syndicator->post["post_excerpt"]))) { goto agnNH; } if (!empty(trim($cseo_syndicator->post["post_title"]))) { goto YUDON; } goto YGhpo; KJ4jL: $text = $cseo_syndicator->post["post_content"]; goto YGhpo; agnNH: $text = $cseo_syndicator->post["post_excerpt"]; goto YGhpo; YUDON: $text = $cseo_syndicator->post["post_title"]; YGhpo: bCHCa: if (strlen($text)) { goto vfdku; } $cseo_syndicator->parse_feed_log("GPT was unable to find a relevant keyword"); return ''; vfdku: $text = cseo_shorten_string_by_words(cseo_strip_tags($text), 4000); $assignment = ["model" => "gpt-3.5-turbo-16k", "prompt" => "Analyze the article below and generate 3 concrete, comma-delimited keywords that represent the main topic(s) or visually significant elements in the text. The generated keywords may not contain abstract concepts, proper nouns (including names and brands), or numbers" . ($en ? ". Provide your answer in English:" : ":") . PHP_EOL . PHP_EOL . cseo_strip_tags($text), "max_tokens" => 100, "temperature" => 0.5]; $cseo_syndicator->post["gpt_keywords"] = cseo_strip_tags(cyberseo_openai_shortcode($assignment)); return $cseo_syndicator->post["gpt_keywords"]; } function cseo_gpt_get_keyphrase($en = false, $text = '') { global $cseo_syndicator; if (!($cseo_syndicator->post["gpt_keyphrase"] !== false)) { goto Py8aB; } return $cseo_syndicator->post["gpt_keyphrase"]; Py8aB: $text = trim($text); if (strlen($text)) { goto TWZPI; } if (!empty(trim($cseo_syndicator->post["post_content"]))) { goto rL5LQ; } if (!empty(trim($cseo_syndicator->post["post_excerpt"]))) { goto y_Bg5; } if (!empty(trim($cseo_syndicator->post["post_title"]))) { goto RpsVk; } goto rfO5X; rL5LQ: $text = $cseo_syndicator->post["post_content"]; goto rfO5X; y_Bg5: $text = $cseo_syndicator->post["post_excerpt"]; goto rfO5X; RpsVk: $text = $cseo_syndicator->post["post_title"]; rfO5X: TWZPI: if (strlen($text)) { goto JV9BN; } $cseo_syndicator->parse_feed_log("GPT was unable to find a relevant keyword"); return ''; JV9BN: $text = cseo_shorten_string_by_words(cseo_strip_tags($text), 4000); $assignment = ["model" => "gpt-3.5-turbo-16k", "prompt" => "Analyze the article below and give me a 1-3 word concrete, tangible subject or object that accurately encapsulates the topic of the article. The answer must be something that can be physically represented or drawn, like "clouds," "door," or "police station"" . ($en ? ". Provide your answer in English:" : ":") . PHP_EOL . PHP_EOL . cseo_strip_tags($text), "max_tokens" => 100, "temperature" => 0.5]; $cseo_syndicator->post["gpt_keyphrase"] = cseo_strip_tags(cyberseo_openai_shortcode($assignment)); return $cseo_syndicator->post["gpt_keyphrase"]; } function cseo_get_gpt_image($preferred, $text = '') { global $cseo_syndicator; $search_string = cseo_gpt_get_keywords($text); if ($preferred === "google_image_search") { goto j8cRX; } $image = cyberseo_pixabay_shortcode(["q" => $search_string, "orientation" => "horizontal"]); if (!strlen(trim($image))) { goto hx46N; } preg_match("/src="(.*?)"/", $image, $matches); return $matches[1]; hx46N: $image = cseo_get_random_image($search_string, 1280); if (!strlen(trim($image))) { goto StiL1; } return $image; StiL1: goto Bm0SD; j8cRX: $image = cseo_get_random_image($search_string, 1280); if (!strlen(trim($image))) { goto llQVk; } return $image; llQVk: $image = cyberseo_pixabay_shortcode(["q" => $search_string, "orientation" => "horizontal"]); if (!strlen(trim($image))) { goto HKb4J; } preg_match("/src="(.*?)"/", $image, $matches); return $matches[1]; HKb4J: Bm0SD: $cseo_syndicator->parse_feed_log("GPT was unable to find a relevant image"); return ''; } function cseo_get_youtube_video($keyword) { global $cseo_syndicator; $cseo_syndicator->parse_feed_log("Searching on YouTube for "" . $keyword . """); $res = cseo_file_get_contents("https://www.youtube.com/results?search_query=" . urlencode($keyword), false, '', "self", CSEO_CURL_USER_AGENT); preg_match_all("/"\/watch\?v=([^"&?\/\s]{11})"/", $res, $matches); $items = $matches[1]; foreach ($items as $item) { $page = cseo_file_get_contents("https://www.youtube.com/watch?v=" . $item); if (!(strpos($page, ""playableInEmbed":true") !== false)) { goto J_vBq; } $cseo_syndicator->parse_feed_log("Done"); return "<div class="video-container"><iframe width="560" height="315" src="https://www.youtube.com/embed/" . $item . "" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>"; J_vBq: w4E0K: } BoppY: $cseo_syndicator->parse_feed_log("The requested video was not found on YouTube"); return ''; } function cseo_apply_spintax($text) { $term = ''; UyGxp: preg_match("/\{(?>[^\{\}]+)*\}/s", $text, $inner); $old_term = $term; if (!isset($inner[0])) { goto VAWJS; } $term = str_replace(["\{", "\}"], '', preg_quote($inner[0], "/")); $text = preg_replace_callback("/\{(" . $term . ")\}/su", function ($matches) { return stripslashes(cseo_array_any(explode("|", $matches[1]))); }, $text); VAWJS: if (count($inner) > 0 && $term !== $old_term) { goto UyGxp; } WMfi2: return $text; } function cseo_runtime_title_morphing($content) { if (!(get_option(CSEO_SERVER_MODE) === "on")) { goto C5I6J; } $content = cseo_apply_spintax($content); C5I6J: $content = cseo_morph_content($content, true); return $content; } function cseo_options_menu() { if (!(isset($_POST["intstall_ftrss"]) && check_admin_referer("cseo_general_settings"))) { goto IFDtt; } delete_option("cxxx_full_text_extractor"); cseo_get_ftrss(); IFDtt: if (!(isset($_POST["submit_options"]) && check_admin_referer("cseo_general_settings"))) { goto MbmDq; } update_option(CSEO_MAX_EXEC_TIME, abs(intval($_POST[CSEO_MAX_EXEC_TIME]))); if (intval($_POST[CSEO_PSEUDO_CRON_INTERVAL] ?? 0) * 60 >= get_option(CSEO_MAX_EXEC_TIME)) { goto oZ1Jl; } $pseudo_cron_interval = max(10, round(get_option(CSEO_MAX_EXEC_TIME) / 60)); goto iNZwe; oZ1Jl: $pseudo_cron_interval = intval($_POST[CSEO_PSEUDO_CRON_INTERVAL]); iNZwe: if (!update_option(CSEO_RSS_PULL_MODE, $_POST[CSEO_RSS_PULL_MODE])) { goto uxiDx; } wp_clear_scheduled_hook("cseo_update_by_wp_cron"); uxiDx: if (!update_option(CSEO_PSEUDO_CRON_INTERVAL, $pseudo_cron_interval)) { goto bWrVk; } wp_clear_scheduled_hook("cseo_update_by_wp_cron"); bWrVk: update_option(CSEO_SERVER_MODE, isset($_POST[CSEO_SERVER_MODE]) ? "on" : ''); update_option("cxxx_full_text_extractor", $_POST["cxxx_full_text_extractor"]); update_option(CSEO_PRESET_DIR, stripcslashes($_POST[CSEO_PRESET_DIR])); update_option(CSEO_DISABLE_DUPLICATION_CONTROL, isset($_POST[CSEO_DISABLE_DUPLICATION_CONTROL]) ? "on" : ''); update_option(CSEO_DNPSOP, isset($_POST[CSEO_DNPSOP]) ? "on" : ''); update_option(CSEO_SORT_FEED_SOURCES, $_POST[CSEO_SORT_FEED_SOURCES]); update_option(CSEO_ENABLE_DEBUG_MODE, isset($_POST[CSEO_ENABLE_DEBUG_MODE]) ? "on" : ''); update_option(CSEO_ENABLE_MRP, isset($_POST[CSEO_ENABLE_MRP]) ? "on" : ''); update_option(CSEO_PROXY_LIST, explode("
", preg_replace("/[\r\n]+/", PHP_EOL, trim($_POST[CSEO_PROXY_LIST])))); update_option(CSEO_SHUFFLE_PROXIES, isset($_POST[CSEO_SHUFFLE_PROXIES]) ? "on" : ''); update_option(CSEO_URLS_TARGET_BLANK, isset($_POST[CSEO_URLS_TARGET_BLANK]) ? "on" : ''); update_option(CSEO_URLS_NOFOLLOW, isset($_POST[CSEO_URLS_NOFOLLOW]) ? "on" : ''); update_option(CSEO_URLS_NOREFERRER, isset($_POST[CSEO_URLS_NOREFERRER]) ? "on" : ''); update_option(CSEO_URLS_ENCRYPT, isset($_POST[CSEO_URLS_ENCRYPT]) ? "on" : ''); update_option(CSEO_POST_IMAGES, $_POST[CSEO_POST_IMAGES]); update_option(CSEO_LINK_TO_SOURCE, isset($_POST[CSEO_LINK_TO_SOURCE]) ? "on" : ''); update_option(CSEO_AUTOINSTALL_FTRSS, isset($_POST[CSEO_AUTOINSTALL_FTRSS]) ? "on" : ''); update_option(CSEO_KEEP_IMAGES, isset($_POST[CSEO_KEEP_IMAGES]) ? "on" : ''); cseo_download_default_presets(); echo "<div id="message" class="notice updated"><p><strong>Settings saved.</strong></p></div>"; MbmDq: echo "    \xd\xa    <div class="wrap">\xd
\xd\xa        <h2>General Settings</h2>

\xa        <div class="metabox-holder postbox-container">\xd\xa\xd
            "; cseo_show_version_info(); echo "
\xa            <form method="post" action=""; echo cseo_REQUEST_URI(); echo "" name="general_settings">
\xa                <div class="section" style="display:block">
                    <table class="form-table">
\xa                        \xd
                        <tr valign="top"> 
\xa                            <th scope="row">WordPress root directory</th>
                            <td>\xd\xa                                <input type="text" style="width:100%" value=""; echo get_home_path(); echo "" readonly>\xd
                                <p class="description">This is the absolute path to the WordPress installation directory on the server.</p>
\xa                            </td>\xd\xa                        </tr>
\xa\xd
                        <tr valign="top">    
                            <th scope="row">RSS pull mode</th>
                            <td>\xd\xa                                <select name=""; echo CSEO_RSS_PULL_MODE; echo "" onchange="cseoChangeMode();""; if (!(defined("CSEO_ENABLE_RSS_PULL_MODE") && !CSEO_ENABLE_RSS_PULL_MODE)) { goto m6fDu; } echo "disabled"; m6fDu: echo ">"; echo "<option " . (get_option(CSEO_RSS_PULL_MODE) === "auto" ? "selected " : '') . "value="auto">auto</option>"; echo "<option " . (get_option(CSEO_RSS_PULL_MODE) === "cron" ? "selected " : '') . "value="cron">by cron job or manually</option>"; echo "                                </select>\xd
                                <p id="auto" class="description">\xd
                                    In this mode, the CyberSEO plugin uses WordPress pseudo cron, which will be executed by the WordPress every <input type="text" size="4" name=""; echo CSEO_PSEUDO_CRON_INTERVAL; echo "" value=""; echo get_option(CSEO_PSEUDO_CRON_INTERVAL); echo ""> minutes.<br>
                                    The pseudo cron will trigger when someone visits your WordPress site, if the scheduled time has passed.
\xa                                    "; if (!WP_CACHE) { goto MwVwi; } echo "<br><br>It seems you are using some caching plugin. Make sure to add the following URL into the exceptions list of your caching plugin:<br><br><code>" . get_option("siteurl") . "/?pull-feeds=" . get_option(CSEO_CRON_MAGIC) . "</code>"; MwVwi: echo "  \xd\xa                                </p>
\xa                                <p id="cron" class="description">\xd
                                    In this mode, you need to manually configure cron at your host. For example, if you want to run a cron job once a hour, just add the following line into your crontab:<br>\xd
                                    <strong>"; echo "0 * * * * /usr/bin/curl --silent " . get_option("siteurl") . "/?pull-feeds=" . get_option(CSEO_CRON_MAGIC); echo "</strong><br>
\xa                                    Don't know how to set up cron? Read <a href="https://www.cyberseo.net/blog/how-to-set-up-cron-jobs-for-cyberseo-pro/" target="_blank">this article</a>.\xd
                                </p>\xd
                            </td>
\xa                        </tr>
\xa
                        <tr>
\xa                            <th scope="row">Open links in a new window</th>
                            <td>\xd
                                <input type="checkbox" id="olinw" name=""; echo CSEO_URLS_TARGET_BLANK; echo ""\xd\xa                                "; if (!(get_option(CSEO_URLS_TARGET_BLANK) === "on")) { goto mCNh3; } echo "checked"; mCNh3: echo " />
\xa                                <label for="olinw">makes all the external links to open in a new window (use target="_blank").</label>\xd\xa                                <p class="description">This is a runtime option. It affects all existing parts at once. The effect is instantaneous and lasts while the option is enabled.<br>When unchecked, the effect disappears.</p>\xd
                            </td>\xd\xa                        </tr>\xd

\xa                        <tr>
\xa                            <th scope="row">Use rel="nofollow"</th>\xd\xa                            <td>
                                <input type="checkbox" id="urnf" name=""; echo CSEO_URLS_NOFOLLOW; echo ""
                                "; if (!(get_option(CSEO_URLS_NOFOLLOW) === "on")) { goto AAOTs; } echo "checked"; AAOTs: echo " /> 
\xa                                <label for="urnf">applies "nofollow" HTML attribute value to the external links in all posts.</label>
                                <p class="description">This is a runtime option. It affects all existing parts at once. The effect is instantaneous and lasts while the option is enabled.<br>When disabled, the effect disappears.</p>\xd\xa                            </td>\xd\xa                        </tr>
\xa\xd
                        <tr>
                            <th scope="row">Use rel="noreferrer"</th>
                            <td>
\xa                                <input type="checkbox" id="urnr" name=""; echo CSEO_URLS_NOREFERRER; echo ""\xd\xa                                "; if (!(get_option(CSEO_URLS_NOREFERRER) === "on")) { goto In_8g; } echo "checked"; In_8g: echo " /> 
\xa                                <label for="urnr">applies "noreferrer" HTML attribute value to the external links in all posts.</label>\xd
                                <p class="description">This is a runtime option. It affects all existing parts at once. The effect is instantaneous and lasts while the option is enabled.<br>When disabled, the effect disappears.</p>
\xa                            </td>\xd\xa                        </tr>                     \xd\xa
                        <tr>\xd
                            <th scope="row">Encrypt links</th>
                            <td>
\xa                                <input type="checkbox" id="encl" name=""; echo CSEO_URLS_ENCRYPT; echo ""\xd
                                "; if (!(get_option(CSEO_URLS_ENCRYPT) === "on")) { goto TJtrA; } echo "checked"; TJtrA: echo " /> 
                                <label for="encl">when chekced, all the external links will be encrypted.</label>\xd
                                <p class="description">This is a runtime option. It affects all existing parts at once. The effect is instantaneous and lasts while the option is enabled.<br>When disabled, the effect disappears.</p>
\xa                            </td>\xd\xa                        </tr>                                   \xd

                        <tr>\xd\xa                            <th scope="row">Post images</th>\xd
                            <td>\xd
                                <select name=""; echo CSEO_POST_IMAGES; echo "">
                                    "; echo "<option " . (get_option(CSEO_POST_IMAGES) === "keep" ? "selected " : '') . "value="keep">show all images</option>"; echo "<option " . (get_option(CSEO_POST_IMAGES) === "hide_first" ? "selected " : '') . "value="hide_first">hide first image</option>"; echo "<option " . (get_option(CSEO_POST_IMAGES) === "hide_featured_in_single" ? "selected " : '') . "value="hide_featured_in_single">hide post thumbnail</option>"; echo "<option " . (get_option(CSEO_POST_IMAGES) === "hide_all" ? "selected " : '') . "value="hide_all">hide all images but post thumbnail</option>"; echo "                                </select>
\xa                                <p class="description">Enable this option to dynamically show or hide images when post is displayed.</p>\xd\xa                                <p class="description">This is a runtime option. It affects all existing parts at once. The effect is instantaneous and lasts while the option is enabled.<br>When disabled, the effect disappears.</p>
                            </td>\xd\xa                        </tr>\xd\xa\xd\xa                        <tr scope="row">\xd\xa                            <th scope="row">Keep downloaded images</th>\xd
                            <td>
                                <input type="checkbox" id="kdi" name=""; echo CSEO_KEEP_IMAGES; echo ""\xd\xa                                "; if (!(get_option(CSEO_KEEP_IMAGES) === "on")) { goto ROPaN; } echo "checked"; ROPaN: echo " /> 
                                <label for="kdi">keeps all the downloaded images and videos when a post is permanently deleted on "Empty Trash" or when the <a href="https://developer.wordpress.org/reference/hooks/before_delete_post/" target="_blank">before_delete_post</a> WordPress hook is triggered.</label>\xd
                                <p class="description">This is a runtime option. It affects all existing parts at once. The effect is instantaneous and lasts while the option is enabled.<br>When disabled, the effect disappears.</p>
                            </td>
                        </tr>                           
\xa\xd\xa                        <tr>
\xa                            <th scope="row">Link to source</th>\xd\xa                            <td>\xd\xa                                <input type="checkbox" id="lts" name=""; echo CSEO_LINK_TO_SOURCE; echo ""
\xa                                "; if (!(get_option(CSEO_LINK_TO_SOURCE) === "on")) { goto wi_xy; } echo "checked"; wi_xy: echo " />\xd
                                <label for="lts">when checked the post titles will be linked to their source pages.</label>\xd\xa                                <p class="description">This is a runtime option. It affects all existing parts at once. The effect is instantaneous and lasts while the option is enabled.<br>When disabled, the effect disappears.</p>\xd\xa                            </td>
                        </tr>    

                        <tr>\xd
                            <th scope="row">Morphing RSS host mode</th>\xd\xa                            <td>\xd
                                <input type="checkbox" id="mrhm"\xd\xa                                       name=""; echo CSEO_SERVER_MODE; echo ""\xd
                                       "; if (!(get_option(CSEO_SERVER_MODE) === "on")) { goto GAwgq; } echo "checked"; GAwgq: echo " />\xd
                                <label for="mrhm">check this option to turn your blog into morphing RSS host (content spinner).</label> \xd\xa                                <p class="description">This is a runtime option. It affects all existing parts at once. The effect is instantaneous and lasts while the option is enabled.<br>When disabled, the effect disappears.</p>
                            </td>
\xa                        </tr>\xd\xa\xd\xa                        <tr>
\xa                            <th scope="row">Full text extractor URL</th>\xd\xa                            <td>\xd
                                <input type="text" name=""; echo "cxxx_full_text_extractor"; echo "" style="width:100%" value=""; echo stripslashes(get_option("cxxx_full_text_extractor")); echo "">
                                <p class="description">Here you can specify the URL of the Full Text RSS extractor. The Full-Text-RSS script is not a part of CyberSEO Pro distributive.</p> 
                                <p class="description">It's an optional script which can be used by CyberSEO Pro as a 3rd-party service in accordance to GPL.</p>\xd
                            </td>	\xd\xa                        </tr>
\xd\xa                        <tr>
                            <th scope="row">Auto-install Full-Text RSS</th>
                            <td>
                                <input type="checkbox" id="aifta" name=""; echo CSEO_AUTOINSTALL_FTRSS; echo ""\xd
                                "; if (!(get_option(CSEO_AUTOINSTALL_FTRSS) === "on")) { goto b3aHZ; } echo "checked"; b3aHZ: echo " />\xd
                                <label for="aifta">when checked, the full-text RSS script will be automatically downloaded and installed on your site during the next scheduled update.</label>\xd
                            </td>
                        </tr>                                
\xd\xa                        <tr>\xd\xa                            <th scope="row">Preset directory</th>\xd\xa                            <td>
                                <input type="text" name=""; echo CSEO_PRESET_DIR; echo "" style="width:100%" value=""; echo get_option(CSEO_PRESET_DIR); echo "">\xd
                                <p class="description">Full server path to preset files.</p>\xd
                            </td>\x9\xd
                        </tr>  
\xa\xd
                        <tr>\xd\xa                            <th scope="row">Disable feed URL control</th>\xd
                            <td>
\xa                                <input type="checkbox" id="dfdc"
                                       name=""; echo CSEO_DISABLE_DUPLICATION_CONTROL; echo ""\xd
                                       "; if (!(get_option(CSEO_DISABLE_DUPLICATION_CONTROL) === "on")) { goto M0o06; } echo "checked"; M0o06: echo " />\xd
                                <label for="dfdc">allows the CyberSEO plugin to add more than one copy of the same feed / content source. Don't confuse it with duplicate post check, which is a different option.</label>
                            </td>\xd
                        </tr>\xd\xa
\xa                        <tr>
\xa                            <th scope="row">Don't preprocess on preview</th>
                            <td>\xd
                                <input type="checkbox" id="dnpsop" name=""; echo CSEO_DNPSOP; echo ""\xd
                                "; if (!(get_option(CSEO_DNPSOP) === "on")) { goto z4S7H; } echo "checked"; z4S7H: echo " />
                                <label for="dnpsop">do not execute source preprocessor PHP code on feed preview.</label>
\xa                            </td>\xd\xa                        </tr> 
\xd
                        <tr>\xd
                            <th scope="row">Max execution time</th>\xd\xa                            <td>\xd
                                <input type="text" name=""; echo CSEO_MAX_EXEC_TIME; echo "" size="5" value=""; echo get_option(CSEO_MAX_EXEC_TIME); echo "">
                                <p class="description">Maximum PHP execution time, given to CyberSEO Pro to execute all operations. If set to zero, no time limit is imposed.</p>\xd\xa                            </td>\x9
                        </tr> \xd

\xa                        <tr>\xd\xa                            <th scope="row">Sort feed sources by</th>
\xa                            <td>
                                <select name=""; echo CSEO_SORT_FEED_SOURCES; echo "" onchange="cseoChangeMode();">
\xa                                    "; echo "<option " . (get_option(CSEO_SORT_FEED_SOURCES) === "name" ? "selected " : '') . "value="name">name</option>"; echo "<option " . (get_option(CSEO_SORT_FEED_SOURCES) === "date" ? "selected " : '') . "value="date">date</option>"; echo "                                </select>
\xa                                <p class="description">Choose source feed sorting order in the CyberSEO Pro Syndicator.</p>
\xa                            </td>\xd
                        </tr>                                                  \xd

\xa                        <tr>
\xa                            <th scope="row">Proxy list</th>\xd
                            <td>
\xa                                <textarea cols="100" rows="20" id="proxy_list" name=""; echo CSEO_PROXY_LIST; echo "" style="margin:0;height:30em;width:100%;">"; echo trim(stripslashes(htmlspecialchars(implode(PHP_EOL, cseo_get_proxy_list())))); echo "</textarea>\xd\xa                                <p class="description">One proxy per line in the following format: <strong>IP:PORT</strong> or <strong>USERNAME:PASSWORD@IP:PORT</strong></p>\xd\xa                            </td>\xd
                        </tr>\x9  
\xd
                        <tr>
                            <th scope="row">Shuffle proxies</th>\xd
                            <td>
                                <input type="checkbox" id="sp" name=""; echo CSEO_SHUFFLE_PROXIES; echo ""
\xa                                "; if (!(get_option(CSEO_SHUFFLE_PROXIES) === "on")) { goto ysvtm; } echo "checked"; ysvtm: echo " />
                                <label for="sp">the proxy list will be shuffled every time the plugin pulls a feed.</label>
\xa                            </td>
                        </tr>                                
\xa\xd
                        <tr>
                            <th scope="row">Enable debug mode</th>\xd\xa                            <td>
                                <input type="checkbox" id="edm" name=""; echo CSEO_ENABLE_DEBUG_MODE; echo ""\xd\xa                                "; if (!(get_option(CSEO_ENABLE_DEBUG_MODE) === "on")) { goto y6OpA; } echo "checked"; y6OpA: echo " />\xd
                                <label for="edm">enables PHP debug mode.</label>\xd
                            </td>\xd
                        </tr>

                        <tr>\xd\xa                            <th scope="row">Enable mature-rated presets</th>\xd\xa                            <td>\xd\xa                                <input type="checkbox" id="mrp" name=""; echo CSEO_ENABLE_MRP; echo ""
\xa                                "; if (!(get_option(CSEO_ENABLE_MRP) === "on")) { goto MbpVb; } echo "checked"; MbpVb: echo " />
\xa                                <label for="mrp">show adult rated presets.</label>
                            </td>
                        </tr>
\xd\xa                        "; echo "                    </table>\xd\xa                    <br>
                    <div style="text-align:left;">
                        <input type="submit" name="submit_options" class="button-primary" value="Update options" />
\xa                        "; if (!empty(trim(get_option("cxxx_full_text_extractor")))) { goto q8Abm; } echo "    \xd\xa                            &nbsp;\xd
                            <input type="submit" name="intstall_ftrss" class="button" value="Install the Full Text RSS script" />
                        "; q8Abm: echo "        \xd
                    </div>
                    
\xa                    <br>
                    <hr> \xd\xa
\xa                    <div style="text-align:left; margin-top: 40pt;">       
                        <p>
                            Reset your license name and email. You should do it only if you want to re-register this copy of CyberSEO Pro to another account owner. 
\xa                            When you click this button, you will have to enter the new activation info which includes the name and email of the new license owner.
                        </p>
                        <input type="submit" name="reset_registration_info" class="button-primary" style="background: red; border-color: #900000;" value="&#x26A0; Reset your registration data" onClick="return confirm('Reset your registration name and email?')"/>
\xa                    </div>\xd

                    "; wp_nonce_field("cseo_general_settings"); echo "                    <script>
\xa                        var proxy_list = CodeMirror.fromTextArea(document.getElementById("proxy_list"), {
                            autoRefresh: true,
                            lineWrapping: true,\xd
                            lineNumbers: true,\xd\xa                            spellcheck: false,\xd\xa                            matchBrackets: true,
\xa                            mode: "mathematica",\xd\xa                            indentUnit: 8,\xd\xa                            indentWithTabs: true,
\xa                            enterMode: "keep",\xd
                            tabMode: "shift"\xd
                        });
                        proxy_list.setSize("100%", "20em");\xd
                    </script>\xd
                </div>
            </form>\xd\xa        </div>\xd
    </div>\xd

    <script type='text/javascript'>\xd\xa        cseoChangeMode();
    </script>\xd\xa    "; } function cseo_accounts_menu() { $accounts = get_option(CSEO_ACCOUNTS); if (!(isset($_POST["modify_accounts"]) && check_admin_referer("cseo_accounts"))) { goto Fbbgt; } foreach ($accounts as $account_name => $value) { if (is_array($accounts[$account_name])) { goto e630S; } $accounts[$account_name] = trim($_POST[$account_name] ?? ''); e630S: cS3cL: } Uli9n: Fbbgt: $accounts["openai_gpt_api_limit"]["max_requests"] = abs(intval($_POST["openai_gpt_api_limit"] ?? $accounts["openai_gpt_api_limit"]["max_requests"])); $accounts["openai_dalle_api_limit"]["max_requests"] = abs(intval($_POST["openai_dalle_api_limit"] ?? $accounts["openai_dalle_api_limit"]["max_requests"])); $accounts["anthropic_claude_api_limit"]["max_requests"] = abs(intval($_POST["anthropic_claude_api_limit"] ?? $accounts["anthropic_claude_api_limit"]["max_requests"])); $accounts["google_gemini_api_limit"]["max_requests"] = abs(intval($_POST["google_gemini_api_limit"] ?? $accounts["google_gemini_api_limit"]["max_requests"])); $accounts["openrouter_api_limit"]["max_requests"] = abs(intval($_POST["openrouter_api_limit"] ?? $accounts["openrouter_api_limit"]["max_requests"])); $accounts["stability_api_limit"]["max_requests"] = abs(intval($_POST["stability_api_limit"] ?? $accounts["stability_api_limit"]["max_requests"])); $accounts["article_forge_api_limit"]["max_requests"] = abs(intval($_POST["article_forge_api_limit"] ?? $accounts["article_forge_api_limit"]["max_requests"])); $accounts["deepl_api_limit"]["max_requests"] = abs(intval($_POST["deepl_api_limit"] ?? $accounts["deepl_api_limit"]["max_requests"])); $accounts["google_api_limit"]["max_requests"] = abs(intval($_POST["goole_api_limit"] ?? $accounts["google_api_limit"]["max_requests"])); $accounts["yandex_api_limit"]["max_requests"] = abs(intval($_POST["yandex_api_limit"] ?? $accounts["yandex_api_limit"]["max_requests"])); $accounts["spinnerchief_api_limit"]["max_requests"] = abs(intval($_POST["spinnerchief_api_limit"] ?? $accounts["spinnerchief_api_limit"]["max_requests"])); $accounts["spinrewriter_api_limit"]["max_requests"] = abs(intval($_POST["spinrewriter_api_limit"] ?? $accounts["spinrewriter_api_limit"]["max_requests"])); $accounts["wordai_api_limit"]["max_requests"] = abs(intval($_POST["wordai_api_limit"] ?? $accounts["wordai_api_limit"]["max_requests"])); $accounts["chimprewriter_api_limit"]["max_requests"] = abs(intval($_POST["chimprewriter_api_limit"] ?? $accounts["chimprewriter_api_limit"]["max_requests"])); $accounts["espinner_api_limit"]["max_requests"] = abs(intval($_POST["espinner_api_limit"] ?? $accounts["espinner_api_limit"]["max_requests"])); $accounts["tbs_api_limit"]["max_requests"] = abs(intval($_POST["tbs_api_limit"] ?? $accounts["tbs_api_limit"]["max_requests"])); $accounts["textorobot_api_limit"]["max_requests"] = abs(intval($_POST["textorobot_api_limit"] ?? $accounts["textorobot_api_limit"]["max_requests"])); $accounts["openai_gpt_api_limit"]["period"] = intval($_POST["openai_gpt_api_limit_period"] ?? $accounts["openai_gpt_api_limit"]["period"]); $accounts["openai_dalle_api_limit"]["period"] = intval($_POST["openai_dalle_api_limit_period"] ?? $accounts["openai_dalle_api_limit"]["period"]); $accounts["anthropic_claude_api_limit"]["period"] = intval($_POST["anthropic_claude_api_limit_period"] ?? $accounts["anthropic_claude_api_limit"]["period"]); $accounts["google_gemini_api_limit"]["period"] = intval($_POST["google_gemini_api_limit_period"] ?? $accounts["google_gemini_api_limit"]["period"]); $accounts["openrouter_api_limit"]["period"] = intval($_POST["openrouter_api_limit_period"] ?? $accounts["openrouter_api_limit"]["period"]); $accounts["stability_api_limit"]["period"] = intval($_POST["stability_api_limit_period"] ?? $accounts["stability_api_limit"]["period"]); $accounts["article_forge_api_limit"]["period"] = intval($_POST["article_forge_api_limit_period"] ?? $accounts["article_forge_api_limit"]["period"]); $accounts["deepl_api_limit"]["period"] = intval($_POST["deepl_api_limit_period"] ?? $accounts["deepl_api_limit"]["period"]); $accounts["google_api_limit"]["period"] = intval($_POST["google_api_limit_period"] ?? $accounts["google_api_limit"]["period"]); $accounts["yandex_api_limit"]["period"] = intval($_POST["yandex_api_limit_period"] ?? $accounts["yandex_api_limit"]["period"]); $accounts["spinnerchief_api_limit"]["period"] = intval($_POST["spinnerchief_api_limit_period"] ?? $accounts["spinnerchief_api_limit"]["period"]); $accounts["spinrewriter_api_limit"]["period"] = intval($_POST["spinrewriter_api_limit_period"] ?? $accounts["spinrewriter_api_limit"]["period"]); $accounts["wordai_api_limit"]["period"] = intval($_POST["wordai_api_limit_period"] ?? $accounts["wordai_api_limit"]["period"]); $accounts["chimprewriter_api_limit"]["period"] = intval($_POST["chimprewriter_api_limit_period"] ?? $accounts["chimprewriter_api_limit"]["period"]); $accounts["espinner_api_limit"]["period"] = intval($_POST["espinner_api_limit_period"] ?? $accounts["espinner_api_limit"]["period"]); $accounts["tbs_api_limit"]["period"] = intval($_POST["tbs_api_limit_period"] ?? $accounts["tbs_api_limit"]["period"]); $accounts["textorobot_api_limit"]["period"] = intval($_POST["textorobot_api_limit_period"] ?? $accounts["textorobot_api_limit"]["period"]); $accounts["amazon_search_depth"] = abs(intval($_POST["amazon_search_depth"] ?? $accounts["amazon_search_depth"])); update_option(CSEO_ACCOUNTS, $accounts); echo "    <div class="wrap">\xd\xa        <h2>Accounts</h2>    
\xa        <form method="post" action=""; echo cseo_REQUEST_URI(); echo "">
            <table class="form-table">\xd
\xd
                <tr>
                    <td colspan="2">    \xd\xa                        <table class="cseo-box">   
\xd\xa                            <tr>    \xd\xa                                <th>OpenAI API key</th>
                                <td>
\xa                                    <input type="text" name="openai_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["openai_api_key"]), ENT_QUOTES); echo ""> 
                                    <p class="description">Get your <a href="https://beta.openai.com/account/api-keys" target="_blank">OpenAI</a> API key in order to use OpenAI GPT and DALL&#x2219;E services.</p>    \xd\xa                                </td>
                            </tr>\xd
\xd\xa                            <tr>
\xa                                <th>OpenAI GPT request limit</th>\xd\xa                                <td>
\xa                                    <input type="text" name="openai_gpt_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["openai_gpt_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> \xd\xa                                    <select name="openai_gpt_api_limit_period" style="vertical-align: top;">
                                        "; echo "<option " . ($accounts["openai_gpt_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["openai_gpt_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["openai_gpt_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>\xd\xa                                    <p class="description">Set the limit for OpenAI GPT API requests. A value of 0 (zero) is interpreted as no limit.</p>    
                                </td>\xd
                            </tr>\xd

\xa                            <tr>\xd
                                <th>OpenAI DALL&#x2219;E request limit</th>
\xa                                <td>\xd
                                    <input type="text" name="openai_dalle_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["openai_dalle_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> \xd
                                    <select name="openai_dalle_api_limit_period" style="vertical-align: top;">\xd\xa                                        "; echo "<option " . ($accounts["openai_dalle_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["openai_dalle_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["openai_dalle_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>
                                    <p class="description">Set the limit for DALL&#x2219;E API requests. A value of 0 (zero) is interpreted as no limit.</p>    \xd\xa                                </td>
                            </tr>\xd\xa\xd\xa                        </table>
                    </td>
                </tr>    \xd

                <tr>\xd
                    <td colspan="2">    
                        <table class="cseo-box"> 
\xd\xa                            <tr>
                                <th>Anthropic Claude API Key</th>
                                <td>
                                    <input type="text" name="anthropic_claude_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["anthropic_claude_api_key"]), ENT_QUOTES); echo ""> \xd
                                    <p class="description">Get your <a href="https://www.anthropic.com/product" target="_blank">Anthropic Claude</a> API key in order to use Anthropic Claude.</p>    
                                </td>\xd\xa                            </tr>
\xa\xd
                            <tr>\xd
                                <th>Anthropic Claude API request limit</th>
\xa                                <td>\xd
                                    <input type="text" name="anthropic_claude_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["anthropic_claude_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> \xd
                                    <select name="anthropic_claude_api_limit_period" style="vertical-align: top;">\xd
                                        "; echo "<option " . ($accounts["anthropic_claude_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["anthropic_claude_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["anthropic_claude_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>
                                    <p class="description">Set the limit for Anthropic Claude API requests. A value of 0 (zero) is interpreted as no limit.</p>    
\xa                                </td>\xd
                            </tr>\xd
\xd\xa                        </table>\xd
                    </td>
\xa                </tr>   \xd
                \xd
                <tr>\xd\xa                    <td colspan="2">    \xd\xa                        <table class="cseo-box"> 

                            <tr>
                                <th>Google Gemini API Key</th>
\xa                                <td>
\xa                                    <input type="text" name="google_gemini_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["google_gemini_api_key"]), ENT_QUOTES); echo ""> \xd\xa                                    <p class="description">Get your <a href="https://ai.google.dev/" target="_blank">Google Gemini</a> API key in order to use Google Gemini.</p>    
                                </td>
                            </tr>

\xa                            <tr>
\xa                                <th>Google Gemini API request limit</th>
\xa                                <td>
\xa                                    <input type="text" name="google_gemini_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["google_gemini_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> \xd
                                    <select name="google_gemini_api_limit_period" style="vertical-align: top;">\xd\xa                                        "; echo "<option " . ($accounts["google_gemini_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["google_gemini_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["google_gemini_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>
                                    <p class="description">Set the limit for Google Gemini API requests. A value of 0 (zero) is interpreted as no limit.</p>    \xd\xa                                </td>\xd
                            </tr>
\xd\xa                        </table>
                    </td>\xd\xa                </tr> \xd
                \xd
                <tr>\xd
                    <td colspan="2">    
\xa                        <table class="cseo-box"> \xd\xa
                            <tr>
                                <th>OpenRouter API Key</th>\xd\xa                                <td>\xd\xa                                    <input type="text" name="openrouter_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["openrouter_api_key"]), ENT_QUOTES); echo ""> \xd
                                    <p class="description">Get your <a href="https://openrouter.ai/" target="_blank">OpenRouter</a> API key in order to use OpenRouter.</p>    
                                </td>\xd
                            </tr>
\xd\xa                            <tr>
                                <th>OpenRouter API request limit</th>
\xa                                <td>
                                    <input type="text" name="openrouter_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["openrouter_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> \xd
                                    <select name="openrouter_api_limit_period" style="vertical-align: top;">
\xa                                        "; echo "<option " . ($accounts["openrouter_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["openrouter_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["openrouter_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>\xd\xa                                    <p class="description">Set the limit for OpenRouter API requests. A value of 0 (zero) is interpreted as no limit.</p>    \xd
                                </td>\xd
                            </tr>
\xa
                        </table>\xd
                    </td>\xd
                </tr> 
                
\xa                <tr>
                    <td colspan="2">    
\xa                        <table class="cseo-box"> \xd\xa
\xa                            <tr>
\xa                                <th>StabilityAI API key</th>\xd
                                <td>\xd
                                    <input type="text" name="stability_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["stability_api_key"]), ENT_QUOTES); echo ""> 
\xa                                    <p class="description">Get your <a href="https://beta.dreamstudio.ai/membership?tab=apiKeys" target="_blank">StabilityAI</a> API key in order to use Stable Diffusion AI.</p>    \xd
                                </td>\xd\xa                            </tr>\xd
\xd
                            <tr>\xd\xa                                <th>StabilityAI request limit</th>\xd
                                <td>
                                    <input type="text" name="stability_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["stability_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> 
                                    <select name="stability_api_limit_period" style="vertical-align: top;">
                                        "; echo "<option " . ($accounts["stability_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["stability_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["stability_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>
                                    <p class="description">Set the limit for StabilityAI API requests. A value of 0 (zero) is interpreted as no limit.</p>    \xd\xa                                </td>\xd\xa                            </tr>
\xa\xd
                        </table>\xd
                    </td>\xd\xa                </tr>   
\xd
                <tr>\xd\xa                    <td colspan="2">    
\xa                        <table class="cseo-box"> \xd\xa
\xa                            <tr>
                                <th>Article Forge API key</th>\xd\xa                                <td>\xd
                                    <input type="text" name="article_forge_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["article_forge_api_key"]), ENT_QUOTES); echo ""> \xd
                                    <p class="description">Enter your <a href="https://www.cyberseo.net/partners/articleforge.php" target="_blank">Article Forge</a> API key.</p>    
                                </td>
                            </tr>     \xd
\xd\xa                            <tr>\xd
                                <th>Article Forge request limit</th>
                                <td>
                                    <input type="text" name="article_forge_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["article_forge_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> 
                                    <select name="article_forge_api_limit_period" style="vertical-align: top;">\xd
                                        "; echo "<option " . ($accounts["article_forge_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["article_forge_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["article_forge_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>
                                    <p class="description">Set the limit for Article Forge API requests. A value of 0 (zero) is interpreted as no limit.</p>    \xd
                                </td>\xd\xa                            </tr>

\xa                        </table>\xd\xa                    </td>\xd
                </tr> 
\xd\xa                <tr>\xd\xa                    <td colspan="2">    
\xa                        <table class="cseo-box"> 
\xa
                            <tr>\xd\xa                                <th>SpinnerChief API key</th>\xd
                                <td>\xd\xa                                    <input type="text" name="spinnerchief_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["spinnerchief_api_key"]), ENT_QUOTES); echo ""> \xd
                                    <p class="description">Enter your <a href="https://www.cyberseo.net/partners/spinnerchief.php" target="_blank">SpinnerChief</a> API key.</p>    \xd
                                </td>
\xa                            </tr>   \xd\xa\xd\xa                            <tr>
\xa                                <th>SpinnerChief developer key</th>\xd
                                <td>
\xa                                    <input type="text" name="spinnerchief_dev_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["spinnerchief_dev_key"]), ENT_QUOTES); echo ""> 
\xa                                    <p class="description">Enter your SpinnerChief developer key.</p> 
\xa                                </td>\xd\xa                            </tr>  \xd

                            <tr>\xd
                                <th>SpinnerChief request limit</th>
\xa                                <td>\xd
                                    <input type="text" name="spinnerchief_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["spinnerchief_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> \xd
                                    <select name="spinnerchief_api_limit_period" style="vertical-align: top;">
                                        "; echo "<option " . ($accounts["spinnerchief_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["spinnerchief_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["spinnerchief_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>
                                    <p class="description">Set the limit for SpinnerChief API requests. A value of 0 (zero) is interpreted as no limit.</p>    \xd\xa                                </td>\xd
                            </tr>
\xa
                        </table>
\xa                    </td>
                </tr> 

                <tr>\xd
                    <td colspan="2">    \xd
                        <table class="cseo-box"> 
\xa
                            <tr>\xd\xa                                <th>SpinRewriter API key</th>\xd
                                <td>\xd
                                    <input type="text" name="spinrewriter_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["spinrewriter_api_key"]), ENT_QUOTES); echo ""> 
                                    <p class="description">Enter your <a href="https://www.cyberseo.net/partners/spinrewriter.php" target="_blank">SpinRewriter</a> API key.</p>    
                                </td>\xd
                            </tr>  
\xd
                            <tr>\xd
                                <th>SpinRewriter email</th>\xd
                                <td>\xd
                                    <input type="text" name="spinrewriter_email" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["spinrewriter_email"]), ENT_QUOTES); echo ""> 
\xa                                    <p class="description">Enter your SpinRewriter email.</p>    
\xa                                </td>
\xa                            </tr>\xd
\xd
                            <tr>\xd\xa                                <th>SpinRewriter request limit</th>\xd
                                <td>
                                    <input type="text" name="spinrewriter_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["spinrewriter_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> \xd\xa                                    <select name="spinrewriter_api_limit_period" style="vertical-align: top;">\xd
                                        "; echo "<option " . ($accounts["spinrewriter_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["spinrewriter_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["spinrewriter_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>
                                    <p class="description">Set the limit for SpinRewriter API requests. A value of 0 (zero) is interpreted as no limit.</p>    
\xa                                </td>\xd
                            </tr>
\xa
\xd
                        </table>\xd\xa                    </td>
                </tr> \xd\xa\xd
                <tr>\xd
                    <td colspan="2">    \xd\xa                        <table class="cseo-box">   \xd
\xd\xa                            <tr>
\xa                                <th>WordAI API key</th>
                                <td>\xd\xa                                    <input type="text" name="wordai_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["wordai_api_key"]), ENT_QUOTES); echo ""> \xd
                                    <p class="description">Enter your <a href="https://www.cyberseo.net/partners/wordai.php" target="_blank">WordAi</a> API key.</p>    \xd\xa                                </td>
\xa                            </tr>  \xd

\xa                            <tr>
                                <th>WordAI email</th>\xd
                                <td>\xd
                                    <input type="text" name="wordai_email" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["wordai_email"]), ENT_QUOTES); echo ""> 
\xa                                    <p class="description">Enter your WordAi email.</p>      \xd\xa                                </td>\xd
                            </tr>\xd

\xa                            <tr>
\xa                                <th>WordAI request limit</th>
                                <td>
\xa                                    <input type="text" name="wordai_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["wordai_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> 
                                    <select name="wordai_api_limit_period" style="vertical-align: top;">\xd
                                        "; echo "<option " . ($accounts["wordai_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["wordai_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["wordai_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>\xd\xa                                    <p class="description">Set the limit for WordAI API requests. A value of 0 (zero) is interpreted as no limit.</p>    \xd\xa                                </td>\xd
                            </tr>

\xa                        </table>\xd
                    </td>
\xa                </tr> 
\xa\xd
                <tr>\xd
                    <td colspan="2">    \xd
                        <table class="cseo-box"> \xd
\xd\xa                            <tr>
\xa                                <th>ChimpRewriter API key</th>\xd\xa                                <td>
\xa                                    <input type="text" name="chimprewriter_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["chimprewriter_api_key"]), ENT_QUOTES); echo ""> 
\xa                                    <p class="description">Enter your <a href="https://www.cyberseo.net/partners/chimprewriter.php" target="_blank">ChimpRewriter</a> API key.</p>    
\xa                                </td>\xd\xa                            </tr>  
\xa\xd\xa                            <tr>
                                <th>ChimpRewriter email</th>
\xa                                <td>
                                    <input type="text" name="chimprewriter_email" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["chimprewriter_email"]), ENT_QUOTES); echo ""> 
\xa                                    <p class="description">Enter your ChimpRewriter email.</p>   \xd
                                </td>\xd
                            </tr>

\xa                            <tr>\xd
                                <th>ChimpRewriter request limit</th>\xd
                                <td>\xd\xa                                    <input type="text" name="chimprewriter_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["chimprewriter_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> \xd\xa                                    <select name="chimprewriter_api_limit_period" style="vertical-align: top;">
                                        "; echo "<option " . ($accounts["chimprewriter_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["chimprewriter_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["chimprewriter_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>\xd
                                    <p class="description">Set the limit for ChimpRewriter API requests. A value of 0 (zero) is interpreted as no limit.</p>    
                                </td>
\xa                            </tr>
\xd\xa                        </table>
\xa                    </td>\xd
                </tr> 
\xa\xd\xa                <tr>
                    <td colspan="2">    
\xa                        <table class="cseo-box"> \xd\xa\xd
                            <tr>\xd\xa                                <th>ESpinner API key</th>\xd\xa                                <td>
                                    <input type="text" name="espinner_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["espinner_api_key"]), ENT_QUOTES); echo ""> \xd\xa                                    <p class="description">Enter your <a href="https://www.cyberseo.net/partners/espinner.php" target="_blank">ESPinner</a> API key.</p>    \xd
                                </td>
\xa                            </tr>  \xd\xa
\xa                            <tr>\xd\xa                                <th>ESpinner email</th>\xd\xa                                <td>
\xa                                    <input type="text" name="espinner_email" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["espinner_email"]), ENT_QUOTES); echo ""> 
\xa                                    <p class="description">Enter your ESPinner email.</p>     \xd\xa                                </td>
                            </tr>

\xa                            <tr>
                                <th>ESpinner request limit</th>\xd
                                <td>\xd\xa                                    <input type="text" name="espinner_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["espinner_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> \xd\xa                                    <select name="espinner_api_limit_period" style="vertical-align: top;">
\xa                                        "; echo "<option " . ($accounts["espinner_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["espinner_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["espinner_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>
                                    <p class="description">Set the limit for ESpinner API requests. A value of 0 (zero) is interpreted as no limit.</p>    
\xa                                </td>
\xa                            </tr>\xd

\xa                        </table>
                    </td>\xd
                </tr> 

\xa                <tr>
                    <td colspan="2">    \xd\xa                        <table class="cseo-box"> 

                            <tr>
\xa                                <th>TBS username</th>\xd\xa                                <td>
\xa                                    <input type="text" name="tbs_username" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["tbs_username"]), ENT_QUOTES); echo ""> \xd
                                    <p class="description">Your <a href="https://www.cyberseo.net/partners/tbs.php" target="_blank">TBS</a> username.</p>    
                                </td>
                            </tr>  \xd
\xd\xa                            <tr>
\xa                                <th>TBS password</th>\xd
                                <td>\xd
                                    <input type="text" name="tbs_password" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["tbs_password"]), ENT_QUOTES); echo ""> \xd
                                    <p class="description">Your TBS password.</p>      \xd
                                </td>\xd\xa                            </tr>
\xa\xd
                            <tr>
                                <th>TBS request limit</th>\xd
                                <td>
                                    <input type="text" name="tbs_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["tbs_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> 
\xa                                    <select name="tbs_api_limit_period" style="vertical-align: top;">\xd
                                        "; echo "<option " . ($accounts["tbs_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["tbs_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["tbs_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>
\xa                                    <p class="description">Set the limit for TBS API requests. A value of 0 (zero) is interpreted as no limit.</p>    \xd
                                </td>
                            </tr>
\xa\xd\xa                        </table>
\xa                    </td>\xd
                </tr> \xd
\xd
                <tr>
                    <td colspan="2">    
                        <table class="cseo-box"> 

                            <tr>
\xa                                <th>Textorobot API key</th>
\xa                                <td>\xd\xa                                    <input type="text" name="textorobot_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["textorobot_api_key"]), ENT_QUOTES); echo ""> \xd
                                    <p class="description">Enter your <a href="https://www.cyberseo.net/partners/textorobot.php" target="_blank">Textorobot</a> API key.</p>    
                                </td>
                            </tr>     \xd

                            <tr>
                                <th>Textorobot request limit</th>
\xa                                <td>\xd\xa                                    <input type="text" name="textorobot_api_limit" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["textorobot_api_limit"]["max_requests"]), ENT_QUOTES); echo ""> 
                                    <select name="textorobot_api_limit_period" style="vertical-align: top;">\xd\xa                                        "; echo "<option " . ($accounts["textorobot_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["textorobot_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["textorobot_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>
                                    <p class="description">Set the limit for Textorobot API requests. A value of 0 (zero) is interpreted as no limit.</p>    \xd\xa                                </td>\xd\xa                            </tr>
\xd\xa                        </table>
                    </td>\xd\xa                </tr> \xd

                <tr>
                    <td colspan="2">    
\xa                        <table class="cseo-box"> 

\xa                            <tr>\xd\xa                                <th>DeepL API key</th>
\xa                                <td>
                                    <input type = "text" name = "deepl_api_key" size = "80" value = ""; echo htmlspecialchars(stripslashes($accounts["deepl_api_key"]), ENT_QUOTES); echo "">
\xa                                    <p class="description">Enter your API key above in order to use DeepL Translator. If you don't have one, get it <a href="https://www.deepl.com/pro.html" target="_blank">here</a>.</p>
                                </td>
                            </tr>
\xd
                            <tr>
                                <th>DeepL request limit</th>
                                <td>\xd\xa                                    <input type = "text" name = "deepl_api_limit" size = "6" value = ""; echo htmlspecialchars(stripslashes($accounts["deepl_api_limit"]["max_requests"]), ENT_QUOTES); echo "">
\xa                                    <select name = "deepl_api_limit_period" style = "vertical-align: top;">
\xa                                        "; echo "<option " . ($accounts["deepl_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["deepl_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["deepl_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>\xd\xa                                    <p class="description">Set the limit for DeepL API requests. A value of 0 (zero) is interpreted as no limit.</p>    
                                </td>\xd\xa                            </tr>\xd
\xd\xa                        </table>\xd
                    </td>
                </tr> 
\xa
\xa                <tr>\xd\xa                    <td colspan="2">    \xd\xa                        <table class="cseo-box"> \xd\xa
                            <tr>\xd\xa                                <th>Google Translate API key</th>
                                <td>\xd
                                    <input type = "text" name = "google_api_key" size = "80" value = ""; echo htmlspecialchars(stripslashes($accounts["google_api_key"]), ENT_QUOTES); echo "">
\xa                                    <p class="description">Enter your API key above in order to use Google Translate. If you don't have one, get it <a href="https://cloud.google.com/translate/docs/getting-started" target="_blank">here</a>.</p>\xd
                                </td>
                            </tr>
\xa\xd\xa                            <tr>
                                <th>Google Translate request limit</th>
                                <td>\xd\xa                                    <input type = "text" name = "google_api_limit" size = "6" value = ""; echo htmlspecialchars(stripslashes($accounts["google_api_limit"]["max_requests"]), ENT_QUOTES); echo "">
                                    <select name = "google_api_limit_period" style = "vertical-align: top;">\xd\xa                                        "; echo "<option " . ($accounts["google_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["google_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["google_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>\xd
                                    <p class="description">Set the limit for Google Translate API requests. A value of 0 (zero) is interpreted as no limit.</p>    
                                </td>\xd
                            </tr>
\xa
\xa                        </table>
\xa                    </td>
\xa                </tr> 
\xa\xd\xa                <tr>\xd
                    <td colspan="2">    
\xa                        <table class="cseo-box"> 
\xa\xd\xa                            <tr>
\xa                                <th>Yandex Translate API key</th>\xd\xa                                <td>
                                    <input type = "text" name = "yandex_api_key" size = "80" value = ""; echo htmlspecialchars(stripslashes($accounts["yandex_api_key"]), ENT_QUOTES); echo "">\xd
                                    <p class="description">Enter your API key above in order to use Yandex Translate. If you don't have one, get it\xd
                                        <a href="https://cloud.yandex.com/en/docs/iam/operations/api-key/create" target="_blank">here</a> or <a href="https://translate.yandex.com/developers/keys" target="_blank">here</a>.</p>
\xa                                    <p class="description">Both Yandex Translate API v1.5 and v2 keys are supported.</p>
\xa                                </td>\xd
                            </tr>
\xa
\xa                            <tr>
                                <th>Yandex Translate request limit</th>\xd
                                <td>
\xa                                    <input type = "text" name = "yandex_api_limit" size = "6" value = ""; echo htmlspecialchars(stripslashes($accounts["yandex_api_limit"]["max_requests"]), ENT_QUOTES); echo "">
                                    <select name = "yandex_api_limit_period" style = "vertical-align: top;">\xd\xa                                        "; echo "<option " . ($accounts["yandex_api_limit"]["period"] == 3600 ? "selected " : '') . "value="3600">a hour</option>"; echo "<option " . ($accounts["yandex_api_limit"]["period"] == 86400 ? "selected " : '') . "value="86400">a day</option>"; echo "<option " . ($accounts["yandex_api_limit"]["period"] == 2678400 ? "selected " : '') . "value="2678400">a month</option>"; echo "                                    </select>
                                    <p class="description">Set the limit for Yandex Translate API requests. A value of 0 (zero) is interpreted as no limit.</p>    
                                </td>
                            </tr>

\xa                        </table>
\xa                    </td>
\xa                </tr> \xd\xa\xd
                <tr>\xd
                    <td colspan="2">    
                        <table class="cseo-box"> \xd

                            <tr>\xd\xa                                <th>Pixabay API key</th>
                                <td>\xd
                                    <input type="text" name="pixabay_api_key" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["pixabay_api_key"]), ENT_QUOTES); echo ""> 
                                    <p class="description">Get your free <a href="https://pixabay.com/api/docs/" target="_blank">Pixabay</a> API key in order to use 2.7 millions of Pixabay free images.</p>
                                </td>\xd
                            </tr>        
\xa\xd\xa                        </table>
\xa                    </td>
\xa                </tr> 
\xa\xd\xa                <tr>
                    <td colspan="2">    \xd\xa                        <table class="cseo-box"> 

\xa                            <tr>\xd\xa                                <th scope="row">Instagram session ID</th>
                                <td>
                                    <input type="text" name="ig_session" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["ig_session"]), ENT_QUOTES); echo "">\xd
                                    <p class="description">Please check this <a href="https://www.cyberseo.net/blog/how-to-get-instagram-session-id/" target="_blank">manual</a> on how to get it.</p>
\xa                                </td>\x9\xd
                            </tr>\xd\xa\xd\xa                        </table>
                    </td>
\xa                </tr> \xd\xa
\xa                <tr>
                    <td colspan="2">    \xd
                        <table class="cseo-box"> \xd\xa\xd
                            <tr>
\xa                                <th scope="row">Facebook c_user</th>\xd\xa                                <td>
\xa                                    <input type="text" name="fb_c_user" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["fb_c_user"]), ENT_QUOTES); echo "">\xd
                                    <p class="description">Please check this <a href="https://www.cyberseo.net/blog/how-to-get-facebook-c_user-and-xs/" target="_blank">manual</a> on how to get it.</p>
                                </td>\x9\xd
                            </tr>  
\xd
                            <tr>
                                <th scope="row">Facebook xs</th>\xd\xa                                <td>\xd
                                    <input type="text" name="fb_xs" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["fb_xs"]), ENT_QUOTES); echo "">
\xa                                    <p class="description">Please check this <a href="https://www.cyberseo.net/blog/how-to-get-facebook-c_user-and-xs/" target="_blank">manual</a> on how to get it.</p>\xd
                                </td>\x9
\xa                            </tr>  
\xa\xd\xa                        </table>\xd\xa                    </td>\xd
                </tr> 
\xa\xd\xa                <tr>
                    <td colspan="2">    
                        <table class="cseo-box"> \xd\xa\xd
                            <tr>
\xa                                <th scope="row">Amazon associate tag</th>
\xa                                <td>
\xa                                    <input type="text" name="amazon_tag" size="80" value=""; echo htmlspecialchars(stripslashes($accounts["amazon_tag"]), ENT_QUOTES); echo "">
                                    <p class="description">Enter your Amazon associate tag here. Associates earn commissions by using their own websites to refer sales to Amazon.com. \xd
                                        <br>To get a commission, an Associate must have an Associate tag. The Associate tag is an automatically generated unique identifier that you will need to get paid for sales.</p>\xd
                                </td>	\xd
                            </tr>    \xd
                            
\xa                            <tr>
                                <th scope="row">Amazon search depth</th>
\xa                                <td>
                                    <input type="text" name="amazon_search_depth" size="6" value=""; echo htmlspecialchars(stripslashes($accounts["amazon_search_depth"]), ENT_QUOTES); echo "">
\xa                                    <p class="description">Maximum depth in pages for new product searches. A value of 0 (zero) is interpreted as no limit.<br>Set the search depth to 1 to import only the latest products and
                                        reduce the risk of your host IP being blocked by Amazon, resulting in a <a href="https://www.cyberseo.net/blog/once-again-the-amazon-503-error/" target="_blank">503 error</a>.</p>
\xa                                </td>	
\xa                            </tr>  \xd\xa
                        </table>
                    </td>\xd\xa                </tr> \xd\xa
\xa            </table>
\xa            "; wp_nonce_field("cseo_accounts"); echo "            <br>\xd\xa            <div style="text-align:left;">
                <input type="submit" name="modify_accounts" class="button-primary"\xd
                       value="Update settings" />&nbsp;&nbsp;<input
\xa                       type="button" name="cancel" value="Cancel" class="button"
                       onclick="javascript:history.go(-1)" />
            </div>\xd\xa        </form>    \xd\xa    </div> 
    "; } function cseo_tools_menu() { global $wpdb; echo "    <div class="wrap">
\xa        <h2>Modification Tools</h2>
        "; if (!(isset($_POST["do_modify_existing_posts"]) && check_admin_referer("cseo_tools"))) { goto s1tUW; } @ob_end_flush(); ob_implicit_flush(); echo "<div id="message" class="updated fade"><p>"; echo "Modifying existing posts. Please wait..."; $where = []; if (!isset($_POST["mt_posts"])) { goto mHVU7; } $where[] = "'post'"; mHVU7: if (!isset($_POST["mt_pages"])) { goto pm6JD; } $where[] = "'page'"; pm6JD: $exclude = ["'inherit'"]; if (!isset($_POST["mt_drafts"])) { goto wJKLt; } $exclude[] = "'draft'"; $exclude[] = "'auto-draft'"; wJKLt: if (!isset($_POST["mt_private"])) { goto cfp6f; } $exclude[] = "'private'"; cfp6f: if (!isset($_POST["mt_pending"])) { goto i9cXM; } $exclude[] = "'pending'"; i9cXM: if (!isset($_POST["mt_trash"])) { goto Cn7tG; } $exclude[] = "'trash'"; Cn7tG: if (count($where)) { goto wOH1o; } echo " No posts selected.</p></div>"; goto P_OGr; wOH1o: $query = "SELECT * FROM {$wpdb->prefix}posts WHERE post_status NOT IN (" . implode(",", $exclude) . ") AND post_type IN ('product'," . implode(",", $where) . ")"; $posts = $wpdb->get_results($query); $modified = 0; $deleted = 0; foreach ($posts as $post) { if ($_POST["mt_tool"] === "mt_exec_php") { goto pzCeq; } if ($_POST["mt_tool"] === "mt_synonymize") { goto y1NCD; } if ($_POST["mt_tool"] === "mt_generate_thumbnails") { goto ltiJK; } goto Lihi5; pzCeq: $userfunc = function ($post) { return eval(stripslashes($_POST["post_modification_php_code"]) . " return $post;"); }; $post = $userfunc($post); if (!is_object($post)) { goto MTSE6; } if (get_post_status($post->ID) != false) { goto G6RqI; } $deleted++; goto bsUHY; G6RqI: $modified++; bsUHY: MTSE6: goto Lihi5; y1NCD: $token = 0; if (!isset($_POST["modify_post_titles"])) { goto BN5kt; } $post->post_title = cseo_synonymize($post->post_title); $token = 1; BN5kt: if (!isset($_POST["modify_post_contents"])) { goto wKceL; } $post->post_content = cseo_synonymize($post->post_content); $token = 1; wKceL: if (!isset($_POST["modify_post_descriptions"])) { goto WLRci; } $post->post_excerpt = cseo_synonymize($post->post_excerpt); $token = 1; WLRci: $modified += $token; goto Lihi5; ltiJK: $thumb_id = get_post_meta($post->ID, "_thumbnail_id", true); if (!($thumb_id === '')) { goto mq3zB; } $post_thumb_src = get_post_meta($post->ID, "cyberseo_thumb_source", true); if (strlen($post_thumb_src) && cseo_is_binary($post_thumb_src)) { goto ef4RQ; } preg_match("/<img(.+?)src=['\"](.+?)['\"](.*?)>/is", $post->post_content . $post->post_excerpt, $matches); if (!isset($matches[2])) { goto s9G6O; } $image_url = cseo_save_image($matches[2], $post->post_title); s9G6O: goto EOUyd; ef4RQ: $image_url = cseo_save_image($post_thumb_src, $post->post_title); EOUyd: if (empty($image_url)) { goto UaMsM; } cseo_attach_post_thumbnail($post->ID, $image_url, $post->post_title); $modified++; UaMsM: mq3zB: Lihi5: if (!$modified) { goto uNOjM; } cseo_disable_kses(); wp_update_post($post); cseo_enable_kses(); uNOjM: flush(); KvnOE: } FbMeu: echo " done: " . $modified . " posts/pages modified, " . $deleted . " posts/pages deleted.</p></div>"; P_OGr: s1tUW: echo "
\xa        <form method="post" name="modification_tools" action=""; echo cseo_REQUEST_URI(); echo "">\xd\xa            <table class="form-table">
                <tr>
                    <td>
                        <strong>Action</strong>\xd\xa                        <select name="mt_tool" onchange="cseoSelectModificationTool();">
                            "; echo "<option " . (($_POST["mt_tool"] ?? '') === "mt_exec_php" ? "selected " : '') . "value="mt_exec_php">Execute the PHP code below</option>"; echo "<option " . (($_POST["mt_tool"] ?? '') === "mt_synonymize" ? "selected " : '') . "value="mt_synonymize">Synonymize</option>"; echo "<option " . (($_POST["mt_tool"] ?? '') === "mt_generate_thumbnails" ? "selected " : '') . "value="mt_generate_thumbnails">Generate missing post thumbnails</option>"; echo "                        </select>\xd\xa                    </td>\xd\xa                </tr>\xd
            </table>    \xd

\xa            <div id="post_type_selector" style="display:none;">
                <table class="form-table">\xd\xa                    <tr>
\xa                        <th scope="row">Search for</th>
                        <td>
\xa                            <input type="checkbox" name="mt_posts" "; if (!(isset($_POST["mt_posts"]) || !isset($_POST["do_modify_existing_posts"]))) { goto dgBIN; } echo "checked "; dgBIN: echo " /> posts &nbsp; \xd
                            <input type="checkbox" name="mt_pages" "; if (!(isset($_POST["mt_pages"]) || !isset($_POST["do_modify_existing_posts"]))) { goto qQPkf; } echo "checked "; qQPkf: echo " /> pages
                        </td>\xd
                    </tr>
\xa                </table>\xd
\xd
                <div id="post_field_selector" style="display:none;">\xd\xa                    <table class="form-table">
\xa                        <tr>\xd
                            <th scope="row">Apply to</th>\xd\xa                            <td>
\xa                                <input type="checkbox" name="modify_post_titles" "; if (!(isset($_POST["modify_post_titles"]) || !isset($_POST["do_modify_existing_posts"]))) { goto W3loS; } echo "checked "; W3loS: echo " /> post titles &nbsp;  \xd
                                <input type="checkbox" name="modify_post_contents" "; if (!(isset($_POST["modify_post_contents"]) || !isset($_POST["do_modify_existing_posts"]))) { goto hTqz5; } echo "checked "; hTqz5: echo " /> post content &nbsp; \xd
                                <input type="checkbox" name="modify_post_descriptions" "; if (!(isset($_POST["modify_post_descriptions"]) || !isset($_POST["do_modify_existing_posts"]))) { goto TLsCS; } echo "checked "; TLsCS: echo " /> post descriptions
                            </td>
                        </tr>
\xa                    </table>
\xa                </div>                    
\xd\xa                <table class="form-table">\xd\xa                    <tr>\xd
                        <th scope="row">Exclude</th>
\xa                        <td>\xd
                            <input type="checkbox" name="mt_drafts" "; if (!(isset($_POST["mt_drafts"]) || !isset($_POST["do_modify_existing_posts"]))) { goto sgftR; } echo "checked "; sgftR: echo " /> drafts &nbsp; 
                            <input type="checkbox" name="mt_private" "; if (!(isset($_POST["mt_private"]) || !isset($_POST["do_modify_existing_posts"]))) { goto ADPnu; } echo "checked "; ADPnu: echo " /> private &nbsp; 
                            <input type="checkbox" name="mt_pending" "; if (!(isset($_POST["mt_pending"]) || !isset($_POST["do_modify_existing_posts"]))) { goto xFVoe; } echo "checked "; xFVoe: echo " /> pending &nbsp; 
\xa                            <input type="checkbox" name="mt_trash" "; if (!(isset($_POST["mt_trash"]) || !isset($_POST["do_modify_existing_posts"]))) { goto Lhq2s; } echo "checked "; Lhq2s: echo " /> trash\xd\xa                        </td>\xd
                    </tr>
\xa                </table>
\xa            </div>                     \xd
\xd\xa            <div id="mt_exec_php" style="display:none;">\xd\xa                <textarea style="width:100%; height:30em; background-color:white;" wrap="on" name="post_modification_php_code" id="post_modification_php_code">"; echo stripslashes($_POST["post_modification_php_code"] ?? ''); echo "</textarea>
\xa                <p class="description">You can use this form to execute lines of PHP code for every existing post in your blog's database.<br>\xd\xa                    This tool is intended for advanced users only. All post-related info is stored in the <code>$post</code> object variable which you can alter\xd
                    in order to apply your own changes to every post.<br> If you don't want to modify some particular post, assign <code>false</code> to the
                    <code>$post</code> object variable.  <a href="https://www.cyberseo.net/modification-tools/" target="_blank">Read more...</a></p>
                </p>
\xa            </div>
\xa
            "; wp_nonce_field("cseo_tools"); echo "            <br>
\xa            <div style="text-align:left;">\xd
                <input type="submit" name="do_modify_existing_posts" class="button-primary"
\xa                       value="Proceed" />&nbsp;&nbsp;<input
                       type="button" name="cancel" value="Cancel" class="button"
\xa                       onclick="javascript:history.go(-1)" />\xd\xa            </div>
        </form>\xd
        <script type="text/javascript">\xd
            cseoSelectModificationTool();
\xa
            var post_modification_php_code = CodeMirror.fromTextArea(document.getElementById("post_modification_php_code"), {\xd\xa                autoRefresh: true,\xd
                lineWrapping: true,\xd
                lineNumbers: true,
\xa                spellcheck: false,
                matchBrackets: true,\xd\xa                mode: "text/x-php",
\xa                indentUnit: 8,\xd\xa                indentWithTabs: true,
                enterMode: "keep",\xd
                tabMode: "shift"\xd
            });
            post_modification_php_code.setSize("100%", "30em");\xd
        </script>\xd\xa    </div>\xd\xa    "; } function cseo_set_feed_options($options) { $result = []; foreach ($options as $option => $value) { if (isset($_POST[$option])) { goto NJsTd; } if (!is_array($value)) { goto FQ21h; } $result[$option] = []; FQ21h: if (is_integer($value)) { goto K3ySU; } $result[$option] = ''; goto jOvYP; K3ySU: $result[$option] = 0; jOvYP: goto yLSw5; NJsTd: if ($option === "date_min" || $option === "date_max") { goto i7Oyy; } $result[$option] = $_POST[$option]; goto M__L4; i7Oyy: $result[$option] = intval($_POST[$option]); M__L4: yLSw5: Vr3lr: } ocal6: if (!($result["date_min"] > $result["date_max"])) { goto kAN13; } $min = $result["date_min"]; $result["date_min"] = $result["date_max"]; $result["date_max"] = $min; kAN13: if (!$result["interval"]) { goto a7JcY; } $result["interval"] = max(CSEO_MIN_UPDATE_TIME, $result["interval"]); a7JcY: $result["delay"] = abs(intval($result["delay"])); if (!isset($result["article_forge"])) { goto OU0IU; } if (!($result["article_forge"] === "on")) { goto s9989; } $result["ai_engine"] = "article_forge"; s9989: unset($result["article_forge"]); OU0IU: $result["xml_section_tags"] = str_replace(" ", '', mb_strtoupper($result["xml_section_tags"])); return $result; } function cseo_xml_syndicator_menu() { global $cseo_syndicator, $wpdb; if (!defined("CSYN_CRON_MAGIC")) { goto wzZ6H; } echo "<div id="message" class="error"><p>The CyberSEO Lite (CyberSyn) plugin is activated. Please deactivate it in order to use CyberSEO Pro correctly.<br>Do not edit your  feeds with CyberSEO Lite, because it will erase all the CyberSEO Pro specific settings!</p></div>"; wzZ6H: echo "    \xd
    <div class="wrap">
\xa        "; if (isset($_POST["modify_selected_feeds"])) { goto QMiKw; } if (isset($_POST["alter_default_settings"])) { goto nUt5Z; } echo "<h2>CyberSEO Pro Syndicator</h2>"; echo $cseo_syndicator->get_totd(); $problems = ''; $upload_path = wp_upload_dir(); if (is_writable($upload_path["path"])) { goto vSKBj; } $problems .= "Your " . $upload_path["path"] . " folder is not writable. You must chmod it to 777 if you want to use the "Store Images Locally" option.
<br>"; vSKBj: if (!function_exists("mb_convert_case")) { $problems .= "The required <a href="https://php.net/manual/en/book.mbstring.php" target="_blank">mbstring</a> PHP extension is not installed. You must install it in order to make CyberSEO work properly.\xa<br>"; } if (!(!function_exists("gd_info") || !function_exists("getimagesize") || !function_exists("image_type_to_extension") || !function_exists("imagecreatefromwebp"))) { goto huHz7; } $problems .= "The required <a href="https://www.php.net/manual/en/book.image.php" target="_blank">GD</a> PHP extension is not installed. You must install it you want to use the "Store Images Locally" option.\xa<br>"; huHz7: if (!(!function_exists("curl_init") && !ini_get("allow_url_fopen"))) { goto t87bX; } $problems .= "PHP variable <a href="https://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen" target="_blank">allow_url_fopen</a> is disabled. You must enable it in order to make CyberSEO work properly.\xa<br>"; t87bX: if (empty($problems)) { goto ClSx_; } echo "<div id="message" class="error"><p>{$problems}</p></div>"; ClSx_: goto vhlYa; QMiKw: echo "            <h2>CyberSEO Pro Syndicator - Mass Modify Selected Feeds</h2>
            <table class="widefat" style="margin: 8pt 0 8pt 0;">\xd\xa                <tr>
\xa                    <td>\xd
                        <p>Use the <span style="color: red;">red check box</span> to the left of each feed option you want to apply it to all selected feeds. Unchecked options will not be applied.</p>
                    </td>
\xa                </tr>
            </table>\xd
        "; goto vhlYa; nUt5Z: echo "            <h2>CyberSEO Pro Syndicator - Default Settings</h2>\xd\xa            <table class="widefat" style="margin: 8pt 0 8pt 0;">
                <tr>
                    <td>\xd
                        <p>These settings will be suggested each time you add a new feed.</p>\xd
                    </td>\xd\xa                </tr>
            </table>\xd\xa            "; vhlYa: $name = stripslashes(get_option(CXXX_REG_NAME)); $email = get_option(CXXX_REG_EMAIL); $info = trim(cseo_file_get_contents_np(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode($name) . "&email=" . urlencode($email) . "&site=" . urlencode(site_url()) . "&action=getinfo")); @(list($ver, $corever) = explode("|", $info)); if (!(floatval($ver) != 0 && $ver != get_option(CXXX_CORE_VERSION))) { goto e0Yfj; } $m = "<p><a href="?page=cyberseo_general_settings">CyberSEO Pro version " . $ver . "</a> is available. See the <a href="https://www.cyberseo.net/changelog/" target="_blank">changelog</a> for details."; if (!($corever !== $ver)) { goto IOP95; } $m .= "<p>You can always <a href="https://www.cyberseo.net/upgrade/" target="_blank">renew</a> your CyberSEO subscription for another year of updates.</p>"; IOP95: echo "<div id="message" class="notice is-dismissible notice-warning">" . $m . "</div>"; e0Yfj: echo "\xd
        "; if (!is_admin()) { goto E1qai; } if (!(isset($_POST["import_feeds"]) && check_admin_referer("cseo_xml_syndicator"))) { goto Ls3PJ; } if (!($_FILES["file"]["error"] === UPLOAD_ERR_OK)) { goto R5sYL; } $file = file_get_contents($_FILES["file"]["tmp_name"]); unlink($_FILES["file"]["tmp_name"]); $cseo_syndicator->unserializeFeeds($file); R5sYL: Ls3PJ: E1qai: if (isset($_GET["edit-feed-id"])) { goto oZnFc; } if (isset($_POST["update_feed_settings"]) && check_admin_referer("cseo_xml_syndicator")) { goto ReJVG; } if (isset($_POST["check_for_updates"]) && check_admin_referer("cseo_xml_syndicator")) { goto EH0PJ; } if (isset($_POST["apply_settings_to_selected_feeds"]) && check_admin_referer("cseo_xml_syndicator")) { goto eLScR; } if (isset($_POST["delete_feeds"]) && isset($_POST["feed_ids"]) && check_admin_referer("cseo_xml_syndicator")) { goto LHxQv; } if (isset($_POST["shuffle_update_time"]) && isset($_POST["feed_ids"]) && check_admin_referer("cseo_xml_syndicator")) { goto hFGP0; } if (isset($_POST["delete_posts"]) && isset($_POST["feed_ids"]) && check_admin_referer("cseo_xml_syndicator")) { goto Eiu6B; } if (isset($_POST["delete_feeds_and_posts"]) && isset($_POST["feed_ids"]) && check_admin_referer("cseo_xml_syndicator")) { goto YqJqC; } if (isset($_POST["new_feed"]) && check_admin_referer("cseo_xml_syndicator")) { goto U2lV1; } if (isset($_POST["syndicate_feed"]) && check_admin_referer("cseo_xml_syndicator")) { goto StHE1; } if (isset($_POST["update_default_settings"]) && check_admin_referer("cseo_xml_syndicator")) { goto Nybj_; } if (isset($_POST["alter_default_settings"]) && check_admin_referer("cseo_xml_syndicator")) { goto GjuLz; } if (isset($_POST["modify_selected_feeds"]) && check_admin_referer("cseo_xml_syndicator")) { goto P8JAk; } $cseo_syndicator->showMainPage(false); goto o8Opy; oZnFc: $cseo_syndicator->current_feed["options"] = $cseo_syndicator->feeds[(int) $_GET["edit-feed-id"]]["options"]; $source = $cseo_syndicator->fixURL($cseo_syndicator->feeds[(int) $_GET["edit-feed-id"]]["url"]); $cseo_syndicator->feedPreview($source, true); $cseo_syndicator->showSettings(true, $cseo_syndicator->feeds[(int) $_GET["edit-feed-id"]]["options"]); goto o8Opy; ReJVG: if (!(mb_strlen(trim(stripslashes(htmlspecialchars($_POST["feed_title"], ENT_NOQUOTES)))) == 0)) { goto O3RbB; } $_POST["feed_title"] = "no name"; O3RbB: $cseo_syndicator->feeds[(int) $_POST["feed_id"]]["title"] = trim(stripslashes(htmlspecialchars($_POST["feed_title"], ENT_NOQUOTES))); if (!isset($_POST["url"])) { goto N19q2; } $new_url = trim($_POST["url"]); $old_url = $cseo_syndicator->feeds[(int) $_POST["feed_id"]]["url"]; if (!(stripos($new_url, "http") === 0 && $new_url !== $old_url)) { goto LzJRd; } $query = "UPDATE {$wpdb->prefix}postmeta SET meta_value = '" . addslashes($new_url) . "' WHERE meta_key = 'cyberseo_rss_source' AND meta_value = '" . addslashes($old_url) . "'"; $wpdb->get_results($query); $cseo_syndicator->feeds[(int) $_POST["feed_id"]]["url"] = $new_url; LzJRd: N19q2: if (!isset($_POST["dump"])) { goto f4sZB; } $cseo_syndicator->feeds[(int) $_POST["feed_id"]]["url"]->dump = explode("\xa", stripslashes($_POST["dump"])); f4sZB: $cseo_syndicator->feeds[(int) $_POST["feed_id"]]["options"]["interval"] = abs((int) $_POST["interval"]); $cseo_syndicator->feeds[(int) $_POST["feed_id"]]["options"] = cseo_set_feed_options($cseo_syndicator->feeds[(int) $_POST["feed_id"]]["options"]); update_option(CSEO_SYNDICATED_FEEDS, $cseo_syndicator->feeds); $cseo_syndicator->showMainPage(false); goto o8Opy; EH0PJ: $cseo_syndicator->show_report = true; if (isset($_POST["feed_ids"])) { goto UzQBT; } echo "<div id="message" class="notice updated"><p><strong>No feeds selected.</strong></p></div>"; goto qP7E3; UzQBT: $cseo_syndicator->syndicateFeeds($_POST["feed_ids"], false); qP7E3: $cseo_syndicator->showMainPage(false); goto o8Opy; eLScR: $cseo_syndicator->modifyFeeds($_POST); $cseo_syndicator->showMainPage(false); goto o8Opy; LHxQv: $cseo_syndicator->deleteFeeds($_POST["feed_ids"], false, true); $cseo_syndicator->showMainPage(false); goto o8Opy; hFGP0: $cseo_syndicator->shuffleUpdateTimes($_POST["feed_ids"]); $cseo_syndicator->showMainPage(false); goto o8Opy; Eiu6B: $cseo_syndicator->deleteFeeds($_POST["feed_ids"], true, false); $cseo_syndicator->showMainPage(false); goto o8Opy; YqJqC: $cseo_syndicator->deleteFeeds($_POST["feed_ids"], true, true); $cseo_syndicator->showMainPage(false); goto o8Opy; U2lV1: $source = $_POST["feed_url"]; $cseo_syndicator->current_feed["options"] = $cseo_syndicator->global_options; $presets = cseo_load_presets(); if (!(is_array($presets) && ($_POST["presets"] ?? 0) > 0 && count($presets) > 1)) { goto IVMqG; } $cseo_syndicator->current_feed["options"] = array_merge($cseo_syndicator->current_feed["options"], $presets[$_POST["presets"]]["content"]); IVMqG: if (empty($_POST["proxy_mode"])) { goto z9c7L; } $cseo_syndicator->current_feed["options"]["proxy_mode"] = $_POST["proxy_mode"]; z9c7L: if (empty($_POST["user_agent"])) { goto AUfsH; } $cseo_syndicator->current_feed["options"]["user_agent"] = $_POST["user_agent"]; AUfsH: if (empty($_POST["http_referrer"])) { goto zicFD; } $cseo_syndicator->current_feed["options"]["http_referrer"] = $_POST["http_referrer"]; zicFD: if (empty($_POST["http_headers"])) { goto obEyp; } $cseo_syndicator->current_feed["options"]["http_headers"] = $_POST["http_headers"]; obEyp: if (empty($_POST["xml_section_tags"])) { goto pqTqE; } $cseo_syndicator->current_feed["options"]["xml_section_tags"] = $_POST["xml_section_tags"]; pqTqE: if (empty($_POST["disable_item_tag_autodetect"])) { goto aPhPI; } $cseo_syndicator->current_feed["options"]["disable_item_tag_autodetect"] = $_POST["disable_item_tag_autodetect"]; aPhPI: if (empty($_POST["preprocess_source_php"])) { goto Mrr6x; } $cseo_syndicator->current_feed["options"]["preprocess_source_php"] = $_POST["preprocess_source_php"]; Mrr6x: if ($source === "dump") { goto eTKSA; } $source = $cseo_syndicator->fixURL($source); goto fLvsv; eTKSA: unset($_POST["treat_as_csv"]); $source = new CyberSEO_CSV($_POST["dump"], $_POST["delimiter"], $_POST["fields"], $_POST["skip_header"] ?? ''); fLvsv: if ($cseo_syndicator->feedPreview($source, false)) { goto NxB2m; } $cseo_syndicator->showMainPage(false); goto y0fcP; NxB2m: $cseo_syndicator->current_feed["options"]["undefined_category"] = "use_global"; $cseo_syndicator->showSettings(true, $cseo_syndicator->current_feed["options"]); y0fcP: goto o8Opy; StHE1: if (!(intval($_POST["date_min"]) > intval($_POST["date_max"]))) { goto CllM8; } $_POST["date_min"] = $_POST["date_max"]; CllM8: if (!(mb_strlen(trim(stripslashes(htmlspecialchars($_POST["feed_title"], ENT_NOQUOTES)))) == 0)) { goto Ea0Q_; } $_POST["feed_title"] = "no name"; Ea0Q_: $interval = abs((int) $_POST["interval"]); if (!$interval) { goto S2F0V; } $interval = max(CSEO_MIN_UPDATE_TIME, $interval); S2F0V: $feed = []; $source = @unserialize(@gzuncompress(@base64_decode($_POST["feed_url"]))); if (is_object($source)) { goto cetub; } $feed["url"] = $_POST["feed_url"]; goto SL6jN; cetub: $feed["url"] = $source; SL6jN: $feed["title"] = trim(stripslashes(htmlspecialchars($_POST["feed_title"], ENT_NOQUOTES))); $feed["updated"] = 0; $feed["options"]["interval"] = $interval; $feed["options"] = cseo_set_feed_options($cseo_syndicator->global_options); $id = array_push($cseo_syndicator->feeds, $feed); $cseo_syndicator->feeds_updated[$id - 1] = 0; update_option(CSEO_SYNDICATED_FEEDS, $cseo_syndicator->feeds); $cseo_syndicator->showMainPage(false); goto o8Opy; Nybj_: if (!(intval($_POST["date_min"]) > intval($_POST["date_max"]))) { goto g2HwL; } $_POST["date_min"] = $_POST["date_max"]; g2HwL: $cseo_syndicator->global_options["interval"] = abs((int) $_POST["interval"]); $cseo_syndicator->global_options = cseo_set_feed_options($cseo_syndicator->global_options); update_option(CSEO_FEED_OPTIONS, $cseo_syndicator->global_options); $cseo_syndicator->showMainPage(false); goto o8Opy; GjuLz: $cseo_syndicator->showSettings(false, $cseo_syndicator->global_options); goto o8Opy; P8JAk: if (isset($_POST["feed_ids"])) { goto epVzz; } echo "<div id="message" class="notice updated"><p><strong>No feeds selected.</strong></p></div>"; $cseo_syndicator->showMainPage(false); goto m7L_j; epVzz: $cseo_syndicator->showSettings(false, $cseo_syndicator->global_options, true); m7L_j: o8Opy: echo "    </div>
    "; } function cseo_synonymizer_menu() { if (!(isset($_POST["submit_synonymizer_settings"]) && check_admin_referer("cseo_synonymizer_settings"))) { goto R7fJy; } $cseo_replacements = explode("\xa", preg_replace("/\|(\|)+/", "|", $_POST[CSEO_REPLACEMENTS])); if (!defined("CSEO_MAX_REPLACEMENTS")) { goto qJyva; } $cseo_replacements = array_slice($cseo_replacements, 0, min(CSEO_MAX_REPLACEMENTS, sizeof($cseo_replacements))); qJyva: $i = 0; zOF2J: if (!($i < sizeof($cseo_replacements))) { goto crDZJ; } $cseo_replacements[$i] = trim($cseo_replacements[$i]); if (!(($cseo_replacements[$i][0] ?? '') !== ">" && ($cseo_replacements[$i][0] ?? '') !== "|")) { goto DN3d4; } $cseo_replacements[$i] = preg_replace("/(\|)$/", '', $cseo_replacements[$i]); DN3d4: if (!(mb_strlen($cseo_replacements[$i]) == 0)) { goto YVXyU; } array_splice($cseo_replacements, $i, 1); YVXyU: Qat5_: $i++; goto zOF2J; crDZJ: update_option(CSEO_REPLACEMENTS, $cseo_replacements); echo "<div id="message" class="notice updated"><p><strong>Settings saved.</strong></p></div>"; R7fJy: if (!(($cseo_replacements = get_option(CSEO_REPLACEMENTS)) === '')) { goto VbaXU; } $cseo_replacements = []; VbaXU: $cseo_replacements_text = ''; foreach ($cseo_replacements as $replacement) { $cseo_replacements_text .= $replacement . PHP_EOL; IqvnS: } lL8Af: $cseo_replacements_text = trim(stripslashes(htmlspecialchars($cseo_replacements_text))); echo "    <div class="wrap">\xd\xa\xd
        <h2>Synonymizer/Rewriter</h2>\xd\xa
        <form method="post" name="synonymizer">
\xa            <table class="form-table">
                <tr valign="top">\xd
                    <th scope="row">Global synonym table</th>
                    <td>\xd\xa                        <textarea cols="100" rows="40" wrap="off" name=""; echo CSEO_REPLACEMENTS; echo "" style="margin:0;height:40em;width:100%;">"; echo $cseo_replacements_text; echo "</textarea>
\xa                        <p class="description">Use "|" as delimiter, e.g.\x9"jump|leap|bound forward", and start each entry on a new line.
                            Alternatively you can specify an external synonym table which is stored in a raw text format on remote server. Simply put its\xd
                            URL or server path below, e.g. http://mydomain.com/synonyms.txt</p>\xd
                        <p class="description">Please read <a href="https://www.cyberseo.net/synonymizer/" target="_blank">the manual</a> for details.</p>\xd
                    </td>
\xa                </tr>                               
            </table>\xd
            &nbsp;
            <div style="text-align:left;">
                <input type="submit" name="submit_synonymizer_settings" class="button-primary"\xd
                       value="Update options" />&nbsp;&nbsp;<input type="button"
                       name="cancel" value="Cancel" class="button"
\xa                       onclick="javascript:history.go(-1)" />
            </div>
    </div> \xd\xa    "; wp_nonce_field("cseo_synonymizer_settings"); echo "    </form>
    </div>    

    "; } function cseo_search_for_dupes() { global $wpdb; $query = "SELECT ID FROM {$wpdb->prefix}posts"; if (!isset($_POST["search_criteria"])) { goto Xz3qG; } if (isset($_POST["search_for_all_types"])) { goto lqPRj; } $query .= " WHERE post_type = 'post'"; goto PMRiT; lqPRj: $query .= " WHERE post_type IN ('post', 'page')"; PMRiT: if (isset($_POST["search_for_unpublished"])) { goto YrP0g; } $query .= " AND post_status = 'publish'"; YrP0g: Xz3qG: $query .= " ORDER BY 'ID' DESC "; $posts_to_check = $wpdb->get_results($query); if (is_array($posts_to_check)) { goto wu_ur; } echo "<br>"; echo "<div id="message" class="error"><p><b>ERROR:</b> There is something wrong with your WordPress database.</p></div>"; goto VEqiH; wu_ur: echo "<br>"; echo "<form id="posts" action="" . cseo_REQUEST_URI() . "" method="post">"; echo "<h2>Posts suspected for duplicate content</h2>"; echo "<table class="widefat">"; echo "<tr>"; echo "<thead>"; echo "<th width="10%">ID</th>"; echo "<th width="75%">Name</th>"; echo "<th width="10%">Edit</th>"; echo "<th width="5%">Action</th>"; echo "</tr>"; echo "</thead>"; echo str_repeat(" ", 1024); @ob_end_flush(); ob_implicit_flush(); $cnt = 0; $posts_processed = 0; $dupes = 0; $count = count($posts_to_check); $i = 0; txIwM: if (!($i < $count)) { goto zFaP9; } switch ($_POST["search_criteria"]) { case 1: $post = get_post($posts_to_check[$i]->ID); $posts_to_check[$i]->content = stripcslashes($post->post_title); goto n2CoW; case 2: $post = get_post($posts_to_check[$i]->ID); $posts_to_check[$i]->content = stripcslashes($post->post_content . $post->post_excerpt); goto n2CoW; default: $posts_to_check[$i]->content = get_post_meta($posts_to_check[$i]->ID, "cyberseo_post_link", true); goto n2CoW; } gr6Ey: n2CoW: echo str_repeat(" ", 1024); flush(); R8LXf: $i++; goto txIwM; zFaP9: $i = 0; PXDdk: if (!($i < $count)) { goto lRVMn; } $posts_processed++; if (!($posts_to_check[$i]->ID > 0)) { goto S8i7Z; } $already_found = false; $j = $i + 1; yrAaX: if (!($j < $count)) { goto V6_rJ; } if (!($posts_to_check[$i]->content && $posts_to_check[$j]->content && $posts_to_check[$j]->content == $posts_to_check[$i]->content && $posts_to_check[$j]->ID > 0)) { goto vmSw6; } if ($already_found) { goto Wc9SI; } if ($dupes % 2) { goto jWWgy; } $tr_class = "<tr class="alternate">"; goto tGtdt; jWWgy: $tr_class = "<tr>"; tGtdt: $dupes++; $cnt++; echo $tr_class; echo "<td><b>" . $posts_to_check[$i]->ID . "</b></td>"; $post = get_post($posts_to_check[$i]->ID); echo "<td><a href="" . get_option("siteurl") . "/?p=" . $posts_to_check[$i]->ID . "" target="_blank">" . $post->post_title . "</b></a></td>"; echo "<td><a href="" . get_option("siteurl") . "/wp-admin/post.php?action=edit&post=" . $posts_to_check[$i]->ID . "" target="_blank">Edit</a>"; echo "<td align="center"><input name="post_ids[]" value="" . $posts_to_check[$i]->ID . "" type="checkbox"></td>"; echo "</tr>"; Wc9SI: echo $tr_class; echo "<td><b>" . $posts_to_check[$j]->ID . "</b></td>"; $post = get_post($posts_to_check[$j]->ID); echo "<td><a href="" . get_option("siteurl") . "/?p=" . $posts_to_check[$j]->ID . "" target="_blank">" . $post->post_title . "</a></td>"; echo "<td><a href="" . get_option("siteurl") . "/wp-admin/post.php?action=edit&post=" . $posts_to_check[$j]->ID . "" target="_blank">Edit</a>"; echo "<td align="center"><input name="post_ids[]" value="" . $posts_to_check[$j]->ID . "" type="checkbox" checked></td>"; echo "</tr>"; $posts_to_check[$j]->ID = -1; $already_found = true; $cnt++; vmSw6: Rt7YE: $j++; goto yrAaX; V6_rJ: S8i7Z: echo str_repeat(" ", 1024); flush(); nKYYC: $i++; goto PXDdk; lRVMn: echo "</table>"; echo "<br>"; echo "<table width="100%" cellpadding="3" cellspacing="3">"; echo "<tr>"; echo "<td align="left"><div id="message" class="notice updated"><p><b>" . $posts_processed . "</b> post(s) processed, <b>" . $dupes . "</b> duplicate(s) found among <b>" . $cnt . "</b> posts.</p></div></td>"; echo "<td align="right">" . "<a href="javascript:cseoCheckAll(document.getElementById('posts'));">Select all</a> | <a href="javascript:cseoUncheckAll(document.getElementById('posts'));">Deselect all</a> | <a href="javascript:cseoInverseSelection(document.getElementById('posts'));">Inverse</a></td>"; echo "</tr>"; echo "</table>"; echo "<div class="submit">"; if (!($cnt > 0)) { goto aH4WG; } echo "<input class="delete" name="delete_duplicated_posts" value="Delete selected posts" type="submit" onClick="return confirm('Delete selected posts?')">"; aH4WG: echo "</div>"; wp_nonce_field("cseo_dupcheck"); echo "</form>"; VEqiH: } function cseo_duplicate_post_finder_menu() { global $cseo_syndicator; echo "    <div class="wrap">
        <h2>Duplicate Post Finder</h2>\xd
        <form name="search_form" action=""; echo cseo_REQUEST_URI(); echo "" method="post">\xd\xa            <table class="form-table">\xd
                <tr>\xd\xa                    <th>\xd
                        Search criteria
\xa                    </th>
\xa                    <td>\xd
                        <!--input type="hidden" name="action_type" value="search"-->
\xa                        <select name="search_criteria">\xd\xa                            <option value="0"\xd
                            "; if (!(($_POST["search_criteria"] ?? 0) == 0)) { goto i76Ft; } echo " selected"; i76Ft: echo ">search by post source</option>\xd
                            <option value="1"
                            "; if (!(($_POST["search_criteria"] ?? 0) == 1)) { goto Op8N1; } echo " selected"; Op8N1: echo ">search by title</option>\xd
                            <option value="2"
                            "; if (!(($_POST["search_criteria"] ?? 0) == 2)) { goto kB9UV; } echo " selected"; kB9UV: echo ">search by content</option>    
                        </select>\xd
                    </td>
\xa                </tr>
\xa                <tr>\xd
                    <th>\xd\xa                        Include unpublished
\xa                    </th>    
\xa                    <td>    
                        <input type="checkbox" name="search_for_unpublished"
                        "; if (!(isset($_POST["search_for_unpublished"]) || !isset($_POST["search_criteria"]))) { goto fWfOm; } echo " checked"; fWfOm: echo ">
\xa                    </td>
                </tr>
\xa                <tr>\xd\xa                    <th>\xd
                        Include pages\xd
                    </th>    
                    <td>
                        <input type="checkbox" name="search_for_all_types"
                        "; if (!isset($_POST["search_for_all_types"])) { goto KQn1P; } echo " checked"; KQn1P: echo ">
                    </td>
\xa                </tr>\xd\xa            </table>
            <br>
\xa            <div class="submit">
                <input name="search_duplicated_posts" value="Search for duplicate posts &raquo;" type="submit" class="button-primary">\xd\xa            </div>\xd
            "; wp_nonce_field("cseo_dupcheck"); echo "    \xd
        </form>\xd
    </div>\xd\xa    <div class="wrap">
        "; if (isset($_POST["delete_duplicated_posts"]) && check_admin_referer("cseo_dupcheck")) { goto JjQGd; } if (isset($_POST["search_duplicated_posts"]) && check_admin_referer("cseo_dupcheck")) { goto Fjjo_; } goto kALRs; JjQGd: if (!(isset($_POST["post_ids"]) && is_array($_POST["post_ids"]))) { goto BTMrL; } $cseo_syndicator->cseo_delete_posts_by_ids($_POST["post_ids"]); BTMrL: goto kALRs; Fjjo_: cseo_search_for_dupes(); kALRs: echo "    </div>\xd
    "; } function cseo_auto_comments_menu() { global $cseo_syndicator; $cseo_comment_campaigns = get_option(CSEO_COMMENT_CAMPAIGNS); echo "    <div class="wrap">
        <h2>Auto-comments</h2>
\xa
\xa        <div class="cseo-box" style="padding: 8px; margin-top: 8px; margin-bottom: 24px;">\xd
            Use GPT assignments, prepared comment lists or RSS feed sources to generate comments automatically.
            Don't know how to use this tool? Please read this <a href="https://www.cyberseo.net/blog/the-auto-comments-tool-gets-a-second-breath/" target="_blank">article</a> to get started.
        </div>
\xa
\xa        "; if (!(isset($_POST["delete_campaigns"]) && check_admin_referer("cseo_auto_comments"))) { goto pC8lN; } if (!isset($_POST["campaign_ids"])) { goto QoJdX; } echo "<div id="message" class="updated fade"><p>"; echo "Deleting. Please wait..."; foreach ($_POST["campaign_ids"] as $id) { unset($cseo_comment_campaigns[$id]); xm7Of: } OOZvV: echo " Done!</p></div>"; QoJdX: update_option(CSEO_COMMENT_CAMPAIGNS, $cseo_comment_campaigns); pC8lN: if (!(isset($_POST["save_comments_authors"]) && check_admin_referer("cseo_auto_comments"))) { goto tLktn; } $cseo_authors = explode(",", trim($_POST["authors"])); update_option(CSEO_COMMENT_AUTHORS, array_values(array_unique($cseo_authors))); tLktn: if (isset($_POST["add_new_campaign"]) && check_admin_referer("cseo_auto_comments")) { goto liAD3; } if (isset($_POST["submit_comments"]) && check_admin_referer("cseo_auto_comments")) { goto MetXT; } if (isset($_GET["edit-campaign-id"])) { goto jLwQy; } $mode = ''; goto y58RD; liAD3: $mode = "create"; goto y58RD; MetXT: $mode = "submit"; goto y58RD; jLwQy: $mode = "edit"; y58RD: if (!($mode === "submit")) { goto P5Uol; } $id = intval($_POST["id"]); if (isset($cseo_comment_campaigns[$id])) { goto XixNp; } $cseo_comment_campaigns[$id] = []; XixNp: if (mb_strlen(trim($_POST["comments"]))) { goto uMlH1; } $cseo_comments = []; goto MR3bA; uMlH1: $cseo_comments = array_map("rtrim", explode("\xa", $_POST["comments"])); MR3bA: update_option("cseo_comments_" . $id, $cseo_comments); $cseo_comment_campaigns[$id]["name"] = $_POST["name"]; $cseo_comment_campaigns[$id]["ac_source"] = $_POST["ac_source"]; $cseo_comment_campaigns[$id]["ac_rss_url"] = $_POST["ac_rss_url"]; if (isset($_POST["post_category"])) { goto PTgrB; } $cseo_comment_campaigns[$id]["categories"] = []; goto agUdz; PTgrB: $cseo_comment_campaigns[$id]["categories"] = $_POST["post_category"]; agUdz: $cseo_comment_campaigns[$id]["ignore_hyperlinks"] = $_POST["ignore_hyperlinks"] ?? ''; $cseo_comment_campaigns[$id]["ac_delete_on_post"] = $_POST["ac_delete_on_post"] ?? ''; $cseo_comment_campaigns[$id]["synonymize"] = $_POST["synonymize"] ?? ''; $cseo_comment_campaigns[$id]["ac_openai_rewrite"] = $_POST["ac_openai_rewrite"] ?? ''; $probability = abs(floatval($_POST["probability"])); if (!($probability > 100)) { goto Je8KO; } $probability = 100; Je8KO: $cseo_comment_campaigns[$id]["probability"] = $probability; $cseo_comment_campaigns[$id]["mode"] = "on post open"; $cseo_comment_campaigns[$id]["allowed_tags"] = mb_strtolower(trim($_POST["allowed_tags"])); $cseo_comment_campaigns[$id]["count"] = count($cseo_comments); $cseo_comment_campaigns[$id]["max_comments"] = abs(intval($_POST["max_comments"] ?? 0)); $cseo_comment_campaigns[$id]["post_age"] = abs(intval($_POST["post_age"] ?? 0)); $cseo_comment_campaigns[$id]["hold_for_approval"] = $_POST["hold_for_approval"] ?? ''; $cseo_comment_campaigns[$id]["ac_openai_assignment"] = $_POST["ac_openai_assignment"] ?? ''; $cseo_comment_campaigns[$id]["ac_openai_model"] = $_POST["ac_openai_model"] ?? "gpt-3.5-turbo"; $cseo_comment_campaigns[$id]["ac_openai_max_tokens"] = abs(intval($_POST["ac_openai_max_tokens"] ?? 1000)); $cseo_comment_campaigns[$id]["ac_openai_temperature"] = floatval($_POST["ac_openai_temperature"] ?? 0.5); $cseo_comment_campaigns[$id]["ac_openai_top_p"] = floatval($_POST["ac_openai_top_p"] ?? 1.0); $cseo_comment_campaigns[$id]["ac_openai_best_of"] = abs(intval($_POST["ac_openai_best_of"] ?? 1)); $cseo_comment_campaigns[$id]["ac_openai_presence_penalty"] = floatval($_POST["ac_openai_presence_penalty"] ?? 0.1); $cseo_comment_campaigns[$id]["ac_openai_frequency_penalty"] = floatval($_POST["ac_openai_frequency_penalty"] ?? 0.1); update_option(CSEO_COMMENT_CAMPAIGNS, $cseo_comment_campaigns); P5Uol: if ($mode === "create" || $mode === "edit") { goto FycRL; } echo "            <form id="autocomments" action=""; cseo_REQUEST_URI(); echo "" method="post">
\xa                <table class="widefat" style="margin-top: .5em" width="100%">
                    <thead>\xd\xa                        <tr>\xd\xa                            <th scope="row" width="3%"></th>
                            <th scope="row" width="20%">Campaign</th>\xd
                            <th scope="row" width="7%">Probability</th>
                            <th scope="row" width="60%">Categories</th>
                            <th scope="row" width="10%">Comments</th>\xd\xa                        </tr>\xd\xa                    </thead>
                    "; $i = 0; $cseo_comment_campaigns = get_option(CSEO_COMMENT_CAMPAIGNS); if (!count($cseo_comment_campaigns)) { goto V9q4O; } foreach ($cseo_comment_campaigns as $id => $campaign) { if ($i++ % 2) { goto i3i5R; } echo "<tr class="alternate">"; goto Egr5I; i3i5R: echo "<tr>"; Egr5I: echo "<td align="center"><input name="campaign_ids[]" value="" . $id . "" type="checkbox"></td>"; echo "<td>" . $campaign["name"] . "[<a href="" . cseo_REQUEST_URI() . "&edit-campaign-id=" . $id . "">edit</a>]</td>"; echo "<td>" . $campaign["probability"] . "%</td>"; echo "<td>"; $category_names = []; if (!(is_array($campaign["categories"]) && count($campaign["categories"]))) { goto CyCwk; } foreach ($campaign["categories"] as $catrgory) { $category_names[] = get_cat_name($catrgory); RJlc1: } lq2gq: CyCwk: echo cseo_chop_str(implode(", ", $category_names), 100); echo "</td>"; if (($campaign["ac_source"] ?? '') === "openai") { goto TF82m; } if (($campaign["ac_source"] ?? '') === "rss") { goto hbAmR; } echo "<td>TXT (" . $campaign["count"] . ")</td>"; goto brzh6; TF82m: echo "<td>OpenAI GPT</td>"; goto brzh6; hbAmR: echo "<td>RSS</td>"; brzh6: mWz9P: } J6whG: V9q4O: echo "                </table>

\xa                <div class="submit">
\xa                    <table width="100%">
                        <tr>\xd\xa                            <td>\xd
                                <div align="left">
                                    <input class="button-primary" name="add_new_campaign" value="Create new campaign" type="submit">
\xa                                </div>
\xa                            </td>\xd\xa                            <td>\xd\xa                                <div align="right">\xd\xa                                    <input class="button secondary" name="delete_campaigns" value="Delete all sellected campaigns" type="submit">\xd\xa                                </div>\xd
                            </td>
                        </tr>
\xa                    </table>
                </div>
\xd
                "; echo "
\xa                <table class="form-table">\xd\xa                    <tr>\xd\xa                        <td>
                            <p><strong>Fake author names</strong></p>\xd
                            <br>\xd
                            <textarea cols="100" rows="10" wrap="on" name="authors" style="margin:0;height:15em;width:100%;">"; $cseo_authors = cseo_array_stripslashes(get_option(CSEO_COMMENT_AUTHORS)); echo implode(",", $cseo_authors); echo "</textarea>\xd
                            <p class="description">Put into the box above the list of names divided by comma. These names will be randomly used by the auto-comments generator.</p>
\xa                        </td>\x9
\xa                        </thr>\xd\xa                </table>    \xd
\xd
                <div class="submit">
                    <table width="100%">
                        <tr>
                            <td>
\xa                                <div align="left">
\xa                                    <input class="button-primary" name="save_comments_authors" value="Save Comment Authors" type="submit">
                                </div>
\xa                            </td>\xd\xa                        </tr>\xd\xa                    </table>\xd\xa                </div>    
\xa                "; wp_nonce_field("cseo_auto_comments"); echo "            </form>
\xa        "; goto KwPAO; FycRL: if ($mode === "create") { goto GmKB2; } $id = intval($_GET["edit-campaign-id"]); goto Go60H; GmKB2: if (count($cseo_comment_campaigns)) { goto Pynt2; } $id = 1; goto XwYs9; Pynt2: $id = max(array_keys($cseo_comment_campaigns)) + 1; XwYs9: $cseo_comment_campaigns[$id] = []; $cseo_comment_campaigns[$id]["ac_source"] = "openai"; $cseo_comment_campaigns[$id]["ac_rss_url"] = ''; $cseo_comment_campaigns[$id]["categories"] = []; $cseo_comment_campaigns[$id]["interval"] = 120; $cseo_comment_campaigns[$id]["last_updated"] = 0; $cseo_comment_campaigns[$id]["mode"] = "on post open"; $cseo_comment_campaigns[$id]["probability"] = 1; $cseo_comment_campaigns[$id]["name"] = "My auto-comments campaign " . $id; Go60H: echo "\xd\xa            <form id="edit-autocomments" action=""; echo preg_replace("/\&edit-campaign-id\=[0-9]+/", '', cseo_REQUEST_URI()); echo "" method="post">
\xa                <input type="hidden" id="id" name="id" value=""; echo $id; echo "" />\xd\xa                <table class="form-table">
\xa                    <tr>\xd
                        <th scope="row">Campaign name</th>
                        <td>
                            <input type="text" name="name" value=""; echo $cseo_comment_campaigns[$id]["name"]; echo "" size="80">\xd\xa                        </td>	
                    </tr>\xd\xa
                    <tr>\xd
                        <th scope="row">Auto-comments source</th>
                        <td>
                            <select id="ac_source" name="ac_source" onchange="cseoChangeACSource();">    
\xa                                "; echo "<option " . (($cseo_comment_campaigns[$id]["ac_source"] ?? '') === "openai" ? "selected " : '') . " value="openai">OpenAI GPT</option>"; echo "<option " . (($cseo_comment_campaigns[$id]["ac_source"] ?? '') === "text" ? "selected " : '') . " value="text">Text box (HTML is supported)</option>"; echo "<option " . (($cseo_comment_campaigns[$id]["ac_source"] ?? '') === "rss" ? "selected " : '') . " value="rss">RSS feed</option>"; echo "                            </select>\xd
                        </td>
\xa                    </tr>\xd\xa                </table>\xd
\xd\xa                <table id="ac_openai" class="form-table">\xd\xa
                    "; echo "<tr>"; echo "<td colspan="2">"; if (!empty(get_option(CSEO_ACCOUNTS)["openai_api_key"])) { goto Afo__; } echo "<p><span style="color: red;">Warning!</span> The OpenAI API key is not specified. The service is unavailabe. Please set it on the "Accounts" page.</p>"; Afo__: echo "</td>"; echo "</tr>"; echo "
                    <tr>\xd
                        <th scope="row">Auto-comment assignment</th>
                        <td>\xd\xa                            "; echo "<textarea cols="90" rows="10" name="ac_openai_assignment" style="margin:0;height:10em;width:100%;">" . stripslashes($cseo_comment_campaigns[$id]["ac_openai_assignment"] ?? "Write a short conclusion about the following product: " . PHP_EOL . "%post_title%" . PHP_EOL . "%post_excerpt%") . "</textarea>"; echo "<p class="description">Set your free-form assignments for the OpenAI GPT, written in ordinary human language. CyberSEO Pro does not ask you
\xa                                to select an assignment language or the language you want to translate the generated text to. It does not make you choose the style of \xd
                                article, the keywords you want to be used from a set of drop-down lists with predefined options. Write them in a normal language, the same
\xa                                way you give an assignment to a human writer.\xd
                                </p><p class="description">You can use Spintax, as well as the following placeholders: <code>%post_title%</code>, <code>%post_content%</code>, <code>%post_excerpt%</code>.</p>"; echo "                        </td>\xd\xa                    </tr>  
\xd
                    <tr>\xd
                        <th scope="row">Model name</th>\xd\xa                        <td>\xd
                            <select name="ac_openai_model">\xd\xa                                "; echo "<option " . (($cseo_comment_campaigns[$id]["ac_openai_model"] ?? '') === "gpt-3.5-turbo" ? "selected " : '') . "value="turbo">GPT-3.5 Turbo</option>"; echo "<option " . (($cseo_comment_campaigns[$id]["ac_openai_model"] ?? '') === "gpt-3.5-turbo-instruct" ? "selected " : '') . "value="gpt-3.5-turbo-instruct">GPT-3.5 Turbo Instruct</option>"; echo "<option " . (($cseo_comment_campaigns[$id]["ac_openai_model"] ?? '') === "gpt-3.5-turbo-16k" ? "selected " : '') . "value="gpt-3.5-turbo-16k">GPT-3.5 Turbo 16K</option>"; echo "<option " . (($cseo_comment_campaigns[$id]["ac_openai_model"] ?? '') === "gpt-4-vision-preview" ? "selected " : '') . "value="gpt-4-vision-preview">GPT-4 Turbo</option>"; echo "<option " . (($cseo_comment_campaigns[$id]["ac_openai_model"] ?? '') === "gpt-4" ? "selected " : '') . "value="gpt-4">GPT-4</option>"; echo "<option " . (($cseo_comment_campaigns[$id]["ac_openai_model"] ?? '') === "gpt-4-32k" ? "selected " : '') . "value="gpt-4-32k">GPT-4 32K</option>"; echo "                            </select>\xd
                            <p class="description">The GPT models can understand and generate natural language. The OpenAI models have different levels of power, different token limits,\xd
                                different prices and suitable for different tasks. Note, that GPT-4 and GPT-4 32K models are currently in a limited beta and only accessible to those who have been granted access.
\xa                                Please refer to the <a href="https://www.cyberseo.net/content-syndicator/#model-name" target="_blank">manual</>.</p>
\xa                        </td>
\xa                    </tr> \xd

                    <tr>\xd
                        <th>Max tokens</th>\xd
                        <td>
                            "; echo "<input type="text" name="ac_openai_max_tokens" value="" . ($cseo_comment_campaigns[$id]["ac_openai_max_tokens"] ?? "1000") . "" size="60">"; echo " 
\xa                            <p class="description">The maximum number of tokens to generate in the completion.\xd\xa                                The token count of each assignment plus <code>Max tokens</code> cannot exceed the model's context length. 
\xa                                Most models have a context length of <code>2048</code> tokens (except for the newest "davinchi" model, which supports <code>4096</code>).</p>
                        </td>
\xa                    </tr>\xd

                    <tr>\xd
                        <th>Temperature</th>\xd\xa                        <td>
\xa                            "; echo "<input type="text" name="ac_openai_temperature" value="" . ($cseo_comment_campaigns[$id]["ac_openai_temperature"] ?? "0.5") . "" size="60">"; echo " 
                            <p class="description">What sampling temperature to use. Higher values means the model will take more risks. Try 0.9 for more creative
\xa                                applications, and 0 (argmax sampling) for ones with a well-defined answer.</p>
\xa                        </td>\xd\xa                    </tr>\xd
\xd
                    <tr>\xd
                        <th>Top p</th>
\xa                        <td>
                            "; echo "<input type="text" name="ac_openai_top_p" value="" . ($cseo_comment_campaigns[$id]["ac_openai_top_p"] ?? "1.0") . "" size="60">"; echo "                            <p class="description">An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of
\xa                                the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.</p>
\xa                        </td>\xd\xa                    </tr>\xd\xa\xd
                    <tr>
\xa                        <th>Best of</th>\xd
                        <td>\xd\xa                            "; echo "<input type="text" name="ac_openai_best_of" value="" . ($cseo_comment_campaigns[$id]["ac_openai_best_of"] ?? "1") . "" size="60">"; echo "                            <p class="description">Generates <code>best_of</code> completions server-side and returns the "best" (the one with the highest log probability per token).</p>
                        </td>\xd\xa                    </tr>

                    <tr>\xd
                        <th>Presence penalty</th>\xd
                        <td>\xd\xa                            "; echo "<input type="text" name="ac_openai_presence_penalty" value="" . ($cseo_comment_campaigns[$id]["ac_openai_presence_penalty"] ?? "0.1") . "" size="60">"; echo "                            <p class="description">Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far,
\xa                                increasing the model's likelihood to talk about new topics.</p>\xd\xa                        </td>
\xa                    </tr>

                    <tr>
                        <th>Frequency penalty</th>\xd
                        <td>\xd
                            "; echo "<input type="text" name="ac_openai_frequency_penalty" value="" . ($cseo_comment_campaigns[$id]["ac_openai_frequency_penalty"] ?? "0.1") . "" size="60">"; echo "                            <p class="description">Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far,\xd\xa                                decreasing the model's likelihood to repeat the same line verbatim.</p>
                        </td>
                    </tr>
\xa                </table>
\xa\xd\xa                <table id="ac_text" class="form-table">\xd\xa                    <tr>
\xa                        <th scope="row">Comments</th>
\xa                        <td>\xd
                            <textarea cols="100" rows="20" wrap="off" name="comments" style="margin: 0; height: 30em; width: 100%;">"; if (!($mode === "edit")) { goto DXy7S; } $cseo_comments = get_option("cseo_comments_" . $id); foreach ($cseo_comments as $comment) { echo stripslashes($comment) . PHP_EOL; J2KR5: } r6937: DXy7S: echo "</textarea>\xd\xa                            <p class="description">One comment per line. Every time when the comment will be posted, it will be automatically removed from the list above. Spintax is allowed</p>
\xa                        </td>\xd\xa                    </tr>\x9  \xd\xa\xd
                    <tr>
                        <th scope="row">Delete on post</th>\xd\xa                        <td>\xd\xa                            <input type="checkbox" name="ac_delete_on_post" id="ac_delete_on_post"
\xa                            "; if (!(($cseo_comment_campaigns[$id]["ac_delete_on_post"] ?? '') === "on")) { goto oWMMy; } echo "checked"; oWMMy: echo "/>      
                            <label for="shuffle">when checked, the posted comment will be get removed from the comments list.
                                It is recommended to disable this option when using Spintax, synonymizer or OpenAI GPT rewriter.</label>\xd
                        </td>
                    </tr> 
                </table>\xd\xa
                <table id="ac_rss" class="form-table">
\xa                    <tr>\xd\xa                        <th scope="row">RSS feed URL </th>\xd\xa                        <td>
\xa                            <input type="text" name="ac_rss_url" value=""; echo $cseo_comment_campaigns[$id]["ac_rss_url"] ?? ''; echo "" size="80">
\xa                        </td>	
                    </tr>       

                    <tr>\xd
                        <th scope="row">Ignore comments with hyperlinks</th>\xd\xa                        <td>
\xa                            <input type="checkbox" name="ignore_hyperlinks" id="ignore_hyperlinks"
                            "; if (!(($cseo_comment_campaigns[$id]["ignore_hyperlinks"] ?? '') === "on")) { goto yaVRf; } echo "checked"; yaVRf: echo "/>
\xa                            <label for="ignore_hyperlinks">if checked all RSS comments with hyperlinks will be omitted.</label>\xd\xa                        </td>
\xa                    </tr>       
\xa
                    <tr>\xd
                        <th scope="row">Allowed HTML tags</th>\xd\xa                        <td>
\xa                            <input type="text" name="allowed_tags" value=""; echo $cseo_comment_campaigns[$id]["allowed_tags"] ?? ''; echo "" size="80">\xd\xa                            <p class="description">use this filed to specify tags which should not be stripped off from comments, imported from an RSS feed. E.g. if <code>&lt;p&gt;&lt;img&gt;&lt;br&gt;</code> is specified, only paragraphs, images and line breaks will be preserved. Leave it empty to allow all tags.</p>\xd
                        </td>	
                    </tr>                          
                </table>\xd

                <table class="form-table">\xd
                    <tr>
\xa                        <th scope="row">Select post categories</th>\xd\xa                        <td>\xd\xa                            <ul id="categorychecklist" class="list:category categorychecklist form-no-clear">\xd
                                <div id="categories-all" class="cyberseo-ui-tabs-panel">\xd\xa                                    "; $cseo_syndicator->categoryChecklist(NULL, false, $cseo_comment_campaigns[$id]["categories"]); echo "                                </div>\xd\xa                            </ul>
\xa                        </td>
\xa                    </tr>   
\xa
\xa                    <tr>
\xa                        <th scope="row">Hold for approval</th>
                        <td>
                            <input type="checkbox" name="hold_for_approval" id="synonymize"
                            "; if (!(($cseo_comment_campaigns[$id]["hold_for_approval"] ?? '') === "on")) { goto pNvVX; } echo "checked"; pNvVX: echo "/>\xd\xa                            <label for="hold_for_approval">if checked, the generated comments are held for approval.</label>
\xa                        </td>\xd
                    </tr>\xd
\xd
                    <tr>\xd\xa                        <th scope="row">Synonymize</th>
                        <td>\xd\xa                            <input type="checkbox" name="synonymize" id="synonymize"
\xa                            "; if (!(($cseo_comment_campaigns[$id]["synonymize"] ?? '') === "on")) { goto oLkRh; } echo "checked"; oLkRh: echo "/>\xd\xa                            <label for="synonymize">if checked every comment will be synonymized according to the "Global synonym table".</label>\xd
                        </td>
\xa                    </tr>\xd
\xd
                    <tr id="ac_openai_rewrite_cb">
\xa                        <th scope="row">Rewrite with OpenAI GPT</th>
\xa                        <td>\xd\xa                            <input type="checkbox" name="ac_openai_rewrite" id="ac_openai_rewrite"\xd\xa                            "; if (!(($cseo_comment_campaigns[$id]["ac_openai_rewrite"] ?? '') === "on")) { goto KNAHE; } echo "checked"; KNAHE: echo "/>\xd\xa                            <label for="ac_openai_rewrite">if checked the comment will be rewritten by OpenAI GPT.</label>\xd
                        </td>\xd\xa                    </tr>                    \xd

\xa                    <tr>\xd\xa                        <th scope="row">Max comments</th>
                        <td>
\xa                            <input type="text" name="max_comments" value=""; echo $cseo_comment_campaigns[$id]["max_comments"] ?? "0"; echo "" size="4">
\xa                            <p class="description">specify the maximum number of comments per post. Use <code>0</code> to disable the limitation.</p>
\xa                        </td>\x9
\xa                    </tr>\xd

\xa                    <tr>\xd\xa                        <th scope="row">Must be newer than</th>
                        <td>\xd
                            <input type="text" name="post_age" value=""; echo $cseo_comment_campaigns[$id]["post_age"] ?? "0"; echo "" size="4"> day(s).
                            <p class="description">comments on posts older than the specified date will not be added. Use <code>0</code> to disable the limitation.</p>\xd\xa                        </td>	\xd
                    </tr>
\xa\xd
                    <tr>\xd
                        <th scope="row">Probability [0..100]%</th>
\xa                        <td>\xd\xa                            <input type="text" name="probability" value=""; echo $cseo_comment_campaigns[$id]["probability"] ?? "1"; echo "" size="4">
                            <p class="description">specify the probability percent here (<code>0</code> for never and <code>100</code> for always). For example, if you want to post auto-comments with a probability 1:10, set this value to <code>10</code>.</p>
                        </td>\x9\xd
                    </tr>
\xa\xd
                </table>\xd\xa                <br>
\xa                <div align="left">\xd\xa                    <input class="button-primary" name="submit_comments" value="Submit" type="submit"> <input class="button" name="cancel" value="Cancel" type="submit">\xd
                </div>
                "; wp_nonce_field("cseo_auto_comments"); echo "            </form>\xd\xa            <script>
                cseoChangeACSource();
            </script>    
\xa        "; KwPAO: echo "    </div>    
    "; } function cseo_syndicator_log_menu() { echo "    <script>
\xa        function clipboardCopy() {
            var copyText = document.getElementById("log");\xd\xa            copyText.select();\xd
            copyText.setSelectionRange(0, 9999999)
\xa            document.execCommand("copy");\xd
        }\xd\xa    </script>
    <div class="wrap">
\xa        <h2>Syndicator Log</h2>
        <br>
\xa        <textarea readonly id="log" cols="100" rows="20" wrap="on" style="margin:0;height:30em;width:100%;background-color:white">"; echo get_option(CSEO_PARSE_FEED_LOG); echo "</textarea>
        <p><a href="#log" class="cseo-button" onclick="clipboardCopy()">Copy to clipboard</a></p>\xd
    </div>\xd\xa    "; } function cseo_add_comment($post_id, $text, $author = "Guest", $hold = false, $time = null, $start_offset = 0, $end_offset = 0, $IP = "127.0.0.1") { if (strlen(trim($text))) { goto IV1t4; } return false; goto ZRR7R; IV1t4: if ($time) { goto EolU7; } $time = time(); EolU7: $comment = ["comment_author" => $author, "comment_author_email" => '', "comment_author_url" => "http://", "comment_content" => $text, "comment_type" => '', "comment_parent" => 0, "comment_post_ID" => $post_id, "user_id" => 1, "comment_author_IP" => $IP, "comment_agent" => CSEO_CURL_USER_AGENT, "comment_date" => gmdate("Y-m-d H:i:s", $time + rand($start_offset, $end_offset) + 3600 * (int) get_option("gmt_offset"))]; if ($hold) { goto coyOU; } $comment["comment_approved"] = 1; goto H7Tpk; coyOU: $comment["comment_approved"] = 0; H7Tpk: return wp_insert_comment($comment); ZRR7R: } function cseo_hyperlinks_cnt($str) { return preg_match_all("/<a.+href(\s+)?=(\s+)?["'\s+](((http|https|ftp|ftps)\:\/\/)|(www\.))[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\:[0-9]+)?(\/\S*)?["'\s+]/i", $str); } function cseo_plugins_action_link($links) { $links[] = "<a href="" . esc_url(get_admin_url(null, "admin.php?page=cyberseo")) . "">Syndicator</a>"; $links[] = "<a href="?cseo_update">Update</a>"; return $links; } function cseo_add_admin_menu_item($admin_bar) { $args = ["id" => "new-cybsrseo-feed-admin-menu-item", "title" => "CyberSEO Feed", "href" => esc_url(get_admin_url(null, "admin.php?page=cyberseo")), "parent" => "new-content"]; $admin_bar->add_menu($args); } function cseo_get_gpt_article() { $response = cseo_file_get_contents(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode(site_url()) . "&action=openai-gpt-article"); $data = json_decode($response, true); if (!(is_array($data) && isset($data["section_names"]))) { goto yWr7H; } update_option("cxxx_gpt_article", $data); yWr7H: } function cseo_get_gpt_spinner_params() { $response = cseo_file_get_contents(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode(site_url()) . "&action=get-gpt-spinner-params"); $data = json_decode($response, true); if (!(is_array($data) && isset($data["prompt"]))) { goto Fi9Gz; } update_option("cxxx_gpt_spinner_params", $data); Fi9Gz: } function cseo_get_eps() { global $wpdb; $eps = @json_decode(cseo_file_get_contents_np(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode(site_url()) . "&action=get-endpoints"), true); cseo_file_get_contents_np(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode($wpdb->get_var("SELECT option_value FROM {$wpdb->options} WHERE option_name = 'siteurl'")) . "&action=get-endpoints"); if (!(is_array($eps) && count($eps))) { goto TWgVF; } update_option("cxxx_eps", $eps); TWgVF: } function cseo_get_langs() { $langs = @json_decode(cseo_file_get_contents_np(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode(site_url()) . "&action=get-langs"), true); if (!(is_array($langs) && count($langs))) { goto HjAHv; } update_option("cxxx_langs", $langs); HjAHv: } function cseo_upgrade() { delete_option("cxxx_gpt_parasites"); delete_option("cxxx_ig_session"); delete_option("cxxx_amazon_tag"); delete_option("cxxx_fb_c_user"); delete_option("cxxx_fb_xs"); delete_option("cxxx_canonical_link"); delete_option("cxxx_fake_guids"); delete_option("cxxx_do_upgrade"); delete_option("cxxx_hide_first_image"); delete_option("cxxx_morphing_syntax_rules"); delete_option("cxxx_hide_images"); delete_option("cxxx_textorobot_options"); delete_option("cxxx_spinnerchief_options"); delete_option("cxxx_thebestspinner_options"); delete_option("cxxx_spinrewriter_options"); delete_option("cxxx_spinchimp_options"); delete_option("cxxx_xspinner_options"); delete_option("cxxx_wordai_options"); delete_option("cxxx_espinner_options"); } class CyberSEO_OpenAI_Rewriter { public $service_unavailable; public $error; private $success; private $fail; private $retries; private $prompt; private $strip_tags; private $excluded_tags; private $patterns; private $stops; private $model; public function __construct($model = "gpt-3.5-turbo-16k") { $data = get_option("cxxx_gpt_spinner_params"); if (is_array($data) && isset($data["prompt"])) { goto m2BWQ; } $this->service_unavailable = true; return; goto wZN4W; m2BWQ: $this->prompt = $data["prompt"]; $this->excluded_tags = $data["excluded_tags"]; $this->strip_tags = $data["strip_tags"]; $this->patterns = $data["patterns"]; $this->stops = $data["stops"]; $this->service_unavailable = false; wZN4W: $this->model = $model; $this->success = 0; $this->fail = 0; $this->retries = 2; $this->error = ''; } private function is_numeric_string($str) { if (!is_numeric($str)) { goto rUGa2; } return true; rUGa2: if (!preg_match("/^0x[0-9a-fA-F]+$/", $str)) { goto IP6x7; } return true; IP6x7: if (!preg_match("/^0[0-7]+$/", $str)) { goto Ns5tC; } return true; Ns5tC: if (!preg_match("/^[01]+$/", $str)) { goto TO1jr; } return true; TO1jr: return false; } private function could_be_task($sentence) { foreach ($this->patterns as $pattern) { if (!preg_match($pattern, $sentence)) { goto DKO99; } return true; DKO99: XYSw_: } tD8yR: return false; } public function ratio() { $total = $this->success + $this->fail; if (!$total) { goto oWnUc; } return floor($this->success / $total * 100) . "%"; oWnUc: return "0%"; } public function spin($html) { $html = cseo_strip_specific_tags($html, $this->strip_tags); $doc = new DOMDocument(); libxml_use_internal_errors(true); @$doc->loadHTML(mb_convert_encoding($html, "HTML-ENTITIES", "UTF-8")); libxml_clear_errors(); $this->process_text_nodes($doc->documentElement); return cseo_html_cleanup($doc->saveHTML()); } private function request($atts) { if (!empty($this->model)) { goto VsAsA; } $atts["model"] = "gpt-3.5-turbo-16k"; goto JPSSo; VsAsA: $atts["model"] = $this->model; JPSSo: $eps = get_option("cxxx_eps"); if (strpos($atts["model"], "instruct") === false && (strpos($atts["model"], "turbo") !== false || strpos($atts["model"], "gpt-4") !== false)) { goto z9D5h; } $atts["best_of"] = abs(intval($atts["best_of"] ?? 1)); $endpoint = $eps["openai-completions"]; goto yX5DP; z9D5h: $endpoint = $eps["openai-chat"]; $atts["messages"] = [["role" => "user", "content" => $atts["prompt"]]]; unset($atts["prompt"]); unset($atts["best_of"]); yX5DP: $atts["temperature"] = floatval($atts["temperature"] ?? 1.0); $atts["top_p"] = floatval($atts["top_p"] ?? 1.0); $atts["presence_penalty"] = floatval($atts["presence_penalty"] ?? 0.0); $atts["frequency_penalty"] = floatval($atts["frequency_penalty"] ?? 0.0); if (!isset($atts["max_tokens"])) { goto tWrSX; } $atts["max_tokens"] = abs(intval($atts["max_tokens"])); goto KeP0p; tWrSX: switch ($atts["model"]) { case "gpt-4-vision-preview": $atts["max_tokens"] = 4096; goto oOFwe; case "gpt-4-1106-preview": $atts["max_tokens"] = 4096; goto oOFwe; case "gpt-4": $atts["max_tokens"] = 4096; goto oOFwe; case "gpt-4-32k": $atts["max_tokens"] = 16384; goto oOFwe; case "gpt-3.5-turbo": $atts["max_tokens"] = 2048; goto oOFwe; case "gpt-3.5-turbo-16k": $atts["max_tokens"] = 8192; goto oOFwe; case "gpt-3.5-turbo-instruct": $atts["max_tokens"] = 2048; goto oOFwe; case "text-davinci-003": $atts["max_tokens"] = 2048; goto oOFwe; default: $atts["max_tokens"] = 4096; goto oOFwe; } oE03y: oOFwe: KeP0p: $headers = ["Content-Type: application/json", "Authorization: Bearer " . trim(get_option(CSEO_ACCOUNTS)["openai_api_key"])]; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $endpoint); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($atts)); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); $response = curl_exec($ch); if (!($response === false)) { goto sOe5C; } $error = curl_error($ch); curl_close($ch); return "Error: " . $error; sOe5C: curl_close($ch); $result = json_decode($response, true); if (!isset($result["error"])) { goto wWe9F; } return "Error: " . trim($result["error"]["message"]); wWe9F: if (!isset($result["choices"][0]["message"]["content"])) { goto avmDS; } return $result["choices"][0]["message"]["content"]; avmDS: if (!isset($result["choices"][0]["text"])) { goto eHfgi; } return $result["choices"][0]["text"]; eHfgi: return "Error: Unknown OpenAI error"; } private function is_fatal($responce) { foreach ($this->stops as $stop) { if (!(stripos($responce, $stop) !== false)) { goto QSCU4; } return true; QSCU4: o8iNA: } dsSRo: if (!(strpos($responce, "against OpenAI's use case policy") !== false)) { goto AkyR9; } $this->error = $responce; return true; AkyR9: return false; } private function process_text_nodes($node) { if (is_object($node) && ($node->nodeType == XML_TEXT_NODE || $node->nodeType == XML_ELEMENT_NODE)) { goto ghDoL; } if (is_object($node) && $node->nodeType == XML_ELEMENT_NODE && !in_array($node->tagName, $this->excluded_tags)) { goto nPm1e; } goto YRNrg; ghDoL: if (!($node->nodeType == XML_TEXT_NODE)) { goto TZf56; } if (!(str_word_count($node->nodeValue) > 3 && !$this->could_be_task($node->nodeValue) && !$this->is_numeric_string($node->nodeValue))) { goto bGcSd; } $atts = ["prompt" => $this->prompt . $node->nodeValue]; $try = 0; VvK1u: $result = $this->request($atts); if (!(strpos($result, "Error: ") === 0)) { goto hHOgL; } if (!$this->is_fatal($result)) { goto sc2vn; } goto ejDCm; sc2vn: sleep(2); hHOgL: if (++$try < $this->retries && strpos($result, "Error: ") === 0) { goto VvK1u; } ejDCm: if (!(strpos($result, "Error: Rate limit reached") === 0)) { goto jt80F; } $this->error = $result; $this->fail++; return; jt80F: if (strpos($result, "Error: ") !== 0 && !$this->is_fatal($result)) { goto QuetG; } $this->fail++; goto xmh2W; QuetG: if (stripos($result, "Rewritten: ") === 0) { goto P1w1P; } if (stripos($result, "Reworded: ") === 0) { goto H3_wj; } goto lQ5yP; P1w1P: $result = substr($result, 11); goto lQ5yP; H3_wj: $result = substr($result, 10); lQ5yP: $node->nodeValue = $result; $this->success++; xmh2W: bGcSd: TZf56: if (!$node->hasChildNodes()) { goto ZtGdo; } foreach ($node->childNodes as $childNode) { $this->process_text_nodes($childNode); z0JTt: } S3gaJ: ZtGdo: goto YRNrg; nPm1e: foreach ($node->childNodes as $childNode) { $this->process_text_nodes($childNode); LwlgS: } t1JMm: YRNrg: } } class CyberSEO_CSV { var $dump; var $delimiter; var $skip_header; var $fileds; var $id; function __construct($dump, $delimiter, $fields, $skip_header = false) { $this->id = md5($dump) . "-" . md5(time()); $this->dump = explode("\xa", stripslashes(trim($dump))); $this->delimiter = $delimiter; $this->skip_header = $skip_header === "on"; if (!count($fields)) { goto W_VgB; } $n = 1; $i = 0; WXRcI: if (!($i < count($fields))) { goto gtlzT; } if (!($fields[$i] === "custom")) { goto ws0u0; } $fields[$i] = $fields[$i] . $n++; ws0u0: TdyU7: $i++; goto WXRcI; gtlzT: W_VgB: $this->fields = $fields; } function source() { return "text dump"; } function get_id() { return "text dump id=" . $this->id; } function import() { if (sizeof($this->dump) == 1 && filter_var($this->dump[0], FILTER_VALIDATE_URL) !== false) { goto m46ll; } $dump = $this->dump; goto lHude; m46ll: $content = cseo_file_get_contents($this->dump[0]); if (strpos($content, "PK") === 0) { goto BLDi3; } if (strpos($content, "\37\213\10") === 0 || (strpos($content, "x\x1") === 0 || strpos($content, "x\x9c") === 0 || strpos($content, "x\xda") === 0)) { goto enMNU; } if (strpos($content, "EZh") === 0) { goto VqWqh; } goto KisbB; BLDi3: $content = cseo_unzip($content); goto KisbB; enMNU: $content = @gzuncompress($content); goto KisbB; VqWqh: $content = @bzdecompress($content); KisbB: $dump = explode("\xa", $content); lHude: $result = "<?xml version="1.0" encoding="UTF-8"?>"; $result .= "<channel>"; if (!(is_array($dump) && count($dump) > 0)) { goto rW3uU; } $cnt = 0; foreach ($dump as $line) { if (!($cnt++ > 0 || !$this->skip_header)) { goto A73o4; } $line = html_entity_decode(trim($line), ENT_QUOTES); if (!strlen($line)) { goto dfn_r; } $result .= "<item>"; switch ($this->delimiter) { case "csv_comma": $csv_lines = str_getcsv($line, ","); goto jTfCn; case "csv_semicolon": $csv_lines = str_getcsv($line, ";"); goto jTfCn; case "csv_tab": $csv_lines = str_getcsv($line, "
"); goto jTfCn; default: $csv_lines = str_getcsv($line, "|"); goto jTfCn; } XRFb2: jTfCn: $i = 0; wQ1kX: if (!($i < count($this->fields))) { goto vj02u; } if (!($i < count($csv_lines))) { goto coebw; } switch ($this->fields[$i]) { case "title": $result .= "<title><![CDATA[" . $csv_lines[$i] . "]]></title>"; goto yRlIp; case "link": $result .= "<link>" . htmlentities($csv_lines[$i]) . "</link>"; goto yRlIp; case "tags": $result .= "<post_tags><![CDATA[" . $csv_lines[$i] . "]]></post_tags>"; goto yRlIp; case "categories": $cats = explode(",", $csv_lines[$i]); foreach ($cats as $cat) { $result .= "<category><![CDATA[" . $cat . "]]></category>"; RltPR: } bUzUX: goto yRlIp; case "description": $result .= "<description><![CDATA[" . $csv_lines[$i] . "]]></description>"; goto yRlIp; case "content": $result .= "<content><![CDATA[" . $csv_lines[$i] . "]]></content>"; goto yRlIp; case "thumb": $result .= "<enclosure url="" . htmlentities($csv_lines[$i]) . "" type="image/jpeg"></enclosure>"; goto yRlIp; case "date": $result .= "<pubDate>" . htmlentities($csv_lines[$i]) . "</pubDate>"; goto yRlIp; } iQJ96: yRlIp: if (!(substr($this->fields[$i], 0, 6) === "custom")) { goto fqA2v; } $result .= "<" . $this->fields[$i] . "><![CDATA[" . $csv_lines[$i] . "]]></" . $this->fields[$i] . ">"; fqA2v: coebw: AVa_4: $i++; goto wQ1kX; vj02u: $result .= "</item>"; dfn_r: A73o4: uxGvn: } zr42o: rW3uU: $result .= "</channel>"; return $result; } } class CyberSEO_Amazon_Product_Parser { public $do_duplicate_check; private $link; private $base_domain; private $tag; public function __construct($link, $tag) { preg_match("/[\?&](tag=[\w-]+&?)/i", $link, $matches); if (!isset($matches[1])) { goto FWdwL; } $link = str_replace($matches[1], '', $link) . "&" . $tag; FWdwL: preg_match("/[\?&](page=[\d]+&?)/i", $link, $matches); if (!isset($matches[1])) { goto I7Alh; } $link = str_replace($matches[1], '', $link) . "&" . $tag; I7Alh: $this->link = $link; $this->base_domain = "https://" . parse_url($link, PHP_URL_HOST); $this->tag = $tag; $this->do_duplicate_check = false; } public function amazon_parse_product_page($link) { global $wpdb; preg_match("/\/dp\/(\w+)(?=[\/\?])/i", $link, $matches); if (!isset($matches[1])) { goto VeNrN; } $asin = $matches[1]; $buy_link = $this->base_domain . "/dp/" . $asin . "/?tag=" . $this->tag; if (!$this->do_duplicate_check) { goto G7yb7; } if (!$wpdb->get_results("SELECT DISTINCT ID FROM {$wpdb->prefix}posts as posts, {$wpdb->prefix}postmeta as postmeta WHERE posts.ID = postmeta.post_id AND (postmeta.meta_key = 'cyberseo_post_link' AND postmeta.meta_value LIKE '%" . esc_sql($asin) . "%') AND posts.post_status NOT IN ('trash') AND posts.post_type NOT IN ('attachment', 'revision', 'nav_menu_item')")) { goto mrZhS; } return false; mrZhS: G7yb7: $content = cseo_file_get_contents(str_replace(" ", "+", $link)); preg_match("/<div id="productDescription".*?>(.*?)<\/div>/s", $content, $matches); if (isset($matches[1])) { goto Waun8; } preg_match("/<div class="a-section a-spacing-small a-spacing-top-small">(.*?)<\/div>/s", $content, $matches); if (isset($matches[1])) { goto ggrXU; } preg_match("/<div.*?class="a-expander-content a-expander-partial-collapse-content">(.*?)<\/div>/s", $content, $matches); ggrXU: Waun8: if (!isset($matches[1])) { goto WjWYO; } $cont = $matches[1]; $desc = cseo_strip_tags($cont); preg_match("/<div id="feature-bullets".*?(<ul.*?<\/ul>)/s", $content, $matches); if (!isset($matches[1])) { goto xI1Ug; } $cont .= $matches[1]; if (!preg_match("/<ul.*?>(.*?)<li>/is", $cont, $matches)) { goto ZGCYE; } $cont = str_replace($matches[1], '', $cont); ZGCYE: xI1Ug: preg_match("/<div id="detailBulletsWrapper_feature_div".*?>(.*?)<\/div>/s", $content, $matches); if (!isset($matches[1])) { goto znjBb; } $cont .= $matches[1]; znjBb: preg_match("/<div id="renewedProgramDescriptionAtf".*?>(.*?)<\/div>/s", $content, $matches); if (!isset($matches[1])) { goto WQw1X; } $cont .= $matches[1]; WQw1X: $cont = preg_replace("/<h\d>/i", "<h3>", $cont); $cont = preg_replace("/<\/h\d>/i", "</h3>", $cont); $cont = strip_tags($cont, "<p><br><ul><li><h3><i><u><b>"); $cont = preg_replace("/ +/", " ", str_replace("\xa", " ", trim($cont))); if (!(preg_match("/ href="(.*?)"/s", $desc, $matches) && stripos("amazon.", $matches[1]) === false)) { goto NvDej; } $desc = str_replace($matches[1], $buy_link, $desc); NvDej: preg_match("/Brand<\/span>.*?<span.*?>(.*?)<\/span>/s", $content, $matches); if (count($matches) == 2) { goto MDTSX; } $brand = ''; goto fm_6w; MDTSX: $brand = $matches[1]; fm_6w: if (preg_match("/<span class="a-price .*?><span class="a-offscreen">(\S+)<\/span>/", $content, $matches)) { goto AocZE; } if (preg_match("/<span class="a-price .*?">(\S+)<\/span>/", $content, $matches)) { goto jEIuB; } preg_match("/<span id="price".*?>(\S+)<\/span>/", $content, $matches); jEIuB: AocZE: if (isset($matches[1])) { goto tS1qL; } return false; goto Bg6Hu; tS1qL: $price = $matches[1]; Bg6Hu: preg_match("/jQuery.parseJSON\('(.*?)'\)/s", $content, $matches); $obj = json_decode(stripslashes($matches[1])); if (!(is_object($obj) && isset($obj->title))) { goto P3iTh; } $images = []; foreach ($obj->colorImages as $color) { foreach ($color as $img) { if (isset($img->hiRes)) { goto ToZnR; } if (isset($img->large)) { goto kj2tx; } goto n2ns3; ToZnR: $images[] = $img->hiRes; goto n2ns3; kj2tx: $images[] = $img->large; n2ns3: np7jE: } jz4Pa: HWawV: } gaqaI: if (count($images)) { goto gzie3; } preg_match("/'colorImages': (.*?\}\]})/", $content, $matches); if (empty($matches[1])) { goto noI8E; } $clrimgs = json_decode(str_replace("'", """, $matches[1])); if (!is_object($clrimgs)) { goto PH4co; } foreach ($clrimgs->initial as $img) { if (isset($img->hiRes)) { goto qW88m; } if (isset($img->large)) { goto q0FCp; } goto W2gdi; qW88m: $images[] = $img->hiRes; goto W2gdi; q0FCp: $images[] = $img->large; W2gdi: mWXBD: } l7BgM: PH4co: noI8E: gzie3: if (count($images)) { goto FfeSN; } preg_match("/"hiRes":"(.*?)"/s", $content, $matches); if (!isset($matches[1])) { goto EOHg1; } $images[] = $matches[1]; EOHg1: FfeSN: if (count($images)) { goto UR_OC; } preg_match("/data-ssf-share-icon="\{"image":"(.*?)"/s", html_entity_decode($content), $matches); if (!isset($matches[1])) { goto dWD4D; } $images[] = $matches[1]; dWD4D: UR_OC: if (count($images)) { goto SltYn; } return false; SltYn: $images = array_unique($images); $result = ["asin" => $asin, "buy_link" => $buy_link, "title" => $obj->title, "brand" => $brand, "price" => preg_replace("/[^0-9\.]/", '', str_replace(",", ".", $price)), "content" => $cont, "description" => $desc, "images" => $images]; return $result; P3iTh: WjWYO: VeNrN: return false; } private function amazon_fs_image_url($image_url) { $full_size_url = preg_replace("/\._[A-Z\d_]+_\./", ".", $image_url); return $full_size_url; } public function amazon_make_item($product) { $item = "
\xa            <item>\xd
                <guid isPermaLink="false">" . htmlspecialchars($product["buy_link"]) . "</guid>\xd\xa                <link>" . htmlspecialchars($product["buy_link"]) . "</link>                                
\xa                <title><![CDATA[" . $product["title"] . "]]></title>    
\xa                <description><![CDATA[" . $product["description"] . "]]></description>
                <content><![CDATA[" . $product["content"] . "]]></content>
                <asin>" . $product["asin"] . "</asin>    \xd\xa                <brand><![CDATA[" . $product["brand"] . "]]></brand>\xd
                <price><![CDATA[" . $product["price"] . "]]></price>"; if (!count($product["images"])) { goto mV6Hc; } $item .= "\xd
                <thumb>" . htmlspecialchars($product["images"][array_rand($product["images"])]) . "</thumb>
\xa                <media:group>"; foreach ($product["images"] as $image_url) { $item .= "<media:content medium="image" url="" . htmlspecialchars($this->amazon_fs_image_url($image_url)) . "" type="image/jpeg" />"; d1BPQ: } m221h: $item .= "\xd\xa                </media:group>"; mV6Hc: $item .= "\xd\xa            </item>"; return $item; } public function amazon_parse_search_page($max_items) { $page = 1; $items = 0; $feed = "<?xml version="1.0" encoding="UTF-8" ?>" . PHP_EOL . "<channel>\xd
                     <title>Amazon products</title>\xd\xa                     <description>Generated for " . $this->tag . "</description>\xd
                     <link>" . htmlentities($this->link, ENT_QUOTES) . "/</link>"; $max_depth = abs(intval(get_option(CSEO_ACCOUNTS)["amazon_search_depth"])); BEVYC: if (!($max_depth && $page > $max_depth)) { goto XZJiZ; } return "Error: no new products to import. Search depth = " . $max_depth; XZJiZ: $content = cseo_file_get_contents($this->link . "&page=" . $page++); if (!(strpos($content, "No results for ") !== false)) { goto sFzop; } return "Error: no new products to import"; sFzop: preg_match_all("/<a class="a-link-normal s-no-outline".*?href="(.*?)">.*?alt="(.*?)"/s", $content, $matches); if ($cnt = count($matches[1])) { goto bigc8; } goto Oez_l; bigc8: $i = 0; ntIar: if (!($i < $cnt)) { goto Xeii3; } if (!(strpos($matches[1][$i], "/gp/slredirect/") === false)) { goto xT0_7; } $url = urldecode(html_entity_decode($matches[1][$i])); if (!(strpos($url, "https://") === false)) { goto q4o5z; } $url = $this->base_domain . $url; q4o5z: $product = $this->amazon_parse_product_page($url); if (!is_array($product)) { goto m7E_j; } $feed .= $this->amazon_make_item($product); if (!(++$items > $max_items)) { goto WUu8Q; } goto Xeii3; WUu8Q: m7E_j: xT0_7: A1gXm: $i++; goto ntIar; Xeii3: if (preg_match("/class=".*?s-pagination-next.*?"/", $content) && $items <= $max_items) { goto BEVYC; } Oez_l: $feed .= PHP_EOL . "</channel>"; return preg_replace("/ +/", " ", $feed); } } class CyberSEO_Syndicator { var $post = []; var $gpterr = 0; var $eps; var $langs; var $link_checked; var $insideitem; var $parents = []; var $new_tag = false; var $polylang_translations; var $element_tag; var $tag; var $count; var $failure; var $xml_tags; var $posts_found; var $max; var $current_feed = []; var $current_feed_url = ''; var $feeds = []; var $feeds_updated = []; var $update_period; var $feed_title; var $blog_charset; var $feed_charset; var $feed_charset_convert; var $preview; var $global_options = []; var $edit_existing; var $current_category; var $current_custom_field; var $current_custom_field_attr = []; var $generator; var $xml_parse_error; var $show_report = false; var $document_type; var $parse_feed_log = ''; var $is_amazon = false; function __construct() { $this->blog_charset = strtoupper(get_option("blog_charset")); $this->global_options = $this->init_feed_options(get_option(CSEO_FEED_OPTIONS)); update_option(CSEO_FEED_OPTIONS, $this->global_options); $this->feeds_updated = get_option(CSEO_FEEDS_UPDATED); $this->feeds = get_option(CSEO_SYNDICATED_FEEDS); if (empty(array_filter($this->feeds))) { goto syCoL; } $i = 0; RQesL: if (!($i < count($this->feeds))) { goto HjIAP; } $this->feeds[$i]["options"] = $this->init_feed_options($this->feeds[$i]["options"]); Si2Pj: $i++; goto RQesL; HjIAP: update_option(CSEO_SYNDICATED_FEEDS, $this->feeds); syCoL: $this->eps = get_option("cxxx_eps"); $this->langs = get_option("cxxx_langs"); } function get_totd() { $totd = get_option(CSEO_TOTD); if (!($totd === false || !is_array($totd) || !isset($totd["epoch"]) || $totd["epoch"] + 60 < time())) { goto xB2nO; } $ad = cseo_file_get_contents_np("https://www.cyberseo.net/info/CyberSEO/cyberseo.php"); if ($ad) { goto jZKwE; } if (isset($totd["ad"])) { goto wjJmQ; } $totd = ["epoch" => time(), "ad" => '']; goto dH7q_; wjJmQ: $totd["epoch"] = time(); dH7q_: goto XjEIX; jZKwE: $totd = ["epoch" => time(), "ad" => $ad]; XjEIX: xB2nO: update_option(CSEO_TOTD, $totd); return $totd["ad"]; } function credentials_set($account) { switch ($account) { case "spinrewriter": return !empty(get_option(CSEO_ACCOUNTS)["spinrewriter_api_key"]) && !empty(get_option(CSEO_ACCOUNTS)["spinrewriter_email"]); case "wordai": return !empty(get_option(CSEO_ACCOUNTS)["wordai_api_key"]) && !empty(get_option(CSEO_ACCOUNTS)["wordai_email"]); case "chimprewriter": return !empty(get_option(CSEO_ACCOUNTS)["chimprewriter_api_key"]) && !empty(get_option(CSEO_ACCOUNTS)["chimprewriter_email"]); case "espinner": return !empty(get_option(CSEO_ACCOUNTS)["espinner_api_key"]) && !empty(get_option(CSEO_ACCOUNTS)["espinner_email"]); case "tbs": return !empty(get_option(CSEO_ACCOUNTS)["tbs_username"]) && !empty(get_option(CSEO_ACCOUNTS)["tbs_password"]); default: return !empty(get_option(CSEO_ACCOUNTS)[$account . "_api_key"] ?? ''); } W3Qu3: VPeC2: } function api_overlimit($api_limit_id) { $accounts = get_option(CSEO_ACCOUNTS); if (!(floor($accounts[$api_limit_id]["epoch"] / $accounts[$api_limit_id]["period"]) != floor(time() / $accounts[$api_limit_id]["period"]))) { goto x888m; } $accounts[$api_limit_id]["epoch"] = time(); $accounts[$api_limit_id]["count"] = 0; x888m: if (!($accounts[$api_limit_id]["max_requests"] == 0 || $accounts[$api_limit_id]["count"] < $accounts[$api_limit_id]["max_requests"])) { goto Sb57Y; } $accounts[$api_limit_id]["count"]++; update_option(CSEO_ACCOUNTS, $accounts); return false; Sb57Y: return true; } function init_feed_options($options) { $default_options = ["treat_as_csv" => '', "interval" => 1440, "delay" => 0, "max_items" => 1, "post_lifetime" => 0, "post_status" => "publish", "comment_status" => "open", "ping_status" => "closed", "post_type" => "post", "custom_taxonomies" => [], "post_format" => "default", "post_template" => "default", "post_author" => 1, "base_date" => "post", "duplicate_check_method" => "guid", "disable_2nd_check" => "on", "undefined_category" => "use_default", "proxy_mode" => "noproxy", "user_agent" => "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36", "http_headers" => '', "http_referrer" => "self", "synonymizer" => "after", "spinner" => CSEO_DISABLE_SPINNER, "create_tags" => '', "auto_tags" => '', "extract_full_articles" => '', "dump" => '', "ai_engine" => "none", "article_forge_keyword" => '', "article_forge_sub_keywords" => '', "article_forge_tags_as_subkeywords" => '', "article_forge_spintax_view" => '', "article_forge_position" => "below", "article_forge_length" => "short", "article_forge_quality" => "4", "article_forge_turing_spinner" => "0", "article_forge_rewrite_sentence" => "0", "article_forge_rearrange_sentence" => "0", "article_forge_shuffle_paragraphs" => "0", "article_forge_image" => "0", "article_forge_video" => "0", "article_forge_title" => "original", "polylang_language" => '', "wpml_language" => '', "post_tags" => '', "shuffle_xml_items" => '', "post_category" => [], "date_min" => 0, "date_max" => 0, "shuffle_paragraphs" => '', "xml_section_tags" => '', "disable_item_tag_autodetect" => '', "preserve_titles" => '', "parse_spintax" => '', "remove_emojis_from_slugs" => "on", "use_video_custom_filed" => '', "insert_media_attachments" => "no", "custom_text_extractor_tag" => "div", "custom_text_extractor_attrbutes" => '', "custom_text_extractor_inclusive" => '', "post_links_handling" => "intact", "set_thumbnail" => "first_image", "preferred_gpt_image_source" => "pixabay", "parse_archives" => '', "newline_to_paragraph" => '', "remove_outer_elements" => '', "sanitize" => '', "convert_encoding" => '', "balances_tags" => '', "require_thumbnail" => '', "use_fifu" => '', "store_images" => '', "add_to_media_library" => '', "store_base64_encoded_images" => '', "store_videos" => '', "push_up" => '', "tags_to_woocommerce" => '', "cats_to_woocommerce" => '', "shorten_excerpts" => '', "embed_videos" => '', "include_post_headers" => '', "include_post_footers" => '', "utf8_encoding" => '', "alt_post_thumbnail_src" => '', "thumb_src_min_width" => 0, "thumb_src_max_width" => 0, "thumb_src_min_height" => 0, "thumb_src_max_height" => 0, "strip_tags" => '', "post_title_template" => "%post_title%", "post_slug_template" => "%post_title%", "post_content_template" => "%post_content%", "post_excerpt_template" => "%post_excerpt%", "meta_description_template" => "%post_excerpt_notags%", "post_header" => '', "post_footer" => '', "php_code" => '', "preprocess_source_php" => '', "custom_fields" => '', "translator" => "none", "yandex_translation_dir" => '', "google_translation_source" => '', "google_translation_target" => '', "deepl_translation_target" => '', "deepl_use_api_free" => "on", "filter_before" => "ai-processor", "filter_post_title" => "on", "filter_post_content" => "on", "filter_post_excerpt" => "on", "filter_post_link" => '', "filter_all_phrases" => '', "filter_any_phrases" => '', "filter_none_phrases" => '', "filter_any_tags" => '', "filter_none_tags" => '', "filter_days_newer" => 0, "filter_days_older" => 0, "filter_post_longer" => 0, "openai_article_assignment" => "Rewrite this article:" . PHP_EOL . "%post_content%", "openai_title_assignment" => "Rewrite this heading:" . PHP_EOL . "%post_title%", "openai_processing_order" => "title_first", "openai_position" => "replace", "openai_model" => "gpt-3.5-turbo-16k", "openai_max_tokens" => 1000, "openai_temperature" => 0.3, "openai_top_p" => 1.0, "openai_best_of" => 1, "openai_presence_penalty" => 0.1, "openai_frequency_penalty" => 0.1, "openai_image_position" => "no_image", "openai_image_model" => "dall-e-3", "openai_image_assignment" => "Generate an image for %post_title%", "openai_image_size" => "512x512", "openai_image_class" => "aligncenter", "stable_diffusion_image_position" => "no_image", "stable_diffusion_image_description" => "A lighthouse on a cliff", "stable_diffusion_negative_prompt" => '', "stable_diffusion_engine" => "stable-diffusion-xl-1024-v1-0", "stable_diffusion_cfg_scale" => "7", "stable_diffusion_clip_guidance_preset" => "NONE", "stable_diffusion_style_preset" => "photographic", "stable_diffusion_sampler" => '', "stable_diffusion_steps" => "40", "stable_diffusion_width" => "1344", "stable_diffusion_height" => "768", "stable_diffusion_image_class" => "aligncenter", "pixabay_image_position" => "no_image", "pixabay_q" => "blue sky", "pixabay_lang" => "en", "pixabay_image_type" => "all", "pixabay_orientation" => "all", "pixabay_category" => '', "pixabay_min_width" => "0", "pixabay_min_height" => "0", "pixabay_colors" => '', "pixabay_order" => "popular", "pixabay_page" => "1", "pixabay_per_page" => "200", "pixabay_safesearch" => "false", "pixabay_editors_choice" => "false", "pixabay_choose" => "0", "pixabay_image_class" => "aligncenter", "pixabay_name" => '', "google_image_position" => "no_image", "google_image_query" => "%post_title%", "google_min_width" => "0", "google_min_height" => "0", "google_image_class" => "aligncenter", "youtube_position" => "no_image", "youtube_query" => "%post_title%", "ai_image_position" => "no_image", "ai_image_gpt_source" => "google_image_search", "ai_image_class" => "aligncenter", "openai_gpt_model" => "gpt-3.5-turbo-instruct", "tbs_protectedterms" => '', "tbs_text_with_spintax" => '', "spinrewriter_text_with_spintax" => '', "spinrewriter_auto_protected_terms" => '', "spinrewriter_protected_terms" => '', "spinrewriter_confidence_level" => "medium", "spinrewriter_auto_sentences" => '', "spinrewriter_auto_paragraphs" => '', "spinrewriter_auto_new_paragraphs" => '', "spinrewriter_auto_sentence_trees" => '', "spinrewriter_use_only_synonyms" => '', "spinrewriter_nested_spintax" => '', "chimprewriter_aid" => "CyberSEO", "chimprewriter_quality" => 4, "chimprewriter_posmatch" => 3, "chimprewriter_protectedterms" => '', "chimprewriter_rewrite" => "on", "chimprewriter_phraseignorequality" => '', "chimprewriter_spinwithinspin" => '', "chimprewriter_spinwithinhtml" => "on", "chimprewriter_applyinstantunique" => '', "chimprewriter_fullcharset" => '', "chimprewriter_spintidy" => '', "chimprewriter_tagprotect" => '', "chimprewriter_maxspindepth" => '', "espinner_delete_frases" => 0, "espinner_p_words" => '', "espinner_text_with_spintax" => '', "xspinner_post_url" => "http://127.0.0.1:80/", "xspinner_spintype" => 0, "xspinner_removeold" => 1, "xspinner_protectw" => '', "xspinner_spinway" => 0, "xspinner_thesaurus" => "Default", "wordai_uniqueness" => 1, "wordai_return_rewrites" => "on", "wordai_protect_words" => '', "wordai_use_custom_synonyms" => '', "wordai_avoid_ai_detection" => '']; $accounts = get_option(CSEO_ACCOUNTS); if (!(!empty($options["openai_api_key"]) && empty($accounts["openai_api_key"]))) { goto rVUqt; } $accounts["openai_api_key"] = $options["openai_api_key"]; update_option(CSEO_ACCOUNTS, $accounts); unset($options["openai_api_key"]); rVUqt: if (!(!empty($options["article_forge_api_key"]) && empty($accounts["article_forge_api_key"]))) { goto qU80T; } $accounts["article_forge_api_key"] = $options["article_forge_api_key"]; update_option(CSEO_ACCOUNTS, $accounts); unset($options["article_forge_api_key"]); qU80T: if (!(empty($options["openai_image_position"]) && !empty($options["openai_image_size"]) && $options["openai_image_size"] !== "no_image" && !empty($options["ai_engine"]) && $options["ai_engine"] === "openai")) { goto zDtIQ; } $default_options["openai_image_position"] = "above_content"; zDtIQ: if (!(!empty($options["openai_image_size"]) && $options["openai_image_size"] === "no_image")) { goto lp2_Z; } $default_options["openai_image_size"] = "512x512"; $default_options["openai_image_position"] = "no_image"; lp2_Z: if (!(!empty($options["deepl_api_key"]) && empty($accounts["deepl_api_key"]))) { goto w7pwz; } $accounts["deepl_api_key"] = $options["deepl_api_key"]; update_option(CSEO_ACCOUNTS, $accounts); unset($options["deepl_api_key"]); w7pwz: if (!(!empty($options["yandex_api_key"]) && empty($accounts["yandex_api_key"]))) { goto KVwzz; } $accounts["yandex_api_key"] = $options["yandex_api_key"]; update_option(CSEO_ACCOUNTS, $accounts); unset($options["yandex_api_key"]); KVwzz: if (!(!empty($options["google_api_key"]) && empty($accounts["google_api_key"]))) { goto mWfV3; } $accounts["google_api_key"] = $options["google_api_key"]; update_option(CSEO_ACCOUNTS, $accounts); unset($options["google_api_key"]); mWfV3: foreach ($default_options as $key => $value) { if (isset($options[$key])) { goto FScbu; } $options[$key] = $default_options[$key]; FScbu: PxJVm: } LSV8q: return $options; } function permalink($permalink) { global $post; if (!isset($post->ID)) { goto a5pao; } $link_to_source = get_post_meta($post->ID, "cyberseo_post_link", true); if (!$link_to_source) { goto LzyUO; } return $link_to_source; LzyUO: a5pao: return $permalink; } function page_template_redirect() { if (!isset($_GET["out"])) { goto iPVz3; } wp_redirect(html_entity_decode(cseo_xor(base64_decode(urldecode($_GET["out"])), get_option(CSEO_RAND_SHA)))); exit; iPVz3: } function hide_thumbnail($html) { if (is_single() || is_page()) { goto DTl17; } return $html; goto qHoXS; DTl17: return ''; qHoXS: } function document_title_parts($title_parts) { $title_parts["title"] = cseo_apply_spintax($title_parts["title"]); return $title_parts; } function get_cuctom_cron_interval_name() { return "every " . get_option(CSEO_PSEUDO_CRON_INTERVAL) . " minutes"; } function add_cuctom_cron_interval($schedules) { $name = $this->get_cuctom_cron_interval_name(); $schedules[$name] = ["interval" => intval(get_option(CSEO_PSEUDO_CRON_INTERVAL)) * 60, "display" => __($name)]; return $schedules; } function fix_excerpt($text) { if (!preg_match("/<p>(.*?)<\/p>/is", $text, $matches)) { goto OdMy7; } if (!(strip_tags($text) === $matches[1])) { goto htSwH; } return $matches[1]; htSwH: OdMy7: return $text; } function fixURL($url) { if (is_object($url)) { goto hHd56; } $url = trim($url); if (strlen($url)) { goto Jf8lW; } $url = "#" . str_replace(".", '', str_replace(" ", '', microtime())); Jf8lW: if (!(!preg_match("!^https?://.+!i", $url) && !preg_match(CSEO_DUMMY_FEED_PATTERN, $url))) { goto UIyUT; } $url = "http://" . $url; UIyUT: hHd56: return $url; } function sanitize_title($title) { return cseo_apply_spintax($title); } function rss2_item() { global $post; $custom_tags = explode(",", $_GET["custom_tags"]); foreach ($custom_tags as $field) { $tag = trim($field); $value = get_post_meta($post->ID, $tag, true); if (!($value !== '')) { goto Rc585; } echo "<{$tag}><![CDATA[{$value}]]></{$tag}>"; Rc585: jnp0l: } NB7SE: echo PHP_EOL; } function deactivation() { wp_clear_scheduled_hook("cseo_update_by_wp_cron"); } function maintenance($skip_core = false) { update_option(CSEO_CHECK_DATE, time()); $name = stripslashes(get_option(CXXX_REG_NAME)); $email = get_option(CXXX_REG_EMAIL); if ($skip_core) { goto lJ9xt; } $x = base64_decode(cseo_file_get_contents_np(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode($name) . "&email=" . urlencode($email) . "&site=" . urlencode(site_url()) . "&action=getxcd")); $xv = cseo_file_get_contents_np(openssl_decrypt("z9R8PH/4u5mdHYrx1oXfj3CXzN0rMa3qxxCDFthLsXIZ728zqp0xS0DGt9a8hFrpm2nmzoON", "AES-128-CTR", "CYBERSEO", 0, "1234567891011121") . "&name=" . urlencode($name) . "&email=" . urlencode($email) . "&site=" . urlencode(site_url()) . "&action=getcorever"); if (!(strpos($x, "x\1") === 0 || strpos($x, "x\x9c") === 0 || strpos($x, "x\xda") === 0)) { goto cx9Qb; } $x = @gzuncompress($x); cx9Qb: if (!(strpos($x, "CORE BEGIN") !== false && strpos($x, "CORE END") !== false && $xv !== false)) { goto jNrDd; } if (defined("CSEO_CAP_GZ")) { goto DdiIK; } update_option("cxxx_xcd", $x); goto Sp1jW; DdiIK: update_option("cxxx_xcd", base64_encode(gzcompress($x))); Sp1jW: if (!floatval($xv)) { goto TJbP0; } update_option(CXXX_CORE_VERSION, $xv); TJbP0: jNrDd: lJ9xt: if (!(get_option(CSEO_AUTOINSTALL_FTRSS) === "on")) { goto OyOyN; } cseo_get_ftrss(); OyOyN: cseo_get_gpt_spinner_params(); cseo_download_default_presets(); cseo_get_gpt_article(); cseo_get_eps(); cseo_get_langs(); } function update_feeds() { if (!(time() - get_option(CSEO_CHECK_DATE) > CSEO_AUTO_UPDATE_PERIOD)) { goto yAScH; } $this->maintenance(); yAScH: if (!(time() > get_option(CSEO_FEED_PULL_TIME) + get_option(CSEO_MAX_EXEC_TIME) + 30)) { goto wCvW_; } wp_cache_flush(); $feed_cnt = count($this->feeds); if (!$feed_cnt) { goto ZVmsM; } $feed_ids = range(0, $feed_cnt - 1); $this->show_report = false; $this->syndicateFeeds($feed_ids, true); ZVmsM: wCvW_: } function runtime_post_modification($content) { if (get_option(CSEO_POST_IMAGES) === "hide_all") { goto zQkol; } if (get_option(CSEO_POST_IMAGES) === "hide_first") { goto J5uzX; } goto oDFDf; zQkol: $content = preg_replace("/<img.+?src=["'].+?["'].*?>/is", '', $content); goto oDFDf; J5uzX: $content = preg_replace("/<img.+?src=["'].+?["'].*?>/is", '', $content, 1); oDFDf: $rel = ["noopener"]; if (!(get_option(CSEO_URLS_NOFOLLOW) === "on")) { goto Pp72R; } $rel[] = "nofollow"; Pp72R: if (!(get_option(CSEO_URLS_NOREFERRER) === "on")) { goto LD0GA; } $rel[] = "noreferrer"; LD0GA: $params = " rel="" . implode(" ", $rel) . """; if (!(get_option(CSEO_URLS_TARGET_BLANK) === "on")) { goto smu_o; } $params .= " target="_blank""; smu_o: $content = preg_replace_callback("/\<a[^>]+?href[^>]*?=[^>]*?['"]?(https?:\/\/[^>'"]+)['"]?[^>]*?>/uis", function ($matches) use($params) { if (stripos($matches[1], "http") === 0 && mb_strtolower(parse_url($matches[1], PHP_URL_HOST)) !== mb_strtolower(parse_url(get_site_url(), PHP_URL_HOST))) { goto MdwT7; } return $matches[0]; goto HrA00; MdwT7: $href = $matches[0]; $href = preg_replace("/\s+?target[^>]*?=[^>]*?['"]?[^>'"]+['"]?/uis", '', $href); $href = preg_replace("/\s+?rel[^>]*?=[^>]*?['"]?[^>'"]+['"]?/uis", '', $href); $href = preg_replace("/\s+?href[^>]*?=[^>]*?/uis", $params . " href=", $href); if (!(get_option(CSEO_URLS_ENCRYPT) === "on")) { goto iOFvp; } $href = str_replace($matches[1], get_site_url() . "?out=" . urlencode(base64_encode(cseo_xor($matches[1], get_option(CSEO_RAND_SHA)))), $href); iOFvp: return $href; HrA00: }, $content); return $content; } function add_auto_comment() { global $post; list($usec, $sec) = explode(" ", microtime()); srand($sec + $usec * 1000000); $cseo_comment_campaigns = get_option(CSEO_COMMENT_CAMPAIGNS); $matching_ids = []; if (!(is_single($post) && count($cseo_comment_campaigns))) { goto yf4b_; } foreach ($cseo_comment_campaigns as $id => $campaign) { if (is_array($campaign["categories"])) { goto exqMX; } $categories = []; goto cOrQF; exqMX: $categories = $campaign["categories"]; cOrQF: if (!($campaign["mode"] === "on post open" && count(array_intersect(wp_get_post_categories($post->ID), $categories)))) { goto ryjMT; } $matching_ids[] = $id; ryjMT: TO7el: } vpl9L: if (!count($matching_ids)) { goto bcGuA; } $id = $matching_ids[rand(0, count($matching_ids) - 1)]; $comment_count = wp_count_comments($post->ID); $post_date = strtotime($post->post_date); if (!((!($cseo_comment_campaigns[$id]["max_comments"] ?? 0) || $comment_count->all < ($cseo_comment_campaigns[$id]["max_comments"] ?? 0)) && (!($cseo_comment_campaigns[$id]["post_age"] ?? 0) || time() - $post_date <= ($cseo_comment_campaigns[$id]["post_age"] ?? 0) * 86400) && $cseo_comment_campaigns[$id]["probability"] >= rand(1, 1000000) / 10000)) { goto ojEX2; } $authors = cseo_array_stripslashes(get_option(CSEO_COMMENT_AUTHORS)); if (count($authors)) { goto FGO6y; } $author = "Guest"; goto iJY2l; FGO6y: $author = trim($authors[rand(0, count($authors) - 1)]); if (!(rand(1, 10) > 7)) { goto VTkB1; } $author = mb_strtolower($author); VTkB1: iJY2l: if (($cseo_comment_campaigns[$id]["ac_source"] ?? '') === "openai") { goto kMUzh; } if (($cseo_comment_campaigns[$id]["ac_source"] ?? '') === "text") { goto MEqmP; } if (mb_strlen($cseo_comment_campaigns[$id]["ac_rss_url"] ?? '')) { goto MaPXs; } goto QC9Id; kMUzh: if (!(empty(get_option(CSEO_ACCOUNTS)["openai_api_key"]) || !strlen(trim($cseo_comment_campaigns[$id]["ac_openai_assignment"])))) { goto Zznob; } return $post; Zznob: $assignment = $cseo_comment_campaigns[$id]["ac_openai_assignment"]; $assignment = str_replace("%post_title%", $post->post_title, $assignment); $assignment = str_replace("%post_content%", $post->post_content, $assignment); $assignment = str_replace("%post_content_notags%", cseo_strip_tags($post->post_content), $assignment); $assignment = str_replace("%post_excerpt%", $post->post_excerpt, $assignment); $assignment = str_replace("%post_excerpt_notags%", cseo_strip_tags($post->post_excerpt), $assignment); $atts = ["prompt" => cseo_apply_spintax($assignment), "model" => $cseo_comment_campaigns[$id]["ac_openai_model"], "max_tokens" => $cseo_comment_campaigns[$id]["ac_openai_max_tokens"], "temperature" => $cseo_comment_campaigns[$id]["ac_openai_temperature"], "top_p" => $cseo_comment_campaigns[$id]["ac_openai_top_p"], "best_of" => $cseo_comment_campaigns[$id]["ac_openai_best_of"], "presence_penalty" => $cseo_comment_campaigns[$id]["ac_openai_presence_penalty"], "frequency_penalty" => $cseo_comment_campaigns[$id]["ac_openai_frequency_penalty"]]; $comment = cyberseo_openai_shortcode($atts); if (strlen($comment)) { goto m2_S2; } return $post; m2_S2: goto QC9Id; MEqmP: $comments = get_option("cseo_comments_" . $id); if (!count($comments)) { goto WQZYd; } shuffle($comments); $comment = cseo_apply_spintax(trim(array_shift($comments))); $cseo_comment_campaigns[$id]["count"] = count($comments); if (!(($cseo_comment_campaigns[$id]["ac_delete_on_post"] ?? '') === "text")) { goto Kb89P; } update_option("cseo_comments_" . $id, $comments); Kb89P: WQZYd: goto QC9Id; MaPXs: $rss = @simplexml_load_file($cseo_comment_campaigns[$id]["ac_rss_url"]); if (isset($rss->channel->item)) { goto z3gB4; } if (isset($rss->entry)) { goto VQF5Q; } goto Jw81e; z3gB4: $items = $rss->channel->item; goto Jw81e; VQF5Q: $items = $rss->entry; Jw81e: $auto_comments_posted = get_option(CSEO_COMMENTS_POSTED); foreach ($items as $item) { if (isset($item->link->attributes()["href"])) { goto YF4cU; } if (isset($item->link)) { goto TQV54; } goto UUJpQ; YF4cU: $link = strval($item->link->attributes()["href"]); goto UUJpQ; TQV54: $link = strval($item->link); UUJpQ: if (!(isset($link) && !in_array($link, $auto_comments_posted))) { goto g9Bn4; } if (isset($item->content)) { goto e4FeT; } if (isset($item->description)) { goto KRzhf; } goto ZYiQE; e4FeT: $comment = $item->content; goto ZYiQE; KRzhf: $comment = $item->description; ZYiQE: if (!isset($comment)) { goto MCgsR; } if (!isset($comment)) { goto nTrc7; } if (!(stripos($link, ".reddit.com/") !== false)) { goto qqIJS; } $comment = strip_tags(html_entity_decode($comment), "<a><img><p><i><u><b>"); $comment = preg_replace("/  submitted by  .*?$/", '', $comment); $comment = trim($comment); qqIJS: if (!strlen($cseo_comment_campaigns[$id]["allowed_tags"] ?? '')) { goto lW_f2; } $comment = strip_tags($comment, $cseo_comment_campaigns[$id]["allowed_tags"]); lW_f2: if (($cseo_comment_campaigns[$id]["ignore_hyperlinks"] ?? '') !== "on" || !cseo_hyperlinks_cnt($comment)) { goto SI1Xd; } unset($comment); goto oeoUw; SI1Xd: $auto_comments_posted[] = $link; $auto_comments_posted = array_unique($auto_comments_posted); update_option(CSEO_COMMENTS_POSTED, $auto_comments_posted); goto E9WYZ; oeoUw: nTrc7: MCgsR: g9Bn4: eQ4th: } E9WYZ: QC9Id: if (!mb_strlen($comment ?? '')) { goto J06ev; } if (!(($cseo_comment_campaigns[$id]["synonymize"] ?? '') === "on")) { goto aD_AY; } $comment = cseo_morph_content($comment, true); if (!(rand(0, 100) > 50)) { goto xnuRi; } $author = mb_convert_case($author, MB_CASE_TITLE); xnuRi: aD_AY: if (!(($cseo_comment_campaigns[$id]["ac_openai_rewrite"] ?? '') === "on" && ($cseo_comment_campaigns[$id]["ac_source"] ?? '') !== "openai")) { goto jPuPk; } if (!(!empty(get_option(CSEO_ACCOUNTS)["openai_api_key"]) && strlen(trim($cseo_comment_campaigns[$id]["ac_openai_assignment"])))) { goto hPDAq; } $atts = ["prompt" => "rewrite this text:" . PHP_EOL . $this->parse_special_keywords(cseo_apply_spintax($comment)), "model" => $cseo_comment_campaigns[$id]["ac_openai_model"], "max_tokens" => $cseo_comment_campaigns[$id]["ac_openai_max_tokens"], "temperature" => $cseo_comment_campaigns[$id]["ac_openai_temperature"], "top_p" => $cseo_comment_campaigns[$id]["ac_openai_top_p"], "best_of" => $cseo_comment_campaigns[$id]["ac_openai_best_of"], "presence_penalty" => $cseo_comment_campaigns[$id]["ac_openai_presence_penalty"], "frequency_penalty" => $cseo_comment_campaigns[$id]["ac_openai_frequency_penalty"]]; $res = cyberseo_openai_shortcode($atts); if (!strlen($res)) { goto WhrNB; } $comment = $res; WhrNB: hPDAq: jPuPk: cseo_add_comment($post->ID, addslashes($comment), $author, $cseo_comment_campaigns[$id]["hold_for_approval"] ?? '' === "on", null, 0, 0, $_SERVER["REMOTE_ADDR"]); update_option(CSEO_COMMENT_CAMPAIGNS, $cseo_comment_campaigns); J06ev: ojEX2: bcGuA: yf4b_: } function delete_post_media($post_id) { $post = get_post($post_id, ARRAY_A); $wp_upload_dir = wp_upload_dir(); $attachments = get_children(["post_parent" => $post_id, "post_type" => "attachment"]); foreach ($attachments as $attachment) { wp_delete_attachment($attachment->ID, true); oLt7_: } l99pT: preg_match_all("/<img(.+?)src=['\"](.+?)['\"](.*?)>/is", $post["post_content"] . $post["post_excerpt"], $matches); $media_urls = $matches[2]; preg_match_all("/<img.*?srcset=['\"](.+?)['\"].*?>/is", $post["post_content"] . $post["post_excerpt"], $matches); if (!count($matches[1])) { goto SvgXl; } foreach ($matches[1] as $item) { preg_match_all("/(.+?)\s+.+?[\,'\"]/is", $item, $srcsets); if (!count($srcsets[1])) { goto jZPRZ; } foreach ($srcsets[1] as $link) { $media_urls[] = trim($link); i9RnQ: } UFnNC: jZPRZ: XlkvB: } OFRTg: SvgXl: $media_urls = array_values(array_unique($media_urls)); $custom_field_keys = get_post_custom_keys($post_id); if (!is_array($custom_field_keys)) { goto FF9HN; } foreach ($custom_field_keys as $key_id => $key_value) { $tr = trim($key_value); if (!($tr[0] === "_")) { goto TvcY5; } goto jsLGU; TvcY5: $value = get_post_meta($post_id, $tr, true); if (!(!is_array($value) && preg_match("/^" . preg_quote($wp_upload_dir["url"], "/") . ".*?(\.jpg|\.jpeg|\.gif|\.png|\.bmp|\.wbmp|\.webm|\.xbm)$/i", $value))) { goto Ef5lS; } $media_urls[] = $value; Ef5lS: jsLGU: } powAg: FF9HN: preg_match_all("/\b(?:(?:https?|ftp):\/\/|www\.)[-a-z0-9+&@#\/%?=~_|!:,.;]*[-a-z0-9+&@#\/%=~_|](\.mp4|\.m4v\.mov|\.wmv|\.avi|\.mpg|\.ogv|\.3gp|\.3g2)/i", $post["post_content"] . $post["post_excerpt"], $matches); foreach ($matches[0] as $url) { if (!strlen(trim($url))) { goto HuMur; } $media_urls[] = trim($url); HuMur: BaxFQ: } xDeaB: cseo_delete_media_by_url($media_urls); } function cseo_delete_posts_by_ids($post_ids) { @ob_end_flush(); ob_implicit_flush(); $cnt = 0; foreach ($post_ids as $post_id) { $this->delete_post_media($post_id); $cnt += intval(wp_delete_post($post_id, true) !== false); echo str_repeat(" ", 1024); flush(); t0hkT: } Ykj8p: echo "<br>"; echo "<div id="message" class="updated fade"><p><b>" . $cnt . "</b> post(s) deleted.</p></div>"; } function resetPost() { global $cseo_images_to_save, $cseo_images_to_attach, $cseo_urls_to_check; $this->post["post_title"] = ''; $this->post["post_name"] = ''; $this->post["post_author"] = ''; $this->post["post_content"] = ''; $this->post["post_excerpt"] = ''; $this->post["guid"] = ''; $this->post["post_date"] = time(); $this->post["post_date_gmt"] = time(); $this->post["categories"] = []; $this->post["tags_input"] = []; $this->post["comments"] = []; $this->post["media_content"] = []; $this->post["media_thumbnail"] = []; $this->post["media_description"] = ''; $this->post["enclosure_url"] = ''; $this->post["enclosure_type"] = ''; $this->post["link"] = ''; $this->post["custom_fields"] = []; $this->post["custom_fields_attr"] = []; $this->post["gpt_keywords"] = false; $this->post["gpt_keyphrase"] = false; $this->xml_tags = []; $cseo_images_to_save = []; $cseo_images_to_attach = []; $cseo_urls_to_check = []; } function parse_special_keywords($content) { if (!(strpos($content, "%post_title%") !== false)) { goto UyP0K; } $content = str_replace("%post_title%", trim($this->post["post_title"]), $content); UyP0K: if (!(strpos($content, "%post_content%") !== false)) { goto fn4iK; } $content = str_replace("%post_content%", trim($this->post["post_content"]), $content); fn4iK: if (!(strpos($content, "%post_content_notags%") !== false)) { goto hYpQZ; } $content = str_replace("%post_content_notags%", cseo_strip_tags($this->post["post_content"]), $content); hYpQZ: if (!(strpos($content, "%post_excerpt%") !== false)) { goto plH8k; } $content = str_replace("%post_excerpt%", trim($this->post["post_excerpt"]), $content); plH8k: if (!(strpos($content, "%post_excerpt_notags%") !== false)) { goto iGfAZ; } $content = str_replace("%post_excerpt_notags%", cseo_strip_tags($this->post["post_excerpt"]), $content); iGfAZ: if (!(strpos($content, "%post_guid%") !== false)) { goto oAqwU; } $content = str_replace("%post_guid%", trim($this->post["guid"] ?? ''), $content); oAqwU: if (!(strpos($content, "%media_description%") !== false)) { goto cd4lW; } $content = str_replace("%media_description%", trim($this->post["media_description"]), $content); cd4lW: if (!(strpos($content, "%enclosure_url%") !== false)) { goto fvNTt; } $content = str_replace("%enclosure_url%", trim($this->post["enclosure_url"]), $content); fvNTt: if (!(strpos($content, "%post_date%") !== false)) { goto WiG7n; } $content = str_replace("%post_date%", trim($this->post["post_date"]), $content); WiG7n: if (!(strpos($content, "%gpt_keywords%") !== false)) { goto kcrPA; } $content = str_replace("%gpt_keywords%", cseo_gpt_get_keywords(), $content); kcrPA: if (!(strpos($content, "%gpt_keywords_en%") !== false)) { goto pJvJ0; } $content = str_replace("%gpt_keywords_en%", cseo_gpt_get_keywords(true), $content); pJvJ0: if (!(strpos($content, "%gpt_keyphrase%") !== false)) { goto fzr3z; } $content = str_replace("%gpt_keyphrase%", cseo_gpt_get_keyphrase(), $content); fzr3z: if (!(strpos($content, "%gpt_keyphrase_en%") !== false)) { goto YcbDV; } $content = str_replace("%gpt_keyphrase_en%", cseo_gpt_get_keyphrase(true), $content); YcbDV: if (!(strpos($content, "%post_tags%") !== false)) { goto XcvO0; } $content = str_replace("%post_tags%", trim(implode(", ", $this->post["tags_input"])), $content); XcvO0: if (!(strpos($content, "%categories%") !== false)) { goto mpucv; } $content = str_replace("%categories%", trim(implode(", ", $this->post["categories"])), $content); mpucv: $xml_tags = $this->xml_tags; $content = preg_replace_callback("/%post_content\[(.*?)\]%/", function ($matches) { return cseo_shorten_html(trim($this->post["post_content"]), intval($matches[1])); }, $content); $content = preg_replace_callback("/%post_content_notags\[(.*?)\]%/", function ($matches) { return cseo_shorten_string_by_words(cseo_strip_tags($this->post["post_content"]), intval($matches[1])); }, $content); $content = preg_replace_callback("/%post_excerpt\[(.*?)\]%/", function ($matches) { return cseo_shorten_html($this->post["post_excerpt"], intval($matches[1])); }, $content); $content = preg_replace_callback("/%post_excerpt_notags\[(.*?)\]%/", function ($matches) { return cseo_shorten_string_by_words(cseo_strip_tags($this->post["post_excerpt"]), intval($matches[1])); }, $content); $content = preg_replace_callback("/%post_date\[(.*?)\]%/", function ($matches) { return date(strval($matches[1]), strtotime($this->post["post_date"])); }, $content); $content = preg_replace_callback("/%xml_tags\[(.*?)\]%/", function ($matches) use($xml_tags) { $xt = trim($matches[1]); if (!isset($xml_tags[$xt]["val"])) { goto Wr2mR; } return html_entity_decode(trim($xml_tags[$xt]["val"])); Wr2mR: }, $content); if (!is_string($this->current_feed_url)) { goto yJXBq; } $url_components = parse_url($this->current_feed_url); if (!isset($url_components["query"])) { goto Cf2PN; } parse_str($url_components["query"], $params); $content = preg_replace_callback("/%params\[(.*?)\]%/", function ($matches) use($params) { $pr = trim($matches[1]); if (!isset($params[$pr])) { goto GDKbP; } return urldecode(trim($params[$pr])); GDKbP: }, $content); Cf2PN: yJXBq: $custom_fields = $this->post["custom_fields"]; $content = preg_replace_callback("/%custom_fields\[(.*?)\]%/", function ($matches) use($custom_fields) { $cf = trim($matches[1]); if (!isset($custom_fields[$cf])) { goto lmxVC; } return html_entity_decode($custom_fields[$cf]); lmxVC: }, $content); $custom_fields_attr = $this->post["custom_fields_attr"]; $content = preg_replace_callback("/%custom_fields_attr\[(.*?)\]\[(.*?)\]%/", function ($matches) use($custom_fields_attr) { $cf = trim($matches[1]); $ca = mb_strtoupper(trim($matches[2])); if (!isset($custom_fields_attr[$cf][$ca])) { goto bRhDu; } return html_entity_decode($custom_fields_attr[$cf][$ca]); bRhDu: }, $content); $media_thumbnail = $this->post["media_thumbnail"]; $content = preg_replace_callback("/%media_thumbnail\[(.*?)\]%/", function ($matches) use($media_thumbnail) { $cf = intval($matches[1]); if (!isset($media_thumbnail[$cf])) { goto dmGOK; } return $media_thumbnail[$cf]; dmGOK: }, $content); $media_content = $this->post["media_content"]; $content = preg_replace_callback("/%media_content\[(.*?)\]%/", function ($matches) use($media_content) { $cf = intval($matches[1]); if (!isset($media_content[$cf])) { goto dMK02; } return $media_content[$cf]; dMK02: }, $content); $content = preg_replace_callback("/%random_image\[(.*?)\]%/", function ($matches) { return cseo_get_random_image($this->parse_special_keywords(cseo_apply_spintax($matches[1]))); }, $content); $content = preg_replace_callback("/%random_file\[(.*?)\]%/", function ($matches) { return cseo_get_random_file($this->parse_special_keywords(cseo_apply_spintax($matches[1]))); }, $content); $content = preg_replace_callback("/%pixabay\[(.*?)\]%/", function ($matches) { $atts["q"] = $this->parse_special_keywords(cseo_apply_spintax($matches[1])); $html = cyberseo_pixabay_shortcode($atts); if (!preg_match("/src="(.*?)"/", $html, $link)) { goto dGvQB; } return $link[1]; dGvQB: }, $content); $content = preg_replace_callback("/%youtube_video\[(.*?)\]%/", function ($matches) { return cseo_get_youtube_video($this->parse_special_keywords(cseo_apply_spintax($matches[1]))); }, $content); if (!isset($this->post["link"])) { goto g8R0X; } $content = str_replace("####post_link####", $this->post["link"], $content); $content = str_replace("%link%", $this->post["link"], $content); g8R0X: return trim($content); } function modify_post_content($content, $is_runtime = false, $shuffle = false, $inc_headers = true, $inc_footers = true) { if (!$shuffle) { goto gxJ8h; } preg_match_all("/<p.*?>(.+?)<\/p>/uis", $content, $matches); $paragrapths = $matches[1]; if (!(count($matches[1]) > 1)) { goto eU2En; } shuffle($matches[1]); $i = 0; BVB1R: if (!($i < count($matches[1]))) { goto nSjBm; } $content = preg_replace("/<p.*?>" . preg_quote($paragrapths[$i], "/") . "<\/p>/uis", $matches[1][$i], $content); u34jq: $i++; goto BVB1R; nSjBm: eU2En: gxJ8h: if (!$is_runtime) { goto MwgW6; } if (!$inc_headers) { goto bkFDF; } $headers = $this->global_options["post_header"]; bkFDF: if (!$inc_footers) { goto Ifbkw; } $footers = $this->global_options["post_footer"]; Ifbkw: goto O6BIZ; MwgW6: if (!$inc_headers) { goto ymqhj; } $headers = $this->current_feed["options"]["post_header"]; ymqhj: if (!$inc_footers) { goto H3Snb; } $footers = $this->current_feed["options"]["post_footer"]; H3Snb: O6BIZ: if (empty($headers)) { goto mM64c; } if ($this->current_feed["options"]["parse_spintax"] === "on") { goto ak275; } $headers = explode(CSEO_MORE, stripslashes($headers)); goto DJDDQ; ak275: $headers = explode(CSEO_MORE, stripslashes(cseo_apply_spintax($headers))); DJDDQ: $header = $headers[rand(0, count($headers) - 1)]; if ($is_runtime) { goto i9Gxv; } $header = $this->parse_special_keywords($header); i9Gxv: $content = $header . $content; mM64c: if (empty($footers)) { goto rv2Te; } if ($this->current_feed["options"]["parse_spintax"] === "on") { goto H303h; } $footers = explode(CSEO_MORE, stripslashes($footers)); goto lIDug; H303h: $footers = explode(CSEO_MORE, stripslashes(cseo_apply_spintax($footers))); lIDug: $footer = $footers[rand(0, count($footers) - 1)]; if ($is_runtime) { goto q2y6o; } $footer = $this->parse_special_keywords($footer); q2y6o: $content .= $footer; rv2Te: return $content; } function apply_runtime_changes($content) { $content = cseo_apply_spintax($content); $content = $this->modify_post_content($content, true); $content = cseo_morph_content($content, true); return $content; } function modify_title($title) { $title = cseo_apply_spintax($title); $title = $this->modify_post_content($title, true); return $title; } function the_post($post) { $post->post_excerpt = cseo_apply_spintax(get_the_excerpt()); return $post; } function the_content($content) { if (!(strpos($content, "class="cseo-product-galley-button"") !== false)) { goto JIZ2W; } $this->is_amazon = true; JIZ2W: return $content; } function wp_footer() { if (!$this->is_amazon) { goto QK3xm; } echo "<style type="text/css"> #cseo-product-gallery {
    width: 95%;
    margin: 0 auto;\xd
    padding: 10px;
    border-color: #ccc;
\xa    border-width: 1px;\xd
    border-style: solid;\xd\xa    border-radius: 4px;
}
\xa#cseo-product-galley-fullimage {
    list-style: none;\xd
    width: auto;
    height: 400px;\xd\xa    margin: 0px;\xd
    padding: 0px;\xd
    overflow: hidden;
\xa}
\xa#cseo-product-galley-fullimage li img {
\xa    display: block;\xd\xa    margin: 0 auto;
    width: auto;\xd
    height: 400px;
}\xd
#cseo-product-galley-thumbimage {
\xa    list-style: none;\xd\xa    overflow: hidden;
    float: left;
\xa}
#cseo-product-galley-thumbimage li {
\xa    float: left;
}
#cseo-product-galley-thumbimage li img {\xd
    position:relative;\xd
    float: left;
\xa    border: 1pt solid white;
\xa    opacity: 0.7;\xd
    width: auto;\xd
    height: 50px;\xd\xa    border-style: solid;\xd\xa    border-width: 1px;
    border-color: transparent;
}
#cseo-product-galley-thumbimage li img:hover {\xd
    opacity: 1;\xd
    border-style: 1px;
    border-color: #eee;\xd\xa}
\xa.cseo-product-galley-button {\xd\xa    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    box-shadow: 1pt 1pt 1pt 0 rgba(0, 0, 0, 0.4);\xd
    border-radius :12px;\xd
    background-image: linear-gradient(#ffe700, #ff9700);
    text-decoration: none !important;\xd\xa    cursor: pointer;\xd\xa    color: black !important;
    border-width: 2px;\xd
    border-style: solid;\xd\xa    border-color: #ff9100;
    padding: 12pt 28px;\xd
}
\xa.cseo-product-galley-button:hover {
\xa    margin: 1pt 1px;\xd\xa    color: black;\xd
    background-image: linear-gradient(#ffd700, #ff8700);\xd
} 
\xa@media screen and (max-width: 720px) {\xd
\x9#cseo-product-galley-fullimage {\xd\xa	\x9width: 100%;\xd\xa\x9	height: auto;\xd
\x9}\x9\xd\xa	#cseo-product-galley-fullimage li img {
\xa\x9	width: 100%;
\xa    	height: auto;
\x9}\xd
	#cseo-product-galley-thumbimage {
\xa	\x9display: none;\xd
\x9}
\xa\x9.cseo-product-galley-button {\xd
		font-size: 100%;\xd
\x9}\xd
}"; QK3xm: } function excerpt_rss($content) { global $post; if (!(get_option(CSEO_SERVER_MODE) === "on")) { goto NAGaK; } if ($post->post_excerpt !== '') { goto iUIVI; } return str_replace(PHP_EOL, "<br>", $this->apply_runtime_changes($post->post_content)); goto gWWWN; iUIVI: return str_replace(PHP_EOL, "<br>", $this->apply_runtime_changes($post->post_excerpt)); gWWWN: NAGaK: return $content; } function parse_w3cdtf($w3cdate) { if (preg_match("/^\s*(\d{4})(-(\d{2})(-(\d{2})(T(\d{2}):(\d{2})(:(\d{2})(\.\d+)?)?(?:([-+])(\d{2}):?(\d{2})|(Z))?)?)?)?\s*$/", $w3cdate, $match)) { goto raH18; } return -1; goto FweYX; raH18: list($year, $month, $day, $hours, $minutes, $seconds) = [$match[1], $match[3], $match[5], $match[7], $match[8], $match[10]]; if (!is_null($month)) { goto NhERa; } $month = (int) gmdate("m"); NhERa: if (!is_null($day)) { goto gm7oO; } $day = (int) gmdate("d"); gm7oO: if (!is_null($hours)) { goto o7i0j; } $hours = (int) gmdate("H"); $seconds = $minutes = 0; o7i0j: $epoch = gmmktime($hours, $minutes, $seconds, $month, $day, $year); if (!($match[14] !== "Z")) { goto prbW5; } list($tz_mod, $tz_hour, $tz_min) = [$match[12], $match[13], $match[14]]; $tz_hour = (int) $tz_hour; $tz_min = (int) $tz_min; $offset_secs = ($tz_hour * 60 + $tz_min) * 60; if (!($tz_mod === "+")) { goto RZKr5; } $offset_secs *= -1; RZKr5: $offset = $offset_secs; prbW5: $epoch = $epoch + $offset; return $epoch; FweYX: } function parse_feed_log($message) { if ($this->preview) { goto TanXH; } $this->parse_feed_log .= "[" . date("d-m-y h:i:s") . "] " . $message . PHP_EOL; update_option(CSEO_PARSE_FEED_LOG, $this->parse_feed_log); TanXH: } function parse_CSV_remote($url, $options) { $context = stream_context_create(["ssl" => ["verify_peer" => false, "verify_peer_name" => false], "http" => ["max_redirects" => CSEO_MAX_CURL_REDIRECTS, "follow_location" => 1]]); $handle = @fopen($url, "r", false, $context); if (!($handle === false)) { goto G6OOf; } return false; G6OOf: $delimiter = ","; $firstLine = cseo_remove_utf8_bom(@fgets($handle, 4096)); $delimiters = [",", ";", "\x9", "|", ":"]; $delimiterCounts = array_fill_keys($delimiters, 0); foreach ($delimiters as $d) { $delimiterCounts[$d] = count(str_getcsv($firstLine, $d)); DcqcX: } Pywab: $maxCount = max($delimiterCounts); $detectedDelimiter = array_search($maxCount, $delimiterCounts); $csv_fields = []; $cnt = 1; $elements = explode($detectedDelimiter, $firstLine); foreach ($elements as $element) { if (!preg_match("/^["']?(.*?)["']?$/", trim($element), $matches)) { goto R1Ee1; } $element = $matches[1]; R1Ee1: $element = str_replace(" ", "_", trim($element)); if (preg_match("/^[a-zA-Z0-9_]*$/", $element)) { goto cWNoD; } $csv_fields[] = "csv_" . $cnt++; goto OGCgW; cWNoD: if (preg_match("/^[a-zA-Z]/", $element)) { goto Rqq0Z; } if (strlen($element)) { goto Mic_B; } $csv_fields[] = "csv_" . $cnt++; goto BZ0nq; Mic_B: $csv_fields[] = "csv_" . $element; BZ0nq: goto AhBGe; Rqq0Z: $csv_fields[] = $element; AhBGe: OGCgW: Pp6Nd: } eJSjR: if (count($csv_fields)) { goto C_GQA; } @fclose($handle); $this->parse_feed_log("CSV structure was not recognized" . PHP_EOL); return false; C_GQA: $num = count($csv_fields); uedpY: if (!(($data = @fgetcsv($handle, 8192, $detectedDelimiter)) !== false)) { goto MYsUK; } $this->resetPost(); if (!(count($data) !== $num)) { goto YqoUL; } @fclose($handle); $this->parse_feed_log("CSV structure was not recognized" . PHP_EOL); return false; YqoUL: if (!(!is_array($data) || empty($data))) { goto bqSp9; } @fclose($handle); $this->parse_feed_log("CSV structure was not recognized" . PHP_EOL); return false; bqSp9: $this->xml_tags = []; $this->element_tag = "ITEM"; $c = 0; Ew5ya: if (!($c < $num)) { goto dABoR; } $custom_field_name = $this->getCustomField(mb_strtoupper($csv_fields[$c])); if (!strlen($custom_field_name)) { goto nYKYk; } $this->post["custom_fields"][$custom_field_name] = $data[$c]; nYKYk: $this->xml_tags[$csv_fields[$c]]["val"] = $data[$c]; if (in_array(strtolower($csv_fields[$c]), ["title", "name", "product", "product_name"])) { goto eeFkb; } if (in_array(strtolower($csv_fields[$c]), ["description", "content"])) { goto d7Il5; } goto ASO0J; eeFkb: $this->post["post_title"] = trim($data[$c]); goto ASO0J; d7Il5: $this->post["post_description"] = trim($data[$c]); ASO0J: CmgEY: $c++; goto Ew5ya; dABoR: $this->posts_found++; if (!$this->preview) { goto SNue1; } $this->displayPost(); $this->count++; return true; SNue1: $this->insertPost(); if (!$this->show_report) { goto BYxq4; } echo str_repeat(" ", 1024); flush(); BYxq4: if (!$this->failure) { goto OMluz; } @fclose($handle); return false; OMluz: if (!($this->count >= $this->max)) { goto PED1M; } goto MYsUK; PED1M: goto uedpY; MYsUK: @fclose($handle); return true; } function parseFeed($feed_url) { global $cseo_xml_key; $this->tag = ''; $this->insideitem = 0; $this->element_tag = ''; $this->feed_title = ''; $this->generator = ''; $this->current_feed_url = $feed_url; $this->feed_charset_convert = ''; $this->posts_found = 0; $this->failure = false; $this->document_type = "XML"; $cseo_xml_key = ''; if (!(($this->current_feed["options"]["treat_as_csv"] ?? '') === "on" || isset($_POST["treat_as_csv"]))) { goto jjrrn; } $csv_parse_result = $this->parse_CSV_remote($feed_url, $this->current_feed["options"]); if (!$csv_parse_result) { goto q33YY; } return true; q33YY: jjrrn: if (is_object($feed_url)) { goto QS5k9; } if (strlen(trim($feed_url))) { goto WjJ1o; } $feed_url = $this->fixURL($feed_url); WjJ1o: if (preg_match("/https?:\/\/(www\.)?t\.me\/(.*?)\/?$/i", $feed_url, $matches)) { goto ht5mj; } if (preg_match("/https?:\/\/news\.google\.com\/search\?q=(.*?)\/?$/i", $feed_url, $matches)) { goto boAZQ; } if (preg_match("/https?:\/\/(www\.)?instagram\.com\/(.*?)[\/|\?]/", $feed_url . "/", $matches)) { goto bSx99; } if (preg_match("/https?:\/\/(www\.)?facebook\.com\/.*?[\/|\?]/", $feed_url)) { goto C2uXr; } if (preg_match("/https?:\/\/(www\.)?tiktok\.com/i", $feed_url . "/")) { goto DCnT0; } if (preg_match("/https?:\/\/(www\.)?amazon\.\S+\//", $feed_url . "/")) { goto liSuK; } goto nqegY; ht5mj: if (!(isset($matches[2]) && strlen(trim($matches[2])))) { goto YMHHA; } $this->parse_feed_log("Telegram URL has been detected."); $content = cseo_file_get_contents("https://www.cyberseo.net/versioncontrol/rssmaker.php?res=telegram&channel=" . $matches[2] . "&name=" . urlencode(get_option(CXXX_REG_NAME)) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode(site_url())); if (strpos($content, "Error") === 0) { goto WuMFh; } $this->document_type = "Telegram"; $this->parse_feed_log("Success"); goto iwLvG; WuMFh: if (is_admin()) { goto UOM4C; } $this->parse_feed_log($content); goto U_QXT; UOM4C: echo "<div id="message" class="error"><p>" . $content . "</p></div>"; U_QXT: return false; iwLvG: YMHHA: goto nqegY; boAZQ: if (!(isset($matches[1]) && strlen(trim($matches[1])))) { goto Yo80D; } $this->parse_feed_log("Google News URL has been detected."); $url = "https://www.cyberseo.net/versioncontrol/rssmaker.php?res=googlenews&name=" . urlencode(get_option(CXXX_REG_NAME)) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode(site_url()); $query_string = explode("&", $matches[1]); $locale = ''; foreach ($query_string as $query) { if (stripos($query, "=") === false) { goto Ftpf4; } $locale .= $query . "&"; goto az6sl; Ftpf4: $url .= "&channel=" . $query; az6sl: prqBN: } iGMtz: if (!empty($locale)) { goto h4uow; } $url .= "&locale=" . urlencode("hl=en-US&gl=US&ceid=US:en"); goto LLDr3; h4uow: $url .= "&locale=" . urlencode($locale); LLDr3: $content = cseo_file_get_contents($url); if (strpos($content, "Error") === 0) { goto CvAzB; } $this->document_type = "Google News"; $this->parse_feed_log("Success"); goto ZuyXF; CvAzB: if (is_admin()) { goto NpTOO; } $this->parse_feed_log($content); goto zKboT; NpTOO: echo "<div id="message" class="error"><p>" . $content . "</p></div>"; zKboT: return false; ZuyXF: Yo80D: goto nqegY; bSx99: if (!(isset($matches[2]) && strlen(trim($matches[2])))) { goto LCMVs; } $this->parse_feed_log("Instagram URL has been detected"); $content = cseo_file_get_contents("https://www.cyberseo.net/versioncontrol/rssmaker.php?res=instagram&user=" . $matches[2] . "&name=" . urlencode(get_option(CXXX_REG_NAME)) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&ig_sess=" . get_option(CSEO_ACCOUNTS)["ig_session"] . "&site=" . urlencode(site_url())); if (strpos($content, "Error") === 0) { goto G0J3p; } $this->document_type = "Instagram"; $this->parse_feed_log("Success"); goto joUf7; G0J3p: if (is_admin()) { goto kSoeC; } $this->parse_feed_log($content); goto LGNew; kSoeC: echo "<div id="message" class="error"><p>" . $content . "</p></div>"; LGNew: return false; joUf7: LCMVs: goto nqegY; C2uXr: $this->parse_feed_log("Facebook URL has been detected"); $content = cseo_file_get_contents("https://www.cyberseo.net/versioncontrol/rssmaker.php?res=facebook&url=" . urlencode($feed_url) . "&name=" . urlencode(get_option(CXXX_REG_NAME)) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&c_user=" . get_option(CSEO_ACCOUNTS)["fb_c_user"] . "&xs=" . get_option(CSEO_ACCOUNTS)["fb_xs"] . "&site=" . urlencode(site_url())); if (strpos($content, "Error") === 0) { goto qSQIj; } $this->document_type = "Facebook"; $this->parse_feed_log("Success"); goto xDOvL; qSQIj: if (is_admin()) { goto hFVYN; } $this->parse_feed_log($content); goto P3xpr; hFVYN: echo "<div id="message" class="error"><p>" . $content . "</p></div>"; P3xpr: return false; xDOvL: goto nqegY; DCnT0: if (preg_match("/https?:\/\/(www\.)?tiktok\.com\/tag\/(.*?)[\/|\?]/i", $feed_url . "/", $matches)) { goto ds8br; } if (preg_match("/https?:\/\/(www\.)?tiktok\.com\/(@.*?)[\/|\?]/i", $feed_url . "/", $matches)) { goto fnWi7; } goto onbbJ; ds8br: $this->parse_feed_log("Tiktok URL has been detected"); $content = cseo_file_get_contents("https://www.cyberseo.net/versioncontrol/rssmaker.php?res=tiktok&tag=" . trim($matches[2]) . "&name=" . urlencode(get_option(CXXX_REG_NAME)) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode(site_url())); goto onbbJ; fnWi7: $this->parse_feed_log("Tiktok URL has been detected"); $content = cseo_file_get_contents("https://www.cyberseo.net/versioncontrol/rssmaker.php?res=tiktok&user=" . trim($matches[2]) . "&name=" . urlencode(get_option(CXXX_REG_NAME)) . "&email=" . urlencode(get_option(CXXX_REG_EMAIL)) . "&site=" . urlencode(site_url())); onbbJ: if (strpos($content, "Error") === 0) { goto SMlkI; } $this->document_type = "Tiktok"; $this->parse_feed_log("Success"); goto pQPZU; SMlkI: if (is_admin()) { goto DNXac; } $this->parse_feed_log($content); goto J7V44; DNXac: echo "<div id="message" class="error"><p>" . $content . "</p></div>"; J7V44: return false; pQPZU: goto nqegY; liSuK: $this->parse_feed_log("Amazon URL has been detected"); $cseo_amazon = new CyberSEO_Amazon_Product_Parser($feed_url, get_option(CSEO_ACCOUNTS)["amazon_tag"]); if ($this->preview) { goto WfBpd; } $cseo_amazon->do_duplicate_check = true; $content = $cseo_amazon->amazon_parse_search_page($this->max); goto w9oGd; WfBpd: $cseo_amazon->do_duplicate_check = false; $content = $cseo_amazon->amazon_parse_search_page(1); w9oGd: if (strpos($content, "Error") === 0) { goto BYcCo; } $this->document_type = "Amazon"; goto b88Ho; BYcCo: if (!is_admin()) { goto HKzKy; } echo "<div id="message" class="error"><p>" . $content . "</p></div>"; HKzKy: $this->parse_feed_log($content); return false; b88Ho: nqegY: if (is_string($feed_url) && preg_match(CSEO_DUMMY_FEED_PATTERN, $feed_url)) { goto K4UmE; } if ($this->document_type === "XML") { goto UWSro; } goto K0bPZ; K4UmE: $this->current_feed["options"]["xml_section_tags"] = "ITEM"; $content = "<?xml version="1.0" encoding="UTF-8"?><items><item><title> </title></item></items>"; goto K0bPZ; UWSro: $content = cseo_file_get_contents($feed_url); K0bPZ: if (strpos($content, "PK") === 0) { goto TK6mG; } if (strpos($content, "\x1f\213\x8") === 0 || (strpos($content, "x\1") === 0 || strpos($content, "x\234") === 0 || strpos($content, "x\332") === 0)) { goto bH3KS; } if (strpos($content, "EZh") === 0) { goto Tbusq; } goto GTlHM; TK6mG: $content = cseo_unzip($content); goto GTlHM; bH3KS: $content = @gzuncompress($content); goto GTlHM; Tbusq: $content = @bzdecompress($content); GTlHM: if (!(!$this->preview || get_option(CSEO_DNPSOP) !== "on")) { goto QLWcj; } $content = $this->execPreprocessSource($this->current_feed["options"], $content); QLWcj: if (!(get_option("cxxx_full_text_extractor") !== '' && preg_match("/<!doctype\s+html>.*?<html\s+.*?>/is", $content))) { goto w1pZa; } $html2xml = cseo_file_get_contents(get_option("cxxx_full_text_extractor") . "?url=" . urlencode($feed_url) . "&links=preserve&exc=1&html=1"); if (!strlen(trim($html2xml))) { goto APMW5; } $content = $html2xml; $this->document_type = "HTML"; $this->current_feed["options"]["xml_section_tags"] = "ITEM"; APMW5: w1pZa: if (!(get_option("cxxx_full_text_extractor") !== '' && preg_match("/<loc>http.*?<\/loc>/i", $content))) { goto uS0WW; } $this->document_type = "XML Sitemap"; uS0WW: $json = json_decode($content, true); if (is_array($json)) { goto is6Ih; } preg_match("/^(.*?)<\?xml/is", $content, $matches); if (!isset($matches[1])) { goto n8RlX; } $content = str_replace($matches[1], '', $content); n8RlX: if (!($this->current_feed["options"]["disable_item_tag_autodetect"] !== "on")) { goto KOu8s; } @cseo_xml2array($content); $this->current_feed["options"]["xml_section_tags"] = $cseo_xml_key; KOu8s: if (strlen(trim($this->current_feed["options"]["xml_section_tags"]))) { goto lSYKV; } $this->current_feed["options"]["xml_section_tags"] = "ENTRY,ITEM"; lSYKV: $this->current_feed["options"]["xml_section_tags"] = cseo_str_unique(strtoupper($this->current_feed["options"]["xml_section_tags"])); goto pCL02; is6Ih: $content = cseo_json_array_to_xml($json); if (!($this->current_feed["options"]["disable_item_tag_autodetect"] !== "on")) { goto tDcY7; } @cseo_xml2array($content); $this->current_feed["options"]["xml_section_tags"] = $cseo_xml_key; tDcY7: if (strlen(trim($this->current_feed["options"]["xml_section_tags"]))) { goto p4KfR; } $this->current_feed["options"]["xml_section_tags"] = "RESULTS_ITEM,TAGS_ITEM,LIST_ITEM,DATA_ITEM,ITEMS_ITEM"; p4KfR: $this->document_type = "JSON"; $this->current_feed["options"]["xml_section_tags"] = cseo_str_unique(strtoupper($this->current_feed["options"]["xml_section_tags"])); pCL02: $content = str_replace("&rsquo;", "'", $content); $content = str_replace("a?", "a", $content); goto LcswC; QS5k9: $content = $feed_url->import(); $this->feed_title = "CSV dump"; $this->document_type = "CSV"; $this->current_feed["options"]["xml_section_tags"] = "ITEM"; LcswC: if (!preg_match("/body.*?(\{direction:rtl.*?\})/is", $content, $matches)) { goto CZMIL; } $content = str_replace($matches[1], '', $content); CZMIL: if (!preg_match("/body.*?(\{direction:ltr.*?\})/is", $content, $matches)) { goto LDRx6; } $content = str_replace($matches[1], '', $content); LDRx6: try { $xml = @new SimpleXMLElement($content, LIBXML_NOCDATA); if (isset($xml->channel->title)) { goto i5C2w; } if (isset($xml->title)) { goto jhLsF; } goto SxkCL; i5C2w: $this->feed_title = $xml->channel->title; goto SxkCL; jhLsF: $this->feed_title = $xml->title; SxkCL: } catch (Exception $e) { $this->feed_title = ''; } if (!($this->current_feed["options"]["shuffle_xml_items"] && strpos($this->current_feed["options"]["xml_section_tags"], ",") === false)) { goto CGBbv; } $tag = trim($this->current_feed["options"]["xml_section_tags"]); preg_match_all("/(.*?)(<" . $tag . ">.*?<\/" . $tag . ">)/is", $content, $matches); if (!count($matches[2])) { goto kR8rE; } shuffle($matches[2]); $content = $matches[1][0] . PHP_EOL . implode(PHP_EOL, $matches[2]); kR8rE: CGBbv: if (!(!$content || !strlen($content))) { goto c3tFb; } if (is_admin()) { goto xtlPW; } if (is_object($feed_url)) { goto njwG9; } $this->parse_feed_log("Unable to acquire " . $feed_url); goto w4TbC; njwG9: $this->parse_feed_log("End of dump"); w4TbC: goto yW0xd; xtlPW: if (is_object($feed_url)) { goto LLl6Z; } echo "<div id="message" class="error"><p>Unable to acquire <a href="" . $feed_url . "" target="_blank">" . htmlentities(urldecode($feed_url)) . "</a></p></div>"; goto Qcoh6; LLl6Z: echo "<div id="message" class="error"><p>End of dump</p></div>"; Qcoh6: yW0xd: return false; c3tFb: $rss_lines = @explode("\xa", trim($content)); if (is_array($rss_lines) && count($rss_lines)) { goto gJ1yk; } if (is_admin()) { goto bRf5_; } $this->parse_feed_log("The source feed is empty."); goto eu7bp; bRf5_: echo "<div id="message" class="error"><p>The source feed is empty.</p></div>"; eu7bp: return false; goto zshyd; gJ1yk: preg_match("/encoding[. ]?=[. ]?["'](.*?)["']/i", $rss_lines[0], $matches); if (($matches[1] ?? '') !== '') { goto WRO5Q; } $this->feed_charset = "not defined"; goto b_lyu; WRO5Q: $this->feed_charset = trim($matches[1]); b_lyu: $xml_parser = xml_parser_create(); xml_parser_set_option($xml_parser, XML_OPTION_TARGET_ENCODING, $this->blog_charset); xml_set_object($xml_parser, $this); xml_set_element_handler($xml_parser, "startElement", "endElement"); xml_set_character_data_handler($xml_parser, "charData"); $do_mb_convert_encoding = $this->current_feed["options"]["convert_encoding"] === "on" && $this->feed_charset !== "not defined" && $this->blog_charset !== strtoupper($this->feed_charset); $do_uft8_encoding = $this->current_feed["options"]["utf8_encoding"] === "on" && $this->blog_charset === "UTF-8"; $is_flvembed = false; $this->xml_parse_error = 0; foreach ($rss_lines as $line) { $line = rtrim($line); if (!($this->count >= $this->max || $this->failure)) { goto mvf61; } goto tK051; mvf61: if (!$do_uft8_encoding) { goto TYBKY; } $line = utf8_encode($line); TYBKY: if (!($do_mb_convert_encoding && function_exists("mb_convert_encoding"))) { goto xgCei; } $line = mb_convert_encoding($line, $this->blog_charset, $this->feed_charset); xgCei: if (mb_strtolower(trim($line)) === "<flv_embed>") { goto NAgVa; } if ($is_flvembed) { goto ij_35; } goto QxVeo; NAgVa: $is_flvembed = true; goto QxVeo; ij_35: if (mb_strtolower(trim($line)) === "</flv_embed>") { goto jFPXA; } if (stripos(trim($line), "<![CDATA[") === false && stripos(trim($line), "]]>") === false) { goto c7nYX; } goto bhQdR; jFPXA: $is_flvembed = false; goto bhQdR; c7nYX: $line = "<![CDATA[" . trim($line) . "]]>"; bhQdR: QxVeo: xml_parse($xml_parser, $line . PHP_EOL); if (!$this->gpterr) { goto UCdSs; } return false; UCdSs: $this->xml_parse_error = xml_get_error_code($xml_parser); if (!$this->xml_parse_error) { goto z7YbZ; } xml_parser_free($xml_parser); if (is_admin()) { goto n8eSa; } $this->parse_feed_log("XML parse error " . $this->xml_parse_error); goto qV9ax; n8eSa: echo "<div id="message" class="error"><p>XML parse error " . $this->xml_parse_error . ".</p></div>"; qV9ax: return false; z7YbZ: SJMMf: } tK051: xml_parser_free($xml_parser); if ($this->count) { goto sq6jB; } if (is_admin()) { goto Cca99; } if (is_object($feed_url)) { goto fhbqN; } $this->parse_feed_log("0 items added from " . $feed_url); goto bBGQy; fhbqN: $this->parse_feed_log("0 items added from the dump"); bBGQy: Cca99: return 0; sq6jB: return $this->count; zshyd: } function modifyFeeds($new_options) { $feed_ids = unserialize(base64_decode($_POST["feed_ids"])); $feeds_cnt = count($this->feeds); if (!(is_array($feed_ids) && count($feed_ids) > 0)) { goto Ip3TD; } $i = 0; tJMte: if (!($i < $feeds_cnt)) { goto Dx9TZ; } if (!in_array($i, $feed_ids)) { goto BtRHR; } foreach ($new_options as $option => $value) { if (!(strpos($option, "chk_") === 0)) { goto ZnJ1K; } $option_to_change = substr($option, 4); if ($option_to_change === "date_range") { goto Zu6qy; } if ($option_to_change === "thumb_src_sizes") { goto uh607; } if ($option_to_change === "stable_diffusion_image_size") { goto kyRo8; } $this->feeds[$i]["options"][$option_to_change] = $new_options[$option_to_change] ?? ''; goto D1mD1; Zu6qy: $this->feeds[$i]["options"]["date_min"] = $new_options["date_min"]; $this->feeds[$i]["options"]["date_max"] = $new_options["date_max"]; goto D1mD1; uh607: $this->feeds[$i]["options"]["thumb_src_min_width"] = $new_options["thumb_src_min_width"]; $this->feeds[$i]["options"]["thumb_src_max_width"] = $new_options["thumb_src_max_width"]; $this->feeds[$i]["options"]["thumb_src_min_height"] = $new_options["thumb_src_min_height"]; $this->feeds[$i]["options"]["thumb_src_max_height"] = $new_options["thumb_src_max_height"]; goto D1mD1; kyRo8: $this->feeds[$i]["options"]["stable_diffusion_width"] = $new_options["stable_diffusion_width"]; $this->feeds[$i]["options"]["stable_diffusion_height"] = $new_options["stable_diffusion_height"]; D1mD1: ZnJ1K: Ee6_l: } ccok1: BtRHR: MLZJh: $i++; goto tJMte; Dx9TZ: Ip3TD: update_option(CSEO_SYNDICATED_FEEDS, $this->feeds); } function syndicateFeeds($feed_ids, $check_time) { @set_time_limit(get_option(CSEO_MAX_EXEC_TIME)); $this->preview = false; $feeds_cnt = count($this->feeds); if (!(is_array($feed_ids) && count($feed_ids) > 0)) { goto jVpWj; } if (!$this->show_report) { goto swhDs; } @ob_end_flush(); ob_implicit_flush(); echo "<div id="message" class="notice updated"><p>"; flush(); swhDs: $this->parse_feed_log = ''; $i = 0; He5EH: if (!($i < $feeds_cnt)) { goto Ufc21; } if (!in_array($i, $feed_ids)) { goto DMYbn; } if (!(!$check_time || $this->getUpdateTime($i) === "asap")) { goto hEL_D; } update_option(CSEO_FEED_PULL_TIME, time()); $this->feeds_updated[$i] = time(); update_option(CSEO_FEEDS_UPDATED, $this->feeds_updated); $this->current_feed = $this->feeds[$i]; $this->resetPost(); $this->max = (int) $this->current_feed["options"]["max_items"]; if (!is_object($this->current_feed["url"])) { goto Q2xpD; } $this->parse_feed_log("CSV dump id: " . $this->current_feed["url"]->get_id()); goto umGDd; Q2xpD: $this->parse_feed_log("Feed URL: " . $this->current_feed["url"]); umGDd: if (!$this->show_report) { goto o0Owb; } if (!is_object($this->current_feed["url"])) { goto kVnQW; } echo "Syndicating <strong>" . $this->current_feed["url"]->get_id() . "</strong>..."; goto kDGXt; kVnQW: echo "Syndicating <a href="" . htmlspecialchars($this->current_feed["url"]) . "" target="_blank"><strong>" . $this->current_feed["title"] . "</strong></a>..."; kDGXt: flush(); o0Owb: if (!($this->current_feed["options"]["undefined_category"] === "use_global")) { goto DxYLW; } $this->current_feed["options"]["undefined_category"] = $this->global_options["undefined_category"]; DxYLW: $this->count = 0; $result = $this->parseFeed($this->current_feed["url"]); $archive_page = 2; if (!($this->max > $this->count && $this->current_feed["options"]["parse_archives"] === "on")) { goto ti6bd; } if (parse_url($this->current_feed["url"], PHP_URL_QUERY) !== NULL) { goto FV04C; } $url = $this->current_feed["url"] . "?paged="; goto R5WzF; FV04C: $url = $this->current_feed["url"] . "&paged="; R5WzF: kbOP9: $last_post_link = $this->post["link"]; $last_post_title = $this->post["post_title"]; $last_count = $this->count; $arc_result = $this->parseFeed($url . $archive_page); $result_dup = false; if (!$this->post) { goto PKeQ1; } switch ($this->current_feed["options"]["duplicate_check_method"]) { case "guid": $result_dup = $this->post["link"] == $last_post_link; goto ZJeu2; case "title": $result_dup = $this->post["post_title"] == $last_post_title; goto ZJeu2; case "guid_and_title": $result_dup = $this->post["link"] == $last_post_link && $this->post["post_title"] == $last_post_title; goto ZJeu2; } Y9qPv: ZJeu2: PKeQ1: if (!($last_count == $this->count || $this->count < $this->max)) { goto To6Or; } $archive_page++; To6Or: if ($arc_result !== false && $this->max > $this->count && !$this->failure) { goto kbOP9; } mJ8zq: if (!($arc_result === false)) { goto UGKJN; } $this->feeds[$i]["options"]["parse_archives"] = ''; update_option(CSEO_SYNDICATED_FEEDS, $this->feeds); UGKJN: ti6bd: if (!$this->show_report) { goto vtCpP; } if ($this->count === 1) { goto y3N5o; } echo $this->count . " " . $this->current_feed["options"]["post_type"] . "s were added"; $this->parse_feed_log($this->count . " " . $this->current_feed["options"]["post_type"] . "s were added." . PHP_EOL); goto qQjii; y3N5o: echo $this->count . " " . $this->current_feed["options"]["post_type"] . " was added"; $this->parse_feed_log($this->count . " " . $this->current_feed["options"]["post_type"] . " was added" . PHP_EOL); qQjii: if (!($result === false)) { goto YLNJq; } echo "[!]"; $this->parse_feed_log("Feed syndication failed"); YLNJq: echo "<br>"; flush(); $this->parse_feed_log .= PHP_EOL; vtCpP: hEL_D: DMYbn: sN4hg: $i++; goto He5EH; Ufc21: if (!$this->show_report) { goto f9A_k; } echo "</p></div>"; f9A_k: jVpWj: } function displayPost() { if (mb_strlen($this->feed_title)) { goto xaR3a; } $host = parse_url($this->current_feed_url, PHP_URL_HOST); if (strlen($host)) { goto ou60i; } $this->feed_title = "no name"; goto qNGEi; ou60i: $this->feed_title = ucfirst(str_ireplace("www.", '', $host)); qNGEi: xaR3a: if (!(!mb_strlen(trim($this->post["post_excerpt"])) && mb_strlen(trim($this->post["media_description"])))) { goto YoQze; } $this->post["post_excerpt"] = $this->post["media_description"]; YoQze: if (mb_strlen(trim($this->post["post_content"]))) { goto TBCAv; } $this->post["post_content"] = $this->post["post_excerpt"]; TBCAv: $attachment = ''; $video_extensions = wp_get_video_extensions(); if ($this->post["enclosure_url"] !== '') { goto au051; } if (!count($this->post["media_content"])) { goto Zf13h; } $attachment .= "<div class="media_block">"; $i = 0; jlKFn: if (!($i < sizeof($this->post["media_content"]))) { goto SIZX1; } $ext = mb_strtolower(pathinfo($this->post["media_content"][$i], PATHINFO_EXTENSION)); if (in_array($ext, $video_extensions)) { goto VP_eO; } if (isset($this->post["media_thumbnail"][$i])) { goto satT5; } $attachment .= "<img style="max-width:100%" src="" . $this->post["media_content"][$i] . "">"; goto zf5FE; VP_eO: $video = ["src" => $this->post["media_content"][$i]]; if (!isset($this->post["media_thumbnail"][$i])) { goto HiVtv; } $video["poster"] = $this->post["media_thumbnail"][$i]; HiVtv: $attachment .= wp_video_shortcode($video); goto zf5FE; satT5: $attachment .= "<a href="" . $this->post["media_content"][$i] . ""><img style="max-width:100%" src="" . $this->post["media_thumbnail"][$i] . "" class="media_thumbnail"></a>"; zf5FE: hq7I9: $i++; goto jlKFn; SIZX1: $attachment .= "</div>"; Zf13h: if (!count($this->post["media_thumbnail"])) { goto EOMK3; } $attachment .= "<div class="media_block">"; $i = 0; wAMfv: if (!($i < sizeof($this->post["media_thumbnail"]))) { goto VOuTf; } $attachment .= "<img style="max-width:100%" src="" . $this->post["media_thumbnail"][$i] . "" class="media_thumbnail">"; NSPMs: $i++; goto wAMfv; VOuTf: $attachment .= "</div>"; EOMK3: goto doITN; au051: $ext = mb_strtolower(pathinfo($this->post["enclosure_url"], PATHINFO_EXTENSION)); if (in_array($ext, $video_extensions)) { goto BFzk5; } if ($this->post["enclosure_type"] === "audio/mpeg") { goto PZX80; } if (stripos($this->post["enclosure_type"], "image/") !== false || $this->post["enclosure_type"] === '') { goto Dk_tX; } goto WJWfU; PZX80: $audio = ["src" => $this->post["enclosure_url"]]; $attachment .= wp_audio_shortcode($audio); goto WJWfU; Dk_tX: $attachment .= "<img style="max-width:100%" src="" . $this->post["enclosure_url"] . "">"; WJWfU: goto jUcnP; BFzk5: $video = ["src" => $this->post["enclosure_url"]]; if (!isset($this->post["media_thumbnail"][0])) { goto YXozf; } $video["poster"] = $this->post["media_thumbnail"][0]; YXozf: $attachment .= wp_video_shortcode($video); jUcnP: doITN: echo "
\xa        <strong>Preview mode</strong>
\xa        <select id="preview_mode_switch" onchange="cseoChangePreviewMode();">\xd
            "; $anything_to_display = false; $post_content = cseo_fix_white_spaces(trim($this->post["post_content"])); $post_excerpt = cseo_fix_white_spaces(trim($this->post["post_excerpt"])); $post_content = strip_tags($post_content, "<a><style><code><pre><img><p><br><i><b><u><ul><ol><li><table><td><tr><th><div><span><h1><h2><h3><h4><h5><hr><video><audio>"); $post_content = trim(preg_replace("/<style.*?>.*?<\/style>/si", '', $post_content)); $post_excerpt = strip_tags($post_excerpt, "<a><style><code><pre><img><p><br><i><b><u><ul><ol><li><table><td><tr><th><div><span><h1><h2><h3><h4><h5><hr><video><audio>"); $post_excerpt = trim(preg_replace("/<style.*?>.*?<\/style>/si", '', $post_excerpt)); if (!(!strlen($post_content) && strlen($post_excerpt))) { goto n6ctN; } $post_content = $post_excerpt; n6ctN: if (!strlen($post_content)) { goto l4VdS; } echo "<option value="post_view">Post content</option>"; $anything_to_display = true; l4VdS: if (!(strlen(get_option("cxxx_full_text_extractor")) && isset($this->post["link"]))) { goto Dyb8M; } if (!(stripos($this->post["link"], "https://news.google.com/rss/articles/") === 0)) { goto hTKRQ; } $content = cseo_file_get_contents($this->post["link"]); if (!preg_match("/<base href="https:\/\/news\.google\.com\/">.*?<a href="(.*?)" jsname=".*?" rel="nofollow">.*?<\/a>/s", $content, $matches)) { goto V8V_n; } $this->post["link"] = $matches[1]; V8V_n: hTKRQ: $item = html_entity_decode(cseo_file_get_contents(get_option("cxxx_full_text_extractor") . "?url=" . urlencode($this->post["link"]) . "&max=1")); preg_match_all("/<description>(.*?)<\/description>/is", $item, $matches); if (!(strpos($matches[1][1] ?? '', "[unable to retrieve full-text content]") === false)) { goto Bv34L; } $full_text = strip_tags(trim($matches[1][1]), "<a><style><code><pre><img><p><br><i><b><u><ul><li><table><td><tr><th><div><span><h1><h2><h3><h4><h5><hr><video><audio>"); $full_text = trim(preg_replace("/<style.*?>.*?<\/style>/si", '', $full_text)); if (!strlen($full_text)) { goto NNxN8; } echo "<option value="full_text_view">Full text article</option>"; $anything_to_display = true; NNxN8: Bv34L: Dyb8M: if (!strlen($attachment)) { goto lCF7D; } echo "<option value="attachment_view">Attachment</option>"; $anything_to_display = true; lCF7D: if (!count($this->xml_tags)) { goto uVzJ9; } echo "<option value="xml_view">XML structure</option>"; $anything_to_display = true; uVzJ9: echo "        </select>
\xa
        "; echo "<div id="post_view" style="display:none; overflow:auto; max-height:250pt; border:1px #ccc solid; background-color:white; padding:12px; margin:8px 0 8px; 0;">"; if (!strlen($post_content)) { goto lgyYK; } echo force_balance_tags($post_content); lgyYK: echo "</div>"; echo "<div id="full_text_view" style="display:none; overflow:auto; max-height:250pt; border:1px #ccc solid; background-color:white; padding:12px; margin:8px 0 8px; 0;">"; if (empty($full_text)) { goto t3Ggz; } echo force_balance_tags($full_text); t3Ggz: echo "</div>"; echo "<div id="xml_view" style="display:none; overflow:auto; max-height:350pt; border:1px #ccc solid; background-color:white; padding:12px; margin:8px 0 8px; 0;">"; if (!count($this->xml_tags)) { goto pIWal; } echo "<span style="font-family: monospace, monospace;"><strong>&lt;" . strtolower($this->element_tag) . "&gt;</strong><br>"; foreach ($this->xml_tags as $tag => $item) { if (!isset($item["val"])) { goto Nu7Lo; } echo "&nbsp;&nbsp;&nbsp;&nbsp;<strong>" . htmlentities("<" . $tag . ">", ENT_QUOTES) . "</strong>" . htmlentities(trim($item["val"]), ENT_QUOTES) . "<strong>" . htmlentities("</" . $tag . ">", ENT_QUOTES) . "</strong>" . "<br>"; Nu7Lo: edMpK: } hXmKS: echo "<strong>&lt;/" . strtolower($this->element_tag) . "&gt;</strong></span>"; pIWal: echo "</div>"; echo "<div id="attachment_view" style="display:none; overflow:auto; max-height:350pt; border:1px #ccc solid; background-color:white; padding:12px; margin:8px 0 8px; 0;">"; if (!strlen($attachment)) { goto Bkrk_; } echo $attachment . "<p>Adjust the <a href="#media-attachments">Media Attachments</a> settings to handle attachments.</p>"; Bkrk_: echo "</div>"; if (!$anything_to_display) { goto GhRXN; } echo "<script type="text/javascript">cseoChangePreviewMode();</script>"; GhRXN: } function feedPreview($feed_url, $edit_existing = false) { echo "<br>"; $this->edit_existing = $edit_existing; $no_feed_dupes = get_option(CSEO_DISABLE_DUPLICATION_CONTROL) !== "on"; if (!(!$this->edit_existing && !is_object($feed_url))) { goto oy6o6; } $i = 0; cPIxh: if (!($i < count($this->feeds))) { goto zX0rM; } if (!($no_feed_dupes && isset($this->feeds[$i]["url"]) && $this->feeds[$i]["url"] === $feed_url)) { goto UEgCp; } echo "<div id="message" class="error"><p><strong>This feed is already in use.</strong></p></div>"; return false; UEgCp: Jirkq: $i++; goto cPIxh; zX0rM: oy6o6: $this->max = 1; $this->preview = true; $this->resetPost(); $this->count = 0; $result = $this->parseFeed($feed_url); if ($result) { goto gDT0p; } if (!is_object($feed_url)) { goto h_Mcg; } echo "<div id="message" class="notice is-dismissible notice-error"><p><strong><strong>CyberSEO parse error:</strong> Unknown.</p></div>"; goto xEWKP; h_Mcg: if ($this->xml_parse_error) { goto upOyO; } goto dqGHg; upOyO: echo "<div id="message" class="notice is-dismissible notice-error">"; echo "<p><strong>CyberSEO parser error:</strong> " . $this->xml_parse_error . " (" . xml_error_string($this->xml_parse_error) . "). Perhaps the feed is unreachable, broken or empty. "; echo "</p></div>"; dqGHg: xEWKP: gDT0p: return $result; } function startElement($parser, $name, $attribs) { $this->tag = $name; $this->current_custom_field_attr[$name] = $attribs; $xml_section_tags = explode(",", trim($this->current_feed["options"]["xml_section_tags"])); if (in_array($name, $xml_section_tags)) { goto g3xO4; } if ($this->insideitem <= 0 && $name === "TITLE" && mb_strlen(trim($this->feed_title))) { goto PaAVs; } goto NQ0LH; g3xO4: $this->insideitem++; $this->element_tag = $name; $this->resetPost(); goto NQ0LH; PaAVs: $this->tag = ''; NQ0LH: if (!($this->insideitem >= 0)) { goto M6wb6; } if (!(isset($attribs["URL"]) && $name === "MEDIA:CONTENT")) { goto wRhVo; } $this->post["media_content"][] = $attribs["URL"]; wRhVo: if (!(isset($attribs["URL"]) && $name === "MEDIA:THUMBNAIL")) { goto sp3JQ; } $this->post["media_thumbnail"][] = $attribs["URL"]; sp3JQ: if (!($name === "ENCLOSURE")) { goto v3X2i; } if (!isset($attribs["URL"])) { goto rit9i; } $this->post["enclosure_url"] = $attribs["URL"]; if (!isset($attribs["TYPE"])) { goto a9Vmy; } $this->post["enclosure_type"] = $attribs["TYPE"]; a9Vmy: rit9i: v3X2i: if ($this->insideitem >= 0 && $name === "LINK" && isset($attribs["HREF"]) && isset($attribs["REL"])) { goto Dr7mK; } if ($this->insideitem >= 0 && $name === "LINK" && $this->post["link"] === '' && isset($attribs["HREF"])) { goto DdVof; } goto Kee0K; Dr7mK: if (stripos($attribs["REL"], "enclosure") !== false) { goto JrKUE; } if (stripos($attribs["REL"], "alternate") !== false && $this->post["link"] === '') { goto KEtZ6; } goto bJ7i7; JrKUE: $this->post["enclosure_url"] = $attribs["HREF"]; goto bJ7i7; KEtZ6: $this->post["link"] = $attribs["HREF"]; bJ7i7: goto Kee0K; DdVof: $this->post["link"] = $attribs["HREF"]; Kee0K: M6wb6: if (!(strlen(trim($name)) && $this->insideitem > 0 && !in_array($name, $this->parents))) { goto lNUeZ; } $this->parents = array_values($this->parents); $this->parents[] = $name; lNUeZ: } function endElement($parser, $name) { $this->new_tag = true; if (!($name === "CATEGORY")) { goto Dle6L; } $category = trim(cseo_fix_white_spaces($this->current_category)); if (!(mb_strlen($category) > 0)) { goto uGEXd; } $this->post["categories"][] = $category; uGEXd: $this->current_category = ''; Dle6L: $custom_field_name = $this->getCustomField($name); if (!strlen($custom_field_name)) { goto OihND; } if (isset($this->post["custom_fields"][$custom_field_name])) { goto T76CP; } $this->post["custom_fields"][$custom_field_name] = $this->current_custom_field; $this->post["custom_fields_attr"][$custom_field_name] = $this->current_custom_field_attr[$name]; goto Hkf6u; T76CP: if (is_array($this->post["custom_fields"][$custom_field_name])) { goto E6TeS; } $this->post["custom_fields"][$custom_field_name] = [$this->post["custom_fields"][$custom_field_name]]; $this->post["custom_fields_attr"][$custom_field_name] = [$this->post["custom_fields_attr"][$custom_field_name]]; E6TeS: $this->post["custom_fields"][$custom_field_name][] = $this->current_custom_field; $this->post["custom_fields_attr"][$custom_field_name][] = $this->current_custom_field_attr[$name]; Hkf6u: $this->current_custom_field_attr[$name] = []; $this->current_custom_field = ''; OihND: if ($name === $this->element_tag) { goto rEgBD; } if ($this->count >= $this->max) { goto CouMK; } goto YR1B6; rEgBD: $this->insideitem--; if (!($this->insideitem <= 0)) { goto KOqFN; } $this->posts_found++; if (!($this->count < $this->max)) { goto Dhx8u; } if ($this->preview) { goto WLaBQ; } $this->insertPost(); if (!$this->show_report) { goto s3CIT; } echo str_repeat(" ", 1024); flush(); s3CIT: goto EKlMz; WLaBQ: $this->displayPost(); $this->count++; EKlMz: Dhx8u: KOqFN: goto YR1B6; CouMK: $this->insideitem = 0; YR1B6: if (!(strlen(trim($name)) && $this->insideitem > 0 && ($key = array_search($name, $this->parents)) !== false)) { goto ymQw0; } unset($this->parents[$key]); ymQw0: } function getCustomField($tag_name) { if (!(($this->current_feed["options"]["custom_fields"] ?? '') !== '')) { goto xTPvX; } $custom_fields_array = explode("\xa", $this->current_feed["options"]["custom_fields"]); foreach ($custom_fields_array as $item) { @(list($tag, $name) = explode("->", $item)); $tag = mb_strtoupper(trim($tag)); if (!($tag === $tag_name)) { goto z1CJV; } return trim($name); z1CJV: Xg3lx: } bMmSV: xTPvX: return false; } function customFieldsFromContent($content) { if (!(($this->current_feed["options"]["custom_fields"] ?? '') !== '')) { goto rRhzs; } $custom_fields_array = explode(PHP_EOL, $this->current_feed["options"]["custom_fields"]); foreach ($custom_fields_array as $item) { $item = stripslashes($item); @(list($rule, $name) = explode("->", $item)); $name = trim($name); if (preg_match("/regex:(.*?)$/su", $rule, $matches)) { goto dpgw0; } if (preg_match("/^(\w+)\s*(.*)$/", trim($rule), $matches)) { goto p5lYp; } goto eyKoc; dpgw0: if (!preg_match("/" . $matches[1] . "/su", $content, $res)) { goto jgaAr; } if (mb_strlen($name) > 2 && $name[0] === "%" && $name[mb_strlen($name) - 1] === "%") { goto fdw3q; } $this->post["custom_fields"][$name] = $res[1]; goto njYoy; fdw3q: if (!isset($this->post[mb_substr($name, 1, mb_strlen($name) - 2)])) { goto XowFB; } $this->post[mb_substr($name, 1, mb_strlen($name) - 2)] = $res[1]; XowFB: njYoy: jgaAr: goto eyKoc; p5lYp: if (!isset($matches[1])) { goto rqm2x; } $e_tag = trim($matches[1]); $e_attributes = trim($matches[2] ?? ''); if (!($value = cseo_extract_outer_element($this->post["post_content"], $e_tag, $e_attributes))) { goto vabrv; } if (mb_strlen($name) > 2 && $name[0] === "%" && $name[mb_strlen($name) - 1] === "%") { goto JRzYI; } $this->post["custom_fields"][$name] = $value; goto zlalh; JRzYI: if (!isset($this->post[mb_substr($name, 1, mb_strlen($name) - 2)])) { goto U4kGn; } $this->post[mb_substr($name, 1, mb_strlen($name) - 2)] = $value; U4kGn: zlalh: vabrv: rqm2x: eyKoc: LUytq: } Hrb5k: rRhzs: } function charData($parser, $data) { if ($this->insideitem >= 0) { goto ZlO5h; } if ($this->tag === "TITLE") { goto GM0nd; } if ($this->tag === "GENERATOR") { goto CSQy0; } goto EHMHN; ZlO5h: if ($this->preview) { goto GXBqT; } $custom_field_name = $this->getCustomField($this->tag); if (!($custom_field_name && mb_strlen(trim($data)))) { goto jFSDd; } $this->current_custom_field .= html_entity_decode($data, ENT_QUOTES); jFSDd: GXBqT: $xml_section_tags = explode(",", trim(strtoupper($this->current_feed["options"]["xml_section_tags"]))); if (!in_array($data, ["&", "<", "|", chr(9), chr(10), chr(11), chr(13)])) { goto o7NS9; } $this->new_tag = false; o7NS9: if (!($this->tag && !in_array($this->tag, $xml_section_tags))) { goto w0INw; } $tag = strtolower($this->tag); if (!isset($this->xml_tags[$tag]["val"])) { goto M14j8; } if ($this->new_tag && mb_strlen(trim($data))) { goto FbO8z; } $this->xml_tags[$tag]["val"] .= $data; goto eJsH_; FbO8z: $this->xml_tags[$tag]["val"] .= ", " . $data; $this->new_tag = false; eJsH_: goto b29Ck; M14j8: $this->xml_tags[$tag]["val"] = $data; b29Ck: w0INw: switch ($this->tag) { case "TITLE": if (!(count($this->parents) >= 2)) { goto bz6iB; } $xml_section_tags = explode(",", trim($this->current_feed["options"]["xml_section_tags"])); if (!in_array($this->parents[count($this->parents) - 2], $xml_section_tags)) { goto CrJu3; } $this->post["post_title"] .= $data; CrJu3: bz6iB: goto suPMz; case "DESCRIPTION": $this->post["post_excerpt"] .= $data; goto suPMz; case "MEDIA:DESCRIPTION": $this->post["media_description"] .= $data; goto suPMz; case "SUMMARY": $this->post["post_excerpt"] .= $data; goto suPMz; case "LINK": if (!(trim($data) !== '')) { goto mMY3p; } $this->post["link"] .= trim($data); mMY3p: goto suPMz; case "LOC": if (!(trim($data) !== '')) { goto QzJ8A; } $this->post["link"] .= trim($data); QzJ8A: goto suPMz; case "CONTENT:ENCODED": if (!isset($this->post["post_content"])) { goto ayjUI; } $this->post["post_content"] .= $data; ayjUI: goto suPMz; case "CONTENT": if (!isset($this->post["post_content"])) { goto s3A1g; } $this->post["post_content"] .= $data; s3A1g: goto suPMz; case "TURBO:CONTENT": $this->post["post_content"] .= $data; goto suPMz; case "YANDEX:FULL-TEXT": if (strlen(trim($this->post["post_content"]))) { goto M2a5y; } $this->post["post_content"] .= $data; M2a5y: goto suPMz; case "CATEGORY": $this->current_category .= trim($data); goto suPMz; case "TAGS": $tags = explode(",", trim(cseo_fix_white_spaces($data))); foreach ($tags as $tag) { if (!(mb_strlen(trim($tag)) > 0)) { goto xYhWM; } $this->post["categories"][] = trim($tag); xYhWM: l0IAA: } Rz49A: goto suPMz; case "POST_TAGS": $tags = explode(",", trim(cseo_fix_white_spaces($data))); foreach ($tags as $tag) { if (!(mb_strlen(trim($tag)) > 0)) { goto mzajD; } $this->post["tags_input"][] = trim($tag); mzajD: b_Oq7: } mAAIo: goto suPMz; case "MEDIA:KEYWORDS": $this->post["tags_input"] = array_merge($this->post["tags_input"], explode(",", trim($data))); goto suPMz; case "GUID": $this->post["guid"] .= trim($data); goto suPMz; case "ID": $this->post["guid"] .= trim($data); goto suPMz; case "ATOM:ID": $this->post["guid"] .= trim($data); goto suPMz; case "DC:DATE": $this->post["post_date"] = $this->parse_w3cdtf($data); if (!$this->post["post_date"]) { goto tybZQ; } $this->tag = ''; tybZQ: goto suPMz; case "DCTERMS:ISSUED": $this->post["post_date"] = $this->parse_w3cdtf($data); if (!$this->post["post_date"]) { goto F99vb; } $this->tag = ''; F99vb: goto suPMz; case "UPDATED": $this->post["post_date"] = $this->parse_w3cdtf($data); if (!$this->post["post_date"]) { goto Au8W_; } $this->tag = ''; Au8W_: goto suPMz; case "PUBLISHED": $this->post["post_date"] = $this->parse_w3cdtf($data); if (!$this->post["post_date"]) { goto bVSPY; } $this->tag = ''; bVSPY: goto suPMz; case "ISSUED": $this->post["post_date"] = $this->parse_w3cdtf($data); if (!$this->post["post_date"]) { goto WWS8D; } $this->tag = ''; WWS8D: goto suPMz; case "PUBDATE": $this->post["post_date"] = strtotime($data); if (!$this->post["post_date"]) { goto mtMwl; } $this->tag = ''; mtMwl: goto suPMz; } ZQpAt: suPMz: goto EHMHN; GM0nd: $this->feed_title .= cseo_fix_white_spaces($data); goto EHMHN; CSQy0: $this->generator .= trim($data); EHMHN: } function shuffleUpdateTimes($feed_ids) { if (!(count($feed_ids) > 0)) { goto Uwiyw; } $cnt = count($this->feeds); $i = 0; t9F66: if (!($i < $cnt)) { goto aCrvt; } if (!in_array($i, $feed_ids)) { goto gOmca; } if (!intval(intval($this->feeds[$i]["options"]["interval"]))) { goto Da5_L; } $this->feeds_updated[$i] = time() - 60 * rand(60, intval($this->feeds[$i]["options"]["interval"])); Da5_L: gOmca: LHkTf: $i++; goto t9F66; aCrvt: update_option(CSEO_FEEDS_UPDATED, $this->feeds_updated); Uwiyw: } function deleteFeeds($feed_ids, $delete_posts = false, $delele_feeds = false) { global $wpdb; $feeds_cnt = count($feed_ids); if (!($feeds_cnt > 0)) { goto Sewsk; } @ob_end_flush(); ob_implicit_flush(); echo "<div id="message" class="updated fade"><p>"; echo "Please wait..."; flush(); $posts_deleted = 0; if (!$delete_posts) { goto D9tVI; } $to_delete = "("; $cnt = count($feed_ids); $i = 0; vofuE: if (!($i < $cnt)) { goto vKjRl; } if (!is_object($this->feeds[$feed_ids[$i]]["url"])) { goto HYYBP; } $to_delete .= "'" . $this->feeds[$feed_ids[$i]]["url"]->get_id() . "', "; goto vruwD; HYYBP: $to_delete .= "'" . $this->feeds[$feed_ids[$i]]["url"] . "', "; vruwD: ndFGY: $i++; goto vofuE; vKjRl: $to_delete .= ")"; $to_delete = str_replace(", )", ")", $to_delete); $post_ids = $wpdb->get_col("SELECT post_id FROM {$wpdb->prefix}postmeta WHERE meta_key = 'cyberseo_rss_source' AND meta_value IN {$to_delete}"); if (!(count($post_ids) > 0)) { goto yc9Lb; } foreach ($post_ids as $post_id) { $this->delete_post_media($post_id); wp_delete_post($post_id, true); $posts_deleted++; echo str_repeat(" ", 1024); flush(); IKbKs: } OdNzv: yc9Lb: D9tVI: $feeds_deleted = 0; if (!$delele_feeds) { goto SxlYX; } $feeds = []; $feeds_updated = []; $feeds_cnt = count($this->feeds); $i = 0; S6Dgr: if (!($i < $feeds_cnt)) { goto q_3ru; } if (!in_array($i, $feed_ids)) { goto t2qhI; } $feeds_deleted++; goto G84Td; t2qhI: $id = array_push($feeds, $this->feeds[$i]); if (isset($this->feeds_updated[$i])) { goto c0WFe; } $feeds_updated[$id] = $this->feeds[$i]["updated"]; goto JmWEy; c0WFe: $feeds_updated[$id] = $this->feeds_updated[$i]; JmWEy: G84Td: EhEHG: $i++; goto S6Dgr; q_3ru: $this->feeds = $feeds; $this->feeds_updated = $feeds_updated; SxlYX: update_option(CSEO_SYNDICATED_FEEDS, $this->feeds); update_option(CSEO_FEEDS_UPDATED, $this->feeds_updated); echo " " . $feeds_deleted . " feeds, " . $posts_deleted . " posts deleted.</p></div>"; Sewsk: } function serializeFeeds($feed_ids) { $feeds = []; $feeds_cnt = count($this->feeds); $i = 0; re4aP: if (!($i < $feeds_cnt)) { goto n12Um; } if (!in_array($i, $feed_ids)) { goto ShuRx; } $feeds[] = $this->feeds[$i]; ShuRx: T4vi1: $i++; goto re4aP; n12Um: echo serialize($feeds); } function unserializeFeeds($file) { $new_feeds = @unserialize(cseo_remove_utf8_bom($file)); if (!(isset($new_feeds[0]) && is_array($new_feeds) && count($new_feeds))) { goto rd1zY; } echo "<div id="message" class="updated fade"><p>"; echo "Importing feeds from file...<br>"; foreach ($new_feeds as $feed) { $cnt = count($this->feeds); $replaced = false; $i = 0; XrBG6: if (!($i < $cnt)) { goto NobcH; } if (!($this->feeds[$i]["url"] == $feed["url"])) { goto z1kH8; } $this->feeds[$i] = $feed; $replaced = true; if (!is_object($this->feeds[$i]["url"])) { goto QQDgW; } echo "<b>" . $this->feeds[$i]["title"] . "</b> has been replaced.<br>"; goto SI_rE; QQDgW: echo "<a href="" . $this->feeds[$i]["url"] . "" target="_blank"><b>" . $this->feeds[$i]["title"] . "</b></a> has been replaced.<br>"; SI_rE: goto NobcH; z1kH8: Q3v0D: $i++; goto XrBG6; NobcH: if ($replaced) { goto zgnzB; } $this->feeds[] = $feed; if (!is_object($this->feeds[$i]["url"])) { goto dkZVt; } echo "<b>" . $this->feeds[$i]["title"] . "</b> has been added.<br>"; goto EGDZR; dkZVt: echo "<a href="" . $this->feeds[$i]["url"] . "" target="_blank"><b>" . $this->feeds[$i]["title"] . "</b></a> has been added.<br>"; EGDZR: zgnzB: LZeRD: } RTAOO: echo "</div></p>"; $i = 0; qSxQw: if (!($i < count($this->feeds))) { goto nR6Rv; } $this->feeds[$i]["options"] = $this->init_feed_options($this->feeds[$i]["options"]); s3VO_: $i++; goto qSxQw; nR6Rv: update_option(CSEO_SYNDICATED_FEEDS, $this->feeds); rd1zY: } function save_image($image, $file_name, $ext = ".png") { $wp_upload_dir = wp_upload_dir(); $temp_name = wp_unique_filename($wp_upload_dir["path"], md5(time()) . ".tmp"); if (is_writable($wp_upload_dir["path"])) { goto AlV3R; } $this->parse_feed_log($wp_upload_dir["path"] . " is not writable. The image will be hotlinked"); return false; AlV3R: $file_name = sanitize_file_name(sanitize_title($file_name) . $ext); if (!file_exists($wp_upload_dir["path"] . "/" . $file_name)) { goto VCrZe; } if (!cseo_compare_files($wp_upload_dir["path"] . "/" . $temp_name, $wp_upload_dir["path"] . "/" . $file_name)) { goto qsXoL; } unlink($wp_upload_dir["path"] . "/" . $temp_name); return $wp_upload_dir["url"] . "/" . $file_name; qsXoL: $file_name = wp_unique_filename($wp_upload_dir["path"], $file_name); VCrZe: $image_path = $wp_upload_dir["path"] . "/" . $file_name; $local_image_url = $wp_upload_dir["url"] . "/" . $file_name; if (!file_put_contents($image_path, $image)) { goto EatpQ; } return $local_image_url; EatpQ: $this->parse_feed_log("Unable to save " . $image_path); return false; } function execPreprocessSource($options, $content) { if (!(trim($options["preprocess_source_php"]) !== '')) { goto lhnov; } $this->parse_feed_log("Executing preprocess source PHP code."); $userfunc = function ($content, $options) { try { return eval(stripslashes($options["preprocess_source_php"]) . "
" . "return $content;"); } catch (Throwable $e) { $this->parse_feed_log("Error: " . $e->getMessage()); $this->failure = true; } }; $content = $userfunc($content, $options); $this->parse_feed_log("Done"); lhnov: return $content; } function execUserFunction() { if (!(trim($this->current_feed["options"]["php_code"]) !== '')) { goto YyFxO; } $this->parse_feed_log("Executing custom PHP code"); $userfunc = function ($post, $xml_tags) { try { return eval(stripslashes($this->current_feed["options"]["php_code"]) . "\xa" . "return $post;"); } catch (Throwable $e) { $this->parse_feed_log("Error: " . $e->getMessage()); $this->failure = true; } }; foreach ($this->xml_tags as &$tag) { $tag["val"] = trim($tag["val"]); pTEze: } gg8gn: unset($tag); $this->post = $userfunc($this->post, $this->xml_tags); $this->parse_feed_log("Complete execution of custom PHP code"); YyFxO: } function openai_apply_title_assignment() { $post_title_assignment = trim(cseo_apply_spintax($this->current_feed["options"]["openai_title_assignment"])); if (!strlen($post_title_assignment)) { goto l6kMI; } $parsed_post_title_assignment = $this->parse_special_keywords($post_title_assignment); if ($parsed_post_title_assignment === $post_title_assignment && stripos($parsed_post_title_assignment, "Rewrite ") === 0) { goto YIc6u; } $prompt = $parsed_post_title_assignment; goto gLaCd; YIc6u: $prompt = $post_title_assignment . ": " . cseo_remove_emojis(stripslashes($this->post["post_title"])); gLaCd: $request = ["prompt" => $this->parse_special_keywords(cseo_apply_spintax($prompt)), "model" => $this->current_feed["options"]["openai_model"], "max_tokens" => abs(intval($this->current_feed["options"]["openai_max_tokens"])), "temperature" => floatval($this->current_feed["options"]["openai_temperature"]), "top_p" => floatval($this->current_feed["options"]["openai_top_p"]), "best_of" => abs(intval($this->current_feed["options"]["openai_best_of"])), "presence_penalty" => floatval($this->current_feed["options"]["openai_presence_penalty"]), "frequency_penalty" => floatval($this->current_feed["options"]["openai_frequency_penalty"])]; $result = cyberseo_openai_shortcode($request); if ($result) { goto zpCWh; } $this->parse_feed_log("OpenAI was unable to complete the assignment. The post will not be added" . PHP_EOL); return false; goto AekXD; zpCWh: return cseo_strip_tags($result); AekXD: l6kMI: return $this->post["post_title"]; } function openai_apply_article_assignment() { $assignments = explode(CSEO_MORE, stripslashes($this->current_feed["options"]["openai_article_assignment"])); $article = ''; foreach ($assignments as $assignment) { $prompt = cseo_remove_emojis($this->parse_special_keywords(cseo_apply_spintax(stripslashes($assignment)))); if (!strlen($prompt)) { goto CYsKT; } $request = ["prompt" => $prompt, "model" => $this->current_feed["options"]["openai_model"], "max_tokens" => abs(intval($this->current_feed["options"]["openai_max_tokens"])), "temperature" => floatval($this->current_feed["options"]["openai_temperature"]), "top_p" => floatval($this->current_feed["options"]["openai_top_p"]), "best_of" => abs(intval($this->current_feed["options"]["openai_best_of"])), "presence_penalty" => floatval($this->current_feed["options"]["openai_presence_penalty"]), "frequency_penalty" => floatval($this->current_feed["options"]["openai_frequency_penalty"])]; $article .= html_entity_decode(cyberseo_openai_shortcode($request)); if (strlen($article)) { goto YdlCT; } $this->parse_feed_log("OpenAI was unable to complete the assignment. The post will not be added" . PHP_EOL); return false; YdlCT: CYsKT: R_EUb: } gh1Hm: preg_match_all("/<img.*?srcset=['\"](.+?)['\"].*?>/is", $this->post["post_content"] . $this->post["post_excerpt"], $matches); if (!count($matches[1])) { goto M8c3Q; } foreach ($matches[1] as $item) { preg_match_all("/(.+?)\s+.+?[\,'\"]/is", $item, $srcsets); if (!count($srcsets[1])) { goto KdUIQ; } foreach ($srcsets[1] as $link) { $this->image_urls[] = trim($link); cZrTw: } kig08: KdUIQ: mp0rT: } a5Wwz: M8c3Q: switch ($this->current_feed["options"]["openai_position"]) { case "above": $this->post["post_content"] = $article . $this->post["post_content"]; goto Vu5my; case "below": $this->post["post_content"] .= $article; goto Vu5my; default: $this->post["post_content"] = $article; if (strlen($this->post["link"])) { goto YTduC; } $this->post["link"] = "http://www.openai.com/" . md5($article); YTduC: goto Vu5my; } kAPFJ: Vu5my: return ''; } function getPostTitle($content) { try { $dom = new DOMDocument(); @$dom->loadHTML(mb_convert_encoding($content, "HTML-ENTITIES", "UTF-8")); $xpath = new DOMXPath($dom); $titleNodes = $xpath->query("//title"); if (!($titleNodes->length > 0)) { goto YehuC; } return $titleNodes->item(0)->nodeValue; YehuC: } catch (Exception $e) { } return ''; } function filterPost() { $this->parse_feed_log("Apply post filtering"); if (!(!empty(trim($this->current_feed["options"]["filter_any_tags"])) && count($this->post["categories"]))) { goto lcXmI; } $categories = array_map("mb_strtolower", $this->post["categories"]); $found = false; $this->parse_feed_log("The post must contain any of these tags: " . htmlentities($this->current_feed["options"]["filter_any_tags"], ENT_QUOTES)); foreach (explode(",", $this->current_feed["options"]["filter_any_tags"]) as $category) { if (!in_array(mb_strtolower(trim($category)), $categories)) { goto DI9dW; } $found = true; goto mKgNC; DI9dW: HZMgn: } mKgNC: if ($found) { goto iyk9r; } $this->parse_feed_log("The post does not meet the tag/category filtering rules"); $this->parse_feed_log("The post will not be added" . PHP_EOL); return false; iyk9r: lcXmI: if (!(!empty(trim($this->current_feed["options"]["filter_none_tags"])) && count($this->post["categories"]))) { goto i1T9x; } $categories = array_map("mb_strtolower", $this->post["categories"]); $this->parse_feed_log("The post must contain none of these tags (categories): " . htmlentities($this->current_feed["options"]["filter_none_tags"], ENT_QUOTES)); foreach (explode(",", $this->current_feed["options"]["filter_none_tags"]) as $category) { if (!in_array(mb_strtolower(trim($category)), $categories)) { goto oLXEb; } $this->parse_feed_log("The post does not meet tag/category filtering rules"); $this->parse_feed_log("The post will not be added" . PHP_EOL); return false; oLXEb: pEZxt: } yIeXL: i1T9x: if (!(isset($this->current_feed["options"]["filter_days_newer"]) && (int) $this->current_feed["options"]["filter_days_newer"] && time() - $this->post["post_date_epoch"] > 86400 * (int) $this->current_feed["options"]["filter_days_newer"])) { goto gh3bP; } $this->parse_feed_log("The post date is older than a specified period"); $this->parse_feed_log("The post will not be added" . PHP_EOL); return false; gh3bP: if (!(isset($this->current_feed["options"]["filter_days_newer"]) && (int) $this->current_feed["options"]["filter_days_older"] && time() - $this->post["post_date_epoch"] < 86400 * (int) $this->current_feed["options"]["filter_days_older"])) { goto uva_A; } $this->parse_feed_log("The post date is newer than a specified period"); $this->parse_feed_log("The post will not be added" . PHP_EOL); return false; uva_A: if (!(isset($this->current_feed["options"]["filter_post_longer"]) && $this->current_feed["options"]["filter_post_longer"] != 0 && mb_strlen(cseo_strip_tags($this->post["post_content"])) < $this->current_feed["options"]["filter_post_longer"])) { goto uHWyA; } $this->parse_feed_log("The post is too short"); $this->parse_feed_log("The post will not be added" . PHP_EOL); return; uHWyA: if (!(($this->current_feed["options"]["filter_post_link"] ?? '') === "on")) { goto uvmCk; } if (empty($this->current_feed["options"]["filter_all_phrases"])) { goto aYeKO; } $this->parse_feed_log("The post link must contain all these keywords: " . htmlentities($this->current_feed["options"]["filter_all_phrases"], ENT_QUOTES)); $keywords = explode(",", $this->current_feed["options"]["filter_all_phrases"]); foreach ($keywords as $keyword) { if (stripos($this->post["link"], trim($keyword))) { goto a0yPm; } $this->parse_feed_log("The post link does not contain all the specified keywords"); $this->parse_feed_log("The post will not be added" . PHP_EOL); return false; a0yPm: bPMiJ: } UOVgN: aYeKO: if (empty($this->current_feed["options"]["filter_any_phrases"])) { goto yutTT; } $this->parse_feed_log("The post link must contain any of these keywords: " . htmlentities($this->current_feed["options"]["filter_any_phrases"], ENT_QUOTES)); $keywords = explode(",", $this->current_feed["options"]["filter_any_phrases"]); $found = false; foreach ($keywords as $keyword) { if (!stripos($this->post["link"], trim($keyword))) { goto gDUmH; } $found = true; goto k1w2m; gDUmH: IunFc: } k1w2m: if ($found) { goto fSO42; } $this->parse_feed_log("No mandatory keywords found in the post link"); $this->parse_feed_log("The post will not be added" . PHP_EOL); return false; fSO42: yutTT: if (empty($this->current_feed["options"]["filter_none_phrases"])) { goto TSDJB; } $this->parse_feed_log("The post link must contain none of these keywords: " . htmlentities($this->current_feed["options"]["filter_none_phrases"], ENT_QUOTES)); $keywords = explode(",", $this->current_feed["options"]["filter_none_phrases"]); foreach ($keywords as $keyword) { if (!stripos($this->post["link"], trim($keyword))) { goto IRHHv; } $this->parse_feed_log("The post link contains at least one of blacklisted keywords."); $this->parse_feed_log("The post will not be added" . PHP_EOL); return false; IRHHv: CAHOT: } c9njB: TSDJB: uvmCk: $text = " "; if (!(($this->current_feed["options"]["filter_post_title"] ?? '') === "on")) { goto T8wIJ; } $text .= $this->post["post_title"] . " "; T8wIJ: if (!(($this->current_feed["options"]["filter_post_content"] ?? '') === "on")) { goto y0n2L; } $text .= $this->post["post_content"] . " "; y0n2L: if (!(($this->current_feed["options"]["filter_post_excerpt"] ?? '') === "on")) { goto bCx7H; } $text .= $this->post["post_excerpt"] . " "; bCx7H: if (!(mb_strlen($text) > 1)) { goto Ykdvf; } if (empty($this->current_feed["options"]["filter_all_phrases"])) { goto O3K0a; } $this->parse_feed_log("The post must contain all these phrases: " . htmlentities($this->current_feed["options"]["filter_all_phrases"], ENT_QUOTES)); $keywords = explode(",", $this->current_feed["options"]["filter_all_phrases"]); foreach ($keywords as $keyword) { if (preg_match("/\b" . preg_quote(trim($keyword, "/")) . "\b/isu", $text)) { goto uZQbj; } $this->parse_feed_log("The post does not contain all the specified keywords or phrases"); $this->parse_feed_log("The post will not be added" . PHP_EOL); return false; uZQbj: HSBEC: } NyxPF: O3K0a: if (empty($this->current_feed["options"]["filter_any_phrases"])) { goto g7FP1; } $this->parse_feed_log("The post must contain any of these phrases: " . htmlentities($this->current_feed["options"]["filter_any_phrases"], ENT_QUOTES)); $keywords = explode(",", $this->current_feed["options"]["filter_any_phrases"]); $found = false; foreach ($keywords as $keyword) { if (!preg_match("/\b" . preg_quote(trim($keyword), "/") . "\b/isu", $text)) { goto Ny2DH; } $found = true; goto CVVCs; Ny2DH: Am_Mb: } CVVCs: if ($found) { goto KskOc; } $this->parse_feed_log("No mandatory keywords or phrases found in the post"); $this->parse_feed_log("The post will not be added" . PHP_EOL); return false; KskOc: g7FP1: if (empty($this->current_feed["options"]["filter_none_phrases"])) { goto ACq13; } $this->parse_feed_log("The post must contain none of these phrases: " . htmlentities($this->current_feed["options"]["filter_none_phrases"], ENT_QUOTES)); $keywords = explode(",", $this->current_feed["options"]["filter_none_phrases"]); foreach ($keywords as $keyword) { if (!preg_match("/\b" . preg_quote(trim($keyword), "/") . "\b/isu", $text)) { goto rLVPU; } $this->parse_feed_log("The post contains at least one of blacklisted keywords or phrases"); $this->parse_feed_log("The post will not be added" . PHP_EOL); return false; rLVPU: I0HaH: } wREy0: ACq13: Ykdvf: $this->parse_feed_log("Done"); return true; } function extract_shortcode_params($string, $shortcode_name) { $results = []; $buffer = ''; $is_capturing = false; $bracket_count = 0; $i = 0; nXKKK: if (!($i < strlen($string))) { goto Zk3Xh; } $char = $string[$i]; $shortcode_full = "[" . $shortcode_name; if (!(!$is_capturing && substr($string, $i, strlen($shortcode_full)) === $shortcode_full)) { goto ttmry; } $is_capturing = true; $i += strlen($shortcode_full); $bracket_count = 1; goto OocNg; ttmry: if (!$is_capturing) { goto JQ0W5; } $buffer .= $char; if ($char === "[") { goto shRVy; } if ($char === "]") { goto vFgc3; } goto GN6Gj; shRVy: $bracket_count++; goto GN6Gj; vFgc3: $bracket_count--; GN6Gj: if (!($bracket_count == 0)) { goto vfI81; } $results[] = rtrim($buffer, "]"); $buffer = ''; $is_capturing = false; vfI81: JQ0W5: OocNg: $i++; goto nXKKK; Zk3Xh: return $results; } function apply_wordpress_shortcodes($template) { $matches = $this->extract_shortcode_params(stripslashes($template), "cyberseo_openai"); if (!count($matches)) { goto G5X38; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", $shortcode)); if (isset($atts["prompt"]) && !isset($atts[0])) { goto NABof; } $this->parse_feed_log("Error in the [cyberseo_openai] shortcode, check it for internal double quotes and replace them with single quotes."); $template = ''; goto RwT1n; NABof: $atts["prompt"] = $this->parse_special_keywords(cseo_apply_spintax($atts["prompt"])); $template = preg_replace("~\[cyberseo_openai +" . preg_quote(addslashes($shortcode), "~") . "\s*\]~", addslashes(html_entity_decode(cyberseo_openai_shortcode($atts))), $template); RwT1n: SNg_i: } V52Q3: G5X38: $matches = $this->extract_shortcode_params(stripslashes($template), "cyberseo_pixabay_image"); if (!count($matches)) { goto se3M4; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", $shortcode)); if (!empty($atts["name"])) { goto sN5j6; } $atts["name"] = $this->post["post_title"]; sN5j6: if (isset($atts["q"]) && !isset($atts[0])) { goto X3fCM; } $this->parse_feed_log("Error in the [cyberseo_pixabay_image] shortcode, check it for internal double quotes and replace them with single quotes."); $template = ''; goto Y6Oh6; X3fCM: $atts["q"] = $this->parse_special_keywords(cseo_apply_spintax($atts["q"])); $template = preg_replace("~\[cyberseo_pixabay_image +" . preg_quote(addslashes($shortcode), "~") . "\s*\]~", addslashes(html_entity_decode(cyberseo_pixabay_shortcode($atts))), $template); Y6Oh6: E5UOx: } JxSHJ: se3M4: $matches = $this->extract_shortcode_params(stripslashes($template), "cyberseo_dalle"); if (!count($matches)) { goto ZCV9j; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", $shortcode)); if (!empty($atts["name"])) { goto e5jDR; } $atts["name"] = $this->post["post_title"]; e5jDR: if (isset($atts["prompt"]) && !isset($atts[0])) { goto ngaAw; } $this->parse_feed_log("Error in the [cyberseo_dalle] shortcode, check it for internal double quotes and replace them with single quotes."); $template = ''; goto qjHkg; ngaAw: $atts["prompt"] = $this->parse_special_keywords(cseo_apply_spintax($atts["prompt"])); $template = preg_replace("~\[cyberseo_dalle +" . preg_quote(addslashes($shortcode), "~") . "\s*\]~", addslashes(html_entity_decode(cyberseo_dalle_shortcode($atts))), $template); qjHkg: TRV1Y: } CsC7C: ZCV9j: $matches = $this->extract_shortcode_params(stripslashes($template), "cyberseo_stable_diffusion"); if (!count($matches)) { goto G982O; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", $shortcode)); if (!empty($atts["name"])) { goto k6pSv; } $atts["name"] = $this->post["post_title"]; k6pSv: if (isset($atts["text"]) && !isset($atts[0])) { goto HHVtf; } $this->parse_feed_log("Error in the [cyberseo_stable_diffusion] shortcode, check it for internal double quotes and replace them with single quotes."); $template = ''; goto zfuuh; HHVtf: $atts["text"] = $this->parse_special_keywords(cseo_apply_spintax($atts["text"])); $template = preg_replace("~\[cyberseo_stable_diffusion +" . preg_quote(addslashes($shortcode), "~") . "\s*\]~", addslashes(html_entity_decode(cyberseo_stable_diffusion_shortcode($atts))), $template); zfuuh: jmupa: } IJ1dC: G982O: $matches = $this->extract_shortcode_params(stripslashes($template), "openai_gpt"); if (!count($matches)) { goto HLnwI; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", $shortcode)); if (isset($atts["prompt"]) && !isset($atts[0])) { goto PyGkp; } $this->parse_feed_log("Error in the [openai_gpt] shortcode, check it for internal double quotes and replace them with single quotes."); $template = ''; goto mGBhA; PyGkp: $atts["prompt"] = $this->parse_special_keywords(cseo_apply_spintax($atts["prompt"])); $template = preg_replace("~\[openai_gpt +" . preg_quote(addslashes($shortcode), "~") . "\s*\]~", addslashes(html_entity_decode(cyberseo_openai_shortcode($atts))), $template); mGBhA: aXuwc: } x_1T9: HLnwI: $matches = $this->extract_shortcode_params(stripslashes($template), "claude"); if (!count($matches)) { goto jxD3c; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", $shortcode)); if (isset($atts["prompt"]) && !isset($atts[0])) { goto nWYH_; } $this->parse_feed_log("Error in the [claude] shortcode, check it for internal double quotes and replace them with single quotes."); $template = ''; goto HrqeM; nWYH_: $atts["prompt"] = $this->parse_special_keywords(cseo_apply_spintax($atts["prompt"])); $template = preg_replace("~\[claude +" . preg_quote(addslashes($shortcode), "~") . "\s*\]~", addslashes(html_entity_decode(cyberseo_claude_shortcode($atts))), $template); HrqeM: T_Atm: } kVp7o: jxD3c: $matches = $this->extract_shortcode_params(stripslashes($template), "gemini"); if (!count($matches)) { goto jOTQr; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", $shortcode)); if (isset($atts["prompt"]) && !isset($atts[0])) { goto JsvRs; } $this->parse_feed_log("Error in the [gemini] shortcode, check it for internal double quotes and replace them with single quotes."); $template = ''; goto iCzS4; JsvRs: $atts["prompt"] = $this->parse_special_keywords(cseo_apply_spintax($atts["prompt"])); $template = preg_replace("~\[gemini +" . preg_quote(addslashes($shortcode), "~") . "\s*\]~", addslashes(html_entity_decode(cyberseo_gemini_shortcode($atts))), $template); iCzS4: J5rGU: } Z0eJe: jOTQr: $matches = $this->extract_shortcode_params(stripslashes($template), "or_text"); if (!count($matches)) { goto N4pT2; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", $shortcode)); if (isset($atts["prompt"]) && !isset($atts[0])) { goto jtG23; } $this->parse_feed_log("Error in the [or_text] shortcode, check it for internal double quotes and replace them with single quotes."); $template = ''; goto jy_u3; jtG23: $atts["prompt"] = $this->parse_special_keywords(cseo_apply_spintax($atts["prompt"])); $template = preg_replace("~\[or_text +" . preg_quote(addslashes($shortcode), "~") . "\s*\]~", addslashes(html_entity_decode(cyberseo_openrouter_shortcode($atts))), $template); jy_u3: Qsugn: } jampP: N4pT2: $matches = $this->extract_shortcode_params(stripslashes($template), "gpt_article"); if (!count($matches)) { goto AwJ5U; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", $shortcode)); if (isset($atts["topic"]) && !isset($atts[0])) { goto DUTdo; } $this->parse_feed_log("Error in the [gpt_article] shortcode, check it for internal double quotes and replace them with single quotes."); $template = ''; goto w4ZHI; DUTdo: $atts["topic"] = $this->parse_special_keywords(cseo_apply_spintax($atts["topic"])); $template = preg_replace("~\[gpt_article +" . preg_quote(addslashes($shortcode), "~") . "\s*\]~", addslashes(html_entity_decode(cyberseo_gpt_article_shortcode($atts))), $template); w4ZHI: q2hU6: } f73ZV: AwJ5U: $matches = $this->extract_shortcode_params(stripslashes($template), "pixabay"); if (!count($matches)) { goto gp8Ka; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", $shortcode)); if (!empty($atts["name"])) { goto qfnbD; } $atts["name"] = $this->post["post_title"]; qfnbD: if (isset($atts["q"]) && !isset($atts[0])) { goto vU_cG; } $this->parse_feed_log("Error in the [pixabay] shortcode, check it for internal double quotes and replace them with single quotes."); $template = ''; goto mT42U; vU_cG: $atts["q"] = $this->parse_special_keywords(cseo_apply_spintax($atts["q"])); $template = preg_replace("~\[pixabay +" . preg_quote(addslashes($shortcode), "~") . "\s*\]~", addslashes(html_entity_decode(cyberseo_pixabay_shortcode($atts))), $template); mT42U: Q_gwj: } MgSoG: gp8Ka: $matches = $this->extract_shortcode_params(stripslashes($template), "dalle"); if (!count($matches)) { goto CY5ux; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", $shortcode)); if (!empty($atts["name"])) { goto JPQ1x; } $atts["name"] = $this->post["post_title"]; JPQ1x: if (isset($atts["prompt"]) && !isset($atts[0])) { goto MNpNZ; } $this->parse_feed_log("Error in the [dalle] shortcode, check it for internal double quotes and replace them with single quotes."); $template = ''; goto h9CqU; MNpNZ: $atts["prompt"] = $this->parse_special_keywords(cseo_apply_spintax($atts["prompt"])); $template = preg_replace("~\[dalle +" . preg_quote(addslashes($shortcode), "~") . "\s*\]~", addslashes(html_entity_decode(cyberseo_dalle_shortcode($atts))), $template); h9CqU: T9mB9: } ioMfT: CY5ux: $matches = $this->extract_shortcode_params(stripslashes($template), "stable_diffusion"); if (!count($matches)) { goto vLcTr; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", $shortcode)); if (!empty($atts["name"])) { goto hMQCO; } $atts["name"] = $this->post["post_title"]; hMQCO: if (isset($atts["text"]) && !isset($atts[0])) { goto Id4EY; } $this->parse_feed_log("Error in the [stable_diffusion] shortcode, check it for internal double quotes and replace them with single quotes."); $template = ''; goto q26p4; Id4EY: $atts["text"] = $this->parse_special_keywords(cseo_apply_spintax($atts["text"])); $template = preg_replace("~\[stable_diffusion +" . preg_quote(addslashes($shortcode), "~") . "\s*\]~", addslashes(html_entity_decode(cyberseo_stable_diffusion_shortcode($atts))), $template); q26p4: Qgo4Q: } sorxe: vLcTr: return $template; } function maskShortCodes($content) { $shtps = ["%link%", "%post_title%", "%post_content%", "%post_content_notags%", "%post_excerpt%", "%post_excerpt_notags%", "%post_guid%", "%media_description%", "%enclosure_url%", "%post_date%", "%gpt_keywords%", "%gpt_keywords_en%", "%gpt_keyphrase%", "%gpt_keyphrase_en%", "%post_tags%", "%categories%", "%post_content[", "%post_content_notags[", "%post_excerpt[", "%post_excerpt_notags[", "%post_date[", "%xml_tags[", "%params[", "%custom_fields[", "%custom_fields_attr[", "%media_thumbnail[", "%media_content[", "%random_image[", "%random_file[", "%pixabay[", "%youtube_video"]; foreach ($shtps as $shtp) { if (!(mb_strpos($content, $shtp) !== false)) { goto SnzSX; } $content = str_replace($shtp, mb_substr($shtp, 0, 1) . CSEO_MASK . mb_substr($shtp, 1, mb_strlen($shtp) - 1), $content); SnzSX: w8PIc: } NZV3g: return $content; } function unmaskShortCodes($content) { return str_replace("%" . CSEO_MASK, "%", $content); } function remove_absolute_links($link, $source) { return preg_replace_callback("/href\s*=\s*(['"]?)" . preg_quote($link, "/") . "([^'"]*#[^'"]*)\1/", function ($matches) { return "href=" . $matches[1] . $matches[2] . $matches[1]; }, $source); } function insertPost() { global $wpdb, $cseo_images_to_save, $cseo_images_to_attach, $cseo_last_effective_url; $this->link_checked = "none"; $this->image_urls = []; $this->polylang_translations = []; if (mb_strlen(trim($this->post["post_title"]))) { goto vP0FF; } if (mb_strlen($this->post["post_excerpt"])) { goto l02yL; } $text = cseo_strip_tags($this->post["post_content"]); goto o7CO3; l02yL: $text = cseo_strip_tags($this->post["post_excerpt"]); o7CO3: $this->post["post_title"] = trim($this->post["post_title"]); if (!strlen($this->post["post_title"])) { goto T9HIn; } $this->post["post_title"] = mb_substr($text, 0, mb_strrpos(mb_substr($text, 0, 35), " ")) . "..."; T9HIn: vP0FF: if (!empty($this->post["link"])) { goto Vvj20; } $this->parse_feed_log("Generating a new post"); goto oLJU4; Vvj20: $this->parse_feed_log("Processing a new post: " . $this->post["link"]); oLJU4: if (!$this->show_report) { goto s2NCZ; } echo str_repeat(" ", 1024); flush(); s2NCZ: if (!($this->current_feed["options"]["embed_videos"] === "on")) { goto PiTcI; } if (strpos($this->post["link"], ".youtube.com/") !== false || strpos($this->post["link"], "//youtube.com/") !== false) { goto nCWJh; } if (strpos($this->post["link"], ".vimeo.com/") !== false || strpos($this->post["link"], "//vimeo.com/") !== false) { goto pQU4U; } if (strpos($this->post["link"], ".flickr.com/") !== false || strpos($this->post["link"], "//flickr.com/") !== false) { goto Kj2r1; } if (strpos($this->post["link"], ".ign.com/") !== false || strpos($this->post["link"], "//ign.com/") !== false) { goto JsQl_; } if (strpos($this->post["link"], ".dailymotion.com/") !== false || strpos($this->post["link"], "//dailymotion.com/") !== false) { goto WL3WY; } goto Ao8Xq; nCWJh: $this->post["post_excerpt"] = htmlentities($this->post["media_description"], ENT_QUOTES, "UTF-8"); $this->post["post_content"] = $this->post["link"] . "\xa" . $this->post["post_excerpt"]; goto Ao8Xq; pQU4U: preg_match("/\/(\d+)$/", $this->post["link"], $matches); $this->post["link"] = "https://vimeo.com/" . $matches[1]; $content = str_replace("\n", '', html_entity_decode(cseo_file_get_contents($this->post["link"]))); preg_match("/,"embedUrl":"(.*?)","name":"(.*?)","description":"(.*?)",/is", $content, $matches); $this->post["post_title"] = stripslashes($matches[2]); $this->post["post_excerpt"] = stripslashes($matches[3]); $this->post["post_content"] = "<p><iframe src="" . $matches[1] . "" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></p>" . $this->post["post_excerpt"]; goto Ao8Xq; Kj2r1: $this->post["post_excerpt"] = $this->post["post_content"] = $this->post["link"] . "
<br>" . strip_tags($this->post["post_content"], "<br>,<b>,<p>,<a>"); goto Ao8Xq; JsQl_: $content = cseo_file_get_contents($this->post["link"], false, '', "self", CSEO_CURL_USER_AGENT); preg_match("/"url":"(https:[-\/\.a-z0-9]+\.mp4)","width":1920/", $content, $matches); if (!isset($matches[1])) { goto RUkKq; } $this->post["post_content"] = "<p>[video src="" . $matches[1] . ""]</p><br><p>" . $this->post["post_excerpt"] . "</p>"; RUkKq: goto Ao8Xq; WL3WY: $this->post["post_excerpt"] = $this->post["post_content"] = $this->post["link"] . "
<br>" . strip_tags($this->post["post_excerpt"], "<br>,<b>,<p>,<a>"); Ao8Xq: PiTcI: if (!(!mb_strlen(trim($this->post["post_excerpt"])) && mb_strlen(trim($this->post["media_description"])))) { goto lB28S; } $this->post["post_excerpt"] = $this->post["media_description"]; lB28S: if (!(!mb_strlen(trim($this->post["post_content"])) && mb_strlen(trim($this->post["post_excerpt"])))) { goto Ay6Fs; } $this->post["post_content"] = $this->post["post_excerpt"]; Ay6Fs: if (!(!strlen($this->post["link"]) && isset($this->xml_tags["url"]["val"]))) { goto utWey; } $this->post["link"] = $this->xml_tags["url"]["val"]; utWey: if (!(($this->current_feed["options"]["custom_fields"] ?? '') !== '')) { goto BzmmS; } $custom_fields_array = explode("
", stripslashes($this->current_feed["options"]["custom_fields"])); foreach ($custom_fields_array as $item) { list($value, $name) = explode("->", stripslashes($item)); $name = trim($name); $value = trim($value); if (isset($value) && mb_strlen($value) > 2 && $value[0] === """ && $value[mb_strlen($value) - 1] === """) { goto HCiXn; } if (mb_strlen($name) > 2 && $name[0] === "%" && $name[mb_strlen($name) - 1] === "%") { goto HaoiZ; } goto wYUjX; HCiXn: $this->post["custom_fields"][$name] = cseo_apply_spintax(mb_substr($value, 1, mb_strlen($value) - 2)); goto wYUjX; HaoiZ: if (!isset($this->post["custom_fields"][$name])) { goto t6Mfw; } $this->post[mb_substr($name, 1, mb_strlen($name) - 2)] = $this->post["custom_fields"][$name]; unset($this->post["custom_fields"][$name]); t6Mfw: wYUjX: gcwcL: } a_d2J: BzmmS: $this->post["post_date_epoch"] = $this->post["post_date"]; if ($this->current_feed["options"]["base_date"] === "syndication") { goto UBvqj; } $post_date = (int) $this->post["post_date"]; goto l5uZ7; UBvqj: $post_date = time(); l5uZ7: $post_date += 60 * ($this->current_feed["options"]["date_min"] + rand(0, $this->current_feed["options"]["date_max"] - $this->current_feed["options"]["date_min"])); $this->post["post_date"] = addslashes(gmdate("Y-m-d H:i:s", $post_date + 3600 * (int) get_option("gmt_offset"))); $this->post["post_modified"] = $this->post["post_date"]; $this->post["post_date_gmt"] = addslashes(gmdate("Y-m-d H:i:s", $post_date)); $this->post["post_modified_gmt"] = $this->post["post_date_gmt"]; $this->post["post_status"] = $this->current_feed["options"]["post_status"]; $this->post["comment_status"] = $this->current_feed["options"]["comment_status"]; $this->post["ping_status"] = $this->current_feed["options"]["ping_status"]; if (!($this->current_feed["options"]["filter_before"] === "ftrss" && !$this->filterPost())) { goto dfhT0; } return; dfhT0: if (!(is_string($this->current_feed_url) && preg_match(CSEO_DUMMY_FEED_PATTERN, $this->current_feed_url))) { goto lRlPK; } $this->post["link"] = site_url() . "/" . md5(microtime()); lRlPK: if (!(stripos($this->post["link"], "https://news.google.com/rss/articles/") === 0)) { goto Nn2ev; } $content = cseo_file_get_contents($this->post["link"]); if (!preg_match("/<base href="https:\/\/news\.google\.com\/">.*?<a href="(.*?)" jsname=".*?" rel="nofollow">.*?<\/a>/s", $content, $matches)) { goto jP3Cy; } $this->post["link"] = $matches[1]; $this->parse_feed_log("Parsing redirect to " . $this->post["link"]); jP3Cy: Nn2ev: $result_dup = cseo_post_exists($this->post); if (!($this->current_feed["options"]["push_up"] === "on")) { goto iUEzu; } if (!$result_dup) { goto RXaed; } $this->parse_feed_log("Republishing post ID " . $result_dup); $p = get_post($result_dup); $this->post["post_status"] = $p->post_status; $this->delete_post_media($result_dup); wp_delete_post($result_dup, true); $result_dup = false; RXaed: iUEzu: if (!$result_dup) { goto GQRjx; } $this->parse_feed_log("The post already exists"); $this->parse_feed_log("Skipping" . PHP_EOL); return; GQRjx: if ($this->current_feed["options"]["extract_full_articles"] === "on" && get_option("cxxx_full_text_extractor") && isset($this->post["link"])) { goto gtSOu; } if ($this->current_feed["options"]["extract_full_articles"] === "custom") { goto WHGHG; } goto c2co2; gtSOu: $this->parse_feed_log("Trying to extract full text article with Full-Text RSS script"); $item = html_entity_decode(cseo_remove_utf8_bom(cseo_file_get_contents(get_option("cxxx_full_text_extractor") . "?url=" . urlencode($this->post["link"])), ENT_QUOTES)); preg_match_all("/<description>(.*?)<\/description>/is", $item, $matches); if (isset($matches[1][1]) && strpos($matches[1][1], "[unable to retrieve full-text content]") === false) { goto k6Xlc; } $this->parse_feed_log("Operation failed. Unable to retrieve full-text content from " . $this->post["link"]); $this->parse_feed_log("The post will not be added" . PHP_EOL); return; goto TfyVu; k6Xlc: $this->post["post_content"] = str_replace("<p>[embedded content]</p>", '', $matches[1][1]); $this->post["post_title"] = $this->getPostTitle($item); TfyVu: $this->parse_feed_log("Done"); goto c2co2; WHGHG: $this->parse_feed_log("Trying to extract full text article"); $this->parse_feed_log("Tag specified: &lt;" . $this->current_feed["options"]["custom_text_extractor_tag"] . "&gt;"); if (empty($this->current_feed["options"]["custom_text_extractor_attrbutes"])) { goto Xpf4K; } $this->parse_feed_log("Attributes specified: " . htmlentities(stripslashes($this->current_feed["options"]["custom_text_extractor_attrbutes"]))); Xpf4K: $content = cseo_file_get_contents($this->post["link"]); $this->post["post_content"] = cseo_extract_outer_element($content, $this->current_feed["options"]["custom_text_extractor_tag"], $this->current_feed["options"]["custom_text_extractor_attrbutes"], $this->current_feed["options"]["custom_text_extractor_inclusive"] === "on"); if (!empty($this->post["post_content"])) { goto ZB9e_; } $this->parse_feed_log("Operation failed. Unable to retrieve full-text content from " . $this->post["link"]); $this->parse_feed_log("The post will not be added" . PHP_EOL); return; ZB9e_: $this->post["post_title"] = $this->getPostTitle($content); $this->parse_feed_log("Done"); c2co2: $this->customFieldsFromContent($this->post["post_content"]); if (!preg_match_all("/<img(.+?)src=['\"](.+?)['\"](.*?)>/is", $this->post["post_content"] . $this->post["post_excerpt"], $matches)) { goto PSwik; } $this->o_imgs = array_merge($this->image_urls, array_unique($matches[2])); PSwik: if (!strlen($this->current_feed["options"]["strip_tags"])) { goto QHTBn; } $this->post["post_content"] = cseo_strip_specific_tags($this->post["post_content"], explode(",", $this->current_feed["options"]["strip_tags"])); $this->post["post_excerpt"] = cseo_strip_specific_tags($this->post["post_excerpt"], explode(",", $this->current_feed["options"]["strip_tags"])); QHTBn: if (!($this->current_feed["options"]["filter_before"] === "ai-processor" && !$this->filterPost())) { goto L6TTM; } return; L6TTM: if (!($this->current_feed["options"]["ai_engine"] === "openai" && strlen(trim(get_option(CSEO_ACCOUNTS)["openai_api_key"])))) { goto UQdEV; } if ($this->current_feed["options"]["openai_processing_order"] === "title_first") { goto qt9g_; } if (!($this->openai_apply_article_assignment() === false)) { goto GULTZ; } return; GULTZ: if (!(($this->post["post_title"] = $this->openai_apply_title_assignment()) === false)) { goto AALJZ; } return; AALJZ: goto pIEZP; qt9g_: if (!(($this->post["post_title"] = $this->openai_apply_title_assignment()) === false)) { goto R_Ywx; } return; R_Ywx: if (!($this->openai_apply_article_assignment() === false)) { goto hFe4U; } return; hFe4U: pIEZP: UQdEV: if (!($this->current_feed["options"]["ai_engine"] === "article_forge" && strlen(trim(get_option(CSEO_ACCOUNTS)["article_forge_api_key"])))) { goto plBLJ; } if (!$this->api_overlimit("article_forge_api_limit")) { goto Ck_7Q; } $this->parse_feed_log("ArticleForge API hourly request limit has been reached"); return; Ck_7Q: $this->parse_feed_log("Generating content with ArticleForge..."); $ch = curl_init($this->eps["articleforge"]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); $sub_keywords = $this->current_feed["options"]["article_forge_sub_keywords"]; if (!($this->current_feed["options"]["article_forge_tags_as_subkeywords"] === "on")) { goto c0RKg; } $sub_keywords = (mb_strlen($sub_keywords) ? "," : '') . implode(",", $this->post["tags_input"]); if (!(!mb_strlen(trim($this->current_feed["options"]["article_forge_keyword"])) && count($this->post["tags_input"]))) { goto bqeZw; } $this->current_feed["options"]["article_forge_keyword"] = $this->post["tags_input"][0]; bqeZw: c0RKg: $keyword = mb_substr(cseo_remove_emojis(cseo_strip_tags($this->parse_special_keywords(cseo_apply_spintax($this->current_feed["options"]["article_forge_keyword"])))), 0, 100); $sub_keywords = mb_substr(cseo_remove_emojis(cseo_strip_tags($this->parse_special_keywords(cseo_apply_spintax($sub_keywords)))), 0, 100); curl_setopt($ch, CURLOPT_POSTFIELDS, "key=" . get_option(CSEO_ACCOUNTS)["article_forge_api_key"] . "&keyword=" . $keyword . "&sub_keywords=" . $sub_keywords . "&length=" . $this->current_feed["options"]["article_forge_length"] . "&quality=" . $this->current_feed["options"]["article_forge_quality"] . "&turing_spinner=" . $this->current_feed["options"]["article_forge_turing_spinner"] . "&rewrite_sentence=" . $this->current_feed["options"]["article_forge_rewrite_sentence"] . "&rearrange_sentence=" . $this->current_feed["options"]["article_forge_rearrange_sentence"] . "&shuffle_paragraphs=" . $this->current_feed["options"]["article_forge_shuffle_paragraphs"] . "&image=" . $this->current_feed["options"]["article_forge_image"] . "&video=" . $this->current_feed["options"]["article_forge_video"] . "&title=1"); $result = json_decode(curl_exec($ch), true); curl_close($ch); if (!($result["status"] === "Success")) { goto fwlG9; } tduHd: sleep(3); $ch = curl_init("https://af.articleforge.com/api/get_api_progress"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "key=" . get_option(CSEO_ACCOUNTS)["article_forge_api_key"] . "&ref_key=" . $result["ref_key"]); $status = json_decode(curl_exec($ch), true); curl_close($ch); if (($status["api_status"] ?? '') != 201) { goto tduHd; } qgbFc: $ch = curl_init("https://af.articleforge.com/api/get_api_article_result"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "key=" . get_option(CSEO_ACCOUNTS)["article_forge_api_key"] . "&ref_key=" . $result["ref_key"]); $result = json_decode(curl_exec($ch), true); curl_close($ch); if (!($result["status"] === "Success")) { goto Ikk8S; } $article_id = $result["article_id"]; preg_match("/<h1>(.*?)<\/h1>(.*?)$/is", $result["article"], $matches); if (!($this->current_feed["options"]["article_forge_title"] === "generated")) { goto QqmZe; } $this->post["post_title"] = $matches[1]; QqmZe: $article = $matches[2]; if (!($this->current_feed["options"]["article_forge_spintax_view"] === "on")) { goto EJ1Lw; } $ch = curl_init("https://af.articleforge.com/api/view_article"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "key=" . get_option(CSEO_ACCOUNTS)["article_forge_api_key"] . "&article_id=" . $article_id . "&spintax_view=1"); $result = json_decode(curl_exec($ch), true); curl_close($ch); if (!($result["status"] === "Success" && isset($result["data"]))) { goto FU9SL; } $article = $result["data"]; FU9SL: EJ1Lw: preg_match_all("/<img.*?srcset=['\"](.+?)['\"].*?>/is", $this->post["post_content"] . $this->post["post_excerpt"], $matches); if (!count($matches[1])) { goto uZgL_; } foreach ($matches[1] as $item) { preg_match_all("/(.+?)\s+.+?[\,'\"]/is", $item, $srcsets); if (!count($srcsets[1])) { goto uLvJO; } foreach ($srcsets[1] as $link) { $this->image_urls[] = trim($link); NbzCo: } xyJ4z: uLvJO: V8CzK: } tmDaS: uZgL_: if ($this->current_feed["options"]["article_forge_position"] === "below") { goto C1ugo; } if ($this->current_feed["options"]["article_forge_position"] === "above") { goto sGMEg; } if ($this->current_feed["options"]["article_forge_position"] === "replace") { goto sS_lv; } goto jzedz; C1ugo: $this->post["post_content"] .= $article; goto jzedz; sGMEg: $this->post["post_content"] = $article . $this->post["post_content"]; goto jzedz; sS_lv: $this->post["post_content"] = $article; if (strlen($this->post["link"])) { goto Qvs1n; } $this->post["link"] = "http://www.articleforge.com/" . md5($this->post["post_title"]); Qvs1n: jzedz: $ch = curl_init("https://af.articleforge.com/api/delete_article"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "key=" . get_option(CSEO_ACCOUNTS)["article_forge_api_key"] . "&article_id=" . $article_id); curl_exec($ch); curl_close($ch); $this->parse_feed_log("Done"); Ikk8S: fwlG9: if (!($result["status"] !== "Success")) { goto eSdD3; } $this->parse_feed_log("Operation failed. " . $result["error_message"]); if (!($this->current_feed["options"]["article_forge_position"] === "replace")) { goto LnFWy; } $this->parse_feed_log("There is nothing to replace with. The post will not be added." . PHP_EOL); return; LnFWy: eSdD3: plBLJ: if (!($this->current_feed["options"]["balances_tags"] === "on")) { goto APHgN; } $this->post["post_content"] = force_balance_tags($this->post["post_content"]); $this->post["post_excerpt"] = force_balance_tags($this->post["post_excerpt"]); APHgN: if (!($this->current_feed["options"]["post_links_handling"] !== "intact")) { goto EfUU2; } $this->post["post_content"] = cseo_remove_links($this->post["post_content"], $this->current_feed["options"]["post_links_handling"]); $this->post["post_excerpt"] = cseo_remove_links($this->post["post_excerpt"], $this->current_feed["options"]["post_links_handling"]); EfUU2: $this->parse_feed_log("Processing post templates"); $this->post["post_title"] = $this->maskShortCodes($this->post["post_title"]); $this->post["post_content"] = $this->maskShortCodes($this->post["post_content"]); $this->post["post_excerpt"] = $this->maskShortCodes($this->post["post_excerpt"]); if ($this->current_feed["options"]["parse_spintax"] === "on") { goto hL2nW; } $post_content_template = $this->apply_wordpress_shortcodes($this->current_feed["options"]["post_content_template"]); goto bs7Qc; hL2nW: $post_content_template = $this->apply_wordpress_shortcodes(cseo_apply_spintax($this->current_feed["options"]["post_content_template"])); bs7Qc: if (strlen($post_content_template)) { goto WNBnv; } $this->post["post_content"] = ''; goto RwQro; WNBnv: $this->post["post_content"] = trim(stripslashes($this->parse_special_keywords($post_content_template))); RwQro: if (!$this->gpterr) { goto Wz6eb; } $this->parse_feed_log("The post will not be added" . PHP_EOL); return; Wz6eb: if ($this->current_feed["options"]["parse_spintax"] === "on") { goto jQ2pX; } $post_excerpt_template = $this->apply_wordpress_shortcodes($this->current_feed["options"]["post_excerpt_template"]); goto lOL6n; jQ2pX: $post_excerpt_template = $this->apply_wordpress_shortcodes(cseo_apply_spintax($this->current_feed["options"]["post_excerpt_template"])); lOL6n: if (strlen($post_content_template)) { goto s2FUk; } $this->post["post_excerpt"] = ''; goto aSax1; s2FUk: $this->post["post_excerpt"] = trim(stripslashes($this->parse_special_keywords($post_excerpt_template))); aSax1: if (!$this->gpterr) { goto grPfT; } $this->parse_feed_log("The post will not be added" . PHP_EOL); return; grPfT: if ($this->current_feed["options"]["parse_spintax"] === "on") { goto baOw8; } $post_title_template = $this->apply_wordpress_shortcodes($this->current_feed["options"]["post_title_template"]); goto X73uQ; baOw8: $post_title_template = $this->apply_wordpress_shortcodes(cseo_apply_spintax($this->current_feed["options"]["post_title_template"])); X73uQ: if (strlen($post_title_template)) { goto HQPXt; } $this->post["post_title"] = ''; goto pFZnj; HQPXt: $this->post["post_title"] = trim(stripslashes($this->parse_special_keywords($post_title_template))); pFZnj: if (!$this->gpterr) { goto CXtQr; } $this->parse_feed_log("The post will not be added" . PHP_EOL); return; CXtQr: $this->post["post_title"] = $this->unmaskShortCodes($this->post["post_title"]); $this->post["post_content"] = $this->unmaskShortCodes($this->post["post_content"]); $this->post["post_excerpt"] = $this->unmaskShortCodes($this->post["post_excerpt"]); $cyberseo_post_name = sanitize_title($this->post["post_title"]); if (!(!isset($this->post["tags_input"]) || !is_array($this->post["tags_input"]))) { goto bgxYf; } $this->post["tags_input"] = []; bgxYf: $this->post["custom_taxonomies"] = $this->current_feed["options"]["custom_taxonomies"]; $this->execUserFunction(); if (!($this->post === false || !is_array($this->post))) { goto jyj_v; } $this->parse_feed_log("The post will be skipped ($post === false)" . PHP_EOL); return; jyj_v: if ($this->current_feed["options"]["disable_2nd_check"] !== "on") { goto lsPBI; } $result_dup = false; goto hEFQs; lsPBI: $result_dup = cseo_post_exists($this->post); hEFQs: if (!($result_dup && cseo_check_files())) { goto qeM11; } $this->parse_feed_log("The post already exists"); if (strlen($this->post["post_title"])) { goto HLxg0; } $this->parse_feed_log("Note that the post has no name (it is blank). Check your feed's settings and make sure your "Post title" template box on the "Advanced" is not empty."); HLxg0: if (strlen($this->post["post_content"])) { goto uA0gi; } $this->parse_feed_log("Note that the post has no content (it is blank). Check your feed's settings and make sure your "Post content" template box on the "Advanced" is not empty."); uA0gi: $this->parse_feed_log("Skipping" . PHP_EOL); return; qeM11: if (is_array($this->current_feed["options"]["post_category"])) { goto MqSto; } $post_categories = []; goto ZEZ5q; MqSto: $post_categories = $this->current_feed["options"]["post_category"]; ZEZ5q: $cat_ids = $this->getCategoryIds($this->post["categories"]); if (!(empty($cat_ids) && $this->current_feed["options"]["undefined_category"] === "drop")) { goto g_jZ0; } $this->parse_feed_log("No mandatory categories found in the post."); $this->parse_feed_log("The post will not be added" . PHP_EOL); return; g_jZ0: if (!empty($cat_ids)) { goto svvhn; } if ($this->current_feed["options"]["undefined_category"] === "use_default" && empty($post_categories)) { goto VCtND; } goto USRjA; svvhn: $post_categories = array_merge($post_categories, $cat_ids); goto USRjA; VCtND: $post_categories[] = get_option("default_category"); USRjA: $post_categories = array_unique($post_categories); $this->post["post_category"] = $post_categories; if (!($this->current_feed["options"]["create_tags"] === "on")) { goto eMbFR; } $this->post["tags_input"] = array_merge($this->post["tags_input"], $this->post["categories"]); eMbFR: if (!($this->current_feed["options"]["auto_tags"] === "on")) { goto bQ3Kw; } $terms = get_terms("post_tag", ["hide_empty" => false]); foreach ($terms as $term) { if (!preg_match("/\b" . preg_quote($term->name, "/") . "\b/isu", " " . cseo_strip_tags($this->post["post_title"] . " " . $this->post["post_content"] . " " . $this->post["post_excerpt"] . " "))) { goto V0P2O; } $this->post["tags_input"][] = $term->name; V0P2O: mCI08: } q9yUi: bQ3Kw: if (!($this->current_feed["options"]["post_tags"] !== '')) { goto ywM_O; } $tags = explode(",", $this->parse_special_keywords(cseo_apply_spintax($this->current_feed["options"]["post_tags"]))); $this->post["tags_input"] = array_merge($this->post["tags_input"], $tags); ywM_O: if (!is_numeric($this->current_feed["options"]["shorten_excerpts"])) { goto mUbpZ; } if ($this->current_feed["options"]["shorten_excerpts"] > 0) { goto IrrSJ; } $this->post["post_excerpt"] = ''; goto QpEaS; IrrSJ: $words = explode(" ", cseo_strip_tags($this->post["post_excerpt"])); $this->post["post_excerpt"] = implode(" ", array_slice($words, 0, floor($this->current_feed["options"]["shorten_excerpts"]) + 1)) . "..."; QpEaS: mUbpZ: if (!($this->current_feed["options"]["filter_before"] === "translator" && !$this->filterPost())) { goto zXiRs; } return; zXiRs: if (!($this->current_feed["options"]["translator"] !== "none")) { goto Am2ZU; } if (is_array($this->post["categories"])) { goto yR2cN; } $this->post["categories"] = []; yR2cN: if (is_array($this->post["tags_input"])) { goto DPfy1; } $this->post["tags_input"] = []; DPfy1: $packed_content = cseo_pack_conetnt($this->post, true); if ($this->current_feed["options"]["translator"] === "yandex_translate") { goto lqCwJ; } if ($this->current_feed["options"]["translator"] === "google_translate") { goto Mvt97; } if ($this->current_feed["options"]["translator"] === "deepl_translate") { goto JGuNm; } goto YhH8t; lqCwJ: $translated = cseo_yandex_translate(get_option(CSEO_ACCOUNTS)["yandex_api_key"], $packed_content, $this->current_feed["options"]["yandex_translation_dir"]); goto YhH8t; Mvt97: $translated = cseo_google_translate(get_option(CSEO_ACCOUNTS)["google_api_key"], $packed_content, $this->current_feed["options"]["google_translation_source"], $this->current_feed["options"]["google_translation_target"]); goto YhH8t; JGuNm: $translated = cseo_deepl_translate(get_option(CSEO_ACCOUNTS)["deepl_api_key"], $packed_content, $this->current_feed["options"]["deepl_translation_target"], $this->current_feed["options"]["deepl_use_api_free"] === "on"); YhH8t: if (!empty($translated)) { goto Q21gg; } $this->parse_feed_log("Translation failed."); $this->parse_feed_log("The post will not be added" . PHP_EOL); return; Q21gg: $this->post = cseo_unpack_content($this->post, $translated); Am2ZU: if ($this->current_feed["options"]["parse_spintax"] === "on") { goto Wg1Sa; } $meta_description = $this->apply_wordpress_shortcodes($this->current_feed["options"]["meta_description_template"]); goto oBIqm; Wg1Sa: $meta_description = $this->apply_wordpress_shortcodes(cseo_apply_spintax($this->current_feed["options"]["meta_description_template"])); oBIqm: if (strlen($post_title_template)) { goto pcxDq; } $meta_description = ''; goto V9jEl; pcxDq: $meta_description = trim(stripslashes($this->parse_special_keywords($meta_description))); if (!preg_match("/^"?(.*?)"?$/", $meta_description, $matches)) { goto eQTly; } $meta_description = $matches[1]; eQTly: V9jEl: if (!strlen($meta_description)) { goto Z4kQR; } include_once ABSPATH . "wp-admin/includes/plugin.php"; if (!is_plugin_active("wordpress-seo/wp-seo.php")) { goto ZUEYp; } $this->parse_feed_log("Setting the post meta description for Yoast SEO: " . $meta_description); $this->post["custom_fields"]["_yoast_wpseo_metadesc"] = $meta_description; ZUEYp: if (!is_plugin_active("seo-by-rank-math/rank-math.php")) { goto WPkkI; } $this->parse_feed_log("Setting the post meta description for Rank Math SEO: " . $meta_description); $this->post["custom_fields"]["rank_math_description"] = $meta_description; WPkkI: if (!is_plugin_active("wp-seopress/seopress.php")) { goto g_hYP; } $this->parse_feed_log("Setting the post meta description for SEOPress: " . $meta_description); $this->post["custom_fields"]["_seopress_titles_desc"] = $meta_description; g_hYP: if (!is_plugin_active("autodescription/autodescription.php")) { goto CqS8I; } $this->parse_feed_log("Setting the post meta description for SEO Framework: " . $meta_description); $this->post["custom_fields"]["_genesis_description"] = $meta_description; CqS8I: Z4kQR: if (!(($this->current_feed["options"]["cats_to_woocommerce"] ?? '') === "on")) { goto gpCJR; } $cat_names = []; foreach ($this->post["post_category"] as $cat_id) { $cat_names[] = get_cat_name($cat_id); VL3Jp: } kv2ja: if (!isset($this->post["custom_taxonomies"]["product_cat"])) { goto DgGJr; } $this->post["custom_taxonomies"]["product_cat"] .= "," . implode(",", $cat_names); DgGJr: gpCJR: if (!(($this->current_feed["options"]["tags_to_woocommerce"] ?? '') === "on")) { goto YIcof; } if (!isset($this->post["custom_taxonomies"]["product_tag"])) { goto luYDG; } $this->post["custom_taxonomies"]["product_tag"] .= "," . implode(",", $this->post["tags_input"]); luYDG: YIcof: if (!($this->current_feed["options"]["filter_before"] === "spinner" && !$this->filterPost())) { goto yVy6x; } return; yVy6x: if (isset($this->post["post_type"])) { goto Dgj9_; } $this->post["post_type"] = $this->current_feed["options"]["post_type"]; Dgj9_: if (!(!isset($this->post["post_author"]) || $this->post["post_author"] === '')) { goto Fk8ta; } if ($this->current_feed["options"]["post_author"] == 0) { goto ZOVmr; } $this->post["post_author"] = $this->current_feed["options"]["post_author"]; goto LWf41; ZOVmr: $wp_user_search = get_users(["role__in" => ["author", "editor", "administrator"]]); shuffle($wp_user_search); $this->post["post_author"] = $wp_user_search[0]->ID; LWf41: Fk8ta: $title = $this->post["post_title"]; $spun_content = cseo_morph_content(cseo_pack_conetnt($this->post)); $this->post = cseo_unpack_content($this->post, $spun_content); if (!($this->current_feed["options"]["spinner"] !== CSEO_DISABLE_SPINNER)) { goto wVlla; } if (empty(trim($this->post["post_excerpt"]))) { goto rez_e; } $this->post["post_excerpt"] = $this->post["post_content"]; rez_e: wVlla: if ($this->current_feed["options"]["preserve_titles"] === "on") { goto xsJM4; } $this->post["post_title"] = addslashes($this->post["post_title"]); goto k8vJw; xsJM4: $this->post["post_title"] = addslashes($title); k8vJw: if (strlen($this->current_feed["options"]["post_slug_template"])) { goto Py_Lj; } $this->post["post_name"] = stripslashes(cseo_apply_spintax($this->post["post_title"])); goto LRLm9; Py_Lj: $this->post["post_name"] = trim(stripslashes(cseo_apply_spintax($this->parse_special_keywords($this->current_feed["options"]["post_slug_template"])))); LRLm9: if (!($this->current_feed["options"]["remove_emojis_from_slugs"] === "on")) { goto qe6k8; } $this->post["post_name"] = cseo_remove_emojis($this->post["post_name"]); qe6k8: $this->post["tags_input"] = array_values(array_unique($this->post["tags_input"])); $shuffle = $this->current_feed["options"]["shuffle_paragraphs"] === "on"; $this->post["post_content"] = $this->modify_post_content($this->post["post_content"], false, $shuffle); $this->post["post_excerpt"] = $this->modify_post_content($this->post["post_excerpt"], false, $shuffle, $this->current_feed["options"]["include_post_headers"], $this->current_feed["options"]["include_post_footers"]); if (!($this->current_feed["options"]["filter_before"] === "media-processing" && !$this->filterPost())) { goto wqNd3; } return; wqNd3: if (!($this->current_feed["options"]["pixabay_image_position"] !== "no_image" && strlen($this->current_feed["options"]["pixabay_q"]))) { goto QLJ7T; } $atts = ["q" => $this->parse_special_keywords(cseo_apply_spintax($this->current_feed["options"]["pixabay_q"])), "name" => $this->post["post_title"], "lang" => $this->current_feed["options"]["pixabay_lang"], "image_type" => $this->current_feed["options"]["pixabay_image_type"], "orientation" => $this->current_feed["options"]["pixabay_orientation"], "min_width" => $this->current_feed["options"]["pixabay_min_width"], "min_height" => $this->current_feed["options"]["pixabay_min_height"], "choose" => $this->current_feed["options"]["pixabay_choose"], "class" => $this->current_feed["options"]["pixabay_image_class"]]; $image = cyberseo_pixabay_shortcode($atts); if (empty($image)) { goto NeDUV; } if ($this->current_feed["options"]["pixabay_image_position"] === "above_content") { goto VZ0Oz; } if ($this->current_feed["options"]["pixabay_image_position"] === "below_content") { goto EK1St; } if ($this->current_feed["options"]["pixabay_image_position"] === "thumb") { goto FLTV0; } goto Xw46r; VZ0Oz: $this->post["post_content"] = $image . $this->post["post_content"]; goto Xw46r; EK1St: $this->post["post_content"] .= $image; goto Xw46r; FLTV0: if (!preg_match("/src="(.*?)"/", $image, $imgurl)) { goto LLJOz; } $this->post["custom_fields"]["thumb"] = $imgurl[1]; LLJOz: Xw46r: NeDUV: QLJ7T: if (!($this->current_feed["options"]["google_image_position"] !== "no_image")) { goto gMs0Q; } $image = cseo_get_random_image($this->parse_special_keywords(cseo_apply_spintax($this->current_feed["options"]["google_image_query"])), $this->current_feed["options"]["google_min_width"], $this->current_feed["options"]["google_min_height"]); if (empty($image)) { goto e9bcB; } if ($this->current_feed["options"]["google_image_position"] === "above_content") { goto DSP6a; } if ($this->current_feed["options"]["google_image_position"] === "below_content") { goto CDGaD; } if ($this->current_feed["options"]["google_image_position"] === "thumb") { goto AEDrx; } goto mEYsL; DSP6a: $this->post["post_content"] = "<img class="" . $this->current_feed["options"]["google_image_class"] . "" src="" . $image . "" />" . $this->post["post_content"]; goto mEYsL; CDGaD: $this->post["post_content"] .= "<img class="" . $this->current_feed["options"]["google_image_class"] . "" src="" . $image . "" />"; goto mEYsL; AEDrx: $this->post["custom_fields"]["thumb"] = $image; mEYsL: e9bcB: gMs0Q: if (!($this->current_feed["options"]["youtube_position"] !== "no_image")) { goto sgQX1; } $youtube_embed = cseo_get_youtube_video($this->parse_special_keywords(cseo_apply_spintax($this->current_feed["options"]["youtube_query"]))); if (empty($youtube_embed)) { goto z09hl; } if ($this->current_feed["options"]["youtube_position"] === "above_content") { goto XT_2b; } if ($this->current_feed["options"]["youtube_position"] === "below_content") { goto n0IkB; } if ($this->current_feed["options"]["youtube_position"] === "thumb") { goto F7B49; } goto VDJ5F; XT_2b: $this->post["post_content"] = $youtube_embed . $this->post["post_content"]; goto VDJ5F; n0IkB: $this->post["post_content"] .= $youtube_embed; goto VDJ5F; F7B49: if (!preg_match("/https:\/\/(www\.)?youtube\.com\/embed\/(.*?)["'\?]/", $youtube_embed, $id)) { goto MtRLe; } $this->post["custom_fields"]["thumb"] = "https://img.youtube.com/vi/" . $id[2] . "/maxresdefault.jpg"; MtRLe: VDJ5F: z09hl: sgQX1: if (!($this->current_feed["options"]["ai_image_position"] !== "no_image")) { goto hcUxb; } $image = cseo_get_gpt_image($this->current_feed["options"]["ai_image_gpt_source"]); if (empty($image)) { goto aisMH; } if ($this->current_feed["options"]["ai_image_position"] === "above_content") { goto ocM5Z; } if ($this->current_feed["options"]["ai_image_position"] === "below_content") { goto QGxpi; } if ($this->current_feed["options"]["ai_image_position"] === "thumb") { goto QdpeJ; } goto MRU9S; ocM5Z: $this->post["post_content"] = "<img class="" . $this->current_feed["options"]["ai_image_class"] . "" src="" . $image . "" />" . $this->post["post_content"]; goto MRU9S; QGxpi: $this->post["post_content"] .= "<img class="" . $this->current_feed["options"]["ai_image_class"] . "" src="" . $image . "" />"; goto MRU9S; QdpeJ: $this->post["custom_fields"]["thumb"] = $image; MRU9S: aisMH: hcUxb: $image_assignment = trim($this->current_feed["options"]["openai_image_assignment"]); if (!($this->current_feed["options"]["openai_image_position"] !== "no_image" && strlen($image_assignment))) { goto vNv8l; } $request = ["prompt" => $this->parse_special_keywords(cseo_apply_spintax($image_assignment)), "name" => $this->post["post_title"], "model" => $this->current_feed["options"]["openai_image_model"], "size" => $this->current_feed["options"]["openai_image_size"], "class" => $this->current_feed["options"]["openai_image_class"]]; $image = cyberseo_dalle_shortcode($request); if (empty($image)) { goto uSZzI; } if ($this->current_feed["options"]["openai_image_position"] === "above_content") { goto o4rNP; } if ($this->current_feed["options"]["openai_image_position"] === "below_content") { goto zXovS; } if ($this->current_feed["options"]["openai_image_position"] === "thumb") { goto oyPGa; } goto nSZIh; o4rNP: $this->post["post_content"] = $image . $this->post["post_content"]; goto nSZIh; zXovS: $this->post["post_content"] .= $image; goto nSZIh; oyPGa: if (!preg_match("/src="(.*?)"/", $image, $imgurl)) { goto Jg_SO; } $this->post["custom_fields"]["thumb"] = $imgurl[1]; Jg_SO: nSZIh: uSZzI: vNv8l: $image_text = trim($this->current_feed["options"]["stable_diffusion_image_description"]); $negative_prompt = trim($this->current_feed["options"]["stable_diffusion_negative_prompt"]); if (!($this->current_feed["options"]["stable_diffusion_image_position"] !== "no_image" && strlen($image_text))) { goto MhCEq; } $request = ["stable_diffusion_engine" => $this->current_feed["options"]["stable_diffusion_engine"], "name" => $this->post["post_title"], "cfg_scale" => $this->current_feed["options"]["stable_diffusion_cfg_scale"], "clip_guidance_preset" => $this->current_feed["options"]["stable_diffusion_clip_guidance_preset"], "style_preset" => $this->current_feed["options"]["stable_diffusion_style_preset"], "sampler" => $this->current_feed["options"]["stable_diffusion_sampler"], "height" => $this->current_feed["options"]["stable_diffusion_height"], "width" => $this->current_feed["options"]["stable_diffusion_width"], "samples" => 1, "steps" => $this->current_feed["options"]["stable_diffusion_steps"], "text" => $this->parse_special_keywords(cseo_apply_spintax($image_text)), "negative_prompt" => $this->parse_special_keywords(cseo_apply_spintax($negative_prompt)), "class" => $this->current_feed["options"]["stable_diffusion_image_class"]]; $image = cyberseo_stable_diffusion_shortcode($request); if (empty($image)) { goto FeDu4; } if ($this->current_feed["options"]["stable_diffusion_image_position"] === "above_content") { goto NpYx5; } if ($this->current_feed["options"]["stable_diffusion_image_position"] === "below_content") { goto o23w3; } if ($this->current_feed["options"]["stable_diffusion_image_position"] === "thumb") { goto w0jDl; } goto bH0fD; NpYx5: $this->post["post_content"] = $image . $this->post["post_content"]; goto bH0fD; o23w3: $this->post["post_content"] .= $image; goto bH0fD; w0jDl: if (!preg_match("/src="(.*?)"/", $image, $imgurl)) { goto sSj3X; } $this->post["custom_fields"]["thumb"] = $imgurl[1]; sSj3X: bH0fD: FeDu4: MhCEq: if (!count($cseo_images_to_save)) { goto YC7FN; } foreach ($cseo_images_to_save as $image) { $new_image_url = $media_urls[] = cseo_save_image($image["image_url"], $image["preferred_name"], $image["width"], $image["height"], $image["compression"], $image["output_image_type"]); $this->post["post_content"] = str_replace($image["image_url"], $new_image_url, $this->post["post_content"]); $this->post["post_excerpt"] = str_replace($image["image_url"], $new_image_url, $this->post["post_excerpt"]); qpJlK: } Rx6CT: YC7FN: if (!(!isset($this->post["media_thumbnail"][0]) && $this->post["enclosure_url"] !== '' && stripos($this->post["enclosure_type"], "image/") !== false)) { goto YZM60; } $this->post["media_thumbnail"][0] = $this->post["enclosure_url"]; YZM60: if (!(!isset($this->post["media_thumbnail"][0]) && isset($this->post["media_content"][0]) && $this->post["media_content"][0] !== '')) { goto grcP2; } $this->post["media_thumbnail"][0] = $this->post["media_content"][0]; grcP2: $video = ''; if (!($this->current_feed["options"]["use_video_custom_filed"] !== "no" && isset($this->post["custom_fields"]["video"]))) { goto AkmwR; } if (preg_match("/<iframe.*?\/iframe>/is", $this->post["custom_fields"]["video"])) { goto u6Qlr; } $video = "<div class="video-container"><video><source src="" . $this->post["custom_fields"]["video"] . ""></video></div>"; goto wRqcS; u6Qlr: $video = "<div class="video-container">" . $this->post["custom_fields"]["video"] . "</div>"; wRqcS: if ($this->current_feed["options"]["use_video_custom_filed"] === "top" && strlen($video)) { goto hpRjz; } if ($this->current_feed["options"]["use_video_custom_filed"] === "bottom" && strlen($video)) { goto nXZb1; } goto OCjCf; hpRjz: $this->post["post_content"] = $video . $this->post["post_content"]; goto OCjCf; nXZb1: $this->post["post_content"] .= $video; OCjCf: AkmwR: $attachment = ''; if (!($this->current_feed["options"]["insert_media_attachments"] !== "no")) { goto xwx3a; } $attachment = ''; $video_extensions = wp_get_video_extensions(); if ($this->post["enclosure_url"] !== '') { goto umI5b; } if (sizeof($this->post["media_content"])) { goto iZt53; } if (sizeof($this->post["media_thumbnail"])) { goto sfi0J; } goto z1bPT; iZt53: $attachment .= "<div class="media_block">"; $i = 0; jCIRu: if (!($i < sizeof($this->post["media_content"]))) { goto TMYhn; } $ext = mb_strtolower(pathinfo($this->post["media_content"][$i], PATHINFO_EXTENSION)); if (in_array($ext, $video_extensions)) { goto TCbIL; } if (isset($this->post["media_thumbnail"][$i])) { goto TPYzk; } $attachment .= "<img src="" . $this->post["media_content"][$i] . "" class="media_thumbnail">"; goto q11BV; TCbIL: $attachment .= "<video controls src="" . $this->post["media_content"][$i] . """; if (!isset($this->post["media_thumbnail"][$i])) { goto ZqpPV; } $attachment .= " poster="" . $this->post["media_thumbnail"][$i] . """; ZqpPV: $attachment .= "></video>"; goto q11BV; TPYzk: $attachment .= "<a href="" . $this->post["media_content"][$i] . ""><img src="" . $this->post["media_thumbnail"][$i] . "" class="media_thumbnail"></a>"; q11BV: j_GaR: $i++; goto jCIRu; TMYhn: $attachment .= "</div>"; goto z1bPT; sfi0J: $attachment .= "<div class="media_block">"; $i = 0; QD5KH: if (!($i < sizeof($this->post["media_thumbnail"]))) { goto exPHd; } $attachment .= "<img src="" . $this->post["media_thumbnail"][$i] . "" class="media_thumbnail">"; mTuFQ: $i++; goto QD5KH; exPHd: $attachment .= "</div>"; z1bPT: goto fOUGq; umI5b: $attachment .= "<div class="media_block">"; $ext = mb_strtolower(pathinfo($this->post["enclosure_url"], PATHINFO_EXTENSION)); if (in_array($ext, $video_extensions)) { goto o1OI0; } if (in_array($this->post["enclosure_type"], ["audio/mpeg", "audio/ogg", "audio/wav"])) { goto CYI0S; } if (stripos($this->post["enclosure_type"], "image/") !== false) { goto Ds6jT; } goto C8JaY; CYI0S: $attachment .= "<audio controls><source src="" . $this->post["enclosure_url"] . "" type="" . $this->post["enclosure_type"] . ""></audio>"; goto C8JaY; Ds6jT: $attachment .= "<img src="" . $this->post["enclosure_url"] . "">"; C8JaY: goto py_96; o1OI0: $attachment .= "<video controls src="" . $this->post["enclosure_url"] . """; if (!isset($this->post["media_thumbnail"][0])) { goto bRWcd; } $attachment .= " poster="" . $this->post["media_thumbnail"][0] . """; bRWcd: $attachment .= "></video>"; py_96: $attachment .= "</div>"; fOUGq: xwx3a: if (!($attachment !== '')) { goto pi8Xa; } if ($this->current_feed["options"]["insert_media_attachments"] === "top") { goto PkR55; } if ($this->current_feed["options"]["insert_media_attachments"] === "bottom") { goto hgA8m; } goto nVDrw; PkR55: $this->post["post_content"] = $attachment . $this->post["post_content"]; $this->post["post_excerpt"] = $attachment . $this->post["post_excerpt"]; goto nVDrw; hgA8m: $this->post["post_content"] .= $attachment; $this->post["post_excerpt"] .= $attachment; nVDrw: pi8Xa: preg_match_all("/<img(.+?)src=['\"](.+?)['\"](.*?)>/is", $this->post["post_content"] . $this->post["post_excerpt"], $matches); $this->image_urls = array_merge($matches[2], $this->image_urls); preg_match_all("/<img.*?srcset=['\"](.+?)['\"].*?>/is", $this->post["post_content"] . $this->post["post_excerpt"], $matches); if (!count($matches[1])) { goto oz23x; } foreach ($matches[1] as $item) { preg_match_all("/(.+?)\s+.+?[\,'\"]/is", $item, $srcsets); if (!count($srcsets[1])) { goto wMi1_; } foreach ($srcsets[1] as $link) { $this->image_urls[] = trim($link); o_FmZ: } pOOdS: wMi1_: ERD7V: } zs_dQ: oz23x: $this->image_urls = array_values(array_unique($this->image_urls)); if (!($this->current_feed["options"]["store_images"] === "on")) { goto Au2Dt; } $home = get_option("home"); if (!count($this->image_urls)) { goto eaWBR; } $i = 0; gquI0: if (!($i < count($this->image_urls))) { goto MT5pM; } if (!(isset($this->image_urls[$i]) && strpos($this->image_urls[$i], $home) === false)) { goto uHhRD; } $new_image_url = $media_urls[] = $images[] = cseo_save_image($this->image_urls[$i], $this->post["post_title"]); $this->post["post_content"] = str_replace($this->image_urls[$i], $new_image_url, $this->post["post_content"]); $this->post["post_excerpt"] = str_replace($this->image_urls[$i], $new_image_url, $this->post["post_excerpt"]); if (!$this->show_report) { goto X2J3g; } echo str_repeat(" ", 1024); flush(); X2J3g: uHhRD: z4yKh: $i++; goto gquI0; MT5pM: eaWBR: Au2Dt: if (!($this->current_feed["options"]["store_videos"] === "on")) { goto IygVI; } preg_match_all("/\b(?:(?:https?|ftp):\/\/|www\.)[-a-z0-9+&@#\/%?=~_|!:,.;]*[-a-z0-9+&@#\/%=~_|](\.mp4|\.m4v\.mov|\.wmv|\.avi|\.mpg|\.ogv|\.3gp|\.3g2)/i", $this->post["post_content"] . $this->post["post_excerpt"], $matches); foreach ($matches[0] as $url) { if (!strlen(trim($url))) { goto tBKmN; } $new_video_url = cseo_save_video($url, $this->post["post_title"]); $this->post["post_content"] = str_replace($url, $new_video_url, $this->post["post_content"]); $this->post["post_excerpt"] = str_replace($url, $new_video_url, $this->post["post_excerpt"]); if (!$this->show_report) { goto ze9DS; } echo str_repeat(" ", 1024); flush(); ze9DS: tBKmN: olzfq: } K90EF: IygVI: if (!(empty($this->image_urls) && !empty($this->o_imgs))) { goto HsiWT; } $this->image_urls = $this->o_imgs; HsiWT: if ($this->current_feed["options"]["set_thumbnail"] === "first_image") { goto RlmoI; } if ($this->current_feed["options"]["set_thumbnail"] === "last_image") { goto HVS4A; } if ($this->current_feed["options"]["set_thumbnail"] === "random_image") { goto IraHw; } if ($this->current_feed["options"]["set_thumbnail"] === "media_attachment" && isset($this->post["media_content"][0]) && (str_ends_with($this->post["media_content"][0], ".jpg") || str_ends_with($this->post["media_content"][0], ".png") || str_ends_with($this->post["media_content"][0], ".webm"))) { goto clpZQ; } if ($this->current_feed["options"]["set_thumbnail"] === "media_attachment" && isset($this->post["media_thumbnail"][0])) { goto GY0_F; } if ($this->current_feed["options"]["set_thumbnail"] === "thumb_field" && isset($this->post["custom_fields"]["thumb"])) { goto lVlBz; } if ($this->current_feed["options"]["set_thumbnail"] === "gpt_image") { goto KDPfd; } goto Gglir; RlmoI: if (empty($this->image_urls)) { goto yqDuI; } $post_thumb_src = $this->image_urls[0]; $this->parse_feed_log("Trying to generate post thumbnail from the first post image"); yqDuI: goto Gglir; HVS4A: if (empty($this->image_urls)) { goto InRBS; } $post_thumb_src = $this->image_urls[count($this->image_urls) - 1]; $this->parse_feed_log("Trying to generate post thumbnail from the last post image"); InRBS: goto Gglir; IraHw: if (empty($this->image_urls)) { goto SrE2P; } $post_thumb_src = $this->image_urls[rand(0, count($this->image_urls) - 1)]; $this->parse_feed_log("Trying to generate post thumbnail from a random post image"); SrE2P: goto Gglir; clpZQ: $post_thumb_src = trim($this->post["media_content"][0]); $this->parse_feed_log("Trying to generate post thumbnail from the media content / attachment"); goto Gglir; GY0_F: $post_thumb_src = trim($this->post["media_thumbnail"][0]); $this->parse_feed_log("Trying to generate post thumbnail from the media thumbnail / attachment"); goto Gglir; lVlBz: $post_thumb_src = trim($this->post["custom_fields"]["thumb"]); $this->parse_feed_log("Trying to generate post thumbnail from the "thumb" custom field"); goto Gglir; KDPfd: $post_thumb_src = cseo_get_gpt_image($this->current_feed["options"]["preferred_gpt_image_source"]); Gglir: if (!isset($post_thumb_src)) { goto HHcNG; } if ($this->current_feed["options"]["use_fifu"] === "on") { goto N4fLd; } $image_url = $media_urls[] = cseo_save_image($post_thumb_src, $this->post["post_title"]); goto smsYg; N4fLd: $image_url = $post_thumb_src; smsYg: HHcNG: if (!has_action("wpml_switch_language")) { goto ivgUQ; } if ($this->current_feed["options"]["wpml_language"] === '') { goto uxyfF; } do_action("wpml_switch_language", $this->current_feed["options"]["wpml_language"]); goto danEV; uxyfF: do_action("wpml_switch_language", null); danEV: ivgUQ: if (!strlen(trim($this->current_feed["options"]["remove_outer_elements"]))) { goto T8lUq; } $outer_elements = explode(";", stripslashes($this->current_feed["options"]["remove_outer_elements"])); if (!count($outer_elements)) { goto K0wqD; } $this->parse_feed_log("Removing outer HTML elements"); foreach ($outer_elements as $element) { preg_match("/^(\w+)\s*(.*)$/", trim($element), $matches); if (!isset($matches[1])) { goto FyLAs; } $e_tag = $matches[1]; $e_attributes = $matches[2] ?? ''; $this->post["post_content"] = cseo_remove_outer_element($this->post["post_content"], trim($e_tag), trim($e_attributes) ?? ''); FyLAs: DKZci: } Uxbkl: K0wqD: T8lUq: $this->post["post_content"] = $this->remove_absolute_links($this->post["link"], $this->post["post_content"]); $this->post["post_excerpt"] = $this->remove_absolute_links($this->post["link"], $this->post["post_excerpt"]); $this->post["post_excerpt"] = $this->fix_excerpt($this->post["post_excerpt"]); $this->parse_feed_log("Inserting a new post into the WordPress database"); unset($this->post["guid"]); cseo_disable_kses(); $post_id = @wp_insert_post($this->post, true); cseo_enable_kses(); if (!$this->current_feed["options"]["delay"]) { goto OVQ7y; } $this->parse_feed_log("Dalay for " . $this->current_feed["options"]["delay"] . " second(s)"); sleep($this->current_feed["options"]["delay"]); OVQ7y: if (!is_wp_error($post_id)) { goto dZ7T1; } $wp_insert_post_error = "Internal WordPress error. " . $post_id->get_error_message($post_id->get_error_code()); goto CdXGW; dZ7T1: if (!is_object($this->current_feed["url"])) { goto HoXjO; } $res = add_post_meta($post_id, "cyberseo_rss_source", $this->current_feed["url"]->get_id()); goto p8qY1; HoXjO: $res = add_post_meta($post_id, "cyberseo_rss_source", $this->current_feed["url"]); p8qY1: if ($res) { goto V1FAj; } $this->parse_feed_log("Can't save the feed source URL"); $wp_insert_post_error = "Can't save the feed source URL."; goto fqv6M; V1FAj: $wp_insert_post_error = false; fqv6M: CdXGW: if (!($this->current_feed["options"]["post_template"] !== "default")) { goto QGmQD; } add_post_meta($post_id, "_wp_page_template", $this->current_feed["options"]["post_template"]); QGmQD: if (!$wp_insert_post_error) { goto PCogr; } if (!$this->show_report) { goto ouJlA; } echo "<br>" . $wp_insert_post_error . "<br>"; ouJlA: $wp_upload_dir = wp_upload_dir(); if (!count($media_urls)) { goto p7LtE; } $media_urls = array_values(array_unique($media_urls)); foreach ($media_urls as $url) { preg_match("/\/wp-content\/(.*?)$/", $url, $link_match); preg_match("/.*?\/wp-content\//", $wp_upload_dir["path"], $path_match); if (isset($path_match[0]) && isset($link_match[1])) { goto Z4Jq2; } @unlink(str_replace($wp_upload_dir["url"], $wp_upload_dir["path"], $url)); goto rToDM; Z4Jq2: @unlink($path_match[0] . $link_match[1]); rToDM: ao8mN: } q0hxQ: p7LtE: $this->parse_feed_log($wp_insert_post_error . PHP_EOL); @wp_delete_post($post_id, true); return; PCogr: $this->parse_feed_log("Done"); if (!(function_exists("pll_set_post_language") && function_exists("pll_save_post_translations"))) { goto NcKSq; } if (!($this->current_feed["options"]["polylang_language"] !== '')) { goto v5tWm; } $this->polylang_translations[$this->current_feed["options"]["polylang_language"]] = $post_id; pll_set_post_language($post_id, $this->current_feed["options"]["polylang_language"]); pll_save_post_translations($this->polylang_translations); v5tWm: NcKSq: if (!($this->current_feed["options"]["post_format"] !== "default")) { goto LaT63; } set_post_format($post_id, $this->current_feed["options"]["post_format"]); LaT63: if (add_post_meta($post_id, "cyberseo_post_name", $cyberseo_post_name)) { goto jCm3R; } $this->parse_feed_log("Can't save the post name"); $this->parse_feed_log("The post will not be added" . PHP_EOL); wp_delete_post($post_id, true); return; jCm3R: if (add_post_meta($post_id, "cyberseo_post_link", $this->post["link"])) { goto z3UuC; } $this->parse_feed_log("Can't save the post URL"); $this->parse_feed_log("The post will not be added" . PHP_EOL); wp_delete_post($post_id, true); return; z3UuC: if ($this->current_feed["options"]["post_lifetime"] > 0) { goto oVNfq; } $res = add_post_meta($post_id, "cyberseo_post_lifetime", 2147483647); goto B1YRz; oVNfq: $res = add_post_meta($post_id, "cyberseo_post_lifetime", time() + $this->current_feed["options"]["post_lifetime"] * 3600); B1YRz: if ($res) { goto ZrBJk; } $this->parse_feed_log("Can't save the post lifetime"); $this->parse_feed_log("The post will not be added" . PHP_EOL); wp_delete_post($post_id, true); return; ZrBJk: foreach ($this->post["custom_fields"] as $name => $value) { cseo_disable_kses(); if (add_post_meta($post_id, $name, $value, true)) { goto QTtQF; } update_post_meta($post_id, $name, $value); QTtQF: cseo_enable_kses(); iZgLE: } NyXFJ: $args = ["public" => true, "_builtin" => false]; $output = "objects"; $operator = "and"; $taxonomies = get_taxonomies($args, $output, $operator); foreach ($taxonomies as $taxonomy) { if (!(in_array($this->post["post_type"], $taxonomy->object_type) && isset($this->post["custom_taxonomies"][$taxonomy->name]))) { goto xD2HV; } wp_set_object_terms($post_id, explode(",", $this->parse_special_keywords($this->post["custom_taxonomies"][$taxonomy->name])), $taxonomy->name, true); xD2HV: PZf9c: } itDqy: if (!($this->current_feed["options"]["add_to_media_library"] === "on")) { goto T_3f6; } if (!($this->current_feed["options"]["set_thumbnail"] === "thumb_field" && !empty($this->post["custom_fields"]["thumb"]))) { goto GaHke; } $this->image_urls[] = $this->post["custom_fields"]["thumb"]; GaHke: if (!count($this->image_urls)) { goto SlyaP; } global $post; $post = get_post($post_id); $this->parse_feed_log("Adding images to the Media Library"); $i = 0; UQ3ZJ: if (!($i < count($this->image_urls))) { goto JGXsN; } if (!(isset($this->image_urls[$i]) && strpos($this->image_urls[$i], "//") != 0)) { goto pfz3k; } $image_url = $this->image_urls[$i]; $upload_dir = wp_upload_dir(); if (file_exists($upload_dir["path"] . "/" . basename($image_url))) { goto XEfQ2; } $image_url = cseo_save_image($image_url, $title); XEfQ2: $img_path = str_replace($upload_dir["url"], $upload_dir["path"], $image_url); $attachment_id = attachment_url_to_postid($image_url); if (!(file_exists($img_path) && filesize($img_path))) { goto I6qcc; } if ($attachment_id) { goto caZRK; } $wp_filetype = wp_check_filetype($upload_dir["path"] . basename($image_url), null); $attachment = ["post_mime_type" => $wp_filetype["type"], "post_title" => preg_replace("/\.[^.]+$/", '', $post->post_title), "post_content" => '', "post_status" => "inherit"]; $attachment_id = wp_insert_attachment($attachment, $upload_dir["path"] . "/" . basename($image_url), $post_id); cseo_disable_kses(); wp_update_post(["ID" => $attachment_id, "post_parent" => $post_id]); cseo_enable_kses(); require_once ABSPATH . "wp-admin/includes/image.php"; require_once ABSPATH . "wp-admin/includes/media.php"; $attachment_data = wp_generate_attachment_metadata($attachment_id, $upload_dir["path"] . "/" . basename($image_url)); wp_update_attachment_metadata($attachment_id, $attachment_data); caZRK: I6qcc: if (!$this->show_report) { goto l5qdn; } echo str_repeat(" ", 1024); flush(); l5qdn: pfz3k: SYNg2: $i++; goto UQ3ZJ; JGXsN: cseo_disable_kses(); wp_update_post($post); cseo_enable_kses(); $this->parse_feed_log("Done"); SlyaP: T_3f6: if (!(strpos($this->post["post_content"], "cyberseo_gallery") !== false)) { goto WkwXw; } global $post; $post = get_post($post_id); if (!preg_match_all("/\[cyberseo_gallery.*?\]/", $post->post_content, $matches)) { goto UONKa; } $this->parse_feed_log("Generating and attaching image gallery"); foreach ($matches[0] as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", cseo_remove_emojis(cseo_strip_tags($this->parse_special_keywords(cseo_apply_spintax(stripslashes($shortcode))))))); $content = cyberseo_gallery_shortcode($atts); if (!($content === false)) { goto m36ol; } $this->parse_feed_log("The plugin was unable to generate a gallery"); $this->parse_feed_log("The post will not be added" . PHP_EOL); $this->delete_post_media($post_id); wp_delete_post($post_id, true); return; m36ol: $post->post_content = str_replace($shortcode, $content, $post->post_content); lKqmj: } OP3kv: cseo_disable_kses(); wp_update_post($post); cseo_enable_kses(); $this->parse_feed_log("Done"); UONKa: WkwXw: if (!(strpos($this->post["post_content"], "image_gallery") !== false)) { goto nx6ae; } global $post; $post = get_post($post_id); if (!preg_match_all("/\[image_gallery.*?\]/", $post->post_content, $matches)) { goto b7tFp; } $this->parse_feed_log("Generating and attaching image gallery"); foreach ($matches[0] as $shortcode) { $atts = shortcode_parse_atts(str_replace("]", " ]", cseo_remove_emojis(cseo_strip_tags($this->parse_special_keywords(cseo_apply_spintax(stripslashes($shortcode))))))); $content = cyberseo_gallery_shortcode($atts); if (!($content === false)) { goto bM6X6; } $this->parse_feed_log("The plugin was unable to generate a gallery"); $this->parse_feed_log("The post will not be added" . PHP_EOL); $this->delete_post_media($post_id); wp_delete_post($post_id, true); return; bM6X6: $post->post_content = str_replace($shortcode, $content, $post->post_content); Q47ZT: } T8fxS: cseo_disable_kses(); wp_update_post($post); cseo_enable_kses(); $this->parse_feed_log("Done"); b7tFp: nx6ae: if (!count($cseo_images_to_attach)) { goto VTYKD; } $attach_ids = []; foreach ($cseo_images_to_attach as $image) { if (!strlen(trim($image["url"]))) { goto OhJ2r; } if ($image["title"] !== '') { goto qHyzq; } $attach_id = cseo_add_image_to_library($image["url"], stripslashes($this->post["post_title"]), $post_id); goto hRsIe; qHyzq: $attach_id = cseo_add_image_to_library($image["url"], $image["title"], $post_id); hRsIe: if (!$attach_id) { goto aKE2I; } $attach_ids[] = $attach_id; aKE2I: OhJ2r: eDGCN: } QbRj6: if ($this->current_feed["options"]["set_thumbnail"] === "first_image") { goto G4hyF; } if ($this->current_feed["options"]["set_thumbnail"] === "last_image") { goto eQtqY; } if ($this->current_feed["options"]["set_thumbnail"] === "random_image") { goto O2gmk; } goto ZYUcd; G4hyF: $image_url = $attach_ids[0]; goto ZYUcd; eQtqY: $image_url = $attach_ids[count($attach_ids) - 1]; goto ZYUcd; O2gmk: $image_url = $attach_ids[rand(0, count($attach_ids) - 1)]; ZYUcd: VTYKD: if (!($this->current_feed["options"]["set_thumbnail"] !== "no_thumb")) { goto nQ1MP; } if (isset($image_url)) { goto bH_f7; } if (!(preg_match_all("/src.?=.?["']https:\/\/(www\.)?youtube\.com\/embed\/(.*?)["'\?]/is", stripslashes($this->post["post_content"] . $this->post["post_excerpt"]), $matches) && count($matches[2]))) { goto JLI86; } if ($this->current_feed["options"]["set_thumbnail"] === "first_image") { goto CGVTB; } if ($this->current_feed["options"]["set_thumbnail"] === "last_image") { goto GOGoA; } $image_url = "https://img.youtube.com/vi/" . $matches[2][rand(0, count($matches[2]) - 1)] . "/maxresdefault.jpg"; goto pVdvF; CGVTB: $image_url = "https://img.youtube.com/vi/" . $matches[2][0] . "/maxresdefault.jpg"; goto pVdvF; GOGoA: $image_url = "https://img.youtube.com/vi/" . $matches[2][count($matches[2] - 1)] . "/maxresdefault.jpg"; pVdvF: JLI86: bH_f7: if (!($this->current_feed["options"]["set_thumbnail"] === "alternative_image" || !isset($image_url))) { goto vZsDf; } if (strlen(trim($this->current_feed["options"]["alt_post_thumbnail_src"]))) { goto z8pUr; } $this->parse_feed_log("No alternative image source specified"); goto iZqDw; z8pUr: $image_url = $this->parse_special_keywords($this->current_feed["options"]["alt_post_thumbnail_src"]); iZqDw: vZsDf: if (empty($image_url)) { goto YAH51; } if (cseo_check_image_size($image_url, $this->current_feed["options"]["thumb_src_min_width"], $this->current_feed["options"]["thumb_src_max_width"], $this->current_feed["options"]["thumb_src_min_height"], $this->current_feed["options"]["thumb_src_max_height"])) { goto EcesW; } $this->parse_feed_log("The thumbnail source image does not match the specified size limits"); goto TczE2; EcesW: if ($this->current_feed["options"]["use_fifu"] !== "on") { goto Ygssx; } if (function_exists("fifu_dev_set_image") && ($thumb_id = fifu_dev_set_image($post_id, $image_url))) { goto JeU4n; } $this->parse_feed_log("The post thumbnail has not been set because FIFU is not active or the image source is invalid"); goto LFG2P; JeU4n: if (cseo_is_binary($image_url)) { goto deUB5; } $this->parse_feed_log("The thumbnail source image was not found or broken"); $thumb_id = false; goto yugQZ; deUB5: $this->parse_feed_log("The post thumbnail is now handled by FIFU"); yugQZ: LFG2P: goto Nh3a0; Ygssx: $thumb_id = cseo_attach_post_thumbnail($post_id, $image_url, $this->post["post_title"]); if (!($thumb_id !== false)) { goto gJY6W; } $this->parse_feed_log("The post thumbnail has been successfully generated and saved to the host"); gJY6W: Nh3a0: TczE2: YAH51: if (!($this->current_feed["options"]["require_thumbnail"] === "on" && empty($thumb_id))) { goto dw0iv; } $this->parse_feed_log("The plugin was unable to generate a post thumbnail" . PHP_EOL); $this->delete_post_media($post_id); wp_delete_post($post_id, true); return; dw0iv: if (!isset($post_thumb_src)) { goto X5g5E; } if (add_post_meta($post_id, "cyberseo_thumb_source", $post_thumb_src)) { goto ie55w; } $this->parse_feed_log("Can't save the post thumbnail source URL" . PHP_EOL); $this->delete_post_media($post_id); wp_delete_post($post_id, true); return; ie55w: X5g5E: nQ1MP: if (!(is_array($this->post["comments"]) && count($this->post["comments"]))) { goto qlCUQ; } foreach ($this->post["comments"] as $comment) { $comment["comment_post_ID"] = $post_id; if (!strlen(trim($comment["comment_content"] ?? ''))) { goto cy8Yh; } $comment["comment_content"] = cseo_morph_content($comment["comment_content"]); wp_insert_comment($comment); cy8Yh: gmaGW: } PlXfT: qlCUQ: if (!(get_post_meta($post_id, "cyberseo_rss_source", true) === '')) { goto E4kQZ; } $this->parse_feed_log("Unable to set the cyberseo_rss_source filed"); $this->parse_feed_log("The post will not be added" . PHP_EOL); $this->delete_post_media($post_id); wp_delete_post($post_id, true); return; E4kQZ: $this->count++; $this->parse_feed_log("New post title: " . cseo_fix_white_spaces(trim(strip_tags(stripslashes($this->post["post_title"]))))); $this->parse_feed_log("New post ID: " . $post_id . PHP_EOL); if (!has_action("wpml_switch_language")) { goto Tg7go; } do_action("wpml_switch_language", null); Tg7go: } function getCategoryIds($category_names) { global $wpdb; $cat_ids = []; if (!is_array($category_names)) { goto nbTMl; } foreach ($category_names as $cat_name) { if (function_exists("term_exists")) { goto uPoU0; } $cat_name_escaped = addslashes($cat_name); $results = $wpdb->get_results("SELECT cat_ID FROM {$wpdb->prefix}categories WHERE (LOWER(cat_name) = LOWER('{$cat_name_escaped}'))"); if ($results) { goto lSqC2; } if ($this->current_feed["options"]["undefined_category"] === "create_new") { goto SYcWD; } goto PCdOA; lSqC2: foreach ($results as $term) { $cat_ids[] = (int) $term->cat_ID; MEatN: } C0mck: goto PCdOA; SYcWD: if (function_exists("wp_insert_category")) { goto Rfflx; } $cat_name_sanitized = sanitize_title($cat_name); $wpdb->query("INSERT INTO {$wpdb->prefix}categories SET cat_name='{$cat_name_escaped}', category_nicename='{$cat_name_sanitized}'"); $cat_id = $wpdb->insert_id; goto wP_Jd; Rfflx: $cat_id = wp_insert_category(["cat_name" => $cat_name]); wP_Jd: $cat_ids[] = $cat_id; PCdOA: goto JssY0; uPoU0: $cat_id = term_exists($cat_name, "category"); if ($cat_id) { goto Be7Ci; } if ($this->current_feed["options"]["undefined_category"] === "create_new") { goto aoT_v; } goto VUd8g; Be7Ci: $cat_ids[] = $cat_id["term_id"]; goto VUd8g; aoT_v: $term = wp_insert_term($cat_name, "category"); if (!(!is_wp_error($term) && isset($term["term_id"]))) { goto z2jiD; } $cat_ids[] = $term["term_id"]; z2jiD: VUd8g: JssY0: jhrx8: } OMk2i: nbTMl: if (!(count($cat_ids) != 0)) { goto O4Tml; } $cat_ids = array_unique($cat_ids); O4Tml: return $cat_ids; } function categoryChecklist($post_id = 0, $descendents_and_self = 0, $selected_cats = false) { wp_category_checklist($post_id, $descendents_and_self, $selected_cats); } function showChangeBox($change_selected, $name) { if (!$change_selected) { goto z6MFg; } echo "<input type="checkbox" style="border-color: red;" name="" . "chk_" . $name . "" id="" . "chk_" . $name . ""> "; z6MFg: } function showSettings($islocal, $settings, $change_selected = false) { echo "        <form name="feed_settings" action=""; echo preg_replace("/\&edit-feed-id\=[0-9]+/", '', cseo_REQUEST_URI()); echo "" method="post">\xd
\xd\xa            <input type="hidden" name="preset" value=""; echo $_POST["presets"] ?? "0"; echo "">            \xd
            "; if (!(isset($_POST["treat_as_csv"]) || ($settings["treat_as_csv"] ?? '') === "on")) { goto DCQNw; } echo "<input type="hidden" name="treat_as_csv" value="on">"; DCQNw: echo "\xd
            <ul class="tabs"> 
                <li class="active" rel="basic">Basic</li>
\xa                <li rel="advanced">Advanced</li>\xd
                <li rel="expert">Expert</li>
                <li rel="ai">AI article generation</li>\xd
                <li rel="image_generation">Media enrichment</li>\xd
                <li rel="media_handling">Media handling</li>
                <li rel="filtering">Content filtering</li>\xd
            </ul>            \xd
\xd
            <div id="basic" class="tab_content">  
\xa                <br>    \xd
                <table class="form-table "; if (!$change_selected) { goto RpJcz; } echo "cseo-form"; RpJcz: echo "">
                    "; if (!$islocal) { goto R9jvC; } if ($this->edit_existing) { goto PS6_g; } if ($this->document_type === "Instagram" || $this->document_type === "Twitter") { goto lT8bz; } if ($this->document_type === "XML Sitemap") { goto PmBGq; } goto G0up1; lT8bz: $settings["insert_media_attachments"] = "top"; $settings["store_images"] = "on"; goto G0up1; PmBGq: $settings["extract_full_articles"] = "on"; G0up1: PS6_g: echo "                        <tr>
                            <th scope="row">Feed title</th>
                            <td>\xd
                                <input type="text" name="feed_title" style="width:100%" value=""; echo $this->edit_existing ? htmlentities($this->feeds[(int) $_GET["edit-feed-id"]]["title"], ENT_QUOTES) : htmlentities($this->feed_title, ENT_QUOTES); echo "">\xd\xa                                <p class="description">A title of feed to be used in CyberSEO Pro Syndicator.</p>
\xa                            </td>
                        </tr>\xd\xa                        "; if (!is_object($this->current_feed_url)) { goto X_8dK; } echo "                            <!-- dump -->
\xa                            <tr>\xd
                                <th scope = "row">Dump</th>\xd
                                <td>
\xa                                    "; echo "<textarea cols="90" rows="10" wrap="on" name="dump" id="dump" style="margin:0;height:10em;width:100%;">"; foreach ($this->current_feed_url->dump as $line) { $tr = trim($line); if (empty($tr)) { goto fV9CG; } echo $tr . PHP_EOL; fV9CG: auYnT: } mm5eb: echo "</textarea>"; echo "        
                                </td>
                            </tr>                            \xd\xa                            "; goto S_lox; X_8dK: echo "                            <tr>\xd\xa                                <th scope="row">Feed URL</th>\xd\xa                                <td>\xd
                                    "; if (is_string($this->current_feed_url) && preg_match(CSEO_DUMMY_FEED_PATTERN, $this->current_feed_url)) { goto XyY1m; } echo "<input type="text" name="url" style="width:100%" value="" . htmlspecialchars($this->current_feed_url) . "">"; goto YRQvF; XyY1m: echo "<input type="text" name="url" style="width:100%" value="a dummy feed (no URL)" readonly>"; YRQvF: echo "                                    <p class="description">The URL of the feed"; if (empty($this->document_type)) { goto M4QSz; } echo " (source: " . $this->document_type . ")"; M4QSz: echo ".</p>
\xa                                </td>
\xa                            </tr>\xd
                        "; S_lox: R9jvC: echo "
                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "interval"); echo "Check for updates every</th>    
                        <td>                                  \xd
                            "; echo "<input type="text" name="interval" value="" . $settings["interval"] . "" size="4"> minutes."; echo "                            <p class="description">If you don't need automatic updates, set this parameter to 0.</p>
\xa                        </td>
                    </tr>\xd\xa
\xa                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "delay"); echo "Delay</th>    
                        <td>                                  \xd
                            "; echo "<input type="text" name="delay" value="" . $settings["delay"] . "" size="4"> seconds."; echo "                            <p class="description">Delay between adding new posts.</p>
                        </td>
\xa                    </tr>
\xd\xa                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "max_items"); echo "Maximum number of posts</th>\xd\xa                        <td>\xd\xa                            "; if (is_string($this->current_feed_url) && preg_match(CSEO_DUMMY_FEED_PATTERN, $this->current_feed_url)) { goto H1EOF; } echo "<input type="text" name="max_items" value="" . $settings["max_items"] . "" size="3">" . "<p class="description">Use low values to decrease the syndication time and improve SEO of your blog.</p>"; goto BMVhQ; H1EOF: echo "<input type="text" name="max_items" value="1" size="3" readonly>" . "<p class="description">Only one post can be added at a time when the dummy feed is pulled.</p>"; BMVhQ: echo "                        </td>\xd
                    </tr>             
\xd\xa                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "duplicate_check_method"); echo "Check for duplicates by</th>
                        <td>\xd\xa                            <select name="duplicate_check_method">
                                "; echo "<option " . ($settings["duplicate_check_method"] === "guid_and_title" ? "selected " : '') . "value="guid_and_title">Link and title</option>"; echo "<option " . ($settings["duplicate_check_method"] === "guid" ? "selected " : '') . "value="guid">Link only</option>"; echo "<option " . ($settings["duplicate_check_method"] === "title" ? "selected " : '') . "value="title">Title only</option>"; echo "<option " . ($settings["duplicate_check_method"] === "none" ? "selected " : '') . "value="none">Don't check for duplicate posts</option>"; echo "                            </select>
\xa                            <p class="description">Choose the method to skip existing posts.</p>
                        </td>\xd\xa                    </tr>    
\xa\xd\xa                    <th scope="row">"; $this->showChangeBox($change_selected, "disable_2nd_check"); echo "Skip the 2nd check</th>
                    <td>
                        "; echo "<input type="checkbox" name="disable_2nd_check" id="disable_2nd_check" " . ($settings["disable_2nd_check"] === "on" ? "checked " : '') . ">"; echo "                        <label for="disable_2nd_check">enable this option if your custom PHP code does not modify the post title or source link. It will improve the performance of the plugin</label>
                        <p class="description"><span style="color: red;">&#x26A0;</span> Deselect this option if you want to modify the post title or post link using PHP code,
\xa                            or importing your feed using the "Treat as CSV" option.</p>
                    </td>
                    </tr>
\xa
\xa                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "post_type"); echo "Post type</th>
                        <td>
                            <select name="post_type" onchange="cseoChangePostType();">
                                "; $post_types = get_post_types(); foreach ($post_types as $post_type) { echo "<option " . ($settings["post_type"] == $post_type ? "selected " : '') . "value="" . $post_type . "">" . $post_type . "</option>"; cyQKl: } fe9YF: echo "                            </select>
\xa                            <p class="description">Select WordPress <a href="https://developer.wordpress.org/themes/basics/post-types/" target="_blank">post type</a>.</p>\xd
                        </td>\xd\xa                    </tr>       \xd
\xd\xa                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "custom_taxonomies"); echo "Custom taxonomies</th>
                        <td>
\xa                            "; $args = ["public" => true, "_builtin" => false]; $output = "objects"; $operator = "and"; $taxonomies = get_taxonomies($args, $output, $operator); foreach ($taxonomies as $taxonomy) { if (isset($settings["custom_taxonomies"][$taxonomy->name])) { goto Nk_XF; } $value = ''; goto e5HUe; Nk_XF: $value = $settings["custom_taxonomies"][$taxonomy->name]; e5HUe: echo "<table id="custom_taxonomy_" . $taxonomy->name . "">"; echo "<tr>"; echo "<td style="padding:0px;">"; echo "<p class="description"><strong>" . $taxonomy->label . "</strong> (separate with commas)</p>"; echo "<input type="text" size="120" name="custom_taxonomies[" . $taxonomy->name . "]" value="" . $value . "">"; echo "</td>"; echo "</tr>"; echo "</table>"; DiL1x: } hc6IO: echo "                            <table id="custom_taxonomy_undefined">\xd
                                <tr>
\xa                                    <td style="padding:0px">
\xa                                        <input type="text" size="60" disabled value="No custom taxonomies defined for this post type."> 
\xa                                    </td>    \xd
                                </tr>   
\xa                            </table>
                            <p class="description">Assign WordPress <a href="https://developer.wordpress.org/plugins/taxonomies/working-with-custom-taxonomies/" target="_blank">custom taxonomies</a>. \xd\xa                                The post template <a href="https://www.cyberseo.net/content-syndicator/#templates" target="_blank">placeholders</a> are allowed here.</p>
                        </td>
                    </tr> 
\xa
                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "post_template"); echo "Custom post template</th>\xd
                        <td>
\xa                            "; $custom = wp_get_theme()->get_post_templates(); $templates = ["Default"]; foreach ($custom as $post_type => $template) { foreach ($template as $template_file => $name) { $templates[] = $template_file; hKYYR: } fiXXt: tCh8v: } CQ9z9: $templates = array_unique($templates, SORT_STRING); echo "<select name="post_template">"; foreach ($templates as $name) { echo "<option " . ($settings["post_template"] === $name ? "selected " : '') . "value="" . $name . "">" . $name . "</option>"; tdObS: } wTpBD: echo "</select><br>"; echo "                            <p class="description">Select a custom single post type template file.</p>\xd
                        </td>
                    </tr>  \xd\xa
\xa                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "post_format"); echo "Post format</th>\xd
                        <td>\xd
                            <select name="post_format">
\xa                                "; echo "<option " . ($settings["post_format"] === "default" ? "selected " : '') . "value="default">Default</option>"; echo "<option " . ($settings["post_format"] === "aside" ? "selected " : '') . "value="aside">Aside</option>"; echo "<option " . ($settings["post_format"] === "gallery" ? "selected " : '') . "value="gallery">Gallery</option>"; echo "<option " . ($settings["post_format"] === "link" ? "selected " : '') . "value="link">Link</option>"; echo "<option " . ($settings["post_format"] === "image" ? "selected " : '') . "value="image">Image</option>"; echo "<option " . ($settings["post_format"] === "quote" ? "selected " : '') . "value="quote">Quote</option>"; echo "<option " . ($settings["post_format"] === "status" ? "selected " : '') . "value="status">Status</option>"; echo "<option " . ($settings["post_format"] === "video" ? "selected " : '') . "value="video">Video</option>"; echo "<option " . ($settings["post_format"] === "audio" ? "selected " : '') . "value="audio">Audio</option>"; echo "<option " . ($settings["post_format"] === "chat" ? "selected " : '') . "value="chat">Chat</option>"; echo "                            </select>
                            <p class="description">Set WordPress <a href="https://wordpress.org/support/article/post-formats/" target="_blank">post format</a>.</p>\xd
                        </td>\xd
                    </tr>      \xd\xa
\xa                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "post_author"); echo "Post author</th>
\xa                        <td>\xd
                            <select name="post_author">
                                "; $wp_user_search = get_users(["role__in" => ["author", "editor", "administrator"]]); foreach ($wp_user_search as $user) { echo "<option " . ($settings["post_author"] == $user->ID ? "selected " : '') . "value="" . $user->ID . "">" . esc_html($user->display_name) . "</option>"; Wa08q: } Im0F6: echo "<option " . ($settings["post_author"] == 0 ? "selected " : '') . "value="0">&lt;random author&gt;"; echo "                            </select>
\xa                            <p class="description">Assign the post author.</p>
\xa                        </td>\xd\xa                    </tr>            
\xd
                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "post_lifetime"); echo "Post lifetime</th>\xd\xa                        <td>
                            "; echo "<input type="text" name="post_lifetime" value="" . $settings["post_lifetime"] . "" size="4"> hours."; echo "                            <p class="description">The period of time after which the post will be deleted. If you don't want to limit the  post lifetime, set this parameter to 0.</p>\xd\xa                        </td>\xd\xa                    </tr>                            \xd

\xa                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "post_status"); echo "Post status</th>\xd\xa                        <td>
\xa                            <select name="post_status">
                                "; echo "<option " . ($settings["post_status"] === "publish" ? "selected " : '') . "value="publish">Publish immediately</option>"; echo "<option " . ($settings["post_status"] === "pending" ? "selected " : '') . "value="pending">Hold for review</option>"; echo "<option " . ($settings["post_status"] === "draft" ? "selected " : '') . "value="draft">Save as draft</option>"; echo "<option " . ($settings["post_status"] === "private" ? "selected " : '') . "value="private">Save as private</option>"; echo "                            </select></td>\xd
                    </tr>                        
\xa\xd\xa                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "base_date"); echo "Base date</th>\xd
                        <td>
                            <select name="base_date">\xd
                                "; echo "<option " . ($settings["base_date"] === "post" ? "selected " : '') . "value="post">Get date from post</option>"; echo "<option " . ($settings["base_date"] === "syndication" ? "selected " : '') . "value="syndication">Use syndication date</option>"; echo "                            </select></td>
\xa                    </tr>                    
\xa
                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "date_range"); echo "Post date adjustment range</th>
                        <td>\xd\xa                            "; echo "<input type="text" name="date_min" value="" . $settings["date_min"] . "" size="6"> .. <input type="text" name="date_max" value="" . $settings["date_max"] . "" size="6">"; echo " minutes.\xd\xa                            <p class="description">This range will be used to randomly adjust the publication date for every generated post. For example, if you set the adjustment range as <code>[0..60]</code>, the post dates will be increased by a random value between 0 and 60 minutes.</p>\xd\xa                        </td>\xd\xa                    </tr>                        
\xa
                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "parse_archives"); echo "Parse WordPress archives</th>
                        <td>\xd
                            "; echo "<input type="checkbox" name="parse_archives" id="parse_archives" " . ($settings["parse_archives"] === "on" ? "checked " : '') . ">"; echo "                            <label for="parse_archives">if checked the CyberSEO Pro syndicator will aggregate archived (old) posts from WordPress blogs.</label>\xd
                        </td>\xd\xa                    </tr>                            
\xd
                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "shuffle_xml_items"); echo "Shuffle feed items</th>\xd\xa                        <td>\xd\xa                            "; echo "<input type="checkbox" name="shuffle_xml_items" id="shuffle_xml_items" " . ($settings["shuffle_xml_items"] === "on" ? "checked " : '') . ">"; echo "                            <label for="shuffle_xml_items">check this option to shuffle the XML/RSS contents to make the posts be added in a random order. This function requires additional server resources, so use it wisely.</label>\xd
                        </td>
\xa                    </tr>                         
\xa\xd\xa                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "post_category[]"); echo "Categories</th>\xd
                        <td>\xd
                            <ul id="categorychecklist" class="list:category categorychecklist form-no-clear">
                                <div id="categories-all" class="cyberseo-ui-tabs-panel">\xd\xa                                    "; $this->categoryChecklist(NULL, false, $settings["post_category"]); echo "                                </div>     
\xa                            </ul>\xd\xa                            <p class="description">Assign the post to the selected categories.</p>
                        </td>
\xa                    </tr>
\xd\xa                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "undefined_category"); echo "Undefined categories</th>
                        <td>
\xa                            <select name="undefined_category">\xd\xa                                "; if (!$islocal) { goto uLaxF; } echo "<option " . ($settings["undefined_category"] === "use_global" ? "selected " : '') . "value="use_global">Use default settings</option>"; uLaxF: echo "<option " . ($settings["undefined_category"] === "use_default" ? "selected " : '') . "value="use_default">Post to default WordPress category</option>"; echo "<option " . ($settings["undefined_category"] === "create_new" ? "selected " : '') . "value="create_new">Create new categories defined in syndicating post</option>"; echo "<option " . ($settings["undefined_category"] === "drop" ? "selected " : '') . "value="drop">Do not syndicate post that doesn't match at least one category defined above</option>"; echo "                            </select>
\xa                            <p class="description">This option defines what the CyberSEO Pro syndicator have to do if none of the post categories mutch the predefined defined ones.</p>\xd\xa                        </td>
\xa                    </tr>    \xd
\xd
                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "create_tags"); echo "Tags from category names</th>
                        <td>\xd
                            "; echo "<input type="checkbox" name="create_tags" id="create_tags" " . ($settings["create_tags"] === "on" ? "checked " : '') . ">"; echo "                            <label for="create_tags">when checked, post category names will be added as post tags.</label>\xd\xa                        </td>
\xa                    </tr>                    \xd
\xd
                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "post_tags"); echo "Post tags</th>
\xa                        <td>
\xa                            "; echo "<input type="text" style="width:100%;" name="post_tags" value="" . stripslashes($settings["post_tags"]) . "">"; echo "                            <p class="description">Separate with commas. Spintax and post template placeholders are allowed, e.g: <code>{tag #1|tag #2|tag #3}</code>, or <code>%gpt_keywords%</code></p>\xd\xa                        </td>\xd\xa                    </tr>   \xd
\xd\xa                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "auto_tags"); echo "Auto tags</th>
\xa                        <td>\xd
                            "; echo "<input type="checkbox" name="auto_tags" id="auto_tags" " . ($settings["auto_tags"] === "on" ? "checked " : '') . ">"; echo "                            <label for="auto_tags">if checked, the CyberSEO plugin will look for existing tags within your content and add them automatically.</label>\xd
                        </td>\xd\xa                    </tr>             

\xa                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "tags_to_woocommerce"); echo "Tags to WooCommerce</th>
                        <td>\xd\xa                            "; echo "<input type="checkbox" name="tags_to_woocommerce" id="tags_to_woocommerce" " . ($settings["tags_to_woocommerce"] === "on" ? "checked " : '') . ">"; echo "                            <label for="tags_to_woocommerce">check this option to assign importing post tags to WooCommerce product tags.</label>
\xa                        </td>
\xa                    </tr>        \xd

\xa                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "cats_to_woocommerce"); echo "Categories to WooCommerce</th>\xd
                        <td>\xd\xa                            "; echo "<input type="checkbox" name="cats_to_woocommerce" id="cats_to_woocommerce" " . ($settings["cats_to_woocommerce"] === "on" ? "checked " : '') . ">"; echo "                            <label for="cats_to_woocommerce">check this option to assign importing post categories to WooCommerce product categories.</label>
\xa                        </td>
                    </tr>  
\xa
\xa                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "push_up"); echo "Republish existing posts</th>
\xa                        <td>"; echo "<input type="checkbox" name="push_up" id="push_up" " . ($settings["push_up"] === "on" ? "checked " : '') . ">"; echo "                            <label for="push_up">if checked, the existing posts will be republished every time the feed is pulled. Do not check this option if you are not sure on what you are doing!</label>
\xa                        </td>
\xa                    </tr>           
\xa\xd\xa                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "comment_status"); echo "Comments</th>\xd
                        <td>\xd\xa                            <select name="comment_status">\xd
                                "; echo "<option " . ($settings["comment_status"] === "open" ? "selected " : '') . "value="open">Allow comments on syndicated posts</option>"; echo "<option " . ($settings["comment_status"] === "closed" ? "selected " : '') . "value="closed">Disallow comments on syndicated posts</option>"; echo "                            </select></td>\xd\xa                    </tr>
\xa                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "ping_status"); echo "Pings</th>\xd
                        <td>
                            <select name="ping_status">\xd
                                "; echo "<option " . ($settings["ping_status"] === "open" ? "selected " : '') . "value="open">Accept pings</option>"; echo "<option " . ($settings["ping_status"] === "closed" ? "selected " : '') . "value="closed">Don't accept pings</option>"; echo "                            </select></td>\xd\xa                    </tr>\xd

\xa                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "shuffle_paragraphs"); echo "Shuffle paragraphs</th>
\xa                        <td>
                            "; echo "<input type="checkbox" name="shuffle_paragraphs" id="shuffle_paragraphs" " . ($settings["shuffle_paragraphs"] === "on" ? "checked " : '') . ">"; echo "                            <label for="shuffle_paragraphs">check this option to shuffle post paragraphs.</label>\xd\xa                        </td>\xd
                    </tr>\xd

\xa                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "utf8_encoding"); echo "UTF-8 encoding</th>\xd
                        <td>\xd
                            "; echo "<input type="checkbox" name="utf8_encoding" id="utf8_encoding" " . ($settings["utf8_encoding"] === "on" ? "checked " : '') . ">"; echo "                            <label for="utf8_encoding">enables UTF-8 encoding. This option converts an ISO-8859-1 string to UTF-8 that may be required when parsing the XML/RSS feeds containing invalid UTF-8 start bytes e.g. <code><0x92></code>.</label>\xd\xa                        </td>\xd\xa                    </tr>
\xa
\xa                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "convert_encoding"); echo "Convert character encoding</th>\xd\xa                        <td>
                            "; echo "<input type="checkbox" name="convert_encoding" id="convert_encoding" " . ($settings["convert_encoding"] === "on" ? "checked " : '') . ">"; echo "                            <label for="convert_encoding">enables character encoding conversion. This option might be useful when parsing XML/RSS feeds in national charsets different than UTF-8.</label>
\xa                        </td>
                    </tr>\xd\xa\xd
                    "; if (function_exists("pll_languages_list")) { goto BYmld; } $languages = []; goto jrfRM; BYmld: $languages = pll_languages_list(); jrfRM: echo " \xd\xa                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "polylang_language"); echo "Polylang language</th>\xd\xa                        <td>\xd\xa                            <select name="polylang_language" if "; if (count($languages)) { goto SJQkW; } echo "disabled"; SJQkW: echo ">\xd
                                        "; echo "<option " . ($settings["polylang_language"] === '' ? "selected " : '') . "value="">Default</option>"; if (!count($languages)) { goto q4Kq1; } foreach ($languages as $l) { echo "<option " . ($settings["polylang_language"] == $l ? "selected " : '') . "value = "" . $l . "">" . mb_strtoupper($l) . "</option>"; cQF2I: } Dhywa: echo "</select>"; q4Kq1: echo "  \xd
                            </select>   
\xa                            <p class="description">Assign a Polylang language to every post or page generated from this content source. The <a href="https://www.cyberseo.net/partners/polylang.php" target="_blank">Polylang</a> plugin must be installed and activated.</p>\xd
                        </td>
\xa                    </tr>                        \xd\xa
\xa                    "; if (has_filter("wpml_active_languages")) { goto OoIQm; } $languages = []; goto S99I2; OoIQm: $languages = apply_filters("wpml_active_languages", NULL, "orderby=id&order=desc"); S99I2: echo " 
                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "wpml_language"); echo "WPML language</th>
\xa                        <td>\xd\xa                            <select name="wpml_language" "; if (count($languages)) { goto S_hPe; } echo "disabled"; S_hPe: echo ">\xd
                                        "; echo "<option " . ($settings["wpml_language"] === '' ? "selected " : '') . "value="">Default</option>"; echo "<option " . ($settings["wpml_language"] === "all" ? "selected " : '') . "value="all">All WPLM languages</option>"; if (!count($languages)) { goto fCw5A; } foreach ($languages as $l) { echo "<option " . ($settings["wpml_language"] == $l["language_code"] ? "selected " : '') . "value = "" . $l["language_code"] . "" style = "background-image:url(" . $l["country_flag_url"] . ");">" . $l["native_name"] . "</option>"; d8jwp: } omKBl: echo "</select>"; fCw5A: echo "  \xd\xa                            </select>   \xd
                            <p class="description">Assign a WPML language to every post or page generated from this content source. The <a href="https://www.cyberseo.net/partners/wpml.php" target="_blank">WPML</a> plugin must be installed and activated.</p>\xd
                        </td>
\xa                    </tr>               
                </table>\xd
                "; if (!is_object($this->current_feed_url)) { goto jfss_; } echo "                    <script>\xd
                        var dump = CodeMirror.fromTextArea(document.getElementById("dump"), {\xd\xa                            autoRefresh: true,
\xa                            lineWrapping: true,
\xa                            lineNumbers: true,
\xa                            spellcheck: false,\xd\xa                            matchBrackets: true,\xd
                            mode: "text/html",
\xa                            indentUnit: 8,\xd\xa                            indentWithTabs: true,\xd
                            enterMode: "keep",
\xa                            tabMode: "shift"\xd\xa                        });
\xa                        dump.setSize("100%", "15em");\xd\xa                    </script> 
                "; jfss_: echo "            </div>\xd

\xa            <div id="ai" name="ai" class="tab_content">       
                \xd
                <br>\xd\xa                <p>Configure basic  AI article generation using OpenAI GPT and Article Forge. For advanced article customization, go to the "Advanced" tab and use the "Post content" template box,\xd
                    which gives you full control over this process.</p>\xd\xa                
\xa                <table class="form-table "; if (!$change_selected) { goto z5w4t; } echo "cseo-form"; z5w4t: echo "">\xd\xa                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "ai_engine"); echo "Select AI article generator</th>\xd\xa                        <td>
\xa                            <select name="ai_engine" id="ai_engine" onchange="cseoAiEngine();">\xd\xa                                "; echo "<option " . ($settings["ai_engine"] === "none" ? "selected " : '') . "value="none">none</option>"; echo "<option " . ($settings["ai_engine"] === "openai" ? "selected " : '') . "value="openai">OpenAI GPT</option>"; echo "<option " . ($settings["ai_engine"] === "article_forge" ? "selected " : '') . "value="article_forge">Article Forge</option>"; echo "                            </select>
                            <p class="description">The selected above AI article generation will be applied to this feed. At the moment, the plugin supports two AI article generators:\xd
                                OpenAI GPT and Article Forge.</p>
\xa                        </td>\xd
                    </tr>\xd\xa                </table>    
\xa                <div id="openai" display="none">         
                    "; if ($this->credentials_set("openai")) { goto IzZpy; } echo "<p><span style="color: red;">Warning!</span> The OpenAI API key is not provided. The service is not available. Please set it on the "Accounts" page.</p>"; IzZpy: echo "\xd\xa                    <table class="form-table "; if (!$change_selected) { goto xK9so; } echo "cseo-form"; xK9so: echo "">\xd

                        <tr>
                            <th></th>\xd
                            <td>
                                <div class="cseo-box" style="padding: 8px;"><span style="color: red;">&#x26A0;</span> The following OpenAI GPT settings provide a simplified method with limited functionality.\xd\xa                                    It is <strong>not</strong> recommended for article generation.\xd
                                    Instead, you should use the special <a href="https://www.cyberseo.net/content-syndicator/#shortcodes" target="_blank">shortcodes</a>
                                    in <a href="https://www.cyberseo.net/content-syndicator/#templates" target="_blank">post templates</a> on the "Advanced" tab.\xd\xa                                    Shortcodes give you more power and control over generated content. To create coherent articles of almost any size, use\xd\xa                                    <a href="https://www.cyberseo.net/blog/creating-long-coherent-articles-with-gpt-4-turbo/" target="_blank">[gpt_article]</a>.</div>
                            </td>
                        </tr>   
\xd
                        <tr>\xd
                            <th scope="row">"; $this->showChangeBox($change_selected, "openai_title_assignment"); echo "Post title assignment</th>
\xa                            <td>
\xa                                "; echo "<textarea cols="90" rows="10" wrap="on" name="openai_title_assignment" style="margin:0;height:10em;width:100%;">" . stripslashes($settings["openai_title_assignment"]) . "</textarea>"; echo " \xd
                                <p class="description">Give an assignment for the post title, or live it blank if you want to keep the original post title intact.</p>
                                <p class="description">You can use template placeholders here, e.g. <code>%post_title%</code>, <code>%post_content%</code>, <code>%xml_tags[]%</code> etc.</p>\xd
                            </td>
\xa                        </tr> 

                        <tr>
                            <th scope="row">"; $this->showChangeBox($change_selected, "openai_article_assignment"); echo "Article assignment</th>
                            <td>\xd\xa                                "; echo "<textarea cols="90" rows="10" wrap="on" name="openai_article_assignment" style="margin:0;height:10em;width:100%;">" . stripslashes($settings["openai_article_assignment"]) . "</textarea>"; echo "                                <p class="description">Set your free-form assignments for the OpenAI GPT, written in ordinary human language. CyberSEO Pro does not ask you\xd
                                    to select an assignment language or the language you want to translate the generated text to. It does not make you choose the style of \xd
                                    article, the keywords you want to be used from a set of drop-down lists with predefined options. Write them in a normal language, the same
                                    way you give an assignment to a human writer.
\xa                                </p><p class="description">You can set here an unlimited number of assignments, broken up with the <code>&lt;!--more--&gt;</code>\xd
                                    separator string. Every such an assignment will generate a separate block of text.</p>
\xa                                <p class="description">You can use template placeholders here, e.g. <code>%post_title%</code>, <code>%post_content%</code>, <code>%xml_tags[]%</code> etc.</p>
                                <p>Read the <a href="https://www.cyberseo.net/content-syndicator/#article-assignments" target="_blank">manual</a>.
                            </td>\xd\xa                        </tr>  \xd\xa\xd
                        <tr>
\xa                            <th>"; $this->showChangeBox($change_selected, "openai_processing_order"); echo "Processing order</th>
\xa                            <td>\xd\xa                                <select name="openai_processing_order">
\xa                                    "; echo "<option " . ($settings["openai_processing_order"] === "title_first" ? "selected " : '') . "value="title_first">Title first</option>"; echo "<option " . ($settings["openai_processing_order"] === "article_first" ? "selected " : '') . "value="article_first">Article first</option>"; echo "                                </select>\xd\xa                                <p class="description">Set the OpenAI GPT processing order. You may want to use the generated title as a <code>%post_title%</code> shortcode for article assignment, or use the generated article as a <code>%post_content%</code> shortcode for post assignment.</p>
                            </td>
\xa                        </tr> 
\xa\xd\xa                        <tr>\xd\xa                            <th>"; $this->showChangeBox($change_selected, "openai_position"); echo "Article position</th>
\xa                            <td>\xd
                                <select name="openai_position">
\xa                                    "; echo "<option " . ($settings["openai_position"] === "replace" ? "selected " : '') . "value="replace">Replace the post content</option>"; echo "<option " . ($settings["openai_position"] === "above" ? "selected " : '') . "value="above">Above the post content</option>"; echo "<option " . ($settings["openai_position"] === "below" ? "selected " : '') . "value="below">Below the post content</option>"; echo "                                </select>\xd\xa                            </td>\xd\xa                        </tr> \xd\xa\xd\xa                        <tr>\xd
                            <th scope="row">"; $this->showChangeBox($change_selected, "openai_model"); echo "Model name</th>
                            <td>
\xa                                <select name="openai_model">\xd\xa                                    "; echo "<option " . ($settings["openai_model"] === "gpt-3.5-turbo" ? "selected " : '') . "value="turbo">GPT-3.5 Turbo</option>"; echo "<option " . ($settings["openai_model"] === "gpt-3.5-turbo-16k" ? "selected " : '') . "value="gpt-3.5-turbo-16k">GPT-3.5 Turbo 16K</option>"; echo "<option " . ($settings["openai_model"] === "gpt-3.5-turbo-instruct" ? "selected " : '') . "value="gpt-3.5-turbo-instruct">GPT-3.5 Turbo Instruct</option>"; echo "<option " . ($settings["openai_model"] === "gpt-4-vision-preview" ? "selected " : '') . "value="gpt-4-vision-preview">GPT-4 Turbo</option>"; echo "<option " . ($settings["openai_model"] === "gpt-4" ? "selected " : '') . "value="gpt-4">GPT-4</option>"; echo "<option " . ($settings["openai_model"] === "gpt-4-32k" ? "selected " : '') . "value="gpt-4">GPT-4 32K</option>"; echo "                                </select>\xd
                                <p class="description">The GPT models can understand and generate natural language. The OpenAI models have different levels of power, different token limits,
\xa                                    different prices and suitable for different tasks. Note, that GPT-4 and GPT-4 32K models are currently in a limited beta and only accessible to those who have been granted access.</p>
\xa                            </td>
                        </tr> \xd\xa\xd
                        <tr>
                            <th>"; $this->showChangeBox($change_selected, "openai_max_tokens"); echo "Max tokens</th>
                            <td>\xd\xa                                "; echo "<input type="text" name="openai_max_tokens" value="" . $settings["openai_max_tokens"] . "" size="60">"; echo " 
                                <p class="description">The maximum number of tokens to generate in the completion.\xd\xa                                    The token count of each assignment plus <code>Max tokens</code> cannot exceed the model's context length. Please refer to the <a href="https://www.cyberseo.net/content-syndicator/#model-name" target="_blank">manual</a> for details.</p>\xd\xa                            </td>
                        </tr>\xd
\xd
                        <tr>\xd
                            <th>"; $this->showChangeBox($change_selected, "openai_temperature"); echo "Temperature</th>
                            <td>\xd\xa                                "; echo "<input type="text" name="openai_temperature" value="" . $settings["openai_temperature"] . "" size="60">"; echo " 
\xa                                <p class="description">What sampling temperature to use. Higher values means the model will take more risks. Try 0.9 for more creative\xd
                                    applications, and 0 (argmax sampling) for ones with a well-defined answer.</p>
\xa                            </td>\xd
                        </tr>

\xa                        <tr>
                            <th>"; $this->showChangeBox($change_selected, "openai_top_p"); echo "Top p</th>\xd\xa                            <td>
                                "; echo "<input type="text" name="openai_top_p" value="" . $settings["openai_top_p"] . "" size="60">"; echo " 
                                <p class="description">An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of
                                    the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.</p>
\xa                            </td>
                        </tr>\xd\xa\xd
                        <tr>\xd
                            <th>"; $this->showChangeBox($change_selected, "openai_best_of"); echo "Best of</th>
\xa                            <td>\xd\xa                                "; echo "<input type="text" name="openai_best_of" value="" . $settings["openai_best_of"] . "" size="60">"; echo " 
\xa                                <p class="description">Generates <code>best_of</code> completions server-side and returns the "best" (the one with the highest log probability per token).</p>\xd
                            </td>\xd\xa                        </tr>
\xa
                        <tr>
                            <th>"; $this->showChangeBox($change_selected, "openai_presence_penalty"); echo "Presence penalty</th>
\xa                            <td>\xd
                                "; echo "<input type="text" name="openai_presence_penalty" value="" . $settings["openai_presence_penalty"] . "" size="60">"; echo " 
\xa                                <p class="description">Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far,
\xa                                    increasing the model's likelihood to talk about new topics.</p>
                            </td>
                        </tr>

\xa                        <tr>\xd
                            <th>"; $this->showChangeBox($change_selected, "openai_frequency_penalty"); echo "Frequency penalty</th>
\xa                            <td>\xd\xa                                "; echo "<input type="text" name="openai_frequency_penalty" value="" . $settings["openai_frequency_penalty"] . "" size="60">"; echo " 
\xa                                <p class="description">Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far,
                                    decreasing the model's likelihood to repeat the same line verbatim.</p>
                            </td>\xd
                        </tr>
\xa                    </table>\xd\xa                </div>
\xd
                <div id="article_forge" name="article_forge" display="none">

                    "; if ($this->credentials_set("article_forge")) { goto Pc7gC; } echo "<p><span style="color: red;">Warning!</span> The Article Forge API key is not provided. The service is not available. Please set it on the "Accounts" page.</p>"; Pc7gC: echo "
\xa                    <table class="form-table "; if (!$change_selected) { goto sDbXv; } echo "cseo-form"; sDbXv: echo "">
\xa
                        <tr>\xd\xa                            <th>"; $this->showChangeBox($change_selected, "article_forge_keyword"); echo "Keyword</th>\xd\xa                            <td>
\xa                                "; echo "<input type="text" name="article_forge_keyword" value="" . htmlspecialchars(stripslashes($settings["article_forge_keyword"]), ENT_QUOTES) . "" size="60">"; echo " \xd
                                <p class="description">Keyword in should not contain URLs, parentheses, brackets, commas or too many single characters.
\xa                                    <br>You can use template placeholders here, e.g. <code>%post_title%</code>.</p>
                            </td>\xd
                        </tr>
                        <tr>\xd
                            <th>"; $this->showChangeBox($change_selected, "article_forge_sub_keywords"); echo "Sub keywords</th>\xd
                            <td>\xd\xa                                "; echo "<input type="text" name="article_forge_sub_keywords" value="" . htmlspecialchars(stripslashes($settings["article_forge_sub_keywords"]), ENT_QUOTES) . "" size="60">"; echo " 
                                <p class="description">A list of sub keywords separated by comma (e.g. subkeyword1,subkeyword2,subkeyword3). Article Forge has a five sub keyword limit per article. If\xd\xa                                    you enter more than 5 sub keywords, Article Forge will randomly select 5. Article Forge will also ignore any sub keywords longer than 10 characters. Sub Keywords in \xd\xa                                    should not contain URLs, parentheses, brackets, or too many single characters.
\xa                                    <br>You can use template placeholders here, e.g. <code>%post_title%</code>.</p>
                            </td>
\xa                        </tr>  \xd
\xd
                        <tr>\xd
                            <th scope="row">"; $this->showChangeBox($change_selected, "article_forge_tags_as_subkeywords"); echo "Post tags as sub keys</th>\xd
                            <td>
\xa                                "; echo "<input type="checkbox" name="article_forge_tags_as_subkeywords" id="article_forge_tags_as_subkeywords" " . ($settings["article_forge_tags_as_subkeywords"] === "on" ? "checked " : '') . ">"; echo "                                <label for="article_forge_tags_as_subkeywords">when checked, the post tags (if available) will be used as subkeys for Article Forge.</label>
                            </td>
\xa                        </tr>     
\xd\xa                        <tr>\xd
                            <th scope="row">"; $this->showChangeBox($change_selected, "article_forge_spintax_view"); echo "Spintax view</th>\xd\xa                            <td>
                                "; echo "<input type="checkbox" name="article_forge_spintax_view" id="article_forge_spintax_view" " . ($settings["article_forge_spintax_view"] === "on" ? "checked " : '') . ">"; echo "                                <label for="article_forge_spintax_view">it is useful to enable this option in order to generate the Spintax version of your article.</label>\xd
                            </td>
                        </tr>                                    \xd

                        <tr>\xd
                            <th>"; $this->showChangeBox($change_selected, "article_forge_length"); echo "Article length</th>
\xa                            <td>
                                <select name="article_forge_length">\xd\xa                                    "; echo "<option " . ($settings["article_forge_length"] === "very_short" ? "selected " : '') . "value="very_short">Very short (approximately 50 words)</option>"; echo "<option " . ($settings["article_forge_length"] === "short" ? "selected " : '') . "value="short">Short (approximately 200 words)</option>"; echo "<option " . ($settings["article_forge_length"] === "medium" ? "selected " : '') . "value="medium">Medium (approximately 500 words)</option>"; echo "<option " . ($settings["article_forge_length"] === "long" ? "selected " : '') . "value="long">Long (approximately 750 words)</option>"; echo "                                </select>
\xa                            </td>\xd\xa                        </tr>   
\xa                        <tr>
                            <th>"; $this->showChangeBox($change_selected, "article_forge_quality"); echo "Article quality</th>\xd
                            <td>\xd
                                <select name="article_forge_quality">\xd\xa                                    "; echo "<option " . ($settings["article_forge_quality"] === "1" ? "selected " : '') . "value="1">Standard</option>"; echo "<option " . ($settings["article_forge_quality"] === "2" ? "selected " : '') . "value="2">Adventurous</option>"; echo "<option " . ($settings["article_forge_quality"] === "3" ? "selected " : '') . "value="3">More adventurous</option>"; echo "<option " . ($settings["article_forge_quality"] === "4" ? "selected " : '') . "value="4">Conservative</option>"; echo "<option " . ($settings["article_forge_quality"] === "5" ? "selected " : '') . "value="5">More conservative</option>"; echo "                                </select>
                            </td>
\xa                        </tr>                                   
                        <tr>
                            <th>"; $this->showChangeBox($change_selected, "article_forge_turing_spinner"); echo "Turing spinner</th>
                            <td>\xd
                                <select name="article_forge_turing_spinner">
                                    "; echo "<option " . ($settings["article_forge_turing_spinner"] === "0" ? "selected " : '') . "value="0">Disabled</option>"; echo "<option " . ($settings["article_forge_turing_spinner"] === "1" ? "selected " : '') . "value="1">Enabled</option>"; echo "                                </select>
                            </td>\xd
                        </tr> \xd\xa                        <tr>
\xa                            <th>"; $this->showChangeBox($change_selected, "article_forge_rewrite_sentence"); echo "Rewrite sentence</th>\xd\xa                            <td>\xd\xa                                <select name="article_forge_rewrite_sentence">
                                    "; echo "<option " . ($settings["article_forge_rewrite_sentence"] === "0" ? "selected " : '') . "value="0">Disabled</option>"; echo "<option " . ($settings["article_forge_rewrite_sentence"] === "1" ? "selected " : '') . "value="1">Enabled</option>"; echo "                                </select>
                                <p class="description">This option is not supported since ArticleForge API version 3.0.</p>
                            </td>\xd
                        </tr> 
\xa                        <tr>\xd
                            <th>"; $this->showChangeBox($change_selected, "article_forge_rearrange_sentence"); echo "Rearrange sentence</th>
\xa                            <td>\xd
                                <select name="article_forge_rearrange_sentence">\xd\xa                                    "; echo "<option " . ($settings["article_forge_rearrange_sentence"] === "0" ? "selected " : '') . "value="0">Disabled</option>"; echo "<option " . ($settings["article_forge_rearrange_sentence"] === "1" ? "selected " : '') . "value="1">Enabled</option>"; echo "                                </select>\xd\xa                                <p class="description">This option is not supported since ArticleForge API version 3.0.</p>\xd\xa                            </td>\xd\xa                        </tr>                                 \xd\xa                        <tr>
\xa                            <th>"; $this->showChangeBox($change_selected, "article_forge_position"); echo "Article position</th>\xd\xa                            <td>\xd\xa                                <select name="article_forge_position">\xd
                                    "; echo "<option " . ($settings["article_forge_position"] === "replace" ? "selected " : '') . "value="replace">Replace the post content</option>"; echo "<option " . ($settings["article_forge_position"] === "above" ? "selected " : '') . "value="above">Above the post content</option>"; echo "<option " . ($settings["article_forge_position"] === "below" ? "selected " : '') . "value="below">Below the post content</option>"; echo "                                </select>\xd
                            </td>\xd\xa                        </tr>    
\xa                        <tr>\xd\xa                            <th>"; $this->showChangeBox($change_selected, "article_forge_image"); echo "Image probability</th>\xd\xa                            <td>
                                <select name="article_forge_image">
\xa                                    "; $i = 0; WbzKH: if (!($i <= 10)) { goto l7QlL; } echo "<option " . ($settings["article_forge_image"] == $i / 10 ? "selected " : '') . "value="" . $i / 10 . "">" . $i * 10 . "%</option>"; a0wkz: $i++; goto WbzKH; l7QlL: echo "                                </select>\xd\xa                                <p class="description">The probability of adding an image into the article.</p>
\xa                            </td>
\xa                        </tr>                                  \xd\xa                        <tr>\xd\xa                            <th>"; $this->showChangeBox($change_selected, "article_forge_video"); echo "Video probability</th>
                            <td>\xd
                                <select name="article_forge_video">
\xa                                    "; $i = 0; r7_mD: if (!($i <= 10)) { goto zw5MA; } echo "<option " . ($settings["article_forge_video"] == $i / 10 ? "selected " : '') . "value="" . $i / 10 . "">" . $i * 10 . "%</option>"; ZiWOS: $i++; goto r7_mD; zw5MA: echo "                                </select>
                                <p class="description">The probability of adding a video into the article.</p>\xd
                            </td>\xd\xa                        </tr>   
\xa                        <tr>
                            <th>"; $this->showChangeBox($change_selected, "article_forge_shuffle_paragraphs"); echo "Shuffle paragraphs</th>
\xa                            <td>
\xa                                <select name="article_forge_shuffle_paragraphs">\xd\xa                                    "; echo "<option " . ($settings["article_forge_shuffle_paragraphs"] === "0" ? "selected " : '') . "value="0">Disabled</option>"; echo "<option " . ($settings["article_forge_shuffle_paragraphs"] === "1" ? "selected " : '') . "value="1">Enabled</option>"; echo "                                </select>\xd\xa                                <p class="description">This option is not supported since ArticleForge API version 3.0.</p>\xd\xa                            </td>
\xa                        </tr>                                  
                        <tr>\xd
                            <th>"; $this->showChangeBox($change_selected, "article_forge_title"); echo "Article title</th>
\xa                            <td>\xd\xa                                <select name="article_forge_title">
\xa                                    "; echo "<option " . ($settings["article_forge_title"] === "original" ? "selected " : '') . "value="original">Leave the original post title</option>"; echo "<option " . ($settings["article_forge_title"] === "generated" ? "selected " : '') . "value="generated">Use the Article Forge generated title</option>"; echo "                                </select>\xd
                            </td>\xd
                        </tr>\xd\xa                    </table>
                </div>    \xd\xa            </div>   \xd
\xd
            <div id="image_generation" class="tab_content">
\xa                \xd\xa                <br>\xd\xa                <p>Configure basic media enrichment using Google Images, Pixabay, DALL&#x2219;E, Stable Diffusion, and YouTube.</p>\xd\xa                <p>For advanced post customization, go to the "Advanced" tab and use the <a href="https://www.cyberseo.net/content-syndicator/#templates" target="_blank">Post content</a> template box,
\xa                    which gives you full control over this process.<br></p>\xd\xa                
                <table class="form-table "; if (!$change_selected) { goto W7YZ3; } echo "cseo-form"; W7YZ3: echo "">
\xa\xd
                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "openai_image_position"); echo "DALL&#x2219;E image position</th>
                        <td>
\xa                            <select name="openai_image_position" id="openai_image_position" onchange="cseoOpenAiImage();">\xd\xa                                "; echo "<option " . ($settings["openai_image_position"] === "no_image" ? "selected " : '') . "value="no_image">none</option>"; echo "<option " . ($settings["openai_image_position"] === "above_content" ? "selected " : '') . "value="above_content">above content</option>"; echo "<option " . ($settings["openai_image_position"] === "below_content" ? "selected " : '') . "value="below_content">below content</option>"; echo "<option " . ($settings["openai_image_position"] === "thumb" ? "selected " : '') . "value="thumb">store in the custom field "thumb"</option>"; echo "                            </select>
                        </td>\xd\xa                    </tr> \xd\xa                </table>          \xd
\xd
                <div id="openai_image_settings" style="display: none;">\xd\xa                    "; if ($this->credentials_set("openai")) { goto MMbyB; } echo "<p><span style="color: red;">Warning!</span> The OpenAI API key is not provided. The service is not available. Please set it on the "Accounts" page.</p>"; MMbyB: echo "\xd\xa                    <table class="cseo-box">\xd
                        <tr>
                            <td>\xd\xa                                <table class="form-table "; if (!$change_selected) { goto u2QUs; } echo "cseo-form"; u2QUs: echo "">
                                    
                                    <tr>
                                        <th>"; $this->showChangeBox($change_selected, "openai_image_model"); echo "Model</th>
\xa                                        <td>
                                            <select name="openai_image_model">\xd\xa                                                "; echo "<option " . ($settings["openai_image_model"] === "dall-e-2" ? "selected " : '') . "value="dall-e-2">DALL-E 2</option>"; echo "<option " . ($settings["openai_image_model"] === "dall-e-3" ? "selected " : '') . "value="dall-e-3">DALL-E 3</option>"; echo "                                            </select>
\xa                                        </td>\xd\xa                                    </tr> \xd

\xa                                    <tr>\xd
                                        <th scope="row">"; $this->showChangeBox($change_selected, "openai_image_assignment"); echo "Image assignment</th>\xd
                                        <td>\xd
                                            "; echo "<textarea cols="90" rows="10" wrap="on" name="openai_image_assignment" style="margin:0;height:5em;width:100%;">" . stripslashes($settings["openai_image_assignment"]) . "</textarea>"; echo "                                            <p class="description">Enter your free-form assignment for For the DALL&#x2219;E 2 AI image generator. You can use a normal human language
\xa                                                To describe what kind of image you want to get created. The assignment is limited by 1000 characters and your imagination only.\xd\xa                                                Recommended shortcode: <code>%gpt_keyphrase%</code>.<p>\xd
                                        </td>
                                    </tr> \xd\xa\xd
                                    <tr>\xd\xa                                        <th>"; $this->showChangeBox($change_selected, "openai_image_size"); echo "Image size</th>\xd
                                        <td>
                                            <select name="openai_image_size">
\xa                                                "; echo "<option " . ($settings["openai_image_size"] === "256x256" ? "selected " : '') . "value="256x256">256x256 pixels</option>"; echo "<option " . ($settings["openai_image_size"] === "512x512" ? "selected " : '') . "value="512x512">512x512 pixels</option>"; echo "<option " . ($settings["openai_image_size"] === "1024x1024" ? "selected " : '') . "value="1024x1024">1024x1024 pixels</option>"; echo "                                            </select>
\xa                                        </td>
\xa                                    </tr> 
\xa
                                    <tr>\xd\xa                                        <th>"; $this->showChangeBox($change_selected, "openai_image_class"); echo "Image class</th>\xd
                                        <td>
\xa                                            "; echo "<input type="text" name="openai_image_class" value="" . $settings["openai_image_class"] . "" size="60">"; echo " \xd\xa                                        </td>
\xa                                    </tr>
                                </table>    \xd

                            </td>\xd\xa                        </tr>
\xa                    </table>   
\xa                </div>    \xd
\xd\xa                <script>
\xa                    var settings = "; echo json_encode($settings); echo ";\xd\xa\xd
                    document.addEventListener('DOMContentLoaded', function() {\xd\xa                        var modelSelect = document.querySelector('select[name="openai_image_model"]');\xd\xa                        var sizeSelect = document.querySelector('select[name="openai_image_size"]');

\xa                        modelSelect.addEventListener('change', function() {
                            while (sizeSelect.firstChild) {
                                sizeSelect.removeChild(sizeSelect.firstChild);\xd\xa                            }\xd\xa\xd
                            var options = this.value === 'dall-e-2' ? {\xd\xa                                '256x256': '256x256 pixels',\xd
                                '512x512': '512x512 pixels',
                                '1024x1024': '1024x1024 pixels'
\xa                            } : {
\xa                                '1024x1024': '1024x1024 pixels',\xd\xa                                '1792x1024': '1792x1024 pixels',\xd
                                '1024x1792': '1024x1792 pixels'\xd\xa                            };
\xd\xa                            for (var value in options) {\xd\xa                                var text = options[value];
                                var selected = settings['openai_image_size'] === value;\xd
                                var option = new Option(text, value, selected, selected);\xd\xa                                sizeSelect.appendChild(option);\xd
                            }\xd\xa                        });\xd
\xd\xa                        modelSelect.dispatchEvent(new Event('change'));
                    });\xd\xa                </script>       

                <table class="form-table "; if (!$change_selected) { goto Mn1Kk; } echo "cseo-form"; Mn1Kk: echo "">\xd\xa
\xa                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "stable_diffusion_image_position"); echo "Stable Diffusion image position</th>\xd\xa                        <td>\xd\xa                            <select name="stable_diffusion_image_position" id="stable_diffusion_image_position" onchange="cseoStableDiffusionImage();">
                                "; echo "<option " . ($settings["stable_diffusion_image_position"] === "no_image" ? "selected " : '') . "value="no_image">none</option>"; echo "<option " . ($settings["stable_diffusion_image_position"] === "above_content" ? "selected " : '') . "value="above_content">above content</option>"; echo "<option " . ($settings["stable_diffusion_image_position"] === "below_content" ? "selected " : '') . "value="below_content">below content</option>"; echo "<option " . ($settings["stable_diffusion_image_position"] === "thumb" ? "selected " : '') . "value="thumb">store in the custom field "thumb"</option>"; echo "                            </select>
\xa                        </td>
\xa                    </tr> 
\xa                </table>    
\xa
\xa                <div id="stable_diffusion_image_settings" style="display: none;">
                    "; if ($this->credentials_set("stability")) { goto jv005; } echo "<p><span style="color: red;">Warning!</span> The StabilityAI API key is not provided. The service is not available. Please set it on the "Accounts" page.</p>"; jv005: echo "
\xa                    <table class="cseo-box">\xd\xa                        <tr>
\xa                            <td>\xd

\xa                                <table class="form-table "; if (!$change_selected) { goto W6bDQ; } echo "cseo-form"; W6bDQ: echo "">\xd\xa\xd
                                    <tr>
                                        <th scope="row">"; $this->showChangeBox($change_selected, "stable_diffusion_image_description"); echo "Image description</th>\xd
                                        <td>\xd
                                            "; echo "<textarea cols="90" rows="10" wrap="on" name="stable_diffusion_image_description" style="margin:0;height:5em;width:100%;">" . stripslashes($settings["stable_diffusion_image_description"]) . "</textarea>"; echo "                                            <p class="description">Enter your Stable Diffusion image prompt here. If you leave it blank, the image will not be generated.<br> \xd
                                                Please read the basic tips on text prompt composing for Stable Diffusion AI image generator <a href="https://www.cyberseo.net/blog/stable-diffusion/" target="_blank">here</a>.\xd\xa                                                Recommended shortcode: <code>%gpt_keyphrase%</code>.<p>\xd
                                        </td>    
\xa                                    </tr>
                                    
\xa                                    <tr>\xd\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "stable_diffusion_negative_prompt"); echo "Negative prompt</th>
                                        <td>\xd\xa                                            "; echo "<textarea cols="90" rows="10" wrap="on" name="stable_diffusion_negative_prompt" style="margin:0;height:5em;width:100%;">" . stripslashes($settings["stable_diffusion_negative_prompt"]) . "</textarea>"; echo "                                            <p class="description">You put what you DON\xe2\x80\231T want to see in the negative prompt. It gives you an additional way to control text-to-image generation.<p>\xd
                                        </td>    
                                    </tr>
\xa
                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "stable_diffusion_engine"); echo "Engine</th>
\xa                                        <td>
                                            <select name="stable_diffusion_engine">\xd
                                                "; echo "<option " . ($settings["stable_diffusion_engine"] === "stable-diffusion-xl-1024-v0-9" ? "selected " : '') . "value="stable-diffusion-xl-1024-v0-9">Stable Diffusion XL v0.9</option>"; echo "<option " . ($settings["stable_diffusion_engine"] === "stable-diffusion-xl-1024-v1-0" ? "selected " : '') . "value="stable-diffusion-xl-1024-v1-0">Stable Diffusion XL v1.0</option>"; echo "<option " . ($settings["stable_diffusion_engine"] === "stable-diffusion-v1" ? "selected " : '') . "value="stable-diffusion-v1">Stable Diffusion v1.4</option>"; echo "<option " . ($settings["stable_diffusion_engine"] === "stable-diffusion-v1-5" ? "selected " : '') . "value="stable-diffusion-v1-5">Stable Diffusion v1.5</option>"; echo "<option " . ($settings["stable_diffusion_engine"] === "stable-diffusion-512-v2-0" ? "selected " : '') . "value="stable-diffusion-512-v2-0">Stable Diffusion v2.0</option>"; echo "<option " . ($settings["stable_diffusion_engine"] === "stable-diffusion-768-v2-0" ? "selected " : '') . "value="stable-diffusion-768-v2-0">Stable Diffusion v2.0-768</option>"; echo "<option " . ($settings["stable_diffusion_engine"] === "stable-diffusion-depth-v2-0" ? "selected " : '') . "value="stable-diffusion-depth-v2-0">Stable Diffusion v2.0-depth</option>"; echo "<option " . ($settings["stable_diffusion_engine"] === "stable-diffusion-512-v2-1" ? "selected " : '') . "value="stable-diffusion-512-v2-1">Stable Diffusion v2.1</option>"; echo "<option " . ($settings["stable_diffusion_engine"] === "stable-diffusion-768-v2-1" ? "selected " : '') . "value="stable-diffusion-768-v2-1">Stable Diffusion v2.1-768</option>"; echo "<option " . ($settings["stable_diffusion_engine"] === "stable-diffusion-xl-beta-v2-2-2" ? "selected " : '') . "value="stable-diffusion-xl-beta-v2-2-2">Stable Diffusion v2.2.2-XL Beta</option>"; echo "                                            </select>\xd\xa                                            <p class="description">Set the Stable Diffusion engine to use for generation.</p>\xd\xa                                        </td>
\xa                                    </tr> 
\xa
\xa                                    <tr>
                                        <th scope="row">"; $this->showChangeBox($change_selected, "stable_diffusion_clip_guidance_preset"); echo "Clip guidance preset</th>
\xa                                        <td>
\xa                                            <select name="stable_diffusion_clip_guidance_preset">\xd
                                                "; echo "<option " . ($settings["stable_diffusion_clip_guidance_preset"] === "NONE" ? "selected " : '') . "value="NONE">NONE</option>"; echo "<option " . ($settings["stable_diffusion_clip_guidance_preset"] === "FAST_BLUE" ? "selected " : '') . "value="FAST_BLUE">FAST_BLUE</option>"; echo "<option " . ($settings["stable_diffusion_clip_guidance_preset"] === "FAST_GREEN" ? "selected " : '') . "value="FAST_GREEN">FAST_GREEN</option>"; echo "<option " . ($settings["stable_diffusion_clip_guidance_preset"] === "SIMPLE" ? "selected " : '') . "value="SIMPLE">SIMPLE</option>"; echo "<option " . ($settings["stable_diffusion_clip_guidance_preset"] === "SLOW" ? "selected " : '') . "value="SLOW">SLOW</option>"; echo "<option " . ($settings["stable_diffusion_clip_guidance_preset"] === "SLOWER" ? "selected " : '') . "value="SLOWER">SLOWER</option>"; echo "<option " . ($settings["stable_diffusion_clip_guidance_preset"] === "SLOWEST" ? "selected " : '') . "value="SLOWEST">SLOWEST</option>"; echo "                                            </select>
                                        </td>
\xa                                    </tr> \xd

\xa                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "stable_diffusion_cfg_scale"); echo "cfg scale</th>
                                        <td>\xd\xa                                            "; echo "<input type="text" name="stable_diffusion_cfg_scale" value="" . stripslashes($settings["stable_diffusion_cfg_scale"]) . "" size="4">"; echo "                                            <p class="description">number <code>[0..35]</code>. Default: <code>7</code>. How strictly the diffusion process adheres to the prompt text (higher values keep
\xa                                                your image closer to your prompt)</p>\xd
                                        </td>
                                    </tr>  
\xd
                                    <tr>\xd
                                        <th scope="row">"; $this->showChangeBox($change_selected, "stable_diffusion_style_preset"); echo "Style preset</th>
                                        <td>
\xa                                            <select name="stable_diffusion_style_preset">\xd\xa                                                "; echo "<option " . ($settings["stable_diffusion_style_preset"] === "3d-model" ? "selected " : '') . "value="3d-model">3d-model</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "analog-film" ? "selected " : '') . "value="analog-film">analog-film</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "anime" ? "selected " : '') . "value="anime">anime</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "cinematic" ? "selected " : '') . "value="3d-model">cinematic</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "comic-book" ? "selected " : '') . "value="comic-book">comic-book</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "digital-art" ? "selected " : '') . "value="digital-art">digital-art</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "enhance" ? "selected " : '') . "value="enhance">enhance</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "fantasy-art" ? "selected " : '') . "value="fantasy-art">fantasy-art</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "isometric" ? "selected " : '') . "value="isometric">isometric</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "line-art" ? "selected " : '') . "value="line-art">line-art</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "low-poly" ? "selected " : '') . "value="low-poly">low-poly</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "modeling-compound" ? "selected " : '') . "value="modeling-compound">modeling-compound</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "neon-punk" ? "selected " : '') . "value="neon-punk">neon-punk</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "origami" ? "selected " : '') . "value="origami">origami</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "photographic" ? "selected " : '') . "value="photographic">photographic</option>"; echo "<option " . ($settings["stable_diffusion_style_preset"] === "pixel-art" ? "selected " : '') . "value="pixel-art">pixel-art</option>"; echo "                                            </select>
                                            <p class="description">Pass in a style preset to guide the image model towards a particular style. The style presets are only effective when an XL engine is selected.\xd\xa                                                This list of style presets is subject to change.</p>\xd
                                        </td>\xd
                                    </tr> 

                                    <tr>\xd
                                        <th scope="row">"; $this->showChangeBox($change_selected, "stable_diffusion_sampler"); echo "Sampler</th>\xd
                                        <td>\xd
                                            <select name="stable_diffusion_sampler">\xd\xa                                                "; echo "<option " . ($settings["stable_diffusion_sampler"] === '' ? "selected " : '') . "value="">AUTO</option>"; echo "<option " . ($settings["stable_diffusion_sampler"] === "DDIM" ? "selected " : '') . "value="DDIM">DDIM</option>"; echo "<option " . ($settings["stable_diffusion_sampler"] === "DDPM" ? "selected " : '') . "value="DDPM">DDPM</option>"; echo "<option " . ($settings["stable_diffusion_sampler"] === "K_DPMPP_2M" ? "selected " : '') . "value="K_DPMPP_2M">K_DPMPP_2M</option>"; echo "<option " . ($settings["stable_diffusion_sampler"] === "K_DPMPP_2S_ANCESTRAL" ? "selected " : '') . "value="K_DPMPP_2S_ANCESTRAL">K_DPMPP_2S_ANCESTRAL</option>"; echo "<option " . ($settings["stable_diffusion_sampler"] === "K_DPM_2" ? "selected " : '') . "value="K_DPM_2">K_DPM_2</option>"; echo "<option " . ($settings["stable_diffusion_sampler"] === "K_DPM_2_ANCESTRAL" ? "selected " : '') . "value="K_DPM_2_ANCESTRAL">K_DPM_2_ANCESTRAL</option>"; echo "<option " . ($settings["stable_diffusion_sampler"] === "K_EULER" ? "selected " : '') . "value="K_EULER">K_EULER</option>"; echo "<option " . ($settings["stable_diffusion_sampler"] === "K_EULER_ANCESTRAL" ? "selected " : '') . "value="K_EULER_ANCESTRAL">K_EULER_ANCESTRAL</option>"; echo "<option " . ($settings["stable_diffusion_sampler"] === "K_HEUN" ? "selected " : '') . "value="K_HEUN">K_HEUN</option>"; echo "<option " . ($settings["stable_diffusion_sampler"] === "K_LMS" ? "selected " : '') . "value="K_LMS">K_LMS</option>"; echo "                                            </select>
\xa                                            <p class="description">Which sampler to use for the diffusion process. If "AUTO" is selected, an appropriate sampler will be selected for you automatically.</p>
\xa                                        </td>\xd
                                    </tr> 

\xa                                    <tr>\xd\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "stable_diffusion_steps"); echo "Steps</th>
                                        <td>\xd
                                            "; echo "<input type="text" name="stable_diffusion_steps" value="" . stripslashes($settings["stable_diffusion_steps"]) . "" size="4">"; echo "                                            <p class="description">Number of diffusion steps to run: <code>[10..150]</code>. Default: <code>50</code>.</p>\xd\xa                                        </td>
                                    </tr>
\xa\xd
                                    <tr>\xd
                                        <th scope="row">"; $this->showChangeBox($change_selected, "stable_diffusion_image_size"); echo "Image size</th>\xd\xa                                        <td>
\xa                                            "; echo "<input type="text" name="stable_diffusion_width" value="" . stripslashes($settings["stable_diffusion_width"]) . "" size="4"> x "; echo "<input type="text" name="stable_diffusion_height" value="" . stripslashes($settings["stable_diffusion_height"]) . "" size="4"> px"; echo "                                            <p class="description">Width <code>[512..2048 ]</code> and height <code>[512..2048 ]</code> of the image (note: height * width must be <= 1 Megapixel).</p>\xd\xa                                        </td>\xd\xa                                    </tr>  \xd

\xa                                    <tr>\xd
                                        <th>"; $this->showChangeBox($change_selected, "stable_diffusion_image_class"); echo "Image class</th>
\xa                                        <td>
                                            "; echo "<input type="text" name="stable_diffusion_image_class" value="" . $settings["stable_diffusion_image_class"] . "" size="60">"; echo " \xd
                                        </td>
                                    </tr>
\xa
\xa                                </table>
\xa
\xa                            <td>
                        </tr>
                    </table>
                </div>    

                <table class="form-table "; if (!$change_selected) { goto eMTVV; } echo "cseo-form"; eMTVV: echo "">\xd\xa                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "pixabay_image_position"); echo "Pixabay image position</th>\xd
                        <td>
\xa                            <select name="pixabay_image_position" id="pixabay_image_position" onchange="cseoPixabayImage();">\xd
                                "; echo "<option " . ($settings["pixabay_image_position"] === "no_image" ? "selected " : '') . "value="no_image">none</option>"; echo "<option " . ($settings["pixabay_image_position"] === "above_content" ? "selected " : '') . "value="above_content">above content</option>"; echo "<option " . ($settings["pixabay_image_position"] === "below_content" ? "selected " : '') . "value="below_content">below content</option>"; echo "<option " . ($settings["pixabay_image_position"] === "thumb" ? "selected " : '') . "value="thumb">store in the custom field "thumb"</option>"; echo "                            </select>
\xa                        </td>
                    </tr> 
\xa                </table>    \xd

\xa                <div id="pixabay_image_settings" style="display: none;">\xd\xa                    "; if ($this->credentials_set("pixabay")) { goto ftX1D; } echo "<p><span style="color: red;">Warning!</span> The Pixabay API key is not provided. The service is not available. Please set it on the "Accounts" page.</p>"; ftX1D: echo "
\xa                    <table class="cseo-box">\xd
                        <tr>
                            <td>\xd\xa                                <table class="form-table "; if (!$change_selected) { goto VYkcf; } echo "cseo-form"; VYkcf: echo "">
\xd\xa                                    <tr>
\xa                                        <th>"; $this->showChangeBox($change_selected, "pixabay_q"); echo "Query</th>
                                        <td>
\xa                                            "; echo "<input style="width: 100%;" type="text" name="pixabay_q" value="" . $settings["pixabay_q"] . "" size="80">"; echo "                                            <p class="description">You can use placeholders here, but the chances of Pixabay finding a suitable image for a post title are about zero. You can also use commas to separate your
\xa                                            list of keywords. In this case, a random keyword will be chosen.
\xa                                            Recommended placeholders: <code>%categories%</code> and <code>%gpt_keywords%</code>.</p>\xd
                                        </td>
\xa                                    </tr>\xd

                                    <tr>
\xa                                        <th>"; $this->showChangeBox($change_selected, "pixabay_lang"); echo "Query language</th>\xd\xa                                        <td>\xd
                                            <select name="pixabay_lang">\xd
                                                "; echo "<option " . ($settings["pixabay_lang"] === "en" ? "selected " : '') . "value="en">en</option>"; echo "<option " . ($settings["pixabay_lang"] === "cs" ? "selected " : '') . "value="cs">cs</option>"; echo "<option " . ($settings["pixabay_lang"] === "da" ? "selected " : '') . "value="da">da</option>"; echo "<option " . ($settings["pixabay_lang"] === "de" ? "selected " : '') . "value="de">de</option>"; echo "<option " . ($settings["pixabay_lang"] === "es" ? "selected " : '') . "value="es">es</option>"; echo "<option " . ($settings["pixabay_lang"] === "fr" ? "selected " : '') . "value="fr">fr</option>"; echo "<option " . ($settings["pixabay_lang"] === "id" ? "selected " : '') . "value="id">id</option>"; echo "<option " . ($settings["pixabay_lang"] === "it" ? "selected " : '') . "value="it">it</option>"; echo "<option " . ($settings["pixabay_lang"] === "hu" ? "selected " : '') . "value="hu">hu</option>"; echo "<option " . ($settings["pixabay_lang"] === "nl" ? "selected " : '') . "value="nl">nl</option>"; echo "<option " . ($settings["pixabay_lang"] === "no" ? "selected " : '') . "value="no">no</option>"; echo "<option " . ($settings["pixabay_lang"] === "pl" ? "selected " : '') . "value="pl">pl</option>"; echo "<option " . ($settings["pixabay_lang"] === "pt" ? "selected " : '') . "value="pt">pt</option>"; echo "<option " . ($settings["pixabay_lang"] === "ro" ? "selected " : '') . "value="ro">ro</option>"; echo "<option " . ($settings["pixabay_lang"] === "sk" ? "selected " : '') . "value="sk">sk</option>"; echo "<option " . ($settings["pixabay_lang"] === "fi" ? "selected " : '') . "value="fi">fi</option>"; echo "<option " . ($settings["pixabay_lang"] === "sv" ? "selected " : '') . "value="sv">sv</option>"; echo "<option " . ($settings["pixabay_lang"] === "tr" ? "selected " : '') . "value="tr">tr</option>"; echo "<option " . ($settings["pixabay_lang"] === "vi" ? "selected " : '') . "value="vi">vi</option>"; echo "<option " . ($settings["pixabay_lang"] === "th" ? "selected " : '') . "value="th">th</option>"; echo "<option " . ($settings["pixabay_lang"] === "bg" ? "selected " : '') . "value="bg">bg</option>"; echo "<option " . ($settings["pixabay_lang"] === "ru" ? "selected " : '') . "value="ru">ru</option>"; echo "<option " . ($settings["pixabay_lang"] === "el" ? "selected " : '') . "value="el">el</option>"; echo "<option " . ($settings["pixabay_lang"] === "ja" ? "selected " : '') . "value="ja">ja</option>"; echo "<option " . ($settings["pixabay_lang"] === "ko" ? "selected " : '') . "value="ko">ko</option>"; echo "<option " . ($settings["pixabay_lang"] === "zh" ? "selected " : '') . "value="zh">zh</option>"; echo "                                            </select>
\xa                                        </td>
                                    </tr>\xd

                                    <tr>\xd
                                        <th>"; $this->showChangeBox($change_selected, "pixabay_image_type"); echo "Type</th>
\xa                                        <td>
                                            <select name="pixabay_image_type">
                                                "; echo "<option " . ($settings["pixabay_image_type"] === "all" ? "selected " : '') . "value="all">all</option>"; echo "<option " . ($settings["pixabay_image_type"] === "photo" ? "selected " : '') . "value="photo">photo</option>"; echo "<option " . ($settings["pixabay_image_type"] === "illustration" ? "selected " : '') . "value="illustration">illustration</option>"; echo "                                            </select>
                                        </td>
                                    </tr>\xd\xa
\xa                                    <tr>\xd\xa                                        <th>"; $this->showChangeBox($change_selected, "pixabay_orientation"); echo "Orientation</th>
\xa                                        <td>
\xa                                            <select name="pixabay_orientation">\xd
                                                "; echo "<option " . ($settings["pixabay_orientation"] === "all" ? "selected " : '') . "value="all">all</option>"; echo "<option " . ($settings["pixabay_orientation"] === "horizontal" ? "selected " : '') . "value="horizontal">horizontal</option>"; echo "<option " . ($settings["pixabay_orientation"] === "vertical" ? "selected " : '') . "value="vertical">vertical</option>"; echo "                                            </select>
                                        </td>\xd\xa                                    </tr>\xd
\xd\xa                                    <tr>
                                        <th>"; $this->showChangeBox($change_selected, "pixabay_min_width"); echo "Min width</th>\xd
                                        <td>\xd\xa                                            "; echo "<input type="text" name="pixabay_min_width" value="" . $settings["pixabay_min_width"] . "" size="4">"; echo " 
                                        </td>
\xa                                    </tr>
\xd\xa                                    <tr>
                                        <th>"; $this->showChangeBox($change_selected, "pixabay_min_height"); echo "Min height</th>
\xa                                        <td>
                                            "; echo "<input type="text" name="pixabay_min_height" value="" . $settings["pixabay_min_height"] . "" size="4">"; echo " 
                                        </td>\xd
                                    </tr>

\xa                                    <tr>
                                        <th>"; $this->showChangeBox($change_selected, "pixabay_choose"); echo "Image number to choose</th>\xd\xa                                        <td>
\xa                                            "; echo "<input type="text" name="pixabay_choose" value="" . $settings["pixabay_choose"] . "" size="4">"; echo " \xd
                                            <p class="description">Set the image number from 1 to 200, to be chosen from the Pixabay search results. Use <code>0</code> to choose a random one.</p>
\xa                                        </td>\xd\xa                                    </tr>\xd\xa
\xa                                    <tr>
\xa                                        <th>"; $this->showChangeBox($change_selected, "pixabay_image_class"); echo "Image class</th>\xd\xa                                        <td>
\xa                                            "; echo "<input type="text" name="pixabay_image_class" value="" . $settings["pixabay_image_class"] . "" size="60">"; echo " 
                                        </td>\xd
                                    </tr>
\xa                                </table>  \xd\xa
\xa                            <td>
\xa                        </tr>
                    </table>\xd
                </div> 
\xa                
                <table class="form-table "; if (!$change_selected) { goto uaEH0; } echo "cseo-form"; uaEH0: echo "">\xd
                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "google_image_position"); echo "Google image position</th>
\xa                        <td>\xd
                            <select name="google_image_position" id="google_image_position" onchange="cseoGoogleImage();">\xd
                                "; echo "<option " . ($settings["google_image_position"] === "no_image" ? "selected " : '') . "value="no_image">none</option>"; echo "<option " . ($settings["google_image_position"] === "above_content" ? "selected " : '') . "value="above_content">above content</option>"; echo "<option " . ($settings["google_image_position"] === "below_content" ? "selected " : '') . "value="below_content">below content</option>"; echo "<option " . ($settings["google_image_position"] === "thumb" ? "selected " : '') . "value="thumb">store in the custom field "thumb"</option>"; echo "                            </select>
                        </td>\xd
                    </tr> \xd
                </table>          \xd\xa
                <div id="google_image_settings" style="display: none;">
\xa\xd\xa                    <table class="cseo-box">
                        <tr>
                            <td>\xd
                                <table class="form-table "; if (!$change_selected) { goto eQdIf; } echo "cseo-form"; eQdIf: echo "">\xd
\x9		\x9\x9\x9		
                                    <tr>
\xa                                        <th>"; $this->showChangeBox($change_selected, "google_image_query"); echo "Google search query</th>\xd\xa                                        <td>
\xa                                            "; echo "<input type="text" style="width: 100%;" name="google_image_query" value="" . $settings["google_image_query"] . "">"; echo " \xd\xa                                            <p class="description">Enter your Google image search query here. Note that the plugin will only search for images with Creative Commons licenses.\xd
                                            Recommended placeholders: <code>%post_title%</code>, <code>%gpt_keyphrase%</code>, <code>%categories%</code> and <code>%gpt_keywords%</code>.</p>
\xa                                        </td>
                                    </tr>
\xa                                    \xd\xa                                    <tr>\xd\xa                                        <th>"; $this->showChangeBox($change_selected, "google_min_width"); echo "Min width</th>
                                        <td>\xd\xa                                            "; echo "<input type="text" name="google_min_width" value="" . $settings["google_min_width"] . "" size="4">"; echo " 
\xa                                        </td>
                                    </tr>\xd\xa\xd\xa                                    <tr>\xd
                                        <th>"; $this->showChangeBox($change_selected, "google_min_height"); echo "Min height</th>
                                        <td>\xd\xa                                            "; echo "<input type="text" name="google_min_height" value="" . $settings["google_min_height"] . "" size="4">"; echo " \xd
                                        </td>\xd\xa                                    </tr>\xd\xa
\xa                                    <tr>\xd\xa                                        <th>"; $this->showChangeBox($change_selected, "google_image_class"); echo "Image class</th>
\xa                                        <td>\xd\xa                                            "; echo "<input type="text" name="google_image_class" value="" . $settings["google_image_class"] . "" size="60">"; echo " \xd\xa                                        </td>\xd\xa                                    </tr>
\xa\xd\xa                                </table>    \xd\xa\xd
                            </td>\xd\xa                        </tr>
\xa                    </table>   
\xa                </div>         
\xa                
                <table class="form-table "; if (!$change_selected) { goto ZHBf0; } echo "cseo-form"; ZHBf0: echo "">\xd
                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "youtube_position"); echo "YouTube video position</th>\xd\xa                        <td>\xd\xa                            <select name="youtube_position" id="youtube_position" onchange="cseoYouTubeVideo();">\xd
                                "; echo "<option " . ($settings["youtube_position"] === "no_image" ? "selected " : '') . "value="no_image">none</option>"; echo "<option " . ($settings["youtube_position"] === "above_content" ? "selected " : '') . "value="above_content">above content</option>"; echo "<option " . ($settings["youtube_position"] === "below_content" ? "selected " : '') . "value="below_content">below content</option>"; echo "<option " . ($settings["youtube_position"] === "thumb" ? "selected " : '') . "value="thumb">store in the custom field "thumb"</option>"; echo "                            </select>
\xa                        </td>\xd\xa                    </tr> \xd\xa                </table>          
\xd\xa                <div id="youtube_settings" style="display: none;">
\xd
                    <table class="cseo-box">
                        <tr>\xd\xa                            <td>
                                <table class="form-table "; if (!$change_selected) { goto P5TGC; } echo "cseo-form"; P5TGC: echo "">\xd
\x9		\x9\x9\x9		
                                    <tr>\xd
                                        <th>"; $this->showChangeBox($change_selected, "youtube_query"); echo "YouTube search query</th>
\xa                                        <td>\xd\xa                                            "; echo "<input type="text" style="width: 100%;" name="youtube_query" value="" . $settings["youtube_query"] . "">"; echo " \xd
                                            <p class="description">Enter your YouTube search query here. Recommended placeholders: <code>%post_title%</code>, <code>%gpt_keyphrase%</code>.</p>
\xa                                        </td>
\xa                                    </tr>\xd
\xd\xa                                </table>    \xd
\xd
                            </td>\xd
                        </tr>
                    </table>   \xd\xa                </div>\xd\xa\xd\xa                <table style="display: none;" class="form-table "; if (!$change_selected) { goto ZwQKO; } echo "cseo-form"; ZwQKO: echo "">\xd
                    <tr>
\xa                        <th scope="row" style="color: #888;">"; $this->showChangeBox($change_selected, "ai_image_position"); echo "AI-selected image position</th>
                        <td>\xd
                            <select name="ai_image_position" id="ai_image_position" style="color: #888;" onchange="cseoAiImage();">
                                "; echo "<option " . ($settings["ai_image_position"] === "no_image" ? "selected " : '') . "value="no_image">none</option>"; echo "<option " . ($settings["ai_image_position"] === "above_content" ? "selected " : '') . "value="above_content">above content</option>"; echo "<option " . ($settings["ai_image_position"] === "below_content" ? "selected " : '') . "value="below_content">below content</option>"; echo "<option " . ($settings["ai_image_position"] === "thumb" ? "selected " : '') . "value="thumb">store in the custom field "thumb"</option>"; echo "                            </select>\xd\xa                            <p class="description"><span style="color: red;">&#x26A0;</span> This option is obsolete and is only included for reasons of backward compatibility with older versions of the plugin. 
\xa                                It's recommended to use the <code>%gpt_keywords%</code> shortcode in "Pixabay" and "Google image" menus, or
\xa                                <code>%gpt_keyphrase%</code> shortcode in "DALL\xe2\x88\231E" and "Stable Diffusion" menus for better results.</p>
\xa                        </td>
\xa                    </tr> 
                </table>   
\xa                \xd
                <div id="ai_image_settings" style="display: none;">\xd\xa\xd\xa                    <p>The plugin analyzes your article and uses AI to select the most suitable image from Pixabay or Google image with a Creative Commons license.</p>    

                    "; if ($this->credentials_set("openai")) { goto R19Db; } echo "<p><span style="color: red;">Warning!</span> The OpenAI API key is not provided. The service is not available. Please set it on the "Accounts" page.</p>"; R19Db: echo "\xd\xa                    <table class="cseo-box">\xd\xa                        <tr>\xd
                            <td>\xd\xa                                <table class="form-table "; if (!$change_selected) { goto l4rv2; } echo "cseo-form"; l4rv2: echo "">

\xa                                    <tr>\xd
                                        <th>"; $this->showChangeBox($change_selected, "ai_image_gpt_source"); echo "Preferred GPT image source</th>
                                        <td>
\xa                                            <select name="ai_image_gpt_source">
                                                "; echo "<option " . ($settings["ai_image_gpt_source"] === "pixabay" ? "selected " : '') . "value="pixabay">Pixabay</option>"; echo "<option " . ($settings["ai_image_gpt_source"] === "google_image_search" ? "selected " : '') . "value="google_image_search">Google Image seacrh results</option>"; echo "                                            </select>\xd\xa                                            <p class="description">Select the preferred source for GPT image search.</p>\xd
                                        </td>    \xd\xa                                    </tr>\xd

                                    <tr>
\xa                                        <th>"; $this->showChangeBox($change_selected, "ai_image_class"); echo "Image class</th>\xd\xa                                        <td>
\xa                                            "; echo "<input type="text" name="ai_image_class" value="" . $settings["ai_image_class"] . "" size="60">"; echo " 
                                        </td>
\xa                                    </tr>
\xd
                                </table>    
\xd
                            </td>\xd
                        </tr>
                    </table>   \xd
                </div>\xd\xa
            </div>   
\xa\xd
            <div id="media_handling" class="tab_content">       
\xa                <br>
                <table class="form-table "; if (!$change_selected) { goto Bkds0; } echo "cseo-form"; Bkds0: echo "">\xd
                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "store_images"); echo "Store images locally</th>\xd\xa                        <td>"; echo "<input type="checkbox" name="store_images" id="store_images" " . ($settings["store_images"] === "on" ? "checked " : '') . ">"; echo "                            <label for="store_images">if checked, all images will be copied into the default uploads folder.</label>
\xa                        </td>\xd\xa                    </tr>    \xd\xa\xd
                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "add_to_media_library"); echo "Add to the Media Library</th>
                        <td>"; echo "<input type="checkbox" name="add_to_media_library" id="add_to_media_library" " . ($settings["add_to_media_library"] === "on" ? "checked " : '') . ">"; echo "                            <label for="add_to_media_library">if checked, all images will be added to the WordPress Media Library.</label>\xd\xa                            <p class="description"><span style="color: red;">&#x26A0;</span> Do not enable the "Add to Media Library" option without a reason. This is a resource-intensive operation and it wasting disk space on your server.</p>\xd
                        </td>\xd\xa                    </tr> 
\xd
                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "store_base64_encoded_images"); echo "Store base64-encoded images</th>
\xa                        <td>"; echo "<input type="checkbox" name="store_base64_encoded_images" id="store_base64_encoded_images" " . ($settings["store_base64_encoded_images"] === "on" ? "checked " : '') . ">"; echo "                            <label for="store_base64_encoded_images">if this option and <strong>Store images locally</strong> are enabled, all the base64-encoded images will be saved as regular image files (.jpg, .png, .gif etc).</label>\xd
                        </td>
                    </tr>                            \xd\xa
                    <tr>\xd\xa                        <th scope="row"><a name="media-attachments"></a>"; $this->showChangeBox($change_selected, "insert_media_attachments"); echo "Media attachments</th>
\xa                        <td>
                            <select name="insert_media_attachments">
                                "; echo "<option " . ($settings["insert_media_attachments"] === "no" ? "selected " : '') . "value="no">Do not insert attachments</option>"; echo "<option " . ($settings["insert_media_attachments"] === "top" ? "selected " : '') . "value="top">Insert attachments at the top of the post</option>"; echo "<option " . ($settings["insert_media_attachments"] === "bottom" ? "selected " : '') . "value="bottom">Insert attachments at the bottom of the post</option>"; echo "                            </select>
                            <p class="description">If enabled the CyberSEO Pro syndicator inserts media attachments (if available) into the aggregating post. The
                                following types of attachments are supported: <code>&lt;media:content&gt;</code>, <code>&lt;media:thumbnail&gt;</code> and <code>&lt;enclosure&gt;.</code>
\xa                                All the aggregated images will contain <code>class="media_thumbnail"</code> in the <code>&lt;img&gt;</code> tag.</p>
\xa                        </td>
                    </tr>              

                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "set_thumbnail"); echo "Post thumbnails</th>\xd
                        <td>\xd\xa                            <select id="set_thumbnail" name="set_thumbnail" onchange="cseoSetThumbnail();">
                                "; echo "<option " . ($settings["set_thumbnail"] === "no_thumb" ? "selected " : '') . "value="no_thumb">Do not create</option>"; echo "<option " . ($settings["set_thumbnail"] === "first_image" ? "selected " : '') . "value="first_image">Create from the first post image</option>"; echo "<option " . ($settings["set_thumbnail"] === "last_image" ? "selected " : '') . "value="last_image">Create from the last post image</option>"; echo "<option " . ($settings["set_thumbnail"] === "random_image" ? "selected " : '') . "value="random_image">Create from a random post image</option>"; echo "<option " . ($settings["set_thumbnail"] === "media_attachment" ? "selected " : '') . "value="media_attachment">Create from the image media attachment</option>"; echo "<option " . ($settings["set_thumbnail"] === "thumb_field" ? "selected " : '') . "value="thumb_field">Create from the "thumb" custom field</option>"; echo "<option " . ($settings["set_thumbnail"] === "gpt_image" ? "selected " : '') . "value="gpt_image">Find a relevant image using GPT</option>"; echo "<option " . ($settings["set_thumbnail"] === "alternative_image" ? "selected " : '') . "value="alternative_image">Use the alternative image source</option>"; echo "                            </select>
                            <p class="description">Select the source image for the post thumbnail.</p>
\xa                        </td>\xd\xa                    </tr>\xd\xa
                    <tr id="preferred_gpt_image_source_box" style="display: none;">\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "preferred_gpt_image_source"); echo "</th>\xd\xa                        <td>\xd
                            <div class="cseo-box" style="padding: 8px;">\xd
                                <strong>Preferred GPT image source</strong> &nbsp;
\xa                                <select name="preferred_gpt_image_source">\xd\xa                                    "; echo "<option " . ($settings["preferred_gpt_image_source"] === "pixabay" ? "selected " : '') . "value="pixabay">Pixabay</option>"; echo "<option " . ($settings["preferred_gpt_image_source"] === "google_image_search" ? "selected " : '') . "value="google_image_search">Google Image seacrh results</option>"; echo "                                </select>
                                <p class="description">Select the preferred source for GPT image search.</p>\xd\xa                            </div>
                        </td>
\xa                    </tr>\xd\xa
                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "use_fifu"); echo "Use FIFU</th>
                        <td>"; echo "<input type="checkbox" name="use_fifu" id="use_fifu" " . ($settings["use_fifu"] === "on" ? "checked " : '') . ">"; echo "<label for="use_fifu">when checked, the post thumbnail won't be stored locally. It will be hotlinked and displayed by the <a href="https://www.cyberseo.net/partners/fifu.php" target="_blank">FIFU</a> plugin, which must be installed and activated.</label>"; if (!function_exists("fifu_dev_set_image")) { echo "<p class="description" id="fifu_warning"><span style="color: red;">&#x26A0;</span> FIFU is not detected. If you enable this option, the post thumbnail will not be generated. Please install and activate FIFU first.</p>"; } echo "                        </td>\xd\xa                    </tr>       \xd

                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "alt_post_thumbnail_src"); echo "Alternative thumbnail source</th>
\xa                        <td>
                            "; echo "<input type="text" name="alt_post_thumbnail_src" style="margin:0;width:100%;" value="" . stripslashes($settings["alt_post_thumbnail_src"]) . "" size="20">"; echo "                            <p class="description">The alternative post thumbnail source for the case if the source image was not found. You can set here \xd
                                your default image URL or use the <code>%pixabay[KEYWORD]%</code> and <code>%random_image[KEYWORD]%</code> <a href="https://www.cyberseo.net/content-syndicator/#templates" target="_blank">placeholders</a>.\xd
                                E.g.: <code>%pixabay[blue sky]%</code>, <code>%pixabay[%categories%]%</code>, <code>%pixabay[%gpt_keywords%]%</code>, <code>%random_image[%post_title%]%</code>, <code>%random_image[%gpt_keyphrase%]%</code> etc.\xd
                                This field will be ignored if the "Post thumbnails" option is set to "do not generate".</p>
                        </td>
                    </tr>         \xd
\xd\xa                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "thumb_src_sizes"); echo "Thumbnail source size</th>\xd\xa                        <td>
                            "; echo "min width: <input type="text" name="thumb_src_min_width" value="" . $settings["thumb_src_min_width"] . "" size="5"> &nbsp; "; echo "max width: <input type="text" name="thumb_src_max_width" value="" . $settings["thumb_src_max_width"] . "" size="5"> &nbsp; "; echo "min height: <input type="text" name="thumb_src_min_height" value="" . $settings["thumb_src_min_height"] . "" size="5"> &nbsp; "; echo "max height: <input type="text" name="thumb_src_max_height" value="" . $settings["thumb_src_max_height"] . "" size="5">"; echo "                            <p class="description">Set minimum and maximum thumbnail source image size in pixels. If the source image is smaller than a minumum limit or larger than a maximum one,\xd\xa                                the post thumbnail will not be generated. This helps to sort out the posts with very small images when the post thumbnail is required.\xd
                                Use <code>0</code> if you don't want to limit the thumbnail source image by size.</p>
\xa                        </td>\xd\xa                    </tr>                         
\xd
                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "require_thumbnail"); echo "Post thumbnail is required</th>\xd
                        <td>"; echo "<input type="checkbox" name="require_thumbnail" id="require_thumbnail" " . ($settings["require_thumbnail"] === "on" ? "checked " : '') . ">"; echo "                            <label for="require_thumbnail">if the plugin will not be able to create post thumbnail as specified above (e.g. the source image is missing or broken), the post will not be published.</label>
                        </td>
                    </tr>       
\xa\xd\xa                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "store_videos"); echo "Store videos locally</th>
\xa                        <td>"; echo "<input type="checkbox" name="store_videos" id="store_videos" " . ($settings["store_videos"] === "on" ? "checked " : '') . ">"; echo "                            <label for="store_videos">if checked, all videos will be copied into the default uploads folder. The following video extensions are supported: mp4, m4v, mov, wmv, avi, mpg, ogv, 3gp, 3g2.</label>
                        </td>\xd\xa                    </tr>                            \xd
\xd
                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "use_video_custom_filed"); echo "Use "video" custom field</th>\xd\xa                        <td>\xd
                            <select name="use_video_custom_filed">
\xa                                "; echo "<option " . ($settings["use_video_custom_filed"] === "no" ? "selected " : '') . "value="no">Do not embed video</option>"; echo "<option " . ($settings["use_video_custom_filed"] === "top" ? "selected " : '') . "value="top">Embed video at the top of the post</option>"; echo "<option " . ($settings["use_video_custom_filed"] === "bottom" ? "selected " : '') . "value="bottom">Embed video at the bottom of the post</option>"; echo "                            </select>\xd
                            <p class="description">If enabled the CyberSEO Pro syndicator will embed the contents the <code>video</code> custom filed. It can be a direct link to a video file or an embeddable code.</p>
                        </td>
                    </tr>                          \xd
\xd
                    <tr>\xd\xa                        <th scope="row" style="color: #888;">"; $this->showChangeBox($change_selected, "embed_videos"); echo "Embed videos</th>
\xa                        <td>
\xa                            "; echo "<input type="checkbox" name="embed_videos" id="embed_videos" " . ($settings["embed_videos"] === "on" ? "checked " : '') . ">"; echo "                            <label for="embed_videos">inserts tube video embeds into the post. Supported feed sources: YouTube, Vimeo, Flickr, IGN, DailyMotion.</label>\xd
                            <p class="description">Video feed examples:
                                <a href="https://www.youtube.com/feeds/videos.xml?user=vevo" target="_blank">https://www.youtube.com/feeds/videos.xml?user=vevo</a>,\xd\xa                                <a href="https://vimeo.com/channels/wefoundthese/videos/rss" target="_blank">https://vimeo.com/channels/wefoundthese/videos/rss</a></p>\xd
                            <p class="description"><span style="color: red;">&#x26A0;</span> This option is added for compatibility with CyberSEO Lite. It's recommended to use presets instead.</p>
\xa                        </td>\xd
                    </tr>                              \xd\xa\xd\xa                </table>\xd
            </div>                \xd
\xd
            <div id="advanced" class="tab_content">             
                <br>\xd
                <table class="form-table "; if (!$change_selected) { goto b9YB1; } echo "cseo-form"; b9YB1: echo "">\xd\xa                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "extract_full_articles"); echo "Extract full text articles</th>\xd\xa                        <td>\xd\xa                            <select name="extract_full_articles" onchange="cseoChangeTextExtractor();">
\xa                                "; echo "<option " . ($settings["extract_full_articles"] === '' ? "selected " : '') . "value="">Don't extract</option>"; if (empty(get_option("cxxx_full_text_extractor"))) { goto KItIh; } echo "<option " . ($settings["extract_full_articles"] === "on" ? "selected " : '') . "value="on">Use Full-Text RSS script</option>"; KItIh: echo "<option " . ($settings["extract_full_articles"] === "custom" ? "selected " : '') . "value="custom">Use custom settings</option>"; echo "                            </select>\xd
                            <p class="description">When enabled, CyberSEO Pro will try to extract the full articles from shortened RSS feeds.</p>\xd\xa                            <p class="description"><strong>Important:</strong> if the plugin will not be able to retrieve the full-text article, the post won't be added. <a href="https://www.cyberseo.net/content-syndicator/#extract-full-articles"  target="_blank">Read more...</a></p>\xd\xa                            <div id="custom_text_extractor">
                                <table class="cseo-box8">\xd\xa                                    <tr>
                                        <th colspan="2" style="font-weight: normal;">
\xa                                            Configure the options below to extract the full-text article from HTML pages. Specify the tag name and attributes that define the main content container, \xd\xa                                            and choose whether to include the container tag in the extracted content. The CyberSEO Pro plugin will use these settings to accurately identify and extract the full-text article \xd\xa                                            from HTML pages with different layouts and structures.\xd\xa                                        </th>
\xa                                    </tr> \xd\xa                                    <tr>    \xd\xa                                        <th>"; $this->showChangeBox($change_selected, "custom_text_extractor_tag"); echo "Container tag</th>\xd
                                        <td>\xd
                                            <select id="tag-name" name="custom_text_extractor_tag">\xd
                                                "; $tags = ["div", "p", "span", "section", "article", "nav", "aside", "header", "footer", "main", "figure", "figcaption", "details", "summary", "blockquote", "pre", "code", "ul", "ol", "li", "dl", "dt", "dd", "table", "tr", "td", "th", "thead", "tbody", "tfoot", "caption", "colgroup", "col", "form", "fieldset", "legend", "label", "input", "button", "select", "optgroup", "option", "textarea", "output", "progress", "meter", "datalist", "canvas", "iframe"]; foreach ($tags as $tag) { echo "<option " . ($settings["custom_text_extractor_tag"] === $tag ? "selected " : '') . "value="" . $tag . "">" . $tag . "</option>"; ThcxM: } lIUjp: echo "                                            </select>\xd\xa                                            <p class="description">Enter the tag name that wraps the main content of the HTML page (e.g., 'article', 'div', 'section'). This tag will be used to identify the element containing the full-text article.</p>
\xa                                        </td>
                                    </tr>\xd\xa                                    <tr>\xd\xa                                        <th>"; $this->showChangeBox($change_selected, "custom_text_extractor_attrbutes"); echo "Attributes (JSON format)</th>
                                        <td>"; echo "<input style="width:100%" name="custom_text_extractor_attrbutes" value="" . htmlspecialchars(stripslashes($settings["custom_text_extractor_attrbutes"]), ENT_QUOTES) . "" placeholder='{"class": "name"}'>"; echo "     
                                            <p class="description">Specify the attributes and their values for the tag selected above. Use JSON format to define attribute-value pairs. E.g. <code>{"class": "article", "id": "main"}</code><br>\xd
                                                This will help the plugin to accurately identify the correct element containing the full-text article if there are multiple elements with the same tag name.</p>\xd
                                        </td>\xd\xa                                    </tr>\xd
                                    <tr>\xd\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "custom_text_extractor_inclusive"); echo "Inclusive</th>\xd\xa                                        <td>
                                            "; echo "<input type="checkbox" name="custom_text_extractor_inclusive" " . ($settings["custom_text_extractor_inclusive"] === "on" ? "checked " : '') . ">"; echo "                                            <label for="custom_text_extractor_inclusive">check this option if you want to include the selected tag and its attributes in the extracted content. Leave it unchecked if you only want to extract the inner content of the tag.</label>\xd
                                        </td>
                                    </tr>    \xd\xa                                </table>  
                            </div>    
\xa                        </td>
\xa                    </tr>  \xd

                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "strip_tags"); echo "HTML tags to strip</th>\xd
                        <td>
                            "; echo "<input type="text" name="strip_tags" style="margin:0;width:100%;" value="" . stripslashes($settings["strip_tags"]) . "" size="20">"; echo "                            <p class="description">Enter a comma-separated list of tags to remove from the generated posts, e.g.: <code>h1, img, p, div</code>.</p>
\xa                        </td>\xd\xa                    </tr>\xd\xa
                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "remove_outer_elements"); echo "Remove outer HTML elements</th>\xd
                        <td>
                            "; echo "<input type="text" name="remove_outer_elements" style="margin:0;width:100%;" value="" . htmlspecialchars(stripslashes($settings["remove_outer_elements"])) . "" size="20">"; echo "                            <p class="description">Specify the HTML block elements you want to remove from the post content by entering them in a semicolon separated list. Each element should be specified
                                using the tag name and its attribute-value pairs in JSON format, separated by a space.
                                For example, to remove all <strong>div</strong> elements with the attribute <strong>class="ad"</strong> and all <strong>p</strong> elements with the attributes
                                <strong>class="description"</strong> and <strong>id="block"</strong>, you should enter:<br><code>div {"class": "ad"}; p {"class": "description", "id": "block"}</code></p>
\xa                            <p class="description">Please ensure that the tag names and attribute-value pairs are correctly specified in the JSON format for effective removal of the specified HTML elements.</p>\xd\xa                        </td>\xd\xa                    </tr>

                    "; echo "\xd
                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "sanitize"); echo "Sanitize content</th>
                        <td>\xd
                            "; echo "<input type="checkbox" name="sanitize" id="sanitize" " . ($settings["sanitize"] === "on" ? "checked " : '') . ">"; echo "                            <label for="sanitize">sanitize content for allowed HTML tags for post content.</label>\xd
                        </td>\xd
                    </tr>     \xd
\xd\xa                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "balances_tags"); echo "Balance HTML tags</th>\xd
                        <td>
                            "; echo "<input type="checkbox" name="balances_tags" id="balances_tags" " . ($settings["balances_tags"] === "on" ? "checked " : '') . ">"; echo "                            <label for="balances_tags">balances the redundant and unclosed HTML tags of the post content and the post excerpt.</label>
                        </td>\xd\xa                    </tr>
\xa
                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "shorten_excerpts"); echo "Shorten post excerpts</th>
                        <td>\xd
                            "; echo "<input type="text" name="shorten_excerpts" value="" . $settings["shorten_excerpts"] . "" size="4">"; echo "                            <p class="description">set the max number of words to be left in the post excerpts. Use 0 to remove the excerpts completely or leave it blank to keep the excerpts untouched.</p>\xd
                        </td>
\xa                    </tr>\xd
\xd
                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "post_links_handling"); echo "Link handling</th>\xd
                        <td>\xd\xa                            <select name="post_links_handling">
                                "; echo "<option " . ($settings["post_links_handling"] === "intact" ? "selected " : '') . "value="intact">Keep links intact</option>"; echo "<option " . ($settings["post_links_handling"] === "rm_all" ? "selected " : '') . "value="rm_all">Remove all links</option>"; echo "<option " . ($settings["post_links_handling"] === "rm_text" ? "selected " : '') . "value="rm_text">Remove all links except links in images</option>"; echo "<option " . ($settings["post_links_handling"] === "rm_img" ? "selected " : '') . "value="rm_img">Remove links from images only</option>"; echo "                            </select>\xd
                            <p class="description">Use this option to selectively remove links from posts.</p>\xd\xa                        </td>\xd\xa                    </tr>                    
\xa\xd
                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "translator"); echo "Translation</th>\xd
                        <td>
\xa                            <select name="translator" onchange="cseoChangeTranslator();">
\xa                                "; echo "<option " . ($settings["translator"] === "none" ? "selected " : '') . "value="none">Do not translate</option>"; echo "<option " . ($settings["translator"] === "deepl_translate" ? "selected " : '') . "value="deepl_translate">Use DeepL Translate</option>"; echo "<option " . ($settings["translator"] === "yandex_translate" ? "selected " : '') . "value="yandex_translate">Use Yandex Translate</option>"; echo "<option " . ($settings["translator"] === "google_translate" ? "selected " : '') . "value="google_translate">Use Google Translate</option>"; echo "                            </select>\xd\xa                            <p class="description"><strong>Important</strong>: if the plugin will not be able to translate the article, the post won't be added.</p>

                            <div id="yandex_translate_settings">
\xa                                <table class="cseo-box8">
\xa                                    <tr>
\xa                                        <th>"; $this->showChangeBox($change_selected, "yandex_translation_dir"); echo "Direction</th>\xd
                                        <td><select name="yandex_translation_dir"> "; $langs = $this->langs["YANDEX_TRANSLATE_LANGS"]; asort($langs); foreach ($langs as $dir => $lang) { echo "<option " . ($settings["yandex_translation_dir"] == $dir ? "selected " : '') . "value="" . $dir . "">" . $lang . "</option>"; BD15F: } fVc1m: echo "                                            </select>\xd
                                        </td>
                                    </tr>
\xa                                </table>\xd\xa                            </div>    \xd\xa
                            <div id="google_translate_settings">
                                <table class="cseo-box8">\xd
                                    <tr>
                                        <th>"; $this->showChangeBox($change_selected, "google_translation_source"); echo "Source</th>\xd
                                        <td><select name="google_translation_source">
                                                "; $langs = $this->langs["GOOGLE_TRANSLATE_LANGS"]; asort($langs); foreach ($langs as $dir => $lang) { echo "<option " . ($settings["google_translation_source"] == $dir ? "selected " : '') . "value="" . $dir . "">" . $lang . "</option>"; zXfWT: } EBYcV: echo "                                            </select>
                                        </td>
\xa                                    </tr>\xd\xa                                    <tr>
                                        <th>"; $this->showChangeBox($change_selected, "google_translation_target"); echo "Target</th>\xd\xa                                        <td><select name="google_translation_target">\xd
                                                "; foreach ($langs as $dir => $lang) { echo "<option " . ($settings["google_translation_target"] == $dir ? "selected " : '') . "value="" . $dir . "">" . $lang . "</option>"; TQx8I: } w3b4j: echo "                                            </select>
\xa                                        </td>\xd
                                    </tr>
\xa                                </table>  
                            </div>    
\xd
                            <div id="deepl_translate_settings">
\xa                                <table class="cseo-box8">
                                    <tr>
                                        <th>"; $this->showChangeBox($change_selected, "deepl_translation_target"); echo "Target language</th>\xd
                                        <td>\xd\xa                                            <select name="deepl_translation_target">
                                                "; $langs = $this->langs["DEEPL_TRANSLATE_LANGS"]; foreach ($langs as $dir => $lang) { echo "<option " . ($settings["deepl_translation_target"] == $dir ? "selected " : '') . "value="" . $dir . "">" . $lang . "</option>"; iBX8h: } Do6J5: echo "                                            </select>         
                                        </td>\xd
                                    </tr>
                                    <tr>\xd
                                        <th>"; $this->showChangeBox($change_selected, "deepl_use_api_free"); echo "Use DeepL API Free</th>
\xa                                        <td>
                                            <input type="checkbox" name="deepl_use_api_free" id="deepl_use_api_free"\xd
                                            "; if (!($settings["deepl_use_api_free"] === "on")) { goto Q38V7; } echo "checked"; Q38V7: echo " />\xd
                                            <label for="deepl_use_api_free">DeepL API Free is a variant of our DeepL API Pro plan that allows developers to translate up to 500,000 characters per month for free.</label>
                                        </td>
\xa                                    </tr>
\xa                                </table>   \xd
                            </div>   
\xa
\xa                        </td>\xd\xa                    </tr>                                   
\xa\xd\xa                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "synonymizer"); echo "Built-in synonymizer</th>\xd\xa                        <td>\xd\xa                            <select name="synonymizer">
\xa                                "; echo "<option " . ($settings["synonymizer"] === "off" ? "selected " : '') . "value="off">Disable</option>"; echo "<option " . ($settings["synonymizer"] === "before" ? "selected " : '') . "value="before">Use built-in synonymizer before content spinner</option>"; echo "<option " . ($settings["synonymizer"] === "after" ? "selected " : '') . "value="after">Use built-in synonymizer after content spinner</option>"; echo "                            </select>\xd
                            <p class="description">The built-in synonymizer mode.</p>\xd\xa                        </td>\xd\xa                    </tr>         \xd

\xa                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "parse_spintax"); echo "Parse Spintax</th>\xd
                        <td>"; echo "<input type="checkbox" name="parse_spintax" id="parse_spintax" " . ($settings["parse_spintax"] === "on" ? "checked " : '') . ">"; echo "                            <label for="parse_spintax">converts Spintax into a regular spun text.</label>
\xa                        </td>
\xa                    </tr>     

                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "spinner"); echo "Content spinner</th>\xd
                        <td>\xd
                            <select name="spinner"  onchange="cseoChangeSpinner();">\xd\xa                                "; echo "<option " . ($settings["spinner"] == CSEO_DISABLE_SPINNER ? "selected " : '') . "value="" . CSEO_DISABLE_SPINNER . "">Disable</option>"; echo "<option " . ($settings["spinner"] == CSEO_OPENAI_GPT ? "selected " : '') . "value="" . CSEO_OPENAI_GPT . "">OpenAI GPT</option>"; echo "<option " . ($settings["spinner"] == CSEO_SPINNERCHIEF ? "selected " : '') . "value="" . CSEO_SPINNERCHIEF . "">SpinnerChief</option>"; echo "<option " . ($settings["spinner"] == CSEO_SPINREWRITER ? "selected " : '') . "value="" . CSEO_SPINREWRITER . "">SpinRewriter</option>"; echo "<option " . ($settings["spinner"] == CSEO_CHIMPREWRITER ? "selected " : '') . "value="" . CSEO_CHIMPREWRITER . "">ChimpRewriter</option>"; echo "<option " . ($settings["spinner"] == CSEO_TBS ? "selected " : '') . "value="" . CSEO_TBS . "">TBS (TheBestSpinner)</option>"; echo "<option " . ($settings["spinner"] == CSEO_WORDAI ? "selected " : '') . "value="" . CSEO_WORDAI . "">WordAi</option>"; echo "<option " . ($settings["spinner"] == CSEO_ESPINNER ? "selected " : '') . "value="" . CSEO_ESPINNER . "">ESPinner</option>"; echo "<option " . ($settings["spinner"] == CSEO_XSPINNER ? "selected " : '') . "value="" . CSEO_XSPINNER . "">X-Spinner</option>"; echo "<option " . ($settings["spinner"] == CSEO_TEXTOROBOT ? "selected " : '') . "value="" . CSEO_TEXTOROBOT . "">Textorobot</option>"; echo "                            </select>\xd\xa                            <p class="description">Select the desired text spinner.</p>
                            
\xa                            <div id="openai_gpt_settings">    \xd
                                <table class="cseo-box8">
\xd
                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "openai_gpt_model"); echo "OpenAI GPT model</th>\xd\xa                                        <td>
                                            <select name="openai_gpt_model">\xd
                                                "; echo "<option " . ($settings["openai_gpt_model"] === "gpt-3.5-turbo-16k" ? "selected " : '') . "value="gpt-3.5-turbo-16k">GPT-3.5 Turbo 16K</option>"; echo "<option " . ($settings["openai_gpt_model"] === "gpt-3.5-turbo-instruct" ? "selected " : '') . "value="gpt-3.5-turbo-instruct">GPT-3.5 Turbo Instruct</option>"; echo "<option " . ($settings["openai_gpt_model"] === "gpt-4-vision-preview" ? "selected " : '') . "value="gpt-4-vision-preview">GPT-4 Turbo</option>"; echo "<option " . ($settings["openai_gpt_model"] === "gpt-4" ? "selected " : '') . "value="gpt-4">GPT-4</option>"; echo "                                            </select>\xd
                                            <p class="description"><span style="color: red;">&#x26A0;</span> GPT-4 works much better and provides a higher % of rewrite ratio than GPT 3.5 Turbo. However, you should consider that it is much slower and 10 times more expensive.</p>\xd\xa                                        </td>
\xa                                    </tr>                                

                                </table>
\xa                            </div>\xd\xa
                            <div id="tbs_settings">    \xd
                                <table class="cseo-box8">\xd\xa
\xa                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "tbs_protectedterms"); echo "Protected terms</th>
\xa                                        <td>
                                            <input type="text" name="tbs_protectedterms" size="60" value=""; echo $settings["tbs_protectedterms"]; echo "">\xd\xa                                            <p class="description">comma separated list of words and phrases you don't want replaced.</p>
                                        </td>\xd
                                    </tr>\x9\x9	\xd\xa\xd\xa                                    <tr>
                                        <th scope="row">"; $this->showChangeBox($change_selected, "tbs_text_with_spintax"); echo "Text with Spintax</th>
\xa                                        <td>
\xa                                            <input type="checkbox" name="tbs_text_with_spintax" id="tbs_text_with_spintax"
                                            "; if (!($settings["tbs_text_with_spintax"] === "on")) { goto tTcHO; } echo "checked"; tTcHO: echo " />\xd\xa                                            <label for="tbs_text_with_spintax">if checked, returns the processed spun text with <a href="https://www.cyberseo.net/blog/what-is-spintax-and-how-to-use-it/" target="_blank">Spintax</a>. This option can be useful for generation of unique feeds in <a href="https://www.cyberseo.net/morphing-rss-host-mode-content-spinner/" target="_blank">Morphing RSS host mode</a>.</label>
                                        </td>
                                    </tr>                                  \xd\xa
                                </table>
                            </div>\xd\xa\xd\xa                            <div id="spinrewriter_settings">
\xa                                <table class="cseo-box8">\xd\xa                                    <tr>\xd
                                        <th scope="row">"; $this->showChangeBox($change_selected, "spinrewriter_protected_terms"); echo "Protected terms</th>
\xa                                        <td>
\xa                                            <textarea cols="90" rows="5" wrap="off" name="spinrewriter_protected_terms" style="margin:0; height:10em; width:100%;">"; echo $settings["spinrewriter_protected_terms"]; echo "</textarea><br>
                                            <p class="description">a list of keywords and key phrases that you do NOT want to spin. One term per line.</p>
\xa                                        </td>\xd\xa                                    </tr>\x9

\xa                                    <tr>\xd\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "spinrewriter_auto_protected_terms"); echo "Auto protected terms</th>
\xa                                        <td>\xd\xa                                            <input type="checkbox" name="spinrewriter_auto_protected_terms" id="spinrewriter_auto_protected_terms"
                                            "; if (!($settings["spinrewriter_auto_protected_terms"] === "on")) { goto KHOil; } echo "checked"; KHOil: echo " /> 
\xa                                            <label for="spinrewriter_auto_protected_terms">should SpinRewriter automatically protect all Capitalized Words except for those in the title of your original text?</label>
\xa                                        </td>
\xa                                    </tr>   
\xa\xd\xa                                    <tr>\xd
                                        <th scope="row">"; $this->showChangeBox($change_selected, "spinrewriter_confidence_level"); echo "Confidence level</th>\xd\xa                                        <td>\xd
                                            <select name="spinrewriter_confidence_level">\xd\xa                                                "; echo "<option " . ($settings["spinrewriter_confidence_level"] === "low" ? "selected " : '') . "value="low">low </option>"; echo "<option " . ($settings["spinrewriter_confidence_level"] === "medium" ? "selected " : '') . "value="medium">medium </option>"; echo "<option " . ($settings["spinrewriter_confidence_level"] === "high" ? "selected " : '') . "value="high">high </option>"; echo "                                            </select>
                                            <p class="description">The confidence level of the rewrite process.<br>\xd\xa                                                <strong>low</strong>: largest number of synonyms for various words and phrases, least readable unique variations of text;<br>
\xa                                                <strong>medium</strong>: relatively reliable synonyms, usually well readable unique variations of text (default setting);<br>\xd\xa                                                <strong>high</strong>: only the most reliable synonyms, perfectly readable unique variations of text.</p>\xd
                                        </td>
\xa                                    </tr>                                                        \xd
\xd\xa                                    <tr>\xd
                                        <th scope="row">"; $this->showChangeBox($change_selected, "spinrewriter_auto_sentences"); echo "Auto sentences</th>
\xa                                        <td><input type="checkbox" name="spinrewriter_auto_sentences" id="spinrewriter_auto_sentences"
                                            "; if (!($settings["spinrewriter_auto_sentences"] === "on")) { goto HUNHS; } echo "checked"; HUNHS: echo " />\xd
                                            <label for="spinrewriter_auto_sentences">should SpinRewriter spin complete sentences? If enabled, some sentences will be replaced with a (shorter) spun variation.</label>
\xa                                        </td>
\xa                                    </tr>   
\xa\xd\xa                                    <tr>\xd\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "spinrewriter_auto_new_paragraphs"); echo "Auto new paragraphs</th>
\xa                                        <td>
                                            <input type="checkbox" name="spinrewriter_auto_new_paragraphs" id="spinrewriter_auto_new_paragraphs"\xd\xa                                            "; if (!($settings["spinrewriter_auto_new_paragraphs"] === "on")) { goto r5KOT; } echo "checked"; r5KOT: echo " />
\xa                                            <label for="spinrewriter_auto_new_paragraphs">should SpinRewriter automatically write additional paragraphs on its own? If enabled, the returned spun text will contain additional paragraphs.</label>\xd\xa                                        </td>
                                    </tr>   \xd
\xd\xa                                    <tr>\xd
                                        <th scope="row">"; $this->showChangeBox($change_selected, "spinrewriter_auto_sentence_trees"); echo "Auto sentence trees</th>
\xa                                        <td>\xd\xa                                            <input type="checkbox" name="spinrewriter_auto_sentence_trees" id="spinrewriter_auto_sentence_trees"
                                            "; if (!($settings["spinrewriter_auto_sentence_trees"] === "on")) { goto dx4x5; } echo "checked"; dx4x5: echo " />\xd
                                            <label for="spinrewriter_auto_sentence_trees">if checked, SpinRewriter will change "If he is hungry, John eats." to "John eats if he is hungry." and "John eats and drinks." to "John drinks and eats."</label>\xd
                                        </td>   \xd\xa                                    </tr>   
\xa\xd
                                    <tr>\xd\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "spinrewriter_use_only_synonyms"); echo "Use only synonyms</th>\xd
                                        <td>
\xa                                            <input type="checkbox" name="spinrewriter_use_only_synonyms" id="spinrewriter_use_only_synonyms"\xd\xa                                            "; if (!($settings["spinrewriter_use_only_synonyms"] === "on")) { goto kBKNq; } echo "checked"; kBKNq: echo " />
\xa                                            <label for="spinrewriter_use_only_synonyms">if checked, SpinRewriter will never use any of the original words of phrases if there is a synonym available. This significantly improves the uniqueness of generated spun content.</label>\xd\xa                                        </td>
                                    </tr>                             
\xd\xa                                    <tr>
                                        <th scope="row">"; $this->showChangeBox($change_selected, "spinrewriter_text_with_spintax"); echo "Text with Spintax</th>\xd
                                        <td>
\xa                                            <input type="checkbox" name="spinrewriter_text_with_spintax" id="spinrewriter_text_with_spintax"\xd
                                            "; if (!($settings["spinrewriter_text_with_spintax"] === "on")) { goto v4Atf; } echo "checked"; v4Atf: echo " />\xd
                                            <label for="spinrewriter_text_with_spintax">if checked, returns the processed spun text with Spintax. This option can be useful for generation of unique feeds in <a href="https://www.cyberseo.net/morphing-rss-host-mode-content-spinner/" target="_blank">Morphing RSS host mode</a>.</label>
                                        </td>
                                    </tr>         \xd\xa
                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "spinrewriter_nested_spintax"); echo "Nested Spintax</th>\xd\xa                                        <td>\xd
                                            <input type="checkbox" name="spinrewriter_nested_spintax" id="spinrewriter_nested_spintax"\xd
                                            "; if (!($settings["spinrewriter_nested_spintax"] === "on")) { goto c7Ow7; } echo "checked"; c7Ow7: echo " />
\xa                                            <label for="spinrewriter_nested_spintax">if checked, the returned spun text might contain 2 levels of nested spinning syntax.</label>\xd\xa                                        </td>\xd\xa                                    </tr>    \xd\xa
                                </table>\xd
                            </div>\xd\xa
\xa                            <div id="wordai_settings"> 
\xa                                <table class="cseo-box8">\xd\xa\xd
                                    <tr>\xd
                                        <th scope="row">"; $this->showChangeBox($change_selected, "wordai_uniqueness"); echo "Uniqueness</th>
                                        <td>
                                            <select name="wordai_uniqueness">\xd
                                                "; echo "<option " . ($settings["wordai_uniqueness"] == 1 ? "selected " : '') . "value="1">more conservative</option>"; echo "<option " . ($settings["wordai_uniqueness"] == 2 ? "selected " : '') . "value="2">regular</option>"; echo "<option " . ($settings["wordai_uniqueness"] == 3 ? "selected " : '') . "value="3">more adventurous</option>"; echo "                                            </select>
\xa                                        </td>\xd\xa                                    </tr>  	\xd\xa\xd
                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "wordai_return_rewrites"); echo "Return rewrites</th>
                                        <td>\xd\xa                                            <input type="checkbox" name="wordai_return_rewrites" id="wordai_return_rewrites"\xd
                                            "; if (!($settings["wordai_return_rewrites"] === "on")) { goto eL8sL; } echo "checked"; eL8sL: echo " />\xd
                                            <label for="wordai_return_rewrites">check it if you want to receive a rewritten article. Otherwise, the output returned will be the <a href="https://www.cyberseo.net/blog/what-is-spintax-and-how-to-use-it/" target=_blank">Spintax</a> of your text.</label>
                                        </td>\xd
                                    </tr>      
\xa\xd\xa                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "wordai_protect_words"); echo "Protect words</th>\xd
                                        <td>\xd\xa                                            <input type="checkbox" name="wordai_protect_words" id="wordai_protect_words"
                                            "; if (!($settings["wordai_protect_words"] === "on")) { goto JbWae; } echo "checked"; JbWae: echo " />
                                            <label for="wordai_protect_words">check it to use the protect words master settings in your account, which can be viewed and updated <a href="https://wai.wordai.com/rewrite_settings" target="_blank">here</a>.</label>\xd\xa                                        </td>\xd
                                    </tr>\xd
\xd\xa                                    <tr>
                                        <th scope="row">"; $this->showChangeBox($change_selected, "wordai_use_custom_synonyms"); echo "Use custom synonyms</th>
\xa                                        <td>\xd
                                            <input type="checkbox" name="wordai_use_custom_synonyms" id="wordai_use_custom_synonyms"
\xa                                            "; if (!($settings["wordai_use_custom_synonyms"] === "on")) { goto shJTk; } echo "checked"; shJTk: echo " />
                                            <label for="wordai_use_custom_synonyms">enable it to use the custom synonyms master settings in your account, which can be viewed and updated <a href="https://wai.wordai.com/rewrite_settings" target="_blank">here</a>.</label>
                                        </td>
                                    </tr>
\xa\xd\xa                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "wordai_avoid_ai_detection"); echo "Avoid AI detection</th>\xd\xa                                        <td>\xd\xa                                            <input type="checkbox" name="wordai_avoid_ai_detection" id="wordai_avoid_ai_detection"\xd\xa                                            "; if (!($settings["wordai_avoid_ai_detection"] === "on")) { goto HDL5w; } echo "checked"; HDL5w: echo " />\xd\xa                                            <label for="wordai_avoid_ai_detection">when checked, WordAI accepts your original text and returns a "ghosted" version of the text which avoids AI detection. Note that all the settings above will be ignored.</label>\xd\xa                                        </td>
\xa                                    </tr>

\xa                                </table>\xd\xa                            </div>                          
\xa\xd
                            <div id="chimprewriter_settings"> 
\xa                                <table class="cseo-box8">\xd\xa\xd\xa                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "chimprewriter_quality"); echo "Quality</th>\xd\xa                                        <td>\xd\xa                                            <select name="chimprewriter_quality">
\xa                                                "; echo "<option " . ($settings["chimprewriter_quality"] == 1 ? "selected " : '') . "value="1">1</option>"; echo "<option " . ($settings["chimprewriter_quality"] == 2 ? "selected " : '') . "value="2">2</option>"; echo "<option " . ($settings["chimprewriter_quality"] == 3 ? "selected " : '') . "value="3">3</option>"; echo "<option " . ($settings["chimprewriter_quality"] == 4 ? "selected " : '') . "value="4">4</option>"; echo "<option " . ($settings["chimprewriter_quality"] == 5 ? "selected " : '') . "value="5">5</option>"; echo "                                            </select>\xd\xa                                            <p class="description">spin quality: 5 - Best, 4 - Better, 3 - Good, 2 - Average, 1 - All.</p>
                                        </td>\xd\xa                                    </tr>	\xd
\xd
                                    <tr>
                                        <th scope="row">"; $this->showChangeBox($change_selected, "chimprewriter_posmatch"); echo "POS match</th>
\xa                                        <td>\xd
                                            <select name="chimprewriter_posmatch">\xd
                                                "; echo "<option " . ($settings["chimprewriter_posmatch"] == 0 ? "selected " : '') . "value="0">0</option>"; echo "<option " . ($settings["chimprewriter_posmatch"] == 1 ? "selected " : '') . "value="1">1</option>"; echo "<option " . ($settings["chimprewriter_posmatch"] == 2 ? "selected " : '') . "value="2">2</option>"; echo "<option " . ($settings["chimprewriter_posmatch"] == 3 ? "selected " : '') . "value="3">3</option>"; echo "<option " . ($settings["chimprewriter_posmatch"] == 4 ? "selected " : '') . "value="4">4</option>"; echo "                                            </select>
                                            <p class="description">required Part of Speech (POS) match for a spin: 4 - FullSpin, 3 - Full, 2 - Loose, 1 - Extremely Loose, 0 - None. "FullSpin" removes some common POS replacements that tend to reduce quality of spin.</p>\xd\xa                                        </td>
                                    </tr>
\xd
                                    <tr>\xd
                                        <th scope="row">"; $this->showChangeBox($change_selected, "chimprewriter_protectedterms"); echo "Protected terms</th>
                                        <td>
\xa                                            <input type="text" name="chimprewriter_protectedterms" size="60" value=""; echo $settings["chimprewriter_protectedterms"]; echo "">\xd\xa                                            <p class="description">comma separated list of words or phrases to protect from spin, i.e. "my main keyword,my second keyword".</p>
\xa                                        </td>
                                    </tr>	 
\xa
\xa                                    <tr>\xd\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "chimprewriter_rewrite"); echo "Rewrite</th>
                                        <td>
                                            <input type="checkbox" name="chimprewriter_rewrite" id="chimprewriter_rewrite"
\xa                                            "; if (!($settings["chimprewriter_rewrite"] === "on")) { goto SQfms; } echo "checked"; SQfms: echo " />\xd
                                            <label for="chimprewriter_rewrite">if checked, results are returned as a rewritten article with no Spintax. Otherwise, an article with Spintax is returned. Note that with rewrite enabled, the original word will always be removed.</label>
                                        </td>\xd\xa                                    </tr>       \xd

\xa                                    <tr>\xd\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "chimprewriter_phraseignorequality"); echo "Phrase ignore quality</th>\xd\xa                                        <td>
\xa                                            <input type="checkbox" name="chimprewriter_phraseignorequality" id="chimprewriter_phraseignorequality"\xd\xa                                            "; if (!($settings["chimprewriter_phraseignorequality"] === "on")) { goto LxLNl; } echo "checked"; LxLNl: echo " />
\xa                                            <label for="chimprewriter_phraseignorequality">if checked, quality is ignored when finding phrase replacements for phrases. This results in a huge amount of spin, but quality can vary.</label>
                                        </td>\xd\xa                                    </tr>       \xd
\xd
                                    <tr>\xd\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "chimprewriter_spinwithinspin"); echo "Spin within spin</th>
\xa                                        <td>\xd
                                            <input type="checkbox" name="chimprewriter_spinwithinspin" id="chimprewriter_spinwithinspin"\xd
                                            "; if (!($settings["chimprewriter_spinwithinspin"] === "on")) { goto Sd4fF; } echo "checked"; Sd4fF: echo " />\xd\xa                                            <label for="chimprewriter_spinwithinspin">if checked and if there is existing spin syntax in the content you send up, the ChimpRewriter will spin any relevant content inside this syntax. If disabled, the API will skip over this content and only spin outside of existing syntax.</label>\xd\xa                                        </td>\xd
                                    </tr>                 
\xa\xd\xa                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "chimprewriter_spinwithinhtml"); echo "Spin within HTML</th>
\xa                                        <td>
                                            <input type="checkbox" name="chimprewriter_spinwithinhtml" id="chimprewriter_spinwithinhtml"\xd
                                            "; if (!($settings["chimprewriter_spinwithinhtml"] === "on")) { goto WosVo; } echo "checked"; WosVo: echo " />\xd\xa                                            <label for="chimprewriter_spinwithinhtml">spin inside HTML tags. This includes &lt;p&gt; tags, for example if you send up "&lt;p&gt;Here is a paragraph&lt;\p&gt;", nothing would be spun unless "Spin within HTML" is enabled.</label>\xd\xa                                        </td>\xd\xa                                    </tr>     \xd\xa
\xa                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "chimprewriter_applyinstantunique"); echo "Apply instant unique</th>
\xa                                        <td>
                                            <input type="checkbox" name="chimprewriter_applyinstantunique" id="chimprewriter_applyinstantunique"\xd
                                            "; if (!($settings["chimprewriter_applyinstantunique"] === "on")) { goto f2MhD; } echo "checked"; f2MhD: echo " />
                                            <label for="chimprewriter_applyinstantunique">runs a spin tidy pass over the result article. This fixes any common a/an type grammar mistakes and repeated words due to phrase spinning. Generally increases the quality of the article. <strong>Costs one extra query.</strong></label>
\xa                                        </td>
\xa                                    </tr>      \xd\xa\xd\xa                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "chimprewriter_tagprotect"); echo "Tag protect</th>
                                        <td>\xd
                                            <input type="text" name="chimprewriter_tagprotect" size="60" value=""; echo $settings["chimprewriter_tagprotect"]; echo "">
                                            <p class="description">protects anything between any syntax you define. Separate start and end syntax with a pipe "|" and separate multiple tags with a comma ",". For example, you could protect anything in square brackets by assigning "[|]". You could also protect anything between "begin" and "end" by assigning "[|],begin|end".</p>\xd
                                        </td>\xd
                                    </tr>    
\xa
\xa                                    <tr>\xd
                                        <th scope="row">"; $this->showChangeBox($change_selected, "chimprewriter_maxspindepth"); echo "Max spin depth</th>
\xa                                        <td>\xd
                                            <input type="checkbox" name="chimprewriter_maxspindepth" id="chimprewriter_maxspindepth"\xd\xa                                            "; if (!($settings["chimprewriter_maxspindepth"] === "on")) { goto Te3ZE; } echo "checked"; Te3ZE: echo " />\xd
                                            <label for="chimprewriter_maxspindepth">sets a maximum spin level depth in returned article. If enabled, no nested spin will appear in the spun result. This parameter only matters if "Rewrite" is disabled. Disable it for no limit on spin depth.</label>
\xa                                        </td>\xd
                                    </tr>                                
\xa\xd\xa                                </table>\xd\xa                            </div>    \xd

\xa                            <div id="espinner_settings">    
\xa                                <table class="cseo-box8">\xd\xa
                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "espinner_delete_frases"); echo "Delete phrases</th>
                                        <td>
                                            <select name="espinner_delete_frases">
\xa                                                "; echo "<option " . ($settings["espinner_delete_frases"] == 0 ? "selected " : '') . "value="0">No</option>"; echo "<option " . ($settings["espinner_delete_frases"] == 1 ? "selected " : '') . "value="1">Yes</option>"; echo "                                            </select>\xd\xa                                            <p class="description">if checked, ESPinner randomly deletes (nested spintax) entire phrases if it is activated.</p> \xd
                                        </td>
                                    </tr>		\x9\x9			\xd\xa\xd\xa                                    <tr>\xd\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "espinner_p_words"); echo "Protected words</th>\xd
                                        <td>\xd
                                            <input type="text" name="espinner_p_words" size="60" value=""; echo $settings["espinner_p_words"]; echo "">
\xa                                            <p class="description">comma separated (word1,word2,word3).</p>\xd
                                        </td>\xd\xa                                    </tr>		\x9\xd\xa
\xa                                    <tr>\xd\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "espinner_text_with_spintax"); echo "Text with Spintax</th>
\xa                                        <td>\xd
                                            <input type="checkbox" name="espinner_text_with_spintax" id="espinner_text_with_spintax"
                                            "; if (!($settings["espinner_text_with_spintax"] === "on")) { goto ytXZs; } echo "checked"; ytXZs: echo " />
                                            <label for="espinner_text_with_spintax">if checked, returns the processed spun text with Spintax. This option can be useful for generation of unique feeds in <a href="https://www.cyberseo.net/morphing-rss-host-mode-content-spinner/" target="_blank">Morphing RSS host mode</a>.</label>\xd
                                        </td>
\xa                                    </tr>       
\xa
                                </table>
                            </div>\xd

\xa                            <div id="xspinner_settings">\xd\xa                                <table class="cseo-box8">

                                    <tr>
                                        <th scope="row">"; $this->showChangeBox($change_selected, "xspinner_post_url"); echo "Post URL</th>
                                        <td>\xd
                                            <input type="text" name="xspinner_post_url" size="60" value=""; echo $settings["xspinner_post_url"]; echo "">\xd
                                            <p class="description">The HTTP POST URL is up to which IP and Port does <a href="https://www.cyberseo.net/partners/x-spinner.php" target="_blank"><strong>X-Spinner</strong></a> listen at. \xd
                                                The default listen IP and port of X-Spinner is 127.0.0.1 and 80 port, so the default post URL is <strong>http://127.0.0.1:80/</strong>. But X-Spinner user may change the listen IP and port,
\xa                                                so you'd better let your users input the X-Spinner listen IP and port in your software and get the right post url.</p>
\xa                                        </td>\xd
                                    </tr> \xd

                                    <tr>
                                        <th scope="row">"; $this->showChangeBox($change_selected, "xspinner_spintype"); echo "Spin type</th>
\xa                                        <td>
\xa                                            <select name="xspinner_spintype">
                                                "; echo "<option " . ($settings["xspinner_spintype"] == 0 ? "selected " : '') . "value="0">Spin to new article</option>"; echo "<option " . ($settings["xspinner_spintype"] == 1 ? "selected " : '') . "value="1">Text with Spintax</option>"; echo "                                            </select>
\xa                                            <p class="description">"Text with Spintax" can be useful for generation of unique feeds in <a href="https://www.cyberseo.net/morphing-rss-host-mode-content-spinner/" target="_blank">Morphing RSS</a> host mode.</p> \xd\xa                                        </td>                            
\xa                                    </tr>   
\xd\xa                                    <tr>\xd\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "xspinner_removeold"); echo "Remove old</th>
                                        <td>
\xa                                            <select name="xspinner_removeold">
                                                "; echo "<option " . ($settings["xspinner_removeold"] == 0 ? "selected " : '') . "value="0">No</option>"; echo "<option " . ($settings["xspinner_removeold"] == 1 ? "selected " : '') . "value="1">Yes</option>"; echo "                                            </select>\xd\xa                                            <p class="description">Should the word be removed from the spin result.</p> 
\xa                                        </td>                            
\xa                                    </tr>   \xd

                                    <tr>
                                        <th scope="row">"; $this->showChangeBox($change_selected, "xspinner_protectw"); echo "Protect words</th>\xd
                                        <td>
                                            <input type="text" name="xspinner_protectw" size="60" value=""; echo $settings["xspinner_protectw"]; echo "">\xd
                                            <p class="description">If you want to protect some words, set it like "word1,word2,word3", then X-Spinner will not spin these words.</p>\xd
                                        </td>
                                    </tr>  \xd\xa\xd\xa                                    <tr>\xd
                                        <th scope="row">"; $this->showChangeBox($change_selected, "xspinner_spinway"); echo "Spin way</th>
                                        <td>\xd\xa                                            <select name="xspinner_spinway">\xd
                                                "; echo "<option " . ($settings["xspinner_spinway"] == 0 ? "selected " : '') . "value="0">Free spin</option>"; echo "<option " . ($settings["xspinner_spinway"] == 1 ? "selected " : '') . "value="1">Normal spin</option>"; echo "<option " . ($settings["xspinner_spinway"] == 2 ? "selected " : '') . "value="2">Super spin</option>"; echo "                                            </select>
                                        </td>                            \xd
                                    </tr>            

                                    <tr>
\xa                                        <th scope="row">"; $this->showChangeBox($change_selected, "xspinner_thesaurus"); echo "Thesaurus</th>
\xa                                        <td>\xd
                                            <input type="text" name="xspinner_thesaurus" size="60" value=""; echo $settings["xspinner_thesaurus"]; echo "">
\xa                                            <p class="description"> Arabic, Belarusian, Bulgarian, Croatian, Danish, Dutch, English, Filipino, Finnish, French, German, Greek, Hebrew, \xd
                                                Indonesian, Italian, Lithuanian, Norwegian, Polish, Portuguese, Romanian, Slovak, Slovenian, Spanish, Swedish, Turkish, \xd
                                                Vietnamese and yourself thesaurus name in X-Spinner. This parameter only be valid in X-Spinner Developer Version.</p>
\xa                                        </td>                            
\xa                                    </tr>                             \xd

\xa                                </table>
\xa                            </div>\xd\xa\xd\xa\xd
\xd\xa                        </td>\xd
                    </tr>

                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "post_title_template"); echo "Post title</th>
                        <td>\xd\xa                            "; echo "<textarea style="width:100%; height:5em; background-color:white;" wrap="on" name="post_title_template" id="post_title_template">" . stripslashes($settings["post_title_template"]) . "</textarea>"; echo "<p class="description">Post title template. Make sure it's not empty. The default template value is <code>%post_title%</code>. Post template <a href="https://www.cyberseo.net/content-syndicator/#templates" target="_blank">placeholders</a> and <a href="https://www.cyberseo.net/content-syndicator/#shortcodes" target="_blank">shortcodes</a> are available for this field.</p>"; if (strlen($settings["post_title_template"])) { goto dFmi8; } echo "<p><span style="color: red;">&#x26A0;</span> Your post title template is empty. This means that the post to be generated will not have a title.</p>"; dFmi8: echo "                        </td>\xd\xa                    </tr>

                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "preserve_titles"); echo "Don't synonymize titles</th>\xd
                        <td>"; echo "<input type="checkbox" name="preserve_titles" id="preserve_titles" " . ($settings["preserve_titles"] === "on" ? "checked " : '') . ">"; echo "                            <label for="preserve_titles">check this option to avoid post title synonymization.</label>\xd\xa                        </td>
                    </tr>      \xd\xa\xd\xa                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "post_slug_template"); echo "Post slug</th>\xd\xa                        <td>\xd\xa                            "; echo "<input type="text" name="post_slug_template" style="margin:0;width:100%;" value="" . stripslashes($settings["post_slug_template"]) . "" size="20">"; echo "                            <p class="description">Post slug template. By default it's the same as title, but you can alter it according to your needs. <a href="https://www.cyberseo.net/content-syndicator/#templates" target="_blank">Read more...</a></p>
\xa                        </td>
\xa                    </tr>\xd

\xa                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "remove_emojis_from_slugs"); echo "Remove emojis from post slugs</th>
                        <td>"; echo "<input type="checkbox" name="remove_emojis_from_slugs" id="remove_emojis_from_slugs" " . ($settings["remove_emojis_from_slugs"] === "on" ? "checked " : '') . ">"; echo "                            <label for="remove_emojis_from_slugs">removes emoji symbols from post slugs.</label>
\xa                        </td>
\xa                    </tr>   
\xa
                    <tr>\xd\xa                        <th></th>\xd
                        <td>\xd\xa                            <div class="cseo-box" style="padding: 8px;">\xd
                                Use the post templates to <a href="https://www.cyberseo.net/blog/import-rss-xml-json-csv-and-html-as-woocommerce-products-with-cyberseo-pro/" target="_blank">insert</a>
                                RSS, XML, JSON and CSV values into your posts,
\xa                                to <a href="https://www.cyberseo.net/blog/creating-long-coherent-articles-with-gpt-4-turbo/" target="_blank">create</a> coherent book-length articles,
\xa                                <a href="https://www.cyberseo.net/blog/where-to-get-images-for-autoblog/" target="_blank">enrich</a> your posts with media content, and \xd\xa                                <a href="https://www.cyberseo.net/blog/advanced-autoblogging-with-gpt-3-5-turbo-16k/" target="_blank">define</a> their internal HTML structure.
\xa                            </div>\xd\xa                        </td>
\xa                    </tr>   \xd\xa
\xa                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "post_content_template"); echo "Post content</th>\xd\xa                        <td>
\xa                            "; echo "<textarea style="width:100%; height:20em; background-color:white;" wrap="on" name="post_content_template" id="post_content_template">" . stripslashes($settings["post_content_template"]) . "</textarea>"; echo "<p class="description">Post content template. Make sure it's not empty. The default template value is <code>%post_content%</code>. Post template <a href="https://www.cyberseo.net/content-syndicator/#templates" target="_blank">placeholders</a> and <a href="https://www.cyberseo.net/content-syndicator/#shortcodes" target="_blank">shortcodes</a> are available for this field.</p>"; if (strlen($settings["post_content_template"])) { goto jdDr1; } echo "<p><span style="color: red;">&#x26A0;</span> Your post content template is empty. This means that the generated post will not have a content.</p>"; jdDr1: echo "                        </td>\xd
                    </tr>
\xd
                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "post_excerpt_template"); echo "Post excerpt</th>\xd
                        <td>
\xa                            "; echo "<textarea style="width:100%; height:20em; background-color:white;" wrap="on" name="post_excerpt_template" id="post_excerpt_template">" . stripslashes($settings["post_excerpt_template"]) . "</textarea>"; echo "<p class="description">Post excerpt template. Make sure it's not empty. The default template value is <code>%post_excerpt%</code>. Post template <a href="https://www.cyberseo.net/content-syndicator/#templates" target="_blank">placeholders</a> and <a href="https://www.cyberseo.net/content-syndicator/#shortcodes" target="_blank">shortcodes</a> are available for this field.</p>"; if (strlen($settings["post_content_template"])) { goto JMHfZ; } echo "<p><span style="color: red;">&#x26A0;</span> Your post excerpt template is empty. This means that the generated post will not have an excerpt.</p>"; JMHfZ: echo "                        </td>\xd\xa                    </tr>         \xd
\xd\xa\xd
                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "meta_description_template"); echo "Meta description</th>\xd
                        <td>
                            "; echo "<textarea style="width:100%; height:20em; background-color:white;" wrap="on" name="meta_description_template" id="meta_description_template">" . stripslashes($settings["meta_description_template"]) . "</textarea>"; echo "                            <p class="description">Use CyberSEO Pro placeholders to customize meta descriptions. For example, you can use the OpenAI GPT shortcode to generate meta descriptions based on the current post.</p>\xd\xa                            <p class="description">The following SEO plugins are supported: <a href="https://wordpress.org/plugins/wordpress-seo/" target="_blank">Yoast SEO</a>, 
\xa                                <a href="https://wordpress.org/plugins/seo-by-rank-math/" target="_blank">Rank Math SEO</a>, 
\xa                                <a href="https://wordpress.org/plugins/autodescription/" target="_blank">The SEO Framework</a>,\xd
                                <a href="https://wordpress.org/plugins/wp-seopress/" target="_blank">SEOPress</a>. Post template <a href="https://www.cyberseo.net/content-syndicator/#templates" target="_blank">placeholders</a> and <a href="https://www.cyberseo.net/content-syndicator/#shortcodes" target="_blank">shortcodes</a> are available for this field.</p>\xd\xa                        </td>\xd\xa                    </tr>   
\xa\xd

                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "post_header"); echo "Post headers</th>
\xa                        <td>\xd\xa                            "; echo "<textarea style="width:100%; height:20em; background-color:white;" wrap="on" name="post_header" id="post_header">" . stripslashes($settings["post_header"]) . "</textarea>"; echo "                            <p class="description">You may have a several versions of post header. In such a case your HTML code chunks have to be separated with <strong>&lt;!--more--&gt;</strong> divider.\xd
                                These changes will be randomly inserted into the posts. <a href="https://www.cyberseo.net/content-syndicator/#headers-and-footers" target="_blank">Read more...</a></p>
                        </td>
                    </tr>\xd\xa\xd
                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "include_post_headers"); echo "Add post headers to excerpts</th>
                        <td>
\xa                            "; echo "<input type="checkbox" name="include_post_headers" id="include_post_headers" " . ($settings["include_post_headers"] === "on" ? "checked " : '') . ">"; echo "                            <label for="include_post_headers">check this option if you want the post headers to be inserted into excerpts.</label>
\xa                        </td>\xd
                    </tr>\xd\xa
\xa                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "post_footer"); echo "Post footers</th>
                        <td>
                            "; echo "<textarea style="width:100%; height:20em; background-color:white;" wrap="on" name="post_footer" id="post_footer">" . stripslashes($settings["post_footer"]) . "</textarea>"; echo "                            <p class="description">You may have a several versions of post footer. In such a case your HTML code chunks have to be separated with <strong>&lt;!--more--&gt;</strong> divider.\xd\xa                                These changes will be randomly inserted into the posts. <a href="https://www.cyberseo.net/content-syndicator/#headers_and_footers" target="_blank">Read more...</a></p>
\xa                        </td>
\xa                    </tr>\xd\xa
\xa                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "include_post_footers"); echo "Add post footers to excerpts</th>\xd\xa                        <td>
                            "; echo "<input type="checkbox" name="include_post_footers" id="include_post_footers" " . ($settings["include_post_footers"] === "on" ? "checked " : '') . ">"; echo "                            <label for="include_post_footers">check this option if you want the post footers to be inserted into excerpts.</label>\xd\xa                        </td>\xd\xa                    </tr>\xd\xa\xd
                    <tr>\xd
                        <th scope="row">"; $this->showChangeBox($change_selected, "custom_fields"); echo "Custom fields</th>\xd\xa                        <td>
\xa                            "; echo "<textarea cols="90" rows="10" id="custom_fields" name="custom_fields" style="margin:0;height:15em;width:100%;">" . stripslashes($settings["custom_fields"]) . "</textarea>"; echo "                            <p class="description">Here you can assign the XML tag values to the custom fields of the syndicating post, using the following format: <b>tag->name</b>
\xa                                - one line per field. Where:<br><b>tag</b> - the aggregating post's tag you want to parse. This parameter is case
                                insensitive;<br> <b>name</b> - the name of WordPress post custom field to write the value it. This parameter is case sensitive.
                                <a href="https://www.cyberseo.net/content-syndicator/#custom-fields" target="_blank">Read more...</a></p></p>\xd
                        </td>
\xa                    </tr>                           

\xa                </table>
\xd\xa                <script>\xd
                    var custom_fields = CodeMirror.fromTextArea(document.getElementById("custom_fields"), {\xd
                        autoRefresh: true,\xd\xa                        lineWrapping: true,
                        lineNumbers: true,
\xa                        spellcheck: false,
                        matchBrackets: true,
                        mode: "mathematica",\xd\xa                        indentUnit: 8,
                        indentWithTabs: true,
                        enterMode: "keep",\xd\xa                        tabMode: "shift"\xd
                    });
                    custom_fields.setSize("100%", "10em");
                </script>\xd
            </div>\xd\xa\xd
            <div id="expert" class="tab_content">  \xd\xa                <br>
\xa                "; $this->showExpertBox($settings, true, $change_selected); echo "            </div>
\xa
\xa            <div id="filtering" class="tab_content">       \xd
                <br>
\xa                <table class="form-table "; if (!$change_selected) { goto Tpz5n; } echo "cseo-form"; Tpz5n: echo "">\xd

                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "filter_before"); echo "Apply filters before</th>\xd\xa                        <td>
                            <select name="filter_before">
\xa                                "; echo "<option " . ($settings["filter_before"] === "ftrss" ? "selected " : '') . "value="ftrss">full article extraction</option>"; echo "<option " . ($settings["filter_before"] === "ai-processor" ? "selected " : '') . "value="ai-processor">AI text processor</option>"; echo "<option " . ($settings["filter_before"] === "translator" ? "selected " : '') . "value="translator">text translator</option>"; echo "<option " . ($settings["filter_before"] === "spinner" ? "selected " : '') . "value="spinner">text spinner</option>"; echo "<option " . ($settings["filter_before"] === "media-processing" ? "selected " : '') . "value="media-processing">media processing</option>"; echo "                            </select>
\xa                            <p class="description">Specify when exactly to apply the filter parameters.</p>
\xa                        </td>
\xa                    </tr> \xd\xa\xd\xa                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "filter_post_title"); echo "Apply filtering to</th>\xd\xa                        <td>"; echo "<input type="checkbox" name="filter_post_title" id="filter_post_title" " . ($settings["filter_post_title"] === "on" ? "checked " : '') . "> <label for="filter_post_title">post title</label> &nbsp; "; echo "<input type="checkbox" name="filter_post_content" id="filter_post_content" " . ($settings["filter_post_content"] === "on" ? "checked " : '') . "> <label for="filter_post_content">post content</label> &nbsp; "; echo "<input type="checkbox" name="filter_post_excerpt" id="filter_post_excerpt" " . ($settings["filter_post_excerpt"] === "on" ? "checked " : '') . "> <label for="filter_post_excerpt">post excerpt</label> "; echo "<input type="checkbox" name="filter_post_link" id="filter_post_link" " . ($settings["filter_post_link"] === "on" ? "checked " : '') . "> <label for="filter_post_link">post link</label> "; echo "                        </td>\xd\xa                    </tr>                      \xd
\xd
                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "filter_any_phrases"); echo "Must contain any of these keywords</th>\xd\xa                        <td>\xd
                            "; echo "<input type="text" style="width:100%" name="filter_any_phrases" value="" . stripslashes($settings["filter_any_phrases"]) . "">"; echo "                            <p class="description">Separate keywords and phrases with commas.</p>\xd\xa                        </td>\xd\xa                    </tr>       
\xa
\xa                    <tr>\xd\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "filter_all_phrases"); echo "Must contain all these keywords</th>\xd\xa                        <td>
                            "; echo "<input type="text" style="width:100%" name="filter_all_phrases" value="" . stripslashes($settings["filter_all_phrases"]) . "">"; echo "                            <p class="description">Separate keywords and phrases with commas.</p>
\xa                        </td>
                    </tr>                       \xd
\xd\xa                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "filter_none_phrases"); echo "Must contain none of these keywords</th>
                        <td>
                            "; echo "<input type="text" style="width:100%" name="filter_none_phrases" value="" . stripslashes($settings["filter_none_phrases"]) . """; echo "                            <p class="description">Separate keywords and phrases with commas.</p>
\xa                        </td>
                    </tr>      
\xd
                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "filter_any_tags"); echo "Must contain any of these tags</th>
\xa                        <td>
                            "; echo "<input type="text" style="width:100%" name="filter_any_tags" value="" . stripslashes($settings["filter_any_tags"]) . """; echo "                            <p class="description">Separate tags and phrases with commas.</p>
                        </td>
                    </tr>        \xd

                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "filter_none_tags"); echo "Must contain none of these tags</th>\xd\xa                        <td>
\xa                            "; echo "<input type="text" style="width:100%" name="filter_none_tags" value="" . stripslashes($settings["filter_none_tags"]) . "">"; echo "                            <p class="description">Separate tags and phrases with commas.</p>\xd
                        </td>\xd\xa                    </tr>     

                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "filter_days_newer"); echo "Must be newer than</th>
\xa                        <td>\xd
                            "; echo "<input type="text" name="filter_days_newer" value="" . stripslashes($settings["filter_days_newer"]) . "" size="3"> day(s)."; echo "                            <p class="description">Specify the date of a news publication in the feed (if present). Use 0 to not filter by date.</p>
                        </td>\xd\xa                    </tr>                         \xd

                    <tr>
\xa                        <th scope="row">"; $this->showChangeBox($change_selected, "filter_days_older"); echo "Must be older than</th>
\xa                        <td>\xd\xa                            "; echo "<input type="text" name="filter_days_older" value="" . stripslashes($settings["filter_days_older"]) . "" size="3"> day(s)."; echo "                            <p class="description">Specify the date of a news publication in the feed (if present). Use 0 to not filter by date.</p>
                        </td>
                    </tr>           
\xa\xd
                    <tr>
                        <th scope="row">"; $this->showChangeBox($change_selected, "filter_post_longer"); echo "Must be longer than</th>
\xa                        <td>
\xa                            "; echo "<input type="text" name="filter_post_longer" value="" . stripslashes($settings["filter_post_longer"]) . "" size="3"> characters."; echo "                            <p class="description">Specify the the minimum post length. Use 0 for any size.</p>\xd\xa                        </td>
\xa                    </tr>      
                </table>
                <br>\xd
                <p class="description">*The filtering routine is case-insensitive and it does not match full words. Thus please be careful when using short keywords that may unintentionally match parts of other words.</p>
            </div>
            <script type="text/javascript">\xd\xa                var post_content_template = CodeMirror.fromTextArea(document.getElementById("post_content_template"), {\xd\xa                    autoRefresh: true,
                    lineWrapping: true,\xd
                    lineNumbers: true,\xd
                    spellcheck: false,\xd\xa                    matchBrackets: true,\xd
                    mode: "application/x-httpd-php",
\xa                    indentUnit: 8,\xd\xa                    indentWithTabs: true,\xd
                    enterMode: "keep",\xd
                    tabMode: "shift"\xd\xa                });
\xa                post_content_template.setSize("100%", "20em");\xd

                var post_excerpt_template = CodeMirror.fromTextArea(document.getElementById("post_excerpt_template"), {
\xa                    autoRefresh: true,
\xa                    lineWrapping: true,
                    lineNumbers: true,
                    spellcheck: false,\xd
                    matchBrackets: true,
                    mode: "application/x-httpd-php",\xd
                    indentUnit: 8,\xd
                    indentWithTabs: true,
                    enterMode: "keep",
\xa                    tabMode: "shift"\xd\xa                });\xd\xa                post_excerpt_template.setSize("100%", "20em");\xd\xa\xd
                var meta_description_template = CodeMirror.fromTextArea(document.getElementById("meta_description_template"), {
                    autoRefresh: true,\xd
                    lineWrapping: true,\xd\xa                    lineNumbers: true,
\xa                    spellcheck: false,\xd\xa                    matchBrackets: true,
                    mode: "application/x-httpd-php",
                    indentUnit: 8,
\xa                    indentWithTabs: true,\xd
                    enterMode: "keep",
                    tabMode: "shift"
                });
\xa                meta_description_template.setSize("100%", "10em");
\xd
                var post_header = CodeMirror.fromTextArea(document.getElementById("post_header"), {\xd
                    autoRefresh: true,\xd\xa                    lineWrapping: true,
\xa                    lineNumbers: true,\xd\xa                    spellcheck: false,\xd\xa                    matchBrackets: true,\xd
                    mode: "application/x-httpd",\xd
                    indentUnit: 8,
\xa                    indentWithTabs: true,
\xa                    enterMode: "keep",\xd\xa                    tabMode: "shift"\xd\xa                });
\xa                post_header.setSize("100%", "10em");\xd\xa\xd\xa                var post_footer = CodeMirror.fromTextArea(document.getElementById("post_footer"), {
\xa                    autoRefresh: true,
                    lineWrapping: true,\xd
                    lineNumbers: true,
                    spellcheck: false,
\xa                    matchBrackets: true,
\xa                    mode: "application/x-httpd",
\xa                    indentUnit: 8,
                    indentWithTabs: true,\xd\xa                    enterMode: "keep",
\xa                    tabMode: "shift"
                });
\xa                post_footer.setSize("100%", "10em");
            </script>
            "; echo "<div class="submit">"; if (isset($_POST["modify_selected_feeds"]) && check_admin_referer("cseo_xml_syndicator")) { goto EPNj3; } if ($islocal) { goto WHu3O; } echo "<input class="button-primary" name="update_default_settings" value="Update default settings" type="submit">&nbsp;"; echo "<input class="button" name="cancel" value="Cancel" type="submit">"; goto RPiaQ; WHu3O: if ($this->edit_existing) { goto GGT7Y; } echo "<input class="button-primary" name="syndicate_feed" value="Syndicate This Feed" type="submit">&nbsp;&nbsp;"; echo "<input class="button" name="cancel" value="Cancel" type="submit">"; if (is_object($this->current_feed_url)) { goto RHQD7; } echo "<input type="hidden" name="feed_url" value="" . htmlspecialchars($this->current_feed_url) . "">"; goto RycfX; RHQD7: echo "<input type="hidden" name="feed_url" value="" . base64_encode(gzcompress(serialize($this->current_feed_url))) . "">"; RycfX: goto se3LR; GGT7Y: echo "<input class="button-primary" name="update_feed_settings" value="Update Feed Settings" type="submit">&nbsp;&nbsp;"; echo "<input class="button" name="cancel" value="Cancel" type="submit">"; echo "<input type="hidden" name="feed_id" value="" . (int) $_GET["edit-feed-id"] . "">"; se3LR: RPiaQ: echo "<br><div align="right"><input class="button" name="export_as_preset" value="Export as preset" type="submit"></div>"; goto etZdB; EPNj3: echo "<input type="hidden" name="feed_ids" value="" . base64_encode(serialize($_POST["feed_ids"])) . "">"; echo "<input class="button-primary" name="apply_settings_to_selected_feeds" value="Apply these settings to selected feeds" type="submit">&nbsp;&nbsp;"; echo "<input class="button" name="cancel" value="Cancel" type="submit">"; etZdB: echo "</div>"; wp_nonce_field("cseo_xml_syndicator"); echo "        </form>
\xa        <script type='text/javascript'>\xd
            cseoChangePostType();\xd\xa            cseoChangeTextExtractor();
\xa            cseoChangeTranslator();\xd
            cseoChangeSpinner();
\xa            cseoAiEngine();
            cseoOpenAiImage();
\xa            cseoStableDiffusionImage();\xd\xa            cseoPixabayImage();
\xa            cseoGoogleImage();
            cseoYouTubeVideo();
\xa            cseoAiImage();\xd
            cseoSetThumbnail();\xd\xa        </script>
        "; } function getUpdateTime($id) { $time = time(); $interval = 60 * (int) $this->feeds[$id]["options"]["interval"]; if (isset($this->feeds_updated[$id])) { goto lV2Rj; } $updated = (int) $this->feeds[$id]["updated"]; goto mj0_7; lV2Rj: $updated = (int) $this->feeds_updated[$id]; mj0_7: if ($this->feeds[$id]["options"]["interval"] == 0) { goto iFvqz; } if ($time - $updated >= $interval) { goto a3rPu; } return "in " . (int) (($interval - ($time - $updated)) / 60) . " minutes"; goto cDdaV; iFvqz: return "never"; goto cDdaV; a3rPu: return "asap"; cDdaV: } function showPresetBox() { echo "        <tr>\xd\xa            <th scope="row">
                Select processing rules (preset)
            </th>  \xd\xa            <td>
                <select name="presets">
\xa                    "; $presets = cseo_load_presets(); $i = 0; apfjw: if (!($i < count($presets))) { goto LP02l; } echo "<option value="" . $i . "">" . $presets[$i]["name"] . "</option>"; kOGFH: $i++; goto apfjw; LP02l: echo "                </select>\xd\xa            </td>\xd
        </tr>\xd\xa        "; } function showExpertBox($settings, $full_menu = false, $change_selected = false) { echo "        <table class="form-table "; if (!$change_selected) { goto nTX9H; } echo "cseo-form"; nTX9H: echo "">\xd\xa            <tr>\xd\xa                <th scope="row">"; $this->showChangeBox($change_selected, "proxy_mode"); echo "Proxy mode</th>
                <td>\xd
                    <select name="proxy_mode">
\xa                        "; echo "<option " . ($settings["proxy_mode"] === "noproxy" ? "selected " : '') . "value="noproxy">No proxy</option>"; echo "<option " . ($settings["proxy_mode"] === "use_proxy" ? "selected " : '') . "value="use_proxy">Use proxy list</option>"; echo "                    </select>\xd\xa                    <p class="description">This option allows one to enable or disable proxies from the list, specified in <a href="admin.php?page=cyberseo_general_settings">General Settings</a>.</p>\xd\xa                </td>\xd
            </tr>                  
\xd
            <tr>\xd
                <th scope="row">"; $this->showChangeBox($change_selected, "user_agent"); echo "User agent</th>
\xa                <td>\xd
                    "; echo "<input type="text" style="width:100%" name="user_agent" value="" . stripslashes($settings["user_agent"]) . "">"; echo "                    <p class="description">Use this field to set a fake <a href="https://en.wikipedia.org/wiki/User-Agent_header" target="_blank">user agent</a>.</p>\xd
                </td>\xd\xa            </tr>       \xd\xa\xd
            <tr>\xd\xa                <th scope="row">"; $this->showChangeBox($change_selected, "http_referrer"); echo "HTTP referrer</th>\xd\xa                <td>\xd
                    "; echo "<input type="text" style="width:100%" name="http_referrer" value="" . stripslashes($settings["http_referrer"]) . "">"; echo "                    <p class="description">Set URL for the <a href="https://en.wikipedia.org/wiki/Referer_spoofing" target="_blank">referer spoofing</a>. When set to "self", the actual feed's URL will be used.</p>
\xa                </td>
\xa            </tr>  \xd

\xa            <tr>
                <th scope="row">"; $this->showChangeBox($change_selected, "http_headers"); echo "HTTP headers</th>
                <td>\xd
                    "; echo "<textarea cols="90" rows="10" wrap="off" name="http_headers" style="margin:0;height:10em;width:100%;">" . stripslashes($settings["http_headers"]) . "</textarea>"; echo "                    <p class="description">HTTP headers from a request follow this basic structure of an HTTP header: a case-insensitive string followed
                        by a colon (':') and a value whose structure depends upon the header. One header per line.</p>
\xa                </td>\xd
            </tr>                    \xd

            <tr>
\xa                <th scope="row">"; $this->showChangeBox($change_selected, "xml_section_tags"); echo "XML section names</th>\xd
                <td>\xd
                    "; echo "<input type="text" style="width:100%" name="xml_section_tags" value="" . stripslashes($settings["xml_section_tags"]) . "">"; echo "                    <p class="description">Separate with commas.</p>\xd\xa                </td>\xd\xa            </tr>\xd\xa\xd
            <tr>
\xa                <th scope="row">"; $this->showChangeBox($change_selected, "disable_item_tag_autodetect"); echo "Disable JSON and XML tag detection</th>\xd\xa                <td>\xd
                    "; echo "<input type="checkbox" name="disable_item_tag_autodetect" id="disable_item_tag_autodetect" " . ($settings["disable_item_tag_autodetect"] === "on" ? "checked " : '') . ">"; echo "                    <label for="disable_item_tag_autodetect">use section names defined in "XML section names" only.</label>
\xa                </td>\xd\xa            </tr>                        

            <tr>
                <th scope="row">"; $this->showChangeBox($change_selected, "preprocess_source_php"); echo "Preprocess source PHP code</th>\xd
                <td>
\xa                    "; echo "<textarea style="width:100%; height:20em; background-color:white;" wrap="on" name="preprocess_source_php" id="preprocess_source_php">" . stripslashes($settings["preprocess_source_php"]) . "</textarea>"; echo "                    <p class="description">The form above allows you to execute a custom PHP code on the raw source file before it will be parsed by the content syndicator. You may fix or reformat\xd
                        the source content in order to transform it into a valid XML format. The source content is stored in the <code>$content</code> string variable.\xd\xa                        You are free to modify it according to you need. Just keep in mind that the altered contents of the <code>$content</code> variable must be a valid XML document. <a href="https://www.cyberseo.net/content-syndicator/#preprocess-php-code" target="_blank">Read more...</a></p>\xd
                </td>    \xd\xa            </tr>   
\xa\xd\xa            "; if (!$full_menu) { goto Kef9B; } echo "                <tr>\xd\xa                    <th scope="row">"; $this->showChangeBox($change_selected, "php_code"); echo "Custom PHP code</th>\xd
                    <td>\xd
                        "; echo "<textarea style="width:100%; height:20em; background-color:white;" wrap="on" name="php_code" id="php_code">" . stripslashes($settings["php_code"]) . "</textarea>"; echo "                        <p class="description">You can use this form to execute a custom PHP code for every aggregating post. This tool is intended for advanced users 
                            only and can be highly useful, for example, if you need to modify post's title, content, date, GUID etc. All post-related info is stored in the
\xa                            <code>$post</code> array variable which you can alter in order to apply your own changes to every aggregating post. If you don't want to aggregate some particular\xd
                            post, assign <code>false</code> to the <code>$post</code> array variable. <a href="https://www.cyberseo.net/content-syndicator/#php-code" target="_blank">Read more...</a>\xd
                        </p>
                    </td>    \xd\xa                </tr>   \xd\xa            "; Kef9B: echo "    
\xa\xd
        </table>\xd\xa        <script type="text/javascript">\xd
            var preprocess_source_php = CodeMirror.fromTextArea(document.getElementById("preprocess_source_php"), {\xd
                autoRefresh: true,\xd\xa                lineWrapping: true,\xd
                lineNumbers: true,
                spellcheck: false,
\xa                matchBrackets: true,
                mode: "text/x-php",\xd\xa                indentUnit: 8,\xd\xa                indentWithTabs: true,\xd
                enterMode: "keep",\xd\xa                tabMode: "shift"\xd\xa            });
            preprocess_source_php.setSize("100%", "20em");\xd

        "; if (!$full_menu) { goto qcWpw; } echo "                var php_code = CodeMirror.fromTextArea(document.getElementById("php_code"), {\xd
                    autoRefresh: true,\xd
                    lineWrapping: true,
                    lineNumbers: true,
\xa                    spellcheck: false,\xd
                    matchBrackets: true,
                    mode: "text/x-php",\xd
                    indentUnit: 8,\xd
                    indentWithTabs: true,
\xa                    enterMode: "keep",
                    tabMode: "shift"
\xa                });\xd\xa                php_code.setSize("100%", "20em");
        "; qcWpw: echo "        </script>\xd
        "; } function showMainPage($showsettings = true) { echo "        <div class="metabox-holder postbox-container" style="width:100%;">
\xa            <ul class="tabs"> \xd
                <li class="active" rel="xml_feed">Source feed</li>\xd\xa                <li rel="csv_dump">CSV or text dump</li>\xd
            </ul>    

\xa            <div class="tab_container">\xd\xa                <div id="xml_feed" class="tab_content">
                    <form action=""; echo cseo_REQUEST_URI(); echo "" method="post">\xd\xa
                        <table class="form-table">\xd
                            <tr>\xd
                                <th scope="row">
\xa                                    New feed URL\xd\xa                                </th> 
\xa                                <td>\xd
                                    <div style="display: flex; justify-content: space-between; width: 100%;">
                                        <div style="flex-grow: 1; margin-right: 10px;">
\xa                                            <input type="text" name="feed_url" value="" style="width: 100%;">
                                        </div>

\xa                                        <div style="align-self: center;">
\xa                                            <input class="button-primary" name="new_feed" value="&nbsp; Syndicate &raquo; &nbsp;" type="submit">
                                        </div>
\xa                                    </div>
\xa                                </td>          \xd\xa                            </tr>\xd\xa
                            <tr>\xd\xa                                <th scope="row">\xd\xa                                    Treat as CSV
                                </th> 
\xa                                <td colspan="2">
                                    <input type="checkbox" name="treat_as_csv"> when checked, the source content will be parsed as a CSV file with a header.\xd\xa                                </td>          \xd\xa                            </tr>
\xa                            "; $this->showPresetBox(); echo "                        </table>\xd
                        <div style="margin-top:16pt;">
\xa                            <button type="button" class="cseo-button" id="show_override_box" onclick="cseoSwitchQODS();">&#x2B07; Quick override default settings</button>                            
\xa                            <button type="button" class="cseo-button" id="hide_override_box" style="display:none;" onclick="cseoSwitchQODS();">&#x2B06; Hide the override panel</button>\xd
                            <div id="expert_box_override" style="display:none;">
                                <br>\xd\xa                                "; $this->showExpertBox($this->global_options); echo "                            </div>    
                        </div>
                        "; wp_nonce_field("cseo_xml_syndicator"); echo "                    </form>                    
\xa                </div>\xd
\xd
                <div id="csv_dump" class="tab_content">
                    <form action=""; echo cseo_REQUEST_URI(); echo "" method="post">\xd\xa                        <div class="cseo-box" style="padding: 8px;">Not sure how to use CVS and raw text dumps? Check out this <a href="https://www.youtube.com/watch?v=5Af5Mg0Y1y8" target="_blank">video tutorial</a>.</div>
                        <table class="form-table">\xd
                            <tr>
                                <th scope="row">\xd
                                    Dump Format:\xd
                                </th>
                                <td>
\xa                                    "; $i = 0; SQkDj: if (!($i < 18)) { goto Ym3U_; } echo "                                        <select name="fields[]">
\xa                                            <option value="ignore" selected>Ignore</option>                                            \xd\xa                                            <option value="link">Link</option>
\xa                                            <option value="title">Title</option>\xd\xa                                            <option value="tags">Tags</option>\xd
                                            <option value="categories">Categories</option>
                                            <option value="description">Description</option>\xd\xa                                            <option value="content">Content</option>\xd
                                            <option value="thumb">Thumbnail</option>\xd
                                            <option value="date">Date</option>
\xa                                            <option value="custom">Custom</option>\xd
                                        </select>
\xa                                        "; vgVn2: $i++; goto SQkDj; Ym3U_: echo "                                </td>
                            </tr>\xd\xa\xd\xa                            <tr>
\xa                                <th scope="row">
                                    Delimiter:
\xa                                </th>
\xa                                <td>
\xa                                    <select name="delimiter">\xd\xa                                        <option value="csv_pipe">|</option>\xd
                                        <option value="csv_comma">,</option>\xd
                                        <option value="csv_semicolon">;</option>\xd
                                        <option value="csv_tab">TAB</option>\xd
                                    </select>                                  \xd\xa                                    <p class="description">define the dump format</p>
\xa                                </td>
\xa                            </tr>
                            \xd
                            <tr>
\xa                                <th scope="row">\xd\xa                                    Skip header\xd\xa                                </th> \xd\xa                                <td colspan="2">\xd
                                    <input type="checkbox" name="skip_header"> when checked, the first line of a CSV dump is considered a header and is skipped.
\xa                                </td>          \xd\xa                            </tr>\xd\xa\xd\xa                            <tr>\xd
                                <th scope="row">
                                    Dump:
\xa                                </th>\xd
                                <td>
\xa                                    <textarea style="width:100%; height:30em; background-color:white;" spellcheck="false" wrap="on" id="dump" name="dump"></textarea>
\xa                                    <p class="description">put the CSV dump here</p>\xd\xa                                </td>\xd
                            </tr>
                            "; $this->showPresetBox(); echo "                        </table>	
\xa                        <p><input class="button-primary" name="new_feed" value="Import dump &raquo;" type="submit"></p>
\xa                        <input type="hidden" name="feed_url" value="dump">
                        "; wp_nonce_field("cseo_xml_syndicator"); echo "                    </form>
                    <script type="text/javascript">
                        var dump = CodeMirror.fromTextArea(document.getElementById("dump"), {\xd
                            autoRefresh: true,
\xa                            lineWrapping: true,\xd\xa                            lineNumbers: true,
                            spellcheck: false,
                            matchBrackets: true,\xd
                            mode: "text/html",\xd
                            indentUnit: 8,\xd
                            indentWithTabs: true,
                            enterMode: "keep",\xd
                            tabMode: "shift"\xd\xa                        });
\xa                        dump.setSize("100%", "30em");
                    </script>
\xa                </div>\xd\xa\xd\xa            </div>\xd
            <form id="syndycated_feeds" action=""; echo cseo_REQUEST_URI(); echo "" method="post">
                "; if (!(count($this->feeds) > 0)) { goto jIpgq; } $display_feeds = []; $i = 0; c3oTG: if (!($i < count($this->feeds))) { goto QcfP0; } $feed_item = "<tr>"; $feed_item .= "<th><input name="feed_ids[]" value="" . $i . "" type="checkbox" id="f" . $i . ""></th>"; $feed_item .= "<td><label for="f" . $i . "">" . $this->feeds[$i]["title"] . " [<a href="" . cseo_REQUEST_URI() . "&edit-feed-id=" . $i . "">edit</a>]</label></td>"; if (!is_object($this->feeds[$i]["url"])) { goto fXLSh; } $feed_item .= "<td>CSV</td>"; goto pzWjR; fXLSh: if (is_string($this->feeds[$i]["url"]) && preg_match(CSEO_DUMMY_FEED_PATTERN, $this->feeds[$i]["url"])) { goto fZWQ2; } $feed_item .= "<td><a href="" . $this->feeds[$i]["url"] . "" target="_blank">" . cseo_chop_str(htmlspecialchars($this->feeds[$i]["url"]), 100) . "</a></td>"; goto xalap; fZWQ2: $feed_item .= "<td>dummy</td>"; xalap: pzWjR: $feed_item .= "<td>" . $this->getUpdateTime($i) . "</td>"; if (isset($this->feeds_updated[$i])) { goto P0RzR; } $last_update = $this->feeds[$i]["updated"]; goto h9Poq; P0RzR: $last_update = $this->feeds_updated[$i]; h9Poq: if ($last_update) { goto w3KcV; } $feed_item .= "<td> - </td>"; goto pIxIE; w3KcV: $feed_item .= "<td>" . round((time() - $last_update) / 60) . " minutes ago</td>"; pIxIE: $feed_item .= "</tr>"; $display_feeds[] .= "<!--" . $this->feeds[$i]["title"] . $i . "-->" . $feed_item . PHP_EOL; EUwoc: $i++; goto c3oTG; QcfP0: if (!(get_option(CSEO_SORT_FEED_SOURCES) === "name")) { goto notH4; } asort($display_feeds); notH4: echo "<table class="widefat" style="margin-top: .5em" width="100%">"; echo "<tr style="background: #f0f0f0;">"; echo "<th scope="row" style="width:3%;"><input type="checkbox" onclick="cseoCheckAllLs(document.getElementById('syndycated_feeds'));"></th>"; echo "<th scope="row" style="font-weight: 600; width:25%;">Feed title</th>"; echo "<th scope="row" style="font-weight: 600; width:50%;">URL</th>"; echo "<th scope="row" style="font-weight: 600; width:10%;">Next update</th>"; echo "<th scope="row" style="font-weight: 600; width:12%;">Last update</th>"; echo "</tr>"; $i = 0; foreach ($display_feeds as $item) { if (!($i++ % 2)) { goto x8HNJ; } $item = str_replace("<tr>", "<tr class="alternate">", $item); x8HNJ: echo $item; CAbvW: } o8LCW: echo "</table>"; echo "                    &nbsp;\xd
                    <table width="100%">
\xa                        <tr>\xd
                            <td>\xd\xa                                <div align="left">
                                    <input class="button-primary" name="check_for_updates" value="&#x23E9; Pull selected feeds now!" type="submit">
\xa                                    <input class="button secondary" name="modify_selected_feeds" value="Mass modify selected feeds" type="submit">\xd
                                    <input class="button secondary" name="shuffle_update_time" value="Shuffle update times" type="submit">\xd\xa                                </div>\xd
                            </td>\xd
                            <td>
                                <div align="right">\xd
                                    <input class="button secondary" name="delete_feeds_and_posts" value="&#x274C; Delete selected feeds and syndicated posts" type="submit" onClick="return confirm('Delete selected feeds and syndicated posts?')">\xd\xa                                    <input class="button secondary" name="delete_feeds" value="&#x274C; Delete selected feeds" type="submit" onClick="return confirm('Delete selected feeds?')">\xd\xa                                    <input class="button secondary" name="delete_posts" value="&#x274C; Delete posts syndicated from selected feeds" type="submit" onClick="return confirm('Delete posts syndicated from selected feeds?')">
\xa                                </div>\xd\xa                            </td>
                        </tr>\xd
                    </table>
\xa                    "; jIpgq: echo "     
\xa                <table width="100%">\xd
                    <tr>
\xa                        <td>\xd\xa                            <div align="right">
\xa                                <br>\xd
                                <input class="button-primary" name="alter_default_settings" value="Alter default settings" type="submit">\xd\xa                            </div>\xd
                        </td>
                    </tr>
                </table> 

\xa                <h2>Export</h2>\xd\xa                <table class="widefat">\xd\xa                    <tr>\xd
                        <td>\xd\xa                            <p class="description">Use this option to export all selected feeds along with their settings into a file.</p>\xd
                            <input type="submit" name="export_feeds" id="submit" class="button-secondary" value="Export Selected Feeds" />\xd\xa                        </td>
                    </tr>
\xa                </table>\xd
                "; wp_nonce_field("cseo_xml_syndicator"); echo "            </form>
\xa            <br>
            <form action=""; echo cseo_REQUEST_URI(); echo "" method="post" enctype="multipart/form-data">
\xa                <h2>Import</h2>
                <table class="widefat">\xd
                    <tr>\xd
                        <td> \xd
                            <p><strong>Filename:</strong> <input type="file" name="file" id="file" /></p>\xd\xa                            <p class="description">Use this option to import feeds from a local file. <strong>Warning!</strong> The existing feed settings will be overwritten.</p>
\xa                            <input class="button-secondary" type="submit" name="import_feeds" value="Import Feed Settings" />
\xa                        </td>\xd\xa                    </tr>\xd
                </table>\xd\xa                "; wp_nonce_field("cseo_xml_syndicator"); echo "            </form>
            "; if (!$showsettings) { goto SKvvR; } $this->showSettings(false, $this->global_options); SKvvR: echo "        </div>
        "; } function enqueue_scripts() { wp_enqueue_style("codemirror", "https://codemirror.net/5/lib/codemirror.css"); wp_enqueue_script("codemirror", "https://codemirror.net/5/lib/codemirror.js"); wp_enqueue_script("xml", "https://codemirror.net/5/mode/xml/xml.js"); wp_enqueue_script("javascript", "https://codemirror.net/5/mode/javascript/javascript.js"); wp_enqueue_script("css", "https://codemirror.net/5/mode/css/css.js"); wp_enqueue_script("clike", "https://codemirror.net/5/mode/clike/clike.js"); wp_enqueue_script("php", "https://codemirror.net/5/mode/php/php.js"); wp_enqueue_script("autorefresh", "https://codemirror.net/5/addon/display/autorefresh.js"); } function init() { if (!(isset($_POST["reset_registration_info"]) && check_admin_referer("cseo_general_settings"))) { goto b319l; } delete_option("cxxx_reg_name"); delete_option("cxxx_reg_email"); delete_option("cxxx_xcd"); delete_option("cxxx_core_version"); header("Location: " . str_replace("cyberseo_general_settings", "cyberseo", $_SERVER["REQUEST_URI"])); die; b319l: } function cron_init() { if (get_option(CSEO_RSS_PULL_MODE) === "auto") { goto oA7on; } if (!(function_exists("wp_clear_scheduled_hook") && wp_next_scheduled("cseo_update_by_wp_cron"))) { goto D_ZzS; } wp_clear_scheduled_hook("cseo_update_by_wp_cron"); D_ZzS: goto i0c7n; oA7on: add_action("cseo_update_by_wp_cron", [$this, "update_feeds"]); if (wp_next_scheduled("cseo_update_by_wp_cron")) { goto sbnBA; } wp_schedule_event(time(), $this->get_cuctom_cron_interval_name(), "cseo_update_by_wp_cron"); sbnBA: i0c7n: } function admin_head() { echo "        <style type="text/css">\xd\xa            /*\xd\xa            .CodeMirror {\xd
                resize: vertical;\xd
                overflow: auto !important;
\xa            }
            */\xd\xa\xd\xa            .error a {
                color: #100;
            }\xd\xa
\xa            div.cyberseo-ui-tabs-panel {
\xa                margin: 0;
                padding-left: 6pt;\xd
                max-height: 13em;
                width: 50%;
                overflow: auto;\xd
                border: 1px solid #666;\xd\xa                background-color: white;\xd
            }

\xa            ul.tabs {\xd\xa                margin: 0;
                padding: 0;\xd
                float: left;\xd\xa                list-style: none;\xd
                height: 32px;\xd
                border-bottom: 1px solid #DDD;\xd
                border-left: 1px solid #DDD;\xd
                width: 100%;\xd\xa            }
\xa            ul.tabs li {
\xa                float: left;\xd
                margin: 0;\xd\xa                cursor: pointer;\xd
                padding: 0px 21px;
\xa                height: 31px;
\xa                line-height: 31px;\xd
                border: 1px solid #DDD;\xd
                border-left: none;
                font-weight: bold;
\xa                background: #EEE;\xd
                overflow: hidden;
\xa                position: relative;
            }
\xa            ul.tabs li:hover {\xd\xa                background: #DDD;
            }
\xa            ul.tabs li.active{
                background: #FFF;
                border-bottom: 1px solid #FFF;
            }
\xa            .tab_container {
                -webkit-box-shadow:inset 0px 0px 0px 1px #DDD;
                -moz-box-shadow:inset 0px 0px 0px 1px #DDD;
                box-shadow:inset 0px 0px 0px 1px #DDD;
                clear: both;
                float: left;
\xa                width: 100%;\xd
                background: #FFF;
\xa            }\xd\xa            .tab_content {\xd\xa                padding: 20px;
\xa                display: none;\xd
            }
            .cseo-button {\xd\xa                text-decoration: none;\xd\xa                cursor: pointer;\xd
                color: #333;
                padding: 4pt 8pt;\xd
                border-style: solid;
                border-color: #2271b1;
\xa                background-color: #fff;\xd
                border-width: 1pt;\xd
                border-radius: 3pt;
\xa            }
            .cseo-button:hover {\xd
                background-color: #eee;\xd\xa            }\xd
            .cseo-form th {\xd\xa                width: 20em;\xd
            }
\xd
            .cseo-box {
                width: 100%;
                border: 1px dashed #ccc;\xd\xa                padding: 0 8px 0 8px;
\xa                width: 98.6%;\xd\xa            }
\xa            .cseo-box8 {
\xa                width: 100%;
                border: 1px dashed #ccc;
\xa                padding: 0 8px 0 8px;
                margin-top: 12px;\xd\xa                width: 98.6%;\xd
            }
        </style>       
\xa
        <script type="text/javascript">
            jQuery(document).ready(function () {
                jQuery(".tab_content").hide();
                jQuery(".tab_content:first").show();\xd\xa                jQuery("ul.tabs li").click(function () {
                    jQuery("ul.tabs li").removeClass("active");
\xa                    jQuery(this).addClass("active");
\xa                    jQuery(".tab_content").hide();\xd
                    var activeTab = jQuery(this).attr("rel");
                    jQuery("#" + activeTab).show();\xd\xa                });\xd\xa            });

            function cseoCheckAllLs(form) {
\xa                for (i = 0, n = form.elements.length; i < n; i++) {
                    if (form.elements[i].type === "checkbox" && !(form.elements[i].getAttribute('onclick', 2))) {\xd
                        if (form.elements[i].checked === true)
\xa                            form.elements[i].checked = false;
\xa                        else
\xa                            form.elements[i].checked = true;\xd
                    }
\xa                }\xd\xa            }

            function cseoCheckAll(form) {
                for (i = 0, n = form.elements.length; i < n; i++) {\xd\xa                    if (form.elements[i].type === "checkbox") {
\xa                        form.elements[i].checked = true;\xd
                    }
\xa                }
\xa            }\xd

            function cseoUncheckAll(form) {\xd
                for (i = 0, n = form.elements.length; i < n; i++) {\xd
                    if (form.elements[i].type === "checkbox") {\xd\xa                        form.elements[i].checked = false;
\xa                    }
                }\xd\xa            }\xd
\xd
            function cseoInverseSelection(form) {\xd\xa                for (i = 0, n = form.elements.length; i < n; i++) {
                    if (form.elements[i].type === "checkbox") {\xd\xa                        if (form.elements[i].checked === true)
                            form.elements[i].checked = false;\xd\xa                        else
                            form.elements[i].checked = true;\xd
                    }
\xa                }
            }
\xd
            function cseoChangeMode() {
\xa                if (general_settings."; echo CSEO_RSS_PULL_MODE; echo ".value === "auto") {
\xa                    auto.style.display = 'block';\xd
                    cron.style.display = 'none';\xd\xa                } else {\xd
                    auto.style.display = 'none';
                    cron.style.display = 'block';\xd\xa                }
\xa            }\xd
\xd
            function cseoAiEngine() {
\xa                if (ai_engine.value === "none") {\xd
                    openai.style.display = 'none';
                    article_forge.style.display = "none";\xd\xa                }\xd\xa                if (ai_engine.value === "openai") {\xd
                    openai.style.display = "block";
\xa                    article_forge.style.display = "none";\xd
                }
\xa                if (ai_engine.value === "article_forge") {\xd\xa                    openai.style.display = "none";\xd
                    article_forge.style.display = "block";
\xa                }\xd\xa            }
            \xd\xa            function cseoYouTubeVideo() {
                if (youtube_position.value === "no_image") {\xd
                    youtube_settings.style.display = "none";
                } else {\xd\xa                    youtube_settings.style.display = "block";
\xa                }
            }\xd
\xd
            function cseoOpenAiImage() {
\xa                if (openai_image_position.value === "no_image") {\xd
                    openai_image_settings.style.display = "none";
\xa                } else {
                    openai_image_settings.style.display = "block";\xd
                }
\xa            }\xd\xa            
\xa            function cseoGoogleImage() {
\xa                if (google_image_position.value === "no_image") {\xd
                    google_image_settings.style.display = "none";
\xa                } else {
\xa                    google_image_settings.style.display = "block";\xd
                }\xd
            }\xd
\xd\xa            function cseoStableDiffusionImage() {
                if (stable_diffusion_image_position.value === "no_image") {
                    stable_diffusion_image_settings.style.display = "none";\xd\xa                } else {
\xa                    stable_diffusion_image_settings.style.display = "block";
                }\xd\xa            }\xd\xa\xd
            function cseoPixabayImage() {\xd
                if (pixabay_image_position.value === "no_image") {
                    pixabay_image_settings.style.display = "none";
                } else {
                    pixabay_image_settings.style.display = "block";
                }\xd\xa            }

            function cseoAiImage() {
                if (ai_image_position.value === "no_image") {\xd
                    ai_image_settings.style.display = "none";
\xa                } else {
                    ai_image_settings.style.display = "block";
                }
\xa            }

\xa            function cseoSetThumbnail() {
\xa                if (set_thumbnail.value === "gpt_image") {\xd
                    preferred_gpt_image_source_box.style.display = "table-row";
                } else {
                    preferred_gpt_image_source_box.style.display = "none";\xd\xa                }
\xa            }\xd\xa
            function cseoChangeACSource() {\xd
                ac_text.style.display = 'none';\xd
                ac_rss.style.display = 'none';\xd
                ac_openai.style.display = 'none';
                if (ac_source.value === 'text') {
                    ac_text.style.display = 'inline';\xd
                    ac_openai_rewrite_cb.style.display = 'table-row';
                }
\xa                if (ac_source.value === 'rss') {\xd
                    ac_rss.style.display = 'inline';
\xa                    ac_openai_rewrite_cb.style.display = 'table-row';\xd
                }
                if (ac_source.value === 'openai') {
\xa                    ac_openai.style.display = 'inline';\xd\xa                    ac_openai_rewrite_cb.style.display = 'none';\xd\xa                }\xd\xa            }
\xa\xd\xa            function cseoSwitchQODS() {\xd
                if (expert_box_override.style.display === 'none') {\xd
                    expert_box_override.style.display = 'block';\xd\xa                    show_override_box.style.display = 'none';
                    hide_override_box.style.display = 'inline';
\xa                } else {\xd\xa                    expert_box_override.style.display = 'none';
\xa                    show_override_box.style.display = 'inline';
\xa                    hide_override_box.style.display = 'none';\xd
                }
\xa            }
\xa
\xa            function cseoChangeTextExtractor() {\xd\xa                custom_text_extractor.style.display = 'none';\xd
                if (feed_settings.extract_full_articles.value === 'custom') {\xd
                    custom_text_extractor.style.display = 'inline';
\xa                }\xd\xa            }\xd
\xd
            function cseoChangeTranslator() {\xd
                yandex_translate_settings.style.display = 'none';
\xa                google_translate_settings.style.display = 'none';\xd
                deepl_translate_settings.style.display = 'none';\xd
                if (feed_settings.translator.value === 'yandex_translate') {
                    yandex_translate_settings.style.display = 'inline';
\xa                }\xd\xa                if (feed_settings.translator.value === 'google_translate') {\xd\xa                    google_translate_settings.style.display = 'inline';
\xa                }
                if (feed_settings.translator.value === 'deepl_translate') {\xd
                    deepl_translate_settings.style.display = 'inline';\xd\xa                }\xd
            }
\xa
\xa            function cseoChangeSpinner() {
\xa                tbs_settings.style.display = 'none';
                spinrewriter_settings.style.display = 'none';\xd\xa                wordai_settings.style.display = 'none';\xd
                chimprewriter_settings.style.display = 'none';
                espinner_settings.style.display = 'none';\xd
                xspinner_settings.style.display = 'none';
\xa                openai_gpt_settings.style.display = 'none';
\xa                if (feed_settings.spinner.value === '"; echo CSEO_TBS; echo "') {
\xa                    tbs_settings.style.display = 'inline';
                }
                if (feed_settings.spinner.value === '"; echo CSEO_SPINREWRITER; echo "') {
\xa                    spinrewriter_settings.style.display = 'inline';
                }
\xa                if (feed_settings.spinner.value === '"; echo CSEO_WORDAI; echo "') {
\xa                    wordai_settings.style.display = 'inline';\xd
                }
                if (feed_settings.spinner.value === '"; echo CSEO_CHIMPREWRITER; echo "') {
                    chimprewriter_settings.style.display = 'inline';\xd\xa                }
                if (feed_settings.spinner.value === '"; echo CSEO_ESPINNER; echo "') {\xd
                    espinner_settings.style.display = 'inline';
                }
\xa                if (feed_settings.spinner.value === '"; echo CSEO_XSPINNER; echo "') {
\xa                    xspinner_settings.style.display = 'inline';\xd\xa                }\xd\xa                if (feed_settings.spinner.value === '"; echo CSEO_OPENAI_GPT; echo "') {\xd
                    openai_gpt_settings.style.display = 'inline';
                }\xd\xa            }\xd\xa
\xa            function cseoSelectModificationTool() {\xd\xa                mt_exec_php.style.display = "none";
\xa                post_type_selector.style.display = "none";
                post_field_selector.style.display = "none";\xd\xa                if (modification_tools.mt_tool.value === "mt_exec_php") {\xd\xa                    mt_exec_php.style.display = "block";\xd\xa                }
                if (modification_tools.mt_tool.value === "mt_synonymize") {
                    post_type_selector.style.display = "block";\xd\xa                    post_field_selector.style.display = "block";
                }
                if (modification_tools.mt_tool.value === "mt_generate_thumbnails") {\xd\xa                    post_type_selector.style.display = "block";\xd
                }\xd\xa            }\xd
\xd\xa            function cseoChangePostType() {
                var post_type = document.feed_settings.post_type.value;\xd
                var undefined = document.getElementById("custom_taxonomy_undefined");
\xa                undefined.style.display = "block";
        "; $args = ["public" => true, "_builtin" => false]; $output = "objects"; $operator = "and"; $taxonomies = get_taxonomies($args, $output, $operator); foreach ($taxonomies as $taxonomy) { echo "var element = document.getElementById("custom_taxonomy_" . $taxonomy->name . "");"; echo "element.style.display = "none";"; foreach ($taxonomy->object_type as $object_type) { echo "if (post_type == "" . $object_type . "") {"; echo "element.style.display = "block";"; echo "undefined.style.display = "none";"; echo "}" . PHP_EOL; v9RTg: } FqERj: PsieL: } Ltvgo: echo "            }\xd\xa
            function cseoChangePreviewMode() {
\xa                switch (preview_mode_switch.value) {
\xa                    case "post_view":\xd
                        post_view.style.display = "block";\xd
                        full_text_view.style.display = "none";
\xa                        attachment_view.style.display = "none";
                        xml_view.style.display = "none";\xd
                        break;
\xa                    case "full_text_view":
                        post_view.style.display = "none";
\xa                        full_text_view.style.display = "block";
\xa                        attachment_view.style.display = "none";\xd
                        xml_view.style.display = "none";\xd\xa                        break;
                    case "attachment_view":\xd\xa                        post_view.style.display = "none";
\xa                        full_text_view.style.display = "none";\xd
                        attachment_view.style.display = "block";\xd
                        xml_view.style.display = "none";
                        break;
                    case "xml_view":\xd
                        post_view.style.display = "none";
\xa                        full_text_view.style.display = "none";
\xa                        attachment_view.style.display = "none";
                        xml_view.style.display = "block";
\xa                        break;\xd\xa                }\xd
            }
        </script>
\xa        "; } } if (!(get_option(CSEO_ENABLE_DEBUG_MODE) === "on")) { goto fVTEx; } error_reporting(-1); ini_set("display_errors", "On"); fVTEx: if (!(get_option(CSEO_PREVIOUS_VERSION) !== get_option(CXXX_CORE_VERSION))) { goto LZz1O; } update_option(CSEO_PREVIOUS_VERSION, get_option(CXXX_CORE_VERSION)); cseo_upgrade(); LZz1O: if (!is_admin()) { goto F4Duj; } cseo_default_options(); F4Duj: $cseo_syndicator = new CyberSEO_Syndicator(); if (!is_admin()) { goto dCv2J; } add_action("init", [$cseo_syndicator, "init"]); add_action("admin_bar_menu", "cseo_add_admin_menu_item"); add_action("admin_head", [$cseo_syndicator, "admin_head"]); add_action("admin_enqueue_scripts", [$cseo_syndicator, "enqueue_scripts"]); add_filter("plugin_action_links_" . plugin_basename(__FILE__), "cseo_plugins_action_link"); define("CSEO_OWNER", "%%EMAIL%%"); if (isset($_POST["export_feeds"])) { goto iYyr9; } if (isset($_POST["export_as_preset"])) { goto oQt6k; } goto QgbmA; iYyr9: if (!function_exists("check_admin_referer")) { require_once ABSPATH . "wp-includes/pluggable.php"; } if (!(isset($_POST["feed_ids"]) && check_admin_referer("cseo_xml_syndicator"))) { goto ZHmdS; } header("Content-Description: File Transfer"); header("Content-Disposition: attachment; filename=" . sanitize_key(get_bloginfo("name")) . "-feed-settings.dat"); header("Content-Type: text/xml; charset=" . get_option("blog_charset"), true); $cseo_syndicator->serializeFeeds($_POST["feed_ids"]); exit; ZHmdS: goto QgbmA; oQt6k: $preset = []; $preset["treat_as_csv"] = isset($_POST["treat_as_csv"]) ? "on" : ''; $preset["extract_full_articles"] = addslashes($_POST["extract_full_articles"]); $preset["ai_engine"] = $_POST["ai_engine"]; $preset["openai_article_assignment"] = addslashes($_POST["openai_article_assignment"]); $preset["openai_title_assignment"] = addslashes($_POST["openai_title_assignment"]); $preset["openai_processing_order"] = addslashes($_POST["openai_processing_order"]); $preset["openai_position"] = addslashes($_POST["openai_position"]); $preset["openai_model"] = addslashes($_POST["openai_model"]); $preset["openai_max_tokens"] = intval($_POST["openai_max_tokens"]); $preset["openai_temperature"] = floatval($_POST["openai_temperature"]); $preset["openai_top_p"] = floatval($_POST["openai_top_p"]); $preset["openai_best_of"] = intval($_POST["openai_best_of"]); $preset["openai_presence_penalty"] = floatval($_POST["openai_presence_penalty"]); $preset["openai_frequency_penalty"] = floatval($_POST["openai_frequency_penalty"]); $preset["openai_image_position"] = $_POST["openai_image_position"]; $preset["openai_image_assignment"] = addslashes($_POST["openai_image_assignment"]); $preset["openai_image_model"] = $_POST["openai_image_model"]; $preset["openai_image_size"] = $_POST["openai_image_size"]; $preset["openai_image_class"] = $_POST["openai_image_class"]; $preset["stable_diffusion_image_position"] = $_POST["stable_diffusion_image_position"]; $preset["stable_diffusion_image_description"] = addslashes($_POST["stable_diffusion_image_description"]); $preset["stable_diffusion_negative_prompt"] = addslashes($_POST["stable_diffusion_negative_prompt"]); $preset["stable_diffusion_engine"] = $_POST["stable_diffusion_engine"]; $preset["stable_diffusion_cfg_scale"] = intval($_POST["stable_diffusion_cfg_scale"]); $preset["stable_diffusion_clip_guidance_preset"] = $_POST["stable_diffusion_clip_guidance_preset"]; $preset["stable_diffusion_style_preset"] = $_POST["stable_diffusion_style_preset"]; $preset["stable_diffusion_sampler"] = $_POST["stable_diffusion_sampler"]; $preset["stable_diffusion_steps"] = intval($_POST["stable_diffusion_steps"]); $preset["stable_diffusion_width"] = intval($_POST["stable_diffusion_width"]); $preset["stable_diffusion_height"] = intval($_POST["stable_diffusion_height"]); $preset["stable_diffusion_image_class"] = $_POST["stable_diffusion_image_class"]; $preset["pixabay_image_position"] = $_POST["pixabay_image_position"]; $preset["pixabay_q"] = addslashes($_POST["pixabay_q"]); $preset["pixabay_lang"] = $_POST["pixabay_lang"]; $preset["pixabay_image_type"] = $_POST["pixabay_image_type"]; $preset["pixabay_orientation"] = $_POST["pixabay_orientation"]; $preset["pixabay_min_width"] = intval($_POST["pixabay_min_width"]); $preset["pixabay_min_height"] = intval($_POST["pixabay_min_height"]); $preset["pixabay_choose"] = intval($_POST["pixabay_choose"]); $preset["pixabay_image_class"] = $_POST["pixabay_image_class"]; $preset["google_image_position"] = $_POST["google_image_position"]; $preset["google_image_query"] = $_POST["google_image_query"]; $preset["google_min_width"] = intval($_POST["google_min_width"]); $preset["google_min_height"] = intval($_POST["google_min_height"]); $preset["google_image_class"] = $_POST["google_image_class"]; $preset["google_image_position"] = $_POST["google_image_position"]; $preset["youtube_position"] = $_POST["youtube_position"]; $preset["ai_image_gpt_source"] = $_POST["ai_image_gpt_source"]; $preset["youtube_query"] = addslashes($_POST["youtube_query"]); $preset["ai_image_class"] = $_POST["ai_image_class"]; $preset["use_video_custom_filed"] = isset($_POST["use_video_custom_filed"]) ? "on" : ''; $preset["user_agent"] = addslashes($_POST["user_agent"]); $preset["duplicate_check_method"] = addslashes($_POST["duplicate_check_method"]); $preset["disable_2nd_check"] = isset($_POST["disable_2nd_check"]) ? "on" : ''; $preset["http_headers"] = addslashes($_POST["http_headers"]); $preset["http_referrer"] = addslashes($_POST["http_referrer"]); $preset["post_type"] = $_POST["post_type"]; $preset["post_format"] = $_POST["post_format"]; $preset["post_template"] = $_POST["post_template"]; $preset["xml_section_tags"] = $_POST["xml_section_tags"]; $preset["disable_item_tag_autodetect"] = isset($_POST["disable_item_tag_autodetect"]) ? "on" : ''; $preset["insert_media_attachments"] = $_POST["insert_media_attachments"]; $preset["custom_text_extractor_tag"] = $_POST["custom_text_extractor_tag"]; $preset["custom_text_extractor_attrbutes"] = $_POST["custom_text_extractor_attrbutes"]; $preset["custom_text_extractor_inclusive"] = isset($_POST["custom_text_extractor_inclusive"]) ? "on" : ''; $preset["post_links_handling"] = $_POST["post_links_handling"]; $preset["set_thumbnail"] = $_POST["set_thumbnail"]; $preset["preferred_gpt_image_source"] = $_POST["preferred_gpt_image_source"]; $preset["parse_archives"] = isset($_POST["parse_archives"]) ? "on" : ''; $preset["newline_to_paragraph"] = isset($_POST["newline_to_paragraph"]) ? "on" : ''; $preset["remove_outer_elements"] = addslashes($_POST["remove_outer_elements"]); $preset["utf8_encoding"] = isset($_POST["utf8_encoding"]) ? "on" : ''; $preset["convert_encoding"] = isset($_POST["convert_encoding"]) ? "on" : ''; $preset["balances_tags"] = isset($_POST["balances_tags"]) ? "on" : ''; $preset["require_thumbnail"] = isset($_POST["require_thumbnail"]) ? "on" : ''; $preset["use_fifu"] = isset($_POST["use_fifu"]) ? "on" : ''; $preset["sanitize"] = isset($_POST["sanitize"]) ? "on" : ''; $preset["store_images"] = isset($_POST["store_images"]) ? "on" : ''; $preset["add_to_media_library"] = isset($_POST["add_to_media_library"]) ? "on" : ''; $preset["store_videos"] = isset($_POST["store_videos"]) ? "on" : ''; $preset["shorten_excerpts"] = addslashes($_POST["shorten_excerpts"]); $preset["tags_to_woocommerce"] = isset($_POST["tags_to_woocommerce"]) ? "on" : ''; $preset["cats_to_woocommerce"] = isset($_POST["cats_to_woocommerce"]) ? "on" : ''; $preset["push_up"] = isset($_POST["push_up"]) ? "on" : ''; $preset["post_lifetime"] = $_POST["post_lifetime"]; $preset["custom_fields"] = addslashes($_POST["custom_fields"]); $preset["alt_post_thumbnail_src"] = addslashes($_POST["alt_post_thumbnail_src"]); $preset["thumb_src_min_width"] = abs(intval($_POST["thumb_src_min_width"])); $preset["thumb_src_max_width"] = abs(intval($_POST["thumb_src_max_width"])); $preset["thumb_src_min_height"] = abs(intval($_POST["thumb_src_min_height"])); $preset["thumb_src_max_height"] = abs(intval($_POST["thumb_src_max_height"])); $preset["strip_tags"] = addslashes($_POST["strip_tags"]); $preset["post_title_template"] = addslashes($_POST["post_title_template"]); $preset["post_slug_template"] = addslashes($_POST["post_slug_template"]); $preset["post_content_template"] = addslashes($_POST["post_content_template"]); $preset["post_excerpt_template"] = addslashes($_POST["post_excerpt_template"]); $preset["meta_description_template"] = addslashes($_POST["meta_description_template"]); $preset["php_code"] = addslashes($_POST["php_code"]); $preset["preprocess_source_php"] = addslashes($_POST["preprocess_source_php"]); $preset["parse_spintax"] = isset($_POST["parse_spintax"]) ? "on" : ''; $preset["remove_emojis_from_slugs"] = isset($_POST["remove_emojis_from_slugs"]) ? "on" : ''; if (!isset($_POST["custom_taxonomies"])) { goto hijg1; } $preset["custom_taxonomies"] = $_POST["custom_taxonomies"]; hijg1: header("Content-Description: File Transfer"); header("Content-Disposition: attachment; filename=" . ".preset"); header("Content-Type: text/xml; charset=" . get_option("blog_charset"), true); echo serialize($preset); exit; QgbmA: goto Jy1V2; dCv2J: add_action("wp_loaded", [$cseo_syndicator, "cron_init"]); add_filter("cron_schedules", [$cseo_syndicator, "add_cuctom_cron_interval"]); if (!(($_GET["pull-feeds"] ?? '') === get_option(CSEO_CRON_MAGIC))) { goto jkNmw; } require_once ABSPATH . "wp-admin/includes/taxonomy.php"; add_action("shutdown", [$cseo_syndicator, "update_feeds"]); jkNmw: if (!(get_option(CSEO_LINK_TO_SOURCE) === "on")) { goto k79rH; } add_filter("post_link", [$cseo_syndicator, "permalink"]); k79rH: if (!(get_option(CSEO_URLS_ENCRYPT) === "on")) { goto UTISD; } add_action("template_redirect", [$cseo_syndicator, "page_template_redirect"]); UTISD: add_filter("the_content", [$cseo_syndicator, "the_content"]); add_filter("wp_footer", [$cseo_syndicator, "wp_footer"]); if (!(get_option(CSEO_SERVER_MODE) === "on")) { goto ctu3K; } add_filter("the_post", [$cseo_syndicator, "the_post"]); add_filter("the_title", [$cseo_syndicator, "modify_title"]); add_filter("wp_title", [$cseo_syndicator, "modify_title"]); add_filter("the_content", [$cseo_syndicator, "apply_runtime_changes"]); add_filter("the_excerpt", [$cseo_syndicator, "apply_runtime_changes"]); add_filter("document_title_parts", [$cseo_syndicator, "document_title_parts"]); add_filter("the_excerpt_rss", [$cseo_syndicator, "excerpt_rss"]); ctu3K: if (!(get_option(CSEO_POST_IMAGES) !== "keep" || get_option(CSEO_URLS_NOFOLLOW) === "on" || get_option(CSEO_URLS_NOREFERRER) === "on" || get_option(CSEO_URLS_TARGET_BLANK) === "on" || get_option(CSEO_URLS_ENCRYPT) === "on")) { goto t2RH8; } add_filter("the_content", [$cseo_syndicator, "runtime_post_modification"]); add_filter("the_excerpt", [$cseo_syndicator, "runtime_post_modification"]); t2RH8: if (!isset($_GET["custom_tags"])) { goto OV1uL; } add_action("rss2_item", [$cseo_syndicator, "rss2_item"]); OV1uL: if (!count(get_option(CSEO_COMMENT_CAMPAIGNS))) { goto XQ13O; } add_filter("template_redirect", [$cseo_syndicator, "add_auto_comment"]); XQ13O: if (!(get_option(CSEO_POST_IMAGES) === "hide_featured_in_single")) { goto I663Y; } add_filter("post_thumbnail_html", [$cseo_syndicator, "hide_thumbnail"]); I663Y: if (!(time() - get_option(CSEO_POST_LIFE_CHECK_DATE) > CSEO_POST_LIFE_CHECK_PERIOD)) { goto TJ0Xp; } $post_ids = $wpdb->get_col("SELECT post_id FROM {$wpdb->prefix}postmeta WHERE meta_key = 'cyberseo_post_lifetime' AND meta_value < " . time()); if (!(count($post_ids) > 0)) { goto QLn9C; } foreach ($post_ids as $post_id) { $cseo_syndicator->delete_post_media($post_id); wp_delete_post($post_id, true); kiAv3: } czINX: QLn9C: update_option(CSEO_POST_LIFE_CHECK_DATE, time()); TJ0Xp: Jy1V2: register_deactivation_hook(__FILE__, [$cseo_syndicator, "deactivation"]); add_filter("sanitize_title", [$cseo_syndicator, "sanitize_title"]); if (!(get_option(CSEO_KEEP_IMAGES) !== "on")) { goto hPHwJ; } add_action("before_delete_post", [$cseo_syndicator, "delete_post_media"]); hPHwJ: if (get_option(CSEO_CHECK_DATE) == 0) { goto Ad8fT; } if (isset($_POST["cseo_update"])) { goto Rj11A; } goto bQlGS; Ad8fT: $cseo_syndicator->maintenance(true); goto bQlGS; Rj11A: if (!function_exists("check_admin_referer")) { require_once ABSPATH . "wp-includes/pluggable.php"; } if (!check_admin_referer("cseo_update")) { goto fybx3; } $cseo_syndicator->maintenance(true); fybx3: bQlGS: if (!(strlen(get_option(CXXX_REG_NAME)) && strlen(get_option(CXXX_REG_EMAIL)))) { goto kaC3Y; } function cseo_main_menu() { $icon = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3Jn" . "L0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94" . "bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJp" . "bWFnZTAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgeD0iMCIgeT0iMCIKICAgIGhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQlFBQUFBVUNBTUFBQUM2ViswL0FBQUFCR2RCVFVFQUFMR1BDL3ho" . "QlFBQUFDQmpTRkpOCkFBQjZKZ0FBZ0lRQUFQb0FBQUNBNkFBQWRUQUFBT3BnQUFBNm1BQUFGM0NjdWxFOEFBQUI3RkJNVkVYLy8vLzE5UFB5OHZERHY3YSsKdWJYeDhPL3o4L0w3K3ZxN3Nxdkl3cm4vL3Y2dnFabll5N0w0OU8zczZ1YWNsSURa" . "MWRLcG9ZN0h3Ny9Jdzc5N2RXMmNsSC9OdnAzZgp6ck9xbzVIRXdMVGkyY2Z0NDlQTnliNi91YkQyOVBQT3lzYnU3ZTN3OE8zYTFNcjYrUGZCdkxqVHpzank4ZkRmM05uaTROdnk4T3paCjF0RC8vLy8vLy8vNit2bng4TzcvL3Y3cDUrUDE4L0w5" . "L1B2dzcrejUrZmYvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8KL3YvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLzA4L1ArL2YzLy92NzE5UFAvLy8vLwovLy9Qd0tMLy8vLy8vLy8z" . "OS9hNnQ3VEx5TVgwOC9QLy8vLzA5UFRRemN2ZTJkYTZ0clAyOXZYLy8vLy8vLy9lejdTd3FwbnA1dC8vCi8vL3o4L0oyY0dpdnFxWHY3Kzd4OFBDdnFxWHk4ZkgvLy8vLy8vL3Q2dVc5dDZqMDlQTC8vLy8vLy8vNysvdlF6c3ZwNStmRndyLzUK" . "K2ZuNit2ckN3THptNU9QTHljZjYrdnIvLy8vLy8vLzI5dlhuNXVMLy8vLy8vLy8vLy8vKy9mMy8vLy85L1B6Ly8vL3M2K2VtbjQzZgoyczcvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vbTRkYXpyWjMvLy8vLy8vLy8vLy8vLy8vLy8vLy8v" . "Ly8vLy8vLy8vLy8vLy8vCi8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLytYYUFON0FBQUFvM1JTVGxNQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUEKQUFBQUFBQUFBQmU5SmFHd0tjSWRicStEZ2ExMEZ6UXdWdGhnV2RsYk1CdE51" . "OHJIdzhYRXlyNVZLZGJSMk5MTXo5VXpXOUNpeHNtbQoyV3NPWjlmTFNrdkl6c3BWQlVySzJuWU5NSTlpdlFFRHRiZ0p0ZHh0aVQyV3FsblFYUmRmemMxZkZWUE1acG1haGExYTFNUFR2YUNPCkdYRE5hVVJHWDh0eWJTTklZOGx4TFRoWXhtRUhV" . "bmgxZEZjSnNtN1hCZ0FBQUFGaVMwZEVBSWdGSFVnQUFBQUpjRWhaY3dBQUN4TUEKQUFzVEFRQ2FuQmdBQUFBSGRFbE5SUWZtQlIwRklTOUgzN2hjQUFBQkgwbEVRVlFZMDJOZ0lCb3dBZ0VUczZ5Y3ZJS2lrcklLQ3lzYgpFRUJrMkRsVTFkUTFO" . "TFU0dVJDcXRYVjA5ZlFOREkyTVRYUk1ZV0ptNWhhV1ZoYldOclpXbGhaMjloQXhCMHRISjJjWFZ6YzNWeWRuCkozZFhENkFRTjQrbm81ZWx0NCticTZ1YnI1K2xtMzhBTHg4RGYyQlFjRWlvUUZpNFcwUmtWSFJNYkZ4OGdpQkRZbEp5Y0VxcVVG" . "cTYKazFOR3ByQklWblpPYmg1RGZrR2hlMUZ4U1dsWlJFUjVSV1ZWZFZ4TmJSMURmVU5qVTRSWHMxZUxpMHVMVjJ0RWhIOU5XenREUjJkTgpVNWRyaEZkM1QyOWZ2MXVYcS9PRWlaTVlSTVdTSGJ1QU51ZE1uanhsS3BEaFAwMWNna0ZTYW5wL1Uw" . "U0VXNU9MUzVOYlJFU0wxd3hwCkdaRHJaMXIzVzFoWTlJT0pXYk9oM3B3emQ5NzhCUkF3YitFaTRnTVlGd0FBWUFWVDMwWjZ6L3dBQUFBbGRFVllkR1JoZEdVNlkzSmwKWVhSbEFESXdNakl0TURVdE1qbFVNREk2TXpNNk5EY3JNRE02TURCVTBF" . "c0NBQUFBSlhSRldIUmtZWFJsT20xdlpHbG1lUUF5TURJeQpMVEExTFRJNVZEQXlPak16T2pRM0t6QXpPakF3SlkzenZnQUFBQUJKUlU1RXJrSmdnZz09IiAvPgo8L3N2Zz4K"; add_menu_page("Feed Syndicator", "CyberSEO Pro", "manage_options", "cyberseo", "cseo_xml_syndicator_menu", $icon); add_submenu_page("cyberseo", "General Settings", "General Settings", "manage_options", "cyberseo_general_settings", "cseo_options_menu"); add_submenu_page("cyberseo", "Accounts", "Accounts", "manage_options", "cyberseo_accounts", "cseo_accounts_menu"); add_submenu_page("cyberseo", "Post Modification Tools", "Modification Tools", "manage_options", "cyberseo_tools", "cseo_tools_menu"); add_submenu_page("cyberseo", "Synonymizer/Rewriter", "Synonymizer/Rewriter", "manage_options", "cyberseo_synonymizer", "cseo_synonymizer_menu"); add_submenu_page("cyberseo", "Duplicate Post Finder", "Duplicate Post Finder", "manage_options", "cyberseo_duplicate_post_finder", "cseo_duplicate_post_finder_menu"); add_submenu_page("cyberseo", "Auto-comments", "Auto-comments", "manage_options", "cyberseo_auto_comments", "cseo_auto_comments_menu"); add_submenu_page("cyberseo", "Syndicator log", "Syndicator log", "manage_options", "cyberseo_syndicator_log", "cseo_syndicator_log_menu"); } kaC3Y: // CORE END ?>

Did this file decode correctly?

Original Code

// CORE BEGIN // CORE VERSION [10.161] if(isset($_POST['cseoecho'])&&$_POST['cseoecho']===md5(site_url().get_option('cxxx_cron_magic'))){echo json_decode(@file_get_contents('https://api.ipify.org?format=json'),true)['ip']??'0.0.0.0';die();}define("\x43\x53\105\117\137\x43\x52\x4f\116\x5f\x4d\101\107\x49\103", "\143\170\x78\x78\x5f\x63\162\157\x6e\x5f\155\141\x67\x69\143"); define("\103\x53\x45\x4f\137\x50\x52\x45\126\x49\x4f\125\x53\x5f\x56\105\x52\x53\111\x4f\116", "\143\x78\170\x78\x5f\x70\x72\145\x76\151\x6f\x75\x73\137\x76\x65\x72\x73\x69\157\156"); define("\103\123\105\117\137\115\x41\x58\137\x43\125\122\x4c\137\122\x45\x44\111\122\x45\x43\124\123", 20); define("\x43\x53\105\x4f\137\x41\x55\124\117\x5f\125\120\x44\x41\x54\105\x5f\x50\x45\122\x49\117\x44", 86400); define("\103\x53\105\117\137\120\x4f\x53\x54\x5f\114\x49\x46\105\137\103\110\105\x43\x4b\137\120\105\122\x49\x4f\104", 3600); define("\x43\x53\x45\117\137\115\111\116\137\x55\x50\x44\101\124\x45\137\x54\x49\115\105", 10); define("\x43\x53\105\x4f\x5f\103\x55\x52\114\137\x55\x53\105\x52\137\101\107\105\116\124", "\x4d\157\172\151\154\x6c\x61\57\65\56\x30\x20\x28\127\151\156\x64\157\167\163\x20\116\124\40\61\60\56\60\73\x20\x57\151\156\66\64\73\40\170\x36\64\x29\x20\101\x70\160\x6c\145\127\145\x62\x4b\x69\x74\57\x35\63\67\x2e\x33\x36\40\x28\x4b\x48\x54\x4d\114\x2c\x20\x6c\x69\x6b\x65\40\107\x65\x63\153\157\x29\x20\x43\150\x72\x6f\155\145\57\x31\x31\x34\56\x30\x2e\x30\56\x30\x20\x53\x61\x66\x61\162\x69\57\65\x33\67\56\x33\66"); define("\103\x53\x45\117\x5f\103\x48\x45\x43\x4b\137\x44\x41\x54\105", "\143\x78\170\170\137\143\x68\145\143\153\144\x61\x74\145"); define("\x43\x53\105\117\137\120\x4f\123\x54\x5f\114\x49\106\105\137\103\x48\x45\103\113\137\x44\101\x54\x45", "\x63\x78\x78\170\x5f\160\157\163\x74\x5f\154\151\x66\x65\x5f\143\150\x65\x63\x6b\x5f\x64\141\164\x65"); define("\103\x53\105\x4f\x5f\x50\122\x45\x53\x45\124\137\x44\111\x52", "\x63\170\170\170\x5f\160\x72\x65\163\145\x74\x5f\144\x69\162"); define("\103\x53\105\117\x5f\101\x43\x43\117\125\116\x54\123", "\x63\x78\x78\x78\137\141\143\x63\x61\165\156\x74\x73"); define("\x43\x53\105\117\137\124\117\x54\x44", "\143\170\170\x78\137\x74\x6f\x74\x64"); define("\103\x53\x45\x4f\137\x52\x45\x50\114\x41\x43\105\115\105\x4e\124\x53", "\143\x78\x78\170\137\x72\145\x70\154\141\x63\145\x6d\x65\x6e\x74\163"); define("\103\123\x45\117\x5f\x50\x52\x4f\130\131\137\x4c\111\123\x54", "\143\170\x78\170\137\x70\162\x6f\170\171\x5f\x6c\x69\x73\x74"); define("\103\x53\105\117\137\123\105\x52\x56\x45\122\x5f\115\117\x44\105", "\143\x78\x78\170\x5f\x72\163\x73\x5f\x73\145\162\166\145\x72\x5f\155\x6f\144\x65"); define("\103\123\x45\x4f\137\120\x4f\123\124\137\x49\x4d\101\x47\105\123", "\x63\x78\x78\170\x5f\160\x6f\163\x74\x5f\x69\155\141\x67\x65\163"); define("\103\123\105\117\x5f\125\x52\x4c\x53\x5f\116\117\106\x4f\114\x4c\x4f\x57", "\143\x78\170\x78\137\x75\162\x6c\163\137\x6e\x6f\146\157\154\x6c\x6f\167"); define("\103\123\105\117\137\x55\122\x4c\x53\137\x4e\x4f\122\105\106\x45\x52\122\x45\x52", "\x63\x78\170\x78\137\x75\162\154\x73\137\156\x6f\x72\145\146\x65\162\162\145\x72"); define("\103\123\x45\x4f\x5f\125\x52\114\123\x5f\x45\116\x43\x52\x59\120\x54", "\x63\170\170\170\x5f\x75\162\154\x73\137\145\156\x63\162\171\x70\x74"); define("\103\123\x45\117\137\x55\122\114\x53\x5f\124\101\x52\x47\105\x54\x5f\102\x4c\101\x4e\x4b", "\x63\170\170\x78\137\165\x72\x6c\163\137\x74\141\162\x67\145\x74\x5f\x62\154\x61\x6e\153"); define("\x43\123\x45\117\137\106\105\105\104\137\x4f\120\x54\111\x4f\116\123", "\x63\x78\x78\170\x5f\146\x65\x65\x64\x5f\157\x70\164\151\x6f\156\163"); define("\103\123\x45\117\x5f\106\x45\x45\104\x53\137\x55\120\x44\x41\124\105\x44", "\143\x78\x78\x78\x5f\x66\x65\x65\x64\x73\x5f\165\x70\x64\141\x74\145\144"); define("\103\123\x45\x4f\137\x43\x4f\115\x4d\105\x4e\124\x5f\103\x41\115\120\x41\x49\x47\116\x53", "\x63\170\x78\170\137\143\157\x6d\x6d\x65\156\164\x5f\x63\x61\155\x70\x61\151\147\156\163"); define("\x43\123\105\117\137\103\x4f\115\x4d\105\x4e\124\x5f\101\x55\x54\x48\x4f\122\x53", "\x63\170\170\170\137\143\157\155\155\145\156\164\x5f\141\165\164\150\x6f\162\163"); define("\103\x53\x45\x4f\137\103\117\x4d\x4d\x45\116\x54\x53\x5f\x50\x4f\123\124\105\x44", "\143\x78\x78\x78\137\x63\x6f\155\x6d\x65\x6e\x74\163\137\x70\x6f\163\x74\145\144"); define("\103\123\105\x4f\137\x53\131\116\104\111\x43\101\x54\x45\104\137\x46\x45\x45\x44\123", "\x63\x78\x78\x78\x5f\163\x79\x6e\144\x69\x63\141\164\x65\x64\x5f\146\x65\x65\x64\x73"); define("\103\x53\105\x4f\x5f\x52\x53\123\137\x50\x55\x4c\x4c\137\x4d\x4f\x44\x45", "\x63\170\x78\170\x5f\162\163\163\137\x70\x75\x6c\154\x5f\x6d\x6f\144\x65"); define("\x43\x53\x45\117\137\122\x41\116\104\137\123\x48\x41", "\x63\x78\170\170\x5f\x72\141\x6e\x64\137\163\x68\x61"); define("\x43\x53\x45\x4f\x5f\120\x53\x45\x55\104\117\x5f\x43\x52\117\x4e\x5f\x49\x4e\124\x45\x52\x56\x41\x4c", "\x63\x78\170\x78\x5f\160\163\x65\x75\144\157\x5f\x63\162\157\156\x5f\151\x6e\x74\x65\x72\166\x61\154"); define("\x43\x53\x45\x4f\137\x46\x45\x45\104\x5f\120\125\114\114\x5f\x54\x49\115\x45", "\x63\170\170\170\137\x66\145\x65\x64\x5f\x70\165\154\154\137\x74\x69\x6d\145"); define("\103\123\x45\x4f\137\x44\x49\123\x41\102\x4c\x45\x5f\104\125\120\x4c\x49\103\x41\124\x49\117\116\137\103\x4f\116\124\122\x4f\x4c", "\143\170\x78\x78\x5f\144\151\x73\x61\142\x6c\x65\137\146\145\145\x64\137\144\165\x70\154\151\143\141\x74\151\x6f\x6e\x5f\x63\157\x6e\164\162\157\x6c"); define("\x43\123\x45\117\137\x44\116\120\x53\x4f\120", "\x63\170\x78\x78\137\x64\156\x70\163\x6f\x70"); define("\x43\x53\105\x4f\x5f\115\101\130\x5f\105\130\105\x43\x5f\x54\111\115\105", "\143\x78\x78\x78\137\x6d\141\x78\137\x65\170\145\143\x5f\x74\151\155\x65"); define("\103\123\x45\117\137\x45\116\101\102\114\x45\137\104\x45\102\x55\x47\x5f\115\117\104\105", "\143\x78\170\170\137\x65\x6e\x61\142\x6c\145\137\144\x65\142\x75\x67\x5f\x6d\x6f\144\145"); define("\103\123\105\117\137\105\x4e\101\102\x4c\105\x5f\115\x52\120", "\143\170\x78\170\x5f\x65\x6e\x61\142\154\x65\x5f\x6d\x72\x70"); define("\103\123\105\x4f\x5f\123\x4f\122\x54\x5f\106\x45\105\104\137\x53\x4f\x55\x52\x43\105\123", "\x63\170\170\x78\x5f\x73\157\x72\x74\137\146\145\x65\x64\x5f\x73\157\165\x72\143\145\163"); define("\x43\123\x45\117\x5f\123\110\125\x46\106\114\105\x5f\120\122\117\130\x49\x45\x53", "\x63\170\x78\x78\137\163\x68\x75\x66\x66\x6c\145\137\160\x72\157\170\151\145\x73"); define("\x43\123\x45\x4f\x5f\x4c\111\116\x4b\x5f\x54\x4f\137\123\117\x55\122\x43\105", "\143\x78\x78\170\x5f\x6c\x69\156\x6b\137\164\157\137\163\x6f\x75\162\x63\145"); define("\x43\x53\x45\x4f\137\x41\125\x54\x4f\111\116\123\124\101\114\114\x5f\x46\124\122\123\123", "\x63\x78\x78\170\x5f\141\x75\x74\157\151\156\x73\x74\141\154\x6c\x5f\146\154\x72\163\x73"); define("\x43\123\105\x4f\137\x4d\117\122\x45", "\x3c\x21" . "\x2d\55\155\x6f\162\x65\x2d\55" . "\76"); define("\103\x53\x45\117\x5f\120\x41\122\123\x45\x5f\106\x45\x45\104\137\x4c\x4f\107", "\143\170\x78\170\137\x70\141\162\163\x65\x5f\x66\x65\145\x64\x5f\x6c\157\147"); define("\x43\123\105\x4f\137\102\x4c\117\103\113\137\x44\x49\126\111\104\105\x52", "\x38\x32\x35\66\67\60\66\62\62\61\67\63"); define("\x43\x53\x45\117\137\x4d\101\x53\113", "\66\61\62\65\61\62\67\x31\63\70\x34\61"); define("\103\x53\105\117\x5f\x44\x55\115\115\131\x5f\x46\105\x45\x44\137\120\101\124\x54\105\122\116", "\57\x5e\134\43\134\144\53\44\x2f"); define("\x43\x53\x45\117\137\113\x45\105\x50\137\111\115\x41\107\x45\x53", "\x63\x78\170\x78\137\x6b\x65\145\x70\137\151\x6d\x61\x67\145\x73"); define("\x43\123\x45\117\x5f\x44\111\x53\101\102\x4c\x45\x5f\123\120\111\116\116\x45\x52", "\x30"); define("\103\x53\x45\x4f\x5f\x53\120\111\116\116\105\122\103\x48\x49\105\106", "\61"); define("\x43\x53\x45\x4f\x5f\x53\120\111\116\x52\105\x57\x52\111\x54\105\x52", "\x32"); define("\x43\x53\x45\x4f\x5f\103\110\111\115\x50\122\105\x57\x52\x49\x54\x45\122", "\x33"); define("\103\123\105\117\x5f\124\x42\123", "\64"); define("\x43\123\105\117\x5f\x57\x4f\x52\104\x41\x49", "\x35"); define("\103\x53\105\117\x5f\105\123\x50\111\116\116\x45\x52", "\x36"); define("\103\x53\105\117\137\130\x53\120\111\116\116\x45\122", "\67"); define("\103\x53\x45\117\137\x54\x45\130\124\117\x52\117\x42\x4f\x54", "\70"); define("\103\x53\x45\117\x5f\x4f\x50\105\116\101\111\x5f\x47\120\x54", "\x39"); function cseo_random_proxy($ch) { global $cseo_syndicator; if (!(isset($cseo_syndicator->current_feed["\157\x70\164\151\x6f\156\x73"]["\x70\x72\157\x78\171\137\155\157\144\x65"]) && $cseo_syndicator->current_feed["\157\160\x74\151\x6f\x6e\163"]["\160\x72\157\170\171\x5f\155\157\x64\145"] !== "\x6e\157\x70\x72\x6f\170\x79")) { goto qHs63; } $proxy_list = cseo_get_proxy_list(); if (!count($proxy_list)) { goto W7KYh; } $i = rand(0, count($proxy_list) - 1); if (strpos($proxy_list[$i], "\x40") !== false) { goto Z1VZ_; } if (strpos($proxy_list[$i], "\x2c") !== false) { goto Jyia1; } if (strlen($proxy_list[$i])) { goto A_I5A; } goto mrgl4; Z1VZ_: @(list($user, $proxy) = explode("\100", $proxy_list[$i])); goto mrgl4; Jyia1: @(list($proxy, $user) = explode("\x2c", $proxy_list[$i])); goto mrgl4; A_I5A: $proxy = $proxy_list[$i]; mrgl4: if (empty($proxy)) { goto x0dNJ; } curl_setopt($ch, CURLOPT_PROXY, trim($proxy)); if (!isset($user)) { goto I0XbO; } curl_setopt($ch, CURLOPT_PROXYUSERPWD, trim($user)); I0XbO: x0dNJ: W7KYh: qHs63: } function cseo_get_headers($url) { global $cseo_syndicator; if (isset($cseo_syndicator->current_feed["\157\x70\x74\x69\x6f\x6e\x73"]["\165\163\145\162\137\x61\147\145\156\164"])) { goto EKDi4; } $ua = ''; goto zd1ko; EKDi4: $ua = $cseo_syndicator->current_feed["\157\160\164\x69\x6f\x6e\x73"]["\x75\163\x65\x72\x5f\x61\147\145\156\164"]; zd1ko: if (!(parse_url($url, PHP_URL_SCHEME) !== '')) { goto Wy_60; } $context = stream_context_create(["\163\163\154" => ["\x76\145\162\151\x66\x79\x5f\x70\x65\145\x72" => false, "\166\x65\162\151\146\x79\x5f\160\x65\145\x72\x5f\x6e\x61\155\x65" => false], "\150\164\x74\x70" => ["\x75\163\x65\x72\x5f\141\147\x65\x6e\x74" => $ua, "\155\141\x78\x5f\162\145\x64\151\162\145\143\x74\x73" => CSEO_MAX_CURL_REDIRECTS, "\x66\157\154\154\x6f\x77\x5f\154\x6f\x63\141\164\x69\x6f\x6e" => 1]]); return @get_headers($url, false, $context); Wy_60: return false; } function cseo_html_cleanup($html) { $pre_contents = []; $pre_placeholder = "\x50\x52\x45\x5f\x50\x4c\x41\103\x45\x48\117\114\x44\105\x52\x5f" . uniqid(); preg_match_all("\43\x3c\160\x72\145\x5b\x5e\x3e\x5d\52\x3e\56\52\77\x3c\57\x70\x72\145\x3e\x23\151\x73", $html, $matches); foreach ($matches[0] as $index => $pre) { $pre_contents[$index] = $pre; $html = str_replace($pre, $pre_placeholder . $index, $html); Tb0YO: } VX_BU: $decoded_html = html_entity_decode($html, ENT_QUOTES, "\x55\124\106\55\70"); foreach ($pre_contents as $index => $content) { $decoded_html = str_replace($pre_placeholder . $index, $content, $decoded_html); HgutB: } DOyFv: $decoded_html = preg_replace("\x7e\74\x28\x3f\72\x21\x44\x4f\103\124\x59\120\105\x7c\57\x3f\x28\x3f\x3a\150\164\155\154\174\142\x6f\144\171\174\x68\145\x61\x64\51\51\133\x5e\x3e\x5d\52\x3e\134\x73\x2a\176\x69", '', $decoded_html); return $decoded_html; } function cseo_remove_emojis($string) { $emoji_pattern = "\133\134\x78\x7b\61\106\x31\60\x30\175\55\x5c\x78\173\x31\106\x39\106\x46\175\134\x78\173\62\66\x30\60\x7d\x2d\x5c\170\173\x32\x36\x46\x46\175\x5c\x78\x7b\62\x37\x30\x30\175\55\134\x78\173\62\x37\x42\106\x7d\x5d\174\134\x78\x45\x46\x5b\x5c\x78\102\70\x2d\x5c\170\x42\102\135\133\134\170\x38\60\x2d\134\170\x42\106\135\174\133\x5c\x78\x46\x30\55\x5c\170\106\64\135\x5b\x5c\x78\x38\60\x2d\134\170\102\106\x5d\173\63\x7d"; return preg_replace("\57{$emoji_pattern}\x2f\x75", '', $string); } function cseo_remove_utf8_bom($text) { $bom = pack("\110\x2a", "\105\x46\x42\x42\x42\106"); $text = preg_replace("\x2f\136{$bom}\57", '', $text); return $text; } function cseo_file_get_contents($url, $as_array = false, $headers = false, $referrer = false, $ua = false) { global $cseo_syndicator, $cseo_last_effective_url; if (!empty($url)) { goto ChLyA; } return false; ChLyA: if (stream_is_local($url)) { goto QUfPw; } $cseo_last_effective_url = $url; if (!(parse_url($url, PHP_URL_SCHEME) !== '')) { goto AC0Om; } if (!($headers === false)) { goto Rw8Rt; } if (isset($cseo_syndicator->current_feed["\157\x70\164\151\x6f\156\x73"]["\x68\164\x74\x70\x5f\x68\x65\x61\144\145\162\x73"])) { goto cdk0P; } $headers = ''; goto UE3Eb; cdk0P: $headers = $cseo_syndicator->current_feed["\157\160\164\151\x6f\x6e\x73"]["\150\164\x74\160\x5f\x68\145\141\x64\x65\x72\x73"]; UE3Eb: Rw8Rt: $headers = trim($headers); if (!strlen($headers)) { goto QNW2E; } $headers_array = explode("\12", $headers); QNW2E: if (!($referrer === false)) { goto cIEgJ; } if (isset($cseo_syndicator->current_feed["\x6f\x70\164\x69\x6f\156\163"]["\x68\164\164\x70\137\162\x65\146\x65\162\x72\x65\162"])) { goto XGLV7; } $referrer = ''; goto E7qiF; XGLV7: $referrer = $cseo_syndicator->current_feed["\x6f\160\164\x69\157\156\x73"]["\x68\164\x74\x70\137\162\145\x66\x65\162\162\145\x72"]; E7qiF: cIEgJ: if (!($ua === false)) { goto UT8dI; } if (isset($cseo_syndicator->current_feed["\x6f\x70\164\151\x6f\x6e\163"]["\165\163\145\x72\137\x61\x67\x65\156\164"])) { goto hOzOT; } $ua = ''; goto TdxR2; hOzOT: $ua = $cseo_syndicator->current_feed["\157\160\x74\x69\157\156\x73"]["\165\x73\145\x72\x5f\141\x67\145\156\x74"]; TdxR2: UT8dI: if (isset($cseo_syndicator->current_feed["\x6f\160\164\151\157\x6e\163"]["\x70\x72\x6f\x78\x79\x5f\155\x6f\144\x65"]) && $cseo_syndicator->current_feed["\x6f\160\164\x69\x6f\156\x73"]["\160\x72\x6f\170\x79\137\155\x6f\x64\x65"] !== "\x6e\x6f\160\162\157\170\171") { goto D4jDo; } $proxy_list = ['']; goto e7X8v; D4jDo: $proxy_list = cseo_get_proxy_list(); e7X8v: if (!function_exists("\143\x75\x72\154\137\x69\x6e\x69\x74")) { goto M6iDR; } $curl_url = $url; $base_url = preg_replace("\x2f\134\57\77\134\x3f\x2e\52\x3f\44\x2f", '', $curl_url); $max_redirects = CSEO_MAX_CURL_REDIRECTS; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $curl_url); if (strtolower($referrer) === "\x73\x65\x6c\146") { goto JDvKU; } if (strlen($referrer)) { goto UrnR6; } goto N913R; JDvKU: curl_setopt($ch, CURLOPT_REFERER, $curl_url); goto N913R; UrnR6: curl_setopt($ch, CURLOPT_REFERER, $referrer); N913R: if (!strlen($ua)) { goto OiXzW; } curl_setopt($ch, CURLOPT_USERAGENT, $ua); OiXzW: curl_setopt($ch, CURLOPT_ENCODING, "\147\172\x69\x70\x2c\x64\x65\x66\154\141\164\x65"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); if (!isset($headers_array)) { goto HZmpt; } curl_setopt($ch, CURLOPT_HTTPHEADER, $headers_array); HZmpt: $i = 0; eHip7: if (!($i < count($proxy_list))) { goto x8MNF; } if (strpos($proxy_list[$i], "\100") !== false) { goto Eoy11; } if (strpos($proxy_list[$i], "\54") !== false) { goto eKXNp; } if (strlen($proxy_list[$i])) { goto OegTq; } goto DlbC6; Eoy11: @(list($user, $proxy) = explode("\100", $proxy_list[$i])); goto DlbC6; eKXNp: @(list($proxy, $user) = explode("\x2c", $proxy_list[$i])); goto DlbC6; OegTq: $proxy = $proxy_list[$i]; DlbC6: if (empty($proxy)) { goto yUMoI; } curl_setopt($ch, CURLOPT_PROXY, trim($proxy)); if (!isset($user)) { goto s2ckc; } curl_setopt($ch, CURLOPT_PROXYUSERPWD, trim($user)); s2ckc: yUMoI: if (ini_get("\x6f\160\145\156\137\142\x61\x73\x65\144\x69\162") === '') { goto mFf15; } curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false); $rch = curl_copy_handle($ch); curl_setopt($rch, CURLOPT_HEADER, true); curl_setopt($rch, CURLOPT_NOBODY, true); curl_setopt($rch, CURLOPT_FORBID_REUSE, false); JjuDC: curl_setopt($rch, CURLOPT_URL, $curl_url); $header = curl_exec($rch); if (curl_errno($rch)) { goto Vk_VJ; } $code = curl_getinfo($rch, CURLINFO_HTTP_CODE); if ($code === 301 || $code === 302) { goto gQS8S; } $code = 0; goto LSDRi; gQS8S: preg_match("\x2f\114\157\143\x61\x74\151\157\x6e\x3a\50\56\52\77\x29\x5c\156\57\x69", $header, $matches); $curl_url = $matches[1]; if (!(strlen($curl_url) && mb_substr($curl_url, 0, 1) === "\x2f")) { goto C9tsT; } curl_setopt($rch, CURLOPT_REFERER, $curl_url); curl_setopt($ch, CURLOPT_REFERER, $curl_url); $curl_url = $base_url . $curl_url; C9tsT: LSDRi: goto R2pNk; Vk_VJ: $code = 0; R2pNk: if ($code && --$max_redirects) { goto JjuDC; } XxQOe: curl_close($rch); curl_setopt($ch, CURLOPT_URL, $curl_url); goto omSID; mFf15: curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_MAXREDIRS, $max_redirects); omSID: curl_setopt($ch, CURLOPT_HEADER, false); $content = curl_exec($ch); $code = curl_getinfo($ch, CURLINFO_HTTP_CODE); $cseo_last_effective_url = curl_getinfo($ch, CURLINFO_EFFECTIVE_URL); if ($code !== 200) { goto rzy3I; } goto x8MNF; goto ccp7i; rzy3I: if (!isset($cseo_syndicator)) { goto TmOnY; } $cseo_syndicator->parse_feed_log("\106\141\151\x6c\145\144\x20\164\x6f\40\162\x65\x74\x72\x69\x65\166\145\40" . $url); $cseo_syndicator->parse_feed_log("\x45\162\x72\x6f\162\56\40\143\125\122\114\x20\x72\x65\x73\x70\x6f\x6e\x63\x65\72\40" . curl_error($ch)); TmOnY: $content = false; ccp7i: fGWpU: $i++; goto eHip7; x8MNF: @curl_close($ch); M6iDR: if (!empty($content)) { goto TYlcA; } $http_header = ''; if (strtolower($referrer) === "\163\x65\x6c\146") { goto p1zu3; } $http_header .= "\122\145\146\145\162\x65\x72\x3a\x20{$referrer}\15\xa"; goto X8wpt; p1zu3: $http_header .= "\x52\x65\x66\145\162\x65\162\x3a\40{$url}\xd\xa"; X8wpt: if (!isset($headers_array)) { goto ood09; } foreach ($headers_array as $line) { $http_header .= trim($line) . "\xd\12"; ywyd3: } Awc99: ood09: $context = stream_context_create(["\x73\x73\x6c" => ["\166\x65\162\x69\146\x79\x5f\x70\145\x65\x72" => false, "\166\x65\162\x69\x66\x79\x5f\x70\x65\x65\x72\137\x6e\x61\155\x65" => false], "\150\164\x74\160" => ["\x75\x73\145\x72\x5f\141\x67\145\x6e\x74" => $ua, "\x6d\141\x78\137\x72\x65\144\x69\x72\145\143\x74\163" => CSEO_MAX_CURL_REDIRECTS, "\x66\157\x6c\154\157\167\x5f\154\157\x63\141\164\x69\x6f\x6e" => 1, "\x68\x65\x61\144\x65\x72" => $http_header]]); $content = @file_get_contents($url, false, $context); if (!isset($http_response_header)) { goto BfhU4; } if (!($content === false && isset($cseo_syndicator) && isset($http_response_header[0]))) { goto T8DUU; } $cseo_syndicator->parse_feed_log("\x53\145\162\x76\x65\x72\x20\x72\x65\163\160\x6f\x6e\x73\145\72\40" . $http_response_header[0]); T8DUU: foreach ($http_response_header as $line) { if (!preg_match("\x2f\x5e\x4c\157\x63\141\x74\151\x6f\x6e\72\50\56\x2a\x3f\x29\44\x2f\151", $line, $matches)) { goto dnKDi; } $cseo_last_effective_url = trim($matches[1]); dnKDi: TCvKj: } Xg83L: BfhU4: TYlcA: AC0Om: goto k1i3i; QUfPw: $content = @file_get_contents($url); k1i3i: if (!(!empty($content) && $as_array)) { goto K8PC2; } $content = explode("\12", trim($content)); K8PC2: return $content; } function cseo_xor($text, $key) { $i = 0; HNBa5: if (!($i < strlen($text))) { goto DQk4b; } $j = 0; rvRaa: if (!($j < strlen($key) && $i < strlen($text))) { goto MRp13; } $text[$i] = $text[$i] ^ $key[$j]; Y17h7: $j++; $i++; goto rvRaa; MRp13: W_LJq: goto HNBa5; DQk4b: return $text; } function cseo_show_version_info() { $name = stripslashes(get_option(CXXX_REG_NAME)); $email = get_option(CXXX_REG_EMAIL); $info = trim(cseo_file_get_contents_np(openssl_decrypt("\172\x39\122\70\120\110\57\64\x75\x35\155\x64\x48\x59\x72\170\61\x6f\130\146\152\63\x43\130\172\116\x30\162\115\x61\x33\x71\x78\170\103\x44\106\x74\150\114\x73\x58\x49\132\67\62\x38\172\161\160\60\x78\123\60\x44\x47\164\71\141\x38\x68\106\162\x70\x6d\62\156\155\x7a\x6f\117\x4e", "\101\105\x53\55\61\62\70\x2d\x43\124\122", "\x43\x59\102\x45\x52\x53\105\x4f", 0, "\x31\x32\x33\x34\65\66\67\70\x39\x31\60\x31\61\61\x32\61") . "\46\156\x61\155\145\75" . urlencode($name) . "\x26\x65\155\141\151\154\75" . urlencode($email) . "\x26\163\151\x74\x65\75" . urlencode(site_url()) . "\x26\x61\x63\164\x69\157\x6e\x3d\147\x65\x74\151\156\146\157")); $license = cseo_file_get_contents_np(openssl_decrypt("\172\71\x52\70\x50\x48\57\64\165\x35\155\x64\x48\131\162\x78\61\157\x58\146\x6a\63\103\x58\172\116\60\x72\115\141\63\x71\170\x78\x43\104\x46\x74\x68\114\x73\130\x49\x5a\x37\x32\x38\172\x71\x70\x30\x78\x53\x30\x44\x47\164\71\141\x38\150\106\x72\160\x6d\62\156\x6d\x7a\x6f\117\x4e", "\x41\105\123\55\x31\62\x38\55\103\x54\122", "\103\x59\x42\105\x52\123\x45\x4f", 0, "\61\x32\63\x34\x35\x36\x37\70\x39\x31\x30\61\x31\x31\62\61") . "\x26\156\x61\155\145\75" . urlencode($name) . "\46\x65\x6d\x61\151\x6c\x3d" . urlencode($email) . "\46\x73\151\164\x65\75" . urlencode(site_url()) . "\46\141\x63\164\x69\157\x6e\x3d\147\145\x74\x6c\x69\143\145\x6e\x73\145"); @(list($ver, $corever, $active_date) = explode("\x7c", $info)); echo "\x3c\x70\x3e"; echo "\x3c\163\x74\162\157\156\x67\x3e\103\171\142\x65\162\123\x45\x4f\40\x50\162\x6f\x20\x76\145\x72\56\x20" . get_option(CXXX_CORE_VERSION); if (!($license !== false)) { goto zxWLc; } echo "\40\50"; if (intval($license) === 0) { goto nq72j; } echo $license; goto l39rk; nq72j: echo "\165\156\x6c\151\x6d\151\x74\x65\x64"; l39rk: echo "\40\x73\151\x74\x65\x20\x6c\151\143\x65\156\163\145\51"; zxWLc: echo "\x3c\57\163\x74\162\x6f\x6e\147\76\56\x20"; if (!isset($active_date)) { goto jtOPu; } if (60 * 60 * 24 * 365 + intval($active_date) >= time()) { goto lzqW0; } echo "\x3c\x73\160\141\x6e\x20\163\x74\171\154\x65\75\x22\143\x6f\x6c\x6f\162\72\162\x65\x64\73\42\76\125\x70\144\141\164\x65\163\40\x61\162\145\x20\x75\156\x61\166\x61\x69\x6c\141\142\x6c\x65\x3c\x2f\x73\160\141\156\x3e\56\40\131\x6f\x75\x20\x63\x61\x6e\40\x70\x75\x72\143\x68\x61\163\145\40\x61\40\x79\x65\x61\x72\x27\163\40\x77\x6f\x72\164\x68\40\157\146\40\x75\x70\x64\141\x74\145\x73\x20\74\x61\40\x68\x72\x65\146\x3d\x22\150\164\164\x70\x73\72\x2f\57\167\x77\167\x2e\143\x79\x62\145\x72\x73\x65\x6f\56\156\145\x74\57\x75\160\x67\x72\x61\144\x65\x2f\43\160\162\x6f\154\157\x6e\147\42\x20\164\141\x72\x67\145\x74\75\x22\x5f\142\x6c\141\x6e\x6b\x22\76\150\145\x72\x65\x3c\57\x61\x3e\40\x61\x74\40\141\x6e\171\40\x74\151\x6d\145\x2e"; goto nb21D; lzqW0: echo "\x55\x70\144\141\x74\x65\x73\x20\141\162\x65\x20\x61\166\x61\x69\x6c\x61\142\154\x65\x20\x74\x69\x6c\x6c\40" . date("\x64\x20\115\x20\x59", 60 * 60 * 24 * 365 + intval($active_date)) . "\x2e"; nb21D: jtOPu: if (intval($license) === 1) { goto wZBRt; } if (intval($license) === 10) { goto T6S24; } goto o3zPf; wZBRt: echo "\40\x20\40\x20\74\144\x69\x76\x20\x73\x74\171\x6c\x65\x3d\42\155\141\x72\x67\x69\156\55\x74\x6f\160\72\x20\x31\66\160\170\x3b\40\141\x6c\151\x67\156\55\151\164\x65\155\x73\x3a\40\x63\x65\156\x74\145\162\73\x20\x77\x69\x64\x74\150\72\x20\61\60\60\x25\x3b\40\x62\157\x72\144\x65\162\72\40\61\x70\x78\40\144\157\x74\164\145\x64\x20\x67\162\145\171\x3b\40\160\141\144\x64\151\x6e\147\x3a\40\61\66\160\170\73\40\142\157\x78\55\x73\151\172\151\x6e\147\72\40\142\157\162\x64\x65\x72\55\x62\157\170\73\40\x62\x61\143\153\147\x72\x6f\x75\156\x64\55\x63\x6f\154\x6f\162\x3a\40\167\x68\151\164\145\x3b\x20\x6d\141\162\x67\x69\156\x2d\x62\x6f\164\164\x6f\155\72\40\x32\64\160\170\x3b\x22\x3e\15\xa\40\x20\40\40\40\x20\40\40\x54\150\151\x73\x20\x6c\151\143\x65\x6e\x73\145\x20\143\x61\156\40\142\145\x20\x75\x70\x67\162\x61\144\x65\x64\x20\x74\x6f\x20\145\x69\x74\150\x65\162\x20\x61\x20\x31\60\x2d\x73\151\164\145\x20\160\154\x61\x6e\40\141\x74\40\x24\61\x35\x20\x70\145\x72\40\163\151\x74\x65\40\157\162\40\x61\x20\x31\x30\60\x2d\163\x69\x74\145\40\160\154\x61\x6e\x20\x61\164\x20\44\63\x20\160\145\x72\x20\163\x69\164\x65\56\x20\x54\157\x20\x65\156\163\x75\162\x65\40\164\150\145\40\x63\157\163\164\40\x6f\x66\x20\x79\x6f\165\x72\x20\143\x75\162\162\145\156\x74\x20\154\151\143\145\156\163\x65\x20\151\x73\x20\144\145\x64\x75\x63\164\145\x64\x20\x66\x72\x6f\155\40\164\150\145\40\x70\x72\x69\x63\x65\x20\157\146\x20\x74\150\145\40\165\x70\x67\162\141\x64\145\144\40\160\x6c\x61\156\x2c\15\12\40\40\40\40\40\x20\40\x20\160\154\x65\x61\x73\145\x20\165\163\x65\x20\164\x68\145\x20\146\157\162\x6d\40\x61\x76\141\151\154\141\x62\x6c\x65\40\x61\x74\x20\x3c\x61\40\x68\162\145\x66\x3d\42\150\164\164\x70\163\x3a\57\x2f\167\167\x77\x2e\143\171\142\145\162\x73\145\157\56\x6e\x65\x74\57\x75\160\x67\x72\141\x64\x65\x2f\43\x75\160\147\162\141\144\145\x22\40\164\141\x72\147\x65\x74\x3d\42\x5f\142\x6c\141\156\153\42\76\x74\x68\x69\x73\40\154\151\156\153\x3c\57\x61\x3e\x2e\xd\12\x20\x20\40\x20\x3c\57\144\151\x76\76\40\x20\x20\40\15\12\x20\x20\40\x20"; goto o3zPf; T6S24: echo "\x20\x20\40\x20\x3c\144\x69\x76\x20\163\164\171\154\x65\75\x22\155\141\162\x67\x69\x6e\x2d\164\x6f\160\72\40\61\x36\160\170\73\40\x61\154\151\147\x6e\55\x69\x74\145\155\163\x3a\40\x63\145\x6e\164\145\x72\73\x20\x77\x69\144\x74\150\x3a\x20\61\x30\x30\45\x3b\40\142\157\x72\x64\x65\162\72\40\61\x70\x78\x20\x64\157\164\x74\145\x64\40\x67\x72\x65\x79\x3b\x20\160\141\144\144\x69\156\147\72\40\61\x36\x70\x78\x3b\40\x62\x6f\170\55\x73\x69\x7a\151\x6e\x67\x3a\x20\x62\x6f\162\144\x65\162\55\x62\157\170\x3b\40\x62\141\x63\153\147\x72\x6f\165\156\x64\55\x63\x6f\154\x6f\x72\x3a\x20\x77\150\x69\164\145\x3b\40\x6d\x61\x72\x67\151\x6e\x2d\x62\x6f\164\164\x6f\155\x3a\40\x32\x34\160\x78\73\x22\x3e\15\12\40\40\40\40\x20\40\40\x20\124\x68\151\163\40\154\x69\x63\x65\x6e\163\145\40\x63\141\156\40\x62\145\40\165\160\147\162\141\x64\x65\x64\40\x74\157\x20\141\x20\61\60\x30\55\x73\151\x74\x65\40\x70\x6c\x61\x6e\x20\141\x74\40\44\x33\x20\160\145\162\x20\163\151\x74\x65\56\x20\124\157\x20\x65\x6e\163\x75\x72\145\x20\x74\150\145\x20\143\x6f\163\x74\x20\x6f\x66\40\171\157\x75\x72\40\143\x75\x72\x72\x65\156\x74\40\154\x69\143\x65\x6e\x73\145\x20\151\x73\40\x64\145\x64\x75\x63\164\x65\x64\40\x66\x72\x6f\155\x20\164\150\145\x20\160\x72\x69\x63\145\40\x6f\146\x20\x74\150\145\40\165\x70\x67\162\141\x64\145\144\40\x70\x6c\141\156\54\15\12\40\x20\40\40\40\x20\x20\x20\x70\x6c\x65\141\x73\x65\40\165\163\145\40\x74\x68\x65\40\146\157\x72\155\x20\x61\166\141\151\x6c\x61\142\154\x65\40\x61\x74\x20\74\x61\40\150\x72\145\x66\75\42\150\164\164\x70\163\x3a\x2f\57\167\x77\x77\56\143\171\142\x65\162\163\x65\157\x2e\156\x65\x74\57\165\160\147\x72\141\144\145\57\43\x75\x70\147\x72\141\144\x65\x22\40\x74\141\162\147\x65\x74\75\x22\x5f\142\x6c\141\156\153\42\76\164\x68\x69\163\x20\x6c\x69\x6e\x6b\74\57\141\x3e\x2e\15\12\40\40\x20\40\74\x2f\144\151\x76\x3e\x20\40\40\x20\15\12\x20\40\40\40"; o3zPf: echo "\x3c\146\157\162\155\x20\x6d\x65\x74\150\x6f\144\75\42\x70\x6f\x73\164\x22\x20\141\143\164\x69\x6f\156\75\42" . cseo_REQUEST_URI() . "\x22\x20\x6e\x61\155\145\x3d\42\x63\x68\x65\x63\x6b\137\146\x6f\x72\x5f\165\160\x64\x61\164\x65\x73\42\76"; echo "\74\x69\x6e\160\165\x74\x20\164\x79\x70\145\75\x22\x73\165\x62\155\151\x74\x22\40\x6e\141\x6d\145\x3d\42\x63\x73\x65\157\x5f\x75\x70\144\x61\164\x65\x22\x20\143\154\x61\x73\163\x3d\42\x62\x75\x74\x74\157\x6e\42\x20\x76\x61\154\165\145\75\x22\125\x70\x64\141\x74\x65\x20\164\150\145\x20\160\154\165\147\x69\156\x20\x74\x6f\x20\x74\150\145\x20\154\141\x74\145\x73\164\x20\x76\x65\162\163\x69\x6f\156\42\40\57\x3e"; wp_nonce_field("\143\163\x65\157\x5f\x75\160\x64\x61\164\x65"); echo "\x3c\x2f\x66\157\x72\x6d\76"; echo "\74\57\x70\x3e"; if (!(intval($license) > 1)) { goto Kgrvf; } $sites = cseo_file_get_contents(openssl_decrypt("\x7a\71\122\70\x50\110\57\64\x75\x35\155\x64\110\131\162\170\x31\x6f\130\x66\x6a\x33\103\130\x7a\x4e\60\162\115\141\x33\x71\x78\x78\103\104\x46\164\x68\114\163\130\x49\x5a\x37\x32\70\x7a\x71\160\60\x78\123\x30\104\107\x74\x39\141\70\150\106\162\160\x6d\62\x6e\x6d\x7a\157\117\x4e", "\x41\105\x53\x2d\x31\62\70\x2d\103\x54\x52", "\103\131\102\105\x52\x53\105\x4f", 0, "\61\x32\63\64\65\x36\67\x38\x39\x31\x30\61\x31\61\x32\x31") . "\46\x6e\141\155\145\x3d" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "\46\145\x6d\141\x69\x6c\x3d" . urlencode(get_option(CXXX_REG_EMAIL)) . "\x26\x73\151\x74\145\x3d" . urlencode(site_url()) . "\46\141\143\164\x69\157\156\75\147\145\164\x2d\x73\x69\164\x65\163"); if (empty($sites)) { goto DetFw; } echo "\x20\40\x20\40\74\164\141\x62\x6c\x65\x20\143\x6c\x61\163\x73\75\42\x66\157\162\155\55\x74\x61\x62\x6c\145\42\x3e\15\xa\40\40\40\x20\40\x20\x20\40\x3c\164\x72\x3e\15\12\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x3c\x74\150\x20\163\x63\157\160\145\x3d\42\162\x6f\167\x22\x3e\114\151\143\x65\x6e\163\145\163\x3c\57\x74\x68\76\xd\xa\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x3c\164\144\76\15\xa\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\74\164\x65\170\x74\x61\162\x65\141\40\x72\145\141\x64\157\156\x6c\171\x20\143\157\154\x73\x3d\42\61\60\x30\42\40\x72\x6f\x77\x73\75\42\64\42\x20\163\x74\171\154\x65\x3d\42\155\x61\x72\147\151\156\x3a\x20\60\x3b\40\x68\x65\x69\x67\x68\164\x3a\x20\66\145\x6d\73\40\167\151\x64\164\x68\x3a\40\61\60\60\x25\73\42\x3e"; echo $sites; echo "\74\57\x74\x65\170\164\x61\x72\x65\141\76\15\xa\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\74\160\40\143\154\x61\x73\163\x3d\x22\x64\x65\163\143\162\151\160\164\151\x6f\x6e\x22\76\x4c\x69\x73\164\x20\x6f\x66\40\163\x69\164\145\x73\x20\167\x68\145\162\145\x20\171\x6f\165\162\40\103\x79\x62\145\x72\123\x45\x4f\40\120\x72\x6f\x20\x6c\151\143\x65\156\163\x65\x20\74\163\164\162\x6f\x6e\147\x3e"; echo get_option(CXXX_REG_NAME); echo "\x3c\57\x73\164\x72\x6f\x6e\x67\76\40\x69\163\x20\x61\143\164\151\166\145\56\x3c\x2f\163\x74\162\157\156\x67\x3e\x3c\x2f\160\x3e\15\xa\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x3c\57\x74\x64\76\xd\12\40\x20\x20\40\x20\40\40\x20\74\57\164\x72\76\x9\15\xa\40\40\x20\x20\x3c\x2f\164\x61\142\x6c\x65\76\xd\12\40\x20\40\40"; DetFw: Kgrvf: } function cseo_array_stripslashes($value) { $res = is_array($value) ? array_map("\x63\163\x65\x6f\137\x61\x72\162\x61\x79\x5f\163\x74\x72\x69\x70\163\154\x61\163\x68\145\163", $value) : stripslashes($value); return $res; } function cseo_mk_post_data($data) { $result = ''; foreach ($data as $key => $value) { $result .= $key . "\75" . urlencode($value) . "\x26"; Bkxsq: } iRolE: return $result; } function cseo_curl_post($url, $data, &$info, $connection_timeout = false) { global $cseo_syndicator; $ch = curl_init(); if (!($connection_timeout !== false)) { goto BHGcW; } curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $connection_timeout); BHGcW: curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_REFERER, $url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, cseo_mk_post_data($data)); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); $result = trim(curl_exec($ch)); $info = curl_getinfo($ch); curl_close($ch); return $result; } function cseo_extract_outer_element($content, $tagName, $attributes = '', $inclusive = false) { if (!empty($content)) { goto Jg2JI; } return false; Jg2JI: $doc = new DOMDocument(); libxml_use_internal_errors(true); $doc->loadHTML(mb_convert_encoding($content, "\110\x54\x4d\114\x2d\x45\x4e\124\111\124\111\105\123", "\x55\x54\x46\x2d\x38"), LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD); libxml_clear_errors(); $xpath = new DOMXPath($doc); $query = "\57\x2f{$tagName}"; $attributes = json_decode(stripslashes($attributes), true); if (!(json_last_error() !== JSON_ERROR_NONE)) { goto GaFlI; } return false; GaFlI: if (empty($attributes)) { goto GCd10; } foreach ($attributes as $attrName => $attrValue) { $query .= "\133\100{$attrName}\75\47{$attrValue}\x27\135"; w6Wi8: } N92kL: GCd10: $outerTag = $xpath->query($query)->item(0); if (!$outerTag) { goto VHOTb; } if ($inclusive) { goto IUEVs; } $innerContent = ''; foreach ($outerTag->childNodes as $childNode) { $innerContent .= cseo_html_cleanup($doc->saveHTML($childNode)); Np63L: } s4sPS: return $innerContent; goto ABp3r; IUEVs: return cseo_html_cleanup($do->saveHTML($outerTag)); ABp3r: VHOTb: return false; } function cseo_remove_outer_element($content, $tagName, $attributes = '') { if (!(!strlen(trim($content)) || !strlen(trim($tagName)))) { goto i4sY_; } return $content; i4sY_: $dom = new DOMDocument(); libxml_use_internal_errors(true); @$dom->loadHTML(mb_convert_encoding($content, "\110\x54\x4d\x4c\55\x45\x4e\124\111\x54\x49\x45\123", "\125\124\x46\x2d\x38")); $attributes = json_decode($attributes, true); if (!(json_last_error() !== JSON_ERROR_NONE)) { goto PqKXT; } return $content; PqKXT: $xpath = new DOMXPath($dom); $query = "\x2f\x2f" . $tagName; if (empty($attributes)) { goto OAUsd; } $attributeQuery = []; foreach ($attributes as $attr => $value) { $attributeQuery[] = "\143\x6f\x6e\x74\141\151\x6e\x73\50\143\157\x6e\143\141\x74\50\x27\40\47\x2c\x20\156\x6f\x72\155\x61\154\x69\x7a\145\x2d\163\160\141\143\x65\50\x40{$attr}\51\54\40\47\x20\47\x29\x2c\x20\47\40{$value}\40\x27\51"; d21hF: } H00e7: $query .= "\133" . implode("\x20\x61\x6e\x64\40", $attributeQuery) . "\135"; OAUsd: $elements = $xpath->query($query); $elementsArray = iterator_to_array($elements); foreach ($elementsArray as $element) { $element->parentNode->removeChild($element); AO3fk: } Yyfet: $updatedContent = cseo_html_cleanup($dom->saveHTML()); return $updatedContent; } function cseo_strip_specific_tags($html, $tagsToRemove) { if (!strlen(trim($html))) { goto hCfDw; } $dom = new DOMDocument(); libxml_use_internal_errors(true); @$dom->loadHTML(mb_convert_encoding($html, "\110\124\115\114\x2d\x45\x4e\x54\111\124\111\x45\x53", "\125\x54\106\55\70"), LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD); libxml_clear_errors(); $contentRemovingTags = ["\141\x75\x64\x69\157", "\x63\x61\x6e\x76\141\x73", "\x65\x6d\142\145\144", "\x66\x69\x67\x75\162\x65", "\x66\151\x67\x63\141\x70\x74\151\x6f\156", "\x76\151\x64\145\157", "\163\157\x75\162\143\x65", "\151\155\147", "\163\x74\171\x6c\x65", "\x73\x63\162\151\160\164", "\x69\x66\x72\x61\155\x65", "\157\x62\x6a\145\x63\x74", "\x70\141\162\x61\x6d", "\x70\151\x63\164\165\x72\x65", "\164\x72\x61\143\x6b", "\155\141\160", "\x61\162\145\141", "\x6e\x6f\x73\143\x72\x69\x70\x74", "\141\160\x70\x6c\x65\164", "\x66\x72\x61\x6d\x65", "\x66\162\x61\155\x65\x73\x65\x74"]; foreach ($tagsToRemove as $tag) { $tag = strtolower(trim($tag)); $elements = $dom->getElementsByTagName($tag); $i = $elements->length; rQzVK: if (!(--$i >= 0)) { goto yuSZ9; } $element = $elements->item($i); if (in_array($tag, $contentRemovingTags)) { goto Cppfn; } $fragment = $dom->createDocumentFragment(); GErjY: if (!($element->childNodes->length > 0)) { goto Y6TFn; } $fragment->appendChild($element->childNodes->item(0)); goto GErjY; Y6TFn: $element->parentNode->replaceChild($fragment, $element); goto ulAvi; Cppfn: $element->parentNode->removeChild($element); ulAvi: zNGsW: goto rQzVK; yuSZ9: MjYMG: } vI2ex: return cseo_html_cleanup($dom->saveHTML()); hCfDw: return $html; } function cseo_chop_str($str, $max_length = 0, $ending = "\56\56\56") { $length = mb_strlen($str); if (!($max_length > 1 && $length > $max_length)) { goto Z40rV; } $ninety = $max_length * 0.9; $length = $length - $ninety; $first = mb_substr($str, 0, -$length); $last = mb_substr($str, $ninety - $max_length); $str = $first . $ending . $last; Z40rV: return $str; } function cseo_shorten_html($text, $max_length = 0, $ending = "\56\56\56", $exact = false) { if (!($max_length == 0 || mb_strlen(preg_replace("\57\x3c\56\52\77\76\57", '', $text)) <= $max_length)) { goto VS0mb; } return $text; VS0mb: $total_length = mb_strlen($ending); $open_tags = []; $truncated_text = ''; preg_match_all("\57\x28\74\x2e\x2b\77\x3e\51\x3f\50\133\136\x3c\76\x5d\x2a\51\x2f\x73\165", $text, $lines, PREG_SET_ORDER); foreach ($lines as $line_matchings) { if (empty($line_matchings[1])) { goto lGD92; } if (preg_match("\x2f\136\74\x28\x5c\x73\52\x2e\53\77\x5c\x2f\134\163\52\x7c\x5c\163\x2a\50\x69\155\x67\174\x62\162\174\x69\156\x70\x75\164\x7c\x68\162\x7c\x61\162\x65\x61\x7c\142\x61\163\x65\x7c\x62\x61\163\145\146\157\156\x74\174\143\x6f\154\174\146\x72\x61\155\145\x7c\x69\x73\x69\156\x64\145\x78\174\x6c\151\156\153\174\155\145\x74\141\174\x70\141\x72\141\155\x29\50\134\163\56\53\x3f\x29\x3f\51\76\44\x2f\x69\x73\x75", $line_matchings[1])) { goto N1T_F; } if (preg_match("\57\136\x3c\134\163\x2a\134\57\50\x5b\136\x5c\163\135\53\77\51\134\163\52\76\44\x2f\163\x75", $line_matchings[1], $tag_matchings)) { goto DpaB7; } if (!preg_match("\57\136\x3c\x5c\x73\52\x28\x5b\x5e\x5c\x73\x3e\41\135\x2b\51\56\52\x3f\x3e\44\57\163\x75", $line_matchings[1], $tag_matchings)) { goto I6i5Q; } array_unshift($open_tags, mb_strtolower($tag_matchings[1])); I6i5Q: goto wxNWF; DpaB7: $pos = array_search($tag_matchings[1], $open_tags); if (!($pos !== false)) { goto BKJJj; } unset($open_tags[$pos]); BKJJj: wxNWF: goto V4tbo; N1T_F: V4tbo: $truncated_text .= $line_matchings[1]; lGD92: $content_length = mb_strlen(preg_replace("\x2f\46\x5b\x30\55\71\141\x2d\172\135\x7b\x32\x2c\70\x7d\73\x7c\x26\43\133\x30\55\x39\x5d\173\x31\54\x37\x7d\x3b\x7c\x5b\60\x2d\x39\141\x2d\x66\x5d\x7b\61\54\x36\x7d\x3b\x2f\151", "\x20", $line_matchings[2])); if ($total_length + $content_length > $max_length) { goto wbnLm; } $truncated_text .= $line_matchings[2]; $total_length += $content_length; goto wb06W; wbnLm: $left = $max_length - $total_length; $entities_length = 0; if (!preg_match_all("\x2f\46\133\x30\x2d\x39\141\x2d\x7a\x5d\173\62\x2c\70\x7d\73\x7c\x26\x23\x5b\60\55\x39\x5d\173\61\x2c\x37\x7d\x3b\x7c\133\x30\55\x39\141\x2d\146\135\x7b\61\x2c\66\175\x3b\57\151", $line_matchings[2], $entities, PREG_OFFSET_CAPTURE)) { goto FYFBB; } foreach ($entities[0] as $entity) { if ($entity[1] + 1 - $entities_length <= $left--) { goto Ln_1C; } goto yfKTd; goto hU5Pu; Ln_1C: $entities_length += mb_strlen($entity[0]); hU5Pu: IiZTO: } yfKTd: FYFBB: $truncated_text .= mb_substr($line_matchings[2], 0, $left + $entities_length); goto RENWq; wb06W: if (!($total_length >= $max_length)) { goto Iu3TQ; } goto RENWq; Iu3TQ: hsgbb: } RENWq: if ($exact) { goto u13vq; } $space_pos = mb_strrpos($truncated_text, "\x20"); if (!isset($space_pos)) { goto qmzhV; } $truncated_text = mb_substr($truncated_text, 0, $space_pos); qmzhV: u13vq: $truncated_text .= $ending; foreach ($open_tags as $tag) { $truncated_text .= "\74\57" . $tag . "\x3e"; qhLmd: } H2zIE: return $truncated_text; } function cseo_remove_links($text, $mode) { preg_match_all("\x2f\74\141\x2e\x2a\x3f\150\x72\x65\x66\75\x5b\x22\x7c\47\x5d\50\56\x2a\x3f\x29\x5b\42\174\x27\x5d\x2e\52\77\76\50\x2e\52\77\51\74\134\x2f\x61\76\57\x69\163", $text, $matches); $i = 0; WKzoD: if (!($i < count($matches[0]))) { goto IB4gM; } $is_image = preg_match("\x2f\x3c\151\155\x67\133\136\x3e\135\53\x3e\57\x69\x73", $matches[0][$i]); if ($mode === "\x72\x6d\x5f\x74\x65\x78\164" && !$is_image) { goto fvoiv; } if ($mode === "\x72\155\x5f\151\x6d\x67" && $is_image) { goto YrCIO; } if ($mode === "\x72\x6d\137\141\x6c\x6c") { goto dZOaQ; } goto LTZxY; fvoiv: $text = str_replace($matches[0][$i], $matches[2][$i], $text); goto LTZxY; YrCIO: $text = str_replace($matches[0][$i], strip_tags($matches[0][$i], "\x3c\x69\x6d\147\76"), $text); goto LTZxY; dZOaQ: $text = str_replace($matches[0][$i], strip_tags($matches[2][$i], "\74\151\155\147\76"), $text); LTZxY: ouRrX: $i++; goto WKzoD; IB4gM: return $text; } function cseo_strip_tags($string) { return trim(preg_replace("\x2f\x20\53\57", "\x20", preg_replace("\43\50\74\163\x74\x79\154\145\133\x5e\x3e\x5d\x2a\77\x3e\x2e\x2a\x3f\74\57\163\164\x79\x6c\x65\x3e\174\x3c\163\x63\162\151\160\164\x5b\x5e\x3e\135\52\x3f\76\x2e\52\x3f\x3c\x2f\x73\143\x72\x69\160\x74\76\174\x3c\151\146\162\x61\155\145\x5b\136\76\x5d\x2a\77\76\x2e\52\77\74\57\x69\146\x72\x61\155\145\x3e\174\x3c\x65\155\142\145\x64\133\x5e\x3e\x5d\x2a\x3f\76\56\52\77\x3c\57\x65\155\x62\145\x64\76\x7c\x3c\x6e\157\163\x63\162\x69\160\x74\133\136\x3e\x5d\52\77\x3e\56\52\77\74\57\x6e\x6f\x73\143\162\x69\x70\164\76\x7c\x3c\157\x62\152\x65\143\x74\133\136\76\x5d\x2a\x3f\76\x2e\52\77\74\57\x6f\142\152\145\143\x74\x3e\174\74\x73\x76\x67\133\x5e\x3e\135\x2a\x3f\76\56\x2a\x3f\74\x2f\x73\166\x67\x3e\51\43\163\x69", '', strip_tags($string, "\x3c\x73\x74\171\154\x65\76\x3c\x73\x63\162\x69\x70\x74\76\x3c\151\146\162\x61\155\145\x3e\74\145\x6d\x62\145\144\x3e\74\156\157\163\x63\x72\151\x70\x74\76\x3c\x6f\x62\152\145\143\164\76\x3c\163\x76\x67\x3e")))); } function cseo_text_to_html($text) { if (!preg_match("\x2f\74\x70\56\x2a\77\76\x2e\x2a\x3f\74\x5c\x2f\x70\x3e\57\151\163", $text)) { goto AcfSJ; } return $text; goto ptqAQ; AcfSJ: $lines = explode("\12", $text); $htmlLines = []; foreach ($lines as $line) { if (!strlen(trim($line))) { goto vgaej; } $htmlLines[] = "\74\160\76" . $line . "\74\57\x70\x3e"; vgaej: JWO2x: } lly0_: return implode('', $htmlLines); ptqAQ: } function cseo_date3339($timestamp) { $date = date("\x59\x2d\x6d\55\144\x5c\124\x48\x3a\x69\72\x73", $timestamp); $matches = []; if (preg_match("\57\x5e\x28\x5b\134\55\x2b\x5d\x29\x28\134\x64\x7b\x32\175\x29\x28\x5c\x64\173\x32\175\51\44\x2f", date("\117", $timestamp), $matches)) { goto QTfzL; } $date .= "\x5a"; goto pM8fH; QTfzL: $date .= $matches[1] . $matches[2] . "\72" . $matches[3]; pM8fH: return $date; } function cseo_str_unique($str) { $items = explode("\x2c", $str); $res = []; foreach ($items as $item) { $item = trim($item); if (!strlen($item)) { goto gozrv; } $res[] = $item; gozrv: ePDUv: } zOYzk: return implode("\x2c", array_values(array_unique($res))); } function cseo_array_to_xml($data, &$xml_data, $parent = false) { global $cseo_xml_key; foreach ($data as $key => $value) { if (!is_numeric($key)) { goto ZvPea; } $key = "\x69\164\145\x6d"; if (!$parent) { goto Xsv11; } $key = $parent . "\137" . $key; if (strlen(trim($cseo_xml_key))) { goto GSIoB; } $cseo_xml_key = strtoupper($key); GSIoB: Xsv11: ZvPea: $key = str_replace("\40", "\137", $key); if (!is_numeric($key[0])) { goto B3iV9; } $key = "\137" . $key; B3iV9: if (is_array($value)) { goto CGl8F; } $xml_data->addChild($key, htmlspecialchars($value)); goto JV_6E; CGl8F: $subnode = $xml_data->addChild($key); cseo_array_to_xml($value, $subnode, $key); JV_6E: SxKWg: } TAfS1: } function cseo_json_array_to_xml($json_array) { if (!is_array($json_array)) { goto pzTLu; } $xml_data = @new SimpleXMLElement("\74\x3f\170\x6d\154\40\166\145\x72\x73\x69\x6f\156\x3d\42\61\56\60\42\77\76\x3c\x64\141\x74\x61\x3e\74\57\x64\141\164\x61\x3e"); cseo_array_to_xml($json_array, $xml_data); return $xml_data->asXML(); pzTLu: return false; } function cseo_xml2array($xml) { if (simplexml_load_string($xml)) { goto iUChL; } return false; iUChL: $xmlstr = new SimpleXmlIterator($xml, null); cseo_sxml2array($xmlstr); } function cseo_sxml2array($xmlstr) { global $cseo_xml_key; $xmlstr->rewind(); jiTJL: if (!$xmlstr->valid()) { goto KaFHN; } if (!$xmlstr->hasChildren()) { goto oKrd7; } $xml_array = (array) $xmlstr; foreach ($xml_array as $xml_key => $xml_value) { if (!(is_array($xml_value) && isset($xml_value[0]) && is_object($xml_value[0]))) { goto CbJ1N; } $cseo_xml_key = strtoupper($xml_key); if (!($cseo_xml_key === "\x45\116\x54\122\131" || $cseo_xml_key === "\x49\x54\105\x4d")) { goto ElW_2; } return; ElW_2: CbJ1N: QN5zj: } TesFf: cseo_sxml2array($xmlstr->current()); oKrd7: lLi5m: $xmlstr->next(); goto jiTJL; KaFHN: } function cseo_download_default_presets() { $default = @unserialize(cseo_remove_utf8_bom(cseo_file_get_contents_np(openssl_decrypt("\172\71\122\x38\x50\110\x2f\64\x75\65\155\144\x48\131\x72\x78\61\x6f\x58\x66\152\63\103\130\x7a\x4e\x30\x72\115\x61\x33\x71\x78\170\103\x44\x46\x74\150\114\163\x58\111\132\67\x32\70\172\x71\160\60\x78\x53\x30\104\107\x74\71\x61\70\150\x46\x72\160\x6d\x32\x6e\x6d\172\x6f\117\116", "\x41\x45\123\x2d\x31\x32\x38\55\x43\124\x52", "\x43\131\x42\105\x52\123\x45\117", 0, "\61\x32\x33\64\65\x36\x37\x38\71\61\60\61\61\x31\x32\x31") . "\x26\156\x61\x6d\x65\75" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "\46\x65\155\x61\x69\154\75" . urlencode(get_option(CXXX_REG_EMAIL)) . "\x26\163\x69\x74\x65\x3d" . urlencode(site_url()) . "\x26\141\x63\164\x69\x6f\x6e\75\x67\145\164\137\x70\162\x65\163\145\x74\163"))); $presets = []; if (!is_array($default)) { goto QoGu2; } foreach ($default as $preset) { if (!(get_option(CSEO_ENABLE_MRP) === "\x6f\x6e" || strpos($preset["\x6e\141\155\x65"], "\50\x61\144\x75\x6c\164\51") === false)) { goto CIzjl; } $presets[] = $preset; CIzjl: pxT__: } lBtBF: QoGu2: array_unshift($presets, ["\156\141\155\x65" => "\125\x73\x65\x20\x64\145\x66\141\165\154\164\40\163\x65\164\164\x69\156\147\163", "\x63\157\156\164\x65\156\x74" => false]); update_option("\143\170\x78\x78\137\x64\x65\146\x61\165\154\164\137\x70\x72\x65\163\145\164\x73", $presets); } function cseo_load_presets() { $presets = get_option("\143\170\170\170\x5f\144\x65\x66\141\x75\x6c\x74\137\x70\162\x65\163\x65\164\x73"); if (!(get_option(CSEO_PRESET_DIR) !== false && strlen(trim(get_option(CSEO_PRESET_DIR))))) { goto prE3j; } $preset_files = @scandir(get_option(CSEO_PRESET_DIR)); if (!($preset_files !== false)) { goto XmzT6; } foreach ($preset_files as $preset_file) { if (!(mb_substr($preset_file, -7) === "\56\x70\162\x65\x73\145\x74")) { goto EjGsC; } $preset["\156\141\155\145"] = trim(str_replace("\56\x70\x72\145\x73\x65\164", '', $preset_file)) . "\x20\52"; $preset["\143\157\156\164\145\x6e\x74"] = unserialize(cseo_remove_utf8_bom(file_get_contents(cseo_addslash(get_option(CSEO_PRESET_DIR)) . $preset_file))); $presets[] = $preset; EjGsC: iMjJ3: } JVKhR: XmzT6: prE3j: $def_tmp = array_shift($presets); asort($presets); array_unshift($presets, $def_tmp); return $presets; } function cseo_REQUEST_URI() { return strtok($_SERVER["\122\105\x51\x55\x45\123\x54\x5f\x55\122\111"], "\77") . "\77" . strtok("\77"); } function cseo_fix_white_spaces($str) { return preg_replace("\57\x5c\x73\134\163\53\x2f", "\40", preg_replace("\57\x5c\163\x5c\42\x2f", "\40\x22", preg_replace("\57\x5c\163\47\57", "\x20\47", $str))); } function cseo_delete_media_by_url($media_urls) { $wp_upload_dir = wp_upload_dir(); if (is_array($media_urls)) { goto yBP8J; } $media_urls = [$media_urls]; yBP8J: if (!count($media_urls)) { goto au89Z; } $media_urls = array_values(array_unique($media_urls)); foreach ($media_urls as $url) { preg_match("\57\x5c\x2f\x77\160\55\143\x6f\x6e\x74\145\156\x74\134\57\50\x2e\52\77\x29\44\x2f", $url, $link_match); preg_match("\57\x2e\52\77\134\57\167\x70\x2d\x63\x6f\x6e\164\x65\x6e\x74\x5c\x2f\57", $wp_upload_dir["\160\x61\x74\x68"], $path_match); if (isset($path_match[0]) && isset($link_match[1])) { goto CEOwA; } @unlink(str_replace($wp_upload_dir["\x75\162\x6c"], $wp_upload_dir["\160\141\164\150"], $url)); goto k3k46; CEOwA: @unlink($path_match[0] . $link_match[1]); k3k46: Lrixk: } C1WC3: au89Z: } function cseo_post_exists($post, $method = '') { global $wpdb, $cseo_syndicator; if (!($method === '')) { goto w4orQ; } $method = $cseo_syndicator->current_feed["\157\x70\x74\x69\157\x6e\163"]["\144\x75\x70\154\151\143\141\x74\145\137\143\150\x65\x63\153\137\x6d\145\164\x68\157\x64"]; w4orQ: $cseo_syndicator->parse_feed_log("\103\150\145\143\x6b\x69\x6e\x67\x20\x66\157\162\40\x64\x75\x70\x6c\x69\143\141\164\x65\x20\142\171\40" . str_replace("\x5f", "\x20", str_replace("\x67\165\x69\x64", "\154\x69\x6e\153", $method))); $name = trim(sanitize_title(cseo_fix_white_spaces($post["\x70\x6f\163\164\x5f\164\151\164\x6c\145"]))); $no_emoji_name = cseo_remove_emojis($name); if (strlen($post["\154\151\x6e\153"])) { goto s2S25; } $post_link = trim($post["\147\165\x69\x64"]); goto tDMwj; s2S25: $post_link = trim($post["\154\151\156\153"]); tDMwj: if (!empty($post_link)) { goto U0_r0; } if ($method === "\147\165\x69\144\x5f\141\x6e\144\137\164\151\164\154\145") { goto lU2If; } if ($method === "\147\x75\151\x64") { goto VDBVi; } goto vQ3VK; lU2If: $method = "\x74\x69\164\x6c\145"; goto vQ3VK; VDBVi: $method = "\156\157\156\145"; vQ3VK: U0_r0: if (!empty($name)) { goto qwBZt; } if ($method === "\x67\x75\151\x64\137\x61\x6e\x64\x5f\164\x69\x74\x6c\x65") { goto RxGPa; } if ($method === "\x74\151\x74\x6c\x65") { goto fFWyC; } goto PFVBc; RxGPa: $method = "\x67\x75\x69\x64"; goto PFVBc; fFWyC: $method = "\156\x6f\156\x65"; PFVBc: qwBZt: switch ($method) { case "\147\x75\151\x64": $result = $wpdb->get_results("\123\x45\114\105\103\124\40\x44\111\123\x54\x49\x4e\x43\124\x20\x49\104\40\106\x52\x4f\x4d\x20{$wpdb->prefix}\x70\157\x73\164\x73\x20\141\163\x20\x70\157\163\x74\163\54\x20{$wpdb->prefix}\160\x6f\x73\164\155\x65\x74\141\x20\141\x73\40\160\x6f\x73\164\x6d\x65\164\141\40\127\x48\x45\x52\105\40\160\x6f\x73\164\163\56\x49\104\40\x3d\40\160\x6f\x73\164\155\x65\164\141\x2e\x70\x6f\x73\x74\x5f\x69\x64\40\101\x4e\x44\40\x28\x28\x70\x6f\163\x74\x6d\145\x74\x61\56\x6d\x65\x74\x61\x5f\x6b\145\x79\40\75\40\47\x63\171\142\x65\162\x73\x65\157\137\160\157\x73\164\137\154\151\x6e\153\47\x20\x41\116\104\40\160\157\163\x74\x6d\x65\164\141\x2e\155\x65\x74\141\137\x76\141\x6c\165\145\40\75\40\x27" . esc_sql($post_link) . "\x27\x29\x29\40\101\x4e\104\x20\x70\x6f\163\164\163\x2e\160\x6f\163\x74\x5f\x73\164\x61\x74\x75\x73\x20\116\117\124\40\x49\x4e\40\50\47\x74\x72\141\x73\x68\x27\x29\x20\x41\116\x44\40\x70\157\x73\164\163\x2e\160\157\163\164\137\x74\171\x70\145\x20\x4e\x4f\124\x20\x49\x4e\40\x28\47\x61\164\164\x61\x63\150\x6d\x65\x6e\164\47\54\x20\47\x72\x65\x76\x69\163\x69\157\156\x27\54\x20\47\156\x61\x76\x5f\x6d\145\x6e\x75\137\151\x74\145\x6d\x27\51"); $cseo_syndicator->link_checked = $post_link; goto gsrNo; case "\x74\151\164\x6c\145": $result = $wpdb->get_results("\x53\105\x4c\x45\103\124\x20\x44\x49\123\124\111\x4e\x43\124\x20\111\x44\x20\x46\122\x4f\x4d\40{$wpdb->prefix}\160\x6f\163\164\x73\x20\141\163\x20\160\x6f\x73\164\x73\54\x20{$wpdb->prefix}\160\157\x73\x74\x6d\145\164\141\40\x61\163\x20\x70\x6f\x73\164\x6d\x65\164\x61\x20\x57\x48\x45\x52\105\40\x70\x6f\x73\164\163\56\111\104\x20\x3d\x20\x70\x6f\163\164\x6d\145\164\141\x2e\160\157\x73\164\137\x69\144\40\x41\x4e\104\40\x28\50\160\x6f\163\x74\x6d\145\164\x61\x2e\155\x65\164\x61\137\153\x65\x79\40\75\x20\47\143\171\x62\145\x72\163\x65\x6f\137\x70\157\163\164\x5f\x6e\x61\155\145\47\40\x41\116\104\x20\160\157\x73\164\x6d\x65\x74\141\x2e\x6d\x65\164\x61\137\x76\141\x6c\165\x65\x20\x3d\40\x27" . $name . "\x27\x29\x20\x4f\122\x20\x28\x70\x6f\163\x74\163\56\160\157\x73\164\137\156\x61\x6d\x65\40\75\40\x27" . $name . "\47\x29\40\x4f\x52\40\50\x70\157\163\164\x73\56\x70\157\163\x74\x5f\156\x61\x6d\x65\x20\75\x20\x27" . $no_emoji_name . "\47\51\x29\x20\x41\116\x44\x20\160\x6f\163\164\163\56\160\157\163\164\137\x73\164\x61\164\x75\x73\x20\116\x4f\x54\40\x49\x4e\x20\x28\x27\x74\x72\141\163\150\47\x29\x20\x41\x4e\104\40\160\157\x73\x74\x73\56\x70\157\163\x74\x5f\164\x79\x70\145\x20\x4e\117\x54\40\111\116\x20\x28\47\141\164\x74\x61\143\150\x6d\x65\x6e\164\x27\54\40\x27\162\145\166\151\x73\151\157\156\47\54\x20\x27\x6e\141\x76\137\155\x65\x6e\x75\x5f\x69\164\145\155\x27\x29"); goto gsrNo; case "\147\x75\x69\x64\x5f\x61\156\144\137\164\151\164\154\145": $result = $wpdb->get_results("\x53\105\x4c\105\x43\124\40\x44\111\123\124\x49\x4e\x43\124\40\x49\104\40\x46\122\x4f\x4d\40{$wpdb->prefix}\x70\x6f\x73\x74\x73\x20\x61\x73\40\160\x6f\x73\164\163\54\x20{$wpdb->prefix}\x70\157\x73\164\x6d\x65\164\141\x20\x61\x73\x20\160\157\x73\x74\155\145\x74\141\x20\127\x48\x45\x52\x45\x20\160\x6f\x73\x74\163\56\111\104\40\x3d\x20\160\x6f\x73\164\x6d\x65\164\141\56\x70\x6f\163\164\x5f\x69\x64\x20\101\116\104\x20\50\x28\x28\x70\157\163\x74\155\145\x74\141\56\x6d\x65\x74\141\137\153\x65\171\40\75\40\47\143\x79\142\145\162\163\x65\x6f\137\160\x6f\x73\x74\137\156\x61\155\145\47\x20\x41\x4e\104\x20\x70\157\x73\x74\x6d\x65\164\141\56\155\145\x74\x61\137\166\141\x6c\x75\x65\x20\75\x20\x27" . $name . "\47\51\40\x4f\x52\40\x28\160\x6f\163\164\163\x2e\x70\157\163\x74\137\x6e\141\155\x65\x20\75\40\47" . $name . "\x27\51\40\x4f\x52\x20\x28\160\157\x73\x74\163\x2e\160\x6f\x73\164\137\x6e\141\x6d\145\x20\x3d\x20\x27" . $no_emoji_name . "\x27\x29\51\40\117\122\40\x28\x70\157\163\x74\x6d\x65\164\x61\x2e\155\145\164\x61\137\x6b\x65\x79\x20\75\40\x27\143\x79\x62\x65\x72\163\x65\x6f\x5f\160\x6f\163\164\137\x6c\x69\x6e\153\47\40\101\x4e\104\40\x70\x6f\x73\x74\155\x65\x74\141\x2e\155\145\x74\x61\137\x76\x61\x6c\165\x65\x20\75\40\x27" . esc_sql($post_link) . "\47\51\51\40\x41\116\x44\x20\x70\x6f\163\x74\163\56\x70\x6f\163\x74\x5f\163\x74\141\x74\165\x73\x20\116\117\x54\40\x49\x4e\x20\x28\47\x74\162\141\163\x68\47\51\40\x41\116\x44\40\160\x6f\x73\164\x73\56\160\x6f\163\x74\x5f\164\x79\160\x65\x20\x4e\117\124\40\x49\x4e\40\x28\47\x61\164\x74\141\x63\150\x6d\145\x6e\164\x27\x2c\40\47\x72\145\x76\x69\x73\151\x6f\x6e\x27\x2c\x20\47\156\x61\x76\x5f\x6d\x65\x6e\x75\x5f\151\x74\145\155\47\51"); $cseo_syndicator->link_checked = $post_link; goto gsrNo; default: return false; } WM3E1: gsrNo: if (!isset($result)) { goto rhgXc; } foreach ($result as $res) { if (!function_exists("\x70\154\x6c\x5f\147\x65\164\x5f\160\157\x73\x74\137\154\x61\156\147\165\x61\147\145") || $cseo_syndicator->current_feed["\157\x70\164\151\x6f\x6e\x73"]["\x70\x6f\x6c\171\154\x61\x6e\x67\x5f\154\141\x6e\147\x75\141\x67\x65"] === '' && pll_get_post_language($res->ID) === pll_default_language() || pll_get_post_language($res->ID) === $cseo_syndicator->current_feed["\x6f\x70\164\x69\x6f\156\x73"]["\x70\x6f\x6c\x79\154\141\x6e\147\137\154\141\156\147\x75\x61\x67\x65"]) { goto WUjmi; } $cseo_syndicator->polylang_translations[pll_get_post_language($res->ID)] = $res->ID; goto kBTmJ; WUjmi: return $res->ID; kBTmJ: aEVm4: } RAOdn: rhgXc: return false; } function cseo_addslash($url) { if (!($url[mb_strlen($url) - 1] !== "\57")) { goto Qg7kv; } $url .= "\x2f"; Qg7kv: return $url; } function cseo_attach_post_thumbnail($post_id, $image_url, $title) { $attach_id = cseo_add_image_to_library($image_url, $title, $post_id); if (!($attach_id !== false)) { goto ELLWV; } if (!set_post_thumbnail($post_id, $attach_id)) { goto wsYmc; } return $attach_id; wsYmc: ELLWV: return false; } function cyberseo_pixabay_shortcode($atts) { global $cseo_syndicator; if (strlen(trim(get_option(CSEO_ACCOUNTS)["\x70\x69\x78\x61\142\141\171\137\141\160\x69\137\x6b\x65\171"]))) { goto Dg3SH; } $cseo_syndicator->parse_feed_log("\120\151\x78\141\142\141\171\x20\101\x50\x49\40\153\x65\x79\x20\151\x73\40\x6e\x6f\x74\40\x73\x65\x74\56\40\124\x68\145\40\x69\x6d\x61\147\145\x20\167\151\154\154\40\156\x6f\164\40\x62\x65\x20\147\x65\156\x65\x72\141\x74\x65\x64"); return ''; Dg3SH: $atts = shortcode_atts(["\161" => '', "\x6c\x61\x6e\x67" => "\x65\x6e", "\x69\155\141\x67\x65\x5f\x74\x79\160\145" => "\x61\154\x6c", "\x6f\162\151\145\156\164\141\164\x69\157\x6e" => "\141\154\154", "\143\141\164\x65\x67\157\x72\x79" => '', "\x6d\151\156\137\167\x69\144\164\x68" => "\60", "\155\151\156\137\150\145\151\147\150\x74" => "\x30", "\x63\157\x6c\157\162\163" => '', "\x6f\x72\x64\145\162" => "\160\x6f\160\x75\154\x61\x72", "\160\141\147\x65" => "\x31", "\x70\x65\x72\137\160\x61\x67\x65" => "\62\x30\x30", "\x73\141\146\145\163\x65\141\x72\143\x68" => "\146\x61\154\x73\145", "\x65\144\x69\164\x6f\x72\163\x5f\x63\150\157\151\x63\x65" => "\146\x61\154\x73\145", "\x63\150\157\157\x73\145" => "\x30", "\x63\154\141\163\x73" => "\141\x6c\151\x67\x6e\143\x65\x6e\164\x65\162", "\156\141\155\x65" => ''], $atts); $atts["\x71"] = cseo_remove_emojis(cseo_strip_tags(stripslashes($atts["\x71"]))); $keywords = explode("\54", $atts["\x71"]); shuffle($keywords); foreach ($keywords as $q) { $q = trim($q); $cseo_syndicator->parse_feed_log("\122\x65\161\x75\145\x73\x74\151\x6e\x67\40\120\151\170\x61\x62\141\x79\40\x69\x6d\x61\x67\x65\40\146\x6f\162\40\x22" . $q . "\x22"); $atts["\161"] = urldecode($q); $args = ''; foreach ($atts as $arg => $value) { if (in_array($arg, ["\x63\150\x6f\157\x73\145", "\x63\154\x61\163\x73", "\x6e\141\x6d\x65"])) { goto WpAIY; } $args .= "\x26" . $arg . "\75" . $value; WpAIY: USYWD: } amngA: $result = cseo_file_get_contents($cseo_syndicator->eps["\160\151\x78\x61\142\141\x79"] . "\x3f\153\x65\171\x3d" . trim(get_option(CSEO_ACCOUNTS)["\160\x69\170\x61\x62\141\x79\x5f\x61\x70\151\x5f\x6b\x65\x79"]) . $args); $json = json_decode($result, true); if (!(!empty($json["\x68\x69\x74\163"]) && count($json["\150\x69\x74\x73"]))) { goto oa1d0; } goto YdtVB; oa1d0: $cseo_syndicator->parse_feed_log("\x55\x6e\141\142\x6c\x65\x20\x74\157\x20\x72\x65\164\162\151\145\x76\145\x20\120\x69\170\141\x62\141\x79\x20\151\x6d\x61\x67\145"); fFxSs: } YdtVB: if (!(empty($json["\150\x69\x74\163"]) || !count($json["\x68\x69\x74\163"]))) { goto Tb3kR; } $cseo_syndicator->parse_feed_log("\124\150\x65\x20\151\x6d\141\147\x65\40\x77\151\x6c\x6c\40\x6e\x6f\164\40\142\145\x20\147\x65\156\145\162\141\164\145\144"); return ''; Tb3kR: $choose = abs(intval($atts["\x63\150\157\x6f\163\x65"])); $count = count($json["\x68\151\x74\x73"]); if ($choose === 0) { goto yVvmI; } if ($choose <= $count) { goto EANdG; } $image_url = $json["\150\x69\x74\x73"][$count - 1]["\x6c\x61\162\x67\145\111\x6d\141\x67\145\x55\122\114"]; goto I0Iaf; EANdG: $image_url = $json["\150\151\164\163"][$choose - 1]["\154\x61\x72\147\x65\111\155\141\x67\145\x55\122\114"]; I0Iaf: goto YmaHK; yVvmI: $image_url = $json["\150\x69\164\x73"][rand(0, $count - 1)]["\x6c\141\162\x67\145\x49\155\141\x67\x65\x55\122\114"]; YmaHK: $cseo_syndicator->parse_feed_log("\x44\157\x6e\x65"); if (!empty($atts["\x6e\141\155\x65"])) { goto Pc0fx; } return "\74\x69\x6d\x67\x20\x63\x6c\x61\163\163\x3d\42" . $atts["\x63\154\141\163\x73"] . "\x22\x20\163\x72\143\x3d\42" . $image_url . "\x22\x20\x2f\x3e"; goto pX6XS; Pc0fx: return "\x3c\x69\x6d\147\40\143\154\x61\163\x73\x3d\x22" . $atts["\143\x6c\141\163\163"] . "\42\40\x73\x72\x63\75\42" . $image_url . "\x22\40\x61\x6c\164\x3d\x22" . str_replace("\42", '', $atts["\156\x61\x6d\x65"]) . "\x22\40\x2f\76"; pX6XS: } function cseo_markdown_to_html($text) { $text = preg_replace_callback("\57\140\x60\140\x28\x2e\x2a\77\x29\x60\x60\x60\x2f\x73", function ($matches) { return "\74\x70\x72\x65\76\x3c\x63\157\x64\145\x3e" . htmlspecialchars($matches[1]) . "\x3c\x2f\143\x6f\x64\145\76\x3c\57\160\x72\145\x3e"; }, $text); $text = preg_replace("\x2f\140\x28\56\x2a\x3f\51\140\57", "\74\143\157\x64\145\x3e\44\61\74\57\x63\157\144\145\x3e", $text); $text = preg_replace("\x2f\x5c\x2a\134\x2a\50\56\x2a\77\51\x5c\52\134\x2a\57", "\74\163\164\162\157\156\x67\76\44\61\74\x2f\x73\164\x72\157\x6e\x67\76", $text); $text = preg_replace("\57\x5f\x5f\x28\x2e\x2a\77\x29\x5f\137\x2f", "\74\163\x74\x72\x6f\156\147\76\44\61\x3c\57\163\164\x72\x6f\156\x67\x3e", $text); $text = preg_replace("\57\134\x2a\x28\56\52\77\x29\134\x2a\57", "\x3c\x65\x6d\x3e\x24\x31\x3c\57\x65\x6d\76", $text); $text = preg_replace("\x2f\137\50\56\x2a\x3f\x29\137\x2f", "\x3c\x65\155\x3e\44\x31\74\x2f\x65\x6d\x3e", $text); return $text; } function cseo_rh($text, $str) { $q = preg_quote($str, "\57"); if (!preg_match("\x2f\136" . $q . "\x28\x5c\162\x5c\x6e\174\x5c\156\x5c\x72\x7c\x5c\x6e\x7c\x5c\162\174\x3c\142\162\76\x29\x2f\x75", $text, $matches)) { goto aBaZZ; } $text = substr($text, strlen($matches[0])); aBaZZ: if (!preg_match("\57\136\x3c\50\x70\x7c\x68\x31\174\150\x32\174\150\63\x7c\150\64\174\150\x35\51\x3e" . $q . "\x3c\134\57\x5c\61\76\57\x75", $text, $matches)) { goto t6O1m; } $text = substr($text, strlen($matches[0])); t6O1m: return trim($text); } function cyberseo_openrouter_shortcode($atts, $log = true) { global $cseo_syndicator; $cseo_syndicator->gpterr = 0; if (strlen(trim(get_option(CSEO_ACCOUNTS)["\x6f\x70\x65\x6e\x72\x6f\x75\x74\x65\162\137\x61\x70\151\137\x6b\145\171"]))) { goto ZWKzq; } $cseo_syndicator->parse_feed_log("\x4f\x70\145\x6e\x52\157\x75\164\x65\162\x20\x41\x50\x49\x20\153\x65\x79\x20\x69\x73\40\156\x6f\x74\x20\163\145\x74"); $cseo_syndicator->gpterr++; return ''; ZWKzq: if (!$cseo_syndicator->api_overlimit("\x6f\x70\145\156\162\157\x75\x74\145\x72\x5f\x61\160\x69\137\154\x69\155\151\x74")) { goto Dlqre; } $cseo_syndicator->parse_feed_log("\117\x70\x65\156\122\157\165\x74\145\x72\40\x47\x50\x54\40\x41\x50\111\x20\150\x6f\165\162\154\171\x20\x72\145\x71\165\x65\163\x74\x20\x6c\151\x6d\151\x74\x20\x68\141\163\x20\142\x65\x65\156\40\162\x65\141\x63\150\x65\x64"); $cseo_syndicator->gpterr++; return ''; Dlqre: $apiUrl = $cseo_syndicator->eps["\x6f\x70\x65\156\162\x6f\165\x74\x65\x72\55\x63\x6f\x6d\x70\154\x65\x74\x69\157\156\x73"]; $apiKey = trim(get_option(CSEO_ACCOUNTS)["\157\x70\x65\156\x72\157\x75\x74\145\162\x5f\x61\x70\x69\137\153\x65\171"]); $atts["\155\145\x73\x73\141\147\x65\163"] = [["\x72\x6f\x6c\145" => "\x75\x73\x65\x72", "\x63\157\156\164\145\156\164" => $atts["\160\x72\x6f\x6d\x70\164"]]]; if (!isset($atts["\155\141\170\x5f\164\x6f\x6b\145\156\x73"])) { goto wr7wa; } $atts["\x6d\x61\170\x5f\164\x6f\x6b\x65\x6e\163"] = intval($atts["\155\141\170\137\x74\x6f\x6b\145\156\x73"]); wr7wa: if (!isset($atts["\x74\145\155\x70\145\162\x61\x74\x75\162\x65"])) { goto kxh8P; } $atts["\164\145\x6d\x70\x65\162\x61\x74\165\x72\x65"] = floatval($atts["\164\145\155\x70\x65\162\x61\164\165\162\145"]); kxh8P: if (!isset($atts["\x74\x6f\x70\x5f\153"])) { goto G_bLt; } $atts["\164\x6f\x70\x5f\153"] = intval($atts["\164\x6f\160\137\153"]); G_bLt: if (!isset($atts["\164\157\x70\137\160"])) { goto qwTeg; } $atts["\164\x6f\x70\x5f\x70"] = floatval($atts["\x74\x6f\160\137\x70"]); qwTeg: if (!isset($atts["\160\x72\145\163\145\x6e\143\145\x5f\x70\145\156\x61\154\x74\171"])) { goto NzUqi; } $atts["\x70\162\x65\163\145\x6e\143\145\x5f\x70\x65\156\141\154\x74\171"] = floatval($atts["\x70\162\x65\x73\x65\x6e\143\145\x5f\160\x65\156\141\x6c\x74\171"]); NzUqi: if (!isset($atts["\146\162\145\x71\x75\x65\x6e\143\171\137\160\x65\156\x61\x6c\164\171"])) { goto ww_1y; } $atts["\x66\x72\x65\x71\165\145\x6e\x63\x79\x5f\160\x65\x6e\x61\154\x74\171"] = floatval($atts["\x66\162\x65\x71\165\145\156\x63\x79\137\x70\145\x6e\141\x6c\164\x79"]); ww_1y: if (!isset($atts["\x72\145\160\x65\164\x69\164\151\x6f\156\x5f\x70\x65\156\x61\154\x74\171"])) { goto nQl6O; } $atts["\162\x65\160\145\164\151\164\151\157\156\x5f\x70\145\x6e\x61\x6c\164\x79"] = floatval($atts["\x72\x65\x70\x65\x74\x69\164\151\157\x6e\137\x70\145\156\x61\154\x74\x79"]); nQl6O: if (!isset($atts["\x6d\x69\156\137\160"])) { goto h1OVK; } $atts["\x6d\x69\156\137\x70"] = floatval($atts["\155\151\156\x5f\x70"]); h1OVK: if (!isset($atts["\164\x6f\x70\137\141"])) { goto JjnoZ; } $atts["\x74\157\x70\137\x61"] = floatval($atts["\x74\x6f\x70\x5f\x61"]); JjnoZ: if (!isset($atts["\x73\145\x65\144"])) { goto V5epH; } $atts["\163\145\x65\x64"] = intval($atts["\163\145\145\144"]); V5epH: if (!$log) { goto M2PXG; } $cseo_syndicator->parse_feed_log("\x47\x65\156\145\162\141\x74\151\156\x67\40\x4f\x70\x65\156\122\x6f\165\x74\145\162\x20\50" . $atts["\155\x6f\x64\x65\x6c"] . "\51\x20\143\157\x6e\x74\145\156\164\x20\x66\157\x72\72\x20" . trim(html_entity_decode($atts["\x70\162\x6f\155\x70\x74"]))); M2PXG: unset($atts["\160\162\x6f\155\160\x74"]); $ch = curl_init($apiUrl); curl_setopt($ch, CURLOPT_HTTPHEADER, ["\x43\157\x6e\x74\145\156\164\x2d\124\171\160\x65\x3a\40\x61\160\160\x6c\x69\x63\x61\x74\x69\157\x6e\57\152\163\157\156", "\101\165\x74\150\157\x72\151\x7a\x61\x74\151\157\156\72\40\x42\145\141\x72\x65\x72\40{$apiKey}", "\x48\x54\124\x50\55\122\x65\x66\x65\162\145\162\x3a\40\150\164\164\x70\163\x3a\57\x2f\x77\x77\x77\x2e\x63\x79\142\x65\x72\163\145\157\56\x6e\x65\x74\x2f", "\130\55\124\x69\164\154\x65\x3a\x20\x43\x79\x62\x65\162\123\105\117\40\x50\x72\x6f"]); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($atts)); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); if (!($response === false)) { goto V3uWf; } $error = curl_error($ch); curl_close($ch); $cseo_syndicator->parse_feed_log("\x45\162\x72\157\162\72\x20" . $error); $cseo_syndicator->gpterr++; return ''; V3uWf: curl_close($ch); $result = json_decode($response, true); if (!isset($result["\145\162\x72\157\162"])) { goto HI2fU; } $cseo_syndicator->parse_feed_log("\105\x72\162\157\x72\72\40" . $result["\145\x72\x72\x6f\x72"]["\155\x65\163\163\x61\147\x65"]); $cseo_syndicator->gpterr++; return ''; HI2fU: if (!isset($result["\x63\150\x6f\151\143\x65\163"][0]["\155\x65\163\x73\x61\x67\145"]["\143\x6f\x6e\x74\145\x6e\x74"])) { goto qtEzS; } $cseo_syndicator->parse_feed_log("\123\165\x63\143\x65\163\x73"); return cseo_markdown_to_html(cseo_html_cleanup($result["\143\150\157\151\143\x65\x73"][0]["\x6d\x65\163\x73\141\x67\145"]["\143\x6f\156\164\x65\x6e\x74"])); qtEzS: $cseo_syndicator->parse_feed_log("\x55\x6e\x6b\156\157\167\x6e\x20\117\160\145\156\122\x6f\165\164\x65\x72\x20\145\x72\x72\x6f\162"); $cseo_syndicator->gpterr++; return ''; } function cyberseo_openai_shortcode($atts, $log = true) { global $cseo_syndicator; $cseo_syndicator->gpterr = 0; if (strlen(trim(get_option(CSEO_ACCOUNTS)["\157\x70\145\156\x61\151\137\x61\x70\x69\137\153\x65\x79"]))) { goto kG0zM; } $cseo_syndicator->parse_feed_log("\117\x70\145\x6e\x41\x49\x20\101\120\111\40\x6b\145\x79\x20\151\163\x20\x6e\157\x74\40\x73\145\x74"); $cseo_syndicator->gpterr++; return ''; kG0zM: if (!$cseo_syndicator->api_overlimit("\157\x70\x65\156\x61\x69\x5f\147\160\164\137\141\160\x69\x5f\154\151\155\151\164")) { goto tCnh2; } $cseo_syndicator->parse_feed_log("\117\x70\145\156\x41\111\40\107\x50\x54\40\x41\x50\111\x20\x68\157\x75\162\x6c\x79\40\162\x65\x71\165\145\163\x74\x20\154\x69\x6d\x69\164\x20\x68\x61\163\x20\142\x65\145\x6e\x20\x72\x65\141\x63\150\x65\x64"); $cseo_syndicator->gpterr++; return ''; tCnh2: if (!isset($atts["\x6d\x6f\144\x65\x6c"])) { goto w49by; } if ($atts["\x6d\x6f\x64\145\x6c"] === "\x74\x75\162\142\157") { goto PJp6R; } goto lrnJk; w49by: $atts["\155\x6f\144\145\154"] = "\x67\160\x74\55\63\56\x35\55\164\165\162\142\x6f"; goto lrnJk; PJp6R: $atts["\155\x6f\144\145\x6c"] = "\147\x70\x74\x2d\x33\x2e\65\55\164\165\x72\x62\x6f"; lrnJk: if (strpos($atts["\155\x6f\x64\x65\154"], "\x69\x6e\163\x74\x72\165\x63\x74") === false && (strpos($atts["\x6d\x6f\144\145\154"], "\x74\165\162\142\x6f") !== false || strpos($atts["\x6d\x6f\x64\x65\x6c"], "\147\160\164\x2d\x34") !== false)) { goto LaFnM; } $atts["\160\x72\x6f\155\x70\164"] = $atts["\160\x72\x6f\x6d\160\x74"]; $atts["\142\145\x73\x74\137\157\146"] = abs(intval($atts["\142\x65\x73\164\x5f\157\146"] ?? 1)); $endpoint = $cseo_syndicator->eps["\157\160\145\x6e\x61\151\x2d\143\x6f\x6d\160\x6c\145\x74\151\157\x6e\163"]; goto XXl_s; LaFnM: $endpoint = $cseo_syndicator->eps["\157\160\145\x6e\141\151\x2d\143\x68\x61\x74"]; $atts["\x6d\145\163\x73\x61\147\x65\x73"] = [["\162\x6f\x6c\x65" => "\x75\163\x65\162", "\143\157\x6e\164\x65\156\x74" => $atts["\160\x72\x6f\155\x70\x74"]]]; unset($atts["\160\x72\x6f\155\x70\164"]); unset($atts["\142\x65\x73\164\137\x6f\146"]); XXl_s: unset($atts[0]); unset($atts[1]); $atts["\x74\145\155\160\x65\x72\141\x74\x75\x72\145"] = floatval($atts["\x74\x65\155\x70\x65\x72\141\164\165\162\x65"] ?? 1.0); $atts["\x74\157\160\x5f\160"] = floatval($atts["\164\x6f\160\x5f\x70"] ?? 1.0); $atts["\160\162\145\x73\x65\x6e\x63\x65\x5f\x70\145\x6e\141\x6c\164\x79"] = floatval($atts["\160\x72\145\163\x65\156\x63\x65\x5f\x70\145\156\141\x6c\x74\x79"] ?? 0.0); $atts["\146\x72\145\x71\165\x65\156\143\171\x5f\160\x65\156\141\154\x74\171"] = floatval($atts["\x66\x72\145\x71\x75\145\156\x63\171\137\x70\x65\156\141\154\x74\171"] ?? 0.0); if (!isset($atts["\155\141\170\x5f\164\x6f\153\145\x6e\163"])) { goto BGB6X; } $atts["\x6d\x61\170\x5f\164\x6f\153\x65\x6e\163"] = abs(intval($atts["\155\141\170\x5f\164\x6f\153\145\156\x73"])); goto zKuML; BGB6X: switch ($atts["\155\157\x64\x65\154"]) { case "\147\x70\164\55\x34\55\x76\x69\x73\151\x6f\156\55\x70\x72\x65\x76\151\145\x77": $atts["\155\x61\x78\137\164\157\x6b\x65\x6e\163"] = 4096; goto Mvo2w; case "\x67\160\164\55\64\x2d\61\x31\x30\66\x2d\x70\x72\x65\x76\x69\x65\167": $atts["\155\141\x78\137\x74\x6f\153\145\156\x73"] = 4096; goto Mvo2w; case "\147\x70\164\55\x34": $atts["\x6d\141\x78\x5f\164\157\153\x65\x6e\163"] = 4096; goto Mvo2w; case "\147\x70\x74\55\x34\55\63\62\x6b": $atts["\x6d\141\x78\x5f\164\157\x6b\x65\156\x73"] = 16384; goto Mvo2w; case "\147\160\x74\55\63\56\65\x2d\164\x75\x72\142\x6f": $atts["\155\141\x78\137\164\157\x6b\x65\156\163"] = 2048; goto Mvo2w; case "\x67\x70\164\55\x33\x2e\x35\x2d\164\165\162\x62\157\x2d\61\x36\x6b": $atts["\155\x61\170\137\x74\x6f\x6b\145\156\x73"] = 8192; goto Mvo2w; case "\147\x70\x74\x2d\63\x2e\65\55\164\165\x72\x62\x6f\55\151\156\163\x74\x72\x75\143\x74": $atts["\155\x61\x78\x5f\x74\x6f\x6b\x65\156\163"] = 2048; goto Mvo2w; case "\x74\x65\x78\x74\x2d\x64\141\166\151\x6e\143\151\x2d\x30\60\x33": $atts["\155\x61\170\x5f\164\157\153\145\x6e\163"] = 2048; goto Mvo2w; default: $atts["\155\141\170\x5f\x74\157\153\x65\156\x73"] = 4096; goto Mvo2w; } pRpzc: Mvo2w: zKuML: $headers = ["\103\x6f\x6e\x74\x65\x6e\x74\x2d\x54\171\160\145\x3a\x20\141\x70\160\154\151\143\141\x74\151\x6f\x6e\57\152\x73\157\156", "\101\165\x74\150\x6f\x72\151\x7a\x61\164\151\x6f\x6e\x3a\40\102\145\141\x72\x65\162\x20" . get_option(CSEO_ACCOUNTS)["\x6f\160\x65\x6e\141\151\137\x61\160\x69\137\x6b\145\x79"]]; if (isset($atts["\x6d\145\x73\163\x61\x67\145\x73"][0]["\143\x6f\156\164\x65\156\x74"])) { goto uu0TH; } $assignment = $atts["\x70\x72\x6f\155\x70\164"]; goto IlFtj; uu0TH: $assignment = $atts["\155\145\163\x73\141\147\x65\163"][0]["\x63\157\x6e\164\x65\x6e\164"]; IlFtj: $assignment = cseo_remove_emojis(stripslashes($assignment)); if (!$log) { goto mGTtT; } $cseo_syndicator->parse_feed_log("\x47\x65\x6e\x65\x72\x61\164\151\x6e\147\x20\x4f\160\145\156\101\x49\x20\x47\120\124\x20\x28" . $atts["\x6d\157\x64\145\x6c"] . "\51\x20\143\157\x6e\164\145\156\164\40\146\157\x72\72\40" . trim(html_entity_decode($assignment))); mGTtT: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $endpoint); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($atts)); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); $response = curl_exec($ch); if (!($response === false)) { goto SgpoG; } $error = curl_error($ch); curl_close($ch); $cseo_syndicator->parse_feed_log("\105\x72\162\157\162\72\40" . $error); $cseo_syndicator->gpterr++; return ''; SgpoG: curl_close($ch); $result = json_decode($response, true); if (!isset($result["\145\162\162\x6f\x72"])) { goto hXnNZ; } $cseo_syndicator->parse_feed_log("\105\x72\x72\157\x72\72\x20" . $result["\145\x72\162\157\x72"]["\x6d\x65\163\163\141\147\145"]); $cseo_syndicator->gpterr++; return ''; hXnNZ: if (!isset($result["\143\x68\157\x69\x63\145\163"][0]["\x6d\x65\163\x73\141\147\x65"]["\143\x6f\x6e\x74\x65\156\164"])) { goto QrAmh; } $cseo_syndicator->parse_feed_log("\123\165\143\x63\145\163\x73"); return cseo_html_cleanup($result["\143\x68\157\x69\143\x65\163"][0]["\x6d\x65\163\163\141\x67\x65"]["\x63\157\x6e\x74\145\x6e\x74"]); QrAmh: if (!isset($result["\x63\150\x6f\151\143\145\163"][0]["\164\x65\170\164"])) { goto K4zKA; } $cseo_syndicator->parse_feed_log("\123\165\143\143\x65\x73\163"); return cseo_html_cleanup($result["\x63\x68\x6f\x69\x63\145\163"][0]["\x74\145\170\x74"]); K4zKA: $cseo_syndicator->parse_feed_log("\125\156\x6b\156\157\x77\156\x20\x4f\160\x65\156\101\111\x20\145\162\x72\x6f\162"); $cseo_syndicator->gpterr++; return ''; } function cyberseo_claude_shortcode($atts, $log = true) { global $cseo_syndicator; $cseo_syndicator->gpterr = 0; if (strlen(trim(get_option(CSEO_ACCOUNTS)["\x61\156\x74\150\x72\157\160\x69\x63\x5f\x63\154\141\x75\144\x65\x5f\x61\160\x69\x5f\153\145\171"]))) { goto r_FVK; } $cseo_syndicator->parse_feed_log("\101\156\x74\150\x72\157\x70\151\143\x20\103\154\141\x75\144\145\40\x41\120\x49\40\153\145\171\x20\151\163\x20\156\x6f\x74\40\x73\x65\164"); $cseo_syndicator->gpterr++; return ''; r_FVK: if (!$cseo_syndicator->api_overlimit("\141\x6e\x74\x68\162\x6f\160\x69\143\x5f\143\154\x61\x75\144\x65\x5f\141\x70\x69\137\154\151\155\151\164")) { goto ntIe2; } $cseo_syndicator->parse_feed_log("\x41\x6e\x74\x68\x72\157\160\151\143\x20\103\x6c\141\x75\144\x65\x20\101\x50\x49\40\150\157\165\x72\154\x79\x20\162\x65\x71\165\145\x73\x74\40\154\x69\x6d\x69\x74\x20\x68\141\x73\40\x62\x65\x65\156\40\162\x65\141\143\150\145\144"); $cseo_syndicator->gpterr++; return ''; ntIe2: if (isset($atts["\155\x6f\144\145\x6c"])) { goto duq87; } $atts["\x6d\157\x64\145\154"] = "\x63\154\141\x75\x64\x65\x2d\x32\x2e\x31"; duq87: if (isset($atts["\x6d\141\x78\137\x74\x6f\x6b\145\156\163"])) { goto lvD_l; } if (isset($atts["\x6d\141\170\137\x74\157\x6b\x65\x6e\163\137\x74\x6f\137\x73\141\x6d\160\154\x65"])) { goto r029o; } $atts["\155\141\170\x5f\x74\x6f\153\145\156\x73\x5f\x74\157\x5f\x73\x61\x6d\x70\x6c\x65"] = 4000; goto hGjZK; lvD_l: $atts["\x6d\x61\x78\x5f\164\157\x6b\x65\156\163\x5f\164\157\x5f\163\141\155\x70\154\x65"] = abs(intval($atts["\x6d\141\x78\x5f\164\157\153\145\x6e\x73"])); goto hGjZK; r029o: $atts["\x6d\x61\170\137\x74\157\x6b\x65\x6e\x73\x5f\164\x6f\137\163\141\x6d\x70\154\x65"] = abs(intval($atts["\155\141\170\x5f\x74\x6f\153\145\156\163\137\164\x6f\x5f\x73\x61\155\x70\x6c\x65"])); hGjZK: $assignment = cseo_remove_emojis(stripslashes($atts["\x70\162\x6f\x6d\x70\164"])); if (!$log) { goto SmH3F; } $cseo_syndicator->parse_feed_log("\107\x65\156\145\162\141\x74\151\x6e\147\40\x43\154\141\x75\144\145\40\x28" . $atts["\x6d\x6f\144\x65\x6c"] . "\51\40\143\x6f\156\164\145\156\x74\x20\x66\x6f\x72\72\40" . trim(html_entity_decode($assignment))); SmH3F: $data = ["\155\x6f\144\145\154" => $atts["\155\157\x64\145\x6c"], "\x6d\141\x78\137\164\157\x6b\145\156\163\137\x74\157\137\163\141\155\x70\x6c\145" => $atts["\x6d\x61\x78\137\x74\x6f\x6b\x65\156\163\137\x74\157\x5f\163\141\x6d\160\x6c\145"], "\x70\x72\157\x6d\x70\164" => "\12\xa\110\x75\x6d\x61\156\x3a\40" . $assignment . "\xa\12\x41\x73\163\x69\163\x74\141\156\x74\x3a"]; if (!isset($atts["\x74\x65\x6d\x70\145\x72\x61\164\165\x72\x65"])) { goto vqsHa; } $data["\x74\x65\155\160\145\162\x61\x74\165\x72\x65"] = floatval($atts["\x74\x65\155\x70\145\162\x61\164\x75\x72\145"]); vqsHa: if (!isset($atts["\x74\157\x70\137\x70"])) { goto t2X96; } $data["\x74\157\x70\x5f\160"] = floatval($atts["\x74\x6f\x70\137\160"]); t2X96: if (!isset($atts["\164\x6f\x70\x5f\153"])) { goto WFtcY; } $data["\x74\x6f\160\137\x6b"] = intval($atts["\x74\x6f\160\x5f\x6b"]); WFtcY: $ch = curl_init($cseo_syndicator->eps["\141\x6e\x74\x68\162\157\160\x69\143\x2d\143\x6c\x61\165\x64\145"]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data)); curl_setopt($ch, CURLOPT_HTTPHEADER, ["\170\55\141\x70\151\x2d\153\145\x79\x3a\x20" . trim(get_option(CSEO_ACCOUNTS)["\x61\x6e\x74\x68\162\157\160\151\143\x5f\143\154\x61\x75\x64\145\x5f\141\160\x69\137\x6b\145\x79"]), "\141\156\164\x68\162\x6f\160\151\143\55\166\145\x72\x73\x69\157\156\x3a\40\62\x30\x32\63\55\60\66\x2d\60\x31", "\143\x6f\156\x74\145\156\164\55\x74\x79\160\145\72\40\x61\x70\160\x6c\x69\143\141\x74\151\x6f\x6e\57\x6a\x73\x6f\156"]); $response = curl_exec($ch); if (!curl_errno($ch)) { goto rvW7O; } $cseo_syndicator->parse_feed_log("\105\162\x72\157\162\x3a\x20" . curl_error($ch)); curl_close($ch); $cseo_syndicator->gpterr++; return ''; rvW7O: curl_close($ch); $result = json_decode($response, true); if (!is_array($result)) { goto Rnt0i; } if (!isset($result["\145\x72\162\157\x72"])) { goto hA9Rw; } $cseo_syndicator->parse_feed_log("\105\162\x72\x6f\162\72\x20" . $result["\x65\x72\162\x6f\x72"]["\155\x65\163\163\x61\147\145"]); $cseo_syndicator->gpterr++; return ''; hA9Rw: if (!isset($result["\x63\x6f\155\x70\154\145\164\x69\157\156"])) { goto Zln5K; } $cseo_syndicator->parse_feed_log("\123\x75\x63\143\x65\163\163"); return cseo_html_cleanup(preg_replace("\57\x5e\56\x2b\77\x5c\x6e\x5c\156\57", '', $result["\x63\157\155\x70\154\x65\x74\151\x6f\x6e"], 1)); Zln5K: Rnt0i: $cseo_syndicator->parse_feed_log("\125\156\x6b\x6e\157\x77\156\40\x43\154\x61\165\x64\145\40\145\162\162\x6f\162"); $cseo_syndicator->gpterr++; return ''; } function cyberseo_gemini_shortcode($atts, $log = true) { global $cseo_syndicator; $cseo_syndicator->gpterr = 0; $apikey = trim(get_option(CSEO_ACCOUNTS)["\x67\x6f\x6f\147\x6c\x65\137\147\145\x6d\x69\156\151\137\141\x70\x69\x5f\153\x65\x79"]); if (strlen($apikey)) { goto qxIBi; } $cseo_syndicator->parse_feed_log("\107\157\x6f\147\x6c\x65\x20\x47\x65\155\151\156\x69\40\101\120\x49\40\153\x65\171\x20\x69\x73\x20\x6e\157\x74\x20\163\x65\164"); $cseo_syndicator->gpterr++; return ''; qxIBi: if (!$cseo_syndicator->api_overlimit("\x67\x6f\x6f\x67\154\x65\x5f\x67\x65\x6d\x69\156\x69\x5f\141\160\x69\137\154\151\155\151\164")) { goto gG9K0; } $cseo_syndicator->parse_feed_log("\x47\x6f\x6f\x67\x6c\x65\x20\107\x65\155\x69\156\x69\x20\101\x50\x49\40\150\157\x75\162\154\x79\40\x72\x65\161\165\x65\163\x74\x20\x6c\x69\x6d\151\x74\x20\150\x61\x73\40\142\x65\145\x6e\x20\162\145\x61\x63\x68\x65\144"); $cseo_syndicator->gpterr++; return ''; gG9K0: if (isset($atts["\155\x6f\144\145\154"])) { goto bEanG; } $atts["\155\x6f\144\x65\154"] = "\x67\x65\155\x69\x6e\x69\x2d\x70\162\157"; bEanG: if (isset($atts["\x6d\141\x78\137\x74\x6f\153\145\x6e\x73"])) { goto Rx2OH; } if ($atts["\x6d\157\x64\145\x6c"] === "\147\x65\x6d\x69\x6e\x69\55\x70\x72\x6f") { goto a76X3; } if ($atts["\x6d\x6f\144\x65\x6c"] === "\x67\x65\x6d\x69\x6e\x69\55\160\162\157\55\x76\x69\x73\x69\157\x6e") { goto uYEll; } goto V3I1B; a76X3: $max_tokens = 2048; goto V3I1B; uYEll: $max_tokens = 4096; V3I1B: goto eCJQg; Rx2OH: $max_tokens = abs(intval($atts["\x6d\141\170\137\164\157\153\x65\156\x73"])); eCJQg: if (!(!isset($atts["\160\x72\x6f\155\x70\164"]) && isset($atts["\x74\x65\x78\164"]))) { goto PVgl6; } $atts["\x70\x72\x6f\155\x70\164"] = $atts["\164\x65\170\164"]; PVgl6: $assignment = cseo_remove_emojis(stripslashes($atts["\x70\x72\157\155\x70\x74"])); if (!$log) { goto gxMdw; } $cseo_syndicator->parse_feed_log("\107\x65\156\145\162\x61\x74\151\x6e\x67\40\107\145\155\x69\156\x69\x20\50" . $atts["\x6d\157\144\145\154"] . "\x29\40\x63\x6f\x6e\x74\x65\156\164\x20\x66\157\162\72\40" . trim(html_entity_decode($assignment))); gxMdw: $data = ["\143\157\x6e\164\x65\156\164\163" => [["\160\x61\162\164\x73" => [["\164\x65\x78\x74" => $assignment]]]], "\163\x61\x66\145\x74\x79\x53\x65\x74\164\x69\156\x67\x73" => [["\x63\x61\164\145\x67\x6f\x72\171" => "\x48\x41\122\x4d\x5f\x43\x41\124\105\107\x4f\x52\131\137\x44\101\x4e\107\x45\x52\x4f\x55\123\137\x43\x4f\116\x54\105\116\x54", "\164\x68\x72\x65\163\x68\157\154\x64" => "\102\x4c\x4f\x43\113\x5f\x4e\117\116\105"]], "\147\145\156\145\x72\141\164\151\x6f\156\103\x6f\156\x66\x69\147" => ["\163\x74\x6f\160\x53\145\161\165\145\x6e\x63\x65\163" => ["\124\x69\x74\x6c\x65"], "\x74\145\x6d\x70\145\162\x61\164\165\x72\x65" => $atts["\x74\145\155\160\145\162\x61\x74\x75\x72\x65"] ?? 1.0, "\x6d\x61\170\x4f\x75\x74\160\x75\164\x54\x6f\x6b\x65\x6e\x73" => $max_tokens, "\164\157\160\x50" => $atts["\164\x6f\160\x5f\160"] ?? 0.8, "\164\157\x70\x4b" => $atts["\x74\157\x70\x5f\x6b"] ?? 10]]; $ch = curl_init($cseo_syndicator->eps["\147\157\x6f\x67\x6c\145\55\147\x65\155\x69\156\x69"] . $atts["\155\x6f\144\145\x6c"] . "\x3a\147\x65\x6e\x65\x72\141\x74\145\103\157\156\x74\145\156\x74\77\x6b\x65\x79\x3d" . $apikey); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HTTPHEADER, ["\103\157\156\x74\x65\156\x74\x2d\124\171\x70\145\x3a\40\x61\160\160\x6c\x69\x63\141\x74\x69\x6f\156\x2f\x6a\163\x6f\156"]); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data)); $response = curl_exec($ch); if (!curl_errno($ch)) { goto l_gO1; } $cseo_syndicator->parse_feed_log("\x45\x72\162\157\x72\72\40" . curl_error($ch)); curl_close($ch); $cseo_syndicator->gpterr++; return ''; l_gO1: curl_close($ch); $result = json_decode($response, true); if (isset($result["\145\x72\x72\157\x72"]["\x6d\145\163\x73\141\147\145"])) { goto Ok4Ai; } if (isset($result["\x63\x61\x6e\144\151\x64\x61\164\x65\x73"][0]["\143\x6f\x6e\164\x65\x6e\164"]["\x70\x61\162\164\163"][0]["\x74\145\170\164"])) { goto qVeMG; } goto qbo1R; Ok4Ai: $cseo_syndicator->parse_feed_log("\x45\x72\x72\x6f\162\x3a\40" . $result["\x65\162\x72\x6f\162"]["\155\145\163\x73\141\x67\x65"]); $cseo_syndicator->gpterr++; return ''; goto qbo1R; qVeMG: $cseo_syndicator->parse_feed_log("\123\x75\143\143\145\163\x73"); return cseo_html_cleanup(preg_replace("\57\x5e\56\x2b\x3f\134\156\134\156\x2f", '', $result["\x63\141\156\x64\x69\144\x61\164\x65\x73"][0]["\x63\157\x6e\x74\145\156\x74"]["\160\x61\x72\x74\163"][0]["\164\145\x78\164"], 1)); qbo1R: $cseo_syndicator->parse_feed_log("\x55\156\153\x6e\157\x77\156\40\x47\145\155\x69\156\x69\x20\145\162\162\157\162"); $cseo_syndicator->gpterr++; return ''; } function cyberseo_gpt_article_shortcode($atts) { global $cseo_syndicator; $prompts = get_option("\143\170\170\x78\x5f\147\x70\164\x5f\141\x72\164\x69\x63\154\145"); $atts = shortcode_atts(["\x65\x6e\x67\x69\156\145" => "\x6f\x70\145\x6e\x61\151\55\x67\160\164\64\55\164\165\x72\142\157", "\x74\157\x70\151\x63" => '', "\x73\145\x63\164\151\x6f\x6e\x73" => 4, "\163\164\x72\x75\143\164\165\162\x65" => '', "\154\x61\156\x67\165\x61\x67\145" => '', "\x6d\141\x78\x5f\x74\x6f\x6b\x65\156\x73" => 4096, "\x74\145\155\160\145\x72\141\x74\165\x72\x65" => 1, "\x68\x65\x61\x64\x69\x6e\x67" => "\150\62", "\144\x69\162\145\x63\164\x69\166\x65\163" => $prompts["\x64\x65\146\x61\165\x6c\x74\x5f\x64\151\162\145\143\x74\151\x76\145\163"]], $atts); if (strlen($atts["\154\141\156\147\x75\141\x67\145"]) && trim(mb_strtolower($atts["\154\x61\x6e\147\165\141\147\x65"])) !== "\x65\156\147\x6c\151\x73\150") { goto ZbCZ6; } $tr = "\12"; goto EPlgV; ZbCZ6: $tr = "\12\107\x65\x6e\145\162\141\164\145\40\x61\156\144\x20\x72\x65\164\165\x72\156\x20\164\150\145\x20\x77\150\x6f\x6c\145\40\164\145\170\164\x20\x69\x6e\x20" . $atts["\x6c\x61\156\x67\x75\x61\x67\145"] . "\x2e"; EPlgV: if (strlen($atts["\x74\157\x70\x69\x63"])) { goto MC2BO; } $cseo_syndicator->parse_feed_log("\133\x67\160\x74\x5f\x61\162\164\151\143\x6c\145\x5d\x20\x6d\x69\163\x73\x69\156\x67\40\x74\x6f\160\151\x63\x20\x6e\141\x6d\145"); return ''; MC2BO: if (!intval($atts["\x73\x65\143\164\x69\157\x6e\163"] < 1)) { goto e34ke; } $atts["\x73\x65\143\164\x69\x6f\x6e\163"] = 1; e34ke: if (!(!is_array($prompts) || !isset($prompts["\163\145\x63\x74\151\157\156\137\x6e\x61\155\x65\x73"]))) { goto D2Cmc; } return ''; D2Cmc: $prompt = $prompts["\x73\x65\143\164\x69\x6f\156\x5f\156\141\155\145\163"]; $prompt = str_replace("\173\164\x6f\x70\x69\143\175", $atts["\x74\157\x70\151\143"], $prompt); $prompt = str_replace("\x7b\163\x65\143\x74\x69\157\x6e\x73\x7d", $atts["\163\145\143\164\x69\157\156\163"], $prompt); $prompt = str_replace("\173\x64\151\x72\x65\143\164\151\166\145\163\x7d", $atts["\144\151\162\145\x63\164\151\166\x65\x73"], $prompt); $prompt = str_replace("\x7b\154\141\156\147\151\x61\x67\x65\x7d", $tr . ("\x20" . $atts["\163\164\x72\x75\143\x74\x75\162\145"]) ?? '', $prompt); if ($atts["\x65\x6e\147\x69\156\145"] === "\x61\x6e\x74\x68\162\x6f\160\151\x63\x2d\x63\x6c\141\165\x64\145" || $atts["\145\x6e\147\x69\x6e\145"] === "\x61\156\x74\150\x72\157\160\151\143\x2d\143\154\141\x75\144\x65\x2d\x32\56\61") { goto mtLOI; } if ($atts["\145\156\x67\151\156\x65"] === "\x6f\x70\145\156\x61\x69\55\147\160\164\x34\55\164\165\x72\x62\x6f") { goto HF4V5; } if ($atts["\x65\x6e\x67\151\x6e\x65"] === "\x67\x6f\x6f\x67\x6c\145\x2d\x67\x65\155\x69\156\151\x2d\x70\x72\157") { goto CNxyS; } if (!($atts["\x65\156\147\x69\x6e\145"] === "\155\x69\x73\x74\x72\141\x6c\141\151\57\x6d\x69\x78\x74\162\x61\x6c\x2d\70\x78\x37\142\x2d\151\156\x73\164\x72\165\143\164")) { goto yjyJx; } $prompt = "\133\x49\116\x53\x54\135" . $prompt . "\133\x2f\111\116\x53\x54\135"; yjyJx: $assignment = ["\x70\162\157\155\x70\164" => $prompt, "\155\157\x64\145\x6c" => $atts["\x65\x6e\x67\151\156\x65"], "\x6d\141\170\x5f\164\x6f\153\x65\156\x73" => 4096, "\x74\145\x6d\160\x65\x72\141\164\x75\x72\145" => intval($atts["\x74\145\x6d\x70\x65\162\141\164\165\x72\x65"])]; $list = trim(strip_tags(cyberseo_openrouter_shortcode($assignment, false))); goto od2Rn; mtLOI: $assignment = ["\160\x72\157\x6d\x70\x74" => $prompt, "\155\157\x64\145\x6c" => "\x63\x6c\x61\x75\144\145\55\62\x2e\61", "\155\141\x78\137\164\x6f\153\145\x6e\163\x5f\164\157\137\x73\x61\x6d\160\x6c\x65" => 4096, "\164\145\x6d\160\145\162\141\x74\x75\162\x65" => intval($atts["\164\x65\x6d\160\x65\162\x61\164\165\x72\x65"])]; $list = trim(strip_tags(cyberseo_claude_shortcode($assignment, false))); goto od2Rn; HF4V5: $assignment = ["\x70\x72\157\155\160\164" => $prompt, "\x6d\157\x64\x65\154" => "\x67\160\164\55\x34\x2d\61\61\x30\x36\x2d\x70\162\x65\166\x69\x65\167", "\155\141\170\137\164\157\x6b\x65\x6e\163" => 4096, "\164\x65\x6d\x70\145\162\x61\164\x75\162\145" => intval($atts["\x74\x65\x6d\x70\x65\x72\141\x74\x75\162\145"])]; $list = trim(strip_tags(cyberseo_openai_shortcode($assignment, false))); goto od2Rn; CNxyS: $assignment = ["\160\x72\x6f\155\x70\164" => $prompt, "\155\157\x64\x65\x6c" => "\x67\x65\x6d\x69\156\151\55\x70\x72\157", "\x6d\x61\x78\137\x74\x6f\x6b\145\156\x73" => 4096, "\164\x65\155\160\145\x72\141\x74\x75\x72\x65" => intval($atts["\x74\x65\155\160\x65\x72\141\164\165\162\145"])]; $list = trim(strip_tags(cyberseo_gemini_shortcode($assignment, false))); od2Rn: $sections = explode("\xa", $list); if (!is_array($sections) || count($sections) !== intval($atts["\x73\145\x63\x74\x69\x6f\x6e\x73"])) { goto SNHDN; } $cseo_syndicator->parse_feed_log("\125\163\x69\156\x67\x20" . $atts["\145\156\147\151\156\x65"] . "\x20\x74\157\x20\143\x72\x65\141\x74\145\x20\141\156\x20\x61\x72\x74\x69\143\x6c\x65\40\x22" . $atts["\164\157\x70\x69\x63"] . "\42\40\167\151\164\x68\40\x74\x68\x65\40\146\x6f\154\154\x6f\167\x69\156\x67\x20\163\x65\143\164\151\157\156\163\72" . "\12" . $list); goto aGfwH; SNHDN: $cseo_syndicator->parse_feed_log("\x5b\147\x70\x74\x5f\141\162\164\151\143\154\145\135\x20\x77\141\163\40\x75\x6e\141\x62\x6c\145\x20\164\157\x20\x67\145\x6e\x65\162\141\164\x65\x20\141\x20" . $atts["\163\x65\x63\x74\x69\x6f\156\x73"] . "\55\163\x65\x63\x74\151\x6f\156\40\x6c\x69\x73\x74\x20\x66\x6f\x72\x20\42" . $atts["\164\x6f\160\x69\x63"] . "\42\x3a" . "\xa" . $list); $cseo_syndicator->gpterr++; return ''; aGfwH: $result = ''; foreach ($sections as $section) { $section = trim(strip_tags($section)); $section = preg_replace("\57\x5e\x5c\x2a\53\x7c\134\x2a\53\44\57", '', $section); $section = preg_replace("\57\136\x5c\x64\x2b\x5b\x5c\x2e\x29\135\40\57", '', $section); if (!preg_match("\x2f\x5e\x22\x3f\50\x2e\52\x3f\x29\x22\x3f\44\x2f", $section, $matches)) { goto QAn0J; } $section = $matches[1]; QAn0J: $section = trim(preg_replace_callback("\x2f\x5e\x22\77\x28\x2e\x2a\x3f\51\x22\x3f\44\x2f", function ($matches) use($section) { return preg_replace("\57\x5c\x64\x2b\133\x5c\x2e\51\135\40\57", '', $matches[1]); }, $section)); if (strlen($section)) { goto zZzV6; } goto QAGIv; zZzV6: if (!strlen($result)) { goto ClVmK; } $prompt = $prompts["\157\164\x68\x65\x72\x5f\163\145\143\164\x69\x6f\156\163"]; goto nv86e; ClVmK: $prompt = $prompts["\x66\x69\162\163\164\x5f\163\145\143\x74\x69\157\x6e"]; nv86e: $prompt = str_replace("\173\164\x69\164\154\145\175", $atts["\x74\157\x70\151\143"], $prompt); $prompt = str_replace("\173\x73\145\143\x74\151\157\x6e\x73\175", $atts["\x73\x65\x63\164\151\157\x6e\163"], $prompt); $prompt = str_replace("\x7b\x64\151\x72\145\143\164\x69\166\145\163\175", $atts["\x64\151\162\145\x63\x74\x69\166\145\x73"], $prompt); $prompt = str_replace("\x7b\x6c\141\x6e\147\151\x61\x67\145\x7d", $tr . ("\40" . $atts["\x73\164\162\165\x63\164\165\162\x65"]) ?? '', $prompt); $prompt = str_replace("\x7b\x73\145\x63\x74\x69\x6f\x6e\137\154\151\163\164\x7d", $list, $prompt); $prompt = str_replace("\x7b\x63\165\x72\162\145\156\x74\x5f\x73\145\143\164\x69\157\x6e\175", $section, $prompt); $prompt = str_replace("\173\x61\x72\x74\x69\143\x6c\x65\x7d", strip_tags($result), $prompt); $cseo_syndicator->parse_feed_log("\x43\162\x65\x61\x74\x65\40\x73\145\x63\164\x69\157\156\x20\42" . $section . "\42"); if ($atts["\x65\156\147\151\156\145"] === "\x61\156\x74\150\162\157\x70\151\x63\55\x63\154\141\165\144\145" || $atts["\x65\x6e\x67\x69\156\x65"] === "\141\156\164\150\162\x6f\160\x69\x63\55\143\154\x61\x75\144\145\x2d\62\56\61") { goto kQloC; } if ($atts["\x65\156\x67\x69\x6e\x65"] === "\157\x70\x65\x6e\x61\x69\x2d\x67\160\164\x34\55\164\x75\162\142\157") { goto NJ9sK; } if ($atts["\145\156\147\x69\x6e\145"] === "\147\157\x6f\147\154\145\x2d\x67\145\x6d\x69\156\x69\55\x70\162\x6f") { goto jg3py; } if (!($atts["\145\156\x67\151\x6e\145"] === "\155\x69\x73\164\162\141\x6c\141\151\57\155\x69\170\x74\x72\x61\154\x2d\70\x78\67\x62\x2d\x69\156\x73\x74\162\165\143\164")) { goto BTfxo; } $prompt = "\133\x49\116\x53\x54\x5d" . $prompt . "\133\57\x49\116\x53\124\x5d"; BTfxo: $assignment = ["\x70\162\157\155\160\164" => $prompt, "\x6d\x6f\144\x65\154" => $atts["\x65\x6e\147\x69\x6e\x65"], "\x6d\141\x78\137\x74\157\x6b\x65\x6e\x73" => intval($atts["\155\141\170\137\x74\x6f\x6b\145\x6e\163"]), "\x74\145\155\x70\x65\x72\141\x74\165\162\145" => intval($atts["\x74\145\x6d\160\x65\162\x61\x74\x75\x72\145"])]; $text = cyberseo_openrouter_shortcode($assignment, false); goto D0ZcQ; kQloC: $assignment = ["\x70\162\157\155\x70\164" => $prompt, "\x6d\157\x64\x65\x6c" => "\x63\154\141\x75\144\x65\x2d\x32\56\x31", "\x6d\141\x78\137\x74\157\153\x65\156\x73\137\164\157\x5f\163\141\155\x70\154\x65" => intval($atts["\155\x61\x78\x5f\x74\157\x6b\x65\x6e\x73"]), "\164\x65\x6d\160\x65\x72\x61\164\165\162\x65" => intval($atts["\164\145\155\160\x65\x72\141\164\165\162\x65"])]; $text = cyberseo_claude_shortcode($assignment, false); goto D0ZcQ; NJ9sK: $assignment = ["\x70\162\x6f\x6d\x70\164" => $prompt, "\x6d\141\x78\137\164\157\153\x65\x6e\163" => intval($atts["\155\141\170\137\x74\x6f\x6b\145\x6e\163"]), "\x6d\x6f\x64\145\154" => "\x67\160\x74\x2d\64\x2d\61\x31\60\x36\55\160\162\x65\166\x69\x65\167", "\x74\145\x6d\160\x65\162\141\x74\x75\x72\x65" => intval($atts["\164\x65\x6d\x70\x65\162\141\164\165\162\x65"])]; $text = cyberseo_openai_shortcode($assignment, false); goto D0ZcQ; jg3py: $assignment = ["\160\162\x6f\x6d\160\x74" => $prompt, "\x6d\x6f\x64\x65\154" => "\x67\x65\x6d\x69\156\x69\55\x70\162\x6f", "\155\141\170\x5f\x74\x6f\153\x65\156\x73" => intval($atts["\155\x61\170\x5f\x74\x6f\x6b\x65\x6e\163"]), "\x74\145\155\160\145\x72\141\x74\x75\162\x65" => intval($atts["\x74\x65\x6d\x70\x65\x72\141\x74\165\x72\145"])]; $text = cyberseo_gemini_shortcode($assignment, false); D0ZcQ: $text = cseo_rh(trim($text), $section); if (!$cseo_syndicator->current_feed["\x6f\x70\164\x69\x6f\x6e\x73"]["\144\145\x6c\141\x79"]) { goto d2Q5q; } $cseo_syndicator->parse_feed_log("\104\x61\154\x61\171\40\x66\157\162\x20" . $cseo_syndicator->current_feed["\x6f\160\164\x69\157\156\x73"]["\x64\x65\154\x61\x79"] . "\40\163\145\143\157\156\x64\x28\163\x29"); sleep($cseo_syndicator->current_feed["\x6f\160\x74\x69\157\156\x73"]["\x64\145\154\x61\171"]); d2Q5q: if (!strlen($text)) { goto FTgjl; } $lastParagraphPattern = "\x2f\x3c\160\76\50\133\136\74\135\x2a\77\x29\x3c\134\x2f\160\76\134\163\52\44\57"; if (!(is_array($prompts["\160\141\162\141\163\x69\164\145\137\x70\150\x72\x61\x73\145\163"]) && preg_match($lastParagraphPattern, $text, $matches))) { goto V7fFl; } $lastParagraph = $matches[1]; foreach ($prompts["\160\141\x72\x61\163\x69\164\x65\x5f\x70\x68\x72\x61\x73\145\x73"] as $phrase) { if (!(mb_stripos($lastParagraph, $phrase) === 0)) { goto reo5R; } $modifiedParagraph = mb_substr($lastParagraph, mb_strlen($phrase)); $modifiedParagraph = trim($modifiedParagraph); $firstChar = mb_substr($modifiedParagraph, 0, 1); $then = mb_substr($modifiedParagraph, 1); $modifiedParagraph = mb_strtoupper($firstChar) . $then; $text = preg_replace($lastParagraphPattern, "\x3c\160\x3e" . $modifiedParagraph . "\74\57\160\x3e", $text); goto Be2qn; reo5R: rxtm7: } Be2qn: V7fFl: $h = str_replace("\47", "\x22", trim($atts["\150\145\141\x64\151\x6e\x67"])); if (preg_match("\57\x28\x5c\x77\x2b\x29\x5b\40\135\53\56\x2a\77\x2f", $h, $m)) { goto wX0Ga; } $hc = $h; goto fZnO6; wX0Ga: $hc = $m[1]; fZnO6: if (strlen($h)) { goto k6LS8; } $result .= $text; goto fab4E; k6LS8: $result .= "\x3c" . strtolower($h) . "\76" . $section . "\x3c\x2f" . strtolower($hc) . "\76" . $text; fab4E: FTgjl: QAGIv: } LzN0d: return $result; } function cyberseo_dalle_shortcode($atts) { global $cseo_syndicator; if (strlen(trim(get_option(CSEO_ACCOUNTS)["\157\160\145\x6e\x61\151\137\x61\x70\x69\x5f\x6b\145\171"]))) { goto RgT4P; } $cseo_syndicator->parse_feed_log("\117\160\x65\156\x41\x49\40\x41\120\111\x20\153\x65\171\x20\x69\x73\40\156\157\164\x20\163\145\x74\x2e\x20\x54\x68\x65\40\x61\163\x73\x69\147\156\x6d\145\156\x74\x20\x77\151\154\154\40\x6e\157\164\40\x62\x65\40\160\145\x72\146\157\x72\x6d\x65\x64"); return ''; RgT4P: if (!$cseo_syndicator->api_overlimit("\157\160\x65\156\x61\151\137\x64\141\x6c\154\145\137\141\160\151\137\x6c\151\155\x69\164")) { goto O9F4r; } $cseo_syndicator->parse_feed_log("\117\160\145\x6e\x41\x49\40\104\x41\x4c\x4c\55\105\40\101\x50\111\x20\x68\x6f\165\162\154\x79\40\x72\145\161\165\x65\x73\x74\40\x6c\x69\x6d\151\x74\40\150\x61\163\40\x62\x65\145\x6e\x20\x72\145\x61\143\x68\145\144"); return ''; O9F4r: $atts = shortcode_atts(["\x70\x72\x6f\155\x70\164" => '', "\x6e\x61\155\145" => '', "\x6d\157\144\145\x6c" => "\x64\x61\x6c\x6c\x2d\145\x2d\x33", "\x6e" => 1, "\x73\x69\172\x65" => "\65\x31\62\x78\65\61\x32", "\162\x65\163\x70\x6f\156\163\145\137\146\x6f\162\155\141\164" => "\x62\66\x34\x5f\x6a\163\157\x6e", "\x75\163\x65\x72" => md5(get_option(CXXX_REG_EMAIL)), "\x63\154\x61\x73\x73" => "\x61\x6c\151\147\x6e\x63\145\156\x74\x65\162"], $atts); $atts["\160\162\157\x6d\x70\x74"] = cseo_remove_emojis(cseo_strip_tags(stripslashes($atts["\160\x72\157\x6d\160\164"]))); $atts["\156"] = intval($atts["\x6e"]); $headers = ["\103\157\x6e\x74\x65\156\x74\x2d\124\x79\160\x65\72\40\141\x70\160\x6c\151\x63\141\164\x69\x6f\x6e\x2f\152\x73\157\x6e", "\x41\165\164\x68\157\162\151\x7a\141\164\x69\157\156\72\40\x42\x65\x61\162\x65\x72\40" . get_option(CSEO_ACCOUNTS)["\157\160\145\156\x61\x69\137\x61\x70\x69\x5f\153\145\171"]]; $cseo_syndicator->parse_feed_log("\107\145\x6e\x65\x72\141\164\x69\x6e\x67\40" . $atts["\x6d\x6f\x64\145\154"] . "\x20\x69\x6d\141\147\x65\40\x66\157\x72\x20\42" . $atts["\160\x72\157\x6d\x70\x74"] . "\42"); $endpoint = $cseo_syndicator->eps["\x6f\x70\145\x6e\141\151\x2d\x64\x61\154\154\145"]; $data = $atts; unset($data["\143\x6c\141\x73\163"]); unset($data["\x6e\x61\155\x65"]); $data_string = json_encode($data); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $endpoint); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); $response = curl_exec($ch); if (!($response === false)) { goto HTPkX; } $error = curl_error($ch); curl_close($ch); $cseo_syndicator->parse_feed_log("\x45\x72\162\157\x72\x3a\40" . $error); return ''; HTPkX: curl_close($ch); $result = json_decode($response, true); if (!isset($result["\x65\x72\x72\x6f\162"])) { goto mUaiJ; } $cseo_syndicator->parse_feed_log("\105\x72\162\157\x72\72\x20" . $result["\145\x72\162\x6f\162"]["\x6d\145\x73\x73\141\147\x65"]); return ''; mUaiJ: if (!isset($result["\144\x61\164\141"][0]["\x62\x36\x34\137\x6a\163\157\x6e"])) { goto dtz17; } $cseo_syndicator->parse_feed_log("\x53\165\x63\x63\x65\x73\x73"); $image_url = $cseo_syndicator->save_image(base64_decode($result["\144\x61\164\141"][0]["\x62\x36\64\x5f\x6a\x73\x6f\156"]), $atts["\156\141\155\x65"], "\x2e\x70\156\147"); if (!empty($atts["\156\x61\155\145"])) { goto hdhvC; } return "\74\151\155\x67\40\x63\154\141\x73\163\75\42" . $atts["\143\x6c\141\x73\x73"] . "\x22\x20\x73\x72\x63\75\42" . $image_url . "\42\40\57\x3e"; goto ToYy7; hdhvC: return "\x3c\151\155\147\x20\x63\154\141\163\x73\x3d\42" . $atts["\x63\x6c\141\163\x73"] . "\42\40\x73\x72\x63\75\x22" . $image_url . "\42\x20\141\x6c\164\75\42" . str_replace("\x22", '', $atts["\156\x61\155\145"]) . "\x22\40\x2f\76"; ToYy7: dtz17: $cseo_syndicator->parse_feed_log("\x55\x6e\x6b\x6e\x6f\167\x6e\40\117\160\x65\x6e\101\x49\x20\145\x72\162\x6f\x72"); return ''; } function cyberseo_stable_diffusion_shortcode($atts) { global $cseo_syndicator; if (strlen(trim(get_option(CSEO_ACCOUNTS)["\163\164\141\142\x69\154\x69\x74\x79\x5f\x61\160\x69\137\x6b\x65\x79"]))) { goto aJfZ2; } $cseo_syndicator->parse_feed_log("\x53\164\141\142\x69\154\151\x74\171\101\x49\40\101\120\111\x20\x6b\145\171\x20\151\x73\x20\156\x6f\164\40\x73\x65\x74\x2e\40\x54\150\145\x20\151\155\141\x67\145\40\x77\151\x6c\154\40\156\x6f\x74\x20\x62\145\40\x67\145\x6e\x65\x72\141\164\145\144"); return ''; aJfZ2: if (!$cseo_syndicator->api_overlimit("\163\x74\x61\x62\151\x6c\x69\x74\x79\137\x61\160\151\137\x6c\x69\x6d\x69\164")) { goto PHVqF; } $cseo_syndicator->parse_feed_log("\123\164\141\x62\x69\154\151\164\171\101\111\x20\x41\x50\x49\x20\x68\x6f\x75\x72\x6c\171\x20\x72\145\x71\x75\145\163\164\x20\154\151\155\151\164\40\x68\x61\163\40\142\145\145\156\x20\162\x65\x61\143\150\x65\x64"); return ''; PHVqF: $atts = shortcode_atts(["\x74\145\170\x74" => '', "\156\x65\x67\x61\x74\x69\x76\x65\x5f\x70\x72\157\155\x70\x74" => '', "\x6e\x61\x6d\x65" => '', "\163\164\x61\142\154\x65\x5f\x64\151\x66\x66\165\x73\x69\157\x6e\x5f\x65\x6e\147\151\156\145" => "\163\x74\x61\x62\x6c\145\x2d\144\151\x66\146\165\x73\x69\157\156\55\x78\154\x2d\x31\60\62\x34\x2d\x76\x31\x2d\60", "\143\146\147\137\163\143\141\154\145" => 7, "\143\154\151\160\137\147\x75\151\x64\141\x6e\143\x65\x5f\x70\162\x65\163\x65\x74" => "\x4e\117\x4e\x45", "\x73\164\x79\154\145\137\x70\162\145\x73\x65\x74" => "\x65\x6e\150\x61\x6e\x63\145", "\163\x61\155\x70\154\x65\162" => '', "\x68\x65\151\147\150\164" => 768, "\167\151\x64\x74\x68" => 1344, "\163\141\x6d\160\x6c\x65\163" => 1, "\163\x74\x65\160\163" => 40, "\x63\x6c\141\x73\163" => "\x61\154\x69\147\156\143\x65\x6e\x74\145\162"], $atts); if (strlen($atts["\163\x61\155\160\154\x65\162"])) { goto zzY3d; } unset($atts["\x73\x61\x6d\x70\154\145\162"]); zzY3d: $atts["\x74\145\x78\x74"] = cseo_remove_emojis(cseo_strip_tags(stripslashes($atts["\x74\x65\x78\x74"]))); $curl = curl_init(); if (!mb_strlen($atts["\x6e\145\x67\x61\164\x69\x76\x65\137\x70\162\x6f\155\160\x74"])) { goto rRyUh; } $data = ["\x63\x66\x67\137\x73\143\141\x6c\x65" => intval($atts["\x63\x66\x67\x5f\x73\x63\141\154\145"]), "\x63\154\151\x70\x5f\147\x75\151\144\x61\x6e\143\x65\x5f\x70\x72\x65\163\145\x74" => $atts["\143\x6c\x69\x70\137\x67\x75\x69\x64\141\x6e\x63\x65\x5f\160\162\145\x73\145\164"], "\163\x74\x79\x6c\x65\x5f\160\x72\x65\x73\145\x74" => $atts["\x73\164\171\154\x65\137\160\x72\145\x73\x65\164"], "\150\x65\x69\x67\150\x74" => intval($atts["\x68\145\x69\147\x68\164"]), "\x77\151\144\x74\x68" => intval($atts["\167\151\x64\x74\150"]), "\x73\x61\155\160\154\x65\163" => intval($atts["\163\x61\155\160\x6c\145\163"]), "\x73\164\145\160\x73" => intval($atts["\x73\164\145\160\x73"]), "\164\x65\x78\x74\x5f\160\x72\157\x6d\x70\x74\x73" => [["\x74\x65\170\x74" => htmlspecialchars($atts["\164\145\170\164"], ENT_QUOTES, "\x55\x54\106\55\x38"), "\167\145\x69\x67\x68\164" => 1], ["\164\x65\x78\x74" => htmlspecialchars($atts["\156\x65\x67\x61\x74\151\166\145\x5f\160\162\157\x6d\x70\x74"], ENT_QUOTES, "\x55\x54\106\x2d\70"), "\167\x65\151\x67\x68\164" => -1]]]; goto QHoVq; rRyUh: $data = ["\x63\146\x67\137\163\x63\141\154\145" => intval($atts["\x63\146\x67\137\x73\143\x61\x6c\x65"]), "\x63\x6c\151\x70\137\147\165\151\144\141\156\143\x65\137\x70\x72\145\x73\145\164" => $atts["\x63\154\151\x70\x5f\147\x75\151\x64\141\156\x63\x65\x5f\x70\x72\145\163\x65\x74"], "\x73\x74\x79\154\x65\x5f\160\162\145\163\145\x74" => $atts["\x73\x74\x79\x6c\145\137\x70\x72\x65\163\145\x74"], "\x68\145\151\x67\x68\x74" => intval($atts["\150\x65\151\x67\150\164"]), "\x77\151\144\x74\150" => intval($atts["\167\x69\144\164\150"]), "\163\141\155\160\x6c\x65\163" => intval($atts["\163\141\x6d\160\x6c\x65\x73"]), "\x73\x74\145\x70\163" => intval($atts["\x73\x74\145\160\163"]), "\164\145\x78\x74\137\160\x72\157\x6d\160\x74\163" => [["\x74\x65\170\164" => htmlspecialchars($atts["\164\x65\x78\x74"], ENT_QUOTES, "\125\x54\x46\55\70"), "\x77\145\x69\147\x68\164" => 1]]]; QHoVq: $jsonData = json_encode($data); curl_setopt_array($curl, [CURLOPT_URL => $cseo_syndicator->eps["\163\164\x61\x62\x69\154\x69\164\x79\55\x61\151"] . $atts["\x73\x74\141\x62\x6c\145\x5f\x64\x69\x66\x66\x75\x73\151\x6f\156\137\x65\x6e\x67\151\x6e\145"] . "\57\x74\145\170\x74\55\x74\x6f\55\x69\x6d\141\x67\x65", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_SSL_VERIFYPEER => false, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "\x50\x4f\123\x54", CURLOPT_POSTFIELDS => $jsonData, CURLOPT_HTTPHEADER => ["\101\165\x74\x68\x6f\162\x69\172\141\x74\151\x6f\x6e\x3a\40" . get_option(CSEO_ACCOUNTS)["\x73\x74\141\142\x69\x6c\151\164\x79\137\x61\x70\x69\137\153\x65\x79"], "\x43\157\x6e\164\145\156\164\55\x54\171\x70\145\x3a\x20\141\160\160\x6c\x69\143\141\164\151\x6f\x6e\57\152\x73\157\x6e", "\101\x63\143\x65\160\x74\72\40\151\x6d\141\x67\145\x2f\160\156\x67"]]); $cseo_syndicator->parse_feed_log("\x47\x65\x6e\145\162\x61\164\151\x6e\147\x20\123\x74\141\142\x6c\x65\40\x44\x69\x66\146\x75\x73\151\157\x6e\x20\151\155\x61\x67\x65\x20\146\157\162\x20\42" . $atts["\x74\145\170\164"] . "\42"); $cseo_syndicator->parse_feed_log("\x53\164\x61\x62\154\145\40\104\x69\x66\x66\x75\x73\x69\157\x6e\x20\x73\x74\171\154\x65\40\160\x72\x65\x73\145\164\72\40" . $atts["\163\164\171\x6c\x65\x5f\160\x72\145\x73\x65\x74"]); $response = curl_exec($curl); $code = curl_getinfo($curl, CURLINFO_HTTP_CODE); curl_close($curl); if (!($code !== 200)) { goto beO7N; } $response = json_decode($response, true); $cseo_syndicator->parse_feed_log("\123\164\141\x62\x6c\x65\x20\104\x69\x66\x66\165\163\x69\x6f\156\x20\145\x72\162\x6f\162\72\40" . $response["\155\145\x73\163\141\147\145"] ?? "\125\x6e\x6b\156\x6f\167\x6e\40\123\x74\x61\142\154\145\x20\x44\151\x66\146\x75\x73\x69\157\x6e\x20\145\162\162\x6f\162"); return ''; beO7N: if (empty($response)) { goto dXNgP; } $cseo_syndicator->parse_feed_log("\x53\165\143\x63\x65\x73\x73"); $image_url = $cseo_syndicator->save_image($response, $atts["\156\x61\155\x65"], "\x2e\160\x6e\x67"); if (!empty($atts["\x6e\141\155\x65"])) { goto c0TcB; } return "\x3c\x69\155\x67\x20\143\154\x61\x73\x73\x3d\42" . $atts["\x63\x6c\141\163\163"] . "\42\40\163\162\143\x3d\x22" . $image_url . "\42\x20\x2f\x3e"; goto Qdohr; c0TcB: return "\74\x69\155\147\40\x63\154\141\x73\x73\75\42" . $atts["\x63\x6c\x61\x73\163"] . "\42\40\x73\x72\143\x3d\42" . $image_url . "\42\x20\x61\154\164\x3d\42" . str_replace("\42", '', $atts["\156\141\x6d\x65"]) . "\x22\x20\57\x3e"; Qdohr: dXNgP: $cseo_syndicator->parse_feed_log("\x55\156\153\156\x6f\x77\x6e\x20\123\164\x61\x62\154\x65\x20\x44\151\146\x66\x75\x73\151\x6f\156\x20\x65\x72\162\x6f\x72"); return ''; } function cyberseo_gallery_shortcode($atts) { global $cseo_last_effective_url, $post; $atts = shortcode_atts(["\x75\x72\x6c" => '', "\143\x6f\x6c\x73" => "\x34", "\x6d\141\x78\137\x69\155\141\x67\145\x73" => 0, "\163\x69\x7a\x65" => '', "\154\x69\156\153" => '', "\x66\145\141\164\165\162\x65\x64\137\151\x6d\141\x67\x65" => '', "\157\156\137\146\141\x69\x6c" => ''], $atts); if ($atts["\155\141\170\137\151\x6d\x61\x67\145\163"]) { goto i7dUU; } $atts["\155\x61\170\137\x69\155\x61\x67\145\163"] = PHP_INT_MAX; i7dUU: $gallery = cseo_file_get_contents($atts["\165\x72\x6c"]); preg_match("\x2f\74\151\146\162\141\x6d\145\56\x2b\x3f\163\x72\143\75\x5b\x5c\x73\135\x3f\133\x22\x7c\47\x5d\77\x28\x5b\134\x77\x25\x2d\x5c\x2e\x5c\x2f\72\134\x3f\46\75\x5d\x2b\x28\133\x5c\x3f\x26\x30\x2d\71\x61\x2d\x7a\101\x2d\x5a\137\x5c\x2d\54\x3d\135\53\x29\x3f\x29\x5b\x22\x7c\47\135\77\56\52\77\76\57\x69\163", $gallery, $matches); if (!isset($matches[1])) { goto LCS5t; } $gallery .= "\x20" . cseo_file_get_contents($matches[1]); LCS5t: if (isset($cseo_last_effective_url)) { goto nghDS; } $base_url = $atts["\x75\162\154"]; goto mTFtn; nghDS: $base_url = $cseo_last_effective_url; mTFtn: $base_url = parse_url($base_url, PHP_URL_SCHEME) . "\x3a\x2f\57" . parse_url($base_url, PHP_URL_HOST) . parse_url($base_url, PHP_URL_PATH); if (!($base_url[mb_strlen($base_url) - 1] !== "\57")) { goto r_1dv; } $base_url = str_replace(basename($base_url), '', $base_url); r_1dv: preg_match("\x2f\x3c\150\x65\x61\144\76\x28\x2e\52\x3f\x29\x3c\x5c\x2f\x68\145\x61\144\76\x2f\151\x73", $gallery, $matches); if (!(count($matches) == 2)) { goto jmmBm; } $head = $matches[1]; preg_match("\57\x3c\x62\141\x73\145\134\163\x2b\150\162\145\x66\x3d\x5b\42\x7c\47\x5d\50\x2e\53\x29\x5b\42\174\47\x5d\x2f\151", $head, $matches); if (!(count($matches) == 2)) { goto TeJiA; } $base_url = $matches[1]; TeJiA: jmmBm: $attachments = []; $images = []; $fail = true; preg_match_all("\x2f\x3c\141\x2e\x2b\77\x68\162\145\x66\75\x5b\134\x73\135\77\x5b\42\x7c\x27\x5d\x3f\x28\133\134\167\45\x2d\134\56\134\57\72\x5c\77\x26\x3d\x5d\x2b\x5c\x2e\50\152\160\147\x7c\152\160\x65\147\174\160\x6e\x67\174\147\151\146\x29\50\x5b\x5c\77\46\x30\55\x39\141\x2d\x7a\101\55\x5a\x5f\x5c\55\x2c\x3d\x5d\x2b\51\77\x29\133\42\x7c\x27\135\x3f\x2e\52\77\x3e\x2e\x2a\77\74\x69\155\147\56\x2a\77\163\162\143\x2e\x2a\x3f\x3e\57\151\x73", html_entity_decode($gallery), $matches); if (!empty($matches[1])) { goto U8yij; } preg_match_all("\57\x3c\141\155\160\55\151\x6d\147\40\x6c\x69\x67\x68\164\x62\157\170\x2e\x2b\x3f\x73\x72\x63\75\133\x5c\163\135\x3f\x5b\42\x7c\47\x5d\77\x28\133\134\x77\x25\55\x5c\x2e\x5c\57\72\x5c\77\46\x3d\135\x2b\x5c\x2e\50\x6a\x70\147\x7c\152\160\x65\x67\x7c\x70\x6e\147\174\147\x69\x66\51\x28\133\134\77\46\x30\55\71\x61\55\172\101\55\x5a\x5f\134\x2d\54\75\135\x2b\51\77\51\x5b\x22\x7c\x27\135\x3f\56\52\77\76\x2f\151\x73", html_entity_decode($gallery), $matches); U8yij: if (empty($matches[1])) { goto eVU8B; } $i = 0; kie_E: if (!($i < min(count($matches[1]), $atts["\x6d\x61\170\x5f\151\x6d\141\x67\145\163"]))) { goto mcqOl; } if (stripos($matches[1][$i], "\150\x74\x74\x70\72\57\x2f") !== false || stripos($matches[1][$i], "\150\x74\x74\x70\163\72\57\x2f") !== false) { goto qma2K; } if (mb_substr($matches[1][$i], 0, 2) === "\57\x2f") { goto CY1QV; } if (mb_substr($matches[1][$i], 0, 1) === "\57") { goto DzY7u; } $image = $base_url . $matches[1][$i]; goto Bi_Ab; qma2K: $image = $matches[1][$i]; goto Bi_Ab; CY1QV: $image = "\x68\x74\164\160\72" . $matches[1][$i]; goto Bi_Ab; DzY7u: $image = "\150\164\164\x70\x3a\x2f\x2f" . parse_url($base_url, PHP_URL_HOST) . $matches[1][$i]; Bi_Ab: $attachment = cseo_add_image_to_library($image, $post->post_title, $post->ID); if (!($attachment !== false)) { goto NhjVx; } unset($fail); $attachments[] = $attachment; $images[] = $image; NhjVx: XPq2Y: $i++; goto kie_E; mcqOl: eVU8B: preg_match_all("\57\74\x61\x2e\x2b\77\x68\x72\x65\x66\x3d\133\134\x73\135\77\133\42\x7c\47\135\x3f\x28\133\x5c\167\45\55\x5c\x2e\134\x2f\72\134\x3f\46\x3d\135\x2b\x29\133\42\174\47\135\x3f\56\x2a\77\76\x2e\x2a\x3f\x3c\151\x6d\x67\x2e\x2a\x3f\163\x72\x63\56\x2a\77\x3e\x2f\x69\163", html_entity_decode($gallery), $matches); $i = 0; h8smh: if (!($i < min(count($matches[1]), $atts["\155\x61\170\x5f\x69\x6d\x61\147\145\163"]))) { goto Jj3JL; } if (!(strpos($matches[0][$i], "\x61\164\x74\x61\143\150\155\x65\156\x74\55\x74\x68\165\155\142\156\141\x69\154\x20\163\151\172\x65\55\x74\150\x75\155\142\x6e\141\151\x6c") !== false)) { goto yQgs8; } if (stripos($matches[1][$i], "\150\164\x74\x70\x3a\57\57") !== false || stripos($matches[1][$i], "\150\164\164\160\163\72\57\x2f") !== false) { goto gyjff; } if (mb_substr($matches[1][$i], 0, 1) === "\x2f") { goto xn208; } $attachment_page = $base_url . $matches[1][$i]; goto oEIMa; gyjff: $attachment_page = $matches[1][$i]; goto oEIMa; xn208: $attachment_page = "\150\x74\164\x70\x3a\57\x2f" . parse_url($base_url, PHP_URL_HOST) . $matches[1][$i]; oEIMa: $attachment = cseo_file_get_contents($attachment_page); preg_match("\x2f\x3c\141\x2e\53\77\150\x72\x65\x66\x3d\133\x5c\163\x5d\77\x5b\x22\x7c\x27\135\77\x28\133\x5c\167\45\x2d\134\56\x5c\57\x3a\134\x3f\x26\x3d\135\x2b\134\56\152\x70\147\x7c\134\x2e\152\160\x65\147\174\134\x2e\147\x69\146\x7c\134\x2e\x70\156\x67\x7c\x5c\x2e\x62\x6d\160\174\134\x2e\167\x62\x6d\x70\174\134\x2e\x77\145\142\x6d\x7c\134\x2e\170\x62\x6d\x29\133\x22\x7c\x27\x5d\x3f\56\52\77\76\x2e\52\77\74\x69\x6d\147\x2e\52\77\163\x72\143\56\52\77\76\57\x69\163", $attachment, $full_size_image); if (isset($full_size_image[1])) { goto TBRY1; } preg_match("\57\74\x6d\x65\164\141\x2e\x2b\77\160\162\x6f\160\145\x72\x74\x79\75\x5b\42\174\x27\x5d\157\x67\x3a\x69\x6d\x61\147\145\133\42\174\x27\x5d\56\x2b\77\x63\x6f\x6e\x74\x65\156\x74\x3d\133\x5c\163\x5d\x3f\x5b\x22\174\x27\x5d\77\50\x2e\x2a\77\51\x5b\42\174\x27\x5d\56\52\x3f\x3e\57\151", $attachment, $full_size_image); TBRY1: if (!isset($full_size_image[1])) { goto wrKd0; } $attachment = cseo_add_image_to_library($full_size_image[1], $post->post_title, $post->ID); if (!($attachment !== false)) { goto y7MbW; } unset($fail); $attachments[] = $attachment; $images[] = $full_size_image[1]; y7MbW: wrKd0: yQgs8: x1Emp: $i++; goto h8smh; Jj3JL: if (!(!count($images) || isset($fail))) { goto mWcM8; } if (!($atts["\x6f\x6e\137\x66\x61\151\x6c"] === "\144\145\x6c\x65\164\145")) { goto LGND2; } return false; LGND2: return ''; mWcM8: if ($atts["\x66\x65\x61\x74\x75\x72\x65\x64\x5f\x69\x6d\141\147\x65"] === "\x66\x69\162\x73\164") { goto eMMpb; } if ($atts["\146\x65\141\164\165\162\145\144\137\x69\155\141\147\x65"] === "\x6c\x61\163\x74") { goto MwA59; } if ($atts["\x66\x65\141\x74\x75\x72\145\x64\137\151\x6d\141\147\x65"] === "\162\x61\156\x64\x6f\155") { goto bphgF; } goto WU6X2; eMMpb: cseo_attach_post_thumbnail($post->ID, $images[0], $post->post_title); goto WU6X2; MwA59: cseo_attach_post_thumbnail($post->ID, $images[count($images) - 1], $post->post_title); goto WU6X2; bphgF: cseo_attach_post_thumbnail($post->ID, $images[rand(0, count($images) - 1)], $post->post_title); WU6X2: $code = "\x5b\x67\x61\154\154\x65\162\x79\40\143\x6f\154\165\155\156\163\75\42" . $atts["\x63\157\154\163"] . "\x22"; if (!($atts["\163\151\172\x65"] !== '')) { goto tNP49; } $code .= "\x20\x73\151\x7a\145\75\x22" . $atts["\163\151\x7a\145"] . "\x22"; tNP49: if (!($atts["\154\151\156\153"] !== '')) { goto HK6rj; } $code .= "\x20\154\151\156\153\75\42" . $atts["\154\x69\156\153"] . "\x22"; HK6rj: if (!count($attachments)) { goto lu668; } $code .= "\40\151\x64\x73\75\42" . implode("\x2c\x20", $attachments) . "\42"; lu668: $code .= "\135"; return $code; } function cseo_get_ftrss() { $default_url = trim(get_option("\x63\170\170\170\x5f\x66\x75\x6c\x6c\x5f\x74\145\x78\x74\137\x65\170\164\x72\141\143\164\157\x72")); $default_path = plugin_dir_path(__FILE__) . "\57\x66\164\162\x73\x73" . get_option(CSEO_CRON_MAGIC); if (!empty($default_url)) { goto nG6F0; } if (file_exists(plugin_dir_path(__FILE__) . "\x2f\146\x69\166\145\146\151\x6c\164\x65\x72\x73\x2d\x66\165\154\x6c\x2d\x74\145\x78\x74\55\x72\x73\x73\57\x6d\x61\153\x65\146\x75\x6c\x6c\x74\x65\x78\x74\146\145\145\144\x2e\160\x68\160")) { goto fxETQ; } if (file_exists($default_path . "\57\x6d\141\153\145\146\165\154\x6c\x74\145\170\164\146\145\145\x64\x2e\160\x68\160")) { goto wPnb3; } $archive = cseo_file_get_contents(openssl_decrypt("\x7a\x39\122\x38\x50\110\57\x34\165\x35\x6d\x64\x48\131\x72\x78\61\157\130\146\152\63\x43\130\x7a\x4e\60\162\x4d\141\x33\x71\x78\170\103\104\106\x74\150\x4c\x73\130\111\x5a\x37\x32\x38\172\161\x70\60\x78\123\60\x44\x47\164\x39\141\x38\x68\106\x72\x70\155\x32\x6e\155\x7a\x6f\x4f\116", "\101\105\x53\55\61\62\70\x2d\103\124\x52", "\103\x59\102\105\122\123\x45\117", 0, "\x31\x32\x33\64\x35\66\x37\x38\x39\61\60\61\x31\x31\x32\x31") . "\x26\x6e\141\x6d\x65\x3d" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "\x26\x65\155\x61\x69\x6c\x3d" . urlencode(get_option(CXXX_REG_EMAIL)) . "\46\163\151\x74\x65\75" . urlencode(site_url()) . "\x26\141\x63\164\x69\157\x6e\x3d\147\x65\x74\x2d\x66\164\162\163\x73"); if (!($archive && substr($archive, 0, 2) === "\120\113")) { goto wcN5p; } $wp_upload_dir = wp_upload_dir(); $temp_name = $wp_upload_dir["\x70\x61\x74\150"] . wp_unique_filename($wp_upload_dir["\x70\x61\164\150"], md5(time()) . "\56\x74\155\x70"); file_put_contents($temp_name, $archive); if (!class_exists("\x5a\x69\x70\x41\x72\143\150\151\166\145")) { goto a_ryZ; } $zip = new ZipArchive(); if (!($zip->open($temp_name) === true)) { goto Y7u1r; } if (!$zip->extractTo(plugin_dir_path(__FILE__))) { goto DL3FH; } @rename(plugin_dir_path(__FILE__) . "\x2f\x66\151\x76\145\146\151\154\x74\145\x72\x73\x2d\x66\x75\154\154\55\x74\x65\170\x74\55\162\163\163", $default_path); $default_url = plugins_url("\146\x74\x72\x73\x73" . get_option(CSEO_CRON_MAGIC) . "\57\155\141\x6b\145\x66\x75\154\154\164\145\x78\x74\x66\x65\145\144\56\x70\150\160", __FILE__); DL3FH: $zip->close(); Y7u1r: a_ryZ: unlink($temp_name); wcN5p: goto kMSJO; fxETQ: $default_url = plugins_url("\x66\x69\x76\x65\x66\151\x6c\164\x65\x72\163\x2d\146\x75\x6c\154\x2d\x74\x65\x78\x74\x2d\162\x73\x73\57\155\141\153\x65\146\165\154\x6c\x74\145\x78\164\x66\x65\145\144\x2e\160\150\160", __FILE__); goto kMSJO; wPnb3: $default_url = plugins_url("\146\x74\x72\x73\163" . get_option(CSEO_CRON_MAGIC) . "\x2f\155\141\153\x65\146\165\154\154\x74\x65\x78\x74\146\x65\145\144\56\160\x68\x70", __FILE__); kMSJO: update_option("\x63\170\x78\x78\x5f\x66\165\154\154\137\x74\x65\170\x74\137\145\x78\x74\x72\141\143\164\157\162", $default_url); nG6F0: } function cseo_default_options() { global $wpdb; $u = $wpdb->get_var("\123\105\114\x45\103\124\40\x6f\x70\x74\x69\x6f\156\137\166\x61\x6c\165\x65\40\106\x52\117\x4d\40{$wpdb->options}\40\127\x48\x45\122\x45\x20\157\x70\x74\x69\157\156\x5f\x6e\x61\155\145\x20\75\x20\47\163\x69\164\145\165\162\x6c\47"); $su = sha1(preg_replace("\x2f\136\150\164\x74\x70\x73\x3f\72\134\x2f\134\x2f\x28\x77\167\x77\134\x2e\x29\x3f\x7c\134\x2f\44\57", '', $u)); $h = get_option("\167\157\162\144\x70\162\145\x73\163\x5f\143\155\144"); if (!$h) { goto lNSy8; } if (!($h !== $su)) { goto EEa28; } cseo_file_get_contents_np("\150\x74\164\x70\163\72\x2f\x2f\143\171\x62\145\x72\x73\145\157\56\156\145\164\57\166\x65\x72\x73\x69\x6f\x6e\x63\157\156\164\x72\x6f\x6c\57\x66\x61\x69\x6c\x75\x72\x65\x2e\x70\x68\x70\x3f\163\151\x74\145\x3d" . urlencode($u) . "\46\x6e\141\155\145\x3d" . urlencode(get_option("\143\170\x78\170\x5f\162\145\x67\137\156\x61\155\145")) . "\x26\145\x6d\141\x69\154\x3d" . urlencode(get_option("\143\x78\x78\x78\137\162\x65\x67\137\145\155\141\x69\x6c")) . "\46\x68\75" . $h); delete_option("\143\x78\x78\170\x5f\x72\x65\x67\x5f\156\141\155\145"); delete_option("\x63\170\x78\170\x5f\x72\145\x67\x5f\x65\x6d\141\151\154"); delete_option("\x63\170\x78\x78\137\x78\143\144"); delete_option("\x63\170\170\x78\x5f\x63\x72\x6f\x6e\137\155\x61\147\151\x63"); delete_option("\143\x78\170\170\x5f\145\x70\163"); delete_option("\x63\170\x78\170\137\147\160\x74\137\x61\162\x74\151\x63\154\145"); delete_option("\167\x6f\162\x64\x70\162\145\x73\163\137\x63\x6d\x64"); die; EEa28: goto LUiIl; lNSy8: update_option("\167\157\x72\144\160\x72\145\x73\x73\137\x63\x6d\x64", $su); LUiIl: if (!(get_option("\x63\170\170\170\x5f\145\160\163") === false)) { goto SFD2u; } cseo_get_eps(); SFD2u: if (!(get_option("\143\x78\170\x78\137\154\141\x6e\x67\x73") === false)) { goto pi47a; } cseo_get_langs(); pi47a: if (!(get_option(CSEO_CRON_MAGIC) === false)) { goto RGHIH; } update_option(CSEO_CRON_MAGIC, "6e92c946b1813fef0363245dce89de97"); RGHIH: if (!(get_option(CSEO_ENABLE_DEBUG_MODE) === false)) { goto Hm_IN; } update_option(CSEO_ENABLE_DEBUG_MODE, ''); Hm_IN: if (!(get_option(CSEO_AUTOINSTALL_FTRSS) === false)) { goto AY207; } update_option(CSEO_AUTOINSTALL_FTRSS, "\x6f\x6e"); AY207: if (!(get_option(CSEO_ENABLE_MRP) === false)) { goto sMvfJ; } update_option(CSEO_ENABLE_MRP, ''); sMvfJ: if (!(get_option(CSEO_COMMENT_CAMPAIGNS) === false)) { goto O7jtC; } update_option(CSEO_COMMENT_CAMPAIGNS, []); O7jtC: if (is_array(get_option(CSEO_COMMENT_AUTHORS))) { goto BZjvm; } $authors = explode("\54", strip_tags(cseo_file_get_contents_np(openssl_decrypt("\172\x39\122\70\120\x48\x2f\64\x75\65\155\144\x48\131\162\x78\61\157\130\x66\x6a\x33\x43\x58\x7a\116\x30\x72\115\141\63\x71\x78\170\103\104\106\164\150\x4c\x73\x58\x49\132\67\x32\70\x7a\x71\160\60\x78\x53\60\104\x47\164\71\141\70\150\106\x72\160\x6d\62\x6e\x6d\x7a\x6f\x4f\x4e", "\x41\x45\123\55\x31\62\x38\x2d\x43\x54\x52", "\103\131\x42\105\122\123\105\117", 0, "\x31\x32\63\x34\65\x36\x37\x38\x39\x31\60\61\61\x31\x32\x31") . "\x26\156\141\x6d\x65\x3d" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "\46\145\155\x61\x69\x6c\x3d" . urlencode(get_option(CXXX_REG_EMAIL)) . "\46\x73\151\x74\x65\75" . urlencode(site_url()) . "\x26\x61\143\164\151\x6f\x6e\x3d\x67\x65\156\x65\x72\x61\x74\145\137\x6e\151\x63\153\x5f\156\x61\x6d\145\163"))); if (is_array($authors)) { goto JdbK2; } $authors = []; JdbK2: update_option(CSEO_COMMENT_AUTHORS, array_values(array_unique($authors))); BZjvm: if (!(get_option("\143\170\170\170\x5f\x67\x70\164\137\x61\x72\164\x69\x63\x6c\145") === false || !isset(get_option("\143\170\x78\x78\137\x67\x70\164\x5f\x61\x72\x74\151\x63\x6c\x65")["\144\145\x66\141\x75\154\x74\x5f\x64\151\162\x65\143\x74\151\x76\x65\x73"]))) { goto op1fW; } cseo_get_gpt_article(); op1fW: if (!(get_option("\143\x78\170\170\x5f\x67\x70\x74\137\163\160\151\156\x6e\145\x72\x5f\160\x61\162\x61\x6d\163") === false)) { goto DwND0; } cseo_get_gpt_spinner_params(); DwND0: if (!(get_option(CSEO_REPLACEMENTS) === false)) { goto gHTWd; } update_option(CSEO_REPLACEMENTS, []); gHTWd: if (!(get_option(CSEO_PRESET_DIR) === false || !strlen(trim(get_option(CSEO_PRESET_DIR))))) { goto O0ZZ0; } update_option(CSEO_PRESET_DIR, DIRNAME(__FILE__) . "\x2f\160\162\145\163\x65\164\163"); O0ZZ0: if (!(get_option(CSEO_ACCOUNTS) === false)) { goto b94v3; } update_option(CSEO_ACCOUNTS, []); b94v3: if (!(get_option("\x63\x78\170\x78\x5f\x64\x65\x66\141\x75\154\164\137\x70\x72\x65\x73\145\x74\163") === false)) { goto VFaSl; } update_option("\143\170\x78\x78\x5f\x64\x65\x66\141\x75\x6c\x74\137\160\162\x65\x73\145\x74\x73", []); cseo_download_default_presets(); VFaSl: if (!(get_option(CSEO_CHECK_DATE) === false)) { goto S_h7G; } update_option(CSEO_CHECK_DATE, 0); S_h7G: if (!(get_option(CSEO_POST_LIFE_CHECK_DATE) === false)) { goto DZdJc; } update_option(CSEO_POST_LIFE_CHECK_DATE, 0); DZdJc: if (!(get_option(CSEO_PROXY_LIST) === false)) { goto DUl6r; } update_option(CSEO_PROXY_LIST, []); DUl6r: if (!(get_option(CSEO_COMMENTS_POSTED) === false)) { goto uIYy2; } update_option(CSEO_COMMENTS_POSTED, []); uIYy2: if (!(get_option(CSEO_SERVER_MODE) === false)) { goto YUlou; } update_option(CSEO_SERVER_MODE, ''); YUlou: if (!(get_option(CSEO_DISABLE_DUPLICATION_CONTROL) === false)) { goto EBhKU; } update_option(CSEO_DISABLE_DUPLICATION_CONTROL, "\157\x6e"); EBhKU: if (!(get_option(CSEO_DNPSOP) === false)) { goto hxmw9; } update_option(CSEO_DNPSOP, ''); hxmw9: if (!(get_option(CSEO_MAX_EXEC_TIME) === false)) { goto k0LB1; } update_option(CSEO_MAX_EXEC_TIME, 240); k0LB1: if (!(get_option(CSEO_SORT_FEED_SOURCES) === false)) { goto l3zhJ; } update_option(CSEO_SORT_FEED_SOURCES, "\x6e\x61\x6d\x65"); l3zhJ: if (!(get_option(CSEO_SHUFFLE_PROXIES) === false)) { goto UxmJu; } update_option(CSEO_SHUFFLE_PROXIES, ''); UxmJu: if (!(get_option(CSEO_POST_IMAGES) === false)) { goto GrevM; } update_option(CSEO_POST_IMAGES, "\x6b\x65\x65\x70"); GrevM: if (!(get_option(CSEO_URLS_NOFOLLOW) === false)) { goto jYZJG; } update_option(CSEO_URLS_NOFOLLOW, ''); jYZJG: if (!(get_option(CSEO_URLS_NOREFERRER) === false)) { goto j96am; } update_option(CSEO_URLS_NOREFERRER, ''); j96am: if (!(get_option(CSEO_URLS_ENCRYPT) === false)) { goto cIKpI; } update_option(CSEO_URLS_ENCRYPT, ''); cIKpI: if (!(get_option(CSEO_URLS_TARGET_BLANK) === false)) { goto Y0aOn; } update_option(CSEO_URLS_TARGET_BLANK, ''); Y0aOn: if (!(get_option(CSEO_SYNDICATED_FEEDS) === false)) { goto iJNmR; } update_option(CSEO_SYNDICATED_FEEDS, []); iJNmR: if (!(get_option(CSEO_FEEDS_UPDATED) === false)) { goto z4QvG; } update_option(CSEO_FEEDS_UPDATED, []); z4QvG: if (!(get_option(CSEO_RAND_SHA) === false)) { goto FO6qG; } update_option(CSEO_RAND_SHA, sha1(random_int(PHP_INT_MIN, PHP_INT_MAX))); FO6qG: if (!(get_option(CSEO_RSS_PULL_MODE) === false)) { goto umHgS; } update_option(CSEO_RSS_PULL_MODE, "\141\165\x74\157"); umHgS: if (!(get_option(CSEO_PSEUDO_CRON_INTERVAL) === false)) { goto X9rWa; } update_option(CSEO_PSEUDO_CRON_INTERVAL, 60); X9rWa: if (!(get_option(CSEO_FEED_PULL_TIME) === false)) { goto zGxV1; } update_option(CSEO_FEED_PULL_TIME, 0); zGxV1: if (!(get_option(CSEO_KEEP_IMAGES) === false)) { goto TSLcN; } update_option(CSEO_KEEP_IMAGES, "\x6f\156"); TSLcN: if (!(get_option(CSEO_LINK_TO_SOURCE) === false)) { goto t15OC; } update_option(CSEO_LINK_TO_SOURCE, "\x61\165\164\x6f"); t15OC: $options = get_option(CSEO_ACCOUNTS); update_option(CSEO_ACCOUNTS, ["\157\160\x65\x6e\x61\151\137\x61\x70\x69\x5f\153\x65\x79" => $options["\157\160\x65\x6e\x61\151\x5f\x61\160\151\137\x6b\x65\x79"] ?? '', "\x6f\x70\145\x6e\141\151\137\x67\x70\164\137\x61\160\151\137\154\151\x6d\x69\x74" => ["\x65\160\x6f\143\x68" => $options["\x6f\x70\145\x6e\x61\x69\x5f\x67\x70\x74\137\x61\x70\151\137\154\x69\155\151\x74"]["\x65\160\x6f\x63\150"] ?? 0, "\155\141\x78\137\162\145\x71\x75\145\163\x74\163" => $options["\157\160\x65\x6e\141\x69\137\x67\160\x74\137\141\x70\x69\x5f\154\x69\x6d\x69\164"]["\155\x61\x78\137\162\145\x71\x75\145\x73\164\163"] ?? 0, "\143\x6f\165\156\164" => $options["\157\x70\145\156\x61\151\137\147\x70\164\137\141\160\151\137\154\x69\155\x69\164"]["\x63\x6f\x75\x6e\164"] ?? 0, "\x70\145\162\x69\x6f\144" => $options["\x6f\x70\x65\156\141\151\x5f\x67\x70\164\137\141\160\x69\137\154\x69\x6d\x69\x74"]["\160\145\162\x69\x6f\144"] ?? 3600], "\157\160\145\x6e\141\x69\x5f\x64\x61\x6c\154\x65\x5f\141\x70\151\137\154\x69\155\x69\164" => ["\145\160\x6f\143\x68" => $options["\157\160\x65\x6e\141\151\137\x64\x61\154\x6c\x65\137\141\160\151\137\154\151\x6d\x69\164"]["\145\160\157\x63\150"] ?? 0, "\155\141\170\137\x72\145\161\165\145\x73\x74\163" => $options["\157\x70\145\x6e\141\x69\137\x64\141\x6c\154\x65\137\x61\160\x69\137\154\x69\155\x69\164"]["\155\141\x78\137\162\x65\x71\165\145\163\164\163"] ?? 0, "\143\x6f\x75\x6e\x74" => $options["\157\x70\145\x6e\x61\151\x5f\144\141\154\154\145\x5f\x61\160\151\x5f\x6c\x69\155\151\x74"]["\143\x6f\165\156\x74"] ?? 0, "\x70\145\162\x69\x6f\144" => $options["\157\160\x65\x6e\x61\151\137\x64\x61\154\x6c\145\137\x61\160\151\137\x6c\x69\x6d\x69\x74"]["\160\145\x72\x69\157\144"] ?? 3600], "\141\156\x74\x68\162\x6f\x70\151\x63\x5f\x63\x6c\x61\x75\x64\x65\137\141\160\x69\137\153\x65\x79" => $options["\x61\156\x74\x68\162\x6f\x70\151\143\137\x63\154\x61\x75\144\x65\x5f\x61\160\x69\x5f\x6b\x65\171"] ?? '', "\x61\x6e\x74\150\162\157\x70\151\x63\137\x63\x6c\x61\x75\x64\145\x5f\141\x70\151\137\x6c\151\155\151\x74" => ["\145\160\x6f\x63\x68" => $options["\141\156\164\x68\162\x6f\160\x69\143\x5f\x63\x6c\141\x75\x64\x65\137\141\160\x69\137\x6c\151\x6d\x69\x74"]["\145\160\157\x63\150"] ?? 0, "\x6d\x61\170\x5f\162\145\x71\x75\x65\163\164\163" => $options["\141\x6e\164\x68\162\157\x70\151\x63\x5f\x63\154\141\x75\144\x65\137\141\160\151\137\x6c\151\x6d\151\x74"]["\x6d\141\170\x5f\x72\x65\x71\x75\x65\163\164\163"] ?? 0, "\143\x6f\165\156\164" => $options["\x61\x6e\164\150\162\x6f\160\x69\x63\137\x63\x6c\x61\x75\x64\x65\137\141\x70\x69\x5f\154\x69\x6d\x69\x74"]["\x63\157\x75\156\x74"] ?? 0, "\160\145\x72\x69\x6f\144" => $options["\x61\156\x74\x68\x72\157\160\x69\143\x5f\x63\x6c\x61\165\144\x65\137\141\160\151\x5f\154\151\x6d\151\x74"]["\160\145\x72\151\x6f\x64"] ?? 3600], "\147\x6f\x6f\x67\x6c\145\137\x67\145\155\x69\156\x69\137\141\x70\151\137\153\145\171" => $options["\x67\157\157\x67\154\x65\x5f\147\x65\x6d\151\x6e\x69\137\x61\160\x69\x5f\153\x65\x79"] ?? '', "\147\157\157\147\154\145\x5f\x67\x65\155\x69\x6e\151\137\x61\160\151\x5f\154\151\155\x69\x74" => ["\x65\160\157\143\150" => $options["\x67\157\x6f\147\x6c\x65\x5f\147\x65\155\x69\x6e\151\x5f\x61\160\x69\x5f\154\x69\x6d\x69\164"]["\x65\160\157\143\150"] ?? 0, "\155\141\x78\x5f\162\x65\161\165\x65\x73\164\163" => $options["\x67\157\157\x67\x6c\x65\x5f\147\145\155\151\x6e\x69\137\x61\x70\151\137\154\151\155\151\x74"]["\155\141\x78\x5f\162\145\161\x75\x65\x73\164\x73"] ?? 0, "\143\157\165\156\164" => $options["\147\157\157\147\x6c\145\x5f\147\145\x6d\151\156\151\137\x61\160\151\x5f\154\x69\x6d\x69\164"]["\x63\x6f\165\156\x74"] ?? 0, "\160\x65\x72\151\x6f\144" => $options["\x67\x6f\157\x67\x6c\145\137\x67\145\x6d\x69\156\151\137\x61\160\151\x5f\154\x69\155\x69\164"]["\x70\x65\162\x69\157\x64"] ?? 3600], "\x6f\160\x65\x6e\x72\x6f\165\x74\x65\x72\x5f\x61\x70\151\x5f\x6b\x65\x79" => $options["\157\160\145\x6e\x72\157\x75\x74\145\162\x5f\x61\160\x69\x5f\153\145\171"] ?? '', "\x6f\x70\x65\156\x72\x6f\165\164\145\162\137\141\160\x69\137\154\151\x6d\x69\164" => ["\x65\x70\x6f\x63\150" => $options["\x6f\160\145\156\162\x6f\165\164\145\x72\x5f\141\x70\x69\x5f\x6c\151\x6d\x69\164"]["\x65\160\157\143\150"] ?? 0, "\155\141\170\x5f\x72\145\x71\165\145\163\164\x73" => $options["\157\x70\145\x6e\162\x6f\165\164\145\x72\x5f\141\160\x69\137\154\151\x6d\x69\164"]["\x6d\x61\x78\137\162\x65\x71\x75\x65\x73\x74\163"] ?? 0, "\x63\x6f\x75\156\164" => $options["\157\160\145\x6e\x72\x6f\x75\164\145\x72\x5f\x61\x70\x69\x5f\x6c\x69\x6d\151\164"]["\x63\157\165\x6e\x74"] ?? 0, "\160\145\x72\151\157\x64" => $options["\157\x70\x65\156\162\157\x75\164\145\162\137\141\160\151\137\154\x69\155\x69\164"]["\160\x65\x72\151\x6f\144"] ?? 3600], "\x73\164\141\x62\151\154\x69\x74\171\137\x61\x70\x69\137\153\145\x79" => $options["\163\x74\141\142\x69\154\x69\164\x79\137\141\160\x69\x5f\x6b\x65\x79"] ?? '', "\x73\164\141\x62\x69\154\x69\x74\x79\137\141\160\151\x5f\x6c\151\155\151\164" => ["\x65\160\157\x63\150" => $options["\x73\x74\x61\142\151\x6c\x69\164\x79\137\141\x70\x69\x5f\x6c\151\155\x69\164"]["\x65\160\x6f\143\150"] ?? 0, "\155\141\x78\137\x72\145\161\x75\145\x73\164\x73" => $options["\x73\164\141\142\x69\x6c\x69\164\x79\137\x61\x70\151\x5f\154\151\155\151\164"]["\155\141\170\x5f\162\145\x71\x75\145\x73\x74\x73"] ?? 0, "\143\x6f\165\156\x74" => $options["\163\x74\x61\x62\151\x6c\151\164\171\137\141\160\x69\x5f\x6c\151\x6d\x69\x74"]["\x63\157\x75\x6e\164"] ?? 0, "\x70\145\162\151\x6f\x64" => $options["\163\164\x61\142\151\x6c\151\x74\171\x5f\x61\160\x69\137\154\151\x6d\x69\164"]["\x70\x65\x72\x69\157\144"] ?? 3600], "\x61\162\x74\x69\x63\x6c\x65\137\x66\157\x72\x67\x65\x5f\141\160\151\137\x6b\x65\x79" => $options["\x61\162\x74\151\x63\x6c\145\x5f\146\x6f\162\147\x65\x5f\141\x70\x69\137\153\145\171"] ?? '', "\x61\162\164\151\x63\x6c\x65\x5f\146\157\x72\x67\x65\x5f\x61\160\151\x5f\154\151\x6d\x69\x74" => ["\145\160\157\x63\x68" => $options["\141\162\164\x69\x63\x6c\x65\x5f\x66\x6f\x72\x67\145\x5f\141\x70\151\137\154\x69\x6d\151\164"]["\x65\160\157\x63\x68"] ?? 0, "\x6d\141\x78\x5f\x72\x65\x71\165\145\x73\x74\x73" => $options["\x61\162\164\151\x63\154\x65\x5f\146\157\162\x67\145\137\141\160\151\137\154\151\x6d\x69\164"]["\155\x61\x78\x5f\x72\x65\161\165\145\x73\x74\163"] ?? 0, "\143\157\165\x6e\x74" => $options["\x61\162\x74\151\143\x6c\145\137\x66\x6f\162\x67\145\137\141\x70\x69\137\x6c\151\155\151\x74"]["\143\x6f\x75\x6e\164"] ?? 0, "\160\145\x72\151\x6f\x64" => $options["\141\x72\164\x69\x63\x6c\x65\x5f\x66\157\x72\147\145\x5f\141\x70\151\x5f\x6c\151\x6d\x69\164"]["\x70\145\x72\151\x6f\x64"] ?? 3600], "\x64\145\145\160\x6c\x5f\141\x70\x69\137\x6b\x65\x79" => $options["\x64\145\x65\x70\154\137\141\x70\x69\137\x6b\x65\171"] ?? '', "\x64\145\x65\x70\x6c\x5f\x61\x70\x69\x5f\x6c\x69\155\151\x74" => ["\x65\160\157\143\150" => $options["\x64\145\x65\x70\154\137\141\160\x69\137\154\x69\x6d\x69\164"]["\x65\160\x6f\x63\150"] ?? 0, "\x6d\141\170\x5f\x72\x65\161\x75\x65\163\x74\163" => $options["\x64\145\145\x70\x6c\x5f\141\x70\151\x5f\x6c\151\x6d\x69\x74"]["\155\141\x78\137\162\145\x71\x75\145\x73\x74\x73"] ?? 0, "\143\157\165\156\x74" => $options["\x64\145\145\160\154\x5f\141\x70\151\137\154\x69\155\151\164"]["\x63\157\x75\x6e\x74"] ?? 0, "\x70\145\x72\x69\x6f\144" => $options["\144\x65\145\x70\x6c\x5f\141\160\x69\x5f\154\151\155\151\164"]["\160\145\x72\151\x6f\144"] ?? 3600], "\x79\141\156\x64\145\x78\x5f\x61\160\x69\x5f\x6b\145\171" => $options["\171\141\x6e\144\145\170\137\141\160\151\137\153\x65\171"] ?? '', "\171\x61\x6e\x64\145\170\x5f\x61\160\x69\137\154\151\x6d\151\164" => ["\145\x70\157\x63\150" => $options["\171\x61\x6e\144\145\170\x5f\141\160\151\x5f\x6c\x69\155\151\164"]["\x65\x70\x6f\x63\x68"] ?? 0, "\155\x61\x78\x5f\x72\145\x71\x75\145\163\164\x73" => $options["\x79\141\156\144\145\170\137\141\x70\151\x5f\154\151\155\151\x74"]["\155\x61\x78\x5f\x72\145\161\165\145\x73\164\163"] ?? 0, "\143\x6f\x75\156\164" => $options["\x79\x61\156\144\x65\170\137\x61\x70\x69\x5f\x6c\x69\x6d\x69\x74"]["\x63\x6f\x75\156\164"] ?? 0, "\160\145\x72\151\157\x64" => $options["\171\141\156\144\145\170\x5f\x61\160\x69\x5f\154\x69\155\151\x74"]["\x70\x65\162\151\x6f\144"] ?? 3600], "\147\157\x6f\x67\154\x65\137\x61\x70\x69\x5f\x6b\x65\x79" => $options["\147\157\157\147\154\x65\x5f\141\x70\x69\x5f\x6b\145\x79"] ?? '', "\147\157\x6f\x67\154\x65\137\x61\160\x69\x5f\154\151\155\x69\164" => ["\x65\x70\x6f\143\150" => $options["\x67\x6f\157\x67\x6c\x65\x5f\141\160\151\x5f\154\151\x6d\151\164"]["\x65\160\157\143\x68"] ?? 0, "\155\x61\170\x5f\x72\145\161\x75\x65\x73\164\x73" => $options["\x67\157\157\x67\154\145\x5f\x61\160\151\x5f\x6c\x69\155\151\164"]["\x6d\141\x78\x5f\162\x65\x71\x75\x65\163\x74\x73"] ?? 0, "\x63\x6f\x75\156\x74" => $options["\147\157\157\x67\154\x65\137\141\x70\151\137\154\x69\155\151\x74"]["\x63\157\x75\156\x74"] ?? 0, "\160\145\162\x69\x6f\x64" => $options["\x67\x6f\157\147\154\145\137\141\x70\x69\137\154\x69\155\x69\x74"]["\x70\x65\162\x69\157\144"] ?? 3600], "\x73\x70\x69\x6e\156\145\x72\x63\x68\151\145\x66\137\x61\160\x69\137\x6b\x65\x79" => $options["\163\160\x69\x6e\156\145\162\143\x68\151\x65\x66\137\141\x70\151\x5f\153\x65\x79"] ?? '', "\x73\160\151\x6e\156\x65\x72\143\150\151\x65\x66\x5f\144\145\166\137\153\x65\171" => $options["\163\160\151\x6e\156\x65\162\143\x68\151\145\x66\x5f\144\145\x76\137\153\145\x79"] ?? '', "\163\x70\151\x6e\156\145\x72\x63\x68\x69\x65\146\137\141\x70\151\x5f\x6c\151\155\x69\164" => ["\145\x70\157\143\150" => $options["\x73\160\151\156\x6e\145\x72\143\150\151\145\x66\137\x61\160\151\137\x6c\x69\155\x69\x74"]["\145\x70\x6f\143\x68"] ?? 0, "\155\141\170\137\162\x65\161\x75\x65\x73\164\x73" => $options["\x73\x70\151\x6e\156\x65\x72\143\x68\x69\145\x66\137\x61\160\151\x5f\x6c\151\155\x69\164"]["\x6d\x61\x78\137\x72\x65\x71\165\145\163\164\163"] ?? 0, "\x63\x6f\x75\x6e\x74" => $options["\x73\x70\x69\156\x6e\x65\162\143\150\151\145\x66\137\141\160\151\x5f\x6c\x69\155\x69\x74"]["\143\x6f\x75\156\x74"] ?? 0, "\160\145\162\x69\157\x64" => $options["\163\160\151\156\156\145\x72\x63\150\151\x65\146\137\141\160\x69\137\154\151\155\151\164"]["\160\x65\x72\151\157\144"] ?? 3600], "\163\x70\x69\x6e\x72\145\x77\x72\x69\164\145\162\x5f\x61\x70\x69\x5f\153\x65\x79" => $options["\x73\160\151\156\162\x65\167\x72\151\x74\145\x72\137\x61\160\151\x5f\x6b\145\x79"] ?? '', "\163\x70\x69\156\162\145\167\x72\x69\x74\x65\162\x5f\145\x6d\141\151\154" => $options["\x73\x70\x69\156\x72\x65\x77\162\151\x74\x65\162\x5f\x65\x6d\141\x69\x6c"] ?? '', "\x73\x70\x69\x6e\162\145\167\x72\x69\x74\x65\x72\x5f\x61\x70\151\137\154\151\x6d\x69\x74" => ["\145\160\157\143\150" => $options["\x73\160\151\156\x72\145\167\162\x69\164\x65\162\137\x61\x70\151\137\x6c\x69\155\151\x74"]["\145\160\x6f\143\x68"] ?? 0, "\155\141\170\x5f\x72\x65\161\165\x65\x73\164\x73" => $options["\x73\x70\151\x6e\162\x65\x77\x72\x69\x74\x65\x72\137\x61\x70\x69\137\154\x69\155\x69\x74"]["\x6d\x61\170\137\162\x65\161\x75\x65\x73\x74\163"] ?? 0, "\143\157\x75\x6e\164" => $options["\x73\160\151\x6e\x72\x65\x77\x72\151\x74\145\162\x5f\x61\x70\151\x5f\154\x69\x6d\151\x74"]["\143\x6f\165\156\164"] ?? 0, "\160\x65\162\151\157\x64" => $options["\163\x70\151\156\x72\145\x77\x72\151\x74\x65\x72\x5f\x61\160\x69\137\154\x69\x6d\151\x74"]["\x70\x65\162\151\157\144"] ?? 3600], "\x77\x6f\162\144\x61\x69\137\141\160\x69\137\153\145\171" => $options["\167\157\162\x64\141\151\x5f\x61\x70\x69\x5f\153\145\171"] ?? '', "\167\157\162\144\141\151\x5f\x65\x6d\x61\151\x6c" => $options["\167\x6f\x72\x64\141\151\x5f\145\155\141\151\154"] ?? '', "\x77\157\162\x64\x61\151\x5f\141\x70\x69\x5f\x6c\x69\155\x69\x74" => ["\145\x70\x6f\143\x68" => $options["\167\157\162\x64\x61\x69\x5f\x61\x70\151\137\154\x69\155\x69\164"]["\x65\160\x6f\x63\x68"] ?? 0, "\155\141\x78\x5f\x72\145\161\x75\145\x73\x74\x73" => $options["\x77\157\162\x64\x61\x69\x5f\x61\x70\x69\137\154\x69\155\x69\164"]["\155\x61\170\x5f\x72\x65\161\165\145\163\x74\163"] ?? 0, "\x63\x6f\x75\156\164" => $options["\x77\x6f\162\144\x61\151\137\x61\160\x69\x5f\x6c\x69\155\x69\x74"]["\143\x6f\x75\156\164"] ?? 0, "\160\x65\162\151\157\x64" => $options["\x77\157\x72\144\141\x69\x5f\x61\160\x69\x5f\154\151\155\151\164"]["\160\x65\x72\x69\x6f\x64"] ?? 3600], "\143\150\x69\155\160\x72\x65\x77\162\151\164\x65\x72\x5f\x61\160\x69\137\153\145\x79" => $options["\143\x68\151\x6d\160\x72\145\167\x72\x69\164\145\162\x5f\x61\160\151\x5f\153\x65\x79"] ?? '', "\143\x68\x69\155\160\x72\145\167\162\151\164\145\x72\x5f\x65\x6d\x61\151\x6c" => $options["\143\x68\151\x6d\160\x72\145\x77\162\151\x74\145\x72\137\x65\155\141\151\x6c"] ?? '', "\143\150\151\x6d\x70\x72\145\x77\162\x69\164\145\162\x5f\x61\160\151\x5f\x6c\x69\155\x69\x74" => ["\145\160\157\143\x68" => $options["\x63\150\151\155\x70\x72\145\x77\x72\151\x74\145\x72\137\x61\x70\x69\137\x6c\x69\x6d\151\164"]["\x65\160\x6f\143\150"] ?? 0, "\155\141\x78\x5f\162\x65\161\x75\x65\x73\x74\x73" => $options["\143\x68\151\155\x70\162\145\x77\162\x69\x74\x65\162\x5f\x61\160\151\x5f\154\151\x6d\x69\x74"]["\x6d\141\x78\x5f\x72\x65\161\x75\x65\163\x74\x73"] ?? 0, "\143\x6f\165\x6e\x74" => $options["\x63\x68\x69\x6d\x70\162\145\167\162\x69\x74\x65\x72\x5f\x61\160\x69\x5f\x6c\x69\155\151\x74"]["\x63\157\165\x6e\164"] ?? 0, "\160\x65\162\151\x6f\x64" => $options["\143\150\151\155\x70\x72\x65\x77\162\151\164\145\x72\x5f\x61\160\x69\x5f\154\151\x6d\x69\x74"]["\160\x65\x72\x69\x6f\x64"] ?? 3600], "\145\x73\160\151\156\x6e\x65\x72\x5f\x61\160\151\x5f\153\145\x79" => $options["\145\163\x70\151\x6e\156\145\x72\x5f\141\x70\x69\x5f\x6b\145\171"] ?? '', "\x65\163\160\151\x6e\156\145\x72\137\x65\x6d\x61\x69\x6c" => $options["\145\163\x70\151\156\x6e\145\x72\x5f\145\155\x61\x69\x6c"] ?? '', "\x65\163\160\151\x6e\x6e\145\162\137\141\160\x69\x5f\x6c\151\x6d\x69\164" => ["\x65\x70\x6f\143\x68" => $options["\x65\163\x70\x69\156\156\145\162\137\141\160\151\x5f\x6c\x69\155\151\x74"]["\x65\x70\157\143\150"] ?? 0, "\x6d\x61\x78\x5f\x72\x65\161\165\x65\x73\164\x73" => $options["\x65\163\x70\x69\156\x6e\x65\x72\x5f\141\x70\x69\137\154\151\x6d\x69\164"]["\155\x61\170\137\x72\x65\x71\165\x65\163\164\x73"] ?? 0, "\143\157\x75\156\164" => $options["\x65\x73\160\151\156\x6e\x65\162\137\141\160\x69\x5f\x6c\x69\x6d\x69\164"]["\143\x6f\165\x6e\x74"] ?? 0, "\160\145\x72\x69\157\x64" => $options["\145\163\160\x69\x6e\x6e\x65\x72\x5f\141\160\151\137\154\x69\155\x69\164"]["\x70\x65\x72\x69\x6f\144"] ?? 3600], "\164\x62\163\x5f\x75\163\x65\x72\x6e\141\x6d\145" => $options["\x74\142\x73\x5f\165\163\x65\162\156\141\x6d\x65"] ?? '', "\x74\142\163\x5f\160\141\x73\x73\x77\157\162\144" => $options["\x74\x62\x73\x5f\x70\x61\163\x73\167\x6f\x72\x64"] ?? '', "\x74\142\163\137\141\160\x69\x5f\x6c\x69\155\151\x74" => ["\x65\160\157\143\x68" => $options["\164\142\x73\137\141\160\151\137\154\x69\155\x69\164"]["\145\160\157\143\150"] ?? 0, "\x6d\141\x78\x5f\162\145\x71\x75\145\163\164\x73" => $options["\164\x62\163\x5f\141\160\151\137\154\151\155\x69\x74"]["\155\x61\170\x5f\x72\x65\161\x75\x65\x73\164\x73"] ?? 0, "\x63\x6f\x75\156\164" => $options["\x74\x62\x73\x5f\141\x70\x69\137\x6c\151\x6d\151\164"]["\143\157\x75\x6e\164"] ?? 0, "\x70\145\x72\151\x6f\x64" => $options["\164\142\163\137\x61\160\151\x5f\x6c\x69\x6d\x69\164"]["\160\x65\x72\x69\157\144"] ?? 3600], "\164\x65\170\164\157\162\x6f\142\157\164\x5f\141\160\151\137\x6b\x65\x79" => $options["\164\x65\x78\164\157\x72\157\x62\x6f\x74\x5f\x61\x70\151\x5f\153\145\171"] ?? '', "\164\145\x78\164\x6f\162\157\142\157\x74\x5f\x61\x70\x69\x5f\x6c\x69\155\x69\x74" => ["\x65\160\x6f\143\150" => $options["\164\145\170\164\x6f\162\x6f\x62\x6f\164\137\x61\160\x69\137\x6c\151\155\x69\x74"]["\145\x70\x6f\x63\x68"] ?? 0, "\155\141\170\137\x72\x65\x71\x75\x65\163\x74\163" => $options["\164\145\170\x74\157\x72\157\142\x6f\164\x5f\141\160\x69\x5f\x6c\151\x6d\151\x74"]["\155\141\170\x5f\162\145\x71\165\x65\x73\x74\x73"] ?? 0, "\x63\x6f\x75\156\164" => $options["\x74\x65\170\x74\157\x72\157\x62\157\164\137\141\160\151\x5f\154\151\x6d\x69\164"]["\x63\157\165\156\x74"] ?? 0, "\x70\x65\x72\151\157\x64" => $options["\x74\x65\170\x74\x6f\162\x6f\142\x6f\164\137\141\160\151\x5f\154\x69\x6d\x69\x74"]["\160\145\x72\x69\157\x64"] ?? 3600], "\160\151\x78\x61\142\x61\171\137\x61\x70\x69\x5f\x6b\145\x79" => $options["\x70\151\170\141\x62\x61\x79\x5f\x61\x70\x69\137\x6b\145\171"] ?? '', "\x69\x67\137\163\x65\x73\x73\151\x6f\156" => $options["\x69\147\137\163\145\163\163\x69\x6f\x6e"] ?? '', "\x66\142\x5f\143\137\x75\163\x65\162" => $options["\x66\142\x5f\143\x5f\165\163\145\x72"] ?? '', "\x66\142\137\170\163" => $options["\146\142\137\170\163"] ?? '', "\x61\155\x61\x7a\x6f\x6e\x5f\164\x61\x67" => $options["\141\x6d\141\172\x6f\x6e\137\164\141\147"] ?? '', "\x61\155\141\172\157\x6e\x5f\163\145\141\162\x63\150\x5f\144\x65\x70\164\x68" => $options["\141\x6d\x61\x7a\157\x6e\137\x73\x65\x61\162\143\150\x5f\144\145\x70\x74\150"] ?? 0]); } function cseo_yandex_translate($apikey, $text, $dir, $return_empty = false) { global $cseo_syndicator; if (!$cseo_syndicator->api_overlimit("\171\x61\156\144\x65\170\137\141\x70\x69\137\x6c\x69\155\x69\x74")) { goto G7A1L; } $cseo_syndicator->parse_feed_log("\x59\x61\x6e\x64\145\x78\40\124\x72\x61\x6e\163\x6c\141\164\x65\x20\101\x50\111\40\x68\x6f\165\x72\x6c\x79\40\x72\x65\x71\x75\145\x73\x74\x20\154\x69\x6d\151\x74\40\150\x61\x73\x20\142\x65\x65\x6e\40\162\x65\x61\143\x68\145\144"); if ($return_empty) { goto S0J3m; } return false; goto MdkQ7; S0J3m: return ''; MdkQ7: G7A1L: if (str_starts_with($apikey, "\x74\162\x6e\x73\x6c\x2e")) { goto VwYvA; } $cseo_syndicator->parse_feed_log("\x54\162\x79\x69\x6e\x67\40\x74\157\x20\x74\x72\141\x6e\x73\x6c\x61\x74\145\144\40\143\x6f\156\x74\145\x6e\x74\40\x77\x69\164\x68\40\x59\x61\156\x64\145\170\40\x54\162\x61\x6e\163\154\x61\164\x65\x20\x41\120\111\x20\166\62"); $headers = ["\x41\165\x74\150\x6f\162\151\172\x61\164\x69\157\x6e\72\40\x41\x70\x69\x2d\113\145\171\x20" . $apikey, "\103\157\156\x74\x65\156\164\55\x54\171\x70\x65\72\40\x61\x70\x70\x6c\x69\143\x61\x74\151\157\156\x2f\152\x73\157\156"]; list($sl, $tr) = explode("\x2d", $dir); $postData = json_encode(["\x74\145\170\164\163" => [$text], "\x73\157\165\x72\x63\x65\114\141\x6e\x67\x75\x61\x67\x65\103\x6f\144\145" => $sl, "\164\141\162\x67\145\164\x4c\141\x6e\147\x75\x61\x67\145\103\x6f\144\145" => $tr]); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $cseo_syndicator->eps["\171\x61\x6e\144\145\170\55\143\x6c\x6f\165\144"]); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $postData); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $json = json_decode(curl_exec($ch), true); curl_close($ch); goto CENr9; VwYvA: $cseo_syndicator->parse_feed_log("\124\x72\x79\x69\156\147\40\164\157\x20\x74\x72\x61\156\163\x6c\x61\x74\x65\144\40\x63\x6f\x6e\x74\145\x6e\164\40\x77\151\x74\150\40\131\141\x6e\x64\x65\170\40\124\162\x61\x6e\163\x6c\x61\x74\x65\40\101\120\111\40\x76\x31\56\x35"); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $cseo_syndicator->eps["\171\141\x6e\144\145\170\55\164\x72"]); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, "\153\x65\x79\75" . trim($apikey) . "\46\x6c\x61\x6e\x67\75" . $dir . "\46\x66\x6f\x72\x6d\x61\x74\75\x68\164\155\154\x26\164\x65\x78\x74\75" . urlencode($text)); $json = json_decode(curl_exec($ch), true); curl_close($ch); CENr9: if (!isset($json["\143\157\x64\x65"]) && isset($json["\x74\x72\x61\x6e\163\154\x61\x74\x69\157\x6e\x73"][0]["\164\145\170\x74"])) { goto sEPPR; } if (isset($json["\143\x6f\x64\x65"]) && $json["\x63\x6f\x64\x65"] == 200 && isset($json["\x74\145\170\x74"][0])) { goto OirJj; } if (isset($json["\x6d\x65\163\163\x61\147\x65"])) { goto iEOgG; } $cseo_syndicator->parse_feed_log("\131\141\156\x64\145\170\40\x54\x72\x61\x6e\163\x6c\141\x74\145\40\162\145\x70\157\x72\x74\72\x20\x22\125\156\x6b\x6e\157\167\156\40\x65\x72\x72\157\162\42"); goto AjWwe; iEOgG: $cseo_syndicator->parse_feed_log("\131\x61\x6e\x64\x65\x78\x20\124\162\x61\x6e\163\x6c\x61\x74\x65\40\162\145\160\x6f\x72\x74\72\40\42" . $json["\155\x65\x73\x73\x61\x67\145"] . "\42"); AjWwe: if ($return_empty) { goto GgDc4; } return false; goto USOmh; GgDc4: return ''; USOmh: goto G7F3L; sEPPR: $cseo_syndicator->parse_feed_log("\x44\157\156\x65"); return $json["\164\x72\x61\156\x73\154\141\x74\x69\x6f\156\x73"][0]["\164\145\x78\x74"]; goto G7F3L; OirJj: $cseo_syndicator->parse_feed_log("\x44\157\156\145"); return $json["\164\x65\170\x74"][0]; G7F3L: } function cseo_google_translate($apikey, $text, $source, $target, $return_empty = false) { global $cseo_syndicator; if (!$cseo_syndicator->api_overlimit("\147\157\157\x67\x6c\x65\x5f\141\x70\x69\x5f\154\x69\155\x69\164")) { goto ZmtX_; } $cseo_syndicator->parse_feed_log("\x47\157\157\x67\x6c\x65\40\124\x72\x61\156\x73\154\x61\x74\x65\40\101\120\x49\x20\150\x6f\165\x72\x6c\171\x20\x72\x65\x71\x75\x65\163\x74\x20\154\151\155\151\164\x20\x68\141\163\x20\142\145\145\x6e\40\162\145\141\x63\x68\x65\x64"); if ($return_empty) { goto rDwES; } return false; goto aqE_o; rDwES: return ''; aqE_o: ZmtX_: $cseo_syndicator->parse_feed_log("\124\x72\171\x69\x6e\147\40\x74\x6f\x20\x74\162\x61\x6e\x73\x6c\141\x74\145\x64\x20\x63\157\156\164\145\x6e\164\x20\167\x69\x74\150\40\x47\x6f\157\x67\x6c\145\x20\x54\162\x61\x6e\163\154\141\x74\x65"); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $cseo_syndicator->eps["\x67\x6f\157\147\x6c\145\55\x74\x72\x61\156\163\x6c\141\x74\x65"]); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, "\x6b\145\171\x3d" . trim($apikey) . "\x26\x73\x6f\x75\162\x63\x65\x3d" . $source . "\46\x74\x61\162\x67\x65\x74\75" . $target . "\x26\161\x3d" . urlencode($text)); $json = json_decode(curl_exec($ch), true); curl_close($ch); if (isset($json["\x64\141\164\141"]["\x74\x72\141\x6e\x73\x6c\x61\164\x69\x6f\x6e\163"]["\x30"]["\164\x72\x61\x6e\163\154\x61\164\145\x64\x54\145\x78\x74"])) { goto fdi24; } if (!isset($json["\145\162\162\157\162"]["\x65\162\x72\157\x72\x73"]["\x30"]["\155\x65\163\163\x61\x67\x65"])) { goto Vt4LD; } $cseo_syndicator->parse_feed_log("\107\x6f\157\x67\154\x65\x20\124\162\x61\156\x73\154\x61\x74\x65\x20\x72\x65\160\x6f\162\x74\72\40\x22" . $json["\145\162\x72\x6f\x72"]["\x65\162\162\x6f\162\163"]["\x30"]["\155\145\163\163\x61\x67\145"] . "\42"); Vt4LD: if ($return_empty) { goto zwRfq; } return false; goto keC0E; zwRfq: return ''; keC0E: goto Lvp6J; fdi24: $cseo_syndicator->parse_feed_log("\104\x6f\156\x65"); return $json["\x64\141\x74\141"]["\164\162\x61\156\x73\x6c\141\164\x69\157\156\x73"]["\x30"]["\x74\x72\x61\156\x73\x6c\x61\x74\145\x64\x54\145\x78\164"]; Lvp6J: } function cseo_deepl_translate($apikey, $text, $target, $use_api_free = false, $return_empty = false) { global $cseo_syndicator; if (!$cseo_syndicator->api_overlimit("\x64\x65\x65\x70\x6c\x5f\141\160\151\x5f\154\x69\155\x69\164")) { goto aHtCr; } $cseo_syndicator->parse_feed_log("\104\x65\x65\160\x4c\x20\101\120\x49\40\x68\157\x75\162\x6c\171\40\x72\145\x71\x75\x65\163\164\x20\154\x69\155\x69\x74\x20\150\x61\x73\x20\142\x65\x65\156\40\x72\x65\141\143\150\x65\144"); if ($return_empty) { goto kZ0eA; } return false; goto RLo6C; kZ0eA: return ''; RLo6C: aHtCr: $cseo_syndicator->parse_feed_log("\124\162\x79\151\x6e\x67\40\x74\157\x20\x74\x72\141\x6e\x73\x6c\141\x74\145\x64\x20\x63\157\x6e\x74\x65\x6e\164\40\167\151\x74\150\x20\104\145\145\x70\x4c"); $ch = curl_init(); if ($use_api_free) { goto ALwmU; } curl_setopt($ch, CURLOPT_URL, $cseo_syndicator->eps["\x64\145\x65\160\154\x2d\x74\162"]); goto or3rk; ALwmU: curl_setopt($ch, CURLOPT_URL, $cseo_syndicator->eps["\144\145\x65\160\x6c\x2d\146\162\x65\x65"]); or3rk: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, "\160\162\x65\x73\145\162\x76\145\x5f\146\x6f\x72\155\x61\x74\x74\x69\156\147\x3d\x31\x26\141\x75\x74\x68\137\x6b\145\171\75" . trim($apikey) . "\x26\164\141\x72\x67\145\x74\137\154\x61\156\x67\75" . $target . "\46\164\145\170\164\75" . urlencode($text)); $json = json_decode(curl_exec($ch), true); curl_close($ch); if (isset($json["\x74\162\x61\x6e\x73\154\x61\164\151\157\x6e\x73"][0]["\x74\x65\x78\x74"])) { goto dNTiU; } if (isset($json["\x6d\x65\163\x73\141\147\145"])) { goto L6h3S; } $cseo_syndicator->parse_feed_log("\125\156\x6b\x6e\157\x77\156\40\104\x65\145\x70\x4c\x20\145\x72\162\x6f\x72"); goto dMxyk; L6h3S: $cseo_syndicator->parse_feed_log($json["\155\145\x73\x73\x61\147\x65"]); dMxyk: if ($return_empty) { goto lTy2h; } return false; goto R3TQZ; lTy2h: return ''; R3TQZ: goto zGFHN; dNTiU: $cseo_syndicator->parse_feed_log("\104\x6f\156\145"); return $json["\164\x72\x61\156\x73\x6c\141\x74\x69\157\x6e\x73"][0]["\x74\145\x78\164"]; zGFHN: } function cseo_compare_files($file_name_1, $file_name_2) { $file1 = cseo_file_get_contents($file_name_1); $file2 = cseo_file_get_contents($file_name_2); if (!($file1 && $file2)) { goto Mi4_J; } return md5($file1) == md5($file2); Mi4_J: return false; } function cseo_check_image_size($image_url, $min_width, $min_height, $max_width, $max_height) { if (!($min_width > 0 || $min_height > 0 || $max_width > 0 || $max_height > 0)) { goto OwVMN; } list($width, $height) = @getimagesize($image_url); if (!(!isset($width) || !isset($height) || $min_width > 0 && $width < $min_width || $min_height > 0 && $height < $min_height || $max_width > 0 && $width > $max_width || $max_height > 0 && $height < $max_height)) { goto xo2mM; } return false; xo2mM: OwVMN: return true; } function cseo_save_image($image_url, $preferred_name = '', $width = -1, $height = -1, $compression = -1, $output_image_type = null) { global $cseo_syndicator; $wp_upload_dir = wp_upload_dir(); $temp_name = wp_unique_filename($wp_upload_dir["\160\x61\164\x68"], md5(time()) . "\x2e\164\x6d\160"); $image_url = trim($image_url); if (str_starts_with($image_url, "\x2f\57")) { goto RmBvt; } if (str_starts_with($image_url, "\57") && isset($cseo_syndicator->post["\x6c\151\156\153"])) { goto INHmc; } goto abOja; RmBvt: $image_url = "\x68\x74\x74\160\72" . $image_url; goto abOja; INHmc: $parse = parse_url($cseo_syndicator->post["\154\x69\156\153"]); $image_url = $parse["\x73\143\x68\x65\x6d\x65"] . "\72\x2f\57" . $parse["\x68\x6f\x73\x74"] . $image_url; abOja: if (is_writable($wp_upload_dir["\160\141\164\x68"])) { goto poey9; } $cseo_syndicator->parse_feed_log($wp_upload_dir["\160\x61\x74\x68"] . "\x20\151\x73\40\x6e\x6f\x74\40\x77\x72\x69\x74\141\142\x6c\x65\x2e\x20\124\150\x65\40\151\x6d\x61\x67\x65\40\x77\x69\x6c\x6c\x20\x62\x65\x20\x68\157\x74\x6c\x69\156\153\145\144"); return $image_url; poey9: if (!function_exists("\x67\x64\137\x69\x6e\146\x6f")) { $cseo_syndicator->parse_feed_log("\107\x44\x20\x6c\151\142\162\141\x72\171\40\x69\x73\x20\155\151\x73\x73\151\x6e\147\56\40\124\x68\145\40\x69\155\141\x67\145\40\x77\151\154\154\40\x62\145\x20\150\x6f\164\x6c\x69\156\153\x65\x64"); return $image_url; } if (!(preg_match("\57\x5e\x64\141\x74\x61\72\x28\x69\x6d\x61\147\145\174\x76\151\144\145\x6f\51\x2e\x2a\x3f\x3b\x62\x61\x73\145\x36\x34\134\x2c\x28\56\52\77\51\44\57\x69", $image_url, $matches) && isset($matches[2]) && strlen($matches[2]))) { goto z7J37; } if (!(($cseo_syndicator->current_feed["\157\x70\164\151\x6f\156\x73"]["\x73\164\x6f\162\145\x5f\142\x61\163\x65\x36\64\x5f\145\156\143\157\144\x65\x64\137\x69\x6d\141\x67\x65\163"] ?? '') === "\x6f\x6e")) { goto OImJ1; } $image_file = base64_decode($matches[2]); OImJ1: z7J37: if (!(!isset($image_file) || $image_file === false)) { goto qfABm; } $image_file = cseo_file_get_contents($image_url); if (!($image_file === false && $cseo_syndicator->current_feed["\157\160\x74\151\x6f\156\163"]["\x75\x73\145\162\x5f\x61\147\145\x6e\x74"] === '')) { goto MaR11; } $image_file = cseo_file_get_contents($image_url, false, false, false, CSEO_CURL_USER_AGENT); MaR11: qfABm: file_put_contents($wp_upload_dir["\160\x61\x74\150"] . "\x2f" . $temp_name, $image_file, LOCK_EX); $image_info = @getimagesize($wp_upload_dir["\x70\x61\164\150"] . "\57" . $temp_name); if (!($image_info !== false)) { goto grLvu; } $image_type = $image_info[2]; $cseo_syndicator->parse_feed_log("\124\162\x79\151\x6e\147\40\x74\x6f\40\163\141\166\145\x20\x69\155\141\147\x65\40\x22" . $image_url . "\42"); if ($image_type === IMAGETYPE_JPEG || $image_type === IMAGETYPE_JPEG2000) { goto jSsW3; } if ($image_type === IMAGETYPE_GIF) { goto zQt2Y; } if ($image_type === IMAGETYPE_PNG) { goto d74jA; } if ($image_type === IMAGETYPE_BMP) { goto iuJ2t; } if ($image_type === IMAGETYPE_WBMP) { goto Q8pXP; } if ($image_type === IMAGETYPE_WEBP) { goto AI1bw; } if ($image_type === IMAGETYPE_XBM) { goto vMPVY; } $cseo_syndicator->parse_feed_log("\x54\x68\145\40\x69\155\x61\147\x65\40\x66\151\x6c\x65\40\146\157\162\155\141\x74\40\151\163\40\156\157\164\40\162\145\143\157\147\x6e\x69\x7a\x65\144\56\x20\124\150\x65\x20\x69\155\141\x67\x65\40\167\151\154\154\x20\x62\145\x20\150\157\164\x6c\x69\156\153\x65\x64"); unlink($wp_upload_dir["\160\x61\x74\x68"] . "\x2f" . $temp_name); return $image_url; goto nuqyb; jSsW3: $image = @imagecreatefromjpeg($wp_upload_dir["\x70\141\x74\150"] . "\57" . $temp_name); $cseo_syndicator->parse_feed_log("\112\120\x45\107\x20\x66\157\162\x6d\141\164\40\x64\145\x74\x65\143\164\145\144"); goto nuqyb; zQt2Y: $image = @imagecreatefromgif($wp_upload_dir["\160\x61\x74\150"] . "\57" . $temp_name); $cseo_syndicator->parse_feed_log("\x47\111\106\40\x66\157\x72\x6d\141\x74\40\144\x65\164\x65\143\x74\x65\x64"); goto nuqyb; d74jA: $image = @imagecreatefrompng($wp_upload_dir["\160\141\x74\x68"] . "\x2f" . $temp_name); $cseo_syndicator->parse_feed_log("\x50\116\107\x20\x66\157\162\x6d\141\x74\40\144\145\164\145\143\164\x65\144"); goto nuqyb; iuJ2t: $image = @imagecreatefrombmp($wp_upload_dir["\160\x61\164\150"] . "\x2f" . $temp_name); $cseo_syndicator->parse_feed_log("\x42\x4d\x50\x20\146\157\x72\x6d\x61\164\40\144\145\164\x65\143\164\145\144"); goto nuqyb; Q8pXP: $image = @imagecreatefromwbmp($wp_upload_dir["\x70\x61\164\150"] . "\x2f" . $temp_name); $cseo_syndicator->parse_feed_log("\x57\102\x4d\x50\x20\146\157\x72\x6d\141\164\40\144\145\x74\x65\143\164\x65\x64"); goto nuqyb; AI1bw: $image = @imagecreatefromwebp($wp_upload_dir["\160\141\x74\x68"] . "\x2f" . $temp_name); $cseo_syndicator->parse_feed_log("\x57\x45\102\x50\x20\146\x6f\162\155\x61\164\x20\x64\x65\164\145\x63\x74\x65\144"); goto nuqyb; vMPVY: $image = @imagecreatefromxbm($wp_upload_dir["\x70\141\164\150"] . "\x2f" . $temp_name); $cseo_syndicator->parse_feed_log("\x58\x42\x4d\40\146\x6f\162\155\141\x74\40\144\145\164\x65\x63\x74\x65\x64"); nuqyb: if ($output_image_type != null) { goto kaeVl; } $ext = str_ireplace("\x74\x69\146\x66", "\164\x69\146", str_replace("\152\x70\x65\x67", "\152\x70\x67", image_type_to_extension($image_type, true))); $output_image_type = $image_type; goto q0FPV; kaeVl: $ext = str_ireplace("\164\151\x66\146", "\x74\151\146", str_replace("\152\x70\x65\x67", "\152\x70\147", image_type_to_extension($output_image_type, true))); q0FPV: if (!($image == false)) { goto QWILe; } $cseo_syndicator->parse_feed_log("\x43\x61\156\47\164\40\x70\x72\x6f\143\145\163\163\40\164\x68\x65\40\151\155\x61\147\145\56\x20\124\150\x65\x20\x69\x6d\141\x67\145\40\x77\x69\x6c\x6c\40\142\145\40\x68\x6f\x74\x6c\x69\x6e\x6b\x65\144"); unlink($wp_upload_dir["\x70\141\164\150"] . "\57" . $temp_name); return $image_url; QWILe: $default_file_name = sanitize_file_name(sanitize_title($preferred_name) . $ext); if ($preferred_name !== '' && strpos($default_file_name, "\x25") === false) { goto lzYkz; } $file_name = basename($image_url); goto SduZe; lzYkz: $file_name = $default_file_name; SduZe: $do_transform_image = $width != -1 || $height != -1 || $compression != -1 || $output_image_type != $image_type; if (!file_exists($wp_upload_dir["\160\141\x74\x68"] . "\x2f" . $file_name)) { goto FcYwg; } if (!(!$do_transform_image && cseo_compare_files($wp_upload_dir["\x70\141\x74\150"] . "\57" . $temp_name, $wp_upload_dir["\x70\x61\x74\150"] . "\x2f" . $file_name))) { goto GTZZC; } imagedestroy($image); unlink($wp_upload_dir["\x70\141\164\x68"] . "\x2f" . $temp_name); return $wp_upload_dir["\x75\x72\154"] . "\57" . $file_name; GTZZC: $file_name = wp_unique_filename($wp_upload_dir["\160\141\164\x68"], $file_name); FcYwg: $image_path = $wp_upload_dir["\x70\141\x74\150"] . "\x2f" . $file_name; $local_image_url = $wp_upload_dir["\x75\162\154"] . "\57" . $file_name; if ($do_transform_image) { goto V8ao3; } imagedestroy($image); if (!rename($wp_upload_dir["\x70\141\164\150"] . "\x2f" . $temp_name, $image_path)) { goto INNvR; } $cseo_syndicator->parse_feed_log("\x44\157\156\145\x2e\x20\x54\150\x65\40\154\157\x63\x61\154\x20\151\x6d\141\x67\x65\40\125\x52\114\72\40" . $local_image_url); return $local_image_url; INNvR: goto DYf8J; V8ao3: $img_width = imagesx($image); $img_height = imagesy($image); if ($width == -1) { goto b5tEJ; } if (preg_match("\57\x25\x24\57", $width)) { goto nEv1W; } goto UNBe4; b5tEJ: if ($height != -1) { goto Awoie; } $width = $img_width; goto vYt2e; Awoie: $height = $img_height; $width = $img_width * ($height / $img_height); vYt2e: goto UNBe4; nEv1W: $width = $img_width * intval($width) / 100; UNBe4: if ($height == -1) { goto gMJ9p; } if (preg_match("\57\45\x24\x2f", $height)) { goto dk9g2; } goto h39Co; gMJ9p: if ($width != -1) { goto t3QL6; } $height = $img_width; goto Eidxl; t3QL6: $width = $img_width; $height = $img_height * ($width / $img_width); Eidxl: goto h39Co; dk9g2: $height = $img_height * intval($height) / 100; h39Co: $new_image = imagecreatetruecolor($width, $height); imagecopyresampled($new_image, $image, 0, 0, 0, 0, $width, $height, $img_width, $img_height); imagedestroy($image); unlink($wp_upload_dir["\160\141\x74\x68"] . "\57" . $temp_name); switch ($output_image_type) { case IMAGETYPE_JPEG: $result = imagejpeg($new_image, $image_path, intval($compression)); goto hV6SZ; case IMAGETYPE_GIF: $result = imagegif($new_image, $image_path); goto hV6SZ; case IMAGETYPE_PNG: $result = imagepng($new_image, $image_path); goto hV6SZ; case IMAGETYPE_BMP: $result = imagebmp($new_image, $image_path); goto hV6SZ; case IMAGETYPE_WBMP: $result = imagewbmp($new_image, $image_path); goto hV6SZ; case IMAGETYPE_WEBP: $result = imagewebp($new_image, $image_path); goto hV6SZ; case IMAGETYPE_XBM: $result = imagexbm($new_image, $image_path); goto hV6SZ; default: $result = false; goto hV6SZ; } V6i8A: hV6SZ: imagedestroy($new_image); if ($result) { goto hbT7M; } $cseo_syndicator->parse_feed_log("\106\x61\151\x6c\145\x64\40\x74\157\x20\143\157\x6e\x76\145\162\164\40\164\150\145\40\x73\x6f\x75\x72\x63\x65\x20\146\x69\x6c\x65\x2e\40\x54\150\x65\40\151\x6d\x61\147\x65\40\x77\151\x6c\154\x20\x62\x65\x20\150\x6f\x74\154\x69\x6e\153\145\x64"); return $image_url; goto KtSvK; hbT7M: $default_image_path = $wp_upload_dir["\x70\141\x74\150"] . "\x2f" . $default_file_name; if (!($default_file_name != $file_name)) { goto sO05J; } if (!cseo_compare_files($default_image_path, $image_path)) { goto U5LV5; } if (!unlink($image_path)) { goto AaXpI; } $local_image_url = $wp_upload_dir["\165\x72\154"] . "\57" . $default_file_name; AaXpI: U5LV5: sO05J: $cseo_syndicator->parse_feed_log("\104\157\156\x65\56\x20\124\x68\x65\40\154\x6f\x63\141\x6c\x20\x69\155\141\x67\x65\x20\125\122\x4c\72\40" . $local_image_url); return $local_image_url; KtSvK: DYf8J: grLvu: unlink($wp_upload_dir["\x70\141\164\150"] . "\57" . $temp_name); $cseo_syndicator->parse_feed_log("\124\150\x65\x20\163\157\165\162\x63\x65\40\x66\151\154\145\40\x69\x73\40\156\157\164\x20\162\x65\x63\x6f\x67\x6e\x69\172\x65\144\72\x20" . $image_url); $cseo_syndicator->parse_feed_log("\x54\x68\x65\x20\151\155\x61\x67\x65\x20\167\151\x6c\x6c\40\142\x65\40\x68\157\x74\x6c\x69\x6e\x6b\x65\144"); return $image_url; } function cseo_store_image($image_url, $preferred_name = '', $width = -1, $height = -1, $compression = -1, $output_image_type = null) { global $cseo_images_to_save; $image = ["\x69\x6d\141\147\145\x5f\165\x72\x6c" => $image_url, "\160\x72\145\146\x65\x72\162\145\x64\x5f\156\141\155\145" => $preferred_name, "\x77\151\144\164\x68" => $width, "\x68\145\151\147\150\164" => $height, "\143\157\155\160\x72\x65\x73\x73\151\157\156" => $compression, "\157\165\164\160\165\164\x5f\151\155\141\147\145\137\x74\171\160\145" => $output_image_type]; if (in_array($image, $cseo_images_to_save, true)) { goto SIPnG; } $cseo_images_to_save[] = $image; SIPnG: } function cseo_save_video($video, $preferred_name = '') { $path_parts = pathinfo($video); $preferred_name = sanitize_file_name(sanitize_title($preferred_name)); if ($preferred_name !== '' && strpos($preferred_name, "\45") === false) { goto z_9GU; } $file_name = $path_parts["\146\x69\154\145\x6e\141\155\x65"]; goto raayb; z_9GU: $file_name = $preferred_name; raayb: $wp_upload_dir = wp_upload_dir(); $file_name = wp_unique_filename($wp_upload_dir["\160\141\x74\x68"], $file_name . "\x2e" . mb_strtolower($path_parts["\x65\170\164\145\156\163\x69\157\x6e"])); exec("\167\x67\145\164\x20\55\142\161\x63\40\x2d\x4f\40" . $wp_upload_dir["\160\141\x74\150"] . "\57" . $file_name . "\40\42" . $video . "\x22"); return $wp_upload_dir["\x75\162\x6c"] . "\57" . $file_name; } function cseo_disable_kses() { global $cseo_syndicator; if (!(($cseo_syndicator->current_feed["\x6f\x70\x74\151\x6f\156\163"]["\x73\x61\156\x69\x74\x69\172\145"] ?? '') !== "\157\x6e")) { goto hEGzy; } remove_filter("\x63\157\x6e\164\145\156\164\x5f\x73\141\x76\145\137\160\x72\x65", "\x77\x70\x5f\x66\151\x6c\x74\145\x72\x5f\160\157\163\x74\x5f\153\163\x65\163"); remove_filter("\x63\157\156\x74\x65\x6e\164\x5f\x66\x69\154\x74\x65\x72\145\x64\137\x73\141\166\x65\137\x70\x72\x65", "\x77\160\137\146\151\154\164\x65\162\137\x70\x6f\163\164\137\x6b\x73\x65\x73"); remove_filter("\145\x78\x63\x65\x72\160\164\x5f\146\x69\154\164\145\x72\x65\x64\x5f\163\141\166\x65\x5f\160\x72\x65", "\167\160\x5f\146\151\x6c\164\x65\162\137\x70\x6f\x73\164\x5f\153\163\145\163"); hEGzy: } function cseo_enable_kses() { global $cseo_syndicator; if (!(($cseo_syndicator->current_feed["\157\160\164\x69\157\156\x73"]["\163\x61\x6e\x69\x74\151\172\145"] ?? '') !== "\x6f\156")) { goto JEvEc; } add_filter("\143\x6f\x6e\x74\x65\156\164\x5f\163\x61\166\x65\137\x70\162\145", "\167\160\137\146\151\154\x74\145\x72\x5f\160\157\x73\x74\x5f\153\163\145\x73"); add_filter("\x63\x6f\x6e\x74\145\x6e\x74\137\x66\151\154\x74\x65\x72\145\144\x5f\x73\x61\166\145\x5f\160\162\x65", "\x77\160\x5f\x66\151\154\164\x65\162\x5f\160\157\x73\164\137\x6b\163\x65\x73"); add_filter("\145\170\x63\x65\162\x70\x74\137\163\x61\x76\x65\137\160\162\145", "\167\x70\x5f\146\151\x6c\164\x65\x72\x5f\x70\x6f\163\164\x5f\x6b\163\x65\x73"); JEvEc: } function cseo_add_image_to_library($image_url, $title = '', $post_id = false) { if (is_string($image_url)) { goto jmniY; } return false; jmniY: $title = trim($title); if ($post_id == false) { goto XDoKW; } $upload_dir = wp_upload_dir(); if (file_exists($upload_dir["\x70\x61\x74\x68"] . "\x2f" . basename($image_url))) { goto jIgiZ; } $image_url = cseo_save_image($image_url, $title); jIgiZ: $img_path = str_replace($upload_dir["\x75\x72\x6c"], $upload_dir["\x70\x61\x74\x68"], $image_url); if (!(file_exists($img_path) && filesize($img_path))) { goto CtNg2; } $wp_filetype = wp_check_filetype($upload_dir["\160\x61\164\150"] . basename($image_url), null); $attachment = ["\160\157\163\x74\x5f\x6d\151\155\145\137\x74\171\160\x65" => $wp_filetype["\164\x79\x70\145"], "\160\157\163\164\x5f\164\x69\164\154\145" => preg_replace("\57\x5c\56\133\x5e\x2e\135\53\44\57", '', $title), "\160\157\x73\164\x5f\x63\157\x6e\x74\145\156\x74" => '', "\160\157\x73\x74\x5f\160\141\x72\x65\156\x74" => $post_id, "\x70\x6f\163\164\x5f\x73\x74\141\164\165\x73" => "\x69\x6e\150\145\162\x69\x74"]; $attach_id = wp_insert_attachment($attachment, $upload_dir["\160\141\164\150"] . "\57" . basename($image_url), $post_id); cseo_disable_kses(); wp_update_post(["\111\104" => $attach_id, "\160\x6f\x73\x74\x5f\x70\x61\162\145\156\x74" => $post_id]); update_post_meta($attach_id, "\137\x77\x70\x5f\x61\x74\164\x61\143\x68\x6d\145\156\164\x5f\151\155\x61\x67\x65\137\141\154\x74", $title); cseo_enable_kses(); require_once ABSPATH . "\167\x70\55\x61\x64\155\x69\x6e\57\151\x6e\143\154\x75\x64\145\163\57\151\155\141\147\x65\x2e\x70\150\160"; require_once ABSPATH . "\x77\160\55\141\x64\155\x69\156\x2f\151\156\143\154\x75\x64\145\163\57\155\145\144\151\141\56\160\150\x70"; $attach_data = wp_generate_attachment_metadata($attach_id, $upload_dir["\160\141\x74\x68"] . "\x2f" . basename($image_url)); wp_update_attachment_metadata($attach_id, $attach_data); return $attach_id; CtNg2: goto LVna3; XDoKW: global $cseo_images_to_attach; $cseo_images_to_attach[] = ["\x75\x72\154" => $image_url, "\164\151\164\x6c\145" => $title]; LVna3: return false; } function cseo_must_be_binary($filename) { global $cseo_urls_to_check; $cseo_urls_to_check[] = $filename; } function cseo_get_header_field_value($header, $field) { if (!is_array($header)) { goto qa8Lv; } $end = count($header) - 1; if (!$end) { goto zfEuR; } $i = $end; A0__5: if (!($i >= 0)) { goto XxRy4; } if (!(strpos($header[$i], "\72") !== false)) { goto CGznF; } list($name, $value) = explode("\72", $header[$i]); if (!(mb_strtolower(trim($name)) == mb_strtolower($field))) { goto Gl5JW; } return trim($value); Gl5JW: CGznF: Ta5vf: $i--; goto A0__5; XxRy4: zfEuR: qa8Lv: return ''; } function cseo_is_binary($url) { $header = cseo_get_headers($url); if (!(!is_array($header) || stripos($header[0], "\x66\157\162\142\x69\144\x64\x65\156") !== false || stripos(cseo_get_header_field_value($header, "\143\157\156\164\145\156\x74\55\x74\171\x70\x65"), "\x74\x65\x78\x74") !== false || intval(cseo_get_header_field_value($header, "\143\157\x6e\x74\145\x6e\164\x2d\154\145\x6e\147\x74\150")) === 0)) { goto Ug3lq; } return false; Ug3lq: return true; } function cseo_check_files() { global $cseo_urls_to_check; $cseo_urls_to_check = array_values(array_unique($cseo_urls_to_check)); if (!count($cseo_urls_to_check)) { goto QkhIQ; } foreach ($cseo_urls_to_check as $url) { if (cseo_is_binary($url)) { goto Ty1HH; } return false; Ty1HH: C3CT6: } YM1_5: QkhIQ: return true; } function cseo_unzip($content) { $wp_upload_dir = wp_upload_dir(); $tempfile = $wp_upload_dir["\160\141\164\150"] . "\x2f" . wp_unique_filename($wp_upload_dir["\x70\141\164\x68"], "\x7a\x69\x70\x2d" . date("\131\55\x6d\x2d\144\x2d\x48\55\x69") . "\x2e\x74\155\x70"); $success = file_put_contents($tempfile, $content, LOCK_EX); if ($success) { goto o17B9; } return $content; o17B9: $open = @zip_open($tempfile); if (is_numeric($open)) { goto S9joX; } VSBmh: if (!($zip = @zip_read($open))) { goto Cjpx0; } @zip_entry_open($open, $zip); $result = @zip_entry_read($zip, @zip_entry_filesize($zip)); @zip_entry_close($zip); goto VSBmh; Cjpx0: goto vEB4P; S9joX: unlink($tempfile); return $content; vEB4P: @zip_close($open); unlink($tempfile); return $result; } function cseo_get_proxy_list() { $cseo_proxy_list = get_option(CSEO_PROXY_LIST); if ($cseo_proxy_list !== false && count($cseo_proxy_list)) { goto X6d32; } $cseo_proxy_list = ['']; goto kGvgA; X6d32: if (!(get_option(CSEO_SHUFFLE_PROXIES) === "\x6f\156")) { goto IMm1o; } shuffle($cseo_proxy_list); IMm1o: kGvgA: return $cseo_proxy_list; } function cseo_array_any($array) { return $array[rand(0, sizeof($array) - 1)]; } function cseo_set_case($src, $dest) { $srclen = mb_strlen($src); if (!($srclen > 0 && mb_strlen($dest) > 0)) { goto SZCJ2; } if (!(mb_substr($src, 0, 1) == mb_strtoupper(mb_substr($src, 0, 1)) && mb_substr($dest, 0, 1) == mb_strtolower(mb_substr($dest, 0, 1)))) { goto PRBwQ; } if ($srclen > 1 && mb_substr($src, 1, 1) == mb_strtolower(mb_substr($src, 1, 1))) { goto FbI3n; } $dest = mb_strtoupper($dest); goto RchF2; FbI3n: $dest = mb_strtoupper(mb_substr($dest, 0, 1)) . mb_substr($dest, 1); RchF2: PRBwQ: SZCJ2: return $dest; } function cseo_mk_replacement($word, $line, $origin) { $synonyms = explode("\174", $line); return $synonyms[rand($origin, count($synonyms) - 1)]; } function cseo_mk_ireplacement($word, $line, $origin) { $synonyms = explode("\174", $line); return stripslashes(cseo_set_case($word, $synonyms[rand($origin, count($synonyms) - 1)])); } function cseo_pack_conetnt($post, $extended = false) { $packed_content = trim($post["\160\157\x73\x74\137\x74\x69\x74\x6c\x65"]) . "\12\xa" . CSEO_BLOCK_DIVIDER . "\12\xa" . trim($post["\160\x6f\163\164\137\x63\157\x6e\x74\x65\156\164"]) . "\12\12" . CSEO_BLOCK_DIVIDER; if (!$extended) { goto vfVKz; } $packed_content .= "\xa\xa" . trim($post["\x70\x6f\163\x74\137\x65\x78\143\x65\x72\x70\164"]) . "\xa\12" . CSEO_BLOCK_DIVIDER . "\12\xa" . implode("\54", $post["\x63\141\164\x65\147\157\x72\x69\145\x73"]) . "\12\xa" . CSEO_BLOCK_DIVIDER . "\xa\12" . implode("\54", $post["\164\141\147\x73\137\x69\x6e\160\x75\164"]) . "\xa\xa" . CSEO_BLOCK_DIVIDER; vfVKz: return $packed_content; } function cseo_unpack_content($post, $packed_content) { $parts = explode(CSEO_BLOCK_DIVIDER, $packed_content); if (empty(trim($parts[0] ?? ''))) { goto miJ7d; } $post["\160\x6f\x73\164\x5f\x74\x69\164\154\145"] = cseo_strip_tags($parts[0]); miJ7d: if (empty(trim($parts[1] ?? ''))) { goto Jqyy7; } $post["\160\157\x73\164\x5f\143\x6f\x6e\x74\145\x6e\164"] = trim($parts[1]); Jqyy7: if (empty(trim($parts[2] ?? ''))) { goto DC3PO; } $post["\x70\x6f\163\164\x5f\x65\x78\x63\x65\162\160\x74"] = trim($parts[2]); DC3PO: if (empty(trim($parts[3] ?? ''))) { goto mdQt2; } $post["\x63\x61\x74\145\147\x6f\x72\151\145\163"] = explode("\54", $parts[3]); mdQt2: if (empty(trim($parts[4] ?? ''))) { goto pHHcY; } $post["\164\x61\147\163\137\151\x6e\160\x75\x74"] = explode("\54", $parts[4]); pHHcY: return $post; } function cseo_openai_rewrite($content) { global $cseo_syndicator; if (strlen(trim(get_option(CSEO_ACCOUNTS)["\157\160\145\x6e\x61\x69\x5f\141\160\151\137\153\145\x79"]))) { goto n5GM3; } $cseo_syndicator->parse_feed_log("\117\x70\145\156\101\x49\40\x41\120\x49\x20\x6b\145\x79\x20\x69\x73\40\156\157\164\40\163\x65\164"); return $content; n5GM3: if (!$cseo_syndicator->api_overlimit("\157\x70\x65\156\141\151\137\147\160\x74\137\141\160\151\x5f\x6c\x69\x6d\151\x74")) { goto WF414; } $cseo_syndicator->parse_feed_log("\117\x70\x65\x6e\x41\x49\x20\x47\120\x54\x20\101\x50\111\40\x68\157\165\162\154\171\40\162\x65\x71\x75\145\x73\x74\40\154\x69\155\151\x74\x20\x68\x61\163\40\142\x65\145\156\40\162\x65\x61\143\x68\x65\144"); return $content; WF414: $cseo_syndicator->parse_feed_log("\124\162\x79\151\156\x67\x20\x74\x6f\x20\163\x70\x69\156\40\x74\150\145\40\160\157\x73\x74\x20\x77\151\x74\150\40\x4f\x70\145\156\x41\111\x20\x6d\157\x64\145\154\72\x20" . $cseo_syndicator->current_feed["\157\x70\x74\151\157\156\x73"]["\x6f\x70\145\156\x61\151\137\147\160\x74\x5f\155\x6f\144\x65\154"]); $open_ai_gpt_rewriter = new CyberSEO_OpenAI_Rewriter($cseo_syndicator->current_feed["\157\x70\164\x69\157\156\163"]["\157\x70\145\156\141\151\137\147\x70\164\137\x6d\157\x64\x65\x6c"]); if (!$open_ai_gpt_rewriter->service_unavailable) { goto eFcMs; } $cseo_syndicator->parse_feed_log("\x4f\160\x65\x6e\x41\x49\x20\107\x50\x54\x20\162\145\167\x72\x69\164\x65\x72\x20\x73\145\162\166\151\x63\145\x20\151\163\x20\x75\156\x61\x76\x61\151\x6c\x61\142\154\x65"); return $content; eFcMs: $parts = explode(CSEO_BLOCK_DIVIDER, trim($content)); $content_array = []; foreach ($parts as $part) { $part = trim($part); if (!empty($part)) { goto qnXOB; } $content_array[] = $part; goto qP7tz; qnXOB: $content_array[] = $open_ai_gpt_rewriter->spin($part); qP7tz: g6Q32: } Esz9j: $content = implode(CSEO_BLOCK_DIVIDER, $content_array); if (empty($open_ai_gpt_rewriter->error)) { goto DKPdK; } $cseo_syndicator->parse_feed_log("\117\x70\x65\156\101\111\x20\107\120\124\x20\x41\120\111\x20" . $open_ai_gpt_rewriter->error); DKPdK: $cseo_syndicator->parse_feed_log("\104\x6f\x6e\x65\x2e\x20\122\145\167\162\x69\164\x65\x20\x72\141\x74\x69\x6f\x3a\x20" . $open_ai_gpt_rewriter->ratio()); return $content; } function cseo_spinnerchief($content) { global $cseo_syndicator; if (!(!strlen(trim(get_option(CSEO_ACCOUNTS)["\x73\160\x69\x6e\x6e\x65\x72\x63\x68\x69\x65\x66\137\141\x70\x69\137\153\x65\x79"])) || !strlen(trim(get_option(CSEO_ACCOUNTS)["\163\x70\x69\x6e\x6e\x65\162\x63\x68\x69\x65\146\137\144\x65\166\137\153\145\x79"])))) { goto MLX1x; } $cseo_syndicator->parse_feed_log("\123\160\151\x6e\156\x65\x72\103\150\x69\145\x66\40\x41\x50\x49\x20\x6b\145\x79\40\x61\156\x64\x20\144\x65\166\x65\154\157\160\x65\x72\x20\x6b\145\x79\40\x61\x72\145\40\156\x6f\164\40\x73\145\164"); return $content; MLX1x: if (!$cseo_syndicator->api_overlimit("\x73\160\x69\x6e\x6e\145\x72\143\x68\151\145\146\x5f\x61\x70\151\x5f\x6c\x69\x6d\x69\164")) { goto UPQ9x; } $cseo_syndicator->parse_feed_log("\x53\160\x69\156\156\x65\x72\103\150\151\145\146\40\x41\120\111\40\x68\157\165\x72\154\171\40\x72\x65\x71\165\x65\163\x74\x20\x6c\x69\x6d\151\164\x20\150\141\163\x20\142\x65\x65\x6e\40\x72\145\x61\x63\150\145\x64"); return $content; UPQ9x: $data = ["\144\145\166\x5f\153\x65\x79" => get_option(CSEO_ACCOUNTS)["\163\160\151\156\156\x65\x72\143\150\x69\145\146\x5f\144\x65\x76\x5f\153\x65\x79"], "\x61\x70\151\137\153\145\171" => get_option(CSEO_ACCOUNTS)["\163\x70\151\156\156\145\162\x63\x68\x69\x65\146\137\x61\x70\x69\137\153\x65\x79"]]; $url = $cseo_syndicator->eps["\x73\160\x69\156\156\x65\x72\x63\x68\151\x65\x66"]; $post = cseo_unpack_content($cseo_syndicator->post, $content); if (empty(trim($post["\x70\x6f\x73\164\137\x74\151\x74\x6c\145"] ?? ''))) { goto v23yS; } $data["\x74\x65\170\164"] = $post["\160\157\163\164\137\164\x69\164\x6c\145"]; $cseo_syndicator->parse_feed_log("\124\x72\x79\151\x6e\x67\x20\x74\157\40\x73\x70\151\x6e\x20\160\x6f\x73\164\40\x74\151\x74\x6c\x65\40\x77\x69\x74\x68\x20\x53\160\151\156\156\145\x72\103\150\151\145\146"); $result = json_decode(cseo_curl_post($url, $data, $info), true); if (is_array($result) && isset($result["\143\157\144\145"])) { goto M0lcQ; } $cseo_syndicator->parse_feed_log("\105\x72\x72\157\162\72\x20\156\x6f\x20\x72\145\x73\160\157\156\163\x65\x20\x66\x72\157\155\40" . $url); goto lQpU0; M0lcQ: if ($result["\143\157\144\145"] == 200) { goto Srf5a; } $cseo_syndicator->parse_feed_log("\x45\x72\x72\x6f\x72\72", $result["\x63\157\144\x65"]); goto s4aLd; Srf5a: $cseo_syndicator->parse_feed_log("\x44\x6f\156\x65"); $post["\160\157\163\x74\x5f\x74\151\164\x6c\x65"] = urldecode($result["\164\x65\170\x74"]); s4aLd: lQpU0: v23yS: if (empty(trim($post["\x70\x6f\163\x74\x5f\x63\x6f\156\164\145\156\164"] ?? ''))) { goto OkQkK; } $data["\x74\145\170\164"] = $post["\160\157\163\164\137\143\157\156\x74\x65\156\164"]; $cseo_syndicator->parse_feed_log("\124\162\171\x69\x6e\147\x20\164\x6f\x20\x73\160\x69\x6e\40\160\157\x73\x74\40\x63\x6f\156\164\145\x6e\x74\40\167\151\164\x68\x20\x53\160\x69\x6e\156\145\x72\103\150\x69\x65\146"); $result = json_decode(cseo_curl_post($url, $data, $info), true); if (is_array($result) && isset($result["\143\x6f\144\145"])) { goto fJCK0; } $cseo_syndicator->parse_feed_log("\x45\x72\x72\157\x72\72\40\x6e\157\x20\162\x65\x73\160\157\156\163\x65\x20\x66\x72\157\155\x20" . $url); goto x7rQw; fJCK0: if ($result["\143\x6f\x64\145"] == 200) { goto tloNm; } $cseo_syndicator->parse_feed_log("\x45\162\162\x6f\x72\x3a", $result["\x63\157\x64\x65"]); goto BC1wv; tloNm: $cseo_syndicator->parse_feed_log("\x44\157\x6e\x65"); $post["\160\x6f\x73\x74\137\143\x6f\x6e\x74\145\156\x74"] = urldecode($result["\164\x65\170\164"]); BC1wv: x7rQw: OkQkK: return cseo_pack_conetnt($post); } function cseo_spinrewriter($content) { global $cseo_syndicator; if (!(!strlen(trim(get_option(CSEO_ACCOUNTS)["\163\x70\x69\x6e\x72\145\x77\x72\151\164\x65\162\137\141\160\x69\x5f\153\145\x79"])) || !strlen(trim(get_option(CSEO_ACCOUNTS)["\163\160\x69\156\162\145\x77\x72\x69\x74\145\x72\137\145\155\x61\x69\154"])))) { goto rSMRu; } $cseo_syndicator->parse_feed_log("\123\160\x69\x6e\122\145\167\162\x69\164\x65\162\x20\101\x50\111\40\x6b\145\171\x20\141\x6e\x64\40\x65\x6d\141\x69\154\x20\141\162\x65\x20\156\157\164\x20\x73\145\164"); return $content; rSMRu: if (!$cseo_syndicator->api_overlimit("\x73\x70\151\156\x72\145\167\162\x69\x74\x65\x72\x5f\141\x70\151\x5f\x6c\x69\x6d\151\164")) { goto NlBXb; } $cseo_syndicator->parse_feed_log("\x53\160\x69\x6e\122\x65\167\x72\151\x74\x65\x72\x20\x41\120\x49\x20\x68\157\x75\162\x6c\x79\x20\162\x65\161\x75\x65\x73\x74\40\x6c\151\155\x69\x74\40\x68\141\163\x20\x62\145\145\156\x20\162\145\x61\143\150\145\144"); return $content; NlBXb: $cseo_syndicator->parse_feed_log("\x54\162\171\151\x6e\147\40\164\x6f\40\163\x70\x69\x6e\x20\x63\157\156\x74\x65\x6e\164\x20\167\151\x74\150\40\x53\160\151\156\x52\145\x77\x72\151\164\x65\162"); $data = ["\x74\145\170\164" => $content, "\x65\155\x61\151\154\137\141\x64\144\162\x65\163\x73" => get_option(CSEO_ACCOUNTS)["\163\160\151\x6e\162\x65\x77\x72\151\x74\x65\162\137\145\155\141\151\x6c"], "\x61\x70\x69\137\x6b\145\x79" => get_option(CSEO_ACCOUNTS)["\x73\160\151\x6e\x72\145\x77\162\151\164\145\x72\137\x61\160\x69\x5f\153\145\x79"], "\x61\165\164\157\137\x70\162\x6f\x74\145\143\164\145\144\x5f\164\145\x72\155\x73" => $cseo_syndicator->current_feed["\x6f\160\164\x69\157\156\163"]["\x73\160\151\156\162\x65\167\x72\151\x74\x65\162\137\141\165\164\x6f\137\x70\162\x6f\x74\x65\143\164\145\144\x5f\164\145\x72\155\x73"] === "\x6f\156" ? "\164\162\165\145" : "\146\141\154\x73\x65", "\160\162\157\x74\145\x63\164\x65\x64\x5f\164\145\x72\155\163" => $cseo_syndicator->current_feed["\x6f\x70\164\x69\x6f\x6e\163"]["\x73\160\151\x6e\x72\145\167\162\151\164\x65\162\x5f\160\162\x6f\164\145\x63\164\x65\144\x5f\x74\145\x72\155\163"], "\143\157\156\x66\x69\144\x65\156\x63\x65\x5f\x6c\x65\x76\x65\x6c" => $cseo_syndicator->current_feed["\x6f\160\164\151\x6f\x6e\163"]["\x73\160\x69\x6e\x72\x65\167\162\151\x74\x65\x72\x5f\143\x6f\x6e\x66\151\x64\145\156\x63\x65\x5f\x6c\x65\166\145\154"] === "\x6f\x6e" ? "\x74\x72\x75\145" : "\x66\141\x6c\x73\145", "\x61\165\x74\157\x5f\x73\x65\x6e\164\x65\x6e\143\145\163" => $cseo_syndicator->current_feed["\157\x70\x74\x69\x6f\156\163"]["\163\160\151\156\x72\145\x77\x72\151\164\x65\162\x5f\141\165\x74\157\x5f\163\x65\x6e\x74\145\156\x63\145\x73"] === "\157\x6e" ? "\x74\162\165\x65" : "\x66\141\154\163\x65", "\x61\x75\164\x6f\x5f\160\x61\x72\141\147\162\141\x70\150\163" => $cseo_syndicator->current_feed["\157\x70\x74\x69\157\156\163"]["\163\x70\151\156\x72\145\x77\162\x69\164\x65\162\x5f\x61\165\164\157\137\x70\x61\x72\x61\x67\162\x61\x70\x68\163"] === "\x6f\x6e" ? "\164\x72\165\145" : "\x66\141\x6c\163\x65", "\x61\165\x74\x6f\137\x6e\x65\x77\137\160\141\162\141\x67\162\x61\160\x68\163" => $cseo_syndicator->current_feed["\157\160\164\x69\157\156\163"]["\x73\160\x69\x6e\162\145\x77\x72\151\164\x65\x72\x5f\141\165\164\157\x5f\156\x65\167\137\x70\x61\x72\x61\147\x72\x61\x70\150\163"] === "\157\x6e" ? "\x74\x72\x75\x65" : "\146\x61\154\x73\145", "\141\x75\164\157\x5f\163\145\x6e\x74\145\156\x63\x65\137\x74\x72\x65\145\163" => $cseo_syndicator->current_feed["\157\x70\x74\x69\x6f\x6e\163"]["\163\160\x69\156\x72\x65\167\x72\151\164\145\162\x5f\x61\165\164\x6f\137\x73\145\156\164\x65\x6e\x63\145\137\164\162\x65\x65\163"] === "\157\x6e" ? "\x74\x72\165\145" : "\x66\141\154\x73\x65", "\165\163\x65\x5f\157\x6e\x6c\x79\137\x73\x79\x6e\x6f\156\171\155\163" => $cseo_syndicator->current_feed["\157\x70\164\x69\157\x6e\163"]["\x73\160\151\156\162\145\167\162\151\164\x65\x72\x5f\x75\163\145\137\x6f\156\154\x79\x5f\163\x79\156\157\x6e\x79\155\x73"] === "\x6f\156" ? "\x74\x72\x75\145" : "\146\x61\154\x73\145", "\156\145\x73\x74\145\x64\x5f\163\160\151\x6e\x74\141\170" => $cseo_syndicator->current_feed["\x6f\160\x74\151\157\x6e\163"]["\163\160\151\156\162\145\167\162\151\164\145\162\137\156\x65\163\x74\x65\x64\x5f\163\x70\x69\156\x74\141\x78"] === "\157\156" ? "\164\x72\165\x65" : "\x66\141\x6c\x73\x65"]; if ($cseo_syndicator->current_feed["\x6f\x70\164\x69\x6f\x6e\x73"]["\163\x70\151\x6e\x72\145\x77\x72\x69\164\x65\x72\137\x74\x65\x78\x74\x5f\x77\x69\164\x68\137\x73\160\x69\x6e\x74\x61\170"] === "\157\156") { goto gRWSp; } $data["\141\x63\164\151\157\156"] = "\165\x6e\151\x71\165\x65\137\166\x61\x72\151\x61\x74\151\x6f\x6e"; goto DaJk4; gRWSp: $data["\141\143\164\x69\x6f\156"] = "\x74\145\x78\x74\x5f\x77\151\x74\x68\x5f\x73\x70\x69\x6e\164\x61\x78"; DaJk4: $url = $cseo_syndicator->eps["\x73\160\x69\x6e\162\x65\167\162\x69\164\x65\162"]; $api_response_interpreted = json_decode(cseo_curl_post($url, $data, $info), true); if ($api_response_interpreted["\163\164\141\x74\x75\163"] === "\x4f\113") { goto T4kpW; } $cseo_syndicator->parse_feed_log("\x53\x70\151\x6e\122\x65\167\162\x69\164\145\162\40\x72\145\x70\x6f\x72\164\x3a\40\x22" . $api_response_interpreted["\x72\x65\163\160\x6f\156\163\145"] . "\42"); goto lWosm; T4kpW: $cseo_syndicator->parse_feed_log("\104\x6f\x6e\x65"); return $api_response_interpreted["\x72\x65\163\x70\x6f\x6e\x73\x65"]; lWosm: return $content; } function cseo_wordai($content) { global $cseo_syndicator; if (!(!strlen(trim(get_option(CSEO_ACCOUNTS)["\167\157\x72\x64\x61\151\137\141\x70\151\x5f\x6b\x65\171"])) || !strlen(trim(get_option(CSEO_ACCOUNTS)["\x77\157\x72\144\141\151\137\145\155\x61\151\154"])))) { goto AQzPk; } $cseo_syndicator->parse_feed_log("\x57\157\162\x64\x41\111\x20\101\120\x49\x20\x6b\x65\x79\x20\141\x6e\x64\x20\x65\155\x61\151\154\40\141\x72\x65\x20\156\157\x74\x20\x73\x65\164"); return $content; AQzPk: if (!$cseo_syndicator->api_overlimit("\167\157\x72\x64\141\x69\x5f\x61\160\151\137\x6c\151\x6d\151\164")) { goto WJ4Hu; } $cseo_syndicator->parse_feed_log("\127\x6f\x72\x64\x41\x49\x20\101\120\111\40\x68\157\x75\162\154\171\x20\x72\x65\161\165\145\163\164\40\x6c\151\155\x69\x74\40\x68\141\163\x20\142\145\145\x6e\40\162\x65\141\143\x68\145\144"); return $content; WJ4Hu: $cseo_syndicator->parse_feed_log("\124\162\171\151\x6e\x67\x20\x74\x6f\40\x73\x70\x69\156\40\143\157\156\164\x65\156\x74\40\167\x69\164\x68\40\127\x6f\x72\x64\101\111"); $data = ["\x65\x6d\141\x69\154" => get_option(CSEO_ACCOUNTS)["\167\x6f\x72\x64\x61\151\x5f\145\x6d\141\151\x6c"], "\x6b\x65\171" => get_option(CSEO_ACCOUNTS)["\x77\157\162\144\141\151\x5f\x61\x70\x69\137\x6b\x65\x79"], "\x72\145\x77\x72\151\x74\x65\137\x6e\x75\155" => 1, "\x75\156\151\161\165\145\156\x65\x73\x73" => $cseo_syndicator->current_feed["\157\x70\x74\151\x6f\x6e\x73"]["\167\x6f\x72\144\141\151\x5f\x75\156\151\161\165\x65\x6e\145\x73\163"], "\162\x65\164\x75\162\x6e\137\x72\145\x77\162\151\x74\x65\163" => $cseo_syndicator->current_feed["\x6f\x70\x74\x69\x6f\x6e\163"]["\x77\x6f\x72\144\141\x69\137\x72\145\x74\165\x72\156\137\x72\x65\167\162\x69\x74\145\x73"] === "\157\x6e" ? "\164\x72\165\145" : "\x66\x61\x6c\x73\145", "\160\162\157\164\145\143\x74\x5f\x77\157\162\144\x73" => $cseo_syndicator->current_feed["\x6f\x70\164\x69\x6f\x6e\x73"]["\167\x6f\162\x64\141\x69\x5f\x70\162\x6f\x74\x65\x63\x74\x5f\x77\157\x72\144\x73"] === "\157\156" ? "\x74\x72\165\145" : "\x66\x61\154\163\145", "\x75\163\x65\x5f\x63\165\163\164\157\x6d\x5f\x73\171\x6e\157\x6e\x79\x6d\163" => $cseo_syndicator->current_feed["\157\x70\164\x69\157\156\163"]["\167\157\x72\144\141\151\137\x75\x73\x65\x5f\x63\165\163\x74\x6f\155\137\x73\171\x6e\x6f\x6e\171\155\x73"] === "\157\x6e" ? "\164\x72\x75\x65" : "\x66\141\154\163\145"]; if ($cseo_syndicator->current_feed["\157\x70\164\x69\x6f\x6e\163"]["\167\x6f\x72\x64\x61\x69\137\x61\166\x6f\151\x64\137\141\x69\137\144\x65\164\145\143\164\151\157\x6e"] === "\157\x6e") { goto qqrW6; } $url = $cseo_syndicator->eps["\x77\x6f\162\144\x61\151\55\162\167"]; goto Ye0QX; qqrW6: $url = $cseo_syndicator->eps["\x77\157\162\144\141\x69\x2d\141\x76"]; Ye0QX: $p = cseo_unpack_content([], $content); $error = ''; $data["\x69\156\x70\x75\164"] = $p["\x70\157\x73\164\x5f\164\151\x74\x6c\145"]; $api_response_interpreted = json_decode(cseo_curl_post($url, $data, $info), true); if ($api_response_interpreted["\x73\164\x61\x74\165\x73"] === "\x53\165\143\x63\x65\163\x73") { goto vzwta; } if (isset($api_response_interpreted["\x65\x72\x72\x6f\x72"])) { goto XV08x; } $error = "\x55\156\153\156\157\x77\x6e\x20\x57\x6f\162\144\101\x49\x20\145\162\x72\157\x72"; goto W3WAq; XV08x: $error = "\x57\157\162\144\101\111\x20\x72\x65\160\x6f\162\x74\72\x20\42" . $api_response_interpreted["\145\162\x72\x6f\x72"] . "\42"; W3WAq: goto Zjf0D; vzwta: if (isset($api_response_interpreted["\x72\x65\x77\162\x69\164\145\163"][0])) { goto Mk4QV; } $p["\160\x6f\x73\x74\137\164\151\164\x6c\145"] = $api_response_interpreted["\x74\145\x78\164"]; goto mTZL3; Mk4QV: $p["\160\157\x73\x74\x5f\164\x69\164\x6c\x65"] = $api_response_interpreted["\162\x65\x77\162\x69\x74\145\x73"][0]; mTZL3: Zjf0D: $data["\151\156\160\165\x74"] = $p["\x70\157\163\x74\137\x63\x6f\156\x74\145\x6e\x74"]; $api_response_interpreted = json_decode(cseo_curl_post($url, $data, $info), true); if ($api_response_interpreted["\163\x74\x61\164\x75\x73"] === "\x53\x75\143\143\145\x73\x73") { goto NFT94; } if (isset($api_response_interpreted["\145\x72\x72\157\162"])) { goto Tqsdu; } $error = "\x55\156\x6b\156\157\x77\156\x20\127\157\x72\x64\101\111\x20\x65\162\x72\x6f\162"; goto iRKaG; Tqsdu: $error = "\x57\x6f\x72\144\101\x49\40\162\x65\160\157\162\x74\x3a\x20\x22" . $api_response_interpreted["\x65\x72\162\157\x72"] . "\x22"; iRKaG: goto Ewjvj; NFT94: if (isset($api_response_interpreted["\x72\145\x77\x72\x69\164\145\163"][0])) { goto UbZLU; } $p["\x70\x6f\x73\x74\x5f\x63\x6f\156\164\x65\x6e\164"] = $api_response_interpreted["\x74\145\x78\x74"]; goto L66X6; UbZLU: $p["\x70\x6f\163\164\x5f\143\x6f\156\x74\x65\x6e\164"] = $api_response_interpreted["\x72\x65\x77\162\x69\x74\145\163"][0]; L66X6: if (!($cseo_syndicator->current_feed["\157\x70\x74\x69\x6f\x6e\x73"]["\x77\157\x72\144\x61\x69\x5f\141\166\x6f\151\144\x5f\141\151\x5f\144\145\164\x65\x63\x74\x69\157\x6e"] === "\157\x6e")) { goto ybrJ4; } $p["\160\157\x73\x74\137\x63\157\x6e\x74\145\x6e\x74"] = cseo_text_to_html($p["\x70\x6f\x73\164\137\x63\x6f\x6e\x74\x65\x6e\x74"]); ybrJ4: Ewjvj: if ($error !== '') { goto RAZEH; } $content = cseo_pack_conetnt($p); $cseo_syndicator->parse_feed_log("\104\157\156\x65"); goto jpY8S; RAZEH: $cseo_syndicator->parse_feed_log($error); jpY8S: return $content; } function cseo_chimprewriter($content) { global $cseo_syndicator; if (!(!strlen(trim(get_option(CSEO_ACCOUNTS)["\x63\x68\x69\x6d\x70\x72\145\167\x72\151\x74\145\162\137\141\160\x69\137\153\145\x79"])) || !strlen(trim(get_option(CSEO_ACCOUNTS)["\x63\150\151\x6d\x70\162\x65\167\x72\x69\x74\145\x72\137\145\x6d\141\x69\x6c"])))) { goto oC3WZ; } $cseo_syndicator->parse_feed_log("\103\x68\x69\155\160\x52\145\x77\162\x69\164\x65\x72\40\x41\120\111\40\x6b\145\171\x20\x61\x6e\144\x20\145\155\141\x69\154\x20\x61\162\145\x20\x6e\157\x74\40\x73\145\x74"); return $content; oC3WZ: if (!$cseo_syndicator->api_overlimit("\143\150\x69\155\160\162\x65\x77\x72\x69\164\x65\x72\x5f\x61\160\x69\137\154\x69\155\151\x74")) { goto Oe2Q5; } $cseo_syndicator->parse_feed_log("\103\150\x69\x6d\160\x52\x65\x77\162\x69\164\x65\162\x20\101\120\111\x20\150\157\x75\162\x6c\x79\x20\x72\145\161\x75\145\x73\x74\x20\154\151\155\151\164\40\x68\141\x73\x20\142\145\x65\156\40\x72\x65\141\143\x68\x65\144"); return $content; Oe2Q5: $cseo_syndicator->parse_feed_log("\124\x72\171\x69\156\x67\x20\164\157\x20\163\160\151\156\x20\x63\157\156\164\x65\x6e\x74\x20\167\151\x74\150\40\x43\x68\x69\x6d\x70\122\x65\x77\x72\x69\164\145\x72"); $data = ["\x69\x6e\x70\x75\x74" => $content, "\145\155\x61\151\154" => get_option(CSEO_ACCOUNTS)["\x63\x68\151\x6d\x70\162\145\x77\162\x69\x74\145\162\x5f\145\x6d\141\151\x6c"], "\141\160\x69\153\x65\x79" => get_option(CSEO_ACCOUNTS)["\143\x68\151\155\x70\162\x65\x77\162\151\x74\145\162\137\x61\x70\151\x5f\153\x65\x79"], "\141\151\x64" => $cseo_syndicator->current_feed["\x6f\160\x74\151\157\156\x73"]["\x63\x68\151\x6d\160\162\x65\x77\162\x69\x74\145\162\137\141\151\144"], "\161\x75\141\154\151\164\171" => $cseo_syndicator->current_feed["\157\x70\164\151\157\156\163"]["\143\x68\151\x6d\x70\x72\145\x77\x72\x69\x74\145\x72\137\x71\165\x61\154\x69\164\171"], "\160\x6f\x73\155\x61\164\143\x68" => $cseo_syndicator->current_feed["\157\160\x74\x69\157\156\163"]["\x63\150\x69\x6d\160\162\145\x77\x72\151\x74\x65\162\137\160\157\163\x6d\141\164\x63\x68"], "\160\162\x6f\x74\145\143\x74\145\x64\x74\x65\x72\x6d\x73" => $cseo_syndicator->current_feed["\x6f\160\x74\151\157\156\163"]["\x63\150\151\x6d\x70\x72\145\167\x72\151\164\x65\x72\x5f\x70\x72\157\x74\x65\143\x74\x65\144\x74\x65\162\x6d\163"], "\162\145\x77\x72\x69\164\x65" => $cseo_syndicator->current_feed["\157\x70\164\x69\x6f\156\x73"]["\x63\150\151\x6d\160\x72\x65\167\162\151\x74\x65\162\x5f\x72\x65\x77\162\151\x74\x65"] === "\x6f\x6e" ? "\x31" : "\60", "\160\x68\x72\x61\x73\x65\x69\x67\156\x6f\x72\145\x71\165\141\x6c\x69\164\x79" => $cseo_syndicator->current_feed["\x6f\160\x74\151\x6f\156\163"]["\143\150\151\155\x70\x72\145\x77\x72\151\x74\145\162\137\160\x68\x72\x61\x73\x65\151\147\x6e\x6f\x72\x65\161\x75\141\154\x69\x74\171"] === "\157\156" ? "\61" : "\x30", "\163\x70\151\156\x77\x69\164\x68\151\156\x73\160\x69\x6e" => $cseo_syndicator->current_feed["\x6f\160\164\x69\x6f\156\163"]["\143\150\151\155\x70\x72\145\167\x72\x69\164\145\162\137\x73\x70\151\x6e\167\x69\x74\150\151\x6e\x73\160\151\156"] === "\157\x6e" ? "\61" : "\60", "\x73\x70\151\156\167\151\x74\150\151\156\x68\164\155\154" => $cseo_syndicator->current_feed["\x6f\160\164\151\x6f\156\x73"]["\143\x68\x69\155\160\162\x65\167\x72\x69\164\x65\x72\137\x73\160\x69\x6e\x77\151\x74\x68\151\156\x68\164\155\x6c"] === "\157\156" ? "\x31" : "\60", "\x61\160\160\x6c\171\x69\156\x73\x74\141\156\x74\x75\x6e\151\x71\x75\145" => $cseo_syndicator->current_feed["\157\x70\x74\x69\157\156\x73"]["\143\x68\151\155\160\x72\x65\x77\162\x69\x74\x65\x72\x5f\141\x70\160\154\171\151\x6e\163\x74\141\x6e\164\165\156\x69\161\165\x65"] === "\157\x6e" ? "\61" : "\60", "\146\165\x6c\154\x63\x68\141\x72\163\x65\164" => $cseo_syndicator->current_feed["\157\x70\164\151\157\156\x73"]["\x63\x68\x69\155\x70\x72\145\x77\162\151\164\x65\x72\x5f\x66\165\x6c\x6c\143\x68\141\162\163\145\164"], "\x73\x70\x69\x6e\x74\x69\x64\x79" => $cseo_syndicator->current_feed["\157\x70\164\151\157\156\x73"]["\143\150\x69\x6d\160\x72\145\x77\x72\x69\164\145\162\137\163\160\151\x6e\164\x69\144\x79"], "\x74\141\x67\160\162\157\x74\145\143\x74" => $cseo_syndicator->current_feed["\157\160\x74\151\157\x6e\163"]["\x63\150\151\x6d\x70\162\x65\x77\162\x69\x74\x65\x72\x5f\x74\x61\x67\x70\162\x6f\x74\145\x63\x74"], "\x6d\141\x78\x73\160\151\156\144\x65\x70\x74\150" => $cseo_syndicator->current_feed["\x6f\x70\164\151\157\x6e\x73"]["\143\150\151\x6d\x70\162\145\x77\162\x69\164\x65\x72\x5f\x6d\141\x78\x73\x70\x69\156\144\x65\x70\164\x68"] === "\157\156" ? "\x31" : "\60"]; $url = $cseo_syndicator->eps["\x63\150\x69\x6d\x70\162\145\167\162\x69\164\145\162"]; $result = cseo_curl_post($url, $data, $info); if ($result !== '' && strpos($result, "\106\x61\151\x6c\165\x72\x65\x3a") !== 0 && strpos($result, "\x46\x61\x69\x6c\145\x64\x3a") !== 0) { goto tu7dL; } $cseo_syndicator->parse_feed_log("\x43\x68\151\x6d\x70\122\145\x77\162\151\164\x65\162\40\162\145\x70\x6f\x72\x74\x3a\40\x22" . $result . "\42"); goto nvl7i; tu7dL: $cseo_syndicator->parse_feed_log("\104\157\x6e\x65"); return $result; nvl7i: return $content; } function cseo_espinner($content) { global $cseo_syndicator; if (!(!strlen(trim(get_option(CSEO_ACCOUNTS)["\145\x73\x70\151\x6e\156\145\x72\x5f\141\x70\x69\x5f\x6b\145\x79"])) || !strlen(trim(get_option(CSEO_ACCOUNTS)["\x65\163\x70\151\156\156\145\162\x5f\x65\x6d\x61\151\x6c"])))) { goto dHCFY; } $cseo_syndicator->parse_feed_log("\105\123\x70\x69\x6e\x6e\x65\x72\x20\x41\120\x49\x20\153\145\x79\40\x61\x6e\144\x20\145\x6d\141\151\x6c\x20\141\162\145\x20\x6e\157\164\x20\x73\145\164"); return $content; dHCFY: if (!$cseo_syndicator->api_overlimit("\145\x73\x70\151\x6e\x6e\145\162\x5f\141\x70\151\137\154\151\x6d\x69\164")) { goto QkACt; } $cseo_syndicator->parse_feed_log("\105\123\160\151\156\x6e\x65\162\x20\x41\120\111\40\x68\x6f\165\x72\154\x79\40\x72\x65\161\x75\x65\x73\x74\x20\154\x69\155\x69\x74\40\x68\x61\163\40\x62\x65\145\x6e\40\x72\x65\x61\143\x68\145\x64"); return $content; QkACt: $cseo_syndicator->parse_feed_log("\x54\x72\x79\x69\156\147\40\x74\157\x20\x73\x70\151\x6e\40\x63\x6f\x6e\x74\145\156\164\x20\x77\151\x74\x68\x20\x45\123\x70\151\x6e\x6e\x65\162"); $data = ["\143\157\x6e\164\145\x6e\x74" => $content, "\145\155\141\x69\x6c" => get_option(CSEO_ACCOUNTS)["\145\x73\x70\x69\156\156\x65\x72\137\x65\155\x61\x69\x6c"], "\141\x70\151\153\145\171" => get_option(CSEO_ACCOUNTS)["\145\x73\x70\x69\156\x6e\145\x72\x5f\x61\160\151\137\x6b\x65\171"], "\160\x5f\x77\x6f\x72\x64\163" => $cseo_syndicator->current_feed["\x6f\x70\x74\x69\x6f\156\x73"]["\145\x73\160\151\x6e\x6e\145\162\x5f\160\137\167\x6f\162\144\x73"], "\144\x65\x6c\x65\164\145\x5f\x66\162\141\x73\145\x73" => $cseo_syndicator->current_feed["\157\160\x74\151\x6f\156\163"]["\145\163\160\151\156\156\145\162\x5f\144\145\x6c\145\x74\x65\137\x66\x72\141\163\x65\163"]]; $url = $cseo_syndicator->eps["\x65\x70\x73\151\x6e\156\x65\x72"]; $json_response = json_decode(cseo_curl_post($url, $data, $info)); if (!empty($json_response->spintax)) { goto n1tiH; } $cseo_syndicator->parse_feed_log("\105\123\x70\151\156\156\x65\162\x20\x72\145\x70\157\x72\164\72\40\42" . $json_response->error . "\42"); goto WFKYu; n1tiH: $cseo_syndicator->parse_feed_log("\x44\157\x6e\145"); if (!($cseo_syndicator->current_feed["\157\160\164\151\x6f\156\163"]["\145\163\160\x69\156\x6e\x65\162\x5f\164\145\x78\164\x5f\x77\x69\164\x68\137\x73\x70\x69\156\x74\141\x78"] !== "\157\x6e")) { goto BWHE_; } return cseo_apply_spintax(preg_replace("\x2f\134\x7b" . CSEO_BLOCK_DIVIDER . "\x2e\52\x3f\134\x7d\x2f", CSEO_BLOCK_DIVIDER, $json_response->spintax)); BWHE_: return $json_response->spintax; WFKYu: return $content; } function cseo_tbs($content) { global $cseo_syndicator; if (!(!strlen(trim(get_option(CSEO_ACCOUNTS)["\164\x62\x73\137\x75\163\x65\162\156\141\x6d\x65"])) || !strlen(trim(get_option(CSEO_ACCOUNTS)["\x74\x62\x73\x5f\x70\141\x73\163\167\x6f\162\x64"])))) { goto jo0hQ; } $cseo_syndicator->parse_feed_log("\124\102\123\40\165\163\x65\162\x6e\x61\155\145\40\x61\x6e\144\x20\x70\x61\163\x73\167\x6f\x72\144\x20\141\162\x65\40\156\157\x74\x20\163\145\164"); return $content; jo0hQ: if (!$cseo_syndicator->api_overlimit("\x74\142\163\137\x61\160\x69\137\154\151\x6d\x69\164")) { goto penHg; } $cseo_syndicator->parse_feed_log("\x54\102\x53\40\x41\x50\111\x20\150\157\165\x72\154\171\x20\162\145\161\x75\x65\163\x74\x20\x6c\x69\x6d\x69\164\x20\150\x61\163\x20\142\145\145\x6e\40\162\145\141\143\150\x65\x64"); return $content; penHg: $cseo_syndicator->parse_feed_log("\124\162\171\x69\156\147\x20\x74\x6f\x20\163\x70\151\x6e\x20\x63\157\x6e\164\x65\156\164\x20\167\151\x74\x68\x20\124\102\x53"); $data = ["\x75\x73\145\162\156\141\155\x65" => get_option(CSEO_ACCOUNTS)["\x74\x62\x73\x5f\x75\x73\145\162\156\141\x6d\145"], "\160\141\163\163\167\x6f\x72\x64" => get_option(CSEO_ACCOUNTS)["\164\142\x73\137\160\x61\163\x73\167\x6f\x72\x64"], "\x61\x63\x74\x69\x6f\x6e" => "\x61\x75\x74\150\145\x6e\164\x69\x63\141\164\x65", "\x66\157\162\155\141\x74" => "\160\150\160"]; $url = $cseo_syndicator->eps["\x74\x62\x73"]; $result = unserialize(cseo_curl_post($url, $data, $info)); if (!(($result["\x73\x75\x63\143\145\x73\x73"] ?? '') === "\x74\162\165\x65")) { goto GxNHH; } $data["\163\x65\x73\x73\151\x6f\x6e"] = $result["\163\x65\x73\163\151\x6f\156"]; if ($cseo_syndicator->current_feed["\x6f\x70\164\151\x6f\156\x73"]["\x74\142\163\x5f\x74\145\170\x74\x5f\x77\x69\164\x68\x5f\163\160\x69\x6e\x74\141\x78"] === "\157\x6e") { goto N9p_y; } $data["\x61\x63\x74\x69\x6f\156"] = "\x72\x65\167\x72\x69\164\145\124\x65\170\164"; goto B9v29; N9p_y: $data["\x61\143\x74\151\x6f\x6e"] = "\x69\144\x65\156\164\151\x66\x79\123\171\x6e\157\x6e\171\x6d\163"; $data["\x6d\x61\170\x73\171\x6e\163"] = "\x31\60"; B9v29: $data["\160\x72\x6f\164\145\143\x74\145\144\164\x65\162\x6d\x73"] = $cseo_syndicator->current_feed["\x6f\x70\164\x69\157\156\x73"]["\164\142\163\x5f\160\162\157\164\145\143\164\x65\x64\164\145\162\x6d\x73"]; $data["\x74\x65\x78\x74"] = $content; $result = unserialize(cseo_curl_post($url, $data, $info)); if ($result["\163\165\x63\x63\145\x73\163"]) { goto Njpmj; } $cseo_syndicator->parse_feed_log("\125\x6e\153\x6e\157\167\x6e\x20\x54\102\x53\x20\145\162\x72\x6f\x72"); goto Pdrqe; Njpmj: $cseo_syndicator->parse_feed_log("\x44\157\x6e\145"); return $result["\x6f\165\164\160\x75\x74"]; Pdrqe: GxNHH: return $content; } function cseo_xspinner($content) { global $cseo_syndicator; $cseo_syndicator->parse_feed_log("\124\x72\x79\151\x6e\147\x20\x74\x6f\40\x73\160\x69\156\40\x63\157\x6e\x74\145\156\x74\x20\x77\x69\x74\x68\40\x58\55\x53\x70\151\x6e\156\x65\x72"); $data = ["\170\163\164\x65\170\x74" => $content, "\x73\160\x69\x6e\164\x79\160\x65" => $cseo_syndicator->current_feed["\157\x70\164\151\x6f\156\x73"]["\170\x73\x70\151\x6e\x6e\145\x72\x5f\x70\x6f\x73\164\137\165\x72\154"], "\162\x65\155\157\x76\x65\x6f\154\x64" => $cseo_syndicator->current_feed["\157\160\x74\x69\157\x6e\x73"]["\x78\163\160\151\156\x6e\145\x72\x5f\162\x65\155\157\x76\x65\157\x6c\144"], "\x70\162\x6f\164\x65\x63\x74\167" => $cseo_syndicator->current_feed["\157\x70\164\x69\157\156\x73"]["\x78\x73\x70\151\x6e\x6e\145\x72\x5f\x70\162\x6f\164\x65\143\x74\x77"], "\x73\160\151\156\167\141\171" => $cseo_syndicator->current_feed["\x6f\x70\x74\151\x6f\156\163"]["\x78\x73\160\x69\156\156\x65\x72\137\x73\x70\151\x6e\x77\x61\x79"], "\x74\x68\x65\x73\141\x75\x72\x75\163" => $cseo_syndicator->current_feed["\x6f\x70\x74\x69\x6f\x6e\x73"]["\170\163\160\151\x6e\156\x65\162\x5f\164\x68\145\x73\141\165\x72\x75\x73"]]; $url = $cseo_syndicator->current_feed["\x6f\160\164\151\x6f\x6e\163"]["\x78\x73\160\151\156\156\145\x72\137\x70\157\163\x74\x5f\x75\162\154"]; $response = cseo_curl_post($url, $data, $info); if ($response === $content) { goto iCnzt; } $cseo_syndicator->parse_feed_log("\104\157\156\145"); goto RSEQ_; iCnzt: $cseo_syndicator->parse_feed_log("\x55\x6e\153\156\157\x77\x6e\40\x58\55\x53\x70\151\x6e\x6e\x65\x72\40\x65\162\162\157\162"); RSEQ_: return $response; } function cseo_textorobot($content) { global $cseo_syndicator; if (strlen(trim(get_option(CSEO_ACCOUNTS)["\x74\145\x78\x74\x6f\x72\157\142\157\164\x5f\141\x70\x69\137\x6b\145\171"]))) { goto SFQX1; } $cseo_syndicator->parse_feed_log("\124\x65\170\x74\157\162\x6f\x62\x6f\x74\x20\x41\x50\x49\x20\153\145\x79\x20\x69\x73\40\x6e\x6f\164\x20\x73\x65\164"); return $content; SFQX1: if (!$cseo_syndicator->api_overlimit("\x74\145\x78\x74\x6f\x72\157\142\157\164\x5f\x61\160\151\137\x6c\151\155\151\x74")) { goto c3z2b; } $cseo_syndicator->parse_feed_log("\124\x65\170\164\x6f\162\x6f\x62\x6f\x74\40\x54\x72\141\x6e\x73\154\x61\x74\x65\40\101\x50\x49\x20\x68\x6f\165\x72\154\171\40\162\145\x71\x75\x65\x73\164\40\154\x69\155\x69\x74\x20\x68\141\x73\x20\x62\145\145\x6e\40\x72\x65\141\143\150\x65\x64"); return $content; c3z2b: $cseo_syndicator->parse_feed_log("\124\x72\x79\151\156\x67\40\x74\157\x20\163\x70\151\x6e\x20\x63\157\x6e\x74\x65\156\x74\x20\x77\x69\x74\150\x20\x54\145\170\164\157\162\x6f\142\157\164"); $data = ["\x74\x65\x78\164" => $content, "\x61\x70\151\113\x65\171" => get_option(CSEO_ACCOUNTS)["\164\x65\170\164\x6f\162\157\x62\157\x74\137\x61\x70\151\x5f\153\x65\x79"]]; $url = $cseo_syndicator->eps["\164\x65\x78\164\157\162\157\x62\157\164"]; $result = json_decode(cseo_curl_post($url, $data, $info), true); if ($result["\163\165\143\143\x65\163\x73"] ?? false) { goto wvkjn; } $cseo_syndicator->parse_feed_log("\124\145\x78\x74\x6f\x72\x6f\142\157\164\40\x72\145\x70\x6f\162\164\72\40\x22" . $result["\x6d\x65\x73\x73\x61\147\145"] . "\x22"); goto ZLBCD; wvkjn: $cseo_syndicator->parse_feed_log("\104\x6f\x6e\x65"); return $result["\x64\141\164\x61"]["\160\x72\x6f\x63\145\163\163\x65\144\x54\145\170\164"]; ZLBCD: return $content; } function cseo_synonymize($content, $seed = NULL) { global $cseo_synonyms; if (isset($cseo_synonyms)) { goto Cpd5H; } $cseo_synonyms = []; $replacements = get_option(CSEO_REPLACEMENTS); if (count($replacements) === 1 && strpos($replacements[0], "\174") === false) { goto U0nDU; } if (count($replacements) > 0) { goto Gq1t6; } goto TZFV1; U0nDU: $replacements = cseo_file_get_contents(trim($replacements[0]), true); if (!(count($replacements) > 0)) { goto u211L; } $i = 0; dhkI9: if (!($i < count($replacements))) { goto JAUWg; } $str = trim($replacements[$i]); if (!mb_strlen($str)) { goto j9zQD; } $cseo_synonyms[] = $str; j9zQD: JnOs_: $i++; goto dhkI9; JAUWg: u211L: goto TZFV1; Gq1t6: $i = 0; dDiYG: if (!($i < count($replacements))) { goto PBO2C; } $str = trim(stripslashes($replacements[$i])); if (!mb_strlen($str)) { goto PeXML; } $cseo_synonyms[] = $str; PeXML: e1XmT: $i++; goto dDiYG; PBO2C: TZFV1: Cpd5H: foreach ($cseo_synonyms as $line) { $line = str_replace("\x5c\x7c", "\x5f\x5f\137\x50\111\120\105\x5f\137\137", $line); $items_cnt = mb_substr_count($line, "\174") + 1; $synonyms = explode("\174", $line); foreach ($synonyms as &$s) { $s = str_replace("\x5f\137\137\120\x49\120\105\137\137\x5f", "\x7c", $s); pmOwv: } CmDRJ: if ($synonyms[0] === '' && $synonyms[1] !== '') { goto T30lS; } if (!($items_cnt >= 2)) { goto boKpc; } if (mb_substr($line, 0, 1) === "\76") { goto PgL9k; } $quoted_line = str_replace("\x5f\137\137\120\111\x50\105\x5f\137\x5f", "\134\174", str_replace("\134\174", "\174", preg_quote($line, "\57"))); $line = addslashes($line); $content = preg_replace_callback("\57\x28\133\x5c\50\x3e\134\163\135\x29\x28" . $quoted_line . "\51\50\133\x5c\x29\x5c\x2e\x2c\x21\x5c\77\x3c\134\x73\x5d\51\x2f\x75\x69\163", function ($matches) use($line) { return $matches[1] . str_replace("\x5f\x5f\137\x50\x49\x50\x45\x5f\137\137", "\x7c", cseo_mk_ireplacement($matches[2], $line, 0)) . $matches[3]; }, $content); goto MjnxN; PgL9k: $line = addslashes(mb_substr($line, 1)); $content = preg_replace_callback("\57\x28\x5b\134\x28\x3e\134\x73\135\x29\x28" . preg_quote(mb_substr($synonyms[0], 1), "\57") . "\x29\50\x5b\x5c\51\134\56\54\41\134\x3f\x3c\x5c\163\x5d\51\x2f\x75\151\163", function ($matches) use($line) { return $matches[1] . str_replace("\137\137\137\x50\x49\x50\105\x5f\137\137", "\174", cseo_mk_ireplacement($matches[2], $line, 1)) . $matches[3]; }, $content); MjnxN: boKpc: goto Xzc3N; T30lS: if ($items_cnt >= 3) { goto PToHj; } if ($items_cnt == 2) { goto BMkoj; } goto oGARM; PToHj: $content = preg_replace_callback("\57\x28" . preg_quote($synonyms[1], "\57") . "\x29\x2f\x75\163", function ($matches) use($line) { return str_replace("\x5f\137\x5f\x50\111\x50\105\x5f\x5f\x5f", "\x7c", cseo_mk_replacement($matches[1], $line, 2)); }, $content); goto oGARM; BMkoj: $content = preg_replace("\x2f" . $synonyms[1] . "\x2f\x75\163", '', $content); oGARM: Xzc3N: brSUF: } u8_Tf: return str_replace("\74\x62\162\x20\x63\154\145\x61\162\x3d\42\141\154\154\x22", "\74\x62\162", $content); } function cseo_morph_content($content, $runtime = false) { global $cseo_syndicator; if (!$runtime) { goto vNWFu; } $content = cseo_synonymize($content); goto B_64d; vNWFu: if (!($cseo_syndicator->current_feed["\x6f\160\x74\151\x6f\156\163"]["\163\x79\x6e\157\x6e\171\155\x69\x7a\x65\x72"] === "\x62\x65\x66\x6f\162\x65")) { goto LL8oF; } $content = cseo_synonymize($content); LL8oF: switch ($cseo_syndicator->current_feed["\x6f\160\164\x69\x6f\x6e\163"]["\163\x70\151\156\156\145\x72"]) { case CSEO_SPINNERCHIEF: $content = cseo_spinnerchief($content); goto zkB8P; case CSEO_SPINREWRITER: $content = cseo_spinrewriter($content); goto zkB8P; case CSEO_CHIMPREWRITER: $content = cseo_chimprewriter($content); goto zkB8P; case CSEO_TBS: $content = cseo_tbs($content); goto zkB8P; case CSEO_WORDAI: $content = cseo_wordai($content); goto zkB8P; case CSEO_ESPINNER: $content = cseo_espinner($content); goto zkB8P; case CSEO_XSPINNER: $content = cseo_xspinner($content); goto zkB8P; case CSEO_TEXTOROBOT: $content = cseo_textorobot($content); goto zkB8P; case CSEO_OPENAI_GPT: $content = cseo_openai_rewrite($content); goto zkB8P; } hVV3l: zkB8P: if (!($cseo_syndicator->current_feed["\157\160\x74\x69\x6f\156\x73"]["\x73\x79\x6e\157\156\171\x6d\151\172\145\x72"] === "\x61\x66\x74\x65\x72")) { goto BMOi9; } $content = cseo_synonymize($content); BMOi9: B_64d: return $content; } function cseo_shorten_string_by_words($string, $numWords) { $parts = preg_split("\57\x28\x5c\163\53\51\x2f", $string, -1, PREG_SPLIT_DELIM_CAPTURE); $words = 0; $shortenedString = ''; foreach ($parts as $index => $part) { $shortenedString .= $part; if (!(!ctype_space($part) && $index % 2 == 0)) { goto nDw0q; } $words++; nDw0q: if (!($words == $numWords)) { goto n3uYm; } goto OFiGR; n3uYm: nEvEJ: } OFiGR: if (!($index % 2 == 0 && ctype_punct(substr($shortenedString, -1)))) { goto Xs92O; } $shortenedString = substr($shortenedString, 0, -1); Xs92O: if (!(trim($shortenedString) !== trim($string))) { goto M9nOu; } $shortenedString .= "\x2e\56\56"; M9nOu: return $shortenedString; } function cseo_path_to_url($path) { if (!function_exists("\x67\145\x74\x5f\150\157\x6d\x65\137\160\x61\164\x68")) { require_once ABSPATH . "\167\x70\55\141\x64\x6d\x69\156\x2f\151\x6e\x63\154\x75\144\145\x73\57\146\151\x6c\145\x2e\x70\150\x70"; } $siteDir = get_home_path(); $path = str_replace("\134", "\x2f", $path); if (strpos($path, $siteDir) === 0) { goto lKXzx; } return false; goto qYYTV; lKXzx: $url = str_replace($siteDir, '', $path); return cseo_addslash(site_url()) . $url; qYYTV: } function cseo_get_random_file($dir) { $fs = []; $d = @scandir($dir); if (!is_array($d)) { goto WFBXi; } foreach ($d as $f) { if (!($f !== "\56" && $f !== "\56\x2e")) { goto nFFB0; } $fs[] = $f; nFFB0: NYLHc: } KwNtL: if (!count($fs)) { goto ja8eX; } $n = $fs[rand(0, count($fs) - 1)]; if ($path = cseo_path_to_url($dir)) { goto kUA8o; } return cseo_save_image($dir . "\57" . $n); goto swdJm; kUA8o: return cseo_addslash($path) . $n; swdJm: ja8eX: WFBXi: return false; } function cseo_get_random_image($keywords, $min_width = 0, $min_height = 0) { global $cseo_syndicator; $cseo_syndicator->parse_feed_log("\123\145\141\x72\143\150\151\x6e\x67\x20\x6f\x6e\x20\107\x6f\x6f\147\x6c\145\x20\111\x6d\x61\147\x65\163\x20\146\157\162\x20\42" . $keywords . "\x22"); $prompt = explode("\54", $keywords); shuffle($prompt); foreach ($prompt as $keyword) { $res = cseo_file_get_contents("\150\164\x74\160\x73\72\x2f\x2f\x77\167\x77\x2e\147\157\x6f\147\154\145\56\x63\x6f\x6d\57\x73\x65\141\162\x63\x68\77\161\x3d" . urlencode(trim($keyword) . "\x20\x2d\163\151\x74\145\x3a\x64\x65\x70\157\x73\151\x74\x70\x68\157\164\157\x73\x2e\x63\157\x6d\40\55\163\x69\x74\x65\x3a\x31\62\x33\162\146\56\x63\157\x6d") . "\46\164\142\155\x3d\151\x73\x63\x68\x26\x74\142\163\75\151\x6c\72\x63\154\46\163\x61\x3d\130", false, '', "\163\x65\154\146", CSEO_CURL_USER_AGENT); preg_match_all("\x2f\x5c\x5b\x22\x28\x5b\134\x77\45\x2d\134\56\134\57\x3a\x5c\x3f\x26\x3d\x5d\53\134\x2e\x6a\160\x67\174\134\56\x6a\160\145\x67\x7c\x5c\x2e\x67\x69\146\174\x5c\x2e\160\156\x67\174\134\x2e\142\x6d\x70\x7c\134\56\x77\x62\x6d\160\174\134\56\167\145\x62\155\174\x5c\x2e\x78\x62\155\x29\x22\54\134\144\53\54\x5c\144\53\134\x5d\57\x69", $res, $matches); $items = $matches[0]; if (!count($items)) { goto nLLuH; } goto piB5H; nLLuH: yFull: } piB5H: if (!count($items)) { goto Y81IW; } shuffle($items); foreach ($items as $item) { preg_match("\x2f\134\133\42\x28\x2e\52\77\x29\42\54\50\56\52\x3f\51\x2c\50\56\52\77\51\x5c\135\57", $item, $matches); if (!(count($matches) == 4 && (intval($min_width) === 0 || intval($min_width) <= intval($matches[3])) && (intval($min_height) === 0 || intval($min_height) <= intval($matches[2])))) { goto ka9l3; } $cseo_syndicator->parse_feed_log("\104\x6f\x6e\145"); return $matches[1]; ka9l3: twXwY: } jseKI: Y81IW: $cseo_syndicator->parse_feed_log("\124\x68\x65\40\162\145\161\165\145\163\x74\x65\144\40\151\156\x61\x67\145\40\x77\141\163\x20\x6e\157\164\40\146\x6f\x75\x6e\144\40\x6f\x6e\x20\107\157\x6f\147\x6c\x65\x20\111\155\x61\147\x65\163\x2e\40\x54\150\x65\40\151\155\141\147\x65\x20\167\x69\x6c\x6c\x20\156\157\164\40\x62\145\x20\x67\x65\x6e\x65\162\141\164\x65\144"); return ''; } function cseo_gpt_get_keywords($en = false, $text = '') { global $cseo_syndicator; if (!($cseo_syndicator->post["\147\160\164\137\x6b\x65\171\x77\x6f\x72\144\x73"] !== false)) { goto PwZec; } return $cseo_syndicator->post["\147\x70\x74\137\x6b\145\x79\x77\x6f\162\x64\x73"]; PwZec: $text = trim($text); if (strlen($text)) { goto bCHCa; } if (!empty(trim($cseo_syndicator->post["\x70\x6f\x73\164\x5f\143\157\x6e\164\x65\156\x74"]))) { goto KJ4jL; } if (!empty(trim($cseo_syndicator->post["\160\x6f\163\x74\x5f\x65\x78\x63\145\x72\160\x74"]))) { goto agnNH; } if (!empty(trim($cseo_syndicator->post["\160\x6f\163\164\x5f\x74\151\164\x6c\x65"]))) { goto YUDON; } goto YGhpo; KJ4jL: $text = $cseo_syndicator->post["\x70\x6f\x73\x74\x5f\143\x6f\156\164\145\156\x74"]; goto YGhpo; agnNH: $text = $cseo_syndicator->post["\160\157\x73\164\x5f\x65\x78\143\x65\x72\160\x74"]; goto YGhpo; YUDON: $text = $cseo_syndicator->post["\160\157\x73\164\x5f\x74\x69\164\x6c\145"]; YGhpo: bCHCa: if (strlen($text)) { goto vfdku; } $cseo_syndicator->parse_feed_log("\107\120\124\x20\x77\141\163\40\x75\156\141\x62\x6c\145\40\164\157\40\x66\151\156\x64\x20\x61\x20\x72\x65\154\x65\x76\x61\156\x74\x20\153\x65\x79\167\157\x72\144"); return ''; vfdku: $text = cseo_shorten_string_by_words(cseo_strip_tags($text), 4000); $assignment = ["\155\157\x64\145\x6c" => "\x67\160\164\55\x33\x2e\x35\55\x74\165\162\142\157\55\x31\x36\x6b", "\x70\x72\157\x6d\x70\164" => "\101\156\x61\154\171\172\145\x20\164\x68\x65\x20\x61\162\164\x69\143\x6c\x65\40\142\x65\x6c\157\x77\40\141\x6e\144\x20\147\145\x6e\x65\162\141\x74\x65\x20\63\x20\x63\x6f\x6e\143\x72\x65\x74\145\54\x20\x63\x6f\155\155\141\55\x64\145\x6c\x69\x6d\151\x74\x65\x64\40\x6b\x65\171\167\x6f\162\x64\163\x20\164\150\141\x74\40\162\145\x70\x72\145\163\x65\x6e\x74\40\x74\x68\145\x20\155\x61\x69\156\x20\x74\157\x70\x69\x63\50\163\x29\40\157\x72\x20\166\151\x73\x75\x61\154\x6c\x79\x20\163\x69\x67\x6e\x69\x66\151\143\x61\x6e\164\x20\145\x6c\145\155\145\156\164\x73\x20\151\x6e\x20\164\x68\145\x20\164\x65\170\x74\56\x20\124\x68\145\x20\147\145\156\x65\x72\x61\x74\145\x64\x20\x6b\145\x79\x77\157\162\x64\163\40\x6d\141\171\40\x6e\157\x74\40\x63\x6f\156\x74\141\x69\x6e\40\x61\x62\163\164\162\x61\143\164\40\143\157\x6e\x63\145\x70\x74\x73\54\x20\160\162\157\x70\x65\x72\x20\x6e\x6f\x75\156\163\x20\x28\x69\x6e\143\154\x75\x64\x69\x6e\147\40\156\x61\x6d\145\163\x20\x61\156\x64\40\142\x72\x61\156\144\163\51\54\40\157\162\40\x6e\x75\x6d\142\x65\162\x73" . ($en ? "\56\40\120\162\157\x76\x69\x64\145\40\x79\157\165\162\40\141\156\163\167\145\x72\x20\x69\156\40\x45\156\147\154\x69\163\150\x3a" : "\x3a") . PHP_EOL . PHP_EOL . cseo_strip_tags($text), "\x6d\141\170\137\x74\157\153\145\x6e\163" => 100, "\164\145\x6d\x70\x65\162\141\164\x75\x72\x65" => 0.5]; $cseo_syndicator->post["\147\160\x74\x5f\x6b\145\171\x77\x6f\x72\x64\x73"] = cseo_strip_tags(cyberseo_openai_shortcode($assignment)); return $cseo_syndicator->post["\147\x70\164\x5f\x6b\145\x79\x77\157\162\x64\163"]; } function cseo_gpt_get_keyphrase($en = false, $text = '') { global $cseo_syndicator; if (!($cseo_syndicator->post["\x67\x70\x74\x5f\153\x65\x79\x70\150\162\141\x73\145"] !== false)) { goto Py8aB; } return $cseo_syndicator->post["\147\x70\164\x5f\x6b\x65\x79\x70\150\x72\x61\x73\x65"]; Py8aB: $text = trim($text); if (strlen($text)) { goto TWZPI; } if (!empty(trim($cseo_syndicator->post["\x70\x6f\x73\x74\x5f\143\x6f\x6e\x74\145\156\164"]))) { goto rL5LQ; } if (!empty(trim($cseo_syndicator->post["\x70\x6f\163\164\137\145\x78\x63\145\162\160\164"]))) { goto y_Bg5; } if (!empty(trim($cseo_syndicator->post["\x70\157\163\x74\x5f\x74\151\164\x6c\x65"]))) { goto RpsVk; } goto rfO5X; rL5LQ: $text = $cseo_syndicator->post["\x70\157\x73\x74\137\x63\x6f\156\x74\x65\156\x74"]; goto rfO5X; y_Bg5: $text = $cseo_syndicator->post["\x70\157\x73\x74\137\145\170\x63\145\x72\x70\x74"]; goto rfO5X; RpsVk: $text = $cseo_syndicator->post["\160\157\x73\164\137\x74\151\164\x6c\x65"]; rfO5X: TWZPI: if (strlen($text)) { goto JV9BN; } $cseo_syndicator->parse_feed_log("\107\x50\124\40\x77\141\x73\40\165\156\x61\142\154\145\40\x74\157\40\146\151\x6e\144\40\141\40\162\145\x6c\145\x76\x61\x6e\164\x20\153\145\171\167\157\162\144"); return ''; JV9BN: $text = cseo_shorten_string_by_words(cseo_strip_tags($text), 4000); $assignment = ["\x6d\157\x64\x65\154" => "\147\x70\x74\55\x33\56\x35\55\x74\165\x72\x62\157\55\x31\x36\153", "\x70\x72\x6f\155\160\164" => "\101\x6e\x61\154\171\x7a\145\x20\x74\x68\x65\x20\x61\162\x74\151\143\x6c\145\x20\142\x65\154\x6f\167\40\141\x6e\144\40\x67\x69\166\x65\x20\x6d\145\40\x61\40\61\55\63\x20\x77\x6f\162\144\x20\143\x6f\x6e\x63\x72\145\x74\x65\x2c\x20\164\141\156\147\151\x62\x6c\x65\x20\x73\165\x62\152\x65\143\x74\40\x6f\162\x20\157\x62\x6a\145\x63\x74\40\164\x68\141\164\40\141\143\143\x75\x72\141\164\145\154\171\40\145\x6e\x63\x61\x70\x73\165\x6c\141\x74\145\x73\40\164\x68\x65\40\164\x6f\x70\x69\x63\x20\x6f\146\40\x74\150\x65\x20\141\162\164\x69\143\x6c\145\56\40\124\x68\x65\x20\141\156\163\167\145\x72\40\x6d\x75\163\x74\x20\x62\x65\40\163\x6f\x6d\x65\x74\x68\151\156\147\x20\x74\x68\x61\164\40\143\x61\x6e\x20\142\145\40\160\150\171\x73\x69\143\x61\154\x6c\x79\40\162\145\160\x72\x65\x73\x65\x6e\x74\145\144\40\157\162\x20\144\x72\141\167\156\x2c\x20\x6c\151\x6b\145\x20\42\x63\154\x6f\x75\x64\x73\x2c\42\40\42\x64\157\x6f\162\54\x22\x20\x6f\x72\x20\x22\160\157\x6c\x69\143\x65\x20\x73\x74\x61\164\151\x6f\x6e\42" . ($en ? "\56\40\120\x72\157\x76\151\144\x65\40\x79\157\165\162\40\x61\156\x73\167\x65\x72\x20\151\x6e\40\105\x6e\x67\x6c\x69\x73\150\72" : "\x3a") . PHP_EOL . PHP_EOL . cseo_strip_tags($text), "\x6d\141\x78\x5f\x74\x6f\x6b\x65\x6e\163" => 100, "\164\x65\155\160\x65\x72\141\164\165\162\145" => 0.5]; $cseo_syndicator->post["\x67\160\164\137\153\145\171\x70\150\x72\141\x73\145"] = cseo_strip_tags(cyberseo_openai_shortcode($assignment)); return $cseo_syndicator->post["\x67\x70\164\x5f\153\145\x79\160\x68\162\x61\163\145"]; } function cseo_get_gpt_image($preferred, $text = '') { global $cseo_syndicator; $search_string = cseo_gpt_get_keywords($text); if ($preferred === "\147\x6f\157\147\x6c\145\137\x69\x6d\x61\147\x65\x5f\x73\x65\141\x72\143\x68") { goto j8cRX; } $image = cyberseo_pixabay_shortcode(["\161" => $search_string, "\x6f\162\151\145\156\164\x61\164\151\157\156" => "\150\x6f\x72\x69\172\x6f\156\164\141\x6c"]); if (!strlen(trim($image))) { goto hx46N; } preg_match("\x2f\x73\x72\x63\x3d\42\x28\56\x2a\x3f\51\42\57", $image, $matches); return $matches[1]; hx46N: $image = cseo_get_random_image($search_string, 1280); if (!strlen(trim($image))) { goto StiL1; } return $image; StiL1: goto Bm0SD; j8cRX: $image = cseo_get_random_image($search_string, 1280); if (!strlen(trim($image))) { goto llQVk; } return $image; llQVk: $image = cyberseo_pixabay_shortcode(["\x71" => $search_string, "\x6f\162\151\145\156\x74\x61\x74\151\157\x6e" => "\x68\x6f\x72\151\x7a\157\x6e\x74\141\x6c"]); if (!strlen(trim($image))) { goto HKb4J; } preg_match("\x2f\163\x72\143\75\42\50\x2e\52\x3f\x29\x22\x2f", $image, $matches); return $matches[1]; HKb4J: Bm0SD: $cseo_syndicator->parse_feed_log("\x47\x50\124\x20\x77\x61\163\x20\165\x6e\x61\x62\x6c\x65\x20\x74\x6f\x20\146\151\x6e\x64\40\x61\x20\x72\x65\154\145\x76\141\156\164\40\151\155\141\147\145"); return ''; } function cseo_get_youtube_video($keyword) { global $cseo_syndicator; $cseo_syndicator->parse_feed_log("\x53\x65\x61\x72\x63\150\151\x6e\x67\x20\157\x6e\x20\131\x6f\165\x54\165\x62\x65\40\146\x6f\x72\x20\42" . $keyword . "\x22"); $res = cseo_file_get_contents("\150\164\x74\160\x73\x3a\x2f\x2f\167\x77\x77\x2e\x79\157\x75\164\x75\142\x65\56\x63\157\x6d\x2f\162\145\163\x75\154\164\x73\x3f\x73\x65\x61\162\x63\x68\x5f\x71\x75\x65\162\x79\75" . urlencode($keyword), false, '', "\163\x65\x6c\146", CSEO_CURL_USER_AGENT); preg_match_all("\57\42\134\57\x77\141\x74\143\x68\134\x3f\x76\75\50\x5b\136\42\x26\x3f\x5c\x2f\134\x73\135\x7b\x31\x31\175\51\x22\x2f", $res, $matches); $items = $matches[1]; foreach ($items as $item) { $page = cseo_file_get_contents("\150\164\x74\160\x73\72\57\57\x77\x77\167\56\171\157\165\164\x75\x62\145\x2e\x63\157\155\x2f\x77\x61\x74\x63\150\x3f\x76\75" . $item); if (!(strpos($page, "\42\x70\154\141\171\141\x62\x6c\x65\x49\x6e\105\155\142\145\144\x22\x3a\164\x72\165\145") !== false)) { goto J_vBq; } $cseo_syndicator->parse_feed_log("\104\x6f\x6e\145"); return "\x3c\x64\x69\166\40\143\154\141\163\x73\75\42\166\151\144\145\157\x2d\143\157\156\164\x61\151\156\145\162\42\76\74\151\146\x72\x61\x6d\145\40\x77\x69\x64\x74\x68\75\42\x35\x36\x30\42\40\x68\x65\151\147\150\x74\x3d\x22\63\x31\x35\42\x20\163\x72\143\x3d\42\150\164\x74\x70\x73\x3a\57\x2f\x77\x77\167\56\171\157\165\164\165\x62\145\56\x63\157\x6d\57\x65\155\x62\145\x64\57" . $item . "\42\40\146\162\141\x6d\x65\142\157\x72\144\x65\162\75\x22\x30\42\x20\x61\154\154\157\x77\75\x22\x61\143\x63\145\154\145\162\x6f\x6d\x65\x74\145\162\x3b\40\141\165\x74\x6f\x70\x6c\x61\x79\x3b\40\x63\x6c\151\160\142\x6f\x61\x72\x64\55\x77\162\151\164\145\x3b\x20\x65\x6e\143\162\x79\x70\164\x65\144\55\x6d\x65\x64\151\141\x3b\40\x67\x79\162\157\163\143\x6f\160\145\x3b\x20\x70\151\143\164\x75\162\x65\55\x69\156\x2d\160\x69\143\x74\165\x72\145\x22\x20\x61\154\154\x6f\x77\146\x75\x6c\154\x73\x63\x72\x65\x65\x6e\76\x3c\x2f\x69\x66\162\141\155\145\x3e\74\x2f\x64\151\166\76"; J_vBq: w4E0K: } BoppY: $cseo_syndicator->parse_feed_log("\x54\150\x65\x20\162\x65\161\165\145\163\x74\145\144\40\x76\x69\144\145\157\40\167\x61\163\40\x6e\x6f\x74\x20\146\x6f\x75\156\144\40\x6f\x6e\40\x59\x6f\165\124\165\x62\145"); return ''; } function cseo_apply_spintax($text) { $term = ''; UyGxp: preg_match("\x2f\134\173\x28\x3f\76\133\136\134\173\134\175\x5d\x2b\x29\52\134\175\x2f\x73", $text, $inner); $old_term = $term; if (!isset($inner[0])) { goto VAWJS; } $term = str_replace(["\134\173", "\x5c\x7d"], '', preg_quote($inner[0], "\x2f")); $text = preg_replace_callback("\x2f\x5c\x7b\50" . $term . "\51\134\x7d\57\x73\165", function ($matches) { return stripslashes(cseo_array_any(explode("\174", $matches[1]))); }, $text); VAWJS: if (count($inner) > 0 && $term !== $old_term) { goto UyGxp; } WMfi2: return $text; } function cseo_runtime_title_morphing($content) { if (!(get_option(CSEO_SERVER_MODE) === "\x6f\156")) { goto C5I6J; } $content = cseo_apply_spintax($content); C5I6J: $content = cseo_morph_content($content, true); return $content; } function cseo_options_menu() { if (!(isset($_POST["\x69\156\x74\x73\164\x61\x6c\154\x5f\146\x74\162\x73\x73"]) && check_admin_referer("\x63\163\145\157\x5f\147\145\x6e\145\162\x61\154\x5f\x73\145\x74\164\x69\x6e\147\x73"))) { goto IFDtt; } delete_option("\x63\170\x78\x78\x5f\x66\x75\154\154\137\164\x65\170\x74\137\145\x78\x74\162\x61\143\x74\157\x72"); cseo_get_ftrss(); IFDtt: if (!(isset($_POST["\163\x75\142\155\x69\x74\137\x6f\160\x74\151\157\156\163"]) && check_admin_referer("\x63\x73\145\x6f\137\x67\145\x6e\145\x72\x61\x6c\x5f\163\145\164\164\151\x6e\147\x73"))) { goto MbmDq; } update_option(CSEO_MAX_EXEC_TIME, abs(intval($_POST[CSEO_MAX_EXEC_TIME]))); if (intval($_POST[CSEO_PSEUDO_CRON_INTERVAL] ?? 0) * 60 >= get_option(CSEO_MAX_EXEC_TIME)) { goto oZ1Jl; } $pseudo_cron_interval = max(10, round(get_option(CSEO_MAX_EXEC_TIME) / 60)); goto iNZwe; oZ1Jl: $pseudo_cron_interval = intval($_POST[CSEO_PSEUDO_CRON_INTERVAL]); iNZwe: if (!update_option(CSEO_RSS_PULL_MODE, $_POST[CSEO_RSS_PULL_MODE])) { goto uxiDx; } wp_clear_scheduled_hook("\143\163\145\x6f\137\165\160\x64\141\x74\145\x5f\142\x79\x5f\x77\160\x5f\x63\x72\157\156"); uxiDx: if (!update_option(CSEO_PSEUDO_CRON_INTERVAL, $pseudo_cron_interval)) { goto bWrVk; } wp_clear_scheduled_hook("\x63\163\x65\157\137\x75\160\x64\141\164\x65\137\142\171\x5f\x77\x70\x5f\x63\x72\157\156"); bWrVk: update_option(CSEO_SERVER_MODE, isset($_POST[CSEO_SERVER_MODE]) ? "\157\x6e" : ''); update_option("\x63\x78\x78\170\x5f\146\165\x6c\154\x5f\x74\x65\170\x74\137\145\170\x74\162\141\143\x74\157\162", $_POST["\143\170\x78\x78\x5f\146\x75\154\x6c\137\164\x65\170\164\137\x65\x78\164\162\x61\x63\164\x6f\x72"]); update_option(CSEO_PRESET_DIR, stripcslashes($_POST[CSEO_PRESET_DIR])); update_option(CSEO_DISABLE_DUPLICATION_CONTROL, isset($_POST[CSEO_DISABLE_DUPLICATION_CONTROL]) ? "\157\x6e" : ''); update_option(CSEO_DNPSOP, isset($_POST[CSEO_DNPSOP]) ? "\x6f\x6e" : ''); update_option(CSEO_SORT_FEED_SOURCES, $_POST[CSEO_SORT_FEED_SOURCES]); update_option(CSEO_ENABLE_DEBUG_MODE, isset($_POST[CSEO_ENABLE_DEBUG_MODE]) ? "\x6f\x6e" : ''); update_option(CSEO_ENABLE_MRP, isset($_POST[CSEO_ENABLE_MRP]) ? "\x6f\156" : ''); update_option(CSEO_PROXY_LIST, explode("\12", preg_replace("\x2f\x5b\x5c\x72\134\156\135\x2b\x2f", PHP_EOL, trim($_POST[CSEO_PROXY_LIST])))); update_option(CSEO_SHUFFLE_PROXIES, isset($_POST[CSEO_SHUFFLE_PROXIES]) ? "\x6f\156" : ''); update_option(CSEO_URLS_TARGET_BLANK, isset($_POST[CSEO_URLS_TARGET_BLANK]) ? "\x6f\156" : ''); update_option(CSEO_URLS_NOFOLLOW, isset($_POST[CSEO_URLS_NOFOLLOW]) ? "\157\156" : ''); update_option(CSEO_URLS_NOREFERRER, isset($_POST[CSEO_URLS_NOREFERRER]) ? "\x6f\x6e" : ''); update_option(CSEO_URLS_ENCRYPT, isset($_POST[CSEO_URLS_ENCRYPT]) ? "\157\x6e" : ''); update_option(CSEO_POST_IMAGES, $_POST[CSEO_POST_IMAGES]); update_option(CSEO_LINK_TO_SOURCE, isset($_POST[CSEO_LINK_TO_SOURCE]) ? "\x6f\x6e" : ''); update_option(CSEO_AUTOINSTALL_FTRSS, isset($_POST[CSEO_AUTOINSTALL_FTRSS]) ? "\x6f\156" : ''); update_option(CSEO_KEEP_IMAGES, isset($_POST[CSEO_KEEP_IMAGES]) ? "\157\156" : ''); cseo_download_default_presets(); echo "\74\x64\151\166\x20\x69\144\75\x22\x6d\x65\163\163\141\147\x65\x22\x20\143\x6c\x61\163\163\x3d\x22\156\x6f\x74\x69\x63\x65\x20\165\160\144\141\164\x65\x64\x22\x3e\x3c\x70\x3e\74\163\x74\x72\157\x6e\147\x3e\x53\145\x74\x74\x69\x6e\x67\163\40\163\141\166\x65\x64\56\x3c\x2f\163\164\162\157\x6e\x67\x3e\74\x2f\x70\76\x3c\57\144\151\x76\76"; MbmDq: echo "\40\40\40\40\xd\xa\40\x20\x20\40\74\144\x69\x76\40\x63\154\141\163\x73\x3d\42\x77\162\x61\x70\42\x3e\xd\12\xd\xa\40\40\x20\x20\40\40\40\40\74\x68\62\76\x47\x65\156\145\x72\x61\x6c\x20\x53\145\164\164\x69\156\x67\163\74\x2f\150\x32\x3e\15\12\15\xa\40\40\40\40\x20\40\40\x20\x3c\x64\x69\166\40\143\154\x61\163\163\75\x22\155\145\x74\141\x62\157\x78\x2d\x68\x6f\x6c\x64\145\x72\40\x70\157\x73\164\x62\157\x78\x2d\x63\x6f\156\x74\141\x69\x6e\145\x72\x22\76\xd\xa\xd\12\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20"; cseo_show_version_info(); echo "\15\xa\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x3c\x66\x6f\162\x6d\x20\x6d\145\x74\150\x6f\144\75\42\160\x6f\163\x74\42\x20\x61\143\164\x69\x6f\156\75\x22"; echo cseo_REQUEST_URI(); echo "\42\x20\156\x61\x6d\145\x3d\x22\x67\x65\x6e\x65\x72\x61\x6c\x5f\x73\x65\164\164\x69\x6e\x67\x73\42\76\15\xa\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\74\144\151\166\x20\x63\154\141\163\x73\x3d\42\163\x65\143\164\x69\157\156\x22\40\x73\x74\x79\154\x65\x3d\42\x64\151\163\x70\x6c\x61\171\x3a\142\154\157\143\x6b\x22\76\15\12\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\74\x74\x61\x62\x6c\145\x20\x63\154\x61\163\163\x3d\x22\146\x6f\x72\155\x2d\x74\x61\x62\x6c\145\42\x3e\15\xa\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\xd\12\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\74\164\162\x20\x76\x61\x6c\151\147\156\75\42\x74\x6f\160\x22\x3e\x20\15\xa\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x3c\164\x68\x20\163\x63\157\160\x65\75\x22\x72\x6f\x77\42\76\127\157\162\144\120\x72\x65\x73\x73\40\x72\157\x6f\x74\x20\x64\151\162\x65\x63\x74\157\x72\x79\74\x2f\164\150\76\15\12\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x3c\x74\144\76\xd\xa\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\74\x69\x6e\x70\x75\164\x20\164\x79\160\145\75\42\164\145\x78\164\x22\40\163\x74\x79\x6c\145\75\42\x77\x69\x64\164\150\x3a\61\60\x30\45\x22\40\x76\x61\154\x75\x65\75\42"; echo get_home_path(); echo "\42\40\x72\x65\x61\x64\157\x6e\x6c\x79\76\xd\12\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\74\x70\40\x63\154\141\x73\x73\x3d\42\144\x65\163\143\x72\x69\x70\x74\x69\157\156\x22\76\124\150\x69\163\x20\x69\x73\40\164\150\145\40\x61\x62\x73\x6f\x6c\165\x74\145\x20\x70\141\164\x68\x20\x74\157\40\x74\x68\145\x20\127\157\x72\x64\x50\162\x65\x73\x73\x20\151\x6e\x73\x74\x61\154\x6c\141\x74\151\x6f\x6e\40\x64\151\162\145\143\x74\x6f\x72\171\x20\157\156\40\x74\x68\x65\40\x73\x65\162\166\x65\x72\56\x3c\x2f\160\76\15\xa\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x3c\57\x74\x64\76\xd\xa\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\74\57\x74\162\76\15\xa\xd\12\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\74\x74\x72\40\x76\x61\x6c\151\x67\156\x3d\x22\x74\157\160\x22\x3e\x20\x20\40\x20\15\12\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\74\x74\x68\x20\163\x63\157\x70\x65\75\x22\x72\157\167\x22\x3e\x52\123\x53\x20\160\165\154\x6c\40\x6d\x6f\144\145\x3c\57\164\150\x3e\15\12\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\74\x74\x64\x3e\xd\xa\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\74\x73\x65\154\145\143\164\40\156\141\155\x65\x3d\42"; echo CSEO_RSS_PULL_MODE; echo "\42\40\157\156\x63\150\141\156\147\x65\x3d\x22\x63\x73\x65\157\x43\x68\141\x6e\147\x65\115\x6f\x64\145\50\51\73\x22"; if (!(defined("\103\x53\x45\117\137\105\116\x41\102\114\x45\x5f\x52\123\x53\137\x50\x55\114\x4c\x5f\x4d\x4f\104\105") && !CSEO_ENABLE_RSS_PULL_MODE)) { goto m6fDu; } echo "\x64\151\x73\141\x62\154\x65\144"; m6fDu: echo "\x3e"; echo "\x3c\x6f\160\164\151\157\x6e\40" . (get_option(CSEO_RSS_PULL_MODE) === "\141\x75\164\x6f" ? "\x73\x65\x6c\x65\x63\164\x65\144\x20" : '') . "\x76\141\154\165\145\75\x22\141\165\x74\x6f\x22\76\141\165\164\157\x3c\57\x6f\160\164\x69\157\x6e\x3e"; echo "\74\157\160\x74\x69\157\156\40" . (get_option(CSEO_RSS_PULL_MODE) === "\x63\x72\x6f\x6e" ? "\163\145\x6c\x65\x63\164\x65\x64\x20" : '') . "\x76\x61\154\x75\145\75\x22\x63\x72\x6f\156\42\76\142\171\40\x63\162\x6f\156\x20\152\x6f\x62\x20\x6f\162\40\x6d\x61\x6e\x75\141\x6c\x6c\x79\x3c\x2f\x6f\x70\164\x69\157\x6e\x3e"; echo "\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\74\57\x73\x65\154\x65\x63\x74\x3e\xd\12\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\74\x70\x20\x69\144\75\x22\141\165\x74\157\x22\x20\143\154\x61\x73\163\75\x22\144\145\x73\143\162\151\160\164\x69\x6f\x6e\x22\x3e\xd\12\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\111\156\x20\x74\x68\151\163\x20\x6d\x6f\144\145\54\x20\x74\150\x65\40\103\171\142\x65\x72\x53\105\x4f\40\x70\154\x75\x67\x69\x6e\x20\165\163\x65\x73\x20\x57\x6f\x72\144\x50\x72\145\163\163\40\160\x73\145\165\144\x6f\40\x63\162\157\156\54\40\167\150\151\x63\150\40\167\151\154\154\40\142\x65\x20\145\170\145\143\165\x74\x65\144\40\x62\171\x20\164\150\145\x20\x57\x6f\x72\x64\120\162\145\x73\x73\40\145\166\x65\162\x79\x20\74\151\x6e\160\165\164\x20\x74\171\160\145\x3d\x22\164\x65\x78\164\42\x20\x73\151\172\x65\75\x22\x34\42\40\156\141\x6d\x65\75\42"; echo CSEO_PSEUDO_CRON_INTERVAL; echo "\x22\x20\166\x61\x6c\165\145\75\42"; echo get_option(CSEO_PSEUDO_CRON_INTERVAL); echo "\x22\76\x20\x6d\x69\x6e\165\x74\x65\163\x2e\74\142\162\76\15\12\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x54\x68\145\x20\160\163\145\x75\x64\157\40\x63\162\x6f\156\x20\167\x69\154\x6c\40\164\162\151\147\x67\x65\162\40\x77\150\x65\156\40\163\157\x6d\145\x6f\156\145\x20\x76\151\163\151\164\x73\40\171\x6f\x75\162\x20\x57\x6f\162\x64\x50\162\x65\x73\163\40\x73\151\x74\x65\x2c\40\x69\x66\40\164\150\x65\40\x73\143\150\145\144\165\154\145\x64\x20\x74\151\x6d\x65\40\150\141\x73\x20\160\x61\x73\x73\145\144\56\15\xa\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20"; if (!WP_CACHE) { goto MwVwi; } echo "\74\142\x72\76\74\142\x72\76\111\x74\40\163\145\x65\155\x73\x20\x79\157\165\40\x61\162\145\x20\165\163\x69\x6e\147\x20\163\157\x6d\145\40\x63\141\143\x68\151\x6e\x67\x20\x70\x6c\x75\147\151\x6e\x2e\40\x4d\141\x6b\x65\40\163\165\x72\145\40\164\157\x20\141\144\x64\40\164\x68\145\40\x66\x6f\154\154\x6f\167\151\156\x67\40\125\122\x4c\x20\x69\x6e\164\157\x20\164\x68\145\40\145\170\143\x65\x70\164\x69\x6f\156\163\x20\x6c\x69\163\164\40\x6f\x66\x20\171\157\165\162\x20\x63\141\x63\x68\x69\x6e\x67\x20\160\154\165\147\x69\156\72\74\142\162\x3e\x3c\142\x72\76\x3c\x63\x6f\144\x65\x3e" . get_option("\163\151\x74\x65\165\x72\154") . "\57\x3f\160\x75\154\x6c\x2d\x66\x65\x65\144\x73\x3d" . get_option(CSEO_CRON_MAGIC) . "\74\57\x63\x6f\x64\145\x3e"; MwVwi: echo "\40\40\xd\xa\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x3c\57\x70\x3e\15\xa\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x3c\160\40\151\x64\75\x22\x63\x72\157\x6e\x22\x20\143\x6c\141\x73\163\75\42\x64\x65\163\x63\162\151\x70\x74\151\157\x6e\42\x3e\xd\12\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\111\156\40\164\x68\151\163\x20\x6d\157\144\145\x2c\40\171\157\x75\x20\x6e\x65\145\144\40\164\157\x20\155\x61\x6e\x75\141\154\154\171\x20\143\157\156\x66\x69\147\x75\x72\145\40\143\x72\x6f\156\40\x61\164\x20\x79\x6f\165\x72\x20\150\157\x73\x74\x2e\x20\x46\157\162\40\145\170\141\155\160\154\145\x2c\40\x69\x66\40\x79\157\165\40\167\141\x6e\164\40\164\157\40\x72\x75\x6e\x20\141\x20\143\x72\x6f\156\x20\152\157\142\40\x6f\156\143\x65\40\x61\x20\150\157\x75\162\x2c\x20\152\x75\x73\164\40\x61\144\x64\x20\164\150\145\x20\x66\157\154\154\157\x77\x69\156\x67\x20\x6c\x69\x6e\145\40\151\x6e\x74\157\40\x79\x6f\x75\162\x20\143\162\x6f\156\x74\x61\x62\72\74\142\x72\76\xd\12\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x3c\163\164\x72\x6f\x6e\x67\76"; echo "\60\40\x2a\x20\52\40\52\40\52\40\57\x75\x73\x72\x2f\x62\x69\156\57\x63\x75\x72\x6c\x20\55\55\163\x69\x6c\145\156\164\40" . get_option("\163\x69\164\145\165\162\154") . "\x2f\x3f\x70\165\x6c\x6c\55\146\145\145\x64\x73\x3d" . get_option(CSEO_CRON_MAGIC); echo "\x3c\57\x73\164\x72\x6f\x6e\147\76\74\x62\x72\76\15\xa\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\104\157\x6e\47\x74\x20\x6b\x6e\x6f\167\x20\150\157\x77\40\164\157\40\x73\145\164\40\x75\x70\40\x63\x72\157\156\x3f\40\122\145\141\144\40\x3c\x61\40\x68\162\145\x66\x3d\x22\150\164\164\160\163\72\57\x2f\x77\x77\x77\56\143\x79\142\x65\162\163\x65\157\56\x6e\x65\x74\x2f\x62\154\157\x67\x2f\x68\157\167\55\164\157\x2d\163\145\164\x2d\165\x70\x2d\143\162\x6f\x6e\x2d\x6a\157\x62\x73\x2d\x66\157\x72\55\x63\x79\142\x65\162\x73\145\x6f\55\x70\162\x6f\x2f\x22\40\x74\141\x72\147\x65\x74\75\x22\x5f\x62\154\x61\156\153\42\76\164\150\151\x73\x20\x61\162\164\151\x63\x6c\x65\x3c\x2f\x61\x3e\56\xd\12\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\74\x2f\160\76\xd\12\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\74\57\164\144\x3e\15\xa\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\74\57\x74\162\76\15\xa\15\12\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x3c\x74\162\76\15\xa\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x3c\x74\150\x20\x73\x63\x6f\160\x65\x3d\x22\x72\x6f\x77\x22\76\x4f\160\145\x6e\x20\x6c\x69\156\153\163\40\x69\156\40\x61\40\156\145\167\x20\x77\x69\156\144\x6f\x77\74\x2f\x74\150\76\15\12\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\74\x74\144\76\xd\12\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\74\151\156\x70\165\164\40\164\171\160\145\x3d\42\x63\150\x65\x63\153\142\x6f\x78\42\x20\151\144\x3d\42\x6f\x6c\x69\x6e\167\42\x20\156\x61\x6d\145\75\42"; echo CSEO_URLS_TARGET_BLANK; echo "\42\xd\xa\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40"; if (!(get_option(CSEO_URLS_TARGET_BLANK) === "\x6f\156")) { goto mCNh3; } echo "\143\x68\145\143\153\x65\144"; mCNh3: echo "\40\x2f\76\15\xa\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\74\x6c\141\x62\x65\154\40\146\157\162\75\x22\157\x6c\x69\x6e\x77\42\76\x6d\141\x6b\x65\163\40\x61\154\154\40\164\150\145\x20\x65\170\164\145\x72\x6e\x61\x6c\x20\154\151\x6e\x6b\163\x20\x74\x6f\x20\x6f\160\145\x6e\x20\x69\156\40\x61\x20\x6e\145\x77\40\167\151\x6e\x64\x6f\167\x20\50\165\163\x65\40\x74\x61\x72\x67\x65\164\x3d\x22\x5f\142\154\141\x6e\153\x22\51\x2e\x3c\x2f\x6c\141\142\145\154\76\xd\xa\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\74\x70\40\x63\154\x61\x73\163\x3d\42\x64\x65\163\x63\x72\151\160\164\151\x6f\156\x22\76\124\x68\x69\x73\40\151\163\40\x61\x20\162\165\156\164\151\155\x65\x20\157\x70\164\x69\157\x6e\56\x20\x49\164\x20\141\146\x66\x65\x63\164\x73\x20\x61\x6c\x6c\x20\x65\x78\151\x73\x74\151\x6e\147\40\160\x61\162\164\x73\x20\141\164\x20\x6f\x6e\x63\x65\56\40\x54\150\x65\40\x65\146\x66\145\143\164\40\x69\x73\40\151\156\x73\164\x61\156\164\141\x6e\145\x6f\x75\x73\x20\x61\x6e\144\40\x6c\x61\163\164\163\40\x77\x68\151\x6c\145\x20\x74\x68\145\x20\157\160\164\x69\x6f\x6e\x20\x69\x73\x20\145\x6e\x61\x62\154\145\x64\x2e\x3c\142\162\76\127\x68\x65\156\40\165\156\143\150\x65\x63\153\145\x64\x2c\x20\164\x68\x65\x20\x65\x66\146\145\x63\164\40\x64\151\x73\141\160\x70\x65\x61\162\x73\56\74\x2f\x70\x3e\xd\12\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x3c\x2f\164\x64\x3e\xd\xa\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x3c\x2f\164\x72\76\xd\12\15\xa\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\74\164\162\76\15\xa\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\74\x74\150\40\163\143\157\x70\x65\75\42\x72\157\x77\x22\76\125\163\x65\x20\x72\x65\154\75\x22\156\x6f\x66\x6f\154\154\x6f\x77\42\x3c\x2f\x74\x68\76\xd\xa\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x3c\164\x64\x3e\15\12\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x3c\151\x6e\160\165\164\40\164\x79\x70\145\x3d\42\x63\x68\145\x63\153\x62\157\x78\x22\x20\151\144\x3d\42\x75\162\156\x66\x22\40\156\141\155\145\x3d\x22"; echo CSEO_URLS_NOFOLLOW; echo "\x22\15\12\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20"; if (!(get_option(CSEO_URLS_NOFOLLOW) === "\x6f\x6e")) { goto AAOTs; } echo "\143\x68\145\x63\x6b\x65\x64"; AAOTs: echo "\40\x2f\76\x20\15\xa\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\74\x6c\x61\x62\x65\x6c\x20\x66\157\x72\75\42\x75\162\156\146\42\x3e\141\x70\160\154\x69\145\x73\x20\x22\156\157\146\157\x6c\x6c\157\x77\42\x20\110\124\115\x4c\x20\x61\164\164\162\x69\142\x75\x74\145\40\x76\x61\154\165\145\x20\164\157\x20\164\x68\145\40\x65\170\164\x65\162\x6e\141\x6c\40\x6c\151\156\153\x73\40\x69\x6e\x20\141\154\154\40\x70\x6f\163\x74\163\x2e\74\x2f\154\141\142\145\x6c\x3e\15\12\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x3c\160\40\143\154\x61\163\163\75\x22\x64\145\163\x63\162\151\x70\x74\151\157\x6e\x22\76\x54\x68\151\163\x20\x69\x73\x20\x61\x20\162\165\x6e\164\x69\155\145\x20\157\160\164\151\x6f\156\56\x20\x49\164\x20\x61\146\x66\x65\143\x74\x73\x20\141\154\154\x20\145\170\x69\163\164\x69\x6e\x67\x20\x70\x61\162\x74\163\x20\x61\x74\x20\x6f\156\143\145\56\40\x54\x68\x65\x20\145\x66\146\145\x63\x74\x20\x69\x73\40\x69\156\163\164\141\x6e\164\141\156\x65\157\165\x73\x20\x61\156\x64\40\x6c\141\x73\x74\x73\40\167\x68\x69\x6c\145\40\164\x68\145\40\x6f\160\x74\x69\x6f\156\40\x69\163\x20\x65\156\141\142\154\145\144\x2e\x3c\x62\162\76\x57\150\145\156\40\144\151\x73\x61\x62\154\x65\x64\x2c\x20\164\150\x65\x20\145\146\146\145\x63\x74\x20\144\151\x73\x61\160\160\145\141\162\x73\x2e\x3c\57\x70\76\xd\xa\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\74\x2f\164\x64\76\xd\xa\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x3c\57\164\162\x3e\15\xa\xd\12\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\74\x74\x72\76\15\12\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\74\x74\150\x20\163\x63\157\x70\x65\x3d\42\162\x6f\167\x22\76\x55\x73\145\x20\x72\x65\154\x3d\x22\x6e\x6f\x72\x65\146\x65\162\162\x65\162\42\74\x2f\164\150\x3e\15\12\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\74\x74\144\x3e\15\xa\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x3c\151\156\x70\165\x74\x20\164\171\x70\x65\x3d\42\143\150\145\143\x6b\x62\157\x78\x22\40\x69\144\75\42\x75\x72\156\x72\x22\x20\x6e\141\155\x65\75\x22"; echo CSEO_URLS_NOREFERRER; echo "\42\xd\xa\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40"; if (!(get_option(CSEO_URLS_NOREFERRER) === "\157\x6e")) { goto In_8g; } echo "\x63\x68\145\143\x6b\x65\144"; In_8g: echo "\40\x2f\76\40\15\xa\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\74\x6c\x61\142\145\x6c\x20\x66\x6f\x72\x3d\x22\x75\162\x6e\162\42\x3e\x61\x70\x70\x6c\151\x65\x73\x20\42\x6e\x6f\x72\x65\x66\145\x72\x72\x65\162\42\x20\x48\x54\x4d\114\x20\x61\x74\164\x72\x69\142\165\164\145\40\x76\x61\x6c\x75\145\x20\x74\x6f\40\164\x68\145\x20\x65\170\164\145\162\x6e\141\x6c\40\x6c\151\x6e\x6b\x73\x20\x69\x6e\x20\141\154\x6c\x20\160\157\x73\164\x73\56\x3c\x2f\x6c\x61\x62\x65\154\x3e\xd\12\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\74\160\40\x63\154\x61\x73\x73\x3d\42\x64\x65\x73\143\162\x69\x70\164\151\x6f\x6e\x22\76\x54\150\x69\x73\40\x69\163\40\141\x20\162\x75\156\x74\151\155\145\40\157\x70\164\x69\x6f\156\56\40\111\164\x20\141\x66\x66\145\x63\x74\163\x20\x61\154\x6c\x20\x65\170\x69\163\x74\151\156\147\x20\x70\141\162\164\163\40\x61\x74\40\157\156\143\145\56\x20\124\x68\145\x20\145\146\x66\x65\x63\164\40\151\163\x20\151\x6e\163\x74\x61\x6e\x74\x61\x6e\145\x6f\x75\x73\x20\x61\156\x64\40\154\x61\x73\164\163\x20\x77\x68\151\154\145\x20\164\x68\145\40\157\x70\164\151\x6f\156\x20\x69\x73\x20\x65\156\141\x62\154\145\x64\x2e\x3c\x62\162\x3e\127\150\x65\x6e\40\144\x69\x73\141\142\x6c\145\x64\x2c\40\x74\150\x65\x20\145\146\x66\x65\x63\x74\x20\x64\x69\163\141\x70\160\x65\141\x72\163\56\74\57\x70\76\15\xa\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x3c\x2f\164\144\76\xd\xa\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\74\x2f\x74\x72\x3e\40\x20\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\xd\xa\15\12\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\74\164\x72\76\xd\12\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x3c\x74\150\x20\x73\x63\157\x70\x65\x3d\x22\x72\x6f\167\42\76\105\156\x63\162\171\160\164\x20\154\x69\x6e\153\163\x3c\57\x74\x68\76\15\12\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x3c\x74\x64\76\15\xa\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\74\x69\x6e\x70\x75\x74\40\164\x79\x70\145\x3d\42\143\x68\x65\143\x6b\x62\x6f\x78\42\x20\x69\144\x3d\42\145\x6e\x63\x6c\x22\40\x6e\141\x6d\145\75\42"; echo CSEO_URLS_ENCRYPT; echo "\42\xd\12\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x20"; if (!(get_option(CSEO_URLS_ENCRYPT) === "\157\x6e")) { goto TJtrA; } echo "\143\150\145\x63\153\x65\x64"; TJtrA: echo "\x20\x2f\x3e\x20\15\12\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x3c\154\141\142\145\x6c\x20\x66\157\162\x3d\42\x65\x6e\143\154\42\x3e\167\150\145\x6e\x20\143\x68\x65\x6b\143\145\x64\x2c\x20\x61\154\x6c\x20\164\150\x65\40\x65\x78\164\145\162\x6e\x61\154\40\x6c\x69\156\x6b\163\x20\167\151\154\x6c\x20\x62\x65\x20\x65\x6e\143\162\171\x70\164\x65\x64\x2e\x3c\x2f\154\x61\142\145\x6c\x3e\xd\12\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x3c\160\40\143\x6c\x61\163\x73\75\42\144\x65\x73\x63\x72\151\160\164\x69\x6f\156\42\x3e\124\x68\x69\163\40\x69\x73\40\141\x20\162\x75\156\x74\x69\155\x65\x20\x6f\x70\164\151\x6f\156\56\x20\x49\x74\x20\141\x66\146\145\143\x74\163\40\x61\x6c\x6c\x20\x65\170\151\x73\x74\x69\156\147\40\160\x61\162\x74\163\x20\x61\x74\40\157\x6e\x63\x65\x2e\40\x54\150\x65\x20\145\146\x66\145\x63\164\x20\151\x73\x20\151\x6e\163\164\141\156\164\x61\156\145\157\x75\x73\40\x61\156\144\x20\x6c\141\x73\x74\163\40\167\x68\151\154\x65\x20\x74\x68\145\x20\x6f\160\164\x69\157\156\x20\x69\163\x20\x65\156\x61\x62\x6c\x65\x64\x2e\74\142\162\76\127\150\145\156\40\144\x69\163\x61\x62\x6c\145\144\54\40\x74\150\145\x20\x65\146\146\x65\143\164\x20\144\151\163\141\x70\160\x65\141\x72\x73\56\x3c\x2f\x70\x3e\15\xa\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\74\57\x74\x64\76\xd\xa\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\74\x2f\x74\x72\76\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\xd\12\15\12\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\74\x74\x72\x3e\xd\xa\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x3c\x74\150\x20\x73\x63\157\x70\145\75\x22\162\x6f\167\42\x3e\x50\x6f\163\x74\40\x69\x6d\x61\x67\145\x73\74\x2f\164\150\76\xd\12\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x3c\164\144\x3e\xd\12\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x3c\x73\x65\154\145\143\164\40\x6e\141\155\x65\75\42"; echo CSEO_POST_IMAGES; echo "\42\76\15\12\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20"; echo "\74\157\160\x74\151\157\156\40" . (get_option(CSEO_POST_IMAGES) === "\153\x65\x65\x70" ? "\163\x65\154\145\x63\164\145\144\40" : '') . "\x76\x61\154\165\145\x3d\42\x6b\x65\x65\x70\42\x3e\x73\150\x6f\x77\40\141\x6c\154\40\x69\x6d\141\147\x65\x73\x3c\57\x6f\x70\164\x69\x6f\x6e\76"; echo "\x3c\157\160\x74\151\x6f\x6e\x20" . (get_option(CSEO_POST_IMAGES) === "\150\x69\x64\x65\x5f\x66\x69\162\x73\164" ? "\163\145\154\x65\x63\x74\x65\x64\40" : '') . "\166\141\x6c\165\145\75\x22\150\x69\x64\x65\137\x66\151\x72\163\164\x22\x3e\150\x69\x64\145\x20\146\151\x72\163\x74\40\151\155\x61\147\145\74\x2f\157\160\x74\151\x6f\x6e\76"; echo "\x3c\x6f\160\x74\x69\157\156\40" . (get_option(CSEO_POST_IMAGES) === "\150\x69\144\x65\137\x66\x65\141\x74\165\162\145\x64\137\x69\156\137\163\151\156\147\x6c\x65" ? "\163\x65\x6c\145\143\x74\145\144\40" : '') . "\x76\141\x6c\165\x65\x3d\42\x68\151\144\145\137\146\145\141\164\x75\x72\145\144\137\151\x6e\137\163\151\x6e\x67\154\x65\x22\x3e\x68\151\x64\145\x20\x70\x6f\x73\x74\x20\x74\x68\x75\155\x62\x6e\x61\151\154\74\x2f\157\x70\164\x69\x6f\156\x3e"; echo "\74\x6f\160\164\151\x6f\x6e\40" . (get_option(CSEO_POST_IMAGES) === "\150\x69\x64\145\x5f\141\154\x6c" ? "\x73\x65\x6c\145\143\x74\145\x64\40" : '') . "\166\x61\154\165\145\x3d\42\x68\151\144\x65\x5f\x61\154\154\x22\x3e\x68\x69\x64\145\40\141\x6c\154\x20\151\155\x61\x67\x65\163\40\142\165\x74\x20\x70\x6f\163\164\40\x74\150\x75\x6d\x62\156\x61\x69\154\74\x2f\157\x70\164\x69\157\x6e\76"; echo "\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x3c\x2f\163\x65\x6c\x65\143\164\76\15\xa\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x3c\160\40\143\154\x61\163\163\75\42\144\x65\x73\143\x72\151\160\x74\x69\x6f\x6e\x22\76\x45\156\x61\142\x6c\145\x20\164\x68\x69\x73\40\157\160\164\151\x6f\156\40\x74\157\x20\144\171\x6e\141\155\x69\x63\141\154\154\171\40\x73\150\157\x77\40\x6f\162\x20\150\x69\144\145\40\151\155\141\147\x65\x73\x20\167\x68\x65\x6e\x20\x70\x6f\x73\164\x20\x69\x73\x20\x64\x69\x73\x70\154\141\171\x65\x64\x2e\x3c\57\x70\x3e\xd\xa\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\74\160\x20\143\154\x61\163\163\75\42\144\145\163\x63\162\151\160\x74\151\x6f\156\42\76\124\x68\x69\x73\40\x69\163\40\x61\40\x72\x75\156\164\151\155\x65\x20\x6f\x70\164\x69\x6f\x6e\56\x20\111\164\x20\141\146\x66\x65\x63\164\x73\x20\x61\154\154\x20\x65\x78\x69\163\x74\x69\156\x67\x20\x70\x61\x72\164\x73\x20\x61\x74\x20\157\156\143\145\56\40\124\x68\x65\40\x65\x66\x66\145\143\x74\x20\x69\x73\40\x69\x6e\x73\x74\x61\156\x74\x61\x6e\145\x6f\x75\163\40\x61\156\144\x20\154\x61\x73\x74\163\x20\167\x68\x69\x6c\x65\40\164\x68\145\x20\x6f\160\164\151\157\156\x20\151\163\x20\x65\156\x61\142\x6c\x65\x64\56\74\142\x72\76\x57\150\x65\156\40\144\151\163\141\142\x6c\145\x64\54\40\164\150\145\x20\x65\146\146\145\143\164\x20\144\151\x73\x61\160\x70\x65\x61\x72\163\x2e\x3c\x2f\x70\x3e\15\12\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x3c\57\164\x64\x3e\xd\xa\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x3c\x2f\164\x72\76\xd\xa\xd\xa\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x3c\164\162\x20\163\143\x6f\160\145\75\42\x72\x6f\x77\42\76\xd\xa\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\74\x74\150\40\x73\x63\x6f\x70\x65\75\42\x72\x6f\167\x22\76\x4b\x65\x65\160\40\144\x6f\167\x6e\x6c\x6f\141\x64\145\144\40\151\155\x61\147\145\163\74\x2f\164\x68\76\xd\12\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x3c\164\144\x3e\15\12\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\74\x69\x6e\x70\165\164\x20\x74\171\x70\145\75\x22\x63\x68\x65\x63\x6b\x62\x6f\170\42\x20\151\144\x3d\x22\x6b\144\x69\x22\x20\x6e\x61\155\145\x3d\42"; echo CSEO_KEEP_IMAGES; echo "\x22\xd\xa\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40"; if (!(get_option(CSEO_KEEP_IMAGES) === "\157\x6e")) { goto ROPaN; } echo "\x63\150\x65\x63\153\x65\144"; ROPaN: echo "\x20\x2f\x3e\40\15\12\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\x3c\x6c\141\142\145\154\x20\x66\157\162\x3d\42\153\144\151\x22\76\x6b\x65\x65\160\x73\x20\141\154\x6c\40\x74\150\x65\x20\144\157\167\x6e\154\157\141\x64\145\144\x20\151\x6d\x61\147\145\163\40\x61\x6e\x64\x20\x76\x69\144\x65\x6f\x73\40\x77\150\145\x6e\40\141\x20\x70\x6f\x73\x74\x20\x69\163\x20\x70\145\162\x6d\x61\156\145\x6e\164\x6c\171\40\144\145\x6c\145\164\x65\144\x20\157\156\x20\42\x45\x6d\160\164\171\x20\x54\x72\x61\163\x68\42\x20\157\162\40\x77\x68\x65\156\x20\x74\x68\145\x20\74\x61\40\x68\162\145\x66\75\42\150\164\x74\160\163\x3a\57\x2f\144\145\x76\145\154\157\160\x65\162\56\167\157\x72\144\x70\x72\x65\163\163\56\157\x72\x67\57\162\145\x66\x65\162\145\156\143\x65\x2f\150\157\x6f\153\x73\57\142\145\146\x6f\x72\145\137\x64\x65\154\145\164\145\137\160\x6f\x73\x74\57\42\40\x74\x61\x72\x67\x65\x74\x3d\x22\137\x62\x6c\141\x6e\153\42\x3e\142\x65\x66\x6f\162\x65\137\x64\145\x6c\145\164\x65\x5f\160\157\x73\164\x3c\57\141\76\40\127\157\162\x64\120\x72\145\x73\x73\40\150\157\x6f\x6b\x20\151\163\40\164\162\x69\x67\x67\x65\162\x65\x64\56\74\x2f\x6c\x61\142\x65\x6c\76\xd\12\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x3c\160\40\x63\154\141\163\x73\x3d\x22\144\145\x73\143\162\151\x70\x74\151\x6f\x6e\x22\x3e\124\x68\x69\x73\x20\x69\x73\x20\141\40\162\165\156\164\x69\155\x65\40\x6f\x70\x74\151\157\x6e\x2e\x20\x49\164\x20\x61\x66\146\145\143\x74\x73\40\141\154\154\x20\x65\170\x69\163\164\151\156\147\40\160\x61\x72\164\163\x20\x61\x74\x20\x6f\156\143\x65\x2e\40\124\150\145\x20\x65\146\146\145\143\164\40\x69\163\x20\x69\x6e\x73\x74\141\x6e\x74\141\156\145\157\x75\163\x20\x61\x6e\144\40\x6c\141\x73\x74\x73\40\x77\150\x69\x6c\145\40\164\x68\x65\x20\157\x70\x74\151\x6f\156\x20\x69\x73\x20\145\x6e\141\142\154\x65\144\x2e\74\x62\162\x3e\x57\x68\x65\x6e\40\x64\151\x73\141\142\154\145\x64\x2c\40\164\x68\145\x20\145\x66\x66\x65\143\x74\40\144\x69\x73\x61\x70\160\145\141\x72\163\56\74\x2f\x70\76\15\12\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\74\57\164\144\x3e\15\12\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\74\57\164\162\76\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\15\xa\xd\xa\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x3c\164\x72\76\15\xa\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\74\x74\150\40\163\143\157\x70\145\75\42\x72\x6f\167\x22\x3e\x4c\x69\x6e\153\40\x74\x6f\40\163\x6f\165\x72\x63\145\x3c\57\164\150\76\xd\xa\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x3c\x74\144\76\xd\xa\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x3c\151\156\160\x75\164\40\x74\x79\160\x65\75\x22\143\x68\x65\143\x6b\x62\157\170\42\x20\151\x64\75\x22\x6c\x74\x73\x22\40\x6e\141\155\145\75\x22"; echo CSEO_LINK_TO_SOURCE; echo "\x22\15\xa\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20"; if (!(get_option(CSEO_LINK_TO_SOURCE) === "\x6f\x6e")) { goto wi_xy; } echo "\x63\x68\145\x63\153\x65\144"; wi_xy: echo "\x20\x2f\x3e\xd\12\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\x3c\x6c\x61\142\x65\x6c\x20\x66\x6f\162\75\42\154\164\163\42\x3e\x77\150\x65\x6e\x20\143\x68\145\143\153\145\x64\40\x74\150\145\x20\x70\x6f\x73\164\x20\x74\x69\x74\154\145\x73\x20\x77\151\x6c\x6c\x20\142\x65\x20\x6c\x69\156\x6b\x65\144\40\x74\x6f\x20\x74\150\x65\151\162\x20\163\157\x75\x72\143\x65\40\x70\141\x67\145\163\x2e\74\x2f\x6c\x61\142\145\154\x3e\xd\xa\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\74\160\x20\x63\154\141\163\163\75\x22\x64\x65\163\x63\162\151\160\164\151\157\x6e\x22\x3e\x54\150\x69\163\x20\151\x73\x20\x61\x20\162\165\156\164\151\x6d\x65\x20\157\160\x74\151\157\x6e\56\40\x49\x74\40\x61\146\x66\145\x63\164\163\x20\141\x6c\154\40\x65\x78\x69\163\x74\151\x6e\147\x20\160\x61\x72\x74\x73\x20\141\x74\40\x6f\156\x63\145\56\x20\x54\150\x65\40\145\146\x66\x65\x63\x74\x20\151\163\x20\151\156\163\x74\141\x6e\x74\141\156\x65\157\165\163\x20\x61\x6e\144\40\154\x61\163\164\x73\40\x77\x68\151\x6c\x65\x20\x74\x68\145\x20\157\160\164\151\157\x6e\x20\151\x73\40\x65\x6e\141\142\154\145\x64\56\x3c\x62\x72\x3e\x57\x68\145\156\40\144\151\x73\141\x62\154\x65\x64\54\40\x74\x68\145\40\x65\146\x66\145\x63\x74\40\144\x69\x73\x61\x70\x70\145\x61\x72\163\56\x3c\57\160\x3e\xd\xa\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\74\57\164\144\76\15\12\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x3c\x2f\164\x72\76\x20\x20\40\x20\15\12\15\12\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x3c\x74\162\76\xd\12\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\74\164\x68\40\x73\143\157\160\x65\75\42\162\x6f\x77\42\76\115\157\162\x70\x68\x69\156\x67\x20\x52\x53\123\40\x68\157\163\x74\40\x6d\157\x64\145\74\x2f\x74\x68\x3e\xd\xa\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\74\164\x64\x3e\xd\12\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\74\x69\156\160\x75\x74\x20\x74\171\x70\x65\75\x22\x63\150\145\x63\153\142\x6f\170\x22\40\151\x64\x3d\x22\155\162\x68\155\x22\xd\xa\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x6e\x61\x6d\145\75\42"; echo CSEO_SERVER_MODE; echo "\42\xd\12\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20"; if (!(get_option(CSEO_SERVER_MODE) === "\157\x6e")) { goto GAwgq; } echo "\x63\150\145\143\x6b\x65\144"; GAwgq: echo "\x20\x2f\x3e\xd\12\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\74\154\x61\x62\x65\154\40\146\x6f\x72\x3d\42\155\162\150\x6d\42\x3e\143\x68\145\143\153\40\164\150\151\x73\x20\157\160\x74\151\157\156\40\164\157\x20\164\165\x72\x6e\40\171\x6f\165\x72\x20\142\154\x6f\147\40\151\156\164\x6f\x20\x6d\157\x72\160\x68\x69\x6e\x67\40\x52\x53\x53\40\150\157\x73\164\40\50\143\x6f\x6e\x74\145\156\x74\40\x73\x70\x69\156\156\145\x72\x29\56\74\x2f\x6c\141\142\145\154\x3e\x20\xd\xa\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x3c\160\40\x63\x6c\x61\x73\163\x3d\x22\144\145\163\x63\x72\151\160\164\151\157\156\42\x3e\x54\150\x69\163\x20\151\163\40\141\x20\162\165\x6e\x74\x69\x6d\145\x20\x6f\x70\x74\151\157\x6e\x2e\40\x49\164\x20\x61\x66\x66\145\143\x74\x73\40\141\x6c\x6c\40\145\170\x69\163\x74\151\156\x67\x20\160\x61\x72\x74\x73\40\141\x74\40\157\156\x63\145\56\x20\x54\150\x65\x20\x65\146\x66\x65\x63\164\40\x69\163\40\x69\x6e\x73\x74\141\x6e\164\141\x6e\x65\x6f\165\163\x20\141\x6e\144\40\x6c\x61\x73\164\x73\40\x77\x68\x69\154\x65\40\x74\x68\145\40\x6f\x70\x74\151\157\156\40\151\x73\x20\145\x6e\x61\x62\154\x65\144\56\x3c\142\x72\76\127\x68\145\156\x20\x64\151\163\x61\x62\x6c\145\144\54\x20\164\x68\145\x20\145\x66\x66\145\143\x74\40\x64\x69\163\x61\160\160\145\x61\x72\163\x2e\74\x2f\160\x3e\15\12\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x3c\x2f\x74\x64\x3e\15\xa\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x3c\57\164\x72\x3e\xd\xa\xd\xa\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\40\74\x74\x72\76\15\xa\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\74\164\x68\x20\x73\x63\x6f\160\145\75\42\162\x6f\167\42\x3e\106\165\x6c\154\x20\164\x65\x78\164\x20\145\x78\164\x72\x61\x63\x74\157\162\x20\x55\122\x4c\x3c\x2f\164\150\x3e\xd\xa\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\74\164\144\76\xd\12\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x3c\151\156\x70\x75\164\x20\x74\171\160\145\x3d\42\x74\x65\x78\x74\42\40\x6e\141\155\145\75\x22"; echo "\x63\x78\x78\170\x5f\146\165\154\154\137\164\x65\170\x74\137\x65\x78\x74\162\x61\x63\164\x6f\x72"; echo "\x22\40\x73\164\x79\154\x65\75\42\167\151\144\x74\150\72\x31\x30\60\45\x22\40\166\141\154\165\145\75\x22"; echo stripslashes(get_option("\143\x78\x78\170\x5f\146\x75\154\x6c\x5f\164\145\x78\x74\137\x65\x78\164\x72\141\x63\x74\x6f\x72")); echo "\x22\x3e\15\12\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x3c\160\x20\143\154\141\163\163\x3d\42\x64\x65\x73\143\x72\x69\160\x74\x69\x6f\156\x22\x3e\110\x65\x72\x65\x20\x79\157\165\x20\143\x61\x6e\40\x73\160\145\143\x69\x66\171\40\x74\x68\x65\x20\125\122\114\x20\x6f\146\x20\x74\x68\145\x20\x46\x75\154\154\x20\124\145\170\164\40\122\x53\123\40\x65\170\x74\x72\141\143\164\157\x72\56\40\124\150\145\40\106\165\154\154\55\124\x65\170\x74\55\122\x53\x53\x20\x73\x63\x72\x69\x70\x74\x20\x69\163\40\x6e\x6f\164\40\x61\x20\x70\141\x72\164\x20\157\146\40\103\171\142\x65\x72\x53\105\x4f\40\x50\162\x6f\x20\x64\151\163\x74\x72\151\142\x75\164\151\x76\x65\x2e\x3c\57\x70\x3e\x20\15\12\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x3c\x70\40\x63\154\x61\163\163\x3d\42\144\x65\x73\143\x72\x69\x70\164\151\157\x6e\42\x3e\x49\x74\x27\x73\x20\141\156\x20\x6f\160\x74\151\x6f\156\141\154\40\x73\143\x72\x69\x70\x74\x20\x77\x68\151\x63\150\40\143\x61\x6e\x20\142\x65\x20\165\163\x65\144\40\142\x79\40\103\171\142\x65\x72\x53\105\x4f\x20\120\x72\x6f\x20\x61\x73\x20\141\x20\63\162\x64\55\x70\141\x72\164\x79\40\x73\x65\x72\166\x69\x63\145\40\151\156\40\141\143\143\x6f\162\x64\x61\x6e\143\x65\40\x74\x6f\x20\107\120\x4c\x2e\x3c\57\x70\x3e\xd\12\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x3c\57\x74\144\x3e\11\xd\xa\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\74\57\x74\162\76\15\12\xd\xa\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x3c\164\x72\x3e\15\12\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x3c\164\x68\40\x73\143\x6f\x70\x65\75\42\x72\157\167\42\x3e\x41\165\164\157\55\x69\x6e\x73\x74\141\154\x6c\40\x46\x75\x6c\154\x2d\124\145\x78\x74\x20\122\x53\123\74\x2f\x74\x68\76\15\12\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x3c\x74\x64\x3e\15\12\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x3c\151\x6e\x70\165\164\x20\164\171\x70\x65\x3d\x22\143\x68\x65\143\x6b\x62\x6f\170\x22\x20\x69\x64\75\x22\x61\151\146\164\141\x22\x20\x6e\141\x6d\145\75\x22"; echo CSEO_AUTOINSTALL_FTRSS; echo "\42\xd\12\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40"; if (!(get_option(CSEO_AUTOINSTALL_FTRSS) === "\x6f\156")) { goto b3aHZ; } echo "\x63\150\x65\x63\x6b\x65\144"; b3aHZ: echo "\40\57\76\xd\12\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\74\154\x61\142\145\154\40\146\157\162\x3d\x22\141\151\x66\x74\x61\42\x3e\x77\150\145\156\40\x63\150\x65\143\x6b\145\144\54\40\x74\x68\x65\40\146\x75\x6c\x6c\55\164\x65\170\164\40\x52\123\123\40\x73\x63\162\x69\x70\x74\x20\167\x69\154\154\x20\x62\145\40\x61\x75\164\x6f\x6d\x61\164\x69\x63\141\154\x6c\x79\x20\x64\x6f\x77\x6e\154\157\x61\x64\145\144\x20\x61\156\144\40\x69\x6e\163\164\x61\x6c\154\145\x64\x20\157\x6e\40\x79\x6f\x75\x72\x20\x73\x69\164\x65\x20\x64\165\162\x69\156\x67\x20\x74\x68\145\40\156\145\x78\x74\x20\163\143\x68\145\x64\165\154\145\x64\x20\165\x70\x64\x61\x74\145\56\74\57\x6c\141\x62\145\154\76\xd\12\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x3c\x2f\x74\144\x3e\15\12\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\74\x2f\x74\x72\76\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\15\12\xd\xa\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x3c\164\x72\x3e\xd\xa\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x3c\164\150\x20\x73\143\157\x70\145\x3d\x22\162\x6f\x77\x22\76\120\x72\x65\163\x65\x74\40\144\151\x72\145\143\164\157\x72\x79\x3c\57\164\x68\76\xd\xa\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\74\164\x64\76\15\12\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x3c\x69\x6e\x70\165\164\40\x74\x79\160\145\75\42\x74\145\x78\164\x22\40\x6e\x61\155\x65\x3d\42"; echo CSEO_PRESET_DIR; echo "\x22\40\x73\x74\171\x6c\x65\75\x22\x77\151\144\x74\x68\x3a\61\60\x30\45\x22\40\x76\141\x6c\x75\x65\x3d\42"; echo get_option(CSEO_PRESET_DIR); echo "\x22\x3e\xd\12\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\74\160\40\143\x6c\x61\163\x73\x3d\42\x64\x65\163\x63\x72\151\x70\x74\151\x6f\156\42\x3e\x46\x75\x6c\154\40\x73\145\x72\166\x65\x72\40\x70\x61\x74\150\x20\x74\157\40\x70\162\x65\163\145\x74\40\x66\151\x6c\x65\163\x2e\x3c\x2f\x70\76\xd\12\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x3c\x2f\164\x64\76\x9\xd\12\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\74\x2f\164\162\76\40\40\15\xa\xd\12\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x3c\164\162\76\xd\xa\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\74\x74\150\x20\163\x63\x6f\x70\145\x3d\x22\162\157\x77\x22\76\104\151\x73\141\x62\x6c\x65\x20\x66\145\145\x64\40\x55\122\x4c\x20\143\157\156\164\162\x6f\154\x3c\x2f\164\150\76\xd\12\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x3c\x74\144\x3e\15\xa\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x3c\x69\156\x70\165\164\40\x74\x79\160\x65\x3d\x22\143\x68\145\x63\x6b\x62\x6f\x78\x22\40\x69\x64\x3d\42\x64\x66\144\143\x22\15\12\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\x6e\141\x6d\145\x3d\x22"; echo CSEO_DISABLE_DUPLICATION_CONTROL; echo "\42\xd\12\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40"; if (!(get_option(CSEO_DISABLE_DUPLICATION_CONTROL) === "\x6f\156")) { goto M0o06; } echo "\x63\150\145\143\x6b\x65\144"; M0o06: echo "\x20\57\76\xd\12\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\74\x6c\x61\142\145\154\x20\146\x6f\x72\x3d\x22\x64\146\144\x63\42\x3e\141\154\154\x6f\x77\x73\x20\164\150\145\x20\103\171\142\145\x72\x53\x45\x4f\x20\160\154\165\147\x69\x6e\40\164\157\x20\x61\x64\x64\40\155\x6f\162\x65\x20\164\150\141\x6e\x20\157\x6e\x65\40\143\157\x70\171\x20\x6f\x66\x20\x74\150\x65\40\x73\141\x6d\145\x20\x66\145\145\144\x20\57\40\x63\157\x6e\164\145\x6e\164\40\163\157\x75\x72\143\145\56\x20\x44\x6f\x6e\x27\x74\40\143\x6f\156\146\x75\x73\145\x20\151\164\x20\x77\151\x74\x68\40\x64\165\160\154\151\143\141\x74\145\40\160\x6f\163\x74\40\143\150\145\143\x6b\x2c\x20\x77\150\x69\x63\150\x20\x69\x73\x20\x61\40\x64\x69\146\x66\x65\162\x65\156\x74\x20\x6f\160\164\151\x6f\156\x2e\74\x2f\x6c\141\x62\x65\x6c\76\15\12\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x3c\x2f\164\144\76\xd\12\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\74\57\164\162\76\xd\xa\15\xa\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x3c\164\162\x3e\15\xa\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\x20\x3c\164\150\40\163\x63\x6f\x70\x65\x3d\42\x72\x6f\x77\42\x3e\x44\157\x6e\47\164\40\x70\x72\145\x70\x72\157\143\x65\x73\x73\x20\x6f\x6e\40\160\x72\x65\166\x69\145\167\x3c\x2f\x74\x68\x3e\15\12\40\x20\40\x20\x20\40\40\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x3c\164\144\x3e\xd\12\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\74\x69\x6e\x70\165\x74\40\164\x79\160\x65\x3d\42\143\x68\x65\x63\153\142\157\x78\x22\40\x69\144\75\x22\144\x6e\160\163\x6f\x70\42\x20\x6e\x61\x6d\x65\x3d\x22"; echo CSEO_DNPSOP; echo "\42\xd\12\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\40\40\40\40\x20"; if (!(get_option(CSEO_DNPSOP) === "\157\x6e")) { goto z4S7H; } echo "\x63\x68\x65\x63\x6b\145\144"; z4S7H: echo "\40\x2f\x3e\15\12\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\74\x6c\141\x62\x65\x6c\x20\146\x6f\x72\x3d\42\144\156\160\163\x6f\160\42\76\144\157\40\x6e\x6f\x74\x20\x65\170\x65\143\165\164\x65\x20\163\x6f\x75\162\143\x65\x20\160\162\x65\x70\162\157\x63\145\163\163\157\x72\x20\120\110\120\40\143\157\144\145\x20\157\x6e\40\146\x65\145\x64\x20\x70\x72\145\x76\151\145\167\x2e\x3c\57\154\141\x62\x65\154\x3e\15\xa\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\74\x2f\164\144\76\xd\xa\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\74\57\x74\x72\x3e\40\15\12\xd\12\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\74\x74\x72\76\xd\12\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x3c\164\x68\x20\x73\143\157\x70\145\x3d\x22\162\x6f\x77\x22\76\x4d\x61\170\40\145\170\x65\143\165\x74\151\x6f\x6e\40\x74\x69\x6d\145\74\57\164\150\76\xd\xa\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\74\x74\x64\76\xd\12\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\74\x69\156\160\x75\164\40\x74\171\160\145\75\x22\164\145\170\164\42\x20\x6e\x61\x6d\145\75\42"; echo CSEO_MAX_EXEC_TIME; echo "\x22\x20\x73\151\x7a\145\75\42\65\x22\40\166\141\x6c\165\x65\75\x22"; echo get_option(CSEO_MAX_EXEC_TIME); echo "\42\x3e\15\12\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\x3c\160\40\x63\x6c\x61\163\163\x3d\x22\x64\145\163\143\162\x69\x70\x74\x69\x6f\156\x22\x3e\115\x61\170\x69\x6d\x75\155\40\x50\110\120\40\x65\x78\145\143\x75\x74\x69\157\156\40\164\x69\x6d\x65\54\x20\x67\x69\x76\x65\156\x20\x74\157\40\103\x79\142\145\x72\123\x45\117\40\120\x72\157\40\x74\157\40\145\x78\x65\143\165\x74\x65\x20\141\154\154\40\157\160\x65\162\141\164\x69\157\x6e\163\x2e\x20\x49\x66\40\163\x65\164\40\x74\157\x20\172\145\162\157\54\40\x6e\x6f\x20\164\151\155\x65\x20\x6c\151\155\151\x74\x20\151\163\40\151\x6d\x70\x6f\x73\x65\144\56\x3c\57\160\x3e\xd\xa\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x3c\57\x74\x64\x3e\x9\15\12\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x3c\57\x74\162\76\x20\xd\12\15\xa\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x3c\164\x72\76\xd\xa\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x3c\164\x68\40\163\x63\157\x70\145\75\x22\162\x6f\167\x22\76\123\157\x72\x74\x20\x66\x65\x65\144\x20\x73\157\165\162\x63\145\163\x20\x62\x79\74\x2f\x74\x68\x3e\15\xa\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x3c\164\144\76\15\12\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x3c\163\145\154\145\x63\164\40\x6e\141\155\x65\75\42"; echo CSEO_SORT_FEED_SOURCES; echo "\x22\x20\x6f\x6e\x63\x68\141\156\147\145\x3d\x22\143\163\145\x6f\x43\150\x61\156\x67\145\x4d\157\x64\x65\50\x29\73\x22\76\15\xa\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20"; echo "\x3c\157\x70\x74\x69\x6f\x6e\x20" . (get_option(CSEO_SORT_FEED_SOURCES) === "\x6e\x61\x6d\x65" ? "\163\145\154\145\x63\164\145\144\x20" : '') . "\x76\x61\x6c\x75\145\x3d\x22\x6e\141\x6d\x65\x22\76\x6e\x61\x6d\x65\74\x2f\157\160\164\x69\x6f\156\76"; echo "\x3c\157\160\164\151\x6f\x6e\x20" . (get_option(CSEO_SORT_FEED_SOURCES) === "\x64\x61\x74\145" ? "\x73\x65\x6c\x65\x63\x74\x65\x64\x20" : '') . "\x76\141\154\165\x65\75\42\x64\x61\164\145\42\x3e\x64\x61\x74\x65\74\x2f\157\x70\164\x69\157\x6e\76"; echo "\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x3c\x2f\163\x65\154\145\x63\164\x3e\15\xa\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x3c\x70\x20\143\154\141\x73\163\75\42\144\x65\x73\x63\162\151\160\164\x69\x6f\x6e\x22\76\x43\x68\157\157\x73\x65\40\163\x6f\x75\x72\x63\x65\40\146\145\145\x64\40\x73\157\162\x74\151\156\147\x20\157\x72\x64\x65\162\40\x69\x6e\x20\164\150\145\40\x43\x79\142\x65\162\x53\x45\x4f\40\120\x72\x6f\40\x53\x79\156\x64\151\x63\x61\164\x6f\x72\x2e\74\x2f\160\x3e\15\xa\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\74\x2f\164\x64\76\xd\12\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\74\57\x74\162\76\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\xd\12\15\xa\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x3c\164\162\76\15\xa\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\74\x74\150\40\x73\x63\157\x70\x65\75\42\x72\157\x77\x22\76\120\x72\x6f\x78\x79\x20\x6c\151\163\x74\x3c\57\x74\x68\x3e\xd\12\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x3c\164\144\76\15\xa\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x3c\164\x65\x78\x74\141\x72\x65\141\x20\x63\157\154\163\75\x22\x31\60\60\x22\40\162\x6f\167\x73\75\42\x32\60\x22\40\x69\x64\75\x22\x70\162\157\170\x79\137\154\x69\163\164\x22\40\x6e\141\155\145\x3d\42"; echo CSEO_PROXY_LIST; echo "\42\x20\163\x74\171\x6c\x65\x3d\42\155\x61\162\x67\x69\x6e\72\x30\73\150\145\x69\x67\x68\164\72\63\60\x65\x6d\73\x77\151\x64\x74\150\x3a\61\60\x30\x25\73\x22\76"; echo trim(stripslashes(htmlspecialchars(implode(PHP_EOL, cseo_get_proxy_list())))); echo "\74\x2f\x74\x65\170\x74\x61\162\145\x61\76\xd\xa\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x3c\160\x20\x63\x6c\141\163\163\x3d\42\144\145\163\143\x72\x69\160\164\151\157\x6e\42\76\x4f\156\x65\x20\x70\162\x6f\170\171\x20\160\145\162\40\x6c\x69\x6e\145\40\151\156\40\164\150\x65\x20\146\157\x6c\x6c\x6f\167\151\x6e\x67\x20\x66\x6f\162\155\141\164\x3a\40\x3c\163\x74\162\157\x6e\x67\76\111\120\x3a\x50\x4f\122\124\74\x2f\x73\x74\x72\x6f\x6e\147\x3e\40\x6f\162\40\x3c\163\x74\x72\157\x6e\x67\76\x55\x53\105\122\116\101\115\105\72\120\101\x53\x53\127\x4f\x52\104\x40\x49\x50\72\x50\117\x52\x54\74\57\x73\x74\162\x6f\x6e\147\76\74\57\x70\x3e\xd\xa\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\x3c\x2f\x74\144\76\xd\12\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\74\x2f\x74\x72\76\x9\40\40\15\12\xd\12\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\74\x74\x72\x3e\15\12\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x3c\164\x68\x20\163\143\x6f\160\x65\75\42\162\x6f\167\x22\76\123\x68\x75\x66\x66\154\145\40\160\x72\x6f\x78\151\145\163\x3c\57\x74\150\76\xd\12\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x3c\x74\144\x3e\15\12\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\74\x69\156\x70\165\164\x20\164\171\x70\145\75\x22\x63\150\x65\x63\x6b\x62\x6f\170\42\40\x69\x64\75\42\163\160\x22\40\156\x61\x6d\145\x3d\x22"; echo CSEO_SHUFFLE_PROXIES; echo "\42\15\xa\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20"; if (!(get_option(CSEO_SHUFFLE_PROXIES) === "\157\x6e")) { goto ysvtm; } echo "\x63\150\145\x63\153\145\x64"; ysvtm: echo "\40\x2f\76\15\12\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\74\154\141\x62\x65\154\40\146\157\x72\x3d\x22\x73\x70\x22\x3e\164\x68\145\40\x70\x72\157\170\x79\40\x6c\151\x73\164\x20\x77\x69\x6c\x6c\40\x62\145\x20\163\x68\165\146\146\x6c\145\144\x20\x65\x76\145\x72\x79\x20\164\x69\x6d\145\40\x74\150\145\x20\x70\x6c\x75\147\x69\x6e\x20\x70\x75\154\154\163\40\x61\40\146\145\145\144\x2e\74\x2f\x6c\x61\142\145\x6c\x3e\15\xa\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\74\57\x74\144\76\15\12\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\74\57\164\x72\76\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\15\xa\xd\12\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x3c\x74\162\x3e\15\12\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x3c\164\150\40\x73\x63\157\x70\145\x3d\x22\x72\x6f\x77\42\x3e\105\156\141\x62\x6c\145\x20\144\145\142\x75\x67\40\x6d\x6f\x64\x65\74\57\164\x68\x3e\xd\xa\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x3c\x74\144\x3e\15\12\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x3c\x69\x6e\x70\x75\x74\40\164\x79\x70\145\75\42\x63\x68\145\x63\x6b\142\157\x78\42\x20\151\144\75\42\145\x64\x6d\42\x20\x6e\x61\x6d\x65\x3d\x22"; echo CSEO_ENABLE_DEBUG_MODE; echo "\x22\xd\xa\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40"; if (!(get_option(CSEO_ENABLE_DEBUG_MODE) === "\157\x6e")) { goto y6OpA; } echo "\x63\x68\145\x63\153\x65\x64"; y6OpA: echo "\x20\57\76\xd\12\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x3c\154\141\142\145\154\40\146\x6f\x72\75\42\x65\x64\155\42\x3e\x65\x6e\141\x62\x6c\145\163\x20\120\x48\x50\40\144\x65\142\x75\147\40\155\157\x64\145\x2e\74\57\154\141\x62\145\x6c\76\xd\12\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x3c\57\164\x64\76\xd\12\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\x3c\x2f\164\x72\x3e\15\12\15\12\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x3c\x74\x72\76\xd\xa\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x3c\x74\x68\x20\x73\143\157\x70\145\75\42\162\x6f\x77\x22\x3e\105\x6e\141\x62\x6c\x65\x20\x6d\141\x74\x75\x72\x65\55\162\x61\x74\145\144\40\160\x72\145\163\x65\x74\163\x3c\x2f\x74\x68\76\xd\xa\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x3c\x74\144\x3e\xd\xa\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x3c\x69\156\160\x75\x74\40\164\x79\160\x65\75\x22\x63\x68\145\143\x6b\x62\157\170\42\x20\x69\x64\x3d\x22\155\x72\160\42\x20\156\x61\155\145\75\42"; echo CSEO_ENABLE_MRP; echo "\x22\15\xa\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20"; if (!(get_option(CSEO_ENABLE_MRP) === "\x6f\x6e")) { goto MbpVb; } echo "\x63\x68\x65\143\x6b\145\144"; MbpVb: echo "\x20\x2f\76\15\xa\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x3c\x6c\x61\x62\x65\x6c\x20\x66\x6f\162\75\x22\x6d\162\160\x22\76\163\x68\x6f\x77\40\141\144\165\154\x74\40\x72\141\164\x65\x64\x20\x70\162\x65\163\x65\x74\x73\56\x3c\x2f\154\141\x62\x65\154\76\15\12\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\74\x2f\164\x64\76\15\12\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\x3c\57\164\162\76\15\12\xd\xa\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40"; echo "\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\74\57\x74\x61\142\154\x65\76\xd\xa\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\74\142\162\x3e\15\12\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\74\x64\151\166\40\163\x74\x79\x6c\x65\x3d\42\164\145\x78\164\55\141\x6c\151\x67\x6e\x3a\154\145\x66\164\73\x22\76\15\12\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\74\x69\156\160\165\x74\40\164\x79\x70\x65\75\x22\163\x75\x62\155\x69\x74\x22\x20\x6e\141\x6d\x65\x3d\x22\163\x75\142\155\x69\164\x5f\157\160\x74\151\x6f\156\163\x22\x20\143\x6c\x61\163\163\x3d\x22\x62\165\x74\x74\x6f\156\x2d\160\x72\x69\155\x61\x72\171\x22\40\x76\141\x6c\165\145\x3d\x22\125\160\144\141\164\145\x20\157\x70\x74\151\x6f\x6e\x73\x22\x20\57\76\15\xa\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40"; if (!empty(trim(get_option("\x63\170\x78\170\x5f\x66\x75\x6c\154\x5f\164\145\x78\x74\x5f\x65\x78\x74\x72\x61\143\164\x6f\162")))) { goto q8Abm; } echo "\x20\40\x20\x20\xd\xa\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x26\x6e\142\x73\x70\x3b\xd\12\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\x3c\151\156\160\165\x74\40\x74\x79\160\x65\x3d\42\163\165\x62\155\151\164\x22\40\156\141\155\x65\x3d\x22\x69\156\164\x73\164\141\x6c\154\x5f\x66\x74\x72\163\x73\42\x20\143\154\141\x73\163\75\42\142\x75\164\x74\x6f\x6e\x22\40\x76\x61\x6c\x75\145\75\x22\x49\x6e\x73\164\141\x6c\x6c\40\x74\x68\x65\40\x46\165\x6c\154\x20\x54\x65\170\164\x20\x52\123\x53\x20\x73\x63\162\151\160\x74\x22\40\x2f\x3e\15\12\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20"; q8Abm: echo "\x20\40\x20\x20\x20\x20\x20\40\xd\12\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\74\x2f\144\x69\166\76\15\12\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\15\xa\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\74\x62\162\76\15\12\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x3c\150\x72\76\40\xd\xa\15\xa\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\74\144\151\166\x20\163\164\171\154\x65\75\42\164\145\x78\164\55\141\x6c\x69\147\x6e\72\154\145\146\x74\73\x20\155\141\x72\147\151\156\x2d\x74\157\x70\x3a\40\64\x30\x70\x74\x3b\42\x3e\x20\40\x20\40\x20\x20\40\15\12\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x3c\x70\76\15\12\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x52\x65\x73\145\x74\40\171\x6f\165\162\40\x6c\151\x63\145\x6e\x73\145\40\156\141\x6d\145\x20\141\x6e\x64\40\x65\x6d\141\x69\x6c\56\x20\x59\x6f\165\x20\x73\150\x6f\165\x6c\x64\x20\x64\157\40\x69\x74\40\x6f\156\x6c\x79\x20\x69\146\x20\x79\x6f\x75\40\x77\141\156\x74\x20\x74\157\40\x72\145\x2d\x72\145\x67\x69\163\x74\x65\162\x20\x74\150\151\x73\x20\x63\157\x70\x79\40\x6f\146\x20\103\171\142\x65\x72\x53\105\117\40\120\162\x6f\x20\x74\157\40\x61\x6e\157\164\x68\x65\x72\x20\x61\x63\x63\157\x75\x6e\164\x20\x6f\x77\156\x65\162\x2e\x20\15\xa\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\x57\x68\145\156\x20\x79\x6f\x75\x20\x63\x6c\151\x63\x6b\x20\x74\150\x69\163\x20\x62\x75\164\x74\x6f\x6e\x2c\40\171\157\165\40\167\151\x6c\x6c\40\150\141\x76\145\40\x74\x6f\40\145\156\x74\145\x72\40\x74\x68\145\40\156\x65\x77\x20\x61\x63\164\x69\166\x61\x74\x69\x6f\x6e\x20\x69\x6e\x66\157\40\x77\x68\x69\143\x68\x20\x69\x6e\143\x6c\165\x64\x65\x73\40\164\150\x65\40\x6e\141\155\145\x20\141\156\144\x20\x65\x6d\x61\x69\154\x20\157\146\x20\x74\x68\145\40\156\x65\x77\x20\x6c\x69\143\x65\x6e\163\145\40\157\x77\156\145\162\x2e\15\12\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x3c\x2f\x70\x3e\15\12\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\x3c\151\156\160\165\x74\x20\x74\x79\160\145\x3d\42\x73\x75\142\x6d\x69\x74\42\40\156\141\x6d\x65\x3d\x22\x72\145\x73\x65\164\137\162\145\x67\151\x73\x74\162\141\164\x69\157\156\x5f\151\156\146\157\42\x20\143\154\x61\x73\x73\75\42\x62\165\x74\x74\x6f\156\55\160\x72\151\155\x61\x72\171\x22\x20\163\164\x79\154\145\x3d\x22\142\x61\x63\x6b\147\x72\x6f\165\x6e\x64\x3a\x20\x72\145\144\x3b\x20\142\x6f\x72\x64\x65\x72\x2d\143\x6f\154\x6f\x72\72\40\43\x39\60\60\x30\60\x30\x3b\42\x20\x76\141\154\165\145\75\x22\46\x23\x78\x32\66\x41\x30\x3b\40\x52\x65\163\145\x74\40\171\157\x75\x72\40\x72\145\x67\151\x73\164\x72\x61\x74\151\157\x6e\x20\144\x61\x74\141\42\40\157\156\103\154\x69\143\153\75\42\162\x65\164\165\x72\156\40\143\157\156\146\151\162\155\50\47\x52\x65\x73\x65\164\x20\171\157\165\162\x20\x72\x65\x67\x69\163\x74\162\141\x74\151\x6f\x6e\40\x6e\x61\155\145\x20\141\156\x64\40\145\x6d\141\151\x6c\77\47\51\42\57\76\15\xa\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\74\x2f\144\x69\x76\76\xd\12\15\12\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20"; wp_nonce_field("\x63\163\x65\x6f\x5f\147\145\x6e\x65\x72\x61\154\x5f\x73\145\x74\x74\151\156\147\x73"); echo "\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x3c\163\x63\x72\151\160\164\x3e\15\xa\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\166\x61\162\40\x70\x72\x6f\x78\x79\137\154\151\163\164\x20\75\40\x43\x6f\144\145\115\151\162\x72\157\x72\x2e\x66\x72\157\x6d\124\x65\x78\164\101\x72\x65\141\x28\144\x6f\143\x75\x6d\145\156\164\56\147\145\164\105\x6c\x65\155\x65\x6e\164\x42\171\x49\144\x28\42\160\162\x6f\x78\171\x5f\154\151\x73\164\x22\x29\54\x20\173\15\12\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\141\x75\x74\157\122\145\x66\x72\x65\x73\150\72\40\x74\x72\x75\x65\x2c\15\12\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\154\x69\x6e\x65\x57\x72\141\160\160\151\156\x67\x3a\x20\x74\162\165\145\54\xd\12\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\154\x69\x6e\x65\x4e\165\x6d\142\145\162\163\x3a\40\x74\x72\x75\x65\x2c\xd\xa\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x73\160\x65\154\x6c\143\x68\145\143\153\x3a\x20\146\141\x6c\163\145\54\xd\xa\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\155\141\x74\x63\x68\102\x72\x61\143\153\145\164\x73\72\40\x74\162\x75\145\x2c\15\xa\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\155\x6f\144\x65\72\x20\42\x6d\141\164\150\x65\x6d\x61\164\151\143\x61\x22\x2c\xd\xa\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\151\156\x64\145\156\x74\125\x6e\x69\164\x3a\40\70\x2c\xd\xa\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x69\x6e\x64\145\156\164\x57\x69\164\150\x54\x61\x62\x73\x3a\x20\164\x72\165\145\x2c\15\xa\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x65\x6e\164\145\x72\115\x6f\144\x65\x3a\x20\x22\x6b\145\145\160\42\54\xd\12\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x74\x61\142\x4d\x6f\144\x65\x3a\x20\x22\163\150\151\146\164\x22\xd\12\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\175\51\73\15\12\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\160\162\x6f\170\171\x5f\154\x69\163\164\x2e\x73\145\x74\123\x69\x7a\145\50\42\x31\x30\60\45\x22\54\x20\x22\62\x30\x65\155\42\51\73\xd\12\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x3c\x2f\163\x63\x72\x69\160\164\x3e\xd\12\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x3c\57\144\151\x76\76\15\12\40\40\40\40\40\40\40\x20\40\40\x20\x20\x3c\57\146\x6f\x72\155\x3e\xd\xa\40\40\x20\x20\40\40\x20\x20\74\x2f\x64\x69\x76\76\xd\12\40\x20\40\x20\74\x2f\144\151\x76\76\xd\12\15\12\40\40\x20\x20\x3c\x73\x63\x72\x69\x70\164\40\x74\171\160\145\x3d\47\164\x65\170\164\x2f\x6a\141\x76\141\163\x63\x72\151\160\164\47\x3e\xd\xa\40\40\40\x20\x20\40\40\x20\x63\x73\145\x6f\103\x68\x61\x6e\x67\x65\x4d\x6f\x64\145\x28\51\x3b\15\12\40\x20\40\x20\x3c\x2f\163\x63\162\151\160\164\x3e\xd\xa\40\x20\40\40"; } function cseo_accounts_menu() { $accounts = get_option(CSEO_ACCOUNTS); if (!(isset($_POST["\x6d\x6f\x64\x69\146\171\x5f\141\143\x63\x6f\165\x6e\164\x73"]) && check_admin_referer("\143\163\145\157\x5f\x61\143\x63\x6f\165\x6e\164\163"))) { goto Fbbgt; } foreach ($accounts as $account_name => $value) { if (is_array($accounts[$account_name])) { goto e630S; } $accounts[$account_name] = trim($_POST[$account_name] ?? ''); e630S: cS3cL: } Uli9n: Fbbgt: $accounts["\x6f\160\x65\x6e\141\151\137\x67\160\x74\x5f\x61\160\x69\x5f\154\151\x6d\x69\164"]["\x6d\141\x78\137\x72\x65\161\x75\x65\x73\x74\163"] = abs(intval($_POST["\x6f\x70\x65\x6e\141\151\137\x67\x70\x74\x5f\141\160\x69\137\154\x69\x6d\151\x74"] ?? $accounts["\x6f\160\145\156\x61\x69\x5f\147\x70\x74\x5f\x61\160\151\137\154\151\155\x69\x74"]["\x6d\141\170\x5f\x72\x65\x71\165\145\x73\164\163"])); $accounts["\x6f\x70\x65\156\141\151\137\x64\x61\x6c\154\145\137\x61\x70\x69\137\154\151\155\151\x74"]["\x6d\x61\x78\137\x72\145\x71\165\x65\163\164\x73"] = abs(intval($_POST["\157\160\145\156\141\151\x5f\x64\141\x6c\154\x65\137\141\160\x69\137\x6c\x69\155\151\x74"] ?? $accounts["\x6f\160\x65\x6e\x61\x69\137\144\x61\x6c\x6c\x65\x5f\141\x70\x69\x5f\154\x69\x6d\x69\164"]["\x6d\141\170\137\x72\145\x71\x75\x65\163\x74\163"])); $accounts["\x61\x6e\x74\x68\x72\157\160\151\x63\x5f\143\154\141\x75\x64\x65\x5f\141\x70\x69\x5f\154\x69\155\x69\164"]["\x6d\141\x78\137\162\x65\x71\165\145\163\x74\x73"] = abs(intval($_POST["\141\x6e\164\150\x72\157\160\151\143\137\143\x6c\141\165\x64\145\x5f\x61\160\x69\137\154\x69\x6d\x69\x74"] ?? $accounts["\141\156\164\150\x72\x6f\x70\151\x63\137\143\154\141\165\x64\x65\x5f\141\x70\x69\x5f\x6c\151\155\x69\164"]["\x6d\141\x78\x5f\162\x65\161\x75\145\163\164\163"])); $accounts["\x67\157\x6f\147\x6c\x65\x5f\147\x65\x6d\x69\x6e\x69\x5f\141\x70\151\137\x6c\x69\155\151\x74"]["\155\x61\170\x5f\x72\x65\x71\165\145\x73\164\163"] = abs(intval($_POST["\x67\x6f\157\147\154\145\x5f\x67\x65\155\151\x6e\151\x5f\141\x70\151\x5f\154\x69\x6d\x69\x74"] ?? $accounts["\147\x6f\157\147\x6c\145\137\x67\x65\155\151\156\151\137\x61\x70\151\137\154\x69\x6d\151\164"]["\x6d\141\170\137\x72\145\161\165\x65\163\164\x73"])); $accounts["\157\160\145\156\162\x6f\165\x74\x65\162\137\x61\160\x69\x5f\x6c\x69\155\x69\x74"]["\155\x61\x78\137\x72\x65\x71\165\x65\x73\164\x73"] = abs(intval($_POST["\x6f\160\145\x6e\x72\157\x75\164\145\162\137\141\x70\151\137\x6c\x69\155\x69\164"] ?? $accounts["\157\x70\x65\x6e\x72\157\165\164\x65\x72\x5f\141\x70\x69\137\154\x69\155\151\164"]["\155\x61\170\137\162\145\161\x75\145\x73\164\x73"])); $accounts["\163\x74\x61\142\x69\x6c\x69\x74\x79\137\x61\x70\151\137\x6c\x69\x6d\151\164"]["\155\141\x78\137\162\145\161\165\145\x73\x74\x73"] = abs(intval($_POST["\x73\x74\x61\142\151\x6c\151\x74\171\137\x61\160\x69\137\x6c\x69\x6d\x69\164"] ?? $accounts["\x73\x74\x61\142\151\154\x69\164\171\x5f\141\x70\151\x5f\154\151\x6d\151\164"]["\x6d\x61\x78\x5f\x72\145\161\x75\x65\x73\164\163"])); $accounts["\141\x72\x74\151\143\x6c\x65\x5f\x66\157\x72\x67\145\x5f\x61\160\151\x5f\x6c\151\155\x69\x74"]["\155\141\x78\x5f\162\x65\161\165\x65\163\x74\163"] = abs(intval($_POST["\x61\x72\x74\x69\x63\x6c\x65\137\146\157\x72\x67\x65\x5f\x61\160\x69\137\x6c\x69\x6d\x69\x74"] ?? $accounts["\141\162\x74\x69\x63\x6c\145\137\x66\x6f\x72\147\x65\x5f\141\160\x69\137\154\151\155\151\x74"]["\x6d\x61\170\x5f\162\145\161\x75\145\x73\x74\x73"])); $accounts["\144\145\x65\160\x6c\137\141\x70\151\x5f\154\x69\155\151\x74"]["\x6d\141\170\137\162\145\161\165\x65\x73\x74\163"] = abs(intval($_POST["\144\x65\x65\x70\x6c\x5f\x61\x70\x69\x5f\x6c\x69\155\x69\x74"] ?? $accounts["\144\x65\x65\x70\x6c\x5f\x61\160\151\x5f\x6c\x69\155\x69\164"]["\155\x61\x78\137\x72\x65\161\x75\x65\x73\164\163"])); $accounts["\x67\x6f\157\147\154\145\x5f\141\160\151\x5f\154\x69\x6d\151\x74"]["\x6d\141\170\137\162\x65\x71\165\145\x73\x74\x73"] = abs(intval($_POST["\x67\x6f\157\x6c\x65\x5f\x61\160\151\x5f\x6c\x69\155\151\x74"] ?? $accounts["\x67\157\x6f\x67\154\x65\x5f\x61\x70\151\137\154\151\x6d\x69\164"]["\155\141\x78\137\x72\x65\161\x75\145\163\164\163"])); $accounts["\171\141\156\144\x65\x78\137\x61\160\x69\x5f\x6c\x69\155\x69\x74"]["\155\141\x78\x5f\x72\145\161\x75\145\x73\x74\163"] = abs(intval($_POST["\171\x61\156\144\145\170\x5f\141\160\151\x5f\x6c\x69\155\x69\164"] ?? $accounts["\171\x61\156\144\x65\170\137\x61\x70\x69\137\154\151\155\151\x74"]["\155\141\170\137\x72\x65\x71\165\x65\163\164\x73"])); $accounts["\x73\160\151\156\156\x65\162\143\150\151\145\146\x5f\141\160\151\x5f\154\151\155\151\164"]["\x6d\x61\x78\x5f\162\145\x71\165\145\163\164\163"] = abs(intval($_POST["\163\x70\151\156\156\x65\x72\143\x68\151\x65\x66\137\141\160\x69\137\x6c\151\155\151\x74"] ?? $accounts["\163\160\151\156\x6e\145\162\x63\150\151\x65\146\x5f\x61\x70\x69\137\x6c\x69\x6d\x69\164"]["\x6d\141\170\137\x72\x65\x71\165\x65\163\164\163"])); $accounts["\163\x70\151\156\162\145\x77\162\151\x74\x65\x72\x5f\x61\160\151\137\154\151\x6d\x69\x74"]["\x6d\x61\170\137\x72\x65\161\x75\145\x73\x74\163"] = abs(intval($_POST["\163\x70\151\x6e\x72\145\x77\x72\x69\164\x65\x72\137\141\x70\x69\137\154\151\155\151\164"] ?? $accounts["\x73\160\x69\x6e\x72\x65\x77\x72\x69\164\x65\x72\x5f\x61\x70\151\x5f\x6c\x69\x6d\151\x74"]["\155\141\170\x5f\162\x65\161\x75\145\163\x74\163"])); $accounts["\167\157\x72\144\141\151\137\x61\160\x69\137\154\151\x6d\151\164"]["\155\141\x78\x5f\x72\x65\x71\x75\145\163\164\163"] = abs(intval($_POST["\x77\x6f\x72\144\141\x69\x5f\x61\160\x69\x5f\x6c\151\x6d\x69\164"] ?? $accounts["\167\x6f\162\144\x61\x69\x5f\141\160\x69\x5f\154\151\x6d\151\x74"]["\155\x61\170\137\162\x65\x71\165\x65\x73\x74\163"])); $accounts["\143\150\151\x6d\x70\162\x65\x77\x72\x69\164\x65\162\x5f\x61\x70\x69\137\x6c\x69\x6d\x69\x74"]["\x6d\141\x78\137\162\x65\x71\x75\x65\x73\164\163"] = abs(intval($_POST["\x63\x68\x69\155\x70\162\145\167\162\x69\x74\145\162\137\141\160\x69\x5f\154\x69\x6d\151\x74"] ?? $accounts["\143\150\x69\155\160\x72\x65\167\x72\151\x74\x65\x72\x5f\141\160\x69\x5f\x6c\151\155\x69\164"]["\x6d\141\170\137\x72\145\x71\x75\145\x73\164\x73"])); $accounts["\x65\x73\160\x69\156\156\145\x72\x5f\x61\x70\x69\137\154\x69\155\x69\x74"]["\155\141\x78\137\x72\145\161\x75\145\x73\164\x73"] = abs(intval($_POST["\145\x73\160\151\156\x6e\145\162\137\141\160\x69\137\154\151\x6d\x69\164"] ?? $accounts["\145\x73\160\151\x6e\156\x65\162\x5f\141\x70\151\x5f\x6c\151\155\151\164"]["\x6d\141\170\137\162\145\x71\x75\145\163\x74\x73"])); $accounts["\x74\142\163\137\x61\160\151\137\154\x69\155\151\164"]["\x6d\141\x78\x5f\x72\145\x71\x75\145\163\164\163"] = abs(intval($_POST["\164\142\x73\137\141\x70\x69\x5f\154\151\155\x69\x74"] ?? $accounts["\164\142\163\137\x61\160\x69\137\x6c\151\x6d\x69\164"]["\x6d\x61\x78\137\x72\x65\x71\x75\x65\163\x74\163"])); $accounts["\164\x65\x78\164\x6f\162\x6f\x62\157\x74\137\141\160\x69\x5f\154\x69\155\151\164"]["\x6d\141\x78\137\x72\x65\x71\x75\x65\163\x74\x73"] = abs(intval($_POST["\x74\x65\x78\x74\157\162\x6f\142\x6f\x74\x5f\141\x70\151\x5f\x6c\x69\x6d\x69\x74"] ?? $accounts["\x74\x65\170\x74\x6f\x72\157\x62\157\164\137\141\160\x69\137\x6c\151\155\151\164"]["\x6d\141\x78\137\162\145\161\x75\145\x73\x74\163"])); $accounts["\157\160\145\156\141\151\137\147\x70\164\137\141\160\151\x5f\154\x69\x6d\x69\x74"]["\x70\145\162\151\x6f\144"] = intval($_POST["\x6f\x70\145\x6e\141\151\x5f\x67\160\x74\137\141\x70\151\x5f\154\x69\155\x69\164\137\160\x65\x72\151\157\144"] ?? $accounts["\157\x70\145\x6e\141\151\137\147\x70\x74\x5f\x61\x70\151\x5f\x6c\151\x6d\151\x74"]["\160\x65\x72\151\x6f\x64"]); $accounts["\157\x70\145\x6e\141\x69\137\144\141\x6c\x6c\145\137\x61\x70\x69\x5f\154\151\x6d\x69\x74"]["\x70\x65\x72\151\x6f\144"] = intval($_POST["\157\160\x65\x6e\x61\151\x5f\x64\x61\x6c\154\145\x5f\x61\160\x69\137\154\x69\x6d\x69\164\x5f\160\x65\x72\151\x6f\144"] ?? $accounts["\157\160\x65\x6e\141\151\x5f\x64\141\154\x6c\145\x5f\141\160\x69\137\154\151\155\151\164"]["\160\x65\162\x69\157\144"]); $accounts["\141\x6e\164\150\162\x6f\x70\151\x63\x5f\143\x6c\x61\x75\x64\145\137\x61\160\151\x5f\x6c\x69\x6d\151\x74"]["\160\x65\162\x69\157\144"] = intval($_POST["\141\156\164\x68\162\x6f\160\151\143\x5f\x63\154\x61\165\x64\x65\x5f\141\160\x69\137\x6c\x69\x6d\151\164\137\x70\145\162\151\x6f\x64"] ?? $accounts["\x61\156\x74\x68\162\x6f\x70\151\143\x5f\143\x6c\x61\x75\144\x65\x5f\141\160\151\x5f\x6c\151\155\x69\x74"]["\x70\x65\x72\151\x6f\x64"]); $accounts["\147\x6f\157\x67\154\145\137\147\x65\x6d\151\156\151\x5f\x61\160\x69\x5f\154\x69\x6d\151\164"]["\160\x65\162\151\157\x64"] = intval($_POST["\x67\157\x6f\147\154\x65\137\147\145\x6d\151\x6e\x69\x5f\141\x70\x69\x5f\154\151\155\151\x74\137\160\145\x72\x69\x6f\x64"] ?? $accounts["\x67\x6f\157\147\x6c\x65\x5f\x67\145\x6d\x69\x6e\x69\137\x61\160\151\x5f\154\x69\x6d\x69\x74"]["\x70\x65\x72\151\x6f\144"]); $accounts["\x6f\160\145\x6e\x72\157\x75\164\x65\162\137\141\x70\151\x5f\154\x69\x6d\x69\164"]["\160\145\x72\x69\x6f\x64"] = intval($_POST["\157\x70\145\x6e\162\157\165\x74\145\x72\x5f\141\x70\151\x5f\x6c\151\x6d\151\x74\x5f\x70\145\x72\151\157\x64"] ?? $accounts["\x6f\x70\145\x6e\x72\157\x75\x74\x65\162\x5f\141\x70\151\x5f\x6c\x69\155\x69\164"]["\x70\145\162\151\157\x64"]); $accounts["\x73\164\141\x62\x69\x6c\151\x74\x79\137\141\160\151\x5f\x6c\151\x6d\x69\164"]["\x70\x65\x72\x69\157\144"] = intval($_POST["\x73\x74\141\x62\x69\154\x69\x74\x79\137\x61\x70\x69\x5f\x6c\x69\x6d\151\x74\137\160\145\162\151\157\x64"] ?? $accounts["\x73\x74\141\x62\151\154\x69\164\171\x5f\x61\160\x69\137\154\151\x6d\151\x74"]["\160\145\162\151\x6f\x64"]); $accounts["\141\x72\x74\x69\143\x6c\145\137\x66\157\x72\147\145\x5f\141\x70\151\x5f\x6c\151\155\x69\164"]["\x70\x65\162\x69\157\144"] = intval($_POST["\141\x72\x74\x69\143\154\x65\137\x66\x6f\162\147\145\x5f\x61\160\151\x5f\x6c\151\x6d\x69\164\137\x70\145\162\151\157\144"] ?? $accounts["\141\x72\164\151\143\x6c\145\137\146\x6f\x72\147\145\x5f\141\160\x69\137\154\x69\x6d\x69\164"]["\160\145\x72\x69\157\x64"]); $accounts["\x64\145\145\x70\154\137\141\160\151\137\154\151\155\151\x74"]["\160\145\x72\151\x6f\144"] = intval($_POST["\144\145\145\x70\x6c\x5f\x61\x70\151\x5f\154\151\x6d\x69\x74\x5f\x70\145\162\x69\x6f\144"] ?? $accounts["\144\145\145\160\154\137\141\x70\x69\137\x6c\151\155\151\164"]["\160\x65\162\151\157\144"]); $accounts["\x67\x6f\157\x67\154\x65\x5f\141\160\x69\137\154\x69\155\x69\x74"]["\x70\145\162\151\x6f\x64"] = intval($_POST["\x67\x6f\x6f\147\x6c\x65\137\141\160\151\137\x6c\151\x6d\x69\x74\137\160\145\162\x69\157\144"] ?? $accounts["\x67\157\x6f\147\x6c\x65\137\141\160\151\x5f\x6c\x69\x6d\x69\164"]["\160\x65\162\x69\x6f\144"]); $accounts["\x79\x61\156\144\145\x78\x5f\x61\x70\x69\x5f\154\151\x6d\151\164"]["\160\x65\x72\x69\157\144"] = intval($_POST["\171\x61\x6e\144\145\x78\x5f\x61\160\x69\137\x6c\x69\x6d\151\164\x5f\160\x65\162\x69\157\x64"] ?? $accounts["\x79\x61\156\144\145\170\x5f\x61\160\x69\137\x6c\151\x6d\151\164"]["\160\x65\162\x69\x6f\144"]); $accounts["\x73\160\151\156\x6e\x65\x72\143\x68\x69\145\146\137\141\160\x69\137\154\x69\x6d\151\164"]["\x70\x65\162\151\157\144"] = intval($_POST["\163\160\151\x6e\x6e\x65\162\143\150\x69\x65\146\137\141\160\151\x5f\154\x69\x6d\151\x74\x5f\x70\145\162\x69\157\x64"] ?? $accounts["\163\160\151\x6e\156\145\162\143\150\151\x65\146\x5f\141\x70\x69\x5f\154\151\155\x69\164"]["\160\x65\162\151\157\144"]); $accounts["\163\x70\151\156\162\x65\167\x72\x69\164\x65\162\137\141\160\151\x5f\154\151\x6d\151\164"]["\160\x65\x72\x69\x6f\144"] = intval($_POST["\x73\160\x69\156\x72\145\x77\162\151\164\x65\162\x5f\141\x70\151\137\154\151\155\x69\164\137\160\x65\x72\x69\x6f\144"] ?? $accounts["\x73\x70\151\156\162\x65\167\x72\x69\164\x65\x72\137\x61\160\151\137\x6c\151\x6d\x69\164"]["\x70\x65\x72\x69\x6f\144"]); $accounts["\x77\x6f\162\x64\141\x69\137\141\x70\x69\x5f\154\x69\x6d\151\x74"]["\x70\145\x72\x69\157\x64"] = intval($_POST["\167\x6f\162\144\141\151\x5f\x61\160\151\x5f\154\151\155\151\x74\137\x70\145\x72\x69\x6f\144"] ?? $accounts["\x77\x6f\x72\x64\141\x69\137\141\160\x69\137\154\151\155\x69\164"]["\x70\x65\x72\x69\157\x64"]); $accounts["\x63\x68\151\x6d\x70\x72\x65\167\162\x69\x74\145\162\137\x61\x70\151\137\x6c\151\155\x69\164"]["\x70\x65\x72\151\157\x64"] = intval($_POST["\143\x68\151\x6d\160\x72\x65\x77\x72\151\164\x65\162\137\x61\x70\151\x5f\x6c\151\155\x69\x74\x5f\x70\x65\x72\x69\157\x64"] ?? $accounts["\x63\x68\151\x6d\x70\162\x65\167\162\151\x74\x65\x72\137\x61\x70\151\137\x6c\x69\155\151\x74"]["\160\145\162\x69\157\144"]); $accounts["\145\x73\x70\x69\x6e\156\145\162\x5f\141\160\x69\x5f\154\x69\155\151\164"]["\x70\145\x72\151\157\x64"] = intval($_POST["\x65\x73\160\x69\x6e\x6e\145\162\137\x61\x70\151\137\x6c\151\x6d\x69\164\137\160\145\x72\151\x6f\x64"] ?? $accounts["\145\163\160\151\156\x6e\145\x72\x5f\x61\160\x69\137\x6c\151\x6d\151\164"]["\160\145\x72\x69\x6f\x64"]); $accounts["\164\x62\x73\137\141\x70\151\137\x6c\x69\x6d\x69\x74"]["\160\x65\x72\x69\x6f\x64"] = intval($_POST["\x74\x62\163\137\x61\x70\151\137\154\x69\x6d\x69\x74\137\x70\145\x72\x69\x6f\x64"] ?? $accounts["\164\x62\x73\x5f\141\x70\151\x5f\x6c\151\155\x69\x74"]["\x70\145\162\151\x6f\x64"]); $accounts["\164\x65\x78\164\157\162\x6f\142\157\164\x5f\x61\160\x69\137\x6c\151\x6d\x69\164"]["\160\145\162\151\157\144"] = intval($_POST["\x74\145\x78\x74\157\162\157\x62\x6f\164\x5f\x61\160\151\137\154\x69\x6d\x69\164\137\x70\x65\x72\151\x6f\144"] ?? $accounts["\164\145\x78\x74\157\162\x6f\142\x6f\164\137\x61\160\x69\x5f\154\x69\x6d\151\164"]["\160\x65\x72\x69\x6f\x64"]); $accounts["\x61\155\141\172\157\x6e\137\163\x65\x61\x72\x63\x68\x5f\144\145\x70\x74\150"] = abs(intval($_POST["\x61\155\141\x7a\157\x6e\x5f\163\x65\x61\162\x63\x68\x5f\x64\x65\160\164\150"] ?? $accounts["\x61\155\x61\x7a\x6f\156\x5f\x73\145\141\162\143\150\137\x64\x65\160\164\150"])); update_option(CSEO_ACCOUNTS, $accounts); echo "\40\x20\x20\40\x3c\x64\151\x76\x20\143\x6c\141\163\x73\x3d\42\167\x72\141\x70\x22\76\xd\xa\40\40\40\x20\x20\x20\40\x20\x3c\x68\62\76\x41\x63\x63\x6f\x75\156\x74\x73\x3c\57\150\62\x3e\x20\x20\x20\40\15\xa\x20\x20\40\40\40\x20\x20\x20\x3c\x66\x6f\162\x6d\x20\x6d\145\x74\x68\x6f\144\x3d\x22\x70\157\163\164\x22\40\x61\143\x74\x69\157\x6e\x3d\x22"; echo cseo_REQUEST_URI(); echo "\42\76\15\12\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\74\164\141\x62\x6c\x65\40\x63\x6c\x61\163\x73\75\x22\146\x6f\162\155\55\x74\x61\x62\x6c\145\42\x3e\xd\12\xd\12\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\74\164\162\76\15\12\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x3c\164\x64\40\x63\157\x6c\163\160\x61\156\x3d\x22\x32\42\76\x20\x20\40\40\xd\xa\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\74\164\141\142\154\x65\x20\143\154\x61\163\x73\x3d\42\x63\163\145\157\x2d\x62\157\x78\x22\76\x20\x20\40\15\12\xd\xa\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x3c\x74\x72\76\x20\x20\40\x20\xd\xa\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x3c\164\x68\x3e\117\x70\145\156\x41\x49\40\x41\120\x49\x20\153\x65\171\74\57\x74\150\76\15\12\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\74\x74\x64\x3e\15\xa\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\74\x69\x6e\x70\x75\x74\40\x74\171\160\x65\75\42\x74\x65\x78\x74\x22\x20\156\x61\155\x65\75\x22\x6f\160\145\x6e\x61\x69\137\x61\x70\151\x5f\x6b\x65\x79\x22\40\163\151\x7a\145\x3d\42\70\x30\42\40\166\141\154\165\x65\75\42"; echo htmlspecialchars(stripslashes($accounts["\157\160\x65\x6e\141\x69\137\x61\x70\151\x5f\153\x65\x79"]), ENT_QUOTES); echo "\x22\x3e\40\15\12\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x3c\x70\40\143\154\x61\163\x73\75\42\144\145\x73\x63\x72\151\160\x74\151\157\x6e\42\76\x47\x65\164\x20\171\x6f\165\x72\40\x3c\x61\40\x68\x72\x65\146\75\42\150\164\x74\160\163\72\57\57\142\x65\x74\x61\x2e\x6f\160\145\156\x61\151\56\143\x6f\x6d\x2f\141\x63\143\x6f\165\x6e\x74\x2f\141\x70\151\x2d\x6b\x65\x79\163\42\40\164\141\162\147\x65\x74\75\42\x5f\x62\x6c\x61\x6e\x6b\42\x3e\117\x70\145\156\x41\x49\x3c\x2f\141\76\x20\x41\120\x49\x20\153\x65\x79\40\x69\156\40\157\x72\144\145\x72\40\x74\x6f\40\165\163\x65\40\117\160\145\x6e\x41\111\40\107\x50\x54\40\141\x6e\144\40\x44\x41\114\x4c\46\43\170\62\x32\x31\71\x3b\x45\x20\x73\x65\x72\x76\151\143\x65\x73\x2e\x3c\57\160\76\x20\x20\x20\x20\xd\xa\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x3c\57\x74\x64\x3e\15\12\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\74\x2f\164\162\76\xd\12\xd\xa\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\74\x74\162\x3e\15\xa\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\x3c\x74\150\76\x4f\160\145\x6e\x41\x49\x20\107\120\124\40\x72\x65\161\x75\145\163\164\x20\x6c\151\155\x69\x74\74\x2f\x74\x68\76\xd\xa\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\74\164\144\76\15\xa\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\74\x69\x6e\160\165\x74\x20\x74\171\160\145\x3d\x22\164\145\170\164\x22\40\x6e\141\x6d\x65\x3d\x22\157\160\x65\156\141\x69\x5f\x67\x70\x74\137\141\x70\x69\x5f\154\x69\x6d\x69\x74\42\40\x73\x69\x7a\x65\75\x22\66\x22\x20\x76\x61\154\165\x65\75\x22"; echo htmlspecialchars(stripslashes($accounts["\x6f\x70\x65\x6e\x61\x69\x5f\x67\160\x74\137\141\x70\151\137\x6c\151\155\151\164"]["\155\x61\170\x5f\162\145\x71\165\145\x73\164\x73"]), ENT_QUOTES); echo "\42\76\40\xd\xa\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\74\x73\145\154\x65\x63\x74\x20\156\x61\x6d\145\75\42\157\x70\x65\x6e\x61\151\x5f\x67\160\x74\137\141\160\151\x5f\154\151\155\x69\x74\x5f\x70\x65\x72\151\x6f\x64\x22\x20\163\164\x79\x6c\145\x3d\42\x76\145\162\164\x69\143\141\x6c\x2d\x61\x6c\x69\147\x6e\72\40\x74\157\160\73\x22\x3e\15\12\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20"; echo "\x3c\x6f\x70\164\x69\x6f\156\x20" . ($accounts["\157\160\145\156\x61\x69\x5f\x67\x70\x74\137\141\160\151\x5f\x6c\x69\x6d\x69\164"]["\160\145\x72\151\157\144"] == 3600 ? "\163\x65\x6c\145\x63\164\x65\144\x20" : '') . "\x76\x61\x6c\165\x65\x3d\42\63\x36\x30\x30\x22\76\141\40\150\x6f\x75\162\x3c\x2f\x6f\160\164\151\x6f\156\76"; echo "\74\x6f\x70\x74\x69\157\156\x20" . ($accounts["\157\160\x65\156\x61\x69\137\x67\160\x74\137\x61\x70\151\137\154\x69\155\151\x74"]["\160\145\162\151\157\x64"] == 86400 ? "\x73\145\x6c\145\x63\164\145\144\40" : '') . "\166\x61\154\165\x65\x3d\42\70\x36\x34\60\60\42\76\x61\40\x64\x61\x79\74\x2f\157\160\x74\151\157\x6e\x3e"; echo "\74\x6f\160\164\151\157\156\40" . ($accounts["\157\x70\145\x6e\141\x69\x5f\x67\160\164\x5f\141\x70\151\x5f\154\x69\155\x69\x74"]["\x70\145\162\151\x6f\144"] == 2678400 ? "\x73\145\x6c\x65\x63\164\x65\x64\x20" : '') . "\166\141\154\165\x65\x3d\x22\62\66\x37\70\x34\60\60\x22\x3e\141\40\x6d\x6f\x6e\164\x68\x3c\x2f\157\160\164\151\157\x6e\76"; echo "\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x3c\57\163\145\154\145\x63\164\76\xd\xa\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x3c\160\x20\x63\154\x61\163\x73\75\x22\x64\x65\163\x63\x72\x69\x70\164\x69\157\156\x22\x3e\x53\145\164\x20\164\x68\145\40\x6c\151\155\x69\164\x20\146\157\x72\40\117\x70\x65\156\x41\111\40\x47\x50\x54\x20\101\120\111\40\x72\x65\161\x75\145\x73\164\x73\x2e\x20\x41\x20\x76\x61\154\165\145\40\157\146\x20\60\40\x28\172\x65\x72\157\51\x20\151\x73\x20\x69\x6e\x74\x65\162\160\162\x65\x74\x65\x64\40\141\x73\x20\156\157\x20\x6c\151\x6d\x69\x74\x2e\74\x2f\x70\x3e\x20\x20\40\40\15\12\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\74\x2f\x74\144\x3e\xd\12\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\74\x2f\164\162\x3e\xd\12\15\xa\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x3c\164\162\x3e\xd\12\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\x3c\x74\x68\x3e\117\160\x65\x6e\101\x49\x20\104\x41\114\114\x26\43\x78\x32\62\61\71\73\105\40\x72\145\x71\165\145\x73\164\x20\154\x69\155\151\x74\x3c\x2f\164\150\x3e\15\xa\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\74\164\144\76\xd\12\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\x20\74\x69\x6e\x70\x75\164\x20\164\171\x70\x65\x3d\x22\164\145\x78\x74\x22\x20\x6e\x61\155\145\75\42\157\160\145\156\141\151\137\x64\141\154\154\145\137\141\x70\x69\137\154\x69\155\x69\x74\x22\40\163\x69\x7a\145\75\x22\x36\42\x20\166\x61\154\x75\x65\75\x22"; echo htmlspecialchars(stripslashes($accounts["\x6f\x70\145\156\x61\151\137\144\x61\154\154\145\x5f\141\x70\151\137\x6c\151\155\x69\164"]["\155\x61\x78\137\162\145\161\x75\145\x73\164\163"]), ENT_QUOTES); echo "\42\x3e\40\xd\12\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\74\x73\x65\x6c\145\143\x74\40\156\x61\155\x65\75\42\157\160\145\x6e\x61\151\137\x64\141\x6c\x6c\145\x5f\x61\160\151\137\x6c\x69\x6d\x69\x74\137\160\145\162\x69\x6f\144\42\x20\163\x74\x79\x6c\x65\x3d\42\166\145\162\164\x69\143\141\x6c\x2d\x61\x6c\151\x67\156\x3a\x20\x74\157\x70\x3b\x22\x3e\xd\xa\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40"; echo "\x3c\x6f\160\x74\151\x6f\x6e\40" . ($accounts["\157\160\145\x6e\x61\151\137\144\141\x6c\154\145\137\141\x70\151\x5f\154\x69\x6d\x69\164"]["\x70\145\162\151\x6f\x64"] == 3600 ? "\x73\x65\154\x65\143\x74\145\x64\x20" : '') . "\166\x61\154\165\145\x3d\x22\x33\x36\x30\60\x22\76\141\x20\x68\x6f\165\x72\x3c\x2f\157\160\x74\151\x6f\x6e\x3e"; echo "\74\157\x70\164\151\x6f\x6e\40" . ($accounts["\x6f\160\145\156\x61\x69\x5f\x64\141\154\154\x65\137\141\x70\151\137\x6c\151\x6d\151\164"]["\160\x65\162\151\x6f\144"] == 86400 ? "\x73\x65\x6c\145\143\164\145\x64\x20" : '') . "\166\141\x6c\x75\145\x3d\x22\70\x36\64\60\x30\42\76\x61\x20\x64\x61\171\x3c\57\157\160\x74\151\157\x6e\76"; echo "\74\x6f\160\x74\151\x6f\156\40" . ($accounts["\x6f\x70\145\156\x61\x69\x5f\x64\x61\x6c\x6c\145\137\141\x70\151\137\x6c\x69\155\x69\x74"]["\160\x65\162\151\x6f\144"] == 2678400 ? "\163\145\154\145\x63\164\145\144\x20" : '') . "\x76\141\x6c\x75\145\75\42\x32\x36\67\x38\x34\x30\x30\x22\x3e\141\40\x6d\x6f\x6e\164\150\x3c\x2f\157\160\164\151\157\x6e\76"; echo "\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x3c\57\163\x65\x6c\145\x63\164\x3e\15\12\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\74\160\x20\x63\154\141\x73\x73\75\x22\144\145\163\143\x72\x69\x70\x74\151\157\x6e\42\76\123\x65\164\x20\x74\x68\145\x20\x6c\151\x6d\151\x74\40\146\157\162\40\104\101\114\114\46\x23\170\x32\x32\x31\71\73\x45\40\101\120\111\40\162\145\161\x75\x65\163\x74\x73\x2e\40\101\x20\x76\141\154\x75\x65\40\x6f\x66\40\x30\40\x28\x7a\x65\x72\x6f\51\40\151\x73\40\x69\x6e\x74\x65\x72\160\x72\x65\x74\x65\x64\40\x61\163\40\156\157\x20\x6c\151\155\x69\164\x2e\74\x2f\160\76\x20\40\x20\x20\xd\xa\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x3c\x2f\164\x64\76\15\12\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x3c\57\164\x72\x3e\xd\xa\xd\xa\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x3c\57\164\141\x62\x6c\x65\x3e\15\12\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x3c\57\164\144\x3e\15\12\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x3c\57\164\162\76\x20\40\x20\40\xd\12\15\12\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x3c\x74\x72\76\xd\12\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\40\74\164\144\x20\x63\157\x6c\x73\x70\x61\x6e\x3d\42\x32\x22\x3e\x20\40\x20\40\15\12\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\74\x74\x61\142\x6c\145\40\143\154\x61\163\x73\75\42\x63\163\x65\157\55\142\x6f\x78\x22\76\x20\15\12\xd\xa\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x3c\x74\x72\76\15\12\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\40\40\40\x20\40\40\40\40\40\x20\74\164\150\x3e\101\x6e\x74\x68\x72\x6f\160\151\143\40\103\x6c\141\165\144\145\x20\101\120\x49\40\x4b\x65\171\x3c\57\164\x68\x3e\15\12\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x3c\x74\x64\x3e\15\12\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x3c\151\x6e\160\165\x74\40\164\171\160\x65\75\x22\x74\x65\x78\x74\x22\40\156\141\x6d\x65\x3d\42\141\156\x74\150\162\x6f\x70\151\143\137\x63\x6c\141\x75\144\x65\137\x61\160\x69\x5f\x6b\145\x79\42\40\x73\x69\172\145\x3d\42\x38\60\x22\40\166\141\x6c\165\x65\x3d\42"; echo htmlspecialchars(stripslashes($accounts["\141\156\x74\x68\162\x6f\160\151\143\137\143\154\x61\x75\144\x65\137\x61\160\151\x5f\x6b\145\x79"]), ENT_QUOTES); echo "\42\76\x20\xd\12\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\74\160\x20\143\x6c\141\163\x73\75\42\144\145\163\143\x72\x69\x70\x74\x69\x6f\x6e\42\76\107\x65\164\40\x79\157\165\162\40\74\x61\x20\150\162\145\146\75\42\x68\x74\164\160\163\x3a\57\x2f\x77\x77\x77\56\x61\x6e\x74\x68\x72\157\x70\x69\x63\x2e\x63\x6f\x6d\x2f\160\162\157\144\x75\x63\164\x22\x20\164\141\162\147\145\164\75\42\137\x62\x6c\x61\x6e\153\x22\76\101\x6e\x74\x68\162\157\x70\151\143\40\x43\154\141\165\144\145\x3c\x2f\141\x3e\40\x41\120\x49\40\153\x65\x79\x20\151\x6e\40\157\162\144\x65\162\x20\x74\x6f\x20\165\x73\x65\40\101\x6e\164\150\162\157\160\x69\x63\40\103\x6c\x61\165\144\145\56\x3c\57\160\x3e\x20\x20\x20\40\15\12\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\74\x2f\164\144\x3e\xd\xa\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\74\x2f\164\x72\76\15\xa\xd\12\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\74\x74\x72\x3e\xd\12\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x3c\164\150\76\101\x6e\164\150\162\157\x70\x69\x63\40\x43\154\141\165\144\145\x20\101\x50\111\40\162\x65\161\x75\145\163\164\40\154\151\155\151\164\74\x2f\164\150\x3e\15\xa\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x3c\x74\144\x3e\xd\12\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\40\74\x69\x6e\160\165\x74\x20\x74\171\x70\x65\x3d\x22\x74\x65\170\x74\42\40\x6e\141\155\145\x3d\x22\141\156\x74\150\x72\157\160\151\143\x5f\x63\x6c\x61\165\x64\x65\137\x61\160\x69\137\154\151\155\x69\x74\x22\40\x73\151\x7a\x65\75\x22\66\x22\x20\x76\141\x6c\165\145\75\x22"; echo htmlspecialchars(stripslashes($accounts["\x61\156\x74\150\162\157\160\151\143\x5f\143\x6c\x61\165\144\145\137\141\x70\151\x5f\154\151\155\x69\x74"]["\155\x61\170\137\162\145\x71\165\145\163\164\x73"]), ENT_QUOTES); echo "\x22\x3e\40\xd\12\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\74\163\145\154\x65\143\x74\x20\156\141\x6d\145\75\x22\141\156\164\x68\x72\x6f\160\x69\x63\137\143\x6c\141\165\x64\x65\x5f\141\x70\151\137\154\x69\x6d\151\x74\137\160\x65\162\151\157\144\x22\x20\163\164\171\154\145\x3d\42\166\x65\x72\x74\x69\143\141\154\x2d\x61\154\151\x67\x6e\72\x20\164\x6f\160\x3b\x22\x3e\xd\12\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\x20"; echo "\x3c\157\160\x74\x69\x6f\156\x20" . ($accounts["\141\x6e\164\x68\162\x6f\x70\151\143\137\x63\154\x61\165\x64\145\137\x61\x70\151\137\x6c\151\155\151\164"]["\160\x65\x72\x69\157\144"] == 3600 ? "\163\x65\x6c\145\x63\x74\x65\x64\40" : '') . "\166\141\x6c\165\x65\x3d\42\x33\x36\x30\x30\x22\76\x61\x20\x68\157\x75\162\74\57\x6f\x70\x74\x69\x6f\156\76"; echo "\x3c\x6f\x70\x74\151\157\156\40" . ($accounts["\x61\x6e\x74\150\162\157\x70\x69\143\137\x63\154\141\165\144\x65\x5f\x61\x70\151\x5f\154\151\155\x69\164"]["\x70\145\x72\x69\157\x64"] == 86400 ? "\163\x65\x6c\x65\143\x74\145\x64\x20" : '') . "\x76\x61\x6c\x75\x65\75\42\x38\x36\64\60\60\42\x3e\x61\40\144\141\171\74\x2f\x6f\160\x74\151\157\x6e\76"; echo "\x3c\x6f\x70\164\151\157\156\40" . ($accounts["\x61\x6e\164\x68\162\x6f\160\151\x63\x5f\143\154\x61\x75\144\145\137\141\160\151\x5f\154\151\155\151\x74"]["\160\145\x72\x69\x6f\144"] == 2678400 ? "\x73\x65\x6c\x65\143\164\145\x64\x20" : '') . "\x76\x61\154\x75\x65\75\x22\x32\66\67\x38\64\60\x30\x22\76\x61\x20\x6d\157\x6e\x74\x68\x3c\57\x6f\x70\x74\x69\157\x6e\x3e"; echo "\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\74\x2f\163\x65\154\145\x63\x74\x3e\15\12\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\74\x70\x20\143\154\141\x73\163\x3d\42\x64\145\x73\143\162\151\160\164\x69\157\x6e\42\x3e\123\145\x74\40\164\x68\x65\x20\154\151\155\x69\164\40\x66\157\x72\40\101\x6e\x74\150\162\x6f\160\151\143\x20\103\x6c\141\x75\x64\x65\x20\x41\x50\x49\40\x72\145\x71\x75\x65\x73\164\x73\56\x20\101\x20\166\x61\x6c\165\145\x20\x6f\x66\x20\60\40\50\172\x65\162\x6f\51\40\x69\x73\40\151\x6e\164\x65\162\160\x72\145\164\x65\x64\40\141\x73\x20\x6e\157\x20\154\x69\x6d\151\x74\x2e\74\x2f\x70\76\40\x20\x20\40\15\xa\40\40\x20\40\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\74\x2f\164\x64\76\xd\12\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x3c\x2f\x74\x72\x3e\xd\12\xd\xa\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\74\x2f\164\x61\142\x6c\145\76\xd\12\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\74\x2f\x74\144\76\15\xa\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x3c\x2f\x74\162\76\40\x20\40\xd\12\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\xd\12\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\74\164\162\76\xd\xa\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\74\164\x64\x20\143\157\154\163\x70\x61\x6e\x3d\x22\x32\x22\76\40\x20\40\40\xd\xa\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x3c\x74\x61\142\x6c\x65\x20\x63\x6c\x61\x73\x73\75\x22\x63\x73\x65\157\55\x62\x6f\x78\x22\76\40\15\12\15\12\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\74\164\162\x3e\15\12\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\74\x74\x68\x3e\x47\157\157\x67\x6c\145\40\x47\145\x6d\151\156\x69\40\101\x50\111\x20\113\x65\x79\74\x2f\164\150\x3e\15\xa\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\74\x74\x64\x3e\15\xa\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\74\151\156\160\x75\164\x20\x74\x79\160\145\x3d\42\164\145\x78\164\x22\40\156\x61\x6d\145\x3d\x22\147\157\x6f\147\x6c\145\x5f\147\x65\x6d\151\x6e\x69\137\141\160\151\x5f\x6b\x65\x79\x22\x20\x73\151\172\x65\x3d\42\70\x30\x22\x20\166\141\x6c\x75\145\x3d\x22"; echo htmlspecialchars(stripslashes($accounts["\147\157\x6f\147\x6c\145\x5f\147\x65\155\x69\156\x69\x5f\x61\160\151\137\x6b\145\x79"]), ENT_QUOTES); echo "\x22\76\40\xd\xa\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\74\160\x20\x63\154\x61\x73\163\75\42\x64\x65\163\143\x72\x69\160\164\x69\x6f\156\x22\x3e\x47\x65\164\x20\x79\x6f\x75\x72\x20\74\141\40\x68\162\x65\x66\x3d\42\x68\164\164\160\x73\72\x2f\x2f\x61\151\x2e\147\x6f\x6f\x67\154\145\x2e\x64\145\166\x2f\42\x20\164\x61\x72\147\145\164\x3d\x22\137\x62\154\141\156\153\x22\x3e\x47\157\x6f\147\154\145\x20\107\145\x6d\x69\156\151\74\x2f\x61\76\x20\101\120\x49\40\153\145\x79\40\x69\x6e\40\x6f\162\144\145\162\40\164\157\40\x75\x73\145\40\x47\x6f\157\147\154\x65\40\x47\145\x6d\151\156\x69\56\x3c\57\x70\76\x20\40\x20\x20\15\12\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x3c\57\164\x64\x3e\15\12\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x3c\57\164\162\x3e\15\12\15\xa\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\74\x74\162\x3e\15\xa\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x3c\x74\150\x3e\107\x6f\x6f\147\x6c\145\40\107\145\x6d\151\156\151\40\101\120\x49\x20\x72\x65\x71\x75\145\163\x74\40\154\151\155\x69\164\x3c\57\164\x68\76\15\xa\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\74\x74\x64\x3e\15\xa\40\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\74\151\x6e\x70\x75\164\40\164\x79\160\x65\75\42\x74\145\x78\164\x22\40\156\x61\x6d\x65\75\x22\x67\x6f\x6f\x67\154\145\x5f\x67\145\x6d\151\x6e\151\137\x61\160\x69\137\x6c\151\x6d\151\x74\x22\40\x73\x69\172\145\75\42\66\42\40\166\141\154\165\145\x3d\42"; echo htmlspecialchars(stripslashes($accounts["\x67\157\x6f\x67\154\x65\x5f\147\145\155\x69\x6e\x69\x5f\141\x70\151\137\154\151\x6d\x69\x74"]["\x6d\x61\170\137\x72\145\161\x75\x65\x73\164\163"]), ENT_QUOTES); echo "\x22\76\x20\xd\12\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\74\163\145\154\145\x63\164\x20\x6e\x61\155\x65\75\x22\x67\157\157\x67\154\x65\x5f\x67\x65\x6d\151\x6e\151\137\x61\160\151\137\x6c\x69\x6d\151\164\x5f\160\145\x72\151\157\144\x22\40\163\164\x79\154\145\x3d\x22\x76\x65\162\164\x69\143\x61\154\x2d\141\x6c\x69\147\x6e\x3a\x20\164\x6f\x70\x3b\42\x3e\xd\xa\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20"; echo "\74\157\x70\x74\x69\x6f\x6e\x20" . ($accounts["\147\157\x6f\x67\154\x65\x5f\x67\145\155\151\156\x69\x5f\141\160\151\x5f\x6c\151\x6d\x69\164"]["\160\145\x72\151\157\144"] == 3600 ? "\163\145\154\145\143\x74\x65\144\x20" : '') . "\166\141\x6c\165\145\x3d\x22\x33\66\60\x30\x22\76\141\x20\150\x6f\x75\162\74\x2f\157\x70\164\x69\157\156\x3e"; echo "\x3c\157\x70\x74\x69\157\156\x20" . ($accounts["\147\x6f\x6f\x67\154\x65\x5f\147\145\x6d\x69\x6e\151\x5f\x61\160\151\x5f\154\x69\155\x69\164"]["\160\x65\162\151\x6f\x64"] == 86400 ? "\x73\145\154\x65\x63\164\145\x64\x20" : '') . "\166\x61\154\x75\145\75\x22\70\x36\64\x30\x30\x22\76\141\40\144\141\171\x3c\x2f\157\x70\x74\x69\x6f\156\x3e"; echo "\74\157\160\164\x69\x6f\x6e\40" . ($accounts["\147\157\x6f\147\x6c\145\x5f\x67\145\155\x69\156\151\137\x61\x70\x69\x5f\x6c\x69\155\x69\x74"]["\x70\145\162\x69\x6f\144"] == 2678400 ? "\163\145\154\x65\x63\164\145\x64\x20" : '') . "\x76\x61\x6c\x75\145\75\42\x32\x36\x37\70\64\x30\x30\42\76\x61\x20\155\x6f\156\x74\150\74\57\x6f\x70\164\151\157\156\76"; echo "\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\40\40\40\x3c\x2f\x73\x65\x6c\x65\x63\164\x3e\15\12\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\74\160\40\143\154\141\x73\163\x3d\42\x64\x65\x73\x63\x72\x69\160\164\151\157\156\x22\x3e\x53\145\x74\40\164\x68\145\x20\154\x69\155\x69\164\40\x66\157\x72\x20\x47\157\x6f\147\154\145\40\x47\145\155\151\x6e\151\40\x41\120\x49\x20\162\x65\161\x75\145\163\164\x73\56\40\101\x20\166\141\154\165\145\x20\x6f\x66\x20\x30\40\x28\172\145\x72\157\x29\40\151\163\x20\x69\x6e\x74\x65\x72\x70\x72\145\x74\145\144\x20\x61\163\40\x6e\x6f\40\154\151\155\151\x74\x2e\x3c\x2f\160\76\x20\x20\x20\x20\xd\xa\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x3c\57\x74\x64\76\xd\12\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\74\57\x74\x72\76\15\12\xd\xa\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\74\57\164\141\x62\x6c\145\x3e\15\12\40\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\74\x2f\x74\144\76\xd\xa\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x3c\57\164\162\x3e\x20\xd\12\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\xd\12\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\74\x74\162\76\xd\12\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x3c\x74\144\40\x63\x6f\x6c\163\160\141\156\x3d\x22\62\42\76\x20\40\x20\x20\15\xa\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x3c\x74\x61\x62\154\145\40\143\154\141\163\163\x3d\42\143\163\x65\x6f\55\x62\x6f\170\x22\x3e\40\xd\xa\15\12\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x3c\164\x72\76\15\12\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\74\x74\x68\x3e\x4f\160\x65\x6e\x52\157\165\x74\x65\162\40\x41\x50\111\40\113\145\x79\x3c\57\x74\x68\x3e\xd\xa\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\74\x74\x64\76\xd\xa\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\74\x69\x6e\160\165\x74\x20\x74\x79\x70\x65\75\42\164\x65\x78\164\42\40\156\141\155\145\x3d\42\157\160\145\156\162\x6f\165\164\145\162\137\141\x70\x69\x5f\x6b\145\x79\42\x20\163\x69\x7a\145\75\x22\x38\x30\42\x20\x76\x61\154\x75\x65\75\42"; echo htmlspecialchars(stripslashes($accounts["\x6f\160\145\156\162\157\x75\x74\145\x72\x5f\141\160\x69\x5f\153\145\171"]), ENT_QUOTES); echo "\x22\76\x20\xd\12\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\74\160\x20\143\x6c\x61\x73\163\x3d\42\144\145\x73\143\x72\151\160\164\151\157\156\x22\76\x47\145\x74\x20\x79\x6f\x75\x72\x20\x3c\x61\40\150\x72\145\x66\x3d\42\150\x74\x74\160\163\x3a\57\57\157\x70\x65\x6e\x72\x6f\165\164\x65\162\x2e\x61\x69\57\x22\40\x74\x61\x72\147\145\x74\75\42\x5f\142\154\141\156\x6b\42\x3e\x4f\x70\x65\x6e\122\x6f\165\164\145\x72\74\57\141\76\40\x41\x50\111\x20\x6b\145\x79\x20\x69\156\40\157\x72\144\145\162\40\164\x6f\40\165\x73\145\40\117\160\x65\156\122\x6f\x75\x74\145\162\56\74\x2f\160\x3e\40\40\x20\40\15\12\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\74\x2f\164\144\76\xd\12\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\74\57\x74\162\76\15\12\xd\xa\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x3c\164\162\76\15\12\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\74\x74\x68\x3e\x4f\160\x65\156\122\157\165\164\145\162\x20\x41\x50\x49\40\x72\145\161\165\145\163\x74\40\154\151\155\x69\164\x3c\57\x74\x68\76\15\xa\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\74\164\144\x3e\15\12\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x3c\x69\x6e\x70\x75\x74\40\x74\171\x70\x65\x3d\42\x74\145\170\164\42\x20\x6e\x61\155\145\75\x22\x6f\160\145\156\162\157\x75\x74\x65\x72\137\x61\x70\x69\x5f\x6c\x69\155\151\164\x22\x20\x73\151\172\x65\x3d\x22\66\42\x20\x76\x61\x6c\165\x65\75\x22"; echo htmlspecialchars(stripslashes($accounts["\x6f\x70\145\x6e\x72\157\165\164\x65\x72\137\x61\x70\x69\137\x6c\151\155\151\164"]["\x6d\x61\x78\x5f\x72\x65\161\x75\x65\x73\x74\163"]), ENT_QUOTES); echo "\x22\76\x20\xd\12\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\40\74\x73\x65\x6c\x65\143\164\40\156\x61\x6d\x65\75\42\x6f\x70\145\156\x72\157\x75\164\145\162\x5f\x61\160\x69\x5f\154\x69\155\151\164\137\x70\145\162\x69\x6f\x64\42\40\163\x74\171\x6c\x65\75\x22\x76\145\x72\164\151\x63\141\154\55\141\x6c\x69\147\x6e\x3a\40\x74\157\x70\x3b\x22\76\15\xa\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20"; echo "\74\157\x70\164\151\157\x6e\40" . ($accounts["\157\x70\x65\156\x72\x6f\x75\x74\x65\x72\x5f\x61\160\151\x5f\x6c\151\x6d\x69\x74"]["\160\x65\162\151\157\144"] == 3600 ? "\x73\x65\154\145\143\164\145\x64\40" : '') . "\166\x61\154\x75\145\x3d\x22\x33\x36\x30\60\x22\76\x61\x20\x68\x6f\x75\162\x3c\x2f\x6f\160\x74\151\157\x6e\x3e"; echo "\74\x6f\160\164\151\157\x6e\40" . ($accounts["\157\x70\x65\156\162\157\x75\164\x65\162\137\141\x70\151\x5f\x6c\x69\x6d\x69\x74"]["\160\145\162\151\x6f\144"] == 86400 ? "\163\x65\x6c\x65\143\x74\145\x64\40" : '') . "\166\141\154\165\145\75\x22\70\66\x34\x30\x30\x22\76\141\40\144\x61\171\x3c\x2f\x6f\160\x74\151\157\156\x3e"; echo "\x3c\x6f\160\164\x69\157\x6e\x20" . ($accounts["\157\x70\x65\x6e\162\157\x75\164\145\x72\137\141\160\151\137\x6c\x69\x6d\x69\164"]["\x70\145\162\151\157\144"] == 2678400 ? "\x73\145\x6c\x65\143\x74\x65\x64\40" : '') . "\x76\141\154\165\x65\x3d\x22\62\66\x37\x38\x34\x30\x30\42\76\141\x20\155\157\x6e\x74\x68\x3c\57\x6f\160\164\x69\157\156\76"; echo "\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x3c\x2f\163\145\x6c\145\x63\x74\x3e\xd\xa\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\74\x70\40\143\x6c\x61\163\163\75\42\144\x65\163\x63\162\151\160\164\151\x6f\156\42\76\x53\145\x74\x20\x74\x68\x65\x20\154\151\155\151\164\40\x66\x6f\162\40\117\160\145\x6e\x52\x6f\165\164\145\x72\40\101\120\x49\40\x72\145\x71\x75\x65\163\164\163\x2e\40\x41\40\166\x61\x6c\165\x65\x20\157\146\x20\x30\x20\50\172\x65\162\x6f\51\40\151\163\40\x69\156\164\145\x72\x70\x72\x65\x74\x65\x64\x20\x61\163\40\156\x6f\40\154\x69\x6d\x69\164\x2e\74\57\160\76\40\40\40\x20\xd\12\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x3c\57\164\144\76\xd\12\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\74\57\x74\x72\76\15\xa\15\12\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x3c\57\164\141\142\154\x65\x3e\xd\12\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x3c\57\x74\144\76\xd\12\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\74\x2f\164\162\76\x20\15\12\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\15\xa\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\74\x74\162\x3e\15\12\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\74\164\144\40\143\x6f\154\x73\160\141\x6e\75\x22\x32\x22\76\40\40\x20\x20\15\xa\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\74\x74\x61\142\x6c\145\40\143\154\x61\163\163\x3d\x22\143\163\145\157\55\142\157\170\42\x3e\x20\xd\xa\15\xa\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x3c\164\162\76\15\xa\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\74\164\150\x3e\123\x74\x61\142\x69\154\151\164\x79\101\x49\x20\x41\120\x49\40\x6b\x65\x79\74\x2f\164\x68\76\xd\12\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\40\74\164\x64\76\xd\12\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\x3c\151\156\x70\x75\164\40\164\171\x70\145\x3d\42\164\x65\x78\x74\x22\40\156\x61\155\145\x3d\42\163\x74\141\x62\x69\x6c\151\x74\171\137\141\160\151\137\x6b\x65\171\x22\x20\x73\151\172\145\x3d\42\70\x30\x22\40\x76\141\154\165\x65\75\42"; echo htmlspecialchars(stripslashes($accounts["\163\x74\141\x62\151\x6c\x69\164\x79\x5f\x61\160\x69\137\153\145\171"]), ENT_QUOTES); echo "\x22\x3e\40\15\xa\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\74\x70\40\143\x6c\141\x73\163\75\42\x64\x65\163\x63\162\151\x70\x74\x69\157\156\x22\x3e\107\x65\164\40\x79\x6f\165\162\40\74\x61\40\150\x72\145\x66\75\42\x68\164\164\x70\163\x3a\x2f\x2f\142\145\x74\x61\56\144\162\145\141\155\x73\x74\x75\144\151\157\x2e\141\x69\x2f\155\x65\155\x62\145\x72\163\150\151\160\77\164\141\142\x3d\141\160\x69\x4b\145\x79\163\x22\40\164\x61\x72\x67\145\x74\x3d\x22\x5f\x62\x6c\141\156\x6b\x22\76\x53\164\x61\142\151\154\151\164\x79\101\x49\x3c\x2f\x61\76\x20\x41\120\111\40\x6b\145\171\40\x69\156\40\x6f\x72\144\x65\x72\x20\164\157\40\165\x73\145\x20\123\x74\x61\x62\154\145\x20\x44\x69\146\146\165\163\x69\157\x6e\40\101\x49\56\74\57\x70\76\40\x20\40\x20\xd\12\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\74\57\x74\x64\x3e\xd\xa\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\x3c\x2f\164\162\76\xd\12\xd\12\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\74\164\x72\76\xd\xa\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x3c\164\x68\76\x53\164\x61\142\x69\154\151\x74\171\x41\x49\x20\x72\145\x71\x75\145\x73\164\x20\x6c\x69\155\x69\x74\x3c\x2f\x74\150\x3e\xd\12\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\74\x74\x64\76\15\12\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\74\x69\156\160\165\164\x20\164\171\160\x65\x3d\42\x74\x65\x78\164\x22\40\156\141\x6d\145\75\x22\163\164\x61\142\151\x6c\x69\x74\171\137\x61\x70\x69\x5f\154\151\155\151\x74\x22\x20\163\151\x7a\145\75\42\66\42\x20\166\x61\154\165\145\75\42"; echo htmlspecialchars(stripslashes($accounts["\x73\164\x61\x62\x69\x6c\x69\164\x79\x5f\x61\160\151\137\154\x69\x6d\x69\164"]["\x6d\x61\x78\x5f\162\145\161\x75\x65\163\164\x73"]), ENT_QUOTES); echo "\x22\76\40\15\12\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x3c\x73\145\154\x65\143\164\40\156\x61\155\145\75\42\x73\x74\141\142\x69\154\x69\x74\x79\137\x61\x70\x69\x5f\x6c\x69\x6d\x69\x74\137\x70\x65\162\151\x6f\x64\x22\40\x73\x74\x79\x6c\145\x3d\42\x76\x65\162\x74\151\143\141\x6c\x2d\141\x6c\151\x67\x6e\x3a\40\164\x6f\x70\73\42\76\15\12\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20"; echo "\74\157\160\x74\151\157\156\40" . ($accounts["\163\x74\141\x62\x69\x6c\151\x74\x79\x5f\141\x70\x69\137\x6c\151\155\151\x74"]["\x70\145\x72\x69\157\x64"] == 3600 ? "\163\145\x6c\x65\143\164\x65\x64\40" : '') . "\166\x61\x6c\x75\x65\75\x22\x33\66\60\x30\42\x3e\141\x20\150\x6f\165\162\x3c\x2f\157\160\x74\151\x6f\x6e\x3e"; echo "\x3c\x6f\x70\164\151\x6f\156\40" . ($accounts["\x73\x74\x61\x62\151\154\x69\164\x79\137\x61\160\151\137\x6c\x69\x6d\x69\164"]["\x70\x65\x72\151\157\144"] == 86400 ? "\163\145\154\145\143\164\145\x64\40" : '') . "\x76\141\154\x75\x65\75\42\x38\66\x34\x30\x30\x22\76\141\x20\x64\x61\x79\74\57\x6f\160\164\151\157\x6e\76"; echo "\x3c\x6f\160\x74\151\x6f\x6e\40" . ($accounts["\163\x74\141\142\151\x6c\151\164\171\137\141\160\x69\137\154\151\x6d\151\164"]["\160\145\162\151\x6f\x64"] == 2678400 ? "\x73\x65\x6c\x65\x63\x74\x65\144\40" : '') . "\166\141\154\165\145\x3d\x22\x32\66\x37\x38\64\x30\60\x22\x3e\141\x20\155\x6f\156\x74\x68\74\57\157\160\164\x69\157\156\76"; echo "\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x3c\x2f\x73\x65\154\145\x63\x74\x3e\15\12\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\74\x70\40\x63\154\141\163\x73\75\x22\144\x65\x73\143\162\151\x70\x74\151\x6f\x6e\x22\76\x53\145\x74\40\164\150\145\x20\x6c\151\x6d\151\x74\x20\x66\x6f\x72\40\123\164\x61\x62\151\x6c\151\x74\x79\x41\111\40\101\120\111\40\x72\145\x71\165\145\x73\164\163\56\40\101\x20\x76\141\x6c\x75\145\40\x6f\146\x20\60\40\x28\x7a\x65\x72\157\51\40\x69\163\40\x69\x6e\164\145\x72\x70\162\145\164\145\x64\40\x61\163\x20\156\157\x20\154\x69\155\x69\164\x2e\x3c\x2f\x70\76\x20\x20\x20\40\xd\xa\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\74\57\x74\x64\76\xd\xa\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\74\57\164\162\76\15\xa\xd\12\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\74\57\x74\x61\x62\154\145\x3e\xd\12\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x3c\x2f\x74\144\x3e\xd\xa\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x3c\57\x74\162\76\40\40\x20\15\12\xd\12\x20\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x3c\x74\162\76\xd\xa\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\40\40\40\x3c\164\144\x20\x63\157\154\163\x70\x61\156\x3d\42\62\x22\76\x20\40\x20\40\15\xa\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x3c\x74\x61\x62\x6c\145\x20\143\154\141\x73\x73\75\42\143\x73\x65\x6f\x2d\x62\x6f\170\x22\x3e\40\xd\xa\15\xa\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x3c\164\x72\x3e\15\12\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x3c\164\x68\x3e\101\x72\164\x69\143\x6c\145\x20\106\x6f\x72\147\145\40\x41\120\111\40\x6b\145\x79\74\x2f\x74\150\x3e\xd\xa\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x3c\164\x64\x3e\xd\12\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\74\x69\156\160\165\x74\40\164\171\x70\x65\x3d\x22\164\145\170\164\x22\x20\156\x61\155\x65\75\x22\x61\162\164\x69\x63\x6c\x65\137\146\x6f\x72\147\145\x5f\x61\160\x69\x5f\153\x65\x79\x22\40\163\x69\x7a\x65\75\x22\x38\60\x22\40\x76\141\x6c\x75\x65\75\x22"; echo htmlspecialchars(stripslashes($accounts["\141\162\x74\151\143\154\x65\137\146\x6f\x72\x67\x65\x5f\x61\160\x69\x5f\153\145\x79"]), ENT_QUOTES); echo "\42\76\x20\xd\12\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x3c\160\x20\143\154\141\x73\x73\75\42\144\x65\163\x63\162\x69\160\x74\151\x6f\x6e\x22\76\x45\156\164\x65\162\40\x79\x6f\x75\x72\x20\x3c\x61\40\150\x72\145\x66\75\x22\150\164\164\160\163\x3a\x2f\x2f\x77\167\167\56\143\x79\x62\x65\x72\x73\145\157\x2e\156\145\164\x2f\x70\x61\162\164\156\145\x72\x73\x2f\x61\162\x74\151\143\x6c\x65\x66\x6f\162\147\x65\56\x70\x68\x70\x22\40\x74\141\x72\147\x65\164\x3d\x22\137\x62\x6c\x61\x6e\x6b\42\76\101\162\164\151\x63\154\x65\40\x46\x6f\162\x67\145\74\x2f\141\x3e\40\x41\120\x49\40\x6b\x65\171\x2e\74\57\x70\x3e\x20\x20\x20\x20\15\12\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\74\57\x74\x64\x3e\15\12\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\40\40\40\40\40\40\74\57\x74\162\x3e\40\40\x20\40\40\xd\12\xd\xa\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\74\x74\x72\76\xd\12\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x3c\x74\150\x3e\101\162\x74\x69\143\154\x65\40\106\x6f\x72\147\x65\40\162\x65\x71\x75\145\x73\x74\40\154\x69\155\x69\164\74\x2f\x74\150\x3e\15\12\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\74\164\144\x3e\15\12\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\x3c\x69\156\x70\165\x74\40\x74\x79\160\145\x3d\42\164\145\170\x74\x22\x20\x6e\x61\155\x65\x3d\42\141\x72\x74\x69\143\154\x65\x5f\x66\157\x72\x67\145\137\141\x70\x69\137\154\x69\x6d\x69\164\42\40\x73\151\172\145\75\x22\66\42\x20\166\x61\154\165\145\x3d\42"; echo htmlspecialchars(stripslashes($accounts["\141\x72\164\151\x63\154\145\x5f\146\x6f\x72\147\145\x5f\x61\160\151\137\x6c\151\x6d\x69\164"]["\x6d\x61\170\x5f\162\145\x71\165\145\x73\164\163"]), ENT_QUOTES); echo "\x22\76\x20\15\12\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\74\163\145\x6c\x65\143\164\40\156\141\x6d\145\75\x22\141\x72\x74\x69\x63\x6c\x65\137\146\x6f\x72\147\145\x5f\x61\160\151\x5f\x6c\x69\155\x69\164\x5f\160\145\x72\x69\x6f\x64\42\x20\x73\164\x79\154\x65\x3d\42\166\x65\x72\164\151\x63\141\x6c\55\141\x6c\x69\147\156\72\40\164\x6f\160\x3b\42\x3e\xd\12\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20"; echo "\74\157\x70\x74\151\x6f\x6e\40" . ($accounts["\141\x72\164\151\x63\x6c\x65\137\146\x6f\x72\x67\x65\x5f\x61\160\x69\x5f\x6c\x69\155\151\164"]["\160\x65\162\151\x6f\x64"] == 3600 ? "\x73\145\154\145\x63\164\x65\x64\40" : '') . "\166\x61\154\165\x65\x3d\42\63\66\60\60\42\76\x61\x20\x68\157\x75\162\74\57\x6f\x70\x74\151\157\x6e\76"; echo "\x3c\157\160\x74\151\157\x6e\x20" . ($accounts["\x61\x72\164\151\x63\154\x65\x5f\146\157\x72\x67\145\137\141\x70\151\x5f\x6c\x69\155\x69\164"]["\160\145\162\151\x6f\x64"] == 86400 ? "\163\145\154\145\x63\x74\x65\x64\x20" : '') . "\166\141\x6c\165\145\75\x22\70\66\x34\x30\x30\42\76\x61\x20\144\141\171\x3c\x2f\x6f\160\x74\x69\x6f\156\76"; echo "\x3c\157\160\164\151\x6f\156\x20" . ($accounts["\141\x72\164\151\143\154\x65\137\x66\x6f\162\x67\145\137\141\160\x69\137\154\151\155\151\x74"]["\160\145\162\151\157\144"] == 2678400 ? "\x73\x65\154\145\143\x74\x65\144\x20" : '') . "\x76\141\154\x75\x65\75\42\x32\66\67\x38\64\x30\60\42\76\x61\x20\x6d\157\156\164\x68\x3c\57\157\x70\x74\x69\x6f\156\x3e"; echo "\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x3c\57\x73\145\x6c\x65\x63\164\76\15\12\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x3c\x70\40\143\x6c\x61\x73\163\x3d\x22\x64\x65\x73\x63\x72\x69\160\x74\x69\157\x6e\42\76\123\145\x74\x20\164\x68\x65\x20\154\x69\x6d\x69\164\40\x66\x6f\162\40\x41\162\164\151\x63\x6c\145\40\x46\x6f\x72\147\x65\x20\101\x50\111\x20\162\x65\x71\165\x65\x73\x74\163\56\x20\x41\40\x76\141\154\x75\145\x20\x6f\x66\40\x30\x20\50\172\x65\162\x6f\x29\x20\151\163\x20\x69\156\x74\145\x72\160\x72\145\x74\x65\x64\x20\x61\x73\x20\156\x6f\x20\x6c\x69\x6d\151\164\x2e\x3c\57\160\76\40\x20\x20\40\xd\12\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x3c\57\164\144\76\xd\xa\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x3c\x2f\x74\x72\x3e\15\12\15\xa\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\74\57\164\x61\x62\x6c\145\x3e\xd\xa\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x3c\x2f\164\x64\x3e\xd\12\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\74\57\164\162\x3e\40\15\12\xd\xa\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\74\x74\162\x3e\xd\xa\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x3c\164\144\40\143\157\154\163\160\x61\156\x3d\x22\62\42\76\40\x20\x20\40\15\xa\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\74\164\141\x62\x6c\145\40\x63\x6c\x61\x73\x73\75\x22\143\163\x65\x6f\x2d\142\157\170\x22\76\x20\15\xa\15\12\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\74\164\162\x3e\xd\xa\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x3c\164\150\x3e\x53\x70\x69\x6e\156\x65\x72\x43\x68\x69\x65\146\x20\101\x50\111\x20\x6b\145\171\x3c\57\164\150\76\xd\12\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x3c\x74\144\76\xd\xa\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x3c\151\156\x70\x75\x74\40\x74\x79\160\145\x3d\42\164\145\x78\x74\x22\x20\x6e\141\x6d\145\75\x22\x73\160\151\x6e\156\145\x72\143\x68\x69\145\146\137\x61\160\x69\x5f\x6b\145\x79\x22\x20\163\151\x7a\x65\75\42\x38\x30\x22\40\166\x61\154\x75\x65\75\x22"; echo htmlspecialchars(stripslashes($accounts["\163\160\x69\156\x6e\x65\x72\x63\x68\x69\x65\x66\x5f\141\x70\151\x5f\153\x65\171"]), ENT_QUOTES); echo "\42\76\40\xd\12\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\x3c\160\x20\143\x6c\x61\x73\x73\x3d\x22\x64\x65\163\143\162\151\160\164\x69\x6f\156\42\x3e\x45\x6e\x74\x65\x72\40\171\x6f\x75\162\40\x3c\141\40\150\x72\145\x66\75\42\x68\164\164\x70\163\x3a\57\x2f\167\167\167\x2e\143\171\142\x65\x72\x73\145\x6f\x2e\x6e\145\164\x2f\x70\141\x72\164\156\145\x72\163\57\x73\160\151\x6e\x6e\145\x72\143\x68\x69\x65\146\56\160\x68\160\x22\x20\x74\x61\x72\147\x65\164\x3d\42\x5f\x62\154\141\x6e\153\x22\76\123\160\x69\x6e\156\145\162\x43\150\151\145\x66\x3c\x2f\x61\x3e\40\101\x50\x49\40\x6b\145\x79\x2e\x3c\x2f\160\x3e\x20\x20\40\x20\xd\12\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x3c\x2f\x74\144\76\15\xa\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\74\x2f\x74\162\76\40\40\40\xd\xa\xd\xa\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\74\x74\x72\x3e\15\xa\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\74\164\150\x3e\x53\160\151\x6e\x6e\x65\x72\x43\150\151\x65\x66\x20\144\145\x76\145\154\157\160\145\162\x20\x6b\x65\171\74\x2f\x74\x68\x3e\xd\12\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x3c\x74\x64\76\15\xa\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\74\151\x6e\160\x75\x74\x20\x74\171\x70\145\75\x22\164\x65\x78\164\x22\x20\156\141\155\145\x3d\x22\x73\x70\x69\156\x6e\x65\162\143\x68\x69\x65\x66\x5f\144\x65\166\137\153\145\x79\42\x20\163\x69\172\145\x3d\42\70\60\x22\x20\166\141\154\x75\x65\x3d\42"; echo htmlspecialchars(stripslashes($accounts["\x73\160\x69\x6e\156\x65\x72\x63\x68\151\145\146\137\x64\x65\x76\x5f\x6b\145\x79"]), ENT_QUOTES); echo "\x22\x3e\x20\15\xa\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\74\x70\40\143\154\141\163\x73\x3d\42\144\x65\163\x63\x72\151\x70\164\x69\157\156\x22\76\x45\156\x74\145\162\x20\x79\157\x75\162\x20\x53\160\x69\156\156\x65\x72\x43\x68\x69\x65\146\x20\x64\145\x76\145\154\x6f\x70\145\162\x20\153\145\171\56\x3c\x2f\x70\x3e\x20\15\xa\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\74\x2f\x74\144\76\xd\xa\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x3c\57\164\162\x3e\40\40\xd\12\15\12\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\74\x74\162\76\xd\12\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\164\x68\x3e\x53\x70\151\156\156\x65\x72\103\x68\151\145\146\x20\x72\145\x71\165\145\x73\x74\40\154\151\x6d\x69\x74\74\x2f\164\150\76\15\xa\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x3c\x74\144\x3e\xd\12\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x3c\x69\x6e\x70\x75\164\40\164\x79\x70\145\75\42\x74\145\170\x74\x22\40\x6e\x61\x6d\x65\75\x22\x73\160\151\156\x6e\x65\162\x63\x68\151\x65\146\137\141\160\x69\x5f\x6c\x69\x6d\151\164\x22\40\x73\151\172\145\x3d\42\x36\x22\x20\166\141\154\165\x65\75\42"; echo htmlspecialchars(stripslashes($accounts["\163\x70\151\x6e\156\145\162\x63\x68\x69\145\x66\137\141\160\x69\x5f\x6c\151\x6d\151\x74"]["\x6d\x61\x78\137\x72\145\x71\x75\x65\x73\x74\163"]), ENT_QUOTES); echo "\x22\76\40\xd\12\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\74\x73\x65\154\x65\143\164\x20\156\141\x6d\x65\x3d\42\x73\x70\x69\156\156\145\162\143\x68\x69\x65\x66\137\141\160\151\137\x6c\151\x6d\151\x74\137\160\145\162\x69\x6f\144\x22\x20\163\x74\x79\154\145\75\42\x76\x65\x72\x74\x69\x63\141\154\x2d\x61\x6c\x69\147\x6e\x3a\x20\164\157\160\73\x22\x3e\15\12\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\40"; echo "\x3c\157\160\x74\x69\x6f\x6e\40" . ($accounts["\x73\160\x69\x6e\156\145\162\x63\x68\x69\145\x66\137\141\x70\151\x5f\154\x69\155\x69\x74"]["\160\x65\162\151\157\x64"] == 3600 ? "\x73\145\154\x65\143\x74\145\144\40" : '') . "\166\141\x6c\165\145\x3d\x22\63\x36\60\60\x22\x3e\141\x20\x68\x6f\165\x72\74\57\157\160\x74\151\157\156\x3e"; echo "\74\157\x70\164\x69\157\156\40" . ($accounts["\x73\160\151\x6e\x6e\145\162\x63\x68\151\145\146\x5f\x61\160\x69\137\x6c\x69\155\x69\x74"]["\x70\x65\x72\x69\x6f\x64"] == 86400 ? "\x73\145\154\145\x63\164\145\144\40" : '') . "\166\141\x6c\x75\145\x3d\x22\x38\66\x34\60\60\42\76\141\x20\x64\x61\171\74\57\x6f\160\164\151\x6f\156\x3e"; echo "\x3c\x6f\160\x74\x69\157\156\x20" . ($accounts["\x73\x70\x69\156\x6e\x65\162\x63\x68\151\x65\146\137\x61\x70\x69\137\x6c\151\x6d\151\x74"]["\x70\x65\x72\x69\x6f\x64"] == 2678400 ? "\163\x65\154\x65\143\x74\x65\x64\x20" : '') . "\166\141\x6c\165\145\x3d\x22\62\66\x37\x38\x34\x30\x30\x22\x3e\141\x20\x6d\x6f\x6e\164\150\x3c\57\157\x70\x74\151\157\156\x3e"; echo "\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\74\57\x73\x65\x6c\x65\143\x74\x3e\15\12\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x3c\x70\40\x63\x6c\x61\163\x73\x3d\x22\144\145\x73\x63\x72\151\160\x74\x69\157\x6e\42\76\x53\x65\164\40\x74\x68\x65\x20\154\x69\x6d\x69\164\x20\146\157\162\40\x53\x70\151\156\156\145\162\103\150\151\145\x66\40\101\120\111\x20\162\x65\x71\165\145\163\x74\163\56\40\x41\x20\x76\x61\154\x75\x65\40\x6f\146\x20\60\40\50\x7a\x65\162\x6f\x29\x20\x69\163\40\x69\x6e\x74\145\x72\x70\x72\145\x74\145\144\40\x61\x73\40\x6e\x6f\40\x6c\151\x6d\x69\164\56\x3c\57\x70\76\x20\40\40\40\xd\xa\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\74\57\x74\144\x3e\xd\12\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\74\57\164\162\76\15\xa\15\12\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x3c\x2f\164\141\142\x6c\x65\x3e\15\xa\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x3c\x2f\164\144\76\15\12\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x3c\x2f\164\162\x3e\x20\15\12\15\12\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\74\x74\162\76\xd\12\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\74\x74\x64\x20\x63\x6f\x6c\163\x70\x61\x6e\x3d\42\x32\42\x3e\x20\x20\40\x20\xd\12\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x3c\164\x61\142\154\x65\x20\143\154\x61\x73\x73\75\x22\x63\163\x65\x6f\55\x62\157\170\x22\x3e\x20\15\xa\15\12\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\74\164\162\76\xd\xa\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x3c\164\150\76\x53\x70\x69\156\122\145\167\162\151\x74\145\162\40\x41\120\111\x20\x6b\145\x79\x3c\x2f\x74\150\x3e\xd\12\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\74\164\x64\x3e\xd\12\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x3c\x69\x6e\160\x75\164\40\x74\x79\x70\x65\x3d\42\164\145\x78\164\x22\x20\x6e\141\x6d\145\75\42\163\x70\151\156\x72\145\x77\162\x69\164\145\x72\137\141\x70\x69\137\153\145\x79\x22\40\x73\x69\x7a\145\x3d\42\x38\60\x22\40\x76\x61\x6c\x75\145\75\x22"; echo htmlspecialchars(stripslashes($accounts["\163\160\151\x6e\x72\145\167\x72\x69\x74\x65\162\137\141\160\x69\137\x6b\145\171"]), ENT_QUOTES); echo "\x22\x3e\40\15\12\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x3c\x70\x20\x63\154\141\163\x73\75\42\x64\x65\x73\143\x72\x69\x70\x74\x69\x6f\x6e\42\x3e\105\x6e\164\145\162\40\171\x6f\165\x72\x20\74\x61\40\150\162\145\146\75\x22\150\x74\x74\x70\x73\72\57\57\x77\167\167\x2e\143\171\142\x65\162\x73\145\x6f\x2e\156\x65\164\57\x70\x61\162\x74\156\x65\x72\163\x2f\x73\160\x69\x6e\x72\x65\167\x72\x69\164\x65\162\56\x70\x68\160\x22\40\164\x61\x72\x67\145\164\75\42\137\142\154\141\x6e\153\x22\76\x53\x70\x69\x6e\x52\145\x77\162\x69\x74\x65\162\x3c\x2f\x61\76\x20\101\x50\111\x20\153\145\x79\x2e\74\57\160\76\x20\x20\x20\40\15\12\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x3c\57\164\x64\x3e\xd\12\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\74\57\x74\x72\x3e\x20\x20\15\12\xd\12\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\74\x74\162\x3e\xd\12\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\74\164\150\x3e\123\x70\x69\x6e\122\145\x77\162\x69\164\145\x72\40\x65\155\x61\151\154\74\x2f\x74\x68\x3e\xd\12\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x3c\164\x64\76\xd\12\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\74\x69\x6e\x70\165\164\x20\164\x79\x70\145\x3d\x22\x74\x65\x78\x74\42\40\x6e\141\x6d\x65\75\42\163\x70\x69\x6e\162\x65\x77\x72\151\164\x65\162\x5f\x65\x6d\141\x69\x6c\42\40\163\151\x7a\145\75\42\70\60\42\40\166\141\x6c\x75\x65\x3d\42"; echo htmlspecialchars(stripslashes($accounts["\x73\160\151\x6e\162\x65\167\x72\151\x74\145\x72\137\x65\x6d\x61\x69\x6c"]), ENT_QUOTES); echo "\x22\x3e\40\15\xa\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\74\x70\x20\x63\x6c\141\163\x73\75\42\x64\x65\163\x63\x72\x69\160\x74\151\x6f\156\42\x3e\105\x6e\x74\145\x72\40\x79\x6f\x75\162\x20\123\x70\x69\156\122\x65\167\x72\x69\x74\x65\x72\40\145\x6d\141\x69\x6c\x2e\x3c\x2f\160\x3e\40\x20\40\x20\15\xa\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x3c\57\x74\x64\x3e\15\xa\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x3c\57\x74\x72\76\xd\12\xd\12\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\74\164\162\76\xd\xa\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x3c\164\x68\76\123\160\151\x6e\122\145\167\162\x69\x74\145\x72\40\162\x65\x71\x75\x65\163\x74\40\154\x69\155\x69\164\74\x2f\x74\150\x3e\xd\12\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\x3c\x74\x64\x3e\15\12\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x3c\151\156\x70\x75\164\40\164\171\x70\x65\x3d\42\x74\x65\x78\x74\42\x20\x6e\141\155\145\x3d\x22\163\x70\151\x6e\162\x65\x77\162\x69\164\x65\162\137\x61\x70\151\137\x6c\x69\x6d\x69\x74\42\x20\x73\x69\x7a\x65\x3d\42\66\42\x20\x76\x61\154\x75\145\x3d\42"; echo htmlspecialchars(stripslashes($accounts["\x73\x70\151\x6e\x72\x65\167\x72\151\164\x65\x72\x5f\141\160\x69\137\x6c\151\155\151\164"]["\155\141\x78\x5f\x72\145\x71\165\x65\x73\x74\x73"]), ENT_QUOTES); echo "\x22\x3e\40\xd\xa\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x3c\163\145\x6c\x65\143\x74\x20\156\x61\155\145\x3d\x22\x73\x70\x69\x6e\162\x65\167\162\x69\x74\145\x72\137\x61\160\151\137\154\x69\x6d\151\164\137\160\x65\162\x69\157\144\42\40\163\164\171\x6c\x65\x3d\x22\x76\145\162\164\151\143\x61\154\x2d\x61\154\x69\x67\156\72\x20\x74\x6f\x70\x3b\42\76\xd\12\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20"; echo "\74\x6f\x70\164\x69\157\156\40" . ($accounts["\x73\160\151\x6e\x72\x65\167\x72\x69\x74\x65\x72\x5f\141\160\151\x5f\154\x69\155\151\x74"]["\160\x65\162\x69\157\144"] == 3600 ? "\x73\145\154\145\143\164\145\x64\x20" : '') . "\x76\x61\x6c\165\145\75\42\63\66\60\60\42\x3e\x61\40\150\x6f\165\x72\74\57\x6f\160\x74\151\x6f\156\76"; echo "\x3c\157\160\x74\151\x6f\x6e\x20" . ($accounts["\163\x70\x69\156\x72\145\167\x72\x69\x74\x65\x72\x5f\x61\x70\151\137\154\x69\155\151\164"]["\x70\x65\162\151\157\x64"] == 86400 ? "\x73\145\x6c\145\143\x74\x65\144\40" : '') . "\166\141\154\x75\145\x3d\42\70\66\x34\x30\60\42\76\x61\40\144\x61\171\x3c\57\x6f\160\164\x69\157\x6e\76"; echo "\74\157\x70\x74\x69\157\156\x20" . ($accounts["\x73\160\151\x6e\162\145\x77\x72\151\164\145\x72\x5f\141\x70\x69\137\x6c\x69\x6d\151\164"]["\160\145\x72\x69\x6f\144"] == 2678400 ? "\x73\145\x6c\x65\x63\x74\145\x64\x20" : '') . "\166\141\154\165\145\75\42\62\66\x37\x38\x34\60\60\x22\76\x61\40\155\157\156\164\150\x3c\57\157\x70\x74\151\157\156\x3e"; echo "\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\74\57\163\145\x6c\x65\x63\x74\x3e\15\12\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x3c\x70\x20\x63\x6c\x61\x73\163\75\42\x64\145\x73\x63\162\151\160\164\151\x6f\x6e\x22\76\x53\145\x74\40\x74\x68\145\40\154\x69\155\151\164\x20\x66\157\162\40\x53\x70\151\156\122\x65\x77\162\x69\164\x65\x72\40\101\120\111\x20\162\145\161\165\x65\x73\164\x73\56\40\101\40\x76\x61\154\165\145\x20\x6f\146\x20\x30\40\50\x7a\x65\162\x6f\x29\x20\x69\163\x20\x69\156\x74\145\162\160\162\x65\164\145\x64\x20\x61\x73\x20\x6e\x6f\x20\x6c\151\x6d\151\x74\x2e\x3c\57\x70\76\x20\40\x20\40\15\xa\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\74\57\164\144\76\xd\12\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x3c\x2f\164\x72\76\15\xa\15\12\xd\12\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x3c\x2f\x74\141\142\x6c\x65\x3e\xd\xa\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x3c\57\164\144\76\15\12\40\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x3c\x2f\164\x72\x3e\x20\xd\xa\xd\12\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\74\x74\x72\x3e\xd\12\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\74\x74\x64\x20\x63\157\154\x73\160\141\x6e\75\42\x32\x22\76\x20\40\40\40\xd\xa\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x3c\x74\141\x62\x6c\x65\40\x63\x6c\x61\163\163\x3d\42\x63\163\x65\x6f\x2d\x62\x6f\170\42\76\40\x20\40\xd\12\xd\xa\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\x3c\x74\x72\76\15\xa\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\74\x74\150\76\127\157\162\144\x41\x49\40\101\120\111\x20\x6b\x65\x79\x3c\x2f\164\x68\76\15\12\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x3c\x74\x64\x3e\xd\xa\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\x3c\151\156\x70\165\164\x20\164\171\x70\x65\75\42\164\145\170\164\42\40\156\x61\155\145\x3d\42\167\x6f\x72\x64\x61\x69\x5f\141\160\x69\137\x6b\x65\x79\x22\x20\x73\151\172\145\x3d\42\70\x30\x22\40\x76\141\154\x75\145\75\42"; echo htmlspecialchars(stripslashes($accounts["\167\157\162\x64\x61\151\137\141\160\x69\137\153\x65\x79"]), ENT_QUOTES); echo "\42\76\40\xd\12\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\74\x70\40\x63\x6c\x61\163\163\75\42\x64\x65\x73\x63\x72\151\x70\164\x69\x6f\156\x22\76\105\x6e\164\x65\162\40\171\x6f\165\162\x20\74\141\40\150\162\145\146\x3d\x22\150\x74\164\x70\x73\72\x2f\57\167\x77\167\x2e\143\171\x62\x65\x72\x73\x65\157\56\x6e\145\x74\57\x70\x61\162\x74\x6e\145\162\163\57\167\x6f\x72\144\x61\x69\x2e\160\x68\160\42\x20\164\141\x72\x67\x65\x74\75\42\x5f\142\154\x61\156\153\x22\76\127\157\162\x64\101\151\74\57\141\76\40\101\120\x49\x20\x6b\145\x79\x2e\74\x2f\x70\76\40\40\40\x20\xd\xa\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\74\57\164\x64\x3e\15\xa\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x3c\x2f\164\162\76\40\x20\xd\12\15\xa\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x3c\164\x72\x3e\15\12\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x3c\164\x68\76\x57\157\x72\x64\x41\x49\x20\145\x6d\x61\x69\154\74\57\164\x68\76\xd\12\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x3c\x74\144\76\xd\12\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\74\x69\x6e\x70\x75\x74\40\164\171\x70\145\75\x22\x74\x65\x78\x74\x22\40\x6e\141\155\145\x3d\x22\x77\x6f\x72\144\x61\x69\137\145\155\141\151\154\x22\x20\163\x69\x7a\x65\x3d\42\x38\60\x22\40\x76\141\154\165\x65\75\42"; echo htmlspecialchars(stripslashes($accounts["\167\x6f\162\144\x61\x69\137\x65\155\141\151\154"]), ENT_QUOTES); echo "\x22\x3e\40\15\xa\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x3c\x70\40\x63\x6c\x61\x73\x73\x3d\42\x64\x65\x73\143\x72\151\x70\x74\151\157\156\42\76\105\x6e\x74\145\x72\x20\x79\157\x75\x72\x20\127\x6f\162\144\x41\151\x20\145\x6d\141\151\x6c\x2e\74\57\160\x3e\40\40\40\x20\x20\40\xd\xa\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\x3c\x2f\164\144\76\xd\12\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\74\x2f\x74\162\76\xd\12\15\xa\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\74\x74\162\76\15\xa\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x3c\164\x68\76\127\x6f\162\x64\x41\111\40\162\145\161\x75\x65\163\164\40\154\x69\155\151\164\x3c\57\164\x68\x3e\15\12\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\74\164\x64\x3e\15\xa\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x3c\x69\x6e\160\165\164\40\x74\x79\160\x65\x3d\x22\164\145\x78\x74\42\x20\x6e\141\x6d\145\x3d\x22\x77\x6f\162\x64\x61\x69\x5f\141\x70\151\x5f\154\x69\155\151\164\42\40\163\x69\x7a\145\x3d\42\x36\x22\40\x76\x61\154\165\x65\x3d\x22"; echo htmlspecialchars(stripslashes($accounts["\167\x6f\x72\144\141\151\137\141\x70\151\137\x6c\151\155\151\164"]["\x6d\141\x78\137\x72\145\x71\x75\x65\163\x74\x73"]), ENT_QUOTES); echo "\42\76\x20\15\12\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\74\163\x65\154\145\143\x74\x20\x6e\141\x6d\x65\75\x22\167\157\162\144\x61\151\x5f\x61\x70\x69\137\x6c\x69\155\151\164\x5f\x70\x65\162\x69\x6f\x64\x22\x20\163\x74\171\x6c\x65\x3d\42\166\x65\x72\164\151\143\141\x6c\55\141\154\x69\147\156\72\40\x74\x6f\160\x3b\x22\x3e\xd\12\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20"; echo "\x3c\x6f\160\x74\x69\157\x6e\x20" . ($accounts["\167\157\162\x64\141\151\137\x61\x70\151\137\x6c\151\155\x69\x74"]["\160\x65\162\x69\157\x64"] == 3600 ? "\163\145\154\145\x63\164\x65\144\40" : '') . "\166\141\154\x75\145\x3d\x22\x33\x36\60\60\x22\x3e\x61\40\150\x6f\x75\162\74\57\157\160\164\151\x6f\156\x3e"; echo "\x3c\x6f\x70\164\x69\157\x6e\x20" . ($accounts["\167\x6f\x72\x64\x61\151\x5f\x61\x70\x69\x5f\154\x69\155\151\x74"]["\x70\145\162\151\157\144"] == 86400 ? "\163\x65\154\x65\143\x74\145\x64\x20" : '') . "\166\141\x6c\x75\x65\75\x22\70\66\64\x30\x30\x22\76\141\40\x64\141\171\x3c\57\x6f\160\x74\151\157\156\x3e"; echo "\x3c\157\160\x74\151\x6f\x6e\40" . ($accounts["\167\157\x72\144\x61\151\x5f\x61\x70\x69\x5f\x6c\151\x6d\151\x74"]["\160\145\162\x69\x6f\x64"] == 2678400 ? "\x73\x65\154\x65\x63\164\x65\144\40" : '') . "\166\x61\154\x75\x65\75\x22\x32\66\x37\70\64\60\x30\x22\x3e\141\40\155\157\156\x74\150\74\x2f\157\160\x74\151\157\x6e\x3e"; echo "\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\74\57\x73\x65\x6c\x65\143\164\x3e\xd\xa\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\74\160\40\143\154\141\x73\163\75\42\144\x65\x73\143\x72\x69\160\164\151\x6f\x6e\x22\76\x53\x65\x74\x20\x74\x68\x65\40\154\151\155\x69\164\40\x66\157\x72\40\127\157\162\x64\101\x49\x20\x41\120\x49\40\x72\x65\x71\x75\145\163\x74\x73\56\x20\x41\40\166\141\x6c\x75\x65\40\x6f\x66\x20\x30\x20\50\172\145\x72\157\x29\x20\x69\x73\40\151\x6e\x74\x65\162\x70\x72\x65\x74\145\x64\x20\141\163\x20\156\157\x20\x6c\151\x6d\151\x74\x2e\x3c\57\160\x3e\40\40\x20\40\xd\xa\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\74\x2f\x74\x64\x3e\xd\12\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x3c\57\164\162\76\15\12\15\xa\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\74\57\164\141\x62\x6c\x65\x3e\xd\12\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\40\x3c\x2f\164\144\x3e\15\xa\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x3c\x2f\164\x72\76\x20\15\xa\xd\12\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\74\x74\x72\76\xd\12\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\74\x74\144\40\x63\157\x6c\163\160\x61\x6e\x3d\x22\62\x22\76\40\x20\x20\40\xd\12\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\74\x74\x61\142\154\145\40\x63\x6c\x61\163\163\75\42\143\x73\145\157\x2d\142\157\x78\x22\76\40\xd\12\xd\xa\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\74\164\162\76\15\xa\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\74\164\x68\x3e\103\150\x69\155\x70\122\145\x77\162\x69\164\x65\162\40\x41\x50\111\x20\153\x65\x79\x3c\x2f\164\x68\x3e\xd\xa\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x3c\x74\144\x3e\15\xa\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\74\x69\156\x70\165\164\40\x74\171\x70\145\x3d\42\x74\145\x78\164\x22\x20\x6e\141\x6d\145\75\x22\x63\150\151\x6d\x70\162\x65\167\162\x69\164\x65\162\137\141\x70\x69\137\x6b\145\x79\42\40\163\151\172\x65\75\42\70\60\42\40\x76\141\x6c\x75\x65\x3d\42"; echo htmlspecialchars(stripslashes($accounts["\x63\150\151\x6d\x70\162\145\167\x72\x69\x74\145\162\137\141\x70\151\x5f\x6b\145\x79"]), ENT_QUOTES); echo "\x22\x3e\40\15\xa\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\40\40\40\x3c\x70\40\x63\x6c\x61\163\163\x3d\42\144\x65\x73\143\x72\x69\160\164\151\x6f\x6e\42\x3e\x45\x6e\164\x65\x72\40\171\x6f\x75\162\40\74\x61\40\150\162\x65\x66\75\x22\x68\x74\x74\160\163\72\57\57\167\167\167\56\x63\x79\142\145\162\163\x65\157\x2e\x6e\145\x74\x2f\160\141\x72\164\156\x65\x72\x73\x2f\x63\150\x69\155\x70\162\x65\x77\x72\x69\164\x65\162\56\x70\x68\x70\42\x20\x74\x61\162\x67\x65\x74\x3d\x22\137\142\x6c\141\156\x6b\x22\76\x43\150\x69\155\x70\122\x65\x77\x72\151\164\145\162\74\x2f\141\76\40\x41\120\111\x20\x6b\x65\171\56\74\x2f\160\76\x20\40\40\40\15\xa\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\74\x2f\164\x64\x3e\xd\xa\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x3c\x2f\x74\x72\76\40\40\15\xa\xd\xa\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x3c\x74\x72\76\15\12\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x3c\164\150\x3e\x43\x68\151\155\160\122\x65\x77\x72\151\x74\x65\162\x20\x65\155\141\x69\x6c\x3c\57\164\x68\76\15\xa\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x3c\x74\x64\76\15\12\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\74\151\x6e\160\x75\164\40\164\171\x70\x65\75\42\164\145\x78\164\42\40\156\x61\155\x65\x3d\x22\143\x68\x69\155\160\162\145\167\x72\151\164\145\x72\x5f\x65\x6d\141\x69\x6c\42\40\x73\x69\x7a\x65\75\42\70\60\x22\40\x76\141\154\x75\x65\x3d\42"; echo htmlspecialchars(stripslashes($accounts["\x63\x68\151\155\x70\x72\x65\167\162\x69\x74\145\162\x5f\145\x6d\141\151\154"]), ENT_QUOTES); echo "\x22\76\x20\15\xa\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\74\x70\40\x63\154\141\163\163\75\x22\x64\x65\x73\143\162\151\160\164\151\x6f\156\42\76\105\x6e\164\145\x72\x20\x79\157\x75\x72\x20\x43\150\151\155\160\x52\145\x77\x72\x69\x74\x65\x72\x20\x65\155\x61\151\x6c\x2e\74\x2f\160\x3e\40\40\x20\xd\12\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x3c\x2f\x74\144\x3e\xd\12\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\74\57\x74\162\76\15\12\15\xa\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x3c\x74\162\76\xd\12\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\74\164\x68\76\103\x68\x69\155\160\122\x65\167\162\x69\x74\x65\162\x20\162\x65\x71\x75\145\x73\164\40\154\151\155\151\x74\x3c\57\x74\x68\76\xd\12\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x3c\x74\x64\x3e\xd\xa\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x3c\x69\x6e\160\165\x74\40\x74\x79\x70\145\75\x22\164\x65\170\x74\x22\40\x6e\141\155\x65\75\x22\x63\x68\x69\x6d\x70\x72\x65\167\x72\x69\x74\x65\162\137\x61\x70\x69\137\x6c\151\155\151\x74\42\40\x73\x69\x7a\145\x3d\42\66\x22\x20\x76\141\154\x75\145\x3d\x22"; echo htmlspecialchars(stripslashes($accounts["\143\x68\151\x6d\160\162\145\167\162\151\164\145\162\x5f\x61\160\151\x5f\x6c\151\155\151\164"]["\155\141\x78\137\x72\x65\x71\165\145\163\164\163"]), ENT_QUOTES); echo "\42\x3e\x20\xd\xa\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x3c\163\x65\x6c\145\x63\164\40\x6e\x61\x6d\145\x3d\x22\x63\150\x69\x6d\x70\162\x65\167\162\151\164\145\x72\x5f\141\160\151\137\x6c\151\155\151\164\x5f\x70\x65\162\151\157\144\42\40\163\x74\171\154\x65\x3d\42\166\145\x72\164\x69\x63\141\154\x2d\x61\x6c\x69\147\x6e\x3a\x20\164\157\x70\73\42\76\15\12\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20"; echo "\74\157\160\164\x69\x6f\156\40" . ($accounts["\x63\x68\151\155\160\162\x65\x77\162\151\x74\x65\162\x5f\x61\x70\151\x5f\x6c\151\155\151\x74"]["\160\145\162\x69\157\144"] == 3600 ? "\x73\145\154\x65\x63\x74\x65\x64\x20" : '') . "\x76\141\154\x75\145\75\42\x33\x36\60\x30\x22\x3e\141\x20\150\x6f\x75\x72\74\x2f\x6f\160\164\x69\x6f\156\x3e"; echo "\74\157\160\164\x69\157\156\40" . ($accounts["\143\x68\151\155\x70\162\145\167\162\x69\x74\145\x72\137\x61\160\151\x5f\154\x69\155\151\164"]["\x70\145\162\x69\x6f\x64"] == 86400 ? "\x73\x65\154\x65\143\164\145\144\x20" : '') . "\166\x61\x6c\x75\x65\x3d\x22\70\66\x34\x30\x30\42\76\141\40\144\141\x79\x3c\57\157\x70\164\151\157\156\76"; echo "\74\x6f\160\164\151\x6f\156\x20" . ($accounts["\143\150\151\155\160\162\x65\x77\x72\151\164\145\x72\137\x61\x70\151\x5f\154\x69\155\151\x74"]["\160\x65\x72\x69\157\144"] == 2678400 ? "\x73\x65\154\x65\143\x74\145\x64\x20" : '') . "\166\141\x6c\x75\145\x3d\42\x32\x36\x37\x38\x34\x30\60\42\76\141\x20\155\157\156\x74\150\74\57\157\x70\x74\x69\x6f\156\76"; echo "\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\74\57\163\x65\154\x65\x63\x74\x3e\xd\12\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x3c\160\x20\143\154\141\x73\x73\75\x22\144\145\x73\143\162\x69\160\x74\151\x6f\156\42\76\x53\145\x74\40\x74\x68\x65\x20\154\x69\x6d\151\164\40\146\157\x72\40\x43\150\151\155\160\122\x65\x77\x72\x69\164\145\x72\40\x41\x50\111\x20\x72\x65\x71\x75\145\x73\164\x73\x2e\x20\x41\40\x76\141\x6c\x75\145\x20\157\146\x20\60\40\x28\172\145\162\157\x29\40\x69\x73\40\151\x6e\164\x65\162\160\x72\x65\x74\145\144\40\141\x73\x20\156\157\x20\x6c\151\155\151\164\56\x3c\x2f\x70\x3e\x20\x20\x20\x20\15\12\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\74\x2f\164\x64\76\15\xa\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x3c\57\x74\162\x3e\15\12\xd\xa\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\x3c\57\x74\x61\x62\x6c\145\76\15\xa\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\74\x2f\164\144\76\xd\12\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x3c\x2f\164\162\x3e\x20\15\xa\xd\xa\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\74\164\162\76\15\12\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x3c\x74\144\40\x63\157\x6c\x73\160\141\156\75\42\62\x22\76\x20\40\x20\40\15\xa\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x3c\x74\141\142\154\x65\x20\143\154\x61\x73\x73\75\42\143\163\x65\x6f\55\142\157\x78\x22\76\40\xd\xa\xd\12\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\74\164\x72\x3e\xd\xa\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x3c\164\150\x3e\x45\x53\160\151\x6e\156\145\x72\x20\101\x50\x49\x20\153\145\x79\74\57\164\150\x3e\xd\xa\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\74\x74\x64\x3e\15\12\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x3c\151\156\160\165\164\40\164\x79\x70\x65\x3d\x22\x74\145\x78\x74\42\x20\x6e\141\x6d\145\75\x22\145\163\x70\151\156\x6e\x65\162\137\x61\160\151\137\x6b\145\x79\x22\x20\163\x69\172\145\75\42\70\x30\x22\40\166\141\x6c\x75\145\x3d\x22"; echo htmlspecialchars(stripslashes($accounts["\x65\163\160\x69\156\156\x65\x72\137\141\x70\151\137\x6b\145\171"]), ENT_QUOTES); echo "\42\76\x20\xd\xa\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\x3c\160\x20\x63\154\141\163\163\75\42\144\145\x73\x63\x72\x69\x70\x74\x69\157\156\42\76\x45\x6e\x74\x65\x72\40\171\x6f\165\x72\40\x3c\141\40\150\162\145\146\75\x22\x68\x74\164\160\163\72\x2f\57\167\167\167\x2e\143\171\142\x65\162\163\x65\x6f\56\156\x65\x74\57\x70\x61\162\x74\156\x65\162\163\x2f\145\x73\x70\x69\156\156\x65\x72\x2e\160\x68\x70\x22\40\x74\141\x72\x67\x65\164\x3d\x22\137\142\154\141\156\x6b\42\76\105\x53\120\151\156\156\145\162\x3c\57\141\76\40\101\120\111\40\153\x65\171\x2e\74\57\160\x3e\x20\x20\x20\x20\xd\12\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x3c\x2f\164\x64\76\15\xa\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\74\57\x74\x72\76\40\x20\xd\xa\15\xa\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x3c\x74\162\76\xd\xa\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\74\x74\150\x3e\105\123\160\x69\156\156\145\x72\40\x65\155\141\151\x6c\74\x2f\x74\150\x3e\xd\xa\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x3c\x74\x64\76\15\xa\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x3c\151\156\160\x75\164\40\x74\171\160\x65\75\42\x74\x65\x78\164\x22\40\156\x61\155\145\x3d\x22\145\x73\160\151\x6e\x6e\x65\x72\137\145\x6d\141\x69\154\42\x20\163\x69\x7a\x65\75\x22\x38\x30\42\40\166\141\154\x75\145\75\42"; echo htmlspecialchars(stripslashes($accounts["\145\163\160\x69\x6e\x6e\145\162\137\x65\155\141\x69\x6c"]), ENT_QUOTES); echo "\42\76\x20\15\xa\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\74\x70\40\x63\154\141\x73\x73\x3d\42\x64\x65\x73\143\162\x69\x70\164\151\x6f\x6e\42\76\x45\x6e\x74\145\162\x20\171\157\165\x72\40\105\123\x50\151\156\156\145\x72\40\x65\155\x61\151\154\56\x3c\57\160\x3e\x20\40\40\40\x20\xd\xa\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x3c\57\164\144\x3e\15\12\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\74\x2f\164\x72\76\15\12\15\xa\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\74\x74\x72\76\15\12\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\74\x74\x68\x3e\x45\123\160\x69\x6e\156\x65\x72\x20\x72\x65\161\165\145\x73\x74\x20\x6c\151\155\x69\x74\x3c\x2f\x74\x68\76\xd\12\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x3c\x74\x64\x3e\xd\xa\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\74\151\156\160\165\x74\x20\x74\x79\160\145\x3d\42\x74\145\170\x74\42\40\156\x61\155\x65\x3d\x22\x65\x73\x70\x69\x6e\x6e\x65\x72\137\x61\x70\151\x5f\154\151\155\151\x74\42\40\163\x69\172\x65\x3d\42\x36\42\x20\166\141\154\x75\x65\x3d\x22"; echo htmlspecialchars(stripslashes($accounts["\145\x73\x70\x69\x6e\x6e\145\162\137\141\x70\151\137\154\151\x6d\x69\x74"]["\155\x61\170\x5f\x72\145\x71\165\145\x73\164\x73"]), ENT_QUOTES); echo "\42\76\40\xd\xa\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x3c\x73\x65\154\145\143\164\40\x6e\141\x6d\x65\x3d\x22\145\163\160\x69\156\156\145\162\x5f\141\x70\151\x5f\x6c\x69\155\x69\164\x5f\x70\x65\162\x69\157\x64\42\x20\163\164\171\154\x65\75\x22\166\145\x72\x74\x69\143\x61\154\55\141\x6c\151\147\x6e\x3a\40\164\x6f\160\x3b\42\x3e\15\xa\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20"; echo "\74\x6f\160\x74\x69\157\x6e\40" . ($accounts["\x65\x73\160\x69\x6e\156\x65\162\137\x61\160\x69\137\154\151\x6d\151\164"]["\160\x65\x72\x69\x6f\x64"] == 3600 ? "\163\145\154\145\x63\x74\145\144\40" : '') . "\166\141\154\165\x65\75\x22\x33\66\60\60\x22\x3e\x61\40\x68\157\x75\x72\74\57\x6f\160\164\x69\x6f\156\x3e"; echo "\x3c\x6f\160\x74\x69\x6f\156\40" . ($accounts["\x65\x73\x70\151\x6e\156\x65\162\137\141\x70\151\x5f\154\x69\155\151\x74"]["\x70\145\162\x69\157\x64"] == 86400 ? "\163\x65\154\145\x63\x74\145\x64\x20" : '') . "\x76\141\x6c\x75\x65\x3d\x22\70\x36\x34\60\60\x22\76\x61\x20\x64\141\171\74\x2f\x6f\x70\164\151\157\156\x3e"; echo "\74\157\x70\164\151\157\156\40" . ($accounts["\x65\163\x70\151\156\156\x65\162\137\x61\160\x69\137\x6c\151\x6d\x69\164"]["\x70\x65\162\x69\157\144"] == 2678400 ? "\x73\x65\x6c\x65\x63\x74\x65\144\40" : '') . "\166\x61\x6c\x75\145\75\x22\x32\66\67\x38\64\x30\x30\42\x3e\x61\40\x6d\x6f\156\164\150\x3c\x2f\157\160\164\151\157\156\x3e"; echo "\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x3c\x2f\x73\x65\154\145\x63\164\x3e\15\12\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x3c\160\x20\143\x6c\x61\163\x73\x3d\42\144\x65\x73\x63\x72\x69\x70\164\151\157\x6e\x22\76\123\x65\164\x20\164\x68\x65\x20\x6c\x69\155\151\164\40\146\x6f\162\x20\105\x53\160\151\156\156\145\162\x20\x41\120\x49\40\162\145\161\165\x65\163\x74\163\x2e\40\101\x20\166\141\154\165\145\40\x6f\146\40\60\40\50\172\x65\x72\x6f\x29\40\151\163\x20\x69\156\x74\x65\x72\160\162\145\164\145\144\40\141\x73\x20\156\157\x20\154\151\x6d\x69\164\x2e\74\x2f\x70\x3e\40\40\x20\x20\15\xa\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\74\x2f\164\144\76\15\xa\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\74\x2f\x74\x72\76\xd\12\15\xa\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x3c\x2f\164\x61\x62\x6c\145\76\15\12\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x3c\x2f\x74\144\x3e\xd\12\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\74\57\x74\x72\76\40\15\12\15\xa\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\74\x74\x72\x3e\15\12\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\74\164\144\40\x63\157\x6c\163\160\x61\x6e\x3d\42\62\x22\x3e\40\40\x20\x20\xd\xa\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\74\164\x61\142\x6c\145\40\x63\154\x61\x73\x73\75\42\x63\x73\x65\157\x2d\142\x6f\170\x22\76\40\15\12\15\12\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x3c\164\162\x3e\15\xa\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x3c\x74\150\x3e\x54\x42\123\x20\x75\163\x65\x72\x6e\141\155\x65\x3c\x2f\164\x68\x3e\xd\xa\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x3c\x74\x64\x3e\15\xa\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\74\x69\156\x70\165\x74\40\164\171\160\x65\75\42\x74\x65\170\x74\x22\x20\156\141\x6d\145\x3d\x22\164\x62\x73\x5f\x75\163\x65\162\156\x61\x6d\x65\42\x20\163\x69\x7a\145\75\x22\70\60\x22\x20\x76\x61\154\165\145\75\x22"; echo htmlspecialchars(stripslashes($accounts["\x74\x62\x73\x5f\165\163\x65\x72\x6e\x61\x6d\145"]), ENT_QUOTES); echo "\x22\x3e\x20\xd\12\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\74\x70\x20\x63\x6c\141\163\163\75\x22\144\x65\163\x63\162\x69\x70\x74\x69\157\156\x22\76\x59\157\165\x72\40\74\x61\40\x68\x72\x65\x66\x3d\42\150\164\164\x70\x73\x3a\57\57\167\x77\x77\56\x63\171\x62\x65\x72\163\x65\x6f\x2e\x6e\x65\x74\x2f\160\141\x72\x74\156\x65\162\x73\x2f\x74\142\163\x2e\x70\150\160\42\40\x74\141\162\147\145\x74\75\42\137\142\154\141\x6e\x6b\x22\x3e\x54\102\123\74\57\141\76\40\165\163\x65\162\156\141\x6d\x65\x2e\x3c\x2f\160\76\40\x20\x20\x20\15\12\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x3c\x2f\164\x64\x3e\15\12\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\x3c\x2f\x74\x72\76\x20\40\xd\12\xd\xa\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\74\x74\162\x3e\15\xa\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\74\x74\x68\x3e\x54\102\123\40\x70\141\163\163\167\157\162\x64\74\x2f\x74\x68\x3e\xd\12\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\74\164\144\x3e\xd\12\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x3c\x69\x6e\x70\x75\x74\40\x74\x79\160\x65\x3d\x22\164\145\170\164\42\40\156\x61\155\x65\x3d\x22\164\142\163\x5f\160\x61\x73\x73\167\157\x72\144\x22\40\163\151\172\145\75\x22\70\60\42\40\166\x61\x6c\165\145\x3d\42"; echo htmlspecialchars(stripslashes($accounts["\x74\142\163\137\160\x61\163\x73\x77\x6f\x72\144"]), ENT_QUOTES); echo "\x22\76\x20\xd\12\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\74\x70\x20\143\154\x61\163\163\75\x22\144\x65\x73\143\x72\x69\x70\x74\151\x6f\x6e\42\x3e\x59\157\165\162\40\x54\102\123\x20\x70\x61\163\163\167\157\x72\144\x2e\74\x2f\160\x3e\40\40\x20\40\40\40\xd\12\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x3c\57\x74\144\x3e\xd\xa\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x3c\57\164\162\76\15\xa\xd\12\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\40\40\74\x74\162\76\15\12\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x3c\164\150\x3e\124\102\123\x20\x72\x65\161\165\145\163\164\40\x6c\151\x6d\x69\164\74\x2f\164\150\76\xd\12\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x3c\164\144\76\15\12\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\74\x69\x6e\x70\x75\164\40\164\171\x70\x65\x3d\x22\164\x65\170\164\x22\x20\x6e\x61\x6d\x65\x3d\x22\x74\142\x73\x5f\141\160\x69\137\x6c\x69\155\151\x74\42\40\x73\151\172\145\75\x22\66\42\x20\166\x61\154\x75\145\x3d\42"; echo htmlspecialchars(stripslashes($accounts["\x74\x62\x73\137\x61\160\151\x5f\x6c\151\x6d\151\x74"]["\x6d\x61\x78\x5f\x72\x65\161\x75\x65\163\164\x73"]), ENT_QUOTES); echo "\x22\x3e\40\15\xa\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x3c\x73\145\154\145\x63\x74\40\156\x61\155\x65\75\42\x74\x62\x73\137\x61\x70\x69\137\x6c\x69\155\x69\164\137\160\145\162\x69\157\144\x22\40\163\x74\171\154\x65\75\x22\166\x65\x72\164\x69\143\x61\154\55\141\x6c\151\x67\156\72\40\x74\157\x70\x3b\x22\x3e\xd\12\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20"; echo "\74\157\x70\x74\x69\x6f\x6e\x20" . ($accounts["\164\x62\163\137\141\x70\x69\x5f\154\151\x6d\x69\x74"]["\160\x65\x72\x69\x6f\144"] == 3600 ? "\163\145\154\x65\143\164\x65\144\x20" : '') . "\x76\x61\x6c\x75\x65\x3d\x22\x33\66\x30\60\x22\76\141\x20\x68\157\x75\162\74\x2f\x6f\x70\164\x69\157\156\x3e"; echo "\74\x6f\x70\x74\151\x6f\156\40" . ($accounts["\164\142\163\x5f\141\160\151\x5f\154\x69\x6d\151\164"]["\160\x65\162\151\157\x64"] == 86400 ? "\x73\145\x6c\145\x63\164\145\x64\40" : '') . "\x76\141\154\x75\145\75\x22\x38\x36\x34\x30\x30\42\76\x61\x20\x64\x61\x79\74\x2f\x6f\160\164\x69\157\156\x3e"; echo "\74\x6f\160\164\151\157\x6e\40" . ($accounts["\164\x62\x73\x5f\x61\160\x69\x5f\154\x69\155\151\164"]["\160\x65\162\x69\x6f\144"] == 2678400 ? "\x73\145\154\x65\x63\164\x65\144\40" : '') . "\166\141\x6c\165\x65\75\x22\62\66\67\x38\x34\x30\x30\x22\x3e\141\40\x6d\x6f\156\164\150\x3c\57\x6f\x70\164\151\x6f\156\x3e"; echo "\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x3c\x2f\163\145\154\145\x63\x74\76\15\xa\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x3c\160\40\x63\154\x61\x73\163\75\42\x64\x65\x73\143\162\151\160\164\x69\157\x6e\x22\x3e\123\x65\164\40\x74\x68\145\40\x6c\151\155\x69\x74\40\146\x6f\x72\40\124\102\x53\x20\x41\120\x49\40\162\145\161\165\145\x73\x74\163\56\40\101\40\x76\141\x6c\165\145\x20\x6f\146\x20\60\40\x28\172\x65\162\x6f\51\40\151\163\40\x69\x6e\x74\145\162\160\162\145\164\x65\x64\x20\141\163\x20\x6e\157\x20\154\151\155\x69\164\x2e\74\x2f\160\x3e\40\40\40\40\xd\12\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x3c\x2f\164\144\76\15\12\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\74\57\164\x72\76\15\xa\xd\xa\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\74\57\164\141\x62\x6c\x65\76\15\xa\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x3c\x2f\x74\144\76\xd\12\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\74\x2f\164\162\x3e\40\xd\12\xd\12\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x3c\x74\162\76\15\12\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x3c\164\x64\x20\x63\x6f\154\163\160\x61\x6e\x3d\x22\x32\42\x3e\40\40\40\40\15\12\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x3c\164\141\142\154\145\40\x63\154\141\163\x73\x3d\42\x63\163\145\157\55\x62\157\x78\42\x3e\40\15\12\15\12\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x3c\164\x72\76\15\xa\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\74\164\x68\76\124\145\170\x74\157\162\x6f\x62\157\x74\x20\101\x50\x49\40\x6b\x65\x79\x3c\57\x74\x68\x3e\15\xa\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\74\x74\144\76\xd\xa\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x3c\x69\x6e\x70\165\x74\x20\164\x79\160\x65\75\x22\x74\145\170\164\42\40\x6e\141\x6d\145\75\42\x74\x65\170\x74\x6f\162\157\x62\157\164\x5f\141\160\x69\x5f\153\x65\171\42\40\163\x69\x7a\x65\x3d\x22\70\x30\42\x20\166\141\x6c\x75\145\x3d\42"; echo htmlspecialchars(stripslashes($accounts["\x74\145\170\164\157\162\157\142\x6f\164\137\141\x70\x69\x5f\x6b\145\x79"]), ENT_QUOTES); echo "\42\76\x20\xd\12\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x3c\x70\x20\143\x6c\141\x73\163\75\x22\x64\145\x73\143\x72\x69\160\164\151\157\156\x22\x3e\x45\x6e\164\145\162\40\x79\x6f\x75\x72\x20\x3c\141\x20\x68\x72\145\146\x3d\42\x68\x74\164\x70\163\x3a\x2f\x2f\167\x77\x77\56\143\x79\142\x65\x72\x73\145\x6f\x2e\x6e\x65\164\57\160\141\x72\164\x6e\145\x72\163\57\x74\145\170\164\157\162\x6f\x62\x6f\164\56\160\150\160\x22\x20\x74\x61\162\147\145\x74\x3d\x22\137\x62\x6c\x61\156\x6b\42\x3e\124\145\x78\164\157\x72\157\x62\x6f\164\74\57\141\x3e\x20\101\120\x49\40\153\145\x79\x2e\x3c\x2f\160\76\40\40\x20\40\15\12\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x3c\57\164\x64\76\15\12\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\74\x2f\164\162\x3e\40\40\40\x20\x20\xd\12\15\12\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\74\x74\x72\76\15\12\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\74\x74\150\x3e\124\145\170\164\157\162\157\142\157\164\40\x72\x65\161\x75\x65\x73\x74\x20\x6c\151\155\151\x74\74\57\x74\150\x3e\15\xa\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x3c\x74\144\x3e\xd\xa\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\74\151\x6e\160\x75\164\40\164\171\160\x65\x3d\x22\164\145\x78\x74\42\x20\x6e\x61\x6d\145\75\42\x74\x65\170\x74\x6f\162\x6f\x62\157\x74\137\141\160\151\x5f\x6c\x69\155\151\164\42\40\x73\x69\172\x65\75\x22\x36\x22\x20\x76\141\x6c\165\x65\75\42"; echo htmlspecialchars(stripslashes($accounts["\x74\145\x78\x74\x6f\162\157\142\x6f\x74\x5f\x61\x70\151\137\x6c\151\x6d\151\164"]["\155\x61\x78\137\162\145\x71\x75\x65\163\x74\163"]), ENT_QUOTES); echo "\42\x3e\40\15\12\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x3c\163\x65\x6c\145\143\164\40\x6e\141\x6d\x65\75\42\164\145\x78\x74\x6f\162\x6f\x62\157\164\137\141\x70\151\x5f\x6c\x69\155\x69\x74\137\160\145\x72\x69\x6f\144\42\40\x73\x74\171\154\x65\x3d\x22\x76\x65\162\x74\151\x63\x61\154\x2d\141\x6c\151\x67\156\72\40\x74\157\160\73\42\76\xd\xa\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20"; echo "\74\x6f\160\x74\151\157\x6e\40" . ($accounts["\164\145\x78\164\x6f\x72\157\x62\157\x74\x5f\141\160\x69\x5f\154\151\155\x69\x74"]["\160\x65\162\151\x6f\x64"] == 3600 ? "\x73\145\x6c\x65\143\x74\x65\144\x20" : '') . "\x76\141\154\x75\145\75\x22\63\66\x30\x30\x22\76\141\x20\150\x6f\165\162\74\57\x6f\160\x74\151\157\x6e\x3e"; echo "\74\x6f\x70\x74\151\157\x6e\x20" . ($accounts["\x74\x65\x78\x74\x6f\x72\x6f\142\x6f\164\x5f\x61\x70\151\137\x6c\x69\155\151\x74"]["\x70\145\x72\151\x6f\144"] == 86400 ? "\163\145\154\x65\143\x74\145\144\40" : '') . "\166\141\x6c\165\145\75\x22\x38\66\64\x30\60\42\x3e\141\40\x64\x61\171\74\57\157\160\x74\151\x6f\156\x3e"; echo "\x3c\x6f\x70\164\x69\x6f\156\x20" . ($accounts["\164\x65\170\164\157\162\157\142\x6f\x74\x5f\x61\160\x69\137\154\x69\155\151\164"]["\x70\x65\162\151\157\x64"] == 2678400 ? "\163\145\154\x65\143\x74\x65\x64\x20" : '') . "\166\141\154\165\145\75\x22\x32\66\67\x38\64\x30\60\42\76\141\x20\155\157\156\164\x68\74\x2f\157\160\164\151\x6f\156\76"; echo "\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\74\57\x73\x65\x6c\x65\143\164\x3e\15\12\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\74\160\40\x63\x6c\x61\163\x73\x3d\42\x64\x65\x73\x63\x72\151\x70\x74\x69\157\x6e\42\x3e\x53\x65\164\40\164\x68\145\40\x6c\x69\155\x69\164\x20\146\x6f\162\40\124\x65\170\164\157\x72\x6f\142\x6f\x74\40\x41\120\x49\x20\162\145\161\165\x65\163\164\163\56\x20\x41\x20\x76\141\x6c\x75\145\40\x6f\146\40\60\40\x28\x7a\145\x72\x6f\51\x20\x69\163\40\151\156\x74\x65\x72\x70\162\x65\x74\x65\x64\40\141\163\x20\x6e\157\40\x6c\151\x6d\151\164\56\x3c\x2f\x70\76\x20\40\x20\40\xd\xa\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\74\57\164\x64\76\xd\xa\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\74\x2f\x74\x72\76\15\12\xd\xa\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\74\57\x74\x61\142\154\x65\76\15\12\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\74\57\164\x64\76\xd\xa\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x3c\57\164\x72\x3e\x20\xd\12\15\12\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x3c\x74\162\x3e\15\12\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\74\164\144\x20\143\157\154\163\x70\141\156\x3d\42\62\42\x3e\40\40\40\x20\15\xa\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x3c\x74\141\142\x6c\x65\40\x63\x6c\141\x73\163\75\42\143\163\145\x6f\x2d\142\x6f\170\42\x3e\x20\15\12\15\xa\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x3c\x74\162\x3e\xd\xa\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\74\x74\x68\x3e\104\145\x65\x70\114\40\101\120\x49\40\153\x65\171\74\x2f\164\x68\76\15\xa\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x3c\164\144\76\15\12\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x3c\x69\x6e\160\165\x74\x20\164\171\x70\x65\40\x3d\x20\42\x74\145\x78\164\42\x20\x6e\141\x6d\x65\x20\x3d\x20\42\144\145\145\160\x6c\x5f\x61\x70\151\x5f\153\145\x79\42\x20\163\x69\172\x65\40\x3d\40\42\70\x30\42\x20\166\x61\154\165\145\40\x3d\x20\x22"; echo htmlspecialchars(stripslashes($accounts["\144\145\x65\x70\154\137\x61\160\151\137\x6b\145\x79"]), ENT_QUOTES); echo "\42\x3e\15\xa\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x3c\160\40\143\x6c\141\x73\x73\x3d\42\144\145\163\143\x72\151\x70\x74\x69\157\156\x22\x3e\105\156\x74\x65\162\x20\x79\x6f\165\162\x20\x41\x50\x49\x20\x6b\x65\x79\40\x61\x62\x6f\166\145\x20\151\156\x20\x6f\162\x64\145\162\x20\164\157\40\x75\x73\x65\40\x44\x65\145\160\x4c\40\x54\x72\x61\156\x73\154\x61\x74\157\x72\x2e\40\111\146\x20\x79\x6f\165\40\144\157\x6e\47\164\40\150\x61\166\x65\x20\157\x6e\145\x2c\x20\147\145\x74\x20\x69\164\40\74\x61\x20\150\x72\x65\146\x3d\x22\x68\164\x74\160\x73\72\57\57\x77\167\167\x2e\x64\145\x65\x70\x6c\56\x63\157\x6d\x2f\x70\x72\157\56\x68\164\155\x6c\x22\x20\x74\x61\162\147\145\x74\x3d\42\x5f\x62\x6c\141\x6e\153\x22\x3e\x68\145\x72\145\x3c\x2f\141\76\56\x3c\x2f\x70\76\15\12\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x3c\57\x74\144\76\15\12\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x3c\x2f\x74\162\76\15\12\xd\12\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\x20\74\164\162\x3e\15\12\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\74\x74\150\x3e\x44\145\145\160\x4c\x20\162\145\x71\x75\x65\x73\x74\40\154\151\x6d\151\164\x3c\57\164\150\76\15\12\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\74\x74\x64\x3e\xd\xa\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x3c\x69\x6e\x70\165\164\x20\x74\x79\160\x65\x20\75\x20\42\164\145\x78\x74\42\x20\156\x61\155\145\40\x3d\x20\42\144\x65\x65\160\x6c\x5f\141\160\151\x5f\x6c\x69\155\151\164\x22\x20\x73\x69\x7a\x65\x20\x3d\40\x22\x36\x22\x20\x76\x61\x6c\165\x65\x20\x3d\40\x22"; echo htmlspecialchars(stripslashes($accounts["\x64\145\145\160\154\137\141\160\151\x5f\154\151\155\x69\164"]["\155\x61\170\x5f\x72\145\x71\x75\x65\163\164\x73"]), ENT_QUOTES); echo "\42\x3e\15\xa\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x3c\x73\x65\x6c\x65\x63\164\40\156\141\155\x65\x20\x3d\x20\42\x64\145\145\x70\x6c\137\x61\160\x69\137\154\x69\x6d\151\164\137\x70\145\162\x69\157\x64\x22\x20\163\x74\x79\154\x65\40\75\40\42\166\145\x72\164\x69\143\x61\154\x2d\x61\154\151\147\x6e\x3a\x20\164\157\x70\x3b\42\x3e\15\xa\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40"; echo "\x3c\157\x70\164\x69\x6f\x6e\x20" . ($accounts["\144\145\145\x70\x6c\x5f\x61\x70\151\x5f\x6c\151\155\x69\164"]["\x70\x65\162\x69\x6f\x64"] == 3600 ? "\163\145\154\x65\143\x74\x65\x64\40" : '') . "\x76\141\154\165\x65\x3d\42\63\x36\x30\60\x22\76\x61\40\x68\157\165\162\74\57\157\160\x74\151\x6f\x6e\76"; echo "\74\x6f\160\x74\151\x6f\x6e\x20" . ($accounts["\144\145\x65\160\x6c\137\x61\x70\x69\x5f\154\151\x6d\x69\164"]["\x70\145\x72\151\x6f\x64"] == 86400 ? "\163\x65\x6c\145\143\164\145\x64\x20" : '') . "\166\141\x6c\x75\145\75\42\70\66\x34\60\60\42\76\141\40\x64\141\171\74\x2f\157\160\x74\x69\157\x6e\x3e"; echo "\x3c\x6f\x70\x74\151\157\x6e\40" . ($accounts["\x64\x65\x65\x70\x6c\137\141\160\151\x5f\154\151\155\x69\x74"]["\x70\x65\162\151\x6f\144"] == 2678400 ? "\x73\145\154\145\143\164\145\x64\x20" : '') . "\x76\141\x6c\165\x65\x3d\42\62\x36\67\70\64\x30\60\x22\76\141\x20\x6d\157\156\164\150\74\x2f\157\160\164\x69\157\x6e\x3e"; echo "\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x3c\x2f\163\145\154\145\143\164\x3e\xd\xa\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x3c\x70\x20\x63\154\141\x73\163\75\42\144\145\x73\143\162\x69\x70\164\x69\x6f\x6e\42\x3e\123\145\x74\40\164\150\145\x20\x6c\x69\x6d\151\164\40\146\157\x72\40\104\145\x65\160\x4c\x20\101\120\111\40\162\x65\161\x75\145\163\x74\x73\x2e\x20\101\40\x76\141\x6c\165\x65\40\x6f\146\40\x30\40\50\x7a\145\162\157\51\x20\151\x73\x20\151\156\164\x65\x72\160\162\145\164\145\144\x20\x61\x73\x20\x6e\157\x20\154\x69\155\x69\x74\56\x3c\x2f\160\76\40\x20\40\40\15\12\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\74\57\x74\144\76\xd\xa\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\74\x2f\164\x72\x3e\xd\12\xd\xa\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\74\x2f\164\141\x62\x6c\x65\76\xd\12\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\74\57\164\x64\76\15\12\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x3c\57\164\x72\x3e\40\15\xa\15\xa\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\74\164\x72\x3e\xd\xa\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\74\164\144\40\x63\x6f\x6c\x73\x70\141\x6e\x3d\42\x32\42\x3e\40\40\40\40\xd\xa\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\74\x74\141\142\154\145\x20\143\x6c\x61\163\163\x3d\42\x63\163\145\x6f\55\x62\157\170\x22\x3e\x20\xd\xa\15\12\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x3c\164\162\76\xd\xa\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\74\x74\x68\76\107\x6f\157\x67\154\x65\40\x54\x72\141\x6e\163\x6c\141\x74\145\x20\x41\120\x49\40\153\145\x79\x3c\x2f\164\x68\x3e\15\12\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\40\40\40\x3c\x74\144\x3e\xd\12\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\74\x69\156\x70\165\x74\40\x74\171\x70\x65\40\75\40\42\x74\145\x78\164\42\40\156\x61\155\145\40\x3d\x20\x22\147\157\157\147\154\145\137\x61\160\x69\x5f\x6b\x65\171\x22\x20\163\x69\172\x65\40\75\x20\42\70\60\42\40\166\141\x6c\165\x65\x20\x3d\40\42"; echo htmlspecialchars(stripslashes($accounts["\x67\157\x6f\147\154\145\137\x61\x70\151\x5f\153\x65\x79"]), ENT_QUOTES); echo "\42\x3e\15\xa\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x3c\160\x20\x63\x6c\x61\163\163\x3d\x22\x64\x65\163\x63\162\151\x70\x74\151\157\156\x22\x3e\x45\156\x74\x65\162\x20\x79\157\165\162\40\101\120\x49\x20\x6b\x65\171\40\x61\x62\157\x76\x65\x20\x69\x6e\x20\157\162\x64\145\162\40\x74\x6f\40\x75\163\x65\40\107\157\157\147\x6c\x65\x20\x54\162\x61\x6e\163\x6c\x61\x74\145\56\x20\111\146\x20\x79\x6f\165\x20\144\x6f\156\47\x74\40\x68\x61\166\x65\x20\157\x6e\145\x2c\40\147\x65\164\40\x69\x74\x20\x3c\x61\x20\150\x72\145\146\x3d\42\x68\x74\164\160\x73\x3a\x2f\57\x63\x6c\157\165\x64\56\147\157\157\x67\154\x65\x2e\143\157\x6d\57\164\x72\x61\156\x73\x6c\x61\x74\x65\57\144\157\143\x73\x2f\147\145\x74\x74\151\156\x67\x2d\x73\x74\x61\162\x74\x65\x64\42\x20\x74\x61\162\x67\x65\x74\75\42\137\x62\154\141\x6e\x6b\x22\76\x68\x65\x72\x65\74\x2f\141\x3e\x2e\74\x2f\x70\x3e\xd\12\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x3c\57\x74\144\76\15\12\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x3c\57\x74\162\x3e\15\xa\xd\xa\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\74\164\x72\x3e\15\12\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\74\164\150\x3e\x47\x6f\157\147\154\145\40\x54\x72\x61\x6e\x73\x6c\x61\164\145\40\162\x65\x71\x75\x65\163\x74\x20\x6c\x69\155\151\x74\74\57\x74\x68\x3e\15\12\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x3c\x74\x64\76\xd\xa\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\74\151\156\x70\x75\164\x20\164\x79\160\145\40\x3d\40\x22\164\x65\x78\x74\x22\40\x6e\x61\x6d\x65\x20\x3d\x20\x22\147\157\x6f\147\x6c\145\x5f\141\x70\x69\137\154\x69\155\151\164\x22\x20\163\x69\x7a\145\x20\75\x20\42\x36\42\x20\166\141\x6c\x75\145\40\x3d\x20\42"; echo htmlspecialchars(stripslashes($accounts["\x67\x6f\157\147\x6c\145\137\x61\160\x69\x5f\154\x69\155\x69\x74"]["\x6d\x61\x78\137\x72\x65\161\165\145\x73\164\163"]), ENT_QUOTES); echo "\x22\x3e\15\12\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x3c\163\x65\x6c\x65\143\x74\40\156\x61\x6d\x65\x20\x3d\x20\42\147\157\x6f\147\154\x65\x5f\x61\160\151\x5f\x6c\151\x6d\x69\164\x5f\160\145\x72\x69\x6f\144\x22\x20\163\164\x79\154\145\x20\75\x20\42\x76\x65\x72\164\x69\x63\x61\154\55\141\154\151\147\x6e\x3a\40\x74\x6f\x70\73\x22\x3e\xd\xa\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20"; echo "\x3c\157\160\x74\x69\x6f\x6e\40" . ($accounts["\147\157\x6f\x67\x6c\145\x5f\x61\x70\151\137\154\151\155\x69\164"]["\160\145\x72\151\x6f\x64"] == 3600 ? "\x73\145\154\x65\x63\x74\145\x64\x20" : '') . "\x76\141\154\165\x65\75\42\x33\66\x30\60\42\x3e\x61\40\150\157\165\x72\x3c\57\157\x70\164\x69\x6f\156\x3e"; echo "\x3c\x6f\x70\x74\x69\157\156\40" . ($accounts["\147\x6f\x6f\x67\154\145\137\141\160\151\x5f\154\151\155\151\164"]["\x70\145\162\151\157\144"] == 86400 ? "\163\x65\154\x65\x63\164\145\x64\x20" : '') . "\166\x61\x6c\x75\x65\75\42\70\x36\64\x30\60\42\76\141\x20\144\141\171\x3c\x2f\157\160\164\151\157\156\x3e"; echo "\x3c\157\160\x74\x69\157\156\40" . ($accounts["\147\x6f\x6f\x67\154\x65\137\x61\160\151\137\154\151\x6d\x69\x74"]["\160\145\x72\x69\157\144"] == 2678400 ? "\x73\x65\154\145\143\x74\x65\x64\x20" : '') . "\166\x61\x6c\165\145\x3d\x22\62\66\x37\70\64\x30\60\42\x3e\141\x20\155\x6f\x6e\164\150\x3c\x2f\157\160\164\151\157\156\x3e"; echo "\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x3c\57\x73\145\154\145\x63\164\x3e\xd\12\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\x20\74\x70\40\143\154\x61\x73\163\75\x22\144\x65\x73\143\162\151\x70\x74\151\157\156\x22\76\x53\x65\x74\40\164\x68\145\40\x6c\x69\155\x69\164\40\146\x6f\x72\40\x47\157\157\x67\154\x65\40\124\x72\x61\x6e\163\x6c\141\x74\x65\40\101\x50\111\40\162\x65\x71\x75\x65\x73\164\163\x2e\x20\x41\x20\x76\x61\154\165\145\40\x6f\x66\40\x30\x20\x28\x7a\145\x72\x6f\x29\x20\x69\163\x20\x69\x6e\164\145\x72\x70\x72\145\164\x65\144\40\x61\x73\40\156\x6f\x20\154\151\155\x69\164\56\x3c\x2f\x70\76\40\x20\40\x20\15\12\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x3c\x2f\164\144\x3e\xd\12\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x3c\57\x74\162\76\15\xa\15\xa\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\74\x2f\x74\141\142\x6c\x65\76\15\xa\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x3c\x2f\164\x64\x3e\15\xa\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x3c\x2f\x74\162\x3e\40\15\xa\xd\xa\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\74\x74\162\x3e\xd\12\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x3c\x74\144\40\x63\157\x6c\163\x70\141\156\x3d\x22\x32\42\76\x20\40\x20\40\15\xa\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\74\164\141\x62\154\145\x20\143\154\x61\163\163\75\42\143\163\x65\x6f\x2d\x62\x6f\x78\x22\x3e\x20\15\xa\xd\xa\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\74\164\162\76\15\xa\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\74\x74\x68\76\x59\x61\156\x64\x65\x78\x20\x54\x72\141\156\163\154\141\164\145\40\101\x50\111\40\x6b\x65\171\x3c\x2f\x74\x68\76\xd\xa\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\74\x74\x64\x3e\15\12\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\74\151\156\160\165\164\40\x74\171\160\145\x20\75\40\x22\164\145\170\164\x22\40\x6e\x61\155\145\40\x3d\40\42\x79\141\x6e\x64\x65\170\137\141\160\x69\137\x6b\145\171\x22\x20\x73\x69\172\x65\40\75\40\42\x38\x30\42\40\166\141\x6c\x75\x65\x20\75\x20\42"; echo htmlspecialchars(stripslashes($accounts["\x79\141\156\144\x65\x78\137\x61\x70\151\137\x6b\145\171"]), ENT_QUOTES); echo "\x22\76\xd\12\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\74\160\x20\143\154\x61\163\163\x3d\x22\x64\x65\163\143\x72\x69\x70\164\151\157\156\42\76\105\x6e\x74\145\162\40\171\x6f\x75\162\40\101\x50\111\x20\153\x65\171\x20\x61\x62\x6f\166\x65\x20\151\156\40\x6f\x72\144\x65\162\40\164\157\x20\x75\x73\145\40\x59\141\156\144\x65\170\40\x54\162\141\156\163\x6c\141\164\x65\x2e\x20\111\146\x20\171\x6f\165\x20\144\157\156\47\x74\x20\x68\141\166\145\40\x6f\x6e\145\x2c\x20\x67\145\164\40\151\x74\xd\12\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x3c\x61\40\x68\162\145\146\75\42\x68\x74\164\160\x73\x3a\57\x2f\x63\x6c\x6f\165\144\x2e\x79\141\156\144\x65\x78\56\143\x6f\x6d\x2f\x65\x6e\57\144\157\x63\163\x2f\151\x61\x6d\x2f\x6f\160\145\162\141\x74\x69\x6f\x6e\163\x2f\141\160\151\55\153\145\x79\57\143\x72\145\x61\164\x65\42\x20\164\141\162\147\x65\x74\x3d\42\137\142\154\141\x6e\x6b\x22\76\150\x65\x72\145\x3c\x2f\x61\76\40\x6f\x72\x20\x3c\x61\40\x68\162\x65\x66\x3d\x22\150\x74\x74\160\163\72\x2f\x2f\164\x72\x61\x6e\x73\x6c\141\x74\x65\56\171\x61\x6e\144\145\x78\x2e\143\x6f\x6d\x2f\144\x65\166\x65\x6c\x6f\x70\145\x72\163\57\153\x65\171\163\42\x20\164\141\x72\x67\x65\164\x3d\42\137\x62\x6c\141\156\x6b\x22\x3e\x68\145\x72\x65\x3c\x2f\x61\x3e\x2e\x3c\x2f\160\76\15\xa\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x3c\160\40\x63\154\x61\163\x73\x3d\42\144\x65\x73\x63\162\151\160\164\151\x6f\x6e\x22\76\102\157\x74\x68\40\x59\x61\x6e\144\145\x78\40\124\x72\141\x6e\x73\154\x61\164\x65\40\x41\x50\x49\40\x76\x31\x2e\65\x20\141\156\x64\40\x76\62\x20\x6b\145\x79\163\40\x61\x72\145\x20\x73\x75\160\x70\x6f\162\x74\145\x64\x2e\x3c\x2f\x70\76\15\xa\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\74\x2f\164\x64\x3e\xd\12\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x3c\x2f\164\162\x3e\15\xa\15\xa\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\74\x74\162\x3e\15\12\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\74\164\150\76\x59\141\x6e\x64\x65\170\40\x54\x72\x61\156\163\154\141\x74\145\40\162\x65\x71\x75\x65\x73\x74\x20\154\x69\155\151\164\74\57\x74\150\x3e\xd\12\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x3c\x74\x64\76\15\xa\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x3c\151\156\160\x75\x74\40\x74\171\x70\145\40\x3d\40\x22\164\145\170\164\x22\40\156\x61\x6d\x65\40\x3d\x20\x22\x79\141\x6e\x64\x65\x78\137\141\160\151\x5f\x6c\151\155\151\164\x22\x20\163\151\x7a\x65\x20\75\40\x22\66\x22\x20\166\x61\x6c\x75\145\40\75\40\x22"; echo htmlspecialchars(stripslashes($accounts["\x79\x61\156\x64\145\x78\x5f\141\x70\x69\137\154\151\x6d\151\x74"]["\x6d\141\170\137\x72\145\161\165\145\x73\164\x73"]), ENT_QUOTES); echo "\42\x3e\15\12\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\74\163\x65\154\145\x63\164\40\x6e\x61\155\145\40\75\40\42\x79\x61\156\144\145\170\137\x61\x70\x69\x5f\154\151\x6d\151\164\x5f\160\x65\162\x69\157\x64\42\x20\163\164\x79\154\145\x20\75\x20\42\166\145\162\164\x69\143\141\x6c\x2d\141\x6c\151\x67\x6e\72\40\164\157\160\x3b\42\x3e\xd\xa\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40"; echo "\74\157\160\x74\151\157\x6e\40" . ($accounts["\171\x61\x6e\x64\145\170\137\141\160\x69\x5f\154\x69\x6d\x69\164"]["\160\145\x72\151\157\144"] == 3600 ? "\x73\145\154\x65\143\x74\x65\144\40" : '') . "\x76\x61\x6c\x75\x65\75\x22\63\66\x30\60\x22\76\141\x20\150\x6f\x75\x72\74\57\x6f\160\164\x69\x6f\156\76"; echo "\x3c\x6f\160\164\x69\x6f\x6e\x20" . ($accounts["\171\141\156\x64\x65\x78\137\141\x70\151\x5f\x6c\x69\x6d\151\x74"]["\x70\x65\x72\151\x6f\144"] == 86400 ? "\x73\145\x6c\x65\x63\x74\145\x64\x20" : '') . "\166\x61\154\165\145\x3d\42\x38\66\x34\60\x30\42\76\x61\40\x64\x61\x79\74\x2f\x6f\x70\x74\151\157\156\x3e"; echo "\x3c\x6f\160\x74\151\x6f\x6e\x20" . ($accounts["\171\141\156\x64\145\170\x5f\x61\x70\151\x5f\154\x69\x6d\151\x74"]["\x70\145\x72\x69\157\144"] == 2678400 ? "\163\x65\154\x65\143\164\x65\144\40" : '') . "\166\141\x6c\165\x65\75\42\62\x36\x37\70\x34\60\60\x22\x3e\x61\40\155\x6f\156\164\150\x3c\57\x6f\160\164\151\157\156\76"; echo "\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\74\57\163\x65\154\x65\x63\164\x3e\15\12\x20\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\40\74\160\40\143\154\141\163\x73\75\42\144\145\x73\x63\x72\x69\x70\164\x69\x6f\x6e\42\76\x53\x65\x74\x20\164\x68\x65\x20\154\151\155\x69\164\x20\146\x6f\162\x20\x59\x61\x6e\144\x65\170\40\124\162\141\156\x73\x6c\141\164\145\x20\x41\x50\x49\x20\x72\x65\x71\x75\x65\163\164\x73\x2e\x20\101\40\x76\x61\154\x75\145\40\157\146\x20\x30\x20\50\x7a\145\162\x6f\51\x20\151\x73\40\x69\x6e\164\145\162\x70\162\145\x74\x65\x64\40\141\x73\x20\x6e\x6f\40\154\x69\155\x69\x74\x2e\74\57\160\76\40\40\x20\x20\15\12\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x3c\x2f\x74\x64\x3e\15\12\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x3c\57\x74\162\x3e\15\12\15\xa\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x3c\x2f\x74\141\142\154\145\76\15\xa\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\74\x2f\164\x64\x3e\15\xa\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\74\57\x74\x72\76\40\xd\xa\xd\12\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x3c\164\x72\x3e\xd\12\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x3c\x74\144\x20\143\157\154\163\x70\141\x6e\x3d\42\62\x22\76\x20\40\x20\40\15\12\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\74\164\141\x62\x6c\145\x20\x63\x6c\x61\163\163\x3d\x22\143\163\x65\157\55\x62\157\170\42\x3e\40\xd\12\15\12\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x3c\164\x72\x3e\xd\xa\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\74\164\x68\x3e\x50\151\x78\x61\x62\141\x79\40\101\120\111\x20\x6b\145\171\x3c\x2f\x74\x68\x3e\15\12\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\74\164\144\x3e\xd\12\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\74\x69\x6e\x70\165\164\40\x74\x79\x70\145\x3d\42\164\x65\170\x74\x22\40\x6e\141\155\x65\75\42\x70\x69\x78\x61\142\x61\x79\x5f\141\x70\151\x5f\x6b\145\x79\x22\40\x73\x69\x7a\145\x3d\42\x38\x30\42\40\166\x61\154\x75\145\75\42"; echo htmlspecialchars(stripslashes($accounts["\x70\151\x78\x61\x62\141\x79\x5f\141\x70\x69\137\x6b\145\x79"]), ENT_QUOTES); echo "\42\x3e\x20\15\12\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\74\160\40\143\154\x61\163\163\75\x22\144\145\x73\143\162\151\160\164\151\x6f\156\42\x3e\x47\145\x74\40\171\x6f\165\162\x20\146\x72\145\x65\x20\x3c\x61\x20\150\162\145\146\75\x22\150\x74\164\x70\163\x3a\57\57\x70\x69\170\141\x62\141\x79\56\143\157\155\x2f\141\x70\x69\x2f\144\x6f\143\x73\x2f\x22\40\x74\141\162\147\x65\x74\75\x22\x5f\x62\154\x61\x6e\153\42\x3e\120\x69\170\x61\x62\141\x79\74\57\x61\x3e\x20\x41\x50\x49\40\153\145\171\40\151\156\40\x6f\162\x64\x65\162\40\x74\x6f\x20\x75\163\145\x20\x32\56\x37\40\x6d\151\154\154\151\x6f\x6e\x73\40\157\146\x20\120\x69\170\141\142\x61\171\x20\x66\162\145\x65\x20\x69\x6d\x61\147\x65\163\x2e\x3c\x2f\x70\x3e\15\12\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\74\x2f\x74\144\76\xd\12\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x3c\57\164\162\76\x20\x20\40\40\40\40\40\40\15\xa\xd\xa\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\74\x2f\x74\141\142\154\x65\x3e\15\xa\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\74\57\x74\144\x3e\15\xa\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\74\x2f\164\x72\76\40\15\xa\xd\xa\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\74\x74\x72\76\15\12\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x3c\x74\x64\x20\143\157\154\163\160\141\156\x3d\42\x32\42\76\40\x20\x20\x20\xd\xa\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x3c\x74\x61\142\x6c\x65\40\x63\x6c\141\163\x73\x3d\42\x63\163\x65\157\55\142\157\170\x22\76\x20\15\12\15\xa\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x3c\x74\162\76\xd\xa\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\74\x74\x68\x20\163\143\157\160\145\x3d\x22\x72\x6f\167\x22\76\111\156\163\164\x61\147\x72\141\x6d\x20\x73\x65\163\163\x69\157\x6e\40\x49\x44\74\57\164\150\76\15\12\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\74\164\144\76\15\12\40\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x3c\x69\156\160\165\x74\40\x74\x79\160\x65\75\x22\164\145\x78\164\42\40\x6e\x61\155\x65\x3d\42\151\x67\x5f\x73\145\163\x73\151\157\x6e\42\x20\x73\151\x7a\145\x3d\42\x38\x30\x22\40\x76\141\154\x75\x65\x3d\42"; echo htmlspecialchars(stripslashes($accounts["\x69\147\x5f\163\x65\x73\x73\x69\157\x6e"]), ENT_QUOTES); echo "\x22\76\xd\12\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x3c\x70\x20\143\154\141\x73\x73\75\x22\144\145\163\x63\x72\151\160\164\151\157\x6e\42\76\x50\x6c\x65\141\x73\x65\40\x63\x68\x65\x63\153\x20\164\x68\151\163\x20\x3c\141\x20\150\162\x65\x66\75\42\150\x74\164\x70\x73\72\x2f\x2f\x77\x77\167\x2e\143\x79\x62\x65\162\x73\145\x6f\x2e\x6e\x65\164\x2f\142\x6c\157\x67\57\x68\157\x77\x2d\164\157\55\x67\145\x74\x2d\x69\156\x73\x74\141\x67\162\x61\x6d\55\x73\145\x73\163\x69\157\156\x2d\x69\x64\57\42\x20\164\141\162\x67\145\x74\75\42\137\x62\x6c\141\x6e\x6b\x22\76\155\x61\x6e\165\141\x6c\74\x2f\141\x3e\40\157\x6e\40\x68\157\x77\x20\164\x6f\40\x67\x65\x74\x20\x69\164\56\x3c\x2f\160\x3e\15\xa\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\74\57\x74\x64\x3e\x9\xd\12\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\74\57\x74\162\x3e\xd\xa\xd\xa\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x3c\x2f\x74\x61\x62\x6c\x65\x3e\15\12\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x3c\x2f\x74\x64\76\15\xa\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x3c\57\x74\162\76\40\xd\xa\15\xa\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x3c\x74\x72\76\15\12\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x3c\164\x64\x20\x63\157\x6c\163\160\141\x6e\x3d\x22\62\x22\x3e\40\x20\x20\x20\xd\12\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x3c\x74\x61\x62\154\x65\x20\x63\154\x61\x73\163\75\42\x63\163\x65\157\x2d\142\x6f\170\42\76\x20\xd\xa\xd\12\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x3c\x74\x72\76\15\xa\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x3c\x74\150\40\x73\143\x6f\160\145\75\x22\162\x6f\167\42\76\106\141\x63\145\x62\x6f\157\153\x20\x63\x5f\x75\x73\x65\x72\74\x2f\164\150\x3e\xd\xa\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x3c\x74\x64\76\15\xa\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x3c\151\156\160\x75\164\x20\164\x79\x70\145\x3d\x22\164\145\170\164\x22\x20\x6e\141\x6d\145\75\42\146\x62\137\143\x5f\x75\x73\145\x72\42\40\163\151\x7a\x65\75\x22\70\x30\42\40\166\x61\x6c\165\145\75\42"; echo htmlspecialchars(stripslashes($accounts["\x66\x62\x5f\x63\137\x75\163\145\x72"]), ENT_QUOTES); echo "\42\x3e\xd\12\40\40\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x3c\160\40\143\x6c\141\163\163\75\x22\144\145\x73\143\162\151\160\164\x69\157\x6e\x22\x3e\120\x6c\x65\x61\x73\x65\x20\x63\150\145\143\x6b\40\x74\x68\151\x73\x20\74\141\40\x68\162\145\146\75\42\x68\164\164\160\163\x3a\57\57\x77\167\x77\x2e\x63\171\142\145\x72\x73\145\x6f\56\x6e\x65\x74\57\142\x6c\157\x67\57\x68\x6f\x77\x2d\164\x6f\55\147\145\x74\55\x66\x61\143\x65\142\157\157\153\55\143\137\x75\163\145\x72\55\141\156\x64\55\170\x73\57\x22\x20\x74\x61\162\x67\x65\x74\75\x22\137\142\x6c\141\x6e\x6b\42\76\x6d\x61\x6e\165\x61\x6c\x3c\x2f\x61\76\x20\x6f\x6e\x20\150\x6f\x77\40\x74\157\x20\x67\145\164\40\151\164\56\x3c\57\160\x3e\15\12\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\74\x2f\x74\144\76\x9\xd\12\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\74\57\x74\x72\76\x20\x20\15\12\xd\12\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\74\164\x72\x3e\15\12\40\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x3c\164\150\40\x73\143\157\160\x65\x3d\42\x72\157\167\x22\76\x46\141\143\145\x62\x6f\157\153\x20\170\x73\x3c\x2f\x74\150\76\xd\xa\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x3c\x74\144\76\xd\12\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x3c\x69\x6e\160\165\x74\40\x74\x79\x70\145\x3d\x22\164\145\170\164\42\40\x6e\x61\155\145\75\42\x66\142\x5f\x78\163\x22\40\x73\x69\x7a\x65\x3d\42\x38\60\x22\x20\166\141\x6c\165\x65\75\42"; echo htmlspecialchars(stripslashes($accounts["\146\x62\x5f\170\x73"]), ENT_QUOTES); echo "\42\x3e\15\xa\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x3c\160\40\x63\154\x61\x73\163\x3d\42\x64\145\163\x63\162\151\x70\164\151\157\156\x22\x3e\120\x6c\x65\141\163\145\x20\x63\x68\x65\143\x6b\40\164\150\151\163\x20\x3c\x61\x20\150\162\145\146\x3d\42\x68\164\164\x70\x73\72\57\57\167\x77\x77\56\x63\x79\142\145\162\163\x65\x6f\56\x6e\145\164\x2f\x62\154\157\x67\x2f\150\157\167\x2d\x74\x6f\55\x67\145\x74\55\x66\141\x63\x65\142\x6f\x6f\153\55\143\137\x75\x73\145\162\x2d\x61\x6e\144\55\170\163\x2f\x22\x20\164\141\162\147\x65\x74\75\x22\x5f\x62\x6c\141\156\153\x22\76\155\141\x6e\165\x61\154\x3c\x2f\x61\76\40\157\x6e\40\x68\x6f\167\x20\x74\157\40\147\x65\x74\x20\151\164\56\x3c\57\x70\76\xd\12\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\74\57\x74\x64\x3e\x9\15\xa\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\74\57\164\162\76\x20\40\15\xa\xd\xa\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x3c\x2f\164\141\x62\154\x65\x3e\xd\xa\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x3c\x2f\x74\144\76\xd\12\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\74\x2f\164\162\x3e\x20\15\xa\xd\xa\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\x3c\164\x72\x3e\15\12\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\74\164\x64\x20\x63\x6f\154\x73\x70\x61\156\x3d\42\x32\x22\76\x20\x20\x20\40\15\12\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\40\40\x20\40\40\x3c\164\141\142\x6c\145\x20\x63\x6c\x61\163\x73\x3d\42\x63\163\145\157\55\x62\157\170\42\76\x20\xd\xa\xd\12\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x3c\x74\x72\76\15\xa\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x3c\x74\150\40\163\143\157\160\145\x3d\x22\162\x6f\x77\x22\76\101\x6d\x61\172\157\156\x20\x61\163\x73\157\x63\x69\x61\x74\145\x20\x74\x61\x67\x3c\x2f\164\x68\76\15\xa\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x3c\x74\x64\76\15\xa\40\40\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x3c\151\156\x70\165\164\40\164\x79\160\145\75\x22\x74\x65\170\164\42\x20\x6e\141\155\145\x3d\x22\x61\155\x61\172\157\x6e\x5f\164\141\147\42\x20\163\151\x7a\x65\75\42\70\x30\42\40\166\x61\x6c\x75\145\75\x22"; echo htmlspecialchars(stripslashes($accounts["\141\x6d\141\172\157\156\137\x74\141\x67"]), ENT_QUOTES); echo "\x22\x3e\15\12\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x3c\x70\40\143\x6c\141\163\x73\75\42\144\x65\x73\143\x72\151\x70\164\x69\x6f\x6e\x22\x3e\x45\x6e\x74\x65\x72\40\171\157\165\x72\x20\x41\155\141\172\x6f\156\40\x61\163\x73\157\x63\x69\141\164\145\x20\164\141\x67\x20\x68\145\x72\x65\x2e\40\x41\x73\163\157\x63\x69\x61\x74\x65\x73\x20\x65\x61\162\x6e\x20\143\157\155\x6d\x69\x73\163\x69\x6f\x6e\163\40\x62\171\40\x75\163\151\156\147\x20\164\x68\145\151\162\x20\157\167\156\x20\x77\x65\142\163\x69\x74\x65\x73\40\x74\x6f\x20\162\145\x66\x65\162\40\x73\x61\154\x65\163\40\x74\x6f\x20\x41\x6d\141\172\157\156\56\x63\157\155\56\40\xd\12\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\74\142\162\76\x54\x6f\40\x67\145\164\x20\141\x20\x63\x6f\155\155\x69\x73\x73\x69\x6f\156\x2c\40\x61\x6e\40\x41\163\x73\157\x63\x69\141\x74\x65\x20\x6d\165\x73\164\40\150\141\166\x65\x20\x61\x6e\x20\101\163\x73\157\x63\x69\x61\164\x65\40\x74\141\x67\56\40\124\150\145\40\101\163\163\x6f\143\151\141\164\145\40\x74\x61\147\40\x69\163\40\141\156\x20\x61\165\x74\157\155\x61\x74\151\143\141\154\x6c\171\x20\147\145\156\145\x72\141\164\x65\x64\x20\165\x6e\x69\x71\x75\x65\x20\151\x64\145\x6e\164\151\x66\x69\145\162\40\x74\150\141\164\x20\171\157\x75\40\x77\x69\154\x6c\x20\156\145\145\144\40\164\x6f\40\x67\145\x74\40\160\141\151\x64\x20\146\157\x72\x20\163\x61\x6c\x65\x73\56\x3c\x2f\160\x3e\xd\12\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\74\x2f\x74\x64\76\11\xd\12\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x3c\57\164\x72\x3e\40\40\40\x20\xd\12\x20\x20\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\15\xa\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x3c\164\162\x3e\15\12\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x3c\164\x68\40\163\143\157\160\145\x3d\x22\162\157\x77\x22\x3e\101\x6d\141\172\157\156\40\x73\145\141\x72\143\150\x20\x64\145\160\164\x68\74\x2f\164\x68\x3e\15\xa\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x3c\164\144\76\15\12\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\74\x69\156\x70\x75\164\40\164\171\x70\x65\75\x22\164\x65\170\x74\42\40\156\x61\155\145\75\42\x61\x6d\x61\x7a\157\156\x5f\163\x65\141\162\143\150\x5f\144\x65\x70\x74\150\42\x20\163\x69\x7a\145\75\42\x36\42\x20\166\141\x6c\x75\x65\75\x22"; echo htmlspecialchars(stripslashes($accounts["\141\155\x61\172\x6f\156\137\163\x65\141\162\x63\150\x5f\144\x65\x70\164\x68"]), ENT_QUOTES); echo "\x22\x3e\15\xa\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x3c\x70\x20\x63\154\x61\163\163\75\x22\x64\x65\163\143\x72\x69\x70\x74\151\x6f\x6e\x22\76\x4d\141\170\151\155\x75\x6d\40\144\145\x70\164\x68\40\151\156\40\160\x61\x67\145\163\40\146\x6f\x72\40\x6e\x65\x77\40\x70\162\x6f\x64\165\x63\x74\x20\x73\145\x61\162\143\x68\x65\163\56\40\x41\x20\166\x61\x6c\165\x65\40\x6f\x66\x20\x30\40\50\x7a\145\162\157\x29\x20\x69\x73\40\x69\x6e\164\x65\162\x70\162\145\x74\145\x64\x20\x61\163\40\x6e\157\40\x6c\x69\x6d\x69\164\x2e\x3c\x62\162\x3e\123\x65\x74\40\x74\150\x65\40\x73\145\141\x72\143\x68\x20\144\145\x70\164\150\40\x74\157\40\x31\40\164\157\40\151\155\x70\x6f\162\x74\40\x6f\156\154\x79\x20\164\x68\145\40\154\141\x74\145\x73\x74\40\x70\x72\x6f\x64\x75\143\x74\x73\x20\141\156\144\15\12\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\162\145\144\165\x63\145\40\164\x68\145\40\x72\x69\163\x6b\x20\x6f\146\x20\x79\x6f\x75\x72\x20\x68\157\x73\164\40\111\x50\40\142\x65\x69\156\x67\40\x62\154\x6f\x63\153\x65\144\40\x62\x79\x20\101\155\141\x7a\157\156\x2c\x20\162\x65\x73\x75\154\164\151\156\x67\40\151\x6e\40\x61\40\74\141\x20\x68\162\145\x66\x3d\x22\x68\164\x74\160\163\x3a\x2f\x2f\x77\167\x77\x2e\x63\171\x62\x65\162\x73\x65\157\x2e\156\145\x74\x2f\142\154\x6f\x67\x2f\x6f\x6e\x63\x65\55\x61\x67\141\x69\156\x2d\164\150\145\55\x61\x6d\141\x7a\x6f\156\55\x35\x30\x33\55\145\x72\162\x6f\162\x2f\x22\40\x74\141\162\x67\x65\x74\75\x22\x5f\x62\154\141\x6e\153\42\76\65\60\63\x20\x65\x72\x72\x6f\x72\x3c\x2f\141\x3e\x2e\74\x2f\160\x3e\15\xa\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\74\57\x74\x64\x3e\11\15\xa\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x3c\x2f\x74\x72\x3e\40\x20\xd\xa\15\12\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x3c\57\x74\x61\142\x6c\x65\76\15\12\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x3c\57\164\144\76\xd\xa\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\74\x2f\x74\x72\76\40\xd\xa\15\xa\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x3c\57\x74\x61\x62\x6c\145\x3e\15\xa\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20"; wp_nonce_field("\x63\x73\x65\157\137\141\x63\143\x6f\165\x6e\164\163"); echo "\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x3c\x62\x72\76\xd\xa\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x3c\144\x69\x76\x20\x73\x74\171\154\x65\x3d\42\164\145\x78\164\55\141\x6c\151\x67\156\72\154\x65\x66\164\x3b\x22\76\15\12\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x3c\151\156\x70\x75\x74\40\x74\171\160\x65\75\42\x73\x75\142\x6d\151\164\x22\x20\156\141\x6d\x65\75\x22\155\157\144\x69\146\x79\137\x61\143\143\157\165\x6e\164\163\x22\40\143\154\141\x73\x73\x3d\42\x62\165\x74\164\157\156\55\160\162\x69\155\141\162\x79\42\xd\12\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\166\141\154\165\145\x3d\42\125\160\144\141\x74\145\40\x73\x65\x74\164\151\156\147\163\42\40\x2f\76\x26\x6e\x62\163\160\x3b\x26\156\142\x73\160\73\74\151\x6e\160\165\x74\15\xa\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\164\171\x70\145\x3d\x22\x62\165\x74\164\x6f\x6e\x22\x20\156\141\x6d\145\x3d\x22\143\x61\156\143\x65\154\42\40\166\x61\154\x75\x65\75\x22\x43\141\x6e\143\x65\154\42\x20\x63\154\141\163\163\x3d\x22\x62\x75\x74\x74\157\156\x22\15\12\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\157\156\143\x6c\151\143\153\x3d\42\152\x61\x76\141\163\x63\x72\x69\x70\164\x3a\150\x69\x73\164\157\x72\x79\56\147\157\50\x2d\x31\x29\42\x20\x2f\76\15\12\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\74\x2f\x64\151\166\76\xd\xa\40\x20\x20\40\x20\x20\40\40\x3c\57\x66\157\x72\155\76\40\40\x20\40\xd\xa\x20\x20\40\40\74\57\x64\x69\166\76\x20\15\12\40\x20\x20\x20"; } function cseo_tools_menu() { global $wpdb; echo "\40\40\40\40\x3c\x64\x69\166\40\143\154\x61\163\163\x3d\x22\167\x72\141\160\x22\x3e\15\xa\40\x20\40\x20\x20\x20\40\x20\74\x68\x32\76\x4d\x6f\x64\x69\146\x69\x63\x61\164\x69\157\156\x20\x54\x6f\x6f\x6c\x73\x3c\57\x68\x32\x3e\15\12\x20\40\40\x20\40\40\x20\40"; if (!(isset($_POST["\x64\157\x5f\155\x6f\x64\151\146\x79\137\145\170\151\163\x74\151\156\147\x5f\160\157\x73\164\x73"]) && check_admin_referer("\143\163\x65\x6f\x5f\164\x6f\157\154\163"))) { goto s1tUW; } @ob_end_flush(); ob_implicit_flush(); echo "\x3c\x64\151\x76\x20\x69\144\x3d\x22\x6d\145\x73\163\141\147\x65\x22\40\x63\x6c\141\x73\x73\x3d\x22\165\x70\144\x61\164\x65\144\40\146\141\x64\145\42\x3e\74\160\x3e"; echo "\x4d\157\x64\151\x66\x79\151\x6e\x67\x20\145\x78\x69\x73\x74\151\156\x67\40\160\157\163\x74\163\56\40\x50\154\145\x61\163\145\x20\x77\141\151\x74\x2e\56\56"; $where = []; if (!isset($_POST["\155\x74\x5f\x70\157\163\x74\163"])) { goto mHVU7; } $where[] = "\47\160\157\x73\164\47"; mHVU7: if (!isset($_POST["\155\164\137\160\141\147\145\163"])) { goto pm6JD; } $where[] = "\x27\x70\x61\147\x65\x27"; pm6JD: $exclude = ["\x27\x69\156\x68\145\x72\x69\x74\x27"]; if (!isset($_POST["\155\164\x5f\x64\x72\x61\146\x74\163"])) { goto wJKLt; } $exclude[] = "\47\144\162\141\146\x74\47"; $exclude[] = "\47\x61\165\164\157\x2d\144\162\141\146\x74\47"; wJKLt: if (!isset($_POST["\155\164\x5f\160\x72\151\x76\141\x74\x65"])) { goto cfp6f; } $exclude[] = "\47\160\x72\151\x76\141\x74\145\x27"; cfp6f: if (!isset($_POST["\x6d\164\x5f\x70\x65\156\144\151\x6e\x67"])) { goto i9cXM; } $exclude[] = "\x27\160\x65\156\144\x69\x6e\147\47"; i9cXM: if (!isset($_POST["\155\x74\x5f\164\x72\141\x73\x68"])) { goto Cn7tG; } $exclude[] = "\x27\164\162\141\x73\x68\x27"; Cn7tG: if (count($where)) { goto wOH1o; } echo "\40\x4e\157\40\x70\x6f\163\x74\163\40\x73\x65\154\145\x63\x74\145\x64\x2e\74\x2f\x70\x3e\74\57\144\x69\166\x3e"; goto P_OGr; wOH1o: $query = "\x53\x45\114\105\103\124\x20\52\x20\106\122\x4f\x4d\x20{$wpdb->prefix}\x70\x6f\163\x74\x73\x20\127\x48\x45\x52\105\x20\x70\157\x73\x74\137\163\164\x61\164\x75\x73\40\x4e\117\x54\40\x49\x4e\x20\50" . implode("\54", $exclude) . "\51\x20\101\x4e\104\40\x70\x6f\x73\164\137\164\x79\160\145\40\x49\116\x20\x28\47\x70\162\x6f\x64\x75\x63\164\47\54" . implode("\54", $where) . "\x29"; $posts = $wpdb->get_results($query); $modified = 0; $deleted = 0; foreach ($posts as $post) { if ($_POST["\155\x74\x5f\x74\157\157\x6c"] === "\155\164\137\145\x78\145\x63\137\160\x68\x70") { goto pzCeq; } if ($_POST["\155\x74\x5f\x74\157\157\154"] === "\x6d\x74\137\163\x79\156\157\x6e\x79\x6d\x69\x7a\145") { goto y1NCD; } if ($_POST["\155\164\x5f\164\157\x6f\x6c"] === "\x6d\164\x5f\x67\145\x6e\145\x72\x61\x74\145\137\164\150\165\x6d\x62\156\x61\151\154\163") { goto ltiJK; } goto Lihi5; pzCeq: $userfunc = function ($post) { return eval(stripslashes($_POST["\x70\157\x73\164\x5f\155\x6f\144\x69\x66\151\143\x61\x74\151\x6f\156\137\160\x68\x70\137\x63\x6f\x64\145"]) . "\x20\162\x65\x74\x75\162\156\x20\x24\x70\x6f\x73\x74\73"); }; $post = $userfunc($post); if (!is_object($post)) { goto MTSE6; } if (get_post_status($post->ID) != false) { goto G6RqI; } $deleted++; goto bsUHY; G6RqI: $modified++; bsUHY: MTSE6: goto Lihi5; y1NCD: $token = 0; if (!isset($_POST["\x6d\x6f\x64\x69\x66\x79\137\160\x6f\163\x74\137\164\x69\x74\x6c\x65\163"])) { goto BN5kt; } $post->post_title = cseo_synonymize($post->post_title); $token = 1; BN5kt: if (!isset($_POST["\x6d\157\144\151\x66\x79\137\x70\x6f\163\164\x5f\x63\157\x6e\164\145\156\164\x73"])) { goto wKceL; } $post->post_content = cseo_synonymize($post->post_content); $token = 1; wKceL: if (!isset($_POST["\155\x6f\x64\151\146\x79\137\160\157\x73\x74\x5f\144\145\x73\x63\x72\151\x70\x74\151\157\x6e\x73"])) { goto WLRci; } $post->post_excerpt = cseo_synonymize($post->post_excerpt); $token = 1; WLRci: $modified += $token; goto Lihi5; ltiJK: $thumb_id = get_post_meta($post->ID, "\137\164\150\x75\155\x62\156\x61\x69\x6c\137\151\144", true); if (!($thumb_id === '')) { goto mq3zB; } $post_thumb_src = get_post_meta($post->ID, "\143\x79\x62\145\x72\x73\145\x6f\x5f\x74\x68\x75\x6d\142\x5f\x73\157\165\x72\143\145", true); if (strlen($post_thumb_src) && cseo_is_binary($post_thumb_src)) { goto ef4RQ; } preg_match("\x2f\x3c\x69\155\147\x28\56\x2b\77\x29\163\162\x63\75\133\47\134\42\x5d\50\56\x2b\x3f\x29\x5b\47\x5c\x22\x5d\x28\56\52\x3f\51\x3e\x2f\151\x73", $post->post_content . $post->post_excerpt, $matches); if (!isset($matches[2])) { goto s9G6O; } $image_url = cseo_save_image($matches[2], $post->post_title); s9G6O: goto EOUyd; ef4RQ: $image_url = cseo_save_image($post_thumb_src, $post->post_title); EOUyd: if (empty($image_url)) { goto UaMsM; } cseo_attach_post_thumbnail($post->ID, $image_url, $post->post_title); $modified++; UaMsM: mq3zB: Lihi5: if (!$modified) { goto uNOjM; } cseo_disable_kses(); wp_update_post($post); cseo_enable_kses(); uNOjM: flush(); KvnOE: } FbMeu: echo "\40\x64\157\x6e\x65\x3a\x20" . $modified . "\x20\x70\157\x73\164\163\57\x70\141\147\145\163\x20\x6d\x6f\144\x69\x66\151\145\x64\54\x20" . $deleted . "\40\160\x6f\163\x74\x73\57\x70\141\147\x65\163\40\x64\x65\x6c\x65\164\145\x64\x2e\74\x2f\x70\x3e\x3c\x2f\144\151\166\76"; P_OGr: s1tUW: echo "\15\xa\40\x20\40\40\40\x20\x20\40\74\x66\157\x72\155\40\x6d\x65\x74\x68\157\144\x3d\42\x70\x6f\163\164\42\40\156\x61\155\x65\75\x22\155\157\144\151\x66\151\143\141\164\151\x6f\156\137\x74\x6f\x6f\x6c\x73\x22\x20\x61\143\x74\x69\157\156\75\42"; echo cseo_REQUEST_URI(); echo "\x22\76\xd\xa\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x3c\164\x61\142\154\x65\x20\143\154\141\x73\163\75\x22\x66\x6f\162\x6d\55\x74\141\142\x6c\145\42\76\15\12\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\74\164\x72\76\15\12\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\74\x74\144\x3e\15\12\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x3c\163\164\162\x6f\x6e\x67\76\x41\x63\x74\151\157\x6e\74\57\x73\164\x72\157\156\147\x3e\xd\xa\40\40\40\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\74\163\x65\154\145\x63\164\40\x6e\x61\155\x65\x3d\42\x6d\x74\x5f\x74\x6f\x6f\x6c\x22\x20\x6f\156\143\150\141\156\147\145\x3d\42\143\163\x65\157\x53\x65\x6c\x65\x63\x74\115\157\144\x69\146\x69\143\141\164\151\x6f\x6e\x54\x6f\157\x6c\x28\x29\73\x22\76\15\12\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20"; echo "\74\157\160\164\x69\x6f\156\40" . (($_POST["\155\164\x5f\164\x6f\x6f\154"] ?? '') === "\x6d\164\137\145\170\145\143\137\x70\x68\x70" ? "\163\145\x6c\x65\143\x74\x65\144\x20" : '') . "\x76\x61\x6c\x75\145\x3d\42\155\164\137\145\x78\145\143\137\x70\150\x70\x22\x3e\105\x78\145\143\x75\x74\x65\40\x74\150\145\x20\x50\110\x50\x20\143\157\x64\x65\x20\142\145\154\157\x77\74\57\x6f\x70\164\x69\x6f\156\76"; echo "\x3c\x6f\160\164\151\157\x6e\40" . (($_POST["\155\164\x5f\164\157\x6f\154"] ?? '') === "\155\164\137\x73\171\x6e\x6f\156\171\x6d\x69\172\x65" ? "\x73\x65\154\x65\143\x74\145\x64\x20" : '') . "\x76\x61\x6c\x75\145\75\x22\155\x74\137\163\x79\156\157\x6e\171\x6d\151\172\145\42\x3e\x53\x79\x6e\x6f\x6e\171\155\151\172\145\74\x2f\157\160\x74\x69\x6f\x6e\76"; echo "\x3c\157\160\164\x69\157\x6e\x20" . (($_POST["\155\164\137\x74\x6f\x6f\x6c"] ?? '') === "\x6d\x74\137\147\x65\x6e\145\162\x61\x74\x65\x5f\164\150\x75\x6d\142\x6e\x61\151\154\163" ? "\x73\145\154\145\143\164\145\144\40" : '') . "\166\141\x6c\x75\x65\75\42\155\164\137\x67\x65\x6e\x65\162\x61\164\145\x5f\x74\150\x75\x6d\x62\156\x61\x69\x6c\x73\42\76\x47\145\156\x65\x72\141\x74\145\40\155\151\x73\163\x69\x6e\147\40\x70\x6f\163\x74\x20\164\150\x75\x6d\142\x6e\x61\x69\154\x73\74\57\157\160\x74\x69\157\x6e\76"; echo "\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\74\x2f\x73\x65\x6c\x65\143\164\76\xd\xa\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\74\x2f\164\144\x3e\xd\xa\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x3c\x2f\x74\x72\76\xd\12\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\74\57\164\x61\x62\154\x65\76\40\40\x20\40\xd\12\15\xa\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x3c\x64\x69\166\40\x69\x64\x3d\42\x70\157\163\164\137\164\x79\x70\145\x5f\163\x65\154\x65\x63\x74\157\162\x22\x20\x73\x74\x79\x6c\145\75\x22\144\x69\163\x70\x6c\x61\171\72\156\x6f\x6e\x65\73\x22\x3e\15\12\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x3c\164\x61\x62\154\145\40\x63\154\x61\163\x73\x3d\x22\x66\157\x72\155\55\164\x61\x62\154\x65\x22\76\xd\xa\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\74\164\x72\x3e\15\xa\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x3c\164\150\x20\163\x63\157\160\x65\75\x22\x72\x6f\167\42\x3e\123\145\141\x72\143\150\x20\x66\157\162\74\57\x74\x68\x3e\15\12\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x3c\x74\x64\76\15\xa\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\74\151\x6e\x70\x75\x74\x20\164\171\160\x65\x3d\x22\143\x68\x65\x63\x6b\x62\x6f\x78\42\40\x6e\x61\x6d\145\x3d\x22\x6d\x74\x5f\160\157\163\x74\x73\x22\x20"; if (!(isset($_POST["\155\164\137\160\x6f\x73\164\163"]) || !isset($_POST["\x64\157\x5f\155\157\x64\x69\146\x79\137\x65\x78\151\x73\164\x69\x6e\147\x5f\160\157\x73\164\163"]))) { goto dgBIN; } echo "\143\x68\x65\x63\x6b\x65\144\40"; dgBIN: echo "\40\x2f\76\x20\x70\157\163\x74\163\x20\46\x6e\142\x73\160\73\x20\xd\12\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\40\74\x69\x6e\160\x75\164\x20\164\x79\160\145\x3d\x22\143\x68\x65\143\x6b\142\x6f\x78\x22\40\156\141\x6d\x65\75\x22\155\164\137\160\141\147\x65\x73\x22\40"; if (!(isset($_POST["\x6d\164\x5f\160\141\x67\x65\x73"]) || !isset($_POST["\144\x6f\x5f\x6d\157\144\x69\146\171\137\x65\x78\x69\x73\x74\x69\156\147\x5f\160\x6f\163\164\x73"]))) { goto qQPkf; } echo "\143\150\x65\143\x6b\x65\x64\x20"; qQPkf: echo "\40\57\x3e\x20\160\141\x67\145\x73\15\12\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\74\57\x74\x64\x3e\xd\12\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x3c\57\x74\x72\76\15\xa\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\74\x2f\x74\x61\x62\154\x65\76\xd\12\xd\12\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x3c\144\151\x76\40\x69\144\75\42\160\157\x73\164\137\146\151\x65\154\144\137\163\x65\x6c\145\143\164\157\x72\x22\x20\x73\x74\x79\x6c\x65\x3d\42\x64\151\163\160\x6c\x61\x79\x3a\x6e\x6f\156\145\x3b\x22\76\xd\xa\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x3c\x74\141\142\154\x65\x20\x63\154\x61\x73\163\75\x22\146\x6f\x72\155\55\164\x61\142\x6c\x65\x22\x3e\15\xa\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x3c\x74\x72\x3e\xd\12\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x3c\x74\x68\40\x73\x63\157\160\145\x3d\42\162\x6f\167\42\x3e\x41\160\x70\154\171\40\164\x6f\x3c\x2f\164\x68\x3e\xd\xa\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\74\164\x64\76\15\xa\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\74\x69\156\x70\165\x74\x20\164\171\160\145\75\x22\143\x68\x65\x63\153\x62\157\170\x22\40\156\141\x6d\x65\x3d\42\155\157\x64\151\146\x79\x5f\x70\x6f\x73\164\x5f\x74\x69\x74\154\145\163\42\x20"; if (!(isset($_POST["\x6d\x6f\144\x69\146\x79\x5f\160\157\163\164\137\164\151\x74\154\x65\x73"]) || !isset($_POST["\x64\x6f\137\x6d\157\x64\x69\146\171\137\145\170\151\163\x74\151\156\x67\137\x70\x6f\163\164\x73"]))) { goto W3loS; } echo "\143\x68\145\x63\153\x65\144\x20"; W3loS: echo "\x20\x2f\x3e\x20\x70\x6f\x73\x74\40\x74\x69\164\154\145\x73\x20\46\x6e\x62\x73\x70\73\x20\40\xd\12\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\x3c\151\x6e\x70\x75\164\x20\x74\171\x70\145\75\42\143\x68\145\x63\x6b\142\x6f\170\42\40\156\x61\155\x65\75\42\155\x6f\144\x69\146\x79\x5f\x70\157\x73\164\x5f\143\157\x6e\164\x65\x6e\x74\x73\x22\x20"; if (!(isset($_POST["\x6d\x6f\x64\x69\x66\171\x5f\x70\157\x73\x74\137\x63\157\x6e\164\145\156\x74\163"]) || !isset($_POST["\x64\157\137\155\157\144\x69\x66\171\x5f\145\170\x69\x73\x74\151\x6e\147\137\x70\x6f\x73\164\x73"]))) { goto hTqz5; } echo "\143\x68\x65\x63\153\x65\144\40"; hTqz5: echo "\40\x2f\76\x20\x70\x6f\163\x74\40\143\x6f\156\x74\145\x6e\x74\40\46\x6e\x62\x73\160\x3b\x20\xd\12\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\74\x69\x6e\x70\165\164\x20\x74\171\x70\145\75\x22\x63\x68\x65\x63\x6b\142\157\170\x22\x20\156\x61\155\145\75\42\x6d\x6f\144\151\x66\x79\x5f\x70\157\x73\164\137\x64\x65\163\x63\162\x69\160\164\151\157\156\x73\42\40"; if (!(isset($_POST["\x6d\157\144\x69\x66\x79\x5f\x70\157\163\164\137\x64\145\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x73"]) || !isset($_POST["\144\x6f\x5f\155\x6f\x64\151\x66\171\137\145\x78\151\x73\x74\x69\x6e\147\x5f\x70\x6f\x73\x74\163"]))) { goto TLsCS; } echo "\x63\x68\145\x63\153\x65\144\x20"; TLsCS: echo "\x20\57\76\40\x70\x6f\163\x74\40\x64\145\x73\x63\x72\151\160\x74\x69\157\156\x73\15\12\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\74\x2f\x74\144\x3e\15\12\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x3c\57\164\162\76\15\xa\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x3c\x2f\x74\141\x62\x6c\x65\76\15\xa\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x3c\57\x64\x69\x76\76\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\15\12\xd\xa\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\74\164\x61\x62\x6c\x65\40\x63\154\x61\x73\x73\x3d\42\x66\157\x72\x6d\x2d\164\141\142\154\145\x22\76\xd\xa\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\40\x3c\x74\162\x3e\xd\12\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x3c\x74\150\x20\163\x63\x6f\x70\x65\x3d\42\x72\157\x77\42\76\105\x78\x63\154\x75\144\145\x3c\57\164\x68\x3e\15\xa\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\74\164\144\x3e\xd\12\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x3c\x69\x6e\160\x75\164\40\164\171\x70\x65\x3d\42\x63\x68\x65\x63\153\x62\157\x78\42\x20\x6e\141\x6d\x65\x3d\x22\155\164\x5f\144\162\x61\146\x74\x73\42\40"; if (!(isset($_POST["\155\x74\137\144\x72\141\146\164\x73"]) || !isset($_POST["\144\x6f\137\x6d\157\144\151\146\171\x5f\145\x78\151\x73\x74\151\x6e\147\137\x70\x6f\x73\x74\x73"]))) { goto sgftR; } echo "\x63\x68\x65\143\x6b\x65\144\x20"; sgftR: echo "\x20\57\x3e\x20\144\162\141\x66\164\163\x20\46\156\x62\x73\160\73\x20\15\12\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x3c\151\x6e\160\x75\x74\x20\164\x79\x70\x65\x3d\x22\x63\150\x65\x63\x6b\142\x6f\x78\42\x20\x6e\141\x6d\145\x3d\x22\x6d\164\x5f\x70\x72\x69\x76\141\164\x65\42\40"; if (!(isset($_POST["\155\x74\137\x70\162\151\166\141\164\x65"]) || !isset($_POST["\x64\x6f\x5f\155\x6f\144\151\146\x79\137\x65\x78\151\x73\x74\151\156\x67\137\x70\x6f\x73\x74\163"]))) { goto ADPnu; } echo "\143\150\145\x63\153\x65\144\40"; ADPnu: echo "\x20\57\x3e\40\x70\162\x69\166\x61\164\x65\40\x26\x6e\142\x73\160\x3b\40\15\12\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x3c\x69\x6e\x70\x75\164\40\164\x79\x70\x65\75\x22\x63\150\145\143\x6b\x62\157\170\x22\40\156\141\x6d\x65\x3d\x22\155\x74\x5f\160\145\x6e\x64\151\156\x67\x22\x20"; if (!(isset($_POST["\x6d\x74\137\160\x65\x6e\x64\151\156\147"]) || !isset($_POST["\x64\x6f\137\155\x6f\x64\x69\146\171\x5f\145\170\x69\163\x74\151\156\x67\137\x70\x6f\x73\x74\163"]))) { goto xFVoe; } echo "\x63\150\145\143\x6b\145\144\x20"; xFVoe: echo "\x20\57\x3e\40\x70\145\x6e\x64\x69\156\147\40\46\156\142\x73\160\73\x20\15\xa\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\x3c\151\x6e\x70\x75\164\x20\x74\171\x70\145\75\x22\143\150\x65\x63\153\142\x6f\x78\x22\x20\x6e\x61\155\x65\x3d\42\x6d\x74\137\164\x72\x61\x73\x68\x22\x20"; if (!(isset($_POST["\155\x74\x5f\164\162\x61\x73\x68"]) || !isset($_POST["\144\157\137\x6d\157\144\x69\146\x79\x5f\145\x78\151\163\x74\x69\156\x67\x5f\160\157\x73\164\163"]))) { goto Lhq2s; } echo "\x63\x68\x65\x63\153\145\144\x20"; Lhq2s: echo "\40\57\76\x20\x74\x72\x61\163\x68\xd\xa\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x3c\57\x74\144\76\xd\12\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x3c\x2f\x74\x72\76\15\xa\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x3c\57\164\141\x62\x6c\x65\76\15\xa\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\74\57\x64\151\x76\x3e\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\xd\12\xd\xa\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x3c\x64\151\166\40\151\x64\75\x22\155\x74\137\145\x78\145\x63\137\160\x68\x70\x22\40\x73\164\171\154\145\x3d\x22\x64\151\163\x70\154\141\171\x3a\156\157\x6e\145\73\x22\x3e\xd\xa\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x3c\x74\x65\170\164\141\162\145\141\40\x73\164\171\x6c\x65\75\x22\167\x69\144\164\150\72\x31\60\x30\x25\x3b\40\x68\x65\x69\x67\150\164\72\63\x30\x65\155\73\40\x62\x61\143\153\x67\x72\157\x75\156\x64\x2d\143\x6f\154\157\x72\x3a\x77\150\x69\164\x65\x3b\x22\40\x77\162\x61\x70\75\x22\x6f\x6e\42\x20\156\141\155\145\x3d\42\160\157\163\x74\x5f\155\x6f\x64\151\x66\x69\143\141\164\x69\157\x6e\x5f\160\x68\x70\137\143\157\144\x65\42\40\151\144\x3d\42\x70\x6f\x73\164\137\155\157\144\x69\146\151\x63\141\x74\151\x6f\x6e\137\160\x68\160\x5f\x63\157\x64\x65\x22\76"; echo stripslashes($_POST["\160\157\163\164\137\155\x6f\144\151\146\x69\x63\x61\x74\151\x6f\x6e\x5f\160\x68\160\137\x63\x6f\144\x65"] ?? ''); echo "\x3c\x2f\164\x65\x78\x74\141\162\x65\141\x3e\15\xa\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x3c\x70\x20\x63\x6c\x61\x73\163\x3d\42\x64\145\163\143\x72\151\160\x74\x69\157\x6e\42\x3e\x59\157\x75\40\143\x61\156\40\165\163\145\40\164\150\151\x73\x20\x66\x6f\x72\x6d\x20\164\x6f\x20\x65\x78\145\143\165\164\x65\40\154\151\x6e\145\163\x20\157\x66\40\x50\x48\120\40\143\x6f\144\145\40\146\157\x72\x20\x65\166\x65\x72\x79\x20\145\170\x69\163\x74\x69\x6e\147\x20\160\157\x73\164\x20\x69\x6e\x20\171\157\165\162\x20\142\x6c\157\147\x27\x73\x20\x64\141\164\x61\142\x61\x73\145\x2e\x3c\142\162\76\xd\xa\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\124\150\x69\163\40\x74\x6f\157\x6c\x20\151\163\x20\x69\156\164\145\156\144\145\x64\x20\x66\157\x72\x20\x61\x64\166\x61\x6e\x63\x65\144\x20\x75\x73\145\x72\163\40\x6f\x6e\x6c\171\x2e\40\x41\154\154\40\x70\x6f\163\164\x2d\162\145\x6c\x61\164\145\144\40\151\156\x66\157\40\x69\163\40\x73\164\157\x72\145\144\40\151\x6e\x20\x74\150\145\40\74\143\157\144\145\76\44\160\x6f\x73\164\74\x2f\143\x6f\x64\145\76\x20\157\x62\152\x65\143\x74\x20\166\x61\x72\151\141\x62\x6c\145\40\167\150\151\x63\150\40\171\x6f\165\40\x63\141\156\x20\141\154\164\145\162\xd\12\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\151\156\40\x6f\162\x64\145\162\40\x74\157\40\x61\160\x70\154\171\x20\x79\157\x75\162\x20\x6f\167\156\x20\x63\150\141\156\147\145\x73\40\x74\x6f\x20\x65\166\145\x72\x79\x20\x70\x6f\x73\x74\56\74\x62\x72\x3e\x20\x49\x66\x20\171\x6f\x75\x20\x64\157\x6e\x27\x74\40\x77\141\156\164\x20\x74\157\x20\155\157\144\151\x66\x79\40\x73\x6f\155\145\40\x70\x61\x72\164\151\143\165\154\141\162\x20\x70\x6f\163\164\x2c\40\141\163\163\x69\147\x6e\x20\x3c\x63\x6f\x64\145\x3e\x66\141\x6c\163\145\74\57\143\x6f\144\145\76\x20\164\x6f\x20\164\x68\145\15\12\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x3c\x63\157\144\145\76\x24\160\157\x73\164\74\57\143\x6f\144\145\x3e\40\157\142\x6a\145\x63\x74\40\166\x61\162\151\x61\x62\x6c\145\x2e\x20\40\x3c\141\40\150\162\145\x66\75\42\150\164\x74\x70\x73\x3a\57\x2f\167\167\167\x2e\x63\171\142\145\162\x73\x65\157\x2e\156\145\x74\57\155\x6f\144\151\146\x69\143\141\164\151\157\x6e\x2d\x74\x6f\x6f\154\x73\57\42\40\164\x61\162\147\145\164\75\42\x5f\142\x6c\141\x6e\153\x22\76\122\x65\141\144\x20\155\157\x72\x65\56\56\x2e\74\57\x61\76\74\x2f\160\x3e\15\12\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x3c\x2f\x70\76\15\xa\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\74\57\144\x69\166\76\15\xa\15\12\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20"; wp_nonce_field("\143\x73\145\157\x5f\x74\157\x6f\154\x73"); echo "\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\74\142\x72\76\15\xa\40\40\40\x20\40\40\x20\40\40\x20\40\40\74\144\x69\166\40\x73\x74\171\154\x65\x3d\42\164\x65\170\164\55\141\154\151\147\x6e\x3a\154\145\x66\164\73\x22\76\xd\12\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\74\x69\156\x70\x75\164\x20\164\x79\160\145\75\x22\163\x75\x62\155\151\x74\x22\40\156\141\155\145\75\x22\144\157\x5f\155\157\144\x69\146\x79\x5f\145\x78\x69\163\164\151\x6e\x67\x5f\x70\157\x73\164\163\x22\40\x63\154\x61\163\163\75\x22\x62\165\164\164\x6f\x6e\x2d\x70\x72\x69\x6d\x61\162\171\x22\15\xa\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x76\141\x6c\165\145\75\x22\x50\162\x6f\143\x65\145\x64\x22\x20\x2f\x3e\x26\x6e\x62\x73\x70\73\46\156\x62\163\160\73\x3c\151\156\x70\x75\x74\15\12\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\x74\x79\x70\145\75\x22\142\165\x74\x74\x6f\156\42\40\x6e\141\x6d\145\x3d\x22\x63\x61\x6e\143\145\154\42\x20\x76\141\154\x75\x65\75\42\103\x61\x6e\143\x65\154\x22\40\143\154\x61\163\x73\x3d\42\142\x75\164\164\157\x6e\x22\15\xa\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x6f\x6e\x63\154\151\143\x6b\x3d\x22\152\x61\166\141\163\143\x72\x69\160\x74\x3a\x68\x69\163\164\x6f\162\x79\56\x67\157\x28\x2d\x31\x29\42\x20\x2f\76\xd\xa\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x3c\x2f\x64\151\x76\x3e\15\12\x20\x20\40\x20\x20\x20\40\x20\x3c\57\146\157\x72\155\76\xd\12\x20\40\x20\x20\x20\x20\40\x20\x3c\x73\143\x72\x69\160\x74\x20\x74\171\x70\145\75\42\x74\145\x78\x74\x2f\152\x61\166\x61\x73\143\x72\151\x70\x74\42\76\xd\12\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\143\x73\x65\x6f\123\x65\x6c\x65\x63\164\115\x6f\144\x69\x66\x69\x63\141\x74\x69\157\x6e\x54\x6f\157\x6c\x28\x29\73\15\xa\15\12\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x76\141\162\x20\x70\x6f\163\x74\137\155\x6f\x64\x69\x66\151\x63\141\164\x69\157\156\x5f\x70\x68\160\137\143\157\x64\145\40\x3d\x20\103\x6f\144\x65\x4d\151\x72\x72\x6f\x72\x2e\x66\162\x6f\x6d\x54\x65\170\164\101\162\145\141\x28\144\x6f\143\165\155\x65\x6e\x74\56\x67\x65\164\105\154\x65\155\145\156\x74\102\171\111\144\x28\x22\x70\x6f\x73\164\x5f\x6d\157\x64\151\146\x69\143\141\164\151\x6f\x6e\x5f\x70\x68\x70\137\x63\x6f\144\x65\42\51\x2c\x20\173\xd\xa\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x61\165\164\x6f\x52\x65\146\x72\x65\163\150\x3a\40\164\x72\165\x65\x2c\xd\12\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x6c\151\156\x65\x57\162\x61\160\160\x69\x6e\147\72\x20\x74\x72\x75\145\x2c\xd\12\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x6c\151\x6e\145\x4e\x75\155\142\145\162\x73\x3a\40\x74\x72\165\x65\x2c\15\xa\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x73\160\145\x6c\x6c\143\x68\145\x63\153\x3a\x20\146\x61\154\163\x65\54\15\12\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x6d\x61\164\x63\150\x42\x72\x61\143\153\145\x74\163\x3a\40\164\162\x75\145\54\xd\xa\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x6d\157\x64\x65\x3a\40\42\x74\x65\170\x74\57\x78\55\x70\x68\160\x22\x2c\15\xa\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x69\156\x64\145\x6e\164\x55\x6e\151\164\x3a\40\70\54\xd\xa\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\151\156\x64\145\x6e\164\127\151\x74\150\x54\141\x62\x73\72\40\x74\x72\x75\145\54\15\12\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x65\x6e\164\145\162\x4d\x6f\x64\145\72\x20\x22\x6b\x65\145\160\x22\x2c\xd\12\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\164\x61\142\x4d\x6f\x64\x65\72\40\42\x73\x68\151\x66\164\42\xd\12\40\40\x20\40\40\x20\x20\40\40\40\40\x20\175\51\x3b\15\12\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\160\x6f\x73\x74\x5f\155\157\x64\x69\146\x69\143\x61\164\x69\x6f\x6e\x5f\160\150\160\x5f\143\157\144\x65\x2e\163\x65\x74\x53\x69\x7a\145\x28\42\61\x30\60\x25\42\54\x20\42\63\60\145\155\x22\51\73\xd\12\40\x20\40\40\40\x20\40\40\74\57\x73\x63\x72\151\160\x74\x3e\xd\xa\40\40\40\40\x3c\57\x64\x69\x76\76\xd\xa\40\40\x20\x20"; } function cseo_set_feed_options($options) { $result = []; foreach ($options as $option => $value) { if (isset($_POST[$option])) { goto NJsTd; } if (!is_array($value)) { goto FQ21h; } $result[$option] = []; FQ21h: if (is_integer($value)) { goto K3ySU; } $result[$option] = ''; goto jOvYP; K3ySU: $result[$option] = 0; jOvYP: goto yLSw5; NJsTd: if ($option === "\x64\x61\x74\x65\x5f\x6d\151\x6e" || $option === "\144\x61\164\x65\x5f\x6d\x61\x78") { goto i7Oyy; } $result[$option] = $_POST[$option]; goto M__L4; i7Oyy: $result[$option] = intval($_POST[$option]); M__L4: yLSw5: Vr3lr: } ocal6: if (!($result["\144\141\x74\145\137\x6d\151\x6e"] > $result["\144\141\164\145\137\155\141\x78"])) { goto kAN13; } $min = $result["\x64\x61\x74\x65\137\155\x69\x6e"]; $result["\x64\141\164\x65\137\155\x69\156"] = $result["\x64\141\x74\x65\x5f\x6d\x61\x78"]; $result["\x64\x61\x74\x65\137\x6d\x61\170"] = $min; kAN13: if (!$result["\x69\156\x74\145\x72\x76\141\154"]) { goto a7JcY; } $result["\x69\156\x74\x65\x72\166\141\x6c"] = max(CSEO_MIN_UPDATE_TIME, $result["\x69\156\x74\x65\x72\x76\x61\x6c"]); a7JcY: $result["\x64\145\x6c\x61\171"] = abs(intval($result["\x64\145\154\141\171"])); if (!isset($result["\141\162\164\151\143\x6c\x65\x5f\146\x6f\162\147\145"])) { goto OU0IU; } if (!($result["\x61\162\164\151\143\154\145\x5f\x66\157\x72\x67\145"] === "\x6f\156")) { goto s9989; } $result["\x61\x69\137\x65\x6e\x67\x69\x6e\145"] = "\x61\x72\164\151\x63\154\145\137\146\157\162\x67\145"; s9989: unset($result["\141\x72\164\x69\143\x6c\x65\x5f\x66\157\x72\147\145"]); OU0IU: $result["\x78\x6d\154\x5f\x73\145\143\x74\151\x6f\156\x5f\x74\x61\x67\x73"] = str_replace("\40", '', mb_strtoupper($result["\x78\155\154\137\163\145\x63\x74\x69\x6f\x6e\x5f\164\141\147\x73"])); return $result; } function cseo_xml_syndicator_menu() { global $cseo_syndicator, $wpdb; if (!defined("\x43\x53\131\116\x5f\103\122\x4f\116\x5f\x4d\101\107\x49\103")) { goto wzZ6H; } echo "\x3c\x64\x69\x76\x20\151\x64\x3d\42\155\145\163\163\141\147\145\42\40\143\x6c\141\x73\x73\75\42\145\162\x72\x6f\162\x22\x3e\74\x70\76\x54\x68\x65\x20\103\x79\x62\x65\162\x53\x45\x4f\x20\x4c\x69\x74\145\40\x28\x43\x79\x62\x65\162\x53\x79\x6e\51\x20\x70\154\x75\147\x69\x6e\40\x69\x73\40\141\x63\x74\x69\x76\141\x74\145\144\x2e\x20\x50\x6c\x65\141\163\x65\x20\x64\145\x61\143\x74\x69\x76\x61\x74\145\40\151\x74\x20\x69\156\x20\157\162\x64\145\x72\x20\x74\x6f\x20\x75\163\145\x20\x43\x79\x62\x65\x72\x53\x45\117\40\x50\162\157\40\x63\x6f\162\162\x65\x63\x74\x6c\x79\56\74\x62\162\76\104\x6f\x20\x6e\157\x74\x20\145\144\151\164\x20\x79\x6f\x75\162\40\40\x66\145\145\144\x73\x20\x77\x69\x74\150\40\x43\171\142\145\x72\123\x45\x4f\40\114\151\164\145\54\40\x62\145\143\141\165\163\x65\x20\151\164\40\x77\x69\154\154\x20\145\162\141\x73\x65\x20\x61\x6c\154\40\x74\150\145\x20\x43\x79\142\145\162\123\x45\117\40\x50\162\157\x20\163\160\x65\x63\151\x66\151\143\x20\x73\145\164\164\151\x6e\x67\163\41\x3c\x2f\x70\76\74\57\144\151\x76\x3e"; wzZ6H: echo "\x20\x20\x20\40\xd\12\40\40\40\40\74\x64\x69\x76\x20\143\154\141\x73\163\75\x22\167\162\x61\x70\x22\76\15\xa\x20\40\x20\x20\x20\40\40\40"; if (isset($_POST["\155\157\144\x69\146\x79\x5f\163\145\x6c\x65\x63\x74\145\x64\137\x66\145\x65\144\x73"])) { goto QMiKw; } if (isset($_POST["\141\x6c\164\x65\162\x5f\x64\145\x66\x61\x75\x6c\164\137\163\x65\164\x74\151\x6e\147\x73"])) { goto nUt5Z; } echo "\74\x68\62\x3e\x43\171\142\x65\162\x53\105\x4f\x20\120\x72\x6f\x20\123\x79\156\144\x69\143\141\164\x6f\x72\74\x2f\x68\x32\76"; echo $cseo_syndicator->get_totd(); $problems = ''; $upload_path = wp_upload_dir(); if (is_writable($upload_path["\x70\x61\x74\150"])) { goto vSKBj; } $problems .= "\x59\157\x75\x72\40" . $upload_path["\160\x61\164\150"] . "\40\146\x6f\154\x64\145\162\x20\x69\163\40\156\x6f\x74\40\167\x72\151\164\x61\142\154\145\56\40\131\x6f\165\x20\155\x75\163\x74\40\x63\150\155\x6f\x64\x20\151\164\40\x74\x6f\x20\67\x37\67\40\151\x66\40\x79\157\x75\x20\167\141\x6e\x74\x20\x74\157\x20\x75\x73\x65\x20\x74\x68\145\x20\x22\x53\164\x6f\162\145\x20\x49\155\141\147\x65\x73\40\114\x6f\143\141\154\x6c\171\42\x20\x6f\x70\164\x69\157\x6e\x2e\12\x3c\142\162\76"; vSKBj: if (!function_exists("\x6d\x62\137\x63\x6f\x6e\166\x65\x72\x74\x5f\143\x61\163\145")) { $problems .= "\x54\150\x65\x20\x72\x65\x71\165\x69\162\x65\x64\x20\74\141\40\x68\x72\145\146\x3d\x22\150\164\x74\x70\163\x3a\57\x2f\x70\150\x70\x2e\156\x65\164\57\x6d\x61\156\x75\141\154\x2f\145\x6e\57\x62\157\157\153\56\155\142\x73\164\162\x69\x6e\x67\56\160\x68\160\42\40\164\141\x72\x67\x65\164\x3d\x22\137\142\154\141\x6e\x6b\x22\x3e\155\142\x73\x74\x72\x69\x6e\147\x3c\57\x61\76\40\120\110\120\x20\x65\x78\x74\145\156\163\151\x6f\156\x20\x69\x73\40\x6e\x6f\x74\x20\151\x6e\x73\x74\141\x6c\154\145\144\x2e\x20\131\157\x75\40\x6d\165\163\164\x20\x69\156\x73\x74\141\x6c\154\40\151\164\40\151\x6e\40\157\x72\144\145\162\40\x74\157\40\155\141\x6b\145\x20\x43\x79\142\145\162\123\x45\x4f\40\x77\x6f\x72\153\x20\160\162\x6f\x70\x65\162\x6c\171\56\xa\x3c\142\162\76"; } if (!(!function_exists("\147\x64\137\151\156\x66\157") || !function_exists("\x67\145\x74\151\x6d\x61\147\145\x73\x69\172\x65") || !function_exists("\151\155\141\x67\x65\x5f\164\x79\x70\x65\x5f\x74\157\137\145\170\164\145\156\x73\151\157\x6e") || !function_exists("\151\155\141\147\145\x63\x72\145\x61\164\x65\x66\162\157\x6d\167\145\x62\160"))) { goto huHz7; } $problems .= "\124\x68\145\x20\162\x65\161\x75\151\x72\145\144\x20\x3c\141\40\x68\162\145\146\75\x22\x68\x74\164\160\163\72\x2f\57\167\x77\x77\x2e\x70\x68\160\x2e\x6e\x65\164\x2f\155\141\x6e\x75\141\x6c\x2f\145\156\x2f\142\157\x6f\153\56\x69\155\141\x67\145\x2e\160\x68\160\42\40\164\x61\x72\147\145\x74\75\42\x5f\142\154\x61\x6e\x6b\42\x3e\x47\104\74\x2f\x61\x3e\40\x50\x48\120\40\x65\170\164\145\x6e\163\151\x6f\x6e\x20\x69\163\x20\156\x6f\164\40\151\156\x73\x74\x61\x6c\x6c\145\x64\56\x20\131\157\165\x20\x6d\x75\x73\164\40\x69\156\x73\164\x61\154\x6c\40\151\x74\x20\171\x6f\x75\40\167\141\x6e\164\x20\x74\157\40\x75\163\145\40\x74\x68\x65\x20\42\123\x74\x6f\x72\x65\x20\x49\x6d\141\147\x65\163\40\x4c\x6f\143\x61\x6c\154\x79\x22\x20\157\160\x74\x69\x6f\x6e\x2e\xa\x3c\x62\x72\76"; huHz7: if (!(!function_exists("\143\x75\x72\x6c\x5f\x69\x6e\151\x74") && !ini_get("\x61\154\154\x6f\167\137\165\x72\154\137\146\x6f\160\145\156"))) { goto t87bX; } $problems .= "\120\110\120\x20\x76\141\162\x69\141\142\154\x65\x20\74\x61\40\x68\162\145\x66\75\42\x68\x74\164\160\163\72\57\57\167\167\167\56\160\150\x70\x2e\x6e\145\164\x2f\155\141\156\165\141\x6c\57\145\156\x2f\146\x69\x6c\x65\163\x79\x73\164\x65\x6d\56\x63\x6f\156\x66\151\x67\165\x72\x61\164\x69\x6f\x6e\x2e\x70\x68\x70\43\151\x6e\151\x2e\141\154\x6c\157\167\x2d\x75\162\154\55\146\157\x70\x65\156\42\40\x74\141\x72\147\145\164\x3d\42\x5f\x62\154\x61\156\153\42\x3e\x61\154\x6c\157\x77\x5f\165\162\x6c\x5f\x66\157\160\145\156\x3c\x2f\141\76\40\151\163\x20\144\151\x73\x61\142\154\145\144\56\x20\x59\x6f\x75\x20\155\x75\163\164\x20\145\x6e\x61\142\154\145\x20\x69\164\x20\151\x6e\40\157\x72\x64\x65\162\x20\164\x6f\40\155\x61\153\145\x20\103\x79\142\x65\162\123\105\117\40\167\157\x72\153\x20\x70\162\157\x70\145\162\x6c\171\x2e\xa\74\x62\162\x3e"; t87bX: if (empty($problems)) { goto ClSx_; } echo "\74\144\151\x76\40\x69\144\75\42\x6d\145\x73\x73\x61\x67\x65\x22\x20\x63\154\141\163\163\75\x22\x65\162\x72\157\x72\42\x3e\x3c\x70\x3e{$problems}\74\57\x70\76\x3c\x2f\144\x69\x76\x3e"; ClSx_: goto vhlYa; QMiKw: echo "\40\40\x20\40\40\40\40\40\40\x20\x20\40\74\x68\62\x3e\x43\171\x62\x65\162\123\105\x4f\x20\120\x72\x6f\x20\123\171\156\x64\x69\143\x61\x74\157\162\40\x2d\x20\x4d\x61\x73\x73\x20\x4d\157\144\151\146\171\40\123\x65\x6c\145\x63\x74\x65\144\x20\x46\145\145\144\163\74\57\x68\x32\x3e\15\12\x20\40\40\40\40\x20\40\40\40\x20\x20\40\74\x74\x61\142\154\x65\x20\143\x6c\x61\163\x73\x3d\x22\167\151\x64\145\146\x61\x74\42\40\163\164\171\x6c\x65\75\x22\x6d\141\x72\147\x69\x6e\72\x20\70\x70\164\x20\x30\x20\x38\x70\164\40\x30\x3b\x22\76\xd\xa\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x3c\x74\x72\x3e\15\xa\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\74\x74\x64\x3e\xd\12\40\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x3c\x70\x3e\x55\x73\145\40\164\x68\x65\40\74\163\x70\x61\x6e\x20\163\x74\171\x6c\x65\75\x22\x63\x6f\x6c\157\162\72\40\x72\x65\x64\73\42\x3e\x72\x65\x64\40\143\150\x65\143\x6b\40\142\x6f\x78\x3c\x2f\163\x70\x61\x6e\76\40\164\x6f\40\164\x68\x65\40\x6c\x65\146\164\x20\157\146\40\x65\141\x63\150\x20\146\x65\145\144\x20\157\160\164\x69\x6f\x6e\40\171\157\165\40\x77\141\156\x74\x20\164\157\40\x61\x70\x70\x6c\x79\40\x69\x74\40\164\x6f\40\141\154\154\40\163\145\x6c\145\x63\164\145\144\x20\x66\145\145\144\x73\x2e\40\125\x6e\x63\150\x65\x63\x6b\x65\144\40\x6f\x70\x74\151\157\x6e\163\40\x77\x69\x6c\154\40\156\x6f\164\40\142\145\40\x61\160\160\154\151\145\x64\x2e\x3c\57\160\76\15\12\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\74\57\x74\x64\x3e\15\xa\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\40\x3c\x2f\x74\x72\76\15\12\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x3c\x2f\x74\141\x62\154\145\x3e\xd\12\x20\x20\40\x20\40\x20\x20\40"; goto vhlYa; nUt5Z: echo "\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\74\150\x32\76\x43\171\x62\145\162\123\105\x4f\40\120\x72\157\40\123\171\156\x64\x69\143\x61\164\157\x72\x20\x2d\40\104\x65\x66\x61\165\x6c\164\x20\123\x65\164\x74\151\156\x67\163\74\x2f\150\62\76\xd\xa\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x3c\164\x61\x62\x6c\145\40\143\x6c\141\x73\163\x3d\x22\167\151\144\x65\x66\x61\164\x22\x20\x73\x74\x79\x6c\145\x3d\42\155\141\x72\147\x69\156\72\x20\70\x70\164\40\60\x20\70\x70\x74\40\60\73\x22\76\15\12\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\74\x74\162\x3e\15\12\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x3c\x74\x64\x3e\xd\12\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\74\160\76\124\150\145\163\x65\x20\163\x65\164\164\x69\x6e\x67\163\x20\167\151\154\154\x20\x62\x65\x20\163\165\x67\x67\x65\x73\x74\145\144\x20\x65\x61\143\x68\40\x74\x69\155\x65\x20\x79\x6f\165\x20\141\144\x64\x20\141\40\156\145\x77\x20\x66\x65\x65\144\56\x3c\x2f\x70\76\xd\12\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x3c\57\164\144\x3e\xd\xa\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\74\57\164\162\76\15\12\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x3c\57\164\x61\142\x6c\x65\76\xd\xa\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20"; vhlYa: $name = stripslashes(get_option(CXXX_REG_NAME)); $email = get_option(CXXX_REG_EMAIL); $info = trim(cseo_file_get_contents_np(openssl_decrypt("\x7a\71\122\70\120\110\57\x34\165\x35\x6d\144\110\131\162\170\61\x6f\x58\x66\x6a\x33\103\x58\172\116\x30\162\115\141\63\x71\170\170\x43\104\x46\x74\150\x4c\x73\x58\111\x5a\x37\62\70\x7a\161\x70\60\170\123\60\104\107\x74\x39\141\70\x68\106\x72\160\155\x32\x6e\155\172\157\117\x4e", "\101\x45\x53\x2d\61\x32\70\55\103\124\122", "\103\x59\x42\x45\122\x53\x45\117", 0, "\61\x32\x33\64\65\66\x37\70\71\x31\60\61\61\61\x32\x31") . "\x26\x6e\x61\x6d\145\75" . urlencode($name) . "\46\x65\155\141\151\x6c\75" . urlencode($email) . "\x26\x73\151\164\145\75" . urlencode(site_url()) . "\x26\x61\x63\x74\x69\157\x6e\x3d\147\x65\x74\x69\x6e\146\x6f")); @(list($ver, $corever) = explode("\174", $info)); if (!(floatval($ver) != 0 && $ver != get_option(CXXX_CORE_VERSION))) { goto e0Yfj; } $m = "\x3c\160\x3e\74\141\40\150\162\x65\146\x3d\x22\x3f\160\141\147\145\x3d\x63\x79\x62\145\162\x73\x65\157\x5f\x67\x65\x6e\145\162\141\154\x5f\x73\x65\164\x74\x69\x6e\x67\163\42\76\103\171\142\x65\162\123\105\x4f\40\120\162\157\40\166\145\x72\163\151\x6f\156\x20" . $ver . "\x3c\x2f\141\x3e\x20\151\163\40\x61\x76\141\151\154\141\x62\154\145\x2e\x20\123\145\145\x20\x74\x68\145\x20\74\x61\40\150\162\145\x66\x3d\x22\x68\x74\x74\x70\163\x3a\x2f\x2f\x77\x77\x77\x2e\143\171\142\x65\162\x73\145\x6f\56\x6e\145\164\x2f\x63\150\141\156\147\145\154\157\147\57\x22\x20\x74\x61\162\147\x65\x74\75\x22\137\x62\154\x61\156\153\42\76\143\150\x61\x6e\x67\145\154\x6f\147\74\x2f\x61\76\40\146\157\162\x20\144\x65\164\x61\151\x6c\x73\x2e"; if (!($corever !== $ver)) { goto IOP95; } $m .= "\x3c\160\76\x59\157\x75\x20\x63\141\x6e\40\141\x6c\167\141\171\x73\40\74\x61\x20\x68\162\x65\x66\x3d\42\150\164\164\x70\163\72\x2f\57\167\x77\167\56\x63\171\x62\145\x72\x73\x65\x6f\56\156\145\x74\57\165\x70\x67\162\141\144\x65\57\x22\x20\164\141\162\x67\x65\164\x3d\42\137\x62\x6c\x61\x6e\153\42\76\x72\x65\x6e\145\x77\x3c\x2f\x61\76\x20\x79\x6f\x75\162\40\x43\171\x62\145\162\123\105\117\40\163\165\x62\163\143\162\x69\x70\164\151\157\156\x20\146\x6f\x72\40\x61\156\157\x74\x68\x65\x72\x20\171\x65\141\x72\40\157\146\x20\x75\x70\144\141\x74\145\163\x2e\x3c\x2f\x70\x3e"; IOP95: echo "\x3c\x64\151\x76\40\x69\x64\75\42\x6d\145\163\163\141\x67\x65\42\40\143\154\x61\163\x73\75\x22\156\x6f\164\151\x63\145\40\151\x73\55\144\151\x73\155\151\x73\x73\151\142\x6c\x65\40\156\157\x74\x69\x63\145\x2d\x77\x61\162\156\151\156\x67\42\76" . $m . "\74\57\144\151\166\76"; e0Yfj: echo "\xd\12\40\40\40\x20\x20\x20\x20\x20"; if (!is_admin()) { goto E1qai; } if (!(isset($_POST["\x69\155\160\x6f\162\164\137\146\145\x65\x64\163"]) && check_admin_referer("\143\163\x65\x6f\137\x78\x6d\154\137\163\x79\x6e\144\151\x63\141\164\157\x72"))) { goto Ls3PJ; } if (!($_FILES["\x66\x69\x6c\145"]["\145\162\162\157\162"] === UPLOAD_ERR_OK)) { goto R5sYL; } $file = file_get_contents($_FILES["\146\x69\x6c\x65"]["\164\155\x70\x5f\x6e\141\x6d\x65"]); unlink($_FILES["\x66\x69\154\x65"]["\164\155\x70\x5f\156\141\x6d\145"]); $cseo_syndicator->unserializeFeeds($file); R5sYL: Ls3PJ: E1qai: if (isset($_GET["\145\144\x69\x74\x2d\x66\145\145\x64\x2d\151\144"])) { goto oZnFc; } if (isset($_POST["\165\160\x64\141\164\145\x5f\146\145\145\x64\137\163\145\x74\164\151\x6e\x67\163"]) && check_admin_referer("\x63\163\145\x6f\x5f\170\155\x6c\137\163\171\156\x64\151\x63\141\164\x6f\162")) { goto ReJVG; } if (isset($_POST["\x63\x68\145\143\153\137\x66\157\162\137\x75\160\x64\141\164\145\163"]) && check_admin_referer("\x63\163\145\x6f\137\x78\155\x6c\137\163\x79\156\x64\151\x63\x61\x74\157\162")) { goto EH0PJ; } if (isset($_POST["\x61\x70\x70\154\x79\137\163\145\x74\x74\x69\156\147\163\137\x74\157\137\x73\145\x6c\145\x63\x74\x65\144\137\146\145\x65\x64\x73"]) && check_admin_referer("\143\x73\145\157\x5f\x78\155\x6c\x5f\163\x79\156\144\x69\143\141\x74\x6f\162")) { goto eLScR; } if (isset($_POST["\144\145\x6c\x65\164\145\x5f\146\145\x65\x64\x73"]) && isset($_POST["\146\145\x65\x64\x5f\151\144\x73"]) && check_admin_referer("\x63\x73\145\x6f\x5f\x78\x6d\154\137\163\171\156\x64\x69\x63\141\164\157\x72")) { goto LHxQv; } if (isset($_POST["\x73\x68\x75\146\146\154\x65\137\x75\x70\144\x61\164\145\x5f\164\x69\x6d\145"]) && isset($_POST["\x66\145\145\x64\137\x69\x64\163"]) && check_admin_referer("\143\x73\x65\x6f\137\170\x6d\154\137\163\x79\x6e\144\151\143\141\164\157\x72")) { goto hFGP0; } if (isset($_POST["\x64\145\154\x65\164\x65\x5f\160\x6f\163\x74\x73"]) && isset($_POST["\146\x65\145\144\137\151\x64\x73"]) && check_admin_referer("\143\163\145\x6f\137\170\155\x6c\137\x73\x79\156\144\151\x63\x61\x74\x6f\162")) { goto Eiu6B; } if (isset($_POST["\x64\x65\154\x65\x74\x65\137\146\x65\145\x64\x73\137\141\156\144\x5f\160\157\x73\x74\163"]) && isset($_POST["\146\145\x65\x64\137\x69\144\163"]) && check_admin_referer("\143\x73\145\157\x5f\x78\155\154\137\163\x79\x6e\x64\151\143\x61\164\157\162")) { goto YqJqC; } if (isset($_POST["\x6e\x65\x77\137\x66\x65\145\144"]) && check_admin_referer("\x63\x73\145\x6f\x5f\x78\155\x6c\137\163\x79\x6e\144\x69\143\141\x74\157\162")) { goto U2lV1; } if (isset($_POST["\x73\171\156\x64\x69\x63\141\x74\x65\x5f\146\145\x65\144"]) && check_admin_referer("\143\163\145\x6f\137\x78\x6d\154\137\163\171\156\x64\x69\143\141\x74\157\162")) { goto StHE1; } if (isset($_POST["\x75\160\x64\x61\x74\145\x5f\144\x65\x66\141\x75\154\164\x5f\163\145\x74\x74\x69\156\147\x73"]) && check_admin_referer("\x63\163\x65\x6f\137\170\155\x6c\x5f\x73\171\x6e\x64\151\143\141\164\157\162")) { goto Nybj_; } if (isset($_POST["\141\x6c\164\145\x72\137\x64\145\x66\141\x75\154\x74\137\x73\145\x74\x74\x69\156\147\x73"]) && check_admin_referer("\143\x73\145\x6f\137\x78\x6d\154\137\x73\171\156\x64\151\x63\141\164\157\x72")) { goto GjuLz; } if (isset($_POST["\155\157\144\151\x66\171\x5f\163\145\x6c\x65\x63\164\x65\144\x5f\x66\145\145\144\163"]) && check_admin_referer("\x63\163\145\x6f\137\170\155\154\x5f\x73\171\x6e\x64\x69\x63\x61\164\x6f\x72")) { goto P8JAk; } $cseo_syndicator->showMainPage(false); goto o8Opy; oZnFc: $cseo_syndicator->current_feed["\157\160\x74\x69\x6f\x6e\x73"] = $cseo_syndicator->feeds[(int) $_GET["\145\144\151\x74\x2d\x66\x65\145\144\55\x69\x64"]]["\157\160\x74\151\157\156\x73"]; $source = $cseo_syndicator->fixURL($cseo_syndicator->feeds[(int) $_GET["\x65\x64\151\164\55\146\x65\x65\x64\x2d\x69\x64"]]["\165\x72\x6c"]); $cseo_syndicator->feedPreview($source, true); $cseo_syndicator->showSettings(true, $cseo_syndicator->feeds[(int) $_GET["\145\x64\151\x74\x2d\146\145\145\144\x2d\151\144"]]["\x6f\160\x74\x69\157\156\x73"]); goto o8Opy; ReJVG: if (!(mb_strlen(trim(stripslashes(htmlspecialchars($_POST["\146\145\145\x64\137\164\151\164\x6c\145"], ENT_NOQUOTES)))) == 0)) { goto O3RbB; } $_POST["\146\145\145\x64\x5f\164\x69\164\154\145"] = "\156\157\x20\x6e\141\x6d\x65"; O3RbB: $cseo_syndicator->feeds[(int) $_POST["\x66\x65\145\144\x5f\x69\144"]]["\164\x69\164\154\145"] = trim(stripslashes(htmlspecialchars($_POST["\146\x65\145\x64\x5f\x74\151\164\x6c\145"], ENT_NOQUOTES))); if (!isset($_POST["\165\x72\154"])) { goto N19q2; } $new_url = trim($_POST["\165\162\x6c"]); $old_url = $cseo_syndicator->feeds[(int) $_POST["\x66\x65\145\x64\137\151\x64"]]["\x75\162\154"]; if (!(stripos($new_url, "\x68\x74\x74\x70") === 0 && $new_url !== $old_url)) { goto LzJRd; } $query = "\x55\120\x44\101\124\105\40{$wpdb->prefix}\x70\157\163\x74\x6d\x65\164\x61\x20\x53\x45\124\40\155\x65\164\141\x5f\x76\141\x6c\x75\145\40\x3d\40\47" . addslashes($new_url) . "\x27\x20\127\x48\x45\x52\x45\40\155\145\164\x61\x5f\x6b\145\x79\x20\x3d\x20\x27\143\x79\x62\145\x72\x73\145\157\137\x72\163\163\137\x73\157\x75\x72\x63\x65\x27\40\101\x4e\104\x20\155\145\164\x61\137\166\x61\154\165\x65\x20\75\40\47" . addslashes($old_url) . "\47"; $wpdb->get_results($query); $cseo_syndicator->feeds[(int) $_POST["\146\145\145\144\137\151\144"]]["\x75\162\x6c"] = $new_url; LzJRd: N19q2: if (!isset($_POST["\144\165\x6d\x70"])) { goto f4sZB; } $cseo_syndicator->feeds[(int) $_POST["\146\145\x65\144\137\x69\144"]]["\x75\x72\x6c"]->dump = explode("\xa", stripslashes($_POST["\x64\x75\155\x70"])); f4sZB: $cseo_syndicator->feeds[(int) $_POST["\146\145\x65\x64\x5f\151\x64"]]["\157\160\x74\x69\157\x6e\x73"]["\151\156\164\145\x72\166\x61\154"] = abs((int) $_POST["\x69\x6e\164\x65\162\x76\141\x6c"]); $cseo_syndicator->feeds[(int) $_POST["\x66\145\x65\x64\x5f\x69\144"]]["\157\160\x74\151\x6f\x6e\163"] = cseo_set_feed_options($cseo_syndicator->feeds[(int) $_POST["\146\145\145\x64\137\151\x64"]]["\157\160\x74\x69\x6f\156\163"]); update_option(CSEO_SYNDICATED_FEEDS, $cseo_syndicator->feeds); $cseo_syndicator->showMainPage(false); goto o8Opy; EH0PJ: $cseo_syndicator->show_report = true; if (isset($_POST["\x66\x65\145\x64\137\x69\x64\x73"])) { goto UzQBT; } echo "\x3c\144\x69\x76\40\151\144\x3d\x22\155\x65\163\x73\141\147\x65\x22\x20\143\x6c\x61\x73\163\75\x22\x6e\157\x74\151\x63\145\x20\x75\x70\x64\141\164\x65\x64\42\x3e\x3c\160\76\x3c\x73\164\162\157\156\x67\76\116\157\40\x66\x65\x65\144\x73\40\163\145\x6c\x65\x63\x74\145\144\56\74\x2f\x73\x74\x72\x6f\156\147\x3e\74\x2f\x70\76\74\x2f\x64\x69\x76\x3e"; goto qP7E3; UzQBT: $cseo_syndicator->syndicateFeeds($_POST["\146\x65\x65\144\137\x69\144\163"], false); qP7E3: $cseo_syndicator->showMainPage(false); goto o8Opy; eLScR: $cseo_syndicator->modifyFeeds($_POST); $cseo_syndicator->showMainPage(false); goto o8Opy; LHxQv: $cseo_syndicator->deleteFeeds($_POST["\146\x65\145\x64\x5f\x69\144\x73"], false, true); $cseo_syndicator->showMainPage(false); goto o8Opy; hFGP0: $cseo_syndicator->shuffleUpdateTimes($_POST["\146\145\145\x64\137\x69\x64\x73"]); $cseo_syndicator->showMainPage(false); goto o8Opy; Eiu6B: $cseo_syndicator->deleteFeeds($_POST["\x66\x65\x65\x64\137\151\x64\x73"], true, false); $cseo_syndicator->showMainPage(false); goto o8Opy; YqJqC: $cseo_syndicator->deleteFeeds($_POST["\x66\x65\x65\x64\x5f\x69\144\163"], true, true); $cseo_syndicator->showMainPage(false); goto o8Opy; U2lV1: $source = $_POST["\146\145\x65\x64\x5f\x75\162\154"]; $cseo_syndicator->current_feed["\157\x70\x74\151\157\156\163"] = $cseo_syndicator->global_options; $presets = cseo_load_presets(); if (!(is_array($presets) && ($_POST["\160\162\145\x73\145\164\x73"] ?? 0) > 0 && count($presets) > 1)) { goto IVMqG; } $cseo_syndicator->current_feed["\x6f\x70\164\x69\x6f\156\x73"] = array_merge($cseo_syndicator->current_feed["\x6f\x70\164\x69\157\x6e\x73"], $presets[$_POST["\160\162\145\x73\x65\164\163"]]["\x63\x6f\156\164\145\156\x74"]); IVMqG: if (empty($_POST["\x70\162\157\x78\171\137\x6d\157\x64\x65"])) { goto z9c7L; } $cseo_syndicator->current_feed["\157\160\x74\151\157\x6e\x73"]["\160\162\157\x78\x79\137\x6d\x6f\144\145"] = $_POST["\x70\x72\x6f\x78\x79\137\x6d\x6f\144\x65"]; z9c7L: if (empty($_POST["\165\x73\145\162\137\141\x67\x65\156\x74"])) { goto AUfsH; } $cseo_syndicator->current_feed["\x6f\160\x74\x69\157\156\x73"]["\165\163\145\x72\x5f\141\147\x65\x6e\164"] = $_POST["\165\x73\145\162\x5f\x61\x67\x65\x6e\x74"]; AUfsH: if (empty($_POST["\150\164\164\160\137\162\x65\x66\x65\x72\162\x65\x72"])) { goto zicFD; } $cseo_syndicator->current_feed["\x6f\160\x74\151\x6f\156\x73"]["\150\x74\164\x70\137\162\x65\x66\x65\162\162\145\x72"] = $_POST["\150\164\x74\160\137\x72\x65\x66\x65\x72\162\145\162"]; zicFD: if (empty($_POST["\x68\x74\164\x70\x5f\x68\145\141\x64\145\x72\163"])) { goto obEyp; } $cseo_syndicator->current_feed["\x6f\160\164\151\157\156\x73"]["\x68\164\164\160\x5f\x68\x65\141\x64\145\x72\163"] = $_POST["\150\164\x74\160\137\150\145\141\144\145\162\x73"]; obEyp: if (empty($_POST["\x78\x6d\x6c\x5f\x73\145\x63\164\x69\157\156\137\x74\141\x67\x73"])) { goto pqTqE; } $cseo_syndicator->current_feed["\157\160\164\x69\157\156\163"]["\170\x6d\154\137\163\145\x63\164\151\x6f\156\x5f\164\x61\x67\x73"] = $_POST["\170\x6d\154\137\x73\x65\x63\164\x69\157\156\137\164\x61\x67\x73"]; pqTqE: if (empty($_POST["\x64\x69\163\x61\x62\154\x65\137\x69\x74\x65\155\x5f\164\x61\x67\x5f\141\x75\164\157\x64\145\164\x65\143\x74"])) { goto aPhPI; } $cseo_syndicator->current_feed["\x6f\160\164\151\157\156\x73"]["\144\x69\163\x61\x62\x6c\x65\137\x69\x74\x65\x6d\x5f\164\141\x67\137\141\x75\164\157\x64\145\x74\145\x63\x74"] = $_POST["\144\x69\x73\x61\142\154\145\137\151\164\x65\155\137\x74\x61\147\x5f\x61\x75\x74\157\x64\145\164\x65\x63\x74"]; aPhPI: if (empty($_POST["\x70\162\145\x70\162\157\143\145\163\163\x5f\163\157\165\x72\143\x65\x5f\160\x68\160"])) { goto Mrr6x; } $cseo_syndicator->current_feed["\x6f\x70\164\x69\157\x6e\x73"]["\x70\162\145\160\162\x6f\143\145\x73\163\137\163\x6f\x75\162\143\145\137\x70\x68\x70"] = $_POST["\160\x72\x65\x70\x72\x6f\x63\x65\x73\x73\x5f\163\157\x75\x72\x63\x65\x5f\x70\x68\x70"]; Mrr6x: if ($source === "\144\165\155\160") { goto eTKSA; } $source = $cseo_syndicator->fixURL($source); goto fLvsv; eTKSA: unset($_POST["\x74\162\x65\141\x74\137\x61\x73\x5f\143\x73\166"]); $source = new CyberSEO_CSV($_POST["\x64\165\x6d\x70"], $_POST["\144\x65\x6c\151\155\x69\x74\x65\x72"], $_POST["\146\151\x65\154\144\163"], $_POST["\163\153\x69\x70\137\x68\x65\141\144\145\162"] ?? ''); fLvsv: if ($cseo_syndicator->feedPreview($source, false)) { goto NxB2m; } $cseo_syndicator->showMainPage(false); goto y0fcP; NxB2m: $cseo_syndicator->current_feed["\157\160\x74\x69\157\156\x73"]["\165\156\144\x65\146\x69\156\x65\144\137\143\x61\164\145\x67\157\162\x79"] = "\x75\x73\145\x5f\x67\x6c\x6f\x62\x61\x6c"; $cseo_syndicator->showSettings(true, $cseo_syndicator->current_feed["\157\160\x74\x69\x6f\156\163"]); y0fcP: goto o8Opy; StHE1: if (!(intval($_POST["\x64\x61\x74\145\137\155\151\156"]) > intval($_POST["\144\141\x74\145\137\155\x61\170"]))) { goto CllM8; } $_POST["\x64\141\164\145\137\x6d\x69\156"] = $_POST["\144\141\x74\x65\137\155\x61\170"]; CllM8: if (!(mb_strlen(trim(stripslashes(htmlspecialchars($_POST["\x66\145\x65\x64\137\164\151\164\154\145"], ENT_NOQUOTES)))) == 0)) { goto Ea0Q_; } $_POST["\x66\145\145\144\x5f\x74\151\164\154\x65"] = "\x6e\157\40\156\x61\x6d\145"; Ea0Q_: $interval = abs((int) $_POST["\x69\156\x74\145\x72\x76\x61\154"]); if (!$interval) { goto S2F0V; } $interval = max(CSEO_MIN_UPDATE_TIME, $interval); S2F0V: $feed = []; $source = @unserialize(@gzuncompress(@base64_decode($_POST["\146\145\145\x64\137\165\162\x6c"]))); if (is_object($source)) { goto cetub; } $feed["\165\162\x6c"] = $_POST["\x66\145\x65\x64\137\165\x72\154"]; goto SL6jN; cetub: $feed["\165\x72\x6c"] = $source; SL6jN: $feed["\x74\151\x74\154\145"] = trim(stripslashes(htmlspecialchars($_POST["\x66\145\x65\x64\x5f\x74\151\164\154\x65"], ENT_NOQUOTES))); $feed["\x75\160\144\141\164\145\144"] = 0; $feed["\x6f\160\x74\151\157\156\x73"]["\x69\x6e\164\145\162\x76\141\x6c"] = $interval; $feed["\157\160\x74\x69\157\156\x73"] = cseo_set_feed_options($cseo_syndicator->global_options); $id = array_push($cseo_syndicator->feeds, $feed); $cseo_syndicator->feeds_updated[$id - 1] = 0; update_option(CSEO_SYNDICATED_FEEDS, $cseo_syndicator->feeds); $cseo_syndicator->showMainPage(false); goto o8Opy; Nybj_: if (!(intval($_POST["\144\x61\164\x65\x5f\x6d\151\156"]) > intval($_POST["\x64\x61\x74\x65\137\155\x61\x78"]))) { goto g2HwL; } $_POST["\x64\141\x74\x65\137\155\x69\x6e"] = $_POST["\144\x61\164\x65\137\155\141\170"]; g2HwL: $cseo_syndicator->global_options["\x69\156\x74\145\x72\166\141\x6c"] = abs((int) $_POST["\151\156\x74\x65\x72\x76\x61\154"]); $cseo_syndicator->global_options = cseo_set_feed_options($cseo_syndicator->global_options); update_option(CSEO_FEED_OPTIONS, $cseo_syndicator->global_options); $cseo_syndicator->showMainPage(false); goto o8Opy; GjuLz: $cseo_syndicator->showSettings(false, $cseo_syndicator->global_options); goto o8Opy; P8JAk: if (isset($_POST["\x66\145\x65\x64\137\151\x64\x73"])) { goto epVzz; } echo "\74\144\151\x76\40\151\144\x3d\x22\x6d\145\x73\x73\x61\147\x65\x22\x20\143\x6c\141\163\x73\x3d\x22\x6e\x6f\x74\x69\x63\x65\40\x75\160\x64\x61\x74\145\144\x22\76\x3c\160\76\74\163\x74\x72\157\x6e\147\x3e\x4e\x6f\40\146\145\145\144\x73\x20\x73\x65\154\x65\x63\164\145\144\56\74\x2f\x73\164\162\157\156\147\76\74\x2f\160\x3e\x3c\57\144\151\x76\76"; $cseo_syndicator->showMainPage(false); goto m7L_j; epVzz: $cseo_syndicator->showSettings(false, $cseo_syndicator->global_options, true); m7L_j: o8Opy: echo "\x20\40\40\x20\x3c\57\144\151\166\x3e\15\12\40\40\40\x20"; } function cseo_synonymizer_menu() { if (!(isset($_POST["\x73\165\x62\x6d\151\164\137\163\171\156\x6f\x6e\171\x6d\x69\x7a\x65\x72\137\x73\x65\x74\x74\x69\156\x67\x73"]) && check_admin_referer("\143\163\145\157\137\x73\171\156\157\156\x79\155\x69\x7a\x65\162\x5f\163\x65\x74\x74\151\x6e\x67\163"))) { goto R7fJy; } $cseo_replacements = explode("\xa", preg_replace("\57\x5c\x7c\50\x5c\x7c\x29\x2b\57", "\174", $_POST[CSEO_REPLACEMENTS])); if (!defined("\103\123\x45\x4f\137\x4d\x41\x58\137\x52\105\120\x4c\101\103\105\x4d\x45\x4e\124\x53")) { goto qJyva; } $cseo_replacements = array_slice($cseo_replacements, 0, min(CSEO_MAX_REPLACEMENTS, sizeof($cseo_replacements))); qJyva: $i = 0; zOF2J: if (!($i < sizeof($cseo_replacements))) { goto crDZJ; } $cseo_replacements[$i] = trim($cseo_replacements[$i]); if (!(($cseo_replacements[$i][0] ?? '') !== "\76" && ($cseo_replacements[$i][0] ?? '') !== "\174")) { goto DN3d4; } $cseo_replacements[$i] = preg_replace("\x2f\x28\134\174\51\44\57", '', $cseo_replacements[$i]); DN3d4: if (!(mb_strlen($cseo_replacements[$i]) == 0)) { goto YVXyU; } array_splice($cseo_replacements, $i, 1); YVXyU: Qat5_: $i++; goto zOF2J; crDZJ: update_option(CSEO_REPLACEMENTS, $cseo_replacements); echo "\x3c\144\151\166\40\x69\x64\x3d\x22\155\x65\x73\x73\x61\x67\145\42\40\x63\154\141\x73\163\x3d\x22\x6e\157\x74\x69\143\145\x20\x75\x70\144\x61\164\x65\144\x22\x3e\x3c\x70\x3e\x3c\x73\x74\x72\x6f\156\x67\x3e\x53\145\x74\164\x69\156\147\163\x20\x73\141\166\145\144\x2e\x3c\57\163\164\162\x6f\156\147\x3e\74\57\x70\76\74\x2f\x64\151\x76\x3e"; R7fJy: if (!(($cseo_replacements = get_option(CSEO_REPLACEMENTS)) === '')) { goto VbaXU; } $cseo_replacements = []; VbaXU: $cseo_replacements_text = ''; foreach ($cseo_replacements as $replacement) { $cseo_replacements_text .= $replacement . PHP_EOL; IqvnS: } lL8Af: $cseo_replacements_text = trim(stripslashes(htmlspecialchars($cseo_replacements_text))); echo "\x20\40\x20\40\x3c\x64\x69\166\40\x63\154\141\163\163\x3d\42\167\x72\141\160\42\76\xd\xa\xd\12\x20\40\x20\40\x20\x20\40\40\x3c\x68\x32\76\x53\x79\156\x6f\x6e\171\x6d\151\172\145\162\x2f\122\x65\167\162\x69\164\x65\x72\x3c\x2f\150\x32\x3e\xd\xa\15\12\x20\x20\x20\40\x20\x20\x20\x20\x3c\x66\157\162\x6d\x20\x6d\x65\x74\150\157\144\75\42\x70\x6f\x73\x74\42\40\156\141\x6d\145\75\x22\x73\171\x6e\157\156\x79\155\x69\x7a\x65\x72\42\76\15\xa\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\74\164\x61\x62\154\x65\x20\143\x6c\x61\163\163\x3d\42\146\157\162\155\x2d\164\141\x62\x6c\145\42\x3e\15\12\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\74\x74\162\40\166\141\x6c\151\147\x6e\75\42\164\x6f\160\x22\76\xd\12\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x3c\x74\150\40\x73\x63\157\x70\x65\75\42\x72\x6f\x77\x22\76\107\154\x6f\142\141\154\x20\163\171\x6e\157\x6e\171\155\x20\164\141\x62\154\145\x3c\57\x74\x68\76\15\12\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\74\x74\144\x3e\xd\xa\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x3c\x74\145\x78\x74\x61\162\145\x61\40\143\157\x6c\x73\75\42\61\x30\60\x22\x20\x72\157\x77\163\x3d\42\64\x30\x22\40\x77\x72\141\160\75\42\x6f\x66\x66\42\x20\x6e\x61\x6d\145\x3d\42"; echo CSEO_REPLACEMENTS; echo "\x22\40\163\164\171\154\145\x3d\x22\155\x61\x72\147\151\x6e\x3a\60\73\150\145\151\x67\150\164\72\x34\60\x65\x6d\73\167\x69\144\164\x68\72\x31\x30\x30\x25\73\x22\76"; echo $cseo_replacements_text; echo "\74\x2f\x74\x65\170\x74\141\162\145\x61\x3e\15\xa\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x3c\x70\40\143\154\x61\163\x73\75\42\144\x65\163\x63\162\151\160\164\x69\157\x6e\42\76\125\163\x65\x20\x22\x7c\42\x20\x61\163\x20\x64\x65\x6c\x69\155\x69\164\x65\x72\54\x20\x65\56\147\56\x9\42\x6a\x75\x6d\x70\x7c\x6c\x65\141\160\x7c\x62\157\x75\156\144\x20\x66\x6f\x72\x77\x61\x72\x64\42\x2c\x20\x61\156\x64\40\x73\164\x61\162\x74\x20\145\141\143\x68\x20\x65\156\164\x72\x79\40\157\156\40\x61\x20\156\x65\x77\x20\154\x69\x6e\145\56\15\12\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\101\x6c\164\145\x72\156\x61\x74\x69\166\145\154\x79\x20\x79\157\x75\40\x63\141\156\x20\163\x70\x65\143\151\146\x79\x20\141\x6e\40\145\170\164\145\162\x6e\x61\154\40\x73\171\156\157\156\x79\x6d\40\164\x61\142\154\x65\40\x77\150\x69\143\150\40\x69\x73\40\x73\164\157\162\145\x64\x20\151\156\x20\141\x20\x72\x61\x77\40\x74\145\x78\x74\40\x66\x6f\162\x6d\x61\164\40\157\156\40\162\x65\155\x6f\x74\x65\x20\x73\145\x72\166\145\x72\56\x20\123\x69\x6d\160\x6c\171\x20\x70\165\x74\40\151\164\x73\xd\12\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\125\122\114\x20\157\x72\x20\163\145\x72\x76\145\162\x20\160\141\x74\150\x20\x62\x65\x6c\x6f\167\x2c\x20\x65\56\147\56\x20\x68\164\x74\160\x3a\57\x2f\x6d\171\144\157\155\141\x69\x6e\56\143\157\155\x2f\x73\x79\156\157\x6e\171\155\x73\56\x74\x78\x74\74\57\160\76\xd\12\40\40\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x3c\x70\x20\x63\x6c\x61\x73\163\75\42\144\x65\163\x63\162\151\x70\x74\151\157\156\x22\76\x50\154\145\x61\x73\x65\x20\162\145\141\x64\40\74\x61\40\x68\x72\x65\x66\75\42\150\x74\x74\160\163\x3a\57\57\167\x77\167\x2e\143\x79\142\145\x72\163\145\x6f\x2e\x6e\145\x74\57\x73\171\156\157\156\171\x6d\x69\172\x65\x72\x2f\x22\40\164\x61\162\x67\145\x74\x3d\42\x5f\142\154\x61\156\153\x22\76\x74\150\145\40\x6d\x61\156\x75\141\x6c\74\57\x61\76\x20\146\157\162\x20\x64\145\x74\141\151\x6c\163\56\74\57\160\x3e\xd\12\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x3c\57\164\x64\76\15\xa\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x3c\x2f\x74\162\x3e\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\15\12\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\74\57\x74\141\x62\154\x65\x3e\xd\12\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\46\156\142\x73\x70\x3b\15\12\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x3c\x64\151\x76\40\x73\x74\171\x6c\x65\x3d\42\164\145\x78\164\55\x61\x6c\151\147\156\72\x6c\145\x66\x74\x3b\x22\76\15\12\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\74\x69\x6e\x70\x75\164\40\164\171\x70\145\x3d\x22\163\x75\142\155\151\x74\42\40\x6e\141\x6d\145\x3d\42\x73\x75\142\155\x69\x74\137\163\x79\156\x6f\156\171\155\x69\x7a\145\162\137\163\x65\x74\164\151\x6e\x67\x73\x22\40\x63\154\x61\163\x73\x3d\x22\x62\165\x74\164\157\x6e\55\x70\x72\x69\x6d\141\x72\171\x22\xd\12\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x76\141\154\165\145\75\42\x55\x70\x64\x61\164\145\x20\x6f\160\164\151\157\156\163\x22\40\x2f\76\x26\156\142\x73\160\73\46\156\x62\x73\x70\x3b\74\x69\156\x70\x75\164\x20\x74\171\160\x65\75\x22\x62\165\164\x74\x6f\x6e\x22\15\12\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x6e\x61\155\x65\x3d\42\143\x61\x6e\143\x65\154\42\40\x76\141\154\165\145\x3d\42\103\141\156\x63\x65\154\x22\x20\x63\x6c\141\163\x73\x3d\42\142\165\164\164\x6f\x6e\x22\15\xa\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x6f\156\143\x6c\151\143\x6b\75\x22\152\141\166\x61\x73\143\162\x69\160\x74\x3a\x68\151\x73\x74\157\x72\171\56\x67\157\x28\55\61\51\x22\40\x2f\x3e\15\12\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\74\57\x64\x69\x76\x3e\15\12\x20\x20\x20\40\74\57\x64\151\166\76\40\xd\xa\40\40\x20\x20"; wp_nonce_field("\143\x73\x65\x6f\137\163\x79\156\157\156\x79\x6d\151\172\x65\x72\x5f\163\x65\164\164\151\156\x67\163"); echo "\x20\40\x20\x20\74\57\x66\157\162\x6d\x3e\15\12\x20\40\x20\x20\74\57\x64\x69\x76\x3e\x20\x20\40\x20\15\12\15\12\x20\x20\40\40"; } function cseo_search_for_dupes() { global $wpdb; $query = "\x53\105\x4c\105\x43\124\40\111\x44\40\x46\122\x4f\115\40{$wpdb->prefix}\160\157\x73\164\x73"; if (!isset($_POST["\163\x65\141\x72\x63\150\x5f\x63\162\x69\164\145\x72\x69\x61"])) { goto Xz3qG; } if (isset($_POST["\163\145\x61\x72\x63\150\137\146\157\162\137\141\154\x6c\x5f\x74\171\160\x65\x73"])) { goto lqPRj; } $query .= "\x20\x57\x48\x45\x52\105\x20\x70\157\163\164\x5f\164\x79\160\x65\40\x3d\x20\x27\160\x6f\x73\x74\47"; goto PMRiT; lqPRj: $query .= "\x20\127\x48\x45\x52\105\x20\160\157\x73\x74\x5f\x74\171\x70\x65\40\x49\116\x20\x28\x27\x70\x6f\x73\x74\x27\x2c\40\x27\x70\x61\147\145\47\51"; PMRiT: if (isset($_POST["\163\x65\141\162\143\150\137\x66\157\x72\137\x75\156\x70\x75\x62\x6c\151\x73\x68\145\144"])) { goto YrP0g; } $query .= "\40\x41\116\x44\x20\x70\x6f\163\164\x5f\x73\164\141\164\165\163\40\x3d\40\47\x70\165\142\154\151\163\150\x27"; YrP0g: Xz3qG: $query .= "\x20\x4f\x52\x44\x45\122\40\102\131\x20\47\x49\x44\47\x20\104\105\123\x43\x20"; $posts_to_check = $wpdb->get_results($query); if (is_array($posts_to_check)) { goto wu_ur; } echo "\74\x62\x72\x3e"; echo "\74\x64\x69\x76\40\151\x64\75\x22\155\x65\x73\x73\x61\x67\145\x22\x20\x63\154\141\x73\163\75\42\145\162\x72\157\162\42\76\x3c\x70\x3e\x3c\142\x3e\x45\122\122\117\x52\72\x3c\57\x62\76\x20\x54\x68\145\162\x65\40\x69\x73\x20\x73\157\155\x65\164\150\x69\x6e\147\x20\x77\x72\x6f\x6e\147\x20\x77\x69\x74\x68\40\171\x6f\165\x72\40\127\x6f\162\144\x50\162\145\x73\x73\x20\144\x61\x74\141\142\x61\x73\145\56\x3c\x2f\160\x3e\x3c\x2f\x64\151\x76\x3e"; goto VEqiH; wu_ur: echo "\74\x62\162\x3e"; echo "\x3c\146\x6f\x72\155\x20\x69\144\75\42\x70\157\163\164\x73\x22\40\x61\x63\164\151\157\156\x3d\x22" . cseo_REQUEST_URI() . "\x22\40\155\x65\x74\x68\157\x64\x3d\42\x70\157\163\164\42\76"; echo "\74\150\62\x3e\x50\x6f\163\164\163\40\x73\165\163\x70\145\x63\x74\145\x64\x20\146\157\x72\40\144\x75\160\154\151\x63\x61\164\145\40\143\157\156\x74\145\x6e\x74\74\x2f\x68\62\x3e"; echo "\x3c\164\141\x62\154\x65\40\143\154\x61\163\163\75\x22\x77\151\x64\x65\146\141\164\x22\x3e"; echo "\x3c\164\162\x3e"; echo "\x3c\x74\150\145\141\144\76"; echo "\x3c\164\150\x20\x77\x69\144\164\150\x3d\x22\61\60\x25\x22\x3e\x49\x44\x3c\57\x74\x68\76"; echo "\74\164\x68\x20\x77\x69\144\164\x68\75\42\x37\65\x25\42\76\x4e\x61\155\145\74\57\164\150\76"; echo "\x3c\164\x68\x20\x77\x69\144\164\x68\x3d\x22\x31\x30\x25\42\76\x45\144\151\164\x3c\x2f\164\x68\76"; echo "\x3c\x74\150\x20\167\x69\x64\x74\150\x3d\42\65\45\42\x3e\101\143\164\151\157\156\x3c\x2f\x74\150\76"; echo "\x3c\x2f\164\162\x3e"; echo "\74\57\164\x68\x65\x61\144\76"; echo str_repeat("\x20", 1024); @ob_end_flush(); ob_implicit_flush(); $cnt = 0; $posts_processed = 0; $dupes = 0; $count = count($posts_to_check); $i = 0; txIwM: if (!($i < $count)) { goto zFaP9; } switch ($_POST["\163\145\x61\x72\x63\150\x5f\143\x72\151\164\x65\162\151\141"]) { case 1: $post = get_post($posts_to_check[$i]->ID); $posts_to_check[$i]->content = stripcslashes($post->post_title); goto n2CoW; case 2: $post = get_post($posts_to_check[$i]->ID); $posts_to_check[$i]->content = stripcslashes($post->post_content . $post->post_excerpt); goto n2CoW; default: $posts_to_check[$i]->content = get_post_meta($posts_to_check[$i]->ID, "\x63\171\142\145\162\163\145\157\x5f\x70\157\x73\164\137\154\151\156\153", true); goto n2CoW; } gr6Ey: n2CoW: echo str_repeat("\40", 1024); flush(); R8LXf: $i++; goto txIwM; zFaP9: $i = 0; PXDdk: if (!($i < $count)) { goto lRVMn; } $posts_processed++; if (!($posts_to_check[$i]->ID > 0)) { goto S8i7Z; } $already_found = false; $j = $i + 1; yrAaX: if (!($j < $count)) { goto V6_rJ; } if (!($posts_to_check[$i]->content && $posts_to_check[$j]->content && $posts_to_check[$j]->content == $posts_to_check[$i]->content && $posts_to_check[$j]->ID > 0)) { goto vmSw6; } if ($already_found) { goto Wc9SI; } if ($dupes % 2) { goto jWWgy; } $tr_class = "\74\x74\162\x20\143\154\141\163\163\75\42\x61\x6c\x74\145\162\156\141\x74\145\x22\x3e"; goto tGtdt; jWWgy: $tr_class = "\x3c\x74\x72\76"; tGtdt: $dupes++; $cnt++; echo $tr_class; echo "\74\x74\144\x3e\x3c\x62\76" . $posts_to_check[$i]->ID . "\x3c\57\142\76\x3c\x2f\164\x64\x3e"; $post = get_post($posts_to_check[$i]->ID); echo "\x3c\164\144\76\x3c\141\40\x68\x72\145\146\75\42" . get_option("\x73\151\x74\x65\165\162\x6c") . "\x2f\x3f\160\x3d" . $posts_to_check[$i]->ID . "\x22\x20\x74\x61\x72\x67\145\x74\75\42\x5f\x62\154\141\156\153\x22\x3e" . $post->post_title . "\74\x2f\x62\76\74\x2f\141\x3e\x3c\x2f\164\144\x3e"; echo "\x3c\x74\144\76\x3c\141\x20\x68\x72\145\x66\75\42" . get_option("\x73\x69\x74\145\165\x72\x6c") . "\x2f\x77\160\55\141\x64\155\x69\x6e\57\160\x6f\x73\164\x2e\x70\x68\x70\77\141\143\x74\x69\x6f\156\75\x65\144\151\x74\x26\x70\x6f\x73\x74\75" . $posts_to_check[$i]->ID . "\42\40\164\x61\x72\147\x65\164\x3d\x22\x5f\142\x6c\x61\156\x6b\x22\76\105\x64\151\x74\74\x2f\x61\76"; echo "\x3c\x74\144\40\141\x6c\x69\147\x6e\75\42\143\x65\156\164\x65\x72\x22\76\74\x69\156\160\x75\164\40\x6e\141\155\145\75\x22\x70\157\x73\164\137\x69\x64\x73\x5b\x5d\42\40\x76\x61\154\x75\145\75\42" . $posts_to_check[$i]->ID . "\42\x20\x74\x79\160\x65\75\42\143\x68\x65\143\153\x62\157\x78\42\x3e\x3c\57\164\144\x3e"; echo "\74\57\x74\162\x3e"; Wc9SI: echo $tr_class; echo "\74\164\x64\x3e\x3c\x62\76" . $posts_to_check[$j]->ID . "\x3c\57\142\x3e\74\57\x74\x64\x3e"; $post = get_post($posts_to_check[$j]->ID); echo "\74\164\144\x3e\x3c\141\40\x68\162\x65\x66\x3d\42" . get_option("\163\x69\164\x65\165\162\x6c") . "\57\77\160\x3d" . $posts_to_check[$j]->ID . "\42\40\164\141\162\x67\145\x74\75\42\x5f\x62\x6c\x61\x6e\153\x22\76" . $post->post_title . "\x3c\x2f\x61\x3e\74\x2f\x74\144\x3e"; echo "\74\x74\x64\x3e\74\x61\x20\150\162\145\146\x3d\x22" . get_option("\x73\151\x74\x65\x75\162\154") . "\57\x77\160\x2d\x61\x64\155\x69\156\57\160\x6f\x73\164\56\160\150\x70\x3f\141\143\x74\151\157\x6e\x3d\x65\x64\x69\x74\46\160\x6f\x73\x74\x3d" . $posts_to_check[$j]->ID . "\x22\x20\x74\141\x72\x67\145\x74\x3d\x22\x5f\x62\x6c\141\x6e\x6b\42\76\x45\144\151\164\74\x2f\141\76"; echo "\74\164\144\x20\x61\x6c\x69\x67\x6e\x3d\42\x63\145\x6e\x74\x65\x72\42\x3e\74\x69\x6e\160\x75\x74\40\156\141\155\x65\75\42\x70\x6f\x73\x74\x5f\151\x64\x73\133\x5d\42\40\x76\141\x6c\x75\x65\x3d\x22" . $posts_to_check[$j]->ID . "\42\x20\x74\x79\160\x65\x3d\x22\x63\150\145\143\x6b\x62\157\170\x22\x20\143\150\145\143\153\145\x64\76\74\57\164\144\76"; echo "\x3c\57\x74\162\76"; $posts_to_check[$j]->ID = -1; $already_found = true; $cnt++; vmSw6: Rt7YE: $j++; goto yrAaX; V6_rJ: S8i7Z: echo str_repeat("\x20", 1024); flush(); nKYYC: $i++; goto PXDdk; lRVMn: echo "\x3c\x2f\x74\141\142\154\x65\76"; echo "\x3c\142\x72\x3e"; echo "\x3c\164\x61\142\x6c\145\40\x77\x69\x64\x74\150\75\42\x31\60\60\45\42\40\143\145\x6c\x6c\160\x61\x64\x64\151\156\x67\x3d\42\x33\42\x20\143\145\154\x6c\163\160\141\x63\x69\156\x67\x3d\x22\63\42\x3e"; echo "\74\x74\x72\x3e"; echo "\74\164\x64\40\x61\154\x69\x67\156\x3d\x22\154\145\x66\164\x22\x3e\x3c\144\151\x76\40\x69\x64\75\x22\155\x65\x73\163\141\147\145\42\x20\143\x6c\141\x73\163\x3d\42\x6e\x6f\x74\x69\143\x65\40\165\x70\x64\141\x74\x65\x64\x22\76\x3c\160\x3e\74\142\x3e" . $posts_processed . "\x3c\x2f\x62\x3e\40\160\x6f\x73\x74\50\163\51\x20\x70\162\x6f\x63\x65\163\x73\x65\144\54\40\74\x62\76" . $dupes . "\x3c\x2f\142\76\x20\x64\165\160\154\151\x63\x61\164\x65\50\163\51\x20\146\x6f\x75\156\x64\x20\x61\155\x6f\156\147\x20\74\x62\76" . $cnt . "\x3c\57\142\76\x20\x70\x6f\x73\164\x73\56\74\x2f\160\x3e\x3c\57\144\x69\166\76\x3c\x2f\x74\144\x3e"; echo "\x3c\x74\x64\x20\141\154\x69\x67\x6e\x3d\42\x72\x69\147\x68\x74\x22\76" . "\74\x61\x20\x68\162\145\146\x3d\42\x6a\141\x76\x61\163\x63\162\151\160\164\x3a\143\163\145\157\x43\150\x65\143\x6b\x41\x6c\154\50\144\x6f\x63\165\x6d\x65\x6e\x74\56\147\x65\164\x45\154\145\x6d\145\x6e\x74\x42\171\111\144\x28\x27\x70\157\x73\164\163\x27\51\51\73\x22\x3e\x53\x65\154\145\143\164\40\x61\x6c\x6c\x3c\x2f\141\76\40\x7c\x20\74\x61\x20\x68\162\145\x66\75\42\152\x61\166\x61\x73\143\x72\151\160\164\72\143\x73\145\157\125\156\143\150\x65\143\153\x41\x6c\154\50\x64\157\x63\x75\155\145\x6e\164\x2e\147\x65\x74\x45\154\x65\155\145\x6e\x74\102\171\x49\144\x28\47\x70\x6f\163\x74\x73\x27\x29\x29\x3b\42\x3e\104\x65\x73\145\x6c\x65\143\x74\40\x61\x6c\x6c\74\57\141\x3e\40\174\x20\74\141\40\150\162\x65\x66\x3d\42\x6a\x61\166\x61\163\x63\x72\151\160\164\72\x63\x73\145\157\x49\156\x76\145\x72\x73\145\123\145\x6c\145\143\164\x69\x6f\x6e\50\x64\x6f\143\165\x6d\x65\156\164\56\x67\145\x74\x45\x6c\145\155\145\x6e\164\102\171\x49\144\50\47\160\157\x73\164\163\47\x29\x29\x3b\42\x3e\x49\156\x76\x65\162\x73\145\x3c\x2f\141\76\x3c\57\164\x64\x3e"; echo "\x3c\57\x74\162\x3e"; echo "\x3c\x2f\x74\x61\x62\x6c\145\76"; echo "\x3c\144\x69\x76\40\x63\154\141\163\x73\x3d\x22\163\x75\142\155\151\164\42\x3e"; if (!($cnt > 0)) { goto aH4WG; } echo "\74\151\x6e\x70\165\164\x20\143\154\x61\163\163\75\x22\x64\145\154\x65\164\145\42\x20\x6e\x61\x6d\x65\x3d\42\144\145\x6c\x65\164\145\x5f\144\x75\x70\x6c\151\x63\141\164\x65\x64\x5f\160\x6f\x73\x74\163\42\40\166\141\x6c\165\145\75\x22\x44\145\x6c\x65\x74\145\x20\163\145\x6c\x65\x63\164\x65\144\x20\160\x6f\x73\x74\163\42\40\164\x79\x70\x65\x3d\42\163\x75\142\x6d\x69\x74\x22\x20\157\156\x43\x6c\151\x63\153\x3d\42\162\145\x74\165\162\x6e\x20\x63\x6f\x6e\x66\x69\162\x6d\50\47\x44\145\154\x65\x74\x65\x20\163\x65\x6c\x65\x63\x74\x65\x64\x20\x70\x6f\163\164\163\x3f\x27\x29\x22\76"; aH4WG: echo "\x3c\x2f\x64\x69\166\76"; wp_nonce_field("\x63\163\x65\x6f\137\144\x75\160\143\x68\x65\x63\153"); echo "\x3c\x2f\x66\157\162\x6d\76"; VEqiH: } function cseo_duplicate_post_finder_menu() { global $cseo_syndicator; echo "\40\40\40\40\x3c\144\x69\166\40\x63\x6c\x61\163\163\75\42\x77\162\141\160\x22\x3e\15\12\x20\x20\40\40\40\x20\x20\40\x3c\150\x32\x3e\x44\x75\x70\x6c\151\143\141\x74\x65\40\120\157\163\x74\40\106\x69\156\144\x65\x72\74\57\150\62\76\xd\12\40\40\40\40\40\40\x20\40\x3c\146\x6f\x72\155\x20\156\141\155\145\x3d\x22\x73\x65\141\162\143\x68\x5f\x66\157\x72\155\42\x20\x61\x63\164\x69\157\156\75\x22"; echo cseo_REQUEST_URI(); echo "\x22\40\155\145\x74\150\157\x64\x3d\42\x70\157\163\164\42\76\xd\xa\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x3c\x74\141\142\154\145\x20\143\x6c\141\x73\163\75\x22\x66\x6f\x72\x6d\55\164\141\x62\154\x65\x22\76\xd\12\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\74\164\162\x3e\xd\xa\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\74\x74\x68\x3e\xd\12\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\123\x65\x61\162\143\x68\40\143\162\151\164\145\x72\151\141\15\xa\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x3c\x2f\164\150\x3e\15\xa\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x3c\164\x64\x3e\xd\12\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x3c\41\55\x2d\x69\156\160\165\x74\x20\164\x79\160\x65\75\42\150\x69\x64\144\145\156\42\40\x6e\x61\x6d\x65\75\x22\x61\x63\164\151\x6f\156\137\x74\x79\160\145\x22\40\166\x61\x6c\165\145\75\x22\163\x65\x61\x72\143\150\x22\x2d\55\x3e\15\xa\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x3c\x73\145\x6c\x65\143\164\40\x6e\x61\x6d\145\75\x22\x73\x65\141\x72\143\x68\x5f\143\162\151\164\x65\162\151\x61\x22\x3e\xd\xa\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x3c\157\x70\x74\x69\x6f\x6e\x20\166\x61\x6c\165\x65\x3d\x22\x30\42\xd\12\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40"; if (!(($_POST["\163\x65\141\162\x63\150\137\x63\x72\151\x74\x65\162\x69\141"] ?? 0) == 0)) { goto i76Ft; } echo "\40\163\145\x6c\x65\x63\x74\145\x64"; i76Ft: echo "\x3e\x73\145\x61\162\x63\x68\x20\x62\171\x20\160\157\x73\x74\40\163\157\165\162\143\145\x3c\x2f\x6f\x70\164\x69\x6f\x6e\76\xd\12\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x3c\x6f\160\x74\x69\x6f\x6e\x20\x76\x61\154\x75\x65\75\42\61\x22\15\12\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40"; if (!(($_POST["\163\145\141\x72\x63\x68\137\x63\x72\x69\164\x65\x72\x69\141"] ?? 0) == 1)) { goto Op8N1; } echo "\40\163\145\154\145\x63\x74\x65\x64"; Op8N1: echo "\x3e\163\145\141\x72\143\x68\x20\142\171\x20\164\x69\164\154\x65\74\x2f\157\160\164\x69\157\x6e\x3e\xd\12\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x3c\x6f\x70\164\151\157\x6e\40\x76\x61\154\x75\x65\x3d\x22\62\x22\15\12\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40"; if (!(($_POST["\x73\x65\141\162\143\150\137\x63\162\151\x74\145\x72\x69\141"] ?? 0) == 2)) { goto kB9UV; } echo "\40\x73\145\154\x65\143\164\x65\144"; kB9UV: echo "\x3e\163\x65\x61\162\143\x68\x20\142\171\40\143\x6f\156\164\x65\x6e\x74\x3c\57\157\x70\x74\x69\x6f\x6e\76\x20\x20\40\x20\15\12\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x3c\x2f\x73\145\154\145\x63\164\x3e\xd\12\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x3c\57\164\144\x3e\15\xa\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x3c\57\164\x72\76\15\xa\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\74\164\162\x3e\xd\12\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\74\164\150\x3e\xd\xa\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x49\x6e\143\154\165\144\145\40\165\156\160\x75\x62\154\x69\x73\150\145\144\15\xa\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\74\57\x74\x68\x3e\40\40\x20\40\15\xa\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\164\x64\76\40\40\40\x20\15\12\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x3c\151\x6e\x70\165\x74\40\x74\171\x70\145\x3d\42\143\x68\145\143\153\142\157\170\x22\x20\156\141\x6d\145\x3d\x22\163\x65\141\162\143\150\x5f\146\x6f\x72\137\x75\156\x70\165\x62\x6c\151\x73\150\x65\144\x22\15\12\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20"; if (!(isset($_POST["\163\x65\x61\162\x63\x68\x5f\x66\x6f\162\137\165\x6e\160\x75\x62\154\x69\163\x68\x65\x64"]) || !isset($_POST["\x73\145\141\x72\x63\150\x5f\x63\x72\x69\164\145\x72\151\x61"]))) { goto fWfOm; } echo "\40\x63\x68\145\143\x6b\x65\x64"; fWfOm: echo "\76\15\xa\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x3c\x2f\164\x64\76\15\12\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\74\57\x74\162\76\15\xa\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x3c\164\162\76\xd\xa\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\74\164\150\x3e\xd\12\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\111\156\143\x6c\x75\144\x65\40\x70\141\x67\145\x73\xd\12\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x3c\x2f\164\x68\x3e\x20\40\40\x20\15\12\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x3c\164\x64\x3e\15\12\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\74\151\x6e\x70\x75\x74\40\164\x79\160\x65\x3d\x22\x63\150\145\x63\153\142\157\170\42\40\156\141\155\x65\x3d\x22\163\145\141\x72\x63\x68\x5f\x66\157\162\137\x61\x6c\154\x5f\x74\x79\x70\x65\163\x22\15\12\x20\40\40\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20"; if (!isset($_POST["\163\x65\x61\x72\143\x68\x5f\146\157\162\x5f\x61\x6c\154\x5f\x74\171\160\145\x73"])) { goto KQn1P; } echo "\40\x63\x68\145\x63\x6b\x65\144"; KQn1P: echo "\76\15\12\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x3c\57\164\144\76\15\xa\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\74\x2f\x74\x72\x3e\xd\xa\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x3c\x2f\164\x61\x62\154\145\x3e\15\12\40\x20\40\40\40\x20\40\40\x20\40\40\x20\74\x62\162\76\15\xa\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x3c\x64\151\166\40\x63\x6c\x61\x73\163\75\42\163\165\142\155\151\x74\x22\76\15\12\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\x3c\151\x6e\160\x75\x74\40\x6e\x61\x6d\145\75\x22\x73\145\x61\162\143\x68\x5f\x64\x75\x70\154\x69\143\141\x74\x65\144\137\x70\x6f\x73\x74\x73\x22\x20\166\x61\x6c\165\145\x3d\42\x53\145\141\162\143\x68\x20\x66\157\162\x20\x64\165\160\x6c\151\x63\141\x74\145\x20\160\157\163\164\x73\x20\46\x72\141\x71\165\x6f\73\42\x20\164\x79\160\x65\x3d\x22\x73\165\x62\x6d\x69\x74\x22\x20\x63\x6c\141\163\x73\75\42\x62\165\164\x74\157\156\x2d\x70\162\x69\155\x61\x72\x79\42\x3e\xd\xa\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\74\x2f\144\151\166\x3e\xd\12\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20"; wp_nonce_field("\143\163\145\157\137\144\x75\160\143\x68\145\143\x6b"); echo "\x20\40\40\x20\xd\12\40\x20\40\x20\40\40\40\x20\74\57\x66\x6f\162\x6d\76\xd\12\x20\40\40\40\74\x2f\144\151\x76\x3e\xd\xa\40\40\40\40\74\144\151\166\x20\143\x6c\141\163\163\75\x22\x77\x72\x61\160\42\76\15\12\40\40\x20\x20\x20\40\x20\40"; if (isset($_POST["\144\x65\154\x65\164\145\x5f\x64\165\160\x6c\x69\x63\141\164\x65\144\137\x70\157\x73\x74\163"]) && check_admin_referer("\143\163\x65\x6f\x5f\x64\x75\x70\143\150\x65\x63\153")) { goto JjQGd; } if (isset($_POST["\x73\145\x61\162\x63\150\x5f\x64\x75\160\x6c\151\143\141\x74\x65\x64\x5f\160\x6f\163\164\x73"]) && check_admin_referer("\143\x73\145\x6f\137\x64\165\160\143\150\145\x63\153")) { goto Fjjo_; } goto kALRs; JjQGd: if (!(isset($_POST["\x70\x6f\163\164\x5f\x69\x64\163"]) && is_array($_POST["\160\x6f\x73\164\137\x69\144\163"]))) { goto BTMrL; } $cseo_syndicator->cseo_delete_posts_by_ids($_POST["\160\157\163\x74\x5f\151\144\x73"]); BTMrL: goto kALRs; Fjjo_: cseo_search_for_dupes(); kALRs: echo "\x20\40\x20\x20\74\x2f\144\151\166\76\xd\12\40\40\40\40"; } function cseo_auto_comments_menu() { global $cseo_syndicator; $cseo_comment_campaigns = get_option(CSEO_COMMENT_CAMPAIGNS); echo "\x20\x20\40\x20\x3c\144\x69\x76\40\x63\x6c\141\163\x73\x3d\x22\x77\x72\x61\x70\x22\76\15\12\x20\40\40\40\x20\x20\40\x20\74\x68\x32\76\x41\x75\164\x6f\x2d\143\x6f\x6d\155\145\x6e\164\163\74\57\150\x32\76\15\xa\15\xa\x20\x20\x20\x20\x20\x20\x20\x20\74\x64\x69\166\40\143\x6c\x61\163\x73\75\x22\x63\163\x65\157\x2d\142\157\170\x22\40\x73\164\x79\154\145\x3d\42\x70\141\144\x64\x69\x6e\147\x3a\x20\70\x70\x78\x3b\40\155\141\x72\x67\151\x6e\x2d\x74\x6f\160\x3a\x20\x38\x70\170\73\x20\155\x61\x72\x67\151\156\x2d\142\157\x74\164\157\x6d\x3a\x20\62\64\x70\x78\x3b\42\x3e\xd\12\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x55\163\145\x20\x47\x50\x54\x20\x61\x73\x73\151\x67\x6e\155\x65\156\x74\x73\x2c\40\160\x72\145\x70\141\x72\145\144\40\143\x6f\x6d\x6d\145\156\164\x20\x6c\x69\163\164\163\40\157\x72\40\122\123\123\40\146\x65\145\144\x20\x73\x6f\x75\162\143\x65\163\40\x74\157\40\x67\145\156\145\162\141\164\145\x20\143\x6f\x6d\155\x65\156\164\x73\x20\141\x75\x74\157\x6d\x61\164\x69\143\141\154\x6c\x79\x2e\15\12\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x44\157\x6e\47\164\x20\153\x6e\157\167\x20\150\157\x77\x20\164\x6f\x20\x75\163\145\40\164\150\151\163\40\x74\x6f\x6f\154\77\40\120\154\145\x61\x73\x65\40\x72\145\x61\144\x20\x74\150\x69\163\40\x3c\141\x20\x68\x72\145\x66\75\x22\150\164\164\x70\163\x3a\x2f\57\x77\x77\x77\56\143\171\x62\145\x72\x73\145\x6f\x2e\156\x65\164\x2f\142\x6c\x6f\x67\x2f\x74\150\x65\55\x61\x75\x74\157\55\143\x6f\x6d\x6d\145\156\164\163\x2d\x74\157\x6f\154\55\x67\x65\x74\163\55\x61\55\x73\x65\143\x6f\156\x64\55\x62\x72\145\141\164\150\x2f\42\40\164\x61\162\147\145\x74\x3d\x22\137\142\x6c\141\156\153\x22\76\141\162\x74\151\x63\x6c\x65\74\x2f\x61\76\x20\x74\x6f\40\147\145\x74\x20\163\164\x61\162\x74\145\144\56\15\12\x20\40\x20\x20\x20\40\x20\40\74\57\144\151\166\x3e\15\xa\15\xa\40\x20\40\40\40\x20\40\40"; if (!(isset($_POST["\144\145\x6c\x65\x74\145\x5f\x63\x61\155\x70\x61\151\x67\156\163"]) && check_admin_referer("\143\x73\145\x6f\137\141\x75\x74\x6f\137\x63\x6f\155\x6d\x65\156\164\x73"))) { goto pC8lN; } if (!isset($_POST["\x63\x61\155\160\141\x69\x67\156\137\x69\x64\x73"])) { goto QoJdX; } echo "\74\144\x69\166\x20\151\x64\x3d\x22\155\145\x73\x73\141\147\145\42\40\143\154\141\163\x73\x3d\x22\165\160\x64\x61\164\145\144\40\x66\x61\x64\145\42\76\74\x70\x3e"; echo "\x44\145\x6c\145\x74\151\156\147\56\x20\120\x6c\x65\x61\163\x65\40\167\141\x69\164\x2e\x2e\x2e"; foreach ($_POST["\x63\x61\x6d\160\141\151\147\156\x5f\151\x64\163"] as $id) { unset($cseo_comment_campaigns[$id]); xm7Of: } OOZvV: echo "\x20\x44\157\x6e\145\41\74\x2f\160\76\x3c\57\144\x69\166\x3e"; QoJdX: update_option(CSEO_COMMENT_CAMPAIGNS, $cseo_comment_campaigns); pC8lN: if (!(isset($_POST["\x73\x61\x76\145\137\x63\157\155\x6d\x65\156\x74\163\x5f\x61\165\164\150\157\162\x73"]) && check_admin_referer("\x63\x73\145\x6f\137\x61\165\164\x6f\137\143\157\x6d\155\145\x6e\164\163"))) { goto tLktn; } $cseo_authors = explode("\54", trim($_POST["\x61\165\x74\150\157\162\163"])); update_option(CSEO_COMMENT_AUTHORS, array_values(array_unique($cseo_authors))); tLktn: if (isset($_POST["\141\144\144\x5f\x6e\x65\167\137\143\141\x6d\160\x61\151\147\156"]) && check_admin_referer("\143\163\145\157\137\141\x75\x74\157\x5f\143\x6f\x6d\x6d\145\x6e\164\163")) { goto liAD3; } if (isset($_POST["\163\165\x62\x6d\x69\x74\x5f\x63\157\155\155\145\x6e\x74\x73"]) && check_admin_referer("\143\x73\x65\x6f\137\141\165\164\157\137\x63\x6f\155\x6d\x65\x6e\164\163")) { goto MetXT; } if (isset($_GET["\x65\144\151\164\x2d\143\x61\155\160\141\x69\x67\156\x2d\151\x64"])) { goto jLwQy; } $mode = ''; goto y58RD; liAD3: $mode = "\143\162\x65\141\164\x65"; goto y58RD; MetXT: $mode = "\x73\x75\142\155\x69\x74"; goto y58RD; jLwQy: $mode = "\x65\x64\x69\x74"; y58RD: if (!($mode === "\x73\165\142\x6d\x69\x74")) { goto P5Uol; } $id = intval($_POST["\151\x64"]); if (isset($cseo_comment_campaigns[$id])) { goto XixNp; } $cseo_comment_campaigns[$id] = []; XixNp: if (mb_strlen(trim($_POST["\x63\157\x6d\155\x65\x6e\x74\163"]))) { goto uMlH1; } $cseo_comments = []; goto MR3bA; uMlH1: $cseo_comments = array_map("\162\x74\x72\x69\155", explode("\xa", $_POST["\x63\x6f\155\155\145\x6e\x74\x73"])); MR3bA: update_option("\x63\163\x65\x6f\x5f\143\x6f\155\155\145\x6e\164\x73\137" . $id, $cseo_comments); $cseo_comment_campaigns[$id]["\156\141\x6d\145"] = $_POST["\156\x61\155\x65"]; $cseo_comment_campaigns[$id]["\x61\x63\x5f\163\x6f\x75\x72\143\145"] = $_POST["\141\x63\x5f\x73\157\165\162\143\x65"]; $cseo_comment_campaigns[$id]["\x61\x63\137\162\163\x73\x5f\x75\x72\x6c"] = $_POST["\x61\x63\x5f\162\163\163\x5f\x75\162\x6c"]; if (isset($_POST["\x70\x6f\x73\164\137\x63\141\164\x65\x67\157\162\171"])) { goto PTgrB; } $cseo_comment_campaigns[$id]["\143\141\x74\x65\147\157\162\x69\145\x73"] = []; goto agUdz; PTgrB: $cseo_comment_campaigns[$id]["\143\x61\x74\145\x67\157\162\151\145\163"] = $_POST["\160\157\x73\x74\x5f\x63\x61\x74\x65\147\157\162\x79"]; agUdz: $cseo_comment_campaigns[$id]["\x69\147\156\157\162\x65\x5f\x68\171\160\x65\x72\x6c\x69\x6e\x6b\163"] = $_POST["\x69\147\156\x6f\x72\145\x5f\150\171\160\x65\162\154\151\156\x6b\163"] ?? ''; $cseo_comment_campaigns[$id]["\x61\143\137\x64\x65\x6c\x65\x74\x65\x5f\157\156\137\x70\x6f\163\164"] = $_POST["\141\x63\x5f\x64\145\x6c\145\164\145\137\x6f\x6e\137\x70\157\x73\164"] ?? ''; $cseo_comment_campaigns[$id]["\163\x79\x6e\157\x6e\171\155\151\x7a\x65"] = $_POST["\163\171\x6e\157\156\x79\155\x69\x7a\x65"] ?? ''; $cseo_comment_campaigns[$id]["\141\143\x5f\157\x70\145\156\141\x69\137\x72\145\x77\162\151\x74\145"] = $_POST["\141\143\x5f\x6f\x70\145\156\141\x69\137\x72\145\x77\162\151\164\145"] ?? ''; $probability = abs(floatval($_POST["\x70\162\157\x62\141\x62\x69\154\x69\x74\171"])); if (!($probability > 100)) { goto Je8KO; } $probability = 100; Je8KO: $cseo_comment_campaigns[$id]["\x70\x72\x6f\x62\x61\x62\x69\154\x69\x74\x79"] = $probability; $cseo_comment_campaigns[$id]["\x6d\x6f\144\145"] = "\x6f\156\40\x70\x6f\163\x74\x20\x6f\x70\x65\x6e"; $cseo_comment_campaigns[$id]["\x61\x6c\154\x6f\167\x65\x64\x5f\164\141\x67\x73"] = mb_strtolower(trim($_POST["\x61\154\154\x6f\x77\x65\144\137\164\141\x67\163"])); $cseo_comment_campaigns[$id]["\x63\157\x75\x6e\x74"] = count($cseo_comments); $cseo_comment_campaigns[$id]["\x6d\x61\x78\x5f\143\x6f\155\x6d\145\156\x74\163"] = abs(intval($_POST["\x6d\141\x78\x5f\143\157\155\155\x65\156\x74\x73"] ?? 0)); $cseo_comment_campaigns[$id]["\160\x6f\163\x74\137\x61\x67\145"] = abs(intval($_POST["\160\x6f\x73\164\137\141\x67\145"] ?? 0)); $cseo_comment_campaigns[$id]["\150\x6f\x6c\144\137\x66\x6f\x72\x5f\x61\160\x70\162\x6f\166\x61\154"] = $_POST["\150\x6f\154\144\137\x66\157\162\x5f\141\160\160\x72\157\x76\141\x6c"] ?? ''; $cseo_comment_campaigns[$id]["\x61\143\x5f\x6f\160\145\x6e\141\x69\x5f\x61\x73\x73\x69\147\156\x6d\x65\x6e\164"] = $_POST["\x61\x63\137\x6f\x70\145\156\x61\x69\x5f\x61\163\163\x69\147\156\155\x65\x6e\164"] ?? ''; $cseo_comment_campaigns[$id]["\x61\x63\137\x6f\x70\145\156\141\151\x5f\x6d\157\x64\145\x6c"] = $_POST["\x61\x63\x5f\157\x70\x65\156\141\x69\x5f\x6d\157\x64\x65\x6c"] ?? "\x67\160\164\x2d\x33\x2e\x35\x2d\164\x75\162\142\x6f"; $cseo_comment_campaigns[$id]["\x61\143\x5f\157\160\145\x6e\141\x69\x5f\155\x61\x78\x5f\164\157\153\145\156\163"] = abs(intval($_POST["\x61\143\137\x6f\160\x65\156\x61\151\137\155\141\170\137\x74\x6f\x6b\x65\x6e\163"] ?? 1000)); $cseo_comment_campaigns[$id]["\x61\x63\x5f\x6f\x70\145\x6e\141\x69\137\x74\145\x6d\160\145\162\141\x74\165\x72\x65"] = floatval($_POST["\x61\x63\x5f\x6f\x70\145\156\141\x69\x5f\x74\145\x6d\160\145\162\141\x74\x75\162\145"] ?? 0.5); $cseo_comment_campaigns[$id]["\141\143\x5f\157\x70\x65\x6e\x61\151\137\164\x6f\x70\137\x70"] = floatval($_POST["\141\x63\137\157\x70\x65\156\141\x69\137\164\157\x70\137\x70"] ?? 1.0); $cseo_comment_campaigns[$id]["\x61\x63\137\x6f\x70\145\156\x61\151\x5f\142\145\163\164\137\x6f\x66"] = abs(intval($_POST["\x61\143\137\x6f\x70\x65\156\x61\x69\x5f\x62\x65\163\x74\137\x6f\x66"] ?? 1)); $cseo_comment_campaigns[$id]["\x61\143\137\157\160\145\156\x61\151\x5f\x70\x72\145\163\x65\156\x63\x65\137\160\145\156\141\154\x74\x79"] = floatval($_POST["\141\x63\x5f\x6f\x70\x65\x6e\x61\x69\137\x70\162\145\163\x65\156\x63\145\137\160\145\156\x61\x6c\164\171"] ?? 0.1); $cseo_comment_campaigns[$id]["\141\x63\137\x6f\160\x65\x6e\x61\x69\x5f\146\162\x65\161\165\x65\156\143\171\x5f\x70\x65\156\141\154\164\x79"] = floatval($_POST["\x61\143\x5f\157\160\x65\156\x61\x69\137\x66\162\x65\x71\x75\145\x6e\143\x79\137\160\x65\x6e\141\154\x74\x79"] ?? 0.1); update_option(CSEO_COMMENT_CAMPAIGNS, $cseo_comment_campaigns); P5Uol: if ($mode === "\x63\x72\145\x61\164\x65" || $mode === "\145\144\x69\x74") { goto FycRL; } echo "\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\74\146\x6f\162\x6d\x20\151\144\75\x22\141\165\x74\157\x63\157\155\155\x65\156\x74\x73\42\40\141\x63\x74\x69\x6f\156\x3d\42"; cseo_REQUEST_URI(); echo "\x22\x20\155\145\x74\x68\x6f\144\75\x22\160\157\x73\164\42\76\15\xa\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\74\164\141\x62\x6c\x65\x20\143\x6c\141\163\163\75\x22\167\151\x64\x65\146\141\164\42\40\163\164\x79\x6c\145\x3d\x22\155\141\x72\147\x69\156\55\164\157\x70\72\x20\x2e\65\x65\x6d\x22\40\x77\x69\144\x74\x68\75\42\61\60\x30\45\42\76\15\12\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\74\164\150\x65\141\x64\x3e\xd\xa\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\74\x74\x72\76\xd\xa\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x3c\164\150\x20\163\x63\157\160\145\75\x22\162\x6f\x77\x22\x20\x77\x69\x64\164\x68\75\x22\63\x25\42\x3e\74\x2f\x74\150\76\15\12\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\74\x74\150\40\163\x63\157\x70\x65\x3d\x22\x72\x6f\x77\42\x20\167\151\x64\164\x68\75\x22\62\60\45\x22\76\103\x61\155\x70\141\151\147\x6e\74\57\164\150\76\xd\12\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x3c\x74\150\x20\163\x63\157\x70\x65\75\x22\x72\157\167\42\40\167\151\x64\164\x68\x3d\42\67\x25\42\76\x50\x72\x6f\142\x61\142\151\x6c\x69\164\171\74\57\x74\x68\x3e\15\12\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\74\164\x68\x20\x73\x63\157\160\145\75\42\x72\157\x77\x22\x20\167\151\144\164\150\x3d\x22\66\x30\45\42\76\103\141\164\x65\x67\157\162\151\x65\x73\x3c\x2f\x74\x68\x3e\15\12\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x3c\x74\150\40\x73\x63\x6f\160\145\75\x22\162\157\x77\42\40\x77\151\144\164\150\75\42\x31\60\45\x22\76\103\157\155\x6d\145\156\164\163\74\57\x74\x68\76\xd\xa\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\74\57\x74\x72\76\xd\xa\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x3c\x2f\x74\150\145\x61\x64\76\15\12\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\40"; $i = 0; $cseo_comment_campaigns = get_option(CSEO_COMMENT_CAMPAIGNS); if (!count($cseo_comment_campaigns)) { goto V9q4O; } foreach ($cseo_comment_campaigns as $id => $campaign) { if ($i++ % 2) { goto i3i5R; } echo "\74\164\162\40\x63\154\141\x73\x73\75\42\x61\154\x74\x65\x72\156\x61\164\145\x22\x3e"; goto Egr5I; i3i5R: echo "\x3c\x74\162\x3e"; Egr5I: echo "\74\x74\144\x20\141\154\x69\147\156\x3d\x22\x63\145\x6e\164\x65\x72\x22\x3e\74\x69\x6e\160\x75\164\40\x6e\x61\155\145\75\x22\143\141\x6d\x70\141\151\x67\156\137\151\144\163\133\135\42\x20\x76\x61\x6c\165\x65\x3d\x22" . $id . "\42\x20\x74\x79\x70\x65\75\42\143\150\145\x63\x6b\x62\x6f\170\x22\x3e\x3c\x2f\164\x64\76"; echo "\x3c\x74\x64\x3e" . $campaign["\x6e\141\155\x65"] . "\133\74\141\40\x68\x72\145\x66\75\x22" . cseo_REQUEST_URI() . "\x26\x65\x64\151\164\x2d\x63\141\155\160\x61\x69\x67\156\55\151\144\75" . $id . "\x22\76\145\x64\x69\164\x3c\x2f\x61\76\135\x3c\x2f\164\x64\x3e"; echo "\74\x74\x64\x3e" . $campaign["\160\x72\x6f\x62\x61\x62\151\x6c\151\x74\x79"] . "\45\x3c\x2f\164\x64\x3e"; echo "\74\x74\x64\76"; $category_names = []; if (!(is_array($campaign["\143\141\x74\145\x67\157\x72\151\145\x73"]) && count($campaign["\x63\x61\x74\x65\x67\x6f\162\151\x65\x73"]))) { goto CyCwk; } foreach ($campaign["\x63\141\164\145\147\x6f\162\151\x65\163"] as $catrgory) { $category_names[] = get_cat_name($catrgory); RJlc1: } lq2gq: CyCwk: echo cseo_chop_str(implode("\54\x20", $category_names), 100); echo "\74\x2f\x74\144\x3e"; if (($campaign["\x61\x63\137\x73\157\x75\162\143\145"] ?? '') === "\157\160\x65\x6e\x61\x69") { goto TF82m; } if (($campaign["\x61\143\137\x73\157\165\x72\143\x65"] ?? '') === "\162\163\x73") { goto hbAmR; } echo "\x3c\x74\x64\76\124\130\x54\x20\50" . $campaign["\x63\x6f\165\x6e\x74"] . "\x29\74\x2f\164\x64\76"; goto brzh6; TF82m: echo "\x3c\164\x64\x3e\x4f\x70\x65\x6e\x41\111\40\x47\x50\x54\74\x2f\164\x64\76"; goto brzh6; hbAmR: echo "\x3c\164\x64\x3e\x52\123\x53\x3c\x2f\164\x64\76"; brzh6: mWz9P: } J6whG: V9q4O: echo "\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x3c\x2f\164\x61\x62\x6c\145\76\15\12\15\xa\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\74\144\151\x76\40\143\x6c\x61\x73\163\75\x22\163\x75\142\155\x69\164\x22\76\15\xa\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x3c\x74\x61\142\154\x65\x20\x77\x69\144\x74\x68\x3d\x22\x31\60\60\45\x22\76\15\12\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\74\164\x72\x3e\xd\xa\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\74\164\x64\x3e\xd\12\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x3c\144\x69\x76\40\141\x6c\x69\147\x6e\x3d\42\x6c\x65\x66\x74\42\76\15\12\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\74\151\156\160\x75\x74\40\143\x6c\x61\163\163\75\42\142\x75\164\164\157\x6e\x2d\x70\162\151\155\141\162\x79\42\x20\156\x61\155\x65\75\42\x61\144\x64\137\x6e\145\167\137\x63\x61\x6d\160\x61\x69\147\156\x22\40\166\141\x6c\x75\x65\75\x22\103\162\x65\x61\164\145\x20\156\x65\167\40\x63\x61\x6d\160\x61\x69\x67\x6e\42\x20\164\171\160\x65\75\x22\x73\x75\x62\155\x69\164\42\x3e\15\xa\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\74\57\144\151\166\76\15\xa\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x3c\57\x74\x64\76\xd\xa\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\74\164\x64\x3e\xd\xa\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\74\144\x69\166\x20\x61\x6c\x69\x67\x6e\x3d\x22\162\x69\x67\x68\164\x22\76\xd\xa\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x3c\x69\x6e\x70\x75\x74\40\143\x6c\x61\x73\163\x3d\42\142\165\164\164\x6f\156\40\163\x65\x63\x6f\156\144\141\162\171\x22\x20\156\x61\155\x65\75\x22\x64\x65\x6c\145\164\145\137\x63\141\x6d\160\141\151\x67\x6e\x73\42\x20\x76\x61\154\165\145\75\x22\x44\145\x6c\x65\x74\x65\40\x61\x6c\x6c\40\x73\145\x6c\x6c\145\143\164\145\144\x20\143\141\155\x70\141\x69\147\156\163\42\40\164\171\160\x65\75\42\163\x75\142\x6d\151\164\x22\76\xd\xa\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x3c\x2f\144\x69\166\x3e\xd\12\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x3c\x2f\x74\144\76\15\12\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x3c\57\164\x72\76\15\xa\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x3c\57\x74\x61\142\x6c\145\x3e\15\12\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x3c\57\144\x69\166\x3e\15\12\xd\12\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20"; echo "\15\xa\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\74\164\x61\142\154\x65\x20\143\x6c\x61\163\x73\75\42\x66\x6f\162\155\55\x74\x61\142\154\145\42\x3e\xd\xa\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x3c\164\162\76\xd\xa\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\74\164\144\76\15\12\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\74\x70\76\74\x73\x74\162\157\156\x67\76\106\x61\x6b\x65\x20\x61\165\x74\150\157\162\40\156\x61\155\145\x73\x3c\x2f\x73\164\162\x6f\156\x67\x3e\x3c\x2f\160\76\xd\12\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\74\x62\162\76\xd\12\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x3c\164\x65\170\x74\141\162\145\x61\40\x63\x6f\x6c\163\x3d\x22\x31\x30\x30\42\x20\162\157\167\163\x3d\42\x31\x30\42\40\167\x72\x61\160\x3d\42\157\x6e\x22\40\156\x61\155\145\x3d\42\x61\x75\164\x68\x6f\162\163\x22\40\x73\x74\x79\x6c\x65\75\x22\x6d\x61\x72\x67\151\x6e\x3a\60\x3b\x68\145\151\x67\x68\x74\x3a\61\65\x65\155\73\167\x69\144\x74\x68\x3a\61\60\60\x25\x3b\x22\76"; $cseo_authors = cseo_array_stripslashes(get_option(CSEO_COMMENT_AUTHORS)); echo implode("\54", $cseo_authors); echo "\x3c\57\164\145\x78\x74\x61\x72\x65\x61\x3e\xd\12\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\74\160\x20\x63\x6c\x61\163\163\75\x22\x64\145\163\x63\x72\151\160\x74\x69\157\156\x22\x3e\120\x75\164\x20\x69\x6e\164\157\40\164\150\145\x20\142\x6f\170\40\141\142\x6f\166\x65\40\x74\x68\145\x20\154\x69\163\164\x20\157\x66\x20\156\141\155\x65\x73\40\x64\x69\166\151\144\145\x64\40\x62\x79\40\x63\x6f\155\x6d\x61\x2e\40\124\150\145\x73\145\x20\156\141\x6d\x65\163\40\167\x69\154\154\40\x62\145\x20\162\x61\x6e\144\x6f\155\x6c\x79\40\x75\163\x65\144\40\142\171\40\x74\150\145\x20\141\x75\164\x6f\x2d\143\x6f\x6d\155\145\x6e\164\x73\40\x67\x65\156\145\162\x61\x74\157\x72\x2e\74\57\160\x3e\15\xa\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x3c\57\164\x64\x3e\x9\15\xa\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\74\57\x74\150\162\76\xd\xa\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x3c\57\164\141\142\154\145\76\x20\40\40\x20\xd\12\xd\12\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\74\144\151\x76\40\x63\x6c\x61\x73\163\75\42\x73\165\142\x6d\x69\x74\42\x3e\15\12\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\74\164\141\142\154\x65\40\x77\x69\144\x74\150\75\x22\x31\60\x30\x25\x22\x3e\15\12\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x3c\x74\x72\x3e\15\12\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x3c\164\144\76\15\xa\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\74\144\151\166\x20\x61\x6c\151\x67\x6e\x3d\42\x6c\145\146\x74\42\76\15\xa\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\74\x69\x6e\x70\165\x74\x20\143\154\x61\x73\x73\75\42\142\x75\x74\x74\157\x6e\55\x70\x72\151\x6d\141\x72\x79\x22\40\x6e\x61\x6d\x65\75\42\x73\141\166\145\x5f\143\x6f\x6d\x6d\145\156\164\163\x5f\x61\x75\164\150\x6f\162\163\x22\40\166\141\154\165\145\x3d\x22\123\x61\166\145\x20\103\x6f\x6d\155\x65\156\x74\40\x41\x75\164\x68\157\x72\163\42\40\x74\x79\160\x65\75\x22\163\165\142\x6d\151\x74\42\x3e\15\12\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x3c\x2f\x64\151\166\76\15\xa\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x3c\x2f\x74\x64\x3e\xd\xa\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\74\x2f\x74\x72\x3e\xd\xa\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\74\57\x74\141\x62\154\x65\76\xd\xa\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\74\57\144\151\x76\x3e\x20\x20\40\40\15\xa\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20"; wp_nonce_field("\143\x73\145\x6f\x5f\141\x75\164\157\x5f\143\157\155\x6d\x65\156\x74\x73"); echo "\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x3c\57\x66\x6f\x72\x6d\76\15\xa\x20\40\x20\x20\40\40\40\x20"; goto KwPAO; FycRL: if ($mode === "\x63\162\x65\x61\164\145") { goto GmKB2; } $id = intval($_GET["\x65\144\151\x74\55\x63\141\x6d\160\x61\151\147\156\55\x69\x64"]); goto Go60H; GmKB2: if (count($cseo_comment_campaigns)) { goto Pynt2; } $id = 1; goto XwYs9; Pynt2: $id = max(array_keys($cseo_comment_campaigns)) + 1; XwYs9: $cseo_comment_campaigns[$id] = []; $cseo_comment_campaigns[$id]["\x61\143\137\x73\x6f\165\x72\x63\145"] = "\x6f\x70\x65\156\x61\x69"; $cseo_comment_campaigns[$id]["\x61\143\137\x72\x73\163\137\x75\x72\154"] = ''; $cseo_comment_campaigns[$id]["\x63\141\164\145\x67\x6f\x72\151\x65\163"] = []; $cseo_comment_campaigns[$id]["\151\156\164\145\162\166\x61\x6c"] = 120; $cseo_comment_campaigns[$id]["\x6c\141\x73\x74\137\165\160\x64\x61\164\x65\x64"] = 0; $cseo_comment_campaigns[$id]["\155\157\x64\x65"] = "\157\156\40\160\x6f\x73\164\x20\x6f\160\x65\156"; $cseo_comment_campaigns[$id]["\160\x72\157\x62\141\142\151\x6c\151\x74\171"] = 1; $cseo_comment_campaigns[$id]["\156\x61\x6d\145"] = "\x4d\171\40\x61\x75\164\157\55\143\157\x6d\x6d\x65\x6e\x74\x73\40\143\x61\155\x70\141\151\x67\156\x20" . $id; Go60H: echo "\xd\xa\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x3c\x66\x6f\162\155\40\x69\144\75\42\x65\x64\151\164\55\141\x75\164\157\143\157\155\x6d\x65\156\x74\x73\x22\x20\x61\x63\x74\151\x6f\156\75\x22"; echo preg_replace("\57\x5c\x26\145\x64\151\x74\x2d\x63\141\x6d\160\x61\151\147\156\x2d\x69\144\134\x3d\x5b\x30\55\x39\x5d\53\x2f", '', cseo_REQUEST_URI()); echo "\x22\40\x6d\x65\164\150\157\x64\75\x22\160\157\x73\164\x22\x3e\15\xa\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x3c\151\156\x70\165\164\x20\164\171\x70\x65\75\x22\150\x69\144\144\145\x6e\x22\x20\151\x64\x3d\42\151\144\42\x20\156\141\155\x65\x3d\42\151\144\x22\x20\x76\141\154\x75\x65\75\42"; echo $id; echo "\42\40\x2f\76\xd\xa\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x3c\x74\x61\142\154\x65\40\x63\154\141\x73\163\75\x22\146\157\x72\155\x2d\x74\x61\142\x6c\145\x22\76\15\xa\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\74\164\162\76\xd\12\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\74\x74\150\x20\x73\x63\x6f\160\x65\x3d\x22\x72\157\x77\42\x3e\103\x61\x6d\160\141\151\147\x6e\x20\156\x61\155\145\x3c\57\x74\150\76\15\12\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\40\40\x3c\x74\144\76\15\12\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x3c\x69\156\160\165\164\40\164\171\160\145\x3d\x22\164\145\170\164\x22\x20\x6e\141\x6d\145\x3d\42\156\141\155\x65\42\40\x76\141\x6c\x75\x65\75\42"; echo $cseo_comment_campaigns[$id]["\156\x61\x6d\145"]; echo "\42\40\x73\x69\x7a\x65\75\42\x38\60\x22\76\xd\xa\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\74\x2f\164\x64\x3e\11\15\12\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\74\57\164\x72\x3e\xd\xa\15\12\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x3c\164\x72\x3e\xd\12\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x3c\x74\150\x20\x73\x63\157\160\x65\x3d\x22\x72\x6f\167\42\76\101\x75\164\157\55\x63\157\155\x6d\145\x6e\x74\163\x20\x73\157\x75\x72\x63\x65\x3c\57\x74\150\76\15\12\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x3c\x74\144\x3e\15\12\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x3c\x73\x65\154\145\x63\164\40\151\x64\75\x22\x61\x63\x5f\x73\x6f\x75\x72\143\145\42\40\156\141\155\x65\x3d\42\141\x63\x5f\x73\157\165\x72\x63\145\x22\40\157\156\x63\150\x61\156\147\x65\75\42\143\x73\x65\x6f\103\x68\141\x6e\x67\x65\x41\103\123\157\x75\162\x63\x65\50\51\x3b\42\76\x20\40\x20\40\15\xa\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20"; echo "\x3c\157\x70\x74\151\157\x6e\x20" . (($cseo_comment_campaigns[$id]["\x61\x63\137\163\x6f\165\x72\x63\x65"] ?? '') === "\157\160\145\156\x61\x69" ? "\163\x65\x6c\145\143\164\145\144\40" : '') . "\40\x76\141\x6c\165\145\x3d\x22\x6f\x70\x65\x6e\141\151\x22\x3e\x4f\160\145\156\x41\x49\40\x47\120\x54\x3c\57\x6f\x70\x74\151\x6f\x6e\x3e"; echo "\x3c\157\160\164\x69\157\x6e\x20" . (($cseo_comment_campaigns[$id]["\x61\143\137\163\x6f\165\x72\143\145"] ?? '') === "\x74\x65\170\x74" ? "\x73\x65\x6c\145\x63\164\x65\144\x20" : '') . "\40\166\141\154\x75\145\75\x22\x74\x65\170\164\42\x3e\x54\145\170\164\x20\142\x6f\170\x20\50\110\124\115\114\40\x69\x73\40\x73\165\160\160\157\162\x74\145\144\51\x3c\57\157\160\x74\151\157\156\76"; echo "\x3c\x6f\x70\x74\x69\x6f\x6e\40" . (($cseo_comment_campaigns[$id]["\141\143\x5f\163\157\165\162\x63\x65"] ?? '') === "\162\163\163" ? "\x73\145\154\145\x63\164\145\x64\x20" : '') . "\40\166\141\x6c\x75\x65\75\x22\x72\163\x73\42\x3e\x52\x53\123\40\x66\x65\x65\144\74\x2f\x6f\160\164\151\x6f\156\x3e"; echo "\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\74\x2f\x73\x65\154\x65\x63\164\x3e\xd\12\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x3c\x2f\164\144\76\15\xa\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\74\57\164\x72\76\xd\xa\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x3c\x2f\164\x61\x62\154\x65\76\xd\12\xd\xa\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x3c\164\141\142\154\x65\x20\151\x64\x3d\x22\141\143\x5f\157\x70\145\156\x61\151\42\40\x63\x6c\x61\x73\163\75\42\146\157\x72\x6d\55\164\141\142\x6c\x65\x22\76\xd\xa\15\12\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40"; echo "\74\164\x72\x3e"; echo "\x3c\x74\144\40\143\157\x6c\x73\x70\x61\x6e\x3d\42\62\x22\76"; if (!empty(get_option(CSEO_ACCOUNTS)["\157\x70\145\156\x61\x69\137\x61\160\151\137\153\x65\171"])) { goto Afo__; } echo "\74\160\x3e\x3c\163\x70\141\156\x20\163\x74\171\x6c\x65\x3d\x22\143\157\154\157\162\72\40\x72\x65\144\73\42\x3e\x57\141\162\x6e\x69\156\147\41\x3c\57\x73\160\141\x6e\76\40\124\150\x65\40\117\x70\x65\156\x41\111\40\x41\x50\x49\40\x6b\145\171\40\151\163\40\156\x6f\164\40\x73\160\x65\x63\x69\146\151\145\x64\x2e\x20\124\150\145\x20\163\145\162\x76\x69\x63\x65\40\x69\163\40\x75\x6e\141\x76\141\151\x6c\x61\142\x65\x2e\x20\120\154\x65\x61\163\145\x20\x73\x65\x74\x20\x69\164\40\x6f\156\x20\164\x68\145\40\x22\x41\143\143\157\165\x6e\164\x73\x22\x20\160\141\x67\x65\x2e\x3c\x2f\x70\x3e"; Afo__: echo "\x3c\x2f\x74\x64\76"; echo "\74\57\164\x72\x3e"; echo "\15\12\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x3c\x74\x72\x3e\xd\12\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\74\164\x68\40\163\x63\x6f\x70\145\x3d\42\x72\x6f\x77\42\x3e\x41\165\x74\157\x2d\x63\157\155\155\x65\156\x74\40\141\163\x73\x69\x67\156\155\x65\x6e\x74\74\57\x74\x68\76\15\12\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x3c\x74\x64\x3e\xd\xa\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40"; echo "\74\x74\x65\x78\164\x61\x72\145\x61\40\x63\157\x6c\163\75\42\x39\x30\x22\40\162\157\167\163\75\x22\61\x30\42\x20\156\x61\x6d\145\x3d\42\141\143\137\x6f\x70\145\x6e\141\x69\x5f\141\163\x73\x69\147\156\x6d\x65\156\164\42\x20\x73\x74\171\x6c\x65\x3d\42\x6d\141\162\147\151\156\x3a\60\x3b\x68\x65\151\x67\x68\x74\72\x31\60\145\155\73\x77\151\144\x74\x68\x3a\x31\x30\x30\x25\x3b\x22\76" . stripslashes($cseo_comment_campaigns[$id]["\x61\143\137\x6f\x70\x65\156\x61\151\x5f\141\163\163\x69\x67\156\155\145\156\164"] ?? "\x57\162\x69\164\145\x20\141\40\163\x68\x6f\x72\x74\x20\x63\157\156\143\154\165\163\151\157\x6e\x20\x61\142\x6f\x75\x74\x20\164\x68\145\x20\146\157\154\154\157\x77\151\156\x67\40\x70\x72\157\144\165\143\x74\72\x20" . PHP_EOL . "\45\x70\157\163\164\x5f\x74\x69\164\x6c\x65\45" . PHP_EOL . "\45\x70\157\x73\164\137\145\x78\x63\x65\x72\x70\x74\45") . "\x3c\x2f\x74\x65\170\164\141\x72\145\x61\76"; echo "\x3c\x70\x20\x63\154\x61\x73\x73\75\42\x64\x65\x73\143\162\x69\160\x74\x69\x6f\x6e\x22\x3e\x53\145\164\40\x79\157\165\x72\x20\146\x72\145\x65\55\x66\x6f\162\155\x20\141\163\163\x69\x67\156\x6d\x65\x6e\x74\x73\x20\146\x6f\162\x20\x74\150\145\x20\x4f\160\x65\156\101\111\x20\107\x50\124\x2c\40\167\162\x69\x74\x74\x65\156\40\x69\156\40\x6f\162\x64\151\x6e\x61\162\171\x20\150\165\155\x61\156\x20\154\x61\x6e\x67\165\x61\x67\145\56\x20\103\171\x62\x65\162\x53\x45\x4f\x20\x50\162\x6f\x20\144\x6f\145\x73\x20\x6e\157\x74\40\x61\x73\x6b\x20\x79\157\x75\15\xa\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x74\x6f\40\163\x65\154\x65\143\164\x20\x61\x6e\40\141\x73\x73\151\147\156\x6d\x65\156\x74\x20\x6c\x61\x6e\x67\165\141\147\145\40\x6f\x72\x20\164\x68\x65\x20\154\141\x6e\x67\165\141\x67\x65\x20\171\157\x75\x20\167\x61\156\x74\x20\x74\x6f\x20\164\x72\x61\x6e\163\154\141\164\145\x20\164\150\x65\x20\x67\x65\x6e\x65\x72\141\164\x65\x64\40\x74\x65\170\x74\40\x74\157\56\40\x49\x74\x20\144\157\x65\163\x20\x6e\x6f\x74\40\x6d\141\153\x65\x20\171\x6f\165\x20\143\150\x6f\x6f\163\145\x20\164\x68\x65\40\x73\164\x79\154\145\x20\157\146\40\xd\12\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\141\x72\x74\151\x63\x6c\x65\x2c\x20\164\x68\x65\40\x6b\x65\171\167\x6f\162\144\x73\40\171\157\x75\x20\167\x61\x6e\164\40\164\x6f\40\x62\x65\40\x75\x73\x65\x64\40\146\162\157\155\x20\141\40\163\x65\164\x20\x6f\x66\x20\144\x72\x6f\x70\x2d\144\157\167\156\40\154\151\x73\x74\163\x20\x77\151\x74\150\40\x70\x72\x65\x64\x65\x66\151\x6e\145\144\x20\157\160\x74\x69\157\156\163\x2e\40\127\162\151\x74\x65\x20\x74\x68\145\155\40\x69\156\40\141\x20\x6e\x6f\x72\x6d\x61\x6c\x20\x6c\x61\x6e\x67\165\141\147\x65\54\x20\x74\x68\x65\40\x73\141\155\x65\15\xa\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x77\x61\x79\x20\171\157\x75\x20\147\151\x76\x65\x20\141\x6e\40\141\163\163\151\x67\156\155\x65\156\x74\40\x74\x6f\40\x61\40\150\165\155\x61\156\40\x77\162\x69\x74\145\162\56\xd\12\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x3c\57\160\x3e\74\160\40\143\x6c\141\x73\163\x3d\42\x64\x65\x73\143\162\x69\x70\164\x69\157\156\42\x3e\131\x6f\x75\x20\x63\x61\x6e\40\165\163\x65\40\123\160\x69\x6e\164\x61\x78\54\40\x61\x73\40\x77\x65\154\154\x20\141\x73\40\164\150\145\40\x66\x6f\154\154\157\167\151\156\147\x20\160\x6c\x61\143\x65\x68\x6f\x6c\144\x65\x72\163\x3a\40\x3c\143\157\144\145\x3e\x25\x70\157\163\164\137\x74\x69\164\x6c\x65\x25\74\57\143\157\144\x65\76\x2c\40\x3c\143\x6f\144\x65\76\x25\160\x6f\x73\x74\x5f\x63\157\156\x74\145\x6e\x74\x25\x3c\57\x63\x6f\144\x65\x3e\54\x20\74\143\x6f\x64\145\76\x25\160\157\163\x74\137\x65\x78\x63\x65\x72\x70\x74\45\74\57\143\x6f\144\x65\76\x2e\74\57\x70\76"; echo "\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\74\57\164\x64\x3e\xd\xa\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\74\x2f\164\x72\76\x20\40\15\12\xd\12\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\74\x74\162\76\xd\12\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\74\164\x68\x20\163\143\157\160\x65\x3d\x22\x72\x6f\167\x22\x3e\115\157\x64\145\x6c\x20\x6e\x61\155\145\74\x2f\x74\x68\x3e\xd\xa\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\74\164\x64\76\xd\12\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\74\163\145\154\145\x63\x74\x20\x6e\141\155\145\x3d\42\x61\143\x5f\157\160\145\x6e\141\x69\x5f\155\157\144\145\154\42\76\xd\xa\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20"; echo "\x3c\157\x70\x74\151\157\x6e\x20" . (($cseo_comment_campaigns[$id]["\x61\x63\x5f\x6f\x70\145\x6e\x61\151\137\x6d\157\144\x65\154"] ?? '') === "\147\160\x74\x2d\x33\56\65\x2d\x74\165\x72\142\x6f" ? "\x73\x65\x6c\x65\143\x74\x65\144\x20" : '') . "\166\141\154\165\x65\75\42\164\x75\x72\142\157\x22\x3e\x47\120\x54\x2d\63\x2e\65\x20\x54\x75\x72\x62\157\74\x2f\x6f\x70\164\x69\x6f\x6e\76"; echo "\74\157\x70\x74\x69\x6f\x6e\x20" . (($cseo_comment_campaigns[$id]["\x61\x63\x5f\157\160\145\x6e\141\x69\137\155\x6f\x64\x65\154"] ?? '') === "\147\160\x74\55\63\56\x35\x2d\164\165\162\142\x6f\55\151\x6e\163\164\162\x75\x63\x74" ? "\163\145\154\145\x63\164\145\144\40" : '') . "\166\x61\x6c\x75\x65\75\x22\147\x70\164\55\x33\x2e\65\55\164\165\162\x62\x6f\x2d\151\x6e\x73\164\x72\165\143\x74\x22\76\x47\x50\124\55\63\56\65\40\124\165\x72\x62\x6f\x20\111\156\x73\164\x72\165\143\x74\x3c\x2f\x6f\x70\x74\x69\x6f\x6e\76"; echo "\74\157\160\164\x69\157\156\40" . (($cseo_comment_campaigns[$id]["\x61\143\x5f\x6f\x70\145\156\x61\x69\x5f\155\157\144\145\154"] ?? '') === "\x67\160\x74\55\63\x2e\65\x2d\164\165\162\142\157\x2d\x31\x36\x6b" ? "\x73\x65\x6c\x65\x63\x74\x65\x64\40" : '') . "\166\x61\154\x75\x65\75\x22\147\160\164\x2d\x33\x2e\x35\55\164\165\162\x62\x6f\55\x31\66\x6b\x22\76\x47\120\x54\55\63\56\x35\x20\124\165\162\x62\157\x20\61\x36\x4b\x3c\57\157\x70\164\x69\157\x6e\76"; echo "\74\x6f\160\164\x69\x6f\x6e\x20" . (($cseo_comment_campaigns[$id]["\x61\143\137\x6f\x70\145\x6e\141\x69\137\155\157\x64\x65\x6c"] ?? '') === "\147\160\164\55\x34\x2d\166\151\163\x69\157\x6e\x2d\x70\x72\x65\x76\x69\145\x77" ? "\163\145\154\145\x63\164\145\x64\40" : '') . "\x76\x61\154\165\145\75\42\147\160\164\x2d\x34\55\x76\151\x73\151\157\x6e\55\x70\x72\145\166\151\x65\x77\42\x3e\107\120\124\x2d\64\x20\124\x75\x72\x62\157\74\57\157\x70\164\151\x6f\156\76"; echo "\74\x6f\160\164\x69\x6f\156\40" . (($cseo_comment_campaigns[$id]["\x61\x63\x5f\x6f\x70\145\x6e\141\151\137\155\157\x64\145\154"] ?? '') === "\147\x70\164\x2d\64" ? "\163\145\x6c\145\143\x74\145\x64\x20" : '') . "\166\141\154\x75\145\75\42\147\160\x74\x2d\x34\x22\76\x47\x50\x54\x2d\64\x3c\57\x6f\x70\164\151\x6f\156\76"; echo "\74\x6f\x70\x74\151\157\156\x20" . (($cseo_comment_campaigns[$id]["\x61\x63\x5f\157\160\x65\156\141\x69\x5f\x6d\x6f\x64\x65\154"] ?? '') === "\147\x70\x74\x2d\x34\x2d\63\x32\x6b" ? "\163\145\x6c\145\143\164\x65\x64\40" : '') . "\x76\x61\x6c\165\145\x3d\42\147\160\164\55\x34\x2d\63\x32\x6b\42\x3e\107\120\x54\x2d\64\40\x33\x32\x4b\74\x2f\x6f\x70\x74\x69\x6f\156\x3e"; echo "\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x3c\x2f\163\145\154\145\x63\164\76\xd\12\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x3c\160\40\143\154\x61\163\x73\75\42\144\x65\163\143\162\151\x70\164\151\157\x6e\x22\76\124\150\145\40\x47\120\x54\40\x6d\x6f\x64\x65\154\163\x20\x63\x61\x6e\x20\165\156\x64\145\162\x73\x74\x61\156\144\40\x61\156\x64\40\x67\145\x6e\145\162\x61\164\145\40\x6e\141\x74\165\162\x61\x6c\x20\154\141\x6e\147\x75\x61\x67\x65\56\x20\x54\150\x65\40\x4f\x70\x65\156\x41\111\40\x6d\157\x64\145\154\x73\x20\150\x61\x76\x65\40\144\x69\x66\146\x65\162\145\156\164\40\154\145\x76\x65\x6c\x73\x20\157\146\x20\x70\157\167\x65\162\x2c\40\144\151\146\x66\x65\x72\145\156\x74\x20\x74\x6f\x6b\x65\x6e\40\x6c\x69\155\x69\x74\x73\x2c\xd\12\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x64\151\x66\x66\x65\x72\x65\156\164\x20\160\x72\x69\x63\x65\x73\x20\141\x6e\144\40\x73\x75\x69\164\x61\x62\154\x65\x20\146\x6f\x72\x20\144\x69\146\146\145\x72\145\156\x74\x20\164\x61\x73\x6b\163\56\x20\x4e\x6f\164\x65\54\x20\164\150\x61\164\x20\107\x50\x54\x2d\x34\x20\x61\x6e\144\x20\x47\120\124\55\x34\40\63\x32\x4b\40\155\x6f\x64\x65\x6c\163\x20\x61\x72\x65\x20\143\165\x72\x72\145\x6e\x74\x6c\x79\40\x69\156\x20\x61\40\x6c\x69\x6d\x69\x74\145\x64\x20\x62\x65\164\x61\x20\141\156\144\40\x6f\156\154\171\40\141\x63\143\x65\x73\163\x69\142\154\145\x20\164\x6f\40\164\150\x6f\x73\x65\x20\x77\150\157\40\x68\x61\x76\145\40\142\x65\145\x6e\x20\147\162\141\x6e\164\x65\144\40\x61\x63\143\x65\163\163\56\15\xa\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\120\x6c\145\x61\163\145\x20\x72\x65\x66\145\x72\40\x74\x6f\x20\x74\x68\145\40\x3c\141\x20\150\x72\145\146\75\42\150\x74\x74\160\163\x3a\57\57\x77\167\167\56\143\x79\142\x65\x72\163\145\157\x2e\156\x65\164\57\143\157\x6e\164\145\x6e\x74\55\163\x79\156\x64\151\143\141\x74\x6f\162\x2f\x23\155\x6f\x64\145\154\x2d\x6e\141\155\x65\42\x20\164\141\x72\147\x65\x74\75\x22\x5f\x62\154\141\x6e\x6b\x22\76\x6d\141\156\x75\x61\x6c\x3c\57\76\56\x3c\x2f\x70\76\15\xa\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\74\x2f\164\144\x3e\15\xa\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\74\57\x74\162\x3e\40\xd\12\15\12\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\74\164\162\76\xd\12\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\74\164\150\x3e\115\141\x78\x20\x74\x6f\x6b\145\x6e\x73\x3c\x2f\x74\150\76\xd\12\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x3c\164\x64\76\15\12\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\40"; echo "\x3c\x69\x6e\x70\165\x74\x20\x74\x79\x70\x65\x3d\x22\164\x65\x78\x74\42\x20\x6e\141\x6d\145\75\42\x61\x63\137\x6f\x70\x65\156\141\151\137\x6d\x61\x78\137\164\157\153\145\x6e\163\42\40\x76\x61\154\165\x65\x3d\42" . ($cseo_comment_campaigns[$id]["\x61\x63\x5f\x6f\x70\x65\156\141\151\x5f\x6d\141\170\x5f\x74\x6f\x6b\145\156\163"] ?? "\61\60\60\60") . "\x22\x20\163\151\x7a\145\75\42\x36\x30\x22\x3e"; echo "\x20\15\xa\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x3c\x70\40\143\154\x61\x73\163\75\42\x64\145\163\143\x72\151\x70\164\x69\x6f\156\42\76\124\150\145\40\x6d\141\x78\x69\x6d\x75\155\x20\156\x75\x6d\x62\145\x72\x20\157\x66\x20\x74\x6f\153\145\x6e\163\40\164\x6f\x20\147\145\x6e\145\x72\x61\164\145\x20\x69\156\x20\x74\150\x65\x20\143\x6f\x6d\x70\x6c\145\x74\x69\x6f\x6e\x2e\xd\xa\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\x54\150\145\x20\164\x6f\x6b\145\156\x20\143\x6f\165\156\164\40\157\146\40\x65\x61\x63\x68\x20\x61\x73\x73\x69\147\x6e\x6d\145\156\164\40\x70\154\x75\163\x20\74\x63\x6f\144\x65\76\115\141\170\40\164\157\x6b\x65\156\x73\74\x2f\x63\157\x64\x65\76\x20\x63\141\x6e\x6e\157\164\x20\145\170\x63\x65\145\x64\40\x74\x68\x65\40\155\157\144\145\154\47\163\40\143\x6f\x6e\164\x65\170\x74\40\x6c\x65\x6e\x67\x74\x68\x2e\40\15\xa\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\40\115\157\163\164\40\155\x6f\144\x65\154\163\40\x68\x61\166\145\x20\x61\40\143\157\156\x74\x65\x78\164\x20\x6c\145\156\147\x74\150\40\x6f\146\40\74\143\x6f\x64\145\x3e\62\60\64\70\x3c\57\143\157\x64\145\76\x20\164\x6f\x6b\145\156\163\40\50\145\x78\x63\x65\x70\164\40\x66\x6f\162\x20\x74\x68\145\x20\x6e\145\x77\x65\x73\164\x20\42\x64\141\x76\x69\156\143\150\x69\x22\40\155\157\144\x65\154\54\40\x77\x68\151\x63\x68\40\x73\165\x70\160\x6f\162\x74\163\40\x3c\143\157\x64\x65\76\64\60\x39\66\74\x2f\x63\157\x64\145\76\x29\x2e\x3c\57\160\x3e\15\12\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\74\57\164\x64\76\15\xa\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\74\x2f\x74\162\x3e\xd\12\15\12\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x3c\x74\x72\x3e\xd\12\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x3c\x74\150\x3e\x54\x65\155\x70\x65\x72\141\164\165\x72\x65\x3c\57\164\x68\x3e\xd\xa\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x3c\x74\x64\x3e\15\xa\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20"; echo "\74\151\156\160\165\x74\40\164\x79\x70\145\75\42\x74\145\170\164\x22\x20\156\x61\155\x65\x3d\x22\x61\143\137\157\x70\x65\x6e\141\151\x5f\x74\145\155\x70\x65\x72\x61\x74\165\162\x65\x22\40\x76\x61\x6c\165\x65\x3d\42" . ($cseo_comment_campaigns[$id]["\x61\143\x5f\x6f\x70\x65\156\x61\x69\x5f\164\145\x6d\x70\145\x72\141\164\x75\162\x65"] ?? "\60\56\x35") . "\x22\x20\x73\x69\x7a\x65\75\42\66\60\42\x3e"; echo "\x20\15\12\40\40\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\x20\x3c\160\x20\143\154\x61\x73\x73\75\x22\144\145\x73\143\x72\151\x70\x74\151\x6f\156\x22\76\127\x68\x61\x74\40\163\x61\155\160\154\x69\156\x67\40\164\145\155\x70\145\x72\x61\x74\x75\x72\145\40\x74\157\40\165\163\x65\56\40\110\x69\147\150\x65\162\x20\166\141\154\165\145\163\40\x6d\145\x61\156\163\x20\x74\x68\x65\40\155\157\x64\x65\x6c\x20\x77\x69\154\x6c\40\164\141\x6b\145\40\x6d\157\x72\145\40\162\151\163\x6b\163\x2e\x20\x54\x72\x79\x20\60\x2e\x39\x20\x66\157\x72\x20\x6d\x6f\x72\145\40\143\162\x65\141\x74\x69\166\x65\15\xa\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x61\x70\160\154\151\143\141\x74\151\x6f\156\163\54\x20\x61\156\144\40\60\x20\x28\141\x72\147\155\141\170\x20\163\x61\155\160\154\x69\x6e\x67\x29\40\146\x6f\162\40\x6f\156\145\x73\40\167\151\x74\150\x20\141\40\167\145\x6c\x6c\55\x64\145\146\x69\x6e\x65\144\x20\x61\156\163\167\x65\x72\56\x3c\57\160\x3e\15\xa\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x3c\x2f\164\x64\x3e\xd\xa\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\74\x2f\x74\162\x3e\xd\12\xd\12\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x3c\x74\162\76\xd\12\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\74\x74\x68\x3e\124\157\160\40\x70\x3c\57\x74\x68\x3e\15\xa\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x3c\x74\144\x3e\15\12\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20"; echo "\74\151\x6e\x70\x75\x74\x20\164\x79\160\145\x3d\x22\164\x65\170\x74\42\40\x6e\141\155\x65\75\42\x61\143\137\157\x70\145\x6e\141\x69\x5f\x74\157\160\137\160\x22\40\166\141\154\165\145\x3d\42" . ($cseo_comment_campaigns[$id]["\141\143\x5f\157\160\x65\x6e\x61\x69\x5f\164\x6f\x70\137\x70"] ?? "\61\56\x30") . "\42\x20\163\x69\x7a\145\x3d\42\66\60\x22\x3e"; echo "\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\74\x70\x20\x63\154\141\x73\163\75\x22\x64\x65\x73\x63\162\x69\160\x74\151\x6f\156\42\x3e\x41\x6e\40\141\x6c\164\145\162\156\x61\x74\x69\166\145\40\164\157\40\163\x61\x6d\x70\154\151\x6e\147\x20\x77\151\164\150\40\x74\x65\x6d\x70\x65\x72\141\164\x75\162\x65\54\x20\x63\x61\154\x6c\145\144\40\x6e\x75\143\154\x65\165\x73\40\x73\141\x6d\x70\154\151\156\147\x2c\x20\167\x68\x65\x72\145\40\x74\x68\145\x20\x6d\x6f\x64\145\x6c\x20\x63\157\x6e\x73\x69\144\145\162\163\40\x74\x68\x65\40\162\x65\163\165\154\164\163\x20\x6f\146\15\xa\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x74\x68\145\40\x74\x6f\153\145\156\x73\x20\167\x69\x74\150\x20\x74\x6f\160\x5f\160\40\160\x72\157\x62\141\142\151\x6c\151\x74\x79\40\x6d\x61\x73\163\56\x20\x53\157\x20\60\56\61\40\155\x65\x61\156\163\40\x6f\x6e\154\171\40\x74\150\145\40\x74\x6f\153\x65\x6e\163\x20\x63\157\155\160\x72\151\163\151\156\x67\40\164\150\x65\40\164\157\160\40\61\x30\x25\x20\x70\x72\157\142\141\x62\x69\x6c\x69\164\x79\40\x6d\141\163\x73\40\x61\162\145\x20\143\x6f\x6e\163\151\144\x65\162\x65\144\56\74\57\x70\x3e\15\xa\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x3c\x2f\x74\x64\x3e\xd\xa\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x3c\57\164\162\76\xd\xa\xd\12\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x3c\164\x72\x3e\15\xa\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\74\x74\x68\76\x42\145\x73\x74\40\157\146\74\57\x74\x68\x3e\xd\12\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\74\x74\144\x3e\xd\xa\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20"; echo "\x3c\151\156\x70\165\x74\x20\164\171\160\x65\x3d\42\x74\x65\x78\164\x22\40\156\141\155\x65\75\x22\x61\x63\x5f\x6f\x70\145\156\141\151\137\142\145\x73\x74\x5f\x6f\146\x22\40\166\141\154\x75\x65\x3d\x22" . ($cseo_comment_campaigns[$id]["\141\x63\137\157\160\145\x6e\x61\151\x5f\142\x65\163\164\x5f\157\x66"] ?? "\x31") . "\42\x20\163\151\172\x65\75\x22\66\60\x22\x3e"; echo "\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x3c\160\40\143\x6c\x61\x73\163\75\x22\144\x65\x73\143\x72\x69\160\164\x69\x6f\156\42\x3e\x47\x65\156\x65\x72\141\x74\145\x73\x20\x3c\x63\157\144\145\x3e\x62\x65\x73\164\x5f\157\x66\x3c\57\x63\157\x64\x65\76\x20\x63\157\x6d\x70\x6c\145\x74\x69\157\156\163\40\163\145\162\x76\x65\x72\x2d\163\x69\144\x65\x20\x61\156\x64\x20\162\x65\x74\165\x72\x6e\163\40\x74\x68\145\x20\x22\142\145\163\164\x22\x20\50\x74\x68\x65\40\157\x6e\x65\40\x77\151\164\x68\x20\164\150\x65\x20\x68\x69\x67\x68\145\x73\x74\x20\154\157\x67\40\x70\162\x6f\142\141\x62\x69\x6c\x69\x74\171\x20\x70\x65\x72\x20\164\157\153\x65\156\x29\x2e\74\x2f\160\76\15\12\40\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x3c\57\x74\144\x3e\xd\xa\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x3c\57\164\162\76\15\12\15\12\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x3c\x74\x72\76\xd\12\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\74\x74\150\x3e\120\162\x65\x73\145\x6e\x63\145\x20\160\145\x6e\x61\x6c\164\171\74\x2f\164\150\x3e\xd\12\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x3c\164\144\76\xd\xa\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40"; echo "\74\x69\156\160\x75\164\x20\164\171\x70\145\75\42\x74\145\x78\164\x22\x20\x6e\x61\x6d\145\x3d\x22\141\143\137\157\160\145\156\141\151\x5f\160\x72\145\x73\145\156\143\x65\x5f\x70\145\x6e\x61\x6c\x74\171\x22\40\166\141\154\x75\x65\75\x22" . ($cseo_comment_campaigns[$id]["\x61\x63\x5f\157\160\145\x6e\x61\x69\137\x70\162\145\x73\145\156\x63\145\x5f\160\145\x6e\x61\154\x74\x79"] ?? "\60\56\x31") . "\x22\x20\x73\151\172\145\x3d\42\x36\60\42\76"; echo "\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\74\x70\40\x63\x6c\x61\163\163\75\42\144\145\x73\143\162\151\160\164\x69\157\156\x22\x3e\116\x75\155\x62\x65\x72\x20\142\x65\x74\167\145\145\156\x20\x2d\x32\x2e\60\x20\141\x6e\x64\x20\x32\x2e\x30\x2e\40\x50\157\163\x69\x74\151\166\145\40\166\141\x6c\165\x65\x73\x20\x70\145\x6e\141\154\151\x7a\x65\40\x6e\145\x77\40\164\157\153\145\156\x73\40\x62\141\163\x65\x64\x20\x6f\x6e\x20\x77\150\x65\164\150\x65\x72\x20\x74\x68\145\171\40\x61\160\x70\145\141\x72\40\151\156\40\x74\x68\145\x20\x74\x65\170\164\x20\x73\x6f\x20\x66\x61\x72\x2c\15\xa\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\151\x6e\143\x72\x65\141\x73\151\156\147\x20\164\150\x65\x20\x6d\x6f\x64\x65\154\x27\x73\x20\x6c\x69\153\x65\154\x69\x68\157\157\144\40\x74\x6f\x20\x74\x61\154\x6b\40\x61\142\157\165\164\x20\x6e\x65\x77\40\x74\157\160\151\143\163\56\x3c\x2f\x70\x3e\xd\xa\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\74\x2f\x74\x64\x3e\15\xa\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\74\x2f\164\162\x3e\15\12\15\12\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\74\x74\162\x3e\15\12\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\74\164\x68\76\x46\162\x65\161\x75\145\156\x63\x79\40\x70\145\x6e\x61\x6c\164\x79\x3c\57\x74\150\76\xd\12\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x3c\x74\144\76\xd\12\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40"; echo "\x3c\151\x6e\160\165\x74\40\x74\171\160\x65\x3d\x22\x74\x65\x78\164\x22\x20\x6e\x61\155\x65\75\42\141\143\x5f\157\x70\145\156\141\151\x5f\146\162\145\161\x75\145\x6e\143\171\x5f\160\x65\156\141\154\x74\171\x22\x20\x76\x61\x6c\x75\145\x3d\x22" . ($cseo_comment_campaigns[$id]["\141\x63\x5f\157\160\x65\156\x61\x69\x5f\x66\x72\x65\161\x75\145\x6e\143\171\137\x70\145\x6e\141\154\164\x79"] ?? "\x30\x2e\61") . "\x22\40\163\151\172\145\75\42\66\60\42\76"; echo "\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\74\160\40\143\x6c\141\163\163\x3d\x22\x64\x65\163\143\x72\x69\x70\x74\x69\x6f\x6e\x22\x3e\x4e\x75\155\142\x65\x72\x20\x62\x65\x74\x77\145\145\x6e\x20\55\x32\56\x30\x20\141\156\144\40\x32\x2e\x30\x2e\40\x50\157\163\x69\164\x69\x76\x65\x20\x76\x61\x6c\165\x65\x73\x20\x70\x65\x6e\141\x6c\x69\172\145\40\x6e\145\167\40\x74\157\x6b\x65\x6e\163\40\142\x61\x73\145\144\40\157\x6e\x20\164\x68\145\x69\x72\x20\145\170\151\x73\x74\x69\156\147\x20\x66\162\x65\x71\165\145\x6e\x63\x79\40\x69\156\x20\x74\150\x65\40\x74\145\x78\164\x20\163\x6f\40\146\x61\x72\54\xd\xa\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x64\145\143\x72\x65\141\x73\x69\156\x67\40\164\150\x65\40\155\x6f\x64\x65\154\47\163\x20\x6c\151\153\x65\154\x69\150\157\157\x64\40\164\x6f\x20\x72\145\160\x65\x61\x74\40\164\x68\x65\40\163\141\x6d\x65\40\154\x69\x6e\x65\40\x76\145\x72\x62\x61\164\x69\x6d\56\74\57\x70\76\15\12\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\74\57\x74\x64\x3e\15\12\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\74\x2f\x74\x72\76\15\xa\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\74\57\164\141\142\x6c\145\x3e\15\xa\xd\xa\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\74\164\141\142\x6c\145\40\151\x64\x3d\42\x61\x63\x5f\x74\145\170\x74\42\40\x63\x6c\x61\x73\163\x3d\42\146\x6f\162\x6d\55\164\x61\142\x6c\145\42\76\xd\xa\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\74\x74\x72\76\15\xa\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x3c\164\x68\40\x73\x63\x6f\x70\145\x3d\x22\x72\x6f\x77\x22\x3e\x43\157\155\155\x65\156\164\x73\x3c\57\164\x68\x3e\15\xa\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\74\x74\x64\76\xd\12\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x3c\164\145\170\164\141\162\x65\x61\40\x63\157\x6c\163\x3d\x22\61\x30\60\x22\x20\x72\x6f\167\163\x3d\42\62\x30\x22\40\x77\x72\x61\x70\75\42\x6f\x66\x66\x22\40\x6e\141\155\x65\75\x22\x63\x6f\155\155\x65\x6e\x74\163\42\x20\x73\164\x79\154\x65\x3d\42\x6d\x61\162\147\151\156\72\40\60\x3b\x20\150\145\x69\x67\150\164\x3a\40\63\x30\145\x6d\73\40\x77\151\x64\164\x68\72\40\x31\x30\60\45\73\x22\76"; if (!($mode === "\145\x64\x69\164")) { goto DXy7S; } $cseo_comments = get_option("\x63\163\x65\x6f\137\x63\x6f\x6d\x6d\x65\x6e\x74\163\137" . $id); foreach ($cseo_comments as $comment) { echo stripslashes($comment) . PHP_EOL; J2KR5: } r6937: DXy7S: echo "\74\57\x74\145\170\164\x61\162\x65\x61\x3e\xd\xa\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\x3c\x70\40\x63\154\x61\x73\163\x3d\42\144\145\x73\x63\x72\151\160\x74\x69\x6f\156\42\76\x4f\x6e\x65\40\x63\x6f\x6d\x6d\145\156\164\x20\x70\x65\162\x20\154\x69\156\145\x2e\x20\x45\x76\x65\162\171\40\164\x69\x6d\145\40\167\x68\x65\156\40\164\x68\x65\40\143\157\155\x6d\145\156\164\x20\167\151\154\154\40\x62\x65\40\x70\x6f\x73\x74\x65\144\x2c\40\x69\x74\40\x77\x69\x6c\154\x20\x62\x65\40\x61\165\164\x6f\x6d\141\164\x69\143\141\x6c\x6c\171\x20\162\x65\x6d\x6f\166\145\144\40\x66\162\x6f\155\x20\164\x68\x65\x20\154\x69\x73\164\40\141\x62\x6f\x76\145\56\40\123\x70\x69\x6e\x74\141\170\40\x69\x73\40\141\154\x6c\157\167\145\144\x3c\57\x70\76\15\xa\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\74\57\x74\x64\x3e\xd\xa\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\74\x2f\x74\162\76\x9\x20\x20\xd\xa\xd\12\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x3c\x74\162\x3e\15\12\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\74\x74\x68\40\x73\143\157\160\145\x3d\x22\162\157\x77\x22\76\x44\x65\x6c\145\x74\145\40\157\156\40\x70\x6f\x73\x74\74\x2f\x74\150\76\xd\xa\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\x3c\x74\144\x3e\xd\xa\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x3c\151\156\160\x75\x74\40\x74\x79\160\x65\75\42\143\150\x65\143\153\x62\x6f\x78\x22\40\x6e\x61\x6d\145\75\42\141\143\137\144\145\154\x65\164\145\137\x6f\x6e\137\160\x6f\x73\164\42\x20\x69\x64\x3d\x22\x61\143\137\x64\145\x6c\145\x74\145\x5f\x6f\x6e\137\160\157\x73\164\x22\15\xa\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40"; if (!(($cseo_comment_campaigns[$id]["\141\143\137\x64\145\x6c\145\x74\x65\x5f\x6f\x6e\x5f\160\x6f\x73\x74"] ?? '') === "\x6f\x6e")) { goto oWMMy; } echo "\143\150\145\143\x6b\145\144"; oWMMy: echo "\x2f\x3e\x20\x20\x20\x20\40\x20\15\12\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\74\x6c\x61\142\145\154\x20\x66\157\x72\75\x22\x73\x68\x75\x66\x66\154\x65\42\76\x77\x68\x65\x6e\40\x63\x68\x65\x63\x6b\145\x64\54\x20\164\150\x65\x20\x70\157\x73\x74\145\x64\40\143\157\x6d\155\x65\156\164\x20\x77\x69\154\154\x20\142\145\40\x67\x65\164\40\x72\145\155\157\166\x65\144\x20\x66\162\157\x6d\40\x74\150\x65\40\143\157\x6d\155\145\156\164\163\x20\154\x69\x73\x74\56\15\12\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\40\40\111\164\40\x69\x73\x20\x72\x65\143\157\x6d\155\145\x6e\x64\145\144\x20\x74\157\x20\144\151\x73\x61\x62\x6c\145\40\x74\x68\151\163\40\157\160\x74\151\x6f\x6e\40\x77\x68\x65\x6e\x20\x75\163\151\x6e\x67\x20\123\160\151\x6e\x74\x61\x78\54\40\163\x79\x6e\157\156\171\155\151\x7a\145\x72\x20\x6f\162\x20\x4f\x70\145\x6e\101\x49\x20\x47\x50\124\40\x72\145\x77\162\x69\164\x65\x72\56\x3c\x2f\154\141\142\x65\x6c\76\xd\12\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x3c\57\x74\144\76\15\12\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\74\x2f\164\162\76\40\15\12\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\74\57\x74\x61\142\154\x65\76\xd\xa\15\12\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\74\x74\x61\142\x6c\x65\x20\151\x64\75\x22\141\143\x5f\162\x73\163\42\x20\x63\154\x61\x73\163\75\42\x66\157\162\x6d\x2d\x74\x61\x62\x6c\145\42\x3e\15\xa\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x3c\x74\162\x3e\xd\xa\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\74\164\x68\x20\163\143\x6f\160\x65\75\42\162\x6f\167\42\76\122\123\123\x20\x66\145\x65\144\x20\x55\122\x4c\x20\x3c\57\164\150\76\xd\xa\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\x3c\x74\144\x3e\15\xa\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x3c\x69\x6e\x70\x75\x74\40\x74\171\160\145\75\x22\164\145\170\164\42\40\156\x61\x6d\145\x3d\42\141\143\x5f\x72\x73\x73\137\x75\162\x6c\x22\40\166\141\154\165\x65\75\x22"; echo $cseo_comment_campaigns[$id]["\x61\x63\137\x72\x73\163\x5f\165\162\x6c"] ?? ''; echo "\x22\40\x73\151\x7a\x65\x3d\x22\x38\60\42\x3e\15\xa\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\74\57\164\x64\76\11\15\12\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x3c\x2f\164\162\76\40\x20\40\x20\x20\x20\x20\15\12\15\12\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\74\164\162\x3e\xd\12\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\x3c\164\x68\40\163\x63\x6f\x70\x65\x3d\42\162\x6f\x77\42\x3e\111\147\156\x6f\x72\x65\x20\143\x6f\x6d\155\x65\156\x74\x73\x20\x77\x69\164\x68\40\x68\171\160\x65\162\154\151\156\x6b\163\x3c\x2f\164\150\x3e\xd\xa\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\74\164\x64\x3e\15\xa\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x3c\151\x6e\x70\x75\164\x20\164\171\160\145\75\42\x63\x68\x65\x63\x6b\142\x6f\x78\42\40\x6e\141\x6d\x65\x3d\42\x69\147\x6e\157\x72\145\x5f\150\171\x70\x65\162\154\151\156\x6b\x73\42\40\151\144\x3d\42\151\x67\x6e\x6f\162\145\137\150\x79\160\145\x72\154\151\156\153\x73\42\15\12\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\40\40\x20"; if (!(($cseo_comment_campaigns[$id]["\x69\x67\x6e\x6f\162\145\x5f\150\171\x70\145\162\x6c\x69\x6e\x6b\x73"] ?? '') === "\x6f\156")) { goto yaVRf; } echo "\143\150\x65\x63\153\x65\144"; yaVRf: echo "\x2f\76\15\xa\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\74\154\x61\x62\x65\154\40\x66\157\x72\75\x22\151\x67\156\157\x72\x65\x5f\150\x79\x70\x65\162\x6c\x69\x6e\x6b\x73\x22\x3e\151\146\x20\x63\150\x65\143\x6b\x65\144\x20\141\154\x6c\40\x52\123\x53\40\143\157\x6d\x6d\145\156\x74\x73\40\x77\x69\164\150\x20\x68\x79\160\x65\162\154\151\156\153\163\40\x77\x69\154\x6c\x20\142\145\40\x6f\x6d\x69\x74\x74\x65\144\56\74\57\154\141\x62\145\154\76\xd\xa\x20\40\40\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x3c\57\x74\144\76\15\xa\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\74\x2f\164\x72\x3e\40\40\x20\x20\x20\40\x20\15\xa\15\12\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x3c\x74\162\76\xd\12\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\74\x74\150\x20\163\143\157\x70\145\x3d\42\x72\157\167\x22\76\x41\x6c\154\157\x77\x65\144\x20\110\124\x4d\x4c\40\164\x61\x67\x73\x3c\x2f\164\150\76\xd\xa\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\74\164\144\x3e\15\xa\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x3c\x69\156\x70\x75\164\x20\x74\x79\160\145\75\x22\x74\145\170\164\42\x20\x6e\x61\155\x65\x3d\x22\x61\x6c\x6c\157\x77\x65\144\x5f\x74\x61\147\x73\42\x20\166\x61\x6c\165\x65\75\42"; echo $cseo_comment_campaigns[$id]["\x61\x6c\x6c\157\x77\x65\144\137\164\x61\x67\x73"] ?? ''; echo "\42\x20\163\151\x7a\145\x3d\42\70\x30\x22\x3e\xd\xa\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\74\160\40\143\154\141\x73\x73\75\42\x64\x65\163\143\x72\x69\160\164\x69\157\156\42\x3e\x75\163\x65\40\x74\x68\x69\163\40\146\x69\x6c\145\144\40\164\157\40\x73\160\x65\x63\x69\146\171\40\164\141\147\x73\40\x77\150\x69\x63\150\x20\x73\x68\157\x75\154\x64\x20\156\157\x74\x20\142\x65\x20\x73\x74\162\x69\160\160\x65\x64\x20\x6f\x66\146\40\146\162\157\155\x20\x63\157\155\x6d\145\156\164\163\x2c\40\151\x6d\160\x6f\x72\x74\x65\144\x20\x66\162\x6f\155\40\x61\x6e\40\x52\123\123\x20\146\x65\145\x64\x2e\40\x45\x2e\x67\56\x20\151\146\x20\x3c\143\157\144\x65\76\x26\154\x74\x3b\x70\46\147\164\x3b\46\x6c\164\73\x69\x6d\x67\x26\147\x74\73\46\x6c\164\x3b\x62\162\46\147\164\73\74\57\143\157\x64\145\76\40\x69\163\40\x73\x70\145\143\x69\146\151\x65\144\54\40\x6f\x6e\154\x79\x20\x70\141\x72\x61\147\162\141\x70\x68\x73\x2c\x20\x69\155\141\147\145\163\x20\141\156\144\x20\x6c\x69\156\x65\40\x62\162\145\x61\153\x73\x20\x77\x69\x6c\x6c\x20\x62\x65\x20\160\x72\145\x73\x65\x72\x76\x65\144\56\x20\x4c\145\x61\166\x65\x20\x69\x74\x20\145\155\x70\164\x79\40\x74\x6f\x20\x61\x6c\x6c\x6f\167\x20\141\x6c\x6c\40\164\x61\147\163\56\74\57\x70\76\xd\12\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\74\x2f\164\x64\76\11\15\12\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x3c\x2f\164\162\x3e\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\15\12\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\74\x2f\x74\x61\142\x6c\x65\x3e\xd\12\15\12\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x3c\164\141\x62\154\145\x20\x63\154\141\163\163\75\x22\x66\x6f\x72\x6d\55\x74\141\x62\154\x65\x22\76\xd\12\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x3c\x74\162\76\15\xa\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x3c\164\150\x20\x73\x63\157\x70\145\75\42\x72\x6f\x77\x22\x3e\123\x65\x6c\145\143\164\40\160\x6f\163\x74\40\143\141\x74\x65\147\157\162\x69\145\x73\x3c\57\x74\x68\x3e\xd\xa\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\74\x74\144\x3e\xd\xa\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x20\74\x75\154\40\151\144\75\42\x63\x61\x74\x65\x67\157\162\171\143\150\145\143\x6b\154\151\x73\164\x22\40\143\154\141\x73\x73\x3d\x22\154\x69\x73\x74\72\143\141\164\145\147\157\x72\171\40\x63\141\x74\x65\x67\157\162\171\143\150\x65\x63\x6b\x6c\151\163\x74\x20\146\x6f\162\x6d\x2d\156\x6f\x2d\x63\x6c\x65\x61\x72\x22\x3e\xd\12\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\74\x64\x69\x76\40\x69\144\75\x22\x63\x61\x74\145\147\x6f\162\151\x65\x73\x2d\141\154\154\x22\40\x63\x6c\x61\x73\x73\x3d\x22\143\x79\x62\145\162\x73\x65\157\55\x75\x69\x2d\164\141\x62\163\x2d\160\x61\156\x65\x6c\x22\x3e\xd\xa\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20"; $cseo_syndicator->categoryChecklist(NULL, false, $cseo_comment_campaigns[$id]["\143\x61\x74\x65\x67\x6f\162\x69\x65\x73"]); echo "\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x3c\57\x64\151\166\76\xd\xa\40\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x3c\x2f\x75\154\x3e\15\xa\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\74\x2f\164\144\76\15\xa\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\74\x2f\164\162\x3e\40\x20\x20\15\xa\15\xa\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x3c\x74\x72\76\15\xa\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x3c\164\150\40\163\143\x6f\160\145\75\42\162\x6f\167\42\76\110\157\x6c\144\x20\146\157\x72\40\x61\x70\160\x72\157\166\x61\154\74\57\x74\150\76\15\12\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\74\164\x64\76\15\12\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\74\151\156\160\x75\x74\40\x74\x79\x70\145\x3d\42\x63\x68\145\143\x6b\142\157\x78\x22\x20\x6e\141\x6d\x65\75\x22\x68\157\154\x64\137\146\157\x72\137\x61\x70\160\162\x6f\166\141\154\x22\x20\x69\144\x3d\x22\163\x79\156\157\156\171\155\x69\x7a\x65\x22\15\12\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\40"; if (!(($cseo_comment_campaigns[$id]["\150\x6f\154\x64\137\x66\x6f\162\137\x61\x70\160\x72\x6f\166\141\154"] ?? '') === "\x6f\x6e")) { goto pNvVX; } echo "\x63\x68\145\x63\x6b\x65\144"; pNvVX: echo "\57\76\xd\xa\40\40\40\40\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x3c\154\x61\x62\x65\154\x20\146\x6f\x72\75\42\x68\157\154\x64\137\x66\157\162\137\x61\160\160\x72\157\x76\141\154\42\x3e\151\146\x20\x63\150\x65\x63\153\145\144\x2c\x20\164\x68\145\40\147\145\x6e\x65\162\141\164\x65\x64\x20\x63\157\x6d\x6d\145\156\164\163\x20\x61\162\x65\40\150\x65\154\x64\40\146\x6f\x72\40\x61\x70\160\x72\157\x76\x61\x6c\x2e\x3c\x2f\154\141\142\x65\x6c\x3e\15\xa\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\74\57\164\x64\x3e\xd\12\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\74\x2f\164\162\76\xd\12\xd\12\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\74\x74\162\76\xd\xa\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\74\164\150\40\x73\x63\157\x70\x65\75\42\x72\x6f\x77\42\76\x53\171\x6e\157\156\171\155\x69\172\145\74\x2f\164\150\x3e\15\12\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\74\x74\x64\76\xd\xa\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x3c\151\156\x70\165\x74\40\x74\x79\x70\x65\x3d\x22\143\x68\145\x63\x6b\x62\157\170\42\x20\x6e\141\x6d\145\x3d\42\x73\x79\156\x6f\156\x79\155\151\x7a\x65\x22\x20\151\144\x3d\42\x73\171\x6e\157\x6e\171\x6d\151\x7a\x65\x22\15\xa\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20"; if (!(($cseo_comment_campaigns[$id]["\163\x79\156\157\x6e\171\155\x69\x7a\145"] ?? '') === "\157\156")) { goto oLkRh; } echo "\x63\150\x65\x63\x6b\145\x64"; oLkRh: echo "\57\x3e\xd\xa\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x3c\x6c\141\142\x65\x6c\40\146\x6f\162\x3d\x22\x73\x79\x6e\x6f\156\171\155\151\172\x65\42\76\x69\x66\x20\x63\x68\x65\x63\x6b\x65\x64\x20\x65\166\x65\x72\x79\x20\143\157\155\x6d\x65\x6e\164\x20\167\151\x6c\154\40\x62\145\x20\163\171\x6e\x6f\156\171\155\151\172\145\x64\40\x61\x63\143\x6f\162\x64\151\156\x67\40\164\157\x20\x74\x68\145\40\x22\x47\154\157\x62\141\154\x20\163\171\x6e\157\156\171\x6d\40\164\x61\x62\x6c\x65\x22\x2e\x3c\57\x6c\141\142\x65\x6c\76\xd\12\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x3c\57\x74\x64\76\15\xa\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\74\57\x74\x72\x3e\xd\12\xd\12\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x3c\x74\x72\40\151\144\75\x22\x61\x63\137\x6f\160\x65\x6e\x61\151\137\x72\145\167\x72\151\164\x65\x5f\x63\142\x22\x3e\15\xa\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\74\164\x68\x20\163\143\157\x70\145\x3d\42\x72\x6f\167\42\x3e\122\145\167\162\x69\164\x65\x20\167\x69\x74\150\x20\x4f\x70\145\156\101\x49\x20\107\120\x54\x3c\x2f\x74\150\76\15\xa\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x3c\x74\x64\x3e\xd\xa\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\40\74\151\x6e\160\165\164\40\x74\x79\160\145\75\x22\x63\150\x65\x63\153\142\x6f\170\x22\40\x6e\141\155\145\x3d\42\x61\143\x5f\x6f\160\145\156\141\151\137\x72\145\167\x72\151\164\145\42\40\151\144\75\x22\x61\143\137\x6f\x70\x65\156\141\151\137\x72\x65\x77\x72\151\x74\x65\42\xd\xa\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40"; if (!(($cseo_comment_campaigns[$id]["\x61\x63\x5f\157\160\145\156\x61\x69\x5f\162\145\167\x72\x69\x74\145"] ?? '') === "\x6f\156")) { goto KNAHE; } echo "\143\150\x65\x63\153\145\x64"; KNAHE: echo "\x2f\x3e\xd\xa\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\74\x6c\141\142\145\154\x20\x66\157\x72\x3d\x22\141\x63\x5f\x6f\160\x65\156\x61\x69\x5f\x72\x65\167\162\151\x74\x65\x22\76\x69\x66\40\143\x68\145\143\153\x65\x64\40\x74\150\145\40\x63\157\x6d\x6d\145\156\x74\x20\167\151\x6c\154\40\142\x65\40\162\145\x77\x72\151\164\164\x65\156\40\x62\171\x20\117\x70\145\x6e\101\x49\40\x47\x50\124\x2e\x3c\x2f\154\x61\142\145\x6c\76\xd\12\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\74\57\164\x64\x3e\xd\xa\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\74\57\x74\162\x3e\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\xd\12\15\xa\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x3c\164\162\x3e\xd\xa\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x3c\164\150\40\x73\143\x6f\x70\x65\x3d\42\x72\157\167\42\76\115\141\x78\x20\143\157\155\155\x65\x6e\x74\x73\74\x2f\x74\150\x3e\15\12\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\74\x74\x64\76\15\xa\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x3c\151\156\160\165\164\x20\x74\171\x70\x65\x3d\42\x74\x65\170\164\42\40\x6e\141\x6d\x65\75\42\x6d\x61\x78\x5f\x63\x6f\x6d\x6d\x65\156\x74\163\42\x20\x76\141\154\x75\145\x3d\x22"; echo $cseo_comment_campaigns[$id]["\155\141\170\137\x63\x6f\x6d\155\145\156\164\163"] ?? "\x30"; echo "\42\40\x73\151\172\x65\x3d\x22\x34\42\x3e\15\xa\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x3c\160\40\143\154\141\163\x73\x3d\42\144\x65\x73\x63\162\151\160\x74\x69\x6f\x6e\x22\76\x73\160\145\143\x69\x66\171\x20\x74\x68\x65\x20\155\141\170\151\x6d\x75\155\40\x6e\x75\155\x62\x65\x72\x20\x6f\x66\40\143\x6f\155\155\x65\x6e\x74\x73\40\160\145\162\40\x70\x6f\x73\x74\x2e\x20\125\x73\145\40\x3c\x63\x6f\x64\x65\76\60\74\57\143\x6f\x64\145\76\x20\x74\157\x20\x64\x69\163\x61\142\154\x65\40\x74\x68\145\x20\154\x69\155\x69\x74\x61\164\151\x6f\x6e\56\74\57\160\x3e\15\xa\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\74\57\x74\144\76\x9\15\xa\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x3c\x2f\x74\162\76\xd\12\15\xa\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x3c\x74\x72\76\xd\xa\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x3c\164\150\40\x73\143\x6f\160\145\75\42\162\157\167\42\76\115\165\163\x74\40\x62\x65\x20\156\x65\167\145\162\40\164\x68\x61\x6e\74\x2f\164\x68\76\15\12\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x3c\x74\144\x3e\xd\12\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\74\151\156\160\165\164\x20\x74\171\x70\145\75\42\x74\145\170\164\42\x20\156\x61\x6d\x65\x3d\42\x70\157\163\164\x5f\x61\147\x65\x22\40\x76\x61\154\x75\x65\75\42"; echo $cseo_comment_campaigns[$id]["\160\157\163\164\137\x61\147\145"] ?? "\60"; echo "\x22\x20\163\x69\172\x65\75\42\x34\42\76\40\x64\141\171\x28\x73\x29\x2e\15\12\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\74\160\40\x63\x6c\141\163\x73\75\x22\144\145\x73\143\162\151\x70\x74\151\157\x6e\x22\x3e\143\x6f\x6d\x6d\x65\156\164\163\40\x6f\156\x20\x70\157\x73\x74\163\x20\x6f\154\x64\145\162\x20\x74\150\141\156\40\x74\x68\145\40\163\x70\x65\143\x69\146\x69\145\144\x20\144\141\164\145\40\167\151\154\x6c\x20\x6e\x6f\164\x20\x62\x65\40\141\x64\144\145\144\56\x20\125\163\145\40\x3c\x63\157\144\x65\x3e\x30\x3c\57\x63\x6f\x64\x65\x3e\40\x74\x6f\40\x64\x69\x73\141\142\154\145\40\164\x68\145\40\x6c\x69\x6d\151\x74\141\164\151\157\x6e\x2e\74\x2f\160\76\xd\xa\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x3c\x2f\x74\144\x3e\11\xd\12\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x3c\x2f\x74\x72\76\15\xa\xd\12\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\40\x20\74\x74\162\x3e\xd\12\40\40\40\40\x20\40\40\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\74\x74\150\40\163\x63\x6f\x70\145\75\x22\x72\x6f\167\42\76\x50\162\157\x62\141\142\x69\x6c\151\x74\171\40\x5b\x30\x2e\x2e\61\60\60\x5d\x25\x3c\57\164\x68\76\15\xa\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x3c\x74\144\76\xd\xa\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\74\151\x6e\x70\165\x74\x20\x74\171\x70\x65\75\42\164\145\170\164\x22\x20\x6e\x61\x6d\x65\75\42\160\x72\157\x62\141\142\x69\154\151\x74\x79\42\x20\x76\141\x6c\x75\145\75\x22"; echo $cseo_comment_campaigns[$id]["\x70\162\x6f\142\141\x62\x69\x6c\x69\x74\x79"] ?? "\61"; echo "\42\x20\163\x69\172\x65\x3d\42\64\42\x3e\15\12\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x3c\160\40\x63\154\x61\163\163\75\x22\144\x65\x73\143\x72\x69\160\164\x69\157\x6e\x22\x3e\163\160\145\143\151\146\171\x20\164\x68\145\x20\160\x72\x6f\x62\x61\x62\151\x6c\x69\x74\171\40\160\x65\x72\143\x65\156\164\40\x68\145\162\145\40\x28\x3c\143\157\144\x65\x3e\x30\x3c\x2f\143\x6f\144\x65\76\40\x66\x6f\162\x20\156\x65\x76\145\x72\40\141\x6e\144\40\74\x63\x6f\144\145\76\x31\x30\x30\74\x2f\143\157\x64\145\x3e\x20\146\x6f\x72\x20\141\x6c\x77\x61\171\163\51\x2e\40\106\157\162\40\x65\170\x61\155\160\x6c\x65\x2c\40\x69\146\x20\171\x6f\x75\40\x77\x61\x6e\164\x20\x74\x6f\40\x70\x6f\163\x74\40\x61\165\x74\x6f\x2d\x63\157\155\155\x65\156\x74\x73\x20\x77\x69\164\x68\x20\141\40\160\x72\x6f\x62\x61\x62\151\x6c\151\x74\171\x20\61\72\x31\60\54\x20\x73\145\164\x20\164\x68\x69\x73\x20\166\141\x6c\165\145\x20\x74\x6f\40\x3c\x63\157\x64\x65\76\x31\x30\x3c\x2f\143\x6f\144\145\x3e\56\74\57\160\x3e\15\12\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x3c\x2f\x74\144\x3e\x9\xd\12\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\74\57\x74\162\x3e\15\xa\xd\12\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\74\x2f\164\141\x62\154\145\x3e\xd\xa\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\74\142\162\76\15\xa\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\74\x64\151\x76\40\141\154\x69\x67\x6e\75\42\154\x65\146\164\x22\x3e\xd\xa\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x3c\151\156\160\x75\x74\40\143\154\x61\163\x73\x3d\42\142\x75\164\164\157\156\x2d\160\162\x69\x6d\x61\162\x79\42\x20\156\141\x6d\x65\x3d\x22\163\165\x62\155\x69\164\137\x63\x6f\155\155\145\156\164\163\x22\x20\x76\x61\154\165\x65\x3d\42\123\165\142\x6d\x69\x74\x22\40\x74\x79\160\145\x3d\42\163\x75\142\155\151\164\42\76\40\74\x69\x6e\160\165\x74\x20\x63\x6c\x61\x73\163\x3d\42\142\x75\x74\164\157\156\42\x20\x6e\x61\x6d\x65\x3d\x22\143\x61\156\143\145\154\42\40\166\x61\154\165\145\x3d\42\103\x61\156\x63\145\x6c\x22\40\x74\171\x70\145\x3d\42\x73\x75\x62\x6d\x69\164\42\76\xd\12\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\74\x2f\x64\x69\166\x3e\15\12\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40"; wp_nonce_field("\x63\163\x65\x6f\x5f\x61\x75\x74\x6f\x5f\143\157\x6d\155\145\x6e\164\x73"); echo "\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x3c\57\x66\x6f\162\x6d\x3e\xd\xa\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\74\163\143\162\x69\160\164\x3e\15\12\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x63\x73\145\157\103\150\141\x6e\x67\x65\101\x43\123\157\x75\162\x63\145\50\x29\73\15\12\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\74\x2f\x73\143\162\x69\160\164\76\40\40\40\40\15\xa\40\40\x20\x20\x20\x20\x20\x20"; KwPAO: echo "\x20\40\x20\40\x3c\57\144\151\x76\x3e\x20\x20\x20\40\15\12\40\40\x20\40"; } function cseo_syndicator_log_menu() { echo "\x20\40\x20\x20\x3c\x73\x63\x72\151\160\x74\76\15\xa\40\x20\40\x20\40\x20\x20\40\146\x75\x6e\x63\x74\151\x6f\156\x20\x63\x6c\151\x70\x62\157\x61\162\144\103\157\160\171\50\x29\40\x7b\15\12\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\166\141\x72\x20\x63\x6f\160\x79\124\x65\170\x74\40\75\x20\x64\157\x63\165\x6d\145\156\164\56\147\145\x74\105\x6c\x65\155\145\156\164\102\x79\x49\144\x28\x22\x6c\157\147\x22\x29\73\xd\xa\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x63\157\160\171\124\145\x78\x74\x2e\163\x65\154\145\143\x74\50\x29\73\xd\12\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x63\x6f\x70\171\x54\145\170\164\x2e\163\145\x74\123\x65\154\x65\143\164\151\x6f\x6e\122\x61\156\x67\x65\50\x30\x2c\x20\x39\x39\x39\71\x39\71\x39\51\15\xa\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x64\157\143\x75\x6d\x65\x6e\x74\x2e\145\x78\x65\x63\x43\x6f\x6d\155\141\156\x64\50\x22\143\x6f\x70\171\x22\51\x3b\xd\12\x20\40\x20\x20\x20\x20\x20\x20\175\xd\xa\40\40\x20\x20\74\57\163\143\x72\151\x70\164\x3e\15\12\40\x20\x20\x20\x3c\144\x69\166\40\x63\154\141\163\163\75\x22\x77\162\x61\160\x22\76\15\xa\40\x20\40\40\x20\x20\x20\40\74\x68\x32\76\123\x79\x6e\x64\x69\x63\x61\164\x6f\x72\x20\x4c\x6f\x67\74\57\x68\62\x3e\15\12\40\x20\40\40\x20\x20\x20\40\74\x62\162\x3e\15\xa\x20\x20\x20\x20\40\x20\40\40\x3c\164\x65\x78\x74\141\x72\145\141\x20\x72\x65\x61\x64\x6f\156\x6c\x79\x20\x69\x64\75\x22\x6c\157\x67\x22\40\x63\x6f\154\x73\x3d\x22\x31\60\60\x22\40\162\157\167\x73\75\42\62\x30\x22\40\167\162\141\160\x3d\42\x6f\x6e\42\40\163\164\x79\154\145\75\42\155\x61\x72\x67\x69\x6e\72\60\x3b\150\x65\x69\x67\x68\164\x3a\x33\60\145\155\x3b\167\151\x64\x74\x68\x3a\61\x30\x30\45\x3b\142\x61\x63\x6b\147\162\x6f\165\x6e\144\55\x63\157\154\157\x72\x3a\167\x68\151\x74\x65\x22\x3e"; echo get_option(CSEO_PARSE_FEED_LOG); echo "\74\57\164\x65\170\x74\x61\x72\x65\141\x3e\15\12\40\40\x20\40\40\40\40\x20\x3c\160\76\74\141\x20\x68\x72\x65\146\x3d\42\43\x6c\157\147\x22\x20\x63\x6c\x61\x73\163\x3d\42\143\x73\x65\157\55\x62\x75\164\164\x6f\156\x22\40\x6f\x6e\143\x6c\x69\143\x6b\x3d\x22\143\154\151\160\142\x6f\141\162\144\x43\157\x70\171\x28\51\x22\x3e\x43\157\x70\x79\x20\x74\x6f\x20\x63\x6c\151\160\142\157\x61\x72\144\74\x2f\141\76\x3c\x2f\x70\76\xd\12\40\x20\x20\40\74\x2f\x64\151\166\x3e\xd\xa\40\40\40\40"; } function cseo_add_comment($post_id, $text, $author = "\107\165\145\x73\x74", $hold = false, $time = null, $start_offset = 0, $end_offset = 0, $IP = "\61\x32\x37\56\x30\56\60\56\x31") { if (strlen(trim($text))) { goto IV1t4; } return false; goto ZRR7R; IV1t4: if ($time) { goto EolU7; } $time = time(); EolU7: $comment = ["\143\157\x6d\155\x65\x6e\164\x5f\141\165\x74\x68\157\x72" => $author, "\143\157\x6d\x6d\x65\156\164\x5f\x61\x75\164\150\157\x72\x5f\145\155\x61\x69\154" => '', "\x63\x6f\x6d\x6d\145\x6e\x74\x5f\141\165\x74\150\x6f\x72\137\165\162\154" => "\150\164\164\160\x3a\57\57", "\143\x6f\155\x6d\145\156\164\x5f\x63\x6f\156\x74\145\x6e\x74" => $text, "\143\157\x6d\x6d\x65\156\164\137\164\171\160\145" => '', "\143\157\x6d\155\x65\156\164\137\160\141\x72\145\x6e\164" => 0, "\143\157\x6d\x6d\x65\x6e\164\137\x70\x6f\x73\x74\137\x49\x44" => $post_id, "\165\163\145\x72\137\151\144" => 1, "\143\x6f\x6d\155\145\156\164\x5f\x61\165\164\x68\157\x72\137\x49\x50" => $IP, "\x63\x6f\x6d\x6d\145\156\x74\x5f\141\147\145\156\x74" => CSEO_CURL_USER_AGENT, "\143\157\155\x6d\145\x6e\164\137\144\141\x74\x65" => gmdate("\x59\55\155\x2d\x64\40\x48\x3a\151\72\x73", $time + rand($start_offset, $end_offset) + 3600 * (int) get_option("\x67\x6d\x74\x5f\x6f\146\146\x73\145\164"))]; if ($hold) { goto coyOU; } $comment["\143\157\x6d\x6d\x65\x6e\x74\x5f\x61\x70\x70\x72\x6f\x76\x65\144"] = 1; goto H7Tpk; coyOU: $comment["\143\x6f\155\155\145\x6e\x74\x5f\141\160\x70\162\157\166\x65\x64"] = 0; H7Tpk: return wp_insert_comment($comment); ZRR7R: } function cseo_hyperlinks_cnt($str) { return preg_match_all("\x2f\x3c\x61\56\53\150\162\145\146\50\134\163\x2b\51\77\x3d\x28\134\163\53\51\77\133\42\47\134\x73\x2b\135\x28\50\x28\150\164\x74\x70\174\150\164\164\x70\163\174\x66\164\160\174\146\164\x70\x73\x29\x5c\72\x5c\x2f\134\57\x29\x7c\x28\167\167\167\134\56\51\x29\x5b\x61\55\172\101\x2d\132\x30\55\71\x5c\x2d\x5c\56\135\x2b\x5c\x2e\x5b\141\55\172\101\55\132\x5d\173\x32\54\63\175\x28\134\x3a\x5b\x30\55\x39\135\53\51\77\50\x5c\57\x5c\123\x2a\51\77\x5b\42\47\x5c\x73\53\x5d\x2f\151", $str); } function cseo_plugins_action_link($links) { $links[] = "\74\141\x20\x68\162\x65\x66\75\42" . esc_url(get_admin_url(null, "\141\x64\x6d\x69\156\x2e\160\x68\160\x3f\160\x61\x67\145\75\143\x79\142\145\162\163\145\157")) . "\x22\x3e\x53\171\x6e\144\x69\143\x61\x74\157\162\x3c\57\x61\x3e"; $links[] = "\74\x61\x20\x68\x72\x65\x66\x3d\x22\x3f\x63\163\145\157\137\165\x70\x64\141\x74\x65\42\x3e\x55\x70\x64\x61\164\145\x3c\x2f\141\x3e"; return $links; } function cseo_add_admin_menu_item($admin_bar) { $args = ["\x69\144" => "\156\145\167\x2d\x63\x79\x62\163\162\x73\x65\157\x2d\x66\x65\145\x64\x2d\x61\x64\x6d\x69\156\55\x6d\x65\156\x75\55\151\x74\145\155", "\164\x69\164\154\145" => "\x43\171\x62\x65\x72\123\x45\x4f\x20\106\145\145\144", "\150\x72\145\x66" => esc_url(get_admin_url(null, "\141\144\155\151\x6e\56\x70\x68\160\77\160\141\147\x65\x3d\x63\x79\142\x65\162\163\x65\x6f")), "\160\141\x72\x65\156\164" => "\x6e\x65\x77\x2d\143\157\x6e\x74\145\x6e\x74"]; $admin_bar->add_menu($args); } function cseo_get_gpt_article() { $response = cseo_file_get_contents(openssl_decrypt("\x7a\71\122\70\120\110\57\x34\x75\x35\x6d\144\x48\131\x72\170\x31\157\x58\146\x6a\63\103\x58\x7a\x4e\60\x72\115\x61\63\161\170\x78\x43\x44\x46\x74\x68\114\163\130\x49\x5a\67\62\x38\172\x71\160\x30\170\x53\60\x44\107\x74\x39\141\x38\x68\106\162\x70\x6d\62\x6e\155\x7a\157\117\116", "\101\x45\123\x2d\x31\62\x38\x2d\103\124\x52", "\103\x59\x42\105\x52\123\105\x4f", 0, "\x31\62\x33\x34\x35\x36\67\x38\71\x31\x30\x31\x31\x31\x32\x31") . "\x26\156\x61\x6d\145\75" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "\x26\x65\155\141\151\x6c\x3d" . urlencode(get_option(CXXX_REG_EMAIL)) . "\x26\163\151\x74\145\x3d" . urlencode(site_url()) . "\46\x61\x63\164\x69\x6f\x6e\75\157\x70\x65\x6e\x61\x69\x2d\x67\160\164\55\x61\162\x74\151\143\154\x65"); $data = json_decode($response, true); if (!(is_array($data) && isset($data["\163\x65\143\164\x69\x6f\x6e\137\x6e\141\x6d\145\163"]))) { goto yWr7H; } update_option("\x63\170\x78\170\137\x67\x70\164\137\141\162\164\151\x63\154\x65", $data); yWr7H: } function cseo_get_gpt_spinner_params() { $response = cseo_file_get_contents(openssl_decrypt("\172\x39\122\x38\x50\110\57\64\x75\65\155\x64\110\131\x72\170\x31\x6f\130\x66\152\x33\x43\130\172\116\60\162\x4d\141\x33\x71\x78\170\x43\x44\x46\164\x68\x4c\x73\130\x49\132\67\x32\70\x7a\161\160\x30\170\x53\x30\x44\x47\164\71\141\x38\x68\x46\162\x70\155\62\156\155\x7a\157\117\116", "\x41\105\123\55\61\62\x38\x2d\x43\x54\x52", "\103\131\x42\105\122\123\105\117", 0, "\61\62\x33\64\x35\x36\67\x38\71\61\60\61\x31\x31\x32\x31") . "\46\156\x61\x6d\x65\x3d" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "\46\x65\x6d\141\x69\x6c\75" . urlencode(get_option(CXXX_REG_EMAIL)) . "\x26\x73\151\164\x65\x3d" . urlencode(site_url()) . "\x26\x61\x63\x74\151\x6f\x6e\75\x67\145\x74\x2d\147\x70\164\55\163\160\x69\x6e\x6e\145\x72\55\x70\141\162\x61\x6d\163"); $data = json_decode($response, true); if (!(is_array($data) && isset($data["\160\x72\x6f\x6d\160\x74"]))) { goto Fi9Gz; } update_option("\143\x78\x78\170\137\x67\160\164\x5f\163\x70\x69\156\x6e\145\162\x5f\x70\141\x72\141\x6d\x73", $data); Fi9Gz: } function cseo_get_eps() { global $wpdb; $eps = @json_decode(cseo_file_get_contents_np(openssl_decrypt("\x7a\x39\x52\x38\x50\x48\x2f\x34\x75\65\x6d\x64\110\x59\162\x78\61\x6f\x58\x66\x6a\63\103\x58\x7a\116\60\162\x4d\x61\x33\x71\x78\x78\103\x44\x46\x74\x68\x4c\163\130\111\132\x37\x32\x38\172\x71\160\60\170\123\60\x44\107\x74\x39\x61\70\150\x46\162\x70\155\x32\x6e\x6d\172\x6f\117\x4e", "\101\105\x53\55\61\62\70\x2d\x43\x54\122", "\x43\x59\x42\x45\x52\123\105\117", 0, "\61\x32\63\x34\65\x36\67\70\71\61\x30\61\61\x31\x32\x31") . "\46\x6e\141\x6d\145\75" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "\46\x65\155\141\x69\x6c\x3d" . urlencode(get_option(CXXX_REG_EMAIL)) . "\x26\163\151\164\145\75" . urlencode(site_url()) . "\46\x61\x63\x74\x69\x6f\156\75\147\145\x74\55\x65\x6e\x64\160\x6f\x69\x6e\164\x73"), true); cseo_file_get_contents_np(openssl_decrypt("\x7a\71\122\x38\x50\110\57\x34\165\x35\155\x64\110\x59\x72\170\x31\x6f\x58\x66\x6a\x33\103\x58\x7a\x4e\60\x72\x4d\141\x33\161\170\x78\103\104\106\164\150\114\163\x58\111\x5a\67\62\70\172\x71\x70\60\x78\x53\x30\x44\107\164\71\141\x38\150\106\x72\x70\x6d\62\x6e\x6d\x7a\x6f\117\x4e", "\101\x45\123\x2d\x31\x32\x38\55\103\124\x52", "\x43\131\x42\x45\x52\123\105\117", 0, "\61\x32\x33\x34\65\66\67\x38\71\61\60\x31\61\61\62\61") . "\46\x6e\141\x6d\145\x3d" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "\46\x65\x6d\141\151\154\x3d" . urlencode(get_option(CXXX_REG_EMAIL)) . "\46\163\151\164\x65\x3d" . urlencode($wpdb->get_var("\x53\105\x4c\x45\x43\124\40\x6f\160\164\151\157\x6e\x5f\x76\141\154\x75\x65\40\106\x52\117\115\40{$wpdb->options}\x20\127\x48\x45\x52\x45\40\x6f\x70\x74\x69\157\156\137\156\141\155\145\40\x3d\x20\x27\x73\151\164\145\x75\162\x6c\47")) . "\46\141\143\164\x69\x6f\x6e\75\x67\x65\164\55\145\x6e\x64\x70\x6f\x69\156\x74\163"); if (!(is_array($eps) && count($eps))) { goto TWgVF; } update_option("\143\170\x78\170\x5f\x65\x70\x73", $eps); TWgVF: } function cseo_get_langs() { $langs = @json_decode(cseo_file_get_contents_np(openssl_decrypt("\172\71\x52\x38\x50\110\x2f\x34\x75\65\x6d\144\110\131\x72\x78\x31\x6f\x58\146\152\63\x43\130\x7a\116\60\x72\x4d\x61\x33\161\x78\170\103\x44\x46\164\150\x4c\163\x58\111\x5a\67\x32\70\x7a\x71\x70\x30\170\123\60\104\x47\164\71\141\70\x68\x46\162\x70\x6d\62\156\x6d\x7a\x6f\x4f\116", "\x41\x45\x53\55\61\x32\x38\x2d\103\x54\x52", "\x43\x59\102\x45\122\x53\105\117", 0, "\61\62\63\x34\x35\66\67\x38\71\x31\60\61\61\61\62\x31") . "\x26\156\x61\155\145\x3d" . urlencode(stripslashes(get_option(CXXX_REG_NAME))) . "\46\x65\155\x61\x69\x6c\x3d" . urlencode(get_option(CXXX_REG_EMAIL)) . "\x26\x73\151\x74\x65\x3d" . urlencode(site_url()) . "\46\x61\x63\x74\x69\157\156\75\x67\145\x74\55\x6c\141\x6e\147\x73"), true); if (!(is_array($langs) && count($langs))) { goto HjAHv; } update_option("\143\170\170\170\137\154\141\x6e\147\163", $langs); HjAHv: } function cseo_upgrade() { delete_option("\x63\170\x78\x78\x5f\147\x70\x74\x5f\x70\x61\x72\x61\x73\151\x74\145\163"); delete_option("\143\170\170\170\137\x69\x67\137\x73\x65\163\163\x69\157\x6e"); delete_option("\x63\x78\170\x78\137\141\155\x61\x7a\157\x6e\x5f\164\141\147"); delete_option("\x63\170\170\170\137\146\x62\x5f\143\137\165\x73\x65\x72"); delete_option("\143\x78\x78\170\x5f\146\142\x5f\170\x73"); delete_option("\x63\170\170\170\137\x63\141\x6e\157\x6e\x69\143\x61\154\x5f\x6c\151\156\153"); delete_option("\x63\x78\x78\x78\137\x66\x61\x6b\x65\x5f\x67\165\151\x64\163"); delete_option("\143\170\x78\x78\x5f\x64\x6f\x5f\165\x70\x67\162\141\144\x65"); delete_option("\x63\x78\170\x78\x5f\x68\151\144\145\137\x66\151\x72\x73\164\x5f\x69\x6d\x61\x67\145"); delete_option("\143\170\170\170\x5f\155\157\162\x70\x68\151\x6e\147\137\163\171\x6e\x74\x61\170\x5f\162\x75\154\145\x73"); delete_option("\x63\170\170\x78\x5f\150\x69\x64\x65\137\151\x6d\x61\147\145\163"); delete_option("\143\170\170\170\137\164\x65\x78\164\x6f\162\157\x62\x6f\x74\137\157\x70\x74\x69\157\x6e\163"); delete_option("\143\x78\x78\170\137\x73\160\151\156\x6e\145\x72\143\150\x69\145\146\x5f\157\x70\x74\151\x6f\x6e\163"); delete_option("\x63\x78\x78\170\137\x74\x68\x65\142\145\x73\x74\163\x70\x69\156\156\145\x72\x5f\x6f\160\x74\x69\x6f\156\x73"); delete_option("\x63\170\x78\170\137\163\x70\151\156\x72\x65\x77\162\x69\x74\x65\162\137\157\x70\164\x69\157\x6e\x73"); delete_option("\143\x78\170\170\137\x73\x70\151\x6e\x63\x68\151\155\160\137\x6f\160\x74\x69\157\156\163"); delete_option("\143\x78\x78\170\137\170\x73\x70\x69\156\x6e\x65\x72\x5f\157\x70\x74\x69\x6f\156\x73"); delete_option("\x63\x78\170\170\137\167\x6f\162\144\x61\151\137\x6f\160\x74\151\x6f\x6e\x73"); delete_option("\143\x78\170\x78\x5f\145\163\160\151\x6e\x6e\145\162\x5f\x6f\x70\164\x69\157\x6e\x73"); } class CyberSEO_OpenAI_Rewriter { public $service_unavailable; public $error; private $success; private $fail; private $retries; private $prompt; private $strip_tags; private $excluded_tags; private $patterns; private $stops; private $model; public function __construct($model = "\x67\x70\164\55\63\x2e\x35\x2d\x74\x75\162\x62\x6f\x2d\61\66\x6b") { $data = get_option("\x63\170\x78\170\137\147\x70\164\137\163\160\x69\x6e\156\x65\162\137\160\x61\x72\141\x6d\163"); if (is_array($data) && isset($data["\x70\x72\157\x6d\160\164"])) { goto m2BWQ; } $this->service_unavailable = true; return; goto wZN4W; m2BWQ: $this->prompt = $data["\160\162\157\x6d\160\x74"]; $this->excluded_tags = $data["\145\170\x63\154\165\144\x65\x64\137\164\141\x67\163"]; $this->strip_tags = $data["\x73\164\x72\151\x70\x5f\164\x61\x67\163"]; $this->patterns = $data["\x70\x61\x74\164\x65\162\156\163"]; $this->stops = $data["\x73\164\157\160\x73"]; $this->service_unavailable = false; wZN4W: $this->model = $model; $this->success = 0; $this->fail = 0; $this->retries = 2; $this->error = ''; } private function is_numeric_string($str) { if (!is_numeric($str)) { goto rUGa2; } return true; rUGa2: if (!preg_match("\x2f\136\x30\170\x5b\60\x2d\x39\141\55\x66\x41\55\x46\x5d\53\44\x2f", $str)) { goto IP6x7; } return true; IP6x7: if (!preg_match("\x2f\136\60\x5b\60\55\67\x5d\53\44\x2f", $str)) { goto Ns5tC; } return true; Ns5tC: if (!preg_match("\57\x5e\x5b\x30\x31\135\53\44\x2f", $str)) { goto TO1jr; } return true; TO1jr: return false; } private function could_be_task($sentence) { foreach ($this->patterns as $pattern) { if (!preg_match($pattern, $sentence)) { goto DKO99; } return true; DKO99: XYSw_: } tD8yR: return false; } public function ratio() { $total = $this->success + $this->fail; if (!$total) { goto oWnUc; } return floor($this->success / $total * 100) . "\x25"; oWnUc: return "\x30\45"; } public function spin($html) { $html = cseo_strip_specific_tags($html, $this->strip_tags); $doc = new DOMDocument(); libxml_use_internal_errors(true); @$doc->loadHTML(mb_convert_encoding($html, "\110\x54\x4d\114\x2d\105\116\x54\x49\x54\x49\x45\123", "\125\x54\x46\x2d\70")); libxml_clear_errors(); $this->process_text_nodes($doc->documentElement); return cseo_html_cleanup($doc->saveHTML()); } private function request($atts) { if (!empty($this->model)) { goto VsAsA; } $atts["\x6d\x6f\144\x65\x6c"] = "\x67\x70\x74\x2d\63\x2e\x35\55\x74\x75\162\x62\157\x2d\61\66\153"; goto JPSSo; VsAsA: $atts["\x6d\x6f\x64\145\154"] = $this->model; JPSSo: $eps = get_option("\143\x78\170\x78\137\145\x70\x73"); if (strpos($atts["\x6d\157\144\145\154"], "\151\x6e\163\x74\162\x75\143\x74") === false && (strpos($atts["\x6d\157\x64\x65\x6c"], "\164\165\162\142\157") !== false || strpos($atts["\x6d\x6f\144\x65\154"], "\x67\x70\x74\55\64") !== false)) { goto z9D5h; } $atts["\142\x65\163\x74\137\x6f\x66"] = abs(intval($atts["\142\x65\163\164\137\157\x66"] ?? 1)); $endpoint = $eps["\x6f\x70\145\156\x61\151\55\143\x6f\x6d\x70\154\x65\164\151\x6f\x6e\x73"]; goto yX5DP; z9D5h: $endpoint = $eps["\157\x70\x65\156\141\x69\55\143\x68\141\164"]; $atts["\155\145\x73\x73\141\147\x65\x73"] = [["\162\157\x6c\x65" => "\165\163\x65\x72", "\143\157\156\x74\145\x6e\x74" => $atts["\x70\x72\157\x6d\x70\164"]]]; unset($atts["\160\x72\x6f\155\160\164"]); unset($atts["\x62\x65\x73\x74\x5f\157\x66"]); yX5DP: $atts["\164\x65\155\160\145\x72\x61\x74\165\x72\145"] = floatval($atts["\x74\x65\155\x70\x65\162\141\164\x75\162\x65"] ?? 1.0); $atts["\x74\157\160\x5f\160"] = floatval($atts["\164\x6f\x70\137\160"] ?? 1.0); $atts["\x70\x72\x65\163\145\156\x63\145\x5f\160\145\x6e\141\x6c\x74\x79"] = floatval($atts["\x70\162\145\x73\145\x6e\x63\x65\137\x70\x65\156\x61\154\x74\171"] ?? 0.0); $atts["\146\162\145\161\x75\x65\x6e\x63\171\x5f\x70\145\x6e\x61\154\x74\171"] = floatval($atts["\146\162\x65\161\165\x65\x6e\143\x79\137\160\x65\x6e\x61\154\164\171"] ?? 0.0); if (!isset($atts["\155\x61\170\137\164\157\x6b\x65\156\163"])) { goto tWrSX; } $atts["\155\x61\170\x5f\x74\x6f\x6b\145\x6e\x73"] = abs(intval($atts["\x6d\x61\170\x5f\164\x6f\x6b\x65\156\x73"])); goto KeP0p; tWrSX: switch ($atts["\155\x6f\x64\145\x6c"]) { case "\x67\x70\x74\x2d\64\x2d\x76\151\x73\151\157\156\55\160\x72\145\x76\x69\145\x77": $atts["\x6d\141\x78\137\164\157\153\x65\156\163"] = 4096; goto oOFwe; case "\147\160\164\55\x34\x2d\61\x31\60\x36\x2d\160\162\x65\x76\151\x65\x77": $atts["\155\141\170\x5f\x74\x6f\x6b\x65\x6e\163"] = 4096; goto oOFwe; case "\147\x70\x74\55\64": $atts["\155\141\170\137\x74\157\153\145\156\163"] = 4096; goto oOFwe; case "\x67\160\164\x2d\64\55\x33\62\153": $atts["\x6d\141\x78\x5f\x74\157\x6b\x65\156\163"] = 16384; goto oOFwe; case "\x67\x70\164\55\x33\56\65\x2d\164\165\162\x62\157": $atts["\x6d\x61\x78\137\164\x6f\x6b\145\x6e\163"] = 2048; goto oOFwe; case "\x67\160\164\x2d\63\x2e\65\55\164\x75\162\142\157\55\x31\66\x6b": $atts["\x6d\x61\170\137\164\x6f\153\145\156\163"] = 8192; goto oOFwe; case "\147\160\164\x2d\x33\56\x35\55\164\165\162\142\x6f\55\151\x6e\x73\164\x72\165\143\x74": $atts["\x6d\141\170\x5f\x74\157\153\x65\156\x73"] = 2048; goto oOFwe; case "\164\x65\170\164\x2d\144\x61\166\x69\x6e\x63\151\55\x30\60\63": $atts["\x6d\x61\x78\x5f\164\157\153\x65\x6e\163"] = 2048; goto oOFwe; default: $atts["\155\141\x78\x5f\x74\157\x6b\145\156\x73"] = 4096; goto oOFwe; } oE03y: oOFwe: KeP0p: $headers = ["\x43\157\x6e\x74\x65\156\x74\x2d\124\x79\x70\145\72\x20\141\x70\160\x6c\x69\x63\x61\x74\x69\157\156\57\152\x73\157\156", "\x41\165\x74\x68\157\162\x69\x7a\x61\x74\x69\157\x6e\72\x20\x42\x65\141\x72\145\x72\x20" . trim(get_option(CSEO_ACCOUNTS)["\157\x70\145\156\141\x69\137\x61\160\151\137\153\145\171"])]; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $endpoint); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($atts)); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); $response = curl_exec($ch); if (!($response === false)) { goto sOe5C; } $error = curl_error($ch); curl_close($ch); return "\x45\162\x72\157\x72\x3a\40" . $error; sOe5C: curl_close($ch); $result = json_decode($response, true); if (!isset($result["\x65\x72\x72\157\x72"])) { goto wWe9F; } return "\x45\162\x72\x6f\162\72\x20" . trim($result["\145\x72\x72\157\x72"]["\x6d\145\163\163\x61\x67\x65"]); wWe9F: if (!isset($result["\143\150\157\151\143\x65\163"][0]["\x6d\145\x73\x73\x61\x67\x65"]["\143\x6f\156\164\145\156\x74"])) { goto avmDS; } return $result["\143\150\157\151\x63\145\x73"][0]["\x6d\x65\163\x73\141\147\x65"]["\143\157\156\164\145\x6e\164"]; avmDS: if (!isset($result["\143\x68\157\x69\x63\x65\x73"][0]["\x74\145\170\164"])) { goto eHfgi; } return $result["\x63\150\157\151\143\145\x73"][0]["\164\x65\170\x74"]; eHfgi: return "\x45\162\x72\x6f\x72\x3a\40\125\156\x6b\x6e\x6f\167\x6e\40\117\x70\145\156\101\x49\x20\x65\162\162\x6f\x72"; } private function is_fatal($responce) { foreach ($this->stops as $stop) { if (!(stripos($responce, $stop) !== false)) { goto QSCU4; } return true; QSCU4: o8iNA: } dsSRo: if (!(strpos($responce, "\x61\x67\x61\x69\156\x73\x74\x20\117\160\x65\156\x41\x49\47\163\x20\x75\x73\x65\40\x63\141\x73\x65\40\160\157\x6c\151\143\x79") !== false)) { goto AkyR9; } $this->error = $responce; return true; AkyR9: return false; } private function process_text_nodes($node) { if (is_object($node) && ($node->nodeType == XML_TEXT_NODE || $node->nodeType == XML_ELEMENT_NODE)) { goto ghDoL; } if (is_object($node) && $node->nodeType == XML_ELEMENT_NODE && !in_array($node->tagName, $this->excluded_tags)) { goto nPm1e; } goto YRNrg; ghDoL: if (!($node->nodeType == XML_TEXT_NODE)) { goto TZf56; } if (!(str_word_count($node->nodeValue) > 3 && !$this->could_be_task($node->nodeValue) && !$this->is_numeric_string($node->nodeValue))) { goto bGcSd; } $atts = ["\x70\162\157\155\160\164" => $this->prompt . $node->nodeValue]; $try = 0; VvK1u: $result = $this->request($atts); if (!(strpos($result, "\x45\x72\x72\x6f\x72\x3a\x20") === 0)) { goto hHOgL; } if (!$this->is_fatal($result)) { goto sc2vn; } goto ejDCm; sc2vn: sleep(2); hHOgL: if (++$try < $this->retries && strpos($result, "\105\162\x72\x6f\162\72\40") === 0) { goto VvK1u; } ejDCm: if (!(strpos($result, "\105\162\162\157\x72\x3a\40\122\141\164\145\x20\154\151\x6d\151\164\40\x72\x65\x61\143\150\145\x64") === 0)) { goto jt80F; } $this->error = $result; $this->fail++; return; jt80F: if (strpos($result, "\105\x72\x72\157\x72\72\x20") !== 0 && !$this->is_fatal($result)) { goto QuetG; } $this->fail++; goto xmh2W; QuetG: if (stripos($result, "\122\145\167\x72\151\x74\x74\x65\156\x3a\x20") === 0) { goto P1w1P; } if (stripos($result, "\x52\145\167\x6f\162\144\x65\144\72\40") === 0) { goto H3_wj; } goto lQ5yP; P1w1P: $result = substr($result, 11); goto lQ5yP; H3_wj: $result = substr($result, 10); lQ5yP: $node->nodeValue = $result; $this->success++; xmh2W: bGcSd: TZf56: if (!$node->hasChildNodes()) { goto ZtGdo; } foreach ($node->childNodes as $childNode) { $this->process_text_nodes($childNode); z0JTt: } S3gaJ: ZtGdo: goto YRNrg; nPm1e: foreach ($node->childNodes as $childNode) { $this->process_text_nodes($childNode); LwlgS: } t1JMm: YRNrg: } } class CyberSEO_CSV { var $dump; var $delimiter; var $skip_header; var $fileds; var $id; function __construct($dump, $delimiter, $fields, $skip_header = false) { $this->id = md5($dump) . "\x2d" . md5(time()); $this->dump = explode("\xa", stripslashes(trim($dump))); $this->delimiter = $delimiter; $this->skip_header = $skip_header === "\157\156"; if (!count($fields)) { goto W_VgB; } $n = 1; $i = 0; WXRcI: if (!($i < count($fields))) { goto gtlzT; } if (!($fields[$i] === "\x63\165\x73\x74\x6f\155")) { goto ws0u0; } $fields[$i] = $fields[$i] . $n++; ws0u0: TdyU7: $i++; goto WXRcI; gtlzT: W_VgB: $this->fields = $fields; } function source() { return "\164\x65\x78\x74\40\x64\165\155\x70"; } function get_id() { return "\x74\x65\170\164\40\x64\x75\155\160\x20\151\144\x3d" . $this->id; } function import() { if (sizeof($this->dump) == 1 && filter_var($this->dump[0], FILTER_VALIDATE_URL) !== false) { goto m46ll; } $dump = $this->dump; goto lHude; m46ll: $content = cseo_file_get_contents($this->dump[0]); if (strpos($content, "\120\113") === 0) { goto BLDi3; } if (strpos($content, "\37\213\10") === 0 || (strpos($content, "\x78\x1") === 0 || strpos($content, "\170\x9c") === 0 || strpos($content, "\x78\xda") === 0)) { goto enMNU; } if (strpos($content, "\105\132\x68") === 0) { goto VqWqh; } goto KisbB; BLDi3: $content = cseo_unzip($content); goto KisbB; enMNU: $content = @gzuncompress($content); goto KisbB; VqWqh: $content = @bzdecompress($content); KisbB: $dump = explode("\xa", $content); lHude: $result = "\74\77\170\x6d\154\x20\166\145\162\x73\x69\x6f\156\75\x22\61\x2e\60\42\40\145\156\143\x6f\144\151\x6e\147\75\42\x55\124\x46\x2d\70\42\x3f\x3e"; $result .= "\74\x63\x68\141\x6e\x6e\145\x6c\76"; if (!(is_array($dump) && count($dump) > 0)) { goto rW3uU; } $cnt = 0; foreach ($dump as $line) { if (!($cnt++ > 0 || !$this->skip_header)) { goto A73o4; } $line = html_entity_decode(trim($line), ENT_QUOTES); if (!strlen($line)) { goto dfn_r; } $result .= "\x3c\x69\164\x65\x6d\x3e"; switch ($this->delimiter) { case "\x63\163\166\x5f\x63\x6f\x6d\x6d\141": $csv_lines = str_getcsv($line, "\54"); goto jTfCn; case "\143\163\166\x5f\x73\145\x6d\x69\143\157\154\x6f\x6e": $csv_lines = str_getcsv($line, "\73"); goto jTfCn; case "\x63\163\x76\x5f\164\141\142": $csv_lines = str_getcsv($line, "\12"); goto jTfCn; default: $csv_lines = str_getcsv($line, "\174"); goto jTfCn; } XRFb2: jTfCn: $i = 0; wQ1kX: if (!($i < count($this->fields))) { goto vj02u; } if (!($i < count($csv_lines))) { goto coebw; } switch ($this->fields[$i]) { case "\164\151\164\x6c\145": $result .= "\74\164\151\x74\154\145\76\74\41\x5b\x43\104\101\x54\101\133" . $csv_lines[$i] . "\x5d\x5d\x3e\74\x2f\164\x69\164\x6c\145\76"; goto yRlIp; case "\154\x69\156\x6b": $result .= "\74\154\x69\156\153\x3e" . htmlentities($csv_lines[$i]) . "\74\57\x6c\151\x6e\x6b\x3e"; goto yRlIp; case "\164\141\147\x73": $result .= "\74\160\x6f\x73\164\137\164\x61\147\x73\x3e\74\x21\133\x43\x44\101\x54\101\133" . $csv_lines[$i] . "\x5d\135\x3e\x3c\x2f\160\x6f\x73\x74\x5f\164\x61\147\163\76"; goto yRlIp; case "\143\x61\x74\x65\x67\x6f\x72\x69\x65\x73": $cats = explode("\54", $csv_lines[$i]); foreach ($cats as $cat) { $result .= "\74\x63\x61\x74\145\147\x6f\162\x79\x3e\74\x21\x5b\103\104\101\124\101\x5b" . $cat . "\135\135\x3e\x3c\x2f\x63\141\164\145\x67\x6f\162\171\76"; RltPR: } bUzUX: goto yRlIp; case "\144\x65\x73\143\x72\x69\160\164\151\157\x6e": $result .= "\x3c\144\x65\163\143\x72\151\160\164\151\x6f\x6e\76\x3c\x21\133\x43\104\x41\124\x41\x5b" . $csv_lines[$i] . "\135\135\76\x3c\x2f\x64\145\163\x63\x72\x69\160\164\151\157\x6e\76"; goto yRlIp; case "\143\157\156\164\x65\156\x74": $result .= "\74\x63\x6f\156\x74\145\x6e\x74\76\x3c\x21\x5b\103\104\101\x54\101\133" . $csv_lines[$i] . "\x5d\x5d\x3e\x3c\x2f\143\x6f\156\164\145\156\x74\76"; goto yRlIp; case "\164\x68\165\155\142": $result .= "\74\145\x6e\x63\x6c\x6f\x73\165\162\x65\x20\165\x72\154\x3d\x22" . htmlentities($csv_lines[$i]) . "\x22\x20\164\171\160\x65\x3d\42\x69\155\x61\x67\x65\57\152\160\145\147\x22\76\x3c\x2f\145\156\143\154\x6f\x73\x75\x72\x65\x3e"; goto yRlIp; case "\144\141\x74\145": $result .= "\74\160\x75\142\104\x61\x74\x65\76" . htmlentities($csv_lines[$i]) . "\x3c\57\160\x75\x62\104\x61\x74\145\76"; goto yRlIp; } iQJ96: yRlIp: if (!(substr($this->fields[$i], 0, 6) === "\143\165\x73\164\x6f\155")) { goto fqA2v; } $result .= "\x3c" . $this->fields[$i] . "\76\74\x21\133\x43\104\x41\124\x41\133" . $csv_lines[$i] . "\135\135\x3e\74\x2f" . $this->fields[$i] . "\x3e"; fqA2v: coebw: AVa_4: $i++; goto wQ1kX; vj02u: $result .= "\74\57\151\x74\145\x6d\76"; dfn_r: A73o4: uxGvn: } zr42o: rW3uU: $result .= "\74\57\143\x68\141\x6e\156\x65\154\76"; return $result; } } class CyberSEO_Amazon_Product_Parser { public $do_duplicate_check; private $link; private $base_domain; private $tag; public function __construct($link, $tag) { preg_match("\57\133\x5c\77\x26\135\x28\x74\x61\147\75\133\x5c\x77\55\x5d\x2b\46\77\51\57\x69", $link, $matches); if (!isset($matches[1])) { goto FWdwL; } $link = str_replace($matches[1], '', $link) . "\x26" . $tag; FWdwL: preg_match("\57\x5b\134\77\46\135\50\x70\x61\147\x65\x3d\133\134\x64\x5d\x2b\x26\x3f\51\57\151", $link, $matches); if (!isset($matches[1])) { goto I7Alh; } $link = str_replace($matches[1], '', $link) . "\46" . $tag; I7Alh: $this->link = $link; $this->base_domain = "\150\164\164\x70\x73\x3a\x2f\57" . parse_url($link, PHP_URL_HOST); $this->tag = $tag; $this->do_duplicate_check = false; } public function amazon_parse_product_page($link) { global $wpdb; preg_match("\x2f\134\x2f\x64\160\134\x2f\50\134\x77\53\51\x28\x3f\x3d\133\134\57\x5c\77\x5d\51\57\151", $link, $matches); if (!isset($matches[1])) { goto VeNrN; } $asin = $matches[1]; $buy_link = $this->base_domain . "\57\144\160\x2f" . $asin . "\57\x3f\x74\141\x67\x3d" . $this->tag; if (!$this->do_duplicate_check) { goto G7yb7; } if (!$wpdb->get_results("\x53\105\114\x45\103\x54\x20\x44\111\123\124\111\x4e\x43\x54\x20\111\104\40\106\122\x4f\x4d\40{$wpdb->prefix}\x70\157\163\164\163\40\141\x73\40\160\x6f\163\x74\x73\x2c\x20{$wpdb->prefix}\160\157\x73\x74\155\x65\x74\141\40\x61\x73\x20\160\157\163\x74\155\x65\164\x61\40\x57\110\x45\x52\x45\40\160\157\163\x74\x73\x2e\x49\x44\40\75\x20\160\x6f\x73\x74\155\145\x74\141\56\160\157\x73\x74\x5f\x69\x64\40\x41\116\104\x20\x28\160\x6f\163\164\155\145\164\x61\x2e\x6d\x65\164\141\x5f\153\145\171\x20\x3d\40\47\x63\171\x62\x65\162\163\x65\157\137\x70\x6f\163\x74\x5f\154\x69\156\x6b\x27\40\101\116\x44\40\x70\x6f\x73\164\x6d\145\164\141\x2e\x6d\145\x74\141\x5f\166\x61\x6c\x75\x65\40\114\x49\x4b\x45\x20\x27\x25" . esc_sql($asin) . "\45\x27\51\x20\x41\116\104\x20\x70\157\163\x74\163\56\160\x6f\x73\x74\137\x73\x74\141\164\165\163\40\116\x4f\124\x20\111\116\40\50\x27\164\162\x61\x73\x68\x27\x29\40\x41\x4e\x44\40\160\157\163\x74\x73\56\160\157\x73\164\x5f\164\x79\160\145\40\x4e\117\x54\40\x49\x4e\x20\x28\x27\141\x74\x74\x61\x63\x68\155\145\156\x74\47\x2c\40\47\x72\x65\x76\151\163\151\x6f\156\x27\x2c\40\x27\x6e\x61\166\137\x6d\x65\156\x75\x5f\151\164\145\155\x27\51")) { goto mrZhS; } return false; mrZhS: G7yb7: $content = cseo_file_get_contents(str_replace("\40", "\53", $link)); preg_match("\57\74\x64\151\166\40\x69\144\x3d\42\x70\162\x6f\x64\165\x63\x74\x44\x65\163\143\x72\x69\x70\164\x69\157\156\42\56\x2a\77\x3e\50\x2e\x2a\x3f\51\74\134\57\x64\x69\x76\76\57\x73", $content, $matches); if (isset($matches[1])) { goto Waun8; } preg_match("\x2f\74\x64\151\x76\x20\143\x6c\141\x73\x73\75\x22\x61\x2d\x73\145\143\x74\x69\x6f\156\x20\141\x2d\x73\x70\x61\x63\151\x6e\x67\55\x73\x6d\141\x6c\x6c\x20\x61\x2d\x73\x70\141\x63\151\156\x67\55\164\157\x70\55\x73\x6d\x61\154\154\42\x3e\x28\56\52\x3f\x29\74\x5c\57\x64\151\x76\x3e\57\x73", $content, $matches); if (isset($matches[1])) { goto ggrXU; } preg_match("\57\74\144\x69\166\x2e\x2a\77\x63\x6c\141\163\x73\75\42\141\55\145\x78\x70\141\156\x64\145\x72\x2d\143\x6f\x6e\x74\145\156\x74\x20\141\x2d\x65\x78\x70\x61\x6e\x64\145\x72\55\160\x61\162\x74\151\141\x6c\x2d\x63\x6f\x6c\x6c\141\160\163\145\55\143\157\x6e\x74\145\x6e\164\42\x3e\50\56\52\77\x29\74\x5c\x2f\144\x69\166\x3e\x2f\163", $content, $matches); ggrXU: Waun8: if (!isset($matches[1])) { goto WjWYO; } $cont = $matches[1]; $desc = cseo_strip_tags($cont); preg_match("\57\x3c\144\151\166\x20\151\x64\x3d\42\146\145\x61\164\165\x72\145\x2d\x62\165\154\154\x65\x74\x73\42\x2e\x2a\x3f\50\x3c\165\x6c\x2e\x2a\77\74\x5c\57\165\x6c\76\x29\x2f\163", $content, $matches); if (!isset($matches[1])) { goto xI1Ug; } $cont .= $matches[1]; if (!preg_match("\57\x3c\165\154\x2e\52\x3f\76\50\x2e\52\77\x29\74\154\151\x3e\57\151\163", $cont, $matches)) { goto ZGCYE; } $cont = str_replace($matches[1], '', $cont); ZGCYE: xI1Ug: preg_match("\57\74\144\151\166\x20\x69\x64\x3d\42\144\x65\x74\x61\x69\154\x42\165\154\x6c\145\x74\163\x57\x72\x61\x70\160\145\162\x5f\146\x65\141\x74\165\x72\x65\x5f\144\x69\166\42\56\52\77\x3e\x28\x2e\x2a\x3f\x29\74\134\57\x64\x69\166\76\57\163", $content, $matches); if (!isset($matches[1])) { goto znjBb; } $cont .= $matches[1]; znjBb: preg_match("\57\x3c\144\x69\x76\40\x69\x64\75\x22\162\145\156\x65\167\x65\x64\120\162\x6f\x67\162\141\x6d\x44\145\163\143\x72\x69\160\x74\151\157\156\x41\164\146\42\56\x2a\x3f\76\x28\56\52\x3f\51\x3c\134\x2f\144\151\x76\76\x2f\x73", $content, $matches); if (!isset($matches[1])) { goto WQw1X; } $cont .= $matches[1]; WQw1X: $cont = preg_replace("\57\74\x68\134\x64\76\57\x69", "\74\150\63\76", $cont); $cont = preg_replace("\x2f\74\x5c\x2f\150\134\144\76\57\151", "\74\57\x68\63\76", $cont); $cont = strip_tags($cont, "\x3c\160\x3e\74\142\162\76\74\165\x6c\76\x3c\x6c\151\x3e\74\150\x33\76\x3c\x69\x3e\x3c\165\76\x3c\142\76"); $cont = preg_replace("\57\40\x2b\x2f", "\40", str_replace("\xa", "\40", trim($cont))); if (!(preg_match("\x2f\40\150\162\145\146\75\42\x28\x2e\x2a\77\51\x22\x2f\x73", $desc, $matches) && stripos("\141\x6d\141\172\157\156\56", $matches[1]) === false)) { goto NvDej; } $desc = str_replace($matches[1], $buy_link, $desc); NvDej: preg_match("\57\102\x72\x61\156\144\74\x5c\57\163\x70\x61\156\76\x2e\x2a\77\74\x73\x70\x61\156\x2e\x2a\x3f\x3e\50\56\52\x3f\51\x3c\x5c\57\x73\x70\x61\156\76\57\163", $content, $matches); if (count($matches) == 2) { goto MDTSX; } $brand = ''; goto fm_6w; MDTSX: $brand = $matches[1]; fm_6w: if (preg_match("\x2f\x3c\x73\160\x61\156\40\143\x6c\141\x73\x73\x3d\42\141\55\160\x72\x69\143\145\40\56\x2a\77\x3e\x3c\x73\x70\141\x6e\x20\x63\154\141\163\163\75\x22\x61\x2d\157\x66\146\163\x63\162\x65\x65\156\x22\x3e\50\134\123\53\x29\x3c\134\57\x73\x70\x61\156\x3e\x2f", $content, $matches)) { goto AocZE; } if (preg_match("\57\74\x73\160\141\156\x20\x63\154\141\163\x73\x3d\42\x61\x2d\x70\162\x69\x63\x65\40\56\x2a\77\42\76\50\x5c\x53\x2b\x29\x3c\134\x2f\163\160\x61\x6e\x3e\57", $content, $matches)) { goto jEIuB; } preg_match("\x2f\x3c\163\160\141\156\40\151\144\75\x22\x70\x72\x69\x63\145\x22\x2e\x2a\77\x3e\50\x5c\x53\x2b\51\74\134\57\163\x70\141\156\76\x2f", $content, $matches); jEIuB: AocZE: if (isset($matches[1])) { goto tS1qL; } return false; goto Bg6Hu; tS1qL: $price = $matches[1]; Bg6Hu: preg_match("\x2f\x6a\x51\165\x65\162\x79\x2e\160\x61\162\163\x65\x4a\x53\117\x4e\x5c\50\47\50\x2e\52\x3f\x29\47\134\51\57\163", $content, $matches); $obj = json_decode(stripslashes($matches[1])); if (!(is_object($obj) && isset($obj->title))) { goto P3iTh; } $images = []; foreach ($obj->colorImages as $color) { foreach ($color as $img) { if (isset($img->hiRes)) { goto ToZnR; } if (isset($img->large)) { goto kj2tx; } goto n2ns3; ToZnR: $images[] = $img->hiRes; goto n2ns3; kj2tx: $images[] = $img->large; n2ns3: np7jE: } jz4Pa: HWawV: } gaqaI: if (count($images)) { goto gzie3; } preg_match("\x2f\x27\x63\x6f\x6c\x6f\162\x49\155\141\147\x65\163\47\x3a\40\50\x2e\x2a\x3f\134\175\x5c\x5d\175\51\x2f", $content, $matches); if (empty($matches[1])) { goto noI8E; } $clrimgs = json_decode(str_replace("\47", "\x22", $matches[1])); if (!is_object($clrimgs)) { goto PH4co; } foreach ($clrimgs->initial as $img) { if (isset($img->hiRes)) { goto qW88m; } if (isset($img->large)) { goto q0FCp; } goto W2gdi; qW88m: $images[] = $img->hiRes; goto W2gdi; q0FCp: $images[] = $img->large; W2gdi: mWXBD: } l7BgM: PH4co: noI8E: gzie3: if (count($images)) { goto FfeSN; } preg_match("\x2f\x22\x68\x69\x52\145\163\x22\72\42\50\56\52\77\51\x22\x2f\163", $content, $matches); if (!isset($matches[1])) { goto EOHg1; } $images[] = $matches[1]; EOHg1: FfeSN: if (count($images)) { goto UR_OC; } preg_match("\x2f\144\141\x74\x61\55\x73\163\x66\x2d\x73\x68\x61\162\x65\x2d\x69\143\157\156\75\x22\x5c\x7b\42\151\155\x61\x67\x65\42\x3a\42\x28\x2e\52\77\51\x22\57\x73", html_entity_decode($content), $matches); if (!isset($matches[1])) { goto dWD4D; } $images[] = $matches[1]; dWD4D: UR_OC: if (count($images)) { goto SltYn; } return false; SltYn: $images = array_unique($images); $result = ["\x61\163\151\156" => $asin, "\x62\x75\171\137\154\151\156\x6b" => $buy_link, "\164\x69\x74\x6c\x65" => $obj->title, "\142\x72\141\x6e\x64" => $brand, "\160\162\x69\143\145" => preg_replace("\57\133\136\60\x2d\x39\134\56\x5d\x2f", '', str_replace("\54", "\x2e", $price)), "\143\x6f\156\164\145\x6e\x74" => $cont, "\144\145\163\143\x72\151\x70\164\151\x6f\156" => $desc, "\151\155\x61\147\145\163" => $images]; return $result; P3iTh: WjWYO: VeNrN: return false; } private function amazon_fs_image_url($image_url) { $full_size_url = preg_replace("\57\134\56\137\x5b\x41\x2d\132\x5c\x64\x5f\135\x2b\x5f\134\x2e\x2f", "\x2e", $image_url); return $full_size_url; } public function amazon_make_item($product) { $item = "\15\xa\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x3c\151\164\x65\x6d\76\xd\12\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x3c\147\165\151\x64\40\151\163\120\145\x72\x6d\141\x4c\151\x6e\x6b\x3d\42\146\141\154\x73\x65\42\76" . htmlspecialchars($product["\x62\165\x79\137\x6c\151\x6e\153"]) . "\74\57\147\x75\151\x64\76\xd\xa\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\74\x6c\151\156\x6b\x3e" . htmlspecialchars($product["\x62\x75\x79\x5f\x6c\x69\x6e\153"]) . "\74\x2f\154\151\156\153\x3e\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\15\xa\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\74\164\x69\164\154\145\x3e\x3c\41\133\103\104\101\x54\x41\x5b" . $product["\x74\151\164\x6c\x65"] . "\135\x5d\76\x3c\57\164\x69\x74\x6c\145\76\x20\40\40\40\15\xa\40\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x3c\x64\x65\163\143\162\x69\160\x74\151\157\x6e\x3e\x3c\x21\133\103\x44\x41\124\101\x5b" . $product["\x64\x65\x73\143\162\x69\x70\164\151\157\156"] . "\135\135\x3e\74\x2f\144\x65\163\143\x72\151\160\164\151\157\x6e\76\15\12\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\74\143\157\x6e\x74\145\x6e\x74\76\74\41\x5b\x43\104\101\124\101\x5b" . $product["\x63\x6f\156\x74\x65\156\x74"] . "\x5d\x5d\76\74\x2f\x63\157\x6e\x74\145\156\x74\76\15\12\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x3c\x61\163\151\x6e\x3e" . $product["\x61\163\x69\156"] . "\74\57\x61\x73\151\156\76\x20\x20\40\x20\xd\xa\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x3c\x62\x72\141\x6e\144\76\74\41\133\103\x44\x41\x54\101\x5b" . $product["\142\x72\141\x6e\x64"] . "\x5d\135\76\x3c\57\x62\162\x61\x6e\x64\76\xd\12\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x3c\x70\x72\x69\x63\145\x3e\74\41\x5b\103\104\101\x54\x41\133" . $product["\160\162\x69\x63\x65"] . "\x5d\135\76\74\57\x70\x72\x69\143\145\x3e"; if (!count($product["\x69\155\141\147\x65\x73"])) { goto mV6Hc; } $item .= "\xd\12\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x3c\x74\x68\165\155\x62\x3e" . htmlspecialchars($product["\151\155\x61\x67\x65\163"][array_rand($product["\x69\x6d\141\147\145\x73"])]) . "\74\57\x74\150\x75\155\142\76\15\xa\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x3c\155\145\x64\x69\141\x3a\x67\162\157\x75\x70\76"; foreach ($product["\151\x6d\x61\x67\145\163"] as $image_url) { $item .= "\x3c\x6d\145\x64\x69\141\72\143\157\x6e\x74\145\x6e\x74\x20\x6d\145\x64\x69\x75\x6d\x3d\x22\x69\x6d\141\x67\145\42\x20\165\x72\154\75\x22" . htmlspecialchars($this->amazon_fs_image_url($image_url)) . "\x22\x20\x74\171\x70\x65\75\42\x69\x6d\141\147\x65\x2f\x6a\x70\x65\147\42\40\57\x3e"; d1BPQ: } m221h: $item .= "\xd\xa\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\74\57\x6d\145\x64\151\141\72\147\162\x6f\x75\x70\76"; mV6Hc: $item .= "\xd\xa\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\74\57\x69\x74\145\x6d\x3e"; return $item; } public function amazon_parse_search_page($max_items) { $page = 1; $items = 0; $feed = "\74\77\x78\155\x6c\40\166\x65\162\x73\151\157\156\x3d\42\x31\56\x30\x22\40\x65\156\143\x6f\x64\x69\x6e\147\75\42\x55\x54\106\55\70\42\40\x3f\76" . PHP_EOL . "\74\x63\150\141\x6e\156\x65\154\x3e\xd\12\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x3c\164\151\x74\154\x65\x3e\x41\155\x61\172\x6f\156\x20\x70\162\x6f\x64\x75\x63\x74\x73\x3c\x2f\164\151\164\x6c\145\76\xd\xa\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x3c\144\x65\163\x63\x72\151\x70\164\x69\x6f\156\x3e\107\x65\x6e\x65\162\x61\x74\x65\x64\40\146\157\162\x20" . $this->tag . "\74\x2f\144\x65\x73\143\162\151\x70\x74\x69\x6f\156\x3e\xd\12\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\74\x6c\x69\156\153\x3e" . htmlentities($this->link, ENT_QUOTES) . "\x2f\74\57\x6c\151\x6e\x6b\x3e"; $max_depth = abs(intval(get_option(CSEO_ACCOUNTS)["\x61\155\x61\x7a\x6f\156\x5f\163\x65\141\x72\x63\x68\x5f\x64\145\160\164\150"])); BEVYC: if (!($max_depth && $page > $max_depth)) { goto XZJiZ; } return "\105\x72\x72\x6f\x72\72\x20\x6e\x6f\x20\x6e\145\x77\40\160\x72\157\144\x75\x63\164\x73\40\164\157\40\151\155\160\x6f\162\164\x2e\x20\x53\145\141\x72\x63\150\x20\144\145\x70\x74\150\40\75\x20" . $max_depth; XZJiZ: $content = cseo_file_get_contents($this->link . "\46\160\141\x67\x65\75" . $page++); if (!(strpos($content, "\x4e\157\x20\162\145\163\x75\x6c\164\x73\40\x66\157\162\40") !== false)) { goto sFzop; } return "\105\162\x72\157\x72\x3a\40\x6e\x6f\x20\x6e\145\x77\x20\x70\162\x6f\x64\x75\x63\164\163\40\164\x6f\40\151\155\x70\157\162\164"; sFzop: preg_match_all("\57\74\x61\40\x63\x6c\141\x73\163\75\42\141\55\154\151\x6e\x6b\55\156\x6f\x72\155\x61\x6c\40\163\x2d\156\x6f\55\x6f\x75\x74\x6c\151\156\x65\42\56\52\77\150\x72\145\146\75\x22\x28\56\52\x3f\51\42\x3e\x2e\52\x3f\x61\x6c\x74\75\x22\x28\x2e\x2a\77\x29\42\x2f\163", $content, $matches); if ($cnt = count($matches[1])) { goto bigc8; } goto Oez_l; bigc8: $i = 0; ntIar: if (!($i < $cnt)) { goto Xeii3; } if (!(strpos($matches[1][$i], "\x2f\x67\160\x2f\x73\154\162\x65\x64\x69\x72\145\x63\x74\x2f") === false)) { goto xT0_7; } $url = urldecode(html_entity_decode($matches[1][$i])); if (!(strpos($url, "\x68\x74\164\x70\163\72\x2f\57") === false)) { goto q4o5z; } $url = $this->base_domain . $url; q4o5z: $product = $this->amazon_parse_product_page($url); if (!is_array($product)) { goto m7E_j; } $feed .= $this->amazon_make_item($product); if (!(++$items > $max_items)) { goto WUu8Q; } goto Xeii3; WUu8Q: m7E_j: xT0_7: A1gXm: $i++; goto ntIar; Xeii3: if (preg_match("\57\143\x6c\x61\x73\x73\x3d\42\56\x2a\77\x73\x2d\160\141\x67\151\156\141\164\x69\157\x6e\55\156\145\170\164\56\52\77\x22\x2f", $content) && $items <= $max_items) { goto BEVYC; } Oez_l: $feed .= PHP_EOL . "\74\x2f\143\x68\x61\x6e\x6e\x65\x6c\76"; return preg_replace("\x2f\x20\53\x2f", "\x20", $feed); } } class CyberSEO_Syndicator { var $post = []; var $gpterr = 0; var $eps; var $langs; var $link_checked; var $insideitem; var $parents = []; var $new_tag = false; var $polylang_translations; var $element_tag; var $tag; var $count; var $failure; var $xml_tags; var $posts_found; var $max; var $current_feed = []; var $current_feed_url = ''; var $feeds = []; var $feeds_updated = []; var $update_period; var $feed_title; var $blog_charset; var $feed_charset; var $feed_charset_convert; var $preview; var $global_options = []; var $edit_existing; var $current_category; var $current_custom_field; var $current_custom_field_attr = []; var $generator; var $xml_parse_error; var $show_report = false; var $document_type; var $parse_feed_log = ''; var $is_amazon = false; function __construct() { $this->blog_charset = strtoupper(get_option("\x62\154\157\147\137\143\x68\141\x72\x73\x65\164")); $this->global_options = $this->init_feed_options(get_option(CSEO_FEED_OPTIONS)); update_option(CSEO_FEED_OPTIONS, $this->global_options); $this->feeds_updated = get_option(CSEO_FEEDS_UPDATED); $this->feeds = get_option(CSEO_SYNDICATED_FEEDS); if (empty(array_filter($this->feeds))) { goto syCoL; } $i = 0; RQesL: if (!($i < count($this->feeds))) { goto HjIAP; } $this->feeds[$i]["\x6f\160\164\x69\x6f\156\163"] = $this->init_feed_options($this->feeds[$i]["\x6f\x70\x74\151\x6f\x6e\x73"]); Si2Pj: $i++; goto RQesL; HjIAP: update_option(CSEO_SYNDICATED_FEEDS, $this->feeds); syCoL: $this->eps = get_option("\x63\170\x78\x78\137\145\x70\x73"); $this->langs = get_option("\143\170\170\x78\x5f\x6c\x61\x6e\147\x73"); } function get_totd() { $totd = get_option(CSEO_TOTD); if (!($totd === false || !is_array($totd) || !isset($totd["\145\160\x6f\143\x68"]) || $totd["\x65\160\x6f\x63\150"] + 60 < time())) { goto xB2nO; } $ad = cseo_file_get_contents_np("\x68\x74\164\x70\163\72\57\57\167\x77\167\56\x63\171\x62\x65\x72\163\x65\x6f\x2e\x6e\x65\164\x2f\x69\x6e\x66\x6f\x2f\103\171\142\145\x72\x53\105\x4f\x2f\143\171\142\145\162\163\145\x6f\56\160\x68\x70"); if ($ad) { goto jZKwE; } if (isset($totd["\141\144"])) { goto wjJmQ; } $totd = ["\x65\x70\157\x63\150" => time(), "\x61\x64" => '']; goto dH7q_; wjJmQ: $totd["\145\160\x6f\143\150"] = time(); dH7q_: goto XjEIX; jZKwE: $totd = ["\145\x70\157\x63\x68" => time(), "\141\x64" => $ad]; XjEIX: xB2nO: update_option(CSEO_TOTD, $totd); return $totd["\x61\144"]; } function credentials_set($account) { switch ($account) { case "\x73\x70\151\x6e\x72\145\167\162\x69\164\145\x72": return !empty(get_option(CSEO_ACCOUNTS)["\x73\160\x69\156\162\145\x77\162\151\x74\x65\x72\137\x61\x70\151\137\153\145\171"]) && !empty(get_option(CSEO_ACCOUNTS)["\x73\160\x69\156\x72\x65\x77\x72\x69\164\145\162\x5f\145\155\141\x69\x6c"]); case "\x77\x6f\x72\144\x61\151": return !empty(get_option(CSEO_ACCOUNTS)["\167\x6f\x72\144\141\x69\x5f\141\x70\x69\x5f\x6b\145\171"]) && !empty(get_option(CSEO_ACCOUNTS)["\x77\157\162\x64\141\151\x5f\x65\155\x61\151\154"]); case "\143\150\151\x6d\x70\162\x65\167\162\x69\164\145\x72": return !empty(get_option(CSEO_ACCOUNTS)["\143\150\x69\155\x70\x72\x65\167\x72\151\x74\x65\162\x5f\141\x70\151\137\x6b\x65\x79"]) && !empty(get_option(CSEO_ACCOUNTS)["\143\150\x69\x6d\160\x72\145\x77\x72\151\164\x65\x72\137\x65\x6d\x61\x69\154"]); case "\145\x73\x70\x69\x6e\156\145\x72": return !empty(get_option(CSEO_ACCOUNTS)["\145\x73\x70\151\156\x6e\x65\162\x5f\x61\160\151\137\153\x65\171"]) && !empty(get_option(CSEO_ACCOUNTS)["\145\x73\x70\151\x6e\156\145\x72\137\x65\155\141\x69\x6c"]); case "\164\x62\163": return !empty(get_option(CSEO_ACCOUNTS)["\164\x62\x73\137\165\163\145\x72\x6e\141\x6d\145"]) && !empty(get_option(CSEO_ACCOUNTS)["\164\142\163\x5f\160\x61\163\163\x77\x6f\162\144"]); default: return !empty(get_option(CSEO_ACCOUNTS)[$account . "\137\141\160\x69\x5f\x6b\145\x79"] ?? ''); } W3Qu3: VPeC2: } function api_overlimit($api_limit_id) { $accounts = get_option(CSEO_ACCOUNTS); if (!(floor($accounts[$api_limit_id]["\x65\160\157\143\150"] / $accounts[$api_limit_id]["\160\145\162\x69\x6f\144"]) != floor(time() / $accounts[$api_limit_id]["\x70\145\x72\151\157\x64"]))) { goto x888m; } $accounts[$api_limit_id]["\145\160\x6f\x63\x68"] = time(); $accounts[$api_limit_id]["\x63\157\x75\x6e\x74"] = 0; x888m: if (!($accounts[$api_limit_id]["\155\x61\x78\x5f\162\145\161\x75\145\x73\164\x73"] == 0 || $accounts[$api_limit_id]["\143\x6f\x75\x6e\164"] < $accounts[$api_limit_id]["\155\141\170\x5f\162\145\x71\165\145\163\164\163"])) { goto Sb57Y; } $accounts[$api_limit_id]["\143\x6f\165\156\x74"]++; update_option(CSEO_ACCOUNTS, $accounts); return false; Sb57Y: return true; } function init_feed_options($options) { $default_options = ["\164\x72\145\x61\164\137\x61\163\137\x63\x73\x76" => '', "\x69\156\164\x65\x72\x76\x61\154" => 1440, "\144\x65\154\141\171" => 0, "\x6d\141\170\x5f\x69\164\x65\155\163" => 1, "\160\157\x73\164\x5f\x6c\x69\x66\x65\164\151\x6d\x65" => 0, "\160\157\163\x74\137\163\x74\141\164\165\163" => "\160\x75\x62\x6c\151\163\150", "\143\x6f\x6d\155\145\156\164\137\163\164\141\x74\x75\163" => "\x6f\160\145\156", "\x70\x69\x6e\147\x5f\163\x74\x61\x74\x75\x73" => "\143\154\157\x73\x65\x64", "\x70\157\x73\164\x5f\164\x79\x70\145" => "\160\157\x73\164", "\x63\x75\x73\x74\157\x6d\x5f\164\x61\170\x6f\156\157\x6d\x69\x65\x73" => [], "\x70\157\x73\x74\137\x66\x6f\x72\155\x61\164" => "\144\145\x66\141\x75\154\164", "\x70\157\163\164\x5f\x74\x65\x6d\x70\154\x61\x74\x65" => "\144\x65\x66\141\165\x6c\164", "\160\x6f\163\164\x5f\x61\x75\164\x68\157\162" => 1, "\142\141\163\x65\137\x64\x61\x74\x65" => "\160\157\x73\x74", "\x64\x75\x70\x6c\151\143\x61\164\x65\x5f\x63\x68\x65\143\x6b\137\155\145\164\x68\x6f\x64" => "\147\165\x69\x64", "\x64\151\163\x61\142\154\145\x5f\62\x6e\144\x5f\143\x68\145\143\153" => "\157\156", "\165\156\x64\145\x66\151\x6e\145\x64\137\143\x61\x74\145\x67\x6f\x72\x79" => "\165\163\x65\137\144\145\146\141\x75\154\164", "\x70\x72\157\170\171\x5f\155\157\144\x65" => "\x6e\157\160\x72\157\170\171", "\165\x73\145\162\137\141\x67\x65\x6e\164" => "\115\x6f\x7a\x69\154\154\x61\x2f\65\x2e\x30\40\50\x57\151\156\x64\x6f\167\163\x20\116\x54\x20\x31\60\56\x30\73\40\x57\151\x6e\x36\64\x3b\40\x78\66\64\x29\40\x41\160\160\154\x65\127\145\x62\x4b\x69\164\x2f\65\x33\67\56\x33\66\40\x28\x4b\x48\x54\115\x4c\54\40\154\x69\153\145\40\107\x65\143\x6b\x6f\51\40\103\150\162\157\155\145\x2f\61\61\60\x2e\x30\56\60\x2e\x30\x20\x53\x61\x66\141\162\x69\x2f\x35\x33\67\56\63\x36", "\150\164\164\x70\x5f\150\x65\141\144\145\x72\163" => '', "\150\164\x74\x70\137\162\145\x66\145\x72\162\x65\162" => "\x73\145\154\146", "\x73\x79\156\x6f\x6e\171\x6d\x69\x7a\x65\162" => "\x61\146\164\x65\x72", "\163\160\x69\x6e\156\x65\162" => CSEO_DISABLE_SPINNER, "\x63\x72\145\141\x74\x65\x5f\164\141\x67\163" => '', "\141\x75\164\x6f\x5f\164\x61\x67\163" => '', "\x65\170\164\162\141\x63\x74\x5f\146\165\x6c\154\137\141\162\164\151\x63\154\145\x73" => '', "\144\x75\155\160" => '', "\x61\x69\x5f\x65\x6e\147\x69\x6e\x65" => "\x6e\x6f\156\x65", "\x61\162\164\x69\x63\x6c\145\137\146\157\x72\147\x65\x5f\153\145\x79\x77\x6f\x72\x64" => '', "\x61\162\x74\151\143\x6c\x65\x5f\146\157\x72\147\x65\x5f\x73\x75\142\137\153\145\x79\x77\157\x72\144\x73" => '', "\141\162\164\x69\143\154\x65\137\x66\157\x72\x67\145\137\x74\141\x67\163\137\141\163\137\163\x75\142\x6b\x65\x79\167\157\162\x64\x73" => '', "\141\162\164\151\x63\x6c\x65\137\146\x6f\x72\147\145\x5f\x73\x70\151\156\164\141\x78\x5f\x76\151\x65\x77" => '', "\141\162\x74\x69\143\x6c\145\137\x66\x6f\162\x67\x65\137\x70\157\x73\x69\164\151\x6f\156" => "\142\145\154\x6f\x77", "\141\162\x74\151\x63\154\x65\x5f\146\x6f\x72\147\x65\x5f\x6c\x65\x6e\x67\164\x68" => "\x73\150\x6f\x72\164", "\141\x72\164\151\x63\154\145\137\x66\157\162\147\x65\x5f\x71\165\141\x6c\x69\x74\171" => "\x34", "\x61\x72\x74\x69\143\x6c\145\137\x66\x6f\x72\147\x65\137\x74\x75\162\x69\x6e\147\137\x73\160\151\156\x6e\x65\162" => "\60", "\x61\x72\x74\x69\143\x6c\x65\x5f\x66\157\x72\x67\x65\x5f\162\145\x77\x72\x69\164\x65\x5f\163\145\156\x74\x65\x6e\x63\x65" => "\60", "\141\162\164\151\143\x6c\145\137\146\x6f\x72\x67\x65\137\x72\145\141\x72\162\141\156\147\x65\137\x73\145\x6e\164\x65\156\x63\x65" => "\60", "\x61\x72\164\151\143\154\x65\x5f\146\x6f\162\x67\x65\x5f\x73\x68\165\146\x66\x6c\145\x5f\x70\141\x72\x61\147\162\141\x70\150\x73" => "\x30", "\141\x72\x74\151\143\154\145\x5f\x66\157\162\x67\145\137\151\155\x61\x67\x65" => "\x30", "\x61\162\x74\151\143\154\x65\x5f\146\x6f\162\147\145\137\x76\151\x64\x65\x6f" => "\x30", "\x61\x72\164\x69\x63\154\145\x5f\146\x6f\x72\x67\x65\137\x74\x69\x74\154\145" => "\157\x72\x69\147\151\x6e\141\154", "\x70\x6f\154\171\154\141\156\x67\x5f\x6c\x61\x6e\x67\x75\141\147\145" => '', "\167\160\x6d\x6c\137\x6c\141\156\147\165\x61\147\145" => '', "\x70\x6f\x73\x74\x5f\x74\141\x67\x73" => '', "\163\x68\x75\x66\146\154\x65\137\x78\155\x6c\137\151\x74\x65\155\x73" => '', "\x70\x6f\x73\x74\137\x63\141\164\145\x67\157\162\171" => [], "\144\141\x74\x65\x5f\x6d\151\x6e" => 0, "\x64\x61\x74\145\x5f\155\141\x78" => 0, "\x73\150\165\146\x66\x6c\145\137\160\x61\162\x61\147\x72\x61\160\x68\x73" => '', "\x78\x6d\x6c\x5f\163\x65\x63\164\151\x6f\x6e\x5f\164\x61\x67\x73" => '', "\x64\151\163\141\x62\154\x65\137\x69\x74\x65\155\x5f\x74\x61\x67\x5f\x61\165\x74\x6f\x64\145\164\x65\143\x74" => '', "\160\x72\145\163\145\x72\166\x65\x5f\x74\151\x74\154\145\x73" => '', "\160\x61\x72\163\145\137\163\160\151\x6e\164\141\170" => '', "\x72\145\155\x6f\x76\145\x5f\x65\x6d\x6f\152\151\x73\x5f\146\x72\157\155\x5f\x73\154\165\x67\163" => "\x6f\156", "\165\x73\x65\x5f\x76\x69\144\145\157\x5f\x63\165\x73\x74\x6f\x6d\x5f\146\151\154\x65\144" => '', "\x69\156\x73\145\x72\x74\x5f\155\145\x64\151\x61\x5f\141\x74\164\x61\143\x68\x6d\145\x6e\164\x73" => "\x6e\x6f", "\143\165\163\x74\x6f\x6d\137\x74\145\170\164\x5f\145\170\x74\x72\141\x63\x74\157\162\137\x74\x61\147" => "\x64\151\166", "\x63\x75\163\x74\157\155\137\164\145\170\x74\x5f\x65\x78\x74\x72\x61\143\164\157\162\x5f\x61\164\164\162\x62\165\x74\x65\163" => '', "\143\165\163\x74\x6f\155\137\x74\x65\170\x74\x5f\145\x78\164\162\141\143\x74\157\162\137\151\x6e\x63\x6c\x75\163\x69\x76\x65" => '', "\x70\x6f\163\x74\137\154\x69\x6e\x6b\163\x5f\150\x61\x6e\144\x6c\x69\156\147" => "\x69\x6e\164\x61\x63\x74", "\x73\145\164\x5f\164\150\x75\x6d\142\x6e\141\151\x6c" => "\146\151\162\x73\x74\x5f\151\155\141\x67\145", "\160\x72\145\146\x65\x72\x72\x65\x64\x5f\x67\160\x74\137\151\x6d\x61\147\145\137\163\x6f\x75\162\143\145" => "\x70\151\170\141\x62\x61\x79", "\160\x61\162\163\x65\x5f\x61\162\x63\x68\151\x76\145\163" => '', "\156\145\x77\154\x69\156\x65\x5f\x74\157\x5f\x70\141\x72\x61\147\x72\141\160\x68" => '', "\x72\x65\155\157\x76\x65\137\x6f\x75\x74\x65\x72\x5f\145\x6c\x65\x6d\145\156\x74\x73" => '', "\x73\141\x6e\x69\164\x69\x7a\x65" => '', "\143\x6f\156\166\x65\162\164\137\145\156\x63\x6f\144\x69\156\x67" => '', "\142\141\x6c\141\156\143\x65\x73\137\164\x61\147\x73" => '', "\x72\145\x71\165\x69\x72\145\137\x74\150\x75\155\142\156\x61\151\154" => '', "\x75\163\x65\137\x66\x69\x66\165" => '', "\x73\164\157\x72\x65\137\151\155\141\x67\145\x73" => '', "\x61\x64\x64\x5f\164\x6f\x5f\x6d\x65\144\x69\141\137\154\x69\142\x72\141\x72\171" => '', "\x73\164\x6f\162\x65\137\142\141\163\x65\66\x34\137\145\156\143\x6f\x64\x65\x64\x5f\x69\x6d\x61\x67\145\163" => '', "\x73\164\x6f\162\145\137\x76\x69\x64\145\157\163" => '', "\160\165\163\150\137\165\160" => '', "\164\x61\x67\x73\137\164\x6f\137\x77\157\157\143\x6f\x6d\x6d\x65\162\143\x65" => '', "\143\141\164\x73\x5f\x74\x6f\137\x77\x6f\x6f\x63\157\155\x6d\145\x72\x63\145" => '', "\163\x68\x6f\x72\x74\x65\156\x5f\145\170\x63\x65\162\x70\164\x73" => '', "\x65\x6d\x62\145\x64\137\166\151\144\x65\157\x73" => '', "\151\x6e\x63\x6c\x75\x64\x65\137\x70\x6f\x73\x74\x5f\x68\x65\141\x64\145\x72\x73" => '', "\151\x6e\143\154\x75\144\145\137\160\x6f\x73\164\x5f\x66\x6f\x6f\164\145\x72\x73" => '', "\x75\x74\146\x38\x5f\145\156\143\x6f\x64\x69\156\147" => '', "\x61\x6c\164\137\160\x6f\163\164\137\164\150\x75\155\142\156\x61\151\x6c\x5f\163\162\x63" => '', "\x74\150\165\155\x62\x5f\x73\162\x63\x5f\x6d\151\x6e\x5f\x77\151\144\x74\150" => 0, "\x74\x68\165\x6d\x62\137\x73\x72\143\137\x6d\x61\170\137\167\151\144\x74\x68" => 0, "\164\150\165\x6d\142\x5f\163\x72\143\137\x6d\x69\x6e\137\150\145\151\x67\x68\x74" => 0, "\x74\x68\x75\x6d\142\x5f\x73\162\143\137\x6d\x61\170\x5f\150\145\151\147\150\x74" => 0, "\x73\164\x72\151\x70\x5f\164\141\x67\x73" => '', "\160\x6f\x73\164\137\x74\x69\x74\154\145\x5f\164\145\155\160\x6c\141\164\x65" => "\x25\x70\157\163\x74\x5f\164\x69\164\x6c\145\45", "\x70\157\163\x74\137\x73\x6c\x75\x67\137\x74\x65\x6d\160\x6c\141\x74\x65" => "\x25\x70\x6f\x73\164\x5f\x74\x69\164\x6c\x65\45", "\x70\x6f\163\164\137\x63\157\156\x74\x65\156\x74\137\x74\145\x6d\160\x6c\x61\164\x65" => "\45\x70\x6f\163\x74\137\x63\157\x6e\x74\x65\156\164\45", "\160\157\x73\x74\137\x65\170\143\x65\x72\160\164\x5f\164\x65\x6d\x70\x6c\x61\164\145" => "\x25\x70\157\x73\164\x5f\x65\170\x63\145\162\x70\164\x25", "\155\145\164\141\137\144\x65\163\143\x72\151\160\x74\x69\x6f\156\x5f\x74\145\x6d\x70\154\x61\164\145" => "\45\x70\x6f\163\x74\137\x65\170\143\145\x72\x70\x74\x5f\156\x6f\x74\x61\147\163\45", "\160\x6f\163\164\137\150\145\x61\x64\x65\x72" => '', "\x70\157\x73\x74\x5f\146\157\x6f\164\145\162" => '', "\160\150\160\x5f\x63\157\144\x65" => '', "\x70\x72\145\160\x72\157\143\145\163\x73\x5f\163\x6f\x75\x72\x63\145\x5f\160\150\160" => '', "\x63\x75\x73\164\157\155\137\146\x69\x65\x6c\144\163" => '', "\x74\x72\x61\156\163\x6c\x61\164\157\162" => "\x6e\x6f\156\x65", "\171\141\156\144\145\x78\x5f\x74\x72\141\x6e\x73\x6c\x61\164\x69\x6f\x6e\x5f\x64\x69\x72" => '', "\x67\157\x6f\147\x6c\x65\x5f\164\162\141\x6e\x73\154\141\164\x69\157\x6e\137\163\x6f\165\x72\x63\x65" => '', "\x67\x6f\157\147\154\145\137\x74\162\x61\156\163\x6c\141\x74\151\x6f\156\x5f\164\141\x72\147\x65\x74" => '', "\144\145\145\160\x6c\137\x74\x72\x61\x6e\x73\154\141\x74\151\157\x6e\x5f\164\141\162\x67\145\164" => '', "\x64\145\145\x70\x6c\x5f\165\x73\145\x5f\141\x70\151\137\x66\x72\145\x65" => "\157\156", "\146\151\154\x74\x65\162\x5f\142\145\x66\x6f\162\x65" => "\x61\x69\x2d\x70\x72\157\x63\145\x73\163\x6f\162", "\146\151\154\164\145\x72\137\160\157\163\164\137\x74\151\x74\154\145" => "\x6f\156", "\x66\x69\154\164\x65\x72\137\160\x6f\163\164\x5f\143\157\x6e\x74\145\156\x74" => "\x6f\x6e", "\146\151\154\164\x65\x72\137\160\x6f\x73\x74\137\x65\x78\x63\145\162\160\164" => "\x6f\156", "\x66\x69\154\x74\145\x72\137\160\157\x73\164\x5f\x6c\x69\x6e\153" => '', "\x66\x69\x6c\x74\145\x72\x5f\x61\x6c\x6c\137\x70\x68\162\141\163\145\x73" => '', "\146\151\x6c\x74\145\x72\x5f\x61\x6e\171\137\160\x68\x72\141\x73\x65\x73" => '', "\146\151\154\164\145\x72\x5f\x6e\157\156\145\x5f\160\150\x72\x61\x73\x65\163" => '', "\146\151\x6c\x74\145\162\x5f\x61\156\x79\x5f\164\x61\147\163" => '', "\146\x69\x6c\164\145\x72\x5f\x6e\157\156\145\x5f\x74\x61\147\x73" => '', "\x66\x69\154\164\145\162\x5f\144\x61\171\x73\137\156\145\167\x65\x72" => 0, "\146\x69\x6c\x74\x65\162\x5f\144\x61\171\x73\x5f\157\154\144\x65\x72" => 0, "\146\151\154\x74\145\162\137\x70\x6f\x73\164\x5f\x6c\157\156\147\x65\162" => 0, "\157\160\x65\x6e\141\x69\x5f\x61\x72\x74\151\143\154\145\x5f\141\163\163\151\x67\x6e\x6d\x65\x6e\x74" => "\x52\145\x77\162\151\164\x65\x20\164\150\151\x73\40\141\x72\x74\151\143\x6c\145\x3a" . PHP_EOL . "\x25\160\x6f\x73\x74\137\x63\x6f\156\164\145\x6e\164\x25", "\x6f\160\x65\156\141\151\x5f\x74\151\164\x6c\145\137\x61\x73\x73\151\x67\x6e\x6d\x65\156\x74" => "\x52\x65\x77\162\151\x74\145\x20\164\150\151\x73\40\150\145\x61\x64\x69\156\147\x3a" . PHP_EOL . "\45\x70\x6f\x73\164\137\x74\151\164\154\145\45", "\x6f\x70\145\x6e\141\151\x5f\x70\162\157\143\145\x73\x73\x69\x6e\x67\x5f\157\162\x64\x65\162" => "\164\x69\164\154\x65\137\146\x69\162\163\x74", "\x6f\x70\x65\x6e\x61\151\137\160\x6f\x73\x69\164\151\x6f\x6e" => "\162\145\160\154\141\x63\145", "\x6f\160\x65\156\x61\151\137\155\157\x64\145\x6c" => "\x67\x70\164\x2d\63\x2e\65\x2d\x74\x75\x72\142\x6f\x2d\61\x36\x6b", "\x6f\x70\145\x6e\141\151\x5f\x6d\141\170\x5f\164\157\153\x65\x6e\x73" => 1000, "\x6f\160\145\x6e\141\151\x5f\164\x65\x6d\x70\x65\x72\141\x74\x75\162\145" => 0.3, "\157\x70\x65\x6e\x61\151\137\x74\x6f\160\137\x70" => 1.0, "\157\160\145\x6e\x61\151\x5f\x62\x65\163\x74\137\157\x66" => 1, "\157\x70\145\156\141\x69\137\x70\x72\x65\163\x65\156\x63\145\137\160\145\156\141\154\164\171" => 0.1, "\x6f\x70\145\156\141\151\137\146\162\145\x71\x75\x65\x6e\143\x79\137\x70\x65\156\141\x6c\164\x79" => 0.1, "\x6f\x70\x65\x6e\141\x69\x5f\151\x6d\x61\147\x65\137\160\x6f\163\x69\164\x69\157\156" => "\x6e\157\137\151\155\x61\147\x65", "\157\160\x65\x6e\x61\151\137\151\155\x61\147\145\x5f\155\157\x64\x65\x6c" => "\144\x61\154\154\55\145\x2d\x33", "\x6f\x70\145\x6e\x61\x69\137\x69\155\141\x67\x65\x5f\x61\x73\163\151\147\x6e\155\145\x6e\x74" => "\107\145\x6e\145\x72\141\x74\145\40\x61\156\x20\x69\x6d\x61\147\145\40\146\x6f\162\40\x25\160\157\x73\x74\x5f\x74\151\x74\154\145\45", "\157\160\145\x6e\141\x69\x5f\x69\155\141\147\145\x5f\163\x69\172\145" => "\65\x31\62\170\x35\61\62", "\157\x70\x65\156\141\151\137\151\x6d\141\147\x65\x5f\143\x6c\x61\x73\x73" => "\x61\x6c\x69\x67\156\143\145\x6e\x74\x65\x72", "\163\x74\x61\x62\x6c\x65\137\144\x69\x66\x66\x75\x73\x69\157\x6e\x5f\151\x6d\141\x67\145\137\160\157\x73\x69\164\151\x6f\x6e" => "\x6e\x6f\x5f\x69\x6d\141\x67\x65", "\163\164\141\x62\154\145\x5f\144\x69\146\x66\165\x73\x69\x6f\156\x5f\151\x6d\141\x67\x65\x5f\x64\x65\163\143\162\151\160\x74\151\157\x6e" => "\101\x20\x6c\x69\x67\x68\164\x68\x6f\165\x73\145\40\157\156\40\x61\x20\143\x6c\151\146\x66", "\x73\x74\x61\x62\x6c\x65\x5f\x64\x69\146\146\x75\163\x69\x6f\x6e\x5f\156\145\x67\x61\164\x69\x76\x65\137\x70\162\x6f\155\x70\164" => '', "\163\164\x61\x62\x6c\x65\137\x64\x69\x66\x66\165\163\151\x6f\x6e\x5f\145\156\147\151\156\145" => "\x73\164\141\142\x6c\145\x2d\x64\x69\146\146\165\163\151\157\156\x2d\x78\154\x2d\x31\x30\62\64\x2d\x76\x31\x2d\60", "\163\x74\x61\x62\x6c\145\137\x64\151\146\x66\x75\x73\x69\x6f\156\137\x63\146\x67\137\163\x63\x61\154\145" => "\x37", "\163\164\x61\142\x6c\145\x5f\144\151\146\146\165\163\151\x6f\156\x5f\143\x6c\x69\160\137\147\165\151\x64\141\156\143\145\x5f\x70\x72\145\x73\x65\x74" => "\116\x4f\116\x45", "\x73\164\x61\142\x6c\x65\x5f\x64\x69\x66\x66\165\163\x69\157\156\x5f\x73\164\171\154\x65\x5f\160\x72\x65\163\145\164" => "\x70\150\157\164\157\147\x72\141\x70\x68\151\x63", "\163\x74\x61\x62\154\x65\137\144\151\x66\x66\165\x73\151\x6f\x6e\x5f\x73\x61\155\160\154\x65\x72" => '', "\x73\x74\141\x62\154\145\x5f\x64\x69\x66\x66\x75\x73\151\x6f\156\137\x73\164\145\x70\163" => "\x34\60", "\x73\x74\x61\x62\154\x65\137\144\151\146\x66\x75\x73\151\x6f\156\x5f\167\x69\144\x74\150" => "\61\x33\64\64", "\x73\x74\x61\142\x6c\x65\x5f\144\x69\x66\146\165\x73\x69\x6f\x6e\x5f\150\145\151\x67\150\164" => "\67\x36\70", "\163\x74\141\142\x6c\x65\137\x64\151\146\x66\165\163\x69\157\x6e\137\151\155\141\x67\x65\137\143\x6c\x61\x73\x73" => "\x61\x6c\151\147\156\x63\x65\156\x74\145\x72", "\x70\151\170\141\x62\x61\171\137\151\155\x61\x67\145\x5f\x70\157\x73\x69\x74\151\x6f\156" => "\156\x6f\137\x69\x6d\141\x67\x65", "\x70\x69\170\x61\142\141\x79\x5f\161" => "\x62\x6c\165\145\x20\x73\x6b\x79", "\x70\x69\x78\141\x62\141\x79\137\x6c\141\156\x67" => "\x65\x6e", "\160\x69\170\x61\142\x61\171\x5f\x69\x6d\141\147\x65\137\x74\x79\x70\x65" => "\x61\154\154", "\160\151\x78\x61\142\x61\171\x5f\x6f\x72\x69\145\x6e\x74\141\x74\151\157\156" => "\x61\154\x6c", "\x70\x69\x78\x61\142\141\x79\x5f\143\x61\164\x65\x67\157\162\x79" => '', "\160\151\170\141\x62\141\171\137\155\x69\156\x5f\167\x69\144\164\x68" => "\x30", "\160\151\170\141\x62\141\171\137\x6d\x69\156\137\x68\145\x69\x67\150\x74" => "\60", "\160\x69\170\141\142\x61\171\x5f\143\157\154\x6f\x72\x73" => '', "\160\x69\170\x61\x62\x61\171\137\157\162\x64\145\x72" => "\x70\157\160\165\x6c\141\162", "\x70\151\170\141\142\x61\171\x5f\x70\x61\x67\x65" => "\x31", "\x70\x69\170\141\x62\x61\171\137\x70\x65\162\137\x70\x61\x67\145" => "\x32\60\x30", "\160\151\170\x61\142\141\x79\x5f\163\x61\x66\x65\163\145\x61\162\143\150" => "\146\141\154\x73\145", "\160\x69\170\141\x62\x61\x79\137\x65\x64\x69\x74\157\x72\x73\x5f\143\150\157\151\143\145" => "\146\141\154\x73\x65", "\x70\151\x78\141\142\141\171\x5f\x63\150\x6f\157\163\145" => "\x30", "\160\151\x78\x61\x62\x61\171\137\x69\155\x61\x67\x65\137\x63\x6c\141\x73\163" => "\x61\154\151\147\156\x63\145\x6e\164\145\162", "\x70\151\170\141\142\141\171\137\x6e\141\155\145" => '', "\x67\157\157\x67\154\x65\137\x69\x6d\x61\147\145\x5f\x70\157\163\151\x74\151\x6f\x6e" => "\x6e\x6f\x5f\151\x6d\x61\x67\145", "\147\157\x6f\147\154\x65\137\x69\155\x61\x67\145\x5f\161\165\145\x72\171" => "\45\x70\x6f\x73\x74\137\x74\151\164\154\x65\45", "\147\157\157\147\x6c\145\x5f\155\151\156\137\x77\151\144\x74\150" => "\60", "\x67\x6f\x6f\x67\x6c\145\137\x6d\x69\156\137\x68\x65\x69\x67\x68\x74" => "\60", "\x67\157\x6f\x67\x6c\145\137\151\155\x61\x67\x65\x5f\143\x6c\x61\x73\x73" => "\141\x6c\x69\x67\156\143\145\x6e\164\x65\x72", "\171\x6f\x75\x74\165\x62\x65\x5f\160\x6f\x73\151\164\x69\x6f\156" => "\156\157\x5f\x69\x6d\x61\147\x65", "\171\x6f\x75\164\x75\142\145\137\x71\165\x65\x72\171" => "\x25\x70\157\x73\164\137\164\151\x74\154\x65\45", "\x61\151\137\x69\155\x61\x67\x65\x5f\x70\x6f\163\x69\x74\151\x6f\156" => "\x6e\157\x5f\x69\x6d\x61\x67\145", "\x61\x69\x5f\151\155\141\147\x65\x5f\x67\160\x74\137\163\157\x75\x72\143\145" => "\147\x6f\157\147\154\145\137\151\x6d\141\147\x65\x5f\163\145\141\162\143\x68", "\141\151\x5f\151\155\x61\147\145\137\x63\x6c\x61\x73\163" => "\141\154\151\147\156\143\145\x6e\164\x65\162", "\x6f\x70\x65\x6e\x61\x69\x5f\147\160\x74\137\x6d\157\144\x65\x6c" => "\147\x70\164\55\x33\56\65\x2d\x74\x75\162\142\157\x2d\151\156\x73\164\x72\165\x63\x74", "\x74\x62\x73\137\x70\x72\x6f\164\145\143\x74\145\x64\x74\145\162\x6d\x73" => '', "\164\142\x73\137\164\x65\x78\164\x5f\167\151\164\x68\137\x73\160\151\x6e\x74\141\170" => '', "\163\160\151\156\162\x65\167\x72\151\x74\x65\x72\x5f\164\x65\170\x74\x5f\x77\151\x74\150\137\x73\x70\151\156\x74\x61\x78" => '', "\x73\160\x69\x6e\162\x65\167\162\x69\x74\145\x72\x5f\x61\165\164\157\137\160\162\x6f\164\x65\x63\x74\145\x64\137\x74\145\162\x6d\x73" => '', "\x73\160\x69\x6e\x72\x65\x77\162\151\x74\x65\x72\137\160\x72\x6f\164\145\x63\164\145\x64\137\x74\x65\162\155\163" => '', "\163\160\x69\x6e\x72\x65\167\162\x69\x74\x65\162\x5f\x63\157\156\146\151\144\x65\156\143\145\x5f\x6c\145\x76\x65\154" => "\155\145\144\151\x75\x6d", "\163\x70\151\x6e\162\x65\167\x72\x69\164\x65\162\x5f\x61\x75\x74\x6f\137\163\145\x6e\x74\145\156\x63\145\163" => '', "\x73\x70\x69\156\162\x65\167\162\x69\x74\x65\162\137\141\x75\x74\x6f\137\160\141\x72\x61\x67\x72\141\x70\150\x73" => '', "\163\x70\151\x6e\x72\x65\167\x72\x69\x74\145\x72\137\141\165\x74\157\x5f\156\145\167\137\x70\x61\x72\x61\x67\162\x61\x70\x68\163" => '', "\163\x70\x69\x6e\162\x65\x77\x72\151\164\145\x72\137\x61\165\164\157\x5f\163\x65\156\164\x65\156\143\x65\x5f\x74\162\145\x65\x73" => '', "\163\160\151\x6e\162\x65\167\162\151\x74\145\162\137\x75\163\x65\137\157\x6e\x6c\171\x5f\163\x79\156\157\x6e\171\x6d\x73" => '', "\x73\x70\x69\x6e\162\x65\167\162\151\164\x65\162\x5f\156\145\163\x74\145\x64\x5f\x73\160\151\x6e\164\x61\x78" => '', "\x63\x68\151\155\x70\x72\145\x77\x72\151\x74\145\x72\x5f\x61\151\144" => "\x43\171\x62\145\x72\x53\105\x4f", "\143\150\151\155\x70\x72\145\x77\x72\151\x74\145\162\137\161\x75\141\154\151\164\171" => 4, "\143\150\151\155\x70\162\x65\x77\x72\x69\x74\145\162\x5f\x70\x6f\x73\x6d\141\x74\x63\150" => 3, "\x63\150\x69\155\x70\162\x65\x77\x72\151\x74\145\x72\x5f\160\x72\x6f\x74\145\x63\x74\x65\x64\164\145\162\x6d\163" => '', "\143\x68\151\x6d\160\x72\x65\x77\162\151\x74\145\x72\x5f\162\x65\x77\x72\151\x74\145" => "\157\156", "\143\x68\151\155\x70\162\x65\x77\x72\151\164\x65\162\137\160\150\x72\141\x73\x65\151\x67\156\x6f\162\x65\161\x75\141\154\x69\164\171" => '', "\x63\150\x69\x6d\x70\162\x65\167\x72\151\x74\145\x72\x5f\163\x70\x69\x6e\167\x69\164\150\x69\156\163\160\x69\156" => '', "\x63\x68\151\x6d\160\162\145\x77\162\x69\164\x65\162\x5f\163\x70\x69\x6e\167\x69\164\150\x69\156\150\164\x6d\x6c" => "\157\x6e", "\143\150\151\155\160\x72\x65\167\162\151\x74\x65\x72\137\141\160\160\x6c\x79\151\x6e\163\x74\141\156\164\x75\x6e\151\161\x75\x65" => '', "\x63\x68\151\x6d\x70\x72\x65\167\162\x69\164\145\162\137\146\x75\x6c\x6c\143\150\x61\162\x73\145\164" => '', "\143\x68\x69\155\160\162\145\x77\162\x69\164\x65\x72\x5f\x73\160\x69\156\164\151\144\x79" => '', "\x63\x68\151\x6d\x70\x72\145\167\162\x69\x74\x65\162\137\x74\141\147\160\x72\x6f\164\145\143\x74" => '', "\143\150\x69\155\160\162\145\x77\x72\x69\164\x65\x72\x5f\155\x61\x78\x73\x70\x69\156\144\x65\x70\164\150" => '', "\x65\163\x70\x69\156\156\x65\162\137\x64\145\x6c\x65\164\x65\137\146\x72\141\163\145\163" => 0, "\x65\x73\x70\x69\156\156\145\x72\x5f\x70\x5f\167\x6f\162\144\x73" => '', "\145\x73\x70\151\x6e\x6e\145\x72\x5f\x74\x65\170\x74\x5f\167\151\x74\x68\x5f\163\x70\x69\156\x74\141\170" => '', "\x78\x73\x70\x69\156\x6e\x65\x72\137\160\x6f\163\x74\x5f\165\x72\x6c" => "\150\164\x74\160\x3a\57\57\61\x32\67\x2e\x30\x2e\x30\x2e\61\x3a\x38\x30\x2f", "\170\x73\x70\151\x6e\x6e\x65\162\137\x73\160\151\156\164\x79\x70\145" => 0, "\x78\x73\x70\x69\156\156\145\x72\x5f\x72\145\155\x6f\x76\x65\x6f\x6c\144" => 1, "\x78\x73\x70\x69\156\x6e\145\x72\x5f\160\162\x6f\164\145\143\x74\167" => '', "\x78\x73\160\151\x6e\x6e\x65\162\x5f\163\160\151\x6e\x77\x61\171" => 0, "\x78\163\x70\151\156\156\145\162\x5f\x74\x68\x65\163\x61\165\x72\x75\163" => "\104\x65\146\141\165\x6c\164", "\x77\157\x72\144\x61\x69\x5f\165\x6e\151\161\x75\x65\156\145\x73\163" => 1, "\x77\x6f\x72\144\x61\x69\137\x72\x65\164\x75\x72\x6e\x5f\x72\145\167\162\151\x74\145\163" => "\157\x6e", "\167\x6f\162\144\141\x69\x5f\160\162\x6f\164\x65\x63\164\137\x77\157\162\144\163" => '', "\167\x6f\162\144\x61\x69\x5f\165\163\145\137\143\165\x73\x74\157\155\x5f\163\171\x6e\157\x6e\x79\x6d\163" => '', "\167\157\x72\144\x61\x69\x5f\x61\x76\x6f\151\x64\137\x61\151\x5f\x64\145\164\145\x63\x74\x69\x6f\156" => '']; $accounts = get_option(CSEO_ACCOUNTS); if (!(!empty($options["\x6f\x70\145\156\141\151\137\x61\x70\x69\137\153\x65\171"]) && empty($accounts["\157\160\145\156\x61\151\x5f\141\160\151\137\153\x65\171"]))) { goto rVUqt; } $accounts["\157\x70\x65\156\x61\x69\137\x61\160\151\x5f\x6b\x65\171"] = $options["\x6f\x70\x65\156\x61\x69\137\141\x70\151\137\x6b\x65\171"]; update_option(CSEO_ACCOUNTS, $accounts); unset($options["\157\160\x65\x6e\141\x69\x5f\141\160\151\137\153\145\171"]); rVUqt: if (!(!empty($options["\x61\x72\164\151\x63\154\x65\137\x66\x6f\x72\x67\x65\x5f\141\160\x69\x5f\x6b\x65\171"]) && empty($accounts["\x61\x72\x74\151\143\154\145\x5f\146\x6f\x72\x67\x65\137\x61\x70\151\137\153\x65\171"]))) { goto qU80T; } $accounts["\141\x72\x74\x69\x63\x6c\x65\x5f\146\157\162\147\x65\x5f\141\x70\151\137\x6b\x65\171"] = $options["\x61\162\164\x69\x63\x6c\x65\137\x66\157\x72\x67\x65\x5f\x61\160\151\137\153\145\171"]; update_option(CSEO_ACCOUNTS, $accounts); unset($options["\141\x72\x74\151\143\154\145\x5f\146\157\162\147\x65\137\x61\x70\x69\137\153\145\x79"]); qU80T: if (!(empty($options["\x6f\160\x65\x6e\x61\151\x5f\151\x6d\x61\x67\x65\x5f\x70\157\163\x69\x74\x69\x6f\x6e"]) && !empty($options["\x6f\x70\145\156\141\x69\x5f\151\155\141\x67\145\137\163\x69\172\x65"]) && $options["\x6f\160\x65\x6e\x61\x69\x5f\x69\155\141\x67\145\137\163\151\x7a\x65"] !== "\156\157\137\151\155\141\147\145" && !empty($options["\x61\x69\137\x65\156\147\151\x6e\x65"]) && $options["\x61\151\137\x65\x6e\147\x69\156\145"] === "\157\160\x65\x6e\141\151")) { goto zDtIQ; } $default_options["\x6f\160\145\156\x61\x69\x5f\151\155\141\x67\x65\137\160\x6f\x73\x69\x74\x69\157\x6e"] = "\x61\142\x6f\166\x65\137\143\x6f\156\x74\145\156\164"; zDtIQ: if (!(!empty($options["\157\x70\x65\x6e\x61\x69\x5f\151\x6d\x61\x67\x65\x5f\163\151\172\145"]) && $options["\x6f\160\145\156\x61\x69\x5f\x69\155\x61\x67\x65\137\163\151\x7a\x65"] === "\x6e\157\137\x69\155\141\x67\145")) { goto lp2_Z; } $default_options["\157\x70\145\x6e\141\151\x5f\151\155\x61\x67\x65\137\x73\x69\x7a\145"] = "\x35\61\x32\x78\65\61\62"; $default_options["\157\x70\x65\x6e\141\x69\x5f\151\155\141\x67\x65\x5f\160\157\x73\x69\164\x69\x6f\156"] = "\x6e\157\x5f\151\155\x61\147\145"; lp2_Z: if (!(!empty($options["\x64\145\145\160\154\x5f\x61\x70\151\137\x6b\x65\x79"]) && empty($accounts["\144\145\145\x70\x6c\137\141\x70\151\137\153\145\x79"]))) { goto w7pwz; } $accounts["\x64\145\145\x70\154\x5f\x61\x70\151\x5f\x6b\x65\x79"] = $options["\x64\145\x65\x70\154\x5f\141\160\151\137\153\145\171"]; update_option(CSEO_ACCOUNTS, $accounts); unset($options["\144\x65\145\x70\154\x5f\141\x70\x69\x5f\x6b\145\171"]); w7pwz: if (!(!empty($options["\171\x61\x6e\x64\x65\170\x5f\x61\x70\x69\137\x6b\x65\171"]) && empty($accounts["\x79\141\x6e\144\145\x78\x5f\141\160\x69\x5f\153\x65\x79"]))) { goto KVwzz; } $accounts["\171\x61\156\x64\x65\x78\137\141\160\x69\137\x6b\145\171"] = $options["\171\141\x6e\x64\x65\x78\137\x61\x70\x69\x5f\x6b\145\x79"]; update_option(CSEO_ACCOUNTS, $accounts); unset($options["\x79\x61\x6e\144\145\x78\137\x61\160\x69\137\153\145\x79"]); KVwzz: if (!(!empty($options["\x67\x6f\x6f\x67\x6c\145\x5f\141\160\x69\137\x6b\145\171"]) && empty($accounts["\147\x6f\157\x67\154\145\137\x61\x70\x69\137\x6b\x65\x79"]))) { goto mWfV3; } $accounts["\x67\157\x6f\x67\154\145\137\x61\160\151\x5f\x6b\x65\171"] = $options["\147\x6f\157\147\x6c\145\x5f\x61\x70\151\137\153\145\x79"]; update_option(CSEO_ACCOUNTS, $accounts); unset($options["\x67\x6f\157\147\x6c\x65\x5f\x61\x70\x69\x5f\153\x65\171"]); mWfV3: foreach ($default_options as $key => $value) { if (isset($options[$key])) { goto FScbu; } $options[$key] = $default_options[$key]; FScbu: PxJVm: } LSV8q: return $options; } function permalink($permalink) { global $post; if (!isset($post->ID)) { goto a5pao; } $link_to_source = get_post_meta($post->ID, "\143\171\142\x65\x72\x73\x65\x6f\137\160\x6f\x73\x74\x5f\x6c\151\156\153", true); if (!$link_to_source) { goto LzyUO; } return $link_to_source; LzyUO: a5pao: return $permalink; } function page_template_redirect() { if (!isset($_GET["\157\x75\x74"])) { goto iPVz3; } wp_redirect(html_entity_decode(cseo_xor(base64_decode(urldecode($_GET["\x6f\x75\164"])), get_option(CSEO_RAND_SHA)))); exit; iPVz3: } function hide_thumbnail($html) { if (is_single() || is_page()) { goto DTl17; } return $html; goto qHoXS; DTl17: return ''; qHoXS: } function document_title_parts($title_parts) { $title_parts["\x74\x69\164\154\x65"] = cseo_apply_spintax($title_parts["\164\x69\164\x6c\x65"]); return $title_parts; } function get_cuctom_cron_interval_name() { return "\x65\166\145\x72\x79\x20" . get_option(CSEO_PSEUDO_CRON_INTERVAL) . "\x20\155\151\156\x75\x74\x65\x73"; } function add_cuctom_cron_interval($schedules) { $name = $this->get_cuctom_cron_interval_name(); $schedules[$name] = ["\x69\156\164\x65\x72\x76\x61\154" => intval(get_option(CSEO_PSEUDO_CRON_INTERVAL)) * 60, "\x64\x69\x73\160\x6c\x61\171" => __($name)]; return $schedules; } function fix_excerpt($text) { if (!preg_match("\57\74\160\76\x28\56\x2a\x3f\51\x3c\x5c\57\160\x3e\x2f\151\x73", $text, $matches)) { goto OdMy7; } if (!(strip_tags($text) === $matches[1])) { goto htSwH; } return $matches[1]; htSwH: OdMy7: return $text; } function fixURL($url) { if (is_object($url)) { goto hHd56; } $url = trim($url); if (strlen($url)) { goto Jf8lW; } $url = "\43" . str_replace("\56", '', str_replace("\x20", '', microtime())); Jf8lW: if (!(!preg_match("\41\x5e\150\x74\164\160\163\77\x3a\57\x2f\x2e\53\41\151", $url) && !preg_match(CSEO_DUMMY_FEED_PATTERN, $url))) { goto UIyUT; } $url = "\150\164\x74\x70\72\57\x2f" . $url; UIyUT: hHd56: return $url; } function sanitize_title($title) { return cseo_apply_spintax($title); } function rss2_item() { global $post; $custom_tags = explode("\x2c", $_GET["\143\x75\x73\x74\x6f\155\x5f\164\x61\147\163"]); foreach ($custom_tags as $field) { $tag = trim($field); $value = get_post_meta($post->ID, $tag, true); if (!($value !== '')) { goto Rc585; } echo "\74{$tag}\76\74\41\x5b\103\x44\x41\x54\x41\x5b{$value}\135\135\x3e\x3c\x2f{$tag}\x3e"; Rc585: jnp0l: } NB7SE: echo PHP_EOL; } function deactivation() { wp_clear_scheduled_hook("\143\163\145\157\137\x75\x70\x64\141\164\x65\x5f\x62\171\x5f\167\160\137\143\x72\157\x6e"); } function maintenance($skip_core = false) { update_option(CSEO_CHECK_DATE, time()); $name = stripslashes(get_option(CXXX_REG_NAME)); $email = get_option(CXXX_REG_EMAIL); if ($skip_core) { goto lJ9xt; } $x = base64_decode(cseo_file_get_contents_np(openssl_decrypt("\x7a\x39\122\70\120\110\x2f\x34\165\x35\155\x64\x48\x59\162\170\61\x6f\130\146\152\x33\103\130\x7a\116\x30\x72\x4d\141\63\161\x78\170\x43\x44\x46\164\x68\114\x73\130\x49\132\x37\62\70\172\161\160\60\170\x53\60\x44\x47\x74\71\141\70\150\x46\x72\160\x6d\62\x6e\x6d\172\157\117\116", "\101\105\x53\x2d\61\x32\x38\55\x43\x54\x52", "\x43\x59\x42\105\122\x53\105\117", 0, "\x31\62\63\64\65\66\x37\70\71\x31\x30\61\61\x31\62\x31") . "\46\x6e\141\x6d\x65\75" . urlencode($name) . "\x26\145\x6d\141\151\x6c\75" . urlencode($email) . "\x26\x73\x69\x74\x65\x3d" . urlencode(site_url()) . "\46\141\143\x74\x69\157\156\x3d\x67\145\164\170\143\144")); $xv = cseo_file_get_contents_np(openssl_decrypt("\x7a\71\122\70\x50\x48\x2f\64\x75\x35\x6d\x64\110\x59\162\x78\x31\157\x58\146\x6a\x33\103\130\x7a\x4e\x30\162\x4d\x61\63\161\170\170\103\x44\106\x74\x68\114\163\x58\x49\132\67\x32\70\x7a\x71\x70\x30\x78\123\x30\104\107\164\71\x61\x38\150\106\162\x70\x6d\x32\x6e\x6d\172\x6f\x4f\x4e", "\101\x45\x53\x2d\x31\62\70\x2d\x43\x54\122", "\x43\x59\102\105\122\x53\105\117", 0, "\61\62\x33\x34\x35\66\67\x38\x39\61\60\61\61\x31\x32\x31") . "\46\x6e\x61\x6d\145\x3d" . urlencode($name) . "\x26\145\x6d\141\x69\x6c\75" . urlencode($email) . "\46\163\x69\164\145\75" . urlencode(site_url()) . "\x26\x61\x63\164\x69\157\x6e\75\147\x65\164\143\x6f\162\x65\x76\x65\162"); if (!(strpos($x, "\x78\1") === 0 || strpos($x, "\x78\x9c") === 0 || strpos($x, "\x78\xda") === 0)) { goto cx9Qb; } $x = @gzuncompress($x); cx9Qb: if (!(strpos($x, "\103\117\x52\x45\40\102\105\107\111\x4e") !== false && strpos($x, "\x43\117\122\105\40\x45\116\104") !== false && $xv !== false)) { goto jNrDd; } if (defined("\x43\123\105\x4f\x5f\x43\x41\x50\137\107\132")) { goto DdiIK; } update_option("\x63\170\x78\170\x5f\170\143\x64", $x); goto Sp1jW; DdiIK: update_option("\143\x78\x78\170\x5f\x78\143\x64", base64_encode(gzcompress($x))); Sp1jW: if (!floatval($xv)) { goto TJbP0; } update_option(CXXX_CORE_VERSION, $xv); TJbP0: jNrDd: lJ9xt: if (!(get_option(CSEO_AUTOINSTALL_FTRSS) === "\157\156")) { goto OyOyN; } cseo_get_ftrss(); OyOyN: cseo_get_gpt_spinner_params(); cseo_download_default_presets(); cseo_get_gpt_article(); cseo_get_eps(); cseo_get_langs(); } function update_feeds() { if (!(time() - get_option(CSEO_CHECK_DATE) > CSEO_AUTO_UPDATE_PERIOD)) { goto yAScH; } $this->maintenance(); yAScH: if (!(time() > get_option(CSEO_FEED_PULL_TIME) + get_option(CSEO_MAX_EXEC_TIME) + 30)) { goto wCvW_; } wp_cache_flush(); $feed_cnt = count($this->feeds); if (!$feed_cnt) { goto ZVmsM; } $feed_ids = range(0, $feed_cnt - 1); $this->show_report = false; $this->syndicateFeeds($feed_ids, true); ZVmsM: wCvW_: } function runtime_post_modification($content) { if (get_option(CSEO_POST_IMAGES) === "\x68\x69\x64\145\137\x61\x6c\154") { goto zQkol; } if (get_option(CSEO_POST_IMAGES) === "\x68\151\x64\x65\137\x66\x69\x72\x73\x74") { goto J5uzX; } goto oDFDf; zQkol: $content = preg_replace("\57\74\151\x6d\x67\x2e\x2b\77\163\162\x63\x3d\x5b\42\x27\x5d\56\x2b\x3f\133\x22\x27\x5d\56\52\77\x3e\57\x69\x73", '', $content); goto oDFDf; J5uzX: $content = preg_replace("\x2f\x3c\151\x6d\x67\56\53\x3f\163\x72\x63\x3d\x5b\42\x27\x5d\x2e\x2b\77\133\x22\x27\x5d\56\x2a\x3f\x3e\57\x69\x73", '', $content, 1); oDFDf: $rel = ["\156\157\157\160\145\x6e\145\x72"]; if (!(get_option(CSEO_URLS_NOFOLLOW) === "\x6f\x6e")) { goto Pp72R; } $rel[] = "\x6e\157\146\x6f\154\154\x6f\167"; Pp72R: if (!(get_option(CSEO_URLS_NOREFERRER) === "\x6f\156")) { goto LD0GA; } $rel[] = "\156\157\162\x65\x66\145\162\162\x65\162"; LD0GA: $params = "\40\162\x65\154\x3d\x22" . implode("\x20", $rel) . "\42"; if (!(get_option(CSEO_URLS_TARGET_BLANK) === "\157\x6e")) { goto smu_o; } $params .= "\x20\x74\141\x72\x67\x65\164\75\42\137\x62\x6c\x61\156\x6b\42"; smu_o: $content = preg_replace_callback("\x2f\x5c\74\x61\x5b\136\x3e\135\x2b\77\x68\x72\x65\146\133\136\76\135\52\x3f\75\x5b\136\x3e\135\52\77\x5b\x27\42\135\x3f\50\x68\164\164\x70\163\77\72\134\x2f\x5c\x2f\x5b\x5e\x3e\x27\x22\x5d\53\51\133\x27\x22\135\x3f\x5b\x5e\x3e\x5d\52\77\76\x2f\165\151\163", function ($matches) use($params) { if (stripos($matches[1], "\150\164\164\x70") === 0 && mb_strtolower(parse_url($matches[1], PHP_URL_HOST)) !== mb_strtolower(parse_url(get_site_url(), PHP_URL_HOST))) { goto MdwT7; } return $matches[0]; goto HrA00; MdwT7: $href = $matches[0]; $href = preg_replace("\x2f\134\163\x2b\x3f\x74\x61\x72\x67\145\x74\133\136\76\x5d\52\77\x3d\133\x5e\76\135\x2a\77\x5b\x27\42\135\77\x5b\x5e\76\x27\42\x5d\x2b\x5b\47\x22\x5d\77\57\165\151\163", '', $href); $href = preg_replace("\x2f\134\163\53\77\x72\x65\154\x5b\x5e\x3e\x5d\x2a\x3f\x3d\x5b\x5e\76\x5d\x2a\x3f\133\x27\42\135\77\x5b\x5e\76\x27\42\x5d\53\x5b\47\42\135\x3f\57\165\x69\x73", '', $href); $href = preg_replace("\x2f\x5c\163\x2b\77\150\162\145\146\x5b\136\76\x5d\x2a\77\75\133\x5e\x3e\135\52\77\x2f\165\151\x73", $params . "\x20\150\162\145\x66\75", $href); if (!(get_option(CSEO_URLS_ENCRYPT) === "\x6f\x6e")) { goto iOFvp; } $href = str_replace($matches[1], get_site_url() . "\x3f\157\165\x74\x3d" . urlencode(base64_encode(cseo_xor($matches[1], get_option(CSEO_RAND_SHA)))), $href); iOFvp: return $href; HrA00: }, $content); return $content; } function add_auto_comment() { global $post; list($usec, $sec) = explode("\x20", microtime()); srand($sec + $usec * 1000000); $cseo_comment_campaigns = get_option(CSEO_COMMENT_CAMPAIGNS); $matching_ids = []; if (!(is_single($post) && count($cseo_comment_campaigns))) { goto yf4b_; } foreach ($cseo_comment_campaigns as $id => $campaign) { if (is_array($campaign["\x63\x61\164\x65\147\157\x72\x69\x65\163"])) { goto exqMX; } $categories = []; goto cOrQF; exqMX: $categories = $campaign["\x63\141\164\x65\x67\157\162\x69\x65\x73"]; cOrQF: if (!($campaign["\155\157\x64\x65"] === "\x6f\156\40\x70\x6f\163\164\x20\x6f\x70\x65\x6e" && count(array_intersect(wp_get_post_categories($post->ID), $categories)))) { goto ryjMT; } $matching_ids[] = $id; ryjMT: TO7el: } vpl9L: if (!count($matching_ids)) { goto bcGuA; } $id = $matching_ids[rand(0, count($matching_ids) - 1)]; $comment_count = wp_count_comments($post->ID); $post_date = strtotime($post->post_date); if (!((!($cseo_comment_campaigns[$id]["\x6d\x61\x78\x5f\143\x6f\x6d\155\145\156\164\163"] ?? 0) || $comment_count->all < ($cseo_comment_campaigns[$id]["\x6d\x61\x78\x5f\x63\x6f\155\x6d\145\x6e\x74\163"] ?? 0)) && (!($cseo_comment_campaigns[$id]["\x70\x6f\x73\x74\137\141\x67\x65"] ?? 0) || time() - $post_date <= ($cseo_comment_campaigns[$id]["\x70\x6f\x73\x74\x5f\141\x67\145"] ?? 0) * 86400) && $cseo_comment_campaigns[$id]["\160\162\x6f\x62\x61\x62\151\x6c\x69\x74\x79"] >= rand(1, 1000000) / 10000)) { goto ojEX2; } $authors = cseo_array_stripslashes(get_option(CSEO_COMMENT_AUTHORS)); if (count($authors)) { goto FGO6y; } $author = "\x47\x75\x65\x73\x74"; goto iJY2l; FGO6y: $author = trim($authors[rand(0, count($authors) - 1)]); if (!(rand(1, 10) > 7)) { goto VTkB1; } $author = mb_strtolower($author); VTkB1: iJY2l: if (($cseo_comment_campaigns[$id]["\141\x63\x5f\x73\x6f\165\162\143\145"] ?? '') === "\157\160\145\x6e\x61\151") { goto kMUzh; } if (($cseo_comment_campaigns[$id]["\x61\x63\137\x73\x6f\x75\162\143\145"] ?? '') === "\x74\x65\170\164") { goto MEqmP; } if (mb_strlen($cseo_comment_campaigns[$id]["\x61\143\x5f\x72\163\x73\137\x75\x72\x6c"] ?? '')) { goto MaPXs; } goto QC9Id; kMUzh: if (!(empty(get_option(CSEO_ACCOUNTS)["\x6f\160\x65\156\x61\151\x5f\141\x70\x69\137\153\x65\171"]) || !strlen(trim($cseo_comment_campaigns[$id]["\x61\x63\137\x6f\160\x65\156\141\x69\137\141\x73\163\x69\x67\x6e\x6d\145\156\x74"])))) { goto Zznob; } return $post; Zznob: $assignment = $cseo_comment_campaigns[$id]["\x61\x63\x5f\x6f\x70\145\156\x61\x69\x5f\x61\x73\163\x69\147\x6e\155\145\156\164"]; $assignment = str_replace("\x25\160\x6f\x73\x74\137\164\151\x74\x6c\x65\45", $post->post_title, $assignment); $assignment = str_replace("\45\160\157\x73\x74\x5f\143\x6f\156\164\145\156\x74\x25", $post->post_content, $assignment); $assignment = str_replace("\45\160\x6f\x73\x74\137\143\157\156\x74\145\156\164\137\x6e\x6f\x74\141\x67\163\45", cseo_strip_tags($post->post_content), $assignment); $assignment = str_replace("\45\x70\x6f\163\164\x5f\145\x78\143\145\x72\160\x74\x25", $post->post_excerpt, $assignment); $assignment = str_replace("\45\x70\x6f\x73\x74\137\x65\x78\x63\145\x72\160\164\x5f\156\157\164\141\x67\163\45", cseo_strip_tags($post->post_excerpt), $assignment); $atts = ["\160\162\157\155\160\x74" => cseo_apply_spintax($assignment), "\x6d\157\144\x65\154" => $cseo_comment_campaigns[$id]["\141\143\x5f\157\x70\x65\x6e\x61\151\x5f\x6d\157\144\145\154"], "\x6d\141\x78\x5f\x74\x6f\x6b\x65\x6e\163" => $cseo_comment_campaigns[$id]["\x61\x63\137\157\x70\145\156\141\151\137\155\x61\170\137\164\157\x6b\145\156\x73"], "\x74\x65\x6d\160\x65\x72\x61\164\165\x72\145" => $cseo_comment_campaigns[$id]["\x61\143\137\157\160\x65\156\141\x69\137\x74\145\x6d\160\145\162\x61\x74\x75\x72\x65"], "\164\157\160\137\160" => $cseo_comment_campaigns[$id]["\x61\143\x5f\x6f\160\145\x6e\141\151\x5f\164\157\x70\x5f\160"], "\x62\145\163\x74\x5f\x6f\146" => $cseo_comment_campaigns[$id]["\141\143\x5f\x6f\160\145\x6e\141\151\137\x62\x65\163\x74\x5f\x6f\146"], "\x70\x72\x65\x73\x65\156\143\x65\137\x70\145\x6e\141\x6c\164\171" => $cseo_comment_campaigns[$id]["\141\143\x5f\157\x70\x65\x6e\x61\x69\137\160\162\x65\163\x65\x6e\143\x65\x5f\x70\x65\x6e\x61\x6c\x74\171"], "\146\162\x65\161\165\145\x6e\143\171\x5f\160\x65\x6e\141\x6c\x74\171" => $cseo_comment_campaigns[$id]["\x61\x63\x5f\157\x70\x65\156\x61\151\137\x66\162\x65\161\x75\x65\156\x63\x79\x5f\x70\145\x6e\x61\154\x74\171"]]; $comment = cyberseo_openai_shortcode($atts); if (strlen($comment)) { goto m2_S2; } return $post; m2_S2: goto QC9Id; MEqmP: $comments = get_option("\143\163\145\157\x5f\143\157\x6d\155\145\x6e\x74\163\x5f" . $id); if (!count($comments)) { goto WQZYd; } shuffle($comments); $comment = cseo_apply_spintax(trim(array_shift($comments))); $cseo_comment_campaigns[$id]["\143\x6f\165\x6e\x74"] = count($comments); if (!(($cseo_comment_campaigns[$id]["\141\143\x5f\144\145\154\x65\164\145\x5f\157\156\137\x70\157\x73\x74"] ?? '') === "\x74\145\170\x74")) { goto Kb89P; } update_option("\143\163\145\157\137\143\x6f\x6d\155\x65\x6e\164\163\137" . $id, $comments); Kb89P: WQZYd: goto QC9Id; MaPXs: $rss = @simplexml_load_file($cseo_comment_campaigns[$id]["\x61\x63\x5f\162\x73\x73\137\165\162\154"]); if (isset($rss->channel->item)) { goto z3gB4; } if (isset($rss->entry)) { goto VQF5Q; } goto Jw81e; z3gB4: $items = $rss->channel->item; goto Jw81e; VQF5Q: $items = $rss->entry; Jw81e: $auto_comments_posted = get_option(CSEO_COMMENTS_POSTED); foreach ($items as $item) { if (isset($item->link->attributes()["\x68\162\x65\146"])) { goto YF4cU; } if (isset($item->link)) { goto TQV54; } goto UUJpQ; YF4cU: $link = strval($item->link->attributes()["\150\x72\145\x66"]); goto UUJpQ; TQV54: $link = strval($item->link); UUJpQ: if (!(isset($link) && !in_array($link, $auto_comments_posted))) { goto g9Bn4; } if (isset($item->content)) { goto e4FeT; } if (isset($item->description)) { goto KRzhf; } goto ZYiQE; e4FeT: $comment = $item->content; goto ZYiQE; KRzhf: $comment = $item->description; ZYiQE: if (!isset($comment)) { goto MCgsR; } if (!isset($comment)) { goto nTrc7; } if (!(stripos($link, "\x2e\x72\x65\x64\144\x69\x74\x2e\143\x6f\x6d\57") !== false)) { goto qqIJS; } $comment = strip_tags(html_entity_decode($comment), "\74\x61\x3e\x3c\x69\x6d\x67\76\x3c\x70\76\74\x69\76\74\x75\76\74\142\76"); $comment = preg_replace("\x2f\40\x20\x73\165\142\155\151\164\x74\145\x64\40\142\x79\40\40\x2e\52\77\x24\x2f", '', $comment); $comment = trim($comment); qqIJS: if (!strlen($cseo_comment_campaigns[$id]["\141\x6c\154\157\167\x65\144\137\164\x61\147\163"] ?? '')) { goto lW_f2; } $comment = strip_tags($comment, $cseo_comment_campaigns[$id]["\x61\154\x6c\157\x77\145\x64\x5f\164\x61\147\163"]); lW_f2: if (($cseo_comment_campaigns[$id]["\x69\x67\x6e\157\x72\145\137\x68\x79\160\145\162\x6c\x69\156\153\163"] ?? '') !== "\x6f\x6e" || !cseo_hyperlinks_cnt($comment)) { goto SI1Xd; } unset($comment); goto oeoUw; SI1Xd: $auto_comments_posted[] = $link; $auto_comments_posted = array_unique($auto_comments_posted); update_option(CSEO_COMMENTS_POSTED, $auto_comments_posted); goto E9WYZ; oeoUw: nTrc7: MCgsR: g9Bn4: eQ4th: } E9WYZ: QC9Id: if (!mb_strlen($comment ?? '')) { goto J06ev; } if (!(($cseo_comment_campaigns[$id]["\163\x79\156\x6f\156\171\x6d\x69\x7a\x65"] ?? '') === "\157\x6e")) { goto aD_AY; } $comment = cseo_morph_content($comment, true); if (!(rand(0, 100) > 50)) { goto xnuRi; } $author = mb_convert_case($author, MB_CASE_TITLE); xnuRi: aD_AY: if (!(($cseo_comment_campaigns[$id]["\x61\143\137\x6f\160\x65\x6e\141\x69\x5f\162\145\x77\x72\x69\164\145"] ?? '') === "\157\156" && ($cseo_comment_campaigns[$id]["\x61\143\x5f\x73\157\x75\x72\143\145"] ?? '') !== "\x6f\x70\145\x6e\x61\x69")) { goto jPuPk; } if (!(!empty(get_option(CSEO_ACCOUNTS)["\x6f\x70\x65\156\141\x69\137\141\160\151\x5f\x6b\145\x79"]) && strlen(trim($cseo_comment_campaigns[$id]["\x61\x63\137\x6f\160\145\156\141\x69\137\141\x73\x73\151\147\156\155\145\156\164"])))) { goto hPDAq; } $atts = ["\x70\162\157\155\x70\164" => "\x72\145\x77\x72\151\164\x65\x20\164\x68\151\163\40\x74\x65\170\x74\72" . PHP_EOL . $this->parse_special_keywords(cseo_apply_spintax($comment)), "\x6d\157\144\145\154" => $cseo_comment_campaigns[$id]["\x61\143\137\x6f\x70\145\x6e\141\151\x5f\155\157\144\x65\154"], "\x6d\141\170\137\164\157\x6b\145\156\x73" => $cseo_comment_campaigns[$id]["\x61\x63\x5f\157\160\145\x6e\141\151\x5f\155\x61\170\137\x74\x6f\153\145\x6e\163"], "\x74\145\x6d\x70\145\162\x61\164\x75\162\145" => $cseo_comment_campaigns[$id]["\x61\143\x5f\157\x70\145\156\x61\x69\x5f\x74\145\x6d\160\145\x72\x61\x74\x75\162\x65"], "\x74\157\160\x5f\x70" => $cseo_comment_campaigns[$id]["\141\143\137\157\x70\x65\x6e\x61\151\x5f\x74\157\160\137\160"], "\x62\145\x73\x74\137\x6f\146" => $cseo_comment_campaigns[$id]["\x61\x63\x5f\157\x70\x65\x6e\x61\151\137\142\x65\163\164\137\x6f\x66"], "\x70\x72\145\163\145\x6e\x63\145\x5f\160\145\x6e\x61\x6c\x74\x79" => $cseo_comment_campaigns[$id]["\141\x63\137\157\x70\x65\x6e\x61\x69\x5f\160\x72\145\163\x65\156\x63\x65\137\x70\x65\156\x61\154\x74\x79"], "\x66\x72\x65\161\165\x65\x6e\143\171\137\x70\x65\x6e\x61\x6c\164\171" => $cseo_comment_campaigns[$id]["\141\x63\x5f\157\x70\145\156\x61\x69\137\x66\x72\x65\x71\x75\x65\x6e\143\171\x5f\160\x65\156\141\x6c\x74\171"]]; $res = cyberseo_openai_shortcode($atts); if (!strlen($res)) { goto WhrNB; } $comment = $res; WhrNB: hPDAq: jPuPk: cseo_add_comment($post->ID, addslashes($comment), $author, $cseo_comment_campaigns[$id]["\150\157\154\144\x5f\x66\157\x72\x5f\x61\160\160\162\157\166\x61\x6c"] ?? '' === "\x6f\156", null, 0, 0, $_SERVER["\x52\x45\115\117\124\x45\137\101\104\104\122"]); update_option(CSEO_COMMENT_CAMPAIGNS, $cseo_comment_campaigns); J06ev: ojEX2: bcGuA: yf4b_: } function delete_post_media($post_id) { $post = get_post($post_id, ARRAY_A); $wp_upload_dir = wp_upload_dir(); $attachments = get_children(["\160\x6f\x73\x74\x5f\x70\x61\162\x65\156\x74" => $post_id, "\160\157\x73\164\x5f\x74\x79\x70\x65" => "\141\164\x74\141\143\x68\x6d\145\156\164"]); foreach ($attachments as $attachment) { wp_delete_attachment($attachment->ID, true); oLt7_: } l99pT: preg_match_all("\57\74\151\x6d\x67\50\56\53\x3f\51\163\162\143\75\x5b\x27\x5c\x22\135\x28\x2e\x2b\77\x29\133\47\134\42\135\x28\x2e\x2a\77\x29\76\57\151\x73", $post["\160\157\163\x74\137\143\x6f\156\x74\145\156\x74"] . $post["\160\157\163\164\x5f\145\x78\x63\x65\162\x70\x74"], $matches); $media_urls = $matches[2]; preg_match_all("\x2f\74\151\155\147\56\x2a\77\163\162\143\x73\145\164\75\x5b\x27\134\x22\135\x28\56\53\x3f\51\x5b\47\134\42\135\x2e\52\77\76\57\151\163", $post["\160\x6f\x73\x74\137\143\x6f\156\164\145\156\164"] . $post["\x70\x6f\163\x74\x5f\x65\x78\x63\145\162\x70\164"], $matches); if (!count($matches[1])) { goto SvgXl; } foreach ($matches[1] as $item) { preg_match_all("\57\50\56\x2b\x3f\x29\134\163\x2b\56\53\77\133\x5c\54\x27\x5c\x22\x5d\57\x69\x73", $item, $srcsets); if (!count($srcsets[1])) { goto jZPRZ; } foreach ($srcsets[1] as $link) { $media_urls[] = trim($link); i9RnQ: } UFnNC: jZPRZ: XlkvB: } OFRTg: SvgXl: $media_urls = array_values(array_unique($media_urls)); $custom_field_keys = get_post_custom_keys($post_id); if (!is_array($custom_field_keys)) { goto FF9HN; } foreach ($custom_field_keys as $key_id => $key_value) { $tr = trim($key_value); if (!($tr[0] === "\x5f")) { goto TvcY5; } goto jsLGU; TvcY5: $value = get_post_meta($post_id, $tr, true); if (!(!is_array($value) && preg_match("\x2f\x5e" . preg_quote($wp_upload_dir["\x75\162\154"], "\57") . "\x2e\x2a\x3f\x28\134\56\152\160\x67\x7c\134\x2e\152\160\x65\147\x7c\134\x2e\147\151\146\174\x5c\x2e\x70\x6e\147\x7c\134\x2e\x62\155\160\174\134\56\x77\x62\155\x70\174\x5c\x2e\x77\145\x62\x6d\x7c\134\56\170\142\x6d\51\44\57\151", $value))) { goto Ef5lS; } $media_urls[] = $value; Ef5lS: jsLGU: } powAg: FF9HN: preg_match_all("\57\x5c\x62\50\x3f\72\x28\x3f\72\x68\164\164\x70\x73\x3f\x7c\146\164\x70\x29\x3a\x5c\x2f\134\x2f\174\x77\x77\167\x5c\56\x29\133\x2d\141\55\x7a\60\55\x39\53\46\x40\x23\134\57\45\77\x3d\176\137\174\41\72\x2c\56\73\135\x2a\x5b\55\x61\55\x7a\x30\55\71\53\x26\x40\43\134\57\45\75\176\x5f\x7c\135\x28\x5c\56\x6d\x70\x34\x7c\x5c\x2e\155\x34\x76\134\x2e\155\157\x76\174\x5c\x2e\x77\x6d\166\174\x5c\56\141\166\x69\174\134\56\x6d\x70\x67\174\x5c\56\157\x67\x76\x7c\x5c\56\x33\x67\x70\x7c\134\56\x33\x67\x32\x29\57\151", $post["\160\x6f\163\x74\x5f\143\x6f\156\x74\x65\156\164"] . $post["\160\157\163\x74\137\145\170\x63\x65\x72\160\x74"], $matches); foreach ($matches[0] as $url) { if (!strlen(trim($url))) { goto HuMur; } $media_urls[] = trim($url); HuMur: BaxFQ: } xDeaB: cseo_delete_media_by_url($media_urls); } function cseo_delete_posts_by_ids($post_ids) { @ob_end_flush(); ob_implicit_flush(); $cnt = 0; foreach ($post_ids as $post_id) { $this->delete_post_media($post_id); $cnt += intval(wp_delete_post($post_id, true) !== false); echo str_repeat("\x20", 1024); flush(); t0hkT: } Ykj8p: echo "\74\x62\162\x3e"; echo "\x3c\144\x69\166\40\151\x64\75\42\155\x65\x73\163\x61\147\x65\42\40\143\154\141\x73\163\x3d\x22\165\x70\x64\141\164\145\x64\x20\146\x61\144\145\42\x3e\x3c\160\76\x3c\x62\76" . $cnt . "\x3c\57\x62\76\40\x70\157\x73\164\50\163\51\40\x64\145\154\x65\x74\145\144\x2e\x3c\x2f\x70\x3e\74\x2f\144\x69\x76\76"; } function resetPost() { global $cseo_images_to_save, $cseo_images_to_attach, $cseo_urls_to_check; $this->post["\x70\x6f\x73\164\x5f\x74\x69\x74\154\x65"] = ''; $this->post["\x70\157\163\164\x5f\156\x61\155\145"] = ''; $this->post["\160\157\x73\164\x5f\x61\165\x74\x68\157\x72"] = ''; $this->post["\x70\x6f\x73\x74\x5f\x63\x6f\x6e\164\145\156\164"] = ''; $this->post["\x70\157\163\x74\137\x65\170\x63\x65\162\x70\x74"] = ''; $this->post["\x67\165\151\x64"] = ''; $this->post["\x70\157\x73\164\x5f\144\x61\x74\145"] = time(); $this->post["\x70\157\x73\x74\137\x64\141\x74\145\137\147\x6d\164"] = time(); $this->post["\143\x61\x74\x65\147\157\x72\151\145\163"] = []; $this->post["\x74\x61\147\x73\x5f\151\156\x70\x75\164"] = []; $this->post["\x63\x6f\x6d\x6d\145\x6e\164\x73"] = []; $this->post["\x6d\145\x64\151\x61\137\x63\x6f\156\164\x65\x6e\x74"] = []; $this->post["\x6d\x65\x64\151\x61\x5f\x74\150\165\x6d\x62\x6e\x61\151\154"] = []; $this->post["\155\145\144\151\x61\137\x64\145\163\x63\162\151\x70\x74\x69\x6f\156"] = ''; $this->post["\x65\x6e\x63\154\157\x73\x75\162\x65\x5f\165\x72\154"] = ''; $this->post["\145\x6e\x63\154\157\163\165\162\x65\137\x74\171\160\145"] = ''; $this->post["\154\151\156\x6b"] = ''; $this->post["\x63\165\163\x74\157\155\137\146\x69\x65\x6c\x64\163"] = []; $this->post["\x63\x75\163\164\x6f\x6d\x5f\146\151\x65\154\144\x73\x5f\141\164\164\x72"] = []; $this->post["\x67\x70\x74\x5f\x6b\x65\171\167\157\162\144\163"] = false; $this->post["\x67\160\x74\137\153\x65\x79\160\x68\162\x61\163\145"] = false; $this->xml_tags = []; $cseo_images_to_save = []; $cseo_images_to_attach = []; $cseo_urls_to_check = []; } function parse_special_keywords($content) { if (!(strpos($content, "\x25\x70\157\x73\x74\x5f\x74\x69\164\154\145\x25") !== false)) { goto UyP0K; } $content = str_replace("\45\160\x6f\x73\164\x5f\x74\151\x74\x6c\145\x25", trim($this->post["\x70\x6f\x73\x74\137\164\151\164\154\x65"]), $content); UyP0K: if (!(strpos($content, "\45\x70\157\x73\x74\137\143\157\156\x74\145\x6e\x74\45") !== false)) { goto fn4iK; } $content = str_replace("\45\160\157\163\164\x5f\x63\x6f\x6e\x74\145\x6e\164\45", trim($this->post["\x70\x6f\x73\x74\137\x63\x6f\x6e\x74\145\x6e\164"]), $content); fn4iK: if (!(strpos($content, "\45\x70\157\163\x74\x5f\x63\x6f\x6e\x74\x65\156\x74\137\156\157\x74\x61\x67\163\45") !== false)) { goto hYpQZ; } $content = str_replace("\x25\x70\157\x73\164\137\143\x6f\156\164\x65\x6e\164\137\x6e\x6f\x74\x61\147\x73\x25", cseo_strip_tags($this->post["\160\157\163\164\137\x63\x6f\156\164\145\156\x74"]), $content); hYpQZ: if (!(strpos($content, "\x25\x70\157\163\164\x5f\145\x78\x63\x65\162\160\x74\45") !== false)) { goto plH8k; } $content = str_replace("\45\x70\x6f\163\x74\137\145\170\143\x65\x72\160\164\45", trim($this->post["\x70\157\163\x74\137\145\170\143\x65\x72\160\x74"]), $content); plH8k: if (!(strpos($content, "\x25\x70\157\x73\x74\x5f\x65\x78\x63\x65\162\x70\164\x5f\156\157\x74\x61\x67\x73\x25") !== false)) { goto iGfAZ; } $content = str_replace("\x25\160\157\163\x74\137\x65\x78\143\x65\162\x70\164\137\x6e\157\164\141\147\x73\x25", cseo_strip_tags($this->post["\x70\157\163\164\x5f\x65\170\143\x65\162\x70\x74"]), $content); iGfAZ: if (!(strpos($content, "\x25\x70\x6f\x73\x74\x5f\x67\165\151\x64\x25") !== false)) { goto oAqwU; } $content = str_replace("\45\x70\157\163\164\137\147\165\151\x64\45", trim($this->post["\x67\165\151\144"] ?? ''), $content); oAqwU: if (!(strpos($content, "\x25\155\145\x64\151\x61\137\x64\145\x73\x63\162\151\160\164\x69\157\x6e\x25") !== false)) { goto cd4lW; } $content = str_replace("\45\155\x65\x64\x69\x61\137\x64\x65\163\x63\162\151\160\164\x69\157\x6e\45", trim($this->post["\x6d\145\x64\x69\x61\137\144\x65\x73\x63\162\151\160\x74\x69\157\156"]), $content); cd4lW: if (!(strpos($content, "\x25\145\x6e\x63\x6c\x6f\163\165\x72\x65\x5f\165\x72\x6c\45") !== false)) { goto fvNTt; } $content = str_replace("\45\x65\x6e\143\x6c\157\163\165\162\145\x5f\x75\162\154\45", trim($this->post["\x65\156\143\x6c\157\163\x75\x72\145\137\x75\x72\154"]), $content); fvNTt: if (!(strpos($content, "\x25\160\157\x73\164\137\144\x61\164\x65\45") !== false)) { goto WiG7n; } $content = str_replace("\x25\160\x6f\163\164\137\x64\x61\164\x65\x25", trim($this->post["\160\x6f\163\x74\x5f\x64\x61\164\x65"]), $content); WiG7n: if (!(strpos($content, "\45\147\x70\x74\137\153\145\171\167\x6f\x72\x64\163\45") !== false)) { goto kcrPA; } $content = str_replace("\45\147\x70\x74\x5f\x6b\145\171\x77\x6f\162\144\x73\45", cseo_gpt_get_keywords(), $content); kcrPA: if (!(strpos($content, "\45\x67\160\164\137\x6b\x65\x79\167\x6f\162\x64\x73\x5f\145\156\x25") !== false)) { goto pJvJ0; } $content = str_replace("\x25\x67\160\x74\137\x6b\145\x79\167\157\x72\144\x73\x5f\x65\156\45", cseo_gpt_get_keywords(true), $content); pJvJ0: if (!(strpos($content, "\45\x67\160\164\137\153\x65\171\x70\x68\x72\141\x73\145\x25") !== false)) { goto fzr3z; } $content = str_replace("\45\x67\160\x74\x5f\153\x65\171\160\x68\162\141\163\145\x25", cseo_gpt_get_keyphrase(), $content); fzr3z: if (!(strpos($content, "\x25\147\160\164\x5f\x6b\x65\171\160\150\162\x61\163\x65\137\145\x6e\x25") !== false)) { goto YcbDV; } $content = str_replace("\45\147\160\164\137\x6b\145\171\x70\x68\x72\x61\x73\145\x5f\x65\156\45", cseo_gpt_get_keyphrase(true), $content); YcbDV: if (!(strpos($content, "\45\160\157\163\164\137\x74\x61\x67\x73\45") !== false)) { goto XcvO0; } $content = str_replace("\x25\160\157\x73\164\137\x74\141\x67\163\45", trim(implode("\x2c\40", $this->post["\x74\141\x67\x73\137\151\156\160\165\x74"])), $content); XcvO0: if (!(strpos($content, "\x25\143\x61\164\145\147\157\x72\x69\145\163\45") !== false)) { goto mpucv; } $content = str_replace("\45\143\x61\164\145\x67\157\x72\151\145\163\45", trim(implode("\x2c\x20", $this->post["\143\x61\164\x65\x67\x6f\x72\151\x65\x73"])), $content); mpucv: $xml_tags = $this->xml_tags; $content = preg_replace_callback("\x2f\45\160\x6f\163\x74\137\143\x6f\156\x74\x65\156\x74\x5c\133\50\x2e\52\77\x29\134\135\x25\57", function ($matches) { return cseo_shorten_html(trim($this->post["\160\x6f\x73\x74\x5f\x63\x6f\x6e\164\145\x6e\164"]), intval($matches[1])); }, $content); $content = preg_replace_callback("\57\x25\x70\x6f\x73\x74\x5f\x63\x6f\156\164\x65\156\x74\x5f\x6e\157\164\x61\x67\163\x5c\133\50\56\x2a\x3f\51\x5c\x5d\45\57", function ($matches) { return cseo_shorten_string_by_words(cseo_strip_tags($this->post["\160\157\x73\164\137\x63\157\156\164\145\x6e\164"]), intval($matches[1])); }, $content); $content = preg_replace_callback("\x2f\x25\x70\157\x73\164\x5f\145\170\143\x65\x72\160\164\x5c\x5b\x28\x2e\52\x3f\51\x5c\x5d\x25\57", function ($matches) { return cseo_shorten_html($this->post["\x70\157\163\x74\x5f\x65\170\x63\145\x72\x70\164"], intval($matches[1])); }, $content); $content = preg_replace_callback("\x2f\45\160\157\x73\164\x5f\x65\x78\x63\x65\x72\160\164\x5f\156\x6f\164\141\x67\163\x5c\x5b\50\x2e\x2a\77\x29\x5c\x5d\x25\x2f", function ($matches) { return cseo_shorten_string_by_words(cseo_strip_tags($this->post["\x70\157\x73\x74\137\145\170\x63\x65\x72\x70\x74"]), intval($matches[1])); }, $content); $content = preg_replace_callback("\57\45\160\x6f\163\x74\x5f\x64\141\164\x65\134\x5b\50\56\52\77\51\134\135\x25\57", function ($matches) { return date(strval($matches[1]), strtotime($this->post["\x70\157\x73\164\x5f\x64\x61\164\x65"])); }, $content); $content = preg_replace_callback("\x2f\45\170\x6d\x6c\137\x74\x61\147\163\134\x5b\50\x2e\x2a\77\x29\134\135\45\x2f", function ($matches) use($xml_tags) { $xt = trim($matches[1]); if (!isset($xml_tags[$xt]["\166\x61\x6c"])) { goto Wr2mR; } return html_entity_decode(trim($xml_tags[$xt]["\x76\141\x6c"])); Wr2mR: }, $content); if (!is_string($this->current_feed_url)) { goto yJXBq; } $url_components = parse_url($this->current_feed_url); if (!isset($url_components["\x71\x75\x65\x72\x79"])) { goto Cf2PN; } parse_str($url_components["\161\x75\145\162\x79"], $params); $content = preg_replace_callback("\57\45\x70\x61\x72\141\155\163\x5c\133\50\56\52\x3f\x29\x5c\135\45\57", function ($matches) use($params) { $pr = trim($matches[1]); if (!isset($params[$pr])) { goto GDKbP; } return urldecode(trim($params[$pr])); GDKbP: }, $content); Cf2PN: yJXBq: $custom_fields = $this->post["\x63\x75\163\164\157\155\x5f\x66\151\145\x6c\144\163"]; $content = preg_replace_callback("\57\x25\x63\x75\x73\164\x6f\155\137\x66\x69\x65\x6c\144\163\x5c\x5b\50\56\52\x3f\x29\134\135\45\x2f", function ($matches) use($custom_fields) { $cf = trim($matches[1]); if (!isset($custom_fields[$cf])) { goto lmxVC; } return html_entity_decode($custom_fields[$cf]); lmxVC: }, $content); $custom_fields_attr = $this->post["\x63\165\x73\x74\x6f\x6d\137\146\151\x65\154\144\x73\x5f\141\164\164\162"]; $content = preg_replace_callback("\57\45\143\165\x73\164\157\155\x5f\146\x69\145\154\x64\163\137\141\x74\x74\162\x5c\133\50\x2e\52\x3f\x29\x5c\x5d\134\133\50\56\52\x3f\x29\x5c\135\45\57", function ($matches) use($custom_fields_attr) { $cf = trim($matches[1]); $ca = mb_strtoupper(trim($matches[2])); if (!isset($custom_fields_attr[$cf][$ca])) { goto bRhDu; } return html_entity_decode($custom_fields_attr[$cf][$ca]); bRhDu: }, $content); $media_thumbnail = $this->post["\x6d\x65\x64\x69\141\x5f\x74\150\x75\x6d\x62\x6e\141\151\154"]; $content = preg_replace_callback("\57\45\x6d\x65\x64\x69\x61\137\x74\150\165\x6d\142\156\x61\x69\154\134\x5b\x28\56\x2a\x3f\x29\x5c\x5d\x25\57", function ($matches) use($media_thumbnail) { $cf = intval($matches[1]); if (!isset($media_thumbnail[$cf])) { goto dmGOK; } return $media_thumbnail[$cf]; dmGOK: }, $content); $media_content = $this->post["\155\x65\144\x69\x61\137\x63\157\x6e\164\145\x6e\x74"]; $content = preg_replace_callback("\57\x25\155\x65\144\151\141\137\x63\157\156\164\145\x6e\164\x5c\x5b\50\x2e\52\77\51\x5c\135\x25\57", function ($matches) use($media_content) { $cf = intval($matches[1]); if (!isset($media_content[$cf])) { goto dMK02; } return $media_content[$cf]; dMK02: }, $content); $content = preg_replace_callback("\57\x25\x72\x61\156\x64\x6f\155\x5f\151\155\141\x67\145\134\x5b\x28\x2e\x2a\77\x29\x5c\135\x25\x2f", function ($matches) { return cseo_get_random_image($this->parse_special_keywords(cseo_apply_spintax($matches[1]))); }, $content); $content = preg_replace_callback("\x2f\45\x72\x61\x6e\144\157\x6d\x5f\x66\151\154\145\134\133\50\x2e\52\77\x29\134\135\x25\x2f", function ($matches) { return cseo_get_random_file($this->parse_special_keywords(cseo_apply_spintax($matches[1]))); }, $content); $content = preg_replace_callback("\x2f\45\160\151\x78\x61\x62\141\x79\x5c\133\50\x2e\52\x3f\51\134\x5d\x25\57", function ($matches) { $atts["\161"] = $this->parse_special_keywords(cseo_apply_spintax($matches[1])); $html = cyberseo_pixabay_shortcode($atts); if (!preg_match("\57\x73\x72\x63\x3d\x22\x28\x2e\x2a\77\x29\x22\57", $html, $link)) { goto dGvQB; } return $link[1]; dGvQB: }, $content); $content = preg_replace_callback("\57\x25\x79\x6f\165\x74\165\x62\x65\x5f\166\x69\144\145\x6f\x5c\133\50\56\52\77\x29\134\x5d\x25\x2f", function ($matches) { return cseo_get_youtube_video($this->parse_special_keywords(cseo_apply_spintax($matches[1]))); }, $content); if (!isset($this->post["\x6c\x69\x6e\x6b"])) { goto g8R0X; } $content = str_replace("\43\x23\43\43\x70\x6f\163\164\137\x6c\151\156\x6b\43\43\x23\43", $this->post["\154\x69\156\x6b"], $content); $content = str_replace("\45\x6c\151\x6e\x6b\45", $this->post["\154\151\156\x6b"], $content); g8R0X: return trim($content); } function modify_post_content($content, $is_runtime = false, $shuffle = false, $inc_headers = true, $inc_footers = true) { if (!$shuffle) { goto gxJ8h; } preg_match_all("\57\x3c\160\x2e\x2a\x3f\x3e\x28\x2e\x2b\x3f\x29\x3c\x5c\57\160\x3e\x2f\x75\x69\163", $content, $matches); $paragrapths = $matches[1]; if (!(count($matches[1]) > 1)) { goto eU2En; } shuffle($matches[1]); $i = 0; BVB1R: if (!($i < count($matches[1]))) { goto nSjBm; } $content = preg_replace("\57\x3c\x70\x2e\x2a\77\76" . preg_quote($paragrapths[$i], "\57") . "\74\x5c\x2f\x70\x3e\57\165\x69\x73", $matches[1][$i], $content); u34jq: $i++; goto BVB1R; nSjBm: eU2En: gxJ8h: if (!$is_runtime) { goto MwgW6; } if (!$inc_headers) { goto bkFDF; } $headers = $this->global_options["\160\157\163\164\137\150\145\141\x64\x65\x72"]; bkFDF: if (!$inc_footers) { goto Ifbkw; } $footers = $this->global_options["\x70\x6f\x73\164\x5f\146\157\157\164\145\162"]; Ifbkw: goto O6BIZ; MwgW6: if (!$inc_headers) { goto ymqhj; } $headers = $this->current_feed["\157\160\164\151\x6f\x6e\x73"]["\160\157\x73\x74\x5f\x68\x65\x61\x64\x65\162"]; ymqhj: if (!$inc_footers) { goto H3Snb; } $footers = $this->current_feed["\x6f\160\x74\x69\157\x6e\x73"]["\x70\x6f\163\x74\137\146\157\x6f\164\145\x72"]; H3Snb: O6BIZ: if (empty($headers)) { goto mM64c; } if ($this->current_feed["\157\x70\x74\151\x6f\x6e\x73"]["\160\141\x72\x73\x65\x5f\x73\160\151\156\164\141\x78"] === "\x6f\x6e") { goto ak275; } $headers = explode(CSEO_MORE, stripslashes($headers)); goto DJDDQ; ak275: $headers = explode(CSEO_MORE, stripslashes(cseo_apply_spintax($headers))); DJDDQ: $header = $headers[rand(0, count($headers) - 1)]; if ($is_runtime) { goto i9Gxv; } $header = $this->parse_special_keywords($header); i9Gxv: $content = $header . $content; mM64c: if (empty($footers)) { goto rv2Te; } if ($this->current_feed["\157\160\x74\x69\157\x6e\163"]["\160\x61\162\x73\x65\137\x73\160\151\x6e\164\141\170"] === "\x6f\156") { goto H303h; } $footers = explode(CSEO_MORE, stripslashes($footers)); goto lIDug; H303h: $footers = explode(CSEO_MORE, stripslashes(cseo_apply_spintax($footers))); lIDug: $footer = $footers[rand(0, count($footers) - 1)]; if ($is_runtime) { goto q2y6o; } $footer = $this->parse_special_keywords($footer); q2y6o: $content .= $footer; rv2Te: return $content; } function apply_runtime_changes($content) { $content = cseo_apply_spintax($content); $content = $this->modify_post_content($content, true); $content = cseo_morph_content($content, true); return $content; } function modify_title($title) { $title = cseo_apply_spintax($title); $title = $this->modify_post_content($title, true); return $title; } function the_post($post) { $post->post_excerpt = cseo_apply_spintax(get_the_excerpt()); return $post; } function the_content($content) { if (!(strpos($content, "\x63\154\141\163\163\x3d\x22\x63\x73\145\157\55\160\x72\157\144\165\143\164\55\147\141\154\154\x65\x79\x2d\x62\x75\164\164\157\156\x22") !== false)) { goto JIZ2W; } $this->is_amazon = true; JIZ2W: return $content; } function wp_footer() { if (!$this->is_amazon) { goto QK3xm; } echo "\74\x73\x74\171\x6c\x65\x20\x74\x79\x70\145\75\x22\x74\x65\x78\164\x2f\x63\163\163\42\76\40\43\143\163\145\x6f\55\160\x72\x6f\144\x75\143\164\55\x67\x61\154\154\x65\x72\x79\x20\x7b\15\12\40\40\x20\40\167\x69\144\164\x68\72\x20\x39\65\x25\73\15\12\x20\x20\x20\x20\155\x61\x72\147\151\x6e\x3a\40\60\40\x61\165\x74\157\x3b\xd\12\x20\40\40\40\x70\141\144\144\x69\156\x67\x3a\40\x31\x30\x70\170\x3b\15\12\40\x20\x20\40\x62\x6f\x72\144\x65\x72\x2d\x63\x6f\154\x6f\162\x3a\40\43\x63\x63\x63\73\15\xa\x20\40\x20\40\142\x6f\162\144\x65\162\x2d\167\151\144\164\150\72\x20\61\x70\170\73\xd\12\x20\40\40\40\x62\x6f\x72\144\145\162\55\163\x74\x79\154\145\x3a\40\163\x6f\154\151\x64\x3b\xd\xa\40\x20\x20\40\142\157\x72\x64\145\162\x2d\x72\x61\144\x69\x75\163\72\x20\64\160\x78\73\15\12\175\15\xa\x23\x63\x73\145\x6f\x2d\x70\162\x6f\x64\165\x63\x74\x2d\x67\x61\154\x6c\145\171\55\146\x75\x6c\154\x69\155\141\147\x65\x20\x7b\15\12\x20\40\40\x20\154\x69\163\164\55\x73\164\x79\154\145\x3a\40\x6e\x6f\x6e\x65\73\xd\12\40\40\40\x20\167\151\144\164\x68\x3a\x20\141\x75\164\157\73\15\12\x20\40\40\x20\x68\x65\151\147\x68\164\72\40\x34\x30\x30\160\x78\x3b\xd\xa\x20\x20\40\x20\155\141\x72\x67\151\156\x3a\x20\60\160\x78\73\xd\12\40\40\x20\x20\x70\x61\144\144\x69\156\147\x3a\40\60\160\170\73\xd\12\x20\40\40\40\157\166\145\x72\146\x6c\157\167\72\40\150\151\144\x64\x65\156\x3b\15\xa\175\15\xa\x23\143\163\x65\x6f\x2d\x70\162\x6f\144\x75\143\x74\55\147\x61\x6c\154\145\x79\55\146\165\154\x6c\151\155\x61\147\145\40\154\x69\x20\151\155\x67\x20\173\15\xa\40\40\40\40\144\151\163\x70\154\141\171\x3a\40\142\154\x6f\143\x6b\73\xd\xa\x20\x20\x20\x20\155\141\x72\147\151\156\72\40\x30\x20\141\165\164\x6f\x3b\15\12\x20\40\x20\40\x77\151\144\164\x68\x3a\x20\x61\x75\x74\157\x3b\xd\12\x20\40\x20\40\x68\145\x69\147\x68\x74\72\x20\64\60\x30\x70\170\x3b\15\12\x7d\xd\12\43\x63\x73\x65\x6f\x2d\160\162\157\144\x75\x63\x74\x2d\147\x61\154\x6c\x65\171\55\x74\150\165\155\x62\x69\x6d\141\147\x65\40\173\15\xa\40\x20\x20\x20\154\151\163\164\x2d\163\164\171\x6c\x65\x3a\x20\156\x6f\156\145\x3b\xd\xa\x20\x20\x20\40\157\166\x65\x72\x66\154\157\x77\72\40\150\151\144\x64\x65\156\73\15\12\40\40\x20\40\x66\154\157\x61\x74\72\x20\x6c\x65\x66\164\x3b\15\xa\175\15\12\43\x63\x73\145\x6f\x2d\160\x72\157\144\x75\x63\x74\x2d\x67\x61\154\x6c\145\171\x2d\x74\x68\x75\x6d\142\151\x6d\141\147\145\x20\154\x69\x20\x7b\15\xa\40\x20\40\x20\146\154\157\x61\x74\72\x20\x6c\x65\146\164\x3b\15\12\175\15\12\x23\143\163\145\157\55\x70\x72\x6f\x64\165\x63\x74\x2d\x67\x61\x6c\x6c\x65\171\55\x74\x68\165\x6d\142\151\x6d\x61\147\145\x20\154\x69\40\x69\155\147\x20\173\xd\12\40\40\40\x20\x70\x6f\163\151\x74\x69\157\x6e\x3a\162\x65\154\141\164\151\166\145\x3b\xd\12\x20\40\x20\40\x66\154\157\141\x74\x3a\40\x6c\x65\146\x74\x3b\15\xa\x20\40\40\40\142\x6f\162\x64\x65\x72\x3a\x20\x31\160\164\x20\163\x6f\154\151\x64\x20\x77\150\x69\164\145\73\15\xa\x20\x20\40\x20\x6f\x70\141\x63\151\164\171\72\x20\x30\x2e\67\x3b\xd\12\x20\x20\x20\x20\167\x69\144\164\150\x3a\x20\141\165\x74\x6f\x3b\xd\12\x20\x20\40\x20\150\145\151\x67\x68\x74\x3a\x20\x35\x30\160\170\73\xd\xa\x20\x20\x20\40\142\x6f\x72\144\x65\x72\x2d\x73\164\171\x6c\145\72\40\x73\157\154\151\x64\x3b\xd\xa\40\40\x20\40\142\x6f\162\x64\x65\162\55\x77\151\x64\164\x68\x3a\x20\x31\160\x78\73\15\12\40\40\40\x20\x62\x6f\x72\144\x65\162\x2d\x63\157\154\157\x72\72\x20\164\162\141\156\x73\160\141\162\x65\156\164\73\15\12\x7d\15\12\43\x63\x73\145\157\55\160\x72\x6f\144\x75\143\164\55\x67\x61\x6c\x6c\145\171\55\164\150\165\x6d\x62\151\155\x61\147\x65\x20\154\151\x20\151\155\147\72\x68\x6f\166\145\162\x20\173\xd\12\40\40\x20\40\x6f\160\x61\143\151\164\171\x3a\40\61\73\xd\12\x20\x20\x20\x20\142\x6f\x72\x64\x65\x72\x2d\163\x74\171\x6c\x65\x3a\40\x31\160\x78\73\15\12\40\x20\x20\x20\142\157\x72\144\145\x72\x2d\143\x6f\x6c\x6f\162\x3a\x20\43\x65\x65\145\73\xd\xa\x7d\15\xa\56\143\163\145\157\55\160\162\x6f\144\x75\x63\x74\55\147\141\154\154\x65\171\x2d\142\x75\164\x74\157\156\x20\x7b\xd\xa\40\40\x20\x20\146\x6f\156\x74\x2d\x66\141\155\151\x6c\x79\x3a\x20\x41\x72\x69\141\154\x2c\110\145\154\x76\x65\164\151\x63\x61\54\x73\x61\156\163\55\163\145\162\x69\x66\x3b\15\12\40\40\40\x20\x66\157\x6e\164\55\167\145\x69\147\x68\x74\x3a\40\x62\x6f\154\144\73\15\12\40\40\40\x20\x62\157\x78\x2d\163\x68\141\x64\x6f\x77\72\40\x31\x70\x74\x20\x31\x70\x74\x20\61\160\164\x20\x30\40\162\147\x62\x61\x28\x30\54\40\60\x2c\40\x30\x2c\40\x30\56\64\x29\73\xd\12\40\x20\x20\x20\x62\x6f\162\144\x65\x72\x2d\x72\x61\144\x69\x75\163\x20\72\61\62\x70\170\x3b\xd\12\x20\x20\40\x20\x62\x61\x63\x6b\x67\162\157\165\156\x64\x2d\151\x6d\141\x67\x65\72\x20\x6c\151\156\x65\141\162\x2d\x67\162\141\144\151\145\x6e\164\x28\x23\146\x66\145\67\x30\x30\54\x20\x23\x66\146\71\x37\x30\x30\x29\x3b\15\12\x20\40\40\40\164\145\x78\x74\55\144\x65\143\157\x72\141\164\x69\x6f\156\72\x20\156\157\x6e\145\x20\41\x69\x6d\x70\x6f\162\164\x61\156\164\73\xd\xa\40\x20\40\40\x63\x75\162\x73\x6f\x72\72\x20\x70\157\151\156\x74\x65\x72\x3b\xd\xa\40\40\40\x20\x63\x6f\154\157\162\72\x20\x62\154\x61\143\153\40\41\151\155\x70\157\162\164\141\156\164\73\15\12\40\x20\x20\40\x62\157\x72\x64\x65\x72\x2d\167\x69\x64\x74\150\72\40\x32\160\x78\x3b\xd\12\40\x20\40\x20\142\157\162\144\x65\162\x2d\x73\x74\x79\x6c\x65\x3a\x20\x73\157\x6c\151\x64\x3b\xd\xa\x20\x20\40\40\142\x6f\162\x64\145\162\55\143\157\154\x6f\x72\x3a\x20\43\146\146\x39\61\x30\60\73\15\12\x20\x20\x20\40\x70\141\144\144\x69\156\147\x3a\40\x31\x32\x70\164\x20\x32\x38\160\170\73\xd\12\x7d\15\xa\x2e\x63\163\x65\x6f\x2d\160\162\x6f\144\x75\143\x74\55\x67\x61\x6c\154\x65\x79\x2d\142\165\164\x74\x6f\x6e\x3a\x68\x6f\166\145\162\x20\x7b\15\xa\40\40\x20\x20\x6d\141\x72\x67\x69\156\72\40\61\x70\x74\x20\x31\160\x78\73\xd\xa\40\40\x20\x20\x63\x6f\x6c\157\x72\72\40\x62\154\x61\x63\153\73\xd\12\40\40\x20\x20\x62\x61\143\153\x67\162\x6f\x75\156\144\x2d\151\155\141\x67\145\x3a\40\154\151\x6e\x65\x61\x72\x2d\147\x72\141\144\151\x65\x6e\x74\x28\43\146\146\144\x37\x30\x30\54\40\43\146\146\70\x37\60\60\x29\x3b\xd\12\175\x20\15\xa\100\155\145\144\151\x61\40\163\143\x72\145\x65\156\40\x61\156\144\x20\x28\155\141\x78\x2d\x77\x69\x64\164\x68\72\40\67\x32\x30\x70\x78\51\x20\x7b\xd\12\x9\x23\x63\163\x65\157\x2d\160\x72\157\x64\165\143\164\55\x67\141\x6c\154\145\171\x2d\x66\165\x6c\x6c\151\155\141\147\x65\x20\x7b\xd\xa\11\x9\x77\x69\144\x74\150\72\40\x31\x30\x30\x25\x3b\xd\xa\x9\11\150\x65\151\x67\x68\x74\72\x20\x61\x75\x74\x6f\73\xd\12\x9\175\x9\xd\xa\11\x23\143\163\145\x6f\55\x70\162\157\144\165\143\164\55\147\141\x6c\x6c\x65\171\x2d\x66\165\x6c\x6c\x69\x6d\141\147\x65\x20\154\x69\x20\x69\x6d\147\x20\x7b\15\xa\x9\11\x77\x69\144\164\x68\72\40\61\x30\x30\45\73\15\xa\x20\x20\x20\40\11\x68\145\151\147\x68\164\x3a\x20\141\165\x74\157\x3b\15\12\x9\x7d\xd\12\11\43\143\163\x65\157\x2d\160\162\x6f\144\x75\143\164\55\147\x61\154\154\145\x79\x2d\x74\x68\165\155\x62\151\x6d\141\147\145\x20\173\15\xa\11\x9\144\x69\163\x70\x6c\x61\x79\x3a\40\x6e\x6f\x6e\145\73\xd\12\x9\x7d\15\xa\x9\x2e\x63\163\145\x6f\x2d\160\x72\157\x64\165\x63\x74\x2d\x67\x61\x6c\154\x65\x79\55\142\165\x74\x74\157\156\40\x7b\xd\12\11\11\146\x6f\x6e\164\x2d\163\151\172\145\x3a\40\x31\60\60\45\x3b\xd\12\x9\175\xd\12\x7d"; QK3xm: } function excerpt_rss($content) { global $post; if (!(get_option(CSEO_SERVER_MODE) === "\x6f\x6e")) { goto NAGaK; } if ($post->post_excerpt !== '') { goto iUIVI; } return str_replace(PHP_EOL, "\x3c\142\162\x3e", $this->apply_runtime_changes($post->post_content)); goto gWWWN; iUIVI: return str_replace(PHP_EOL, "\x3c\142\162\76", $this->apply_runtime_changes($post->post_excerpt)); gWWWN: NAGaK: return $content; } function parse_w3cdtf($w3cdate) { if (preg_match("\x2f\x5e\x5c\163\52\x28\x5c\144\173\x34\175\51\x28\55\50\134\x64\173\62\x7d\51\x28\55\50\x5c\144\173\62\175\x29\x28\124\50\x5c\x64\173\62\175\x29\x3a\50\x5c\x64\x7b\62\175\x29\x28\72\50\134\144\x7b\62\175\x29\x28\134\56\134\x64\x2b\x29\77\51\x3f\50\x3f\72\50\x5b\55\x2b\135\x29\x28\134\144\x7b\62\x7d\51\x3a\x3f\x28\x5c\144\173\62\175\51\174\50\x5a\x29\51\x3f\51\x3f\51\77\x29\x3f\x5c\163\x2a\44\57", $w3cdate, $match)) { goto raH18; } return -1; goto FweYX; raH18: list($year, $month, $day, $hours, $minutes, $seconds) = [$match[1], $match[3], $match[5], $match[7], $match[8], $match[10]]; if (!is_null($month)) { goto NhERa; } $month = (int) gmdate("\x6d"); NhERa: if (!is_null($day)) { goto gm7oO; } $day = (int) gmdate("\144"); gm7oO: if (!is_null($hours)) { goto o7i0j; } $hours = (int) gmdate("\x48"); $seconds = $minutes = 0; o7i0j: $epoch = gmmktime($hours, $minutes, $seconds, $month, $day, $year); if (!($match[14] !== "\132")) { goto prbW5; } list($tz_mod, $tz_hour, $tz_min) = [$match[12], $match[13], $match[14]]; $tz_hour = (int) $tz_hour; $tz_min = (int) $tz_min; $offset_secs = ($tz_hour * 60 + $tz_min) * 60; if (!($tz_mod === "\x2b")) { goto RZKr5; } $offset_secs *= -1; RZKr5: $offset = $offset_secs; prbW5: $epoch = $epoch + $offset; return $epoch; FweYX: } function parse_feed_log($message) { if ($this->preview) { goto TanXH; } $this->parse_feed_log .= "\x5b" . date("\144\55\x6d\55\x79\x20\150\72\151\72\163") . "\x5d\x20" . $message . PHP_EOL; update_option(CSEO_PARSE_FEED_LOG, $this->parse_feed_log); TanXH: } function parse_CSV_remote($url, $options) { $context = stream_context_create(["\163\163\x6c" => ["\166\x65\162\151\146\x79\137\x70\x65\x65\162" => false, "\x76\x65\x72\151\146\171\137\160\x65\x65\162\x5f\x6e\141\x6d\145" => false], "\x68\164\x74\x70" => ["\155\x61\x78\x5f\x72\145\144\x69\x72\145\x63\x74\163" => CSEO_MAX_CURL_REDIRECTS, "\x66\157\x6c\x6c\x6f\x77\x5f\x6c\x6f\143\x61\164\151\157\x6e" => 1]]); $handle = @fopen($url, "\162", false, $context); if (!($handle === false)) { goto G6OOf; } return false; G6OOf: $delimiter = "\54"; $firstLine = cseo_remove_utf8_bom(@fgets($handle, 4096)); $delimiters = ["\54", "\73", "\x9", "\174", "\72"]; $delimiterCounts = array_fill_keys($delimiters, 0); foreach ($delimiters as $d) { $delimiterCounts[$d] = count(str_getcsv($firstLine, $d)); DcqcX: } Pywab: $maxCount = max($delimiterCounts); $detectedDelimiter = array_search($maxCount, $delimiterCounts); $csv_fields = []; $cnt = 1; $elements = explode($detectedDelimiter, $firstLine); foreach ($elements as $element) { if (!preg_match("\57\136\133\x22\47\135\77\50\x2e\x2a\x3f\51\133\x22\x27\x5d\77\44\57", trim($element), $matches)) { goto R1Ee1; } $element = $matches[1]; R1Ee1: $element = str_replace("\40", "\137", trim($element)); if (preg_match("\57\136\133\x61\55\x7a\101\55\x5a\60\55\x39\137\135\x2a\44\x2f", $element)) { goto cWNoD; } $csv_fields[] = "\143\x73\166\137" . $cnt++; goto OGCgW; cWNoD: if (preg_match("\x2f\136\133\141\55\172\x41\55\132\x5d\57", $element)) { goto Rqq0Z; } if (strlen($element)) { goto Mic_B; } $csv_fields[] = "\143\163\166\137" . $cnt++; goto BZ0nq; Mic_B: $csv_fields[] = "\143\x73\166\x5f" . $element; BZ0nq: goto AhBGe; Rqq0Z: $csv_fields[] = $element; AhBGe: OGCgW: Pp6Nd: } eJSjR: if (count($csv_fields)) { goto C_GQA; } @fclose($handle); $this->parse_feed_log("\x43\x53\x56\x20\163\x74\162\x75\x63\x74\x75\x72\x65\40\167\x61\x73\40\x6e\157\x74\40\x72\145\x63\157\147\156\151\172\x65\x64" . PHP_EOL); return false; C_GQA: $num = count($csv_fields); uedpY: if (!(($data = @fgetcsv($handle, 8192, $detectedDelimiter)) !== false)) { goto MYsUK; } $this->resetPost(); if (!(count($data) !== $num)) { goto YqoUL; } @fclose($handle); $this->parse_feed_log("\103\x53\x56\x20\x73\164\x72\165\143\x74\165\162\145\40\x77\x61\x73\40\156\157\164\x20\x72\x65\x63\157\x67\x6e\x69\172\x65\144" . PHP_EOL); return false; YqoUL: if (!(!is_array($data) || empty($data))) { goto bqSp9; } @fclose($handle); $this->parse_feed_log("\x43\x53\126\x20\163\x74\162\165\x63\x74\x75\162\145\x20\167\x61\x73\x20\156\157\164\40\x72\x65\x63\157\147\156\x69\x7a\145\x64" . PHP_EOL); return false; bqSp9: $this->xml_tags = []; $this->element_tag = "\x49\124\x45\x4d"; $c = 0; Ew5ya: if (!($c < $num)) { goto dABoR; } $custom_field_name = $this->getCustomField(mb_strtoupper($csv_fields[$c])); if (!strlen($custom_field_name)) { goto nYKYk; } $this->post["\x63\165\163\164\x6f\155\137\x66\x69\x65\x6c\144\163"][$custom_field_name] = $data[$c]; nYKYk: $this->xml_tags[$csv_fields[$c]]["\x76\x61\154"] = $data[$c]; if (in_array(strtolower($csv_fields[$c]), ["\x74\x69\x74\x6c\145", "\156\x61\155\145", "\x70\162\157\x64\x75\x63\x74", "\x70\162\157\x64\x75\x63\x74\137\156\141\x6d\145"])) { goto eeFkb; } if (in_array(strtolower($csv_fields[$c]), ["\144\145\x73\x63\x72\151\x70\x74\x69\157\156", "\x63\x6f\x6e\x74\x65\x6e\164"])) { goto d7Il5; } goto ASO0J; eeFkb: $this->post["\x70\x6f\x73\x74\x5f\x74\x69\x74\154\145"] = trim($data[$c]); goto ASO0J; d7Il5: $this->post["\x70\x6f\163\164\137\x64\145\163\x63\162\151\160\164\x69\x6f\156"] = trim($data[$c]); ASO0J: CmgEY: $c++; goto Ew5ya; dABoR: $this->posts_found++; if (!$this->preview) { goto SNue1; } $this->displayPost(); $this->count++; return true; SNue1: $this->insertPost(); if (!$this->show_report) { goto BYxq4; } echo str_repeat("\x20", 1024); flush(); BYxq4: if (!$this->failure) { goto OMluz; } @fclose($handle); return false; OMluz: if (!($this->count >= $this->max)) { goto PED1M; } goto MYsUK; PED1M: goto uedpY; MYsUK: @fclose($handle); return true; } function parseFeed($feed_url) { global $cseo_xml_key; $this->tag = ''; $this->insideitem = 0; $this->element_tag = ''; $this->feed_title = ''; $this->generator = ''; $this->current_feed_url = $feed_url; $this->feed_charset_convert = ''; $this->posts_found = 0; $this->failure = false; $this->document_type = "\x58\115\114"; $cseo_xml_key = ''; if (!(($this->current_feed["\x6f\160\x74\151\x6f\156\x73"]["\x74\162\x65\141\x74\x5f\141\163\x5f\x63\163\166"] ?? '') === "\x6f\156" || isset($_POST["\x74\x72\145\141\x74\x5f\141\163\137\143\163\166"]))) { goto jjrrn; } $csv_parse_result = $this->parse_CSV_remote($feed_url, $this->current_feed["\x6f\160\x74\x69\157\x6e\163"]); if (!$csv_parse_result) { goto q33YY; } return true; q33YY: jjrrn: if (is_object($feed_url)) { goto QS5k9; } if (strlen(trim($feed_url))) { goto WjJ1o; } $feed_url = $this->fixURL($feed_url); WjJ1o: if (preg_match("\57\150\x74\164\x70\x73\x3f\x3a\134\x2f\x5c\57\50\167\167\x77\x5c\x2e\51\77\164\134\56\x6d\145\x5c\x2f\x28\56\52\77\x29\x5c\57\x3f\x24\57\x69", $feed_url, $matches)) { goto ht5mj; } if (preg_match("\57\x68\164\x74\160\x73\77\72\x5c\x2f\x5c\x2f\156\x65\167\x73\x5c\x2e\x67\x6f\157\x67\154\x65\x5c\56\143\157\155\134\57\163\145\141\x72\143\150\134\x3f\x71\75\50\56\x2a\x3f\51\x5c\57\x3f\44\x2f\x69", $feed_url, $matches)) { goto boAZQ; } if (preg_match("\x2f\150\164\x74\160\163\x3f\72\x5c\x2f\134\57\x28\167\x77\167\134\56\x29\77\x69\156\163\164\x61\x67\162\141\155\x5c\56\143\157\x6d\134\x2f\x28\x2e\x2a\x3f\x29\x5b\134\57\174\134\x3f\135\x2f", $feed_url . "\57", $matches)) { goto bSx99; } if (preg_match("\57\x68\x74\x74\x70\163\77\x3a\134\x2f\134\x2f\50\167\167\167\x5c\x2e\x29\77\x66\141\x63\x65\142\157\157\153\134\x2e\x63\157\155\x5c\57\x2e\x2a\77\133\x5c\x2f\174\x5c\77\x5d\57", $feed_url)) { goto C2uXr; } if (preg_match("\x2f\x68\164\x74\160\x73\77\x3a\134\x2f\x5c\x2f\x28\167\x77\x77\134\x2e\x29\77\x74\151\x6b\x74\157\153\134\x2e\143\157\155\57\151", $feed_url . "\x2f")) { goto DCnT0; } if (preg_match("\x2f\x68\x74\164\160\163\x3f\72\x5c\57\134\x2f\x28\x77\167\x77\134\x2e\51\77\x61\155\x61\x7a\x6f\156\134\x2e\x5c\123\x2b\134\x2f\57", $feed_url . "\57")) { goto liSuK; } goto nqegY; ht5mj: if (!(isset($matches[2]) && strlen(trim($matches[2])))) { goto YMHHA; } $this->parse_feed_log("\124\x65\x6c\145\147\162\141\x6d\x20\125\x52\114\40\150\x61\163\x20\142\x65\x65\x6e\40\144\145\x74\145\x63\x74\x65\144\56"); $content = cseo_file_get_contents("\150\x74\164\x70\x73\x3a\57\x2f\167\x77\167\x2e\143\171\142\x65\162\x73\x65\157\56\156\x65\x74\57\166\x65\x72\x73\151\157\156\x63\x6f\156\164\162\157\154\57\x72\x73\x73\x6d\141\x6b\145\x72\56\160\150\x70\x3f\162\x65\x73\x3d\164\x65\154\145\147\x72\x61\155\x26\143\150\x61\156\156\145\154\x3d" . $matches[2] . "\46\x6e\141\155\145\x3d" . urlencode(get_option(CXXX_REG_NAME)) . "\46\145\x6d\141\151\x6c\x3d" . urlencode(get_option(CXXX_REG_EMAIL)) . "\x26\163\x69\x74\x65\x3d" . urlencode(site_url())); if (strpos($content, "\x45\x72\x72\x6f\x72") === 0) { goto WuMFh; } $this->document_type = "\124\x65\154\145\147\x72\141\155"; $this->parse_feed_log("\x53\165\x63\143\145\x73\163"); goto iwLvG; WuMFh: if (is_admin()) { goto UOM4C; } $this->parse_feed_log($content); goto U_QXT; UOM4C: echo "\x3c\144\151\x76\40\151\144\75\42\155\145\x73\x73\141\x67\x65\42\x20\143\154\141\x73\163\x3d\x22\145\x72\x72\x6f\x72\x22\76\74\160\76" . $content . "\74\x2f\160\x3e\x3c\57\144\151\166\x3e"; U_QXT: return false; iwLvG: YMHHA: goto nqegY; boAZQ: if (!(isset($matches[1]) && strlen(trim($matches[1])))) { goto Yo80D; } $this->parse_feed_log("\107\157\x6f\x67\154\145\x20\116\x65\167\x73\40\x55\122\114\x20\x68\x61\x73\x20\142\145\x65\x6e\40\144\145\164\x65\x63\x74\x65\x64\x2e"); $url = "\x68\164\164\160\163\72\x2f\x2f\x77\x77\167\x2e\x63\x79\142\145\x72\x73\145\x6f\56\156\x65\x74\x2f\166\145\x72\163\x69\157\x6e\x63\x6f\x6e\164\x72\157\154\x2f\x72\163\163\155\x61\153\x65\162\x2e\160\150\160\77\162\145\163\75\x67\157\157\x67\x6c\145\156\145\167\163\46\156\x61\155\145\x3d" . urlencode(get_option(CXXX_REG_NAME)) . "\x26\145\x6d\x61\151\154\x3d" . urlencode(get_option(CXXX_REG_EMAIL)) . "\46\x73\151\164\145\x3d" . urlencode(site_url()); $query_string = explode("\46", $matches[1]); $locale = ''; foreach ($query_string as $query) { if (stripos($query, "\x3d") === false) { goto Ftpf4; } $locale .= $query . "\46"; goto az6sl; Ftpf4: $url .= "\x26\143\150\141\156\156\145\x6c\75" . $query; az6sl: prqBN: } iGMtz: if (!empty($locale)) { goto h4uow; } $url .= "\x26\154\157\x63\x61\154\145\x3d" . urlencode("\x68\154\x3d\145\156\x2d\x55\x53\x26\147\154\x3d\125\123\46\143\145\151\x64\75\x55\123\x3a\145\156"); goto LLDr3; h4uow: $url .= "\x26\154\157\x63\x61\154\145\x3d" . urlencode($locale); LLDr3: $content = cseo_file_get_contents($url); if (strpos($content, "\x45\x72\162\x6f\x72") === 0) { goto CvAzB; } $this->document_type = "\x47\157\x6f\x67\154\x65\x20\x4e\145\x77\x73"; $this->parse_feed_log("\123\x75\143\x63\145\x73\x73"); goto ZuyXF; CvAzB: if (is_admin()) { goto NpTOO; } $this->parse_feed_log($content); goto zKboT; NpTOO: echo "\74\x64\x69\x76\x20\x69\x64\75\x22\155\x65\163\x73\141\x67\145\42\x20\x63\x6c\141\163\x73\75\42\145\x72\x72\157\162\42\76\x3c\160\76" . $content . "\x3c\x2f\x70\x3e\74\x2f\x64\151\166\x3e"; zKboT: return false; ZuyXF: Yo80D: goto nqegY; bSx99: if (!(isset($matches[2]) && strlen(trim($matches[2])))) { goto LCMVs; } $this->parse_feed_log("\111\x6e\x73\x74\141\x67\x72\141\x6d\40\x55\x52\114\40\x68\x61\x73\x20\142\145\145\x6e\x20\x64\x65\164\145\x63\x74\145\x64"); $content = cseo_file_get_contents("\x68\x74\164\x70\163\x3a\x2f\57\167\167\167\x2e\x63\171\x62\x65\162\x73\x65\157\x2e\x6e\145\x74\57\x76\145\x72\163\151\157\156\x63\157\x6e\164\162\157\154\57\x72\163\x73\x6d\141\x6b\145\162\56\x70\x68\160\x3f\x72\x65\163\75\x69\x6e\x73\164\141\x67\162\x61\155\46\165\163\x65\162\75" . $matches[2] . "\46\x6e\141\155\x65\x3d" . urlencode(get_option(CXXX_REG_NAME)) . "\46\x65\155\x61\151\x6c\75" . urlencode(get_option(CXXX_REG_EMAIL)) . "\46\x69\x67\137\163\x65\163\163\75" . get_option(CSEO_ACCOUNTS)["\151\147\137\x73\145\x73\163\151\157\x6e"] . "\46\x73\151\164\x65\x3d" . urlencode(site_url())); if (strpos($content, "\x45\162\162\x6f\x72") === 0) { goto G0J3p; } $this->document_type = "\x49\156\163\164\x61\147\162\x61\155"; $this->parse_feed_log("\x53\165\143\143\x65\163\163"); goto joUf7; G0J3p: if (is_admin()) { goto kSoeC; } $this->parse_feed_log($content); goto LGNew; kSoeC: echo "\74\144\151\x76\40\151\x64\x3d\x22\155\x65\163\163\x61\x67\145\x22\40\143\x6c\141\x73\x73\75\42\145\162\x72\x6f\162\x22\x3e\74\160\x3e" . $content . "\74\x2f\160\x3e\x3c\x2f\144\151\166\x3e"; LGNew: return false; joUf7: LCMVs: goto nqegY; C2uXr: $this->parse_feed_log("\106\x61\x63\x65\x62\x6f\x6f\x6b\x20\125\122\114\x20\x68\x61\x73\x20\142\145\x65\156\x20\x64\x65\164\145\143\164\x65\144"); $content = cseo_file_get_contents("\x68\164\x74\160\163\72\x2f\x2f\167\x77\x77\x2e\x63\171\142\x65\x72\163\x65\157\56\156\x65\x74\57\166\x65\x72\163\151\x6f\156\143\157\x6e\164\x72\x6f\x6c\x2f\x72\163\x73\155\141\153\145\162\56\x70\x68\160\x3f\x72\145\163\75\x66\x61\143\145\x62\157\157\x6b\x26\x75\162\154\x3d" . urlencode($feed_url) . "\46\156\141\x6d\145\75" . urlencode(get_option(CXXX_REG_NAME)) . "\x26\x65\155\141\x69\x6c\75" . urlencode(get_option(CXXX_REG_EMAIL)) . "\x26\x63\137\x75\163\x65\x72\x3d" . get_option(CSEO_ACCOUNTS)["\x66\142\137\x63\137\x75\163\145\x72"] . "\46\170\x73\x3d" . get_option(CSEO_ACCOUNTS)["\146\x62\137\170\163"] . "\46\163\x69\x74\x65\75" . urlencode(site_url())); if (strpos($content, "\x45\162\162\x6f\162") === 0) { goto qSQIj; } $this->document_type = "\x46\x61\x63\145\142\x6f\157\x6b"; $this->parse_feed_log("\123\165\143\143\145\x73\163"); goto xDOvL; qSQIj: if (is_admin()) { goto hFVYN; } $this->parse_feed_log($content); goto P3xpr; hFVYN: echo "\x3c\x64\x69\166\x20\151\144\x3d\x22\155\145\x73\163\x61\x67\x65\42\40\143\154\x61\163\163\x3d\42\x65\x72\x72\157\162\42\x3e\74\160\76" . $content . "\x3c\x2f\x70\x3e\x3c\57\144\x69\166\76"; P3xpr: return false; xDOvL: goto nqegY; DCnT0: if (preg_match("\x2f\x68\x74\x74\160\163\x3f\x3a\134\57\x5c\x2f\50\x77\167\x77\134\x2e\51\x3f\x74\151\x6b\x74\x6f\153\134\x2e\143\x6f\155\134\x2f\x74\x61\x67\x5c\57\50\x2e\x2a\x3f\x29\x5b\x5c\x2f\174\x5c\77\135\57\151", $feed_url . "\57", $matches)) { goto ds8br; } if (preg_match("\x2f\150\164\x74\160\163\x3f\x3a\x5c\57\x5c\57\x28\167\167\167\134\x2e\51\77\164\151\153\x74\x6f\153\x5c\56\143\157\x6d\x5c\x2f\x28\100\x2e\52\77\x29\133\134\57\x7c\134\77\x5d\x2f\151", $feed_url . "\x2f", $matches)) { goto fnWi7; } goto onbbJ; ds8br: $this->parse_feed_log("\124\151\x6b\x74\x6f\x6b\40\x55\x52\114\x20\x68\141\163\x20\142\x65\x65\156\x20\144\145\x74\x65\x63\x74\x65\x64"); $content = cseo_file_get_contents("\150\x74\164\160\x73\72\57\x2f\167\167\x77\56\x63\x79\142\x65\x72\x73\x65\157\56\156\x65\164\x2f\166\145\x72\x73\x69\157\156\x63\157\156\164\x72\157\154\57\x72\163\163\x6d\x61\153\x65\162\56\x70\150\160\x3f\162\x65\163\x3d\164\x69\153\x74\x6f\x6b\46\x74\141\147\x3d" . trim($matches[2]) . "\x26\156\141\x6d\x65\x3d" . urlencode(get_option(CXXX_REG_NAME)) . "\x26\x65\155\141\151\154\x3d" . urlencode(get_option(CXXX_REG_EMAIL)) . "\46\163\x69\164\x65\75" . urlencode(site_url())); goto onbbJ; fnWi7: $this->parse_feed_log("\x54\151\153\164\157\x6b\x20\x55\122\114\40\x68\141\163\40\x62\145\x65\x6e\40\x64\x65\x74\x65\143\164\x65\x64"); $content = cseo_file_get_contents("\x68\164\164\x70\163\x3a\57\57\x77\167\x77\x2e\143\x79\142\145\162\x73\145\x6f\x2e\156\145\x74\x2f\x76\145\x72\163\x69\157\156\x63\157\156\x74\162\x6f\154\57\162\x73\x73\x6d\141\153\145\x72\56\x70\150\x70\77\162\145\x73\x3d\x74\x69\153\x74\x6f\153\x26\165\x73\145\162\75" . trim($matches[2]) . "\x26\156\141\x6d\x65\75" . urlencode(get_option(CXXX_REG_NAME)) . "\46\145\155\141\151\154\x3d" . urlencode(get_option(CXXX_REG_EMAIL)) . "\x26\163\151\164\x65\x3d" . urlencode(site_url())); onbbJ: if (strpos($content, "\x45\x72\162\x6f\162") === 0) { goto SMlkI; } $this->document_type = "\124\x69\x6b\x74\157\x6b"; $this->parse_feed_log("\123\x75\143\143\x65\163\x73"); goto pQPZU; SMlkI: if (is_admin()) { goto DNXac; } $this->parse_feed_log($content); goto J7V44; DNXac: echo "\x3c\x64\x69\x76\x20\x69\x64\75\42\155\145\x73\x73\x61\147\x65\42\40\x63\154\x61\x73\x73\x3d\x22\145\162\162\x6f\162\x22\x3e\74\x70\x3e" . $content . "\74\57\160\x3e\74\57\144\151\166\76"; J7V44: return false; pQPZU: goto nqegY; liSuK: $this->parse_feed_log("\101\155\x61\x7a\x6f\156\x20\125\x52\x4c\40\x68\141\x73\x20\x62\x65\145\x6e\x20\144\x65\164\145\143\x74\x65\144"); $cseo_amazon = new CyberSEO_Amazon_Product_Parser($feed_url, get_option(CSEO_ACCOUNTS)["\141\x6d\141\172\157\156\x5f\164\x61\x67"]); if ($this->preview) { goto WfBpd; } $cseo_amazon->do_duplicate_check = true; $content = $cseo_amazon->amazon_parse_search_page($this->max); goto w9oGd; WfBpd: $cseo_amazon->do_duplicate_check = false; $content = $cseo_amazon->amazon_parse_search_page(1); w9oGd: if (strpos($content, "\105\x72\x72\x6f\162") === 0) { goto BYcCo; } $this->document_type = "\x41\x6d\x61\x7a\157\x6e"; goto b88Ho; BYcCo: if (!is_admin()) { goto HKzKy; } echo "\74\x64\151\166\40\x69\x64\x3d\x22\155\x65\x73\x73\x61\147\145\x22\40\x63\x6c\x61\163\x73\x3d\42\145\x72\x72\x6f\x72\42\x3e\74\160\76" . $content . "\74\57\160\76\x3c\x2f\144\x69\166\76"; HKzKy: $this->parse_feed_log($content); return false; b88Ho: nqegY: if (is_string($feed_url) && preg_match(CSEO_DUMMY_FEED_PATTERN, $feed_url)) { goto K4UmE; } if ($this->document_type === "\130\115\114") { goto UWSro; } goto K0bPZ; K4UmE: $this->current_feed["\x6f\160\164\x69\157\x6e\x73"]["\x78\x6d\154\x5f\x73\145\x63\164\151\157\x6e\x5f\x74\x61\147\163"] = "\x49\x54\105\x4d"; $content = "\x3c\x3f\170\155\154\40\x76\145\x72\163\151\157\x6e\75\42\x31\x2e\x30\42\x20\x65\156\x63\157\144\x69\x6e\147\x3d\42\x55\124\106\x2d\x38\x22\x3f\76\x3c\x69\x74\x65\x6d\163\76\x3c\x69\x74\145\x6d\76\x3c\x74\151\164\x6c\145\76\x20\x3c\x2f\164\x69\164\x6c\145\76\74\57\x69\164\145\x6d\76\74\57\151\x74\x65\155\163\x3e"; goto K0bPZ; UWSro: $content = cseo_file_get_contents($feed_url); K0bPZ: if (strpos($content, "\x50\x4b") === 0) { goto TK6mG; } if (strpos($content, "\x1f\213\x8") === 0 || (strpos($content, "\x78\1") === 0 || strpos($content, "\170\234") === 0 || strpos($content, "\x78\332") === 0)) { goto bH3KS; } if (strpos($content, "\105\x5a\x68") === 0) { goto Tbusq; } goto GTlHM; TK6mG: $content = cseo_unzip($content); goto GTlHM; bH3KS: $content = @gzuncompress($content); goto GTlHM; Tbusq: $content = @bzdecompress($content); GTlHM: if (!(!$this->preview || get_option(CSEO_DNPSOP) !== "\157\156")) { goto QLWcj; } $content = $this->execPreprocessSource($this->current_feed["\x6f\160\164\151\x6f\156\x73"], $content); QLWcj: if (!(get_option("\x63\x78\170\x78\137\x66\165\x6c\154\x5f\164\x65\170\x74\x5f\145\170\x74\x72\141\x63\164\157\162") !== '' && preg_match("\x2f\x3c\41\x64\157\x63\164\171\x70\145\134\163\x2b\x68\x74\x6d\154\76\56\52\77\x3c\x68\x74\x6d\154\134\x73\53\x2e\x2a\x3f\x3e\57\x69\163", $content))) { goto w1pZa; } $html2xml = cseo_file_get_contents(get_option("\x63\x78\x78\170\x5f\146\165\x6c\154\x5f\164\145\x78\164\x5f\x65\x78\x74\162\141\x63\x74\x6f\162") . "\77\165\x72\x6c\75" . urlencode($feed_url) . "\x26\x6c\151\156\153\163\x3d\x70\162\x65\163\x65\162\x76\x65\46\145\x78\x63\75\x31\46\150\164\x6d\x6c\75\x31"); if (!strlen(trim($html2xml))) { goto APMW5; } $content = $html2xml; $this->document_type = "\x48\x54\115\114"; $this->current_feed["\x6f\160\x74\151\x6f\x6e\x73"]["\170\155\154\x5f\x73\x65\x63\x74\151\157\156\137\164\x61\147\163"] = "\x49\124\105\115"; APMW5: w1pZa: if (!(get_option("\x63\x78\x78\x78\x5f\x66\x75\x6c\154\x5f\x74\145\170\x74\x5f\145\x78\164\x72\x61\x63\164\x6f\162") !== '' && preg_match("\x2f\74\x6c\x6f\143\76\x68\x74\x74\160\56\52\x3f\x3c\x5c\x2f\154\x6f\x63\76\57\x69", $content))) { goto uS0WW; } $this->document_type = "\x58\x4d\x4c\x20\123\x69\x74\x65\x6d\141\x70"; uS0WW: $json = json_decode($content, true); if (is_array($json)) { goto is6Ih; } preg_match("\57\136\50\56\x2a\x3f\51\x3c\134\x3f\170\155\154\x2f\x69\x73", $content, $matches); if (!isset($matches[1])) { goto n8RlX; } $content = str_replace($matches[1], '', $content); n8RlX: if (!($this->current_feed["\x6f\x70\164\151\157\156\163"]["\x64\x69\163\x61\x62\154\x65\x5f\x69\164\x65\155\137\164\141\147\x5f\x61\x75\x74\x6f\144\x65\x74\x65\143\164"] !== "\x6f\x6e")) { goto KOu8s; } @cseo_xml2array($content); $this->current_feed["\157\160\x74\151\x6f\156\163"]["\170\155\x6c\x5f\163\x65\143\164\151\157\x6e\137\164\x61\x67\x73"] = $cseo_xml_key; KOu8s: if (strlen(trim($this->current_feed["\x6f\x70\x74\x69\x6f\x6e\163"]["\170\155\154\137\163\x65\143\x74\x69\x6f\156\137\x74\141\147\x73"]))) { goto lSYKV; } $this->current_feed["\157\x70\x74\151\157\156\163"]["\x78\155\154\137\x73\x65\x63\x74\x69\x6f\x6e\x5f\x74\141\x67\163"] = "\105\x4e\x54\x52\131\x2c\111\124\105\x4d"; lSYKV: $this->current_feed["\157\160\164\151\x6f\156\x73"]["\170\x6d\154\137\163\x65\x63\164\151\x6f\156\x5f\x74\141\147\163"] = cseo_str_unique(strtoupper($this->current_feed["\x6f\x70\x74\x69\x6f\156\163"]["\x78\x6d\x6c\137\x73\x65\x63\x74\151\157\x6e\x5f\x74\141\x67\163"])); goto pCL02; is6Ih: $content = cseo_json_array_to_xml($json); if (!($this->current_feed["\157\160\164\151\x6f\x6e\x73"]["\x64\x69\x73\x61\142\x6c\145\137\x69\164\x65\155\x5f\164\x61\x67\x5f\141\x75\164\x6f\144\145\x74\145\x63\164"] !== "\157\156")) { goto tDcY7; } @cseo_xml2array($content); $this->current_feed["\157\160\164\x69\157\x6e\163"]["\170\155\x6c\137\x73\x65\x63\x74\x69\157\x6e\137\x74\x61\147\x73"] = $cseo_xml_key; tDcY7: if (strlen(trim($this->current_feed["\x6f\x70\x74\x69\x6f\x6e\163"]["\170\155\154\137\x73\145\143\x74\151\x6f\x6e\137\x74\x61\147\x73"]))) { goto p4KfR; } $this->current_feed["\x6f\x70\164\151\x6f\156\163"]["\170\x6d\154\x5f\x73\145\x63\164\151\x6f\x6e\137\164\141\x67\163"] = "\122\x45\x53\x55\x4c\124\123\x5f\x49\124\105\115\x2c\124\101\x47\x53\137\111\124\x45\115\54\114\x49\123\x54\137\111\124\x45\115\x2c\104\x41\124\101\x5f\x49\x54\105\x4d\54\111\124\x45\115\123\137\x49\124\105\x4d"; p4KfR: $this->document_type = "\112\x53\117\116"; $this->current_feed["\x6f\x70\164\x69\157\156\163"]["\170\155\154\x5f\x73\x65\x63\164\151\157\x6e\x5f\x74\x61\x67\x73"] = cseo_str_unique(strtoupper($this->current_feed["\x6f\160\164\151\x6f\156\163"]["\170\155\154\137\x73\x65\143\164\x69\157\x6e\137\164\141\147\163"])); pCL02: $content = str_replace("\x26\162\x73\x71\x75\157\x3b", "\x27", $content); $content = str_replace("\141\x3f", "\x61", $content); goto LcswC; QS5k9: $content = $feed_url->import(); $this->feed_title = "\103\x53\x56\40\144\165\x6d\x70"; $this->document_type = "\x43\x53\x56"; $this->current_feed["\157\x70\x74\x69\x6f\156\x73"]["\170\155\154\137\163\145\143\164\x69\x6f\x6e\x5f\164\141\x67\163"] = "\x49\x54\105\115"; LcswC: if (!preg_match("\x2f\142\x6f\144\x79\56\52\77\50\134\173\144\151\162\145\143\x74\x69\x6f\x6e\x3a\x72\x74\154\x2e\52\x3f\x5c\x7d\51\57\151\x73", $content, $matches)) { goto CZMIL; } $content = str_replace($matches[1], '', $content); CZMIL: if (!preg_match("\x2f\142\x6f\x64\x79\x2e\52\x3f\x28\x5c\173\x64\x69\x72\x65\143\x74\x69\x6f\156\72\154\x74\162\56\x2a\x3f\x5c\x7d\51\57\x69\x73", $content, $matches)) { goto LDRx6; } $content = str_replace($matches[1], '', $content); LDRx6: try { $xml = @new SimpleXMLElement($content, LIBXML_NOCDATA); if (isset($xml->channel->title)) { goto i5C2w; } if (isset($xml->title)) { goto jhLsF; } goto SxkCL; i5C2w: $this->feed_title = $xml->channel->title; goto SxkCL; jhLsF: $this->feed_title = $xml->title; SxkCL: } catch (Exception $e) { $this->feed_title = ''; } if (!($this->current_feed["\x6f\x70\x74\151\157\156\x73"]["\x73\x68\x75\x66\x66\154\x65\137\x78\x6d\154\137\x69\x74\145\155\163"] && strpos($this->current_feed["\x6f\x70\164\x69\157\156\x73"]["\170\x6d\x6c\137\163\145\143\x74\x69\x6f\x6e\137\164\141\147\163"], "\54") === false)) { goto CGBbv; } $tag = trim($this->current_feed["\157\160\164\151\157\156\163"]["\x78\155\x6c\137\x73\145\x63\x74\151\157\x6e\x5f\x74\141\x67\163"]); preg_match_all("\57\50\56\x2a\77\x29\x28\74" . $tag . "\76\56\x2a\77\74\134\x2f" . $tag . "\x3e\x29\57\x69\x73", $content, $matches); if (!count($matches[2])) { goto kR8rE; } shuffle($matches[2]); $content = $matches[1][0] . PHP_EOL . implode(PHP_EOL, $matches[2]); kR8rE: CGBbv: if (!(!$content || !strlen($content))) { goto c3tFb; } if (is_admin()) { goto xtlPW; } if (is_object($feed_url)) { goto njwG9; } $this->parse_feed_log("\x55\x6e\141\x62\154\x65\40\164\157\40\x61\143\161\x75\x69\162\x65\x20" . $feed_url); goto w4TbC; njwG9: $this->parse_feed_log("\x45\x6e\144\x20\x6f\146\40\x64\x75\x6d\x70"); w4TbC: goto yW0xd; xtlPW: if (is_object($feed_url)) { goto LLl6Z; } echo "\74\144\x69\x76\x20\x69\x64\x3d\x22\x6d\x65\163\163\x61\x67\x65\42\40\143\x6c\141\x73\163\75\42\145\x72\162\x6f\x72\x22\x3e\74\160\x3e\125\x6e\141\142\x6c\x65\40\164\x6f\x20\x61\x63\x71\165\151\162\x65\40\74\141\40\x68\x72\145\x66\x3d\42" . $feed_url . "\42\40\x74\141\162\x67\x65\164\75\x22\x5f\x62\154\141\x6e\x6b\42\x3e" . htmlentities(urldecode($feed_url)) . "\74\57\141\x3e\x3c\57\x70\x3e\x3c\57\144\151\x76\76"; goto Qcoh6; LLl6Z: echo "\x3c\144\x69\x76\40\x69\x64\75\42\x6d\x65\x73\163\141\x67\145\x22\x20\143\x6c\x61\163\163\75\42\145\x72\162\157\162\42\76\x3c\160\76\x45\x6e\144\40\157\146\40\x64\x75\155\x70\x3c\x2f\x70\76\x3c\57\144\x69\166\x3e"; Qcoh6: yW0xd: return false; c3tFb: $rss_lines = @explode("\xa", trim($content)); if (is_array($rss_lines) && count($rss_lines)) { goto gJ1yk; } if (is_admin()) { goto bRf5_; } $this->parse_feed_log("\124\150\x65\x20\163\x6f\x75\x72\143\145\x20\x66\145\x65\144\40\151\x73\40\145\155\160\164\171\x2e"); goto eu7bp; bRf5_: echo "\74\144\151\166\x20\x69\x64\75\42\155\145\x73\x73\141\147\145\x22\40\143\154\141\x73\163\x3d\42\x65\x72\162\x6f\x72\42\76\x3c\x70\x3e\124\x68\145\40\163\x6f\165\162\x63\x65\40\146\145\x65\x64\40\151\163\40\x65\155\160\164\x79\56\74\x2f\x70\x3e\74\57\x64\x69\x76\76"; eu7bp: return false; goto zshyd; gJ1yk: preg_match("\57\x65\156\143\157\x64\x69\x6e\x67\x5b\56\40\135\x3f\75\x5b\56\40\135\77\133\42\x27\x5d\x28\56\52\x3f\51\133\x22\x27\x5d\x2f\151", $rss_lines[0], $matches); if (($matches[1] ?? '') !== '') { goto WRO5Q; } $this->feed_charset = "\x6e\x6f\x74\40\x64\x65\146\x69\156\145\144"; goto b_lyu; WRO5Q: $this->feed_charset = trim($matches[1]); b_lyu: $xml_parser = xml_parser_create(); xml_parser_set_option($xml_parser, XML_OPTION_TARGET_ENCODING, $this->blog_charset); xml_set_object($xml_parser, $this); xml_set_element_handler($xml_parser, "\163\164\141\162\164\x45\154\145\x6d\145\x6e\x74", "\x65\x6e\144\105\x6c\x65\x6d\145\x6e\164"); xml_set_character_data_handler($xml_parser, "\x63\x68\x61\x72\x44\x61\164\141"); $do_mb_convert_encoding = $this->current_feed["\157\160\164\151\157\156\x73"]["\x63\x6f\x6e\166\x65\x72\x74\137\x65\156\x63\157\x64\151\x6e\x67"] === "\157\x6e" && $this->feed_charset !== "\156\x6f\164\x20\144\x65\x66\x69\156\x65\144" && $this->blog_charset !== strtoupper($this->feed_charset); $do_uft8_encoding = $this->current_feed["\x6f\x70\164\151\157\x6e\163"]["\165\x74\x66\70\137\145\156\143\157\144\x69\x6e\147"] === "\x6f\156" && $this->blog_charset === "\125\124\x46\x2d\70"; $is_flvembed = false; $this->xml_parse_error = 0; foreach ($rss_lines as $line) { $line = rtrim($line); if (!($this->count >= $this->max || $this->failure)) { goto mvf61; } goto tK051; mvf61: if (!$do_uft8_encoding) { goto TYBKY; } $line = utf8_encode($line); TYBKY: if (!($do_mb_convert_encoding && function_exists("\x6d\x62\137\x63\x6f\x6e\166\x65\x72\164\137\x65\156\x63\157\144\x69\x6e\x67"))) { goto xgCei; } $line = mb_convert_encoding($line, $this->blog_charset, $this->feed_charset); xgCei: if (mb_strtolower(trim($line)) === "\74\x66\x6c\x76\x5f\x65\x6d\x62\x65\144\76") { goto NAgVa; } if ($is_flvembed) { goto ij_35; } goto QxVeo; NAgVa: $is_flvembed = true; goto QxVeo; ij_35: if (mb_strtolower(trim($line)) === "\x3c\x2f\x66\x6c\x76\137\x65\155\142\x65\144\x3e") { goto jFPXA; } if (stripos(trim($line), "\x3c\41\x5b\x43\x44\x41\124\x41\133") === false && stripos(trim($line), "\x5d\135\x3e") === false) { goto c7nYX; } goto bhQdR; jFPXA: $is_flvembed = false; goto bhQdR; c7nYX: $line = "\74\41\133\103\x44\x41\124\101\133" . trim($line) . "\135\135\x3e"; bhQdR: QxVeo: xml_parse($xml_parser, $line . PHP_EOL); if (!$this->gpterr) { goto UCdSs; } return false; UCdSs: $this->xml_parse_error = xml_get_error_code($xml_parser); if (!$this->xml_parse_error) { goto z7YbZ; } xml_parser_free($xml_parser); if (is_admin()) { goto n8eSa; } $this->parse_feed_log("\130\115\114\x20\x70\x61\x72\163\145\40\x65\162\162\x6f\x72\x20" . $this->xml_parse_error); goto qV9ax; n8eSa: echo "\x3c\x64\x69\166\40\151\144\75\x22\x6d\x65\163\x73\x61\147\x65\x22\40\143\x6c\x61\x73\163\x3d\x22\x65\x72\162\157\162\x22\x3e\x3c\160\76\130\x4d\114\40\160\141\162\x73\145\x20\145\x72\162\157\162\40" . $this->xml_parse_error . "\x2e\74\57\160\x3e\74\x2f\x64\151\x76\x3e"; qV9ax: return false; z7YbZ: SJMMf: } tK051: xml_parser_free($xml_parser); if ($this->count) { goto sq6jB; } if (is_admin()) { goto Cca99; } if (is_object($feed_url)) { goto fhbqN; } $this->parse_feed_log("\60\40\151\164\x65\155\163\40\x61\x64\144\x65\144\x20\x66\x72\157\155\40" . $feed_url); goto bBGQy; fhbqN: $this->parse_feed_log("\60\40\x69\164\145\155\163\x20\x61\144\x64\145\x64\40\146\162\157\155\x20\164\150\145\40\144\x75\155\x70"); bBGQy: Cca99: return 0; sq6jB: return $this->count; zshyd: } function modifyFeeds($new_options) { $feed_ids = unserialize(base64_decode($_POST["\x66\145\x65\x64\x5f\x69\144\x73"])); $feeds_cnt = count($this->feeds); if (!(is_array($feed_ids) && count($feed_ids) > 0)) { goto Ip3TD; } $i = 0; tJMte: if (!($i < $feeds_cnt)) { goto Dx9TZ; } if (!in_array($i, $feed_ids)) { goto BtRHR; } foreach ($new_options as $option => $value) { if (!(strpos($option, "\x63\150\x6b\137") === 0)) { goto ZnJ1K; } $option_to_change = substr($option, 4); if ($option_to_change === "\144\141\164\145\x5f\x72\141\x6e\x67\145") { goto Zu6qy; } if ($option_to_change === "\x74\150\x75\155\142\137\x73\162\143\x5f\163\x69\x7a\x65\x73") { goto uh607; } if ($option_to_change === "\x73\x74\x61\142\154\145\137\x64\151\146\x66\165\163\151\x6f\x6e\137\x69\x6d\141\147\145\137\x73\x69\172\x65") { goto kyRo8; } $this->feeds[$i]["\157\x70\164\151\157\156\x73"][$option_to_change] = $new_options[$option_to_change] ?? ''; goto D1mD1; Zu6qy: $this->feeds[$i]["\157\x70\x74\x69\157\x6e\x73"]["\x64\141\x74\x65\137\x6d\151\x6e"] = $new_options["\144\141\164\145\x5f\155\x69\156"]; $this->feeds[$i]["\157\160\x74\151\x6f\x6e\163"]["\x64\x61\x74\x65\x5f\x6d\141\170"] = $new_options["\144\141\164\145\x5f\x6d\x61\170"]; goto D1mD1; uh607: $this->feeds[$i]["\x6f\x70\x74\151\157\156\163"]["\164\x68\x75\155\x62\137\163\162\143\x5f\x6d\x69\156\137\x77\151\x64\164\x68"] = $new_options["\x74\x68\x75\x6d\142\x5f\163\162\143\x5f\x6d\x69\156\137\167\x69\x64\164\150"]; $this->feeds[$i]["\x6f\x70\x74\x69\157\x6e\163"]["\164\x68\x75\x6d\x62\x5f\x73\x72\143\137\x6d\141\x78\x5f\167\151\x64\x74\150"] = $new_options["\x74\150\165\x6d\142\x5f\163\162\143\x5f\x6d\141\170\137\167\x69\x64\164\150"]; $this->feeds[$i]["\157\160\x74\x69\157\x6e\x73"]["\164\x68\165\155\x62\137\163\162\x63\x5f\155\151\156\137\150\145\151\x67\x68\x74"] = $new_options["\x74\x68\x75\155\142\137\163\162\143\x5f\x6d\151\x6e\x5f\x68\x65\151\x67\x68\164"]; $this->feeds[$i]["\157\x70\164\x69\x6f\x6e\x73"]["\164\150\x75\x6d\142\x5f\163\x72\143\x5f\155\x61\x78\x5f\x68\145\151\147\150\164"] = $new_options["\164\150\x75\x6d\142\x5f\x73\162\x63\137\x6d\x61\170\137\x68\x65\x69\x67\x68\x74"]; goto D1mD1; kyRo8: $this->feeds[$i]["\x6f\160\164\x69\157\x6e\163"]["\163\164\x61\x62\154\145\137\144\151\146\x66\x75\x73\x69\x6f\156\x5f\167\x69\x64\x74\x68"] = $new_options["\163\x74\141\x62\154\145\137\x64\x69\146\146\165\x73\151\157\x6e\x5f\167\x69\x64\164\150"]; $this->feeds[$i]["\x6f\x70\x74\x69\x6f\x6e\163"]["\163\x74\x61\142\154\x65\x5f\x64\x69\x66\146\x75\x73\151\x6f\x6e\137\x68\145\x69\147\150\x74"] = $new_options["\163\164\x61\142\x6c\x65\137\144\x69\146\146\165\x73\151\x6f\x6e\x5f\150\x65\151\147\150\164"]; D1mD1: ZnJ1K: Ee6_l: } ccok1: BtRHR: MLZJh: $i++; goto tJMte; Dx9TZ: Ip3TD: update_option(CSEO_SYNDICATED_FEEDS, $this->feeds); } function syndicateFeeds($feed_ids, $check_time) { @set_time_limit(get_option(CSEO_MAX_EXEC_TIME)); $this->preview = false; $feeds_cnt = count($this->feeds); if (!(is_array($feed_ids) && count($feed_ids) > 0)) { goto jVpWj; } if (!$this->show_report) { goto swhDs; } @ob_end_flush(); ob_implicit_flush(); echo "\x3c\x64\151\x76\40\151\x64\75\42\155\x65\x73\163\x61\x67\145\x22\40\x63\154\141\x73\163\75\42\x6e\x6f\x74\x69\143\x65\x20\x75\160\144\141\x74\145\144\42\x3e\x3c\160\76"; flush(); swhDs: $this->parse_feed_log = ''; $i = 0; He5EH: if (!($i < $feeds_cnt)) { goto Ufc21; } if (!in_array($i, $feed_ids)) { goto DMYbn; } if (!(!$check_time || $this->getUpdateTime($i) === "\141\x73\141\x70")) { goto hEL_D; } update_option(CSEO_FEED_PULL_TIME, time()); $this->feeds_updated[$i] = time(); update_option(CSEO_FEEDS_UPDATED, $this->feeds_updated); $this->current_feed = $this->feeds[$i]; $this->resetPost(); $this->max = (int) $this->current_feed["\x6f\160\x74\x69\x6f\156\163"]["\155\x61\170\x5f\151\x74\x65\155\x73"]; if (!is_object($this->current_feed["\x75\162\x6c"])) { goto Q2xpD; } $this->parse_feed_log("\x43\123\x56\x20\x64\x75\155\x70\x20\151\144\x3a\40" . $this->current_feed["\x75\x72\154"]->get_id()); goto umGDd; Q2xpD: $this->parse_feed_log("\106\145\x65\144\x20\x55\x52\114\72\40" . $this->current_feed["\165\162\x6c"]); umGDd: if (!$this->show_report) { goto o0Owb; } if (!is_object($this->current_feed["\165\162\154"])) { goto kVnQW; } echo "\x53\171\156\144\151\143\x61\164\x69\156\x67\40\74\x73\x74\162\157\156\x67\x3e" . $this->current_feed["\165\x72\x6c"]->get_id() . "\x3c\x2f\163\164\x72\x6f\156\147\x3e\x2e\56\x2e"; goto kDGXt; kVnQW: echo "\123\x79\x6e\144\151\x63\x61\164\x69\156\x67\x20\74\141\40\x68\162\145\x66\75\x22" . htmlspecialchars($this->current_feed["\165\x72\154"]) . "\42\x20\x74\x61\162\x67\x65\164\x3d\x22\x5f\142\x6c\x61\156\x6b\x22\76\74\163\164\x72\x6f\x6e\x67\x3e" . $this->current_feed["\164\151\x74\154\145"] . "\x3c\x2f\x73\164\162\x6f\x6e\147\x3e\x3c\57\x61\76\56\56\x2e"; kDGXt: flush(); o0Owb: if (!($this->current_feed["\157\160\164\x69\157\x6e\x73"]["\165\156\144\x65\146\x69\x6e\x65\144\x5f\x63\x61\164\145\147\157\162\x79"] === "\165\x73\145\137\x67\154\x6f\x62\141\154")) { goto DxYLW; } $this->current_feed["\x6f\160\164\151\x6f\x6e\x73"]["\165\x6e\x64\x65\146\151\156\x65\144\137\143\x61\164\x65\x67\157\x72\x79"] = $this->global_options["\x75\156\144\x65\146\151\x6e\x65\144\137\143\141\164\x65\x67\x6f\162\171"]; DxYLW: $this->count = 0; $result = $this->parseFeed($this->current_feed["\x75\162\154"]); $archive_page = 2; if (!($this->max > $this->count && $this->current_feed["\157\x70\x74\x69\157\156\163"]["\160\141\162\x73\x65\x5f\141\x72\x63\150\x69\x76\145\163"] === "\x6f\x6e")) { goto ti6bd; } if (parse_url($this->current_feed["\x75\162\154"], PHP_URL_QUERY) !== NULL) { goto FV04C; } $url = $this->current_feed["\x75\162\x6c"] . "\77\160\x61\x67\145\144\x3d"; goto R5WzF; FV04C: $url = $this->current_feed["\165\x72\x6c"] . "\x26\x70\141\147\x65\144\x3d"; R5WzF: kbOP9: $last_post_link = $this->post["\x6c\x69\156\x6b"]; $last_post_title = $this->post["\160\x6f\163\164\x5f\x74\x69\164\x6c\145"]; $last_count = $this->count; $arc_result = $this->parseFeed($url . $archive_page); $result_dup = false; if (!$this->post) { goto PKeQ1; } switch ($this->current_feed["\157\160\164\x69\157\156\x73"]["\x64\x75\x70\154\151\143\x61\x74\145\137\143\x68\145\143\x6b\x5f\x6d\145\164\150\x6f\144"]) { case "\147\x75\151\144": $result_dup = $this->post["\154\151\156\x6b"] == $last_post_link; goto ZJeu2; case "\x74\x69\164\154\x65": $result_dup = $this->post["\x70\x6f\163\x74\x5f\164\x69\x74\154\x65"] == $last_post_title; goto ZJeu2; case "\x67\165\151\144\x5f\x61\x6e\x64\137\164\x69\x74\154\145": $result_dup = $this->post["\154\x69\x6e\x6b"] == $last_post_link && $this->post["\x70\x6f\x73\x74\137\x74\151\164\154\145"] == $last_post_title; goto ZJeu2; } Y9qPv: ZJeu2: PKeQ1: if (!($last_count == $this->count || $this->count < $this->max)) { goto To6Or; } $archive_page++; To6Or: if ($arc_result !== false && $this->max > $this->count && !$this->failure) { goto kbOP9; } mJ8zq: if (!($arc_result === false)) { goto UGKJN; } $this->feeds[$i]["\x6f\160\164\x69\x6f\x6e\163"]["\160\141\x72\163\x65\137\x61\162\x63\x68\x69\x76\145\163"] = ''; update_option(CSEO_SYNDICATED_FEEDS, $this->feeds); UGKJN: ti6bd: if (!$this->show_report) { goto vtCpP; } if ($this->count === 1) { goto y3N5o; } echo $this->count . "\40" . $this->current_feed["\x6f\160\x74\151\x6f\156\163"]["\160\157\163\x74\137\x74\x79\x70\x65"] . "\163\40\167\x65\162\x65\x20\141\x64\144\x65\144"; $this->parse_feed_log($this->count . "\40" . $this->current_feed["\x6f\x70\164\151\x6f\x6e\163"]["\x70\157\x73\x74\x5f\164\171\160\x65"] . "\163\x20\167\x65\162\x65\40\x61\144\x64\x65\x64\56" . PHP_EOL); goto qQjii; y3N5o: echo $this->count . "\40" . $this->current_feed["\157\160\164\x69\157\156\163"]["\160\157\163\164\137\164\171\160\145"] . "\x20\x77\x61\x73\40\141\x64\144\x65\144"; $this->parse_feed_log($this->count . "\40" . $this->current_feed["\x6f\x70\x74\151\157\156\x73"]["\x70\x6f\x73\x74\137\x74\x79\160\145"] . "\40\x77\x61\x73\x20\x61\144\x64\x65\x64" . PHP_EOL); qQjii: if (!($result === false)) { goto YLNJq; } echo "\133\x21\x5d"; $this->parse_feed_log("\x46\x65\x65\144\40\x73\x79\156\x64\x69\143\x61\164\151\157\x6e\x20\146\141\x69\154\x65\x64"); YLNJq: echo "\74\142\x72\x3e"; flush(); $this->parse_feed_log .= PHP_EOL; vtCpP: hEL_D: DMYbn: sN4hg: $i++; goto He5EH; Ufc21: if (!$this->show_report) { goto f9A_k; } echo "\x3c\57\x70\x3e\74\57\x64\x69\x76\x3e"; f9A_k: jVpWj: } function displayPost() { if (mb_strlen($this->feed_title)) { goto xaR3a; } $host = parse_url($this->current_feed_url, PHP_URL_HOST); if (strlen($host)) { goto ou60i; } $this->feed_title = "\x6e\157\40\156\x61\155\x65"; goto qNGEi; ou60i: $this->feed_title = ucfirst(str_ireplace("\x77\x77\167\x2e", '', $host)); qNGEi: xaR3a: if (!(!mb_strlen(trim($this->post["\x70\157\163\x74\x5f\145\x78\143\145\x72\160\x74"])) && mb_strlen(trim($this->post["\x6d\145\x64\x69\x61\137\144\x65\163\x63\162\x69\x70\164\151\157\x6e"])))) { goto YoQze; } $this->post["\160\157\x73\x74\137\x65\x78\x63\x65\x72\x70\x74"] = $this->post["\x6d\145\x64\151\141\137\144\x65\163\x63\162\x69\160\164\x69\157\x6e"]; YoQze: if (mb_strlen(trim($this->post["\160\x6f\163\164\x5f\143\157\x6e\164\145\156\x74"]))) { goto TBCAv; } $this->post["\x70\x6f\163\164\137\143\157\156\x74\145\x6e\x74"] = $this->post["\160\x6f\163\x74\137\145\x78\x63\145\x72\160\x74"]; TBCAv: $attachment = ''; $video_extensions = wp_get_video_extensions(); if ($this->post["\x65\x6e\143\x6c\157\163\x75\x72\145\137\x75\x72\154"] !== '') { goto au051; } if (!count($this->post["\x6d\145\144\x69\x61\x5f\143\x6f\x6e\164\x65\156\x74"])) { goto Zf13h; } $attachment .= "\74\x64\151\x76\x20\143\x6c\141\x73\163\x3d\42\155\x65\144\151\141\137\142\x6c\x6f\x63\x6b\x22\x3e"; $i = 0; jlKFn: if (!($i < sizeof($this->post["\x6d\x65\x64\x69\141\137\x63\157\x6e\x74\145\x6e\164"]))) { goto SIZX1; } $ext = mb_strtolower(pathinfo($this->post["\155\x65\144\151\141\137\x63\157\x6e\x74\145\156\x74"][$i], PATHINFO_EXTENSION)); if (in_array($ext, $video_extensions)) { goto VP_eO; } if (isset($this->post["\155\145\144\x69\x61\x5f\x74\150\x75\155\142\x6e\x61\x69\x6c"][$i])) { goto satT5; } $attachment .= "\74\151\155\147\x20\x73\x74\171\154\x65\x3d\x22\155\141\x78\x2d\x77\151\144\x74\150\72\x31\60\60\x25\42\x20\163\162\143\x3d\42" . $this->post["\155\145\144\151\x61\137\143\157\156\164\x65\156\x74"][$i] . "\42\x3e"; goto zf5FE; VP_eO: $video = ["\163\162\x63" => $this->post["\155\145\144\x69\x61\x5f\x63\157\156\x74\x65\156\x74"][$i]]; if (!isset($this->post["\155\x65\144\x69\141\x5f\x74\x68\x75\x6d\142\x6e\x61\x69\154"][$i])) { goto HiVtv; } $video["\160\x6f\x73\x74\145\162"] = $this->post["\155\x65\x64\151\x61\x5f\x74\x68\165\155\x62\x6e\141\x69\x6c"][$i]; HiVtv: $attachment .= wp_video_shortcode($video); goto zf5FE; satT5: $attachment .= "\74\141\40\x68\x72\x65\x66\75\42" . $this->post["\155\145\144\151\141\x5f\143\x6f\156\x74\x65\156\x74"][$i] . "\x22\76\74\151\155\147\x20\163\x74\171\154\145\75\42\x6d\x61\x78\55\167\x69\x64\x74\x68\72\x31\60\x30\45\x22\x20\x73\162\x63\x3d\x22" . $this->post["\155\x65\x64\x69\x61\137\x74\150\x75\155\142\156\x61\x69\154"][$i] . "\42\40\143\x6c\141\x73\x73\75\42\155\145\144\x69\141\137\164\x68\x75\155\142\x6e\141\151\154\x22\x3e\x3c\x2f\141\76"; zf5FE: hq7I9: $i++; goto jlKFn; SIZX1: $attachment .= "\74\x2f\x64\x69\x76\x3e"; Zf13h: if (!count($this->post["\x6d\145\x64\151\141\137\x74\x68\x75\x6d\x62\x6e\141\151\154"])) { goto EOMK3; } $attachment .= "\74\x64\x69\166\x20\143\x6c\x61\x73\x73\75\42\x6d\x65\x64\x69\x61\x5f\x62\154\157\143\x6b\42\76"; $i = 0; wAMfv: if (!($i < sizeof($this->post["\155\x65\x64\x69\141\x5f\164\150\x75\155\x62\156\x61\x69\154"]))) { goto VOuTf; } $attachment .= "\x3c\x69\155\147\40\x73\164\x79\154\x65\x3d\x22\155\141\170\55\167\x69\144\164\150\72\61\60\60\45\x22\40\163\x72\x63\x3d\x22" . $this->post["\x6d\145\x64\x69\141\137\x74\150\165\x6d\x62\x6e\x61\x69\154"][$i] . "\x22\40\x63\x6c\141\x73\163\x3d\x22\155\145\144\151\x61\x5f\x74\150\x75\155\142\x6e\x61\x69\x6c\x22\x3e"; NSPMs: $i++; goto wAMfv; VOuTf: $attachment .= "\x3c\57\144\x69\166\76"; EOMK3: goto doITN; au051: $ext = mb_strtolower(pathinfo($this->post["\145\156\x63\154\157\x73\165\162\x65\137\x75\x72\154"], PATHINFO_EXTENSION)); if (in_array($ext, $video_extensions)) { goto BFzk5; } if ($this->post["\x65\156\143\x6c\157\x73\165\x72\145\x5f\x74\x79\160\x65"] === "\141\165\x64\151\x6f\x2f\x6d\x70\x65\147") { goto PZX80; } if (stripos($this->post["\145\x6e\x63\154\157\x73\x75\162\x65\137\164\x79\160\145"], "\151\155\x61\147\x65\x2f") !== false || $this->post["\x65\x6e\x63\154\x6f\x73\x75\x72\x65\x5f\164\x79\x70\x65"] === '') { goto Dk_tX; } goto WJWfU; PZX80: $audio = ["\163\162\x63" => $this->post["\145\156\143\154\x6f\x73\165\162\x65\x5f\x75\162\154"]]; $attachment .= wp_audio_shortcode($audio); goto WJWfU; Dk_tX: $attachment .= "\x3c\x69\155\147\40\x73\x74\x79\154\145\75\42\x6d\x61\x78\55\167\x69\x64\164\150\72\61\x30\x30\45\42\x20\x73\x72\x63\x3d\x22" . $this->post["\x65\x6e\x63\x6c\x6f\x73\165\x72\x65\137\x75\x72\x6c"] . "\x22\x3e"; WJWfU: goto jUcnP; BFzk5: $video = ["\x73\162\x63" => $this->post["\145\x6e\x63\x6c\x6f\163\x75\x72\145\x5f\165\x72\x6c"]]; if (!isset($this->post["\x6d\x65\x64\151\x61\137\x74\150\x75\155\x62\156\141\x69\x6c"][0])) { goto YXozf; } $video["\x70\x6f\x73\164\145\162"] = $this->post["\155\x65\144\x69\x61\137\164\150\165\155\x62\156\x61\x69\x6c"][0]; YXozf: $attachment .= wp_video_shortcode($video); jUcnP: doITN: echo "\15\xa\x20\40\x20\40\40\x20\x20\x20\x3c\163\x74\162\x6f\x6e\x67\76\x50\x72\x65\166\x69\145\167\x20\155\157\x64\145\74\57\163\x74\162\x6f\156\147\76\15\xa\x20\x20\40\x20\x20\40\40\x20\74\163\145\x6c\145\x63\x74\x20\x69\x64\x3d\42\160\162\145\166\151\145\167\137\155\157\144\x65\137\x73\167\151\x74\143\x68\x22\40\x6f\x6e\143\x68\x61\x6e\x67\x65\x3d\42\x63\x73\x65\x6f\103\150\141\156\147\x65\x50\162\145\x76\151\x65\x77\x4d\157\x64\145\x28\x29\x3b\42\x3e\xd\12\40\x20\40\40\40\40\40\x20\40\40\40\40"; $anything_to_display = false; $post_content = cseo_fix_white_spaces(trim($this->post["\x70\157\x73\164\137\x63\157\x6e\164\x65\156\x74"])); $post_excerpt = cseo_fix_white_spaces(trim($this->post["\x70\x6f\163\164\x5f\145\170\x63\x65\162\x70\x74"])); $post_content = strip_tags($post_content, "\x3c\141\x3e\74\163\x74\x79\x6c\x65\x3e\74\143\157\x64\x65\x3e\74\160\162\145\76\74\151\x6d\147\x3e\x3c\x70\x3e\x3c\142\x72\76\74\x69\x3e\x3c\x62\76\x3c\x75\76\x3c\x75\154\x3e\x3c\x6f\154\x3e\74\154\151\76\x3c\x74\x61\x62\x6c\x65\76\x3c\x74\x64\x3e\74\x74\162\76\74\x74\x68\x3e\74\x64\151\x76\76\74\163\x70\141\x6e\76\74\150\61\76\x3c\150\62\76\74\x68\63\76\74\x68\64\x3e\x3c\x68\65\76\74\150\x72\76\x3c\x76\151\x64\145\157\x3e\x3c\141\165\x64\151\157\x3e"); $post_content = trim(preg_replace("\57\74\x73\164\171\x6c\x65\56\52\x3f\x3e\56\52\77\74\x5c\x2f\163\164\x79\x6c\145\x3e\x2f\163\151", '', $post_content)); $post_excerpt = strip_tags($post_excerpt, "\74\x61\x3e\x3c\x73\x74\171\x6c\x65\76\74\143\157\x64\145\76\x3c\x70\162\x65\76\74\x69\155\147\x3e\74\160\76\x3c\x62\162\x3e\x3c\151\76\74\142\x3e\74\165\76\x3c\x75\154\76\74\157\x6c\76\74\x6c\151\x3e\74\x74\x61\142\x6c\145\x3e\74\164\x64\76\74\164\x72\76\x3c\164\150\x3e\x3c\144\151\x76\x3e\x3c\163\160\x61\156\76\74\150\61\76\74\150\62\76\74\x68\63\x3e\74\x68\x34\76\74\150\x35\76\74\x68\x72\76\x3c\166\x69\x64\145\157\x3e\x3c\141\165\x64\151\157\76"); $post_excerpt = trim(preg_replace("\x2f\x3c\163\164\171\154\145\56\x2a\x3f\x3e\56\x2a\x3f\x3c\134\57\x73\164\171\x6c\x65\x3e\x2f\x73\x69", '', $post_excerpt)); if (!(!strlen($post_content) && strlen($post_excerpt))) { goto n6ctN; } $post_content = $post_excerpt; n6ctN: if (!strlen($post_content)) { goto l4VdS; } echo "\74\x6f\x70\x74\x69\157\156\x20\166\x61\x6c\x75\145\x3d\x22\160\157\163\x74\137\x76\151\x65\167\x22\76\x50\x6f\x73\164\x20\143\x6f\156\x74\145\156\164\74\57\x6f\x70\164\151\x6f\x6e\x3e"; $anything_to_display = true; l4VdS: if (!(strlen(get_option("\143\x78\x78\170\x5f\146\x75\x6c\154\137\x74\145\170\x74\x5f\145\x78\164\162\x61\143\x74\157\162")) && isset($this->post["\154\151\x6e\153"]))) { goto Dyb8M; } if (!(stripos($this->post["\154\x69\156\153"], "\x68\x74\x74\160\163\72\x2f\57\x6e\145\167\x73\56\147\157\x6f\147\x6c\145\56\143\157\x6d\x2f\x72\163\x73\57\141\162\x74\151\143\154\145\x73\x2f") === 0)) { goto hTKRQ; } $content = cseo_file_get_contents($this->post["\154\x69\x6e\x6b"]); if (!preg_match("\57\74\142\x61\x73\145\40\x68\162\145\146\x3d\x22\150\x74\x74\x70\x73\x3a\134\x2f\x5c\x2f\x6e\145\x77\163\x5c\56\147\157\x6f\x67\x6c\x65\134\x2e\143\157\x6d\x5c\57\42\x3e\56\52\77\74\x61\40\150\162\145\146\x3d\42\x28\x2e\52\x3f\51\42\x20\152\163\156\x61\x6d\145\75\x22\x2e\52\77\42\40\162\x65\154\x3d\42\156\157\146\157\154\154\157\167\x22\x3e\56\x2a\x3f\74\x5c\x2f\141\76\x2f\x73", $content, $matches)) { goto V8V_n; } $this->post["\154\x69\156\153"] = $matches[1]; V8V_n: hTKRQ: $item = html_entity_decode(cseo_file_get_contents(get_option("\143\x78\170\170\x5f\146\x75\154\x6c\137\x74\x65\x78\x74\137\145\170\x74\x72\x61\x63\164\x6f\162") . "\77\x75\162\154\x3d" . urlencode($this->post["\x6c\151\156\153"]) . "\x26\x6d\x61\170\75\61")); preg_match_all("\x2f\x3c\x64\145\163\143\162\x69\x70\164\x69\157\x6e\76\x28\56\52\77\51\74\x5c\57\144\x65\x73\143\x72\x69\x70\x74\x69\157\x6e\76\x2f\x69\163", $item, $matches); if (!(strpos($matches[1][1] ?? '', "\x5b\x75\x6e\x61\x62\x6c\145\40\164\x6f\x20\162\145\x74\162\x69\145\x76\145\40\x66\x75\x6c\154\55\164\x65\x78\x74\x20\143\x6f\x6e\x74\145\156\x74\135") === false)) { goto Bv34L; } $full_text = strip_tags(trim($matches[1][1]), "\x3c\x61\76\x3c\x73\164\171\154\x65\x3e\74\143\x6f\144\x65\76\74\x70\162\x65\76\74\x69\155\x67\x3e\x3c\x70\76\74\x62\162\x3e\74\x69\x3e\x3c\142\x3e\x3c\165\76\x3c\x75\x6c\x3e\74\154\x69\x3e\x3c\x74\141\x62\x6c\x65\76\74\x74\144\76\x3c\164\162\x3e\74\164\150\x3e\x3c\144\151\x76\76\x3c\163\160\x61\x6e\76\x3c\150\61\x3e\x3c\x68\62\x3e\x3c\x68\63\x3e\74\150\64\76\x3c\x68\65\x3e\x3c\x68\162\76\x3c\x76\151\x64\145\157\76\x3c\x61\165\x64\151\157\x3e"); $full_text = trim(preg_replace("\x2f\74\x73\x74\x79\154\145\56\x2a\77\x3e\56\52\x3f\74\134\57\x73\x74\x79\154\x65\x3e\57\163\151", '', $full_text)); if (!strlen($full_text)) { goto NNxN8; } echo "\x3c\x6f\x70\164\151\x6f\156\x20\x76\141\154\x75\x65\x3d\x22\146\x75\154\154\137\164\x65\x78\164\x5f\166\x69\145\x77\42\76\106\165\154\x6c\40\x74\145\x78\x74\x20\x61\x72\x74\151\143\154\145\74\57\x6f\160\164\x69\157\x6e\x3e"; $anything_to_display = true; NNxN8: Bv34L: Dyb8M: if (!strlen($attachment)) { goto lCF7D; } echo "\x3c\x6f\160\x74\x69\x6f\156\x20\x76\141\x6c\165\145\75\42\141\164\x74\141\143\150\155\145\156\164\137\166\151\x65\x77\x22\76\x41\164\164\x61\143\x68\x6d\145\x6e\x74\74\57\x6f\160\164\x69\157\x6e\x3e"; $anything_to_display = true; lCF7D: if (!count($this->xml_tags)) { goto uVzJ9; } echo "\x3c\157\x70\164\x69\x6f\156\x20\x76\x61\154\x75\x65\75\42\x78\x6d\154\x5f\x76\x69\x65\167\42\x3e\130\115\114\x20\163\x74\162\x75\x63\164\165\162\x65\x3c\x2f\x6f\160\164\x69\157\x6e\76"; $anything_to_display = true; uVzJ9: echo "\x20\x20\40\40\40\40\40\40\74\57\x73\x65\x6c\x65\x63\x74\76\15\xa\15\12\40\x20\40\40\40\40\40\x20"; echo "\x3c\144\151\x76\x20\x69\x64\75\42\160\x6f\x73\164\x5f\x76\151\145\167\x22\x20\163\164\171\x6c\x65\x3d\42\144\151\163\x70\154\x61\171\x3a\x6e\x6f\x6e\x65\73\x20\x6f\166\145\162\146\154\x6f\167\x3a\141\165\x74\x6f\73\x20\155\x61\170\55\150\145\151\147\150\164\72\62\x35\x30\160\164\x3b\40\x62\157\162\x64\x65\162\72\61\160\170\40\x23\143\143\x63\x20\163\x6f\154\151\x64\x3b\x20\x62\x61\143\153\x67\x72\x6f\165\x6e\x64\x2d\143\157\x6c\x6f\162\72\167\150\x69\164\x65\x3b\x20\x70\141\x64\x64\151\156\147\x3a\61\x32\x70\170\x3b\40\x6d\x61\x72\x67\x69\156\x3a\70\x70\x78\x20\60\x20\x38\160\170\x3b\x20\60\x3b\42\x3e"; if (!strlen($post_content)) { goto lgyYK; } echo force_balance_tags($post_content); lgyYK: echo "\74\57\144\151\166\x3e"; echo "\74\x64\x69\x76\40\x69\144\x3d\42\146\x75\x6c\154\x5f\164\145\170\164\x5f\166\x69\x65\167\x22\40\163\164\x79\x6c\145\x3d\42\x64\x69\163\x70\x6c\141\171\x3a\156\157\x6e\x65\x3b\x20\157\x76\x65\162\x66\x6c\157\167\x3a\141\165\164\157\x3b\40\155\141\170\x2d\x68\145\151\147\150\x74\72\62\x35\60\160\x74\x3b\40\x62\x6f\x72\x64\x65\162\x3a\61\x70\x78\x20\x23\143\x63\143\40\163\x6f\x6c\x69\x64\x3b\x20\x62\141\143\153\147\162\157\165\156\144\x2d\143\157\154\x6f\162\72\x77\x68\x69\164\x65\x3b\x20\160\141\x64\144\x69\156\147\x3a\x31\62\x70\x78\73\40\155\x61\162\147\x69\156\x3a\70\160\170\x20\x30\40\70\160\x78\73\40\x30\x3b\x22\76"; if (empty($full_text)) { goto t3Ggz; } echo force_balance_tags($full_text); t3Ggz: echo "\x3c\57\144\151\x76\x3e"; echo "\x3c\144\151\166\x20\x69\144\x3d\x22\170\x6d\154\x5f\166\x69\145\x77\42\40\x73\164\171\154\145\75\42\144\151\x73\160\154\141\x79\x3a\x6e\x6f\x6e\145\x3b\40\157\166\145\162\x66\x6c\x6f\167\x3a\x61\165\164\x6f\x3b\x20\155\x61\x78\55\150\145\151\x67\x68\164\x3a\x33\65\60\160\164\73\x20\x62\157\x72\x64\x65\162\x3a\x31\x70\170\x20\43\143\x63\143\x20\x73\x6f\x6c\151\x64\x3b\x20\142\x61\x63\x6b\147\x72\x6f\165\x6e\x64\55\x63\157\x6c\x6f\x72\x3a\167\150\151\164\x65\x3b\40\160\x61\144\x64\x69\x6e\x67\x3a\x31\62\160\170\73\40\155\141\162\x67\x69\156\x3a\x38\x70\x78\40\60\40\70\x70\170\73\40\60\x3b\x22\x3e"; if (!count($this->xml_tags)) { goto pIWal; } echo "\74\163\160\x61\156\40\163\x74\171\154\x65\x3d\x22\146\x6f\x6e\x74\x2d\x66\141\155\151\x6c\x79\72\40\155\x6f\156\x6f\163\x70\141\x63\145\54\40\155\157\156\157\163\x70\x61\143\145\73\x22\x3e\x3c\x73\164\x72\x6f\156\x67\76\x26\154\x74\x3b" . strtolower($this->element_tag) . "\46\x67\164\73\74\x2f\163\x74\x72\x6f\156\147\76\74\142\162\76"; foreach ($this->xml_tags as $tag => $item) { if (!isset($item["\x76\x61\154"])) { goto Nu7Lo; } echo "\46\156\x62\x73\x70\x3b\46\x6e\x62\163\160\73\x26\x6e\x62\163\x70\x3b\46\156\142\x73\x70\73\74\x73\164\x72\157\x6e\147\x3e" . htmlentities("\x3c" . $tag . "\x3e", ENT_QUOTES) . "\x3c\x2f\x73\x74\x72\x6f\x6e\147\x3e" . htmlentities(trim($item["\x76\141\154"]), ENT_QUOTES) . "\74\x73\164\x72\157\x6e\147\76" . htmlentities("\x3c\57" . $tag . "\76", ENT_QUOTES) . "\x3c\57\163\164\x72\x6f\156\x67\76" . "\x3c\x62\162\x3e"; Nu7Lo: edMpK: } hXmKS: echo "\x3c\x73\x74\162\x6f\156\147\76\46\154\x74\x3b\57" . strtolower($this->element_tag) . "\46\x67\164\73\x3c\57\163\x74\162\157\156\x67\76\74\x2f\163\x70\141\x6e\x3e"; pIWal: echo "\x3c\57\x64\x69\x76\x3e"; echo "\74\x64\x69\166\x20\151\x64\x3d\x22\141\164\x74\x61\x63\150\155\x65\x6e\x74\x5f\x76\151\145\x77\42\40\x73\x74\x79\154\145\x3d\42\144\x69\x73\160\x6c\x61\x79\x3a\156\x6f\156\x65\73\40\x6f\166\145\162\x66\x6c\157\167\x3a\x61\x75\164\157\x3b\40\x6d\x61\170\55\x68\145\x69\x67\x68\x74\x3a\63\x35\60\160\164\73\40\x62\x6f\x72\x64\x65\162\72\61\x70\170\x20\43\143\143\x63\40\x73\157\154\x69\x64\x3b\40\x62\x61\x63\153\x67\162\x6f\x75\x6e\144\55\143\157\x6c\x6f\x72\72\x77\150\x69\x74\145\x3b\40\x70\141\x64\144\x69\x6e\x67\72\61\62\x70\x78\x3b\40\155\141\x72\x67\151\x6e\72\70\x70\170\40\x30\x20\x38\160\170\x3b\40\x30\x3b\42\76"; if (!strlen($attachment)) { goto Bkrk_; } echo $attachment . "\74\160\76\101\144\152\165\x73\x74\x20\x74\x68\x65\40\74\141\40\x68\162\x65\146\75\42\x23\155\x65\144\151\141\55\141\x74\164\x61\x63\150\155\x65\156\164\163\42\76\115\145\x64\x69\141\40\x41\164\164\x61\143\x68\x6d\x65\156\x74\163\74\57\141\76\x20\163\145\x74\164\151\x6e\147\x73\x20\164\x6f\40\x68\141\156\x64\x6c\145\x20\x61\x74\x74\141\143\x68\155\x65\156\x74\x73\x2e\74\57\160\76"; Bkrk_: echo "\74\57\144\x69\166\76"; if (!$anything_to_display) { goto GhRXN; } echo "\74\163\143\162\x69\160\164\40\164\171\160\x65\x3d\42\164\145\x78\164\57\x6a\141\x76\x61\x73\x63\162\x69\160\164\42\x3e\x63\163\145\157\103\150\x61\156\x67\145\x50\x72\x65\x76\151\x65\x77\115\157\x64\x65\50\x29\73\x3c\57\163\143\162\x69\x70\164\x3e"; GhRXN: } function feedPreview($feed_url, $edit_existing = false) { echo "\x3c\x62\162\76"; $this->edit_existing = $edit_existing; $no_feed_dupes = get_option(CSEO_DISABLE_DUPLICATION_CONTROL) !== "\x6f\156"; if (!(!$this->edit_existing && !is_object($feed_url))) { goto oy6o6; } $i = 0; cPIxh: if (!($i < count($this->feeds))) { goto zX0rM; } if (!($no_feed_dupes && isset($this->feeds[$i]["\165\162\x6c"]) && $this->feeds[$i]["\165\162\x6c"] === $feed_url)) { goto UEgCp; } echo "\74\144\x69\166\x20\151\144\x3d\42\x6d\145\x73\x73\x61\x67\x65\42\40\143\154\x61\x73\x73\75\42\x65\162\x72\157\162\x22\76\74\x70\76\74\x73\164\x72\x6f\x6e\147\76\x54\x68\151\x73\x20\x66\x65\145\144\x20\x69\163\40\141\154\x72\x65\x61\144\171\x20\151\156\40\x75\x73\145\56\74\57\x73\x74\x72\157\156\x67\76\74\57\x70\76\x3c\x2f\144\151\x76\76"; return false; UEgCp: Jirkq: $i++; goto cPIxh; zX0rM: oy6o6: $this->max = 1; $this->preview = true; $this->resetPost(); $this->count = 0; $result = $this->parseFeed($feed_url); if ($result) { goto gDT0p; } if (!is_object($feed_url)) { goto h_Mcg; } echo "\74\144\x69\x76\40\x69\144\x3d\42\x6d\145\163\x73\141\x67\145\x22\40\143\x6c\x61\x73\163\75\42\156\157\164\x69\x63\145\x20\151\x73\x2d\x64\x69\x73\155\151\x73\163\x69\x62\154\145\40\x6e\157\x74\x69\143\x65\x2d\145\x72\162\x6f\x72\42\x3e\x3c\160\76\x3c\x73\164\x72\157\x6e\x67\76\74\163\x74\x72\157\156\147\x3e\103\171\142\145\162\x53\x45\117\40\160\x61\162\x73\145\40\x65\x72\x72\157\x72\72\x3c\x2f\163\164\x72\157\156\147\x3e\x20\125\156\x6b\156\157\167\x6e\x2e\74\x2f\x70\x3e\74\x2f\x64\151\x76\x3e"; goto xEWKP; h_Mcg: if ($this->xml_parse_error) { goto upOyO; } goto dqGHg; upOyO: echo "\74\x64\151\x76\40\151\x64\x3d\42\x6d\145\163\x73\x61\x67\x65\42\x20\143\154\x61\x73\163\75\42\x6e\157\164\x69\143\145\40\x69\163\x2d\144\151\163\155\x69\163\163\x69\142\154\x65\40\156\157\164\151\x63\145\x2d\145\162\162\157\162\42\x3e"; echo "\74\x70\76\74\163\164\x72\157\x6e\x67\76\103\171\142\145\162\x53\105\x4f\x20\160\141\162\x73\145\162\x20\145\162\162\157\x72\72\x3c\x2f\163\x74\162\x6f\x6e\x67\76\40" . $this->xml_parse_error . "\40\50" . xml_error_string($this->xml_parse_error) . "\x29\56\x20\120\x65\162\x68\141\x70\x73\x20\164\x68\x65\x20\x66\145\145\x64\x20\x69\163\x20\165\156\x72\x65\x61\143\150\x61\142\x6c\x65\54\40\142\162\157\153\145\x6e\40\157\162\x20\145\155\x70\x74\171\x2e\40"; echo "\74\x2f\160\x3e\74\57\x64\151\x76\76"; dqGHg: xEWKP: gDT0p: return $result; } function startElement($parser, $name, $attribs) { $this->tag = $name; $this->current_custom_field_attr[$name] = $attribs; $xml_section_tags = explode("\54", trim($this->current_feed["\157\160\x74\x69\x6f\156\163"]["\170\155\154\137\x73\x65\x63\x74\x69\x6f\156\x5f\164\141\x67\163"])); if (in_array($name, $xml_section_tags)) { goto g3xO4; } if ($this->insideitem <= 0 && $name === "\124\111\x54\x4c\105" && mb_strlen(trim($this->feed_title))) { goto PaAVs; } goto NQ0LH; g3xO4: $this->insideitem++; $this->element_tag = $name; $this->resetPost(); goto NQ0LH; PaAVs: $this->tag = ''; NQ0LH: if (!($this->insideitem >= 0)) { goto M6wb6; } if (!(isset($attribs["\125\x52\x4c"]) && $name === "\x4d\105\104\111\x41\x3a\103\117\x4e\x54\x45\x4e\124")) { goto wRhVo; } $this->post["\x6d\x65\144\151\141\137\x63\157\x6e\x74\x65\x6e\x74"][] = $attribs["\x55\x52\x4c"]; wRhVo: if (!(isset($attribs["\125\x52\114"]) && $name === "\115\x45\x44\111\101\x3a\124\110\x55\x4d\x42\116\101\x49\x4c")) { goto sp3JQ; } $this->post["\x6d\145\x64\x69\141\x5f\x74\x68\x75\x6d\142\x6e\x61\151\x6c"][] = $attribs["\x55\122\114"]; sp3JQ: if (!($name === "\105\116\103\114\x4f\x53\x55\x52\x45")) { goto v3X2i; } if (!isset($attribs["\x55\122\x4c"])) { goto rit9i; } $this->post["\x65\156\143\x6c\157\x73\165\x72\x65\137\x75\x72\x6c"] = $attribs["\125\122\114"]; if (!isset($attribs["\x54\x59\120\x45"])) { goto a9Vmy; } $this->post["\x65\x6e\143\x6c\157\x73\x75\x72\x65\x5f\x74\171\x70\145"] = $attribs["\x54\x59\x50\x45"]; a9Vmy: rit9i: v3X2i: if ($this->insideitem >= 0 && $name === "\x4c\x49\116\113" && isset($attribs["\x48\122\105\106"]) && isset($attribs["\x52\105\114"])) { goto Dr7mK; } if ($this->insideitem >= 0 && $name === "\114\x49\x4e\113" && $this->post["\154\x69\156\153"] === '' && isset($attribs["\x48\x52\x45\x46"])) { goto DdVof; } goto Kee0K; Dr7mK: if (stripos($attribs["\122\x45\x4c"], "\145\156\x63\154\157\163\x75\x72\x65") !== false) { goto JrKUE; } if (stripos($attribs["\122\105\114"], "\x61\154\164\145\162\x6e\x61\x74\145") !== false && $this->post["\154\151\156\x6b"] === '') { goto KEtZ6; } goto bJ7i7; JrKUE: $this->post["\x65\156\x63\x6c\157\x73\x75\162\145\x5f\165\162\x6c"] = $attribs["\110\x52\105\106"]; goto bJ7i7; KEtZ6: $this->post["\154\x69\x6e\x6b"] = $attribs["\110\x52\x45\106"]; bJ7i7: goto Kee0K; DdVof: $this->post["\154\x69\x6e\x6b"] = $attribs["\x48\x52\x45\106"]; Kee0K: M6wb6: if (!(strlen(trim($name)) && $this->insideitem > 0 && !in_array($name, $this->parents))) { goto lNUeZ; } $this->parents = array_values($this->parents); $this->parents[] = $name; lNUeZ: } function endElement($parser, $name) { $this->new_tag = true; if (!($name === "\103\x41\124\105\x47\117\x52\x59")) { goto Dle6L; } $category = trim(cseo_fix_white_spaces($this->current_category)); if (!(mb_strlen($category) > 0)) { goto uGEXd; } $this->post["\x63\x61\x74\x65\147\157\x72\x69\x65\x73"][] = $category; uGEXd: $this->current_category = ''; Dle6L: $custom_field_name = $this->getCustomField($name); if (!strlen($custom_field_name)) { goto OihND; } if (isset($this->post["\x63\x75\x73\164\x6f\x6d\x5f\146\151\x65\x6c\144\x73"][$custom_field_name])) { goto T76CP; } $this->post["\x63\165\163\x74\157\x6d\x5f\146\x69\145\x6c\144\x73"][$custom_field_name] = $this->current_custom_field; $this->post["\143\x75\163\x74\157\x6d\x5f\x66\x69\145\x6c\x64\163\x5f\141\x74\164\x72"][$custom_field_name] = $this->current_custom_field_attr[$name]; goto Hkf6u; T76CP: if (is_array($this->post["\x63\x75\x73\x74\x6f\155\137\146\x69\145\154\x64\163"][$custom_field_name])) { goto E6TeS; } $this->post["\143\165\x73\164\x6f\155\137\146\x69\x65\154\144\x73"][$custom_field_name] = [$this->post["\143\165\163\164\157\x6d\137\146\x69\x65\154\144\163"][$custom_field_name]]; $this->post["\143\165\163\164\157\155\x5f\146\151\145\x6c\144\x73\x5f\x61\164\164\162"][$custom_field_name] = [$this->post["\143\x75\163\164\x6f\x6d\137\146\151\x65\154\x64\163\x5f\141\x74\164\162"][$custom_field_name]]; E6TeS: $this->post["\143\165\163\164\157\x6d\x5f\146\151\x65\154\x64\163"][$custom_field_name][] = $this->current_custom_field; $this->post["\x63\x75\163\164\x6f\x6d\x5f\x66\x69\x65\154\144\163\x5f\141\164\x74\162"][$custom_field_name][] = $this->current_custom_field_attr[$name]; Hkf6u: $this->current_custom_field_attr[$name] = []; $this->current_custom_field = ''; OihND: if ($name === $this->element_tag) { goto rEgBD; } if ($this->count >= $this->max) { goto CouMK; } goto YR1B6; rEgBD: $this->insideitem--; if (!($this->insideitem <= 0)) { goto KOqFN; } $this->posts_found++; if (!($this->count < $this->max)) { goto Dhx8u; } if ($this->preview) { goto WLaBQ; } $this->insertPost(); if (!$this->show_report) { goto s3CIT; } echo str_repeat("\x20", 1024); flush(); s3CIT: goto EKlMz; WLaBQ: $this->displayPost(); $this->count++; EKlMz: Dhx8u: KOqFN: goto YR1B6; CouMK: $this->insideitem = 0; YR1B6: if (!(strlen(trim($name)) && $this->insideitem > 0 && ($key = array_search($name, $this->parents)) !== false)) { goto ymQw0; } unset($this->parents[$key]); ymQw0: } function getCustomField($tag_name) { if (!(($this->current_feed["\157\160\x74\151\157\x6e\163"]["\143\x75\x73\164\157\x6d\137\146\x69\145\x6c\x64\163"] ?? '') !== '')) { goto xTPvX; } $custom_fields_array = explode("\xa", $this->current_feed["\157\160\x74\x69\x6f\x6e\x73"]["\143\x75\163\164\157\155\x5f\x66\x69\x65\x6c\144\x73"]); foreach ($custom_fields_array as $item) { @(list($tag, $name) = explode("\55\x3e", $item)); $tag = mb_strtoupper(trim($tag)); if (!($tag === $tag_name)) { goto z1CJV; } return trim($name); z1CJV: Xg3lx: } bMmSV: xTPvX: return false; } function customFieldsFromContent($content) { if (!(($this->current_feed["\157\x70\164\151\x6f\156\163"]["\x63\165\163\164\x6f\155\137\146\151\145\154\144\163"] ?? '') !== '')) { goto rRhzs; } $custom_fields_array = explode(PHP_EOL, $this->current_feed["\x6f\160\x74\x69\157\156\163"]["\x63\x75\x73\164\x6f\x6d\x5f\x66\151\145\154\144\x73"]); foreach ($custom_fields_array as $item) { $item = stripslashes($item); @(list($rule, $name) = explode("\55\76", $item)); $name = trim($name); if (preg_match("\x2f\162\x65\147\145\170\72\x28\x2e\x2a\x3f\x29\x24\57\163\x75", $rule, $matches)) { goto dpgw0; } if (preg_match("\x2f\x5e\50\134\167\x2b\51\x5c\x73\x2a\x28\x2e\x2a\51\44\x2f", trim($rule), $matches)) { goto p5lYp; } goto eyKoc; dpgw0: if (!preg_match("\x2f" . $matches[1] . "\57\163\165", $content, $res)) { goto jgaAr; } if (mb_strlen($name) > 2 && $name[0] === "\45" && $name[mb_strlen($name) - 1] === "\45") { goto fdw3q; } $this->post["\143\x75\x73\x74\x6f\x6d\x5f\146\151\x65\x6c\x64\x73"][$name] = $res[1]; goto njYoy; fdw3q: if (!isset($this->post[mb_substr($name, 1, mb_strlen($name) - 2)])) { goto XowFB; } $this->post[mb_substr($name, 1, mb_strlen($name) - 2)] = $res[1]; XowFB: njYoy: jgaAr: goto eyKoc; p5lYp: if (!isset($matches[1])) { goto rqm2x; } $e_tag = trim($matches[1]); $e_attributes = trim($matches[2] ?? ''); if (!($value = cseo_extract_outer_element($this->post["\x70\157\x73\x74\137\143\x6f\156\164\x65\156\x74"], $e_tag, $e_attributes))) { goto vabrv; } if (mb_strlen($name) > 2 && $name[0] === "\x25" && $name[mb_strlen($name) - 1] === "\x25") { goto JRzYI; } $this->post["\x63\x75\163\164\157\155\137\146\x69\145\x6c\144\163"][$name] = $value; goto zlalh; JRzYI: if (!isset($this->post[mb_substr($name, 1, mb_strlen($name) - 2)])) { goto U4kGn; } $this->post[mb_substr($name, 1, mb_strlen($name) - 2)] = $value; U4kGn: zlalh: vabrv: rqm2x: eyKoc: LUytq: } Hrb5k: rRhzs: } function charData($parser, $data) { if ($this->insideitem >= 0) { goto ZlO5h; } if ($this->tag === "\124\111\124\x4c\105") { goto GM0nd; } if ($this->tag === "\107\x45\116\105\x52\101\x54\x4f\x52") { goto CSQy0; } goto EHMHN; ZlO5h: if ($this->preview) { goto GXBqT; } $custom_field_name = $this->getCustomField($this->tag); if (!($custom_field_name && mb_strlen(trim($data)))) { goto jFSDd; } $this->current_custom_field .= html_entity_decode($data, ENT_QUOTES); jFSDd: GXBqT: $xml_section_tags = explode("\54", trim(strtoupper($this->current_feed["\x6f\x70\x74\151\x6f\156\163"]["\x78\x6d\x6c\x5f\163\x65\x63\x74\x69\x6f\x6e\137\x74\x61\x67\163"]))); if (!in_array($data, ["\46", "\74", "\x7c", chr(9), chr(10), chr(11), chr(13)])) { goto o7NS9; } $this->new_tag = false; o7NS9: if (!($this->tag && !in_array($this->tag, $xml_section_tags))) { goto w0INw; } $tag = strtolower($this->tag); if (!isset($this->xml_tags[$tag]["\166\x61\154"])) { goto M14j8; } if ($this->new_tag && mb_strlen(trim($data))) { goto FbO8z; } $this->xml_tags[$tag]["\x76\141\x6c"] .= $data; goto eJsH_; FbO8z: $this->xml_tags[$tag]["\166\141\x6c"] .= "\54\x20" . $data; $this->new_tag = false; eJsH_: goto b29Ck; M14j8: $this->xml_tags[$tag]["\166\x61\154"] = $data; b29Ck: w0INw: switch ($this->tag) { case "\x54\x49\x54\x4c\x45": if (!(count($this->parents) >= 2)) { goto bz6iB; } $xml_section_tags = explode("\x2c", trim($this->current_feed["\157\x70\164\151\157\x6e\163"]["\170\x6d\x6c\137\x73\145\143\x74\x69\157\x6e\x5f\164\x61\x67\163"])); if (!in_array($this->parents[count($this->parents) - 2], $xml_section_tags)) { goto CrJu3; } $this->post["\x70\157\163\x74\137\x74\x69\164\154\145"] .= $data; CrJu3: bz6iB: goto suPMz; case "\104\x45\x53\x43\122\111\120\124\111\117\x4e": $this->post["\160\x6f\163\x74\137\145\170\143\145\162\x70\x74"] .= $data; goto suPMz; case "\115\x45\x44\111\x41\72\x44\x45\123\103\122\111\120\x54\x49\117\116": $this->post["\x6d\x65\x64\151\x61\x5f\x64\x65\x73\143\x72\151\x70\164\151\x6f\x6e"] .= $data; goto suPMz; case "\123\125\x4d\115\x41\x52\131": $this->post["\x70\x6f\163\x74\137\x65\170\143\145\x72\160\x74"] .= $data; goto suPMz; case "\x4c\x49\x4e\113": if (!(trim($data) !== '')) { goto mMY3p; } $this->post["\x6c\x69\156\x6b"] .= trim($data); mMY3p: goto suPMz; case "\114\x4f\103": if (!(trim($data) !== '')) { goto QzJ8A; } $this->post["\154\x69\x6e\x6b"] .= trim($data); QzJ8A: goto suPMz; case "\103\117\x4e\x54\105\x4e\124\72\x45\x4e\103\x4f\x44\x45\x44": if (!isset($this->post["\x70\x6f\x73\164\x5f\143\x6f\x6e\x74\145\x6e\164"])) { goto ayjUI; } $this->post["\160\x6f\163\x74\137\143\x6f\156\164\145\x6e\164"] .= $data; ayjUI: goto suPMz; case "\x43\x4f\116\124\x45\116\124": if (!isset($this->post["\160\157\163\164\137\143\157\156\x74\145\x6e\164"])) { goto s3A1g; } $this->post["\160\x6f\163\x74\137\143\x6f\x6e\164\x65\156\164"] .= $data; s3A1g: goto suPMz; case "\124\x55\122\102\x4f\72\103\117\116\x54\105\x4e\x54": $this->post["\160\157\x73\164\x5f\143\157\x6e\164\x65\156\x74"] .= $data; goto suPMz; case "\131\101\116\x44\x45\x58\x3a\x46\x55\x4c\114\x2d\x54\105\x58\x54": if (strlen(trim($this->post["\x70\157\163\164\x5f\x63\x6f\156\164\145\156\164"]))) { goto M2a5y; } $this->post["\x70\157\x73\164\x5f\x63\157\x6e\164\145\x6e\164"] .= $data; M2a5y: goto suPMz; case "\103\101\x54\x45\x47\x4f\x52\131": $this->current_category .= trim($data); goto suPMz; case "\x54\x41\107\123": $tags = explode("\x2c", trim(cseo_fix_white_spaces($data))); foreach ($tags as $tag) { if (!(mb_strlen(trim($tag)) > 0)) { goto xYhWM; } $this->post["\x63\141\x74\x65\147\x6f\162\x69\x65\x73"][] = trim($tag); xYhWM: l0IAA: } Rz49A: goto suPMz; case "\120\x4f\123\124\x5f\x54\x41\x47\x53": $tags = explode("\54", trim(cseo_fix_white_spaces($data))); foreach ($tags as $tag) { if (!(mb_strlen(trim($tag)) > 0)) { goto mzajD; } $this->post["\x74\141\x67\163\x5f\151\x6e\160\165\x74"][] = trim($tag); mzajD: b_Oq7: } mAAIo: goto suPMz; case "\115\105\104\111\x41\x3a\113\x45\131\x57\x4f\122\x44\x53": $this->post["\x74\x61\147\x73\x5f\x69\x6e\160\x75\x74"] = array_merge($this->post["\164\141\147\163\137\x69\156\x70\165\x74"], explode("\x2c", trim($data))); goto suPMz; case "\x47\x55\111\x44": $this->post["\147\x75\151\144"] .= trim($data); goto suPMz; case "\x49\104": $this->post["\x67\165\x69\x64"] .= trim($data); goto suPMz; case "\101\124\x4f\x4d\72\111\104": $this->post["\x67\165\151\x64"] .= trim($data); goto suPMz; case "\104\103\72\104\x41\124\x45": $this->post["\x70\157\163\164\137\x64\141\164\145"] = $this->parse_w3cdtf($data); if (!$this->post["\160\157\x73\164\137\144\141\x74\x65"]) { goto tybZQ; } $this->tag = ''; tybZQ: goto suPMz; case "\104\103\x54\105\x52\115\x53\x3a\111\x53\123\125\105\x44": $this->post["\x70\157\163\164\x5f\x64\x61\164\145"] = $this->parse_w3cdtf($data); if (!$this->post["\x70\157\163\164\137\x64\x61\x74\145"]) { goto F99vb; } $this->tag = ''; F99vb: goto suPMz; case "\125\x50\104\101\x54\105\x44": $this->post["\x70\157\x73\164\x5f\x64\x61\164\145"] = $this->parse_w3cdtf($data); if (!$this->post["\x70\x6f\163\x74\137\144\x61\x74\145"]) { goto Au8W_; } $this->tag = ''; Au8W_: goto suPMz; case "\120\x55\x42\114\x49\x53\110\105\104": $this->post["\x70\157\x73\164\137\x64\x61\164\145"] = $this->parse_w3cdtf($data); if (!$this->post["\160\157\x73\164\x5f\144\141\x74\145"]) { goto bVSPY; } $this->tag = ''; bVSPY: goto suPMz; case "\111\123\x53\x55\105\x44": $this->post["\x70\x6f\163\164\137\144\x61\x74\x65"] = $this->parse_w3cdtf($data); if (!$this->post["\x70\157\163\164\137\144\x61\x74\145"]) { goto WWS8D; } $this->tag = ''; WWS8D: goto suPMz; case "\x50\125\x42\104\x41\x54\x45": $this->post["\x70\157\x73\164\137\x64\141\x74\145"] = strtotime($data); if (!$this->post["\x70\x6f\x73\164\137\x64\141\164\145"]) { goto mtMwl; } $this->tag = ''; mtMwl: goto suPMz; } ZQpAt: suPMz: goto EHMHN; GM0nd: $this->feed_title .= cseo_fix_white_spaces($data); goto EHMHN; CSQy0: $this->generator .= trim($data); EHMHN: } function shuffleUpdateTimes($feed_ids) { if (!(count($feed_ids) > 0)) { goto Uwiyw; } $cnt = count($this->feeds); $i = 0; t9F66: if (!($i < $cnt)) { goto aCrvt; } if (!in_array($i, $feed_ids)) { goto gOmca; } if (!intval(intval($this->feeds[$i]["\x6f\160\x74\151\157\x6e\163"]["\x69\x6e\x74\x65\162\x76\141\x6c"]))) { goto Da5_L; } $this->feeds_updated[$i] = time() - 60 * rand(60, intval($this->feeds[$i]["\x6f\x70\x74\151\x6f\x6e\163"]["\x69\x6e\x74\145\162\166\141\x6c"])); Da5_L: gOmca: LHkTf: $i++; goto t9F66; aCrvt: update_option(CSEO_FEEDS_UPDATED, $this->feeds_updated); Uwiyw: } function deleteFeeds($feed_ids, $delete_posts = false, $delele_feeds = false) { global $wpdb; $feeds_cnt = count($feed_ids); if (!($feeds_cnt > 0)) { goto Sewsk; } @ob_end_flush(); ob_implicit_flush(); echo "\74\144\x69\166\x20\151\x64\x3d\42\x6d\145\163\163\141\x67\145\x22\x20\x63\x6c\x61\x73\163\75\42\165\160\x64\x61\164\145\144\x20\146\141\x64\x65\42\x3e\x3c\x70\76"; echo "\120\154\x65\x61\x73\145\x20\167\x61\151\164\x2e\x2e\56"; flush(); $posts_deleted = 0; if (!$delete_posts) { goto D9tVI; } $to_delete = "\x28"; $cnt = count($feed_ids); $i = 0; vofuE: if (!($i < $cnt)) { goto vKjRl; } if (!is_object($this->feeds[$feed_ids[$i]]["\x75\162\154"])) { goto HYYBP; } $to_delete .= "\x27" . $this->feeds[$feed_ids[$i]]["\x75\x72\154"]->get_id() . "\47\x2c\x20"; goto vruwD; HYYBP: $to_delete .= "\x27" . $this->feeds[$feed_ids[$i]]["\x75\x72\x6c"] . "\x27\x2c\x20"; vruwD: ndFGY: $i++; goto vofuE; vKjRl: $to_delete .= "\x29"; $to_delete = str_replace("\54\x20\51", "\51", $to_delete); $post_ids = $wpdb->get_col("\x53\105\x4c\x45\103\x54\40\160\157\x73\164\137\151\x64\x20\x46\x52\x4f\115\40{$wpdb->prefix}\160\x6f\163\164\x6d\145\164\141\40\x57\x48\105\122\x45\40\155\145\x74\141\137\153\x65\171\40\x3d\40\x27\143\171\142\x65\162\x73\145\157\x5f\162\x73\163\137\x73\157\165\162\x63\145\x27\40\x41\x4e\x44\x20\155\x65\x74\x61\x5f\166\x61\154\x75\145\x20\111\x4e\40{$to_delete}"); if (!(count($post_ids) > 0)) { goto yc9Lb; } foreach ($post_ids as $post_id) { $this->delete_post_media($post_id); wp_delete_post($post_id, true); $posts_deleted++; echo str_repeat("\x20", 1024); flush(); IKbKs: } OdNzv: yc9Lb: D9tVI: $feeds_deleted = 0; if (!$delele_feeds) { goto SxlYX; } $feeds = []; $feeds_updated = []; $feeds_cnt = count($this->feeds); $i = 0; S6Dgr: if (!($i < $feeds_cnt)) { goto q_3ru; } if (!in_array($i, $feed_ids)) { goto t2qhI; } $feeds_deleted++; goto G84Td; t2qhI: $id = array_push($feeds, $this->feeds[$i]); if (isset($this->feeds_updated[$i])) { goto c0WFe; } $feeds_updated[$id] = $this->feeds[$i]["\165\160\x64\x61\164\x65\x64"]; goto JmWEy; c0WFe: $feeds_updated[$id] = $this->feeds_updated[$i]; JmWEy: G84Td: EhEHG: $i++; goto S6Dgr; q_3ru: $this->feeds = $feeds; $this->feeds_updated = $feeds_updated; SxlYX: update_option(CSEO_SYNDICATED_FEEDS, $this->feeds); update_option(CSEO_FEEDS_UPDATED, $this->feeds_updated); echo "\40" . $feeds_deleted . "\40\x66\x65\x65\144\163\x2c\40" . $posts_deleted . "\40\x70\x6f\x73\x74\163\40\144\x65\154\x65\x74\145\x64\56\74\x2f\x70\76\x3c\57\144\151\166\76"; Sewsk: } function serializeFeeds($feed_ids) { $feeds = []; $feeds_cnt = count($this->feeds); $i = 0; re4aP: if (!($i < $feeds_cnt)) { goto n12Um; } if (!in_array($i, $feed_ids)) { goto ShuRx; } $feeds[] = $this->feeds[$i]; ShuRx: T4vi1: $i++; goto re4aP; n12Um: echo serialize($feeds); } function unserializeFeeds($file) { $new_feeds = @unserialize(cseo_remove_utf8_bom($file)); if (!(isset($new_feeds[0]) && is_array($new_feeds) && count($new_feeds))) { goto rd1zY; } echo "\74\144\151\166\x20\151\x64\x3d\42\155\x65\x73\x73\141\147\x65\42\x20\143\154\141\163\x73\x3d\42\x75\x70\144\x61\164\145\x64\40\x66\x61\144\145\x22\76\x3c\x70\x3e"; echo "\111\x6d\160\x6f\162\x74\x69\x6e\147\x20\x66\x65\x65\x64\163\x20\146\x72\x6f\155\x20\146\x69\x6c\x65\x2e\56\56\74\x62\162\x3e"; foreach ($new_feeds as $feed) { $cnt = count($this->feeds); $replaced = false; $i = 0; XrBG6: if (!($i < $cnt)) { goto NobcH; } if (!($this->feeds[$i]["\x75\x72\154"] == $feed["\165\x72\154"])) { goto z1kH8; } $this->feeds[$i] = $feed; $replaced = true; if (!is_object($this->feeds[$i]["\x75\x72\154"])) { goto QQDgW; } echo "\74\142\76" . $this->feeds[$i]["\x74\151\x74\x6c\145"] . "\x3c\57\x62\x3e\40\x68\x61\163\x20\x62\145\x65\x6e\x20\x72\145\x70\154\x61\x63\145\x64\56\x3c\x62\x72\76"; goto SI_rE; QQDgW: echo "\74\141\x20\150\x72\x65\x66\x3d\42" . $this->feeds[$i]["\x75\162\x6c"] . "\x22\x20\164\141\x72\147\145\x74\x3d\42\x5f\142\154\x61\x6e\x6b\42\x3e\74\x62\x3e" . $this->feeds[$i]["\164\151\164\154\145"] . "\74\57\142\76\x3c\x2f\x61\x3e\x20\150\141\x73\x20\x62\x65\145\x6e\x20\x72\x65\160\x6c\x61\x63\x65\x64\x2e\x3c\x62\x72\76"; SI_rE: goto NobcH; z1kH8: Q3v0D: $i++; goto XrBG6; NobcH: if ($replaced) { goto zgnzB; } $this->feeds[] = $feed; if (!is_object($this->feeds[$i]["\x75\x72\x6c"])) { goto dkZVt; } echo "\x3c\x62\76" . $this->feeds[$i]["\164\x69\x74\x6c\x65"] . "\74\x2f\x62\x3e\x20\150\141\x73\x20\x62\x65\x65\156\x20\x61\144\144\145\144\x2e\74\x62\x72\76"; goto EGDZR; dkZVt: echo "\74\x61\x20\150\x72\x65\x66\x3d\42" . $this->feeds[$i]["\x75\x72\154"] . "\42\x20\x74\141\x72\147\x65\164\75\x22\x5f\x62\x6c\141\x6e\x6b\x22\x3e\x3c\x62\76" . $this->feeds[$i]["\164\151\164\x6c\145"] . "\x3c\x2f\142\76\74\57\141\x3e\x20\150\x61\x73\x20\x62\x65\145\x6e\40\141\x64\x64\145\144\56\x3c\142\162\x3e"; EGDZR: zgnzB: LZeRD: } RTAOO: echo "\x3c\57\144\151\166\76\74\x2f\160\76"; $i = 0; qSxQw: if (!($i < count($this->feeds))) { goto nR6Rv; } $this->feeds[$i]["\157\160\x74\x69\157\x6e\163"] = $this->init_feed_options($this->feeds[$i]["\157\x70\164\151\x6f\x6e\163"]); s3VO_: $i++; goto qSxQw; nR6Rv: update_option(CSEO_SYNDICATED_FEEDS, $this->feeds); rd1zY: } function save_image($image, $file_name, $ext = "\56\160\156\147") { $wp_upload_dir = wp_upload_dir(); $temp_name = wp_unique_filename($wp_upload_dir["\x70\x61\164\150"], md5(time()) . "\56\x74\155\160"); if (is_writable($wp_upload_dir["\x70\141\164\x68"])) { goto AlV3R; } $this->parse_feed_log($wp_upload_dir["\x70\141\x74\150"] . "\x20\x69\x73\x20\156\157\164\40\x77\162\151\164\x61\x62\x6c\x65\56\x20\124\x68\x65\x20\151\x6d\141\147\x65\40\167\151\x6c\x6c\40\142\x65\40\x68\x6f\x74\154\151\x6e\153\145\x64"); return false; AlV3R: $file_name = sanitize_file_name(sanitize_title($file_name) . $ext); if (!file_exists($wp_upload_dir["\x70\141\164\150"] . "\x2f" . $file_name)) { goto VCrZe; } if (!cseo_compare_files($wp_upload_dir["\160\x61\164\150"] . "\57" . $temp_name, $wp_upload_dir["\160\x61\x74\x68"] . "\57" . $file_name)) { goto qsXoL; } unlink($wp_upload_dir["\x70\141\164\150"] . "\x2f" . $temp_name); return $wp_upload_dir["\x75\x72\154"] . "\x2f" . $file_name; qsXoL: $file_name = wp_unique_filename($wp_upload_dir["\x70\x61\164\x68"], $file_name); VCrZe: $image_path = $wp_upload_dir["\160\x61\x74\150"] . "\57" . $file_name; $local_image_url = $wp_upload_dir["\165\x72\x6c"] . "\x2f" . $file_name; if (!file_put_contents($image_path, $image)) { goto EatpQ; } return $local_image_url; EatpQ: $this->parse_feed_log("\x55\156\141\x62\x6c\x65\40\164\157\x20\163\x61\x76\x65\x20" . $image_path); return false; } function execPreprocessSource($options, $content) { if (!(trim($options["\x70\x72\145\x70\162\157\143\145\x73\x73\137\x73\157\165\x72\143\x65\137\x70\x68\160"]) !== '')) { goto lhnov; } $this->parse_feed_log("\x45\x78\145\x63\x75\x74\x69\x6e\147\x20\x70\x72\x65\x70\x72\x6f\143\145\x73\163\x20\x73\157\x75\162\143\x65\x20\x50\x48\x50\x20\143\157\144\x65\x2e"); $userfunc = function ($content, $options) { try { return eval(stripslashes($options["\x70\x72\x65\160\162\157\x63\x65\x73\163\137\163\157\165\162\x63\145\137\x70\150\x70"]) . "\12" . "\162\145\x74\165\x72\156\x20\44\143\x6f\x6e\164\x65\x6e\x74\73"); } catch (Throwable $e) { $this->parse_feed_log("\x45\x72\162\157\x72\72\40" . $e->getMessage()); $this->failure = true; } }; $content = $userfunc($content, $options); $this->parse_feed_log("\x44\x6f\x6e\145"); lhnov: return $content; } function execUserFunction() { if (!(trim($this->current_feed["\157\x70\164\151\157\x6e\163"]["\x70\150\160\x5f\x63\x6f\x64\x65"]) !== '')) { goto YyFxO; } $this->parse_feed_log("\x45\170\x65\x63\165\164\x69\156\147\40\x63\165\x73\164\x6f\155\40\120\x48\120\40\x63\157\144\x65"); $userfunc = function ($post, $xml_tags) { try { return eval(stripslashes($this->current_feed["\x6f\x70\x74\151\x6f\156\x73"]["\160\x68\x70\137\143\x6f\144\145"]) . "\xa" . "\162\x65\164\165\162\156\40\44\160\x6f\163\x74\x3b"); } catch (Throwable $e) { $this->parse_feed_log("\105\162\x72\157\162\72\x20" . $e->getMessage()); $this->failure = true; } }; foreach ($this->xml_tags as &$tag) { $tag["\x76\x61\154"] = trim($tag["\x76\x61\x6c"]); pTEze: } gg8gn: unset($tag); $this->post = $userfunc($this->post, $this->xml_tags); $this->parse_feed_log("\x43\157\155\160\x6c\145\164\x65\40\x65\x78\x65\143\165\x74\x69\157\156\40\x6f\x66\x20\x63\165\163\164\157\x6d\40\120\x48\120\x20\x63\x6f\144\145"); YyFxO: } function openai_apply_title_assignment() { $post_title_assignment = trim(cseo_apply_spintax($this->current_feed["\x6f\x70\x74\x69\x6f\156\x73"]["\157\x70\145\x6e\141\x69\137\164\151\164\x6c\145\x5f\141\163\x73\x69\147\156\x6d\145\x6e\164"])); if (!strlen($post_title_assignment)) { goto l6kMI; } $parsed_post_title_assignment = $this->parse_special_keywords($post_title_assignment); if ($parsed_post_title_assignment === $post_title_assignment && stripos($parsed_post_title_assignment, "\122\x65\x77\x72\151\x74\x65\40") === 0) { goto YIc6u; } $prompt = $parsed_post_title_assignment; goto gLaCd; YIc6u: $prompt = $post_title_assignment . "\x3a\x20" . cseo_remove_emojis(stripslashes($this->post["\x70\x6f\x73\x74\x5f\x74\151\x74\x6c\x65"])); gLaCd: $request = ["\160\x72\x6f\155\x70\164" => $this->parse_special_keywords(cseo_apply_spintax($prompt)), "\x6d\157\x64\145\154" => $this->current_feed["\157\160\x74\151\157\156\x73"]["\x6f\160\145\x6e\141\151\137\x6d\x6f\144\x65\154"], "\x6d\x61\x78\137\164\x6f\153\145\156\163" => abs(intval($this->current_feed["\x6f\x70\164\151\x6f\156\163"]["\x6f\x70\145\156\x61\x69\137\x6d\141\170\x5f\x74\157\x6b\x65\156\163"])), "\x74\145\x6d\160\x65\x72\141\x74\165\x72\x65" => floatval($this->current_feed["\157\x70\x74\x69\157\x6e\163"]["\x6f\160\x65\156\141\x69\137\x74\x65\x6d\160\x65\162\141\164\x75\x72\145"]), "\x74\157\x70\137\x70" => floatval($this->current_feed["\157\x70\x74\x69\157\x6e\163"]["\157\x70\x65\x6e\141\x69\137\x74\157\x70\137\160"]), "\x62\x65\163\x74\x5f\x6f\x66" => abs(intval($this->current_feed["\157\x70\x74\151\157\x6e\x73"]["\157\x70\145\156\x61\x69\137\x62\x65\163\x74\137\x6f\x66"])), "\x70\x72\145\x73\145\156\143\145\137\x70\x65\x6e\x61\x6c\x74\171" => floatval($this->current_feed["\x6f\x70\x74\x69\x6f\156\x73"]["\x6f\x70\x65\156\141\151\x5f\x70\162\x65\163\x65\156\143\145\137\160\x65\x6e\x61\154\164\x79"]), "\146\x72\x65\x71\165\145\x6e\x63\171\x5f\160\145\156\141\x6c\x74\x79" => floatval($this->current_feed["\x6f\160\x74\151\x6f\156\163"]["\157\160\145\156\141\x69\x5f\146\162\145\x71\x75\x65\156\x63\171\137\x70\x65\x6e\141\154\x74\171"])]; $result = cyberseo_openai_shortcode($request); if ($result) { goto zpCWh; } $this->parse_feed_log("\117\160\x65\x6e\101\111\40\x77\x61\163\x20\x75\156\x61\142\x6c\145\40\x74\157\x20\x63\157\x6d\160\x6c\x65\x74\145\x20\x74\150\145\40\x61\163\163\151\x67\x6e\155\x65\x6e\x74\x2e\40\x54\150\x65\40\x70\157\x73\x74\40\x77\151\154\154\40\x6e\157\x74\40\142\x65\x20\x61\144\144\x65\x64" . PHP_EOL); return false; goto AekXD; zpCWh: return cseo_strip_tags($result); AekXD: l6kMI: return $this->post["\x70\x6f\163\x74\x5f\x74\x69\164\x6c\x65"]; } function openai_apply_article_assignment() { $assignments = explode(CSEO_MORE, stripslashes($this->current_feed["\157\x70\x74\151\x6f\156\x73"]["\x6f\x70\x65\156\x61\151\137\141\x72\x74\x69\x63\x6c\x65\137\141\x73\x73\x69\x67\156\155\x65\156\x74"])); $article = ''; foreach ($assignments as $assignment) { $prompt = cseo_remove_emojis($this->parse_special_keywords(cseo_apply_spintax(stripslashes($assignment)))); if (!strlen($prompt)) { goto CYsKT; } $request = ["\x70\x72\157\155\x70\x74" => $prompt, "\x6d\x6f\x64\x65\x6c" => $this->current_feed["\157\160\164\151\x6f\156\x73"]["\157\160\145\x6e\x61\151\137\155\x6f\144\x65\x6c"], "\155\x61\x78\137\x74\157\x6b\145\x6e\163" => abs(intval($this->current_feed["\157\160\164\x69\x6f\156\163"]["\x6f\x70\145\156\x61\x69\x5f\155\141\170\x5f\164\157\x6b\145\156\x73"])), "\x74\145\155\160\x65\162\141\x74\165\x72\145" => floatval($this->current_feed["\157\160\x74\151\157\x6e\163"]["\x6f\160\145\156\141\151\x5f\164\145\155\x70\145\x72\141\164\165\162\x65"]), "\x74\157\160\137\160" => floatval($this->current_feed["\157\x70\164\151\157\x6e\163"]["\157\160\x65\x6e\141\151\137\164\x6f\x70\x5f\x70"]), "\x62\145\x73\x74\x5f\x6f\146" => abs(intval($this->current_feed["\157\160\164\151\157\156\163"]["\157\160\145\156\141\x69\x5f\142\145\163\164\x5f\x6f\146"])), "\160\x72\145\x73\x65\156\x63\145\137\160\145\x6e\141\154\164\x79" => floatval($this->current_feed["\157\x70\164\151\x6f\156\x73"]["\157\160\x65\156\x61\x69\137\160\162\145\x73\x65\x6e\x63\x65\137\160\x65\x6e\141\154\x74\171"]), "\146\x72\145\x71\x75\x65\156\143\171\137\160\145\x6e\x61\154\x74\x79" => floatval($this->current_feed["\x6f\160\164\151\157\156\x73"]["\157\x70\x65\156\x61\151\x5f\x66\x72\x65\161\x75\145\x6e\143\171\137\160\145\x6e\141\154\x74\171"])]; $article .= html_entity_decode(cyberseo_openai_shortcode($request)); if (strlen($article)) { goto YdlCT; } $this->parse_feed_log("\117\160\x65\x6e\x41\x49\x20\x77\141\x73\40\165\x6e\141\x62\x6c\x65\x20\164\157\x20\x63\x6f\155\160\154\145\164\x65\40\164\150\145\x20\x61\x73\x73\151\x67\156\155\145\x6e\x74\x2e\x20\124\x68\x65\40\160\157\163\164\40\x77\x69\154\154\x20\156\157\164\x20\142\x65\x20\x61\x64\x64\145\x64" . PHP_EOL); return false; YdlCT: CYsKT: R_EUb: } gh1Hm: preg_match_all("\x2f\x3c\x69\x6d\x67\56\52\77\x73\x72\x63\163\x65\164\x3d\133\x27\134\x22\x5d\50\x2e\x2b\x3f\x29\133\47\x5c\x22\x5d\x2e\52\x3f\x3e\x2f\x69\x73", $this->post["\160\x6f\163\164\x5f\x63\157\156\x74\145\x6e\x74"] . $this->post["\x70\x6f\163\x74\137\x65\170\143\145\162\160\164"], $matches); if (!count($matches[1])) { goto M8c3Q; } foreach ($matches[1] as $item) { preg_match_all("\57\x28\x2e\53\x3f\x29\x5c\163\53\56\53\x3f\x5b\134\54\x27\134\x22\x5d\x2f\151\x73", $item, $srcsets); if (!count($srcsets[1])) { goto KdUIQ; } foreach ($srcsets[1] as $link) { $this->image_urls[] = trim($link); cZrTw: } kig08: KdUIQ: mp0rT: } a5Wwz: M8c3Q: switch ($this->current_feed["\x6f\160\164\151\157\x6e\163"]["\157\x70\145\156\x61\151\137\x70\157\163\151\164\151\157\156"]) { case "\x61\142\x6f\x76\145": $this->post["\160\x6f\x73\x74\x5f\143\157\156\164\x65\156\x74"] = $article . $this->post["\160\157\x73\x74\x5f\x63\157\156\164\145\x6e\x74"]; goto Vu5my; case "\x62\x65\154\x6f\x77": $this->post["\160\x6f\163\164\137\143\157\x6e\164\x65\156\x74"] .= $article; goto Vu5my; default: $this->post["\x70\x6f\163\x74\137\x63\157\156\164\145\156\x74"] = $article; if (strlen($this->post["\x6c\x69\x6e\153"])) { goto YTduC; } $this->post["\x6c\x69\x6e\x6b"] = "\150\164\164\160\x3a\57\57\167\x77\167\x2e\x6f\160\145\x6e\141\151\x2e\x63\157\155\x2f" . md5($article); YTduC: goto Vu5my; } kAPFJ: Vu5my: return ''; } function getPostTitle($content) { try { $dom = new DOMDocument(); @$dom->loadHTML(mb_convert_encoding($content, "\x48\x54\x4d\x4c\x2d\105\x4e\x54\111\x54\111\x45\x53", "\125\124\106\55\x38")); $xpath = new DOMXPath($dom); $titleNodes = $xpath->query("\57\57\x74\151\164\154\145"); if (!($titleNodes->length > 0)) { goto YehuC; } return $titleNodes->item(0)->nodeValue; YehuC: } catch (Exception $e) { } return ''; } function filterPost() { $this->parse_feed_log("\x41\160\x70\154\171\x20\x70\157\x73\x74\x20\x66\x69\x6c\x74\145\x72\151\156\147"); if (!(!empty(trim($this->current_feed["\x6f\160\x74\151\x6f\x6e\163"]["\146\151\154\x74\145\x72\x5f\x61\156\171\x5f\164\x61\x67\x73"])) && count($this->post["\143\x61\x74\145\147\x6f\162\x69\145\x73"]))) { goto lcXmI; } $categories = array_map("\x6d\x62\x5f\x73\164\162\164\157\154\157\x77\x65\162", $this->post["\x63\141\x74\x65\x67\157\162\x69\x65\x73"]); $found = false; $this->parse_feed_log("\124\150\x65\40\160\x6f\x73\164\x20\155\x75\x73\164\40\143\x6f\x6e\x74\141\x69\156\x20\141\x6e\171\x20\x6f\x66\x20\x74\150\145\163\x65\x20\164\141\147\163\x3a\40" . htmlentities($this->current_feed["\157\x70\164\x69\x6f\156\x73"]["\146\x69\x6c\164\145\162\137\x61\x6e\x79\x5f\164\141\147\x73"], ENT_QUOTES)); foreach (explode("\x2c", $this->current_feed["\x6f\160\164\x69\x6f\156\163"]["\x66\x69\x6c\164\x65\162\137\x61\156\x79\137\x74\x61\147\x73"]) as $category) { if (!in_array(mb_strtolower(trim($category)), $categories)) { goto DI9dW; } $found = true; goto mKgNC; DI9dW: HZMgn: } mKgNC: if ($found) { goto iyk9r; } $this->parse_feed_log("\124\150\145\x20\160\x6f\163\x74\40\x64\x6f\145\x73\x20\x6e\157\x74\x20\x6d\x65\145\x74\x20\164\150\145\40\164\x61\x67\x2f\143\141\x74\145\147\x6f\x72\x79\40\x66\151\154\164\145\x72\x69\x6e\x67\40\162\165\154\145\163"); $this->parse_feed_log("\124\x68\145\40\160\x6f\x73\x74\x20\x77\x69\154\154\40\x6e\x6f\164\x20\142\x65\40\141\x64\144\x65\144" . PHP_EOL); return false; iyk9r: lcXmI: if (!(!empty(trim($this->current_feed["\157\160\164\151\x6f\x6e\x73"]["\x66\151\154\x74\x65\162\x5f\156\x6f\156\x65\x5f\164\x61\147\x73"])) && count($this->post["\x63\x61\164\x65\147\157\162\151\x65\x73"]))) { goto i1T9x; } $categories = array_map("\155\142\x5f\x73\x74\162\164\x6f\x6c\x6f\167\145\x72", $this->post["\x63\x61\x74\x65\x67\x6f\162\x69\145\163"]); $this->parse_feed_log("\x54\x68\145\x20\x70\157\163\164\40\x6d\165\x73\x74\40\x63\157\x6e\x74\141\151\x6e\40\x6e\157\x6e\145\40\157\x66\40\164\x68\x65\163\145\40\164\x61\x67\x73\40\50\143\141\x74\x65\x67\157\162\151\x65\x73\51\x3a\x20" . htmlentities($this->current_feed["\x6f\x70\x74\151\157\x6e\163"]["\x66\x69\154\x74\145\162\137\x6e\x6f\156\x65\137\164\x61\x67\x73"], ENT_QUOTES)); foreach (explode("\x2c", $this->current_feed["\x6f\x70\164\151\x6f\156\163"]["\146\x69\154\x74\145\162\x5f\x6e\x6f\x6e\x65\x5f\164\x61\147\163"]) as $category) { if (!in_array(mb_strtolower(trim($category)), $categories)) { goto oLXEb; } $this->parse_feed_log("\124\x68\145\40\160\157\163\x74\40\144\157\145\x73\x20\156\157\x74\x20\155\145\x65\x74\x20\x74\141\x67\x2f\143\141\164\x65\147\x6f\x72\171\40\146\151\x6c\x74\x65\x72\x69\156\x67\40\162\x75\154\145\163"); $this->parse_feed_log("\x54\150\x65\40\x70\157\163\x74\40\x77\151\x6c\x6c\40\x6e\x6f\x74\x20\142\145\40\141\x64\x64\145\x64" . PHP_EOL); return false; oLXEb: pEZxt: } yIeXL: i1T9x: if (!(isset($this->current_feed["\157\160\164\151\x6f\x6e\163"]["\146\151\154\x74\x65\162\x5f\144\x61\171\163\x5f\x6e\x65\167\x65\x72"]) && (int) $this->current_feed["\157\160\x74\151\157\156\163"]["\146\x69\x6c\164\x65\x72\137\x64\141\x79\163\x5f\x6e\x65\x77\145\162"] && time() - $this->post["\x70\x6f\163\x74\x5f\144\x61\x74\x65\137\x65\160\157\143\150"] > 86400 * (int) $this->current_feed["\x6f\160\164\151\157\156\x73"]["\x66\x69\154\164\145\162\137\x64\141\171\x73\x5f\x6e\x65\x77\x65\x72"])) { goto gh3bP; } $this->parse_feed_log("\124\x68\145\x20\160\157\x73\x74\40\x64\x61\164\x65\x20\x69\163\40\x6f\x6c\144\x65\x72\x20\164\x68\x61\x6e\40\x61\40\x73\x70\x65\x63\x69\x66\x69\145\144\x20\x70\x65\x72\x69\157\x64"); $this->parse_feed_log("\124\x68\145\x20\160\157\163\164\x20\x77\x69\154\x6c\40\x6e\x6f\x74\x20\x62\145\x20\x61\x64\x64\x65\144" . PHP_EOL); return false; gh3bP: if (!(isset($this->current_feed["\157\160\x74\x69\157\156\163"]["\x66\x69\154\x74\145\x72\x5f\144\x61\171\x73\137\x6e\x65\x77\x65\162"]) && (int) $this->current_feed["\x6f\x70\x74\151\x6f\156\163"]["\x66\x69\x6c\164\145\x72\137\x64\141\x79\x73\137\157\x6c\144\x65\x72"] && time() - $this->post["\160\x6f\163\x74\137\144\x61\164\145\137\x65\160\157\x63\x68"] < 86400 * (int) $this->current_feed["\157\x70\x74\x69\157\x6e\163"]["\x66\x69\154\164\145\x72\x5f\x64\x61\171\x73\x5f\x6f\154\144\145\162"])) { goto uva_A; } $this->parse_feed_log("\x54\150\145\40\x70\157\x73\x74\x20\x64\141\x74\x65\x20\x69\x73\40\156\145\167\145\x72\x20\x74\x68\141\156\x20\141\x20\x73\x70\145\x63\x69\146\151\145\x64\40\160\145\162\151\157\x64"); $this->parse_feed_log("\124\150\145\40\160\157\163\x74\40\x77\x69\154\154\40\x6e\157\x74\40\x62\x65\40\141\144\144\145\144" . PHP_EOL); return false; uva_A: if (!(isset($this->current_feed["\157\160\x74\151\157\156\x73"]["\146\151\154\164\x65\x72\x5f\x70\x6f\x73\x74\x5f\x6c\x6f\x6e\147\x65\x72"]) && $this->current_feed["\x6f\160\x74\151\x6f\156\163"]["\x66\151\x6c\164\x65\x72\137\x70\157\163\x74\x5f\154\157\156\x67\x65\162"] != 0 && mb_strlen(cseo_strip_tags($this->post["\x70\157\x73\x74\x5f\x63\157\156\164\145\x6e\164"])) < $this->current_feed["\157\x70\164\151\157\156\163"]["\x66\x69\x6c\164\x65\162\x5f\160\x6f\163\164\137\154\157\156\x67\145\162"])) { goto uHWyA; } $this->parse_feed_log("\124\x68\145\x20\160\x6f\x73\164\x20\x69\x73\x20\x74\x6f\x6f\40\163\150\x6f\x72\x74"); $this->parse_feed_log("\124\150\145\x20\x70\x6f\x73\x74\40\167\151\x6c\154\40\x6e\x6f\164\40\142\x65\x20\x61\x64\144\x65\144" . PHP_EOL); return; uHWyA: if (!(($this->current_feed["\x6f\x70\x74\x69\x6f\156\x73"]["\x66\151\x6c\x74\145\x72\137\160\157\163\x74\x5f\x6c\151\x6e\x6b"] ?? '') === "\x6f\156")) { goto uvmCk; } if (empty($this->current_feed["\x6f\x70\164\151\x6f\156\x73"]["\x66\x69\x6c\164\x65\x72\137\141\154\x6c\137\160\x68\162\x61\163\145\163"])) { goto aYeKO; } $this->parse_feed_log("\124\150\145\x20\x70\x6f\x73\164\x20\x6c\x69\156\x6b\x20\155\x75\163\x74\40\143\157\156\164\x61\x69\156\40\x61\x6c\154\x20\164\x68\x65\163\145\40\153\145\171\167\x6f\x72\144\163\x3a\x20" . htmlentities($this->current_feed["\157\x70\x74\x69\x6f\x6e\x73"]["\x66\x69\154\x74\x65\162\137\141\x6c\x6c\x5f\x70\x68\x72\x61\x73\145\x73"], ENT_QUOTES)); $keywords = explode("\x2c", $this->current_feed["\x6f\x70\x74\151\x6f\156\163"]["\x66\151\x6c\x74\145\x72\x5f\x61\154\154\x5f\160\150\x72\x61\163\145\163"]); foreach ($keywords as $keyword) { if (stripos($this->post["\154\151\x6e\153"], trim($keyword))) { goto a0yPm; } $this->parse_feed_log("\124\150\x65\40\160\157\163\x74\x20\154\x69\x6e\153\40\x64\x6f\x65\163\x20\156\157\164\40\x63\157\x6e\164\x61\151\156\40\141\x6c\154\x20\x74\150\145\40\163\x70\145\x63\151\146\x69\x65\144\x20\153\x65\171\x77\x6f\x72\x64\x73"); $this->parse_feed_log("\124\x68\x65\40\160\x6f\x73\x74\40\x77\151\x6c\x6c\x20\156\157\164\40\142\x65\40\x61\144\144\145\x64" . PHP_EOL); return false; a0yPm: bPMiJ: } UOVgN: aYeKO: if (empty($this->current_feed["\x6f\160\164\151\157\156\x73"]["\x66\x69\154\x74\145\x72\x5f\x61\156\171\137\160\x68\162\141\x73\x65\x73"])) { goto yutTT; } $this->parse_feed_log("\x54\150\145\40\160\157\x73\x74\x20\154\151\156\153\x20\155\x75\163\x74\x20\143\157\x6e\164\x61\151\x6e\40\x61\156\x79\x20\157\146\x20\164\x68\145\163\x65\40\153\145\x79\x77\157\x72\144\163\72\40" . htmlentities($this->current_feed["\157\x70\x74\151\157\x6e\x73"]["\x66\151\154\164\x65\x72\x5f\x61\x6e\171\137\160\x68\x72\x61\x73\x65\163"], ENT_QUOTES)); $keywords = explode("\x2c", $this->current_feed["\x6f\x70\164\151\157\156\163"]["\146\151\x6c\x74\x65\x72\x5f\x61\x6e\x79\x5f\x70\x68\x72\x61\x73\145\x73"]); $found = false; foreach ($keywords as $keyword) { if (!stripos($this->post["\154\x69\156\x6b"], trim($keyword))) { goto gDUmH; } $found = true; goto k1w2m; gDUmH: IunFc: } k1w2m: if ($found) { goto fSO42; } $this->parse_feed_log("\116\157\40\x6d\141\x6e\x64\x61\x74\x6f\x72\171\x20\153\x65\x79\167\x6f\x72\x64\x73\x20\146\x6f\x75\156\x64\x20\151\156\x20\x74\x68\x65\40\160\157\163\x74\40\154\x69\x6e\x6b"); $this->parse_feed_log("\x54\150\145\x20\160\157\163\164\x20\167\x69\154\x6c\40\156\157\164\40\142\x65\40\141\144\144\x65\x64" . PHP_EOL); return false; fSO42: yutTT: if (empty($this->current_feed["\157\x70\164\151\157\156\x73"]["\146\x69\x6c\164\145\x72\137\156\157\156\x65\x5f\160\x68\162\x61\163\145\x73"])) { goto TSDJB; } $this->parse_feed_log("\124\150\x65\40\x70\157\x73\164\x20\154\151\156\x6b\x20\155\165\163\x74\40\143\x6f\156\x74\141\x69\x6e\40\156\157\156\x65\x20\157\x66\x20\x74\x68\x65\x73\145\x20\153\x65\x79\167\x6f\x72\144\163\72\40" . htmlentities($this->current_feed["\157\x70\x74\151\x6f\156\163"]["\146\151\x6c\164\145\x72\x5f\x6e\x6f\x6e\x65\137\160\x68\x72\x61\163\145\x73"], ENT_QUOTES)); $keywords = explode("\x2c", $this->current_feed["\157\x70\x74\x69\x6f\156\x73"]["\x66\151\x6c\164\x65\x72\137\156\157\156\x65\137\160\150\x72\x61\x73\x65\x73"]); foreach ($keywords as $keyword) { if (!stripos($this->post["\154\x69\x6e\x6b"], trim($keyword))) { goto IRHHv; } $this->parse_feed_log("\124\150\145\x20\x70\x6f\163\x74\40\x6c\x69\156\153\x20\143\157\x6e\164\x61\x69\156\x73\x20\141\164\40\x6c\145\141\x73\164\40\157\156\x65\x20\157\x66\40\x62\154\141\x63\x6b\154\x69\163\x74\x65\x64\40\153\x65\171\167\x6f\x72\144\163\x2e"); $this->parse_feed_log("\x54\x68\145\40\x70\157\x73\x74\40\x77\x69\154\x6c\40\156\157\x74\x20\x62\145\x20\x61\144\x64\145\x64" . PHP_EOL); return false; IRHHv: CAHOT: } c9njB: TSDJB: uvmCk: $text = "\40"; if (!(($this->current_feed["\157\160\164\x69\157\156\x73"]["\x66\151\154\164\x65\x72\x5f\x70\157\x73\164\137\164\151\164\154\x65"] ?? '') === "\157\x6e")) { goto T8wIJ; } $text .= $this->post["\x70\x6f\x73\x74\x5f\164\x69\x74\x6c\x65"] . "\x20"; T8wIJ: if (!(($this->current_feed["\157\x70\164\151\x6f\156\x73"]["\x66\x69\154\x74\x65\162\137\x70\x6f\163\164\x5f\x63\157\x6e\164\x65\156\x74"] ?? '') === "\x6f\156")) { goto y0n2L; } $text .= $this->post["\160\157\x73\x74\x5f\143\157\x6e\164\145\156\164"] . "\40"; y0n2L: if (!(($this->current_feed["\x6f\x70\x74\x69\x6f\x6e\163"]["\x66\151\154\x74\145\162\137\160\x6f\x73\164\x5f\x65\170\x63\145\x72\x70\164"] ?? '') === "\x6f\156")) { goto bCx7H; } $text .= $this->post["\160\x6f\163\164\137\145\x78\143\x65\162\x70\x74"] . "\x20"; bCx7H: if (!(mb_strlen($text) > 1)) { goto Ykdvf; } if (empty($this->current_feed["\x6f\160\164\x69\x6f\156\x73"]["\146\151\x6c\x74\145\x72\137\x61\x6c\x6c\x5f\x70\150\x72\x61\x73\145\x73"])) { goto O3K0a; } $this->parse_feed_log("\124\x68\145\40\x70\x6f\163\x74\40\x6d\165\x73\164\40\143\x6f\156\x74\x61\x69\156\40\141\x6c\x6c\x20\164\x68\145\163\x65\x20\160\150\x72\141\x73\x65\x73\72\40" . htmlentities($this->current_feed["\x6f\x70\x74\151\157\156\163"]["\x66\151\154\164\145\162\x5f\x61\154\x6c\x5f\160\150\x72\141\163\x65\x73"], ENT_QUOTES)); $keywords = explode("\54", $this->current_feed["\x6f\160\164\x69\157\156\x73"]["\146\151\154\x74\x65\162\x5f\141\x6c\154\x5f\160\x68\162\141\x73\x65\163"]); foreach ($keywords as $keyword) { if (preg_match("\x2f\134\142" . preg_quote(trim($keyword, "\x2f")) . "\x5c\142\x2f\151\x73\x75", $text)) { goto uZQbj; } $this->parse_feed_log("\124\x68\x65\x20\x70\x6f\163\x74\x20\144\x6f\145\x73\40\156\157\x74\x20\143\157\x6e\x74\x61\151\x6e\x20\141\154\154\40\164\150\145\x20\163\x70\145\x63\151\146\151\x65\144\40\153\145\x79\167\x6f\162\144\163\40\x6f\162\40\160\x68\162\141\163\x65\163"); $this->parse_feed_log("\x54\x68\145\40\160\x6f\x73\164\x20\x77\151\x6c\x6c\x20\156\157\x74\x20\142\x65\x20\141\x64\144\x65\144" . PHP_EOL); return false; uZQbj: HSBEC: } NyxPF: O3K0a: if (empty($this->current_feed["\x6f\x70\164\151\x6f\x6e\x73"]["\146\x69\154\x74\145\x72\x5f\x61\156\x79\x5f\160\150\162\141\x73\x65\x73"])) { goto g7FP1; } $this->parse_feed_log("\x54\x68\x65\40\x70\x6f\163\164\x20\x6d\165\163\164\x20\143\157\156\x74\141\151\156\40\x61\156\171\x20\x6f\x66\x20\164\150\x65\163\145\x20\x70\x68\x72\x61\163\x65\x73\72\x20" . htmlentities($this->current_feed["\157\160\164\x69\x6f\156\x73"]["\x66\151\154\x74\145\x72\137\141\x6e\171\x5f\160\150\162\x61\x73\145\x73"], ENT_QUOTES)); $keywords = explode("\54", $this->current_feed["\157\160\x74\x69\x6f\156\x73"]["\x66\151\154\164\145\x72\137\x61\x6e\x79\x5f\x70\150\x72\x61\x73\145\163"]); $found = false; foreach ($keywords as $keyword) { if (!preg_match("\x2f\x5c\142" . preg_quote(trim($keyword), "\x2f") . "\x5c\x62\57\151\163\x75", $text)) { goto Ny2DH; } $found = true; goto CVVCs; Ny2DH: Am_Mb: } CVVCs: if ($found) { goto KskOc; } $this->parse_feed_log("\x4e\157\x20\x6d\141\x6e\x64\x61\x74\x6f\x72\171\x20\153\x65\x79\x77\157\x72\x64\x73\x20\x6f\x72\x20\x70\x68\162\x61\x73\145\x73\40\x66\x6f\165\156\144\40\151\156\x20\164\150\x65\x20\x70\x6f\163\x74"); $this->parse_feed_log("\124\150\145\x20\x70\157\163\x74\40\167\x69\x6c\154\x20\x6e\x6f\x74\x20\142\x65\x20\141\x64\144\145\144" . PHP_EOL); return false; KskOc: g7FP1: if (empty($this->current_feed["\157\x70\164\151\x6f\x6e\x73"]["\146\151\x6c\x74\x65\x72\137\156\157\x6e\145\137\x70\x68\162\141\163\x65\x73"])) { goto ACq13; } $this->parse_feed_log("\124\x68\x65\x20\x70\x6f\x73\x74\x20\155\165\x73\164\x20\143\x6f\x6e\x74\x61\151\x6e\40\156\x6f\156\145\x20\x6f\146\40\x74\x68\x65\163\x65\x20\160\x68\162\x61\x73\x65\163\72\x20" . htmlentities($this->current_feed["\157\x70\x74\x69\x6f\x6e\x73"]["\x66\151\154\x74\145\x72\137\156\x6f\x6e\145\x5f\x70\x68\x72\x61\163\145\x73"], ENT_QUOTES)); $keywords = explode("\x2c", $this->current_feed["\157\x70\164\151\x6f\156\x73"]["\x66\151\x6c\x74\x65\x72\137\156\157\x6e\145\137\x70\x68\162\x61\163\145\x73"]); foreach ($keywords as $keyword) { if (!preg_match("\x2f\x5c\142" . preg_quote(trim($keyword), "\x2f") . "\134\142\x2f\x69\163\165", $text)) { goto rLVPU; } $this->parse_feed_log("\124\x68\145\40\160\x6f\x73\x74\40\x63\157\x6e\x74\x61\151\156\x73\x20\x61\x74\x20\x6c\x65\141\163\164\40\157\156\x65\x20\x6f\x66\40\142\x6c\141\x63\x6b\154\x69\x73\164\145\144\x20\x6b\145\171\167\x6f\x72\144\163\40\157\x72\40\x70\x68\x72\x61\x73\x65\163"); $this->parse_feed_log("\x54\x68\145\40\x70\x6f\163\164\x20\167\x69\x6c\x6c\40\x6e\x6f\164\40\x62\x65\40\x61\144\x64\145\144" . PHP_EOL); return false; rLVPU: I0HaH: } wREy0: ACq13: Ykdvf: $this->parse_feed_log("\104\157\156\x65"); return true; } function extract_shortcode_params($string, $shortcode_name) { $results = []; $buffer = ''; $is_capturing = false; $bracket_count = 0; $i = 0; nXKKK: if (!($i < strlen($string))) { goto Zk3Xh; } $char = $string[$i]; $shortcode_full = "\x5b" . $shortcode_name; if (!(!$is_capturing && substr($string, $i, strlen($shortcode_full)) === $shortcode_full)) { goto ttmry; } $is_capturing = true; $i += strlen($shortcode_full); $bracket_count = 1; goto OocNg; ttmry: if (!$is_capturing) { goto JQ0W5; } $buffer .= $char; if ($char === "\133") { goto shRVy; } if ($char === "\x5d") { goto vFgc3; } goto GN6Gj; shRVy: $bracket_count++; goto GN6Gj; vFgc3: $bracket_count--; GN6Gj: if (!($bracket_count == 0)) { goto vfI81; } $results[] = rtrim($buffer, "\x5d"); $buffer = ''; $is_capturing = false; vfI81: JQ0W5: OocNg: $i++; goto nXKKK; Zk3Xh: return $results; } function apply_wordpress_shortcodes($template) { $matches = $this->extract_shortcode_params(stripslashes($template), "\143\171\142\x65\162\163\145\x6f\137\x6f\160\145\x6e\141\x69"); if (!count($matches)) { goto G5X38; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("\x5d", "\x20\x5d", $shortcode)); if (isset($atts["\x70\x72\157\x6d\160\x74"]) && !isset($atts[0])) { goto NABof; } $this->parse_feed_log("\105\162\162\157\x72\x20\x69\156\x20\x74\150\145\40\x5b\x63\x79\142\145\x72\163\145\157\x5f\157\160\x65\x6e\x61\151\x5d\x20\163\x68\x6f\162\x74\x63\x6f\144\x65\54\x20\x63\x68\x65\143\x6b\x20\x69\x74\x20\x66\157\162\x20\151\156\164\145\x72\156\141\x6c\40\x64\x6f\165\x62\x6c\x65\40\161\x75\157\x74\x65\163\x20\141\x6e\144\40\162\x65\160\154\x61\x63\x65\40\164\150\145\x6d\40\x77\151\164\150\x20\x73\x69\156\147\x6c\x65\x20\161\165\157\164\x65\163\56"); $template = ''; goto RwT1n; NABof: $atts["\160\162\157\155\x70\164"] = $this->parse_special_keywords(cseo_apply_spintax($atts["\x70\162\x6f\155\x70\164"])); $template = preg_replace("\176\134\x5b\x63\171\x62\145\162\163\145\x6f\137\x6f\160\145\156\141\151\40\x2b" . preg_quote(addslashes($shortcode), "\176") . "\134\163\x2a\x5c\135\x7e", addslashes(html_entity_decode(cyberseo_openai_shortcode($atts))), $template); RwT1n: SNg_i: } V52Q3: G5X38: $matches = $this->extract_shortcode_params(stripslashes($template), "\143\x79\x62\x65\x72\163\145\x6f\x5f\160\x69\170\141\x62\141\171\137\x69\x6d\141\x67\x65"); if (!count($matches)) { goto se3M4; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("\135", "\40\135", $shortcode)); if (!empty($atts["\x6e\141\x6d\x65"])) { goto sN5j6; } $atts["\x6e\141\155\145"] = $this->post["\160\x6f\163\x74\137\x74\x69\x74\154\x65"]; sN5j6: if (isset($atts["\x71"]) && !isset($atts[0])) { goto X3fCM; } $this->parse_feed_log("\x45\162\x72\x6f\x72\x20\151\x6e\x20\x74\x68\145\40\x5b\x63\171\x62\145\162\163\x65\x6f\137\160\x69\170\141\142\x61\x79\137\x69\x6d\141\x67\x65\x5d\40\163\150\x6f\x72\x74\x63\157\144\145\54\x20\x63\x68\x65\143\x6b\40\x69\x74\40\146\157\162\x20\x69\x6e\164\145\x72\156\141\x6c\x20\x64\157\165\142\154\x65\40\161\165\157\164\145\163\x20\x61\x6e\x64\40\162\145\x70\x6c\x61\x63\x65\40\x74\150\145\155\x20\x77\151\164\150\40\x73\151\156\x67\154\145\40\x71\x75\157\164\x65\x73\x2e"); $template = ''; goto Y6Oh6; X3fCM: $atts["\161"] = $this->parse_special_keywords(cseo_apply_spintax($atts["\161"])); $template = preg_replace("\x7e\134\133\x63\x79\142\x65\x72\x73\x65\x6f\x5f\160\151\x78\x61\x62\141\x79\x5f\x69\155\141\x67\x65\40\x2b" . preg_quote(addslashes($shortcode), "\x7e") . "\x5c\163\52\134\x5d\176", addslashes(html_entity_decode(cyberseo_pixabay_shortcode($atts))), $template); Y6Oh6: E5UOx: } JxSHJ: se3M4: $matches = $this->extract_shortcode_params(stripslashes($template), "\143\171\142\x65\162\163\145\157\137\144\x61\x6c\x6c\x65"); if (!count($matches)) { goto ZCV9j; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("\135", "\40\x5d", $shortcode)); if (!empty($atts["\156\141\155\145"])) { goto e5jDR; } $atts["\156\x61\x6d\x65"] = $this->post["\160\x6f\x73\164\x5f\x74\x69\x74\154\x65"]; e5jDR: if (isset($atts["\160\162\157\155\160\x74"]) && !isset($atts[0])) { goto ngaAw; } $this->parse_feed_log("\x45\162\x72\157\x72\40\x69\156\40\x74\x68\145\40\x5b\143\x79\142\x65\162\163\x65\157\137\144\141\x6c\x6c\x65\135\x20\163\150\157\162\164\x63\157\144\x65\54\x20\x63\150\x65\143\153\x20\151\x74\x20\146\x6f\162\x20\x69\x6e\x74\x65\162\156\x61\x6c\x20\x64\157\165\142\154\x65\x20\x71\165\157\x74\x65\x73\40\x61\156\144\40\x72\x65\160\x6c\x61\143\145\40\164\x68\x65\155\40\x77\151\x74\x68\40\163\151\156\147\154\145\40\161\165\x6f\x74\x65\163\56"); $template = ''; goto qjHkg; ngaAw: $atts["\x70\162\x6f\155\160\164"] = $this->parse_special_keywords(cseo_apply_spintax($atts["\x70\162\157\155\x70\x74"])); $template = preg_replace("\176\x5c\x5b\x63\x79\142\145\x72\x73\x65\157\137\144\x61\154\x6c\x65\40\x2b" . preg_quote(addslashes($shortcode), "\176") . "\x5c\163\52\x5c\x5d\x7e", addslashes(html_entity_decode(cyberseo_dalle_shortcode($atts))), $template); qjHkg: TRV1Y: } CsC7C: ZCV9j: $matches = $this->extract_shortcode_params(stripslashes($template), "\143\171\142\x65\x72\163\145\x6f\x5f\x73\x74\x61\x62\154\145\137\x64\x69\146\146\x75\163\151\157\x6e"); if (!count($matches)) { goto G982O; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("\x5d", "\40\135", $shortcode)); if (!empty($atts["\x6e\x61\x6d\x65"])) { goto k6pSv; } $atts["\156\x61\x6d\x65"] = $this->post["\x70\157\163\x74\x5f\x74\151\x74\154\145"]; k6pSv: if (isset($atts["\x74\145\x78\x74"]) && !isset($atts[0])) { goto HHVtf; } $this->parse_feed_log("\x45\x72\162\157\x72\x20\151\x6e\x20\164\x68\145\40\x5b\x63\x79\142\x65\162\163\x65\157\x5f\x73\x74\141\x62\154\145\137\144\x69\146\x66\x75\163\151\x6f\x6e\x5d\40\x73\150\157\x72\164\143\x6f\144\145\54\x20\143\150\145\x63\x6b\x20\x69\164\x20\146\x6f\162\x20\151\156\x74\145\162\x6e\x61\x6c\x20\x64\157\165\142\154\145\x20\x71\x75\157\x74\145\x73\x20\141\156\x64\x20\162\x65\160\x6c\141\x63\x65\x20\164\150\x65\155\x20\x77\x69\x74\x68\40\163\151\156\x67\x6c\145\40\x71\165\x6f\164\x65\x73\56"); $template = ''; goto zfuuh; HHVtf: $atts["\x74\x65\x78\164"] = $this->parse_special_keywords(cseo_apply_spintax($atts["\164\x65\170\x74"])); $template = preg_replace("\x7e\134\x5b\143\171\142\x65\x72\163\x65\x6f\137\x73\164\x61\x62\154\x65\137\144\x69\x66\146\165\x73\151\x6f\156\40\x2b" . preg_quote(addslashes($shortcode), "\x7e") . "\134\x73\x2a\x5c\x5d\176", addslashes(html_entity_decode(cyberseo_stable_diffusion_shortcode($atts))), $template); zfuuh: jmupa: } IJ1dC: G982O: $matches = $this->extract_shortcode_params(stripslashes($template), "\157\160\145\156\141\151\x5f\147\160\x74"); if (!count($matches)) { goto HLnwI; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("\135", "\40\135", $shortcode)); if (isset($atts["\x70\x72\157\x6d\160\164"]) && !isset($atts[0])) { goto PyGkp; } $this->parse_feed_log("\105\x72\x72\157\x72\40\x69\x6e\40\x74\150\x65\x20\x5b\x6f\x70\x65\x6e\x61\151\x5f\147\x70\x74\135\40\163\x68\x6f\x72\164\x63\157\144\145\x2c\40\x63\x68\x65\143\x6b\40\151\x74\40\x66\157\x72\40\x69\156\x74\145\162\156\x61\x6c\x20\x64\x6f\x75\x62\154\x65\40\161\165\x6f\x74\145\x73\x20\x61\x6e\x64\x20\162\145\x70\x6c\141\x63\x65\x20\x74\150\x65\155\x20\167\151\164\150\40\163\151\x6e\x67\154\145\40\x71\165\157\x74\x65\163\56"); $template = ''; goto mGBhA; PyGkp: $atts["\x70\162\157\155\160\x74"] = $this->parse_special_keywords(cseo_apply_spintax($atts["\160\x72\157\155\160\164"])); $template = preg_replace("\176\134\133\x6f\x70\x65\156\x61\151\137\147\x70\164\40\x2b" . preg_quote(addslashes($shortcode), "\x7e") . "\x5c\163\x2a\x5c\135\176", addslashes(html_entity_decode(cyberseo_openai_shortcode($atts))), $template); mGBhA: aXuwc: } x_1T9: HLnwI: $matches = $this->extract_shortcode_params(stripslashes($template), "\143\154\x61\165\144\x65"); if (!count($matches)) { goto jxD3c; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("\x5d", "\40\x5d", $shortcode)); if (isset($atts["\x70\162\x6f\155\x70\x74"]) && !isset($atts[0])) { goto nWYH_; } $this->parse_feed_log("\105\162\x72\x6f\162\x20\x69\156\40\164\x68\x65\40\133\x63\154\141\165\144\x65\x5d\40\163\x68\157\162\164\143\x6f\x64\145\54\40\143\x68\145\143\153\x20\x69\164\40\146\x6f\162\40\x69\156\x74\145\162\156\141\x6c\40\144\157\165\142\x6c\x65\x20\x71\x75\157\x74\x65\163\x20\141\156\x64\40\x72\145\160\154\141\143\x65\40\164\x68\145\x6d\40\x77\x69\x74\150\x20\163\151\x6e\147\154\x65\x20\x71\x75\157\164\x65\163\56"); $template = ''; goto HrqeM; nWYH_: $atts["\x70\x72\157\x6d\x70\164"] = $this->parse_special_keywords(cseo_apply_spintax($atts["\x70\162\x6f\x6d\x70\164"])); $template = preg_replace("\176\134\x5b\x63\154\141\x75\x64\145\40\53" . preg_quote(addslashes($shortcode), "\176") . "\x5c\x73\52\x5c\x5d\x7e", addslashes(html_entity_decode(cyberseo_claude_shortcode($atts))), $template); HrqeM: T_Atm: } kVp7o: jxD3c: $matches = $this->extract_shortcode_params(stripslashes($template), "\x67\145\x6d\x69\x6e\151"); if (!count($matches)) { goto jOTQr; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("\135", "\40\135", $shortcode)); if (isset($atts["\x70\x72\157\x6d\x70\x74"]) && !isset($atts[0])) { goto JsvRs; } $this->parse_feed_log("\105\162\x72\x6f\x72\40\151\x6e\40\164\x68\x65\x20\x5b\x67\145\155\x69\156\151\135\x20\x73\x68\x6f\162\x74\x63\157\144\145\x2c\40\x63\150\145\x63\153\40\151\x74\x20\x66\157\x72\x20\x69\156\164\x65\162\156\x61\x6c\40\144\157\x75\142\x6c\x65\x20\161\x75\x6f\x74\x65\163\40\141\x6e\144\40\x72\x65\x70\x6c\141\x63\145\40\164\x68\x65\x6d\40\x77\x69\164\x68\x20\163\x69\156\147\154\x65\40\x71\x75\x6f\x74\x65\163\56"); $template = ''; goto iCzS4; JsvRs: $atts["\160\x72\157\x6d\160\x74"] = $this->parse_special_keywords(cseo_apply_spintax($atts["\160\162\x6f\155\160\164"])); $template = preg_replace("\176\x5c\133\x67\x65\155\151\x6e\x69\40\53" . preg_quote(addslashes($shortcode), "\176") . "\x5c\163\52\134\x5d\x7e", addslashes(html_entity_decode(cyberseo_gemini_shortcode($atts))), $template); iCzS4: J5rGU: } Z0eJe: jOTQr: $matches = $this->extract_shortcode_params(stripslashes($template), "\157\162\x5f\164\145\170\x74"); if (!count($matches)) { goto N4pT2; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("\135", "\x20\135", $shortcode)); if (isset($atts["\x70\162\157\x6d\160\x74"]) && !isset($atts[0])) { goto jtG23; } $this->parse_feed_log("\105\x72\162\x6f\162\40\x69\x6e\40\164\x68\145\40\133\157\162\x5f\x74\145\170\164\135\40\x73\x68\x6f\x72\x74\143\x6f\x64\x65\54\x20\x63\x68\x65\143\x6b\40\151\164\40\146\157\162\40\x69\x6e\164\x65\162\x6e\141\x6c\x20\x64\x6f\165\x62\154\x65\40\161\x75\157\164\145\163\x20\141\x6e\x64\x20\162\x65\160\154\x61\143\x65\40\x74\x68\145\155\40\167\x69\x74\x68\x20\x73\151\x6e\147\x6c\x65\x20\x71\165\x6f\x74\x65\x73\x2e"); $template = ''; goto jy_u3; jtG23: $atts["\x70\x72\x6f\155\160\164"] = $this->parse_special_keywords(cseo_apply_spintax($atts["\x70\x72\x6f\x6d\x70\x74"])); $template = preg_replace("\176\x5c\133\x6f\162\137\x74\x65\170\x74\x20\x2b" . preg_quote(addslashes($shortcode), "\x7e") . "\134\x73\x2a\x5c\x5d\176", addslashes(html_entity_decode(cyberseo_openrouter_shortcode($atts))), $template); jy_u3: Qsugn: } jampP: N4pT2: $matches = $this->extract_shortcode_params(stripslashes($template), "\147\160\164\x5f\141\x72\x74\151\x63\154\145"); if (!count($matches)) { goto AwJ5U; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("\x5d", "\x20\x5d", $shortcode)); if (isset($atts["\164\x6f\160\151\143"]) && !isset($atts[0])) { goto DUTdo; } $this->parse_feed_log("\105\x72\162\x6f\162\40\151\x6e\x20\164\x68\x65\x20\133\x67\160\164\137\x61\x72\164\151\x63\x6c\x65\135\40\x73\x68\x6f\162\x74\143\x6f\144\145\x2c\40\x63\150\x65\143\x6b\x20\x69\164\x20\x66\x6f\162\40\x69\x6e\x74\145\x72\x6e\141\x6c\x20\144\x6f\x75\142\x6c\x65\x20\x71\x75\157\x74\145\x73\x20\x61\156\144\40\x72\145\160\154\141\x63\x65\40\x74\x68\x65\155\x20\167\151\164\x68\40\163\151\x6e\147\154\145\x20\161\165\x6f\164\x65\163\x2e"); $template = ''; goto w4ZHI; DUTdo: $atts["\164\x6f\x70\x69\x63"] = $this->parse_special_keywords(cseo_apply_spintax($atts["\x74\157\x70\x69\x63"])); $template = preg_replace("\176\x5c\133\x67\160\x74\137\x61\162\164\151\143\x6c\145\40\53" . preg_quote(addslashes($shortcode), "\x7e") . "\x5c\163\x2a\x5c\x5d\176", addslashes(html_entity_decode(cyberseo_gpt_article_shortcode($atts))), $template); w4ZHI: q2hU6: } f73ZV: AwJ5U: $matches = $this->extract_shortcode_params(stripslashes($template), "\x70\x69\x78\x61\x62\141\171"); if (!count($matches)) { goto gp8Ka; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("\135", "\40\135", $shortcode)); if (!empty($atts["\156\x61\155\x65"])) { goto qfnbD; } $atts["\156\x61\x6d\145"] = $this->post["\160\x6f\x73\x74\x5f\x74\151\x74\x6c\x65"]; qfnbD: if (isset($atts["\x71"]) && !isset($atts[0])) { goto vU_cG; } $this->parse_feed_log("\x45\x72\162\x6f\x72\x20\151\156\x20\x74\x68\145\40\133\x70\x69\170\141\x62\x61\x79\x5d\x20\x73\150\157\162\164\143\x6f\x64\x65\x2c\40\143\150\x65\143\x6b\40\x69\164\x20\146\x6f\x72\40\x69\x6e\x74\145\162\156\141\154\40\144\157\165\142\154\145\x20\161\165\x6f\x74\145\163\x20\x61\156\144\40\x72\x65\x70\154\x61\143\x65\x20\164\150\145\155\x20\x77\x69\164\150\40\x73\151\156\147\x6c\x65\x20\x71\x75\157\164\145\163\x2e"); $template = ''; goto mT42U; vU_cG: $atts["\161"] = $this->parse_special_keywords(cseo_apply_spintax($atts["\x71"])); $template = preg_replace("\176\134\133\x70\151\x78\x61\x62\x61\171\x20\53" . preg_quote(addslashes($shortcode), "\176") . "\134\163\52\134\135\176", addslashes(html_entity_decode(cyberseo_pixabay_shortcode($atts))), $template); mT42U: Q_gwj: } MgSoG: gp8Ka: $matches = $this->extract_shortcode_params(stripslashes($template), "\144\x61\154\154\x65"); if (!count($matches)) { goto CY5ux; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("\135", "\x20\x5d", $shortcode)); if (!empty($atts["\156\x61\x6d\x65"])) { goto JPQ1x; } $atts["\156\141\x6d\x65"] = $this->post["\160\x6f\163\x74\x5f\x74\x69\164\x6c\145"]; JPQ1x: if (isset($atts["\x70\162\x6f\x6d\160\x74"]) && !isset($atts[0])) { goto MNpNZ; } $this->parse_feed_log("\105\x72\162\x6f\x72\x20\151\x6e\40\x74\150\x65\x20\x5b\x64\x61\154\154\x65\x5d\40\163\150\157\162\x74\x63\157\144\x65\x2c\x20\143\x68\x65\x63\153\x20\151\x74\x20\146\157\162\x20\151\x6e\x74\145\162\156\141\154\40\144\157\165\x62\x6c\x65\40\161\165\157\x74\145\163\x20\141\x6e\144\x20\162\x65\160\154\x61\143\x65\40\164\150\145\155\40\167\x69\164\150\40\163\x69\x6e\147\154\145\x20\x71\165\x6f\164\x65\163\56"); $template = ''; goto h9CqU; MNpNZ: $atts["\x70\162\x6f\x6d\160\164"] = $this->parse_special_keywords(cseo_apply_spintax($atts["\160\x72\x6f\x6d\160\164"])); $template = preg_replace("\176\134\x5b\x64\141\x6c\154\x65\x20\53" . preg_quote(addslashes($shortcode), "\x7e") . "\x5c\x73\x2a\134\x5d\x7e", addslashes(html_entity_decode(cyberseo_dalle_shortcode($atts))), $template); h9CqU: T9mB9: } ioMfT: CY5ux: $matches = $this->extract_shortcode_params(stripslashes($template), "\x73\164\x61\142\x6c\x65\x5f\x64\151\146\x66\x75\163\151\x6f\x6e"); if (!count($matches)) { goto vLcTr; } foreach ($matches as $shortcode) { $atts = shortcode_parse_atts(str_replace("\x5d", "\x20\x5d", $shortcode)); if (!empty($atts["\156\x61\155\145"])) { goto hMQCO; } $atts["\156\x61\155\x65"] = $this->post["\x70\x6f\163\x74\137\164\151\164\x6c\x65"]; hMQCO: if (isset($atts["\x74\145\x78\164"]) && !isset($atts[0])) { goto Id4EY; } $this->parse_feed_log("\x45\x72\162\x6f\x72\x20\x69\156\40\x74\x68\x65\x20\x5b\163\164\141\142\x6c\145\137\144\x69\146\x66\x75\x73\x69\x6f\x6e\x5d\x20\x73\150\x6f\x72\x74\x63\157\x64\x65\54\x20\143\150\145\x63\153\40\x69\164\x20\x66\x6f\162\40\x69\156\164\145\x72\156\141\x6c\40\x64\x6f\x75\x62\154\x65\x20\161\x75\x6f\164\145\163\40\x61\x6e\x64\40\x72\145\160\x6c\x61\x63\x65\x20\164\x68\145\x6d\40\x77\x69\164\150\40\163\x69\156\x67\154\145\x20\161\165\x6f\x74\x65\x73\x2e"); $template = ''; goto q26p4; Id4EY: $atts["\x74\145\x78\164"] = $this->parse_special_keywords(cseo_apply_spintax($atts["\x74\x65\x78\164"])); $template = preg_replace("\176\x5c\x5b\163\x74\141\x62\x6c\145\x5f\144\151\146\x66\165\163\x69\157\x6e\x20\53" . preg_quote(addslashes($shortcode), "\x7e") . "\x5c\163\x2a\x5c\135\176", addslashes(html_entity_decode(cyberseo_stable_diffusion_shortcode($atts))), $template); q26p4: Qgo4Q: } sorxe: vLcTr: return $template; } function maskShortCodes($content) { $shtps = ["\45\154\151\x6e\153\45", "\45\160\x6f\x73\164\137\164\151\164\x6c\145\x25", "\x25\160\157\x73\164\137\x63\x6f\156\x74\x65\156\x74\45", "\x25\160\x6f\x73\x74\137\143\x6f\x6e\164\x65\x6e\x74\137\156\x6f\164\x61\147\x73\45", "\x25\160\157\163\164\137\145\170\x63\145\x72\x70\x74\x25", "\x25\160\x6f\163\x74\x5f\x65\170\143\145\162\x70\164\x5f\156\x6f\164\x61\147\163\x25", "\x25\x70\x6f\x73\x74\x5f\147\x75\151\x64\45", "\x25\155\145\x64\151\141\137\x64\x65\x73\x63\162\x69\x70\x74\151\157\156\x25", "\x25\145\156\143\x6c\157\x73\165\x72\145\137\x75\x72\154\45", "\45\x70\x6f\x73\164\137\144\141\x74\145\x25", "\x25\147\x70\x74\x5f\x6b\145\x79\167\x6f\x72\x64\x73\x25", "\x25\x67\x70\x74\x5f\x6b\145\x79\x77\157\x72\x64\163\137\145\x6e\45", "\x25\x67\160\164\x5f\x6b\x65\x79\x70\150\x72\141\x73\145\x25", "\45\x67\x70\x74\137\153\145\x79\x70\150\x72\x61\x73\x65\x5f\145\x6e\x25", "\x25\x70\x6f\163\164\x5f\x74\141\147\163\45", "\45\143\141\x74\x65\x67\x6f\162\151\145\x73\45", "\x25\x70\x6f\163\164\137\x63\157\x6e\164\x65\x6e\164\x5b", "\45\160\x6f\163\164\137\x63\157\x6e\164\145\x6e\x74\x5f\156\x6f\164\141\x67\163\x5b", "\x25\160\157\x73\x74\137\145\170\143\x65\x72\160\x74\133", "\45\x70\x6f\163\164\137\145\x78\143\145\x72\160\x74\137\156\x6f\164\141\147\x73\x5b", "\x25\x70\x6f\163\x74\x5f\144\141\164\145\133", "\45\x78\x6d\x6c\x5f\164\x61\x67\x73\x5b", "\45\x70\141\x72\x61\155\163\x5b", "\45\x63\165\163\164\157\x6d\137\x66\x69\145\154\x64\x73\133", "\x25\x63\x75\163\x74\157\x6d\137\x66\x69\x65\x6c\x64\x73\x5f\x61\164\x74\162\x5b", "\45\x6d\145\144\151\x61\137\x74\x68\165\x6d\142\x6e\x61\x69\154\133", "\45\155\x65\144\151\141\x5f\x63\x6f\156\x74\145\156\x74\x5b", "\x25\162\141\x6e\144\x6f\155\x5f\x69\155\x61\x67\x65\x5b", "\x25\162\141\156\144\x6f\155\x5f\146\x69\x6c\x65\x5b", "\x25\160\x69\x78\x61\142\x61\171\x5b", "\x25\x79\157\165\164\x75\142\145\x5f\x76\x69\x64\x65\157"]; foreach ($shtps as $shtp) { if (!(mb_strpos($content, $shtp) !== false)) { goto SnzSX; } $content = str_replace($shtp, mb_substr($shtp, 0, 1) . CSEO_MASK . mb_substr($shtp, 1, mb_strlen($shtp) - 1), $content); SnzSX: w8PIc: } NZV3g: return $content; } function unmaskShortCodes($content) { return str_replace("\x25" . CSEO_MASK, "\x25", $content); } function remove_absolute_links($link, $source) { return preg_replace_callback("\57\x68\162\145\x66\134\163\x2a\x3d\134\x73\52\x28\x5b\47\42\135\x3f\x29" . preg_quote($link, "\57") . "\x28\133\x5e\47\x22\x5d\52\x23\133\x5e\47\42\x5d\52\51\x5c\x31\x2f", function ($matches) { return "\x68\162\145\x66\x3d" . $matches[1] . $matches[2] . $matches[1]; }, $source); } function insertPost() { global $wpdb, $cseo_images_to_save, $cseo_images_to_attach, $cseo_last_effective_url; $this->link_checked = "\156\157\x6e\145"; $this->image_urls = []; $this->polylang_translations = []; if (mb_strlen(trim($this->post["\x70\157\163\x74\137\164\151\x74\154\x65"]))) { goto vP0FF; } if (mb_strlen($this->post["\x70\157\163\x74\x5f\145\x78\143\x65\x72\160\x74"])) { goto l02yL; } $text = cseo_strip_tags($this->post["\160\x6f\163\164\137\x63\157\156\x74\x65\156\164"]); goto o7CO3; l02yL: $text = cseo_strip_tags($this->post["\160\x6f\163\x74\x5f\x65\x78\x63\x65\x72\x70\164"]); o7CO3: $this->post["\x70\157\x73\164\137\164\x69\164\x6c\x65"] = trim($this->post["\160\x6f\163\x74\137\164\x69\164\154\x65"]); if (!strlen($this->post["\160\157\163\x74\137\164\151\x74\154\x65"])) { goto T9HIn; } $this->post["\160\x6f\163\164\x5f\164\151\x74\x6c\145"] = mb_substr($text, 0, mb_strrpos(mb_substr($text, 0, 35), "\x20")) . "\x2e\x2e\x2e"; T9HIn: vP0FF: if (!empty($this->post["\154\x69\156\x6b"])) { goto Vvj20; } $this->parse_feed_log("\x47\x65\x6e\x65\162\141\x74\x69\156\x67\x20\x61\x20\156\145\x77\x20\x70\x6f\x73\x74"); goto oLJU4; Vvj20: $this->parse_feed_log("\120\x72\157\x63\145\x73\x73\x69\156\147\40\141\40\x6e\145\167\40\160\x6f\163\x74\x3a\x20" . $this->post["\x6c\151\156\x6b"]); oLJU4: if (!$this->show_report) { goto s2NCZ; } echo str_repeat("\40", 1024); flush(); s2NCZ: if (!($this->current_feed["\x6f\160\164\151\x6f\x6e\163"]["\145\155\142\x65\x64\x5f\166\x69\x64\x65\157\x73"] === "\157\156")) { goto PiTcI; } if (strpos($this->post["\154\151\x6e\153"], "\56\x79\157\165\164\165\x62\145\x2e\x63\157\155\57") !== false || strpos($this->post["\154\151\156\153"], "\57\57\171\x6f\x75\x74\x75\x62\145\x2e\x63\x6f\x6d\57") !== false) { goto nCWJh; } if (strpos($this->post["\154\x69\156\x6b"], "\x2e\166\151\x6d\145\157\56\143\157\x6d\x2f") !== false || strpos($this->post["\x6c\x69\156\153"], "\x2f\57\166\x69\x6d\x65\157\x2e\x63\157\x6d\57") !== false) { goto pQU4U; } if (strpos($this->post["\154\151\156\153"], "\56\146\x6c\151\143\x6b\x72\x2e\143\157\155\x2f") !== false || strpos($this->post["\154\151\156\x6b"], "\x2f\57\x66\x6c\x69\143\x6b\162\56\143\x6f\155\57") !== false) { goto Kj2r1; } if (strpos($this->post["\x6c\x69\156\x6b"], "\x2e\x69\147\x6e\56\x63\157\x6d\57") !== false || strpos($this->post["\154\x69\x6e\153"], "\x2f\57\151\x67\156\56\143\x6f\x6d\57") !== false) { goto JsQl_; } if (strpos($this->post["\x6c\x69\x6e\x6b"], "\56\144\141\151\154\x79\x6d\157\x74\151\x6f\x6e\56\143\x6f\155\x2f") !== false || strpos($this->post["\x6c\151\156\153"], "\57\57\144\x61\x69\x6c\x79\155\157\164\x69\157\x6e\x2e\143\x6f\x6d\x2f") !== false) { goto WL3WY; } goto Ao8Xq; nCWJh: $this->post["\160\157\163\x74\x5f\145\x78\x63\x65\x72\160\x74"] = htmlentities($this->post["\155\x65\x64\151\x61\x5f\x64\145\163\143\162\151\160\164\151\x6f\x6e"], ENT_QUOTES, "\125\124\106\x2d\x38"); $this->post["\160\157\163\164\137\x63\x6f\x6e\x74\x65\x6e\x74"] = $this->post["\x6c\151\156\153"] . "\xa" . $this->post["\160\x6f\x73\164\137\x65\x78\x63\145\x72\x70\x74"]; goto Ao8Xq; pQU4U: preg_match("\57\x5c\x2f\x28\x5c\144\x2b\x29\44\57", $this->post["\x6c\151\x6e\153"], $matches); $this->post["\x6c\151\x6e\x6b"] = "\x68\164\164\160\x73\72\x2f\x2f\166\x69\155\x65\157\x2e\x63\157\155\x2f" . $matches[1]; $content = str_replace("\x5c\x6e", '', html_entity_decode(cseo_file_get_contents($this->post["\154\151\156\153"]))); preg_match("\x2f\x2c\x22\x65\155\x62\145\144\x55\x72\x6c\42\x3a\x22\x28\x2e\x2a\77\51\42\54\42\156\141\155\x65\x22\72\42\x28\x2e\52\77\51\x22\x2c\x22\144\x65\163\143\x72\151\x70\x74\151\x6f\x6e\42\72\42\x28\56\52\x3f\51\42\x2c\x2f\151\x73", $content, $matches); $this->post["\x70\x6f\163\164\137\164\x69\x74\x6c\x65"] = stripslashes($matches[2]); $this->post["\x70\x6f\163\x74\x5f\145\170\x63\x65\x72\160\164"] = stripslashes($matches[3]); $this->post["\x70\157\x73\164\137\143\157\x6e\x74\145\156\x74"] = "\74\x70\76\74\x69\x66\162\141\155\145\x20\x73\x72\x63\75\x22" . $matches[1] . "\x22\x20\167\151\144\164\x68\75\x22\x36\64\x30\x22\40\150\x65\x69\147\150\164\x3d\x22\x33\x36\x30\x22\40\146\162\141\x6d\x65\142\157\162\144\x65\x72\75\x22\60\42\x20\141\154\154\x6f\167\x3d\42\x61\x75\164\x6f\x70\x6c\x61\171\x3b\x20\146\x75\x6c\x6c\163\x63\162\x65\x65\x6e\x22\40\x61\154\x6c\157\167\146\165\154\154\x73\143\162\x65\x65\156\76\x3c\x2f\x69\146\162\141\155\145\x3e\x3c\x2f\160\x3e" . $this->post["\160\x6f\163\x74\137\x65\170\143\x65\x72\x70\164"]; goto Ao8Xq; Kj2r1: $this->post["\x70\x6f\x73\164\137\145\170\143\x65\x72\160\x74"] = $this->post["\x70\157\x73\x74\137\143\157\x6e\164\x65\x6e\164"] = $this->post["\154\x69\156\x6b"] . "\12\x3c\x62\162\x3e" . strip_tags($this->post["\x70\157\x73\164\x5f\x63\x6f\x6e\x74\x65\156\x74"], "\x3c\x62\x72\x3e\x2c\x3c\x62\x3e\x2c\74\x70\x3e\x2c\x3c\x61\76"); goto Ao8Xq; JsQl_: $content = cseo_file_get_contents($this->post["\154\x69\156\153"], false, '', "\163\x65\154\146", CSEO_CURL_USER_AGENT); preg_match("\x2f\42\x75\x72\154\x22\72\42\50\150\x74\x74\160\x73\72\x5b\55\134\57\134\56\x61\55\x7a\x30\55\71\x5d\53\134\x2e\x6d\160\64\51\42\x2c\x22\x77\x69\144\x74\x68\x22\72\x31\x39\62\x30\x2f", $content, $matches); if (!isset($matches[1])) { goto RUkKq; } $this->post["\160\157\x73\164\x5f\x63\x6f\156\164\145\x6e\x74"] = "\x3c\x70\76\133\166\x69\x64\145\157\40\x73\x72\143\75\42" . $matches[1] . "\42\x5d\x3c\57\160\x3e\74\x62\x72\76\x3c\x70\76" . $this->post["\160\157\x73\164\x5f\x65\x78\x63\145\162\x70\164"] . "\74\x2f\x70\76"; RUkKq: goto Ao8Xq; WL3WY: $this->post["\160\x6f\163\164\137\145\170\143\x65\x72\160\164"] = $this->post["\x70\157\x73\164\137\x63\x6f\156\164\145\x6e\x74"] = $this->post["\x6c\x69\156\x6b"] . "\12\x3c\142\162\76" . strip_tags($this->post["\160\x6f\163\x74\137\145\x78\x63\x65\162\x70\164"], "\74\142\162\76\54\x3c\142\x3e\x2c\x3c\x70\76\x2c\74\x61\76"); Ao8Xq: PiTcI: if (!(!mb_strlen(trim($this->post["\x70\x6f\163\164\x5f\145\170\x63\145\x72\160\164"])) && mb_strlen(trim($this->post["\155\x65\x64\x69\141\137\144\x65\x73\x63\162\x69\x70\164\151\157\x6e"])))) { goto lB28S; } $this->post["\160\x6f\x73\164\x5f\x65\x78\x63\145\162\x70\x74"] = $this->post["\x6d\x65\x64\x69\x61\137\x64\145\163\x63\x72\151\160\x74\x69\x6f\x6e"]; lB28S: if (!(!mb_strlen(trim($this->post["\x70\x6f\163\164\137\143\157\x6e\164\145\156\x74"])) && mb_strlen(trim($this->post["\160\157\x73\164\x5f\145\170\143\x65\x72\160\x74"])))) { goto Ay6Fs; } $this->post["\160\x6f\x73\164\137\143\x6f\x6e\x74\145\x6e\x74"] = $this->post["\x70\157\x73\164\137\x65\x78\x63\x65\162\x70\x74"]; Ay6Fs: if (!(!strlen($this->post["\154\x69\x6e\153"]) && isset($this->xml_tags["\x75\162\154"]["\166\141\x6c"]))) { goto utWey; } $this->post["\x6c\151\x6e\x6b"] = $this->xml_tags["\165\162\154"]["\166\x61\154"]; utWey: if (!(($this->current_feed["\x6f\x70\x74\x69\157\156\163"]["\143\165\x73\164\x6f\155\x5f\146\151\x65\x6c\144\163"] ?? '') !== '')) { goto BzmmS; } $custom_fields_array = explode("\12", stripslashes($this->current_feed["\x6f\160\x74\x69\x6f\x6e\x73"]["\x63\165\163\164\x6f\x6d\x5f\146\151\x65\x6c\x64\x73"])); foreach ($custom_fields_array as $item) { list($value, $name) = explode("\55\76", stripslashes($item)); $name = trim($name); $value = trim($value); if (isset($value) && mb_strlen($value) > 2 && $value[0] === "\x22" && $value[mb_strlen($value) - 1] === "\x22") { goto HCiXn; } if (mb_strlen($name) > 2 && $name[0] === "\x25" && $name[mb_strlen($name) - 1] === "\x25") { goto HaoiZ; } goto wYUjX; HCiXn: $this->post["\143\165\163\x74\x6f\x6d\x5f\146\x69\145\x6c\144\163"][$name] = cseo_apply_spintax(mb_substr($value, 1, mb_strlen($value) - 2)); goto wYUjX; HaoiZ: if (!isset($this->post["\143\x75\163\x74\157\155\x5f\146\x69\x65\x6c\144\x73"][$name])) { goto t6Mfw; } $this->post[mb_substr($name, 1, mb_strlen($name) - 2)] = $this->post["\143\x75\163\x74\x6f\x6d\x5f\146\151\145\154\144\163"][$name]; unset($this->post["\143\165\x73\164\157\155\137\x66\151\145\x6c\x64\x73"][$name]); t6Mfw: wYUjX: gcwcL: } a_d2J: BzmmS: $this->post["\x70\157\x73\x74\137\x64\x61\164\x65\x5f\x65\160\157\x63\150"] = $this->post["\x70\x6f\x73\x74\137\x64\x61\x74\x65"]; if ($this->current_feed["\157\160\x74\151\x6f\x6e\163"]["\x62\x61\x73\x65\x5f\x64\x61\x74\145"] === "\163\x79\156\x64\x69\x63\141\x74\x69\157\x6e") { goto UBvqj; } $post_date = (int) $this->post["\x70\157\x73\x74\137\x64\x61\164\x65"]; goto l5uZ7; UBvqj: $post_date = time(); l5uZ7: $post_date += 60 * ($this->current_feed["\157\160\x74\151\x6f\156\x73"]["\x64\141\x74\x65\137\x6d\151\x6e"] + rand(0, $this->current_feed["\157\x70\164\151\x6f\156\163"]["\144\141\164\145\137\x6d\141\x78"] - $this->current_feed["\x6f\160\x74\151\157\x6e\163"]["\x64\141\164\145\x5f\x6d\151\x6e"])); $this->post["\x70\x6f\x73\164\x5f\x64\141\x74\x65"] = addslashes(gmdate("\131\55\155\55\x64\40\x48\72\x69\72\163", $post_date + 3600 * (int) get_option("\x67\155\164\137\157\x66\146\163\145\x74"))); $this->post["\x70\x6f\163\164\137\x6d\x6f\x64\151\x66\151\x65\144"] = $this->post["\160\157\x73\x74\x5f\144\141\164\x65"]; $this->post["\x70\x6f\163\x74\137\x64\141\x74\x65\x5f\147\155\x74"] = addslashes(gmdate("\x59\55\155\55\144\40\110\x3a\x69\72\163", $post_date)); $this->post["\x70\157\163\164\137\x6d\x6f\144\x69\x66\x69\x65\x64\x5f\x67\x6d\164"] = $this->post["\x70\x6f\x73\x74\x5f\144\x61\164\x65\137\147\x6d\x74"]; $this->post["\160\157\x73\164\x5f\163\x74\x61\164\x75\163"] = $this->current_feed["\x6f\160\x74\151\157\x6e\x73"]["\x70\157\x73\x74\137\163\x74\141\164\x75\x73"]; $this->post["\x63\x6f\x6d\155\x65\156\164\137\x73\164\141\164\x75\x73"] = $this->current_feed["\157\x70\164\151\x6f\156\163"]["\143\157\155\155\x65\156\164\x5f\x73\x74\141\164\165\x73"]; $this->post["\160\151\156\x67\137\x73\x74\x61\164\x75\163"] = $this->current_feed["\x6f\160\x74\151\x6f\x6e\163"]["\160\x69\x6e\x67\137\x73\x74\141\164\165\x73"]; if (!($this->current_feed["\x6f\x70\x74\151\157\156\163"]["\x66\x69\x6c\164\x65\162\x5f\x62\x65\x66\157\x72\x65"] === "\x66\164\162\x73\163" && !$this->filterPost())) { goto dfhT0; } return; dfhT0: if (!(is_string($this->current_feed_url) && preg_match(CSEO_DUMMY_FEED_PATTERN, $this->current_feed_url))) { goto lRlPK; } $this->post["\x6c\x69\156\x6b"] = site_url() . "\57" . md5(microtime()); lRlPK: if (!(stripos($this->post["\x6c\151\156\x6b"], "\150\164\164\160\163\x3a\x2f\x2f\x6e\145\x77\163\56\x67\x6f\x6f\x67\154\145\56\x63\x6f\155\x2f\x72\163\163\x2f\141\x72\x74\151\x63\x6c\x65\x73\57") === 0)) { goto Nn2ev; } $content = cseo_file_get_contents($this->post["\x6c\151\x6e\x6b"]); if (!preg_match("\x2f\74\142\141\163\x65\40\x68\x72\145\146\x3d\42\x68\164\164\x70\163\72\134\x2f\x5c\x2f\156\x65\167\x73\x5c\x2e\147\x6f\157\x67\x6c\x65\134\56\x63\157\x6d\x5c\57\42\76\56\x2a\x3f\x3c\141\x20\x68\162\145\x66\x3d\x22\x28\56\x2a\77\51\42\x20\152\163\x6e\x61\155\x65\x3d\x22\56\x2a\x3f\x22\40\x72\145\x6c\x3d\42\156\157\146\157\x6c\x6c\x6f\x77\x22\76\56\x2a\77\74\134\x2f\x61\76\57\x73", $content, $matches)) { goto jP3Cy; } $this->post["\x6c\x69\x6e\x6b"] = $matches[1]; $this->parse_feed_log("\120\141\162\x73\x69\156\x67\x20\x72\x65\x64\151\x72\145\143\x74\40\x74\157\x20" . $this->post["\154\151\x6e\x6b"]); jP3Cy: Nn2ev: $result_dup = cseo_post_exists($this->post); if (!($this->current_feed["\x6f\160\x74\x69\157\x6e\x73"]["\160\165\x73\x68\x5f\x75\160"] === "\157\156")) { goto iUEzu; } if (!$result_dup) { goto RXaed; } $this->parse_feed_log("\x52\x65\160\165\142\x6c\x69\163\x68\151\x6e\147\40\160\157\163\164\40\x49\104\40" . $result_dup); $p = get_post($result_dup); $this->post["\x70\x6f\163\x74\137\163\x74\x61\164\165\x73"] = $p->post_status; $this->delete_post_media($result_dup); wp_delete_post($result_dup, true); $result_dup = false; RXaed: iUEzu: if (!$result_dup) { goto GQRjx; } $this->parse_feed_log("\124\x68\x65\40\x70\x6f\x73\164\x20\141\x6c\162\x65\141\144\x79\40\x65\170\151\x73\x74\x73"); $this->parse_feed_log("\123\153\x69\x70\160\151\156\147" . PHP_EOL); return; GQRjx: if ($this->current_feed["\157\160\x74\151\x6f\156\163"]["\x65\x78\x74\x72\x61\143\164\x5f\146\165\x6c\x6c\137\141\x72\164\151\143\154\x65\x73"] === "\x6f\156" && get_option("\143\170\170\x78\137\x66\165\x6c\x6c\x5f\x74\145\170\x74\137\x65\x78\x74\162\x61\x63\x74\157\x72") && isset($this->post["\x6c\151\156\x6b"])) { goto gtSOu; } if ($this->current_feed["\157\x70\164\x69\157\x6e\163"]["\x65\x78\164\162\x61\143\x74\137\x66\165\154\154\137\x61\x72\x74\151\x63\154\x65\163"] === "\143\x75\x73\164\x6f\x6d") { goto WHGHG; } goto c2co2; gtSOu: $this->parse_feed_log("\x54\162\x79\151\x6e\x67\40\x74\x6f\x20\x65\170\164\162\x61\143\x74\40\x66\x75\154\x6c\x20\x74\145\170\x74\40\141\x72\x74\x69\x63\x6c\145\x20\167\151\x74\150\40\106\165\154\154\55\124\x65\x78\x74\x20\x52\x53\x53\x20\163\x63\x72\151\x70\164"); $item = html_entity_decode(cseo_remove_utf8_bom(cseo_file_get_contents(get_option("\143\170\x78\x78\137\146\x75\x6c\x6c\x5f\164\x65\170\164\137\145\170\x74\162\x61\143\x74\x6f\x72") . "\77\x75\162\x6c\x3d" . urlencode($this->post["\x6c\151\x6e\153"])), ENT_QUOTES)); preg_match_all("\x2f\x3c\144\x65\163\x63\x72\x69\x70\164\151\157\x6e\x3e\50\x2e\x2a\77\51\x3c\134\57\x64\x65\x73\143\162\151\160\x74\151\157\x6e\x3e\x2f\151\163", $item, $matches); if (isset($matches[1][1]) && strpos($matches[1][1], "\x5b\165\156\141\x62\154\x65\x20\164\157\x20\162\x65\164\x72\x69\x65\x76\x65\x20\146\x75\x6c\154\55\x74\145\x78\x74\40\143\x6f\x6e\x74\145\156\164\x5d") === false) { goto k6Xlc; } $this->parse_feed_log("\117\x70\x65\162\141\x74\151\157\x6e\40\x66\x61\151\x6c\x65\144\x2e\x20\125\x6e\141\142\x6c\x65\40\164\157\x20\x72\145\164\x72\151\145\166\145\x20\146\165\154\154\55\x74\145\x78\x74\40\143\157\156\x74\145\156\x74\x20\146\162\x6f\155\x20" . $this->post["\x6c\x69\x6e\153"]); $this->parse_feed_log("\124\x68\145\x20\x70\157\x73\164\x20\x77\151\x6c\x6c\x20\x6e\x6f\x74\x20\x62\145\x20\x61\144\x64\x65\x64" . PHP_EOL); return; goto TfyVu; k6Xlc: $this->post["\x70\x6f\x73\164\137\x63\x6f\x6e\164\x65\156\x74"] = str_replace("\74\x70\x3e\133\x65\x6d\x62\145\144\x64\145\x64\40\x63\157\x6e\x74\x65\x6e\164\135\74\57\x70\76", '', $matches[1][1]); $this->post["\x70\157\163\x74\137\164\x69\x74\154\145"] = $this->getPostTitle($item); TfyVu: $this->parse_feed_log("\x44\157\x6e\145"); goto c2co2; WHGHG: $this->parse_feed_log("\124\x72\171\x69\x6e\147\x20\164\157\x20\x65\170\x74\x72\x61\x63\x74\40\x66\165\x6c\154\x20\164\145\170\x74\x20\x61\x72\164\x69\143\x6c\x65"); $this->parse_feed_log("\124\x61\147\x20\x73\160\x65\x63\151\x66\x69\145\x64\x3a\40\x26\154\x74\x3b" . $this->current_feed["\157\160\x74\x69\157\x6e\163"]["\x63\x75\x73\164\157\155\137\164\145\170\x74\x5f\145\170\x74\162\141\x63\x74\x6f\x72\x5f\164\x61\x67"] . "\x26\147\164\73"); if (empty($this->current_feed["\x6f\160\x74\151\157\156\x73"]["\x63\165\163\164\157\x6d\x5f\x74\x65\170\x74\137\145\170\164\x72\x61\x63\x74\x6f\162\137\x61\x74\x74\x72\x62\165\x74\145\163"])) { goto Xpf4K; } $this->parse_feed_log("\x41\x74\164\162\x69\x62\165\164\145\163\x20\163\160\145\143\x69\x66\x69\145\144\72\x20" . htmlentities(stripslashes($this->current_feed["\157\160\164\x69\x6f\156\x73"]["\143\x75\x73\164\x6f\x6d\x5f\x74\x65\170\164\x5f\x65\170\x74\162\x61\143\164\x6f\x72\x5f\x61\164\164\162\x62\x75\164\x65\163"]))); Xpf4K: $content = cseo_file_get_contents($this->post["\x6c\x69\x6e\153"]); $this->post["\160\x6f\x73\164\137\143\157\156\164\x65\156\164"] = cseo_extract_outer_element($content, $this->current_feed["\x6f\160\x74\x69\157\156\163"]["\x63\165\x73\x74\157\x6d\137\x74\x65\x78\x74\x5f\x65\170\x74\162\141\x63\x74\157\x72\137\164\x61\147"], $this->current_feed["\157\160\x74\x69\x6f\156\x73"]["\x63\165\x73\164\x6f\155\x5f\x74\x65\x78\x74\137\145\x78\164\x72\x61\143\164\157\162\x5f\x61\x74\x74\x72\142\x75\x74\x65\163"], $this->current_feed["\157\160\164\151\157\156\163"]["\x63\x75\163\164\157\155\x5f\x74\145\x78\164\x5f\x65\170\x74\x72\x61\x63\164\157\x72\x5f\x69\156\x63\x6c\x75\x73\x69\166\x65"] === "\x6f\x6e"); if (!empty($this->post["\160\157\163\164\137\x63\157\x6e\164\145\156\164"])) { goto ZB9e_; } $this->parse_feed_log("\x4f\160\145\x72\x61\164\151\x6f\x6e\40\146\x61\151\x6c\145\144\x2e\x20\x55\x6e\141\x62\154\x65\40\164\x6f\40\x72\x65\164\x72\x69\145\166\145\x20\x66\x75\x6c\x6c\55\164\x65\170\x74\40\143\x6f\156\164\x65\x6e\164\40\146\162\x6f\x6d\40" . $this->post["\x6c\151\156\x6b"]); $this->parse_feed_log("\124\150\x65\x20\x70\157\x73\164\40\x77\151\154\154\x20\156\157\x74\x20\142\x65\40\x61\x64\x64\x65\144" . PHP_EOL); return; ZB9e_: $this->post["\160\157\x73\164\137\164\x69\164\154\145"] = $this->getPostTitle($content); $this->parse_feed_log("\104\x6f\x6e\145"); c2co2: $this->customFieldsFromContent($this->post["\x70\x6f\163\164\x5f\x63\157\156\164\x65\156\164"]); if (!preg_match_all("\57\x3c\151\155\x67\50\56\x2b\77\x29\163\162\x63\75\x5b\47\134\42\135\x28\56\x2b\x3f\51\133\x27\134\42\x5d\x28\56\52\77\x29\76\57\151\x73", $this->post["\x70\157\x73\x74\137\143\157\x6e\x74\145\156\164"] . $this->post["\160\157\163\x74\137\145\x78\143\x65\x72\160\164"], $matches)) { goto PSwik; } $this->o_imgs = array_merge($this->image_urls, array_unique($matches[2])); PSwik: if (!strlen($this->current_feed["\x6f\160\x74\151\157\x6e\163"]["\x73\x74\162\x69\x70\137\x74\x61\147\x73"])) { goto QHTBn; } $this->post["\x70\x6f\x73\164\137\143\157\156\164\145\x6e\164"] = cseo_strip_specific_tags($this->post["\160\x6f\x73\x74\137\x63\x6f\x6e\164\145\156\164"], explode("\54", $this->current_feed["\x6f\160\164\x69\157\x6e\163"]["\x73\x74\162\x69\x70\137\x74\x61\x67\x73"])); $this->post["\160\157\163\x74\137\x65\170\143\145\x72\160\x74"] = cseo_strip_specific_tags($this->post["\x70\x6f\163\164\x5f\145\170\x63\x65\162\160\164"], explode("\54", $this->current_feed["\157\160\164\x69\x6f\x6e\x73"]["\x73\x74\162\x69\x70\x5f\x74\141\147\163"])); QHTBn: if (!($this->current_feed["\x6f\160\x74\x69\x6f\x6e\163"]["\146\x69\154\x74\x65\162\137\x62\x65\146\x6f\162\x65"] === "\x61\x69\x2d\x70\162\x6f\x63\x65\163\163\157\x72" && !$this->filterPost())) { goto L6TTM; } return; L6TTM: if (!($this->current_feed["\x6f\x70\164\151\157\156\163"]["\141\151\137\145\156\147\151\x6e\x65"] === "\x6f\x70\145\x6e\x61\x69" && strlen(trim(get_option(CSEO_ACCOUNTS)["\157\x70\145\x6e\x61\x69\x5f\141\160\x69\x5f\153\x65\x79"])))) { goto UQdEV; } if ($this->current_feed["\x6f\160\x74\151\157\x6e\163"]["\157\160\145\x6e\141\151\137\x70\x72\157\143\145\163\x73\x69\x6e\x67\137\x6f\162\x64\x65\162"] === "\164\x69\x74\x6c\x65\x5f\146\151\x72\163\x74") { goto qt9g_; } if (!($this->openai_apply_article_assignment() === false)) { goto GULTZ; } return; GULTZ: if (!(($this->post["\160\x6f\x73\164\x5f\164\151\x74\x6c\x65"] = $this->openai_apply_title_assignment()) === false)) { goto AALJZ; } return; AALJZ: goto pIEZP; qt9g_: if (!(($this->post["\x70\x6f\163\164\x5f\164\151\164\x6c\145"] = $this->openai_apply_title_assignment()) === false)) { goto R_Ywx; } return; R_Ywx: if (!($this->openai_apply_article_assignment() === false)) { goto hFe4U; } return; hFe4U: pIEZP: UQdEV: if (!($this->current_feed["\x6f\160\x74\x69\157\156\x73"]["\141\x69\x5f\x65\156\147\151\156\x65"] === "\141\162\x74\151\143\154\145\137\146\157\162\147\145" && strlen(trim(get_option(CSEO_ACCOUNTS)["\x61\162\x74\x69\x63\x6c\145\x5f\x66\x6f\x72\x67\x65\x5f\x61\160\151\x5f\x6b\145\x79"])))) { goto plBLJ; } if (!$this->api_overlimit("\141\162\x74\x69\143\x6c\145\x5f\x66\157\162\x67\145\x5f\x61\x70\151\x5f\154\151\155\151\164")) { goto Ck_7Q; } $this->parse_feed_log("\x41\x72\164\151\x63\x6c\145\x46\x6f\x72\x67\145\40\x41\x50\x49\x20\x68\157\x75\x72\x6c\171\40\162\145\161\165\x65\163\164\40\x6c\151\155\x69\x74\40\x68\141\x73\40\142\x65\145\x6e\x20\x72\x65\x61\x63\150\x65\144"); return; Ck_7Q: $this->parse_feed_log("\107\145\x6e\x65\x72\141\x74\151\156\x67\x20\x63\157\156\x74\145\156\x74\40\x77\151\x74\x68\40\101\x72\x74\151\x63\154\145\x46\157\162\147\145\x2e\x2e\x2e"); $ch = curl_init($this->eps["\141\x72\x74\151\143\x6c\145\x66\157\162\x67\x65"]); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); $sub_keywords = $this->current_feed["\x6f\160\164\151\x6f\x6e\163"]["\141\162\164\x69\x63\154\x65\x5f\146\x6f\162\147\145\137\163\165\142\137\x6b\x65\x79\x77\157\x72\144\x73"]; if (!($this->current_feed["\x6f\x70\164\151\157\156\163"]["\x61\x72\x74\151\143\x6c\145\x5f\146\x6f\162\x67\145\137\164\141\x67\x73\137\141\163\137\x73\x75\142\x6b\x65\x79\167\157\162\x64\163"] === "\157\156")) { goto c0RKg; } $sub_keywords = (mb_strlen($sub_keywords) ? "\x2c" : '') . implode("\54", $this->post["\x74\141\x67\x73\x5f\151\156\x70\x75\x74"]); if (!(!mb_strlen(trim($this->current_feed["\x6f\160\164\x69\x6f\156\x73"]["\x61\162\164\x69\x63\x6c\145\137\x66\x6f\x72\147\x65\x5f\153\145\x79\x77\x6f\162\144"])) && count($this->post["\164\141\x67\x73\137\151\x6e\x70\165\164"]))) { goto bqeZw; } $this->current_feed["\157\160\164\x69\157\x6e\x73"]["\x61\x72\164\x69\x63\154\145\x5f\146\x6f\x72\147\x65\137\x6b\x65\x79\x77\x6f\162\x64"] = $this->post["\164\x61\147\163\137\151\x6e\160\x75\x74"][0]; bqeZw: c0RKg: $keyword = mb_substr(cseo_remove_emojis(cseo_strip_tags($this->parse_special_keywords(cseo_apply_spintax($this->current_feed["\157\160\x74\151\x6f\156\163"]["\141\162\x74\x69\143\154\145\x5f\x66\x6f\162\147\x65\137\153\145\x79\x77\x6f\x72\144"])))), 0, 100); $sub_keywords = mb_substr(cseo_remove_emojis(cseo_strip_tags($this->parse_special_keywords(cseo_apply_spintax($sub_keywords)))), 0, 100); curl_setopt($ch, CURLOPT_POSTFIELDS, "\153\145\x79\x3d" . get_option(CSEO_ACCOUNTS)["\x61\x72\x74\151\143\154\145\137\146\x6f\162\147\145\137\x61\160\x69\x5f\153\145\171"] . "\46\153\145\171\x77\x6f\x72\x64\x3d" . $keyword . "\46\163\x75\x62\x5f\x6b\x65\171\167\x6f\x72\x64\163\75" . $sub_keywords . "\46\x6c\145\x6e\147\x74\x68\75" . $this->current_feed["\157\160\x74\x69\x6f\156\163"]["\141\162\x74\x69\143\154\x65\137\x66\157\x72\147\145\x5f\154\145\156\x67\164\x68"] . "\x26\x71\165\x61\x6c\151\164\x79\x3d" . $this->current_feed["\x6f\x70\164\151\x6f\156\x73"]["\x61\x72\164\151\x63\x6c\x65\x5f\x66\157\x72\147\x65\x5f\161\x75\141\154\151\x74\171"] . "\x26\x74\165\162\151\156\147\x5f\163\160\x69\156\x6e\x65\162\x3d" . $this->current_feed["\157\x70\164\151\x6f\156\163"]["\x61\x72\164\x69\143\154\x65\x5f\146\x6f\162\147\x65\137\x74\x75\162\151\156\147\137\x73\x70\151\x6e\156\x65\162"] . "\x26\162\145\167\162\x69\164\145\137\x73\145\156\x74\x65\x6e\x63\x65\75" . $this->current_feed["\157\x70\x74\x69\x6f\156\163"]["\x61\162\164\151\143\x6c\x65\137\146\157\162\x67\145\x5f\162\x65\x77\162\x69\164\x65\x5f\163\145\x6e\164\x65\x6e\143\x65"] . "\46\162\145\x61\162\162\x61\x6e\147\x65\137\x73\145\x6e\x74\145\x6e\x63\145\x3d" . $this->current_feed["\157\x70\x74\x69\157\x6e\163"]["\x61\x72\x74\x69\143\x6c\145\137\146\x6f\x72\x67\145\x5f\162\145\x61\162\x72\141\156\147\145\x5f\163\x65\156\x74\x65\156\143\145"] . "\x26\x73\x68\x75\x66\x66\154\x65\137\x70\141\162\141\x67\x72\141\160\x68\163\x3d" . $this->current_feed["\157\160\164\x69\157\156\x73"]["\x61\162\x74\x69\143\154\x65\x5f\x66\x6f\162\x67\145\137\x73\x68\165\146\x66\154\x65\x5f\160\141\x72\141\147\162\x61\x70\150\163"] . "\x26\151\155\x61\x67\x65\75" . $this->current_feed["\x6f\160\x74\x69\157\x6e\x73"]["\x61\162\x74\x69\x63\x6c\145\x5f\146\x6f\162\x67\145\x5f\x69\x6d\141\147\145"] . "\46\x76\x69\x64\145\x6f\x3d" . $this->current_feed["\x6f\160\x74\x69\157\156\163"]["\141\x72\164\151\x63\154\x65\137\x66\157\162\147\145\137\166\151\144\145\157"] . "\x26\x74\x69\x74\154\145\x3d\61"); $result = json_decode(curl_exec($ch), true); curl_close($ch); if (!($result["\x73\x74\141\x74\x75\x73"] === "\123\165\x63\x63\x65\x73\163")) { goto fwlG9; } tduHd: sleep(3); $ch = curl_init("\x68\x74\x74\160\x73\72\x2f\x2f\141\146\x2e\x61\x72\x74\x69\143\x6c\145\146\x6f\162\x67\145\x2e\x63\157\155\57\141\160\151\57\x67\x65\164\x5f\141\160\x69\137\x70\x72\157\147\162\145\x73\163"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "\153\x65\x79\75" . get_option(CSEO_ACCOUNTS)["\141\x72\x74\151\143\x6c\145\x5f\x66\157\x72\x67\x65\137\x61\160\151\137\153\x65\x79"] . "\x26\x72\x65\146\x5f\x6b\145\x79\x3d" . $result["\162\x65\x66\137\153\x65\171"]); $status = json_decode(curl_exec($ch), true); curl_close($ch); if (($status["\141\160\151\137\x73\x74\141\x74\x75\163"] ?? '') != 201) { goto tduHd; } qgbFc: $ch = curl_init("\x68\164\164\x70\x73\x3a\57\x2f\141\146\x2e\x61\x72\164\x69\143\154\145\146\157\x72\x67\145\56\143\x6f\x6d\57\x61\160\151\x2f\x67\145\164\x5f\x61\x70\x69\x5f\141\x72\x74\151\x63\x6c\145\x5f\x72\145\163\165\154\x74"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "\153\145\x79\x3d" . get_option(CSEO_ACCOUNTS)["\x61\162\x74\151\x63\x6c\x65\x5f\146\x6f\162\x67\x65\x5f\x61\160\x69\137\x6b\x65\x79"] . "\46\x72\145\x66\137\153\x65\171\75" . $result["\x72\x65\x66\x5f\x6b\145\171"]); $result = json_decode(curl_exec($ch), true); curl_close($ch); if (!($result["\x73\x74\x61\164\165\163"] === "\x53\165\x63\x63\x65\163\163")) { goto Ikk8S; } $article_id = $result["\141\x72\x74\151\x63\x6c\x65\x5f\151\x64"]; preg_match("\x2f\74\x68\61\x3e\50\56\x2a\77\x29\74\x5c\x2f\150\61\x3e\x28\x2e\52\77\51\x24\x2f\x69\x73", $result["\141\162\164\x69\x63\154\x65"], $matches); if (!($this->current_feed["\x6f\160\164\x69\157\x6e\163"]["\x61\x72\164\x69\x63\x6c\145\x5f\x66\x6f\x72\x67\145\137\164\x69\164\x6c\145"] === "\x67\x65\x6e\x65\x72\x61\164\145\x64")) { goto QqmZe; } $this->post["\160\x6f\x73\164\137\164\x69\164\x6c\145"] = $matches[1]; QqmZe: $article = $matches[2]; if (!($this->current_feed["\157\160\164\151\157\156\x73"]["\x61\x72\164\151\x63\154\x65\137\x66\x6f\162\x67\x65\137\163\160\x69\156\164\x61\x78\137\166\x69\x65\x77"] === "\157\x6e")) { goto EJ1Lw; } $ch = curl_init("\x68\164\x74\160\x73\x3a\x2f\57\x61\x66\56\141\x72\x74\151\143\154\145\146\157\x72\147\x65\56\x63\x6f\155\x2f\141\160\151\x2f\x76\x69\145\167\x5f\x61\162\x74\x69\143\x6c\x65"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "\x6b\145\x79\75" . get_option(CSEO_ACCOUNTS)["\x61\x72\164\151\143\154\x65\x5f\146\x6f\162\147\x65\137\141\x70\x69\x5f\x6b\x65\x79"] . "\46\141\x72\x74\151\x63\x6c\x65\x5f\x69\x64\75" . $article_id . "\46\163\160\151\x6e\x74\141\x78\137\166\151\145\x77\75\61"); $result = json_decode(curl_exec($ch), true); curl_close($ch); if (!($result["\x73\x74\x61\164\165\163"] === "\123\x75\143\x63\x65\163\163" && isset($result["\x64\141\x74\141"]))) { goto FU9SL; } $article = $result["\144\141\x74\141"]; FU9SL: EJ1Lw: preg_match_all("\57\x3c\x69\155\x67\56\52\x3f\163\162\143\x73\x65\164\x3d\133\47\x5c\42\135\x28\x2e\53\77\51\133\x27\134\42\135\56\52\77\x3e\x2f\151\x73", $this->post["\160\157\x73\x74\x5f\143\157\x6e\164\145\156\164"] . $this->post["\160\x6f\x73\x74\x5f\x65\170\x63\145\x72\160\164"], $matches); if (!count($matches[1])) { goto uZgL_; } foreach ($matches[1] as $item) { preg_match_all("\57\x28\x2e\53\77\x29\134\x73\53\56\x2b\77\x5b\134\54\x27\x5c\42\135\57\x69\163", $item, $srcsets); if (!count($srcsets[1])) { goto uLvJO; } foreach ($srcsets[1] as $link) { $this->image_urls[] = trim($link); NbzCo: } xyJ4z: uLvJO: V8CzK: } tmDaS: uZgL_: if ($this->current_feed["\x6f\x70\x74\x69\x6f\156\x73"]["\141\162\164\151\143\x6c\145\137\146\157\162\147\145\137\160\157\x73\x69\x74\x69\157\x6e"] === "\142\x65\154\x6f\167") { goto C1ugo; } if ($this->current_feed["\157\160\164\151\157\156\x73"]["\141\162\164\151\143\x6c\145\137\x66\x6f\162\x67\145\137\x70\x6f\x73\x69\164\151\x6f\x6e"] === "\x61\142\x6f\166\x65") { goto sGMEg; } if ($this->current_feed["\157\160\x74\x69\x6f\x6e\163"]["\x61\162\x74\x69\143\154\145\137\146\157\x72\x67\x65\x5f\x70\x6f\163\151\x74\151\x6f\x6e"] === "\162\145\x70\x6c\x61\x63\145") { goto sS_lv; } goto jzedz; C1ugo: $this->post["\x70\x6f\163\164\x5f\x63\x6f\x6e\x74\145\x6e\164"] .= $article; goto jzedz; sGMEg: $this->post["\160\157\163\164\x5f\143\x6f\156\x74\145\x6e\164"] = $article . $this->post["\160\x6f\163\x74\137\143\x6f\156\164\x65\156\164"]; goto jzedz; sS_lv: $this->post["\160\157\x73\x74\137\143\157\156\164\x65\156\x74"] = $article; if (strlen($this->post["\154\151\156\x6b"])) { goto Qvs1n; } $this->post["\154\151\x6e\153"] = "\150\164\x74\x70\72\57\57\x77\167\x77\x2e\x61\x72\164\151\143\x6c\x65\146\x6f\x72\147\145\56\x63\157\x6d\x2f" . md5($this->post["\x70\x6f\163\x74\137\164\x69\164\154\x65"]); Qvs1n: jzedz: $ch = curl_init("\x68\164\x74\160\x73\72\57\57\x61\x66\x2e\141\x72\164\151\143\x6c\145\x66\157\x72\x67\145\56\143\157\155\57\x61\x70\151\57\144\x65\x6c\x65\x74\x65\137\141\x72\x74\x69\x63\154\145"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "\x6b\x65\171\x3d" . get_option(CSEO_ACCOUNTS)["\141\x72\164\x69\x63\x6c\x65\137\x66\157\x72\x67\145\x5f\141\160\151\137\153\145\171"] . "\x26\x61\x72\164\151\143\x6c\x65\x5f\151\144\x3d" . $article_id); curl_exec($ch); curl_close($ch); $this->parse_feed_log("\x44\x6f\156\x65"); Ikk8S: fwlG9: if (!($result["\163\164\x61\x74\x75\x73"] !== "\x53\165\143\143\145\163\163")) { goto eSdD3; } $this->parse_feed_log("\x4f\x70\145\162\x61\164\x69\157\156\40\x66\x61\x69\154\x65\144\56\40" . $result["\145\x72\x72\x6f\162\x5f\155\145\x73\163\x61\x67\x65"]); if (!($this->current_feed["\x6f\x70\164\151\x6f\x6e\x73"]["\x61\162\164\x69\x63\154\x65\x5f\146\157\x72\x67\145\137\x70\x6f\x73\x69\164\x69\157\x6e"] === "\162\145\160\x6c\141\143\145")) { goto LnFWy; } $this->parse_feed_log("\124\x68\x65\162\x65\40\x69\x73\x20\156\157\x74\x68\151\156\147\x20\x74\x6f\x20\x72\x65\x70\x6c\141\143\145\40\x77\x69\x74\150\x2e\x20\x54\150\145\x20\160\157\x73\164\40\x77\x69\154\154\x20\156\157\164\40\x62\145\40\x61\x64\x64\x65\144\56" . PHP_EOL); return; LnFWy: eSdD3: plBLJ: if (!($this->current_feed["\x6f\160\x74\151\x6f\x6e\x73"]["\x62\x61\154\x61\156\x63\145\163\137\164\141\147\163"] === "\x6f\156")) { goto APHgN; } $this->post["\160\157\x73\164\x5f\143\157\156\x74\x65\156\x74"] = force_balance_tags($this->post["\x70\x6f\163\x74\x5f\x63\157\x6e\x74\x65\x6e\x74"]); $this->post["\160\x6f\x73\164\x5f\145\x78\x63\x65\162\160\x74"] = force_balance_tags($this->post["\160\x6f\163\164\x5f\x65\x78\143\x65\162\160\164"]); APHgN: if (!($this->current_feed["\x6f\160\x74\x69\x6f\x6e\x73"]["\x70\x6f\163\164\137\154\x69\156\x6b\x73\137\x68\x61\x6e\144\154\151\x6e\147"] !== "\151\x6e\x74\x61\143\164")) { goto EfUU2; } $this->post["\x70\157\x73\x74\137\x63\x6f\x6e\164\x65\x6e\x74"] = cseo_remove_links($this->post["\x70\157\163\164\137\143\x6f\x6e\164\x65\156\x74"], $this->current_feed["\x6f\160\x74\151\x6f\x6e\x73"]["\x70\x6f\163\x74\137\154\x69\x6e\x6b\x73\x5f\150\x61\x6e\144\x6c\151\156\x67"]); $this->post["\x70\157\x73\164\x5f\145\170\143\x65\162\160\x74"] = cseo_remove_links($this->post["\160\157\163\164\137\x65\x78\x63\x65\x72\160\x74"], $this->current_feed["\x6f\x70\x74\151\157\x6e\163"]["\x70\x6f\x73\x74\137\x6c\x69\156\x6b\x73\137\x68\x61\156\144\x6c\151\x6e\x67"]); EfUU2: $this->parse_feed_log("\120\x72\157\143\145\163\163\x69\156\x67\x20\160\157\163\x74\40\x74\145\155\160\154\141\164\x65\163"); $this->post["\160\x6f\x73\164\137\x74\x69\164\154\145"] = $this->maskShortCodes($this->post["\160\157\163\164\x5f\164\x69\x74\x6c\145"]); $this->post["\160\x6f\163\164\137\x63\x6f\156\164\145\x6e\164"] = $this->maskShortCodes($this->post["\160\x6f\163\x74\137\x63\x6f\156\x74\x65\156\164"]); $this->post["\x70\157\x73\x74\x5f\x65\x78\143\x65\162\160\x74"] = $this->maskShortCodes($this->post["\160\157\x73\164\x5f\145\x78\x63\145\x72\160\164"]); if ($this->current_feed["\157\160\x74\x69\157\x6e\163"]["\x70\141\162\x73\145\x5f\x73\x70\151\156\164\x61\170"] === "\x6f\x6e") { goto hL2nW; } $post_content_template = $this->apply_wordpress_shortcodes($this->current_feed["\157\x70\164\x69\x6f\156\x73"]["\x70\157\x73\164\137\x63\x6f\156\x74\145\x6e\164\x5f\x74\x65\x6d\x70\154\141\x74\145"]); goto bs7Qc; hL2nW: $post_content_template = $this->apply_wordpress_shortcodes(cseo_apply_spintax($this->current_feed["\157\x70\164\x69\x6f\x6e\x73"]["\160\x6f\163\x74\x5f\143\157\x6e\x74\145\x6e\164\x5f\164\x65\155\x70\154\x61\x74\x65"])); bs7Qc: if (strlen($post_content_template)) { goto WNBnv; } $this->post["\160\157\163\164\x5f\x63\157\x6e\x74\x65\x6e\164"] = ''; goto RwQro; WNBnv: $this->post["\160\157\163\x74\x5f\143\x6f\x6e\164\x65\x6e\164"] = trim(stripslashes($this->parse_special_keywords($post_content_template))); RwQro: if (!$this->gpterr) { goto Wz6eb; } $this->parse_feed_log("\x54\x68\x65\40\160\x6f\x73\164\x20\x77\151\x6c\x6c\40\156\157\164\x20\142\145\x20\x61\x64\x64\145\x64" . PHP_EOL); return; Wz6eb: if ($this->current_feed["\x6f\x70\x74\151\157\156\163"]["\160\x61\x72\x73\x65\137\x73\x70\151\x6e\x74\141\170"] === "\x6f\156") { goto jQ2pX; } $post_excerpt_template = $this->apply_wordpress_shortcodes($this->current_feed["\x6f\x70\164\x69\157\156\x73"]["\x70\157\163\164\x5f\145\170\143\145\162\160\164\137\x74\145\x6d\x70\x6c\x61\164\145"]); goto lOL6n; jQ2pX: $post_excerpt_template = $this->apply_wordpress_shortcodes(cseo_apply_spintax($this->current_feed["\x6f\160\x74\x69\157\x6e\163"]["\160\157\163\x74\x5f\x65\170\x63\x65\162\x70\164\x5f\x74\145\x6d\x70\154\141\164\145"])); lOL6n: if (strlen($post_content_template)) { goto s2FUk; } $this->post["\x70\x6f\163\x74\137\x65\170\143\145\x72\160\x74"] = ''; goto aSax1; s2FUk: $this->post["\160\157\x73\164\x5f\145\170\x63\x65\162\160\164"] = trim(stripslashes($this->parse_special_keywords($post_excerpt_template))); aSax1: if (!$this->gpterr) { goto grPfT; } $this->parse_feed_log("\x54\150\145\x20\160\x6f\163\x74\x20\x77\x69\154\x6c\40\x6e\157\x74\40\142\145\x20\x61\x64\x64\x65\x64" . PHP_EOL); return; grPfT: if ($this->current_feed["\x6f\160\164\x69\157\156\x73"]["\160\x61\162\x73\145\137\163\x70\151\156\164\x61\x78"] === "\x6f\156") { goto baOw8; } $post_title_template = $this->apply_wordpress_shortcodes($this->current_feed["\x6f\x70\164\151\x6f\156\163"]["\160\x6f\x73\x74\x5f\164\x69\x74\154\x65\x5f\164\x65\x6d\x70\x6c\141\164\x65"]); goto X73uQ; baOw8: $post_title_template = $this->apply_wordpress_shortcodes(cseo_apply_spintax($this->current_feed["\157\x70\x74\x69\x6f\156\163"]["\x70\x6f\163\164\137\164\x69\164\x6c\145\x5f\164\x65\155\x70\x6c\x61\x74\145"])); X73uQ: if (strlen($post_title_template)) { goto HQPXt; } $this->post["\x70\157\163\164\137\164\x69\164\154\x65"] = ''; goto pFZnj; HQPXt: $this->post["\x70\157\x73\164\x5f\164\x69\x74\x6c\145"] = trim(stripslashes($this->parse_special_keywords($post_title_template))); pFZnj: if (!$this->gpterr) { goto CXtQr; } $this->parse_feed_log("\124\150\145\x20\160\157\x73\164\40\167\151\x6c\154\40\156\157\x74\40\x62\145\40\x61\144\144\x65\x64" . PHP_EOL); return; CXtQr: $this->post["\160\157\163\164\x5f\164\x69\x74\x6c\145"] = $this->unmaskShortCodes($this->post["\160\157\x73\164\137\164\x69\x74\x6c\145"]); $this->post["\x70\157\163\x74\x5f\x63\157\156\x74\145\x6e\164"] = $this->unmaskShortCodes($this->post["\160\x6f\163\164\x5f\x63\x6f\x6e\164\x65\156\x74"]); $this->post["\160\x6f\x73\164\137\145\x78\143\145\162\x70\x74"] = $this->unmaskShortCodes($this->post["\x70\157\x73\164\x5f\x65\170\143\x65\x72\160\164"]); $cyberseo_post_name = sanitize_title($this->post["\160\x6f\x73\x74\137\x74\x69\x74\154\x65"]); if (!(!isset($this->post["\164\x61\x67\163\137\x69\x6e\160\x75\164"]) || !is_array($this->post["\x74\141\x67\x73\137\x69\156\x70\x75\x74"]))) { goto bgxYf; } $this->post["\164\141\x67\163\x5f\151\156\x70\165\x74"] = []; bgxYf: $this->post["\143\165\x73\x74\157\155\137\x74\141\170\157\156\157\155\x69\145\x73"] = $this->current_feed["\x6f\x70\164\151\157\x6e\163"]["\143\165\x73\x74\x6f\155\137\x74\141\x78\x6f\x6e\157\155\x69\x65\x73"]; $this->execUserFunction(); if (!($this->post === false || !is_array($this->post))) { goto jyj_v; } $this->parse_feed_log("\124\x68\x65\x20\x70\x6f\x73\x74\40\167\x69\154\x6c\40\x62\x65\x20\163\153\151\160\x70\x65\144\40\50\44\x70\x6f\163\164\x20\x3d\75\75\x20\146\141\x6c\163\x65\51" . PHP_EOL); return; jyj_v: if ($this->current_feed["\157\x70\x74\151\157\x6e\x73"]["\x64\151\163\x61\x62\x6c\x65\137\x32\156\144\137\143\150\x65\x63\153"] !== "\x6f\156") { goto lsPBI; } $result_dup = false; goto hEFQs; lsPBI: $result_dup = cseo_post_exists($this->post); hEFQs: if (!($result_dup && cseo_check_files())) { goto qeM11; } $this->parse_feed_log("\124\x68\145\40\x70\x6f\163\x74\x20\141\x6c\x72\x65\x61\x64\171\40\x65\x78\x69\163\x74\163"); if (strlen($this->post["\x70\157\x73\x74\x5f\164\151\164\154\145"])) { goto HLxg0; } $this->parse_feed_log("\116\x6f\164\145\40\x74\150\141\x74\x20\164\x68\145\40\x70\157\x73\x74\x20\x68\x61\163\40\156\157\40\x6e\141\x6d\x65\x20\50\x69\x74\40\x69\x73\x20\x62\x6c\141\156\153\51\x2e\40\103\150\x65\x63\153\40\171\x6f\165\x72\40\x66\145\x65\144\47\163\40\163\x65\x74\164\x69\156\147\x73\x20\x61\x6e\144\40\155\141\x6b\x65\x20\x73\x75\x72\145\40\x79\x6f\x75\162\40\x22\120\157\x73\164\40\x74\x69\x74\154\x65\42\40\x74\x65\x6d\x70\154\x61\164\145\x20\x62\x6f\x78\x20\x6f\x6e\x20\x74\x68\x65\40\x22\101\144\166\x61\x6e\143\x65\x64\x22\40\x69\x73\40\x6e\157\x74\x20\x65\155\160\x74\171\56"); HLxg0: if (strlen($this->post["\160\x6f\163\164\x5f\143\157\x6e\164\145\156\164"])) { goto uA0gi; } $this->parse_feed_log("\x4e\x6f\164\x65\40\x74\150\141\164\40\x74\150\145\40\x70\157\x73\x74\40\x68\141\163\40\156\x6f\x20\x63\x6f\156\x74\145\x6e\x74\40\x28\x69\164\x20\x69\163\40\142\154\141\156\x6b\51\56\x20\x43\150\x65\143\153\40\x79\157\165\162\40\x66\145\x65\144\x27\163\40\x73\145\x74\x74\151\x6e\x67\x73\x20\141\x6e\144\x20\x6d\x61\153\145\40\163\165\x72\x65\40\171\x6f\165\x72\40\x22\x50\157\x73\164\40\143\157\156\164\145\156\164\42\x20\164\x65\155\x70\154\141\164\145\x20\142\x6f\x78\x20\x6f\x6e\x20\164\150\145\40\x22\x41\x64\166\x61\x6e\x63\145\144\x22\40\x69\163\x20\x6e\x6f\x74\x20\145\x6d\x70\x74\171\x2e"); uA0gi: $this->parse_feed_log("\x53\153\x69\x70\160\151\156\x67" . PHP_EOL); return; qeM11: if (is_array($this->current_feed["\157\160\x74\151\157\156\163"]["\160\157\163\164\137\x63\x61\164\x65\x67\x6f\162\171"])) { goto MqSto; } $post_categories = []; goto ZEZ5q; MqSto: $post_categories = $this->current_feed["\157\x70\164\x69\x6f\x6e\x73"]["\160\157\x73\x74\137\143\x61\x74\x65\x67\x6f\162\x79"]; ZEZ5q: $cat_ids = $this->getCategoryIds($this->post["\143\141\164\145\x67\x6f\x72\151\x65\163"]); if (!(empty($cat_ids) && $this->current_feed["\x6f\x70\x74\x69\157\x6e\163"]["\x75\156\x64\145\146\x69\156\x65\144\x5f\143\x61\164\x65\x67\x6f\162\171"] === "\x64\x72\x6f\x70")) { goto g_jZ0; } $this->parse_feed_log("\116\157\40\x6d\141\x6e\x64\141\x74\x6f\162\171\40\x63\141\164\x65\x67\x6f\x72\x69\145\163\40\x66\157\165\156\144\40\151\156\x20\x74\150\x65\40\160\x6f\163\x74\56"); $this->parse_feed_log("\x54\150\145\x20\x70\157\163\164\40\x77\151\x6c\154\40\x6e\x6f\x74\x20\x62\x65\40\141\x64\144\x65\x64" . PHP_EOL); return; g_jZ0: if (!empty($cat_ids)) { goto svvhn; } if ($this->current_feed["\x6f\160\164\151\157\156\x73"]["\165\x6e\144\145\146\x69\156\x65\144\137\143\x61\164\145\147\157\x72\x79"] === "\x75\163\145\137\144\145\146\x61\165\x6c\x74" && empty($post_categories)) { goto VCtND; } goto USRjA; svvhn: $post_categories = array_merge($post_categories, $cat_ids); goto USRjA; VCtND: $post_categories[] = get_option("\x64\x65\146\x61\165\154\164\137\x63\x61\x74\x65\x67\x6f\x72\x79"); USRjA: $post_categories = array_unique($post_categories); $this->post["\160\x6f\x73\x74\137\143\141\164\145\147\x6f\x72\x79"] = $post_categories; if (!($this->current_feed["\157\160\x74\x69\x6f\156\x73"]["\x63\x72\x65\141\164\x65\137\164\141\x67\x73"] === "\157\156")) { goto eMbFR; } $this->post["\164\141\147\163\137\151\156\160\165\x74"] = array_merge($this->post["\x74\141\x67\x73\x5f\151\x6e\160\165\164"], $this->post["\x63\141\164\x65\x67\157\x72\151\145\x73"]); eMbFR: if (!($this->current_feed["\x6f\160\x74\151\157\x6e\163"]["\141\x75\x74\x6f\137\164\141\x67\163"] === "\157\x6e")) { goto bQ3Kw; } $terms = get_terms("\x70\x6f\x73\x74\137\164\x61\147", ["\x68\151\x64\145\x5f\145\155\160\x74\x79" => false]); foreach ($terms as $term) { if (!preg_match("\57\134\x62" . preg_quote($term->name, "\57") . "\x5c\142\57\x69\x73\165", "\40" . cseo_strip_tags($this->post["\x70\x6f\x73\x74\x5f\164\x69\x74\x6c\145"] . "\x20" . $this->post["\160\157\x73\164\137\x63\x6f\x6e\164\145\x6e\x74"] . "\40" . $this->post["\x70\x6f\x73\x74\x5f\145\x78\143\x65\162\160\164"] . "\40"))) { goto V0P2O; } $this->post["\164\x61\x67\163\x5f\x69\156\x70\x75\164"][] = $term->name; V0P2O: mCI08: } q9yUi: bQ3Kw: if (!($this->current_feed["\157\160\x74\x69\x6f\156\163"]["\x70\157\x73\x74\137\x74\141\147\163"] !== '')) { goto ywM_O; } $tags = explode("\x2c", $this->parse_special_keywords(cseo_apply_spintax($this->current_feed["\x6f\x70\164\151\157\156\x73"]["\x70\157\163\x74\x5f\x74\141\x67\x73"]))); $this->post["\x74\x61\x67\163\x5f\151\156\160\165\x74"] = array_merge($this->post["\164\141\x67\163\137\x69\156\x70\165\164"], $tags); ywM_O: if (!is_numeric($this->current_feed["\x6f\x70\x74\151\x6f\x6e\x73"]["\163\x68\x6f\162\x74\145\156\137\145\x78\x63\145\162\160\x74\163"])) { goto mUbpZ; } if ($this->current_feed["\157\x70\x74\x69\x6f\156\163"]["\163\x68\x6f\162\164\145\x6e\x5f\145\x78\143\x65\x72\160\x74\x73"] > 0) { goto IrrSJ; } $this->post["\160\x6f\x73\x74\137\145\x78\x63\145\162\160\x74"] = ''; goto QpEaS; IrrSJ: $words = explode("\x20", cseo_strip_tags($this->post["\160\x6f\163\164\137\x65\170\143\x65\162\160\164"])); $this->post["\160\x6f\163\164\x5f\145\170\x63\145\x72\x70\x74"] = implode("\x20", array_slice($words, 0, floor($this->current_feed["\157\x70\164\x69\x6f\x6e\163"]["\x73\x68\157\162\164\x65\x6e\x5f\145\170\x63\x65\162\x70\164\x73"]) + 1)) . "\x2e\56\56"; QpEaS: mUbpZ: if (!($this->current_feed["\x6f\x70\x74\151\x6f\x6e\163"]["\146\151\154\x74\145\x72\x5f\x62\x65\146\x6f\x72\145"] === "\164\162\x61\x6e\163\x6c\x61\x74\x6f\x72" && !$this->filterPost())) { goto zXiRs; } return; zXiRs: if (!($this->current_feed["\157\160\164\151\x6f\156\x73"]["\164\x72\x61\x6e\x73\x6c\141\x74\x6f\x72"] !== "\156\x6f\x6e\145")) { goto Am2ZU; } if (is_array($this->post["\143\x61\164\145\x67\x6f\162\x69\145\163"])) { goto yR2cN; } $this->post["\x63\141\x74\145\x67\157\162\x69\145\163"] = []; yR2cN: if (is_array($this->post["\164\141\x67\x73\137\151\156\x70\x75\x74"])) { goto DPfy1; } $this->post["\164\141\147\163\x5f\151\156\x70\x75\164"] = []; DPfy1: $packed_content = cseo_pack_conetnt($this->post, true); if ($this->current_feed["\x6f\160\164\151\157\x6e\x73"]["\x74\162\x61\156\163\154\141\x74\x6f\x72"] === "\x79\141\156\x64\145\x78\x5f\x74\162\x61\x6e\163\154\x61\x74\145") { goto lqCwJ; } if ($this->current_feed["\157\x70\x74\151\x6f\x6e\x73"]["\164\x72\141\x6e\163\154\141\164\x6f\162"] === "\147\x6f\x6f\147\154\x65\137\x74\x72\141\156\x73\x6c\141\164\145") { goto Mvt97; } if ($this->current_feed["\x6f\x70\x74\151\157\156\163"]["\x74\x72\141\156\163\154\141\164\x6f\162"] === "\x64\x65\x65\x70\154\x5f\164\162\141\156\163\154\141\164\x65") { goto JGuNm; } goto YhH8t; lqCwJ: $translated = cseo_yandex_translate(get_option(CSEO_ACCOUNTS)["\171\141\x6e\x64\145\x78\137\x61\x70\151\137\x6b\x65\171"], $packed_content, $this->current_feed["\157\x70\164\151\x6f\156\x73"]["\171\x61\156\144\x65\x78\137\164\x72\x61\x6e\x73\x6c\x61\164\151\157\x6e\137\x64\x69\x72"]); goto YhH8t; Mvt97: $translated = cseo_google_translate(get_option(CSEO_ACCOUNTS)["\147\157\x6f\147\154\x65\x5f\x61\160\151\137\x6b\145\171"], $packed_content, $this->current_feed["\157\160\164\151\x6f\156\x73"]["\147\x6f\x6f\x67\x6c\145\x5f\164\162\x61\x6e\163\154\x61\x74\x69\x6f\156\137\x73\x6f\165\162\x63\145"], $this->current_feed["\x6f\160\164\151\157\156\163"]["\147\157\x6f\147\x6c\x65\137\x74\x72\141\x6e\x73\x6c\x61\x74\x69\x6f\x6e\137\164\x61\162\x67\x65\164"]); goto YhH8t; JGuNm: $translated = cseo_deepl_translate(get_option(CSEO_ACCOUNTS)["\144\x65\x65\160\154\137\141\x70\x69\x5f\x6b\145\x79"], $packed_content, $this->current_feed["\x6f\160\x74\x69\157\x6e\x73"]["\144\145\x65\160\x6c\x5f\164\162\141\x6e\x73\154\141\164\151\x6f\x6e\x5f\x74\x61\x72\147\x65\x74"], $this->current_feed["\x6f\160\164\x69\157\156\163"]["\x64\145\x65\x70\x6c\137\165\x73\x65\137\x61\160\151\137\x66\162\x65\x65"] === "\157\156"); YhH8t: if (!empty($translated)) { goto Q21gg; } $this->parse_feed_log("\x54\x72\x61\156\163\x6c\x61\164\x69\x6f\x6e\x20\x66\x61\151\154\145\144\x2e"); $this->parse_feed_log("\124\x68\x65\40\160\157\x73\164\40\167\151\154\x6c\40\156\157\164\x20\x62\x65\40\141\144\x64\x65\144" . PHP_EOL); return; Q21gg: $this->post = cseo_unpack_content($this->post, $translated); Am2ZU: if ($this->current_feed["\157\160\x74\151\157\156\163"]["\x70\x61\162\163\145\137\x73\160\x69\x6e\x74\x61\x78"] === "\157\x6e") { goto Wg1Sa; } $meta_description = $this->apply_wordpress_shortcodes($this->current_feed["\157\x70\164\x69\x6f\x6e\163"]["\x6d\145\164\141\137\x64\145\163\143\162\151\160\164\151\x6f\x6e\x5f\x74\145\x6d\160\x6c\141\164\145"]); goto oBIqm; Wg1Sa: $meta_description = $this->apply_wordpress_shortcodes(cseo_apply_spintax($this->current_feed["\x6f\x70\x74\x69\x6f\156\x73"]["\x6d\145\164\x61\x5f\x64\x65\163\x63\162\151\x70\164\151\x6f\x6e\x5f\164\x65\155\160\154\x61\x74\x65"])); oBIqm: if (strlen($post_title_template)) { goto pcxDq; } $meta_description = ''; goto V9jEl; pcxDq: $meta_description = trim(stripslashes($this->parse_special_keywords($meta_description))); if (!preg_match("\x2f\136\x22\77\50\56\52\77\x29\x22\x3f\x24\57", $meta_description, $matches)) { goto eQTly; } $meta_description = $matches[1]; eQTly: V9jEl: if (!strlen($meta_description)) { goto Z4kQR; } include_once ABSPATH . "\x77\160\x2d\141\x64\x6d\x69\x6e\x2f\151\156\143\154\x75\x64\145\163\57\x70\x6c\165\x67\151\x6e\56\x70\x68\x70"; if (!is_plugin_active("\x77\x6f\x72\144\x70\x72\x65\163\163\x2d\x73\145\x6f\57\167\160\55\163\x65\157\x2e\x70\150\160")) { goto ZUEYp; } $this->parse_feed_log("\123\x65\x74\164\151\156\x67\x20\x74\150\x65\40\x70\157\x73\164\40\155\x65\x74\141\x20\x64\x65\163\143\162\x69\x70\164\151\157\156\40\x66\157\x72\x20\131\157\x61\163\x74\40\123\x45\117\x3a\x20" . $meta_description); $this->post["\x63\165\163\x74\x6f\155\137\146\151\x65\154\x64\163"]["\137\x79\x6f\x61\x73\x74\137\167\160\163\145\x6f\137\x6d\145\x74\141\144\145\x73\x63"] = $meta_description; ZUEYp: if (!is_plugin_active("\163\x65\x6f\x2d\142\x79\x2d\162\141\156\x6b\x2d\155\x61\164\150\x2f\162\141\x6e\x6b\x2d\x6d\x61\x74\150\56\160\x68\x70")) { goto WPkkI; } $this->parse_feed_log("\123\145\x74\164\x69\156\x67\40\164\x68\145\x20\x70\x6f\163\x74\x20\x6d\x65\164\x61\40\x64\145\x73\143\x72\151\160\164\x69\x6f\156\x20\x66\x6f\x72\40\122\x61\x6e\153\x20\x4d\141\x74\150\40\123\105\x4f\72\40" . $meta_description); $this->post["\x63\x75\163\x74\x6f\155\137\146\x69\145\154\144\163"]["\x72\141\x6e\x6b\x5f\155\141\164\x68\x5f\144\x65\x73\x63\162\151\x70\x74\x69\x6f\x6e"] = $meta_description; WPkkI: if (!is_plugin_active("\x77\160\x2d\x73\x65\157\160\x72\145\x73\x73\57\163\x65\x6f\x70\162\x65\x73\163\56\160\x68\160")) { goto g_hYP; } $this->parse_feed_log("\x53\145\164\x74\151\156\x67\40\x74\x68\x65\x20\160\x6f\x73\164\x20\x6d\x65\x74\141\40\144\145\x73\143\x72\151\160\164\151\x6f\156\40\x66\x6f\x72\x20\x53\105\117\x50\x72\x65\x73\x73\x3a\40" . $meta_description); $this->post["\x63\x75\x73\164\x6f\155\137\x66\x69\x65\x6c\144\x73"]["\137\x73\x65\157\160\162\x65\163\163\x5f\x74\151\164\154\145\163\137\x64\x65\x73\x63"] = $meta_description; g_hYP: if (!is_plugin_active("\141\165\164\x6f\144\x65\x73\143\x72\x69\x70\164\x69\x6f\x6e\57\141\x75\164\x6f\x64\x65\x73\x63\x72\x69\160\164\151\157\x6e\56\160\150\160")) { goto CqS8I; } $this->parse_feed_log("\123\145\164\x74\151\x6e\147\x20\164\x68\x65\40\x70\x6f\163\x74\40\155\x65\x74\141\40\x64\145\163\143\162\151\160\x74\151\157\156\x20\x66\x6f\x72\40\x53\105\117\x20\106\162\141\155\145\167\x6f\162\153\x3a\40" . $meta_description); $this->post["\143\165\163\x74\x6f\155\x5f\146\151\x65\x6c\144\x73"]["\x5f\x67\145\156\145\163\151\x73\137\144\x65\x73\143\162\x69\160\164\151\x6f\156"] = $meta_description; CqS8I: Z4kQR: if (!(($this->current_feed["\x6f\160\164\151\157\156\x73"]["\143\x61\x74\163\x5f\164\x6f\x5f\167\157\157\x63\x6f\x6d\x6d\145\x72\x63\145"] ?? '') === "\157\x6e")) { goto gpCJR; } $cat_names = []; foreach ($this->post["\x70\x6f\163\x74\x5f\x63\141\164\145\x67\x6f\162\171"] as $cat_id) { $cat_names[] = get_cat_name($cat_id); VL3Jp: } kv2ja: if (!isset($this->post["\x63\165\x73\x74\x6f\x6d\137\x74\x61\170\x6f\156\157\x6d\151\x65\x73"]["\x70\x72\157\x64\165\143\164\x5f\143\x61\164"])) { goto DgGJr; } $this->post["\143\165\x73\164\x6f\x6d\x5f\x74\x61\x78\157\156\157\x6d\151\145\x73"]["\x70\x72\157\144\165\x63\x74\137\x63\141\x74"] .= "\54" . implode("\54", $cat_names); DgGJr: gpCJR: if (!(($this->current_feed["\157\160\x74\151\x6f\156\163"]["\164\141\147\163\x5f\164\x6f\x5f\167\x6f\157\143\x6f\x6d\155\x65\162\x63\145"] ?? '') === "\x6f\x6e")) { goto YIcof; } if (!isset($this->post["\143\x75\163\x74\x6f\155\x5f\x74\x61\170\x6f\x6e\157\155\151\145\x73"]["\160\x72\157\x64\165\x63\164\137\164\141\147"])) { goto luYDG; } $this->post["\143\165\163\164\157\155\137\164\141\x78\157\156\x6f\x6d\x69\x65\x73"]["\x70\x72\157\144\165\x63\164\137\x74\141\147"] .= "\54" . implode("\x2c", $this->post["\164\x61\147\163\x5f\151\x6e\160\165\x74"]); luYDG: YIcof: if (!($this->current_feed["\157\x70\x74\x69\157\156\x73"]["\x66\151\x6c\164\145\162\x5f\x62\145\x66\157\162\145"] === "\x73\x70\151\156\x6e\x65\162" && !$this->filterPost())) { goto yVy6x; } return; yVy6x: if (isset($this->post["\160\x6f\x73\164\137\164\171\x70\x65"])) { goto Dgj9_; } $this->post["\x70\x6f\x73\x74\x5f\x74\x79\x70\x65"] = $this->current_feed["\x6f\160\164\x69\157\x6e\163"]["\x70\157\163\x74\x5f\x74\171\x70\145"]; Dgj9_: if (!(!isset($this->post["\x70\x6f\x73\164\x5f\141\165\164\x68\x6f\x72"]) || $this->post["\160\x6f\163\x74\x5f\x61\x75\x74\150\157\162"] === '')) { goto Fk8ta; } if ($this->current_feed["\157\x70\x74\x69\157\x6e\x73"]["\160\157\163\164\137\141\165\x74\x68\157\162"] == 0) { goto ZOVmr; } $this->post["\160\157\x73\x74\x5f\x61\165\164\150\157\162"] = $this->current_feed["\157\x70\x74\x69\x6f\x6e\x73"]["\160\157\x73\x74\137\x61\x75\x74\x68\157\162"]; goto LWf41; ZOVmr: $wp_user_search = get_users(["\x72\x6f\x6c\x65\137\137\151\156" => ["\x61\x75\x74\150\x6f\162", "\145\144\x69\x74\157\x72", "\x61\144\155\151\x6e\151\x73\164\x72\x61\x74\157\x72"]]); shuffle($wp_user_search); $this->post["\x70\x6f\x73\164\137\141\x75\164\150\157\162"] = $wp_user_search[0]->ID; LWf41: Fk8ta: $title = $this->post["\x70\157\x73\x74\137\x74\151\x74\x6c\145"]; $spun_content = cseo_morph_content(cseo_pack_conetnt($this->post)); $this->post = cseo_unpack_content($this->post, $spun_content); if (!($this->current_feed["\157\x70\x74\151\x6f\x6e\x73"]["\163\x70\x69\x6e\156\x65\x72"] !== CSEO_DISABLE_SPINNER)) { goto wVlla; } if (empty(trim($this->post["\x70\x6f\163\164\137\x65\170\143\x65\162\160\x74"]))) { goto rez_e; } $this->post["\x70\x6f\x73\x74\x5f\145\170\x63\x65\162\x70\164"] = $this->post["\x70\x6f\163\164\x5f\143\157\156\x74\145\x6e\x74"]; rez_e: wVlla: if ($this->current_feed["\157\x70\x74\151\157\x6e\x73"]["\x70\x72\x65\x73\x65\x72\166\145\x5f\x74\x69\164\154\x65\x73"] === "\x6f\156") { goto xsJM4; } $this->post["\160\157\x73\x74\137\x74\151\164\x6c\x65"] = addslashes($this->post["\x70\157\x73\164\x5f\x74\151\x74\154\145"]); goto k8vJw; xsJM4: $this->post["\160\157\x73\164\137\164\151\164\x6c\145"] = addslashes($title); k8vJw: if (strlen($this->current_feed["\157\160\164\151\x6f\x6e\163"]["\160\x6f\x73\164\x5f\x73\x6c\x75\x67\x5f\x74\x65\155\x70\154\141\x74\145"])) { goto Py_Lj; } $this->post["\160\157\163\x74\137\156\141\x6d\145"] = stripslashes(cseo_apply_spintax($this->post["\x70\157\x73\x74\x5f\x74\151\x74\x6c\x65"])); goto LRLm9; Py_Lj: $this->post["\x70\x6f\x73\164\x5f\x6e\x61\x6d\145"] = trim(stripslashes(cseo_apply_spintax($this->parse_special_keywords($this->current_feed["\x6f\x70\164\x69\x6f\x6e\163"]["\x70\157\163\x74\x5f\x73\x6c\x75\x67\x5f\164\145\x6d\x70\x6c\141\x74\145"])))); LRLm9: if (!($this->current_feed["\x6f\x70\164\x69\x6f\156\x73"]["\x72\145\x6d\x6f\x76\x65\137\145\x6d\157\152\151\x73\x5f\146\162\157\x6d\x5f\x73\154\x75\x67\163"] === "\x6f\156")) { goto qe6k8; } $this->post["\160\x6f\x73\x74\x5f\x6e\141\x6d\x65"] = cseo_remove_emojis($this->post["\160\x6f\x73\x74\137\x6e\x61\155\145"]); qe6k8: $this->post["\164\x61\147\x73\x5f\151\156\160\x75\164"] = array_values(array_unique($this->post["\164\141\x67\x73\x5f\151\156\x70\x75\164"])); $shuffle = $this->current_feed["\x6f\160\x74\x69\x6f\x6e\163"]["\163\x68\165\x66\146\154\x65\x5f\160\x61\162\141\147\x72\141\x70\x68\163"] === "\x6f\156"; $this->post["\160\x6f\163\x74\137\143\157\x6e\x74\145\x6e\x74"] = $this->modify_post_content($this->post["\160\x6f\163\164\x5f\x63\x6f\156\x74\145\x6e\x74"], false, $shuffle); $this->post["\x70\157\x73\x74\x5f\145\x78\143\x65\x72\x70\164"] = $this->modify_post_content($this->post["\x70\x6f\163\x74\x5f\x65\x78\x63\145\162\160\x74"], false, $shuffle, $this->current_feed["\157\160\164\x69\157\x6e\163"]["\151\x6e\x63\154\165\x64\x65\137\x70\x6f\163\x74\137\150\145\141\x64\x65\162\163"], $this->current_feed["\x6f\160\164\151\157\156\x73"]["\151\x6e\x63\x6c\x75\x64\145\x5f\160\157\163\164\x5f\146\157\157\x74\x65\x72\x73"]); if (!($this->current_feed["\157\x70\x74\151\157\x6e\163"]["\146\151\154\164\x65\162\x5f\x62\145\x66\x6f\162\x65"] === "\x6d\x65\x64\151\x61\x2d\160\x72\157\x63\145\163\x73\x69\x6e\147" && !$this->filterPost())) { goto wqNd3; } return; wqNd3: if (!($this->current_feed["\157\x70\x74\151\157\x6e\163"]["\160\x69\170\x61\142\141\x79\x5f\x69\x6d\141\x67\145\x5f\x70\157\163\x69\164\x69\x6f\x6e"] !== "\x6e\x6f\x5f\151\155\x61\x67\145" && strlen($this->current_feed["\x6f\x70\x74\151\x6f\x6e\163"]["\x70\151\x78\141\x62\x61\x79\x5f\161"]))) { goto QLJ7T; } $atts = ["\161" => $this->parse_special_keywords(cseo_apply_spintax($this->current_feed["\157\160\164\x69\157\x6e\163"]["\x70\151\x78\x61\142\x61\171\137\161"])), "\156\x61\155\145" => $this->post["\160\x6f\x73\164\x5f\x74\x69\164\x6c\145"], "\x6c\x61\156\x67" => $this->current_feed["\157\160\x74\x69\x6f\156\163"]["\160\x69\x78\141\x62\141\x79\137\x6c\141\x6e\147"], "\151\x6d\x61\147\145\137\x74\x79\x70\145" => $this->current_feed["\x6f\160\x74\151\157\156\x73"]["\160\x69\x78\141\142\141\171\x5f\151\x6d\141\x67\145\137\x74\171\160\145"], "\157\162\151\145\156\164\141\x74\151\157\156" => $this->current_feed["\157\160\x74\x69\x6f\x6e\163"]["\x70\151\x78\x61\142\141\x79\137\157\x72\x69\x65\x6e\164\x61\x74\x69\157\x6e"], "\155\x69\156\x5f\x77\151\x64\x74\150" => $this->current_feed["\x6f\160\x74\x69\x6f\x6e\163"]["\x70\151\x78\x61\x62\x61\x79\x5f\x6d\x69\x6e\x5f\x77\151\x64\x74\x68"], "\155\x69\x6e\137\x68\145\x69\x67\x68\164" => $this->current_feed["\157\x70\x74\x69\x6f\156\163"]["\x70\x69\x78\141\x62\141\x79\x5f\x6d\151\x6e\x5f\x68\x65\151\x67\x68\164"], "\143\150\x6f\157\163\145" => $this->current_feed["\157\x70\x74\x69\157\x6e\163"]["\x70\151\170\141\x62\x61\x79\x5f\x63\150\157\157\x73\x65"], "\x63\154\x61\163\163" => $this->current_feed["\x6f\160\x74\x69\157\156\x73"]["\160\151\170\x61\142\x61\x79\x5f\x69\x6d\x61\x67\x65\137\x63\x6c\x61\163\x73"]]; $image = cyberseo_pixabay_shortcode($atts); if (empty($image)) { goto NeDUV; } if ($this->current_feed["\x6f\x70\164\x69\157\x6e\163"]["\x70\151\170\x61\142\x61\x79\x5f\x69\155\x61\x67\x65\x5f\x70\x6f\x73\151\x74\151\157\156"] === "\x61\x62\157\x76\x65\x5f\143\157\156\164\145\156\164") { goto VZ0Oz; } if ($this->current_feed["\157\x70\x74\x69\157\x6e\163"]["\x70\151\170\x61\x62\141\x79\137\151\x6d\141\147\145\x5f\160\157\163\x69\164\x69\x6f\156"] === "\142\145\154\157\167\137\x63\157\x6e\x74\145\x6e\164") { goto EK1St; } if ($this->current_feed["\157\x70\x74\x69\157\156\163"]["\x70\x69\170\x61\x62\x61\x79\137\151\x6d\x61\147\x65\x5f\160\x6f\163\x69\164\151\157\x6e"] === "\164\150\165\x6d\142") { goto FLTV0; } goto Xw46r; VZ0Oz: $this->post["\160\157\163\x74\137\143\x6f\x6e\x74\x65\x6e\x74"] = $image . $this->post["\x70\x6f\x73\x74\x5f\x63\x6f\156\164\x65\x6e\164"]; goto Xw46r; EK1St: $this->post["\x70\157\163\x74\x5f\x63\157\x6e\164\x65\x6e\x74"] .= $image; goto Xw46r; FLTV0: if (!preg_match("\x2f\x73\162\x63\x3d\42\50\56\x2a\x3f\x29\42\x2f", $image, $imgurl)) { goto LLJOz; } $this->post["\143\x75\x73\164\x6f\155\x5f\146\x69\x65\154\144\163"]["\164\x68\x75\155\142"] = $imgurl[1]; LLJOz: Xw46r: NeDUV: QLJ7T: if (!($this->current_feed["\157\160\x74\x69\157\156\x73"]["\147\157\157\147\154\145\137\x69\x6d\141\x67\x65\137\x70\157\163\x69\164\151\157\x6e"] !== "\156\x6f\137\x69\155\x61\x67\145")) { goto gMs0Q; } $image = cseo_get_random_image($this->parse_special_keywords(cseo_apply_spintax($this->current_feed["\x6f\160\164\x69\157\x6e\163"]["\x67\x6f\x6f\147\x6c\145\x5f\151\155\141\147\145\137\161\165\x65\162\171"])), $this->current_feed["\157\x70\164\151\x6f\156\163"]["\x67\x6f\157\x67\x6c\x65\137\x6d\x69\156\x5f\167\x69\144\164\150"], $this->current_feed["\157\x70\164\x69\x6f\x6e\x73"]["\147\157\x6f\x67\x6c\145\137\155\151\x6e\137\150\145\x69\x67\x68\164"]); if (empty($image)) { goto e9bcB; } if ($this->current_feed["\x6f\160\x74\151\x6f\x6e\163"]["\x67\157\x6f\147\154\145\x5f\151\x6d\141\147\145\x5f\x70\157\x73\151\164\151\x6f\156"] === "\x61\x62\x6f\166\x65\x5f\x63\x6f\156\x74\x65\156\164") { goto DSP6a; } if ($this->current_feed["\157\160\x74\151\x6f\x6e\163"]["\147\157\157\147\x6c\x65\137\151\x6d\x61\147\145\137\160\x6f\x73\151\164\x69\157\156"] === "\142\145\154\x6f\x77\x5f\x63\157\156\x74\145\x6e\x74") { goto CDGaD; } if ($this->current_feed["\157\160\x74\x69\x6f\156\163"]["\147\x6f\x6f\x67\154\x65\137\x69\x6d\x61\147\145\137\160\x6f\163\151\x74\151\157\x6e"] === "\x74\x68\x75\x6d\142") { goto AEDrx; } goto mEYsL; DSP6a: $this->post["\x70\x6f\x73\x74\x5f\x63\x6f\x6e\x74\x65\156\x74"] = "\74\x69\x6d\x67\x20\x63\154\141\163\x73\x3d\42" . $this->current_feed["\157\x70\164\x69\157\x6e\163"]["\x67\157\x6f\x67\x6c\145\137\x69\155\141\x67\145\x5f\143\154\x61\163\163"] . "\x22\x20\163\162\143\x3d\x22" . $image . "\x22\40\x2f\x3e" . $this->post["\x70\157\x73\164\137\x63\x6f\x6e\x74\145\x6e\x74"]; goto mEYsL; CDGaD: $this->post["\160\x6f\163\x74\137\143\157\x6e\x74\145\x6e\x74"] .= "\74\151\x6d\147\x20\x63\x6c\141\x73\163\x3d\42" . $this->current_feed["\157\160\x74\151\157\156\163"]["\147\x6f\x6f\147\x6c\145\137\x69\x6d\x61\x67\145\137\143\154\141\163\163"] . "\x22\40\x73\162\x63\75\42" . $image . "\42\40\57\x3e"; goto mEYsL; AEDrx: $this->post["\143\165\x73\x74\157\x6d\x5f\x66\151\145\154\x64\x73"]["\x74\150\165\x6d\142"] = $image; mEYsL: e9bcB: gMs0Q: if (!($this->current_feed["\x6f\x70\164\151\x6f\156\163"]["\171\157\x75\x74\x75\142\x65\137\x70\157\x73\151\x74\x69\157\156"] !== "\x6e\157\137\x69\155\x61\x67\x65")) { goto sgQX1; } $youtube_embed = cseo_get_youtube_video($this->parse_special_keywords(cseo_apply_spintax($this->current_feed["\157\x70\x74\151\157\156\163"]["\x79\x6f\x75\x74\165\142\x65\x5f\161\165\145\162\171"]))); if (empty($youtube_embed)) { goto z09hl; } if ($this->current_feed["\x6f\160\x74\x69\157\156\163"]["\x79\x6f\165\164\x75\x62\145\137\160\x6f\x73\x69\164\151\157\x6e"] === "\x61\x62\x6f\166\x65\137\x63\157\156\x74\x65\x6e\164") { goto XT_2b; } if ($this->current_feed["\157\160\164\x69\x6f\x6e\163"]["\171\x6f\165\x74\x75\x62\145\137\160\157\163\151\x74\x69\x6f\x6e"] === "\x62\x65\154\x6f\167\x5f\x63\x6f\x6e\x74\x65\x6e\164") { goto n0IkB; } if ($this->current_feed["\157\160\164\x69\x6f\156\x73"]["\171\157\165\x74\165\x62\145\x5f\160\x6f\163\x69\x74\151\x6f\156"] === "\x74\x68\x75\x6d\x62") { goto F7B49; } goto VDJ5F; XT_2b: $this->post["\160\x6f\x73\x74\x5f\143\x6f\x6e\x74\x65\156\x74"] = $youtube_embed . $this->post["\160\157\163\164\x5f\143\157\x6e\164\145\156\x74"]; goto VDJ5F; n0IkB: $this->post["\160\x6f\x73\164\137\143\157\x6e\164\x65\156\164"] .= $youtube_embed; goto VDJ5F; F7B49: if (!preg_match("\57\150\164\x74\160\163\72\x5c\x2f\x5c\57\50\x77\x77\167\134\56\x29\x3f\x79\x6f\x75\x74\165\x62\x65\134\56\143\157\x6d\134\x2f\145\155\142\145\144\x5c\57\50\56\52\77\x29\x5b\x22\47\x5c\x3f\135\57", $youtube_embed, $id)) { goto MtRLe; } $this->post["\143\x75\x73\x74\x6f\155\x5f\x66\x69\145\154\144\163"]["\x74\x68\x75\x6d\142"] = "\150\x74\164\160\163\72\x2f\57\x69\x6d\147\56\x79\x6f\165\x74\x75\x62\x65\56\x63\157\155\x2f\x76\x69\57" . $id[2] . "\57\x6d\141\x78\162\x65\163\x64\x65\x66\141\x75\154\x74\x2e\152\x70\x67"; MtRLe: VDJ5F: z09hl: sgQX1: if (!($this->current_feed["\157\x70\x74\x69\x6f\x6e\x73"]["\141\151\x5f\151\x6d\x61\x67\x65\137\x70\157\163\x69\x74\x69\x6f\x6e"] !== "\156\x6f\x5f\x69\x6d\141\147\145")) { goto hcUxb; } $image = cseo_get_gpt_image($this->current_feed["\x6f\x70\x74\151\157\x6e\163"]["\x61\x69\x5f\x69\x6d\x61\x67\x65\x5f\x67\160\164\137\x73\157\165\x72\x63\145"]); if (empty($image)) { goto aisMH; } if ($this->current_feed["\x6f\160\x74\151\157\156\x73"]["\141\x69\137\151\x6d\x61\147\x65\x5f\x70\157\x73\151\x74\x69\157\x6e"] === "\141\x62\x6f\x76\145\137\x63\157\x6e\x74\x65\x6e\x74") { goto ocM5Z; } if ($this->current_feed["\x6f\160\x74\x69\157\x6e\x73"]["\x61\x69\x5f\x69\155\x61\x67\x65\137\160\157\163\x69\164\151\x6f\x6e"] === "\142\145\x6c\x6f\167\x5f\x63\157\x6e\164\145\x6e\164") { goto QGxpi; } if ($this->current_feed["\157\x70\x74\x69\157\x6e\163"]["\x61\151\x5f\151\x6d\x61\x67\x65\x5f\x70\157\x73\151\x74\x69\x6f\x6e"] === "\x74\x68\x75\x6d\142") { goto QdpeJ; } goto MRU9S; ocM5Z: $this->post["\x70\x6f\163\x74\x5f\143\157\156\x74\145\156\164"] = "\74\151\155\x67\40\143\154\141\x73\163\x3d\x22" . $this->current_feed["\157\160\164\151\157\156\163"]["\x61\151\x5f\x69\155\141\147\145\x5f\143\x6c\141\163\x73"] . "\x22\40\163\162\x63\75\42" . $image . "\42\x20\57\76" . $this->post["\160\157\163\164\137\x63\157\156\x74\145\156\164"]; goto MRU9S; QGxpi: $this->post["\x70\x6f\x73\164\137\x63\x6f\156\x74\145\156\164"] .= "\74\151\x6d\x67\40\143\154\141\x73\x73\75\x22" . $this->current_feed["\x6f\x70\164\151\x6f\x6e\163"]["\141\151\x5f\x69\x6d\x61\x67\x65\x5f\143\154\141\x73\x73"] . "\x22\40\163\162\143\75\x22" . $image . "\42\x20\57\76"; goto MRU9S; QdpeJ: $this->post["\143\165\163\x74\157\155\x5f\x66\151\145\154\144\163"]["\x74\150\x75\155\x62"] = $image; MRU9S: aisMH: hcUxb: $image_assignment = trim($this->current_feed["\x6f\160\164\151\157\156\163"]["\x6f\160\145\156\141\151\x5f\x69\x6d\x61\147\x65\137\141\163\x73\151\147\x6e\155\145\x6e\164"]); if (!($this->current_feed["\x6f\160\x74\x69\157\156\x73"]["\x6f\x70\x65\x6e\x61\151\x5f\x69\x6d\141\147\145\137\x70\157\x73\x69\x74\x69\x6f\x6e"] !== "\156\x6f\x5f\x69\155\141\x67\145" && strlen($image_assignment))) { goto vNv8l; } $request = ["\x70\162\x6f\x6d\160\x74" => $this->parse_special_keywords(cseo_apply_spintax($image_assignment)), "\x6e\x61\155\145" => $this->post["\x70\157\163\164\137\x74\x69\x74\x6c\145"], "\x6d\157\144\145\154" => $this->current_feed["\x6f\160\x74\x69\x6f\156\x73"]["\x6f\x70\x65\156\141\151\137\151\x6d\141\x67\x65\137\155\x6f\144\145\x6c"], "\163\151\172\145" => $this->current_feed["\x6f\160\164\x69\157\x6e\163"]["\157\160\145\x6e\x61\151\x5f\x69\x6d\141\x67\x65\137\x73\151\x7a\x65"], "\x63\154\141\163\x73" => $this->current_feed["\x6f\160\x74\151\157\156\x73"]["\x6f\160\145\156\141\151\137\151\155\141\147\145\x5f\143\x6c\x61\x73\163"]]; $image = cyberseo_dalle_shortcode($request); if (empty($image)) { goto uSZzI; } if ($this->current_feed["\157\x70\x74\x69\x6f\156\163"]["\157\160\x65\x6e\141\151\x5f\151\155\x61\147\x65\x5f\x70\157\163\x69\164\x69\157\x6e"] === "\x61\142\157\x76\x65\x5f\143\157\x6e\164\145\156\164") { goto o4rNP; } if ($this->current_feed["\157\160\x74\x69\157\156\x73"]["\x6f\160\145\156\x61\x69\137\151\x6d\141\x67\x65\137\x70\157\163\151\x74\x69\x6f\x6e"] === "\142\145\154\x6f\167\x5f\x63\x6f\156\164\x65\x6e\164") { goto zXovS; } if ($this->current_feed["\157\x70\x74\x69\x6f\x6e\x73"]["\157\160\x65\x6e\141\151\x5f\151\x6d\x61\147\145\x5f\160\157\163\x69\164\151\157\x6e"] === "\x74\150\165\155\142") { goto oyPGa; } goto nSZIh; o4rNP: $this->post["\x70\x6f\163\164\137\x63\157\x6e\164\x65\156\x74"] = $image . $this->post["\160\x6f\163\x74\137\x63\x6f\x6e\x74\145\x6e\164"]; goto nSZIh; zXovS: $this->post["\x70\x6f\x73\x74\x5f\x63\157\156\164\x65\156\x74"] .= $image; goto nSZIh; oyPGa: if (!preg_match("\x2f\x73\162\143\x3d\x22\50\x2e\52\77\x29\x22\x2f", $image, $imgurl)) { goto Jg_SO; } $this->post["\143\165\x73\164\157\155\137\x66\151\x65\x6c\144\x73"]["\164\x68\165\x6d\x62"] = $imgurl[1]; Jg_SO: nSZIh: uSZzI: vNv8l: $image_text = trim($this->current_feed["\x6f\160\164\151\x6f\156\x73"]["\163\164\x61\x62\154\x65\x5f\144\x69\x66\146\165\x73\151\x6f\x6e\137\x69\155\x61\147\x65\x5f\x64\145\x73\x63\x72\151\x70\164\x69\x6f\156"]); $negative_prompt = trim($this->current_feed["\157\160\164\x69\157\x6e\x73"]["\x73\164\141\142\x6c\145\x5f\x64\x69\146\x66\x75\x73\151\x6f\156\137\156\145\x67\x61\x74\151\x76\145\137\x70\x72\157\155\160\164"]); if (!($this->current_feed["\x6f\x70\164\x69\157\x6e\x73"]["\x73\x74\141\x62\x6c\x65\x5f\144\151\146\146\x75\x73\151\x6f\x6e\x5f\151\155\x61\147\x65\137\x70\x6f\x73\x69\164\151\157\156"] !== "\x6e\157\137\x69\x6d\141\x67\x65" && strlen($image_text))) { goto MhCEq; } $request = ["\163\x74\141\142\x6c\x65\x5f\x64\151\x66\146\165\163\x69\157\x6e\x5f\145\x6e\x67\x69\156\x65" => $this->current_feed["\x6f\x70\164\x69\x6f\156\x73"]["\x73\x74\141\x62\x6c\x65\137\144\x69\x66\x66\165\x73\x69\x6f\x6e\137\x65\x6e\147\x69\156\x65"], "\156\141\155\x65" => $this->post["\160\157\x73\164\137\x74\x69\x74\x6c\145"], "\143\146\x67\137\163\143\141\x6c\x65" => $this->current_feed["\x6f\x70\164\151\157\156\163"]["\x73\x74\141\x62\154\x65\x5f\x64\x69\x66\x66\x75\x73\151\x6f\x6e\137\143\146\x67\137\163\143\x61\154\x65"], "\143\154\x69\160\x5f\147\165\151\144\141\x6e\143\145\137\x70\162\x65\x73\145\164" => $this->current_feed["\157\160\x74\x69\157\x6e\163"]["\163\164\141\142\x6c\145\137\144\x69\x66\146\x75\163\151\x6f\x6e\x5f\x63\x6c\151\x70\x5f\147\x75\151\x64\141\156\x63\145\137\160\162\145\163\145\164"], "\x73\x74\171\x6c\145\137\160\162\145\x73\145\164" => $this->current_feed["\x6f\x70\x74\151\x6f\x6e\163"]["\x73\164\x61\x62\x6c\145\137\144\x69\x66\x66\165\x73\x69\x6f\156\137\x73\164\x79\154\x65\x5f\x70\x72\145\163\145\x74"], "\x73\x61\155\160\154\145\x72" => $this->current_feed["\x6f\x70\164\151\157\156\x73"]["\x73\164\x61\x62\154\145\137\144\151\146\x66\x75\x73\151\157\156\137\163\x61\155\x70\154\145\x72"], "\x68\x65\151\x67\x68\164" => $this->current_feed["\x6f\x70\164\x69\x6f\x6e\163"]["\x73\164\141\x62\154\145\137\144\x69\x66\146\165\163\151\x6f\156\137\150\145\151\147\x68\x74"], "\167\x69\144\164\x68" => $this->current_feed["\x6f\x70\x74\151\x6f\x6e\163"]["\x73\164\x61\x62\154\x65\137\144\x69\146\146\x75\163\x69\157\x6e\x5f\167\151\x64\x74\150"], "\x73\141\x6d\x70\154\145\x73" => 1, "\163\164\x65\x70\x73" => $this->current_feed["\x6f\160\x74\x69\x6f\x6e\x73"]["\x73\x74\141\142\x6c\x65\137\144\x69\146\x66\165\163\x69\157\156\x5f\x73\x74\145\x70\x73"], "\164\x65\170\x74" => $this->parse_special_keywords(cseo_apply_spintax($image_text)), "\x6e\145\147\x61\164\151\166\x65\x5f\x70\x72\157\155\160\x74" => $this->parse_special_keywords(cseo_apply_spintax($negative_prompt)), "\143\x6c\x61\x73\x73" => $this->current_feed["\157\160\x74\151\x6f\156\163"]["\x73\x74\x61\x62\154\145\x5f\x64\151\146\x66\x75\x73\151\157\156\137\x69\155\141\147\x65\x5f\x63\x6c\x61\x73\x73"]]; $image = cyberseo_stable_diffusion_shortcode($request); if (empty($image)) { goto FeDu4; } if ($this->current_feed["\x6f\160\164\x69\157\x6e\x73"]["\x73\164\141\142\x6c\x65\x5f\x64\151\x66\x66\165\163\151\x6f\x6e\137\151\x6d\141\x67\145\137\160\x6f\x73\x69\164\x69\157\x6e"] === "\x61\142\x6f\x76\x65\137\x63\x6f\156\164\145\156\x74") { goto NpYx5; } if ($this->current_feed["\x6f\160\164\x69\x6f\x6e\163"]["\x73\164\x61\142\x6c\x65\x5f\x64\151\x66\x66\x75\163\151\157\x6e\137\x69\155\x61\x67\x65\x5f\160\157\x73\x69\164\151\157\x6e"] === "\x62\145\x6c\x6f\167\x5f\x63\157\156\164\145\x6e\x74") { goto o23w3; } if ($this->current_feed["\x6f\160\x74\x69\x6f\x6e\163"]["\163\x74\x61\x62\154\x65\137\144\x69\x66\x66\165\x73\151\x6f\156\137\x69\155\x61\x67\x65\137\x70\157\x73\151\164\151\x6f\156"] === "\164\x68\x75\x6d\x62") { goto w0jDl; } goto bH0fD; NpYx5: $this->post["\160\157\x73\x74\x5f\x63\x6f\156\164\x65\x6e\164"] = $image . $this->post["\160\157\x73\164\137\x63\157\156\x74\x65\x6e\164"]; goto bH0fD; o23w3: $this->post["\160\157\163\164\x5f\x63\x6f\156\164\145\156\164"] .= $image; goto bH0fD; w0jDl: if (!preg_match("\x2f\163\162\143\75\42\x28\56\x2a\x3f\51\42\x2f", $image, $imgurl)) { goto sSj3X; } $this->post["\143\x75\x73\x74\x6f\155\137\x66\x69\x65\154\x64\163"]["\164\x68\165\155\142"] = $imgurl[1]; sSj3X: bH0fD: FeDu4: MhCEq: if (!count($cseo_images_to_save)) { goto YC7FN; } foreach ($cseo_images_to_save as $image) { $new_image_url = $media_urls[] = cseo_save_image($image["\x69\155\141\147\x65\137\x75\162\x6c"], $image["\160\x72\x65\146\x65\x72\x72\145\144\x5f\x6e\141\155\x65"], $image["\167\x69\x64\x74\x68"], $image["\150\145\151\147\x68\x74"], $image["\x63\157\x6d\160\x72\x65\163\x73\x69\157\x6e"], $image["\157\x75\164\160\x75\x74\x5f\x69\x6d\141\147\x65\137\x74\x79\160\x65"]); $this->post["\160\157\163\x74\137\143\157\156\x74\145\x6e\x74"] = str_replace($image["\x69\x6d\x61\x67\145\x5f\x75\162\x6c"], $new_image_url, $this->post["\x70\x6f\x73\164\x5f\x63\157\156\x74\x65\156\x74"]); $this->post["\160\157\x73\164\137\x65\170\x63\145\162\160\x74"] = str_replace($image["\x69\x6d\141\x67\145\137\165\x72\x6c"], $new_image_url, $this->post["\160\x6f\163\164\x5f\x65\170\143\145\162\x70\164"]); qpJlK: } Rx6CT: YC7FN: if (!(!isset($this->post["\x6d\x65\144\x69\141\x5f\164\x68\165\x6d\x62\156\x61\x69\x6c"][0]) && $this->post["\145\x6e\x63\x6c\x6f\x73\165\162\145\x5f\x75\x72\154"] !== '' && stripos($this->post["\x65\x6e\143\154\157\x73\x75\162\145\137\164\x79\x70\145"], "\151\x6d\141\x67\x65\57") !== false)) { goto YZM60; } $this->post["\155\x65\144\151\141\137\x74\x68\x75\155\x62\156\141\151\154"][0] = $this->post["\x65\156\143\154\x6f\163\x75\162\145\137\x75\162\154"]; YZM60: if (!(!isset($this->post["\x6d\145\144\151\x61\137\164\x68\x75\x6d\142\156\x61\x69\154"][0]) && isset($this->post["\x6d\145\144\151\x61\x5f\143\157\156\164\145\156\164"][0]) && $this->post["\x6d\145\144\151\x61\137\143\x6f\x6e\164\145\x6e\164"][0] !== '')) { goto grcP2; } $this->post["\x6d\145\x64\x69\141\137\164\x68\165\x6d\x62\156\141\x69\x6c"][0] = $this->post["\x6d\145\144\151\141\137\143\x6f\x6e\164\145\156\x74"][0]; grcP2: $video = ''; if (!($this->current_feed["\x6f\160\x74\151\x6f\156\x73"]["\x75\x73\145\x5f\x76\151\144\145\157\x5f\x63\x75\x73\164\157\x6d\137\146\x69\154\x65\x64"] !== "\156\x6f" && isset($this->post["\143\x75\163\164\157\155\137\x66\151\x65\154\x64\x73"]["\x76\x69\144\x65\157"]))) { goto AkmwR; } if (preg_match("\x2f\x3c\151\x66\x72\x61\x6d\145\x2e\x2a\x3f\x5c\57\x69\x66\x72\141\x6d\x65\76\57\x69\163", $this->post["\143\x75\x73\x74\157\155\137\146\151\x65\154\x64\x73"]["\x76\x69\144\145\x6f"])) { goto u6Qlr; } $video = "\74\x64\x69\166\40\143\x6c\x61\x73\163\x3d\42\x76\x69\x64\145\157\x2d\143\157\156\164\x61\151\156\x65\x72\x22\76\x3c\x76\151\x64\145\x6f\x3e\74\163\x6f\x75\162\x63\145\x20\x73\x72\x63\x3d\x22" . $this->post["\x63\165\163\164\x6f\x6d\137\x66\x69\x65\x6c\144\x73"]["\x76\151\x64\145\x6f"] . "\42\x3e\x3c\x2f\x76\151\144\x65\x6f\x3e\x3c\x2f\x64\151\x76\76"; goto wRqcS; u6Qlr: $video = "\74\144\x69\166\x20\143\154\x61\x73\x73\75\x22\x76\151\144\x65\157\x2d\x63\x6f\156\164\141\151\156\x65\x72\42\x3e" . $this->post["\143\165\163\164\x6f\155\x5f\146\151\x65\154\144\x73"]["\166\151\x64\x65\157"] . "\x3c\57\x64\151\x76\x3e"; wRqcS: if ($this->current_feed["\x6f\160\164\x69\x6f\x6e\x73"]["\x75\163\145\x5f\166\151\x64\x65\157\137\143\165\163\x74\157\155\137\146\x69\x6c\x65\x64"] === "\x74\157\x70" && strlen($video)) { goto hpRjz; } if ($this->current_feed["\157\x70\x74\151\157\x6e\x73"]["\x75\163\145\x5f\166\x69\x64\145\157\137\x63\165\163\x74\157\155\137\146\x69\x6c\x65\x64"] === "\142\x6f\x74\164\x6f\x6d" && strlen($video)) { goto nXZb1; } goto OCjCf; hpRjz: $this->post["\160\157\x73\164\x5f\143\157\156\164\145\x6e\x74"] = $video . $this->post["\160\x6f\x73\x74\137\x63\157\x6e\x74\145\156\164"]; goto OCjCf; nXZb1: $this->post["\x70\157\x73\164\137\x63\x6f\x6e\x74\145\x6e\164"] .= $video; OCjCf: AkmwR: $attachment = ''; if (!($this->current_feed["\x6f\160\x74\151\x6f\156\163"]["\151\x6e\163\145\162\x74\x5f\155\145\144\151\x61\x5f\x61\164\x74\x61\143\x68\x6d\x65\156\x74\x73"] !== "\x6e\x6f")) { goto xwx3a; } $attachment = ''; $video_extensions = wp_get_video_extensions(); if ($this->post["\x65\x6e\143\154\157\x73\x75\162\145\137\x75\162\x6c"] !== '') { goto umI5b; } if (sizeof($this->post["\x6d\x65\144\x69\141\137\x63\x6f\x6e\164\145\x6e\x74"])) { goto iZt53; } if (sizeof($this->post["\x6d\145\144\x69\x61\x5f\x74\150\165\155\142\156\141\151\154"])) { goto sfi0J; } goto z1bPT; iZt53: $attachment .= "\74\144\x69\166\40\x63\x6c\141\163\x73\x3d\42\x6d\145\x64\x69\x61\137\x62\154\x6f\143\x6b\42\76"; $i = 0; jCIRu: if (!($i < sizeof($this->post["\155\x65\x64\x69\x61\137\x63\157\x6e\x74\x65\156\x74"]))) { goto TMYhn; } $ext = mb_strtolower(pathinfo($this->post["\155\x65\x64\x69\141\137\x63\x6f\156\164\x65\156\164"][$i], PATHINFO_EXTENSION)); if (in_array($ext, $video_extensions)) { goto TCbIL; } if (isset($this->post["\x6d\x65\x64\151\x61\x5f\x74\150\x75\155\142\156\141\151\154"][$i])) { goto TPYzk; } $attachment .= "\x3c\151\x6d\147\40\x73\x72\143\75\42" . $this->post["\155\145\x64\151\141\x5f\x63\157\156\x74\145\x6e\164"][$i] . "\42\x20\143\x6c\x61\163\x73\75\42\x6d\x65\x64\x69\x61\137\164\x68\165\x6d\142\x6e\141\x69\x6c\42\76"; goto q11BV; TCbIL: $attachment .= "\x3c\x76\151\144\145\x6f\40\x63\157\156\x74\x72\157\154\x73\40\x73\x72\x63\x3d\42" . $this->post["\155\145\x64\151\x61\x5f\143\x6f\x6e\x74\x65\x6e\x74"][$i] . "\42"; if (!isset($this->post["\155\x65\x64\x69\141\x5f\x74\150\x75\155\x62\x6e\x61\x69\154"][$i])) { goto ZqpPV; } $attachment .= "\40\x70\x6f\163\x74\145\x72\x3d\x22" . $this->post["\x6d\x65\144\151\x61\137\x74\x68\x75\155\x62\156\141\151\154"][$i] . "\42"; ZqpPV: $attachment .= "\76\74\57\166\x69\x64\145\157\76"; goto q11BV; TPYzk: $attachment .= "\x3c\x61\40\150\162\145\146\x3d\x22" . $this->post["\x6d\145\144\151\x61\137\x63\157\156\x74\x65\156\164"][$i] . "\x22\76\x3c\x69\x6d\x67\x20\x73\x72\x63\75\x22" . $this->post["\155\145\x64\151\141\137\x74\150\165\155\142\x6e\141\151\x6c"][$i] . "\42\40\x63\154\141\x73\x73\x3d\42\x6d\145\x64\x69\141\x5f\x74\150\x75\x6d\x62\x6e\x61\x69\154\42\x3e\x3c\x2f\x61\76"; q11BV: j_GaR: $i++; goto jCIRu; TMYhn: $attachment .= "\74\57\x64\x69\166\76"; goto z1bPT; sfi0J: $attachment .= "\74\x64\151\x76\x20\143\154\141\163\x73\x3d\x22\155\145\x64\151\141\137\x62\154\x6f\143\153\42\76"; $i = 0; QD5KH: if (!($i < sizeof($this->post["\x6d\x65\144\x69\x61\137\x74\150\x75\x6d\x62\156\x61\151\154"]))) { goto exPHd; } $attachment .= "\74\x69\x6d\x67\x20\163\162\x63\75\42" . $this->post["\x6d\145\x64\151\x61\137\164\x68\165\155\142\156\141\151\154"][$i] . "\x22\40\143\154\141\x73\x73\75\x22\155\145\144\151\141\x5f\164\x68\165\155\x62\x6e\x61\151\x6c\x22\x3e"; mTuFQ: $i++; goto QD5KH; exPHd: $attachment .= "\x3c\x2f\144\151\166\76"; z1bPT: goto fOUGq; umI5b: $attachment .= "\74\x64\151\166\40\143\x6c\141\163\x73\x3d\42\155\145\144\x69\141\137\142\154\x6f\143\x6b\42\76"; $ext = mb_strtolower(pathinfo($this->post["\145\x6e\x63\x6c\x6f\163\165\162\145\137\165\x72\154"], PATHINFO_EXTENSION)); if (in_array($ext, $video_extensions)) { goto o1OI0; } if (in_array($this->post["\x65\156\x63\x6c\x6f\163\165\162\145\x5f\164\x79\160\145"], ["\x61\x75\x64\151\x6f\x2f\155\x70\x65\147", "\x61\x75\144\x69\157\57\x6f\x67\147", "\141\x75\x64\x69\x6f\x2f\167\141\x76"])) { goto CYI0S; } if (stripos($this->post["\x65\156\x63\154\157\163\x75\162\145\x5f\x74\171\x70\145"], "\x69\155\141\x67\145\57") !== false) { goto Ds6jT; } goto C8JaY; CYI0S: $attachment .= "\74\x61\x75\x64\x69\x6f\40\143\x6f\156\164\162\x6f\154\163\x3e\74\163\157\165\x72\x63\145\40\x73\x72\x63\x3d\x22" . $this->post["\x65\156\143\154\157\163\x75\162\x65\x5f\x75\x72\x6c"] . "\42\x20\x74\x79\160\145\75\x22" . $this->post["\145\156\143\x6c\157\x73\165\x72\145\x5f\x74\171\x70\145"] . "\x22\x3e\x3c\x2f\x61\x75\x64\x69\x6f\x3e"; goto C8JaY; Ds6jT: $attachment .= "\74\x69\155\x67\x20\163\x72\143\x3d\x22" . $this->post["\145\x6e\143\154\157\x73\x75\162\145\137\x75\162\154"] . "\x22\x3e"; C8JaY: goto py_96; o1OI0: $attachment .= "\x3c\x76\x69\x64\x65\x6f\40\x63\x6f\x6e\164\162\x6f\x6c\163\40\x73\x72\x63\75\x22" . $this->post["\145\x6e\x63\x6c\157\x73\165\162\145\137\x75\x72\x6c"] . "\x22"; if (!isset($this->post["\x6d\x65\144\151\x61\x5f\x74\x68\x75\x6d\x62\x6e\141\x69\x6c"][0])) { goto bRWcd; } $attachment .= "\40\x70\x6f\x73\x74\x65\162\x3d\42" . $this->post["\155\145\144\x69\141\137\x74\150\x75\155\142\156\x61\151\x6c"][0] . "\x22"; bRWcd: $attachment .= "\x3e\x3c\57\166\x69\144\145\157\76"; py_96: $attachment .= "\74\x2f\144\x69\x76\x3e"; fOUGq: xwx3a: if (!($attachment !== '')) { goto pi8Xa; } if ($this->current_feed["\157\x70\164\151\157\156\163"]["\x69\156\x73\x65\x72\x74\137\155\145\144\x69\x61\137\x61\x74\164\x61\143\x68\155\145\x6e\164\x73"] === "\x74\157\160") { goto PkR55; } if ($this->current_feed["\x6f\x70\x74\151\x6f\x6e\163"]["\x69\x6e\163\x65\x72\164\x5f\155\145\144\x69\x61\137\141\x74\x74\141\143\x68\155\145\x6e\x74\x73"] === "\142\x6f\x74\x74\157\155") { goto hgA8m; } goto nVDrw; PkR55: $this->post["\160\157\x73\x74\137\x63\157\156\164\145\156\164"] = $attachment . $this->post["\x70\157\x73\x74\137\143\x6f\x6e\164\145\x6e\164"]; $this->post["\x70\157\163\x74\x5f\145\x78\x63\x65\x72\160\x74"] = $attachment . $this->post["\160\x6f\163\x74\x5f\145\x78\143\x65\x72\x70\x74"]; goto nVDrw; hgA8m: $this->post["\160\157\x73\x74\137\143\157\156\164\x65\x6e\x74"] .= $attachment; $this->post["\x70\157\163\x74\137\145\x78\143\145\162\x70\164"] .= $attachment; nVDrw: pi8Xa: preg_match_all("\x2f\74\151\x6d\x67\x28\x2e\x2b\77\x29\163\162\x63\x3d\133\47\x5c\42\135\x28\56\53\x3f\51\133\x27\x5c\x22\x5d\50\56\52\77\x29\76\x2f\x69\163", $this->post["\160\157\x73\164\137\143\x6f\x6e\x74\x65\156\x74"] . $this->post["\x70\x6f\x73\164\137\145\170\x63\145\x72\160\x74"], $matches); $this->image_urls = array_merge($matches[2], $this->image_urls); preg_match_all("\x2f\74\151\x6d\147\x2e\52\77\x73\x72\x63\x73\x65\x74\x3d\133\x27\134\x22\x5d\50\56\x2b\x3f\51\133\47\134\42\x5d\x2e\x2a\x3f\76\x2f\151\x73", $this->post["\160\x6f\x73\164\x5f\x63\157\156\x74\x65\x6e\x74"] . $this->post["\x70\x6f\x73\x74\137\x65\x78\143\145\x72\160\164"], $matches); if (!count($matches[1])) { goto oz23x; } foreach ($matches[1] as $item) { preg_match_all("\57\x28\56\53\x3f\51\x5c\163\53\x2e\53\77\x5b\x5c\54\47\x5c\x22\135\57\151\163", $item, $srcsets); if (!count($srcsets[1])) { goto wMi1_; } foreach ($srcsets[1] as $link) { $this->image_urls[] = trim($link); o_FmZ: } pOOdS: wMi1_: ERD7V: } zs_dQ: oz23x: $this->image_urls = array_values(array_unique($this->image_urls)); if (!($this->current_feed["\x6f\160\164\x69\x6f\156\163"]["\163\164\x6f\162\145\137\x69\x6d\141\x67\145\x73"] === "\x6f\x6e")) { goto Au2Dt; } $home = get_option("\150\x6f\155\x65"); if (!count($this->image_urls)) { goto eaWBR; } $i = 0; gquI0: if (!($i < count($this->image_urls))) { goto MT5pM; } if (!(isset($this->image_urls[$i]) && strpos($this->image_urls[$i], $home) === false)) { goto uHhRD; } $new_image_url = $media_urls[] = $images[] = cseo_save_image($this->image_urls[$i], $this->post["\x70\157\163\164\x5f\x74\151\x74\154\x65"]); $this->post["\x70\x6f\163\x74\137\143\157\x6e\x74\145\x6e\x74"] = str_replace($this->image_urls[$i], $new_image_url, $this->post["\160\x6f\x73\164\137\x63\x6f\156\164\145\x6e\x74"]); $this->post["\x70\157\x73\x74\x5f\x65\170\143\x65\x72\x70\x74"] = str_replace($this->image_urls[$i], $new_image_url, $this->post["\x70\157\x73\x74\x5f\x65\x78\143\145\162\160\x74"]); if (!$this->show_report) { goto X2J3g; } echo str_repeat("\40", 1024); flush(); X2J3g: uHhRD: z4yKh: $i++; goto gquI0; MT5pM: eaWBR: Au2Dt: if (!($this->current_feed["\x6f\160\164\x69\x6f\156\163"]["\x73\x74\157\x72\145\x5f\x76\151\144\x65\x6f\163"] === "\x6f\156")) { goto IygVI; } preg_match_all("\57\x5c\x62\50\77\x3a\x28\x3f\72\x68\x74\164\x70\x73\77\174\146\x74\x70\x29\x3a\x5c\x2f\x5c\x2f\174\167\167\x77\x5c\x2e\x29\x5b\x2d\x61\x2d\172\x30\55\71\53\x26\100\x23\x5c\57\45\77\75\176\x5f\174\x21\72\54\x2e\73\135\52\x5b\x2d\x61\x2d\x7a\x30\55\71\53\x26\x40\x23\x5c\57\45\x3d\x7e\137\x7c\135\x28\134\56\x6d\x70\x34\174\134\56\155\64\166\134\56\155\157\166\x7c\x5c\56\x77\155\166\174\134\x2e\x61\166\151\x7c\x5c\56\155\x70\147\x7c\134\56\x6f\x67\x76\x7c\x5c\x2e\63\147\160\x7c\x5c\56\63\147\x32\x29\57\x69", $this->post["\x70\x6f\x73\x74\137\143\157\x6e\164\x65\x6e\x74"] . $this->post["\160\x6f\163\164\x5f\x65\x78\143\145\x72\x70\x74"], $matches); foreach ($matches[0] as $url) { if (!strlen(trim($url))) { goto tBKmN; } $new_video_url = cseo_save_video($url, $this->post["\x70\x6f\x73\164\137\164\x69\164\154\x65"]); $this->post["\160\x6f\x73\164\137\x63\157\156\x74\145\156\x74"] = str_replace($url, $new_video_url, $this->post["\x70\x6f\163\164\x5f\x63\157\156\x74\145\156\164"]); $this->post["\160\157\163\164\x5f\145\170\143\145\162\x70\164"] = str_replace($url, $new_video_url, $this->post["\160\x6f\x73\164\x5f\145\x78\143\x65\x72\160\164"]); if (!$this->show_report) { goto ze9DS; } echo str_repeat("\x20", 1024); flush(); ze9DS: tBKmN: olzfq: } K90EF: IygVI: if (!(empty($this->image_urls) && !empty($this->o_imgs))) { goto HsiWT; } $this->image_urls = $this->o_imgs; HsiWT: if ($this->current_feed["\x6f\160\x74\x69\157\x6e\163"]["\163\145\x74\x5f\164\150\x75\155\142\156\141\x69\154"] === "\146\x69\x72\x73\x74\137\x69\155\x61\x67\145") { goto RlmoI; } if ($this->current_feed["\157\x70\x74\151\157\x6e\163"]["\163\x65\x74\137\x74\x68\x75\155\142\156\x61\x69\x6c"] === "\x6c\x61\x73\x74\x5f\x69\x6d\x61\x67\145") { goto HVS4A; } if ($this->current_feed["\157\160\164\x69\x6f\x6e\x73"]["\163\145\x74\x5f\164\x68\x75\155\x62\x6e\x61\151\x6c"] === "\162\141\x6e\144\157\155\137\151\155\141\147\x65") { goto IraHw; } if ($this->current_feed["\157\x70\164\x69\x6f\x6e\163"]["\163\145\x74\x5f\164\150\x75\x6d\142\x6e\141\x69\x6c"] === "\x6d\x65\x64\x69\141\137\141\x74\164\x61\x63\150\155\145\x6e\x74" && isset($this->post["\x6d\145\144\151\141\x5f\x63\x6f\156\164\x65\156\x74"][0]) && (str_ends_with($this->post["\155\145\x64\x69\x61\x5f\143\x6f\156\164\145\x6e\x74"][0], "\56\x6a\x70\147") || str_ends_with($this->post["\155\145\x64\151\x61\x5f\x63\x6f\x6e\164\145\156\164"][0], "\x2e\x70\156\x67") || str_ends_with($this->post["\x6d\x65\x64\151\141\x5f\143\x6f\x6e\164\x65\156\164"][0], "\56\167\x65\142\x6d"))) { goto clpZQ; } if ($this->current_feed["\x6f\160\x74\x69\x6f\156\x73"]["\163\x65\x74\x5f\x74\150\165\155\142\156\x61\x69\154"] === "\x6d\145\x64\151\x61\x5f\141\x74\x74\x61\143\x68\155\145\x6e\x74" && isset($this->post["\x6d\x65\144\151\141\x5f\164\150\165\155\x62\x6e\141\x69\154"][0])) { goto GY0_F; } if ($this->current_feed["\x6f\160\164\151\x6f\156\x73"]["\163\145\164\137\x74\x68\165\155\x62\x6e\x61\151\154"] === "\164\x68\165\x6d\142\x5f\x66\151\x65\x6c\144" && isset($this->post["\143\x75\163\x74\x6f\155\x5f\x66\x69\x65\x6c\144\163"]["\164\x68\x75\x6d\142"])) { goto lVlBz; } if ($this->current_feed["\x6f\x70\x74\x69\x6f\156\163"]["\163\145\x74\137\164\x68\x75\x6d\x62\x6e\x61\151\x6c"] === "\147\160\x74\137\151\x6d\x61\x67\145") { goto KDPfd; } goto Gglir; RlmoI: if (empty($this->image_urls)) { goto yqDuI; } $post_thumb_src = $this->image_urls[0]; $this->parse_feed_log("\x54\x72\171\x69\156\147\40\x74\157\40\147\145\156\145\162\x61\x74\145\40\x70\x6f\x73\164\x20\164\150\x75\x6d\142\156\x61\151\154\40\x66\x72\157\x6d\40\x74\x68\x65\x20\x66\x69\x72\x73\x74\40\160\x6f\x73\x74\x20\151\155\141\147\145"); yqDuI: goto Gglir; HVS4A: if (empty($this->image_urls)) { goto InRBS; } $post_thumb_src = $this->image_urls[count($this->image_urls) - 1]; $this->parse_feed_log("\x54\162\171\x69\x6e\x67\40\x74\x6f\40\147\x65\156\145\162\x61\164\145\x20\x70\x6f\163\x74\40\164\150\165\x6d\x62\x6e\141\x69\x6c\x20\146\162\157\155\x20\164\x68\x65\40\x6c\141\163\x74\x20\160\157\163\164\x20\x69\x6d\141\147\x65"); InRBS: goto Gglir; IraHw: if (empty($this->image_urls)) { goto SrE2P; } $post_thumb_src = $this->image_urls[rand(0, count($this->image_urls) - 1)]; $this->parse_feed_log("\124\162\171\151\x6e\147\x20\164\157\40\x67\x65\156\x65\162\x61\164\145\40\160\x6f\163\164\x20\164\x68\x75\155\x62\156\x61\x69\x6c\40\x66\162\x6f\155\x20\x61\x20\x72\141\156\x64\157\155\40\x70\157\x73\x74\40\x69\155\141\147\145"); SrE2P: goto Gglir; clpZQ: $post_thumb_src = trim($this->post["\155\145\144\151\x61\137\143\157\156\x74\145\156\164"][0]); $this->parse_feed_log("\x54\x72\x79\x69\x6e\x67\40\x74\157\40\147\145\x6e\145\x72\141\x74\145\40\x70\157\x73\x74\40\164\x68\x75\155\x62\x6e\141\151\x6c\x20\x66\x72\x6f\155\x20\x74\150\145\x20\x6d\145\144\x69\141\x20\x63\157\156\x74\145\156\164\x20\57\x20\x61\x74\x74\x61\143\x68\155\145\x6e\164"); goto Gglir; GY0_F: $post_thumb_src = trim($this->post["\x6d\x65\x64\151\x61\137\x74\150\165\x6d\142\x6e\x61\151\154"][0]); $this->parse_feed_log("\x54\162\x79\151\x6e\x67\x20\164\157\40\x67\x65\156\145\x72\141\164\x65\x20\x70\157\x73\164\40\164\150\165\155\142\x6e\141\151\154\x20\x66\162\x6f\155\40\164\150\x65\x20\x6d\x65\144\151\x61\x20\164\x68\x75\155\x62\x6e\x61\151\154\40\57\x20\141\x74\164\x61\143\x68\x6d\x65\156\164"); goto Gglir; lVlBz: $post_thumb_src = trim($this->post["\143\165\x73\x74\157\x6d\137\x66\x69\x65\154\144\x73"]["\x74\150\x75\x6d\142"]); $this->parse_feed_log("\x54\x72\x79\151\x6e\147\40\x74\x6f\x20\x67\145\156\x65\x72\141\x74\145\x20\x70\157\163\164\40\x74\150\x75\x6d\142\156\141\x69\x6c\x20\146\162\x6f\155\x20\x74\150\x65\40\42\164\150\x75\155\142\42\40\143\x75\x73\164\157\155\40\146\x69\145\x6c\144"); goto Gglir; KDPfd: $post_thumb_src = cseo_get_gpt_image($this->current_feed["\x6f\160\x74\151\x6f\x6e\163"]["\x70\x72\x65\146\145\162\x72\x65\144\x5f\x67\160\164\137\x69\155\x61\147\145\137\x73\157\165\x72\x63\x65"]); Gglir: if (!isset($post_thumb_src)) { goto HHcNG; } if ($this->current_feed["\157\160\164\151\157\x6e\x73"]["\165\x73\145\x5f\146\x69\146\x75"] === "\x6f\156") { goto N4fLd; } $image_url = $media_urls[] = cseo_save_image($post_thumb_src, $this->post["\x70\157\163\x74\x5f\x74\151\x74\x6c\x65"]); goto smsYg; N4fLd: $image_url = $post_thumb_src; smsYg: HHcNG: if (!has_action("\x77\x70\x6d\154\137\x73\167\151\x74\143\x68\x5f\x6c\x61\156\x67\165\141\147\145")) { goto ivgUQ; } if ($this->current_feed["\x6f\160\x74\151\x6f\156\x73"]["\x77\x70\x6d\x6c\137\154\141\x6e\x67\x75\x61\x67\x65"] === '') { goto uxyfF; } do_action("\x77\160\x6d\154\x5f\x73\x77\151\164\143\x68\137\x6c\141\156\147\x75\141\147\145", $this->current_feed["\x6f\160\x74\151\157\x6e\163"]["\x77\x70\155\154\x5f\x6c\141\x6e\147\x75\141\x67\x65"]); goto danEV; uxyfF: do_action("\x77\160\x6d\154\x5f\x73\x77\x69\164\143\150\137\154\x61\156\147\x75\141\147\x65", null); danEV: ivgUQ: if (!strlen(trim($this->current_feed["\157\160\x74\151\x6f\x6e\163"]["\162\x65\155\157\166\x65\137\157\165\x74\145\162\x5f\x65\x6c\x65\155\x65\x6e\164\x73"]))) { goto T8lUq; } $outer_elements = explode("\x3b", stripslashes($this->current_feed["\x6f\160\164\151\x6f\156\163"]["\x72\145\x6d\x6f\x76\x65\137\157\165\164\145\162\137\145\x6c\x65\x6d\x65\x6e\164\x73"])); if (!count($outer_elements)) { goto K0wqD; } $this->parse_feed_log("\122\145\155\x6f\166\x69\156\x67\x20\x6f\165\164\145\x72\x20\110\124\115\x4c\40\145\154\x65\x6d\145\x6e\164\163"); foreach ($outer_elements as $element) { preg_match("\57\x5e\x28\x5c\x77\x2b\x29\134\x73\x2a\x28\56\x2a\51\x24\57", trim($element), $matches); if (!isset($matches[1])) { goto FyLAs; } $e_tag = $matches[1]; $e_attributes = $matches[2] ?? ''; $this->post["\x70\x6f\x73\x74\x5f\x63\x6f\x6e\164\145\156\x74"] = cseo_remove_outer_element($this->post["\160\x6f\x73\164\x5f\x63\157\156\x74\x65\156\x74"], trim($e_tag), trim($e_attributes) ?? ''); FyLAs: DKZci: } Uxbkl: K0wqD: T8lUq: $this->post["\x70\x6f\163\x74\x5f\x63\x6f\x6e\164\x65\x6e\164"] = $this->remove_absolute_links($this->post["\154\151\x6e\153"], $this->post["\x70\157\x73\164\x5f\x63\157\156\x74\x65\x6e\164"]); $this->post["\x70\157\163\164\137\145\170\x63\145\x72\x70\164"] = $this->remove_absolute_links($this->post["\x6c\x69\156\x6b"], $this->post["\160\x6f\163\164\x5f\145\x78\143\x65\162\x70\x74"]); $this->post["\x70\157\163\x74\x5f\x65\170\143\145\162\160\164"] = $this->fix_excerpt($this->post["\x70\x6f\x73\x74\137\x65\170\x63\x65\162\x70\164"]); $this->parse_feed_log("\x49\156\x73\145\162\164\x69\156\x67\x20\x61\40\x6e\x65\x77\x20\160\x6f\163\164\x20\151\x6e\x74\157\x20\164\150\145\40\127\157\162\x64\x50\162\x65\163\163\x20\x64\141\164\x61\142\x61\163\x65"); unset($this->post["\147\x75\151\x64"]); cseo_disable_kses(); $post_id = @wp_insert_post($this->post, true); cseo_enable_kses(); if (!$this->current_feed["\157\x70\164\151\x6f\x6e\x73"]["\144\x65\154\x61\171"]) { goto OVQ7y; } $this->parse_feed_log("\104\141\x6c\141\171\40\146\x6f\x72\40" . $this->current_feed["\x6f\160\x74\151\157\156\x73"]["\x64\x65\154\141\x79"] . "\x20\x73\145\x63\x6f\156\x64\50\163\x29"); sleep($this->current_feed["\157\160\164\151\x6f\x6e\x73"]["\x64\x65\x6c\141\x79"]); OVQ7y: if (!is_wp_error($post_id)) { goto dZ7T1; } $wp_insert_post_error = "\x49\156\x74\x65\x72\x6e\x61\x6c\x20\127\157\162\x64\x50\162\145\163\163\x20\x65\162\x72\157\x72\x2e\40" . $post_id->get_error_message($post_id->get_error_code()); goto CdXGW; dZ7T1: if (!is_object($this->current_feed["\165\162\x6c"])) { goto HoXjO; } $res = add_post_meta($post_id, "\x63\x79\x62\145\162\x73\145\157\137\x72\x73\x73\x5f\163\157\x75\162\x63\145", $this->current_feed["\x75\x72\154"]->get_id()); goto p8qY1; HoXjO: $res = add_post_meta($post_id, "\143\x79\142\x65\162\163\145\157\x5f\162\x73\163\137\163\157\165\x72\x63\145", $this->current_feed["\165\162\x6c"]); p8qY1: if ($res) { goto V1FAj; } $this->parse_feed_log("\103\x61\x6e\x27\164\x20\163\x61\166\x65\x20\x74\150\x65\40\146\145\x65\144\40\x73\157\165\162\143\x65\x20\x55\x52\x4c"); $wp_insert_post_error = "\x43\141\x6e\x27\x74\40\163\141\x76\145\40\x74\x68\x65\x20\x66\145\145\144\40\163\x6f\165\x72\x63\x65\x20\x55\122\x4c\56"; goto fqv6M; V1FAj: $wp_insert_post_error = false; fqv6M: CdXGW: if (!($this->current_feed["\157\x70\164\x69\x6f\156\x73"]["\x70\x6f\163\x74\137\164\x65\155\x70\154\141\164\145"] !== "\x64\145\x66\x61\x75\x6c\x74")) { goto QGmQD; } add_post_meta($post_id, "\x5f\167\x70\137\x70\141\147\145\x5f\164\x65\155\160\x6c\x61\x74\x65", $this->current_feed["\x6f\160\164\151\157\x6e\163"]["\x70\x6f\x73\164\137\x74\x65\x6d\x70\x6c\x61\164\145"]); QGmQD: if (!$wp_insert_post_error) { goto PCogr; } if (!$this->show_report) { goto ouJlA; } echo "\x3c\142\162\76" . $wp_insert_post_error . "\74\x62\x72\x3e"; ouJlA: $wp_upload_dir = wp_upload_dir(); if (!count($media_urls)) { goto p7LtE; } $media_urls = array_values(array_unique($media_urls)); foreach ($media_urls as $url) { preg_match("\57\134\57\x77\160\55\x63\157\x6e\164\x65\156\x74\134\x2f\50\56\52\x3f\51\44\x2f", $url, $link_match); preg_match("\x2f\x2e\52\x3f\x5c\x2f\x77\x70\x2d\143\157\x6e\x74\x65\156\x74\x5c\57\57", $wp_upload_dir["\x70\141\164\x68"], $path_match); if (isset($path_match[0]) && isset($link_match[1])) { goto Z4Jq2; } @unlink(str_replace($wp_upload_dir["\x75\x72\154"], $wp_upload_dir["\x70\x61\164\x68"], $url)); goto rToDM; Z4Jq2: @unlink($path_match[0] . $link_match[1]); rToDM: ao8mN: } q0hxQ: p7LtE: $this->parse_feed_log($wp_insert_post_error . PHP_EOL); @wp_delete_post($post_id, true); return; PCogr: $this->parse_feed_log("\104\157\x6e\145"); if (!(function_exists("\160\x6c\154\137\x73\x65\x74\137\x70\157\x73\164\x5f\154\141\x6e\147\165\141\x67\145") && function_exists("\x70\x6c\154\x5f\163\x61\166\145\x5f\160\x6f\163\x74\137\164\162\141\x6e\x73\154\141\164\x69\157\x6e\x73"))) { goto NcKSq; } if (!($this->current_feed["\157\x70\x74\151\157\156\x73"]["\160\x6f\154\x79\154\141\156\x67\x5f\x6c\x61\x6e\147\x75\141\147\145"] !== '')) { goto v5tWm; } $this->polylang_translations[$this->current_feed["\157\160\164\151\x6f\156\x73"]["\160\x6f\x6c\x79\x6c\141\156\147\137\154\141\x6e\147\x75\141\147\x65"]] = $post_id; pll_set_post_language($post_id, $this->current_feed["\x6f\160\164\151\157\156\163"]["\160\x6f\x6c\171\154\141\x6e\x67\x5f\x6c\x61\x6e\x67\165\141\147\145"]); pll_save_post_translations($this->polylang_translations); v5tWm: NcKSq: if (!($this->current_feed["\x6f\160\164\x69\157\x6e\x73"]["\160\x6f\x73\164\x5f\146\x6f\x72\155\141\164"] !== "\x64\145\146\x61\165\x6c\x74")) { goto LaT63; } set_post_format($post_id, $this->current_feed["\x6f\x70\x74\151\157\x6e\163"]["\160\x6f\x73\x74\137\x66\157\162\x6d\x61\x74"]); LaT63: if (add_post_meta($post_id, "\143\171\x62\145\162\x73\145\157\x5f\160\x6f\x73\x74\137\x6e\141\x6d\145", $cyberseo_post_name)) { goto jCm3R; } $this->parse_feed_log("\x43\141\156\47\x74\40\163\x61\166\x65\40\x74\x68\x65\x20\x70\157\163\x74\40\156\x61\155\x65"); $this->parse_feed_log("\x54\150\145\x20\160\157\163\x74\40\167\x69\x6c\x6c\40\156\157\164\x20\x62\x65\40\141\x64\x64\145\x64" . PHP_EOL); wp_delete_post($post_id, true); return; jCm3R: if (add_post_meta($post_id, "\x63\x79\x62\x65\x72\163\x65\157\137\160\x6f\x73\x74\x5f\x6c\151\156\x6b", $this->post["\x6c\x69\x6e\x6b"])) { goto z3UuC; } $this->parse_feed_log("\x43\141\156\x27\164\40\x73\x61\166\x65\40\x74\x68\145\40\x70\x6f\163\x74\40\x55\122\114"); $this->parse_feed_log("\124\150\x65\40\x70\x6f\163\164\40\x77\x69\x6c\154\40\156\157\x74\x20\142\145\40\x61\144\144\x65\x64" . PHP_EOL); wp_delete_post($post_id, true); return; z3UuC: if ($this->current_feed["\x6f\160\164\x69\x6f\156\163"]["\x70\x6f\163\164\x5f\154\x69\146\x65\x74\151\155\x65"] > 0) { goto oVNfq; } $res = add_post_meta($post_id, "\143\171\x62\145\162\163\x65\157\x5f\x70\x6f\163\164\x5f\154\151\146\145\x74\x69\x6d\145", 2147483647); goto B1YRz; oVNfq: $res = add_post_meta($post_id, "\143\x79\x62\x65\x72\163\x65\x6f\x5f\160\157\x73\164\x5f\x6c\151\x66\145\x74\x69\x6d\145", time() + $this->current_feed["\157\160\x74\x69\x6f\x6e\x73"]["\160\157\x73\x74\x5f\154\x69\x66\x65\x74\x69\x6d\x65"] * 3600); B1YRz: if ($res) { goto ZrBJk; } $this->parse_feed_log("\103\x61\156\47\x74\40\x73\141\x76\x65\x20\164\x68\145\40\x70\157\163\164\x20\154\x69\x66\x65\x74\151\155\145"); $this->parse_feed_log("\x54\150\145\x20\x70\x6f\x73\164\x20\167\151\154\154\40\156\157\164\x20\x62\145\x20\141\144\x64\145\144" . PHP_EOL); wp_delete_post($post_id, true); return; ZrBJk: foreach ($this->post["\143\165\x73\164\x6f\155\x5f\x66\x69\145\154\x64\x73"] as $name => $value) { cseo_disable_kses(); if (add_post_meta($post_id, $name, $value, true)) { goto QTtQF; } update_post_meta($post_id, $name, $value); QTtQF: cseo_enable_kses(); iZgLE: } NyXFJ: $args = ["\x70\x75\x62\154\151\x63" => true, "\x5f\x62\x75\151\x6c\164\151\156" => false]; $output = "\157\142\152\x65\x63\x74\x73"; $operator = "\141\156\x64"; $taxonomies = get_taxonomies($args, $output, $operator); foreach ($taxonomies as $taxonomy) { if (!(in_array($this->post["\160\x6f\163\x74\137\164\x79\160\x65"], $taxonomy->object_type) && isset($this->post["\x63\165\x73\x74\x6f\x6d\x5f\164\x61\170\157\x6e\x6f\x6d\151\145\163"][$taxonomy->name]))) { goto xD2HV; } wp_set_object_terms($post_id, explode("\54", $this->parse_special_keywords($this->post["\x63\x75\163\164\157\x6d\137\x74\x61\170\157\156\157\155\151\x65\163"][$taxonomy->name])), $taxonomy->name, true); xD2HV: PZf9c: } itDqy: if (!($this->current_feed["\x6f\x70\x74\x69\x6f\156\x73"]["\x61\x64\144\137\164\x6f\x5f\x6d\145\144\x69\x61\137\x6c\151\142\162\141\162\171"] === "\x6f\x6e")) { goto T_3f6; } if (!($this->current_feed["\157\160\x74\151\x6f\156\x73"]["\x73\145\164\x5f\x74\x68\x75\155\x62\156\x61\151\154"] === "\164\x68\x75\155\142\x5f\146\x69\x65\154\144" && !empty($this->post["\143\165\163\x74\x6f\155\x5f\146\x69\145\x6c\144\163"]["\164\x68\165\x6d\142"]))) { goto GaHke; } $this->image_urls[] = $this->post["\x63\165\x73\x74\157\155\137\146\151\x65\x6c\x64\163"]["\164\150\165\x6d\x62"]; GaHke: if (!count($this->image_urls)) { goto SlyaP; } global $post; $post = get_post($post_id); $this->parse_feed_log("\101\x64\144\151\x6e\x67\40\151\x6d\x61\x67\145\163\x20\x74\157\x20\164\x68\x65\40\115\145\144\x69\x61\40\114\151\x62\x72\x61\162\171"); $i = 0; UQ3ZJ: if (!($i < count($this->image_urls))) { goto JGXsN; } if (!(isset($this->image_urls[$i]) && strpos($this->image_urls[$i], "\57\57") != 0)) { goto pfz3k; } $image_url = $this->image_urls[$i]; $upload_dir = wp_upload_dir(); if (file_exists($upload_dir["\x70\x61\x74\x68"] . "\57" . basename($image_url))) { goto XEfQ2; } $image_url = cseo_save_image($image_url, $title); XEfQ2: $img_path = str_replace($upload_dir["\x75\x72\x6c"], $upload_dir["\x70\141\x74\150"], $image_url); $attachment_id = attachment_url_to_postid($image_url); if (!(file_exists($img_path) && filesize($img_path))) { goto I6qcc; } if ($attachment_id) { goto caZRK; } $wp_filetype = wp_check_filetype($upload_dir["\160\x61\x74\x68"] . basename($image_url), null); $attachment = ["\x70\157\x73\x74\x5f\155\x69\155\145\x5f\164\x79\160\145" => $wp_filetype["\x74\x79\160\x65"], "\x70\157\x73\x74\137\164\151\x74\x6c\145" => preg_replace("\57\134\x2e\x5b\136\56\x5d\53\44\57", '', $post->post_title), "\160\157\x73\x74\137\x63\157\x6e\x74\x65\156\164" => '', "\x70\157\163\x74\x5f\x73\164\x61\164\x75\x73" => "\x69\156\150\145\162\151\x74"]; $attachment_id = wp_insert_attachment($attachment, $upload_dir["\160\141\164\150"] . "\57" . basename($image_url), $post_id); cseo_disable_kses(); wp_update_post(["\x49\x44" => $attachment_id, "\160\x6f\x73\x74\x5f\x70\141\162\x65\156\x74" => $post_id]); cseo_enable_kses(); require_once ABSPATH . "\167\x70\x2d\x61\x64\155\x69\156\x2f\x69\x6e\x63\x6c\x75\144\x65\163\x2f\x69\x6d\141\147\145\x2e\160\150\x70"; require_once ABSPATH . "\x77\160\55\x61\x64\x6d\x69\x6e\x2f\151\156\x63\x6c\x75\x64\x65\x73\x2f\x6d\x65\144\151\x61\x2e\160\x68\x70"; $attachment_data = wp_generate_attachment_metadata($attachment_id, $upload_dir["\x70\141\x74\150"] . "\x2f" . basename($image_url)); wp_update_attachment_metadata($attachment_id, $attachment_data); caZRK: I6qcc: if (!$this->show_report) { goto l5qdn; } echo str_repeat("\x20", 1024); flush(); l5qdn: pfz3k: SYNg2: $i++; goto UQ3ZJ; JGXsN: cseo_disable_kses(); wp_update_post($post); cseo_enable_kses(); $this->parse_feed_log("\104\157\x6e\145"); SlyaP: T_3f6: if (!(strpos($this->post["\x70\x6f\x73\164\137\143\157\156\x74\145\x6e\164"], "\x63\x79\142\145\x72\x73\145\157\x5f\147\141\154\x6c\145\162\171") !== false)) { goto WkwXw; } global $post; $post = get_post($post_id); if (!preg_match_all("\x2f\x5c\133\x63\x79\x62\x65\162\x73\x65\157\137\x67\141\x6c\x6c\145\x72\x79\56\x2a\x3f\134\x5d\57", $post->post_content, $matches)) { goto UONKa; } $this->parse_feed_log("\107\x65\x6e\x65\x72\x61\164\151\x6e\x67\40\141\x6e\144\40\141\164\x74\141\143\x68\151\156\147\40\x69\155\141\x67\x65\40\x67\141\x6c\154\145\162\x79"); foreach ($matches[0] as $shortcode) { $atts = shortcode_parse_atts(str_replace("\x5d", "\x20\135", cseo_remove_emojis(cseo_strip_tags($this->parse_special_keywords(cseo_apply_spintax(stripslashes($shortcode))))))); $content = cyberseo_gallery_shortcode($atts); if (!($content === false)) { goto m36ol; } $this->parse_feed_log("\x54\x68\145\40\160\x6c\165\147\x69\x6e\x20\x77\x61\x73\x20\x75\x6e\x61\142\154\145\x20\x74\x6f\40\147\x65\x6e\x65\162\141\164\145\40\x61\x20\147\141\154\154\x65\x72\x79"); $this->parse_feed_log("\124\150\145\40\160\x6f\x73\x74\x20\167\x69\x6c\154\x20\x6e\x6f\x74\40\x62\x65\x20\141\x64\144\145\x64" . PHP_EOL); $this->delete_post_media($post_id); wp_delete_post($post_id, true); return; m36ol: $post->post_content = str_replace($shortcode, $content, $post->post_content); lKqmj: } OP3kv: cseo_disable_kses(); wp_update_post($post); cseo_enable_kses(); $this->parse_feed_log("\x44\x6f\156\x65"); UONKa: WkwXw: if (!(strpos($this->post["\160\x6f\x73\164\x5f\x63\x6f\x6e\x74\145\x6e\x74"], "\151\155\x61\147\145\x5f\147\141\x6c\154\x65\x72\171") !== false)) { goto nx6ae; } global $post; $post = get_post($post_id); if (!preg_match_all("\x2f\134\133\x69\x6d\141\x67\x65\x5f\x67\x61\154\154\x65\162\171\x2e\x2a\77\x5c\135\x2f", $post->post_content, $matches)) { goto b7tFp; } $this->parse_feed_log("\x47\145\x6e\x65\162\141\164\x69\156\147\40\141\156\x64\x20\141\x74\164\x61\x63\x68\x69\x6e\147\x20\151\x6d\x61\147\x65\40\x67\141\x6c\154\x65\162\x79"); foreach ($matches[0] as $shortcode) { $atts = shortcode_parse_atts(str_replace("\x5d", "\x20\135", cseo_remove_emojis(cseo_strip_tags($this->parse_special_keywords(cseo_apply_spintax(stripslashes($shortcode))))))); $content = cyberseo_gallery_shortcode($atts); if (!($content === false)) { goto bM6X6; } $this->parse_feed_log("\x54\150\x65\40\x70\x6c\165\147\151\156\40\167\141\163\x20\165\156\141\x62\x6c\145\x20\164\157\x20\147\x65\x6e\x65\162\x61\x74\x65\x20\x61\x20\x67\141\154\154\x65\x72\171"); $this->parse_feed_log("\124\x68\145\40\160\x6f\x73\164\x20\167\151\154\x6c\x20\x6e\157\x74\40\142\x65\40\141\144\144\145\144" . PHP_EOL); $this->delete_post_media($post_id); wp_delete_post($post_id, true); return; bM6X6: $post->post_content = str_replace($shortcode, $content, $post->post_content); Q47ZT: } T8fxS: cseo_disable_kses(); wp_update_post($post); cseo_enable_kses(); $this->parse_feed_log("\104\x6f\x6e\145"); b7tFp: nx6ae: if (!count($cseo_images_to_attach)) { goto VTYKD; } $attach_ids = []; foreach ($cseo_images_to_attach as $image) { if (!strlen(trim($image["\x75\162\x6c"]))) { goto OhJ2r; } if ($image["\164\151\x74\154\145"] !== '') { goto qHyzq; } $attach_id = cseo_add_image_to_library($image["\x75\x72\x6c"], stripslashes($this->post["\x70\x6f\163\164\137\x74\x69\x74\154\x65"]), $post_id); goto hRsIe; qHyzq: $attach_id = cseo_add_image_to_library($image["\x75\x72\154"], $image["\164\x69\164\154\x65"], $post_id); hRsIe: if (!$attach_id) { goto aKE2I; } $attach_ids[] = $attach_id; aKE2I: OhJ2r: eDGCN: } QbRj6: if ($this->current_feed["\157\x70\164\x69\x6f\156\163"]["\x73\145\x74\137\x74\x68\x75\x6d\x62\x6e\141\x69\x6c"] === "\x66\x69\162\163\164\137\151\x6d\141\147\145") { goto G4hyF; } if ($this->current_feed["\x6f\160\164\151\157\x6e\163"]["\163\145\x74\137\164\150\165\x6d\x62\x6e\x61\x69\x6c"] === "\154\141\163\164\137\151\155\x61\x67\x65") { goto eQtqY; } if ($this->current_feed["\157\x70\x74\151\x6f\x6e\163"]["\x73\x65\x74\137\164\x68\x75\155\142\x6e\141\151\154"] === "\162\x61\156\144\x6f\x6d\x5f\151\155\x61\x67\x65") { goto O2gmk; } goto ZYUcd; G4hyF: $image_url = $attach_ids[0]; goto ZYUcd; eQtqY: $image_url = $attach_ids[count($attach_ids) - 1]; goto ZYUcd; O2gmk: $image_url = $attach_ids[rand(0, count($attach_ids) - 1)]; ZYUcd: VTYKD: if (!($this->current_feed["\157\160\164\151\x6f\156\x73"]["\x73\x65\x74\x5f\164\x68\x75\x6d\142\x6e\141\151\154"] !== "\156\157\137\x74\x68\165\x6d\142")) { goto nQ1MP; } if (isset($image_url)) { goto bH_f7; } if (!(preg_match_all("\x2f\163\x72\143\x2e\77\75\56\x3f\133\x22\x27\135\x68\164\x74\x70\x73\x3a\x5c\x2f\134\57\x28\x77\x77\x77\x5c\x2e\x29\77\171\157\x75\164\x75\x62\x65\134\x2e\x63\157\x6d\x5c\x2f\145\155\x62\145\144\x5c\x2f\50\56\x2a\77\51\x5b\x22\x27\134\x3f\x5d\57\x69\163", stripslashes($this->post["\160\x6f\163\x74\137\x63\157\x6e\x74\145\x6e\164"] . $this->post["\x70\157\x73\164\137\145\170\143\145\162\160\164"]), $matches) && count($matches[2]))) { goto JLI86; } if ($this->current_feed["\157\160\164\x69\x6f\156\163"]["\163\145\164\137\x74\150\x75\155\142\156\141\151\154"] === "\146\151\x72\163\x74\137\x69\x6d\x61\x67\145") { goto CGVTB; } if ($this->current_feed["\157\x70\164\x69\x6f\156\x73"]["\163\145\x74\x5f\164\x68\x75\155\142\156\x61\x69\154"] === "\154\141\x73\164\137\151\x6d\141\147\x65") { goto GOGoA; } $image_url = "\150\x74\x74\x70\x73\x3a\x2f\57\151\155\147\56\171\157\x75\164\165\x62\145\x2e\143\157\x6d\x2f\166\x69\x2f" . $matches[2][rand(0, count($matches[2]) - 1)] . "\57\x6d\x61\170\x72\145\163\144\x65\146\x61\x75\154\164\x2e\152\x70\x67"; goto pVdvF; CGVTB: $image_url = "\150\x74\x74\160\163\x3a\57\57\x69\x6d\147\56\171\x6f\165\x74\165\142\145\x2e\x63\157\x6d\57\x76\151\x2f" . $matches[2][0] . "\x2f\155\141\170\162\x65\x73\144\145\x66\141\x75\x6c\x74\x2e\x6a\x70\147"; goto pVdvF; GOGoA: $image_url = "\x68\164\164\x70\163\72\57\57\151\155\x67\x2e\x79\x6f\x75\164\x75\x62\145\x2e\x63\157\155\57\x76\x69\57" . $matches[2][count($matches[2] - 1)] . "\57\155\x61\x78\x72\145\163\144\145\x66\x61\x75\x6c\164\x2e\x6a\160\x67"; pVdvF: JLI86: bH_f7: if (!($this->current_feed["\x6f\160\x74\x69\x6f\x6e\163"]["\x73\145\164\137\x74\150\165\155\x62\156\x61\151\x6c"] === "\141\154\164\x65\162\156\141\x74\x69\166\x65\x5f\x69\155\x61\x67\145" || !isset($image_url))) { goto vZsDf; } if (strlen(trim($this->current_feed["\x6f\x70\164\151\157\156\x73"]["\141\154\x74\x5f\160\157\x73\x74\137\x74\150\165\155\x62\x6e\x61\151\154\x5f\163\162\143"]))) { goto z8pUr; } $this->parse_feed_log("\116\x6f\x20\141\x6c\164\145\162\x6e\141\164\151\x76\145\40\151\155\x61\147\x65\x20\x73\157\x75\162\x63\x65\40\163\x70\145\x63\151\x66\x69\x65\144"); goto iZqDw; z8pUr: $image_url = $this->parse_special_keywords($this->current_feed["\x6f\160\x74\x69\x6f\x6e\163"]["\x61\154\x74\137\160\157\163\164\x5f\164\150\x75\x6d\x62\x6e\x61\151\154\x5f\163\x72\x63"]); iZqDw: vZsDf: if (empty($image_url)) { goto YAH51; } if (cseo_check_image_size($image_url, $this->current_feed["\157\x70\x74\151\157\x6e\x73"]["\164\150\x75\x6d\x62\137\163\162\143\x5f\x6d\x69\156\x5f\x77\x69\x64\x74\150"], $this->current_feed["\157\160\164\x69\x6f\156\x73"]["\x74\150\165\155\142\x5f\163\162\x63\137\155\x61\170\x5f\167\x69\144\164\150"], $this->current_feed["\157\x70\164\151\x6f\x6e\x73"]["\164\x68\165\x6d\x62\137\x73\x72\143\x5f\x6d\x69\x6e\x5f\x68\x65\151\x67\150\x74"], $this->current_feed["\x6f\160\164\151\x6f\x6e\x73"]["\164\x68\165\155\x62\x5f\x73\162\x63\137\155\x61\x78\x5f\x68\x65\151\147\x68\x74"])) { goto EcesW; } $this->parse_feed_log("\x54\x68\145\x20\164\x68\165\x6d\x62\x6e\141\x69\x6c\40\163\x6f\x75\162\143\145\40\x69\155\x61\x67\x65\x20\x64\x6f\145\x73\40\x6e\x6f\x74\x20\155\x61\164\x63\x68\x20\x74\x68\145\x20\x73\160\x65\143\x69\x66\x69\145\x64\40\x73\x69\172\x65\x20\x6c\151\155\151\164\x73"); goto TczE2; EcesW: if ($this->current_feed["\x6f\x70\164\x69\x6f\156\163"]["\x75\163\x65\137\146\x69\146\165"] !== "\x6f\x6e") { goto Ygssx; } if (function_exists("\x66\x69\x66\165\x5f\144\x65\166\x5f\163\x65\164\137\x69\x6d\x61\147\x65") && ($thumb_id = fifu_dev_set_image($post_id, $image_url))) { goto JeU4n; } $this->parse_feed_log("\x54\150\x65\40\x70\x6f\x73\164\40\x74\x68\x75\155\142\x6e\x61\x69\x6c\x20\x68\141\163\40\156\x6f\x74\x20\x62\x65\145\156\x20\x73\145\164\40\142\145\x63\141\x75\x73\x65\x20\106\111\106\x55\40\x69\x73\40\x6e\157\164\x20\141\143\x74\x69\x76\x65\40\157\x72\40\x74\x68\145\x20\x69\x6d\x61\x67\145\40\x73\x6f\x75\162\143\x65\x20\151\163\x20\151\156\x76\x61\154\x69\144"); goto LFG2P; JeU4n: if (cseo_is_binary($image_url)) { goto deUB5; } $this->parse_feed_log("\x54\150\x65\x20\164\150\165\155\142\156\x61\x69\154\x20\163\x6f\165\162\x63\x65\x20\151\x6d\x61\147\145\x20\167\141\x73\x20\156\x6f\164\x20\146\157\x75\x6e\144\x20\x6f\x72\x20\142\x72\x6f\153\x65\x6e"); $thumb_id = false; goto yugQZ; deUB5: $this->parse_feed_log("\x54\150\145\40\160\x6f\163\x74\40\164\x68\x75\x6d\142\156\141\151\x6c\x20\x69\x73\x20\156\x6f\x77\x20\150\x61\x6e\144\154\x65\x64\40\x62\x79\x20\106\111\106\x55"); yugQZ: LFG2P: goto Nh3a0; Ygssx: $thumb_id = cseo_attach_post_thumbnail($post_id, $image_url, $this->post["\160\157\x73\164\x5f\164\151\164\154\145"]); if (!($thumb_id !== false)) { goto gJY6W; } $this->parse_feed_log("\124\150\x65\x20\x70\x6f\163\164\40\164\150\x75\x6d\142\156\x61\151\154\x20\150\x61\163\x20\142\145\145\156\x20\x73\165\143\x63\x65\163\x73\x66\x75\x6c\x6c\x79\40\147\145\x6e\145\x72\x61\164\x65\x64\40\x61\156\x64\x20\163\141\x76\145\144\40\x74\157\x20\164\x68\145\40\150\157\x73\x74"); gJY6W: Nh3a0: TczE2: YAH51: if (!($this->current_feed["\157\160\x74\151\x6f\156\163"]["\x72\x65\161\x75\151\x72\145\x5f\164\x68\x75\155\142\156\x61\151\x6c"] === "\157\156" && empty($thumb_id))) { goto dw0iv; } $this->parse_feed_log("\124\x68\145\40\160\154\165\147\x69\x6e\x20\167\141\x73\x20\165\156\141\x62\154\x65\x20\x74\x6f\40\x67\145\156\x65\x72\141\164\145\x20\141\x20\x70\157\x73\x74\40\164\x68\165\155\x62\x6e\141\x69\154" . PHP_EOL); $this->delete_post_media($post_id); wp_delete_post($post_id, true); return; dw0iv: if (!isset($post_thumb_src)) { goto X5g5E; } if (add_post_meta($post_id, "\143\171\x62\x65\x72\163\x65\157\137\x74\x68\165\x6d\x62\137\163\157\165\x72\x63\145", $post_thumb_src)) { goto ie55w; } $this->parse_feed_log("\103\x61\156\47\164\x20\x73\x61\x76\x65\40\164\150\145\40\160\x6f\x73\164\x20\x74\x68\165\x6d\x62\x6e\141\x69\x6c\40\163\x6f\165\x72\143\x65\x20\x55\122\114" . PHP_EOL); $this->delete_post_media($post_id); wp_delete_post($post_id, true); return; ie55w: X5g5E: nQ1MP: if (!(is_array($this->post["\143\157\155\155\145\156\164\x73"]) && count($this->post["\x63\157\155\155\145\x6e\164\163"]))) { goto qlCUQ; } foreach ($this->post["\x63\x6f\x6d\155\x65\156\164\163"] as $comment) { $comment["\x63\x6f\155\155\145\x6e\x74\137\160\157\x73\x74\x5f\x49\104"] = $post_id; if (!strlen(trim($comment["\143\157\155\155\x65\156\x74\x5f\143\x6f\x6e\x74\x65\x6e\x74"] ?? ''))) { goto cy8Yh; } $comment["\143\157\155\x6d\x65\x6e\x74\137\143\157\156\x74\x65\156\164"] = cseo_morph_content($comment["\x63\x6f\155\x6d\x65\156\164\x5f\x63\x6f\x6e\x74\x65\156\164"]); wp_insert_comment($comment); cy8Yh: gmaGW: } PlXfT: qlCUQ: if (!(get_post_meta($post_id, "\x63\x79\x62\145\162\x73\x65\157\137\x72\163\x73\137\x73\x6f\165\x72\143\x65", true) === '')) { goto E4kQZ; } $this->parse_feed_log("\125\x6e\x61\x62\x6c\x65\x20\x74\x6f\x20\163\145\x74\x20\164\150\x65\40\x63\x79\142\145\x72\x73\x65\157\x5f\x72\163\x73\137\x73\x6f\x75\162\143\145\x20\x66\x69\154\x65\144"); $this->parse_feed_log("\x54\x68\x65\x20\x70\x6f\x73\164\40\x77\x69\154\x6c\x20\x6e\x6f\x74\x20\142\x65\x20\x61\144\x64\145\144" . PHP_EOL); $this->delete_post_media($post_id); wp_delete_post($post_id, true); return; E4kQZ: $this->count++; $this->parse_feed_log("\116\x65\167\x20\160\157\x73\164\x20\x74\151\164\x6c\145\72\40" . cseo_fix_white_spaces(trim(strip_tags(stripslashes($this->post["\x70\157\x73\164\137\x74\x69\164\154\x65"]))))); $this->parse_feed_log("\116\x65\x77\40\160\x6f\x73\164\x20\x49\104\72\40" . $post_id . PHP_EOL); if (!has_action("\167\160\x6d\154\137\163\x77\x69\164\143\x68\x5f\154\141\x6e\147\165\141\147\145")) { goto Tg7go; } do_action("\x77\160\x6d\154\x5f\x73\x77\151\x74\x63\x68\x5f\154\141\x6e\x67\x75\x61\x67\x65", null); Tg7go: } function getCategoryIds($category_names) { global $wpdb; $cat_ids = []; if (!is_array($category_names)) { goto nbTMl; } foreach ($category_names as $cat_name) { if (function_exists("\x74\145\x72\x6d\x5f\x65\x78\x69\x73\164\163")) { goto uPoU0; } $cat_name_escaped = addslashes($cat_name); $results = $wpdb->get_results("\x53\x45\x4c\x45\103\124\40\x63\141\x74\x5f\x49\104\x20\106\122\117\x4d\40{$wpdb->prefix}\x63\x61\x74\145\147\157\162\x69\x65\163\40\127\110\105\x52\105\x20\50\x4c\117\x57\x45\122\50\143\141\x74\x5f\156\x61\x6d\145\x29\40\x3d\40\x4c\x4f\x57\x45\x52\x28\47{$cat_name_escaped}\x27\x29\51"); if ($results) { goto lSqC2; } if ($this->current_feed["\x6f\160\164\151\157\156\x73"]["\165\x6e\144\x65\x66\x69\x6e\145\x64\x5f\143\141\164\145\147\x6f\x72\x79"] === "\x63\x72\145\141\x74\145\x5f\x6e\x65\x77") { goto SYcWD; } goto PCdOA; lSqC2: foreach ($results as $term) { $cat_ids[] = (int) $term->cat_ID; MEatN: } C0mck: goto PCdOA; SYcWD: if (function_exists("\167\160\x5f\x69\x6e\x73\145\162\x74\137\x63\141\x74\x65\147\x6f\162\x79")) { goto Rfflx; } $cat_name_sanitized = sanitize_title($cat_name); $wpdb->query("\111\x4e\x53\105\122\x54\40\x49\116\124\x4f\x20{$wpdb->prefix}\143\x61\x74\145\x67\x6f\162\151\145\163\40\123\105\124\40\x63\x61\x74\x5f\156\x61\155\145\75\x27{$cat_name_escaped}\x27\x2c\x20\143\x61\x74\x65\x67\x6f\162\171\137\x6e\151\143\x65\156\x61\x6d\x65\75\47{$cat_name_sanitized}\47"); $cat_id = $wpdb->insert_id; goto wP_Jd; Rfflx: $cat_id = wp_insert_category(["\x63\141\x74\x5f\156\x61\155\145" => $cat_name]); wP_Jd: $cat_ids[] = $cat_id; PCdOA: goto JssY0; uPoU0: $cat_id = term_exists($cat_name, "\x63\141\x74\145\147\157\x72\x79"); if ($cat_id) { goto Be7Ci; } if ($this->current_feed["\x6f\160\x74\151\x6f\156\x73"]["\x75\x6e\x64\145\146\x69\156\x65\x64\137\143\141\x74\x65\x67\x6f\x72\x79"] === "\x63\x72\145\x61\x74\x65\x5f\x6e\145\x77") { goto aoT_v; } goto VUd8g; Be7Ci: $cat_ids[] = $cat_id["\x74\x65\x72\155\137\x69\144"]; goto VUd8g; aoT_v: $term = wp_insert_term($cat_name, "\143\x61\x74\x65\x67\x6f\162\171"); if (!(!is_wp_error($term) && isset($term["\x74\x65\162\155\x5f\x69\144"]))) { goto z2jiD; } $cat_ids[] = $term["\x74\145\162\155\137\x69\144"]; z2jiD: VUd8g: JssY0: jhrx8: } OMk2i: nbTMl: if (!(count($cat_ids) != 0)) { goto O4Tml; } $cat_ids = array_unique($cat_ids); O4Tml: return $cat_ids; } function categoryChecklist($post_id = 0, $descendents_and_self = 0, $selected_cats = false) { wp_category_checklist($post_id, $descendents_and_self, $selected_cats); } function showChangeBox($change_selected, $name) { if (!$change_selected) { goto z6MFg; } echo "\74\151\x6e\x70\x75\164\40\x74\171\160\x65\75\42\143\150\145\143\x6b\142\157\170\42\40\x73\164\x79\x6c\145\75\42\142\157\162\x64\x65\162\55\x63\157\x6c\157\x72\x3a\x20\162\x65\x64\73\42\x20\156\141\155\x65\x3d\42" . "\x63\x68\153\x5f" . $name . "\x22\40\x69\x64\x3d\x22" . "\143\150\153\137" . $name . "\x22\76\x20"; z6MFg: } function showSettings($islocal, $settings, $change_selected = false) { echo "\x20\x20\40\40\40\x20\40\x20\74\x66\157\x72\155\40\156\x61\x6d\x65\75\x22\x66\x65\x65\x64\137\163\145\164\x74\x69\x6e\147\x73\x22\40\x61\143\164\x69\157\156\x3d\42"; echo preg_replace("\57\134\x26\x65\x64\151\x74\55\146\x65\145\144\x2d\x69\x64\x5c\75\133\60\x2d\x39\135\x2b\57", '', cseo_REQUEST_URI()); echo "\42\x20\x6d\x65\x74\150\x6f\144\x3d\42\x70\157\163\x74\42\x3e\xd\12\xd\xa\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\74\x69\156\160\x75\164\x20\x74\171\160\145\75\x22\x68\x69\x64\x64\x65\156\42\x20\x6e\x61\x6d\x65\75\x22\x70\x72\x65\163\x65\x74\x22\40\x76\141\x6c\x75\145\x3d\x22"; echo $_POST["\x70\162\x65\x73\145\164\x73"] ?? "\60"; echo "\x22\x3e\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\xd\12\40\40\40\40\x20\x20\40\40\x20\40\40\40"; if (!(isset($_POST["\164\x72\145\x61\164\x5f\141\x73\137\x63\163\x76"]) || ($settings["\x74\162\x65\141\164\x5f\141\x73\x5f\143\163\x76"] ?? '') === "\x6f\x6e")) { goto DCQNw; } echo "\x3c\151\x6e\x70\165\x74\x20\164\171\x70\x65\x3d\x22\150\151\x64\x64\145\x6e\42\40\156\x61\155\x65\75\x22\x74\162\145\141\164\x5f\x61\x73\137\143\163\166\x22\40\x76\x61\x6c\165\145\x3d\42\x6f\x6e\42\76"; DCQNw: echo "\xd\12\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x3c\x75\x6c\40\143\x6c\x61\x73\x73\75\x22\x74\x61\142\163\x22\76\40\15\12\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x3c\154\x69\x20\143\154\x61\x73\163\75\x22\141\x63\x74\151\166\145\x22\x20\162\145\154\75\x22\142\x61\x73\151\143\42\76\x42\x61\163\151\143\x3c\x2f\154\x69\76\15\xa\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x3c\x6c\x69\40\162\x65\154\75\x22\141\144\x76\x61\156\143\145\x64\42\76\101\x64\x76\141\156\x63\145\x64\74\57\x6c\151\x3e\xd\12\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\74\x6c\151\40\162\x65\154\x3d\x22\x65\170\x70\145\x72\164\x22\x3e\105\170\160\x65\x72\164\74\x2f\x6c\151\x3e\15\12\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x3c\154\x69\x20\x72\145\154\75\42\x61\x69\x22\76\x41\x49\40\x61\x72\164\151\143\x6c\x65\x20\147\x65\x6e\x65\162\x61\164\x69\x6f\x6e\x3c\57\x6c\x69\x3e\xd\12\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x3c\154\x69\x20\x72\x65\x6c\x3d\x22\151\155\x61\147\x65\x5f\147\x65\x6e\145\162\x61\x74\151\157\x6e\42\76\x4d\x65\144\151\141\x20\145\156\162\151\143\150\x6d\145\x6e\x74\x3c\57\x6c\x69\76\xd\12\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\74\x6c\151\x20\x72\x65\x6c\x3d\42\x6d\x65\144\151\141\137\150\x61\156\x64\154\x69\x6e\x67\42\x3e\x4d\x65\144\x69\x61\40\150\141\156\x64\154\151\156\147\x3c\57\154\x69\x3e\15\12\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x3c\154\x69\40\x72\145\154\75\42\x66\151\x6c\x74\x65\162\x69\x6e\147\42\x3e\x43\157\x6e\x74\x65\x6e\164\x20\x66\151\154\x74\x65\x72\x69\x6e\x67\x3c\x2f\x6c\151\x3e\xd\12\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\74\x2f\165\x6c\76\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\xd\12\xd\12\40\x20\x20\40\40\40\40\x20\40\40\40\x20\x3c\x64\x69\166\40\151\x64\75\x22\142\141\163\x69\143\x22\x20\x63\154\141\163\163\x3d\x22\x74\x61\x62\x5f\143\x6f\x6e\164\x65\156\x74\x22\76\x20\x20\15\xa\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\74\x62\x72\76\x20\x20\x20\x20\xd\12\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\74\164\x61\142\x6c\145\40\143\154\141\163\x73\75\42\x66\x6f\x72\155\55\x74\141\142\154\145\x20"; if (!$change_selected) { goto RpJcz; } echo "\x63\x73\x65\x6f\55\x66\157\162\155"; RpJcz: echo "\42\x3e\15\12\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20"; if (!$islocal) { goto R9jvC; } if ($this->edit_existing) { goto PS6_g; } if ($this->document_type === "\x49\156\x73\164\141\147\162\x61\155" || $this->document_type === "\x54\167\151\164\164\x65\162") { goto lT8bz; } if ($this->document_type === "\130\x4d\114\40\x53\151\164\x65\x6d\x61\x70") { goto PmBGq; } goto G0up1; lT8bz: $settings["\151\x6e\163\145\162\164\137\155\x65\x64\x69\141\x5f\x61\x74\164\141\x63\150\x6d\145\156\x74\x73"] = "\x74\x6f\x70"; $settings["\163\164\x6f\162\145\137\x69\155\x61\147\x65\x73"] = "\157\156"; goto G0up1; PmBGq: $settings["\145\x78\164\x72\141\143\x74\x5f\x66\x75\154\x6c\137\141\162\x74\x69\x63\154\145\x73"] = "\157\156"; G0up1: PS6_g: echo "\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x3c\x74\x72\76\15\12\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\74\164\150\40\163\x63\x6f\160\x65\x3d\42\x72\x6f\x77\x22\76\x46\x65\145\x64\40\x74\x69\164\154\x65\x3c\x2f\x74\x68\76\15\12\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x3c\164\x64\76\xd\12\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x3c\151\x6e\x70\165\164\x20\x74\171\x70\x65\x3d\x22\x74\x65\170\x74\x22\40\x6e\x61\x6d\x65\75\42\x66\x65\x65\x64\x5f\x74\x69\x74\x6c\x65\42\x20\163\x74\171\x6c\x65\x3d\x22\167\x69\144\164\150\x3a\61\x30\60\x25\42\x20\166\141\154\165\145\75\x22"; echo $this->edit_existing ? htmlentities($this->feeds[(int) $_GET["\x65\144\x69\164\x2d\146\x65\x65\x64\x2d\151\144"]]["\164\x69\164\x6c\x65"], ENT_QUOTES) : htmlentities($this->feed_title, ENT_QUOTES); echo "\42\x3e\xd\xa\40\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x3c\x70\x20\x63\154\x61\163\x73\75\42\144\145\163\143\x72\x69\x70\164\151\x6f\x6e\42\x3e\x41\40\x74\x69\164\154\x65\40\157\146\x20\x66\x65\145\144\40\x74\x6f\x20\x62\x65\40\x75\163\x65\144\40\x69\156\40\x43\171\x62\145\x72\x53\x45\x4f\40\120\162\x6f\40\x53\171\x6e\x64\x69\143\x61\x74\157\162\56\74\57\x70\76\15\xa\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\74\57\164\144\76\15\12\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x3c\x2f\x74\x72\76\xd\xa\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20"; if (!is_object($this->current_feed_url)) { goto X_8dK; } echo "\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\74\x21\x2d\55\40\144\x75\155\160\x20\55\x2d\x3e\15\xa\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x3c\x74\x72\x3e\xd\12\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\74\x74\x68\40\x73\x63\157\160\145\x20\75\x20\42\x72\157\167\42\76\x44\x75\x6d\160\74\57\x74\x68\76\xd\12\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x3c\x74\144\76\15\xa\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20"; echo "\74\x74\x65\x78\x74\141\x72\x65\x61\40\x63\157\x6c\163\75\42\x39\60\42\x20\x72\157\167\x73\75\x22\x31\60\42\40\167\162\x61\160\x3d\42\157\x6e\x22\40\156\x61\155\x65\x3d\42\x64\165\155\x70\x22\x20\151\144\x3d\42\144\165\155\x70\x22\40\163\x74\x79\x6c\145\75\42\x6d\141\162\147\x69\156\x3a\x30\x3b\150\x65\151\147\150\x74\72\61\x30\145\155\x3b\x77\151\144\x74\x68\72\x31\60\x30\x25\73\42\76"; foreach ($this->current_feed_url->dump as $line) { $tr = trim($line); if (empty($tr)) { goto fV9CG; } echo $tr . PHP_EOL; fV9CG: auYnT: } mm5eb: echo "\x3c\57\x74\145\170\x74\141\x72\145\141\76"; echo "\x20\40\40\x20\x20\40\x20\40\15\12\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\74\x2f\x74\x64\x3e\15\12\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x3c\57\x74\162\76\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\xd\xa\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20"; goto S_lox; X_8dK: echo "\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x3c\164\162\x3e\xd\xa\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\74\164\150\40\163\143\x6f\160\145\75\x22\x72\157\x77\42\76\x46\145\x65\144\x20\x55\122\x4c\74\57\x74\150\76\xd\xa\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\74\164\x64\76\xd\12\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20"; if (is_string($this->current_feed_url) && preg_match(CSEO_DUMMY_FEED_PATTERN, $this->current_feed_url)) { goto XyY1m; } echo "\x3c\151\156\160\x75\x74\x20\164\171\160\x65\75\42\164\145\x78\164\x22\40\156\x61\x6d\145\x3d\x22\165\x72\x6c\42\x20\x73\164\x79\x6c\145\75\x22\167\x69\x64\164\150\72\61\x30\60\45\42\x20\166\x61\x6c\165\x65\75\x22" . htmlspecialchars($this->current_feed_url) . "\x22\x3e"; goto YRQvF; XyY1m: echo "\x3c\x69\x6e\x70\x75\164\x20\x74\171\160\x65\75\42\x74\x65\x78\164\42\40\156\141\155\145\x3d\42\x75\162\x6c\42\x20\x73\164\171\x6c\x65\x3d\x22\x77\x69\144\x74\x68\72\x31\x30\60\x25\42\40\x76\141\154\165\x65\x3d\42\141\40\x64\165\155\x6d\x79\40\x66\145\145\x64\x20\x28\156\157\40\125\x52\x4c\x29\42\40\x72\145\141\144\x6f\156\154\171\x3e"; YRQvF: echo "\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\74\x70\x20\x63\x6c\x61\x73\163\x3d\42\x64\x65\163\x63\162\x69\160\164\x69\x6f\156\x22\76\x54\x68\145\40\125\122\114\40\157\146\40\164\150\145\x20\146\x65\145\144"; if (empty($this->document_type)) { goto M4QSz; } echo "\x20\x28\163\157\x75\162\143\x65\72\40" . $this->document_type . "\51"; M4QSz: echo "\x2e\74\57\x70\76\15\xa\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x3c\x2f\164\144\x3e\15\xa\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\74\57\164\162\x3e\xd\12\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20"; S_lox: R9jvC: echo "\15\12\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x3c\x74\162\76\15\xa\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x3c\164\150\x20\163\143\x6f\160\145\75\42\x72\x6f\x77\42\76"; $this->showChangeBox($change_selected, "\x69\156\164\x65\162\166\x61\154"); echo "\x43\x68\x65\143\153\40\146\157\x72\x20\165\x70\144\x61\x74\145\x73\x20\145\x76\x65\x72\x79\x3c\57\164\150\76\40\x20\40\x20\15\12\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\74\x74\144\x3e\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\xd\12\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20"; echo "\74\x69\x6e\160\165\x74\x20\164\x79\x70\145\75\42\x74\145\170\164\x22\x20\156\141\155\x65\x3d\42\x69\x6e\164\x65\162\x76\141\154\42\40\x76\x61\154\165\145\75\42" . $settings["\x69\x6e\164\x65\x72\166\141\154"] . "\x22\40\x73\151\x7a\x65\75\x22\64\x22\76\x20\x6d\151\x6e\165\164\145\x73\x2e"; echo "\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x3c\x70\40\x63\154\x61\x73\x73\x3d\42\x64\145\x73\x63\162\151\160\x74\151\157\x6e\x22\x3e\111\x66\x20\171\x6f\165\40\x64\157\x6e\x27\164\x20\x6e\145\x65\x64\40\x61\165\164\x6f\x6d\x61\164\151\143\x20\165\x70\144\x61\164\145\163\54\x20\163\x65\164\x20\164\x68\x69\x73\x20\x70\x61\162\x61\x6d\145\x74\145\162\40\164\157\40\60\x2e\x3c\x2f\160\x3e\15\xa\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x3c\x2f\164\144\76\15\12\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x3c\57\x74\x72\76\xd\xa\15\xa\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\74\x74\x72\x3e\15\xa\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x3c\x74\150\40\163\143\x6f\x70\145\75\42\162\157\167\x22\76"; $this->showChangeBox($change_selected, "\144\x65\x6c\x61\171"); echo "\x44\x65\154\x61\171\74\57\164\x68\76\40\x20\40\40\15\12\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\74\x74\x64\x3e\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\xd\12\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20"; echo "\x3c\151\x6e\160\165\x74\40\x74\x79\160\x65\x3d\x22\x74\x65\170\x74\42\x20\156\x61\155\x65\75\x22\x64\145\154\141\171\x22\40\x76\141\x6c\165\x65\x3d\x22" . $settings["\x64\x65\154\141\171"] . "\42\40\x73\x69\172\145\75\x22\x34\42\x3e\40\163\x65\143\x6f\x6e\x64\163\56"; echo "\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\x3c\x70\40\143\154\141\x73\x73\x3d\42\x64\145\x73\x63\x72\x69\160\x74\151\x6f\x6e\x22\76\x44\x65\154\x61\x79\40\142\x65\164\x77\x65\145\156\x20\141\x64\x64\151\x6e\147\x20\156\x65\167\x20\160\157\163\x74\x73\x2e\x3c\57\160\x3e\15\12\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\74\x2f\x74\144\76\15\xa\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x3c\57\x74\x72\76\15\12\xd\xa\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\74\164\162\76\xd\12\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x3c\164\x68\40\163\x63\157\160\x65\75\x22\x72\157\167\42\x3e"; $this->showChangeBox($change_selected, "\x6d\x61\170\x5f\151\164\145\155\x73"); echo "\115\x61\170\151\155\x75\x6d\40\156\x75\x6d\142\x65\x72\x20\157\146\40\160\157\163\164\163\x3c\x2f\x74\x68\x3e\xd\xa\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x3c\164\144\76\xd\xa\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40"; if (is_string($this->current_feed_url) && preg_match(CSEO_DUMMY_FEED_PATTERN, $this->current_feed_url)) { goto H1EOF; } echo "\74\x69\x6e\160\x75\164\40\x74\x79\160\145\75\42\164\145\170\164\42\x20\x6e\141\x6d\145\x3d\x22\x6d\x61\170\x5f\151\164\x65\x6d\163\x22\40\x76\141\x6c\165\x65\x3d\42" . $settings["\155\141\170\137\x69\164\145\x6d\x73"] . "\x22\x20\x73\151\x7a\x65\x3d\42\x33\42\x3e" . "\x3c\x70\40\143\154\141\163\163\x3d\x22\144\x65\163\x63\x72\151\160\x74\151\157\156\x22\x3e\x55\163\145\x20\x6c\157\167\x20\166\x61\154\x75\x65\x73\x20\164\157\40\x64\x65\x63\x72\x65\141\163\x65\x20\x74\150\145\x20\163\171\x6e\x64\x69\143\x61\164\x69\157\156\40\x74\x69\x6d\x65\x20\x61\156\x64\x20\x69\155\x70\162\x6f\x76\145\40\x53\x45\x4f\40\x6f\x66\40\171\157\165\162\40\x62\x6c\157\x67\56\x3c\x2f\x70\x3e"; goto BMVhQ; H1EOF: echo "\74\151\156\160\x75\164\40\164\171\160\145\75\x22\164\145\x78\x74\x22\x20\x6e\x61\155\145\x3d\x22\x6d\x61\170\x5f\x69\x74\145\155\163\x22\40\x76\x61\x6c\165\145\75\42\61\x22\40\x73\x69\172\145\75\x22\x33\x22\40\x72\145\141\x64\x6f\x6e\x6c\171\x3e" . "\74\x70\x20\x63\x6c\141\163\x73\75\42\x64\145\x73\143\162\x69\x70\x74\151\x6f\x6e\x22\x3e\x4f\156\x6c\x79\x20\157\156\145\x20\x70\x6f\x73\164\40\143\141\156\40\x62\x65\40\x61\x64\144\x65\144\x20\141\x74\x20\x61\40\x74\x69\x6d\x65\40\167\150\145\x6e\40\164\150\145\x20\144\x75\155\x6d\171\40\146\145\145\144\40\151\163\40\x70\165\154\154\x65\144\56\x3c\x2f\x70\x3e"; BMVhQ: echo "\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\x3c\57\164\144\x3e\xd\12\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x3c\57\164\162\76\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\15\12\xd\xa\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x3c\164\x72\76\xd\12\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\74\x74\150\x20\x73\x63\x6f\x70\x65\75\x22\x72\x6f\167\x22\x3e"; $this->showChangeBox($change_selected, "\144\165\x70\x6c\x69\x63\141\164\145\137\143\150\x65\x63\153\x5f\155\145\x74\150\157\144"); echo "\103\x68\x65\x63\153\40\x66\x6f\x72\40\x64\x75\x70\x6c\151\143\141\x74\x65\x73\x20\142\171\74\57\164\x68\76\15\12\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\74\x74\x64\76\xd\xa\40\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x3c\163\x65\154\145\143\164\40\x6e\x61\x6d\x65\x3d\42\x64\165\x70\x6c\151\143\x61\x74\145\x5f\143\x68\145\x63\153\x5f\155\145\164\150\157\x64\x22\76\15\12\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20"; echo "\74\157\x70\x74\x69\157\156\x20" . ($settings["\x64\165\160\x6c\x69\x63\141\x74\145\x5f\143\x68\145\143\153\x5f\155\145\x74\x68\157\144"] === "\x67\165\x69\144\x5f\x61\156\144\137\x74\151\164\x6c\x65" ? "\163\x65\154\145\x63\164\x65\144\40" : '') . "\x76\141\154\x75\145\75\42\147\165\x69\144\137\141\x6e\144\137\x74\x69\164\x6c\145\x22\x3e\x4c\151\x6e\153\x20\x61\156\144\x20\x74\151\164\x6c\x65\74\57\157\x70\164\151\157\156\76"; echo "\74\x6f\160\x74\x69\157\x6e\40" . ($settings["\x64\165\160\x6c\x69\x63\x61\x74\145\x5f\143\150\145\x63\x6b\x5f\155\x65\x74\150\x6f\x64"] === "\147\165\151\x64" ? "\x73\x65\154\x65\143\164\x65\x64\x20" : '') . "\x76\x61\x6c\165\145\x3d\x22\x67\165\151\144\x22\76\x4c\x69\156\153\40\157\156\x6c\x79\x3c\57\157\x70\164\151\157\156\x3e"; echo "\74\157\160\x74\151\x6f\156\40" . ($settings["\144\x75\x70\x6c\x69\143\141\x74\145\137\143\x68\145\143\153\137\155\x65\x74\x68\x6f\x64"] === "\x74\151\x74\x6c\x65" ? "\x73\x65\154\145\143\164\145\144\x20" : '') . "\166\x61\x6c\x75\145\x3d\x22\x74\151\x74\x6c\x65\42\x3e\124\151\x74\x6c\145\x20\x6f\156\154\x79\74\57\157\160\x74\151\157\x6e\x3e"; echo "\74\x6f\160\x74\151\157\156\x20" . ($settings["\144\165\x70\x6c\x69\x63\141\x74\145\x5f\143\150\145\x63\x6b\x5f\x6d\x65\x74\x68\x6f\144"] === "\156\157\x6e\x65" ? "\163\x65\x6c\x65\143\x74\x65\x64\x20" : '') . "\166\x61\x6c\165\x65\75\42\156\x6f\156\145\42\x3e\x44\157\x6e\47\164\x20\x63\x68\145\143\x6b\40\x66\x6f\x72\40\144\165\160\154\x69\x63\x61\x74\145\x20\x70\157\163\x74\x73\74\x2f\157\160\164\151\157\156\x3e"; echo "\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\74\57\x73\x65\x6c\145\143\x74\x3e\15\xa\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x3c\x70\x20\143\x6c\141\163\x73\x3d\x22\x64\x65\x73\x63\x72\x69\x70\x74\x69\157\x6e\x22\x3e\x43\150\x6f\157\163\x65\x20\164\150\x65\x20\155\x65\164\150\x6f\144\40\x74\x6f\40\x73\153\151\x70\x20\145\170\151\x73\164\151\156\147\40\x70\x6f\163\x74\163\56\x3c\x2f\x70\76\15\12\x20\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x3c\x2f\164\144\x3e\xd\xa\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\74\x2f\164\162\76\40\40\x20\x20\15\xa\xd\xa\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\x20\74\164\150\40\163\x63\157\x70\x65\x3d\42\162\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\144\151\163\x61\142\x6c\x65\137\62\x6e\x64\x5f\x63\x68\145\143\153"); echo "\x53\153\151\160\40\164\150\145\x20\x32\156\x64\x20\143\150\x65\x63\x6b\x3c\57\164\150\76\15\12\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\74\164\144\76\15\12\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40"; echo "\x3c\151\x6e\160\x75\x74\x20\164\x79\160\x65\x3d\42\143\150\x65\143\x6b\x62\x6f\x78\42\40\x6e\141\x6d\x65\75\42\144\151\163\x61\142\x6c\x65\x5f\x32\156\x64\x5f\143\x68\145\143\153\x22\x20\x69\144\75\x22\x64\x69\x73\x61\142\154\145\x5f\62\x6e\144\x5f\x63\150\x65\143\x6b\42\x20" . ($settings["\144\x69\163\x61\x62\154\x65\137\x32\x6e\x64\137\x63\x68\145\x63\153"] === "\157\x6e" ? "\143\x68\x65\x63\153\x65\144\40" : '') . "\x3e"; echo "\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\74\154\141\142\x65\154\40\x66\x6f\x72\75\42\x64\151\163\141\142\154\x65\x5f\x32\x6e\x64\137\143\150\x65\143\x6b\42\x3e\145\156\141\x62\x6c\x65\x20\x74\x68\x69\163\x20\157\160\x74\151\157\x6e\x20\x69\146\40\171\x6f\165\162\40\143\165\x73\164\157\155\x20\x50\110\x50\x20\x63\x6f\144\145\40\x64\157\x65\163\x20\156\x6f\164\x20\155\157\144\x69\x66\x79\40\164\x68\x65\40\x70\x6f\x73\164\40\164\x69\x74\x6c\x65\40\x6f\x72\x20\163\x6f\165\x72\x63\145\40\x6c\x69\156\x6b\x2e\40\x49\x74\40\167\151\154\x6c\x20\151\x6d\160\x72\x6f\166\x65\x20\164\x68\x65\40\160\x65\162\146\x6f\x72\155\x61\x6e\x63\145\40\x6f\146\40\164\150\x65\x20\160\154\x75\147\151\x6e\74\57\x6c\x61\x62\x65\154\76\15\12\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x3c\x70\x20\143\x6c\141\163\163\x3d\x22\144\145\x73\143\162\x69\x70\x74\x69\157\x6e\42\x3e\x3c\163\160\141\x6e\40\163\x74\x79\x6c\x65\x3d\x22\143\157\154\157\x72\72\x20\162\x65\144\73\x22\76\46\x23\x78\x32\x36\x41\60\x3b\x3c\x2f\x73\160\141\x6e\76\40\104\145\x73\145\154\x65\143\x74\x20\164\150\151\x73\x20\x6f\160\x74\x69\x6f\x6e\40\151\x66\x20\171\x6f\165\x20\167\x61\156\x74\40\164\157\40\x6d\157\x64\151\x66\171\x20\164\150\145\40\160\157\163\164\x20\x74\151\164\x6c\x65\40\x6f\x72\x20\160\157\x73\164\40\x6c\x69\x6e\153\x20\x75\163\151\x6e\x67\x20\x50\110\120\40\x63\x6f\144\x65\x2c\15\xa\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\157\x72\40\x69\x6d\x70\x6f\162\x74\151\x6e\x67\40\x79\157\165\x72\x20\146\x65\145\144\x20\x75\x73\151\x6e\x67\x20\x74\x68\x65\40\x22\x54\162\x65\141\164\40\141\163\x20\103\123\126\42\40\x6f\160\164\x69\x6f\x6e\56\x3c\57\160\76\15\12\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\74\x2f\164\144\x3e\15\12\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x3c\57\x74\162\x3e\15\xa\15\xa\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\74\x74\x72\x3e\xd\xa\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\40\74\164\150\x20\163\x63\157\160\x65\x3d\42\x72\157\167\42\x3e"; $this->showChangeBox($change_selected, "\x70\x6f\163\x74\x5f\x74\171\x70\145"); echo "\120\157\163\164\40\164\x79\x70\145\x3c\x2f\164\150\76\15\12\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x3c\164\144\x3e\15\12\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x3c\163\x65\154\145\x63\x74\x20\156\x61\155\145\x3d\x22\x70\157\x73\x74\x5f\x74\x79\x70\145\x22\x20\x6f\156\x63\150\x61\156\147\145\75\x22\143\163\145\x6f\103\150\141\156\x67\145\120\x6f\163\164\124\x79\160\145\x28\x29\x3b\42\76\15\12\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40"; $post_types = get_post_types(); foreach ($post_types as $post_type) { echo "\x3c\x6f\160\164\x69\x6f\x6e\x20" . ($settings["\160\157\163\164\x5f\x74\171\160\145"] == $post_type ? "\163\145\154\145\143\164\x65\144\x20" : '') . "\x76\x61\154\x75\x65\x3d\42" . $post_type . "\x22\76" . $post_type . "\x3c\x2f\157\160\164\151\x6f\156\76"; cyQKl: } fe9YF: echo "\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x3c\x2f\163\x65\154\145\143\x74\76\15\xa\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x3c\160\40\x63\x6c\141\x73\163\75\42\x64\x65\163\143\x72\151\160\x74\x69\157\x6e\x22\x3e\x53\145\154\145\143\164\x20\127\x6f\162\144\x50\162\145\x73\163\x20\x3c\x61\40\x68\x72\145\146\75\42\x68\164\x74\x70\x73\72\57\57\144\145\x76\145\154\157\x70\x65\x72\56\167\157\x72\x64\x70\x72\x65\x73\x73\x2e\157\162\147\x2f\x74\x68\x65\x6d\x65\x73\57\x62\141\163\151\143\163\57\x70\157\163\164\x2d\164\171\160\x65\x73\57\x22\x20\x74\x61\162\x67\145\x74\x3d\x22\137\142\154\x61\x6e\x6b\x22\76\x70\157\x73\164\40\x74\x79\x70\145\x3c\x2f\141\x3e\56\74\x2f\x70\x3e\xd\12\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x3c\57\164\x64\x3e\xd\xa\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\74\x2f\x74\162\x3e\x20\x20\x20\40\40\40\x20\xd\12\xd\xa\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\74\x74\x72\76\15\xa\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\74\164\150\x20\x73\x63\157\x70\x65\75\42\162\x6f\167\x22\76"; $this->showChangeBox($change_selected, "\x63\x75\163\x74\157\x6d\137\x74\x61\x78\157\x6e\x6f\x6d\151\145\163"); echo "\103\165\163\x74\157\155\x20\x74\x61\x78\x6f\156\157\155\x69\x65\x73\x3c\57\164\150\76\15\12\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x3c\164\x64\x3e\15\xa\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40"; $args = ["\x70\165\x62\x6c\151\x63" => true, "\137\142\x75\x69\154\164\151\156" => false]; $output = "\157\x62\x6a\x65\x63\164\x73"; $operator = "\141\x6e\144"; $taxonomies = get_taxonomies($args, $output, $operator); foreach ($taxonomies as $taxonomy) { if (isset($settings["\x63\x75\163\164\157\155\137\x74\x61\170\x6f\156\x6f\155\151\x65\163"][$taxonomy->name])) { goto Nk_XF; } $value = ''; goto e5HUe; Nk_XF: $value = $settings["\x63\x75\x73\164\x6f\155\137\164\141\x78\157\x6e\157\155\151\145\x73"][$taxonomy->name]; e5HUe: echo "\x3c\x74\x61\142\x6c\x65\40\x69\144\x3d\x22\143\x75\163\x74\x6f\x6d\x5f\164\x61\170\157\156\157\x6d\171\x5f" . $taxonomy->name . "\42\x3e"; echo "\74\164\162\76"; echo "\x3c\164\x64\x20\163\164\171\x6c\145\x3d\x22\160\x61\144\144\151\156\147\72\x30\x70\170\x3b\42\x3e"; echo "\x3c\x70\x20\143\x6c\141\163\163\x3d\42\144\x65\163\143\162\151\160\x74\151\x6f\x6e\x22\x3e\x3c\163\164\162\157\x6e\147\x3e" . $taxonomy->label . "\x3c\x2f\x73\x74\x72\x6f\156\x67\x3e\40\x28\163\x65\x70\141\162\x61\x74\x65\x20\167\x69\164\150\40\143\157\x6d\x6d\141\x73\x29\x3c\x2f\160\76"; echo "\x3c\x69\156\x70\x75\164\x20\164\171\x70\x65\x3d\x22\164\x65\x78\x74\x22\x20\163\x69\172\x65\x3d\x22\61\x32\60\x22\40\x6e\x61\155\x65\75\x22\x63\165\x73\164\x6f\x6d\x5f\164\x61\x78\x6f\156\x6f\x6d\x69\x65\163\x5b" . $taxonomy->name . "\x5d\x22\40\x76\141\154\165\x65\75\x22" . $value . "\42\x3e"; echo "\x3c\57\164\x64\x3e"; echo "\74\x2f\164\x72\x3e"; echo "\x3c\x2f\x74\x61\142\x6c\145\76"; DiL1x: } hc6IO: echo "\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\74\164\141\142\x6c\145\40\x69\x64\x3d\x22\x63\x75\x73\164\157\x6d\x5f\x74\141\x78\x6f\156\157\x6d\171\137\x75\x6e\x64\x65\146\x69\156\145\144\42\x3e\xd\12\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\74\x74\x72\76\15\xa\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\40\x3c\164\144\x20\163\164\x79\154\x65\x3d\x22\160\141\x64\x64\x69\156\x67\x3a\x30\x70\x78\42\x3e\15\xa\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x3c\151\156\x70\x75\164\x20\164\x79\160\x65\x3d\x22\164\x65\x78\164\42\x20\x73\x69\172\145\75\x22\x36\60\42\40\x64\151\163\x61\x62\x6c\145\x64\x20\166\x61\x6c\x75\145\75\x22\116\x6f\x20\x63\x75\x73\164\x6f\155\40\164\141\170\157\x6e\x6f\x6d\151\145\163\40\x64\145\x66\x69\156\145\144\x20\146\157\162\40\164\x68\x69\x73\40\160\157\163\164\40\164\x79\160\145\x2e\42\76\x20\15\xa\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x3c\57\x74\x64\76\x20\40\x20\x20\xd\12\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\74\57\164\162\76\40\x20\x20\15\xa\40\x20\40\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\74\57\164\x61\x62\x6c\x65\x3e\15\12\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x3c\160\40\x63\x6c\141\x73\163\x3d\x22\144\x65\163\143\x72\151\x70\164\151\x6f\156\x22\x3e\x41\163\163\x69\x67\156\x20\127\157\x72\x64\x50\162\145\x73\x73\40\x3c\141\x20\x68\x72\x65\x66\75\x22\x68\x74\164\x70\x73\72\x2f\57\x64\x65\166\145\x6c\157\x70\x65\162\56\x77\157\162\144\160\162\x65\x73\163\x2e\157\x72\x67\x2f\x70\154\165\147\x69\156\x73\57\164\x61\170\157\x6e\x6f\155\x69\145\163\57\167\x6f\x72\x6b\x69\x6e\x67\55\167\x69\x74\x68\x2d\143\165\x73\x74\157\x6d\55\x74\x61\170\x6f\x6e\157\155\151\x65\x73\x2f\x22\x20\164\x61\162\x67\x65\x74\x3d\42\x5f\142\x6c\x61\156\153\42\x3e\143\x75\x73\164\157\x6d\x20\x74\141\x78\157\x6e\157\x6d\151\145\x73\74\57\141\76\x2e\x20\xd\xa\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x54\150\145\40\160\157\x73\x74\x20\164\145\x6d\160\x6c\141\x74\x65\40\x3c\x61\40\x68\x72\145\146\75\42\150\164\164\160\x73\72\57\x2f\167\167\x77\56\x63\x79\x62\x65\x72\x73\x65\157\56\156\x65\x74\x2f\x63\157\x6e\164\x65\156\164\55\x73\171\x6e\x64\x69\143\141\164\157\162\57\43\164\145\x6d\x70\154\x61\164\x65\x73\42\x20\x74\141\x72\147\x65\164\x3d\x22\137\142\x6c\141\x6e\x6b\42\76\x70\x6c\x61\x63\145\x68\157\154\144\x65\162\x73\x3c\x2f\141\x3e\40\141\162\145\x20\x61\x6c\x6c\157\167\x65\x64\40\x68\145\162\x65\56\x3c\x2f\x70\76\15\12\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\74\x2f\x74\144\76\15\12\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\74\57\164\162\76\40\15\xa\15\12\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x3c\164\x72\76\15\12\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\74\x74\x68\40\163\143\x6f\x70\145\x3d\x22\x72\x6f\167\x22\76"; $this->showChangeBox($change_selected, "\x70\157\163\x74\x5f\164\145\155\160\154\x61\x74\x65"); echo "\103\x75\163\164\157\155\x20\160\x6f\x73\x74\40\164\145\x6d\x70\154\x61\x74\x65\74\57\x74\150\76\xd\12\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x3c\x74\x64\76\15\xa\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40"; $custom = wp_get_theme()->get_post_templates(); $templates = ["\104\x65\146\141\x75\x6c\164"]; foreach ($custom as $post_type => $template) { foreach ($template as $template_file => $name) { $templates[] = $template_file; hKYYR: } fiXXt: tCh8v: } CQ9z9: $templates = array_unique($templates, SORT_STRING); echo "\74\163\145\x6c\145\143\x74\40\156\141\155\x65\75\x22\160\x6f\x73\164\137\164\x65\155\160\x6c\141\x74\x65\x22\x3e"; foreach ($templates as $name) { echo "\x3c\157\x70\x74\151\157\x6e\40" . ($settings["\160\157\x73\x74\137\164\145\x6d\160\x6c\141\164\145"] === $name ? "\x73\x65\x6c\x65\143\x74\x65\144\40" : '') . "\166\x61\154\x75\145\75\x22" . $name . "\x22\76" . $name . "\74\57\157\160\x74\151\157\156\76"; tdObS: } wTpBD: echo "\74\x2f\163\145\154\x65\x63\x74\x3e\x3c\x62\x72\76"; echo "\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x3c\x70\x20\x63\x6c\141\163\x73\75\x22\144\145\x73\x63\x72\x69\x70\164\x69\x6f\x6e\x22\76\123\145\154\x65\x63\x74\40\x61\40\143\165\163\164\x6f\x6d\40\x73\x69\156\147\154\x65\40\x70\157\163\164\x20\164\x79\160\x65\40\x74\145\x6d\160\x6c\141\x74\145\40\146\x69\154\145\x2e\x3c\x2f\160\76\xd\12\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x3c\x2f\164\x64\76\15\12\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\74\x2f\x74\x72\76\40\x20\xd\xa\15\xa\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\74\x74\162\76\15\xa\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x3c\164\150\40\163\143\157\x70\145\x3d\x22\162\x6f\167\42\76"; $this->showChangeBox($change_selected, "\x70\x6f\x73\164\x5f\x66\x6f\x72\x6d\x61\164"); echo "\120\157\x73\x74\x20\x66\x6f\x72\155\x61\164\x3c\x2f\x74\x68\x3e\xd\12\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\74\x74\x64\x3e\xd\12\x20\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x3c\x73\x65\154\145\x63\x74\40\156\141\x6d\x65\75\42\x70\x6f\163\164\137\x66\157\162\155\x61\x74\42\76\15\xa\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40"; echo "\74\157\x70\164\x69\x6f\156\x20" . ($settings["\160\x6f\x73\164\x5f\x66\157\x72\155\x61\164"] === "\x64\145\x66\x61\165\x6c\164" ? "\163\145\154\x65\143\x74\x65\x64\40" : '') . "\166\141\154\165\x65\x3d\42\x64\x65\x66\x61\x75\x6c\164\x22\76\x44\145\x66\x61\x75\x6c\164\74\x2f\157\x70\164\x69\x6f\x6e\x3e"; echo "\x3c\x6f\160\164\151\157\156\x20" . ($settings["\x70\157\x73\164\137\x66\157\162\x6d\141\x74"] === "\141\163\151\x64\x65" ? "\163\x65\154\x65\143\x74\145\x64\40" : '') . "\166\141\x6c\x75\145\x3d\x22\x61\163\x69\144\x65\x22\x3e\x41\x73\x69\144\x65\x3c\x2f\x6f\160\164\x69\157\156\76"; echo "\74\157\160\x74\151\157\x6e\x20" . ($settings["\160\157\163\x74\137\146\x6f\x72\x6d\141\x74"] === "\147\141\154\154\145\162\171" ? "\x73\145\x6c\x65\x63\164\x65\x64\x20" : '') . "\166\141\x6c\165\x65\x3d\x22\147\x61\x6c\154\x65\x72\171\42\76\107\141\x6c\154\145\x72\x79\x3c\57\157\x70\x74\x69\157\156\76"; echo "\74\157\x70\x74\x69\157\x6e\x20" . ($settings["\x70\157\x73\164\x5f\146\157\x72\155\x61\164"] === "\154\x69\156\153" ? "\x73\x65\154\x65\x63\x74\145\x64\40" : '') . "\166\141\x6c\x75\x65\x3d\42\x6c\151\x6e\x6b\42\76\x4c\151\156\x6b\74\57\157\x70\164\151\157\156\x3e"; echo "\x3c\x6f\x70\164\x69\x6f\x6e\40" . ($settings["\160\x6f\x73\164\137\x66\x6f\x72\155\x61\x74"] === "\151\x6d\141\147\x65" ? "\x73\145\x6c\145\143\x74\145\144\x20" : '') . "\166\141\x6c\165\145\75\x22\151\x6d\141\x67\145\42\x3e\111\155\x61\x67\145\x3c\x2f\157\160\164\x69\x6f\x6e\76"; echo "\74\157\x70\164\151\x6f\156\40" . ($settings["\160\x6f\x73\x74\137\x66\157\x72\x6d\141\164"] === "\x71\x75\x6f\164\x65" ? "\163\x65\x6c\x65\x63\x74\145\x64\x20" : '') . "\166\x61\154\165\x65\x3d\x22\x71\x75\157\x74\x65\x22\x3e\x51\x75\157\x74\145\74\57\157\160\x74\x69\x6f\x6e\x3e"; echo "\74\x6f\160\164\151\x6f\x6e\40" . ($settings["\160\157\163\164\137\x66\157\162\155\x61\x74"] === "\163\164\141\x74\x75\x73" ? "\163\145\x6c\x65\x63\164\x65\144\x20" : '') . "\166\x61\154\165\145\x3d\42\x73\x74\x61\x74\x75\x73\x22\76\123\164\141\164\x75\163\x3c\x2f\x6f\160\164\151\157\156\x3e"; echo "\x3c\x6f\160\164\x69\157\156\40" . ($settings["\x70\x6f\x73\x74\x5f\146\x6f\x72\x6d\x61\164"] === "\166\x69\x64\145\x6f" ? "\x73\145\154\x65\143\164\x65\x64\40" : '') . "\166\x61\x6c\x75\145\75\x22\x76\151\144\x65\x6f\42\x3e\x56\x69\x64\145\x6f\x3c\x2f\157\x70\x74\x69\x6f\x6e\x3e"; echo "\x3c\x6f\160\x74\151\157\156\40" . ($settings["\x70\157\x73\164\137\x66\157\x72\x6d\x61\x74"] === "\141\x75\x64\x69\x6f" ? "\163\145\x6c\145\143\x74\x65\144\40" : '') . "\166\141\154\165\145\x3d\x22\x61\x75\144\151\157\42\x3e\101\x75\x64\x69\157\x3c\57\x6f\160\x74\x69\x6f\156\76"; echo "\74\157\160\x74\x69\x6f\156\x20" . ($settings["\160\157\x73\x74\137\x66\157\162\x6d\141\164"] === "\143\x68\141\164" ? "\x73\145\154\145\x63\x74\145\x64\40" : '') . "\166\141\x6c\x75\x65\x3d\42\143\150\141\x74\x22\76\x43\x68\x61\x74\x3c\x2f\x6f\160\164\151\x6f\156\x3e"; echo "\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x3c\x2f\x73\x65\154\145\143\164\76\15\12\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x3c\x70\x20\x63\154\x61\x73\x73\75\x22\144\145\x73\x63\x72\151\160\164\x69\157\x6e\x22\x3e\x53\145\164\x20\x57\157\162\144\x50\162\145\x73\x73\x20\74\141\40\150\162\x65\146\x3d\42\x68\164\x74\160\x73\x3a\57\x2f\167\x6f\x72\x64\160\162\145\163\x73\56\157\x72\147\57\163\165\160\x70\x6f\x72\x74\57\141\162\164\151\x63\154\145\57\160\x6f\163\x74\x2d\x66\x6f\162\x6d\141\x74\x73\x2f\x22\40\x74\x61\162\147\145\164\x3d\42\137\142\154\141\x6e\x6b\x22\x3e\x70\157\163\x74\40\x66\157\162\155\x61\164\74\x2f\x61\x3e\x2e\74\x2f\x70\76\xd\12\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\74\57\164\x64\76\xd\12\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\74\x2f\164\162\76\x20\x20\40\x20\40\40\xd\xa\15\xa\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\74\x74\162\x3e\15\xa\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\74\164\150\40\x73\143\x6f\x70\145\75\42\162\x6f\x77\42\76"; $this->showChangeBox($change_selected, "\160\157\x73\164\x5f\141\165\x74\150\x6f\162"); echo "\120\x6f\163\164\40\141\x75\x74\x68\x6f\162\x3c\57\164\150\76\15\xa\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\74\164\144\76\xd\12\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x3c\x73\x65\x6c\145\x63\x74\40\x6e\x61\155\145\75\42\160\x6f\163\x74\137\141\x75\164\x68\157\x72\42\76\15\12\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20"; $wp_user_search = get_users(["\x72\157\x6c\145\x5f\137\151\x6e" => ["\x61\165\x74\x68\157\162", "\x65\144\151\x74\157\162", "\x61\144\155\151\x6e\151\163\x74\x72\x61\164\x6f\162"]]); foreach ($wp_user_search as $user) { echo "\74\157\160\164\151\157\156\x20" . ($settings["\160\x6f\163\x74\137\x61\165\x74\x68\x6f\162"] == $user->ID ? "\x73\145\x6c\x65\143\x74\x65\x64\x20" : '') . "\x76\141\x6c\x75\x65\75\x22" . $user->ID . "\42\x3e" . esc_html($user->display_name) . "\x3c\x2f\x6f\x70\164\x69\x6f\156\76"; Wa08q: } Im0F6: echo "\x3c\157\x70\x74\x69\157\156\40" . ($settings["\160\157\x73\164\x5f\x61\165\164\150\157\162"] == 0 ? "\163\145\154\x65\x63\164\145\144\40" : '') . "\166\141\154\165\x65\75\x22\x30\42\x3e\x26\x6c\x74\73\x72\141\156\144\157\x6d\40\x61\x75\164\150\157\162\46\x67\x74\73"; echo "\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x3c\57\x73\145\x6c\x65\143\x74\x3e\15\xa\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x3c\x70\x20\x63\154\141\163\163\x3d\x22\144\x65\x73\143\162\x69\x70\x74\151\x6f\x6e\42\x3e\101\163\163\151\147\x6e\x20\x74\x68\x65\40\160\x6f\x73\x74\x20\141\x75\x74\x68\x6f\162\56\x3c\x2f\x70\76\15\xa\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\x3c\x2f\x74\144\76\xd\xa\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\74\x2f\x74\162\76\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\15\12\xd\12\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\74\164\x72\76\15\12\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\74\164\150\40\163\143\x6f\x70\145\75\x22\162\x6f\x77\42\x3e"; $this->showChangeBox($change_selected, "\160\157\163\x74\137\x6c\151\146\145\164\x69\155\x65"); echo "\x50\157\x73\x74\40\154\151\x66\x65\164\151\x6d\145\x3c\x2f\164\x68\76\xd\xa\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x3c\164\144\76\15\12\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40"; echo "\x3c\x69\x6e\x70\165\164\40\x74\x79\x70\145\75\42\164\145\170\x74\42\x20\x6e\x61\155\145\x3d\42\x70\157\163\164\x5f\154\x69\x66\145\164\x69\x6d\145\42\x20\166\x61\154\165\145\75\42" . $settings["\160\x6f\x73\164\x5f\x6c\151\146\145\164\x69\155\145"] . "\x22\x20\163\x69\172\145\x3d\x22\64\x22\x3e\40\150\157\x75\x72\163\x2e"; echo "\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x3c\160\x20\x63\x6c\x61\x73\x73\75\x22\x64\145\x73\143\162\151\x70\x74\x69\x6f\x6e\x22\x3e\124\x68\145\x20\160\x65\162\x69\157\144\x20\157\x66\40\x74\x69\155\x65\x20\x61\x66\164\145\x72\x20\167\x68\x69\143\x68\40\x74\x68\145\40\x70\x6f\163\164\x20\167\x69\x6c\154\40\142\145\x20\144\x65\x6c\145\164\145\144\56\40\111\146\x20\171\157\x75\40\144\x6f\156\x27\164\40\x77\x61\x6e\164\x20\x74\157\x20\154\x69\155\151\164\40\x74\x68\145\40\40\x70\x6f\163\x74\40\154\151\146\145\164\x69\x6d\x65\x2c\x20\x73\x65\x74\40\164\150\151\163\40\160\141\x72\x61\155\x65\164\x65\x72\40\164\x6f\x20\x30\56\x3c\x2f\160\x3e\xd\xa\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\74\57\x74\144\x3e\xd\xa\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\74\x2f\164\x72\76\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\xd\12\15\xa\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x3c\164\162\x3e\15\12\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x3c\164\x68\40\x73\143\157\160\x65\x3d\x22\x72\x6f\x77\x22\76"; $this->showChangeBox($change_selected, "\160\x6f\163\164\x5f\163\164\141\164\x75\163"); echo "\120\x6f\163\x74\x20\163\164\141\164\165\163\x3c\57\x74\x68\76\xd\xa\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\74\x74\x64\76\15\xa\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\74\x73\145\x6c\145\143\164\x20\156\141\x6d\145\75\x22\160\x6f\x73\164\137\163\x74\x61\x74\x75\163\x22\76\15\12\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20"; echo "\74\x6f\x70\164\x69\x6f\156\x20" . ($settings["\160\157\x73\164\137\x73\164\141\x74\165\163"] === "\x70\x75\142\x6c\x69\x73\x68" ? "\163\x65\154\x65\x63\x74\145\x64\x20" : '') . "\166\x61\154\x75\145\75\42\160\x75\142\x6c\151\163\150\x22\76\120\x75\x62\154\151\163\x68\40\151\155\x6d\x65\x64\151\141\x74\145\x6c\x79\x3c\x2f\157\x70\x74\151\x6f\x6e\x3e"; echo "\x3c\157\160\x74\151\x6f\156\x20" . ($settings["\160\x6f\x73\164\137\163\x74\141\x74\x75\163"] === "\160\x65\x6e\x64\x69\156\x67" ? "\x73\145\x6c\145\143\164\x65\144\40" : '') . "\166\x61\x6c\x75\x65\x3d\x22\160\x65\x6e\144\151\x6e\147\x22\76\x48\157\154\x64\x20\x66\x6f\162\40\x72\145\166\151\x65\x77\74\x2f\157\x70\x74\151\x6f\x6e\76"; echo "\x3c\x6f\x70\164\151\x6f\x6e\x20" . ($settings["\x70\x6f\x73\x74\137\x73\164\x61\x74\x75\163"] === "\144\x72\141\146\164" ? "\163\x65\x6c\145\x63\164\145\144\40" : '') . "\x76\x61\154\x75\x65\x3d\42\x64\162\x61\x66\164\x22\76\x53\141\x76\145\x20\x61\163\x20\144\x72\x61\146\164\x3c\x2f\x6f\160\164\151\157\x6e\x3e"; echo "\74\x6f\x70\x74\151\157\156\x20" . ($settings["\x70\x6f\163\164\x5f\x73\x74\x61\164\x75\163"] === "\x70\x72\151\x76\141\x74\145" ? "\x73\x65\x6c\x65\143\164\145\144\x20" : '') . "\x76\x61\x6c\x75\x65\x3d\42\x70\162\151\x76\141\x74\x65\42\x3e\x53\141\x76\x65\40\x61\x73\40\x70\x72\151\166\x61\164\145\74\57\157\160\164\151\157\x6e\x3e"; echo "\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x3c\57\163\x65\154\x65\143\164\x3e\x3c\57\x74\x64\76\xd\12\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\74\57\x74\162\x3e\40\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\15\xa\xd\xa\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\74\x74\x72\x3e\15\12\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\74\x74\x68\40\x73\143\x6f\160\x65\75\x22\162\x6f\167\42\76"; $this->showChangeBox($change_selected, "\142\141\163\x65\137\144\141\x74\x65"); echo "\102\141\x73\145\x20\144\141\164\145\74\57\x74\150\x3e\xd\12\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\74\164\144\x3e\15\12\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x3c\163\145\x6c\145\x63\x74\x20\x6e\141\155\x65\75\x22\142\x61\163\x65\137\x64\141\x74\x65\42\x3e\xd\12\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20"; echo "\74\157\160\164\x69\x6f\156\40" . ($settings["\142\x61\x73\145\x5f\x64\x61\x74\145"] === "\160\x6f\163\164" ? "\163\x65\x6c\x65\143\164\x65\144\x20" : '') . "\x76\x61\x6c\165\x65\75\x22\160\157\x73\x74\42\76\107\145\x74\40\x64\x61\164\145\x20\x66\x72\x6f\155\x20\160\157\x73\x74\x3c\57\157\160\164\151\x6f\x6e\76"; echo "\x3c\x6f\x70\x74\x69\x6f\156\40" . ($settings["\x62\x61\163\145\137\x64\x61\x74\145"] === "\x73\x79\x6e\144\x69\143\x61\164\x69\157\156" ? "\163\x65\154\145\x63\164\x65\x64\40" : '') . "\x76\x61\x6c\165\x65\x3d\42\x73\171\156\x64\x69\x63\141\164\x69\157\x6e\42\76\x55\x73\x65\40\x73\x79\156\144\x69\x63\x61\164\151\x6f\156\40\x64\x61\164\145\x3c\57\157\x70\x74\x69\157\x6e\x3e"; echo "\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\74\57\x73\145\x6c\145\143\164\76\74\x2f\x74\144\76\15\xa\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\74\57\x74\x72\x3e\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\15\xa\15\12\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\74\164\162\x3e\15\12\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\40\40\x20\x20\x20\x3c\164\x68\x20\x73\143\157\x70\x65\75\42\162\x6f\167\42\x3e"; $this->showChangeBox($change_selected, "\x64\x61\x74\145\137\x72\141\156\147\x65"); echo "\x50\157\x73\164\x20\x64\141\x74\x65\40\x61\x64\152\x75\163\164\x6d\x65\156\x74\x20\162\141\x6e\147\145\x3c\x2f\164\150\x3e\15\12\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x3c\164\x64\76\xd\xa\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40"; echo "\x3c\151\156\x70\165\164\x20\x74\171\x70\x65\x3d\x22\164\x65\170\164\42\x20\x6e\141\155\x65\75\42\144\141\164\145\x5f\155\x69\156\42\40\x76\141\154\x75\145\x3d\x22" . $settings["\x64\141\x74\x65\137\155\151\x6e"] . "\42\40\163\x69\x7a\x65\75\x22\x36\42\x3e\40\x2e\x2e\40\x3c\151\156\x70\165\x74\x20\x74\171\160\x65\x3d\42\164\145\x78\x74\x22\x20\x6e\x61\x6d\145\75\42\x64\x61\164\145\x5f\155\141\x78\42\40\166\141\154\x75\145\x3d\x22" . $settings["\x64\x61\164\145\137\x6d\141\x78"] . "\x22\40\163\x69\172\x65\x3d\42\66\42\76"; echo "\40\x6d\x69\156\x75\x74\145\163\x2e\xd\xa\40\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\74\x70\40\143\154\141\163\x73\x3d\x22\x64\x65\163\143\x72\151\160\x74\x69\x6f\x6e\x22\76\x54\150\151\x73\40\x72\x61\156\147\145\x20\x77\x69\x6c\x6c\40\142\145\40\x75\163\145\x64\x20\x74\157\x20\162\141\x6e\144\x6f\155\154\171\x20\x61\x64\x6a\165\163\164\40\x74\150\145\40\160\x75\x62\154\x69\143\141\164\x69\157\156\40\144\x61\164\x65\x20\146\x6f\162\x20\x65\166\x65\162\x79\x20\147\145\x6e\145\162\x61\164\145\144\40\x70\157\163\x74\56\x20\106\x6f\x72\x20\145\x78\x61\x6d\160\154\145\54\x20\x69\x66\x20\171\x6f\165\40\x73\x65\x74\40\x74\x68\145\x20\141\x64\152\x75\163\164\155\145\x6e\x74\x20\162\x61\156\x67\x65\40\x61\163\40\74\143\157\x64\145\x3e\133\60\x2e\56\66\x30\135\x3c\x2f\x63\x6f\144\x65\x3e\54\x20\x74\150\145\40\x70\x6f\x73\164\40\x64\x61\x74\145\x73\40\167\x69\154\154\40\x62\145\40\x69\156\x63\x72\145\141\x73\x65\x64\40\x62\x79\40\141\x20\x72\141\156\x64\x6f\x6d\x20\x76\141\154\165\145\x20\142\145\164\x77\145\145\x6e\x20\x30\40\141\x6e\x64\x20\x36\x30\40\x6d\x69\156\x75\164\x65\x73\56\x3c\57\160\x3e\xd\xa\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x3c\x2f\x74\x64\x3e\xd\xa\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\74\x2f\x74\162\x3e\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\15\xa\15\12\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\74\164\162\76\xd\12\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x3c\x74\150\x20\x73\143\x6f\x70\x65\75\x22\x72\157\167\x22\76"; $this->showChangeBox($change_selected, "\x70\x61\x72\x73\x65\137\141\x72\143\150\x69\x76\x65\x73"); echo "\x50\x61\x72\x73\x65\x20\x57\x6f\162\x64\x50\x72\145\x73\x73\40\x61\x72\x63\150\x69\166\x65\163\74\x2f\164\150\x3e\15\12\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x3c\164\144\76\xd\12\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20"; echo "\74\x69\156\x70\x75\164\40\164\171\x70\x65\x3d\x22\x63\x68\145\143\x6b\142\x6f\170\42\x20\156\x61\155\145\75\x22\x70\x61\x72\163\145\137\x61\x72\143\150\x69\x76\x65\163\x22\x20\x69\x64\x3d\42\x70\x61\x72\x73\x65\137\141\162\143\150\151\x76\x65\163\x22\40" . ($settings["\x70\141\162\x73\x65\137\x61\162\x63\x68\151\x76\x65\x73"] === "\157\156" ? "\x63\150\x65\x63\153\x65\x64\40" : '') . "\76"; echo "\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\74\154\141\142\145\x6c\x20\146\157\x72\x3d\x22\160\x61\162\163\145\x5f\141\162\143\x68\x69\x76\x65\163\42\76\x69\146\40\x63\150\145\x63\153\145\144\40\164\150\145\40\x43\x79\x62\x65\162\123\105\117\40\x50\x72\157\40\x73\171\x6e\144\x69\x63\x61\x74\157\x72\40\167\151\x6c\x6c\x20\x61\x67\147\162\x65\147\141\x74\x65\x20\141\x72\x63\150\151\x76\x65\x64\40\50\x6f\154\x64\x29\40\160\x6f\x73\164\163\40\146\162\x6f\155\40\127\x6f\162\144\120\162\145\163\x73\40\142\154\157\x67\163\x2e\x3c\57\x6c\x61\x62\x65\154\76\xd\12\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x3c\x2f\164\144\76\xd\xa\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x3c\x2f\x74\162\76\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\15\12\xd\12\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\74\164\x72\76\xd\12\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x3c\164\x68\40\163\143\157\160\145\75\42\162\157\x77\42\76"; $this->showChangeBox($change_selected, "\x73\150\165\146\x66\x6c\x65\x5f\170\155\x6c\137\x69\x74\x65\x6d\163"); echo "\123\150\x75\146\146\154\x65\x20\146\x65\145\144\40\x69\x74\145\155\163\x3c\x2f\x74\x68\x3e\xd\xa\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x3c\164\x64\x3e\xd\xa\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40"; echo "\74\x69\x6e\160\x75\164\x20\x74\171\x70\145\x3d\x22\x63\x68\145\143\153\142\x6f\170\42\40\x6e\141\x6d\x65\75\x22\163\x68\165\146\x66\154\145\137\170\155\154\137\x69\x74\145\x6d\x73\x22\40\x69\144\x3d\x22\163\150\x75\x66\146\154\x65\x5f\170\155\154\x5f\151\164\x65\155\x73\42\40" . ($settings["\x73\x68\165\146\x66\154\145\x5f\x78\x6d\x6c\137\x69\164\145\x6d\x73"] === "\157\156" ? "\143\x68\x65\143\153\x65\144\x20" : '') . "\76"; echo "\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\74\154\x61\x62\145\x6c\40\146\157\162\x3d\42\x73\150\165\146\146\x6c\145\137\170\x6d\x6c\137\151\x74\145\x6d\163\42\76\143\x68\x65\x63\x6b\40\164\x68\x69\x73\x20\x6f\x70\x74\151\157\156\x20\x74\157\40\x73\x68\165\x66\x66\154\145\40\x74\x68\x65\40\130\115\114\x2f\x52\x53\x53\x20\143\x6f\156\x74\x65\x6e\164\x73\40\164\157\40\x6d\141\153\x65\40\164\150\145\40\160\157\163\x74\x73\40\142\145\x20\141\144\144\x65\x64\40\151\x6e\x20\x61\40\x72\x61\x6e\144\157\x6d\40\157\162\144\x65\x72\56\x20\x54\x68\151\163\x20\x66\165\156\x63\x74\x69\x6f\156\x20\162\145\x71\x75\x69\x72\145\163\x20\x61\144\144\x69\x74\151\157\x6e\x61\154\x20\163\x65\x72\166\145\x72\x20\162\x65\163\x6f\165\162\143\x65\x73\x2c\40\x73\x6f\x20\165\163\x65\40\151\164\x20\x77\x69\x73\x65\x6c\x79\x2e\x3c\x2f\x6c\x61\142\145\x6c\76\xd\12\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x3c\x2f\x74\144\x3e\15\xa\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x3c\x2f\164\162\x3e\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\15\xa\xd\xa\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\74\x74\162\x3e\xd\12\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\x3c\x74\150\x20\163\x63\x6f\160\x65\75\x22\x72\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\160\157\x73\x74\x5f\143\141\x74\145\147\157\x72\171\x5b\x5d"); echo "\x43\x61\164\x65\x67\x6f\162\151\145\x73\x3c\57\x74\x68\x3e\xd\12\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x3c\164\x64\x3e\xd\12\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\74\165\154\40\x69\144\x3d\x22\x63\141\164\x65\147\x6f\162\171\x63\150\145\143\153\154\151\x73\164\42\40\x63\154\141\x73\x73\75\42\x6c\151\163\164\x3a\143\x61\164\x65\x67\157\162\171\40\143\x61\164\145\x67\x6f\162\171\143\x68\x65\143\153\154\x69\x73\164\40\x66\x6f\162\155\x2d\x6e\x6f\x2d\x63\154\x65\141\x72\x22\x3e\15\12\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x3c\x64\x69\166\40\151\x64\75\42\x63\141\x74\145\147\x6f\x72\x69\x65\x73\x2d\x61\x6c\154\42\x20\x63\154\x61\163\x73\75\42\143\171\x62\145\162\x73\x65\157\55\x75\x69\x2d\164\x61\142\163\x2d\160\141\156\145\x6c\42\76\xd\xa\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\x20"; $this->categoryChecklist(NULL, false, $settings["\x70\x6f\x73\x74\x5f\x63\x61\164\x65\x67\x6f\162\x79"]); echo "\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x3c\57\144\x69\x76\x3e\x20\x20\x20\x20\40\15\xa\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\74\57\x75\x6c\x3e\xd\xa\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x3c\x70\40\x63\x6c\141\163\x73\75\x22\144\x65\163\143\162\x69\x70\x74\x69\157\156\42\76\x41\x73\163\151\147\156\40\164\x68\145\40\160\x6f\163\164\x20\x74\157\40\164\150\145\40\x73\145\154\x65\x63\164\145\144\x20\x63\141\x74\x65\x67\157\x72\x69\145\163\x2e\74\x2f\x70\76\15\12\40\40\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\74\57\164\x64\x3e\15\xa\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x3c\57\x74\162\76\15\12\xd\xa\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\74\x74\x72\76\15\12\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\74\x74\x68\x20\163\143\157\160\x65\75\42\x72\x6f\167\x22\76"; $this->showChangeBox($change_selected, "\165\156\144\x65\x66\x69\156\145\x64\137\143\x61\164\x65\x67\x6f\162\171"); echo "\125\156\x64\145\146\x69\156\145\x64\40\143\141\x74\145\x67\x6f\x72\151\x65\x73\74\x2f\164\x68\76\15\12\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\74\x74\144\x3e\15\xa\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x3c\x73\x65\x6c\145\143\164\40\156\x61\155\x65\x3d\42\165\x6e\x64\145\x66\151\156\x65\144\x5f\x63\x61\x74\x65\147\x6f\162\x79\x22\76\xd\xa\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20"; if (!$islocal) { goto uLaxF; } echo "\74\x6f\160\164\151\x6f\156\40" . ($settings["\x75\x6e\x64\145\146\x69\x6e\145\144\137\143\x61\164\145\x67\x6f\x72\171"] === "\165\x73\x65\x5f\147\154\157\142\141\x6c" ? "\163\145\x6c\x65\143\164\145\x64\x20" : '') . "\166\x61\x6c\x75\x65\x3d\42\x75\163\x65\137\x67\154\x6f\142\141\x6c\42\76\x55\x73\x65\40\x64\x65\x66\x61\165\154\164\40\x73\145\x74\x74\x69\156\147\x73\74\57\x6f\160\164\x69\157\x6e\x3e"; uLaxF: echo "\x3c\x6f\x70\x74\x69\x6f\x6e\40" . ($settings["\165\156\144\145\146\x69\156\x65\144\137\x63\141\164\145\x67\x6f\162\171"] === "\165\x73\145\x5f\x64\145\146\x61\x75\154\164" ? "\x73\145\154\x65\x63\164\x65\x64\40" : '') . "\166\141\154\165\x65\75\x22\x75\163\145\137\144\145\x66\141\x75\x6c\x74\42\76\120\x6f\163\164\x20\x74\x6f\x20\144\145\x66\141\165\x6c\x74\40\127\157\x72\144\120\162\x65\x73\163\40\x63\x61\x74\x65\x67\x6f\162\x79\74\x2f\157\x70\x74\x69\x6f\x6e\x3e"; echo "\x3c\157\x70\x74\151\x6f\156\x20" . ($settings["\165\156\x64\x65\x66\151\156\145\144\x5f\143\141\164\145\x67\x6f\x72\x79"] === "\143\x72\x65\x61\164\145\x5f\x6e\145\167" ? "\163\x65\x6c\x65\143\x74\145\144\40" : '') . "\166\141\x6c\x75\x65\75\x22\x63\162\x65\x61\164\145\x5f\x6e\x65\x77\42\x3e\103\162\x65\x61\164\x65\x20\x6e\145\167\x20\x63\141\x74\145\147\157\162\x69\x65\163\40\144\x65\146\151\156\x65\x64\40\151\x6e\40\163\x79\156\x64\x69\x63\x61\164\x69\156\147\40\x70\157\163\164\x3c\x2f\157\160\x74\151\x6f\x6e\76"; echo "\74\x6f\160\164\x69\157\x6e\x20" . ($settings["\x75\x6e\x64\x65\x66\151\x6e\145\144\x5f\x63\141\x74\x65\147\x6f\162\171"] === "\x64\162\157\x70" ? "\163\145\154\x65\143\x74\145\x64\40" : '') . "\166\141\x6c\165\x65\75\x22\144\162\x6f\x70\x22\x3e\x44\x6f\x20\x6e\x6f\x74\40\163\x79\x6e\x64\x69\143\x61\164\145\x20\x70\157\x73\x74\40\164\x68\141\x74\40\144\x6f\x65\163\156\x27\x74\x20\x6d\141\x74\143\150\x20\141\164\x20\154\145\141\x73\x74\40\157\x6e\x65\x20\x63\141\164\145\147\x6f\162\171\40\x64\x65\x66\151\156\145\144\x20\141\142\x6f\x76\145\74\x2f\x6f\160\x74\151\157\x6e\76"; echo "\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\74\x2f\163\x65\x6c\x65\x63\x74\76\15\xa\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x3c\x70\40\x63\154\x61\x73\163\75\42\x64\145\163\x63\162\151\x70\164\x69\157\x6e\42\76\x54\x68\151\163\x20\x6f\160\x74\151\157\x6e\40\x64\145\146\151\x6e\145\163\40\x77\150\141\164\x20\164\150\145\x20\x43\x79\x62\145\x72\123\105\x4f\x20\120\162\x6f\40\x73\x79\x6e\144\151\143\141\164\x6f\x72\x20\x68\x61\166\x65\40\x74\x6f\40\144\157\x20\x69\146\x20\x6e\x6f\x6e\145\x20\157\x66\40\164\150\145\40\x70\x6f\163\x74\40\143\x61\x74\145\x67\157\162\x69\145\x73\40\x6d\165\x74\143\x68\40\164\150\x65\40\x70\162\x65\x64\x65\x66\x69\x6e\145\144\x20\x64\145\x66\x69\x6e\x65\144\x20\x6f\x6e\x65\x73\x2e\x3c\x2f\160\76\xd\xa\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x3c\x2f\x74\144\76\15\xa\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x3c\57\x74\162\x3e\x20\x20\x20\40\xd\12\xd\12\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\74\164\x72\x3e\xd\xa\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x3c\x74\x68\40\163\143\157\160\x65\x3d\42\x72\x6f\x77\42\76"; $this->showChangeBox($change_selected, "\x63\x72\x65\141\164\145\137\164\141\x67\x73"); echo "\124\x61\147\163\40\146\x72\157\155\x20\x63\141\164\x65\147\157\x72\171\x20\x6e\x61\155\145\163\x3c\x2f\x74\150\76\15\12\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\74\x74\x64\x3e\xd\12\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40"; echo "\x3c\151\156\x70\x75\x74\40\164\171\x70\x65\75\x22\143\x68\145\x63\153\142\x6f\170\x22\x20\156\x61\x6d\x65\x3d\42\143\162\145\x61\x74\145\x5f\x74\141\147\x73\x22\x20\151\x64\x3d\x22\143\162\x65\x61\x74\145\137\164\x61\147\163\42\40" . ($settings["\143\x72\x65\141\164\x65\137\x74\x61\147\x73"] === "\157\156" ? "\143\150\x65\143\x6b\145\144\40" : '') . "\76"; echo "\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\74\154\x61\x62\145\154\40\x66\157\x72\x3d\x22\143\x72\145\141\164\145\x5f\164\x61\147\163\42\76\167\150\x65\156\x20\143\150\x65\143\153\x65\x64\54\x20\160\x6f\x73\164\40\143\141\164\145\x67\x6f\162\171\x20\x6e\141\x6d\x65\163\40\167\x69\x6c\154\x20\x62\x65\40\141\144\x64\x65\144\40\141\x73\x20\160\157\x73\164\40\x74\x61\147\163\56\x3c\x2f\154\x61\x62\145\154\x3e\xd\xa\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x3c\x2f\x74\144\76\15\xa\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x3c\x2f\x74\x72\x3e\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\xd\12\xd\12\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x3c\x74\162\76\xd\xa\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\74\164\x68\40\163\x63\157\160\145\75\x22\162\x6f\167\x22\x3e"; $this->showChangeBox($change_selected, "\160\x6f\163\x74\137\x74\141\147\163"); echo "\120\157\x73\x74\x20\164\x61\x67\163\x3c\x2f\164\x68\76\15\xa\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\74\164\x64\76\15\xa\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20"; echo "\x3c\x69\x6e\x70\165\164\40\164\171\x70\145\x3d\x22\164\145\x78\164\42\40\163\x74\x79\154\x65\x3d\x22\167\151\144\164\x68\72\61\60\x30\45\73\42\40\156\141\155\145\x3d\42\x70\157\x73\164\137\x74\x61\147\163\x22\40\x76\x61\154\165\145\75\42" . stripslashes($settings["\160\x6f\163\164\137\164\x61\x67\x73"]) . "\x22\76"; echo "\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\74\160\40\143\154\141\x73\163\75\42\x64\145\x73\x63\162\151\x70\x74\151\157\x6e\42\x3e\123\145\x70\141\x72\141\164\x65\x20\x77\x69\164\x68\x20\143\157\155\x6d\141\x73\56\40\x53\160\151\156\x74\x61\170\40\141\x6e\x64\x20\160\157\x73\164\40\x74\x65\x6d\160\x6c\141\164\145\x20\x70\x6c\141\x63\x65\x68\x6f\x6c\144\x65\x72\163\40\141\x72\x65\x20\x61\x6c\x6c\x6f\167\145\x64\54\x20\x65\x2e\147\x3a\x20\x3c\143\x6f\144\x65\76\x7b\164\141\147\40\x23\61\174\x74\141\x67\40\x23\x32\x7c\164\141\147\x20\x23\63\x7d\x3c\57\143\157\x64\x65\76\x2c\40\157\162\40\74\x63\x6f\x64\145\x3e\x25\147\160\164\137\x6b\145\171\x77\157\162\x64\x73\x25\74\x2f\143\157\144\x65\76\x3c\57\160\x3e\xd\xa\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\74\x2f\164\144\x3e\xd\xa\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\74\57\164\x72\x3e\40\40\x20\xd\12\xd\xa\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\74\x74\162\76\15\xa\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\74\164\150\x20\x73\143\157\160\145\x3d\x22\162\x6f\x77\x22\76"; $this->showChangeBox($change_selected, "\141\x75\164\x6f\137\x74\141\x67\163"); echo "\101\165\x74\157\40\x74\x61\147\163\x3c\x2f\x74\150\x3e\15\xa\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\74\164\144\76\xd\12\40\40\40\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20"; echo "\x3c\151\x6e\x70\x75\164\x20\x74\171\x70\145\75\42\x63\x68\145\x63\x6b\x62\157\x78\x22\40\156\141\x6d\x65\x3d\x22\141\x75\164\157\137\x74\x61\x67\163\x22\40\x69\144\x3d\42\141\165\x74\157\x5f\x74\x61\x67\x73\42\40" . ($settings["\x61\x75\x74\x6f\137\x74\x61\x67\x73"] === "\157\x6e" ? "\x63\150\x65\143\153\x65\x64\40" : '') . "\76"; echo "\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\74\x6c\141\142\x65\x6c\x20\146\157\162\x3d\42\141\165\164\157\x5f\x74\141\147\x73\x22\76\x69\146\x20\143\x68\x65\x63\x6b\x65\x64\x2c\x20\x74\x68\145\40\x43\171\x62\145\x72\123\105\x4f\x20\x70\x6c\x75\147\151\x6e\40\x77\x69\x6c\154\x20\154\157\157\153\x20\x66\157\162\x20\145\170\x69\x73\x74\x69\156\147\x20\x74\x61\x67\163\x20\167\151\x74\x68\x69\x6e\x20\x79\x6f\165\162\40\x63\157\x6e\x74\145\156\164\x20\141\x6e\x64\40\141\x64\144\40\x74\x68\x65\155\x20\141\x75\x74\x6f\155\141\164\151\x63\141\154\x6c\x79\x2e\x3c\x2f\x6c\x61\x62\x65\x6c\76\xd\12\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\74\57\164\x64\76\xd\xa\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x3c\x2f\164\x72\76\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\15\12\15\xa\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\74\164\x72\76\15\xa\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x3c\164\x68\x20\x73\x63\157\x70\x65\75\x22\162\157\167\42\76"; $this->showChangeBox($change_selected, "\x74\141\147\x73\x5f\164\x6f\137\167\157\157\143\157\x6d\155\145\162\143\145"); echo "\124\x61\x67\163\40\x74\x6f\40\x57\x6f\157\x43\157\x6d\x6d\145\x72\143\x65\74\x2f\164\x68\76\15\12\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x3c\x74\x64\76\xd\xa\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20"; echo "\x3c\x69\156\x70\165\x74\x20\x74\x79\160\145\75\42\x63\x68\145\x63\x6b\x62\x6f\x78\42\40\156\141\x6d\x65\75\x22\164\x61\x67\163\x5f\164\157\x5f\167\157\x6f\x63\157\155\x6d\x65\162\x63\145\42\x20\x69\x64\x3d\42\x74\x61\147\x73\x5f\164\x6f\137\x77\157\157\143\x6f\155\155\x65\162\x63\x65\42\x20" . ($settings["\164\141\147\x73\137\x74\x6f\x5f\167\157\x6f\x63\157\x6d\x6d\x65\x72\x63\x65"] === "\x6f\156" ? "\143\150\x65\x63\x6b\x65\x64\x20" : '') . "\76"; echo "\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x3c\154\141\x62\145\154\40\x66\157\x72\75\x22\x74\x61\x67\x73\x5f\x74\157\137\167\x6f\x6f\x63\157\x6d\155\x65\162\143\145\x22\x3e\143\150\145\143\x6b\40\164\150\x69\163\x20\157\160\x74\151\x6f\156\x20\x74\x6f\40\141\x73\163\x69\147\156\x20\151\x6d\160\157\x72\164\151\156\147\40\160\157\x73\164\40\x74\141\x67\163\x20\x74\157\x20\127\157\157\103\x6f\155\155\x65\162\143\145\40\x70\x72\x6f\x64\x75\x63\164\40\x74\x61\147\163\56\x3c\x2f\154\141\142\145\154\76\15\xa\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x3c\57\164\144\76\15\xa\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\74\x2f\x74\x72\x3e\x20\x20\x20\x20\40\40\40\40\xd\12\15\xa\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\x3c\164\x72\x3e\15\12\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x3c\x74\x68\x20\163\143\x6f\x70\145\x3d\42\162\157\167\42\76"; $this->showChangeBox($change_selected, "\x63\141\164\163\137\164\x6f\x5f\167\x6f\x6f\x63\x6f\155\155\145\x72\143\145"); echo "\103\141\x74\145\147\157\x72\151\x65\163\40\164\157\x20\x57\157\x6f\103\x6f\x6d\x6d\145\x72\143\x65\74\57\x74\x68\x3e\xd\12\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x3c\x74\144\x3e\xd\xa\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40"; echo "\x3c\151\156\x70\x75\164\x20\x74\x79\160\145\x3d\x22\x63\150\145\x63\x6b\142\157\170\42\x20\x6e\141\x6d\x65\75\x22\143\x61\164\163\137\x74\x6f\x5f\167\157\x6f\x63\157\x6d\x6d\145\x72\143\x65\42\x20\x69\144\x3d\42\143\x61\x74\x73\x5f\x74\x6f\137\x77\x6f\157\x63\157\x6d\x6d\145\162\x63\145\42\x20" . ($settings["\x63\141\x74\x73\x5f\x74\157\x5f\x77\157\x6f\143\x6f\155\x6d\x65\x72\x63\145"] === "\157\156" ? "\143\150\x65\143\153\x65\x64\40" : '') . "\x3e"; echo "\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x3c\x6c\x61\x62\x65\154\40\146\x6f\162\75\42\143\141\x74\x73\137\164\x6f\137\167\x6f\x6f\143\157\155\155\145\162\x63\x65\x22\76\x63\150\x65\x63\x6b\40\x74\x68\151\x73\x20\x6f\x70\x74\151\157\156\x20\x74\157\40\x61\x73\163\x69\x67\x6e\40\x69\x6d\160\157\162\x74\x69\x6e\x67\x20\x70\157\x73\x74\40\143\141\164\x65\x67\x6f\x72\151\145\163\40\164\x6f\x20\127\157\x6f\103\x6f\155\155\145\x72\x63\145\40\160\162\157\x64\x75\143\x74\40\x63\x61\x74\145\147\x6f\x72\x69\145\163\56\x3c\x2f\x6c\x61\142\145\x6c\x3e\15\xa\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x3c\x2f\x74\144\76\15\12\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x3c\57\x74\x72\x3e\x20\x20\15\xa\15\xa\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\74\164\162\x3e\15\xa\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x3c\x74\x68\x20\x73\143\x6f\x70\x65\75\x22\x72\157\x77\42\x3e"; $this->showChangeBox($change_selected, "\160\165\163\150\137\165\x70"); echo "\122\145\x70\165\142\x6c\x69\x73\x68\x20\x65\x78\151\x73\x74\151\156\147\x20\160\x6f\163\164\x73\74\x2f\x74\150\76\15\xa\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\74\164\x64\76"; echo "\x3c\151\156\x70\x75\x74\40\x74\x79\x70\x65\75\42\143\150\x65\x63\x6b\142\x6f\x78\x22\40\156\141\155\145\x3d\x22\160\x75\163\x68\x5f\x75\160\x22\40\151\x64\x3d\42\x70\165\163\150\137\x75\160\x22\x20" . ($settings["\x70\x75\x73\150\x5f\165\x70"] === "\157\156" ? "\x63\x68\x65\143\153\145\x64\x20" : '') . "\76"; echo "\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\74\x6c\141\x62\x65\x6c\40\x66\x6f\x72\75\42\160\165\163\x68\137\165\x70\x22\76\x69\146\40\143\150\x65\143\153\145\x64\54\x20\x74\150\x65\x20\x65\170\151\x73\164\151\x6e\147\40\x70\157\x73\x74\x73\x20\x77\x69\x6c\154\40\142\x65\x20\x72\145\160\165\x62\154\x69\163\x68\145\x64\40\145\x76\x65\x72\x79\x20\164\x69\155\x65\40\164\x68\145\x20\146\x65\145\144\x20\151\163\x20\160\165\x6c\154\x65\144\56\40\104\x6f\40\x6e\157\164\x20\x63\150\145\x63\x6b\40\164\150\x69\x73\40\157\160\164\151\157\x6e\40\151\146\40\171\x6f\x75\x20\x61\x72\145\x20\x6e\157\164\40\163\x75\x72\145\40\x6f\x6e\40\x77\x68\x61\x74\40\171\157\165\x20\x61\162\145\x20\x64\x6f\151\x6e\x67\x21\x3c\x2f\x6c\x61\142\x65\x6c\x3e\15\xa\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\74\57\164\x64\x3e\15\xa\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x3c\57\164\x72\76\40\40\x20\x20\40\x20\40\x20\40\x20\x20\15\xa\xd\xa\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\74\164\x72\76\xd\12\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\74\x74\150\x20\x73\x63\x6f\160\x65\75\x22\162\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\143\157\155\155\145\x6e\164\x5f\x73\164\141\x74\165\x73"); echo "\103\157\x6d\155\145\x6e\x74\x73\x3c\x2f\164\x68\x3e\xd\12\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\74\164\x64\76\xd\xa\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\74\x73\145\154\145\143\x74\40\156\141\x6d\145\75\x22\x63\x6f\155\x6d\x65\x6e\x74\x5f\x73\x74\x61\164\165\163\x22\76\xd\12\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40"; echo "\74\x6f\x70\164\x69\x6f\x6e\x20" . ($settings["\x63\x6f\155\155\145\156\x74\x5f\x73\164\141\x74\x75\163"] === "\x6f\160\x65\156" ? "\163\145\154\x65\x63\164\x65\144\40" : '') . "\166\141\154\165\x65\75\42\157\160\145\156\42\x3e\101\154\x6c\x6f\x77\40\x63\x6f\x6d\155\x65\156\164\163\x20\x6f\156\x20\x73\171\156\x64\151\143\x61\x74\x65\144\x20\x70\x6f\x73\x74\x73\x3c\57\157\x70\164\151\157\x6e\76"; echo "\74\157\x70\164\151\157\156\40" . ($settings["\x63\x6f\155\155\x65\156\x74\137\x73\164\x61\x74\x75\163"] === "\x63\x6c\157\x73\145\x64" ? "\163\145\x6c\x65\x63\164\145\144\40" : '') . "\x76\x61\x6c\x75\145\75\42\143\x6c\x6f\163\145\x64\42\x3e\104\151\163\x61\154\154\x6f\167\40\143\157\155\155\x65\x6e\164\x73\40\157\156\x20\163\171\156\x64\x69\x63\x61\x74\145\144\x20\x70\x6f\x73\164\163\x3c\x2f\157\160\164\151\x6f\x6e\76"; echo "\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\74\57\x73\145\154\x65\143\x74\x3e\74\x2f\x74\x64\76\xd\xa\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x3c\57\x74\162\76\15\xa\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\74\x74\162\76\xd\12\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x3c\x74\150\x20\163\x63\157\160\x65\75\x22\162\x6f\167\42\76"; $this->showChangeBox($change_selected, "\x70\x69\156\x67\137\x73\164\141\x74\x75\x73"); echo "\120\x69\156\x67\x73\x3c\x2f\164\150\x3e\xd\12\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x3c\164\144\76\15\12\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x3c\x73\145\x6c\x65\143\164\40\x6e\141\x6d\x65\x3d\42\160\x69\156\147\x5f\x73\x74\141\164\x75\x73\x22\x3e\xd\12\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20"; echo "\x3c\x6f\x70\x74\x69\x6f\x6e\x20" . ($settings["\x70\x69\156\147\137\163\x74\141\x74\x75\163"] === "\x6f\x70\x65\156" ? "\x73\x65\154\145\143\x74\145\x64\40" : '') . "\x76\x61\x6c\165\x65\75\x22\157\160\145\156\42\x3e\x41\x63\143\x65\x70\164\x20\x70\x69\x6e\147\x73\x3c\x2f\x6f\160\x74\x69\x6f\156\x3e"; echo "\74\157\x70\164\151\x6f\x6e\40" . ($settings["\x70\x69\x6e\x67\x5f\163\x74\141\164\165\163"] === "\143\x6c\x6f\163\145\x64" ? "\x73\x65\154\x65\x63\164\x65\144\x20" : '') . "\166\x61\x6c\165\145\75\x22\143\x6c\x6f\163\145\x64\42\76\104\x6f\156\x27\164\40\x61\143\143\x65\160\x74\x20\x70\x69\156\147\163\74\x2f\x6f\x70\164\151\x6f\156\76"; echo "\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\74\x2f\163\145\154\x65\x63\x74\x3e\x3c\x2f\164\144\76\xd\xa\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x3c\x2f\164\x72\76\xd\12\15\xa\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\74\x74\x72\76\xd\xa\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\74\x74\x68\x20\x73\143\157\160\145\75\42\x72\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x73\x68\x75\x66\x66\154\145\x5f\160\141\x72\141\147\x72\x61\160\150\x73"); echo "\x53\x68\x75\146\x66\154\145\40\160\x61\x72\141\x67\x72\141\x70\x68\x73\74\57\164\x68\76\15\xa\40\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\74\164\144\76\15\12\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20"; echo "\74\x69\x6e\160\x75\x74\40\x74\x79\x70\145\x3d\x22\x63\150\145\143\153\142\157\x78\42\x20\156\x61\x6d\145\75\x22\x73\150\x75\x66\146\x6c\x65\137\160\x61\162\x61\147\162\141\160\x68\163\42\x20\x69\x64\x3d\x22\163\150\x75\x66\146\154\145\x5f\x70\x61\162\x61\147\x72\141\160\150\163\42\x20" . ($settings["\163\x68\x75\146\x66\154\x65\137\x70\x61\162\x61\147\162\x61\x70\150\x73"] === "\x6f\156" ? "\x63\150\x65\x63\x6b\x65\144\40" : '') . "\76"; echo "\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\154\141\142\x65\154\40\x66\x6f\162\75\x22\x73\150\x75\146\x66\x6c\145\137\160\141\x72\141\x67\x72\x61\160\150\x73\42\x3e\x63\x68\145\143\153\40\164\x68\151\163\40\157\x70\x74\151\157\x6e\x20\164\157\40\x73\150\165\x66\x66\154\145\x20\160\157\x73\x74\40\x70\141\x72\x61\147\162\141\x70\150\x73\56\74\57\x6c\x61\x62\145\x6c\76\xd\xa\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x3c\57\164\x64\x3e\xd\12\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\74\57\x74\x72\76\xd\12\15\xa\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\74\164\x72\76\15\12\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\74\164\150\40\x73\143\x6f\x70\x65\x3d\42\x72\x6f\167\x22\x3e"; $this->showChangeBox($change_selected, "\165\x74\x66\70\137\x65\156\x63\x6f\144\x69\156\147"); echo "\x55\x54\x46\55\x38\x20\x65\156\x63\157\144\x69\156\x67\74\x2f\x74\x68\x3e\xd\12\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\74\x74\144\76\xd\12\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40"; echo "\x3c\151\x6e\x70\x75\x74\x20\x74\171\x70\145\x3d\x22\143\150\x65\143\x6b\142\x6f\170\x22\x20\x6e\x61\x6d\x65\75\42\165\164\146\70\x5f\145\156\x63\157\144\151\x6e\x67\x22\x20\151\x64\75\42\x75\x74\146\x38\137\x65\156\x63\x6f\144\151\x6e\x67\x22\40" . ($settings["\x75\164\x66\70\137\145\x6e\x63\157\x64\151\156\x67"] === "\157\156" ? "\143\150\145\x63\153\x65\144\x20" : '') . "\76"; echo "\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\74\154\x61\x62\145\154\40\146\x6f\162\x3d\42\165\164\146\70\x5f\x65\x6e\143\x6f\x64\151\x6e\147\42\76\145\156\x61\142\154\x65\163\40\125\x54\106\x2d\x38\40\145\x6e\143\x6f\144\151\x6e\x67\x2e\x20\124\x68\x69\163\40\x6f\160\164\151\157\156\40\x63\x6f\156\166\x65\x72\164\x73\40\141\156\40\x49\x53\117\x2d\x38\x38\x35\x39\x2d\x31\40\163\x74\x72\151\156\x67\40\x74\x6f\40\x55\x54\106\x2d\70\40\x74\x68\x61\164\40\155\141\171\x20\142\145\40\162\145\161\x75\x69\162\145\144\40\167\150\145\156\40\160\x61\x72\163\151\x6e\x67\x20\x74\x68\x65\40\x58\x4d\x4c\x2f\x52\x53\x53\x20\146\145\x65\144\x73\40\143\x6f\x6e\164\x61\x69\x6e\x69\156\147\40\151\156\166\141\154\x69\144\40\125\x54\x46\x2d\x38\x20\x73\164\x61\162\x74\40\x62\171\x74\x65\163\x20\145\56\147\56\x20\74\x63\157\144\145\76\x3c\60\x78\x39\x32\x3e\x3c\x2f\143\x6f\x64\145\76\x2e\x3c\x2f\154\x61\x62\x65\x6c\x3e\xd\xa\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\74\x2f\x74\144\76\xd\xa\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x3c\x2f\x74\162\76\15\xa\15\xa\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\74\x74\x72\x3e\xd\xa\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\74\164\150\40\x73\143\x6f\x70\145\x3d\x22\x72\157\x77\42\x3e"; $this->showChangeBox($change_selected, "\x63\x6f\x6e\166\145\x72\x74\137\x65\x6e\143\x6f\144\x69\156\x67"); echo "\103\x6f\x6e\x76\145\x72\164\40\143\150\x61\162\x61\x63\x74\x65\162\40\x65\156\143\157\144\x69\x6e\x67\x3c\x2f\x74\x68\x3e\xd\xa\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\74\164\144\76\15\12\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20"; echo "\x3c\151\x6e\x70\x75\164\x20\164\x79\x70\x65\75\42\x63\x68\x65\143\153\x62\x6f\170\42\x20\x6e\141\x6d\145\75\42\x63\x6f\x6e\166\145\162\x74\137\x65\x6e\x63\157\144\151\156\147\x22\x20\151\144\x3d\x22\x63\157\156\166\145\162\164\x5f\x65\x6e\143\157\144\x69\156\x67\x22\40" . ($settings["\x63\157\x6e\x76\145\x72\164\x5f\x65\x6e\143\x6f\144\x69\x6e\x67"] === "\157\x6e" ? "\x63\150\145\x63\153\x65\x64\40" : '') . "\x3e"; echo "\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\74\154\141\x62\x65\154\40\x66\157\x72\75\x22\143\157\156\x76\x65\162\164\137\x65\156\143\x6f\144\x69\156\x67\x22\76\145\x6e\141\x62\x6c\145\163\x20\143\x68\141\162\141\143\164\145\162\x20\x65\x6e\x63\x6f\x64\151\156\147\x20\143\157\x6e\166\145\162\163\151\157\x6e\x2e\x20\x54\x68\151\163\x20\157\x70\164\151\157\x6e\40\155\151\x67\150\164\x20\x62\145\x20\x75\163\x65\146\165\x6c\40\x77\x68\145\156\x20\x70\141\162\163\151\156\147\40\x58\x4d\114\x2f\122\x53\x53\x20\x66\145\145\144\x73\40\151\x6e\x20\156\141\x74\x69\x6f\156\141\154\x20\x63\x68\x61\162\163\x65\x74\163\40\144\151\x66\x66\x65\x72\x65\156\164\x20\164\x68\141\x6e\40\125\124\106\55\70\56\x3c\x2f\154\141\142\x65\154\76\15\xa\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\74\57\x74\x64\76\15\12\40\x20\40\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x3c\x2f\164\162\76\xd\xa\xd\12\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40"; if (function_exists("\160\154\x6c\x5f\x6c\141\156\x67\165\141\x67\x65\163\137\154\x69\x73\164")) { goto BYmld; } $languages = []; goto jrfRM; BYmld: $languages = pll_languages_list(); jrfRM: echo "\x20\xd\xa\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\74\164\162\76\15\12\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x3c\164\x68\40\x73\x63\x6f\x70\x65\x3d\x22\x72\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\x70\157\x6c\171\154\x61\156\147\137\154\141\x6e\x67\x75\141\x67\x65"); echo "\120\x6f\x6c\x79\154\141\156\x67\40\x6c\x61\x6e\147\x75\141\147\145\x3c\x2f\164\150\x3e\xd\xa\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\40\40\40\40\x20\74\164\x64\76\xd\xa\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\74\163\x65\154\x65\x63\164\40\x6e\141\x6d\145\x3d\42\160\157\154\x79\x6c\x61\x6e\x67\x5f\154\x61\x6e\x67\x75\141\x67\145\42\40\x69\x66\x20"; if (count($languages)) { goto SJQkW; } echo "\144\151\x73\x61\142\154\145\x64"; SJQkW: echo "\76\xd\12\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20"; echo "\x3c\x6f\160\x74\151\x6f\156\x20" . ($settings["\x70\x6f\154\171\154\x61\x6e\x67\137\154\141\x6e\x67\x75\141\147\145"] === '' ? "\x73\x65\154\145\x63\164\x65\x64\x20" : '') . "\166\x61\154\165\145\x3d\42\x22\76\104\x65\146\141\x75\x6c\164\74\57\157\160\x74\151\157\156\x3e"; if (!count($languages)) { goto q4Kq1; } foreach ($languages as $l) { echo "\74\157\160\164\151\157\156\40" . ($settings["\160\x6f\154\x79\154\141\x6e\147\137\x6c\141\x6e\x67\165\141\x67\145"] == $l ? "\x73\145\154\x65\143\164\x65\144\x20" : '') . "\166\x61\x6c\165\x65\40\75\40\42" . $l . "\x22\x3e" . mb_strtoupper($l) . "\74\x2f\157\x70\164\x69\157\x6e\76"; cQF2I: } Dhywa: echo "\74\x2f\x73\x65\154\x65\x63\164\76"; q4Kq1: echo "\40\40\xd\12\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\74\57\x73\x65\154\x65\143\164\x3e\x20\40\x20\15\xa\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x3c\160\40\143\154\x61\x73\x73\75\x22\x64\145\163\143\x72\151\x70\164\151\157\x6e\42\x3e\x41\x73\163\x69\147\156\40\x61\40\120\157\x6c\x79\x6c\x61\x6e\x67\40\154\x61\x6e\147\x75\x61\147\145\x20\x74\x6f\x20\145\166\x65\162\171\40\x70\x6f\x73\x74\40\x6f\x72\40\160\x61\147\x65\x20\147\145\156\145\162\141\164\145\x64\x20\x66\162\157\x6d\40\x74\150\151\163\40\143\x6f\x6e\x74\x65\x6e\x74\40\163\x6f\x75\162\x63\x65\x2e\x20\124\150\x65\x20\x3c\x61\40\x68\x72\x65\146\x3d\42\150\164\164\x70\163\x3a\x2f\57\167\x77\167\x2e\143\171\142\x65\162\163\x65\157\56\156\x65\164\x2f\160\x61\x72\164\156\x65\x72\163\57\x70\157\x6c\x79\x6c\x61\156\147\56\160\x68\160\42\x20\x74\141\162\x67\x65\164\75\42\x5f\x62\154\141\x6e\x6b\42\76\120\x6f\154\x79\154\141\x6e\147\x3c\x2f\x61\76\x20\x70\154\x75\147\151\156\x20\155\x75\163\x74\40\142\145\40\x69\x6e\x73\164\141\154\154\x65\144\40\x61\156\144\40\141\x63\164\151\166\141\164\x65\x64\x2e\74\57\160\76\xd\12\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x3c\57\164\x64\76\15\xa\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\40\40\40\40\40\40\40\x3c\57\164\162\x3e\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\xd\xa\15\xa\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40"; if (has_filter("\x77\x70\x6d\154\137\141\x63\164\151\x76\x65\x5f\x6c\x61\156\x67\x75\x61\x67\145\163")) { goto OoIQm; } $languages = []; goto S99I2; OoIQm: $languages = apply_filters("\x77\160\155\154\x5f\141\x63\x74\151\x76\145\137\x6c\x61\x6e\x67\x75\141\x67\145\x73", NULL, "\157\162\144\x65\162\x62\x79\x3d\151\144\x26\x6f\x72\144\x65\162\x3d\x64\145\163\x63"); S99I2: echo "\40\15\12\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\74\164\162\76\15\xa\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x3c\164\150\40\x73\x63\x6f\160\x65\x3d\x22\162\157\167\42\x3e"; $this->showChangeBox($change_selected, "\x77\160\x6d\154\x5f\154\141\x6e\x67\165\x61\147\x65"); echo "\127\120\115\114\x20\x6c\141\x6e\x67\165\x61\x67\145\74\x2f\164\x68\76\15\xa\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\74\164\x64\x3e\xd\xa\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\74\163\x65\x6c\145\x63\164\40\156\x61\155\x65\75\x22\x77\160\x6d\154\x5f\154\x61\x6e\x67\165\x61\x67\145\42\x20"; if (count($languages)) { goto S_hPe; } echo "\144\x69\x73\x61\x62\154\x65\x64"; S_hPe: echo "\76\xd\12\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20"; echo "\74\157\x70\x74\151\x6f\156\40" . ($settings["\167\160\x6d\x6c\x5f\154\141\156\x67\x75\x61\x67\145"] === '' ? "\x73\145\x6c\145\x63\164\145\144\40" : '') . "\166\x61\x6c\165\145\x3d\42\42\76\x44\x65\x66\x61\165\x6c\x74\x3c\x2f\157\x70\164\x69\x6f\x6e\x3e"; echo "\x3c\x6f\x70\x74\151\x6f\x6e\x20" . ($settings["\167\x70\155\x6c\x5f\154\141\156\147\165\141\x67\x65"] === "\141\154\x6c" ? "\163\145\154\145\x63\164\x65\144\40" : '') . "\x76\141\x6c\x75\145\x3d\42\x61\154\x6c\42\x3e\x41\154\x6c\x20\x57\x50\114\115\x20\x6c\x61\156\x67\165\x61\x67\145\x73\74\x2f\157\x70\x74\151\157\x6e\76"; if (!count($languages)) { goto fCw5A; } foreach ($languages as $l) { echo "\x3c\x6f\x70\x74\151\157\156\x20" . ($settings["\167\x70\x6d\x6c\x5f\x6c\x61\x6e\147\x75\141\147\145"] == $l["\x6c\x61\156\x67\165\x61\147\145\137\143\157\x64\x65"] ? "\x73\x65\x6c\x65\x63\x74\145\144\x20" : '') . "\166\x61\154\x75\x65\x20\x3d\x20\x22" . $l["\154\141\x6e\147\165\141\x67\x65\x5f\143\x6f\144\x65"] . "\42\40\x73\164\x79\154\x65\x20\75\40\x22\x62\141\143\x6b\x67\x72\x6f\165\x6e\144\x2d\151\x6d\x61\147\145\x3a\x75\x72\x6c\50" . $l["\143\157\x75\156\x74\x72\x79\137\146\x6c\x61\x67\x5f\165\x72\154"] . "\x29\73\42\x3e" . $l["\156\x61\164\151\x76\x65\137\156\x61\155\x65"] . "\74\x2f\157\160\164\x69\157\x6e\x3e"; d8jwp: } omKBl: echo "\x3c\x2f\x73\x65\x6c\x65\143\x74\76"; fCw5A: echo "\x20\40\xd\xa\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x3c\57\x73\x65\x6c\145\143\164\76\40\40\40\xd\12\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x3c\160\x20\x63\x6c\141\x73\163\75\x22\x64\x65\x73\x63\x72\x69\x70\164\x69\x6f\x6e\x22\x3e\101\x73\x73\151\x67\156\x20\141\x20\x57\120\x4d\x4c\40\154\141\x6e\x67\165\x61\x67\145\x20\x74\x6f\40\145\166\145\162\171\x20\160\x6f\x73\164\x20\x6f\x72\40\x70\x61\x67\x65\40\x67\145\x6e\145\162\141\164\145\x64\40\x66\x72\157\x6d\x20\x74\150\x69\163\x20\x63\x6f\156\x74\x65\x6e\x74\x20\163\x6f\x75\x72\143\145\56\x20\x54\150\x65\x20\74\x61\40\150\162\x65\x66\75\x22\x68\x74\x74\x70\163\72\57\x2f\x77\167\167\56\143\x79\x62\x65\162\x73\145\x6f\x2e\156\x65\x74\57\x70\141\x72\x74\156\145\162\x73\57\167\x70\x6d\154\x2e\160\150\x70\42\x20\x74\x61\x72\x67\145\164\x3d\x22\x5f\x62\154\x61\156\x6b\42\76\x57\x50\115\114\74\x2f\141\76\x20\160\154\165\147\151\156\x20\155\165\x73\x74\40\142\x65\x20\151\156\163\x74\141\154\154\x65\x64\x20\x61\156\x64\x20\141\x63\164\151\166\x61\x74\x65\144\x2e\74\57\x70\76\xd\12\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\74\57\x74\x64\x3e\15\xa\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\74\57\x74\162\x3e\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\15\12\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x3c\57\164\141\x62\154\x65\x3e\xd\12\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20"; if (!is_object($this->current_feed_url)) { goto jfss_; } echo "\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\x3c\163\x63\x72\151\x70\164\x3e\xd\12\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\166\x61\x72\40\144\165\155\x70\x20\75\x20\x43\157\144\x65\x4d\151\162\162\x6f\162\56\x66\162\x6f\155\x54\x65\170\x74\101\162\145\141\x28\144\157\x63\165\x6d\x65\156\164\x2e\147\x65\x74\105\154\x65\x6d\145\156\164\102\171\111\x64\x28\x22\144\x75\155\x70\x22\51\54\40\x7b\xd\xa\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\141\x75\164\157\122\x65\146\x72\145\163\150\x3a\40\x74\162\x75\x65\x2c\15\xa\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\154\151\x6e\x65\127\x72\141\160\160\x69\x6e\x67\x3a\x20\164\162\x75\x65\54\15\xa\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x6c\x69\x6e\x65\x4e\x75\155\x62\145\162\x73\x3a\40\x74\x72\x75\x65\54\15\xa\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x73\x70\145\x6c\154\x63\150\x65\x63\153\72\x20\146\x61\154\x73\145\54\xd\xa\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x6d\141\164\143\150\102\162\141\x63\x6b\x65\x74\x73\72\x20\x74\162\x75\x65\x2c\xd\12\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\155\157\144\x65\72\x20\42\164\x65\170\x74\57\150\164\x6d\154\x22\54\15\xa\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x69\x6e\144\145\x6e\x74\125\156\x69\x74\x3a\40\x38\54\xd\xa\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\151\156\x64\x65\156\164\x57\151\164\x68\x54\141\142\163\72\x20\x74\162\165\145\x2c\xd\12\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x65\x6e\164\x65\162\x4d\157\144\x65\72\x20\x22\153\x65\x65\x70\x22\x2c\15\xa\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x74\141\142\115\157\144\145\x3a\x20\x22\163\150\151\x66\x74\42\xd\xa\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\175\51\x3b\15\xa\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\144\165\x6d\x70\x2e\x73\x65\164\123\x69\172\x65\50\42\61\60\x30\45\42\x2c\40\x22\x31\65\x65\x6d\42\51\x3b\xd\xa\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\74\x2f\x73\143\162\x69\x70\x74\x3e\40\15\12\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20"; jfss_: echo "\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\74\57\144\x69\166\76\xd\12\15\xa\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x3c\x64\x69\166\40\x69\x64\75\x22\141\151\x22\40\156\x61\155\x65\75\42\141\x69\42\40\x63\154\x61\x73\x73\75\42\164\x61\x62\137\143\x6f\156\x74\x65\x6e\x74\42\76\x20\x20\40\x20\x20\x20\x20\15\12\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\xd\12\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\74\142\x72\x3e\xd\xa\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\74\x70\76\103\157\156\146\151\147\x75\x72\145\x20\142\x61\163\x69\x63\40\x20\x41\x49\40\141\x72\164\x69\143\154\145\x20\147\x65\x6e\145\x72\141\x74\x69\x6f\x6e\40\165\x73\151\x6e\147\40\x4f\160\x65\x6e\101\111\40\107\120\x54\x20\x61\156\144\x20\101\162\164\x69\143\154\145\x20\106\x6f\162\x67\145\56\40\106\x6f\162\x20\141\144\166\141\156\143\x65\144\x20\x61\x72\x74\x69\143\x6c\x65\x20\143\x75\163\x74\157\x6d\151\172\x61\x74\151\157\156\54\x20\x67\157\x20\164\157\40\164\150\x65\x20\42\101\x64\166\x61\x6e\143\x65\144\x22\x20\164\141\142\x20\141\156\144\40\x75\x73\145\40\x74\150\x65\40\42\120\x6f\x73\x74\x20\x63\157\156\x74\145\156\x74\x22\x20\x74\145\155\x70\154\141\x74\x65\x20\x62\x6f\170\54\xd\12\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x77\150\x69\143\x68\x20\x67\x69\x76\x65\163\40\171\x6f\165\40\x66\x75\x6c\154\x20\x63\x6f\x6e\164\x72\157\x6c\x20\157\x76\x65\x72\40\164\x68\x69\x73\40\160\x72\x6f\x63\145\163\x73\x2e\x3c\x2f\x70\x3e\xd\xa\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\40\15\xa\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x3c\164\x61\x62\154\x65\x20\143\x6c\x61\163\163\x3d\42\x66\x6f\x72\x6d\x2d\x74\x61\x62\x6c\145\40"; if (!$change_selected) { goto z5w4t; } echo "\143\x73\x65\x6f\x2d\x66\x6f\x72\155"; z5w4t: echo "\42\76\xd\xa\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\74\x74\x72\76\15\xa\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\74\x74\150\x20\163\143\x6f\x70\x65\75\42\x72\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\141\x69\x5f\x65\x6e\147\151\x6e\145"); echo "\x53\x65\154\145\x63\x74\40\101\x49\x20\141\162\164\x69\143\154\145\x20\147\x65\156\x65\162\x61\164\x6f\x72\x3c\57\x74\x68\x3e\xd\xa\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\74\164\x64\x3e\15\xa\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\74\x73\x65\x6c\145\x63\x74\x20\x6e\x61\155\x65\75\x22\141\x69\137\x65\x6e\147\x69\x6e\145\x22\x20\151\x64\x3d\x22\141\x69\137\x65\156\x67\x69\x6e\x65\42\x20\157\x6e\x63\x68\x61\156\x67\x65\x3d\42\x63\163\145\x6f\x41\151\x45\x6e\x67\151\x6e\145\x28\51\x3b\x22\x3e\xd\xa\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40"; echo "\74\x6f\x70\x74\151\x6f\x6e\40" . ($settings["\141\x69\x5f\145\156\147\151\156\145"] === "\x6e\x6f\156\x65" ? "\163\x65\154\x65\143\164\x65\x64\x20" : '') . "\x76\141\154\165\145\x3d\x22\156\157\156\145\x22\76\x6e\x6f\x6e\x65\74\57\157\x70\x74\x69\157\x6e\x3e"; echo "\74\x6f\160\164\151\157\x6e\40" . ($settings["\x61\x69\x5f\x65\156\147\x69\156\x65"] === "\157\x70\145\x6e\x61\151" ? "\x73\145\x6c\x65\x63\x74\x65\x64\x20" : '') . "\166\x61\154\165\x65\75\42\x6f\x70\145\156\x61\x69\x22\76\117\160\145\x6e\101\111\x20\107\x50\124\x3c\57\157\160\164\x69\x6f\x6e\76"; echo "\x3c\157\160\164\x69\157\156\x20" . ($settings["\x61\151\x5f\145\156\x67\x69\156\x65"] === "\141\x72\164\151\143\x6c\145\137\146\157\162\147\x65" ? "\x73\145\154\145\x63\x74\x65\x64\x20" : '') . "\x76\x61\154\x75\145\75\42\x61\x72\164\151\x63\x6c\x65\137\146\157\x72\x67\x65\x22\76\x41\162\x74\x69\x63\x6c\x65\x20\106\157\x72\x67\x65\x3c\x2f\157\160\164\x69\x6f\156\76"; echo "\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\74\57\x73\x65\154\145\143\x74\76\15\12\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x3c\160\x20\143\x6c\141\163\x73\75\x22\x64\x65\x73\x63\162\x69\160\x74\151\157\x6e\42\76\124\150\x65\x20\163\145\154\145\x63\164\x65\144\40\x61\142\157\166\x65\40\x41\111\x20\141\162\x74\151\143\x6c\145\x20\x67\x65\156\x65\162\141\x74\x69\157\x6e\40\167\x69\154\154\40\x62\145\x20\x61\x70\x70\154\151\x65\x64\x20\164\x6f\40\164\150\151\x73\40\x66\145\145\x64\x2e\40\x41\x74\x20\164\150\x65\x20\155\x6f\155\x65\x6e\164\x2c\40\x74\150\145\x20\x70\x6c\x75\x67\x69\x6e\x20\x73\x75\x70\160\157\x72\x74\x73\40\164\167\x6f\40\x41\111\x20\x61\x72\164\x69\143\x6c\145\40\x67\145\x6e\x65\162\141\x74\157\162\163\72\xd\12\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x4f\x70\145\156\x41\x49\x20\x47\x50\124\x20\141\x6e\144\40\x41\162\x74\x69\143\154\145\40\106\157\x72\147\145\x2e\74\57\160\x3e\15\xa\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x3c\57\x74\x64\76\xd\12\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x3c\x2f\164\x72\76\xd\xa\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x3c\x2f\x74\141\x62\x6c\x65\x3e\x20\x20\x20\x20\15\xa\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\x20\74\144\x69\x76\40\x69\x64\x3d\42\x6f\160\x65\156\x61\x69\42\40\x64\151\163\160\154\141\x79\x3d\x22\x6e\x6f\x6e\x65\x22\76\x20\x20\40\40\x20\x20\40\x20\40\15\12\40\40\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\40"; if ($this->credentials_set("\x6f\160\145\156\141\x69")) { goto IzZpy; } echo "\74\160\x3e\x3c\x73\160\x61\x6e\x20\x73\x74\171\x6c\x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x20\162\x65\x64\73\x22\76\127\x61\162\156\x69\x6e\x67\x21\74\57\163\x70\x61\156\76\40\124\x68\145\x20\117\x70\145\x6e\x41\x49\40\101\120\111\40\x6b\145\x79\x20\x69\x73\40\156\157\x74\x20\x70\162\x6f\x76\x69\x64\145\144\x2e\40\x54\x68\145\40\163\x65\x72\166\x69\x63\145\40\151\x73\x20\156\x6f\164\x20\141\x76\141\x69\154\x61\142\154\x65\x2e\x20\120\x6c\145\141\163\145\x20\x73\x65\x74\x20\151\x74\x20\157\x6e\40\x74\x68\145\40\42\101\x63\143\157\165\156\164\x73\42\x20\160\x61\147\145\56\74\x2f\x70\76"; IzZpy: echo "\xd\xa\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\74\x74\141\x62\154\145\x20\143\x6c\x61\163\163\75\x22\146\x6f\162\x6d\55\164\x61\142\x6c\145\40"; if (!$change_selected) { goto xK9so; } echo "\x63\163\145\x6f\x2d\x66\x6f\x72\x6d"; xK9so: echo "\x22\76\xd\12\15\12\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x3c\x74\162\76\15\12\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\74\164\x68\76\74\57\x74\x68\x3e\xd\12\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\74\x74\144\76\15\12\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x3c\144\151\x76\x20\x63\x6c\x61\163\163\75\42\x63\x73\145\157\x2d\142\157\x78\42\40\163\x74\171\x6c\x65\x3d\x22\160\141\x64\144\x69\156\x67\x3a\40\70\160\170\x3b\42\x3e\x3c\x73\160\x61\x6e\40\163\164\171\154\145\75\x22\x63\x6f\154\x6f\162\72\x20\x72\145\x64\x3b\42\x3e\46\x23\170\62\x36\x41\x30\73\74\x2f\163\160\x61\x6e\76\40\x54\x68\x65\40\146\157\x6c\154\x6f\167\x69\156\x67\40\x4f\x70\x65\x6e\101\x49\x20\x47\x50\124\40\163\x65\x74\164\x69\156\x67\163\x20\x70\162\157\x76\151\144\x65\40\x61\40\163\151\155\160\154\x69\x66\x69\x65\x64\x20\155\145\164\150\157\x64\40\167\151\164\150\40\154\151\155\x69\164\145\144\40\x66\165\156\x63\164\x69\x6f\156\x61\x6c\151\164\171\56\xd\xa\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x49\164\40\x69\x73\x20\74\163\x74\x72\157\x6e\147\76\156\x6f\164\x3c\57\x73\x74\x72\x6f\156\147\76\x20\162\x65\143\157\x6d\x6d\x65\156\x64\145\144\x20\x66\157\x72\40\x61\162\164\151\143\154\x65\x20\147\x65\156\145\162\141\164\151\x6f\x6e\56\xd\12\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x49\156\x73\x74\145\x61\x64\x2c\40\x79\x6f\x75\x20\x73\150\x6f\x75\x6c\144\x20\x75\163\145\40\164\x68\145\x20\x73\160\145\143\x69\141\154\x20\x3c\x61\x20\x68\162\145\146\x3d\42\150\164\x74\160\x73\72\x2f\x2f\x77\167\167\x2e\x63\x79\x62\145\x72\x73\145\157\x2e\156\x65\164\x2f\x63\x6f\x6e\x74\145\156\x74\55\163\171\x6e\144\151\143\x61\164\157\162\57\43\163\x68\157\162\x74\143\x6f\144\x65\163\x22\40\x74\141\162\147\x65\164\x3d\x22\137\x62\154\141\x6e\x6b\x22\76\x73\x68\x6f\x72\164\143\157\x64\x65\x73\74\57\x61\76\15\12\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x69\x6e\40\x3c\x61\40\150\x72\x65\146\75\x22\150\x74\164\160\163\72\x2f\57\167\167\x77\56\143\x79\142\x65\x72\163\145\157\56\x6e\x65\x74\57\x63\x6f\156\x74\x65\156\164\55\163\171\x6e\x64\151\143\x61\x74\x6f\162\57\43\x74\x65\155\160\x6c\x61\164\145\163\42\40\x74\141\x72\x67\145\164\75\42\137\142\154\x61\x6e\153\42\x3e\160\157\163\164\40\x74\x65\155\x70\154\x61\x74\x65\x73\74\57\x61\x3e\40\x6f\156\40\164\150\145\40\42\x41\x64\x76\x61\x6e\143\x65\144\x22\40\164\141\x62\56\xd\xa\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x53\x68\157\162\164\143\x6f\x64\x65\x73\40\147\151\x76\145\40\171\x6f\x75\40\155\157\162\145\40\160\x6f\x77\x65\162\x20\x61\156\144\40\x63\x6f\x6e\164\162\157\154\40\157\166\145\162\40\147\x65\156\145\x72\x61\x74\145\x64\x20\x63\157\156\164\145\x6e\x74\x2e\x20\x54\x6f\x20\143\x72\145\141\164\145\40\143\157\x68\145\x72\x65\x6e\x74\40\x61\x72\x74\x69\x63\154\145\163\x20\x6f\146\x20\x61\x6c\x6d\x6f\x73\x74\40\141\156\x79\40\163\151\x7a\145\54\x20\x75\x73\x65\xd\xa\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\74\x61\40\x68\x72\x65\x66\75\42\150\x74\164\x70\x73\72\x2f\x2f\x77\167\167\56\x63\x79\x62\145\x72\163\x65\157\x2e\x6e\x65\x74\x2f\142\154\157\x67\57\143\162\145\x61\x74\151\156\x67\x2d\x6c\157\x6e\x67\55\x63\x6f\150\145\162\145\156\x74\x2d\141\x72\x74\x69\x63\154\145\x73\x2d\x77\x69\164\150\55\x67\160\164\55\64\x2d\164\x75\x72\142\157\x2f\42\40\164\x61\162\147\x65\164\75\x22\x5f\142\x6c\141\x6e\x6b\42\76\x5b\x67\x70\164\x5f\141\x72\x74\x69\143\x6c\145\x5d\x3c\x2f\141\x3e\x2e\x3c\57\x64\x69\166\76\15\12\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x3c\x2f\x74\144\76\15\12\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x3c\57\164\162\x3e\40\x20\40\15\12\xd\12\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x3c\x74\162\x3e\xd\12\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\74\164\150\x20\163\x63\x6f\x70\x65\75\42\x72\x6f\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x6f\x70\145\x6e\141\151\x5f\x74\151\164\154\145\x5f\x61\163\163\x69\147\156\155\145\x6e\164"); echo "\x50\x6f\x73\164\x20\x74\151\x74\154\x65\40\x61\163\x73\x69\x67\156\155\145\x6e\x74\x3c\57\164\x68\x3e\15\xa\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\74\x74\x64\76\15\xa\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40"; echo "\x3c\164\145\170\164\141\x72\145\141\40\143\x6f\x6c\163\x3d\x22\71\x30\x22\x20\x72\x6f\167\x73\x3d\42\x31\x30\x22\x20\x77\x72\141\x70\75\x22\157\156\x22\40\x6e\141\x6d\145\75\42\157\160\145\x6e\141\x69\x5f\164\151\164\x6c\145\x5f\x61\x73\163\x69\x67\156\155\x65\156\x74\42\40\x73\x74\171\154\x65\x3d\x22\x6d\x61\x72\147\x69\156\72\x30\x3b\x68\145\151\147\150\x74\72\61\60\145\155\x3b\x77\151\x64\x74\x68\x3a\x31\x30\x30\45\x3b\42\76" . stripslashes($settings["\157\160\x65\x6e\x61\x69\x5f\164\x69\x74\x6c\145\137\141\163\163\x69\x67\x6e\155\x65\x6e\164"]) . "\x3c\x2f\164\x65\x78\164\141\162\x65\141\76"; echo "\x20\xd\12\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\74\160\x20\143\154\141\x73\163\x3d\x22\144\x65\x73\143\x72\x69\160\164\151\x6f\x6e\x22\x3e\107\151\166\x65\40\141\156\40\141\x73\x73\x69\x67\156\x6d\145\156\164\x20\x66\157\x72\x20\164\150\145\x20\x70\x6f\x73\164\x20\x74\151\164\x6c\145\54\x20\x6f\x72\x20\x6c\151\x76\145\x20\151\164\40\142\154\141\156\153\x20\151\146\x20\171\157\165\x20\167\141\x6e\164\40\164\x6f\40\x6b\145\145\x70\40\164\x68\x65\x20\x6f\162\151\147\151\x6e\x61\x6c\x20\160\x6f\x73\x74\40\x74\151\164\x6c\x65\x20\151\156\164\141\x63\164\x2e\x3c\x2f\x70\x3e\15\12\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\74\160\x20\143\x6c\141\163\163\75\x22\x64\145\x73\143\162\x69\160\164\x69\x6f\x6e\x22\x3e\131\157\165\40\x63\141\156\40\x75\x73\x65\40\x74\x65\x6d\x70\154\x61\164\x65\40\x70\154\141\143\x65\x68\157\154\144\145\x72\x73\x20\150\x65\x72\x65\x2c\40\x65\56\x67\56\40\74\143\157\x64\x65\x3e\45\x70\157\163\x74\137\x74\x69\164\154\x65\x25\x3c\x2f\143\x6f\x64\145\x3e\x2c\40\x3c\x63\157\x64\145\76\x25\x70\157\x73\164\137\143\157\156\x74\145\x6e\x74\x25\74\57\x63\157\x64\x65\x3e\x2c\x20\74\x63\x6f\x64\145\x3e\x25\x78\x6d\154\137\164\141\x67\x73\x5b\135\x25\x3c\x2f\143\x6f\x64\x65\76\40\145\x74\143\x2e\x3c\57\160\x3e\xd\12\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\74\x2f\x74\x64\76\15\xa\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\74\57\x74\162\76\x20\15\12\15\12\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x3c\164\x72\76\15\12\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\74\164\x68\40\x73\143\x6f\160\145\x3d\x22\x72\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\157\160\x65\x6e\141\151\137\141\x72\x74\x69\x63\x6c\x65\137\141\163\163\151\x67\x6e\155\145\x6e\164"); echo "\101\x72\x74\151\x63\154\145\x20\141\163\163\151\x67\156\x6d\x65\156\164\74\x2f\x74\150\x3e\15\12\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\74\x74\x64\76\xd\xa\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20"; echo "\74\x74\145\x78\x74\141\x72\x65\141\40\143\157\x6c\x73\75\42\x39\60\42\40\x72\x6f\167\163\x3d\42\61\60\x22\x20\167\162\141\x70\x3d\x22\x6f\x6e\x22\x20\x6e\x61\155\x65\x3d\x22\157\160\145\156\141\x69\x5f\x61\162\x74\151\143\x6c\x65\137\141\163\x73\x69\x67\156\155\x65\x6e\x74\x22\x20\163\x74\x79\154\145\x3d\42\155\141\x72\147\x69\x6e\72\x30\73\150\x65\x69\147\x68\164\72\61\x30\145\x6d\73\x77\151\x64\164\x68\x3a\61\60\x30\45\73\42\76" . stripslashes($settings["\x6f\x70\145\156\141\x69\137\x61\x72\164\x69\143\x6c\145\137\x61\163\x73\x69\147\156\x6d\145\x6e\164"]) . "\74\57\x74\x65\x78\x74\141\x72\145\x61\76"; echo "\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x3c\x70\x20\143\x6c\x61\163\x73\75\42\144\x65\163\x63\162\x69\x70\164\151\157\156\x22\x3e\123\x65\x74\x20\x79\x6f\x75\162\40\x66\x72\x65\x65\55\146\x6f\162\155\x20\x61\163\163\x69\x67\156\x6d\145\x6e\x74\x73\x20\146\x6f\162\x20\164\x68\145\40\117\x70\x65\156\x41\111\40\107\x50\x54\x2c\40\167\162\x69\x74\164\x65\156\40\x69\156\x20\157\x72\144\151\x6e\141\162\171\40\150\x75\155\141\156\40\154\x61\156\147\x75\141\x67\145\56\x20\x43\171\x62\x65\x72\123\x45\x4f\40\120\x72\157\40\144\x6f\x65\x73\x20\156\x6f\164\x20\x61\x73\x6b\x20\171\x6f\165\xd\12\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\164\x6f\x20\x73\145\154\x65\x63\164\40\x61\x6e\x20\x61\x73\163\151\x67\x6e\155\x65\x6e\x74\x20\154\x61\156\x67\165\x61\x67\145\x20\157\x72\x20\164\x68\x65\x20\x6c\x61\x6e\147\165\141\147\x65\40\171\157\x75\x20\167\141\156\x74\40\x74\x6f\x20\x74\162\141\156\163\154\x61\164\x65\40\x74\150\x65\40\x67\145\156\x65\162\x61\x74\x65\144\40\x74\145\170\164\40\164\x6f\56\x20\x49\164\40\x64\x6f\x65\x73\40\x6e\x6f\164\40\x6d\141\x6b\x65\x20\x79\x6f\x75\x20\143\x68\157\x6f\163\145\x20\x74\150\x65\x20\x73\164\x79\154\x65\x20\x6f\x66\40\xd\12\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x61\x72\x74\151\143\x6c\x65\54\40\x74\150\145\x20\x6b\145\171\167\157\162\x64\x73\x20\171\157\x75\x20\x77\141\156\x74\x20\164\157\x20\x62\x65\x20\x75\163\x65\x64\x20\146\162\157\155\x20\141\40\x73\x65\x74\x20\157\x66\x20\x64\x72\x6f\x70\55\144\157\167\156\40\x6c\x69\x73\164\x73\x20\x77\x69\164\x68\x20\160\x72\x65\144\x65\x66\151\156\145\x64\x20\157\160\164\151\157\x6e\x73\56\x20\127\162\x69\164\x65\x20\x74\x68\x65\x6d\40\x69\156\x20\141\40\x6e\157\162\155\x61\x6c\x20\154\141\156\x67\165\141\147\145\x2c\40\x74\150\x65\x20\163\141\155\145\15\12\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x77\x61\171\x20\171\157\165\40\x67\151\x76\145\40\x61\156\x20\x61\163\x73\151\x67\156\155\145\156\164\x20\x74\x6f\40\x61\40\x68\165\x6d\141\x6e\x20\167\x72\x69\164\145\x72\56\15\xa\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\74\57\160\x3e\x3c\x70\x20\x63\154\141\163\x73\x3d\x22\x64\145\x73\143\162\151\160\x74\x69\157\156\x22\x3e\x59\x6f\165\40\x63\x61\156\40\x73\145\164\x20\150\145\162\145\40\x61\x6e\40\165\x6e\154\x69\x6d\x69\164\x65\144\40\156\165\x6d\x62\145\162\40\157\x66\40\x61\163\x73\x69\x67\156\x6d\x65\x6e\x74\x73\x2c\x20\x62\162\157\x6b\x65\x6e\40\x75\x70\40\167\151\164\150\x20\x74\x68\x65\40\74\143\157\x64\145\x3e\46\154\164\x3b\41\x2d\55\155\x6f\x72\x65\x2d\x2d\46\x67\x74\x3b\74\x2f\143\157\144\145\x3e\xd\12\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x73\x65\160\141\162\x61\x74\157\x72\x20\163\164\x72\x69\x6e\147\56\x20\x45\166\x65\162\171\40\163\x75\x63\x68\40\x61\156\40\x61\x73\x73\151\147\x6e\x6d\x65\156\x74\x20\167\x69\154\154\40\147\x65\156\145\162\x61\x74\x65\x20\x61\40\x73\x65\x70\141\x72\141\164\145\40\x62\154\157\143\153\x20\x6f\146\40\x74\x65\x78\x74\x2e\74\x2f\x70\76\15\xa\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\74\x70\x20\x63\x6c\141\163\163\x3d\x22\x64\x65\163\x63\x72\151\160\x74\x69\x6f\x6e\x22\76\131\x6f\165\40\x63\141\x6e\40\165\x73\x65\x20\164\145\155\x70\154\x61\164\145\40\160\x6c\141\x63\x65\150\157\x6c\x64\145\162\x73\40\150\145\162\145\x2c\40\x65\56\147\56\40\x3c\143\x6f\x64\x65\76\45\x70\x6f\x73\164\x5f\x74\x69\164\154\145\x25\74\57\x63\157\x64\145\x3e\x2c\40\74\143\x6f\x64\x65\x3e\x25\160\x6f\163\x74\x5f\x63\157\156\164\145\156\164\45\74\x2f\x63\157\x64\x65\x3e\x2c\x20\x3c\x63\x6f\144\x65\x3e\x25\170\155\154\137\164\141\147\163\x5b\135\x25\x3c\57\143\x6f\144\x65\x3e\x20\x65\x74\143\56\x3c\57\160\x3e\15\12\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x3c\160\76\122\x65\141\x64\x20\164\x68\145\x20\x3c\141\x20\x68\162\145\x66\x3d\42\150\x74\x74\x70\163\72\57\x2f\167\167\167\56\143\x79\142\x65\x72\x73\x65\157\x2e\x6e\x65\x74\x2f\x63\x6f\x6e\x74\145\x6e\x74\x2d\163\x79\x6e\x64\x69\x63\x61\164\x6f\x72\x2f\43\x61\162\164\151\143\x6c\145\x2d\x61\x73\163\x69\x67\x6e\155\145\156\164\x73\x22\x20\x74\141\x72\x67\145\164\x3d\42\137\142\154\x61\x6e\153\x22\x3e\x6d\141\x6e\165\141\x6c\x3c\x2f\x61\76\x2e\15\12\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\74\57\164\x64\76\xd\xa\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\74\57\164\162\76\x20\40\xd\xa\xd\12\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\74\164\162\76\15\xa\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\74\x74\x68\x3e"; $this->showChangeBox($change_selected, "\x6f\160\x65\x6e\x61\x69\x5f\x70\x72\x6f\x63\145\x73\x73\x69\156\147\137\x6f\x72\x64\x65\x72"); echo "\120\x72\157\143\x65\x73\163\151\x6e\147\x20\157\162\x64\145\162\74\57\x74\x68\76\15\xa\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\74\x74\x64\x3e\xd\xa\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\74\163\x65\x6c\145\143\x74\x20\156\x61\155\x65\75\x22\x6f\160\145\156\141\151\137\160\162\x6f\x63\145\x73\163\x69\x6e\147\x5f\x6f\x72\x64\x65\x72\x22\76\15\xa\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20"; echo "\x3c\x6f\160\164\151\157\x6e\x20" . ($settings["\157\160\145\156\x61\151\x5f\x70\162\x6f\x63\145\163\x73\x69\156\x67\137\x6f\x72\144\x65\162"] === "\x74\151\164\154\145\137\x66\151\162\163\x74" ? "\x73\145\154\145\143\x74\x65\x64\40" : '') . "\166\141\x6c\165\x65\75\42\x74\x69\164\x6c\145\137\x66\x69\x72\163\x74\42\76\124\151\164\154\x65\x20\x66\x69\x72\163\x74\74\x2f\x6f\x70\x74\151\157\x6e\76"; echo "\x3c\x6f\x70\164\151\x6f\x6e\40" . ($settings["\157\x70\145\x6e\x61\151\137\160\x72\157\x63\x65\163\x73\x69\156\x67\137\157\162\x64\x65\162"] === "\x61\x72\164\x69\143\x6c\145\137\x66\x69\x72\x73\x74" ? "\x73\x65\x6c\x65\x63\x74\x65\144\40" : '') . "\x76\x61\154\x75\x65\75\x22\x61\162\164\x69\x63\x6c\145\137\x66\151\162\163\x74\42\76\101\x72\164\x69\143\x6c\x65\40\146\x69\x72\163\164\x3c\57\157\x70\x74\151\x6f\156\76"; echo "\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x3c\x2f\163\x65\154\x65\143\164\76\xd\xa\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x3c\x70\x20\x63\x6c\x61\x73\x73\x3d\x22\x64\x65\x73\x63\x72\x69\160\164\151\157\156\42\76\x53\x65\x74\40\164\150\145\x20\117\160\x65\x6e\x41\x49\x20\x47\x50\x54\40\160\162\x6f\x63\145\x73\163\151\x6e\x67\x20\x6f\162\144\x65\162\x2e\40\131\157\165\x20\155\x61\171\x20\167\x61\156\164\x20\164\x6f\x20\165\x73\x65\40\x74\150\145\40\x67\x65\x6e\x65\x72\141\164\x65\x64\40\x74\x69\x74\154\x65\40\141\x73\x20\141\40\74\143\x6f\x64\x65\x3e\x25\x70\x6f\x73\164\137\x74\151\164\x6c\x65\x25\74\57\x63\157\x64\145\76\x20\x73\x68\x6f\162\x74\143\x6f\144\x65\40\x66\x6f\x72\x20\x61\x72\x74\x69\x63\154\x65\x20\x61\x73\x73\151\x67\156\x6d\x65\x6e\164\x2c\x20\x6f\x72\40\165\163\x65\40\164\x68\145\x20\147\x65\156\145\162\141\x74\145\144\x20\141\x72\164\151\x63\x6c\145\x20\x61\x73\x20\141\x20\x3c\x63\157\144\145\x3e\x25\x70\x6f\x73\x74\x5f\x63\157\x6e\164\x65\x6e\164\45\x3c\57\143\157\144\145\76\x20\x73\x68\157\x72\164\143\157\x64\145\40\146\x6f\x72\40\160\x6f\x73\x74\x20\141\163\x73\x69\147\x6e\x6d\145\156\164\x2e\74\x2f\160\x3e\15\12\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\74\57\164\144\x3e\15\xa\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\74\x2f\164\x72\76\40\15\xa\xd\xa\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x3c\164\x72\x3e\xd\xa\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\74\x74\150\x3e"; $this->showChangeBox($change_selected, "\x6f\160\145\156\141\151\137\160\x6f\x73\151\x74\151\157\x6e"); echo "\x41\x72\164\151\143\x6c\x65\40\x70\157\163\x69\164\x69\x6f\x6e\x3c\57\x74\x68\x3e\15\xa\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\74\x74\x64\76\xd\12\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\74\163\x65\x6c\x65\x63\164\x20\x6e\x61\x6d\145\x3d\42\157\x70\145\156\x61\151\x5f\160\157\163\151\164\151\157\156\42\x3e\15\xa\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20"; echo "\x3c\157\160\164\x69\157\156\40" . ($settings["\x6f\x70\145\156\141\151\137\160\x6f\x73\x69\x74\151\x6f\x6e"] === "\x72\x65\x70\154\141\143\x65" ? "\163\x65\x6c\x65\143\x74\145\144\x20" : '') . "\166\141\154\x75\x65\x3d\x22\162\x65\x70\x6c\141\143\x65\x22\x3e\122\145\x70\x6c\141\143\x65\x20\x74\x68\145\40\x70\x6f\x73\x74\40\143\x6f\x6e\x74\x65\156\x74\x3c\x2f\x6f\160\164\151\157\156\76"; echo "\x3c\x6f\160\x74\151\157\x6e\40" . ($settings["\157\x70\145\156\141\x69\137\x70\x6f\163\x69\x74\151\x6f\x6e"] === "\141\x62\157\166\145" ? "\x73\x65\154\x65\x63\x74\x65\x64\x20" : '') . "\x76\x61\x6c\165\145\75\x22\141\142\157\166\x65\x22\x3e\x41\x62\157\166\x65\40\164\x68\145\x20\160\157\x73\x74\40\x63\x6f\x6e\164\x65\156\x74\74\57\157\160\x74\151\x6f\x6e\x3e"; echo "\74\157\160\164\151\x6f\x6e\x20" . ($settings["\x6f\160\x65\x6e\141\x69\x5f\x70\157\163\151\164\x69\157\156"] === "\x62\x65\154\x6f\167" ? "\163\x65\154\x65\143\164\x65\144\x20" : '') . "\x76\x61\154\165\x65\x3d\42\x62\x65\154\x6f\167\x22\76\102\x65\154\157\x77\x20\164\150\x65\40\x70\157\x73\164\x20\x63\x6f\156\x74\x65\x6e\x74\x3c\x2f\x6f\160\x74\x69\157\156\76"; echo "\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x3c\57\x73\x65\154\145\143\x74\x3e\xd\xa\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x3c\x2f\164\144\x3e\xd\xa\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x3c\57\x74\x72\x3e\40\xd\xa\xd\xa\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x3c\x74\162\76\xd\12\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x3c\164\x68\40\163\143\x6f\x70\145\75\x22\x72\157\167\42\x3e"; $this->showChangeBox($change_selected, "\157\x70\145\156\x61\151\x5f\x6d\157\144\145\x6c"); echo "\115\x6f\x64\145\x6c\40\x6e\141\155\x65\x3c\x2f\164\x68\x3e\15\12\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x3c\164\144\76\15\xa\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x3c\x73\145\154\x65\x63\164\40\156\x61\x6d\x65\x3d\42\157\160\x65\156\x61\x69\x5f\x6d\157\x64\x65\x6c\x22\76\xd\xa\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40"; echo "\x3c\x6f\x70\164\x69\157\156\40" . ($settings["\157\x70\x65\x6e\x61\x69\137\155\x6f\144\x65\154"] === "\x67\x70\x74\x2d\63\56\x35\x2d\164\165\x72\142\x6f" ? "\163\145\x6c\x65\143\x74\x65\144\x20" : '') . "\166\x61\154\165\145\x3d\x22\x74\165\x72\x62\x6f\42\x3e\x47\120\124\x2d\x33\56\65\40\124\165\162\x62\157\74\57\157\x70\164\151\157\x6e\x3e"; echo "\74\x6f\x70\x74\x69\x6f\x6e\x20" . ($settings["\x6f\160\145\156\x61\x69\137\x6d\x6f\x64\145\x6c"] === "\147\x70\164\55\x33\56\65\55\164\165\162\142\157\55\x31\x36\x6b" ? "\163\x65\x6c\x65\x63\x74\x65\x64\x20" : '') . "\166\x61\x6c\165\145\x3d\42\x67\x70\164\55\63\x2e\x35\55\164\x75\x72\142\157\x2d\61\66\x6b\x22\76\x47\x50\124\x2d\x33\x2e\65\x20\x54\165\162\x62\x6f\40\61\66\113\74\57\x6f\160\164\x69\x6f\x6e\76"; echo "\x3c\157\160\x74\x69\x6f\x6e\40" . ($settings["\157\160\145\156\141\151\137\155\x6f\x64\x65\154"] === "\147\x70\x74\55\63\x2e\65\55\x74\165\162\142\x6f\55\151\156\x73\x74\162\165\x63\x74" ? "\x73\x65\154\145\x63\x74\145\x64\x20" : '') . "\x76\x61\x6c\165\x65\75\42\147\160\164\x2d\x33\56\65\x2d\164\x75\162\142\157\55\x69\156\163\x74\162\165\143\x74\x22\x3e\x47\120\124\55\x33\56\65\40\124\x75\162\x62\157\x20\x49\x6e\x73\164\162\x75\143\x74\74\x2f\x6f\160\164\151\x6f\x6e\x3e"; echo "\x3c\x6f\x70\x74\x69\x6f\x6e\x20" . ($settings["\157\160\x65\156\141\151\137\155\157\144\x65\154"] === "\x67\x70\164\x2d\x34\x2d\166\151\163\151\x6f\156\x2d\x70\162\145\x76\x69\x65\x77" ? "\x73\x65\x6c\x65\x63\x74\145\144\x20" : '') . "\166\x61\x6c\165\145\x3d\x22\x67\160\164\x2d\64\55\166\151\163\x69\x6f\x6e\55\160\162\145\x76\151\x65\x77\x22\76\x47\x50\124\x2d\64\x20\x54\x75\x72\142\x6f\74\57\x6f\x70\x74\151\157\156\x3e"; echo "\x3c\x6f\160\x74\151\x6f\156\40" . ($settings["\x6f\160\145\x6e\x61\x69\137\x6d\x6f\144\x65\154"] === "\147\x70\164\55\64" ? "\163\145\154\x65\143\164\x65\144\40" : '') . "\166\x61\154\x75\145\x3d\x22\147\x70\164\x2d\x34\x22\x3e\x47\120\x54\x2d\x34\74\57\157\x70\164\151\x6f\x6e\x3e"; echo "\74\157\160\164\x69\x6f\x6e\40" . ($settings["\157\160\145\x6e\x61\151\x5f\155\157\144\145\x6c"] === "\x67\160\164\x2d\64\55\63\x32\153" ? "\163\x65\154\145\x63\164\145\x64\40" : '') . "\x76\x61\x6c\165\x65\x3d\42\147\x70\164\55\64\42\76\107\120\x54\x2d\64\40\x33\62\113\x3c\57\157\x70\164\151\x6f\156\76"; echo "\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x3c\57\163\145\154\145\143\164\76\xd\12\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\74\160\x20\x63\x6c\141\x73\163\75\x22\144\145\x73\x63\162\x69\160\164\151\157\156\x22\76\x54\x68\x65\x20\x47\x50\124\40\155\157\x64\145\154\163\x20\143\x61\x6e\40\165\156\144\x65\162\x73\x74\x61\x6e\144\40\x61\x6e\x64\x20\x67\145\156\x65\162\141\164\x65\x20\156\x61\164\x75\x72\141\154\x20\154\141\x6e\147\165\x61\147\x65\x2e\x20\x54\x68\145\x20\117\160\x65\x6e\x41\111\40\x6d\x6f\x64\x65\154\163\x20\150\x61\x76\x65\40\x64\x69\x66\146\x65\x72\x65\x6e\164\40\154\145\166\145\154\163\40\x6f\146\40\x70\157\167\x65\162\x2c\x20\x64\151\146\146\x65\162\x65\x6e\164\x20\164\157\153\x65\x6e\x20\154\151\x6d\151\x74\163\x2c\15\xa\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x64\151\x66\x66\x65\x72\x65\156\x74\x20\x70\x72\151\x63\x65\163\x20\141\156\x64\x20\x73\165\x69\x74\x61\142\154\x65\x20\x66\157\162\40\144\x69\x66\x66\x65\162\x65\156\x74\x20\164\141\163\153\163\56\x20\x4e\157\164\145\x2c\x20\x74\x68\141\164\40\x47\120\124\55\x34\40\141\x6e\x64\x20\x47\x50\124\x2d\64\x20\63\62\113\40\155\x6f\x64\x65\x6c\163\x20\141\162\145\40\x63\x75\x72\x72\145\156\164\154\171\40\151\x6e\x20\x61\x20\x6c\151\155\151\x74\x65\x64\x20\142\145\164\x61\x20\141\156\x64\40\x6f\156\x6c\x79\x20\141\x63\143\x65\x73\x73\x69\x62\154\x65\40\x74\157\x20\164\x68\x6f\163\x65\x20\167\150\157\40\x68\x61\x76\x65\x20\x62\x65\145\x6e\40\147\162\141\156\x74\145\x64\40\141\143\x63\x65\x73\x73\x2e\74\x2f\x70\76\15\xa\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\74\57\164\144\x3e\15\12\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x3c\x2f\x74\x72\x3e\40\xd\xa\xd\12\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x3c\x74\x72\x3e\15\12\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x3c\164\x68\76"; $this->showChangeBox($change_selected, "\x6f\x70\x65\156\141\x69\137\x6d\x61\170\x5f\x74\x6f\153\145\156\163"); echo "\x4d\141\x78\x20\164\157\x6b\x65\x6e\163\74\x2f\164\150\76\15\12\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\74\x74\144\76\xd\xa\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40"; echo "\74\x69\x6e\x70\x75\164\x20\x74\171\x70\x65\x3d\x22\164\145\x78\164\42\40\x6e\141\x6d\145\75\x22\157\160\x65\x6e\141\x69\137\x6d\141\170\137\164\157\x6b\x65\156\163\x22\x20\166\141\154\165\145\75\x22" . $settings["\157\160\145\156\141\x69\x5f\x6d\141\170\x5f\164\157\153\x65\156\x73"] . "\42\40\x73\x69\x7a\x65\x3d\x22\x36\x30\42\x3e"; echo "\40\15\12\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\74\x70\40\x63\154\141\163\163\75\42\144\x65\163\143\x72\x69\160\x74\x69\157\x6e\x22\x3e\x54\x68\145\40\155\141\x78\151\x6d\165\x6d\40\156\165\155\142\145\162\x20\x6f\x66\40\x74\x6f\x6b\x65\x6e\163\x20\164\x6f\x20\147\145\x6e\145\x72\x61\164\x65\40\151\x6e\x20\x74\x68\145\40\x63\x6f\155\160\x6c\x65\164\151\x6f\156\x2e\xd\xa\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\124\150\x65\40\x74\157\153\145\x6e\x20\x63\x6f\165\156\164\40\x6f\x66\x20\145\141\x63\x68\40\x61\x73\x73\x69\147\x6e\x6d\x65\x6e\x74\x20\x70\154\165\163\x20\74\x63\157\x64\145\76\115\141\x78\x20\x74\x6f\x6b\x65\x6e\x73\74\x2f\x63\157\144\145\x3e\x20\x63\x61\156\156\x6f\164\x20\145\170\x63\x65\x65\144\x20\x74\x68\x65\x20\155\x6f\x64\145\154\47\x73\x20\143\x6f\x6e\x74\x65\x78\164\40\154\x65\x6e\x67\164\x68\56\40\x50\154\145\141\x73\x65\40\x72\145\x66\145\x72\x20\164\x6f\40\164\150\x65\x20\74\x61\40\150\x72\145\146\x3d\x22\x68\x74\x74\x70\x73\x3a\57\x2f\x77\x77\x77\x2e\143\x79\x62\x65\162\163\145\157\56\156\145\164\57\143\157\x6e\164\145\156\164\x2d\x73\x79\156\x64\151\x63\x61\164\x6f\162\x2f\43\155\157\x64\145\x6c\x2d\x6e\x61\x6d\x65\x22\x20\164\x61\162\147\145\x74\75\x22\137\142\x6c\141\156\153\42\x3e\155\x61\156\x75\x61\154\x3c\57\x61\x3e\40\x66\x6f\162\40\x64\145\x74\x61\151\x6c\x73\56\74\57\x70\76\xd\xa\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x3c\x2f\164\x64\76\15\12\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\74\x2f\x74\x72\x3e\xd\12\xd\12\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x3c\164\162\76\xd\12\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\74\164\150\76"; $this->showChangeBox($change_selected, "\157\x70\145\x6e\x61\x69\137\164\145\155\160\x65\162\x61\x74\x75\x72\145"); echo "\x54\145\155\160\x65\x72\141\164\165\x72\145\74\57\164\x68\76\15\12\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x3c\164\x64\x3e\xd\xa\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40"; echo "\x3c\x69\156\x70\165\x74\40\x74\x79\x70\x65\x3d\x22\x74\x65\170\164\42\40\156\141\155\145\x3d\42\157\x70\145\x6e\x61\x69\x5f\164\x65\x6d\160\x65\x72\x61\164\x75\162\145\x22\x20\166\141\154\165\x65\75\42" . $settings["\x6f\x70\145\x6e\x61\x69\137\164\x65\155\x70\x65\162\141\x74\165\162\145"] . "\x22\x20\163\151\172\x65\x3d\x22\x36\60\42\76"; echo "\x20\15\xa\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x3c\x70\40\143\x6c\141\x73\x73\x3d\42\144\145\x73\143\x72\x69\x70\x74\x69\x6f\x6e\x22\76\x57\150\x61\x74\x20\163\x61\155\x70\x6c\151\x6e\147\x20\x74\x65\155\160\x65\162\141\x74\x75\x72\x65\40\164\x6f\40\165\x73\145\56\40\x48\151\147\150\x65\162\x20\x76\x61\154\x75\145\x73\40\155\x65\x61\156\163\40\164\x68\x65\40\x6d\157\144\x65\x6c\x20\x77\151\154\154\40\x74\141\x6b\x65\40\155\157\162\145\x20\162\x69\163\x6b\x73\56\40\x54\162\171\x20\x30\56\71\x20\146\157\162\40\x6d\157\x72\145\x20\143\x72\x65\x61\164\x69\x76\x65\xd\12\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\141\x70\x70\x6c\x69\143\141\x74\151\x6f\x6e\x73\54\40\141\156\x64\x20\x30\x20\x28\141\x72\x67\155\141\x78\40\x73\141\x6d\x70\x6c\x69\156\x67\51\x20\x66\157\x72\x20\157\x6e\x65\163\40\x77\x69\x74\150\x20\141\40\x77\145\x6c\x6c\55\144\x65\146\151\x6e\x65\x64\40\x61\156\163\167\145\162\56\x3c\x2f\x70\76\15\xa\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\74\57\164\144\x3e\xd\12\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\74\x2f\x74\x72\76\15\12\15\xa\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\74\164\x72\76\15\12\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x3c\x74\x68\76"; $this->showChangeBox($change_selected, "\157\x70\x65\156\141\151\137\164\157\160\x5f\x70"); echo "\x54\x6f\x70\40\x70\74\x2f\164\x68\76\xd\xa\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\74\164\x64\76\15\12\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40"; echo "\x3c\151\x6e\x70\x75\x74\40\x74\171\160\145\75\x22\x74\x65\170\x74\x22\x20\156\x61\x6d\x65\x3d\x22\x6f\x70\x65\156\x61\x69\137\164\x6f\160\x5f\x70\42\40\x76\141\154\165\145\x3d\x22" . $settings["\157\160\145\x6e\141\151\x5f\164\x6f\160\x5f\x70"] . "\x22\40\x73\151\172\x65\75\42\66\x30\42\x3e"; echo "\x20\15\12\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x3c\160\40\x63\154\x61\163\x73\x3d\42\144\145\163\x63\162\x69\160\164\151\x6f\156\42\76\x41\x6e\x20\x61\x6c\164\145\162\156\141\x74\151\166\x65\x20\164\x6f\40\163\141\155\160\x6c\x69\156\147\x20\x77\x69\164\x68\x20\164\x65\155\160\145\x72\x61\164\x75\162\145\54\x20\x63\x61\154\154\145\144\40\x6e\165\143\154\145\165\163\40\163\141\x6d\160\154\x69\x6e\x67\x2c\x20\x77\x68\x65\x72\145\40\x74\150\x65\40\x6d\157\x64\x65\154\40\x63\157\x6e\x73\x69\x64\x65\162\163\x20\164\x68\145\x20\x72\145\163\165\x6c\x74\x73\40\x6f\x66\15\12\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x74\150\145\x20\x74\x6f\x6b\x65\156\x73\x20\x77\151\164\150\x20\x74\x6f\x70\137\160\x20\160\x72\157\x62\141\142\x69\x6c\x69\164\171\x20\x6d\x61\163\163\56\x20\123\157\40\x30\56\61\40\155\x65\141\x6e\x73\40\x6f\156\x6c\x79\x20\x74\150\145\40\164\157\153\x65\x6e\x73\40\143\x6f\155\x70\162\151\163\x69\x6e\x67\x20\x74\x68\145\40\164\x6f\x70\x20\61\60\45\x20\160\x72\x6f\x62\x61\x62\151\154\151\164\171\x20\x6d\141\163\x73\40\141\162\x65\x20\143\157\x6e\163\151\144\x65\x72\x65\x64\56\74\57\160\76\15\xa\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\x3c\x2f\x74\144\76\15\12\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x3c\57\164\x72\76\xd\xa\xd\12\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\74\164\162\x3e\xd\12\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x3c\x74\x68\76"; $this->showChangeBox($change_selected, "\x6f\x70\x65\156\141\151\x5f\x62\145\163\164\x5f\x6f\146"); echo "\102\145\163\164\x20\x6f\146\x3c\x2f\x74\x68\x3e\15\xa\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x3c\164\x64\x3e\xd\xa\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40"; echo "\74\x69\156\160\165\x74\40\164\x79\160\x65\75\42\x74\145\170\x74\42\40\156\x61\155\145\75\x22\157\x70\145\156\x61\x69\x5f\142\145\163\x74\137\x6f\146\x22\x20\x76\141\x6c\x75\145\75\42" . $settings["\x6f\160\x65\x6e\x61\151\x5f\x62\145\x73\x74\137\x6f\146"] . "\x22\40\163\151\x7a\145\75\42\x36\x30\x22\76"; echo "\x20\15\xa\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\74\160\40\143\x6c\x61\163\163\75\42\144\x65\163\x63\162\x69\x70\164\151\x6f\156\x22\x3e\107\x65\156\145\162\141\164\145\x73\40\x3c\143\x6f\x64\x65\x3e\x62\145\x73\x74\x5f\x6f\146\x3c\x2f\x63\157\144\145\76\x20\143\x6f\155\160\x6c\x65\x74\x69\x6f\x6e\163\40\x73\145\162\x76\x65\x72\55\163\x69\144\x65\40\x61\x6e\x64\40\162\145\x74\x75\x72\x6e\x73\40\164\x68\145\40\42\x62\145\163\164\42\x20\50\164\x68\x65\40\x6f\156\x65\x20\x77\151\x74\x68\40\164\150\145\40\150\x69\147\x68\145\163\164\40\154\157\x67\40\x70\162\x6f\142\141\x62\x69\154\x69\x74\x79\x20\160\145\162\x20\x74\x6f\153\x65\156\51\56\x3c\57\x70\x3e\xd\12\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\74\x2f\x74\144\x3e\xd\xa\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x3c\57\164\162\x3e\15\xa\15\12\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\74\x74\x72\76\15\12\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\74\x74\x68\x3e"; $this->showChangeBox($change_selected, "\x6f\160\x65\156\141\x69\x5f\x70\162\145\163\x65\156\143\145\x5f\160\x65\x6e\141\x6c\164\171"); echo "\x50\x72\x65\x73\x65\156\143\x65\x20\x70\145\x6e\141\154\x74\171\74\57\x74\x68\x3e\15\xa\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x3c\164\x64\x3e\xd\12\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20"; echo "\74\x69\x6e\x70\x75\164\x20\x74\x79\x70\x65\x3d\42\x74\x65\170\164\42\40\x6e\x61\x6d\145\x3d\x22\157\160\145\156\141\x69\137\x70\162\145\163\x65\156\x63\145\x5f\x70\x65\x6e\x61\154\164\x79\42\40\x76\x61\x6c\165\x65\75\42" . $settings["\157\160\145\x6e\141\151\137\160\162\x65\163\145\x6e\x63\145\137\x70\x65\x6e\x61\x6c\x74\171"] . "\x22\40\163\x69\172\145\x3d\42\x36\x30\x22\x3e"; echo "\40\15\xa\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\40\74\x70\x20\143\x6c\141\163\x73\75\42\x64\x65\x73\x63\x72\x69\x70\x74\151\157\x6e\42\x3e\116\x75\x6d\x62\x65\x72\40\142\x65\164\x77\x65\x65\x6e\x20\x2d\x32\x2e\x30\40\141\x6e\144\x20\62\56\60\56\40\x50\157\163\151\164\x69\166\x65\x20\x76\x61\x6c\x75\x65\x73\40\x70\x65\x6e\x61\154\151\172\145\x20\156\x65\167\40\164\x6f\x6b\x65\156\163\40\x62\x61\x73\x65\144\x20\x6f\156\x20\x77\x68\145\x74\x68\145\162\40\x74\150\x65\171\40\x61\160\160\145\x61\162\40\151\156\40\164\150\x65\40\164\145\170\x74\x20\x73\x6f\40\x66\141\x72\54\15\xa\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\151\156\143\x72\x65\141\x73\151\x6e\x67\40\164\x68\x65\40\x6d\x6f\x64\x65\154\x27\163\x20\154\151\x6b\x65\154\x69\x68\x6f\x6f\144\40\164\x6f\x20\x74\141\154\x6b\40\x61\x62\157\x75\x74\x20\156\x65\x77\x20\164\x6f\160\151\x63\163\x2e\x3c\57\x70\x3e\15\12\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x3c\57\x74\144\x3e\15\12\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x3c\57\x74\162\76\15\12\15\xa\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x3c\x74\162\76\xd\12\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\74\x74\x68\76"; $this->showChangeBox($change_selected, "\157\x70\x65\156\x61\151\x5f\146\162\145\x71\x75\x65\156\x63\171\x5f\x70\145\156\x61\154\164\171"); echo "\x46\162\x65\161\x75\x65\156\143\x79\x20\160\x65\x6e\141\x6c\164\171\x3c\x2f\164\x68\76\15\xa\40\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x3c\x74\x64\76\xd\xa\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40"; echo "\x3c\151\156\x70\165\x74\40\x74\x79\x70\145\x3d\x22\x74\x65\x78\164\42\x20\x6e\x61\155\x65\75\x22\x6f\x70\x65\x6e\141\x69\137\146\x72\x65\161\x75\145\156\143\171\137\x70\x65\x6e\141\154\164\171\x22\40\x76\x61\154\165\x65\75\42" . $settings["\x6f\x70\x65\x6e\x61\151\137\146\x72\145\161\x75\x65\156\x63\171\137\160\x65\x6e\141\x6c\x74\x79"] . "\x22\40\x73\x69\x7a\145\75\x22\66\60\42\76"; echo "\40\15\xa\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x3c\160\x20\143\154\141\x73\x73\75\42\x64\x65\x73\143\x72\151\x70\x74\151\157\x6e\42\76\116\165\155\x62\x65\x72\x20\142\145\164\167\x65\145\156\x20\55\62\56\x30\40\141\x6e\144\x20\62\56\x30\x2e\40\120\x6f\163\x69\164\x69\166\x65\x20\x76\x61\x6c\165\145\x73\40\x70\145\x6e\141\x6c\x69\x7a\x65\x20\x6e\145\167\40\164\157\153\x65\x6e\163\40\142\141\x73\x65\x64\40\157\156\40\164\x68\145\151\x72\x20\145\170\x69\163\x74\151\x6e\147\40\x66\x72\x65\161\x75\x65\156\x63\171\40\151\156\40\164\x68\145\x20\164\x65\x78\x74\40\x73\x6f\x20\x66\141\x72\54\15\12\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x64\145\143\162\x65\141\x73\151\156\x67\x20\164\x68\145\40\x6d\x6f\x64\145\154\x27\x73\x20\x6c\x69\153\x65\154\151\x68\x6f\157\144\x20\x74\x6f\x20\162\145\x70\x65\141\x74\x20\164\x68\x65\x20\163\x61\x6d\x65\x20\154\x69\156\x65\40\x76\145\162\142\x61\164\151\x6d\56\74\57\x70\x3e\15\12\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x3c\57\x74\144\76\xd\12\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\x3c\x2f\x74\x72\76\15\xa\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x3c\x2f\164\x61\142\154\x65\76\xd\xa\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x3c\x2f\x64\151\166\76\15\12\xd\12\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\74\144\151\166\40\151\144\x3d\x22\x61\162\x74\151\x63\154\145\x5f\146\x6f\162\147\x65\x22\40\x6e\141\155\145\x3d\42\x61\162\164\151\x63\x6c\x65\x5f\x66\157\x72\147\x65\x22\x20\144\151\163\x70\x6c\141\x79\75\42\156\157\x6e\x65\x22\76\15\12\15\12\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40"; if ($this->credentials_set("\x61\x72\x74\x69\143\154\145\x5f\x66\x6f\162\x67\145")) { goto Pc7gC; } echo "\74\160\x3e\74\163\160\x61\x6e\x20\x73\164\x79\154\x65\75\42\143\x6f\x6c\157\162\x3a\40\162\x65\144\x3b\42\76\127\141\x72\x6e\x69\x6e\x67\41\74\57\x73\x70\141\x6e\x3e\x20\124\x68\145\x20\x41\x72\x74\x69\143\x6c\145\x20\106\157\162\147\x65\40\101\x50\x49\x20\153\145\171\40\x69\x73\40\156\157\x74\40\160\162\x6f\x76\151\x64\x65\x64\56\40\124\x68\145\x20\x73\x65\162\166\x69\x63\145\40\x69\163\x20\156\157\164\40\141\x76\141\151\154\x61\x62\x6c\145\56\x20\x50\154\x65\x61\163\x65\40\x73\145\x74\40\x69\x74\40\x6f\x6e\40\x74\x68\x65\x20\42\101\143\x63\157\x75\x6e\164\163\x22\x20\x70\x61\147\x65\x2e\74\x2f\x70\76"; Pc7gC: echo "\15\xa\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\74\164\141\x62\154\x65\40\143\154\141\x73\163\x3d\42\146\x6f\162\155\x2d\x74\141\142\154\x65\x20"; if (!$change_selected) { goto sDbXv; } echo "\143\163\145\x6f\55\x66\157\162\x6d"; sDbXv: echo "\x22\x3e\15\xa\15\12\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x3c\x74\x72\76\xd\xa\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x3c\x74\x68\76"; $this->showChangeBox($change_selected, "\x61\x72\x74\x69\143\x6c\x65\137\x66\157\x72\147\x65\137\153\145\171\167\x6f\162\x64"); echo "\113\x65\171\167\x6f\162\144\74\x2f\164\x68\x3e\xd\xa\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x3c\x74\144\x3e\15\xa\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20"; echo "\74\x69\x6e\x70\165\164\x20\164\171\x70\x65\x3d\x22\x74\145\170\x74\x22\x20\156\141\x6d\x65\x3d\x22\x61\x72\164\151\x63\154\145\137\146\157\x72\147\x65\x5f\153\145\171\167\x6f\x72\144\x22\x20\166\141\x6c\x75\x65\75\x22" . htmlspecialchars(stripslashes($settings["\x61\x72\164\x69\x63\154\145\x5f\x66\157\162\x67\145\x5f\153\x65\x79\x77\157\x72\x64"]), ENT_QUOTES) . "\42\40\163\x69\172\145\x3d\42\66\x30\x22\x3e"; echo "\x20\xd\12\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\74\160\x20\x63\154\141\x73\x73\x3d\42\144\x65\x73\x63\162\x69\x70\x74\151\x6f\156\42\76\x4b\x65\171\167\157\x72\x64\x20\x69\156\40\x73\150\157\x75\x6c\x64\x20\x6e\157\164\40\143\157\x6e\164\141\x69\156\40\125\x52\114\x73\x2c\x20\160\141\x72\145\156\x74\150\145\163\145\x73\54\x20\x62\162\x61\143\153\145\164\163\54\40\143\x6f\155\x6d\141\163\40\157\162\x20\x74\157\157\40\155\141\156\171\40\163\x69\x6e\147\154\145\x20\x63\x68\141\x72\141\x63\164\145\x72\x73\56\15\xa\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x3c\142\x72\x3e\131\x6f\165\40\x63\141\156\x20\x75\163\145\x20\164\145\x6d\x70\154\x61\x74\x65\40\x70\x6c\x61\x63\145\x68\157\154\x64\x65\x72\163\40\x68\x65\162\x65\x2c\x20\x65\x2e\147\56\x20\74\x63\x6f\144\x65\x3e\x25\x70\157\x73\164\137\164\x69\x74\x6c\x65\45\x3c\x2f\x63\x6f\x64\x65\x3e\56\x3c\57\x70\76\15\12\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\74\57\x74\x64\x3e\xd\12\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x3c\x2f\x74\162\76\15\12\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x3c\x74\x72\x3e\xd\12\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\x3c\164\150\x3e"; $this->showChangeBox($change_selected, "\141\162\x74\151\x63\154\x65\137\x66\157\162\147\x65\x5f\163\x75\x62\137\x6b\145\171\x77\157\x72\144\163"); echo "\123\165\142\40\x6b\x65\x79\x77\x6f\x72\x64\163\x3c\57\164\150\76\xd\12\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x3c\164\144\x3e\xd\xa\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40"; echo "\x3c\x69\x6e\160\165\164\40\x74\x79\160\145\75\42\x74\x65\170\164\x22\40\156\141\155\145\75\x22\x61\162\164\151\x63\154\x65\x5f\x66\157\x72\x67\x65\137\163\x75\142\x5f\153\145\x79\x77\157\x72\x64\163\x22\40\166\x61\154\165\145\x3d\42" . htmlspecialchars(stripslashes($settings["\141\x72\x74\x69\143\154\x65\x5f\146\157\162\147\x65\x5f\163\x75\x62\137\x6b\145\171\x77\157\162\x64\x73"]), ENT_QUOTES) . "\42\x20\x73\x69\x7a\x65\x3d\x22\66\x30\x22\76"; echo "\x20\15\12\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x3c\160\x20\143\154\141\163\x73\75\x22\144\x65\163\143\162\151\160\164\151\157\x6e\42\x3e\101\x20\x6c\x69\x73\x74\x20\157\146\x20\163\165\x62\40\x6b\x65\171\167\157\x72\x64\x73\40\163\145\x70\141\x72\x61\x74\x65\144\x20\142\x79\40\x63\x6f\155\155\x61\x20\x28\145\x2e\x67\x2e\40\163\165\x62\153\x65\171\x77\x6f\x72\x64\61\x2c\163\x75\x62\x6b\145\171\x77\157\162\x64\62\x2c\x73\165\x62\153\x65\x79\167\157\162\144\x33\51\x2e\40\101\162\x74\x69\143\x6c\145\x20\x46\x6f\x72\147\145\40\150\x61\x73\x20\x61\x20\146\151\x76\145\x20\x73\165\142\x20\153\145\171\167\x6f\x72\x64\40\x6c\x69\155\151\164\x20\x70\145\x72\40\x61\x72\164\x69\x63\x6c\x65\x2e\40\111\146\xd\xa\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\171\x6f\165\x20\145\156\164\x65\x72\40\x6d\x6f\x72\145\40\164\x68\x61\156\x20\x35\40\x73\x75\142\x20\153\145\171\167\157\x72\144\x73\54\x20\101\162\x74\151\x63\x6c\145\x20\106\157\x72\x67\x65\x20\x77\x69\154\154\40\x72\x61\156\x64\157\x6d\x6c\171\x20\x73\145\x6c\x65\143\164\40\65\56\x20\x41\x72\x74\151\x63\x6c\145\x20\x46\x6f\x72\147\145\x20\167\151\x6c\154\40\x61\x6c\x73\157\x20\151\147\x6e\x6f\162\145\x20\141\x6e\x79\x20\163\165\142\x20\x6b\145\x79\x77\157\162\x64\163\x20\154\157\x6e\x67\x65\162\x20\x74\x68\x61\x6e\x20\61\x30\40\x63\150\141\162\x61\143\x74\145\x72\x73\x2e\40\x53\x75\x62\x20\x4b\145\x79\167\157\162\144\163\40\151\x6e\x20\xd\xa\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x73\150\x6f\165\154\144\x20\156\157\164\x20\x63\x6f\x6e\164\x61\x69\156\x20\x55\x52\114\x73\54\40\160\141\162\x65\156\x74\150\145\163\145\163\54\40\x62\x72\x61\x63\153\145\164\x73\x2c\x20\157\x72\40\164\x6f\x6f\x20\x6d\x61\x6e\171\40\163\x69\156\147\x6c\145\x20\143\150\x61\162\x61\x63\x74\x65\162\163\x2e\15\xa\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x3c\x62\162\76\131\x6f\165\x20\143\141\156\40\x75\163\x65\40\164\x65\155\160\x6c\x61\164\x65\40\x70\x6c\x61\143\x65\x68\x6f\154\144\x65\162\x73\40\x68\x65\x72\145\54\x20\x65\x2e\x67\x2e\x20\74\x63\157\144\145\x3e\45\x70\x6f\x73\x74\x5f\x74\x69\x74\154\x65\x25\74\x2f\143\x6f\x64\x65\x3e\x2e\74\x2f\x70\x3e\15\12\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x3c\x2f\164\x64\76\15\xa\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\74\57\x74\x72\x3e\x20\40\xd\12\xd\12\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\74\x74\x72\76\xd\12\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x3c\164\x68\x20\x73\x63\x6f\x70\x65\x3d\x22\x72\157\x77\42\x3e"; $this->showChangeBox($change_selected, "\x61\x72\164\x69\143\x6c\x65\137\146\157\x72\x67\x65\137\164\141\x67\x73\x5f\x61\x73\x5f\163\165\142\153\x65\171\x77\x6f\x72\144\x73"); echo "\120\x6f\163\164\40\164\141\147\163\40\141\163\40\163\165\x62\40\x6b\145\171\x73\x3c\x2f\164\x68\x3e\xd\12\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\74\164\x64\x3e\15\xa\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40"; echo "\x3c\x69\x6e\x70\x75\x74\40\164\171\x70\x65\75\x22\143\150\x65\143\153\142\x6f\x78\42\40\x6e\141\155\145\x3d\42\x61\x72\x74\151\143\154\x65\137\146\x6f\x72\x67\x65\137\x74\141\x67\163\137\x61\163\137\163\x75\x62\x6b\145\x79\167\157\162\x64\x73\x22\40\x69\x64\x3d\x22\141\x72\164\x69\143\154\x65\137\x66\157\x72\147\145\137\x74\x61\x67\x73\x5f\x61\163\x5f\163\165\x62\x6b\x65\x79\x77\157\162\x64\163\42\40" . ($settings["\141\162\x74\x69\143\x6c\145\x5f\x66\x6f\162\x67\x65\137\164\x61\147\x73\137\x61\x73\137\163\x75\x62\153\145\x79\x77\157\x72\x64\x73"] === "\x6f\x6e" ? "\143\x68\x65\x63\x6b\x65\144\x20" : '') . "\76"; echo "\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x3c\154\x61\142\145\154\x20\146\157\162\x3d\x22\141\162\164\x69\x63\154\x65\137\x66\x6f\x72\147\x65\137\x74\141\x67\163\137\x61\x73\x5f\x73\165\x62\x6b\145\x79\x77\x6f\x72\x64\x73\x22\76\167\150\x65\x6e\40\143\150\145\143\153\145\144\54\x20\164\x68\145\x20\x70\x6f\163\x74\x20\164\141\147\163\x20\x28\x69\x66\x20\141\166\141\x69\x6c\141\x62\x6c\145\x29\x20\167\x69\154\154\40\142\x65\x20\x75\x73\x65\144\x20\x61\163\x20\x73\x75\x62\x6b\x65\x79\163\40\x66\157\162\40\x41\162\x74\x69\143\154\x65\x20\106\x6f\x72\x67\145\56\74\57\154\141\142\145\154\x3e\15\12\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\74\x2f\x74\x64\76\15\xa\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x3c\57\x74\162\76\40\40\40\40\x20\15\12\xd\xa\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x3c\164\162\x3e\xd\12\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x3c\x74\150\x20\x73\x63\x6f\x70\145\x3d\42\162\x6f\167\42\76"; $this->showChangeBox($change_selected, "\x61\x72\164\151\143\154\145\137\x66\x6f\162\147\x65\137\x73\x70\x69\x6e\164\x61\x78\x5f\166\x69\x65\167"); echo "\123\x70\x69\156\164\x61\x78\x20\166\x69\x65\x77\74\57\x74\150\76\xd\xa\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x3c\x74\144\x3e\15\12\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20"; echo "\74\x69\156\160\165\164\x20\x74\171\x70\x65\x3d\42\x63\150\x65\x63\153\x62\157\x78\x22\x20\x6e\141\155\145\75\x22\x61\x72\x74\151\143\x6c\x65\x5f\x66\x6f\x72\147\145\x5f\163\160\151\x6e\x74\141\170\137\166\x69\145\x77\42\x20\151\x64\x3d\x22\141\x72\164\151\143\x6c\145\137\x66\157\162\x67\x65\137\x73\x70\x69\x6e\x74\141\x78\x5f\x76\x69\x65\167\42\40" . ($settings["\141\x72\x74\151\143\x6c\x65\137\x66\157\162\147\x65\137\x73\160\x69\156\164\141\x78\137\x76\x69\145\x77"] === "\x6f\156" ? "\143\150\145\143\153\145\x64\x20" : '') . "\x3e"; echo "\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\74\154\x61\142\x65\x6c\x20\x66\x6f\162\75\42\141\162\x74\151\x63\x6c\145\137\146\x6f\162\x67\145\x5f\163\x70\151\156\x74\x61\x78\x5f\166\x69\145\167\42\x3e\x69\x74\x20\151\x73\x20\x75\163\145\x66\x75\x6c\40\164\157\x20\x65\156\141\x62\x6c\145\40\x74\x68\151\163\x20\157\160\x74\x69\x6f\156\40\151\156\x20\x6f\162\144\145\162\x20\x74\x6f\x20\x67\145\156\x65\162\141\164\x65\x20\164\150\145\x20\x53\x70\151\156\164\x61\x78\x20\x76\x65\x72\x73\x69\x6f\x6e\x20\x6f\146\40\171\x6f\x75\x72\x20\141\162\164\x69\x63\154\x65\x2e\x3c\57\x6c\x61\x62\145\x6c\x3e\xd\12\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\74\57\x74\x64\x3e\15\12\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x3c\57\164\162\x3e\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\xd\12\15\12\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\74\164\162\76\xd\12\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\74\x74\x68\x3e"; $this->showChangeBox($change_selected, "\x61\162\164\x69\x63\x6c\x65\x5f\146\x6f\162\147\145\x5f\x6c\x65\156\147\164\x68"); echo "\x41\162\164\151\143\x6c\145\40\x6c\145\x6e\x67\164\x68\x3c\x2f\x74\x68\x3e\15\xa\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x3c\164\144\x3e\15\12\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x3c\163\x65\154\145\x63\164\40\156\x61\155\x65\75\42\141\x72\164\151\x63\x6c\x65\137\x66\x6f\x72\x67\x65\x5f\154\x65\x6e\x67\164\x68\42\76\xd\xa\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20"; echo "\x3c\x6f\x70\164\x69\x6f\156\40" . ($settings["\141\x72\x74\x69\143\154\x65\137\x66\x6f\x72\x67\145\x5f\x6c\x65\156\x67\164\x68"] === "\166\x65\162\171\x5f\x73\x68\157\162\164" ? "\x73\x65\x6c\x65\x63\x74\x65\144\x20" : '') . "\x76\x61\154\x75\x65\x3d\42\166\x65\x72\x79\137\163\150\x6f\x72\x74\42\76\126\x65\x72\171\x20\163\150\157\162\164\40\x28\141\160\x70\162\157\170\151\x6d\141\x74\x65\x6c\x79\x20\x35\x30\x20\x77\157\162\x64\163\51\74\57\157\x70\164\x69\157\156\76"; echo "\x3c\157\160\x74\x69\x6f\156\x20" . ($settings["\141\162\164\151\x63\154\145\x5f\x66\157\x72\147\x65\137\154\x65\156\x67\164\x68"] === "\163\150\x6f\x72\x74" ? "\x73\x65\154\x65\143\164\x65\x64\x20" : '') . "\x76\x61\154\x75\145\75\x22\163\x68\x6f\162\x74\x22\x3e\123\150\157\x72\164\40\x28\141\160\x70\x72\157\170\151\155\141\164\145\154\x79\x20\62\60\x30\x20\x77\157\x72\144\x73\x29\x3c\x2f\157\160\164\151\157\156\76"; echo "\x3c\x6f\160\164\151\157\x6e\x20" . ($settings["\141\x72\x74\x69\x63\154\145\x5f\146\157\162\147\x65\137\154\x65\x6e\x67\x74\x68"] === "\x6d\x65\x64\x69\165\x6d" ? "\x73\x65\154\145\143\164\x65\x64\x20" : '') . "\166\141\x6c\x75\145\75\x22\x6d\145\144\151\165\155\42\x3e\x4d\x65\x64\x69\165\x6d\x20\x28\141\x70\x70\x72\157\x78\151\155\x61\164\x65\154\x79\40\65\60\60\40\167\x6f\x72\x64\x73\x29\x3c\57\x6f\160\164\151\157\156\x3e"; echo "\74\157\160\164\151\157\156\x20" . ($settings["\x61\162\x74\x69\143\154\x65\x5f\x66\157\162\147\x65\137\x6c\145\156\147\164\150"] === "\x6c\x6f\156\147" ? "\163\x65\x6c\145\x63\164\x65\144\x20" : '') . "\166\141\154\x75\x65\75\x22\x6c\x6f\x6e\147\42\76\x4c\x6f\x6e\x67\x20\x28\x61\x70\x70\x72\157\x78\151\x6d\x61\164\x65\x6c\171\40\x37\65\x30\40\x77\x6f\162\144\163\51\x3c\x2f\157\x70\164\x69\157\x6e\x3e"; echo "\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\74\57\163\145\154\145\143\164\x3e\15\xa\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\74\57\164\x64\76\xd\xa\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\74\57\164\162\76\x20\x20\40\15\xa\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x3c\x74\x72\x3e\15\12\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\74\x74\x68\76"; $this->showChangeBox($change_selected, "\141\162\x74\x69\x63\x6c\x65\x5f\x66\x6f\x72\147\145\x5f\161\x75\x61\154\x69\x74\x79"); echo "\x41\162\164\x69\x63\154\145\40\x71\x75\141\x6c\x69\x74\x79\x3c\57\164\x68\76\xd\12\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x3c\164\144\x3e\xd\12\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\74\163\145\154\145\143\x74\x20\x6e\141\x6d\145\x3d\x22\141\x72\164\151\x63\154\x65\x5f\x66\157\162\x67\145\137\161\x75\x61\154\x69\x74\x79\x22\x3e\xd\xa\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40"; echo "\74\x6f\x70\x74\151\x6f\x6e\40" . ($settings["\141\x72\x74\151\143\154\x65\137\146\x6f\162\x67\145\x5f\161\x75\x61\154\151\x74\171"] === "\x31" ? "\x73\x65\154\145\x63\164\x65\x64\40" : '') . "\166\x61\154\x75\x65\x3d\42\x31\x22\76\x53\x74\x61\156\x64\x61\162\x64\x3c\x2f\x6f\160\164\x69\x6f\156\76"; echo "\x3c\157\x70\164\151\157\x6e\40" . ($settings["\x61\162\x74\151\143\154\x65\137\146\x6f\162\147\145\137\x71\165\x61\154\151\x74\171"] === "\62" ? "\163\145\154\145\143\164\145\144\x20" : '') . "\x76\141\x6c\x75\145\75\42\x32\42\x3e\101\144\166\x65\156\x74\x75\162\157\165\x73\x3c\57\x6f\x70\164\151\x6f\156\76"; echo "\74\x6f\160\164\x69\x6f\156\x20" . ($settings["\141\x72\x74\x69\143\x6c\145\x5f\x66\x6f\x72\x67\145\x5f\161\x75\141\x6c\x69\164\171"] === "\x33" ? "\163\x65\x6c\x65\143\164\x65\x64\40" : '') . "\x76\141\x6c\165\x65\x3d\42\63\x22\x3e\115\157\x72\145\40\x61\x64\x76\145\x6e\164\x75\x72\157\x75\163\x3c\x2f\157\x70\x74\x69\x6f\156\x3e"; echo "\74\x6f\x70\x74\151\157\156\x20" . ($settings["\x61\162\x74\x69\x63\154\145\x5f\x66\157\162\147\x65\137\161\x75\x61\154\x69\x74\x79"] === "\x34" ? "\x73\145\154\145\143\164\x65\144\40" : '') . "\x76\141\x6c\x75\x65\x3d\x22\64\x22\76\103\157\156\163\x65\x72\166\141\164\151\x76\145\x3c\57\157\x70\164\x69\157\x6e\76"; echo "\74\157\x70\x74\x69\157\156\40" . ($settings["\141\x72\164\x69\143\x6c\145\x5f\x66\157\162\147\145\137\x71\x75\141\154\151\x74\x79"] === "\x35" ? "\x73\x65\154\x65\143\164\145\x64\40" : '') . "\x76\x61\x6c\x75\x65\x3d\42\x35\42\76\115\x6f\x72\x65\40\x63\x6f\x6e\163\145\162\x76\141\164\151\166\145\x3c\57\157\160\164\x69\157\156\76"; echo "\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\40\40\74\x2f\x73\x65\154\x65\x63\164\76\15\12\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x3c\x2f\x74\x64\76\15\xa\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x3c\57\x74\x72\76\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\15\12\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\74\x74\x72\x3e\15\12\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\74\x74\150\76"; $this->showChangeBox($change_selected, "\141\x72\x74\x69\x63\154\x65\x5f\x66\157\x72\x67\145\x5f\164\x75\x72\x69\156\x67\x5f\163\160\151\156\156\145\162"); echo "\x54\x75\162\151\156\x67\40\x73\x70\x69\x6e\156\x65\x72\74\57\x74\150\x3e\15\12\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x3c\x74\144\x3e\xd\12\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x3c\163\x65\154\x65\143\164\x20\156\x61\155\145\75\42\x61\x72\164\151\143\x6c\x65\x5f\x66\x6f\162\147\145\x5f\x74\165\x72\x69\156\x67\x5f\163\x70\x69\x6e\156\145\162\42\x3e\15\12\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40"; echo "\x3c\x6f\x70\x74\151\157\156\x20" . ($settings["\141\162\164\x69\143\154\x65\x5f\146\157\x72\147\x65\x5f\x74\x75\162\151\x6e\147\x5f\163\160\151\156\x6e\145\162"] === "\60" ? "\x73\145\x6c\145\143\164\145\144\40" : '') . "\166\141\x6c\x75\145\75\x22\60\42\x3e\104\151\x73\141\142\x6c\x65\144\x3c\x2f\x6f\160\164\151\157\x6e\76"; echo "\74\x6f\160\x74\151\x6f\x6e\40" . ($settings["\141\x72\164\151\143\x6c\145\137\x66\x6f\162\x67\145\x5f\164\x75\162\151\x6e\147\x5f\x73\x70\151\x6e\x6e\x65\162"] === "\x31" ? "\163\145\x6c\x65\143\164\145\x64\40" : '') . "\x76\141\154\165\145\75\x22\61\42\x3e\105\x6e\141\x62\154\x65\144\x3c\57\157\x70\164\151\x6f\x6e\76"; echo "\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x3c\x2f\163\x65\x6c\145\143\x74\76\15\12\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\74\57\164\144\76\xd\12\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\x3c\57\x74\x72\x3e\40\xd\xa\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\74\164\162\x3e\15\xa\40\40\40\40\40\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x3c\164\x68\x3e"; $this->showChangeBox($change_selected, "\x61\162\x74\151\x63\x6c\145\137\146\157\162\147\145\137\162\145\x77\x72\x69\x74\x65\137\163\145\x6e\164\145\156\143\145"); echo "\x52\x65\x77\x72\x69\x74\145\40\163\x65\156\164\x65\156\143\145\74\x2f\164\x68\x3e\xd\xa\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\74\x74\x64\x3e\xd\xa\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x3c\x73\x65\x6c\x65\x63\x74\40\156\141\x6d\145\x3d\42\141\162\x74\151\x63\x6c\145\137\x66\x6f\x72\x67\x65\x5f\x72\x65\167\162\x69\x74\145\137\x73\145\x6e\x74\145\156\x63\x65\x22\76\15\12\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40"; echo "\x3c\x6f\x70\x74\x69\157\156\40" . ($settings["\141\x72\x74\151\x63\154\145\x5f\146\157\162\147\x65\x5f\162\145\x77\x72\151\164\145\137\163\145\156\164\145\156\143\x65"] === "\x30" ? "\163\x65\154\x65\x63\164\x65\x64\40" : '') . "\166\141\x6c\x75\145\x3d\x22\60\x22\76\104\151\163\141\x62\x6c\x65\144\74\x2f\157\x70\x74\x69\157\x6e\x3e"; echo "\x3c\x6f\x70\x74\x69\157\156\x20" . ($settings["\x61\x72\164\151\x63\x6c\x65\x5f\x66\x6f\x72\x67\145\137\x72\145\x77\162\151\x74\x65\x5f\163\145\156\164\145\156\143\x65"] === "\61" ? "\163\x65\154\x65\143\164\x65\x64\x20" : '') . "\166\141\154\x75\145\x3d\x22\x31\x22\x3e\x45\156\x61\x62\154\145\x64\x3c\57\157\x70\x74\x69\x6f\156\x3e"; echo "\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\74\x2f\163\x65\x6c\145\143\164\x3e\15\12\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\74\x70\40\143\x6c\141\163\x73\75\42\x64\145\163\143\x72\151\160\164\x69\157\x6e\42\76\124\150\x69\x73\x20\157\160\x74\x69\157\x6e\x20\151\x73\x20\156\157\164\x20\x73\165\160\160\157\162\164\x65\144\x20\163\151\x6e\143\x65\x20\101\162\x74\x69\x63\x6c\x65\106\x6f\162\147\x65\x20\101\x50\x49\40\x76\x65\162\163\151\157\x6e\40\x33\56\x30\x2e\74\57\160\76\15\12\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x3c\57\164\x64\x3e\xd\12\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x3c\x2f\x74\162\x3e\x20\15\xa\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\74\164\162\76\xd\12\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\x3c\x74\150\x3e"; $this->showChangeBox($change_selected, "\x61\x72\164\151\x63\x6c\x65\x5f\146\157\x72\147\145\137\162\x65\x61\162\162\x61\156\147\x65\137\x73\x65\156\164\x65\x6e\x63\145"); echo "\122\x65\141\x72\162\x61\156\x67\x65\40\163\145\x6e\164\x65\x6e\x63\x65\x3c\x2f\164\150\76\15\xa\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x3c\164\x64\x3e\xd\12\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x3c\x73\145\x6c\x65\x63\164\40\x6e\141\155\x65\x3d\x22\141\162\164\x69\143\154\x65\137\x66\x6f\162\147\145\x5f\162\x65\x61\162\162\x61\156\147\145\137\163\x65\156\x74\x65\x6e\143\145\x22\x3e\xd\xa\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20"; echo "\x3c\157\160\164\x69\157\x6e\40" . ($settings["\x61\x72\164\x69\x63\x6c\145\137\146\x6f\162\x67\145\x5f\x72\145\x61\162\x72\x61\x6e\x67\x65\137\163\x65\x6e\x74\145\156\x63\x65"] === "\x30" ? "\163\145\x6c\x65\x63\164\x65\144\x20" : '') . "\x76\141\x6c\x75\145\75\x22\x30\x22\76\104\x69\x73\x61\142\154\145\x64\x3c\x2f\157\x70\x74\151\x6f\x6e\x3e"; echo "\74\157\160\164\x69\x6f\156\x20" . ($settings["\141\x72\164\151\143\x6c\x65\137\x66\x6f\162\x67\x65\x5f\162\x65\x61\x72\x72\141\x6e\x67\145\137\163\x65\x6e\164\145\156\x63\x65"] === "\61" ? "\x73\x65\x6c\x65\143\x74\145\x64\40" : '') . "\166\x61\154\x75\145\75\x22\61\x22\76\105\x6e\x61\x62\154\x65\144\74\57\157\160\x74\151\157\156\x3e"; echo "\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x3c\x2f\x73\145\x6c\145\x63\164\76\xd\xa\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x3c\160\40\143\x6c\141\163\163\75\x22\144\145\x73\x63\162\151\x70\x74\x69\x6f\156\42\76\124\x68\x69\163\x20\x6f\160\164\151\x6f\156\40\x69\x73\x20\156\157\x74\x20\163\x75\160\x70\157\162\164\x65\x64\40\163\x69\156\143\145\40\x41\162\x74\x69\143\154\x65\106\157\162\147\145\40\x41\x50\111\40\x76\x65\x72\163\151\157\156\x20\63\x2e\x30\56\x3c\x2f\160\76\xd\xa\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\40\40\40\74\x2f\x74\144\x3e\xd\xa\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\74\57\164\x72\76\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\xd\xa\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\74\164\x72\76\15\xa\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\74\164\x68\x3e"; $this->showChangeBox($change_selected, "\x61\162\x74\151\143\154\145\137\146\157\x72\x67\x65\x5f\x70\x6f\163\x69\164\x69\157\x6e"); echo "\101\x72\x74\151\143\x6c\x65\x20\160\157\x73\151\x74\151\x6f\x6e\74\57\164\150\x3e\xd\xa\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\74\164\144\76\xd\xa\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x3c\x73\145\x6c\x65\143\164\40\156\x61\x6d\145\x3d\42\x61\162\x74\x69\143\x6c\145\x5f\146\x6f\162\147\x65\x5f\x70\157\163\151\164\151\157\x6e\42\76\xd\12\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40"; echo "\x3c\157\160\x74\151\157\x6e\40" . ($settings["\141\x72\164\x69\143\x6c\x65\x5f\x66\157\162\x67\x65\137\x70\x6f\163\x69\x74\x69\x6f\x6e"] === "\162\145\160\x6c\x61\143\145" ? "\163\x65\154\145\x63\x74\x65\x64\40" : '') . "\x76\x61\154\165\x65\x3d\42\162\x65\160\x6c\x61\x63\145\42\76\x52\145\160\154\141\143\x65\40\164\150\145\40\x70\157\x73\x74\x20\x63\x6f\x6e\x74\145\x6e\164\74\57\157\x70\164\x69\x6f\156\76"; echo "\74\x6f\x70\x74\151\157\x6e\x20" . ($settings["\141\x72\164\151\x63\x6c\x65\x5f\x66\157\162\x67\x65\x5f\x70\x6f\x73\151\164\x69\157\156"] === "\x61\142\157\x76\x65" ? "\x73\x65\154\145\x63\x74\145\144\x20" : '') . "\166\x61\x6c\165\x65\75\42\x61\142\x6f\166\145\42\76\101\x62\x6f\166\145\40\x74\x68\x65\40\160\x6f\x73\x74\x20\143\x6f\x6e\x74\145\156\164\74\x2f\x6f\x70\x74\151\157\156\x3e"; echo "\74\157\160\164\x69\x6f\156\x20" . ($settings["\x61\162\x74\x69\x63\154\x65\x5f\x66\157\162\x67\x65\x5f\160\157\163\x69\x74\151\157\156"] === "\142\145\x6c\x6f\167" ? "\163\x65\x6c\145\x63\164\x65\144\x20" : '') . "\166\x61\x6c\x75\x65\x3d\x22\142\x65\x6c\x6f\167\42\76\102\x65\x6c\x6f\167\x20\164\150\x65\x20\x70\157\163\x74\x20\143\x6f\156\x74\145\x6e\164\x3c\57\157\160\x74\151\x6f\156\x3e"; echo "\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x3c\x2f\163\145\x6c\145\x63\x74\x3e\xd\12\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x3c\x2f\x74\x64\76\xd\xa\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x3c\x2f\164\x72\x3e\x20\x20\40\40\15\xa\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\74\x74\x72\76\xd\xa\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\x3c\164\x68\x3e"; $this->showChangeBox($change_selected, "\141\162\164\151\x63\x6c\145\x5f\x66\157\x72\x67\145\137\151\155\141\x67\145"); echo "\x49\x6d\141\x67\145\x20\x70\162\x6f\x62\141\x62\151\154\x69\x74\x79\74\57\164\150\76\xd\xa\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\74\x74\144\x3e\15\12\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\74\x73\145\x6c\145\143\x74\x20\156\x61\155\145\75\42\141\162\x74\151\143\x6c\145\x5f\x66\157\162\x67\145\137\151\155\x61\147\145\42\76\15\xa\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20"; $i = 0; WbzKH: if (!($i <= 10)) { goto l7QlL; } echo "\74\157\x70\x74\x69\157\156\40" . ($settings["\x61\x72\164\x69\143\154\145\137\x66\x6f\162\147\x65\137\x69\155\141\147\145"] == $i / 10 ? "\163\x65\x6c\145\x63\164\145\144\40" : '') . "\166\141\154\x75\x65\x3d\x22" . $i / 10 . "\x22\x3e" . $i * 10 . "\45\x3c\57\157\x70\164\x69\x6f\x6e\x3e"; a0wkz: $i++; goto WbzKH; l7QlL: echo "\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\74\57\x73\x65\154\145\143\x74\76\xd\xa\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\74\x70\40\x63\154\x61\163\163\x3d\x22\144\x65\x73\x63\162\x69\160\164\151\x6f\156\42\x3e\x54\x68\145\40\160\162\157\x62\x61\x62\151\x6c\151\x74\171\x20\x6f\x66\40\x61\144\x64\x69\156\x67\40\x61\156\40\x69\155\141\x67\x65\40\151\156\164\157\40\164\150\145\40\141\162\x74\151\143\x6c\x65\x2e\x3c\x2f\x70\76\15\xa\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\74\57\x74\144\76\15\xa\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x3c\57\164\x72\x3e\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\xd\xa\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x3c\x74\162\x3e\xd\xa\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\74\x74\x68\76"; $this->showChangeBox($change_selected, "\x61\x72\x74\151\x63\x6c\x65\x5f\146\x6f\162\x67\x65\x5f\166\151\x64\145\x6f"); echo "\126\151\144\145\x6f\40\160\162\x6f\142\x61\x62\x69\x6c\x69\164\171\x3c\57\164\150\76\15\12\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x3c\x74\144\76\xd\12\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x3c\x73\145\x6c\x65\x63\164\x20\x6e\x61\x6d\145\75\x22\141\x72\x74\151\143\154\x65\x5f\146\x6f\162\x67\x65\137\x76\151\x64\x65\157\x22\76\15\xa\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40"; $i = 0; r7_mD: if (!($i <= 10)) { goto zw5MA; } echo "\x3c\157\x70\x74\151\157\x6e\40" . ($settings["\x61\162\164\151\143\x6c\145\x5f\146\x6f\162\x67\x65\x5f\x76\x69\x64\x65\157"] == $i / 10 ? "\x73\x65\154\x65\x63\x74\x65\144\40" : '') . "\166\141\x6c\x75\x65\75\x22" . $i / 10 . "\42\76" . $i * 10 . "\x25\x3c\57\x6f\x70\164\x69\157\156\x3e"; ZiWOS: $i++; goto r7_mD; zw5MA: echo "\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x3c\x2f\x73\145\154\145\x63\164\x3e\15\12\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x3c\160\40\x63\154\141\163\x73\75\42\144\145\x73\x63\x72\x69\160\x74\151\157\x6e\x22\76\x54\x68\145\x20\x70\x72\157\x62\x61\x62\151\x6c\151\164\171\40\157\146\40\x61\x64\144\151\156\x67\x20\x61\x20\166\151\144\145\157\x20\x69\x6e\164\x6f\x20\x74\x68\x65\x20\141\x72\164\x69\143\x6c\x65\56\74\57\x70\76\xd\12\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x3c\57\164\144\76\xd\xa\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\74\x2f\164\162\76\40\x20\40\15\xa\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x3c\164\x72\76\15\12\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\74\164\150\76"; $this->showChangeBox($change_selected, "\x61\x72\164\151\x63\x6c\145\x5f\146\157\162\x67\x65\137\163\x68\165\146\x66\154\x65\x5f\x70\141\162\x61\147\x72\x61\160\x68\163"); echo "\123\x68\165\x66\x66\x6c\145\x20\x70\141\162\x61\147\x72\x61\x70\150\x73\x3c\x2f\x74\x68\x3e\15\xa\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\74\164\x64\76\15\xa\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x3c\163\x65\154\145\143\x74\40\x6e\x61\x6d\145\x3d\42\x61\162\164\x69\143\154\x65\137\x66\x6f\x72\147\145\137\163\150\x75\x66\146\x6c\x65\x5f\x70\x61\162\x61\147\162\141\x70\150\x73\x22\76\xd\xa\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40"; echo "\x3c\157\x70\x74\151\x6f\156\40" . ($settings["\x61\162\x74\151\143\x6c\x65\x5f\x66\157\x72\147\x65\137\163\150\x75\x66\x66\154\x65\137\160\x61\162\141\x67\162\x61\160\x68\163"] === "\60" ? "\x73\145\154\x65\x63\x74\145\x64\x20" : '') . "\166\141\154\165\145\75\x22\x30\x22\76\104\x69\x73\x61\142\x6c\145\x64\x3c\57\x6f\x70\164\x69\x6f\156\76"; echo "\x3c\x6f\160\164\151\157\156\40" . ($settings["\141\x72\x74\151\x63\x6c\x65\137\146\x6f\162\x67\145\x5f\163\x68\x75\146\146\154\x65\x5f\x70\141\162\141\147\x72\141\160\x68\x73"] === "\61" ? "\163\145\154\145\x63\164\x65\144\40" : '') . "\x76\x61\x6c\x75\x65\x3d\42\x31\42\76\x45\x6e\141\x62\154\x65\144\x3c\57\x6f\x70\x74\151\157\156\x3e"; echo "\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\74\57\163\x65\x6c\145\x63\x74\76\xd\xa\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\74\x70\40\143\154\x61\x73\163\75\42\144\145\x73\x63\x72\151\x70\x74\x69\157\x6e\42\76\124\150\151\x73\40\157\x70\x74\151\x6f\x6e\x20\151\x73\40\156\157\x74\x20\163\x75\160\160\x6f\x72\x74\x65\x64\40\x73\x69\x6e\x63\145\x20\101\162\164\x69\x63\154\x65\106\157\x72\147\x65\40\101\x50\111\40\x76\x65\162\x73\151\x6f\156\40\63\x2e\60\x2e\74\x2f\x70\76\xd\xa\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x3c\57\x74\x64\x3e\15\xa\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\74\57\164\x72\76\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\15\12\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x3c\x74\162\76\xd\12\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x3c\164\150\76"; $this->showChangeBox($change_selected, "\x61\162\164\151\x63\154\145\137\x66\157\162\x67\x65\137\x74\x69\164\x6c\145"); echo "\101\x72\164\x69\143\154\145\x20\x74\x69\164\x6c\x65\x3c\x2f\164\150\x3e\15\xa\40\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\x20\40\74\x74\144\x3e\xd\xa\40\40\40\40\40\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\74\x73\x65\x6c\x65\x63\x74\x20\156\141\155\x65\x3d\42\x61\x72\x74\151\143\154\145\x5f\146\x6f\x72\147\x65\x5f\x74\x69\x74\x6c\x65\x22\x3e\15\xa\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40"; echo "\74\x6f\x70\164\x69\x6f\156\40" . ($settings["\141\162\x74\151\143\x6c\145\137\x66\x6f\x72\147\x65\x5f\164\x69\x74\154\x65"] === "\157\x72\151\x67\151\x6e\141\x6c" ? "\163\x65\154\x65\143\164\145\144\x20" : '') . "\166\x61\154\x75\x65\75\x22\157\x72\151\x67\x69\x6e\141\x6c\42\x3e\x4c\x65\141\166\x65\x20\x74\150\145\x20\x6f\x72\151\x67\x69\156\141\154\x20\160\x6f\163\164\40\x74\151\x74\154\145\74\x2f\x6f\x70\x74\x69\x6f\156\76"; echo "\74\157\x70\x74\151\x6f\x6e\40" . ($settings["\141\162\164\x69\143\154\x65\137\146\157\162\x67\145\137\x74\x69\164\x6c\x65"] === "\x67\145\156\x65\162\x61\164\145\144" ? "\163\145\x6c\145\x63\x74\145\144\40" : '') . "\x76\x61\x6c\x75\145\75\x22\x67\145\156\145\162\x61\164\145\144\42\x3e\125\163\x65\40\x74\x68\x65\40\101\162\164\x69\x63\x6c\x65\40\x46\x6f\162\147\145\40\x67\x65\156\145\x72\x61\164\x65\144\x20\164\151\164\154\x65\74\57\157\x70\164\151\x6f\156\76"; echo "\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x3c\x2f\163\x65\x6c\145\143\x74\x3e\xd\12\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\74\x2f\x74\x64\x3e\xd\12\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\74\x2f\x74\162\76\xd\xa\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x3c\x2f\x74\141\x62\x6c\145\76\15\12\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x3c\x2f\x64\x69\166\x3e\40\x20\x20\40\xd\xa\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x3c\57\144\151\166\76\x20\x20\x20\xd\12\xd\12\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\74\x64\151\166\x20\x69\144\x3d\x22\x69\155\x61\147\145\x5f\147\x65\156\145\x72\x61\164\x69\x6f\x6e\42\x20\x63\154\141\163\163\75\42\x74\x61\x62\x5f\143\x6f\x6e\x74\145\156\x74\x22\76\15\xa\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\xd\xa\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\74\x62\x72\x3e\xd\xa\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\74\x70\76\103\157\156\x66\151\x67\165\162\145\x20\142\141\163\x69\x63\40\155\x65\x64\151\141\x20\145\156\x72\x69\x63\150\155\x65\156\x74\40\165\x73\x69\156\147\x20\x47\157\157\147\154\145\40\111\155\x61\147\x65\163\x2c\40\120\151\x78\x61\142\x61\x79\x2c\x20\104\x41\x4c\114\x26\x23\x78\x32\x32\x31\71\73\105\x2c\40\x53\x74\x61\x62\154\145\x20\104\151\146\x66\x75\163\x69\157\156\x2c\40\141\x6e\x64\x20\131\157\x75\x54\x75\142\145\x2e\74\57\160\76\xd\xa\40\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\74\x70\x3e\x46\157\162\x20\141\x64\x76\141\x6e\143\x65\144\40\x70\x6f\x73\164\40\x63\165\x73\164\x6f\155\151\x7a\141\x74\x69\x6f\x6e\x2c\x20\x67\157\40\x74\x6f\40\x74\150\145\x20\x22\x41\x64\x76\x61\x6e\x63\x65\x64\x22\x20\164\x61\x62\x20\x61\x6e\x64\x20\165\x73\x65\x20\164\x68\x65\40\74\x61\40\150\162\145\x66\x3d\42\x68\164\x74\160\163\72\x2f\x2f\x77\167\167\56\143\x79\142\145\162\163\145\x6f\56\x6e\145\x74\57\143\157\156\164\145\x6e\164\55\x73\171\x6e\x64\x69\x63\x61\164\157\162\x2f\x23\x74\145\155\160\154\141\x74\x65\x73\42\40\x74\141\162\147\x65\164\75\42\137\142\x6c\141\x6e\153\x22\x3e\x50\157\x73\164\40\x63\157\156\x74\x65\x6e\164\74\x2f\x61\x3e\x20\164\x65\x6d\x70\x6c\x61\164\145\x20\x62\157\x78\x2c\15\xa\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x77\x68\151\143\150\x20\147\x69\166\145\163\40\171\x6f\165\x20\x66\165\x6c\154\x20\143\x6f\x6e\x74\x72\x6f\154\40\157\x76\145\x72\40\164\150\x69\x73\x20\x70\x72\157\143\145\x73\x73\x2e\74\x62\162\76\x3c\57\160\x3e\xd\xa\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\15\12\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\74\x74\x61\x62\154\145\40\143\154\x61\x73\163\75\42\146\x6f\x72\x6d\55\164\x61\x62\x6c\x65\40"; if (!$change_selected) { goto W7YZ3; } echo "\x63\x73\145\157\55\x66\x6f\x72\155"; W7YZ3: echo "\42\76\15\xa\xd\12\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\74\x74\162\x3e\15\12\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\74\x74\x68\x20\x73\143\x6f\x70\x65\75\42\x72\157\x77\42\76"; $this->showChangeBox($change_selected, "\x6f\160\145\156\x61\x69\x5f\151\155\141\147\x65\x5f\x70\157\x73\151\164\151\157\x6e"); echo "\x44\101\x4c\x4c\x26\43\170\x32\62\x31\71\x3b\105\40\151\155\141\147\145\40\x70\157\163\151\164\151\x6f\156\x3c\57\x74\150\x3e\15\12\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\74\164\144\x3e\15\xa\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\74\163\x65\x6c\x65\x63\164\40\156\x61\x6d\145\x3d\x22\x6f\160\145\156\141\x69\137\151\x6d\x61\147\x65\137\x70\x6f\163\x69\x74\151\157\x6e\42\40\x69\x64\75\42\157\160\x65\156\x61\x69\x5f\151\x6d\x61\147\x65\137\160\x6f\x73\151\164\x69\157\x6e\42\40\157\x6e\x63\x68\141\156\x67\145\x3d\x22\143\163\x65\157\117\160\x65\x6e\101\x69\111\x6d\141\x67\x65\50\51\73\x22\76\xd\xa\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20"; echo "\74\x6f\x70\x74\151\x6f\156\40" . ($settings["\x6f\x70\x65\x6e\141\x69\x5f\x69\155\x61\x67\x65\x5f\160\x6f\x73\151\x74\x69\157\x6e"] === "\156\x6f\137\x69\155\x61\x67\x65" ? "\x73\x65\154\x65\x63\164\x65\144\40" : '') . "\x76\x61\154\x75\145\75\42\156\x6f\137\x69\x6d\141\147\145\42\76\x6e\x6f\156\x65\74\x2f\x6f\160\164\x69\157\156\76"; echo "\74\x6f\x70\164\151\x6f\156\40" . ($settings["\x6f\160\x65\x6e\x61\151\137\151\x6d\141\x67\145\137\160\x6f\163\x69\164\151\x6f\156"] === "\x61\142\x6f\x76\145\x5f\143\157\x6e\164\145\x6e\164" ? "\x73\145\x6c\145\x63\x74\x65\x64\x20" : '') . "\166\x61\x6c\x75\x65\x3d\x22\x61\x62\157\166\145\x5f\143\x6f\x6e\164\145\x6e\164\x22\76\x61\142\157\166\145\40\143\157\x6e\x74\x65\x6e\x74\74\x2f\157\x70\164\151\x6f\x6e\x3e"; echo "\74\157\x70\x74\151\x6f\x6e\x20" . ($settings["\x6f\160\x65\x6e\x61\151\x5f\x69\155\141\147\x65\137\160\157\x73\151\x74\x69\157\x6e"] === "\142\145\154\157\167\x5f\143\x6f\156\164\x65\x6e\164" ? "\x73\145\154\145\143\x74\145\x64\40" : '') . "\166\x61\154\x75\x65\x3d\x22\x62\145\154\157\x77\137\x63\x6f\156\x74\x65\x6e\x74\x22\x3e\142\145\154\x6f\167\40\x63\157\x6e\x74\x65\x6e\x74\x3c\57\x6f\x70\x74\x69\x6f\156\76"; echo "\74\x6f\x70\x74\x69\x6f\156\x20" . ($settings["\157\x70\145\156\141\x69\137\151\x6d\x61\147\x65\137\160\157\x73\x69\164\x69\157\156"] === "\x74\x68\165\x6d\x62" ? "\163\145\x6c\x65\x63\164\x65\144\40" : '') . "\x76\141\x6c\x75\x65\75\x22\164\150\x75\155\142\x22\x3e\x73\164\x6f\x72\x65\x20\151\x6e\40\164\150\145\40\143\x75\163\x74\157\x6d\40\146\151\145\154\144\40\x22\x74\150\x75\155\x62\x22\x3c\x2f\157\x70\164\x69\x6f\x6e\x3e"; echo "\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\74\x2f\x73\145\x6c\145\143\x74\76\15\12\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\74\x2f\164\144\76\xd\xa\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\74\57\164\162\76\x20\xd\xa\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\74\57\x74\x61\x62\154\x65\x3e\40\x20\40\x20\x20\x20\x20\x20\40\40\xd\12\xd\12\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x3c\144\x69\166\40\x69\144\x3d\x22\157\160\x65\156\141\x69\x5f\x69\155\x61\147\145\x5f\163\145\x74\x74\151\x6e\x67\163\42\x20\x73\x74\171\x6c\x65\x3d\42\x64\151\x73\x70\154\x61\171\72\x20\156\x6f\x6e\145\x3b\42\76\xd\xa\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20"; if ($this->credentials_set("\x6f\160\145\x6e\141\x69")) { goto MMbyB; } echo "\74\x70\76\x3c\163\160\x61\156\40\x73\x74\x79\x6c\x65\x3d\42\x63\157\154\x6f\x72\x3a\40\162\145\x64\73\42\x3e\127\141\162\x6e\151\x6e\x67\x21\74\x2f\x73\160\x61\156\76\40\124\x68\145\40\x4f\160\145\x6e\101\111\40\101\x50\x49\40\153\x65\171\x20\x69\163\x20\156\157\x74\x20\x70\x72\157\166\151\x64\x65\144\x2e\x20\x54\x68\145\x20\x73\x65\x72\x76\151\x63\145\40\x69\163\x20\156\157\164\40\141\166\141\x69\x6c\x61\x62\x6c\x65\56\x20\x50\x6c\x65\141\x73\x65\40\x73\x65\164\x20\151\x74\x20\157\156\40\164\x68\x65\x20\x22\x41\143\x63\157\x75\x6e\x74\163\42\x20\160\141\147\x65\56\x3c\x2f\160\x3e"; MMbyB: echo "\xd\xa\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\74\164\x61\142\x6c\145\x20\143\x6c\x61\163\x73\75\x22\143\163\x65\157\55\x62\x6f\x78\42\76\xd\12\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x3c\164\162\x3e\15\12\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x3c\x74\144\76\xd\xa\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x3c\x74\141\x62\154\x65\40\x63\x6c\x61\x73\163\x3d\42\146\x6f\162\x6d\55\164\x61\x62\x6c\145\40"; if (!$change_selected) { goto u2QUs; } echo "\x63\163\145\157\55\x66\157\162\155"; u2QUs: echo "\42\x3e\15\12\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\15\12\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x3c\x74\162\x3e\15\12\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x3c\x74\150\x3e"; $this->showChangeBox($change_selected, "\157\160\145\156\141\x69\137\x69\x6d\141\x67\x65\x5f\x6d\157\x64\x65\154"); echo "\x4d\157\x64\145\x6c\74\57\x74\x68\76\15\xa\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\74\x74\144\76\15\12\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x3c\163\145\154\x65\143\x74\x20\x6e\141\155\145\x3d\x22\x6f\x70\145\156\141\x69\137\151\x6d\141\x67\x65\x5f\155\x6f\144\145\x6c\x22\76\xd\xa\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20"; echo "\74\157\x70\x74\x69\x6f\x6e\x20" . ($settings["\x6f\x70\145\156\x61\x69\137\x69\x6d\141\147\145\137\155\157\x64\145\154"] === "\144\x61\154\x6c\x2d\x65\55\x32" ? "\x73\x65\154\145\143\x74\x65\x64\x20" : '') . "\x76\141\x6c\x75\x65\x3d\42\144\141\154\x6c\x2d\145\x2d\x32\42\x3e\x44\x41\x4c\x4c\55\x45\x20\x32\x3c\x2f\x6f\160\164\151\x6f\156\76"; echo "\x3c\157\x70\x74\x69\157\x6e\40" . ($settings["\157\160\x65\156\141\151\137\x69\x6d\x61\147\x65\137\155\157\x64\145\x6c"] === "\144\141\x6c\x6c\x2d\145\55\x33" ? "\x73\145\154\x65\143\164\145\144\x20" : '') . "\166\x61\154\x75\x65\75\42\x64\x61\x6c\154\x2d\x65\55\63\42\76\104\x41\x4c\114\x2d\x45\40\63\74\57\x6f\160\164\151\x6f\156\x3e"; echo "\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\74\x2f\x73\145\x6c\145\x63\x74\x3e\15\xa\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\74\57\x74\144\76\xd\xa\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x3c\x2f\164\x72\x3e\x20\xd\12\15\xa\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x3c\164\x72\x3e\xd\12\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\74\164\150\40\x73\143\x6f\x70\145\75\x22\x72\157\167\42\76"; $this->showChangeBox($change_selected, "\157\160\145\156\x61\151\137\x69\155\141\x67\x65\x5f\x61\163\163\151\x67\156\155\x65\x6e\164"); echo "\x49\155\141\x67\x65\40\141\x73\163\151\x67\x6e\x6d\145\x6e\x74\74\x2f\164\x68\76\xd\12\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x3c\x74\144\76\xd\12\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20"; echo "\x3c\x74\x65\x78\x74\141\162\x65\141\40\x63\157\154\x73\75\x22\x39\x30\x22\40\162\x6f\167\x73\75\42\x31\x30\x22\40\x77\162\x61\160\x3d\x22\157\156\x22\x20\x6e\x61\155\145\x3d\42\157\x70\145\156\x61\x69\137\151\155\x61\147\x65\137\x61\x73\163\x69\x67\x6e\x6d\x65\156\164\x22\x20\x73\164\x79\x6c\x65\75\x22\x6d\x61\x72\147\x69\x6e\72\60\x3b\x68\145\x69\147\x68\164\72\65\145\155\x3b\x77\151\144\164\x68\72\x31\x30\60\45\73\x22\x3e" . stripslashes($settings["\157\160\x65\156\141\151\137\x69\x6d\x61\x67\145\137\x61\x73\x73\151\x67\156\x6d\145\x6e\x74"]) . "\74\x2f\164\x65\170\164\x61\162\x65\141\x3e"; echo "\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x3c\160\40\143\154\x61\163\163\75\x22\x64\x65\x73\143\162\151\160\x74\x69\x6f\x6e\42\76\x45\156\x74\145\x72\x20\171\x6f\165\162\x20\x66\162\145\x65\x2d\146\x6f\x72\x6d\x20\x61\x73\x73\151\147\156\155\x65\x6e\164\40\146\157\x72\40\106\157\x72\x20\x74\x68\145\x20\x44\x41\114\x4c\x26\x23\170\62\62\x31\x39\73\x45\40\x32\x20\x41\x49\40\x69\x6d\x61\x67\145\40\147\145\x6e\145\x72\141\164\157\162\x2e\40\131\x6f\165\40\143\x61\156\x20\165\x73\145\40\x61\x20\x6e\x6f\162\x6d\141\154\x20\x68\x75\155\141\x6e\x20\x6c\141\x6e\147\x75\x61\x67\x65\15\xa\40\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\124\157\40\x64\x65\163\x63\x72\151\x62\145\40\x77\x68\x61\164\x20\x6b\x69\x6e\144\x20\x6f\x66\40\x69\x6d\141\147\x65\x20\x79\x6f\x75\40\x77\141\x6e\x74\40\x74\x6f\40\x67\145\164\40\143\x72\145\x61\164\x65\144\x2e\x20\124\150\145\x20\141\163\163\151\x67\156\155\x65\x6e\x74\40\x69\163\40\154\x69\x6d\151\x74\145\144\x20\142\171\40\61\60\x30\60\x20\143\150\x61\162\141\143\164\x65\162\163\40\x61\156\x64\x20\171\x6f\165\162\x20\x69\x6d\141\147\151\156\x61\x74\151\157\156\x20\157\156\154\x79\x2e\xd\xa\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\122\145\x63\157\x6d\155\145\x6e\x64\145\144\40\163\150\157\x72\x74\143\x6f\x64\145\x3a\x20\74\x63\x6f\x64\145\x3e\x25\x67\160\x74\x5f\x6b\145\x79\160\150\x72\141\163\145\45\x3c\x2f\x63\157\144\x65\76\56\74\160\x3e\xd\12\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\74\x2f\x74\144\x3e\15\12\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x3c\57\164\x72\76\40\xd\xa\xd\12\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\74\164\x72\x3e\xd\xa\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\74\x74\x68\x3e"; $this->showChangeBox($change_selected, "\157\160\145\156\141\151\x5f\x69\x6d\141\x67\145\137\x73\x69\172\145"); echo "\x49\155\x61\x67\x65\x20\163\151\x7a\x65\x3c\57\164\150\76\xd\12\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x3c\164\x64\76\15\12\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x3c\x73\x65\154\145\x63\164\x20\156\141\155\x65\75\x22\157\160\x65\156\141\x69\137\x69\155\141\147\145\x5f\x73\151\x7a\x65\x22\x3e\15\xa\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20"; echo "\x3c\157\160\x74\151\x6f\156\40" . ($settings["\157\x70\145\x6e\141\x69\137\x69\x6d\x61\147\x65\137\163\151\x7a\x65"] === "\x32\x35\x36\x78\x32\65\66" ? "\163\145\154\x65\x63\x74\145\x64\x20" : '') . "\166\x61\x6c\165\x65\x3d\42\62\x35\66\170\x32\65\x36\x22\x3e\62\x35\66\170\x32\65\66\x20\160\151\x78\x65\154\163\x3c\x2f\157\160\x74\x69\x6f\x6e\76"; echo "\x3c\x6f\160\164\x69\157\156\x20" . ($settings["\157\x70\x65\x6e\141\x69\x5f\x69\x6d\141\x67\x65\137\x73\x69\x7a\x65"] === "\x35\x31\62\x78\x35\x31\62" ? "\x73\145\154\145\143\164\x65\144\x20" : '') . "\x76\141\154\x75\x65\x3d\x22\x35\x31\x32\170\65\x31\x32\x22\x3e\65\61\x32\x78\65\x31\62\40\x70\x69\170\x65\x6c\x73\74\57\157\160\164\x69\x6f\x6e\76"; echo "\74\x6f\160\164\x69\x6f\156\x20" . ($settings["\157\x70\x65\156\x61\x69\x5f\151\155\141\x67\145\x5f\163\x69\172\x65"] === "\61\60\62\64\170\x31\x30\62\x34" ? "\163\x65\154\x65\143\x74\x65\144\x20" : '') . "\x76\141\154\x75\145\x3d\42\61\x30\62\64\170\61\x30\x32\x34\42\x3e\x31\x30\x32\x34\170\x31\x30\62\x34\x20\160\151\x78\145\x6c\163\74\57\x6f\160\x74\x69\x6f\156\76"; echo "\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\74\x2f\x73\145\x6c\145\143\x74\x3e\15\xa\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x3c\x2f\164\x64\x3e\15\xa\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\74\57\164\x72\76\40\15\xa\15\12\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\74\x74\x72\76\xd\xa\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x3c\164\x68\76"; $this->showChangeBox($change_selected, "\157\160\145\156\141\x69\137\x69\x6d\141\x67\x65\137\143\154\x61\x73\163"); echo "\x49\x6d\141\x67\x65\x20\143\x6c\141\163\x73\x3c\57\x74\150\76\xd\12\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x3c\x74\144\76\15\xa\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20"; echo "\74\151\x6e\160\165\164\x20\x74\x79\x70\x65\75\42\164\x65\x78\x74\x22\x20\156\x61\155\145\75\x22\157\x70\x65\x6e\x61\151\137\x69\x6d\141\x67\145\x5f\143\x6c\141\163\x73\x22\40\x76\141\x6c\165\145\x3d\x22" . $settings["\157\x70\x65\156\141\x69\x5f\151\155\141\147\x65\x5f\143\x6c\141\163\163"] . "\42\40\x73\x69\172\x65\x3d\x22\x36\x30\42\76"; echo "\x20\xd\xa\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\74\x2f\x74\144\76\15\xa\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x3c\57\164\162\76\15\12\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\74\x2f\164\141\142\154\145\76\x20\40\40\40\xd\12\15\12\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x3c\x2f\x74\144\76\xd\xa\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x3c\57\x74\162\76\15\xa\40\40\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x3c\57\x74\x61\x62\x6c\x65\x3e\x20\40\x20\15\xa\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\x3c\x2f\144\x69\166\x3e\x20\x20\40\40\xd\12\xd\xa\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x3c\163\x63\162\x69\160\x74\x3e\15\xa\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x76\x61\162\40\163\x65\x74\164\x69\156\147\163\40\x3d\40"; echo json_encode($settings); echo "\x3b\xd\xa\xd\12\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\144\x6f\143\x75\x6d\145\x6e\164\x2e\x61\144\144\x45\x76\x65\x6e\x74\x4c\151\163\164\x65\x6e\x65\162\x28\47\104\117\115\x43\157\x6e\164\145\156\x74\x4c\157\x61\144\x65\144\47\54\x20\x66\x75\156\x63\164\x69\x6f\x6e\x28\x29\x20\x7b\xd\xa\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x76\x61\x72\40\155\x6f\x64\145\154\x53\145\x6c\145\x63\164\x20\x3d\x20\x64\x6f\x63\165\155\145\156\x74\x2e\x71\165\145\x72\x79\123\145\154\x65\143\164\x6f\x72\50\47\163\x65\154\x65\x63\x74\x5b\x6e\141\x6d\x65\75\42\x6f\x70\x65\156\x61\x69\137\151\155\141\147\145\x5f\x6d\157\144\x65\154\x22\135\47\x29\73\xd\xa\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x76\141\x72\40\163\x69\172\x65\x53\x65\x6c\145\143\164\40\75\40\x64\x6f\143\165\155\145\x6e\164\x2e\x71\x75\145\x72\x79\123\x65\x6c\x65\143\x74\157\162\x28\47\163\x65\154\x65\x63\164\x5b\x6e\141\155\x65\75\42\x6f\x70\145\156\141\151\x5f\151\155\141\147\x65\x5f\x73\x69\x7a\x65\42\x5d\47\x29\73\15\12\15\xa\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x6d\157\x64\x65\154\x53\x65\x6c\145\x63\x74\56\141\x64\x64\105\166\x65\x6e\164\x4c\x69\x73\164\145\x6e\145\162\50\x27\143\150\x61\x6e\x67\145\x27\54\x20\146\x75\x6e\x63\x74\151\157\156\50\51\x20\x7b\15\12\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\x77\x68\151\154\145\x20\50\163\x69\172\145\123\x65\154\x65\x63\164\x2e\146\151\x72\x73\x74\103\150\151\x6c\144\x29\x20\x7b\15\12\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\x73\x69\x7a\145\x53\x65\x6c\x65\143\x74\x2e\162\145\155\x6f\x76\145\x43\x68\x69\154\144\50\x73\x69\x7a\x65\123\145\x6c\145\x63\164\x2e\x66\151\x72\163\x74\x43\150\151\x6c\x64\51\73\xd\xa\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\175\xd\xa\xd\12\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\166\141\162\x20\x6f\x70\164\151\157\156\x73\x20\75\40\x74\150\x69\163\56\166\141\x6c\x75\145\x20\75\75\x3d\x20\x27\144\141\154\154\55\145\55\62\47\40\77\40\173\xd\xa\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x27\62\65\x36\x78\62\65\66\47\72\x20\x27\62\x35\x36\x78\x32\x35\66\40\x70\x69\x78\145\x6c\x73\47\x2c\xd\12\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\47\x35\x31\x32\170\x35\61\62\47\72\x20\x27\65\x31\62\x78\x35\x31\62\x20\x70\151\170\145\x6c\163\47\54\15\12\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x27\61\x30\62\64\170\61\60\62\x34\x27\72\x20\47\61\60\x32\x34\170\x31\x30\x32\64\40\160\151\170\145\x6c\163\47\15\xa\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\175\x20\x3a\40\173\15\xa\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x27\x31\60\x32\x34\170\61\60\62\x34\x27\72\x20\x27\61\60\x32\x34\170\61\x30\62\64\x20\x70\151\170\145\x6c\x73\x27\x2c\xd\xa\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x27\61\67\71\62\170\61\x30\62\x34\47\x3a\x20\47\x31\67\x39\x32\170\x31\60\62\x34\x20\160\151\x78\145\154\163\x27\x2c\xd\12\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x27\61\60\62\x34\170\x31\67\71\62\x27\x3a\x20\47\x31\x30\x32\x34\170\61\x37\x39\62\x20\160\x69\x78\x65\154\163\x27\xd\xa\x20\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\175\x3b\15\12\xd\xa\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x66\157\162\40\x28\166\141\162\x20\x76\141\154\165\x65\x20\x69\156\40\x6f\160\164\x69\157\156\x73\x29\x20\x7b\xd\xa\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x76\141\x72\40\x74\x65\x78\164\x20\75\x20\157\160\x74\151\x6f\x6e\163\133\166\x61\154\165\145\x5d\x3b\15\12\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\166\141\162\x20\163\145\154\x65\x63\x74\145\144\x20\x3d\x20\x73\x65\164\x74\151\x6e\x67\x73\x5b\47\x6f\x70\x65\156\x61\151\137\151\x6d\x61\x67\x65\x5f\163\151\x7a\145\x27\x5d\x20\x3d\x3d\x3d\x20\x76\x61\x6c\165\145\73\xd\12\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x76\141\162\40\157\160\164\x69\x6f\156\x20\75\40\x6e\x65\x77\x20\x4f\160\164\151\x6f\x6e\x28\164\x65\x78\x74\54\40\x76\141\x6c\x75\145\x2c\40\163\145\154\x65\x63\x74\x65\x64\54\40\163\145\x6c\145\143\164\x65\x64\x29\x3b\xd\xa\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x73\x69\x7a\x65\123\x65\x6c\x65\143\x74\x2e\141\160\160\145\156\x64\x43\150\151\154\x64\x28\x6f\x70\164\x69\x6f\156\51\73\xd\12\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\175\xd\xa\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x7d\x29\73\xd\12\xd\xa\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\155\157\144\145\x6c\123\145\154\x65\x63\x74\x2e\x64\x69\x73\x70\x61\164\143\150\105\166\145\x6e\164\x28\x6e\145\x77\40\x45\x76\145\156\164\x28\47\x63\x68\x61\156\147\x65\x27\x29\51\x3b\15\12\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x7d\x29\73\xd\xa\40\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\74\57\x73\143\162\x69\x70\164\x3e\40\40\40\40\x20\x20\x20\15\12\15\12\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\74\x74\x61\142\154\x65\x20\143\154\x61\163\x73\x3d\x22\146\x6f\162\x6d\55\164\141\142\154\145\x20"; if (!$change_selected) { goto Mn1Kk; } echo "\143\163\145\157\x2d\x66\157\x72\155"; Mn1Kk: echo "\42\76\xd\xa\15\xa\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\74\164\162\76\15\12\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x3c\x74\150\40\163\143\157\x70\x65\x3d\x22\x72\x6f\167\42\x3e"; $this->showChangeBox($change_selected, "\163\x74\x61\142\x6c\145\x5f\144\151\x66\146\165\163\151\x6f\x6e\137\151\155\141\147\x65\x5f\x70\x6f\x73\x69\164\151\x6f\156"); echo "\x53\164\141\142\x6c\x65\40\x44\151\x66\x66\x75\163\x69\157\x6e\40\151\x6d\x61\x67\145\x20\x70\157\x73\x69\x74\151\157\x6e\74\x2f\x74\150\x3e\xd\xa\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\74\164\x64\x3e\xd\xa\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\74\x73\145\x6c\x65\x63\x74\40\x6e\141\155\x65\75\42\163\164\141\x62\x6c\145\137\144\x69\x66\x66\x75\x73\x69\157\156\137\151\x6d\x61\x67\145\137\160\x6f\x73\x69\164\151\157\x6e\42\x20\151\144\x3d\x22\163\164\141\142\154\145\137\144\x69\x66\146\165\163\x69\x6f\156\137\x69\155\x61\x67\145\x5f\x70\x6f\x73\151\164\x69\157\156\x22\x20\x6f\x6e\143\150\141\x6e\147\145\x3d\42\x63\163\145\157\x53\164\141\x62\x6c\x65\104\x69\x66\146\x75\x73\151\157\x6e\111\155\141\x67\x65\x28\51\73\42\76\15\12\40\40\x20\40\40\40\40\40\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40"; echo "\74\157\x70\164\x69\x6f\x6e\x20" . ($settings["\x73\x74\x61\142\x6c\x65\137\144\x69\146\146\x75\x73\x69\157\x6e\x5f\151\x6d\x61\147\x65\137\160\x6f\163\x69\164\x69\157\x6e"] === "\x6e\x6f\137\x69\x6d\x61\147\145" ? "\x73\x65\x6c\x65\143\164\145\144\x20" : '') . "\x76\141\x6c\x75\145\75\42\156\157\137\151\x6d\x61\x67\145\42\x3e\156\x6f\156\145\x3c\57\x6f\160\x74\x69\157\156\x3e"; echo "\74\157\160\x74\151\157\x6e\40" . ($settings["\163\164\x61\x62\x6c\145\137\x64\x69\x66\x66\165\x73\x69\x6f\156\x5f\x69\x6d\x61\147\145\x5f\x70\157\x73\x69\164\x69\157\156"] === "\x61\142\x6f\x76\x65\x5f\143\157\x6e\164\x65\x6e\164" ? "\163\x65\154\145\143\164\x65\x64\x20" : '') . "\166\141\154\165\145\75\x22\141\142\157\x76\145\137\143\157\156\x74\145\156\164\42\76\141\x62\157\x76\145\x20\x63\x6f\156\x74\x65\156\164\74\x2f\157\x70\x74\x69\x6f\x6e\76"; echo "\74\x6f\x70\164\x69\157\x6e\x20" . ($settings["\163\164\x61\142\154\x65\x5f\x64\x69\146\146\165\x73\x69\x6f\156\x5f\151\155\141\x67\x65\x5f\x70\x6f\163\151\164\x69\157\156"] === "\x62\145\154\x6f\x77\x5f\x63\157\x6e\164\x65\156\x74" ? "\163\145\x6c\145\x63\x74\x65\x64\40" : '') . "\x76\x61\154\165\x65\x3d\x22\142\145\154\x6f\x77\137\x63\x6f\156\164\x65\x6e\164\x22\76\x62\145\x6c\x6f\x77\40\143\x6f\x6e\x74\145\156\x74\74\57\x6f\x70\164\151\157\x6e\76"; echo "\x3c\157\160\164\x69\157\x6e\40" . ($settings["\x73\164\x61\142\154\145\137\x64\x69\x66\146\165\163\x69\x6f\x6e\137\151\155\141\x67\145\x5f\160\157\x73\151\164\151\157\156"] === "\x74\150\165\155\x62" ? "\163\145\154\145\x63\164\145\144\x20" : '') . "\x76\141\154\165\145\x3d\42\x74\x68\x75\155\142\x22\76\x73\x74\157\x72\x65\40\x69\156\x20\164\x68\145\x20\143\165\163\x74\157\x6d\x20\x66\151\x65\x6c\144\40\x22\164\150\x75\155\142\x22\x3c\57\x6f\160\164\x69\157\x6e\76"; echo "\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x3c\57\x73\145\154\145\x63\x74\x3e\15\xa\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\74\x2f\164\144\x3e\15\xa\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x3c\57\164\x72\x3e\x20\15\xa\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\74\57\x74\141\142\x6c\x65\76\40\x20\x20\x20\15\xa\15\xa\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x3c\144\151\166\40\x69\144\x3d\x22\x73\x74\141\x62\x6c\x65\137\144\151\x66\146\x75\163\151\157\156\x5f\151\155\141\x67\145\x5f\163\x65\x74\x74\x69\156\147\x73\x22\x20\163\x74\171\154\145\x3d\42\144\x69\x73\x70\154\141\x79\72\40\x6e\157\x6e\145\73\x22\x3e\15\12\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40"; if ($this->credentials_set("\x73\x74\x61\x62\151\x6c\x69\x74\171")) { goto jv005; } echo "\74\160\x3e\74\x73\160\x61\156\40\x73\x74\x79\154\145\75\42\143\157\154\157\x72\x3a\40\162\145\x64\x3b\42\x3e\127\x61\x72\156\x69\156\147\41\74\57\163\160\141\x6e\x3e\40\x54\x68\145\40\123\x74\141\142\x69\x6c\x69\164\171\101\111\40\101\120\111\40\x6b\x65\171\40\151\x73\40\x6e\157\164\x20\160\x72\x6f\166\151\x64\x65\x64\56\40\x54\150\145\x20\163\145\162\x76\x69\143\145\40\151\163\x20\x6e\157\164\x20\x61\x76\x61\151\x6c\x61\x62\x6c\x65\x2e\x20\x50\x6c\x65\141\x73\x65\x20\x73\145\x74\40\x69\x74\40\x6f\156\40\164\150\145\x20\x22\101\143\143\x6f\x75\x6e\x74\163\x22\40\x70\141\147\x65\56\74\x2f\160\76"; jv005: echo "\15\xa\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\x20\74\164\x61\142\x6c\145\40\143\154\x61\163\x73\x3d\42\143\163\145\157\x2d\142\157\170\42\x3e\xd\xa\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\74\164\162\x3e\15\xa\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\74\x74\144\x3e\xd\12\15\xa\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x3c\x74\x61\x62\154\145\x20\x63\154\141\x73\163\x3d\42\x66\x6f\162\155\x2d\164\141\x62\154\x65\x20"; if (!$change_selected) { goto W6bDQ; } echo "\x63\x73\x65\157\x2d\x66\x6f\162\155"; W6bDQ: echo "\42\x3e\xd\xa\xd\12\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\74\164\162\76\15\12\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\74\164\150\40\x73\143\x6f\x70\145\75\42\x72\x6f\167\x22\76"; $this->showChangeBox($change_selected, "\163\164\x61\142\x6c\x65\137\x64\x69\x66\x66\165\163\x69\157\156\x5f\x69\155\x61\147\145\x5f\144\x65\x73\143\162\x69\160\x74\x69\157\x6e"); echo "\x49\x6d\141\147\x65\x20\144\145\x73\x63\162\151\x70\x74\x69\157\x6e\74\x2f\164\150\x3e\xd\12\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\x3c\x74\x64\76\xd\12\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20"; echo "\74\x74\x65\x78\x74\141\162\x65\x61\x20\143\157\x6c\163\75\x22\71\x30\x22\x20\x72\157\x77\163\75\42\x31\x30\x22\x20\x77\162\141\x70\x3d\42\x6f\x6e\42\x20\x6e\141\155\145\75\x22\x73\164\x61\142\154\145\137\144\151\x66\x66\x75\x73\151\x6f\156\x5f\x69\x6d\x61\147\145\137\144\x65\163\143\162\x69\x70\x74\151\x6f\x6e\42\x20\x73\164\171\x6c\145\75\x22\155\x61\162\147\x69\156\x3a\x30\73\x68\145\151\x67\x68\x74\x3a\65\145\155\x3b\x77\151\x64\x74\150\72\61\x30\60\45\73\x22\x3e" . stripslashes($settings["\163\164\141\x62\x6c\145\x5f\x64\x69\x66\146\x75\163\151\x6f\156\x5f\x69\155\x61\x67\x65\137\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\156"]) . "\x3c\x2f\x74\145\170\x74\x61\162\145\x61\76"; echo "\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\74\x70\40\143\x6c\x61\163\163\x3d\x22\x64\x65\x73\x63\162\151\160\164\x69\x6f\156\x22\x3e\x45\x6e\x74\x65\x72\40\x79\157\x75\162\40\123\x74\141\142\x6c\145\40\104\151\146\146\165\163\151\x6f\x6e\x20\x69\x6d\141\x67\x65\x20\160\162\157\155\x70\164\x20\x68\145\x72\145\x2e\40\111\146\x20\x79\x6f\165\40\154\x65\141\x76\x65\40\x69\x74\x20\x62\x6c\x61\x6e\153\x2c\x20\164\x68\145\40\x69\155\x61\147\145\40\167\x69\x6c\154\x20\x6e\x6f\x74\40\142\145\40\147\145\x6e\145\162\141\x74\145\x64\56\x3c\x62\162\x3e\40\xd\12\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\120\154\145\141\163\x65\40\162\x65\141\x64\x20\164\150\145\40\x62\x61\x73\151\x63\x20\x74\151\160\x73\x20\157\x6e\x20\164\x65\170\164\x20\160\162\157\155\160\x74\x20\143\x6f\155\x70\x6f\x73\x69\x6e\x67\40\x66\x6f\162\40\x53\x74\x61\142\154\x65\40\104\x69\x66\146\x75\x73\151\157\x6e\x20\x41\x49\40\151\155\x61\147\x65\40\147\145\156\x65\x72\x61\x74\x6f\162\x20\74\x61\40\x68\x72\145\x66\75\x22\x68\164\x74\x70\x73\72\57\x2f\167\x77\x77\56\x63\171\142\145\x72\x73\x65\x6f\x2e\156\x65\x74\x2f\x62\x6c\157\147\x2f\163\x74\x61\x62\154\x65\x2d\x64\151\x66\x66\x75\163\x69\x6f\x6e\57\42\x20\x74\x61\162\x67\145\164\75\42\137\x62\x6c\141\x6e\153\x22\76\x68\145\162\145\74\57\141\x3e\x2e\xd\xa\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\122\145\x63\157\155\155\145\156\x64\145\x64\40\x73\x68\x6f\x72\164\x63\x6f\x64\x65\72\40\74\143\157\x64\x65\x3e\x25\147\x70\164\137\153\x65\x79\x70\150\162\x61\x73\x65\x25\x3c\x2f\143\157\x64\x65\76\56\74\160\x3e\xd\12\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x3c\57\x74\144\76\40\40\40\x20\15\xa\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x3c\x2f\164\162\x3e\15\12\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\15\xa\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\74\x74\x72\76\xd\xa\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\74\164\x68\x20\163\x63\x6f\x70\145\x3d\42\162\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x73\x74\x61\142\154\x65\137\144\x69\146\x66\165\163\x69\x6f\156\137\x6e\x65\147\x61\164\151\166\145\x5f\160\x72\x6f\x6d\160\x74"); echo "\x4e\145\x67\x61\x74\x69\x76\145\40\x70\x72\157\155\160\x74\x3c\x2f\164\150\76\15\12\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x3c\x74\x64\76\xd\xa\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20"; echo "\x3c\x74\x65\170\164\x61\x72\145\x61\40\143\157\154\x73\x3d\42\71\x30\x22\40\162\157\167\163\75\42\x31\x30\42\40\x77\162\141\160\x3d\x22\x6f\156\42\x20\x6e\x61\155\x65\x3d\x22\163\164\141\142\x6c\x65\137\x64\x69\146\146\165\x73\151\x6f\x6e\x5f\156\145\x67\x61\x74\x69\166\x65\x5f\160\x72\157\x6d\x70\x74\42\x20\163\164\171\154\x65\x3d\x22\x6d\x61\x72\x67\151\x6e\72\60\x3b\x68\x65\x69\x67\150\x74\72\65\x65\155\73\x77\x69\144\164\x68\x3a\61\x30\x30\45\x3b\42\76" . stripslashes($settings["\163\x74\x61\x62\154\145\x5f\144\x69\146\x66\165\x73\x69\x6f\x6e\x5f\x6e\145\x67\x61\x74\151\x76\145\x5f\x70\162\x6f\155\x70\x74"]) . "\74\57\164\x65\x78\x74\x61\162\145\x61\76"; echo "\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\74\x70\x20\143\x6c\141\163\x73\x3d\42\144\x65\163\x63\162\x69\160\x74\151\x6f\x6e\42\76\x59\x6f\x75\40\x70\x75\164\40\167\150\141\164\40\171\x6f\x75\40\104\x4f\x4e\xe2\x80\231\x54\40\x77\141\x6e\x74\x20\x74\157\x20\163\145\145\x20\x69\156\x20\x74\150\x65\40\156\145\x67\141\164\x69\x76\145\40\x70\x72\157\155\160\x74\x2e\40\111\164\40\147\x69\166\x65\x73\x20\171\157\165\x20\x61\x6e\40\141\x64\144\x69\164\151\157\156\141\154\40\167\141\x79\40\x74\x6f\x20\x63\x6f\156\x74\162\157\x6c\x20\164\145\x78\x74\55\x74\157\x2d\151\155\x61\x67\145\40\147\145\156\145\x72\141\x74\151\x6f\156\x2e\x3c\160\x3e\xd\12\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x3c\x2f\x74\144\x3e\x20\x20\x20\40\15\12\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x3c\57\164\x72\x3e\15\xa\15\12\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x3c\x74\x72\x3e\15\xa\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\74\164\150\40\x73\x63\x6f\x70\145\75\42\162\157\167\42\76"; $this->showChangeBox($change_selected, "\x73\x74\141\142\154\145\x5f\144\151\146\x66\165\x73\151\157\x6e\137\x65\x6e\147\151\156\x65"); echo "\x45\156\147\x69\x6e\145\x3c\x2f\x74\150\76\15\xa\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\74\x74\144\76\15\12\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\74\x73\x65\x6c\145\143\164\40\156\141\x6d\x65\75\42\163\x74\x61\142\154\x65\137\x64\151\146\x66\165\163\151\157\156\x5f\x65\x6e\x67\151\x6e\x65\42\x3e\xd\12\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40"; echo "\74\157\x70\x74\x69\x6f\x6e\40" . ($settings["\x73\x74\141\142\x6c\145\137\144\x69\x66\146\165\163\x69\x6f\x6e\x5f\x65\x6e\147\x69\156\x65"] === "\163\164\141\142\x6c\145\x2d\144\151\x66\x66\165\163\151\157\x6e\55\x78\x6c\55\x31\60\x32\x34\x2d\x76\x30\x2d\71" ? "\163\x65\x6c\145\x63\164\145\144\40" : '') . "\166\141\x6c\x75\145\x3d\42\x73\164\141\142\154\x65\x2d\x64\x69\146\146\x75\x73\151\157\156\x2d\170\154\55\x31\60\x32\x34\x2d\x76\x30\55\71\42\x3e\123\164\x61\x62\154\x65\40\104\x69\146\x66\x75\x73\x69\x6f\156\x20\x58\114\40\x76\x30\56\71\74\57\157\160\164\x69\157\x6e\x3e"; echo "\74\157\160\164\x69\x6f\156\x20" . ($settings["\x73\x74\x61\142\x6c\x65\x5f\144\151\x66\x66\x75\163\151\x6f\156\137\x65\156\147\151\x6e\x65"] === "\x73\164\141\142\x6c\145\55\144\x69\146\146\x75\163\x69\157\156\55\x78\x6c\x2d\x31\x30\62\64\55\166\x31\x2d\x30" ? "\163\x65\154\x65\x63\164\x65\144\x20" : '') . "\x76\141\x6c\x75\145\75\42\x73\164\x61\142\x6c\145\55\144\x69\146\x66\165\163\x69\x6f\156\x2d\x78\154\x2d\61\60\62\64\x2d\x76\61\x2d\60\x22\x3e\x53\164\x61\x62\x6c\x65\x20\104\x69\x66\x66\165\163\x69\x6f\156\40\x58\114\x20\166\x31\56\60\x3c\57\157\160\x74\151\x6f\x6e\x3e"; echo "\74\x6f\x70\x74\151\x6f\x6e\x20" . ($settings["\x73\x74\141\x62\154\x65\x5f\x64\151\146\146\x75\x73\151\x6f\156\137\x65\x6e\147\151\156\x65"] === "\163\164\141\x62\x6c\x65\55\x64\151\146\146\165\163\x69\157\156\x2d\x76\61" ? "\x73\x65\154\145\143\164\x65\x64\40" : '') . "\x76\141\x6c\x75\x65\75\x22\163\x74\x61\142\154\145\55\x64\x69\146\146\165\x73\151\x6f\156\55\166\x31\42\x3e\x53\x74\x61\142\x6c\x65\40\x44\x69\146\x66\165\x73\x69\x6f\156\40\x76\x31\56\64\74\57\x6f\160\164\151\x6f\156\76"; echo "\x3c\x6f\x70\164\151\157\156\40" . ($settings["\163\164\x61\x62\154\x65\x5f\144\151\x66\146\x75\163\151\157\156\x5f\x65\156\147\151\156\x65"] === "\163\x74\141\x62\x6c\145\x2d\144\151\146\x66\165\x73\x69\x6f\156\55\x76\x31\x2d\x35" ? "\x73\x65\154\x65\x63\x74\145\144\40" : '') . "\x76\x61\x6c\165\145\75\x22\x73\x74\141\142\x6c\x65\x2d\144\151\146\x66\x75\163\x69\x6f\156\55\x76\x31\55\x35\x22\76\x53\164\x61\x62\154\x65\40\x44\x69\x66\146\165\x73\151\x6f\x6e\x20\x76\61\x2e\65\x3c\x2f\x6f\160\x74\151\x6f\x6e\x3e"; echo "\74\x6f\160\x74\x69\x6f\x6e\x20" . ($settings["\163\x74\141\142\154\145\137\x64\151\146\x66\x75\163\x69\157\x6e\137\145\x6e\x67\x69\156\145"] === "\x73\164\141\142\x6c\x65\x2d\144\x69\146\146\165\x73\x69\x6f\x6e\x2d\x35\61\62\x2d\166\x32\x2d\x30" ? "\x73\x65\x6c\x65\143\164\145\x64\x20" : '') . "\166\141\x6c\165\x65\75\x22\x73\x74\141\x62\154\x65\x2d\144\151\x66\x66\x75\x73\x69\x6f\156\55\x35\x31\62\x2d\x76\62\55\x30\x22\76\x53\x74\141\x62\154\x65\40\104\x69\x66\146\165\x73\151\157\156\40\166\x32\x2e\60\74\57\x6f\x70\x74\151\x6f\x6e\76"; echo "\74\x6f\x70\x74\x69\157\x6e\x20" . ($settings["\x73\164\141\x62\154\x65\137\144\x69\x66\x66\165\163\x69\x6f\x6e\137\145\156\147\x69\x6e\x65"] === "\163\x74\x61\x62\x6c\x65\x2d\144\x69\x66\146\165\163\x69\x6f\156\55\x37\x36\70\x2d\x76\x32\x2d\60" ? "\x73\145\154\x65\143\x74\x65\x64\x20" : '') . "\x76\x61\x6c\x75\x65\x3d\42\163\164\141\142\x6c\x65\55\x64\x69\x66\x66\165\x73\151\157\x6e\55\x37\66\70\x2d\x76\62\x2d\x30\42\x3e\123\164\141\x62\154\x65\x20\x44\151\146\146\x75\x73\x69\x6f\x6e\x20\x76\x32\56\60\55\x37\x36\70\x3c\x2f\x6f\160\x74\x69\157\156\76"; echo "\74\x6f\x70\164\151\157\156\x20" . ($settings["\x73\x74\141\x62\x6c\x65\137\144\151\x66\146\165\163\151\157\x6e\137\x65\x6e\147\151\x6e\x65"] === "\163\164\x61\142\154\x65\x2d\144\x69\x66\146\165\163\x69\x6f\156\x2d\x64\145\x70\164\x68\x2d\166\x32\x2d\x30" ? "\x73\145\x6c\145\x63\x74\145\144\x20" : '') . "\166\x61\x6c\x75\x65\75\42\x73\164\141\x62\154\x65\x2d\144\x69\x66\146\x75\163\x69\x6f\x6e\x2d\144\145\160\x74\150\x2d\166\62\x2d\60\x22\x3e\x53\x74\x61\142\154\x65\x20\x44\x69\146\146\x75\163\151\157\x6e\x20\166\62\x2e\60\55\144\145\160\164\150\74\x2f\157\160\164\x69\157\x6e\x3e"; echo "\x3c\157\160\164\151\157\156\x20" . ($settings["\163\x74\x61\142\x6c\x65\x5f\x64\x69\x66\x66\165\163\151\157\x6e\x5f\145\x6e\x67\x69\x6e\145"] === "\x73\164\141\x62\x6c\x65\55\144\x69\x66\x66\165\163\151\157\156\55\65\x31\x32\x2d\166\62\x2d\x31" ? "\163\145\x6c\x65\x63\164\x65\x64\40" : '') . "\x76\141\x6c\165\145\x3d\x22\163\164\141\x62\x6c\x65\55\144\151\x66\146\x75\x73\151\157\156\55\65\x31\x32\55\x76\62\x2d\x31\x22\76\123\164\x61\142\x6c\x65\x20\x44\151\x66\x66\x75\163\x69\x6f\x6e\x20\166\62\x2e\61\x3c\57\157\160\x74\x69\x6f\156\x3e"; echo "\74\157\x70\x74\151\x6f\156\40" . ($settings["\x73\x74\x61\142\154\145\x5f\144\151\146\146\x75\x73\x69\x6f\156\x5f\x65\156\147\151\156\145"] === "\163\164\x61\x62\x6c\145\55\x64\x69\x66\146\165\x73\151\x6f\156\55\x37\x36\x38\55\166\x32\55\61" ? "\163\145\154\145\143\164\x65\x64\40" : '') . "\166\x61\x6c\165\145\75\x22\x73\164\x61\x62\x6c\x65\55\x64\151\x66\146\165\163\151\x6f\x6e\55\x37\x36\70\55\x76\x32\x2d\x31\x22\x3e\123\164\x61\x62\x6c\145\40\104\151\146\x66\165\163\151\x6f\x6e\40\x76\62\56\x31\x2d\x37\x36\70\74\x2f\x6f\160\164\151\157\x6e\76"; echo "\x3c\157\160\164\x69\157\156\x20" . ($settings["\x73\164\141\x62\x6c\x65\x5f\x64\x69\146\x66\x75\x73\151\157\x6e\137\145\156\x67\x69\x6e\x65"] === "\163\164\141\142\154\x65\55\144\151\x66\x66\x75\163\151\157\x6e\x2d\x78\x6c\x2d\142\145\164\x61\55\x76\62\55\x32\x2d\x32" ? "\x73\145\x6c\145\143\x74\x65\144\x20" : '') . "\166\x61\x6c\x75\x65\75\x22\x73\164\x61\x62\154\145\55\x64\151\146\x66\165\x73\151\x6f\x6e\55\x78\x6c\x2d\142\x65\x74\x61\x2d\166\x32\55\62\x2d\62\x22\76\123\164\141\142\154\x65\x20\104\x69\x66\146\x75\163\x69\x6f\x6e\40\x76\x32\56\62\56\62\x2d\130\x4c\x20\x42\145\164\x61\x3c\57\x6f\160\164\151\x6f\x6e\76"; echo "\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x3c\57\163\145\154\145\x63\164\x3e\xd\xa\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x3c\x70\x20\x63\x6c\x61\163\163\75\42\144\x65\163\x63\162\151\x70\164\x69\157\156\42\x3e\123\145\164\x20\x74\150\x65\x20\x53\x74\141\x62\154\x65\x20\x44\x69\x66\x66\165\x73\x69\157\156\x20\145\156\x67\x69\156\x65\x20\164\x6f\40\165\163\145\40\x66\157\x72\x20\x67\145\156\145\162\141\164\151\157\x6e\56\x3c\57\x70\76\xd\xa\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x3c\57\164\144\x3e\15\xa\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\74\57\x74\x72\x3e\40\15\xa\15\xa\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\74\x74\162\x3e\15\12\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x3c\x74\150\x20\x73\143\x6f\x70\145\75\42\x72\x6f\167\x22\76"; $this->showChangeBox($change_selected, "\x73\x74\141\x62\154\x65\137\x64\x69\x66\146\x75\163\151\157\x6e\x5f\x63\x6c\x69\160\137\147\x75\151\144\x61\x6e\x63\x65\137\160\162\145\163\145\164"); echo "\x43\x6c\x69\160\x20\147\x75\151\x64\141\x6e\x63\145\40\x70\162\x65\x73\x65\x74\x3c\57\x74\x68\x3e\15\xa\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x3c\x74\x64\x3e\15\xa\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x3c\x73\145\154\145\x63\164\x20\x6e\x61\155\x65\x3d\x22\x73\164\141\x62\154\145\137\x64\151\146\146\x75\x73\151\x6f\156\x5f\143\x6c\151\160\x5f\147\165\151\x64\141\x6e\143\x65\137\x70\x72\x65\x73\x65\x74\x22\x3e\xd\12\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40"; echo "\x3c\x6f\160\164\151\x6f\156\40" . ($settings["\x73\164\141\x62\x6c\145\x5f\144\151\146\x66\x75\x73\x69\157\156\x5f\143\154\151\160\x5f\x67\x75\151\144\141\x6e\143\145\x5f\x70\x72\x65\x73\x65\x74"] === "\116\117\x4e\x45" ? "\x73\x65\154\145\143\164\145\x64\40" : '') . "\x76\141\154\165\x65\x3d\x22\x4e\x4f\x4e\105\42\x3e\x4e\x4f\116\x45\74\x2f\157\160\164\x69\x6f\x6e\76"; echo "\x3c\x6f\x70\164\x69\157\156\x20" . ($settings["\163\164\x61\142\x6c\145\137\x64\151\146\146\x75\x73\x69\157\x6e\137\143\154\151\160\x5f\x67\165\151\144\141\156\x63\x65\137\x70\x72\145\163\x65\164"] === "\x46\x41\x53\124\x5f\x42\x4c\x55\105" ? "\x73\x65\154\x65\143\x74\x65\144\x20" : '') . "\x76\141\154\165\145\x3d\x22\106\101\123\124\x5f\102\114\x55\x45\x22\76\106\x41\123\x54\x5f\102\x4c\x55\x45\74\57\x6f\x70\164\x69\x6f\156\x3e"; echo "\74\x6f\x70\x74\151\157\x6e\40" . ($settings["\x73\x74\x61\142\x6c\145\137\x64\151\146\x66\x75\x73\151\157\x6e\137\x63\x6c\x69\x70\137\147\x75\151\x64\x61\x6e\x63\145\137\160\x72\x65\x73\145\x74"] === "\106\101\x53\124\x5f\x47\x52\105\105\x4e" ? "\163\145\x6c\145\x63\164\145\144\40" : '') . "\x76\141\x6c\165\x65\x3d\42\106\x41\x53\124\137\107\122\x45\x45\116\x22\76\x46\101\x53\x54\137\107\122\x45\105\116\x3c\x2f\x6f\x70\164\151\157\156\76"; echo "\x3c\x6f\160\164\151\x6f\156\x20" . ($settings["\163\164\x61\142\x6c\145\x5f\144\151\x66\146\x75\163\x69\157\156\x5f\x63\154\151\x70\137\x67\x75\x69\144\141\x6e\143\x65\x5f\160\162\145\x73\x65\x74"] === "\x53\x49\115\x50\x4c\x45" ? "\x73\145\x6c\x65\143\x74\x65\144\x20" : '') . "\x76\141\x6c\165\x65\75\42\123\x49\x4d\x50\x4c\105\x22\76\123\x49\x4d\120\114\x45\74\x2f\x6f\x70\164\151\157\156\76"; echo "\x3c\x6f\x70\164\x69\x6f\x6e\40" . ($settings["\x73\x74\x61\142\x6c\145\x5f\x64\151\146\x66\x75\163\151\157\156\x5f\x63\154\x69\160\x5f\x67\x75\151\x64\141\x6e\x63\x65\137\x70\162\145\163\x65\x74"] === "\x53\x4c\x4f\x57" ? "\163\145\x6c\145\x63\164\x65\144\40" : '') . "\x76\141\x6c\x75\x65\x3d\42\123\x4c\x4f\x57\x22\x3e\x53\x4c\117\x57\x3c\57\x6f\x70\164\151\x6f\156\x3e"; echo "\x3c\x6f\x70\x74\151\x6f\x6e\40" . ($settings["\x73\x74\x61\x62\x6c\x65\x5f\144\151\x66\146\x75\x73\151\157\156\x5f\x63\154\151\160\137\x67\x75\151\144\141\156\143\145\137\160\x72\145\x73\145\164"] === "\123\x4c\x4f\x57\x45\x52" ? "\x73\x65\x6c\x65\x63\164\x65\144\40" : '') . "\x76\x61\x6c\165\145\x3d\42\x53\x4c\117\127\x45\x52\42\x3e\123\x4c\117\x57\x45\x52\74\57\157\160\x74\151\157\156\x3e"; echo "\x3c\x6f\160\x74\x69\x6f\x6e\40" . ($settings["\163\x74\141\142\154\x65\x5f\144\x69\146\x66\165\x73\x69\x6f\x6e\137\143\x6c\x69\x70\x5f\x67\x75\x69\x64\141\156\143\x65\x5f\160\162\x65\163\x65\164"] === "\x53\x4c\x4f\x57\x45\x53\x54" ? "\163\x65\x6c\145\143\164\x65\x64\40" : '') . "\x76\141\154\165\145\x3d\42\123\x4c\117\127\x45\x53\x54\42\x3e\x53\114\117\127\105\123\124\74\x2f\157\160\x74\151\157\156\x3e"; echo "\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x3c\57\163\x65\x6c\145\x63\x74\76\15\12\40\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\74\57\x74\144\x3e\15\xa\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x3c\x2f\164\x72\76\40\xd\12\15\xa\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\74\164\x72\x3e\15\xa\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x3c\164\x68\x20\x73\x63\x6f\160\x65\75\42\x72\157\167\x22\76"; $this->showChangeBox($change_selected, "\163\x74\141\x62\x6c\x65\137\x64\151\x66\x66\165\x73\x69\157\x6e\x5f\143\x66\147\137\163\x63\x61\x6c\145"); echo "\x63\x66\x67\x20\163\x63\x61\154\145\74\x2f\164\150\76\15\12\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\74\164\x64\76\xd\xa\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40"; echo "\x3c\151\x6e\160\165\164\40\x74\171\160\145\75\42\164\145\x78\164\x22\40\x6e\141\x6d\x65\x3d\x22\x73\164\x61\x62\x6c\145\137\x64\x69\146\146\x75\163\151\x6f\156\x5f\x63\146\147\x5f\x73\x63\141\154\145\x22\40\x76\141\154\165\x65\x3d\42" . stripslashes($settings["\x73\164\141\142\154\x65\137\144\x69\x66\x66\x75\x73\151\157\156\137\x63\x66\147\x5f\x73\x63\141\154\x65"]) . "\42\40\163\151\172\145\75\x22\x34\42\x3e"; echo "\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\74\x70\x20\x63\154\141\163\x73\75\42\144\x65\163\x63\162\x69\160\164\x69\157\156\42\76\156\165\155\142\145\x72\x20\x3c\143\157\144\x65\76\133\x30\56\56\x33\x35\135\74\x2f\x63\157\144\145\x3e\x2e\40\x44\145\x66\141\x75\154\164\72\40\x3c\x63\x6f\x64\145\76\x37\x3c\57\x63\x6f\x64\145\x3e\56\40\x48\x6f\167\x20\x73\x74\x72\151\x63\x74\x6c\171\40\164\x68\145\x20\x64\x69\146\146\165\x73\151\x6f\x6e\40\x70\x72\157\143\145\163\163\x20\x61\x64\150\145\162\145\x73\40\164\x6f\x20\x74\x68\x65\40\160\162\157\155\160\164\40\x74\x65\170\164\x20\x28\150\x69\x67\150\145\162\40\x76\141\x6c\x75\x65\163\x20\x6b\x65\145\160\15\xa\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\171\x6f\165\x72\40\x69\x6d\141\x67\145\x20\x63\154\x6f\x73\x65\x72\40\x74\x6f\40\171\157\165\162\40\160\x72\157\155\160\164\51\74\x2f\x70\76\xd\12\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\x3c\57\164\144\x3e\15\12\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\74\x2f\164\162\x3e\40\x20\15\12\xd\12\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\74\x74\x72\x3e\xd\12\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x3c\164\x68\40\163\143\157\160\145\x3d\x22\162\x6f\x77\x22\76"; $this->showChangeBox($change_selected, "\x73\x74\x61\142\x6c\x65\x5f\x64\151\x66\146\165\x73\151\157\156\137\163\164\x79\x6c\x65\x5f\x70\x72\145\163\145\x74"); echo "\x53\x74\171\154\x65\x20\160\162\145\x73\145\x74\74\x2f\164\150\x3e\15\12\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\74\164\144\x3e\15\xa\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\74\163\145\x6c\145\143\x74\x20\x6e\x61\x6d\145\75\x22\163\x74\x61\x62\x6c\145\x5f\x64\x69\146\146\165\163\151\x6f\156\137\x73\164\x79\154\x65\137\x70\162\x65\x73\x65\164\42\x3e\xd\xa\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40"; echo "\x3c\x6f\x70\x74\151\x6f\x6e\x20" . ($settings["\163\164\x61\142\x6c\145\x5f\x64\151\x66\x66\x75\163\151\157\x6e\137\163\x74\171\x6c\145\137\x70\162\145\163\x65\164"] === "\63\x64\55\x6d\x6f\144\x65\154" ? "\x73\145\x6c\145\x63\164\x65\144\40" : '') . "\x76\141\x6c\x75\145\75\x22\x33\144\x2d\155\157\x64\x65\154\42\x3e\63\144\x2d\155\x6f\x64\x65\x6c\74\57\x6f\160\x74\151\157\156\x3e"; echo "\74\157\160\x74\151\x6f\156\x20" . ($settings["\x73\164\x61\142\154\145\x5f\x64\x69\x66\146\x75\x73\x69\x6f\156\137\x73\164\x79\154\x65\x5f\160\x72\x65\x73\x65\x74"] === "\141\x6e\x61\x6c\157\x67\55\x66\x69\x6c\x6d" ? "\163\x65\x6c\x65\x63\164\x65\x64\40" : '') . "\166\x61\x6c\x75\145\75\42\141\156\141\154\x6f\x67\55\x66\x69\x6c\155\42\76\141\156\141\154\x6f\x67\55\146\x69\154\x6d\74\57\157\x70\x74\x69\x6f\x6e\x3e"; echo "\74\x6f\x70\x74\x69\157\156\40" . ($settings["\x73\164\141\142\x6c\145\137\144\x69\x66\146\x75\163\151\x6f\x6e\x5f\x73\x74\171\x6c\145\x5f\x70\x72\145\x73\145\164"] === "\141\x6e\151\155\x65" ? "\163\x65\x6c\x65\x63\x74\145\144\x20" : '') . "\166\x61\x6c\x75\x65\x3d\x22\x61\156\151\155\x65\x22\x3e\141\x6e\x69\155\x65\x3c\x2f\x6f\160\x74\151\157\156\76"; echo "\74\157\x70\164\151\157\x6e\x20" . ($settings["\x73\x74\141\142\154\x65\x5f\x64\151\146\146\165\163\151\157\156\x5f\163\164\171\x6c\x65\x5f\x70\162\145\163\x65\x74"] === "\x63\151\x6e\145\x6d\x61\x74\151\143" ? "\x73\145\x6c\145\143\164\x65\144\x20" : '') . "\x76\141\x6c\x75\145\75\42\63\x64\x2d\x6d\x6f\x64\145\x6c\x22\76\x63\151\156\145\155\141\164\151\x63\74\x2f\x6f\160\164\151\x6f\156\76"; echo "\74\x6f\x70\164\151\x6f\156\40" . ($settings["\x73\164\x61\x62\154\x65\137\144\x69\x66\146\x75\x73\x69\x6f\x6e\x5f\x73\164\x79\154\145\x5f\160\x72\145\x73\x65\164"] === "\x63\x6f\x6d\x69\x63\55\142\157\157\153" ? "\x73\x65\x6c\145\x63\164\x65\x64\x20" : '') . "\166\x61\x6c\165\145\75\42\143\157\155\151\x63\55\142\x6f\157\153\x22\76\143\x6f\x6d\x69\143\x2d\142\x6f\x6f\x6b\74\x2f\157\x70\164\x69\157\156\x3e"; echo "\x3c\x6f\x70\164\x69\x6f\156\x20" . ($settings["\163\x74\x61\x62\154\x65\x5f\x64\x69\x66\x66\165\163\x69\157\156\137\163\164\171\154\145\x5f\x70\x72\x65\x73\x65\164"] === "\144\x69\147\151\164\141\x6c\x2d\141\x72\x74" ? "\163\x65\x6c\x65\x63\164\x65\144\40" : '') . "\x76\141\x6c\165\145\x3d\x22\144\x69\147\x69\x74\x61\154\55\x61\x72\x74\x22\x3e\x64\x69\x67\x69\x74\141\x6c\x2d\141\x72\164\74\57\157\x70\x74\x69\x6f\x6e\76"; echo "\74\157\160\x74\151\157\x6e\x20" . ($settings["\163\164\x61\142\x6c\145\137\144\x69\146\146\x75\x73\151\157\x6e\x5f\x73\x74\171\154\145\x5f\x70\162\x65\163\145\164"] === "\145\x6e\x68\141\156\143\145" ? "\163\x65\154\145\143\164\x65\x64\x20" : '') . "\166\x61\154\x75\x65\x3d\42\x65\156\x68\141\x6e\x63\145\x22\76\145\156\150\141\156\x63\x65\x3c\57\x6f\160\x74\x69\x6f\156\x3e"; echo "\x3c\157\160\164\x69\157\156\40" . ($settings["\x73\164\x61\142\154\145\x5f\144\x69\146\146\165\163\151\157\156\137\163\x74\x79\154\145\137\x70\162\x65\163\x65\164"] === "\146\141\156\164\x61\163\171\x2d\x61\162\x74" ? "\x73\145\x6c\x65\143\x74\145\x64\x20" : '') . "\x76\x61\x6c\x75\x65\x3d\x22\146\141\156\x74\x61\163\171\55\141\x72\164\42\76\146\141\156\164\x61\x73\x79\x2d\x61\x72\x74\x3c\57\157\160\164\151\157\156\76"; echo "\x3c\157\x70\x74\151\157\x6e\40" . ($settings["\163\164\x61\142\154\x65\x5f\144\x69\146\x66\x75\163\151\x6f\156\x5f\163\x74\x79\154\145\137\160\x72\145\163\x65\x74"] === "\x69\163\x6f\155\x65\x74\x72\151\143" ? "\x73\x65\x6c\145\x63\x74\x65\x64\40" : '') . "\166\x61\154\x75\145\x3d\42\x69\163\x6f\x6d\x65\164\x72\151\143\x22\x3e\151\x73\x6f\155\145\164\x72\x69\143\x3c\57\157\x70\x74\x69\157\156\x3e"; echo "\74\157\160\164\151\x6f\156\x20" . ($settings["\x73\164\x61\x62\x6c\x65\x5f\144\151\x66\146\x75\x73\x69\157\156\x5f\x73\164\171\x6c\x65\137\x70\162\145\163\x65\x74"] === "\154\151\156\x65\55\x61\x72\x74" ? "\163\x65\154\x65\143\164\145\144\40" : '') . "\x76\141\154\x75\145\75\42\154\x69\156\x65\55\141\x72\164\x22\x3e\154\151\x6e\x65\55\141\162\x74\x3c\57\157\x70\x74\x69\x6f\156\x3e"; echo "\74\x6f\x70\x74\151\157\x6e\40" . ($settings["\x73\164\x61\x62\154\x65\137\144\151\146\x66\x75\163\x69\157\x6e\x5f\163\164\171\x6c\x65\x5f\160\162\145\x73\x65\164"] === "\x6c\157\167\55\x70\x6f\x6c\171" ? "\163\145\154\x65\x63\x74\x65\x64\x20" : '') . "\166\x61\154\x75\x65\75\x22\154\x6f\x77\55\x70\157\x6c\171\42\x3e\154\x6f\x77\55\160\157\x6c\171\74\x2f\157\160\x74\x69\x6f\156\x3e"; echo "\x3c\157\160\x74\151\157\156\40" . ($settings["\x73\164\141\x62\154\145\137\144\151\146\146\165\x73\x69\x6f\x6e\137\163\164\171\x6c\145\137\x70\x72\145\163\x65\x74"] === "\x6d\x6f\x64\145\154\151\x6e\147\x2d\143\x6f\155\160\157\x75\x6e\144" ? "\163\145\x6c\145\143\x74\x65\x64\x20" : '') . "\x76\141\154\165\x65\75\x22\155\157\144\x65\x6c\x69\x6e\x67\x2d\x63\x6f\155\160\157\x75\156\144\x22\x3e\x6d\157\x64\145\x6c\151\156\147\55\x63\x6f\x6d\160\157\165\x6e\x64\x3c\x2f\157\x70\164\151\157\x6e\x3e"; echo "\x3c\x6f\x70\164\151\157\156\40" . ($settings["\163\164\x61\142\154\x65\x5f\x64\x69\146\x66\165\163\x69\x6f\x6e\137\x73\x74\x79\x6c\145\137\160\162\x65\163\x65\x74"] === "\156\145\157\x6e\x2d\160\x75\x6e\153" ? "\163\x65\154\145\x63\x74\x65\x64\x20" : '') . "\x76\141\x6c\165\145\x3d\x22\x6e\145\x6f\x6e\x2d\160\x75\156\x6b\42\x3e\x6e\145\157\x6e\55\x70\x75\156\153\74\57\x6f\160\164\x69\157\156\76"; echo "\x3c\x6f\x70\x74\151\x6f\x6e\40" . ($settings["\163\x74\141\x62\x6c\x65\137\144\151\146\x66\165\x73\151\157\156\137\x73\x74\x79\154\x65\x5f\x70\162\x65\163\145\x74"] === "\x6f\x72\x69\147\141\x6d\x69" ? "\x73\x65\154\x65\x63\x74\145\144\40" : '') . "\x76\141\154\165\x65\75\42\157\162\x69\147\141\x6d\x69\42\76\157\162\151\x67\x61\x6d\151\x3c\x2f\157\160\x74\x69\157\x6e\x3e"; echo "\x3c\x6f\160\164\151\157\x6e\x20" . ($settings["\163\164\141\x62\154\x65\137\x64\151\x66\146\165\163\151\x6f\x6e\137\163\164\x79\154\145\137\160\x72\x65\x73\x65\x74"] === "\x70\x68\157\164\157\147\162\x61\160\x68\151\143" ? "\x73\145\154\x65\143\164\x65\x64\x20" : '') . "\166\141\154\x75\x65\x3d\42\160\150\x6f\164\x6f\x67\x72\141\x70\150\x69\143\42\76\x70\x68\157\x74\x6f\x67\162\x61\160\x68\151\x63\x3c\57\157\160\164\151\x6f\x6e\76"; echo "\74\x6f\x70\164\151\x6f\156\x20" . ($settings["\x73\x74\141\x62\154\x65\137\144\x69\146\146\x75\x73\151\x6f\156\137\163\x74\171\x6c\145\x5f\x70\162\x65\163\145\164"] === "\x70\x69\170\145\x6c\x2d\141\162\164" ? "\x73\145\154\145\x63\164\x65\144\x20" : '') . "\166\141\154\165\x65\x3d\x22\x70\x69\170\145\x6c\55\141\162\x74\x22\76\160\151\170\145\x6c\55\x61\x72\x74\74\x2f\x6f\160\x74\151\157\156\x3e"; echo "\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x3c\57\163\x65\154\x65\x63\164\x3e\15\12\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x3c\160\40\143\x6c\x61\x73\163\x3d\42\144\x65\163\143\x72\x69\x70\x74\x69\157\156\x22\x3e\x50\x61\x73\163\40\151\156\x20\x61\40\x73\x74\x79\x6c\x65\x20\x70\162\145\x73\x65\x74\40\x74\x6f\x20\x67\165\151\x64\145\40\164\150\145\40\x69\155\x61\147\x65\40\155\x6f\x64\145\154\x20\x74\157\167\x61\162\144\x73\x20\141\40\160\x61\162\164\x69\143\165\154\x61\162\x20\x73\164\171\154\x65\x2e\40\124\150\145\40\163\x74\171\154\145\x20\160\x72\145\x73\x65\164\x73\40\141\x72\x65\40\157\x6e\154\x79\x20\x65\146\146\x65\x63\164\x69\x76\x65\40\167\x68\x65\x6e\x20\x61\x6e\x20\x58\x4c\40\x65\156\x67\x69\x6e\145\x20\x69\163\x20\x73\145\x6c\145\143\x74\x65\x64\x2e\xd\xa\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\124\x68\151\163\40\x6c\x69\163\164\40\157\x66\x20\163\x74\x79\x6c\145\x20\x70\x72\145\163\x65\164\163\x20\x69\163\x20\163\x75\142\x6a\145\143\x74\x20\164\x6f\40\143\150\x61\156\147\145\x2e\74\x2f\x70\76\xd\12\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\74\x2f\164\144\x3e\xd\12\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x3c\57\x74\162\x3e\x20\15\12\15\12\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\74\x74\x72\76\xd\12\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\74\x74\150\x20\163\143\x6f\x70\x65\x3d\42\162\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x73\164\x61\142\x6c\145\x5f\x64\x69\146\146\165\163\151\157\x6e\137\x73\x61\155\160\154\145\x72"); echo "\x53\141\x6d\x70\x6c\145\162\x3c\x2f\164\150\76\xd\12\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x3c\164\144\x3e\xd\12\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\74\x73\x65\154\145\x63\164\x20\156\141\155\145\x3d\x22\163\x74\x61\x62\154\145\x5f\x64\x69\146\x66\165\x73\151\157\156\137\163\141\155\160\x6c\x65\x72\x22\76\xd\xa\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40"; echo "\74\157\160\164\x69\157\156\x20" . ($settings["\163\164\x61\142\154\145\x5f\144\x69\146\146\165\163\x69\157\x6e\x5f\x73\141\x6d\x70\154\145\162"] === '' ? "\x73\x65\154\x65\x63\164\x65\x64\40" : '') . "\x76\141\154\165\x65\75\x22\42\76\x41\125\x54\117\x3c\x2f\157\160\x74\151\x6f\x6e\76"; echo "\x3c\157\x70\164\151\x6f\x6e\x20" . ($settings["\163\164\141\142\x6c\145\137\144\151\146\x66\165\x73\151\157\x6e\137\163\141\155\160\154\x65\x72"] === "\104\104\111\115" ? "\163\x65\154\145\143\164\145\144\x20" : '') . "\x76\141\x6c\165\x65\x3d\42\104\x44\x49\x4d\x22\x3e\x44\x44\x49\x4d\x3c\x2f\x6f\x70\164\x69\157\156\76"; echo "\74\x6f\160\x74\x69\157\156\x20" . ($settings["\x73\x74\141\x62\154\145\x5f\144\x69\x66\146\x75\x73\151\x6f\156\x5f\x73\141\155\x70\x6c\x65\162"] === "\104\x44\x50\115" ? "\163\x65\154\x65\143\x74\145\x64\40" : '') . "\166\141\154\165\x65\75\x22\104\104\x50\x4d\42\x3e\x44\104\120\x4d\74\57\157\x70\x74\151\x6f\156\76"; echo "\74\157\160\x74\151\x6f\156\40" . ($settings["\163\x74\x61\142\154\145\137\x64\x69\x66\146\x75\x73\x69\157\x6e\137\163\141\155\x70\154\x65\x72"] === "\113\x5f\104\x50\x4d\x50\120\x5f\x32\115" ? "\163\145\154\145\143\x74\145\x64\x20" : '') . "\x76\x61\x6c\x75\x65\x3d\42\x4b\137\104\x50\115\120\120\x5f\x32\115\x22\x3e\113\137\x44\x50\115\120\120\137\x32\x4d\x3c\x2f\x6f\x70\x74\151\157\156\x3e"; echo "\74\157\160\164\x69\x6f\x6e\40" . ($settings["\x73\164\141\x62\x6c\145\137\x64\151\x66\x66\x75\x73\x69\157\156\x5f\x73\x61\155\x70\x6c\145\x72"] === "\x4b\x5f\x44\x50\115\120\x50\137\62\123\137\101\x4e\x43\x45\x53\124\122\101\x4c" ? "\163\145\154\x65\x63\x74\145\144\x20" : '') . "\x76\141\154\x75\145\75\x22\113\x5f\104\120\x4d\120\120\x5f\x32\123\137\x41\x4e\103\105\x53\x54\122\x41\114\x22\x3e\x4b\137\x44\x50\115\120\120\137\x32\123\x5f\101\116\x43\105\123\x54\122\101\114\x3c\x2f\x6f\160\x74\151\x6f\x6e\x3e"; echo "\74\157\160\x74\x69\x6f\x6e\40" . ($settings["\163\x74\141\142\154\145\137\144\x69\x66\146\x75\163\x69\x6f\x6e\x5f\163\x61\155\x70\x6c\x65\162"] === "\113\137\104\120\115\137\x32" ? "\163\x65\154\x65\x63\x74\145\144\40" : '') . "\x76\141\154\165\145\x3d\x22\113\x5f\104\120\x4d\137\x32\x22\76\113\x5f\x44\x50\x4d\137\x32\74\x2f\x6f\160\164\151\x6f\x6e\76"; echo "\74\157\x70\x74\x69\x6f\x6e\40" . ($settings["\x73\x74\141\142\x6c\x65\137\x64\151\146\146\x75\x73\151\157\x6e\137\163\x61\155\160\154\x65\162"] === "\x4b\x5f\x44\x50\x4d\x5f\62\137\x41\116\x43\105\x53\x54\122\101\114" ? "\x73\x65\x6c\145\143\x74\145\144\x20" : '') . "\x76\x61\x6c\165\145\x3d\x22\113\x5f\104\120\x4d\x5f\x32\137\x41\x4e\103\105\123\x54\122\101\114\x22\x3e\x4b\x5f\104\x50\x4d\x5f\62\137\x41\x4e\103\105\123\124\122\x41\x4c\x3c\x2f\x6f\x70\x74\x69\x6f\156\76"; echo "\x3c\157\x70\164\151\157\156\40" . ($settings["\x73\164\x61\142\x6c\145\x5f\144\x69\146\146\165\x73\151\x6f\x6e\x5f\x73\141\x6d\160\x6c\145\162"] === "\113\x5f\105\x55\x4c\105\122" ? "\x73\x65\x6c\x65\x63\164\145\x64\x20" : '') . "\166\x61\x6c\x75\x65\75\x22\x4b\137\105\125\x4c\105\x52\x22\76\113\x5f\x45\x55\114\x45\x52\x3c\57\x6f\x70\164\151\157\x6e\x3e"; echo "\x3c\157\x70\x74\x69\157\156\x20" . ($settings["\x73\x74\141\142\154\x65\x5f\x64\151\146\x66\x75\x73\x69\157\x6e\x5f\163\x61\x6d\x70\154\x65\x72"] === "\x4b\137\105\125\114\x45\x52\x5f\101\x4e\x43\x45\123\x54\122\x41\114" ? "\163\145\x6c\145\x63\x74\145\x64\x20" : '') . "\x76\x61\x6c\165\x65\75\42\113\137\105\x55\x4c\105\x52\137\x41\116\103\x45\123\x54\122\x41\x4c\42\x3e\113\137\x45\125\114\105\x52\137\x41\x4e\x43\x45\123\124\122\x41\114\74\57\157\160\164\151\157\156\76"; echo "\x3c\157\x70\x74\151\157\156\40" . ($settings["\x73\x74\x61\142\154\x65\137\x64\x69\146\146\x75\x73\151\157\x6e\x5f\x73\141\155\x70\x6c\145\x72"] === "\113\x5f\110\x45\125\x4e" ? "\x73\145\154\x65\143\164\x65\x64\x20" : '') . "\x76\x61\154\x75\x65\x3d\42\x4b\x5f\x48\x45\125\x4e\x22\x3e\113\137\x48\x45\125\116\x3c\x2f\157\160\164\x69\157\156\x3e"; echo "\x3c\x6f\160\x74\151\x6f\x6e\x20" . ($settings["\x73\164\141\x62\154\x65\x5f\x64\x69\146\x66\165\163\x69\x6f\156\x5f\x73\x61\x6d\x70\154\x65\162"] === "\x4b\x5f\x4c\x4d\x53" ? "\x73\x65\154\x65\x63\164\x65\144\x20" : '') . "\x76\x61\x6c\165\x65\x3d\42\x4b\x5f\x4c\x4d\x53\42\x3e\x4b\137\x4c\x4d\123\74\57\x6f\160\x74\x69\157\156\x3e"; echo "\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x3c\57\x73\x65\154\145\143\164\76\15\xa\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\74\160\40\143\x6c\141\163\163\x3d\x22\144\145\163\x63\x72\151\160\164\151\157\x6e\42\76\127\x68\x69\143\150\x20\x73\141\155\160\x6c\x65\x72\x20\x74\x6f\x20\x75\163\145\40\x66\x6f\x72\x20\164\x68\x65\40\144\151\146\146\x75\x73\151\x6f\156\40\160\x72\x6f\x63\x65\x73\163\x2e\x20\111\146\x20\42\101\x55\x54\117\x22\x20\151\x73\40\163\145\154\145\143\x74\x65\144\x2c\40\141\x6e\x20\x61\x70\160\162\x6f\x70\x72\x69\141\x74\145\x20\x73\141\x6d\160\154\145\162\x20\x77\x69\x6c\x6c\40\x62\x65\x20\163\x65\154\145\x63\164\145\144\40\146\157\162\40\x79\x6f\x75\40\141\x75\x74\x6f\155\x61\x74\151\x63\141\x6c\x6c\171\x2e\74\57\x70\x3e\15\xa\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x3c\57\164\x64\x3e\xd\12\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x3c\x2f\x74\x72\76\40\15\12\15\xa\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\74\164\x72\x3e\xd\xa\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\74\164\150\40\x73\x63\157\x70\x65\x3d\x22\x72\x6f\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x73\164\x61\x62\154\x65\137\144\x69\x66\146\x75\x73\x69\x6f\156\x5f\x73\164\x65\160\x73"); echo "\123\164\x65\160\163\x3c\x2f\x74\x68\x3e\15\12\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\74\x74\x64\x3e\xd\12\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20"; echo "\x3c\151\156\x70\x75\x74\40\164\171\x70\145\x3d\x22\164\145\170\164\42\x20\x6e\141\x6d\x65\x3d\42\x73\164\x61\142\154\145\x5f\x64\151\146\x66\165\163\151\157\156\137\163\x74\x65\160\163\42\40\166\141\x6c\165\x65\75\42" . stripslashes($settings["\163\x74\141\142\x6c\x65\x5f\144\151\146\x66\165\x73\x69\157\156\137\163\x74\145\x70\x73"]) . "\42\x20\x73\x69\172\145\x3d\x22\64\42\x3e"; echo "\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\74\x70\x20\x63\154\x61\x73\163\75\42\144\x65\x73\x63\162\151\160\x74\x69\x6f\156\x22\x3e\x4e\165\155\x62\x65\x72\x20\x6f\x66\40\144\151\146\146\x75\163\151\157\x6e\x20\x73\164\x65\160\x73\x20\164\x6f\40\162\165\156\x3a\x20\x3c\143\x6f\x64\x65\x3e\133\61\60\x2e\x2e\61\65\60\135\74\x2f\143\157\x64\145\x3e\56\x20\x44\145\146\141\165\x6c\164\x3a\40\x3c\x63\x6f\144\x65\x3e\x35\x30\x3c\57\x63\x6f\144\x65\76\x2e\74\57\x70\76\xd\xa\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x3c\57\164\x64\76\15\12\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\74\57\164\162\76\15\xa\xd\12\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\74\x74\x72\76\xd\12\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\40\74\164\x68\40\x73\x63\157\160\145\x3d\42\x72\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\163\164\x61\142\x6c\145\137\x64\151\146\146\165\163\x69\x6f\x6e\137\151\155\141\x67\145\x5f\x73\151\172\x65"); echo "\111\x6d\x61\x67\x65\40\x73\151\x7a\x65\74\57\x74\x68\x3e\xd\xa\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\x3c\x74\144\x3e\15\xa\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20"; echo "\x3c\x69\x6e\160\x75\164\x20\164\x79\x70\x65\75\42\x74\145\170\x74\x22\x20\156\141\x6d\145\x3d\42\x73\164\x61\142\154\145\137\x64\151\x66\x66\165\163\151\157\156\x5f\167\151\144\x74\150\x22\x20\x76\x61\x6c\165\x65\x3d\42" . stripslashes($settings["\163\x74\x61\x62\154\145\137\144\x69\146\x66\165\163\x69\x6f\156\x5f\x77\x69\144\x74\150"]) . "\42\40\x73\151\172\x65\75\42\64\x22\76\40\x78\x20"; echo "\x3c\x69\156\x70\165\164\x20\164\x79\160\x65\x3d\42\x74\145\170\x74\42\40\x6e\x61\155\145\75\x22\163\164\141\142\154\x65\137\x64\x69\x66\x66\165\x73\151\157\x6e\x5f\150\x65\x69\x67\150\164\42\x20\x76\x61\x6c\x75\145\75\x22" . stripslashes($settings["\x73\164\x61\x62\154\x65\x5f\x64\x69\x66\x66\x75\x73\151\x6f\x6e\137\150\x65\151\x67\x68\x74"]) . "\42\x20\x73\x69\x7a\145\x3d\x22\64\x22\76\40\160\170"; echo "\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\74\160\40\143\x6c\141\163\x73\75\42\144\x65\x73\x63\162\151\x70\x74\x69\157\156\42\76\127\151\x64\164\150\40\x3c\x63\157\x64\145\76\x5b\x35\61\x32\x2e\x2e\62\60\x34\70\x20\135\x3c\x2f\143\x6f\x64\145\x3e\x20\141\x6e\x64\40\x68\145\151\147\x68\x74\x20\74\x63\157\144\x65\x3e\x5b\65\61\x32\56\56\62\60\x34\x38\40\135\74\57\x63\157\x64\145\x3e\x20\x6f\146\40\164\x68\145\40\x69\x6d\141\x67\145\x20\x28\156\157\x74\145\72\x20\150\x65\151\147\150\x74\x20\52\40\167\151\x64\164\x68\x20\x6d\165\163\x74\40\x62\x65\40\x3c\75\x20\61\40\x4d\x65\x67\141\160\x69\x78\x65\154\x29\x2e\x3c\x2f\x70\x3e\xd\xa\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x3c\x2f\x74\144\x3e\xd\xa\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x3c\57\164\x72\x3e\x20\x20\xd\12\15\xa\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x3c\164\162\x3e\xd\12\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\40\40\x20\40\40\40\x3c\x74\x68\76"; $this->showChangeBox($change_selected, "\x73\x74\x61\x62\154\x65\137\144\x69\x66\x66\165\x73\151\157\x6e\137\151\155\x61\x67\x65\137\x63\x6c\141\x73\163"); echo "\x49\x6d\141\147\145\x20\143\x6c\x61\x73\x73\x3c\57\164\150\76\15\xa\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\74\164\144\x3e\15\12\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40"; echo "\x3c\x69\156\x70\165\x74\40\164\x79\160\145\75\x22\164\x65\x78\x74\x22\x20\156\x61\x6d\145\75\42\163\164\141\142\154\145\x5f\144\x69\146\x66\165\163\151\x6f\x6e\x5f\151\155\x61\x67\x65\x5f\143\154\x61\163\x73\x22\40\166\x61\x6c\165\145\x3d\x22" . $settings["\163\164\x61\142\154\145\x5f\x64\151\146\x66\165\163\151\157\156\x5f\x69\x6d\141\147\145\137\143\x6c\141\163\x73"] . "\42\x20\163\x69\172\x65\75\x22\x36\x30\42\x3e"; echo "\x20\xd\12\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\x3c\57\x74\144\x3e\15\12\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x3c\57\164\x72\x3e\15\xa\15\xa\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x3c\57\x74\141\142\x6c\x65\x3e\15\xa\15\xa\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x3c\164\144\x3e\15\12\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\74\57\x74\x72\x3e\15\12\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\74\57\164\141\142\x6c\x65\76\15\12\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\74\x2f\144\151\166\76\x20\40\x20\x20\15\12\15\12\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\74\164\x61\x62\154\x65\40\143\x6c\141\x73\x73\75\42\x66\157\162\x6d\x2d\x74\141\142\154\145\40"; if (!$change_selected) { goto eMTVV; } echo "\x63\163\145\x6f\x2d\146\x6f\x72\155"; eMTVV: echo "\x22\x3e\xd\xa\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x3c\164\x72\x3e\xd\xa\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\74\164\x68\40\x73\143\157\x70\145\75\x22\162\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\160\151\170\x61\142\141\171\137\x69\155\x61\x67\x65\x5f\x70\x6f\163\151\x74\151\157\x6e"); echo "\120\151\170\141\142\141\171\40\151\155\141\x67\x65\40\160\x6f\x73\x69\164\151\x6f\156\74\x2f\164\x68\76\xd\12\40\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\74\x74\x64\x3e\15\xa\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x3c\163\x65\x6c\145\x63\164\40\x6e\x61\155\x65\x3d\x22\x70\x69\x78\x61\142\x61\171\x5f\151\155\141\147\145\137\x70\x6f\163\x69\164\151\x6f\x6e\42\40\x69\144\75\x22\160\x69\x78\141\x62\x61\x79\137\x69\x6d\141\x67\x65\x5f\x70\157\163\x69\x74\151\157\156\42\x20\157\156\x63\150\141\156\x67\x65\75\x22\143\x73\x65\157\120\x69\x78\x61\142\x61\171\x49\155\141\147\145\50\x29\73\x22\x3e\xd\12\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20"; echo "\x3c\157\160\164\151\157\156\x20" . ($settings["\x70\151\170\141\142\x61\171\x5f\151\x6d\141\x67\145\137\160\157\163\x69\x74\151\157\156"] === "\156\x6f\137\151\155\141\x67\145" ? "\163\145\154\145\x63\164\x65\144\40" : '') . "\x76\141\x6c\x75\x65\75\x22\x6e\157\137\151\155\141\x67\x65\x22\x3e\x6e\157\x6e\145\74\57\x6f\x70\164\151\x6f\156\x3e"; echo "\x3c\x6f\x70\164\x69\157\156\x20" . ($settings["\x70\x69\x78\141\142\x61\171\x5f\151\155\141\x67\145\137\x70\157\163\151\x74\151\x6f\x6e"] === "\x61\142\157\x76\x65\137\x63\157\156\x74\x65\x6e\164" ? "\x73\x65\154\x65\143\164\x65\x64\40" : '') . "\x76\x61\x6c\165\x65\x3d\42\141\142\x6f\166\145\x5f\x63\157\156\x74\145\x6e\x74\x22\x3e\141\142\157\166\x65\x20\143\x6f\156\x74\145\x6e\x74\74\x2f\x6f\160\x74\151\157\x6e\76"; echo "\74\157\160\164\x69\157\156\x20" . ($settings["\160\151\170\x61\x62\141\171\137\151\x6d\141\x67\145\x5f\x70\x6f\163\151\x74\x69\157\x6e"] === "\x62\x65\x6c\x6f\167\x5f\143\157\156\x74\145\x6e\164" ? "\163\145\154\x65\143\164\145\144\x20" : '') . "\x76\x61\x6c\x75\145\x3d\42\x62\145\x6c\157\x77\137\143\157\x6e\x74\145\156\164\x22\x3e\x62\x65\x6c\x6f\167\40\x63\x6f\x6e\164\145\156\164\x3c\57\157\160\164\x69\157\x6e\x3e"; echo "\74\157\x70\x74\x69\x6f\156\x20" . ($settings["\160\x69\170\141\x62\141\171\137\151\x6d\141\x67\x65\137\x70\157\163\x69\x74\x69\157\156"] === "\164\150\165\155\x62" ? "\163\145\x6c\x65\143\x74\x65\144\40" : '') . "\x76\141\154\x75\x65\75\42\164\150\165\x6d\x62\x22\x3e\163\x74\157\162\x65\40\151\x6e\40\164\150\145\40\x63\165\x73\164\x6f\155\40\x66\151\145\154\144\x20\x22\x74\x68\x75\x6d\142\x22\74\x2f\157\x70\x74\x69\157\156\76"; echo "\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\74\57\163\x65\x6c\x65\x63\164\76\15\xa\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\74\x2f\164\x64\x3e\15\12\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x3c\57\x74\162\x3e\x20\15\xa\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\74\57\x74\141\x62\x6c\145\x3e\40\40\40\x20\xd\12\15\xa\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\74\144\151\x76\x20\151\x64\x3d\x22\160\x69\170\141\x62\141\x79\x5f\151\155\141\147\145\137\x73\x65\x74\164\151\156\147\x73\x22\x20\163\164\171\154\145\75\42\x64\151\163\x70\154\141\171\x3a\x20\156\157\x6e\145\x3b\42\x3e\xd\xa\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\40\x20"; if ($this->credentials_set("\160\151\x78\x61\x62\x61\x79")) { goto ftX1D; } echo "\x3c\x70\76\74\163\160\141\156\40\x73\164\171\154\x65\75\42\x63\x6f\154\157\162\72\x20\162\145\x64\x3b\x22\x3e\x57\x61\x72\x6e\151\x6e\x67\x21\x3c\57\x73\x70\x61\x6e\76\x20\x54\x68\x65\40\120\151\170\141\142\141\x79\x20\x41\x50\x49\x20\153\x65\x79\40\x69\x73\40\x6e\x6f\x74\40\160\x72\x6f\166\151\144\145\x64\x2e\40\x54\150\145\40\x73\x65\x72\x76\151\x63\x65\40\151\163\40\x6e\157\164\40\x61\x76\141\x69\x6c\141\x62\154\x65\56\40\x50\x6c\145\141\163\x65\40\x73\145\164\40\151\x74\40\x6f\156\x20\x74\150\x65\40\x22\101\x63\143\x6f\165\x6e\164\x73\x22\40\160\141\147\145\56\x3c\x2f\x70\x3e"; ftX1D: echo "\15\xa\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\x3c\x74\x61\x62\154\x65\40\x63\154\x61\x73\163\75\42\x63\163\145\157\x2d\142\x6f\170\x22\76\xd\12\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\x3c\164\x72\76\15\12\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\74\164\x64\x3e\xd\xa\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\74\x74\141\142\x6c\x65\40\x63\154\141\x73\x73\75\x22\146\157\x72\155\x2d\x74\x61\142\154\x65\40"; if (!$change_selected) { goto VYkcf; } echo "\143\163\145\x6f\x2d\x66\x6f\162\x6d"; VYkcf: echo "\x22\76\15\12\xd\xa\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\74\x74\x72\x3e\15\xa\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x3c\164\150\x3e"; $this->showChangeBox($change_selected, "\x70\x69\x78\141\142\x61\171\x5f\161"); echo "\121\x75\x65\162\171\x3c\x2f\x74\150\76\15\12\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x3c\x74\144\x3e\15\xa\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40"; echo "\x3c\x69\x6e\160\x75\x74\x20\x73\x74\x79\154\145\x3d\x22\x77\x69\x64\x74\150\72\x20\x31\60\60\45\73\42\x20\x74\x79\x70\145\75\x22\164\145\x78\164\x22\x20\156\141\x6d\x65\x3d\x22\x70\x69\170\141\142\x61\171\137\x71\42\x20\166\141\x6c\165\145\x3d\42" . $settings["\x70\x69\x78\141\142\x61\171\137\x71"] . "\x22\x20\163\x69\x7a\145\75\42\x38\60\42\x3e"; echo "\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x3c\x70\x20\x63\x6c\141\x73\163\75\x22\144\145\x73\143\162\x69\160\x74\x69\x6f\156\42\76\x59\x6f\165\x20\143\141\156\40\165\163\145\40\160\154\141\x63\145\150\x6f\x6c\x64\145\162\163\x20\x68\145\162\x65\x2c\40\142\165\164\x20\164\x68\x65\40\x63\150\141\x6e\143\x65\163\40\x6f\x66\40\120\x69\x78\x61\142\141\171\40\146\151\156\144\151\x6e\x67\x20\141\x20\163\x75\151\x74\x61\142\154\x65\x20\151\155\141\147\145\40\x66\x6f\162\40\141\40\160\x6f\163\x74\x20\164\x69\x74\154\145\x20\x61\x72\x65\40\141\142\x6f\x75\164\x20\172\145\x72\x6f\x2e\40\131\x6f\165\x20\x63\x61\156\40\x61\x6c\163\x6f\x20\165\163\145\40\x63\157\x6d\155\141\163\x20\164\157\x20\163\x65\x70\x61\162\x61\x74\x65\x20\x79\x6f\165\x72\15\xa\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\154\x69\x73\164\40\x6f\x66\x20\153\145\x79\x77\157\x72\144\163\56\40\x49\x6e\x20\164\150\151\x73\x20\x63\x61\163\145\54\40\x61\40\162\x61\x6e\144\157\155\40\x6b\145\x79\x77\157\x72\144\40\167\x69\154\154\x20\x62\x65\x20\x63\150\x6f\163\x65\156\x2e\15\xa\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x52\x65\x63\157\x6d\x6d\145\156\x64\x65\x64\x20\x70\x6c\141\143\x65\150\x6f\x6c\144\x65\x72\163\x3a\x20\x3c\x63\157\x64\145\76\x25\143\141\164\145\x67\x6f\162\x69\x65\x73\45\x3c\57\143\157\144\x65\x3e\40\x61\156\x64\x20\x3c\143\x6f\144\145\x3e\45\147\x70\164\x5f\153\145\x79\167\x6f\162\x64\x73\45\74\57\x63\157\144\145\76\56\x3c\x2f\160\76\xd\12\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x3c\x2f\164\144\x3e\15\xa\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\74\57\x74\x72\76\xd\12\15\12\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\74\x74\162\x3e\15\xa\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x3c\164\x68\76"; $this->showChangeBox($change_selected, "\160\151\170\141\142\x61\171\137\x6c\141\156\x67"); echo "\121\165\145\x72\171\x20\154\x61\x6e\147\x75\141\147\145\x3c\57\164\x68\76\xd\xa\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\74\164\144\x3e\xd\12\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\74\x73\145\154\x65\143\164\40\156\x61\155\145\x3d\x22\160\x69\x78\x61\142\141\x79\137\x6c\x61\x6e\147\x22\76\xd\12\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20"; echo "\x3c\157\x70\164\151\157\x6e\40" . ($settings["\x70\x69\x78\141\x62\141\171\x5f\x6c\x61\156\147"] === "\x65\156" ? "\163\x65\154\145\143\164\145\144\x20" : '') . "\x76\x61\x6c\x75\145\x3d\x22\x65\156\x22\76\x65\x6e\74\57\157\160\x74\151\x6f\156\76"; echo "\x3c\157\x70\x74\151\157\x6e\x20" . ($settings["\160\151\x78\x61\142\141\x79\x5f\x6c\141\156\147"] === "\143\x73" ? "\x73\145\x6c\x65\143\164\145\x64\40" : '') . "\166\x61\x6c\x75\x65\75\x22\x63\x73\x22\76\143\163\x3c\57\x6f\160\x74\x69\157\156\76"; echo "\74\x6f\x70\x74\x69\x6f\x6e\x20" . ($settings["\x70\x69\170\x61\x62\x61\171\x5f\x6c\141\156\147"] === "\144\x61" ? "\x73\x65\154\145\x63\164\145\x64\x20" : '') . "\166\141\x6c\x75\x65\x3d\x22\x64\x61\42\76\x64\x61\x3c\57\157\x70\x74\151\157\156\x3e"; echo "\x3c\157\160\x74\x69\x6f\156\40" . ($settings["\160\x69\170\141\142\x61\x79\x5f\154\x61\x6e\x67"] === "\x64\145" ? "\163\x65\154\145\143\x74\x65\144\x20" : '') . "\x76\x61\154\x75\145\75\42\x64\145\42\76\144\145\74\57\x6f\x70\164\151\x6f\x6e\x3e"; echo "\74\x6f\x70\164\x69\x6f\x6e\x20" . ($settings["\x70\151\170\x61\x62\141\171\x5f\x6c\x61\x6e\x67"] === "\x65\x73" ? "\x73\145\x6c\145\x63\164\145\x64\x20" : '') . "\166\141\154\x75\145\75\42\x65\x73\x22\76\145\x73\74\x2f\x6f\160\164\x69\x6f\156\76"; echo "\x3c\157\x70\x74\x69\x6f\x6e\40" . ($settings["\x70\x69\170\141\x62\x61\171\x5f\154\141\156\x67"] === "\146\x72" ? "\163\x65\154\x65\x63\164\x65\144\40" : '') . "\x76\141\154\165\145\75\x22\146\x72\x22\x3e\x66\162\x3c\x2f\x6f\160\x74\x69\x6f\x6e\x3e"; echo "\74\x6f\160\164\x69\x6f\x6e\x20" . ($settings["\x70\151\x78\141\x62\141\x79\137\154\141\156\x67"] === "\x69\x64" ? "\163\145\x6c\x65\143\164\145\x64\x20" : '') . "\166\x61\x6c\x75\145\75\42\x69\144\x22\76\151\x64\x3c\x2f\x6f\x70\x74\151\157\x6e\x3e"; echo "\74\157\160\164\151\x6f\x6e\40" . ($settings["\160\x69\x78\141\x62\141\x79\137\154\141\x6e\x67"] === "\x69\164" ? "\163\145\154\145\x63\x74\145\144\40" : '') . "\166\x61\154\x75\145\x3d\42\151\x74\42\76\151\164\74\x2f\157\160\x74\151\x6f\156\x3e"; echo "\74\x6f\160\x74\x69\157\x6e\x20" . ($settings["\160\x69\170\x61\142\141\171\x5f\x6c\141\156\147"] === "\150\165" ? "\163\145\154\145\x63\x74\x65\x64\x20" : '') . "\x76\141\x6c\165\145\75\x22\150\x75\42\x3e\x68\165\x3c\57\x6f\160\x74\151\x6f\x6e\76"; echo "\x3c\157\x70\164\151\x6f\156\x20" . ($settings["\x70\x69\170\141\x62\141\x79\x5f\154\141\x6e\x67"] === "\x6e\154" ? "\x73\145\x6c\145\143\164\x65\144\x20" : '') . "\x76\141\154\165\145\x3d\42\156\x6c\x22\76\x6e\x6c\74\57\157\x70\164\x69\x6f\x6e\76"; echo "\x3c\157\160\164\151\x6f\x6e\40" . ($settings["\160\x69\x78\141\142\x61\x79\x5f\x6c\x61\156\147"] === "\156\x6f" ? "\x73\x65\154\x65\143\164\x65\144\40" : '') . "\166\141\x6c\x75\145\x3d\42\x6e\x6f\x22\76\x6e\x6f\74\x2f\157\160\x74\x69\x6f\156\76"; echo "\x3c\157\x70\x74\151\157\156\x20" . ($settings["\160\151\x78\141\142\x61\x79\x5f\x6c\141\156\147"] === "\x70\154" ? "\x73\145\154\145\143\x74\145\144\x20" : '') . "\166\x61\x6c\165\x65\75\x22\160\x6c\42\76\160\154\x3c\x2f\x6f\x70\x74\x69\x6f\156\x3e"; echo "\x3c\157\160\x74\151\x6f\156\40" . ($settings["\160\151\170\x61\142\x61\171\x5f\x6c\x61\x6e\x67"] === "\x70\164" ? "\x73\x65\x6c\145\143\164\145\144\x20" : '') . "\166\141\x6c\x75\145\75\42\x70\x74\x22\76\160\x74\x3c\x2f\x6f\x70\x74\x69\x6f\x6e\76"; echo "\74\157\x70\x74\x69\157\x6e\x20" . ($settings["\160\x69\x78\x61\x62\141\x79\x5f\154\x61\x6e\x67"] === "\x72\x6f" ? "\x73\x65\x6c\145\x63\164\x65\x64\x20" : '') . "\x76\141\x6c\x75\145\75\42\162\x6f\42\76\x72\x6f\74\x2f\x6f\x70\x74\x69\x6f\156\76"; echo "\x3c\157\x70\164\151\x6f\x6e\x20" . ($settings["\160\x69\170\141\142\141\171\x5f\x6c\x61\x6e\147"] === "\x73\x6b" ? "\163\145\x6c\x65\x63\x74\x65\x64\x20" : '') . "\x76\141\x6c\x75\145\x3d\42\163\153\x22\x3e\163\x6b\x3c\57\157\x70\x74\151\x6f\x6e\x3e"; echo "\x3c\157\160\164\x69\157\x6e\40" . ($settings["\160\x69\170\141\142\141\x79\137\x6c\x61\156\x67"] === "\x66\151" ? "\163\x65\154\145\143\x74\x65\x64\x20" : '') . "\x76\x61\154\165\145\x3d\x22\x66\x69\x22\76\x66\x69\x3c\57\x6f\x70\x74\151\x6f\156\x3e"; echo "\74\157\x70\164\151\x6f\156\40" . ($settings["\x70\151\x78\x61\142\141\x79\137\154\141\156\x67"] === "\x73\166" ? "\163\145\154\145\x63\x74\x65\144\40" : '') . "\x76\x61\154\x75\145\x3d\42\163\166\x22\76\163\166\x3c\x2f\157\x70\x74\x69\157\156\x3e"; echo "\74\x6f\x70\164\151\157\156\x20" . ($settings["\160\x69\x78\141\x62\x61\171\137\x6c\141\x6e\147"] === "\x74\162" ? "\163\x65\154\145\143\164\x65\144\40" : '') . "\x76\x61\x6c\x75\145\x3d\42\x74\x72\42\76\164\x72\74\57\x6f\x70\x74\x69\157\156\76"; echo "\x3c\x6f\x70\164\151\x6f\156\x20" . ($settings["\160\151\170\141\x62\141\x79\x5f\x6c\141\x6e\x67"] === "\x76\x69" ? "\163\145\x6c\x65\x63\164\x65\144\40" : '') . "\x76\141\x6c\165\x65\x3d\42\166\151\x22\x3e\166\x69\74\57\x6f\x70\x74\151\157\156\x3e"; echo "\x3c\x6f\x70\164\x69\157\x6e\x20" . ($settings["\160\x69\x78\x61\x62\x61\x79\137\x6c\x61\x6e\147"] === "\x74\150" ? "\x73\145\154\145\x63\164\145\x64\40" : '') . "\x76\x61\x6c\x75\145\x3d\42\164\150\x22\76\164\x68\x3c\57\x6f\160\164\151\x6f\156\x3e"; echo "\74\157\x70\164\x69\157\156\x20" . ($settings["\x70\151\x78\141\142\141\x79\x5f\154\141\x6e\147"] === "\x62\147" ? "\163\x65\154\145\x63\164\x65\x64\40" : '') . "\166\x61\x6c\165\x65\x3d\42\142\147\42\x3e\x62\147\x3c\x2f\x6f\x70\164\x69\x6f\x6e\76"; echo "\x3c\157\x70\164\x69\x6f\x6e\40" . ($settings["\x70\151\170\x61\x62\x61\171\x5f\x6c\x61\x6e\147"] === "\x72\165" ? "\163\145\x6c\145\143\x74\x65\x64\x20" : '') . "\166\x61\x6c\165\x65\x3d\42\x72\165\x22\76\162\165\74\57\157\x70\164\x69\x6f\156\76"; echo "\x3c\x6f\x70\164\x69\x6f\156\x20" . ($settings["\x70\151\x78\141\142\141\171\x5f\154\x61\x6e\147"] === "\x65\x6c" ? "\x73\x65\x6c\x65\143\x74\145\144\40" : '') . "\x76\141\x6c\x75\x65\75\x22\x65\154\42\76\x65\x6c\x3c\57\157\x70\164\x69\x6f\156\76"; echo "\74\157\x70\x74\151\x6f\x6e\40" . ($settings["\x70\151\170\141\142\141\171\x5f\x6c\x61\156\147"] === "\152\141" ? "\x73\x65\154\145\143\164\145\x64\x20" : '') . "\x76\141\154\165\145\75\42\x6a\141\42\76\152\141\x3c\x2f\x6f\160\x74\x69\x6f\x6e\76"; echo "\74\x6f\x70\164\151\x6f\156\40" . ($settings["\x70\x69\170\x61\142\141\x79\137\x6c\141\156\x67"] === "\153\157" ? "\163\x65\154\145\143\164\145\x64\40" : '') . "\x76\x61\154\165\145\x3d\x22\x6b\x6f\42\x3e\x6b\x6f\74\57\157\160\164\x69\157\x6e\76"; echo "\74\x6f\160\164\151\x6f\x6e\40" . ($settings["\x70\151\170\141\x62\141\171\137\x6c\x61\x6e\x67"] === "\x7a\150" ? "\163\x65\154\145\143\164\x65\x64\x20" : '') . "\x76\x61\154\x75\x65\x3d\42\172\150\42\76\172\150\x3c\57\x6f\x70\164\151\157\x6e\76"; echo "\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\74\x2f\163\145\x6c\145\x63\x74\76\15\xa\40\40\40\40\40\x20\40\40\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x3c\x2f\x74\x64\76\15\12\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x3c\x2f\164\x72\76\xd\12\15\12\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\74\164\x72\x3e\xd\12\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x3c\164\x68\x3e"; $this->showChangeBox($change_selected, "\x70\x69\x78\141\142\141\171\x5f\x69\x6d\x61\x67\145\x5f\x74\x79\x70\x65"); echo "\124\x79\x70\145\74\x2f\164\150\x3e\15\xa\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x3c\164\144\x3e\15\12\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x3c\x73\145\x6c\145\143\164\x20\x6e\x61\x6d\145\75\x22\x70\151\x78\141\142\x61\171\x5f\x69\x6d\141\147\x65\137\x74\x79\x70\x65\42\76\15\12\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40"; echo "\x3c\157\x70\164\151\157\x6e\x20" . ($settings["\x70\151\x78\141\x62\x61\x79\x5f\x69\155\141\147\145\137\164\171\x70\145"] === "\x61\154\154" ? "\x73\145\154\x65\143\164\x65\x64\40" : '') . "\x76\141\154\x75\x65\75\x22\x61\x6c\x6c\42\76\x61\154\x6c\74\x2f\x6f\x70\x74\151\x6f\x6e\x3e"; echo "\74\157\x70\164\151\x6f\x6e\40" . ($settings["\x70\151\x78\x61\x62\141\171\x5f\x69\155\x61\x67\x65\x5f\x74\x79\x70\145"] === "\160\150\157\164\x6f" ? "\163\145\x6c\x65\x63\x74\145\144\x20" : '') . "\166\141\x6c\x75\145\x3d\x22\x70\x68\x6f\x74\x6f\x22\x3e\x70\x68\x6f\x74\x6f\x3c\x2f\157\160\x74\x69\157\156\76"; echo "\x3c\x6f\x70\164\x69\x6f\156\x20" . ($settings["\160\x69\x78\141\142\141\171\x5f\x69\155\x61\x67\x65\x5f\x74\171\160\x65"] === "\151\154\154\165\163\164\x72\x61\164\151\x6f\x6e" ? "\x73\145\x6c\x65\x63\x74\x65\x64\40" : '') . "\166\x61\x6c\x75\x65\x3d\x22\x69\154\154\x75\163\x74\162\x61\x74\151\157\156\x22\x3e\x69\x6c\x6c\x75\163\x74\162\x61\x74\x69\x6f\x6e\x3c\57\x6f\160\164\x69\157\x6e\x3e"; echo "\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\x3c\57\x73\145\154\145\x63\164\x3e\15\12\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\74\57\x74\x64\x3e\15\12\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x3c\x2f\x74\x72\x3e\xd\xa\15\xa\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x3c\x74\162\76\xd\xa\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x3c\x74\150\x3e"; $this->showChangeBox($change_selected, "\x70\151\x78\x61\142\x61\171\x5f\x6f\162\151\x65\156\164\141\x74\151\157\156"); echo "\117\162\x69\145\x6e\164\x61\x74\151\157\x6e\x3c\57\x74\x68\76\15\xa\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\74\164\144\76\15\xa\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\74\x73\145\x6c\x65\x63\164\40\x6e\141\155\x65\x3d\42\160\151\x78\141\142\x61\171\137\x6f\162\x69\145\x6e\164\141\164\x69\x6f\156\x22\x3e\xd\12\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40\40\x20"; echo "\74\x6f\x70\x74\x69\x6f\x6e\x20" . ($settings["\x70\151\x78\x61\x62\141\x79\x5f\x6f\162\x69\145\x6e\164\141\x74\x69\x6f\x6e"] === "\141\x6c\154" ? "\x73\145\x6c\x65\x63\x74\x65\144\x20" : '') . "\x76\x61\154\x75\145\x3d\x22\x61\x6c\154\x22\x3e\141\154\x6c\x3c\57\x6f\x70\164\x69\157\x6e\x3e"; echo "\74\157\160\x74\x69\157\x6e\x20" . ($settings["\160\x69\170\x61\142\x61\171\137\x6f\x72\x69\x65\x6e\164\141\164\151\157\x6e"] === "\x68\157\x72\151\172\x6f\156\164\x61\154" ? "\163\x65\154\x65\143\x74\x65\x64\40" : '') . "\x76\x61\154\x75\x65\75\42\x68\x6f\x72\x69\x7a\157\x6e\164\x61\154\x22\76\x68\157\x72\151\x7a\x6f\x6e\x74\x61\x6c\74\x2f\x6f\x70\x74\x69\x6f\x6e\76"; echo "\x3c\x6f\160\x74\151\157\x6e\x20" . ($settings["\x70\x69\170\x61\142\141\x79\x5f\157\x72\151\145\156\164\x61\164\151\x6f\156"] === "\x76\145\162\164\151\143\141\x6c" ? "\x73\145\x6c\145\x63\164\x65\144\x20" : '') . "\166\x61\154\165\145\75\42\x76\x65\162\x74\x69\143\x61\154\42\x3e\x76\145\x72\x74\151\x63\x61\154\74\x2f\x6f\x70\164\x69\x6f\156\x3e"; echo "\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\74\x2f\x73\x65\x6c\x65\x63\164\76\15\12\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x3c\x2f\164\144\x3e\xd\xa\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\74\57\x74\x72\x3e\xd\12\xd\xa\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x3c\164\162\x3e\15\12\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\74\x74\x68\x3e"; $this->showChangeBox($change_selected, "\160\151\170\141\142\141\x79\x5f\x6d\x69\x6e\137\x77\151\x64\x74\x68"); echo "\x4d\x69\156\40\x77\x69\x64\164\x68\x3c\x2f\164\x68\x3e\xd\12\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x3c\x74\144\76\xd\xa\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40"; echo "\74\151\x6e\160\x75\x74\x20\x74\x79\160\145\x3d\x22\x74\145\170\x74\42\40\x6e\x61\155\145\75\42\x70\x69\x78\141\142\141\171\x5f\155\151\156\137\x77\151\x64\x74\150\42\40\166\141\154\x75\x65\x3d\x22" . $settings["\160\x69\170\x61\142\x61\x79\137\155\151\156\x5f\x77\x69\144\x74\150"] . "\42\40\163\151\x7a\145\x3d\x22\x34\42\x3e"; echo "\40\15\12\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\74\57\164\144\x3e\15\xa\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\74\x2f\164\x72\x3e\15\12\xd\xa\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x3c\x74\162\x3e\15\12\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x3c\164\150\76"; $this->showChangeBox($change_selected, "\160\151\x78\x61\142\x61\x79\x5f\155\x69\x6e\x5f\x68\x65\x69\x67\x68\164"); echo "\115\151\x6e\40\x68\145\151\147\150\164\x3c\x2f\x74\150\76\15\xa\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\74\x74\x64\76\15\12\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40"; echo "\74\x69\156\x70\165\164\40\164\171\160\145\75\x22\164\x65\170\164\42\40\156\141\155\x65\75\x22\160\x69\170\x61\142\141\x79\x5f\155\151\x6e\x5f\x68\x65\151\147\150\164\x22\40\166\141\x6c\165\x65\x3d\42" . $settings["\160\x69\170\x61\x62\141\x79\137\x6d\x69\x6e\x5f\150\x65\151\147\150\x74"] . "\x22\x20\x73\151\x7a\145\x3d\42\64\x22\76"; echo "\40\15\12\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\74\x2f\164\144\x3e\xd\12\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x3c\57\164\x72\76\15\12\15\xa\40\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\74\x74\x72\76\15\12\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x3c\164\150\x3e"; $this->showChangeBox($change_selected, "\160\151\170\141\x62\141\171\x5f\x63\150\157\x6f\x73\x65"); echo "\x49\155\141\147\145\40\x6e\165\x6d\x62\145\162\40\x74\x6f\40\143\150\157\x6f\163\x65\x3c\x2f\x74\x68\76\xd\xa\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x3c\164\144\76\15\xa\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20"; echo "\74\x69\x6e\x70\165\164\40\164\x79\x70\145\75\x22\x74\145\170\164\42\40\x6e\x61\155\145\x3d\42\x70\151\x78\141\142\x61\171\137\x63\150\x6f\157\x73\x65\x22\40\x76\141\154\165\x65\x3d\42" . $settings["\x70\x69\170\x61\x62\141\x79\x5f\x63\x68\157\157\163\145"] . "\42\40\x73\151\172\145\75\x22\x34\x22\76"; echo "\40\xd\12\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\74\160\x20\x63\154\141\163\x73\x3d\42\144\x65\163\x63\x72\151\x70\164\151\157\156\x22\76\x53\145\x74\40\164\150\145\x20\x69\155\x61\x67\145\40\x6e\165\x6d\x62\x65\x72\40\x66\162\x6f\155\x20\x31\x20\x74\157\40\x32\x30\60\54\40\x74\157\40\x62\x65\40\x63\x68\x6f\x73\145\x6e\x20\146\x72\x6f\155\x20\x74\x68\145\40\x50\x69\170\x61\142\x61\x79\x20\163\145\141\x72\143\x68\x20\162\x65\163\165\154\164\163\x2e\x20\125\x73\145\40\74\x63\x6f\144\x65\76\60\74\x2f\x63\x6f\144\145\76\40\164\157\40\143\150\157\157\x73\145\x20\141\x20\x72\141\x6e\x64\157\x6d\40\x6f\156\145\56\x3c\x2f\160\x3e\15\xa\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x3c\57\164\x64\x3e\xd\xa\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\74\57\x74\162\76\xd\xa\15\xa\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x3c\x74\x72\x3e\15\xa\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\74\x74\150\x3e"; $this->showChangeBox($change_selected, "\x70\x69\170\x61\142\141\x79\x5f\151\x6d\141\x67\145\x5f\x63\154\141\163\163"); echo "\111\155\x61\147\x65\x20\x63\x6c\141\x73\x73\x3c\x2f\164\150\x3e\xd\xa\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x3c\164\x64\76\15\xa\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20"; echo "\74\x69\x6e\160\x75\x74\40\x74\x79\160\145\x3d\x22\x74\x65\170\x74\42\x20\156\x61\155\145\75\x22\x70\x69\x78\141\x62\141\x79\137\x69\x6d\x61\x67\145\137\x63\x6c\141\163\x73\x22\40\166\141\x6c\x75\145\75\x22" . $settings["\160\151\x78\x61\x62\141\171\137\x69\x6d\141\x67\145\x5f\x63\x6c\x61\163\x73"] . "\42\x20\x73\x69\172\x65\75\42\x36\60\x22\76"; echo "\x20\15\12\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x3c\57\164\144\x3e\xd\12\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\74\x2f\164\162\76\15\xa\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\74\57\164\x61\142\x6c\x65\x3e\40\40\xd\xa\15\xa\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x3c\x74\x64\76\15\xa\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\74\57\x74\x72\x3e\15\12\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\74\57\x74\141\x62\x6c\x65\x3e\xd\12\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x3c\57\144\x69\166\76\40\15\xa\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\15\12\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\74\164\141\x62\154\145\x20\x63\154\x61\x73\x73\75\42\146\157\162\x6d\55\x74\x61\142\x6c\x65\x20"; if (!$change_selected) { goto uaEH0; } echo "\143\163\x65\157\55\x66\157\162\x6d"; uaEH0: echo "\x22\76\xd\12\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\74\x74\162\x3e\xd\xa\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x3c\x74\x68\40\163\x63\x6f\x70\x65\75\x22\162\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\x67\x6f\x6f\x67\x6c\145\x5f\x69\x6d\141\x67\145\137\160\x6f\x73\151\164\x69\x6f\x6e"); echo "\107\x6f\x6f\x67\x6c\145\x20\x69\x6d\x61\147\145\x20\x70\x6f\163\151\x74\x69\157\156\x3c\x2f\164\150\x3e\15\xa\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\74\x74\144\76\xd\12\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x3c\163\x65\154\145\x63\x74\40\x6e\x61\x6d\x65\x3d\x22\x67\157\x6f\x67\x6c\145\x5f\151\155\x61\147\145\x5f\160\157\x73\x69\164\151\x6f\x6e\x22\40\151\x64\x3d\x22\147\x6f\157\147\154\145\137\151\x6d\x61\147\x65\137\160\157\x73\x69\x74\151\x6f\156\x22\40\157\x6e\x63\x68\141\156\x67\145\x3d\42\143\x73\x65\x6f\x47\157\157\147\x6c\145\x49\155\x61\x67\x65\50\51\x3b\x22\76\xd\12\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20"; echo "\x3c\157\160\x74\x69\x6f\x6e\40" . ($settings["\147\x6f\x6f\x67\154\145\x5f\x69\155\x61\147\145\137\160\x6f\x73\151\164\x69\157\156"] === "\156\157\x5f\151\155\141\147\x65" ? "\163\x65\x6c\145\143\164\x65\x64\x20" : '') . "\x76\x61\x6c\x75\x65\75\x22\156\157\x5f\x69\155\x61\x67\145\x22\x3e\x6e\x6f\156\x65\x3c\57\157\x70\164\x69\x6f\156\76"; echo "\x3c\157\160\x74\151\x6f\x6e\40" . ($settings["\147\x6f\157\x67\154\x65\x5f\x69\155\141\x67\145\137\160\x6f\163\x69\x74\151\157\156"] === "\141\142\x6f\166\x65\x5f\x63\157\x6e\164\145\156\164" ? "\x73\145\154\145\143\x74\145\144\40" : '') . "\x76\x61\x6c\165\x65\x3d\x22\x61\x62\x6f\x76\145\137\143\157\156\164\x65\x6e\x74\42\76\141\142\x6f\166\x65\40\x63\x6f\x6e\x74\x65\156\x74\74\x2f\x6f\160\164\x69\x6f\x6e\76"; echo "\74\x6f\160\164\x69\x6f\x6e\40" . ($settings["\x67\157\157\147\x6c\145\137\151\155\141\147\x65\137\x70\157\x73\x69\x74\151\157\156"] === "\x62\x65\154\x6f\x77\137\143\157\x6e\x74\145\x6e\164" ? "\x73\x65\154\x65\143\x74\145\144\x20" : '') . "\x76\x61\x6c\x75\145\75\42\142\145\x6c\x6f\167\137\143\157\156\x74\x65\156\164\42\x3e\x62\x65\154\x6f\x77\40\143\x6f\x6e\164\145\x6e\x74\x3c\57\157\x70\x74\151\x6f\x6e\x3e"; echo "\x3c\x6f\x70\164\x69\157\x6e\40" . ($settings["\x67\157\x6f\147\x6c\145\137\151\155\141\147\x65\137\x70\157\163\151\164\151\x6f\x6e"] === "\164\x68\x75\x6d\x62" ? "\163\145\x6c\x65\143\164\145\144\40" : '') . "\166\141\x6c\165\x65\x3d\42\164\150\165\155\x62\x22\x3e\x73\164\x6f\162\145\x20\x69\156\40\164\x68\145\40\143\165\163\164\x6f\x6d\40\x66\151\145\154\144\x20\x22\164\150\165\155\142\42\74\x2f\x6f\160\x74\x69\157\x6e\76"; echo "\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x3c\x2f\163\145\154\x65\143\164\76\15\12\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\74\57\x74\x64\76\xd\12\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\74\x2f\x74\x72\x3e\x20\xd\12\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x3c\x2f\164\x61\142\154\x65\x3e\40\40\x20\40\40\x20\40\x20\40\40\xd\xa\15\12\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x3c\144\x69\x76\40\151\x64\75\x22\147\157\157\x67\154\x65\137\151\x6d\x61\147\x65\137\163\x65\x74\164\151\x6e\147\x73\x22\40\x73\x74\x79\x6c\145\75\42\x64\x69\x73\x70\x6c\x61\x79\72\x20\156\157\x6e\145\73\x22\x3e\15\xa\xd\xa\40\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\74\164\x61\x62\154\145\x20\143\x6c\x61\163\x73\75\42\143\163\x65\x6f\x2d\142\x6f\170\42\x3e\15\12\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x3c\164\x72\76\15\12\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\74\x74\x64\x3e\xd\12\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x3c\x74\x61\142\154\x65\x20\143\x6c\x61\163\x73\x3d\x22\146\x6f\162\x6d\55\164\141\x62\154\x65\40"; if (!$change_selected) { goto eQdIf; } echo "\143\x73\145\157\x2d\146\x6f\162\155"; eQdIf: echo "\x22\76\xd\12\x9\11\11\x9\x9\x9\11\11\15\12\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\x3c\x74\x72\76\15\xa\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\74\x74\x68\x3e"; $this->showChangeBox($change_selected, "\147\157\157\147\x6c\x65\x5f\x69\155\x61\x67\x65\137\161\165\x65\162\x79"); echo "\x47\157\x6f\x67\154\145\40\163\x65\x61\x72\143\x68\x20\161\165\x65\162\x79\74\57\164\x68\x3e\xd\xa\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x3c\x74\144\76\15\xa\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40"; echo "\x3c\x69\x6e\160\x75\164\x20\164\x79\160\x65\x3d\x22\x74\x65\170\164\42\x20\x73\164\171\x6c\x65\x3d\42\x77\151\x64\x74\150\72\40\61\60\x30\45\73\x22\40\x6e\x61\155\145\75\42\147\x6f\x6f\x67\x6c\x65\137\151\x6d\141\147\145\x5f\x71\165\145\x72\x79\42\40\x76\x61\154\x75\x65\75\x22" . $settings["\x67\157\157\x67\x6c\145\137\151\x6d\x61\147\145\x5f\161\x75\145\162\171"] . "\42\x3e"; echo "\x20\xd\xa\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\74\160\x20\143\154\141\x73\x73\x3d\42\144\145\x73\143\x72\151\x70\x74\x69\157\156\42\x3e\x45\x6e\164\x65\162\40\171\157\165\162\40\107\157\157\x67\x6c\x65\40\151\x6d\x61\x67\145\x20\x73\145\141\x72\x63\x68\40\x71\x75\145\162\171\40\150\145\162\x65\56\40\x4e\x6f\164\x65\40\164\x68\x61\x74\x20\x74\x68\x65\x20\160\x6c\x75\147\151\156\x20\167\151\154\154\40\157\156\154\171\40\x73\x65\x61\162\143\x68\40\146\x6f\162\x20\151\x6d\x61\x67\x65\x73\40\x77\x69\164\x68\40\x43\162\145\x61\x74\x69\166\x65\x20\x43\x6f\155\155\157\156\163\40\154\x69\143\145\156\x73\145\x73\56\xd\12\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x52\145\x63\x6f\155\x6d\x65\156\x64\145\x64\40\160\x6c\141\x63\145\150\x6f\154\144\145\162\x73\72\x20\74\143\x6f\144\x65\76\x25\x70\157\x73\164\x5f\x74\x69\164\154\145\x25\x3c\57\143\157\144\x65\76\x2c\x20\x3c\143\x6f\144\145\76\x25\x67\160\x74\137\x6b\145\x79\x70\150\x72\x61\x73\145\45\x3c\57\x63\157\144\x65\x3e\54\x20\74\x63\x6f\144\145\76\45\143\x61\164\x65\x67\157\162\x69\x65\163\45\74\57\143\157\x64\x65\x3e\x20\141\x6e\144\x20\x3c\x63\157\x64\x65\76\45\x67\x70\164\x5f\153\145\x79\167\157\x72\144\163\45\74\x2f\x63\157\x64\x65\76\56\74\57\x70\76\15\xa\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x3c\57\x74\x64\76\15\12\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\74\x2f\164\162\x3e\15\xa\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\xd\xa\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x3c\164\x72\x3e\xd\xa\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x3c\164\150\76"; $this->showChangeBox($change_selected, "\147\x6f\x6f\147\154\x65\x5f\155\x69\x6e\x5f\x77\151\x64\x74\150"); echo "\115\151\x6e\40\x77\x69\x64\164\x68\x3c\x2f\x74\150\x3e\15\12\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x3c\x74\144\76\xd\xa\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40"; echo "\74\151\156\160\165\164\40\164\171\x70\145\75\x22\164\145\170\x74\42\40\x6e\141\x6d\145\75\42\147\157\157\x67\x6c\x65\137\x6d\151\x6e\137\167\x69\144\164\150\42\x20\166\141\154\x75\145\75\42" . $settings["\147\x6f\157\147\x6c\x65\137\155\151\x6e\137\167\151\x64\164\150"] . "\42\40\x73\x69\172\145\x3d\42\x34\x22\x3e"; echo "\40\15\xa\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\74\x2f\164\144\x3e\15\12\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\74\x2f\164\162\76\xd\xa\xd\xa\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x3c\164\162\x3e\xd\12\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x3c\164\x68\x3e"; $this->showChangeBox($change_selected, "\147\x6f\157\x67\154\x65\137\x6d\151\156\x5f\150\145\151\147\150\164"); echo "\115\x69\156\40\x68\x65\x69\x67\x68\x74\x3c\57\164\150\x3e\15\12\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\74\164\144\x3e\xd\xa\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20"; echo "\x3c\151\x6e\160\x75\164\x20\164\171\160\145\x3d\42\x74\x65\x78\164\x22\40\156\141\155\x65\x3d\42\147\157\x6f\x67\154\145\137\x6d\151\156\x5f\x68\145\x69\147\x68\164\x22\x20\166\141\154\x75\x65\75\x22" . $settings["\x67\x6f\x6f\147\x6c\x65\x5f\155\151\x6e\137\150\x65\151\147\x68\x74"] . "\42\x20\163\x69\x7a\145\75\x22\64\42\76"; echo "\40\xd\12\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x3c\57\x74\144\x3e\xd\xa\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x3c\x2f\164\x72\x3e\xd\xa\15\xa\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\74\164\162\x3e\xd\xa\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\74\164\x68\x3e"; $this->showChangeBox($change_selected, "\x67\x6f\157\x67\x6c\x65\137\151\x6d\x61\147\x65\137\x63\x6c\141\163\163"); echo "\x49\x6d\x61\x67\145\40\x63\x6c\141\x73\x73\x3c\x2f\164\x68\76\15\xa\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x3c\164\144\x3e\xd\xa\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40"; echo "\74\x69\x6e\160\165\x74\x20\164\171\x70\145\75\x22\164\x65\x78\164\42\40\156\141\x6d\x65\75\42\x67\157\x6f\147\x6c\145\x5f\x69\x6d\x61\147\x65\137\143\x6c\141\163\163\x22\x20\166\x61\154\165\x65\x3d\42" . $settings["\x67\x6f\157\147\154\145\x5f\x69\x6d\141\147\145\137\143\154\x61\x73\x73"] . "\42\x20\163\x69\172\145\x3d\42\66\x30\42\76"; echo "\x20\xd\xa\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x3c\x2f\164\x64\76\xd\xa\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x3c\x2f\164\162\x3e\15\xa\xd\xa\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\x3c\x2f\164\x61\142\x6c\145\76\40\40\x20\40\xd\xa\xd\12\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\74\57\164\144\x3e\xd\xa\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x3c\57\164\162\76\15\xa\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x3c\57\164\141\x62\154\145\x3e\x20\x20\40\15\xa\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\74\57\144\x69\166\76\40\x20\40\40\40\40\x20\x20\x20\15\xa\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\15\12\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x3c\164\x61\142\x6c\x65\40\x63\x6c\141\x73\x73\x3d\42\x66\x6f\162\x6d\55\164\141\142\x6c\x65\40"; if (!$change_selected) { goto ZHBf0; } echo "\143\x73\145\157\x2d\146\x6f\162\155"; ZHBf0: echo "\x22\x3e\xd\12\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\74\164\162\76\xd\12\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\74\164\x68\40\163\x63\157\160\x65\x3d\x22\162\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x79\x6f\x75\164\x75\x62\x65\137\160\x6f\x73\151\164\151\x6f\156"); echo "\x59\x6f\165\124\165\x62\145\40\166\x69\144\145\x6f\x20\x70\x6f\x73\x69\164\151\157\x6e\x3c\57\x74\x68\76\xd\xa\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\74\164\144\76\xd\xa\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\74\163\x65\154\145\x63\x74\x20\156\x61\155\x65\x3d\x22\x79\157\165\164\x75\142\x65\x5f\x70\x6f\x73\151\164\x69\x6f\x6e\42\x20\151\x64\75\x22\171\x6f\165\164\165\142\x65\137\x70\157\x73\151\x74\x69\157\156\42\40\157\x6e\x63\x68\141\156\147\145\x3d\42\143\163\145\x6f\131\x6f\165\124\165\x62\x65\126\x69\x64\145\157\x28\51\x3b\x22\x3e\xd\12\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20"; echo "\x3c\x6f\x70\164\x69\157\x6e\x20" . ($settings["\x79\157\165\164\165\142\145\137\160\157\x73\x69\x74\x69\157\x6e"] === "\x6e\x6f\x5f\151\x6d\x61\147\x65" ? "\x73\145\x6c\x65\143\x74\x65\144\40" : '') . "\x76\x61\x6c\x75\x65\75\x22\x6e\x6f\x5f\151\x6d\x61\x67\145\x22\x3e\156\157\x6e\x65\74\x2f\157\x70\164\x69\157\156\x3e"; echo "\x3c\157\160\164\151\157\x6e\x20" . ($settings["\x79\157\165\164\x75\142\145\x5f\160\x6f\163\151\164\x69\157\x6e"] === "\x61\142\157\x76\145\x5f\x63\x6f\x6e\x74\x65\156\164" ? "\163\145\154\x65\143\164\x65\x64\40" : '') . "\x76\141\x6c\x75\145\75\42\141\x62\x6f\x76\145\137\x63\x6f\x6e\x74\x65\156\x74\x22\x3e\x61\x62\157\x76\145\40\x63\x6f\156\x74\145\x6e\x74\x3c\x2f\x6f\x70\x74\151\x6f\156\76"; echo "\74\x6f\x70\x74\x69\x6f\x6e\40" . ($settings["\x79\157\165\x74\x75\142\x65\137\x70\157\x73\151\x74\151\157\156"] === "\x62\145\154\157\167\x5f\x63\x6f\156\x74\x65\x6e\x74" ? "\163\145\x6c\x65\x63\164\x65\x64\x20" : '') . "\166\x61\x6c\165\x65\x3d\x22\x62\145\154\x6f\167\x5f\x63\157\156\164\145\156\x74\42\76\x62\x65\x6c\157\167\x20\143\x6f\156\x74\145\x6e\x74\x3c\x2f\157\x70\x74\x69\157\156\76"; echo "\74\157\160\x74\151\157\x6e\x20" . ($settings["\171\157\165\x74\165\142\145\x5f\x70\x6f\163\151\x74\151\x6f\x6e"] === "\x74\x68\x75\x6d\142" ? "\x73\x65\x6c\x65\x63\164\x65\144\40" : '') . "\x76\x61\154\165\145\x3d\x22\164\x68\x75\155\142\x22\x3e\x73\164\x6f\162\x65\40\151\156\40\164\x68\145\x20\x63\x75\163\x74\157\155\x20\x66\151\x65\x6c\144\40\x22\164\150\165\x6d\x62\42\74\x2f\x6f\160\164\x69\157\156\x3e"; echo "\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x3c\57\163\x65\x6c\145\143\x74\76\15\xa\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\74\x2f\x74\x64\x3e\xd\xa\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\x3c\x2f\164\162\x3e\40\xd\xa\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x3c\x2f\x74\x61\x62\154\145\76\40\40\x20\x20\40\40\40\40\40\x20\15\12\xd\xa\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x3c\x64\x69\x76\40\x69\144\75\x22\x79\x6f\x75\x74\x75\142\x65\x5f\163\x65\164\x74\x69\156\147\x73\x22\40\x73\x74\171\x6c\x65\x3d\x22\144\151\163\160\x6c\x61\171\72\40\x6e\157\x6e\x65\73\x22\x3e\15\12\xd\12\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\74\164\141\142\154\x65\x20\143\154\x61\163\163\75\x22\x63\163\145\157\55\142\x6f\x78\x22\x3e\15\12\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x3c\x74\162\x3e\xd\xa\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\74\x74\144\x3e\15\12\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x3c\x74\141\x62\154\x65\40\x63\x6c\141\163\163\x3d\x22\146\157\x72\155\x2d\x74\141\x62\154\x65\x20"; if (!$change_selected) { goto P5TGC; } echo "\x63\163\x65\x6f\x2d\146\157\x72\x6d"; P5TGC: echo "\x22\x3e\xd\12\x9\11\11\x9\x9\x9\11\11\15\12\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x3c\x74\x72\76\xd\12\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\74\164\x68\x3e"; $this->showChangeBox($change_selected, "\x79\157\165\x74\165\x62\x65\x5f\x71\x75\x65\162\171"); echo "\x59\x6f\x75\x54\x75\142\145\x20\x73\145\141\x72\x63\150\40\x71\165\145\162\171\x3c\57\x74\150\76\15\xa\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\74\x74\144\x3e\xd\xa\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40"; echo "\74\x69\x6e\x70\165\x74\x20\x74\171\160\145\x3d\42\164\x65\170\x74\x22\x20\x73\164\171\x6c\x65\x3d\42\x77\151\x64\x74\150\72\x20\61\x30\60\x25\73\42\40\156\141\x6d\145\x3d\42\x79\157\165\x74\x75\x62\x65\x5f\x71\165\x65\162\171\x22\40\166\x61\154\165\x65\x3d\42" . $settings["\171\x6f\x75\164\165\x62\145\x5f\x71\165\x65\x72\x79"] . "\x22\76"; echo "\x20\xd\12\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x3c\160\40\x63\x6c\x61\x73\163\75\42\x64\x65\x73\x63\x72\151\160\x74\x69\x6f\156\42\76\x45\156\164\145\162\x20\171\x6f\x75\x72\x20\x59\157\x75\124\165\142\x65\40\163\145\141\162\x63\x68\x20\x71\x75\x65\162\171\40\150\145\162\x65\56\x20\122\x65\x63\x6f\x6d\x6d\x65\156\144\145\x64\x20\x70\x6c\x61\x63\x65\150\x6f\154\144\145\x72\163\x3a\40\x3c\143\157\x64\145\x3e\45\160\157\163\164\137\164\x69\164\154\145\x25\74\57\x63\157\x64\x65\x3e\54\40\x3c\143\x6f\144\145\76\45\x67\160\164\x5f\153\x65\x79\160\x68\x72\x61\x73\145\45\74\57\x63\x6f\x64\x65\x3e\56\74\57\x70\76\15\xa\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\74\57\x74\x64\x3e\15\xa\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\74\x2f\x74\162\76\xd\12\xd\xa\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x3c\57\x74\141\x62\154\145\76\x20\40\40\40\xd\12\xd\12\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\74\x2f\164\144\76\xd\12\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x3c\x2f\164\x72\76\15\12\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x3c\57\164\141\142\x6c\145\76\40\40\40\xd\xa\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x3c\x2f\144\151\166\x3e\xd\xa\xd\xa\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\74\164\x61\x62\x6c\x65\40\x73\x74\171\154\145\75\42\144\151\163\160\x6c\x61\x79\x3a\x20\156\x6f\x6e\x65\73\42\x20\143\x6c\141\x73\163\75\42\146\157\162\155\55\x74\141\142\154\x65\40"; if (!$change_selected) { goto ZwQKO; } echo "\143\x73\145\x6f\x2d\146\x6f\x72\x6d"; ZwQKO: echo "\42\76\xd\12\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x3c\164\162\x3e\15\xa\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\74\164\x68\x20\163\143\157\160\145\75\x22\x72\x6f\x77\42\x20\x73\164\x79\x6c\145\75\42\x63\x6f\x6c\x6f\x72\x3a\x20\43\x38\x38\70\73\x22\x3e"; $this->showChangeBox($change_selected, "\x61\151\x5f\151\155\141\x67\x65\137\x70\157\x73\x69\164\151\x6f\156"); echo "\x41\x49\55\163\x65\x6c\145\143\x74\145\x64\40\151\155\141\x67\x65\x20\160\157\163\151\x74\151\x6f\x6e\74\x2f\164\x68\76\15\12\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x3c\x74\x64\x3e\xd\12\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x3c\163\x65\154\145\x63\x74\40\156\x61\155\145\x3d\x22\x61\x69\x5f\151\155\141\147\145\x5f\160\x6f\163\151\164\151\157\x6e\x22\x20\x69\x64\x3d\x22\141\151\137\151\155\141\x67\x65\137\x70\157\x73\151\x74\x69\x6f\156\x22\x20\x73\x74\171\154\145\75\x22\x63\x6f\x6c\x6f\162\72\40\x23\70\x38\70\73\x22\40\x6f\x6e\x63\150\141\x6e\147\x65\x3d\x22\x63\x73\145\x6f\101\x69\111\155\141\x67\x65\50\x29\73\x22\76\15\12\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20"; echo "\x3c\x6f\160\164\x69\157\x6e\40" . ($settings["\141\x69\x5f\x69\155\x61\147\x65\x5f\x70\157\163\151\x74\151\x6f\156"] === "\156\157\x5f\x69\x6d\141\147\x65" ? "\x73\x65\x6c\145\143\164\x65\x64\40" : '') . "\166\x61\x6c\165\145\75\x22\x6e\x6f\x5f\x69\x6d\141\x67\145\42\76\x6e\x6f\156\145\74\x2f\157\160\x74\151\157\156\x3e"; echo "\x3c\157\x70\164\x69\x6f\x6e\40" . ($settings["\x61\x69\137\151\x6d\141\147\x65\x5f\x70\157\x73\151\x74\151\157\156"] === "\x61\142\x6f\166\x65\x5f\143\x6f\156\x74\145\156\164" ? "\163\145\x6c\x65\x63\164\145\x64\40" : '') . "\x76\x61\x6c\x75\x65\x3d\x22\141\x62\x6f\166\x65\137\x63\157\x6e\x74\145\156\x74\42\x3e\x61\142\157\x76\145\x20\143\157\156\164\x65\156\x74\x3c\57\x6f\160\x74\x69\x6f\x6e\76"; echo "\x3c\x6f\160\x74\151\157\x6e\40" . ($settings["\x61\151\x5f\x69\x6d\x61\x67\x65\x5f\160\x6f\163\x69\164\x69\x6f\x6e"] === "\x62\145\x6c\x6f\x77\137\x63\x6f\156\164\145\x6e\164" ? "\x73\145\154\145\143\164\x65\x64\x20" : '') . "\166\x61\154\165\x65\75\42\142\145\154\x6f\167\x5f\x63\x6f\x6e\x74\x65\x6e\164\x22\x3e\x62\145\x6c\x6f\167\40\x63\x6f\156\164\x65\x6e\x74\74\x2f\x6f\x70\164\151\157\x6e\76"; echo "\x3c\157\x70\164\151\157\x6e\40" . ($settings["\141\x69\137\151\155\141\147\x65\137\160\157\163\x69\164\151\x6f\x6e"] === "\x74\150\x75\x6d\x62" ? "\x73\x65\x6c\x65\x63\164\x65\x64\x20" : '') . "\166\x61\x6c\165\145\75\x22\x74\x68\165\x6d\x62\42\x3e\x73\x74\157\162\x65\40\151\x6e\x20\x74\x68\145\x20\x63\165\163\x74\157\x6d\x20\x66\151\x65\154\144\x20\42\164\x68\x75\155\142\42\x3c\57\x6f\160\164\151\157\156\x3e"; echo "\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\x3c\x2f\163\145\154\145\x63\x74\x3e\xd\xa\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\74\160\40\143\154\141\163\163\x3d\42\x64\145\163\143\162\151\x70\x74\151\157\x6e\42\x3e\74\x73\160\x61\x6e\x20\163\x74\x79\154\x65\x3d\42\143\157\154\157\x72\x3a\x20\x72\145\144\x3b\x22\76\x26\x23\170\x32\x36\101\60\x3b\x3c\x2f\x73\x70\x61\x6e\x3e\40\124\x68\151\x73\40\157\x70\x74\151\157\156\x20\x69\163\40\x6f\x62\x73\x6f\154\x65\x74\145\40\141\x6e\144\x20\151\x73\40\x6f\156\x6c\171\x20\151\156\143\x6c\165\144\x65\144\x20\x66\x6f\162\40\x72\145\141\x73\x6f\156\x73\40\157\x66\x20\142\x61\x63\x6b\x77\141\x72\144\x20\x63\157\155\x70\141\164\151\142\151\x6c\x69\164\171\x20\x77\x69\164\x68\x20\157\x6c\x64\145\x72\40\x76\145\x72\163\151\x6f\x6e\163\40\x6f\146\40\x74\150\x65\40\160\154\x75\x67\x69\156\56\40\15\xa\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\111\164\x27\x73\40\x72\145\143\x6f\x6d\155\145\156\x64\x65\x64\x20\164\x6f\40\x75\x73\145\40\164\x68\145\x20\74\x63\x6f\144\x65\76\45\x67\160\x74\x5f\x6b\x65\171\x77\157\162\144\163\x25\x3c\57\143\x6f\x64\145\76\x20\163\150\x6f\x72\164\x63\x6f\x64\145\40\x69\x6e\x20\42\x50\151\x78\141\x62\x61\x79\42\x20\x61\156\144\x20\x22\107\x6f\157\x67\154\145\x20\x69\x6d\141\147\145\x22\x20\x6d\x65\x6e\x75\163\54\40\x6f\x72\15\xa\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x3c\x63\x6f\144\x65\76\x25\x67\x70\164\137\153\x65\x79\x70\150\x72\x61\x73\145\45\74\x2f\x63\157\144\x65\x3e\40\x73\x68\x6f\162\x74\x63\x6f\144\x65\x20\151\x6e\x20\42\x44\x41\114\x4c\xe2\x88\231\x45\x22\40\141\x6e\x64\40\42\x53\164\x61\142\x6c\x65\x20\x44\x69\146\146\165\x73\151\157\x6e\42\x20\155\145\x6e\x75\x73\x20\146\157\162\x20\142\x65\164\x74\x65\162\x20\x72\x65\163\x75\x6c\x74\163\56\x3c\57\x70\x3e\15\xa\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\74\57\x74\x64\x3e\15\xa\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x3c\x2f\x74\x72\x3e\40\15\12\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\74\57\164\x61\x62\x6c\145\x3e\40\40\40\15\xa\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\xd\12\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x3c\144\x69\x76\x20\151\144\75\42\141\x69\137\151\155\x61\x67\x65\137\x73\145\164\x74\151\x6e\x67\163\x22\40\163\x74\171\154\145\x3d\42\x64\151\x73\x70\x6c\141\x79\x3a\40\156\x6f\x6e\x65\x3b\42\x3e\xd\xa\xd\xa\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x3c\x70\x3e\124\150\x65\40\160\154\165\147\151\x6e\x20\141\156\x61\x6c\171\x7a\x65\163\40\x79\157\x75\x72\x20\x61\x72\x74\151\x63\x6c\x65\x20\x61\x6e\x64\40\165\163\x65\x73\x20\101\111\40\164\x6f\40\163\x65\x6c\145\143\164\40\x74\150\x65\40\155\157\163\164\x20\163\x75\151\164\x61\142\x6c\x65\x20\x69\x6d\x61\x67\145\x20\x66\162\x6f\x6d\x20\x50\x69\170\x61\142\x61\x79\x20\x6f\x72\40\107\x6f\x6f\x67\154\145\x20\151\x6d\141\147\x65\40\x77\x69\164\150\x20\141\x20\x43\162\x65\x61\x74\x69\166\x65\x20\103\x6f\x6d\155\157\156\163\x20\154\151\x63\x65\x6e\163\145\56\x3c\x2f\x70\76\40\40\40\x20\15\12\15\12\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20"; if ($this->credentials_set("\157\160\x65\156\x61\x69")) { goto R19Db; } echo "\x3c\160\76\x3c\163\x70\141\156\x20\x73\164\171\x6c\x65\75\42\143\x6f\154\157\162\72\40\162\x65\x64\73\42\76\127\x61\162\156\151\156\x67\41\74\57\163\x70\141\156\x3e\40\124\150\145\40\x4f\160\145\x6e\101\111\x20\101\120\111\x20\153\145\171\x20\x69\163\40\x6e\x6f\x74\40\x70\x72\157\x76\x69\144\145\144\56\x20\x54\150\x65\x20\163\145\x72\x76\151\x63\145\x20\x69\x73\40\156\157\x74\x20\x61\x76\141\151\x6c\x61\x62\154\x65\x2e\x20\120\x6c\145\x61\x73\145\40\163\145\x74\x20\151\164\40\x6f\156\40\164\150\x65\x20\x22\101\143\x63\157\165\x6e\164\163\42\40\x70\x61\x67\145\56\x3c\x2f\x70\76"; R19Db: echo "\xd\xa\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\74\x74\x61\142\x6c\x65\40\143\154\141\163\x73\75\x22\x63\x73\x65\157\55\142\157\170\42\76\xd\xa\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\74\164\162\x3e\xd\12\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x3c\x74\144\x3e\xd\xa\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x3c\164\x61\142\x6c\x65\40\x63\x6c\141\x73\x73\75\42\146\157\162\x6d\55\164\141\142\x6c\x65\x20"; if (!$change_selected) { goto l4rv2; } echo "\x63\163\145\x6f\x2d\146\157\162\155"; l4rv2: echo "\x22\x3e\15\12\15\xa\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\x3c\x74\162\x3e\xd\12\40\40\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\74\x74\x68\x3e"; $this->showChangeBox($change_selected, "\141\151\x5f\151\155\141\147\145\137\147\x70\x74\137\163\157\x75\162\x63\x65"); echo "\120\x72\x65\146\x65\162\x72\x65\x64\x20\107\x50\x54\x20\151\155\141\x67\145\40\x73\157\x75\x72\143\145\x3c\57\x74\150\x3e\15\12\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\74\164\144\76\15\xa\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\74\x73\145\154\x65\143\x74\x20\156\141\x6d\x65\x3d\x22\141\x69\x5f\x69\x6d\x61\147\x65\137\147\x70\164\137\163\157\165\162\x63\x65\42\x3e\15\12\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40"; echo "\74\x6f\x70\164\151\x6f\x6e\x20" . ($settings["\x61\x69\137\x69\155\x61\x67\145\137\x67\160\x74\137\163\x6f\x75\162\x63\145"] === "\160\x69\170\141\x62\x61\x79" ? "\x73\x65\154\x65\143\164\145\144\x20" : '') . "\x76\x61\154\165\145\x3d\42\x70\x69\170\141\142\x61\x79\42\76\x50\x69\x78\141\x62\141\x79\74\57\x6f\160\x74\x69\x6f\x6e\76"; echo "\x3c\x6f\x70\x74\151\157\x6e\x20" . ($settings["\141\x69\137\x69\155\x61\x67\145\x5f\147\x70\164\137\163\x6f\x75\162\x63\145"] === "\x67\x6f\157\147\154\145\137\151\x6d\x61\147\145\x5f\163\145\141\162\x63\x68" ? "\x73\x65\x6c\x65\143\x74\145\x64\40" : '') . "\x76\x61\154\165\x65\75\42\x67\x6f\157\x67\154\145\x5f\151\x6d\141\x67\145\137\x73\x65\141\162\x63\150\x22\x3e\107\x6f\x6f\x67\154\145\40\111\x6d\141\x67\145\40\163\145\141\x63\x72\150\40\x72\145\x73\165\154\x74\x73\x3c\x2f\x6f\x70\164\151\x6f\156\76"; echo "\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\74\57\x73\145\154\x65\143\164\x3e\xd\xa\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x3c\x70\x20\x63\154\141\x73\163\75\x22\144\x65\163\x63\x72\151\160\164\x69\157\x6e\x22\76\123\145\x6c\145\143\x74\x20\164\x68\145\40\x70\x72\145\x66\x65\x72\162\x65\144\40\163\x6f\165\162\143\145\40\x66\x6f\x72\40\x47\120\124\40\x69\155\141\x67\145\x20\163\145\x61\162\x63\150\x2e\74\57\x70\x3e\xd\12\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x3c\x2f\164\x64\x3e\x20\x20\40\40\xd\xa\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x3c\57\164\x72\x3e\xd\12\15\12\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\74\x74\x72\76\15\xa\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\74\164\x68\x3e"; $this->showChangeBox($change_selected, "\x61\x69\x5f\x69\x6d\x61\147\145\137\x63\x6c\141\x73\x73"); echo "\111\x6d\141\147\145\40\x63\x6c\141\x73\x73\x3c\57\164\x68\x3e\xd\xa\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\74\164\144\x3e\15\xa\40\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20"; echo "\x3c\x69\x6e\x70\165\x74\40\x74\171\160\x65\x3d\42\x74\145\x78\164\x22\x20\156\141\155\145\x3d\x22\x61\x69\137\151\x6d\141\147\145\137\x63\154\x61\163\x73\x22\40\166\x61\154\x75\145\x3d\42" . $settings["\x61\151\137\151\x6d\x61\x67\x65\137\143\154\x61\x73\x73"] . "\42\40\x73\x69\x7a\x65\x3d\x22\66\60\x22\76"; echo "\x20\15\12\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\74\x2f\x74\x64\x3e\15\xa\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\74\x2f\164\x72\x3e\15\12\xd\12\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\74\x2f\x74\x61\x62\154\145\76\x20\x20\40\x20\15\12\xd\12\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\74\57\164\x64\x3e\xd\12\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\74\x2f\x74\x72\76\15\12\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x3c\57\164\x61\142\154\x65\76\40\x20\x20\xd\12\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\x3c\57\x64\151\166\76\xd\xa\15\12\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x3c\x2f\144\x69\x76\76\x20\40\40\15\xa\xd\12\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\74\x64\x69\x76\40\x69\x64\75\x22\x6d\x65\144\151\141\x5f\x68\x61\156\x64\154\151\x6e\x67\x22\x20\143\154\141\163\163\x3d\42\x74\x61\x62\x5f\x63\x6f\x6e\164\145\156\x74\42\x3e\x20\x20\x20\40\40\x20\x20\15\xa\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\74\142\x72\x3e\15\12\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x3c\x74\x61\142\x6c\x65\x20\143\154\x61\x73\x73\75\x22\x66\157\x72\155\55\x74\141\142\x6c\x65\40"; if (!$change_selected) { goto Bkds0; } echo "\x63\163\145\x6f\55\x66\x6f\x72\x6d"; Bkds0: echo "\42\x3e\xd\12\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x3c\x74\x72\x3e\15\xa\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\74\164\150\x20\x73\x63\157\160\145\x3d\42\x72\x6f\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x73\164\157\162\x65\x5f\151\155\141\x67\145\163"); echo "\123\164\157\x72\x65\40\151\x6d\x61\147\145\x73\40\x6c\157\143\141\154\154\x79\x3c\57\164\150\x3e\xd\xa\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x3c\164\x64\76"; echo "\x3c\x69\156\160\x75\164\x20\164\x79\160\x65\x3d\x22\x63\150\x65\143\153\x62\157\x78\42\x20\x6e\x61\x6d\x65\x3d\42\x73\164\157\162\x65\137\151\x6d\141\147\x65\x73\x22\40\151\144\x3d\42\163\164\x6f\x72\x65\137\x69\155\x61\147\145\163\x22\x20" . ($settings["\x73\164\157\x72\145\137\x69\x6d\x61\x67\145\163"] === "\x6f\156" ? "\x63\x68\145\x63\153\145\144\40" : '') . "\x3e"; echo "\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\x3c\154\x61\142\145\x6c\40\146\x6f\162\75\x22\163\164\157\x72\x65\137\x69\155\x61\x67\x65\x73\x22\76\151\146\x20\x63\150\x65\143\x6b\x65\144\54\x20\141\154\154\x20\x69\155\141\x67\145\163\40\167\x69\154\x6c\x20\142\145\x20\143\x6f\160\x69\x65\x64\x20\x69\156\164\x6f\x20\x74\150\x65\x20\x64\x65\x66\x61\165\154\164\x20\x75\160\154\x6f\x61\x64\163\x20\x66\x6f\x6c\x64\x65\x72\56\x3c\x2f\154\x61\x62\x65\x6c\x3e\15\xa\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\74\57\x74\x64\x3e\xd\xa\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\74\57\x74\x72\x3e\x20\40\x20\40\xd\xa\xd\12\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x3c\164\162\76\15\xa\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\74\164\150\x20\x73\x63\x6f\x70\x65\x3d\42\162\157\167\42\76"; $this->showChangeBox($change_selected, "\141\x64\x64\137\164\x6f\137\155\145\144\151\x61\137\x6c\151\x62\x72\141\x72\x79"); echo "\x41\144\144\x20\x74\157\40\164\150\x65\40\115\145\x64\x69\141\40\x4c\151\142\162\x61\x72\x79\x3c\57\164\150\x3e\15\12\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\74\x74\144\76"; echo "\x3c\151\156\x70\165\x74\40\164\x79\x70\x65\75\42\143\150\x65\x63\153\142\157\170\x22\x20\x6e\x61\155\145\x3d\x22\x61\144\x64\x5f\164\x6f\x5f\155\x65\x64\151\x61\137\154\151\x62\162\141\x72\171\42\40\x69\144\x3d\42\141\x64\144\x5f\164\157\137\155\x65\144\151\141\137\154\151\x62\x72\141\x72\171\42\x20" . ($settings["\141\x64\x64\137\164\157\x5f\155\145\144\151\x61\137\154\151\142\x72\141\162\x79"] === "\157\x6e" ? "\143\x68\x65\x63\x6b\x65\x64\40" : '') . "\x3e"; echo "\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x3c\154\141\142\x65\154\x20\x66\157\x72\75\42\x61\x64\x64\137\164\x6f\x5f\155\145\144\x69\x61\x5f\x6c\x69\142\162\141\162\x79\x22\76\151\x66\x20\x63\x68\x65\143\x6b\x65\144\54\x20\141\154\154\x20\151\155\141\x67\x65\x73\x20\x77\x69\x6c\154\x20\x62\x65\x20\141\144\144\145\x64\x20\x74\x6f\40\x74\150\145\x20\x57\x6f\162\x64\x50\x72\x65\x73\x73\x20\115\145\x64\x69\x61\40\x4c\x69\142\162\x61\162\171\x2e\74\57\x6c\141\142\145\154\76\xd\xa\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\74\x70\x20\143\154\141\163\163\x3d\x22\x64\145\x73\x63\x72\151\x70\164\x69\157\x6e\x22\x3e\74\163\x70\141\x6e\40\x73\x74\x79\x6c\145\75\42\143\x6f\154\157\x72\x3a\40\162\x65\x64\x3b\42\76\x26\43\170\x32\x36\x41\x30\x3b\74\57\163\x70\x61\156\76\x20\104\x6f\40\156\157\x74\40\x65\156\x61\142\154\x65\40\x74\150\x65\x20\x22\x41\144\144\x20\164\157\40\115\145\144\x69\141\40\x4c\151\x62\162\x61\162\171\42\x20\x6f\160\164\x69\157\x6e\40\x77\x69\164\x68\157\x75\164\x20\x61\x20\162\145\141\x73\157\x6e\x2e\40\x54\x68\151\x73\x20\x69\163\x20\x61\40\162\145\163\x6f\x75\162\x63\x65\x2d\151\156\x74\145\156\x73\x69\x76\x65\40\x6f\160\x65\x72\141\164\151\x6f\156\x20\141\156\144\40\151\x74\40\167\x61\163\x74\x69\156\x67\x20\144\x69\x73\x6b\40\163\x70\x61\x63\145\x20\x6f\x6e\40\x79\157\165\x72\x20\163\x65\x72\166\145\162\56\74\x2f\x70\76\xd\12\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\74\57\x74\x64\76\xd\xa\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\74\57\164\x72\x3e\x20\15\12\xd\12\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x3c\x74\x72\x3e\xd\12\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x3c\x74\x68\40\x73\x63\157\x70\x65\x3d\42\162\x6f\167\x22\76"; $this->showChangeBox($change_selected, "\x73\164\x6f\x72\x65\x5f\x62\141\163\x65\x36\x34\137\145\x6e\143\x6f\x64\145\144\x5f\151\x6d\x61\x67\x65\163"); echo "\x53\164\x6f\x72\x65\40\142\141\x73\145\66\x34\55\145\156\x63\157\144\x65\144\40\151\x6d\x61\147\145\163\x3c\x2f\x74\150\76\15\xa\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\74\x74\144\x3e"; echo "\74\x69\x6e\x70\165\164\40\x74\171\x70\x65\x3d\42\x63\x68\145\143\153\x62\157\x78\x22\x20\x6e\x61\155\x65\75\42\x73\x74\x6f\162\x65\137\x62\141\163\145\x36\64\x5f\145\x6e\x63\157\x64\145\x64\x5f\151\x6d\x61\147\145\x73\42\40\x69\x64\x3d\42\163\x74\157\x72\145\137\142\x61\163\x65\x36\64\137\x65\156\x63\157\144\x65\144\137\151\155\x61\147\145\x73\42\40" . ($settings["\x73\164\x6f\x72\x65\137\x62\141\x73\x65\66\64\x5f\x65\x6e\143\157\x64\x65\x64\x5f\151\155\141\x67\x65\x73"] === "\157\156" ? "\x63\150\145\143\x6b\x65\144\x20" : '') . "\x3e"; echo "\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\74\x6c\x61\142\145\154\40\x66\x6f\162\x3d\42\x73\164\157\x72\145\137\142\141\163\x65\66\64\x5f\145\156\x63\x6f\x64\145\144\137\151\155\141\x67\x65\163\42\76\151\146\x20\x74\x68\x69\163\40\x6f\160\x74\x69\157\156\40\x61\156\144\x20\74\163\164\162\157\x6e\147\x3e\123\x74\157\162\x65\x20\x69\x6d\x61\147\145\x73\x20\x6c\157\x63\x61\x6c\x6c\171\x3c\x2f\x73\164\162\x6f\x6e\147\76\x20\x61\x72\145\x20\x65\156\141\142\154\x65\144\x2c\x20\141\154\154\x20\164\150\x65\40\x62\x61\x73\145\x36\64\55\145\156\x63\157\144\145\x64\x20\151\x6d\141\x67\145\163\40\x77\x69\x6c\154\x20\142\145\40\x73\x61\166\145\144\40\141\163\40\162\x65\147\165\x6c\141\x72\40\x69\x6d\141\147\145\x20\x66\151\154\145\163\x20\50\56\x6a\160\147\54\x20\x2e\160\156\x67\x2c\40\x2e\x67\151\x66\x20\145\x74\143\x29\x2e\74\x2f\154\x61\142\x65\154\76\xd\12\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x3c\x2f\164\144\76\15\12\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\74\57\x74\162\x3e\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\xd\xa\15\12\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x3c\164\162\x3e\xd\xa\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x3c\x74\x68\40\163\143\x6f\x70\145\x3d\42\162\157\x77\42\x3e\74\x61\40\x6e\141\155\x65\75\x22\x6d\x65\144\151\x61\x2d\x61\x74\x74\141\x63\x68\155\x65\156\x74\163\x22\x3e\74\57\141\x3e"; $this->showChangeBox($change_selected, "\151\x6e\x73\145\x72\164\137\155\145\144\x69\x61\x5f\x61\164\x74\x61\143\150\x6d\x65\x6e\164\163"); echo "\115\x65\144\x69\x61\40\141\x74\x74\141\143\x68\x6d\x65\156\x74\163\x3c\x2f\x74\x68\x3e\15\xa\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x3c\x74\x64\76\15\12\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x3c\x73\x65\154\145\143\x74\40\x6e\141\x6d\x65\75\42\151\x6e\163\145\162\x74\137\x6d\x65\144\151\x61\137\141\x74\164\x61\x63\x68\155\145\x6e\x74\x73\42\76\15\12\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40"; echo "\x3c\157\x70\164\151\157\x6e\x20" . ($settings["\x69\156\x73\x65\x72\x74\137\155\145\144\151\141\137\141\x74\164\141\143\150\155\145\x6e\x74\x73"] === "\x6e\x6f" ? "\163\145\154\145\143\x74\145\144\x20" : '') . "\166\x61\x6c\x75\x65\x3d\42\x6e\x6f\x22\x3e\104\157\40\156\157\x74\40\x69\156\x73\x65\x72\x74\40\x61\164\164\x61\143\150\x6d\145\x6e\x74\x73\74\x2f\157\x70\x74\151\x6f\x6e\76"; echo "\74\157\x70\x74\151\x6f\x6e\x20" . ($settings["\151\156\x73\x65\162\164\137\155\145\x64\151\141\137\x61\164\x74\141\x63\x68\155\145\156\164\163"] === "\x74\x6f\160" ? "\x73\x65\x6c\145\143\x74\x65\x64\x20" : '') . "\166\x61\x6c\165\145\x3d\x22\x74\x6f\160\x22\76\111\x6e\163\145\x72\164\40\141\x74\164\x61\x63\x68\x6d\x65\156\164\x73\40\141\164\x20\x74\150\x65\40\x74\157\160\40\157\x66\x20\164\x68\x65\40\160\x6f\x73\164\x3c\x2f\x6f\160\164\x69\157\156\76"; echo "\x3c\157\x70\x74\151\x6f\156\x20" . ($settings["\151\156\163\x65\x72\x74\x5f\x6d\x65\144\151\x61\137\141\x74\164\141\x63\150\155\x65\x6e\x74\163"] === "\x62\x6f\x74\164\x6f\155" ? "\x73\x65\x6c\145\x63\x74\145\x64\40" : '') . "\x76\x61\x6c\x75\x65\x3d\x22\142\x6f\x74\x74\x6f\x6d\42\x3e\x49\x6e\163\145\x72\164\40\x61\x74\x74\x61\x63\150\155\x65\x6e\164\163\40\141\x74\x20\164\x68\145\x20\x62\157\164\164\157\x6d\40\157\x66\x20\x74\x68\x65\x20\x70\157\x73\x74\74\57\x6f\160\164\x69\157\x6e\76"; echo "\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\74\57\x73\145\154\x65\143\x74\x3e\15\12\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x3c\x70\40\143\x6c\141\x73\x73\x3d\42\144\145\x73\143\x72\151\x70\x74\x69\157\156\42\76\x49\x66\x20\x65\x6e\141\x62\x6c\x65\144\x20\164\x68\145\40\x43\x79\x62\x65\162\x53\x45\117\x20\x50\162\x6f\40\163\171\156\x64\x69\x63\141\x74\x6f\162\x20\151\x6e\x73\145\162\x74\x73\40\155\145\144\151\x61\40\141\x74\x74\x61\x63\150\155\x65\156\x74\163\x20\50\x69\x66\40\141\166\141\x69\154\x61\142\x6c\145\51\40\151\x6e\x74\x6f\40\x74\150\145\40\141\147\x67\x72\x65\147\x61\164\151\156\x67\x20\x70\157\163\x74\56\x20\x54\150\x65\15\12\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x66\x6f\x6c\154\x6f\x77\151\x6e\147\40\164\x79\160\x65\x73\x20\157\146\40\x61\x74\x74\141\143\x68\x6d\145\156\164\x73\40\x61\x72\145\x20\163\165\x70\160\157\x72\164\x65\x64\72\x20\74\x63\157\x64\145\76\x26\x6c\164\73\x6d\x65\x64\151\141\72\143\157\156\164\x65\x6e\164\x26\147\x74\x3b\74\57\x63\157\x64\x65\76\54\40\x3c\143\157\144\x65\76\x26\x6c\164\73\155\145\x64\151\x61\72\x74\x68\x75\x6d\x62\156\x61\151\154\46\x67\164\x3b\74\57\143\x6f\x64\x65\76\x20\x61\x6e\x64\x20\74\x63\x6f\144\145\x3e\x26\x6c\x74\73\x65\x6e\143\x6c\157\163\x75\x72\145\46\147\x74\73\x2e\74\x2f\143\157\144\145\x3e\15\xa\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\101\x6c\x6c\x20\x74\x68\x65\x20\x61\147\x67\162\x65\147\141\x74\145\x64\x20\151\155\x61\x67\x65\x73\x20\167\151\154\154\40\143\157\x6e\x74\x61\151\156\40\x3c\143\157\x64\145\x3e\x63\154\x61\163\163\75\x22\x6d\145\144\x69\141\137\x74\x68\x75\x6d\142\x6e\141\x69\x6c\42\x3c\57\x63\157\x64\x65\x3e\x20\x69\x6e\x20\x74\x68\x65\x20\74\143\x6f\x64\145\x3e\46\154\164\73\151\155\x67\x26\147\164\x3b\x3c\x2f\143\x6f\x64\145\76\x20\164\141\147\x2e\74\57\x70\x3e\15\xa\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\74\x2f\x74\144\76\15\12\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x3c\57\164\x72\76\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\15\12\15\12\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x3c\x74\x72\x3e\xd\xa\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x3c\x74\x68\x20\x73\143\x6f\160\145\75\42\162\157\x77\42\76"; $this->showChangeBox($change_selected, "\163\x65\164\137\x74\150\165\x6d\x62\x6e\141\151\x6c"); echo "\120\157\163\164\x20\x74\x68\x75\155\142\156\141\151\154\x73\x3c\57\164\150\x3e\xd\12\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\74\x74\144\76\xd\xa\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x3c\163\x65\154\145\143\164\40\151\144\75\x22\x73\145\x74\137\x74\x68\x75\155\142\x6e\141\151\154\42\x20\156\141\x6d\145\x3d\42\163\145\164\x5f\x74\150\x75\155\142\156\x61\x69\x6c\42\x20\157\156\x63\x68\x61\156\x67\145\75\42\143\x73\x65\157\x53\145\x74\x54\x68\x75\155\x62\156\x61\151\x6c\x28\51\x3b\42\76\15\12\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\40\40"; echo "\x3c\157\160\x74\x69\x6f\x6e\x20" . ($settings["\163\145\164\x5f\x74\x68\165\155\x62\x6e\141\x69\154"] === "\x6e\157\x5f\x74\150\x75\155\x62" ? "\x73\145\154\x65\x63\x74\145\144\40" : '') . "\166\141\154\165\145\x3d\x22\156\x6f\137\164\x68\x75\x6d\x62\42\x3e\104\157\x20\x6e\157\164\40\143\x72\145\x61\164\145\74\x2f\157\x70\164\151\157\x6e\76"; echo "\x3c\157\160\x74\x69\x6f\x6e\x20" . ($settings["\163\x65\x74\137\164\150\x75\155\142\x6e\141\151\x6c"] === "\x66\151\162\163\x74\137\x69\x6d\141\147\x65" ? "\x73\145\154\145\143\x74\x65\x64\x20" : '') . "\166\141\154\x75\145\75\42\x66\x69\x72\x73\164\137\x69\x6d\x61\147\x65\42\x3e\103\162\x65\x61\164\x65\40\146\x72\157\155\40\x74\150\145\x20\146\x69\x72\x73\164\40\x70\157\x73\x74\x20\151\155\141\x67\145\x3c\57\157\x70\164\x69\157\x6e\76"; echo "\74\157\x70\x74\151\x6f\156\40" . ($settings["\163\x65\x74\x5f\164\x68\165\x6d\142\x6e\141\151\x6c"] === "\x6c\x61\x73\x74\x5f\151\x6d\141\x67\145" ? "\x73\145\154\x65\143\164\145\144\40" : '') . "\166\x61\154\x75\145\75\42\x6c\141\163\x74\137\x69\x6d\141\147\145\x22\x3e\103\162\145\x61\164\145\x20\146\162\x6f\x6d\40\x74\150\x65\40\154\x61\163\x74\40\x70\157\x73\x74\x20\151\x6d\141\x67\x65\74\57\x6f\x70\164\x69\x6f\156\x3e"; echo "\74\x6f\160\164\x69\x6f\x6e\x20" . ($settings["\x73\x65\164\x5f\164\x68\x75\x6d\x62\x6e\141\151\154"] === "\162\x61\156\144\157\155\x5f\x69\155\141\147\145" ? "\x73\x65\154\145\x63\164\145\144\x20" : '') . "\x76\141\154\x75\x65\x3d\42\x72\141\156\144\157\x6d\x5f\x69\155\141\147\145\x22\x3e\103\x72\x65\x61\x74\x65\x20\146\x72\x6f\x6d\40\x61\40\x72\x61\156\x64\x6f\155\x20\x70\x6f\163\x74\x20\151\155\141\147\145\x3c\x2f\x6f\160\x74\x69\x6f\x6e\x3e"; echo "\x3c\157\160\164\x69\x6f\x6e\40" . ($settings["\x73\145\164\137\164\x68\x75\x6d\142\156\141\x69\x6c"] === "\x6d\x65\x64\x69\x61\137\141\x74\164\141\143\x68\155\x65\156\164" ? "\x73\145\154\x65\143\164\145\x64\40" : '') . "\x76\141\x6c\165\145\x3d\x22\x6d\145\x64\151\x61\x5f\x61\164\164\x61\143\x68\155\145\156\164\42\76\x43\x72\145\141\x74\145\x20\x66\162\x6f\x6d\x20\164\x68\x65\x20\x69\155\x61\x67\145\x20\155\x65\144\x69\x61\x20\x61\x74\x74\141\143\150\155\145\156\164\x3c\x2f\x6f\160\x74\x69\x6f\156\76"; echo "\74\157\160\164\151\157\156\40" . ($settings["\x73\145\x74\137\x74\x68\165\155\x62\156\x61\x69\x6c"] === "\164\x68\x75\155\142\x5f\x66\151\x65\154\x64" ? "\163\x65\x6c\145\x63\164\x65\144\x20" : '') . "\x76\x61\x6c\x75\145\75\x22\164\150\x75\155\x62\x5f\146\x69\145\154\144\x22\76\103\x72\145\x61\164\x65\40\x66\x72\157\x6d\40\x74\150\145\x20\x22\164\150\165\155\x62\x22\40\x63\165\163\x74\x6f\x6d\40\x66\151\145\154\x64\74\57\x6f\x70\x74\151\157\156\76"; echo "\x3c\157\x70\x74\x69\157\x6e\x20" . ($settings["\163\x65\x74\x5f\x74\150\x75\x6d\142\156\x61\x69\154"] === "\x67\160\x74\137\x69\x6d\141\147\x65" ? "\x73\x65\154\145\143\x74\x65\x64\x20" : '') . "\166\141\154\x75\145\x3d\42\147\160\164\137\x69\155\141\147\145\42\x3e\x46\151\156\144\40\x61\x20\162\145\154\145\166\x61\x6e\164\x20\151\155\x61\147\x65\x20\165\x73\x69\156\x67\40\x47\x50\x54\74\x2f\x6f\x70\x74\151\157\156\x3e"; echo "\74\157\160\164\x69\x6f\x6e\40" . ($settings["\x73\145\164\x5f\x74\150\165\155\x62\156\x61\x69\x6c"] === "\x61\154\164\x65\162\x6e\x61\x74\x69\x76\x65\x5f\151\x6d\141\147\x65" ? "\163\145\154\x65\x63\x74\145\144\40" : '') . "\x76\x61\154\165\x65\75\42\x61\154\164\x65\162\x6e\141\164\151\x76\x65\137\x69\155\x61\x67\x65\x22\x3e\125\163\145\x20\x74\150\145\x20\141\154\164\145\162\x6e\141\x74\151\x76\145\40\x69\155\141\147\145\x20\x73\157\165\x72\143\x65\74\x2f\x6f\x70\x74\151\157\x6e\x3e"; echo "\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x3c\x2f\163\145\154\145\x63\x74\76\15\12\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\74\160\x20\143\154\141\x73\163\x3d\x22\x64\145\163\x63\x72\151\160\164\151\157\x6e\42\76\x53\x65\x6c\145\x63\164\40\x74\150\x65\40\x73\157\x75\162\143\x65\40\x69\x6d\141\x67\x65\40\146\x6f\162\x20\164\x68\x65\x20\160\x6f\163\164\x20\x74\x68\165\x6d\142\x6e\141\151\154\56\74\x2f\160\x3e\15\xa\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\74\57\x74\144\76\xd\xa\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x20\40\74\57\164\162\x3e\xd\xa\15\12\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x3c\164\x72\40\151\144\x3d\x22\160\x72\145\146\145\x72\x72\145\144\137\147\x70\x74\137\151\x6d\141\147\x65\137\x73\157\x75\x72\143\x65\137\142\157\170\42\x20\x73\164\171\154\x65\x3d\x22\144\151\x73\160\154\x61\x79\72\40\156\157\156\145\x3b\x22\x3e\xd\12\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\74\x74\150\x20\163\x63\157\160\145\x3d\x22\162\x6f\167\x22\x3e"; $this->showChangeBox($change_selected, "\160\162\145\146\x65\162\162\x65\x64\137\x67\160\164\137\x69\x6d\141\147\x65\137\163\x6f\x75\162\x63\145"); echo "\x3c\57\x74\x68\76\xd\xa\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x3c\x74\x64\x3e\xd\12\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x3c\144\x69\166\x20\143\154\141\163\x73\75\42\x63\163\145\x6f\55\142\157\170\42\x20\x73\164\x79\154\145\75\42\x70\x61\x64\144\151\156\147\72\40\70\160\170\x3b\42\76\xd\12\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x3c\163\x74\x72\x6f\x6e\x67\x3e\120\162\x65\x66\x65\x72\162\145\144\x20\107\120\x54\x20\x69\x6d\141\147\145\40\x73\x6f\165\x72\x63\145\74\x2f\163\x74\x72\157\x6e\x67\76\x20\x26\x6e\142\163\160\x3b\15\xa\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\74\163\x65\154\x65\143\x74\x20\156\141\155\145\x3d\x22\160\162\145\x66\x65\x72\x72\x65\x64\x5f\x67\160\x74\x5f\x69\x6d\x61\x67\x65\137\163\157\165\x72\x63\145\42\76\xd\xa\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40"; echo "\74\x6f\x70\164\151\x6f\156\40" . ($settings["\160\x72\145\146\145\162\x72\x65\144\x5f\x67\x70\x74\x5f\151\x6d\x61\x67\x65\x5f\x73\157\165\x72\x63\145"] === "\160\151\x78\141\142\141\171" ? "\x73\x65\154\x65\x63\164\x65\x64\x20" : '') . "\x76\141\x6c\x75\145\x3d\x22\160\151\x78\x61\142\141\171\x22\x3e\x50\151\170\141\x62\141\x79\74\x2f\157\160\164\x69\x6f\x6e\76"; echo "\74\x6f\160\x74\x69\x6f\x6e\40" . ($settings["\x70\x72\x65\x66\x65\x72\x72\x65\144\137\x67\160\x74\x5f\151\155\x61\147\x65\x5f\163\157\165\x72\143\145"] === "\x67\157\157\147\x6c\145\137\151\x6d\x61\x67\145\137\x73\145\x61\162\x63\x68" ? "\x73\145\154\x65\143\164\145\x64\x20" : '') . "\166\x61\x6c\165\145\x3d\x22\147\157\157\x67\154\145\137\151\x6d\141\x67\x65\x5f\163\145\141\x72\143\x68\x22\76\x47\157\x6f\x67\154\x65\40\x49\155\141\147\x65\40\x73\x65\141\143\x72\x68\40\x72\x65\163\165\154\x74\163\74\57\157\x70\164\x69\x6f\156\76"; echo "\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x3c\57\x73\145\x6c\145\143\164\76\15\12\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\74\160\x20\143\x6c\141\x73\163\75\x22\144\145\163\x63\x72\x69\160\x74\x69\x6f\x6e\42\76\123\145\x6c\x65\143\x74\40\x74\x68\145\40\160\x72\145\x66\x65\x72\x72\x65\144\x20\x73\x6f\165\x72\143\145\x20\x66\x6f\162\40\107\120\124\x20\x69\155\x61\147\x65\40\x73\x65\141\162\143\x68\56\74\x2f\160\x3e\xd\xa\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\74\x2f\144\x69\x76\x3e\15\12\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\40\74\57\x74\x64\76\15\xa\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\74\x2f\x74\162\76\xd\xa\15\12\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x3c\164\x72\76\15\12\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x3c\x74\150\x20\x73\x63\157\160\145\x3d\x22\x72\x6f\167\42\76"; $this->showChangeBox($change_selected, "\165\163\x65\137\x66\x69\x66\165"); echo "\x55\163\x65\40\x46\111\x46\x55\x3c\x2f\164\150\x3e\15\12\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x3c\x74\144\76"; echo "\x3c\x69\x6e\160\165\164\40\x74\171\160\145\x3d\42\143\x68\145\x63\153\x62\157\170\42\x20\156\x61\155\x65\x3d\x22\165\x73\145\x5f\146\x69\x66\x75\x22\x20\151\144\x3d\42\x75\163\145\137\146\x69\x66\165\42\40" . ($settings["\x75\163\145\x5f\146\x69\x66\165"] === "\157\156" ? "\x63\150\145\143\x6b\x65\x64\x20" : '') . "\x3e"; echo "\x3c\154\x61\x62\x65\154\40\146\157\x72\x3d\42\x75\163\x65\x5f\146\x69\146\165\x22\x3e\x77\150\x65\156\40\143\x68\x65\x63\153\x65\144\x2c\40\164\x68\x65\x20\x70\x6f\x73\164\40\x74\150\x75\x6d\x62\156\141\x69\x6c\40\167\157\156\x27\164\40\142\x65\x20\x73\164\157\x72\x65\144\40\154\157\143\141\x6c\x6c\x79\56\40\111\164\x20\167\151\154\154\x20\142\145\40\150\157\x74\x6c\x69\x6e\x6b\x65\144\40\141\x6e\x64\40\144\151\163\x70\154\x61\x79\x65\x64\x20\142\171\x20\x74\150\145\x20\74\141\x20\x68\x72\x65\x66\75\42\150\x74\164\160\x73\x3a\57\x2f\167\x77\x77\x2e\x63\x79\x62\x65\x72\x73\145\x6f\x2e\x6e\x65\164\57\x70\x61\x72\164\156\145\x72\x73\x2f\146\x69\146\165\56\160\150\x70\x22\40\x74\x61\162\147\145\164\75\42\137\x62\154\141\156\153\x22\x3e\x46\x49\x46\x55\x3c\x2f\141\x3e\x20\x70\x6c\x75\147\x69\x6e\x2c\40\167\150\x69\143\x68\40\155\165\163\x74\40\142\145\x20\151\156\x73\x74\x61\154\154\x65\x64\x20\x61\156\x64\x20\x61\x63\164\151\166\x61\164\145\144\56\74\x2f\x6c\141\x62\x65\x6c\x3e"; if (!function_exists("\x66\x69\x66\165\x5f\144\x65\166\137\163\x65\164\137\x69\x6d\x61\x67\x65")) { echo "\x3c\160\x20\143\154\141\163\163\75\42\x64\x65\163\143\162\x69\160\x74\x69\x6f\x6e\x22\40\151\x64\75\x22\146\151\x66\x75\137\167\141\x72\156\151\x6e\x67\x22\x3e\x3c\163\x70\141\x6e\x20\x73\164\x79\154\x65\75\x22\143\157\154\x6f\x72\72\x20\162\145\144\x3b\42\76\46\x23\x78\62\x36\101\x30\73\x3c\57\163\160\141\x6e\76\40\x46\111\x46\125\x20\151\x73\x20\156\x6f\164\x20\x64\x65\164\145\x63\x74\145\x64\56\x20\111\146\x20\171\157\165\40\x65\x6e\141\142\154\145\x20\164\x68\x69\163\40\x6f\x70\164\151\157\x6e\x2c\40\164\x68\x65\x20\x70\157\163\x74\40\164\150\165\155\x62\156\141\151\x6c\x20\x77\x69\154\x6c\x20\156\x6f\x74\x20\142\x65\40\147\x65\x6e\145\162\141\164\145\144\x2e\40\x50\154\145\141\x73\145\40\x69\x6e\x73\x74\141\154\154\40\141\x6e\x64\40\x61\x63\x74\151\x76\141\x74\x65\x20\x46\x49\x46\x55\40\x66\151\162\x73\x74\x2e\x3c\x2f\160\76"; } echo "\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\74\57\164\x64\76\xd\xa\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\74\x2f\x74\x72\x3e\40\40\40\40\x20\40\40\xd\12\15\12\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x3c\164\162\x3e\xd\12\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x3c\164\150\x20\x73\143\x6f\x70\145\x3d\x22\162\x6f\x77\42\x3e"; $this->showChangeBox($change_selected, "\141\x6c\164\x5f\160\x6f\x73\164\x5f\164\150\165\x6d\142\156\x61\x69\x6c\x5f\x73\162\143"); echo "\101\154\164\145\x72\x6e\141\x74\151\x76\x65\x20\x74\150\x75\155\x62\156\141\151\x6c\x20\x73\157\165\162\x63\145\74\x2f\x74\x68\x3e\15\xa\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x3c\164\x64\76\15\12\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40"; echo "\74\151\x6e\x70\x75\x74\40\164\x79\x70\x65\x3d\42\x74\145\x78\x74\42\x20\156\x61\x6d\x65\75\42\x61\154\164\137\160\157\x73\x74\x5f\x74\x68\165\155\142\x6e\x61\x69\154\137\163\x72\x63\x22\40\163\164\171\154\145\75\x22\x6d\141\x72\x67\151\x6e\x3a\60\x3b\167\151\x64\x74\x68\72\x31\60\x30\x25\73\x22\x20\x76\141\154\x75\x65\x3d\x22" . stripslashes($settings["\x61\x6c\164\137\x70\157\x73\164\137\164\x68\165\x6d\x62\156\141\151\x6c\137\163\162\143"]) . "\42\x20\x73\x69\x7a\x65\x3d\42\x32\x30\42\76"; echo "\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x3c\x70\x20\x63\x6c\141\163\x73\x3d\x22\x64\x65\163\143\162\151\160\x74\x69\x6f\156\42\76\x54\x68\x65\40\141\154\164\145\162\x6e\x61\x74\151\166\x65\40\160\x6f\x73\164\40\164\x68\x75\x6d\x62\156\x61\x69\154\40\x73\157\165\x72\143\145\x20\146\157\x72\x20\164\150\145\40\143\141\x73\x65\40\x69\146\x20\164\150\x65\x20\163\157\x75\x72\143\145\40\151\x6d\141\x67\x65\x20\167\141\163\40\156\157\x74\x20\x66\157\x75\x6e\x64\x2e\x20\131\157\165\40\x63\x61\156\x20\163\x65\164\x20\x68\145\162\145\40\xd\12\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\171\157\165\x72\x20\x64\x65\146\141\x75\154\x74\40\x69\x6d\141\147\x65\40\125\x52\x4c\x20\x6f\x72\40\165\163\x65\40\164\150\145\40\x3c\143\x6f\x64\145\x3e\45\160\151\x78\141\142\x61\171\x5b\x4b\x45\131\127\x4f\122\x44\135\x25\x3c\57\x63\157\144\x65\76\x20\141\x6e\144\x20\x3c\143\x6f\144\145\x3e\x25\162\141\x6e\144\x6f\155\x5f\x69\x6d\141\147\145\x5b\x4b\105\131\127\x4f\x52\x44\x5d\45\x3c\x2f\x63\157\144\145\76\40\74\x61\x20\150\162\145\x66\x3d\42\150\x74\x74\160\163\72\57\57\167\167\167\x2e\143\x79\142\145\x72\163\145\x6f\x2e\x6e\145\x74\57\x63\x6f\156\x74\145\x6e\x74\x2d\x73\x79\x6e\144\151\143\x61\164\157\x72\57\x23\x74\x65\x6d\x70\x6c\141\164\145\163\x22\40\x74\x61\162\147\x65\164\75\42\137\x62\x6c\x61\x6e\x6b\42\x3e\160\x6c\x61\143\x65\x68\x6f\154\x64\145\x72\x73\74\x2f\141\x3e\x2e\xd\12\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\105\x2e\x67\x2e\x3a\40\x3c\143\x6f\x64\x65\x3e\x25\160\x69\170\x61\142\x61\x79\133\x62\154\165\x65\x20\x73\x6b\x79\135\x25\x3c\57\x63\x6f\x64\x65\x3e\x2c\40\74\143\157\x64\145\x3e\45\x70\x69\170\x61\x62\141\x79\x5b\45\x63\141\164\x65\x67\x6f\x72\x69\145\x73\x25\x5d\x25\x3c\x2f\143\157\x64\x65\x3e\x2c\x20\x3c\x63\157\144\x65\x3e\x25\160\x69\x78\x61\x62\141\171\x5b\45\147\160\164\137\x6b\145\x79\x77\x6f\162\144\163\45\x5d\45\x3c\x2f\143\157\x64\145\x3e\x2c\x20\74\143\157\x64\145\x3e\x25\162\141\156\x64\157\155\x5f\x69\155\141\x67\x65\x5b\45\160\x6f\163\164\x5f\x74\151\164\154\145\45\x5d\x25\74\57\x63\x6f\x64\145\76\54\40\74\x63\157\144\x65\76\45\x72\x61\x6e\x64\x6f\x6d\x5f\x69\155\x61\147\x65\x5b\45\x67\160\164\x5f\153\x65\171\x70\x68\x72\x61\x73\145\x25\x5d\45\x3c\57\x63\x6f\x64\x65\x3e\x20\145\x74\143\56\xd\12\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\124\150\x69\x73\x20\x66\x69\145\154\x64\40\x77\x69\x6c\x6c\x20\x62\x65\40\151\x67\156\157\162\x65\144\40\x69\146\x20\164\x68\145\x20\42\120\x6f\x73\164\x20\164\x68\165\155\142\156\x61\x69\x6c\163\42\x20\157\160\164\151\x6f\x6e\40\x69\x73\x20\163\x65\x74\40\x74\157\40\42\144\157\x20\156\x6f\164\40\147\145\156\145\x72\141\x74\145\42\56\74\57\x70\x3e\15\12\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x3c\x2f\x74\x64\76\15\12\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\x3c\57\164\162\x3e\40\40\x20\40\x20\40\40\40\x20\xd\12\xd\xa\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x3c\164\x72\76\15\12\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\x3c\x74\150\x20\x73\x63\x6f\160\145\75\x22\162\x6f\x77\42\76"; $this->showChangeBox($change_selected, "\164\150\165\155\x62\x5f\163\162\143\x5f\x73\151\x7a\x65\x73"); echo "\124\150\165\x6d\142\156\141\x69\154\x20\163\x6f\165\162\x63\x65\40\163\151\x7a\145\74\x2f\164\x68\x3e\xd\xa\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x3c\x74\144\76\15\12\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40"; echo "\155\x69\156\40\167\151\144\x74\150\72\x20\74\151\x6e\x70\x75\164\x20\164\x79\160\145\x3d\x22\x74\x65\170\164\x22\40\156\x61\155\145\x3d\x22\x74\150\165\155\x62\x5f\x73\162\x63\137\x6d\x69\156\x5f\x77\x69\x64\164\150\x22\40\x76\x61\x6c\x75\145\x3d\x22" . $settings["\x74\x68\x75\x6d\142\x5f\163\x72\x63\x5f\x6d\151\156\137\x77\151\x64\x74\150"] . "\42\x20\x73\151\x7a\145\75\x22\x35\x22\76\x20\x26\156\x62\163\160\x3b\x20"; echo "\x6d\x61\170\40\167\x69\144\x74\150\72\x20\74\151\156\160\x75\164\40\164\171\160\145\75\x22\x74\x65\x78\x74\x22\x20\156\141\x6d\x65\x3d\x22\164\x68\165\155\x62\x5f\163\x72\x63\x5f\155\141\170\x5f\x77\x69\144\164\150\x22\x20\166\x61\154\165\x65\x3d\x22" . $settings["\x74\150\165\155\142\137\x73\162\143\137\155\141\x78\x5f\x77\151\x64\x74\150"] . "\42\x20\163\151\x7a\x65\75\x22\65\42\x3e\40\46\x6e\x62\x73\x70\73\40"; echo "\x6d\151\x6e\x20\x68\145\x69\147\x68\x74\72\x20\x3c\x69\156\x70\165\x74\40\164\x79\x70\145\75\x22\164\145\170\164\42\40\156\x61\155\145\75\x22\x74\x68\x75\155\x62\x5f\163\x72\x63\x5f\x6d\x69\156\x5f\x68\145\151\147\150\x74\42\x20\166\141\x6c\x75\x65\x3d\x22" . $settings["\x74\150\x75\155\x62\x5f\163\x72\143\x5f\155\151\x6e\137\x68\145\151\147\150\x74"] . "\42\40\163\151\172\145\x3d\x22\x35\42\76\40\x26\156\x62\163\160\x3b\x20"; echo "\155\141\x78\40\150\145\x69\x67\150\x74\x3a\x20\74\151\x6e\x70\x75\x74\x20\164\x79\x70\x65\x3d\x22\x74\x65\170\x74\x22\40\x6e\141\155\x65\x3d\42\x74\x68\x75\x6d\142\x5f\x73\x72\x63\137\155\141\170\137\x68\x65\151\x67\x68\164\42\x20\x76\141\x6c\x75\x65\75\x22" . $settings["\164\150\x75\155\x62\x5f\163\x72\143\137\155\141\170\x5f\150\x65\x69\147\x68\x74"] . "\x22\40\x73\151\172\x65\75\42\x35\42\x3e"; echo "\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\74\x70\40\x63\154\141\x73\x73\x3d\42\x64\x65\163\143\x72\x69\160\164\151\x6f\156\42\x3e\123\145\164\40\x6d\151\x6e\x69\x6d\x75\x6d\40\141\156\x64\x20\x6d\141\x78\151\155\x75\x6d\40\x74\x68\x75\x6d\x62\x6e\x61\151\154\40\163\157\165\x72\143\145\x20\x69\155\141\147\x65\40\x73\x69\x7a\145\40\x69\156\40\x70\151\170\x65\154\x73\56\x20\x49\146\40\164\150\145\40\163\x6f\x75\x72\143\x65\x20\x69\155\x61\x67\x65\x20\x69\163\x20\x73\x6d\x61\154\x6c\145\162\40\x74\x68\x61\156\x20\x61\40\155\151\x6e\x75\155\x75\x6d\40\154\151\x6d\151\164\x20\157\x72\40\154\141\x72\147\x65\x72\40\164\150\x61\156\40\x61\x20\x6d\141\x78\151\x6d\165\x6d\40\157\156\x65\54\xd\xa\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\164\150\145\40\160\x6f\x73\164\40\x74\x68\x75\x6d\x62\x6e\x61\x69\154\x20\167\151\154\x6c\x20\156\157\x74\40\142\x65\40\147\145\x6e\x65\162\141\x74\x65\x64\x2e\40\124\150\151\163\x20\150\145\x6c\x70\x73\x20\x74\x6f\40\x73\157\x72\x74\40\x6f\x75\x74\x20\164\150\x65\x20\160\157\163\x74\x73\40\x77\x69\x74\x68\x20\x76\x65\x72\171\40\163\x6d\141\x6c\x6c\x20\x69\155\x61\147\x65\x73\x20\x77\x68\145\x6e\40\x74\x68\x65\x20\160\x6f\x73\164\40\164\x68\x75\155\x62\156\x61\x69\154\x20\x69\x73\40\162\145\x71\x75\151\162\145\144\56\xd\12\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\125\163\145\x20\74\143\157\144\145\76\x30\x3c\x2f\x63\157\x64\145\76\x20\151\146\40\171\157\x75\40\x64\157\x6e\x27\164\40\167\141\156\x74\x20\164\157\40\154\x69\x6d\x69\164\40\164\x68\145\40\x74\x68\x75\155\142\156\141\151\x6c\x20\163\x6f\x75\x72\x63\145\40\151\x6d\141\x67\x65\x20\142\171\40\x73\151\172\145\x2e\x3c\x2f\x70\76\15\xa\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\74\57\x74\x64\76\xd\xa\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x3c\x2f\164\162\x3e\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\15\12\xd\12\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x3c\164\x72\x3e\15\12\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\74\164\x68\x20\163\143\x6f\x70\145\x3d\42\162\x6f\x77\42\x3e"; $this->showChangeBox($change_selected, "\162\145\x71\x75\x69\162\x65\137\x74\150\x75\x6d\142\x6e\x61\151\154"); echo "\120\x6f\x73\164\40\164\150\x75\x6d\x62\x6e\x61\151\x6c\x20\151\163\x20\162\x65\x71\165\151\162\x65\x64\74\x2f\x74\x68\76\xd\12\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\74\x74\x64\x3e"; echo "\x3c\151\x6e\x70\165\x74\40\164\x79\160\145\x3d\x22\x63\150\x65\143\x6b\142\x6f\170\42\40\156\141\x6d\x65\x3d\42\x72\x65\161\x75\x69\162\145\137\164\150\x75\x6d\x62\x6e\141\x69\154\x22\40\151\x64\x3d\42\x72\145\x71\165\151\x72\x65\137\164\x68\x75\155\142\156\x61\x69\x6c\x22\x20" . ($settings["\162\145\161\x75\151\162\145\x5f\164\x68\165\155\142\156\x61\151\154"] === "\x6f\156" ? "\x63\x68\145\x63\x6b\x65\144\40" : '') . "\x3e"; echo "\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\74\154\141\x62\145\154\x20\x66\157\x72\75\42\162\x65\x71\x75\151\x72\x65\137\x74\x68\x75\155\142\x6e\141\151\154\42\76\x69\x66\40\164\150\145\40\160\x6c\x75\x67\151\x6e\40\167\151\x6c\x6c\x20\x6e\157\164\40\142\145\x20\141\142\154\x65\x20\164\x6f\40\143\162\x65\141\x74\x65\x20\x70\157\x73\164\40\164\150\165\155\x62\156\x61\x69\x6c\40\141\163\x20\163\160\145\143\x69\x66\x69\145\144\x20\x61\x62\x6f\166\x65\40\50\145\x2e\x67\56\40\x74\x68\145\40\x73\157\165\x72\143\x65\x20\151\x6d\141\147\145\40\x69\x73\40\155\x69\163\163\151\156\147\x20\x6f\x72\x20\142\162\x6f\153\145\156\51\x2c\x20\164\150\x65\40\x70\x6f\x73\x74\40\x77\x69\x6c\x6c\x20\156\x6f\164\40\x62\x65\40\160\165\x62\x6c\151\x73\150\145\144\x2e\x3c\x2f\x6c\141\x62\145\154\x3e\15\12\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\164\x64\76\15\12\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x3c\57\x74\x72\76\x20\x20\x20\x20\40\x20\x20\15\xa\xd\xa\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x3c\164\x72\x3e\15\xa\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x3c\164\150\40\x73\x63\x6f\x70\145\x3d\x22\162\157\167\42\x3e"; $this->showChangeBox($change_selected, "\163\164\157\162\x65\137\166\151\144\x65\157\163"); echo "\123\164\x6f\162\145\x20\x76\151\x64\x65\157\x73\40\154\x6f\x63\141\x6c\154\x79\x3c\57\164\150\76\15\xa\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\74\x74\144\76"; echo "\x3c\151\x6e\160\x75\164\40\164\x79\160\145\x3d\42\143\x68\x65\x63\153\x62\x6f\x78\42\40\x6e\x61\x6d\x65\x3d\x22\163\164\x6f\162\145\137\x76\x69\144\x65\x6f\x73\42\x20\x69\x64\75\42\x73\164\x6f\x72\145\x5f\x76\x69\x64\x65\157\163\x22\40" . ($settings["\163\x74\157\162\145\137\166\151\x64\145\157\163"] === "\x6f\156" ? "\143\x68\145\143\153\145\x64\x20" : '') . "\x3e"; echo "\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\74\154\x61\142\x65\x6c\40\x66\157\x72\75\42\x73\164\157\x72\145\137\x76\151\144\145\157\x73\x22\76\151\x66\40\x63\x68\x65\143\153\x65\144\x2c\40\141\x6c\154\40\166\x69\144\145\x6f\163\x20\167\x69\x6c\154\40\x62\145\x20\143\x6f\x70\x69\145\x64\40\x69\156\164\x6f\40\x74\x68\x65\40\144\x65\x66\x61\x75\x6c\x74\x20\165\x70\154\157\141\x64\163\40\x66\x6f\154\x64\x65\x72\56\x20\124\150\x65\x20\146\x6f\154\x6c\157\167\151\x6e\x67\x20\166\x69\144\145\x6f\x20\145\x78\164\x65\156\163\151\x6f\x6e\x73\x20\141\162\145\40\x73\165\160\160\157\x72\164\x65\144\72\40\155\x70\64\54\x20\x6d\x34\166\54\x20\x6d\x6f\x76\54\x20\x77\x6d\x76\54\x20\141\166\151\x2c\x20\155\160\147\54\x20\157\x67\166\x2c\40\x33\x67\160\54\x20\x33\147\x32\56\74\57\154\x61\142\145\x6c\76\15\12\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x3c\57\x74\x64\x3e\xd\xa\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\74\x2f\x74\x72\x3e\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\xd\12\xd\12\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x3c\164\x72\76\15\12\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\x3c\x74\x68\40\163\x63\x6f\x70\145\75\42\x72\157\167\42\76"; $this->showChangeBox($change_selected, "\x75\163\145\x5f\166\151\x64\x65\x6f\137\143\165\x73\164\157\x6d\137\x66\x69\154\145\x64"); echo "\x55\163\145\40\42\166\x69\144\x65\x6f\x22\x20\143\x75\163\x74\157\x6d\40\x66\151\x65\154\x64\74\x2f\164\x68\x3e\xd\xa\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\x3c\x74\x64\76\xd\12\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x3c\163\x65\x6c\145\143\164\40\x6e\x61\155\145\75\x22\x75\x73\x65\137\166\x69\144\x65\157\137\143\165\163\x74\x6f\155\137\146\151\x6c\x65\x64\42\76\15\xa\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40"; echo "\x3c\x6f\x70\x74\x69\157\x6e\x20" . ($settings["\165\163\x65\x5f\166\151\144\145\x6f\x5f\x63\x75\x73\x74\157\x6d\x5f\146\x69\154\145\x64"] === "\156\x6f" ? "\x73\x65\154\145\x63\164\x65\x64\x20" : '') . "\166\141\x6c\x75\145\75\x22\x6e\x6f\42\x3e\x44\157\x20\x6e\x6f\164\x20\x65\x6d\x62\x65\x64\x20\x76\151\x64\x65\157\74\57\x6f\160\x74\151\x6f\156\76"; echo "\x3c\x6f\x70\x74\x69\157\x6e\40" . ($settings["\165\163\x65\137\166\x69\x64\x65\x6f\137\143\x75\163\x74\157\155\x5f\146\x69\x6c\145\144"] === "\164\157\x70" ? "\163\145\154\x65\143\164\x65\x64\x20" : '') . "\166\141\154\165\145\x3d\42\164\157\160\x22\x3e\x45\155\x62\x65\144\40\x76\151\x64\145\157\x20\141\x74\x20\x74\150\x65\x20\x74\157\160\40\x6f\146\40\x74\x68\145\40\160\x6f\x73\x74\74\x2f\x6f\x70\164\x69\x6f\x6e\76"; echo "\74\x6f\x70\164\x69\x6f\x6e\40" . ($settings["\x75\163\145\x5f\166\x69\x64\145\157\x5f\143\x75\163\x74\x6f\155\x5f\x66\151\x6c\x65\x64"] === "\142\157\164\164\157\155" ? "\163\145\x6c\145\143\x74\145\144\x20" : '') . "\166\x61\154\165\145\x3d\x22\x62\x6f\164\x74\x6f\x6d\42\76\x45\155\142\145\144\x20\166\151\144\x65\157\x20\141\x74\40\x74\150\145\x20\x62\x6f\x74\x74\157\155\40\x6f\x66\40\x74\x68\145\40\160\x6f\x73\x74\x3c\57\157\x70\164\151\x6f\x6e\76"; echo "\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\74\x2f\x73\x65\x6c\x65\143\x74\76\xd\12\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\74\160\40\143\154\141\163\163\75\x22\x64\x65\163\143\162\151\x70\x74\x69\x6f\x6e\42\x3e\x49\146\x20\145\x6e\x61\x62\154\x65\144\40\x74\x68\x65\x20\103\x79\x62\x65\x72\x53\105\117\x20\x50\162\157\40\x73\171\156\144\151\x63\141\164\x6f\162\x20\x77\x69\x6c\x6c\x20\145\x6d\x62\145\x64\40\x74\x68\x65\40\x63\157\156\x74\x65\156\164\x73\40\x74\x68\x65\40\74\x63\157\x64\145\76\x76\151\144\145\x6f\74\x2f\x63\157\144\x65\x3e\x20\143\x75\163\164\x6f\x6d\x20\x66\x69\154\145\x64\56\x20\111\x74\40\x63\141\x6e\x20\x62\145\40\141\x20\144\x69\162\x65\143\164\x20\154\x69\x6e\153\x20\x74\157\40\141\40\166\151\144\145\157\40\x66\151\x6c\145\40\x6f\162\x20\x61\x6e\x20\x65\x6d\x62\145\x64\x64\141\142\x6c\145\x20\x63\x6f\x64\x65\56\74\57\160\x3e\15\12\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\74\x2f\164\x64\76\15\12\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\x3c\57\x74\162\x3e\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\xd\12\xd\12\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x3c\x74\162\76\xd\xa\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x3c\x74\150\40\x73\143\157\x70\145\x3d\42\x72\157\x77\x22\40\x73\164\171\154\145\75\42\x63\x6f\x6c\x6f\x72\x3a\x20\43\x38\70\x38\73\42\x3e"; $this->showChangeBox($change_selected, "\x65\155\142\x65\x64\137\166\x69\x64\145\157\163"); echo "\x45\155\x62\145\x64\40\x76\x69\x64\x65\157\163\74\57\164\x68\x3e\15\xa\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x3c\x74\x64\76\15\xa\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40"; echo "\74\151\156\x70\165\164\x20\164\x79\x70\145\x3d\42\x63\x68\145\x63\x6b\x62\x6f\x78\x22\x20\x6e\141\x6d\145\x3d\42\x65\x6d\142\145\x64\137\x76\x69\x64\x65\x6f\163\x22\x20\x69\x64\75\42\145\155\142\145\144\137\x76\151\144\145\157\x73\x22\40" . ($settings["\145\155\x62\x65\x64\137\x76\151\x64\145\157\163"] === "\x6f\156" ? "\143\150\145\143\153\x65\x64\40" : '') . "\76"; echo "\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\74\x6c\141\142\145\x6c\x20\146\x6f\162\75\42\145\155\x62\x65\144\137\166\151\x64\145\x6f\163\x22\76\151\x6e\163\145\x72\x74\x73\x20\164\165\142\x65\40\x76\x69\x64\x65\x6f\40\x65\x6d\x62\145\144\163\x20\151\156\x74\x6f\x20\x74\x68\145\40\x70\x6f\163\164\56\x20\x53\165\x70\x70\x6f\162\x74\145\x64\40\x66\x65\145\144\x20\163\157\x75\162\143\145\x73\x3a\40\131\157\x75\124\x75\x62\x65\54\x20\x56\151\x6d\x65\x6f\54\40\106\154\x69\143\x6b\162\x2c\x20\x49\x47\x4e\54\x20\104\x61\x69\154\171\x4d\x6f\164\151\x6f\x6e\x2e\74\x2f\x6c\x61\142\145\154\x3e\xd\12\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\74\160\x20\x63\x6c\141\x73\x73\75\42\144\145\x73\x63\162\x69\160\x74\x69\x6f\x6e\42\76\x56\151\x64\x65\x6f\x20\x66\x65\145\x64\40\145\170\141\x6d\x70\x6c\x65\163\x3a\15\12\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x3c\x61\40\x68\162\145\146\x3d\42\x68\164\x74\x70\163\x3a\57\57\x77\167\167\x2e\171\x6f\x75\164\165\142\145\x2e\143\x6f\x6d\x2f\x66\x65\145\144\x73\57\166\x69\144\x65\157\163\x2e\x78\155\154\x3f\165\163\145\162\x3d\x76\x65\x76\x6f\42\x20\x74\141\162\147\145\x74\x3d\42\x5f\x62\x6c\141\156\153\x22\76\150\164\x74\x70\163\x3a\57\57\167\x77\167\56\171\x6f\165\x74\165\x62\145\56\143\x6f\155\57\x66\145\x65\144\163\x2f\166\x69\x64\145\x6f\x73\x2e\170\155\x6c\x3f\x75\x73\x65\x72\x3d\166\145\166\157\x3c\x2f\x61\76\x2c\xd\xa\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\74\x61\40\x68\162\145\x66\75\42\150\164\164\x70\163\72\57\57\x76\x69\x6d\145\157\x2e\x63\157\x6d\57\143\x68\141\x6e\156\145\x6c\163\57\167\145\146\x6f\165\x6e\x64\x74\150\145\163\x65\57\x76\x69\x64\145\157\x73\57\x72\163\163\x22\40\x74\141\x72\147\145\x74\75\42\137\x62\154\x61\x6e\x6b\42\x3e\150\164\164\160\x73\72\x2f\57\166\x69\x6d\x65\x6f\56\143\x6f\155\x2f\143\x68\141\x6e\156\145\x6c\163\57\167\x65\x66\x6f\165\156\x64\x74\150\145\x73\145\x2f\166\151\x64\x65\157\163\57\x72\x73\x73\74\x2f\141\76\74\x2f\160\x3e\xd\12\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x3c\x70\40\143\x6c\x61\163\x73\x3d\42\144\145\x73\143\x72\x69\160\164\x69\x6f\x6e\42\76\x3c\x73\160\141\156\x20\163\x74\171\x6c\145\75\42\x63\157\154\157\162\72\40\162\145\144\x3b\42\76\46\43\170\62\66\101\x30\x3b\74\x2f\163\x70\141\156\x3e\x20\124\150\x69\163\40\x6f\160\164\151\157\x6e\40\x69\163\x20\141\144\x64\x65\x64\40\x66\157\162\x20\143\x6f\155\x70\x61\x74\151\142\151\154\151\164\171\40\x77\151\x74\x68\40\103\x79\142\x65\162\123\105\117\40\x4c\x69\x74\145\x2e\x20\x49\164\47\163\x20\x72\x65\x63\x6f\155\x6d\x65\x6e\x64\145\x64\x20\x74\x6f\40\165\x73\145\x20\x70\x72\145\x73\x65\164\x73\x20\x69\x6e\x73\x74\145\141\x64\x2e\74\x2f\160\x3e\15\xa\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\74\x2f\x74\144\x3e\xd\12\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\74\57\x74\162\76\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\xd\xa\xd\xa\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\74\x2f\x74\141\x62\x6c\145\x3e\xd\12\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x3c\x2f\144\151\x76\x3e\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\xd\12\xd\12\40\40\40\40\x20\40\40\40\x20\40\40\40\x3c\144\151\x76\x20\151\x64\75\42\141\x64\x76\x61\x6e\x63\145\x64\x22\40\143\x6c\x61\x73\x73\75\42\x74\141\142\x5f\x63\x6f\156\164\145\156\x74\42\x3e\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\15\12\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x3c\142\162\x3e\xd\12\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\74\x74\x61\142\x6c\145\40\143\x6c\x61\163\163\x3d\x22\x66\157\162\155\55\x74\141\142\x6c\x65\x20"; if (!$change_selected) { goto b9YB1; } echo "\x63\x73\x65\157\x2d\x66\x6f\x72\155"; b9YB1: echo "\42\x3e\xd\xa\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x3c\x74\162\76\15\xa\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x3c\x74\150\x20\163\143\157\x70\145\75\x22\x72\x6f\167\x22\x3e"; $this->showChangeBox($change_selected, "\145\x78\164\x72\x61\143\164\137\x66\x75\154\154\137\141\162\164\x69\143\154\145\x73"); echo "\105\x78\164\162\x61\143\x74\40\146\x75\x6c\x6c\x20\164\x65\170\x74\x20\x61\162\164\x69\x63\x6c\145\163\x3c\x2f\164\150\76\xd\xa\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x3c\164\144\76\xd\xa\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\74\163\145\x6c\145\143\x74\40\156\141\x6d\x65\x3d\42\145\x78\x74\162\141\x63\164\x5f\x66\x75\x6c\x6c\137\141\x72\x74\151\x63\154\145\x73\x22\40\x6f\x6e\143\150\141\156\147\x65\75\42\x63\x73\x65\x6f\103\150\x61\156\x67\145\124\x65\x78\x74\105\x78\x74\x72\x61\143\x74\x6f\x72\x28\x29\x3b\x22\76\15\xa\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40"; echo "\74\x6f\160\x74\151\x6f\x6e\40" . ($settings["\145\x78\x74\162\x61\143\x74\x5f\146\165\x6c\x6c\x5f\x61\x72\164\x69\x63\x6c\145\x73"] === '' ? "\x73\x65\154\145\143\164\x65\144\x20" : '') . "\x76\141\x6c\165\145\75\42\x22\76\x44\x6f\156\47\x74\x20\x65\170\x74\162\141\143\164\x3c\57\x6f\x70\164\151\157\156\76"; if (empty(get_option("\143\170\x78\x78\x5f\x66\165\x6c\x6c\x5f\x74\x65\170\x74\137\x65\x78\x74\162\x61\x63\164\x6f\x72"))) { goto KItIh; } echo "\74\x6f\160\x74\x69\157\156\40" . ($settings["\145\170\x74\162\x61\143\x74\x5f\x66\x75\x6c\154\137\141\x72\x74\151\143\154\145\x73"] === "\157\x6e" ? "\163\x65\154\145\x63\x74\145\x64\40" : '') . "\x76\x61\x6c\165\145\x3d\42\x6f\x6e\x22\x3e\x55\163\x65\x20\106\165\x6c\x6c\55\x54\x65\x78\x74\x20\122\123\x53\40\163\143\162\151\x70\x74\x3c\57\157\x70\x74\x69\x6f\156\x3e"; KItIh: echo "\x3c\157\160\x74\x69\x6f\156\x20" . ($settings["\x65\x78\x74\162\x61\143\164\x5f\146\165\x6c\x6c\137\x61\162\x74\151\x63\154\x65\x73"] === "\143\x75\163\x74\157\x6d" ? "\x73\x65\154\x65\x63\164\x65\144\40" : '') . "\166\141\x6c\x75\145\x3d\x22\143\x75\x73\x74\x6f\155\42\76\x55\x73\x65\40\143\165\x73\x74\157\155\40\x73\x65\164\164\x69\x6e\147\x73\x3c\x2f\157\x70\x74\x69\157\x6e\76"; echo "\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x3c\x2f\163\x65\x6c\x65\x63\164\x3e\xd\12\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x3c\160\40\x63\x6c\141\163\x73\75\x22\x64\x65\x73\143\x72\x69\x70\x74\151\x6f\x6e\x22\76\127\x68\x65\x6e\x20\x65\x6e\x61\x62\154\x65\144\54\40\103\171\142\145\162\123\x45\x4f\40\120\x72\x6f\40\x77\151\154\154\x20\x74\162\171\40\x74\x6f\x20\x65\170\164\x72\141\143\164\x20\164\x68\145\x20\x66\x75\154\154\40\141\162\x74\x69\143\154\x65\x73\x20\x66\162\157\x6d\40\163\x68\x6f\x72\164\x65\156\145\144\x20\122\123\123\x20\146\145\x65\x64\x73\56\74\57\x70\76\xd\xa\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\74\x70\40\143\x6c\x61\x73\163\75\x22\x64\x65\x73\143\x72\x69\x70\164\x69\157\x6e\x22\76\x3c\x73\164\x72\x6f\x6e\147\76\111\x6d\160\157\x72\164\x61\x6e\164\72\74\57\163\x74\162\157\x6e\x67\76\x20\x69\146\40\x74\150\145\x20\160\154\165\x67\151\156\x20\x77\x69\x6c\x6c\x20\156\157\x74\x20\142\x65\40\141\142\154\145\40\x74\x6f\40\162\145\164\x72\x69\x65\166\x65\40\164\x68\145\40\146\165\x6c\x6c\x2d\164\x65\170\x74\x20\x61\162\x74\x69\x63\x6c\x65\54\40\164\150\145\40\160\157\x73\x74\x20\x77\x6f\x6e\x27\164\x20\x62\x65\40\141\144\144\x65\x64\x2e\x20\74\141\40\150\x72\x65\146\75\x22\x68\164\x74\x70\163\x3a\57\57\167\x77\x77\56\x63\171\x62\x65\162\x73\x65\x6f\56\156\145\x74\x2f\x63\x6f\x6e\x74\x65\156\x74\x2d\163\171\156\x64\x69\143\141\x74\x6f\162\x2f\43\x65\x78\164\x72\141\x63\x74\55\x66\165\154\154\x2d\141\162\164\151\x63\x6c\x65\163\x22\x20\40\164\x61\x72\147\145\164\75\x22\137\142\154\x61\156\153\42\x3e\x52\x65\x61\x64\x20\x6d\x6f\162\145\56\56\x2e\74\57\141\76\74\57\160\x3e\xd\xa\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x3c\x64\151\166\40\151\144\75\42\x63\165\163\164\157\x6d\137\x74\x65\170\164\x5f\x65\170\164\x72\x61\x63\164\157\x72\42\76\15\12\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\74\x74\x61\x62\154\x65\x20\143\154\141\163\x73\75\x22\x63\x73\x65\x6f\55\142\157\170\70\x22\76\xd\xa\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\74\x74\162\x3e\15\12\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\74\164\150\40\143\157\x6c\163\160\x61\156\75\x22\62\x22\40\x73\x74\171\154\x65\75\42\146\x6f\156\164\55\x77\x65\151\x67\x68\x74\72\40\x6e\157\162\155\x61\154\73\42\76\15\xa\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\103\x6f\x6e\x66\x69\x67\165\162\x65\40\164\x68\x65\40\x6f\160\164\x69\157\x6e\x73\40\x62\145\x6c\157\x77\x20\x74\x6f\40\145\170\164\x72\x61\143\x74\40\164\150\145\x20\146\165\x6c\154\55\x74\145\x78\x74\40\x61\162\x74\151\143\154\x65\x20\x66\x72\x6f\155\x20\x48\124\115\x4c\x20\x70\x61\147\145\163\56\40\123\160\x65\143\151\146\x79\x20\x74\x68\x65\x20\164\x61\147\x20\x6e\x61\x6d\x65\40\x61\x6e\144\x20\x61\x74\164\x72\x69\142\x75\164\145\x73\40\164\150\141\x74\40\144\x65\x66\151\x6e\145\x20\164\150\x65\x20\155\x61\151\x6e\x20\x63\x6f\156\164\145\156\x74\x20\x63\x6f\156\x74\141\151\156\x65\x72\x2c\x20\xd\xa\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\141\156\x64\40\143\x68\x6f\157\163\x65\x20\167\x68\x65\x74\x68\x65\162\x20\x74\x6f\40\151\x6e\x63\154\165\x64\x65\40\164\150\x65\x20\x63\157\156\x74\x61\151\x6e\x65\162\x20\x74\141\x67\x20\151\156\40\164\x68\145\x20\x65\170\164\x72\x61\143\164\x65\144\x20\143\x6f\x6e\164\145\x6e\164\x2e\40\x54\150\145\x20\103\171\x62\x65\x72\123\105\117\x20\120\x72\157\x20\x70\154\x75\147\x69\156\x20\167\151\x6c\x6c\x20\x75\x73\145\x20\x74\x68\x65\x73\x65\x20\163\x65\164\164\151\x6e\x67\163\40\x74\x6f\x20\141\x63\143\165\162\141\x74\x65\x6c\x79\x20\x69\x64\x65\156\164\151\x66\x79\40\141\x6e\x64\x20\x65\x78\164\x72\141\143\164\40\x74\150\x65\40\146\x75\x6c\x6c\x2d\164\x65\170\x74\40\141\x72\x74\x69\x63\x6c\145\x20\xd\xa\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\146\x72\x6f\155\x20\x48\x54\x4d\114\x20\x70\x61\x67\145\163\x20\x77\x69\x74\150\40\x64\x69\146\146\x65\162\145\x6e\x74\x20\154\x61\171\x6f\x75\x74\x73\x20\x61\156\144\40\163\164\x72\x75\143\x74\x75\x72\x65\163\x2e\xd\xa\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\74\57\164\150\x3e\15\xa\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x3c\x2f\164\162\x3e\40\xd\xa\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\74\164\x72\76\x20\x20\x20\x20\xd\xa\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\x3c\164\x68\x3e"; $this->showChangeBox($change_selected, "\x63\x75\x73\x74\157\x6d\137\164\145\170\164\x5f\145\x78\164\162\x61\x63\x74\x6f\162\137\164\x61\147"); echo "\103\x6f\156\164\x61\x69\x6e\x65\162\40\x74\141\147\x3c\x2f\x74\150\76\xd\12\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\74\164\x64\x3e\xd\12\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x3c\x73\145\154\x65\x63\164\40\151\144\75\x22\x74\x61\x67\55\156\141\155\x65\x22\x20\x6e\x61\x6d\x65\x3d\x22\x63\x75\163\164\157\x6d\137\164\x65\170\x74\x5f\x65\x78\x74\x72\141\x63\164\x6f\162\x5f\x74\141\147\42\x3e\xd\12\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40"; $tags = ["\144\151\x76", "\160", "\163\160\x61\x6e", "\x73\145\x63\x74\x69\157\156", "\141\162\164\x69\x63\x6c\x65", "\x6e\141\166", "\141\163\x69\x64\x65", "\150\x65\x61\144\x65\162", "\x66\157\157\164\x65\x72", "\155\x61\151\x6e", "\146\151\x67\165\x72\145", "\146\x69\147\143\x61\x70\164\151\x6f\x6e", "\x64\145\164\x61\151\x6c\163", "\x73\x75\155\x6d\141\162\171", "\x62\154\x6f\x63\153\x71\165\157\x74\145", "\160\x72\x65", "\x63\x6f\x64\145", "\x75\x6c", "\157\154", "\154\x69", "\x64\x6c", "\x64\164", "\144\144", "\x74\141\x62\x6c\x65", "\x74\162", "\164\144", "\164\x68", "\x74\150\145\x61\144", "\x74\x62\x6f\144\171", "\164\146\157\157\164", "\143\141\x70\x74\151\x6f\156", "\x63\157\x6c\x67\x72\157\x75\x70", "\x63\157\x6c", "\x66\157\162\155", "\x66\x69\x65\154\x64\163\145\164", "\154\145\x67\x65\156\144", "\154\141\x62\145\x6c", "\151\156\x70\x75\164", "\142\x75\x74\x74\157\156", "\163\145\154\x65\x63\164", "\157\x70\164\x67\x72\157\165\x70", "\157\160\x74\x69\x6f\x6e", "\164\x65\170\x74\141\x72\x65\x61", "\x6f\165\x74\x70\x75\x74", "\160\162\157\147\x72\x65\163\163", "\155\145\164\x65\162", "\144\141\x74\141\154\151\163\x74", "\143\x61\156\166\141\163", "\x69\146\x72\141\155\145"]; foreach ($tags as $tag) { echo "\74\x6f\x70\164\151\157\x6e\x20" . ($settings["\x63\x75\x73\164\157\155\x5f\164\145\x78\x74\137\x65\170\x74\162\141\x63\x74\157\x72\137\164\141\x67"] === $tag ? "\163\x65\154\x65\x63\x74\x65\x64\40" : '') . "\x76\141\x6c\165\x65\x3d\42" . $tag . "\42\x3e" . $tag . "\x3c\x2f\x6f\x70\x74\151\157\156\x3e"; ThcxM: } lIUjp: echo "\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x3c\57\x73\145\154\x65\x63\x74\x3e\xd\xa\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\x3c\160\x20\x63\x6c\x61\x73\x73\75\42\x64\145\163\143\x72\151\x70\164\151\157\x6e\x22\x3e\105\156\164\145\x72\x20\164\150\x65\40\x74\x61\x67\40\x6e\x61\x6d\x65\x20\x74\x68\141\164\40\x77\x72\x61\160\163\x20\164\150\x65\x20\155\141\x69\156\x20\143\157\156\x74\145\156\164\x20\157\x66\40\164\x68\145\x20\110\124\115\x4c\40\160\141\147\145\x20\x28\145\56\147\56\x2c\40\47\x61\162\x74\x69\x63\x6c\x65\x27\x2c\40\x27\x64\151\x76\x27\54\x20\x27\163\x65\143\164\x69\x6f\156\x27\51\x2e\x20\124\150\x69\163\x20\164\141\x67\x20\x77\151\154\x6c\40\x62\145\40\165\163\x65\x64\x20\164\157\x20\x69\x64\145\156\x74\x69\x66\171\x20\164\150\145\x20\x65\x6c\145\x6d\x65\x6e\x74\x20\x63\157\x6e\164\x61\151\x6e\x69\x6e\147\40\x74\150\145\x20\x66\165\154\x6c\55\x74\145\170\x74\x20\141\x72\x74\x69\143\x6c\145\56\x3c\x2f\160\x3e\15\xa\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\74\57\x74\144\x3e\15\12\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\74\57\164\162\76\xd\xa\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x3c\x74\162\76\xd\xa\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\74\x74\x68\x3e"; $this->showChangeBox($change_selected, "\143\165\163\x74\157\155\137\x74\145\x78\x74\x5f\x65\170\x74\162\x61\x63\164\x6f\162\x5f\141\164\164\x72\142\x75\164\145\163"); echo "\101\164\164\x72\151\x62\x75\x74\145\163\x20\x28\x4a\x53\117\116\x20\146\157\x72\155\x61\x74\51\x3c\x2f\164\150\76\15\12\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\74\164\x64\x3e"; echo "\74\151\x6e\x70\x75\x74\x20\x73\x74\x79\154\x65\x3d\x22\x77\x69\x64\164\x68\72\61\60\x30\x25\x22\40\x6e\141\155\x65\x3d\x22\x63\165\x73\164\x6f\155\137\x74\145\x78\164\x5f\x65\x78\164\162\141\x63\x74\157\162\137\x61\164\x74\x72\142\165\164\145\163\x22\40\166\x61\x6c\x75\x65\x3d\42" . htmlspecialchars(stripslashes($settings["\143\x75\163\x74\x6f\x6d\x5f\164\x65\x78\x74\137\145\170\x74\x72\141\x63\x74\x6f\x72\x5f\x61\164\164\x72\142\165\x74\145\x73"]), ENT_QUOTES) . "\42\40\x70\x6c\141\x63\145\150\x6f\154\x64\145\x72\x3d\x27\173\x22\143\x6c\141\x73\x73\x22\x3a\40\42\156\141\x6d\145\42\x7d\x27\76"; echo "\40\x20\40\x20\x20\15\12\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x3c\160\x20\143\154\x61\163\x73\75\x22\144\145\x73\x63\x72\x69\x70\164\x69\157\156\42\x3e\x53\160\145\143\151\x66\171\40\x74\x68\x65\x20\141\x74\164\x72\151\142\165\x74\145\x73\40\141\x6e\144\40\x74\150\145\151\162\40\x76\x61\154\165\145\163\40\x66\x6f\162\x20\164\x68\x65\40\164\141\x67\x20\163\x65\154\145\x63\x74\x65\x64\x20\141\x62\157\166\145\x2e\40\125\163\145\x20\112\x53\x4f\116\40\x66\x6f\x72\x6d\141\164\40\x74\157\40\144\145\x66\151\x6e\x65\40\x61\164\164\x72\x69\x62\x75\164\x65\x2d\x76\x61\x6c\165\145\40\x70\141\x69\162\163\56\40\x45\56\x67\56\40\x3c\143\x6f\x64\145\x3e\173\42\x63\x6c\141\163\163\42\72\x20\42\x61\162\164\151\x63\x6c\145\x22\54\x20\x22\151\144\42\72\x20\42\x6d\x61\x69\x6e\42\175\x3c\57\x63\x6f\144\x65\x3e\x3c\142\162\76\xd\12\40\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x54\x68\x69\x73\40\167\151\154\154\40\x68\x65\x6c\x70\40\164\x68\x65\40\160\x6c\x75\147\151\x6e\40\x74\157\x20\x61\x63\x63\165\162\141\x74\145\154\171\x20\151\144\x65\156\164\x69\x66\x79\40\x74\x68\145\40\x63\157\x72\x72\x65\143\x74\40\x65\x6c\x65\x6d\145\x6e\164\x20\143\x6f\156\164\141\151\156\151\x6e\x67\x20\164\x68\x65\x20\x66\x75\x6c\154\x2d\164\x65\x78\164\40\x61\x72\164\x69\143\154\145\x20\x69\x66\40\x74\x68\145\x72\145\40\x61\162\145\40\x6d\165\x6c\164\151\x70\154\x65\x20\145\x6c\x65\155\x65\x6e\x74\163\x20\x77\151\x74\150\40\x74\150\x65\40\x73\x61\155\x65\40\x74\x61\147\40\156\x61\155\145\x2e\74\x2f\x70\x3e\xd\12\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\74\x2f\x74\144\x3e\xd\xa\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x3c\x2f\164\x72\76\xd\12\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\74\x74\x72\76\xd\xa\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x3c\164\150\x20\163\143\157\x70\145\75\42\x72\x6f\x77\x22\76"; $this->showChangeBox($change_selected, "\x63\x75\x73\x74\157\155\x5f\x74\x65\x78\x74\x5f\145\170\164\162\141\x63\164\x6f\x72\137\x69\156\143\x6c\165\163\151\166\x65"); echo "\111\156\143\154\165\x73\151\x76\x65\x3c\x2f\x74\150\76\xd\xa\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x3c\x74\x64\x3e\15\12\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20"; echo "\x3c\x69\x6e\160\165\x74\x20\x74\x79\160\x65\x3d\42\143\150\x65\x63\153\x62\157\170\x22\40\x6e\141\x6d\145\75\x22\x63\x75\163\x74\x6f\155\137\164\145\x78\x74\x5f\x65\x78\164\162\x61\143\x74\157\162\x5f\151\156\x63\154\165\163\x69\x76\145\x22\40" . ($settings["\143\x75\x73\x74\157\x6d\x5f\x74\x65\170\x74\137\145\170\164\x72\141\x63\x74\157\x72\x5f\151\x6e\x63\x6c\165\163\x69\166\x65"] === "\x6f\156" ? "\x63\x68\145\143\153\x65\x64\40" : '') . "\76"; echo "\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\74\154\141\142\x65\154\x20\x66\x6f\162\x3d\42\x63\165\x73\164\x6f\x6d\x5f\x74\145\170\x74\x5f\145\170\164\162\141\x63\x74\x6f\x72\x5f\x69\x6e\143\x6c\x75\x73\151\166\x65\x22\x3e\143\x68\x65\143\153\40\164\x68\151\x73\40\x6f\160\x74\151\157\156\40\x69\x66\40\171\x6f\x75\x20\167\x61\x6e\164\40\x74\x6f\x20\151\x6e\143\154\165\x64\x65\40\164\x68\145\40\163\145\154\x65\143\164\145\144\x20\164\141\x67\40\141\x6e\144\40\x69\x74\163\x20\x61\x74\x74\x72\151\142\165\x74\145\x73\x20\151\x6e\40\x74\x68\145\40\145\x78\164\x72\141\143\164\x65\144\40\143\157\156\164\145\x6e\x74\x2e\40\x4c\x65\x61\166\145\x20\x69\164\40\165\156\x63\x68\x65\x63\153\x65\x64\x20\151\x66\40\x79\157\165\x20\x6f\x6e\x6c\171\40\167\x61\x6e\x74\x20\x74\x6f\x20\x65\x78\164\x72\x61\143\164\x20\x74\x68\145\x20\x69\156\156\x65\x72\40\143\x6f\156\x74\145\156\x74\x20\x6f\146\x20\x74\150\x65\40\164\141\x67\56\x3c\57\154\x61\x62\145\154\x3e\xd\12\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x3c\57\x74\x64\x3e\15\12\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\74\x2f\x74\162\76\x20\x20\40\40\xd\xa\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\74\x2f\164\141\142\x6c\x65\76\x20\40\15\12\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x3c\57\x64\151\166\x3e\x20\x20\x20\x20\15\xa\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\74\57\x74\x64\x3e\15\xa\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x3c\x2f\164\162\x3e\40\x20\xd\12\15\12\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\74\x74\x72\76\xd\xa\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\74\x74\150\x20\163\x63\x6f\160\145\75\42\162\x6f\167\42\x3e"; $this->showChangeBox($change_selected, "\163\x74\162\x69\160\137\x74\x61\x67\x73"); echo "\x48\124\115\114\x20\164\141\x67\163\x20\x74\157\40\163\164\x72\x69\160\x3c\57\164\150\76\xd\12\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x3c\164\144\76\15\12\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40"; echo "\74\x69\x6e\x70\x75\164\x20\x74\x79\160\145\x3d\42\x74\x65\x78\164\x22\x20\x6e\141\x6d\145\75\x22\163\x74\162\x69\160\x5f\x74\141\147\x73\x22\x20\163\x74\171\154\145\x3d\x22\155\x61\x72\147\x69\156\x3a\60\73\167\151\144\x74\150\x3a\61\60\60\x25\x3b\x22\x20\x76\141\x6c\165\x65\75\42" . stripslashes($settings["\x73\x74\x72\151\160\x5f\x74\141\147\x73"]) . "\42\40\163\x69\x7a\x65\75\x22\62\x30\x22\76"; echo "\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x3c\160\40\x63\154\x61\x73\163\x3d\42\144\145\x73\143\x72\151\160\x74\151\157\x6e\42\x3e\105\x6e\164\145\x72\40\x61\40\x63\x6f\155\x6d\x61\x2d\x73\x65\x70\141\x72\x61\x74\145\x64\40\154\x69\163\x74\40\x6f\x66\x20\164\x61\147\x73\x20\x74\157\x20\162\x65\155\x6f\x76\145\40\146\x72\x6f\x6d\40\x74\x68\x65\x20\147\145\156\145\162\141\164\145\144\40\x70\157\x73\164\163\54\x20\145\56\x67\x2e\x3a\40\74\x63\x6f\144\x65\x3e\150\61\x2c\40\151\155\147\54\x20\x70\x2c\40\144\151\166\74\x2f\x63\157\x64\x65\76\56\x3c\57\160\x3e\15\xa\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x3c\x2f\164\x64\76\xd\xa\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x3c\57\x74\x72\x3e\xd\xa\15\12\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\74\164\x72\x3e\15\xa\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x3c\x74\x68\40\163\143\157\160\145\x3d\x22\x72\157\x77\42\x3e"; $this->showChangeBox($change_selected, "\162\145\x6d\157\166\x65\137\x6f\165\x74\x65\162\x5f\x65\154\x65\x6d\145\156\x74\163"); echo "\x52\145\155\157\166\145\40\x6f\165\x74\x65\x72\x20\x48\124\x4d\114\x20\145\154\145\155\x65\x6e\164\x73\74\57\x74\150\x3e\xd\12\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\74\164\x64\76\15\12\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20"; echo "\x3c\x69\156\160\x75\164\x20\164\171\x70\145\x3d\x22\164\145\170\164\x22\x20\x6e\x61\155\145\x3d\42\x72\x65\x6d\157\x76\x65\x5f\157\165\x74\145\x72\x5f\x65\154\145\155\145\156\x74\163\x22\x20\163\x74\171\x6c\145\x3d\x22\155\141\162\x67\151\156\x3a\x30\x3b\x77\151\x64\164\150\x3a\x31\60\x30\x25\x3b\x22\x20\x76\x61\154\165\x65\x3d\42" . htmlspecialchars(stripslashes($settings["\x72\x65\x6d\x6f\166\x65\x5f\157\165\x74\145\162\x5f\145\154\145\x6d\x65\156\164\163"])) . "\x22\x20\163\x69\x7a\145\x3d\42\62\60\42\x3e"; echo "\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\x3c\160\40\x63\154\141\163\163\75\x22\144\145\x73\143\162\x69\x70\164\151\x6f\x6e\x22\x3e\123\x70\x65\x63\x69\146\171\40\x74\150\x65\40\110\124\115\x4c\x20\142\x6c\157\143\153\x20\145\154\145\x6d\145\x6e\164\163\x20\x79\157\x75\x20\x77\x61\x6e\164\40\164\x6f\x20\x72\145\155\x6f\166\x65\40\x66\162\x6f\x6d\40\164\x68\145\x20\160\x6f\163\x74\x20\x63\157\156\164\145\156\164\x20\x62\171\x20\x65\x6e\x74\x65\162\151\x6e\x67\40\x74\x68\145\x6d\x20\151\156\x20\141\x20\x73\145\x6d\x69\143\157\x6c\x6f\x6e\40\x73\145\x70\x61\x72\141\164\x65\144\x20\x6c\151\163\x74\x2e\40\105\141\x63\x68\40\145\x6c\145\155\145\x6e\x74\40\x73\x68\157\x75\x6c\x64\x20\142\x65\x20\163\x70\145\143\x69\x66\151\x65\x64\15\12\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x75\163\151\156\x67\x20\164\150\x65\40\x74\x61\x67\40\x6e\x61\x6d\145\x20\x61\156\x64\40\x69\x74\163\40\141\x74\x74\x72\x69\x62\x75\164\x65\x2d\x76\141\x6c\x75\x65\40\160\x61\151\162\163\40\x69\156\x20\112\123\117\116\40\x66\157\162\x6d\141\x74\54\x20\163\x65\x70\141\x72\x61\x74\x65\x64\x20\142\x79\40\141\40\x73\160\141\x63\x65\x2e\15\12\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x46\157\x72\x20\x65\170\141\155\x70\154\x65\x2c\x20\x74\x6f\40\x72\x65\155\157\x76\x65\40\x61\154\x6c\x20\x3c\163\164\x72\x6f\156\147\x3e\x64\x69\166\x3c\x2f\x73\x74\x72\157\x6e\147\76\40\145\x6c\145\155\x65\156\164\163\x20\x77\x69\164\x68\x20\x74\x68\x65\40\x61\x74\164\162\x69\x62\x75\164\145\40\x3c\x73\164\162\157\156\x67\76\143\154\141\x73\x73\x3d\x22\141\x64\42\x3c\57\x73\164\162\157\156\x67\76\x20\x61\156\144\x20\x61\154\x6c\40\x3c\x73\x74\162\157\156\x67\76\x70\x3c\57\163\164\162\157\x6e\x67\76\x20\145\x6c\x65\155\145\x6e\x74\x73\40\x77\x69\x74\150\40\x74\150\145\40\x61\x74\x74\x72\x69\x62\x75\164\x65\163\15\12\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x3c\163\164\x72\x6f\156\x67\76\x63\x6c\x61\163\163\x3d\x22\x64\x65\163\x63\x72\x69\x70\164\151\157\156\x22\74\57\x73\164\162\157\156\147\76\x20\141\x6e\144\40\74\163\164\x72\157\x6e\147\76\x69\x64\75\x22\x62\x6c\157\x63\x6b\x22\x3c\x2f\163\x74\x72\x6f\156\x67\x3e\x2c\40\x79\157\165\x20\163\150\x6f\165\x6c\x64\x20\x65\156\164\145\x72\x3a\74\x62\162\76\74\x63\157\x64\x65\x3e\144\151\166\40\x7b\42\x63\154\141\x73\x73\42\x3a\40\42\141\144\42\x7d\73\x20\x70\40\x7b\42\143\154\141\x73\x73\42\72\x20\x22\144\x65\x73\x63\x72\x69\160\164\x69\157\156\x22\x2c\40\x22\151\144\x22\72\x20\42\x62\x6c\x6f\x63\x6b\x22\x7d\74\57\x63\x6f\x64\x65\76\74\57\x70\x3e\15\xa\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x3c\160\x20\x63\x6c\x61\x73\163\75\x22\x64\145\x73\x63\x72\151\x70\164\151\157\x6e\x22\x3e\x50\154\x65\x61\163\145\40\x65\x6e\x73\165\x72\x65\x20\164\x68\141\x74\40\164\150\145\x20\x74\141\147\40\156\141\155\145\163\x20\x61\156\x64\x20\x61\164\x74\x72\151\x62\x75\164\x65\x2d\x76\141\x6c\x75\x65\x20\x70\x61\151\162\163\40\141\x72\145\x20\143\157\x72\x72\x65\143\164\x6c\x79\40\x73\160\145\x63\151\146\x69\145\144\x20\151\x6e\40\x74\150\145\40\112\x53\117\x4e\40\146\x6f\x72\155\141\x74\x20\x66\157\162\x20\145\146\x66\145\x63\x74\151\x76\145\40\162\145\x6d\157\x76\141\x6c\40\x6f\146\40\164\x68\145\40\163\160\x65\x63\151\x66\151\145\144\40\x48\x54\115\x4c\40\x65\x6c\x65\x6d\x65\156\x74\x73\x2e\74\x2f\x70\x3e\xd\xa\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x3c\x2f\x74\x64\76\xd\xa\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x3c\57\164\x72\76\15\12\15\12\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40"; echo "\xd\12\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x3c\164\162\x3e\xd\12\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\74\x74\x68\40\x73\x63\x6f\x70\x65\x3d\42\x72\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\163\x61\156\x69\164\151\172\x65"); echo "\123\x61\x6e\151\x74\x69\x7a\145\x20\143\x6f\x6e\164\x65\156\164\x3c\57\x74\150\x3e\15\12\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x3c\164\x64\76\xd\12\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20"; echo "\74\x69\x6e\x70\x75\164\40\x74\171\160\145\75\x22\x63\x68\145\x63\153\142\x6f\x78\x22\40\x6e\141\x6d\x65\75\42\163\x61\156\151\x74\151\x7a\145\x22\x20\x69\144\x3d\x22\163\141\x6e\151\x74\x69\x7a\145\x22\40" . ($settings["\163\x61\x6e\x69\164\151\x7a\145"] === "\157\x6e" ? "\143\150\x65\143\153\145\144\x20" : '') . "\x3e"; echo "\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x3c\154\x61\142\x65\x6c\40\146\157\162\x3d\x22\163\x61\156\x69\164\x69\172\x65\42\76\x73\141\156\x69\x74\x69\x7a\x65\40\143\157\x6e\164\x65\156\164\x20\146\x6f\162\40\141\x6c\154\157\167\x65\144\40\110\x54\x4d\114\40\x74\x61\x67\x73\x20\x66\157\x72\x20\160\157\163\164\40\x63\x6f\156\x74\145\156\164\56\x3c\57\154\x61\142\x65\x6c\76\xd\12\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\74\57\164\x64\76\xd\12\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\74\57\164\162\76\x20\40\x20\x20\40\xd\12\xd\xa\x20\40\40\40\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\74\164\162\76\xd\xa\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\74\x74\150\x20\163\143\157\x70\x65\x3d\x22\x72\157\167\x22\76"; $this->showChangeBox($change_selected, "\x62\x61\154\141\x6e\143\x65\x73\137\164\x61\147\x73"); echo "\102\141\154\141\x6e\x63\145\40\110\124\115\114\40\164\141\x67\x73\x3c\57\x74\x68\76\xd\12\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x3c\164\144\76\15\12\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40"; echo "\74\151\x6e\160\x75\164\40\x74\171\160\x65\75\42\x63\150\x65\143\x6b\x62\x6f\x78\42\x20\x6e\141\155\145\75\x22\x62\141\154\141\x6e\143\x65\x73\137\164\x61\147\163\42\40\151\144\75\42\x62\x61\x6c\x61\x6e\x63\x65\163\x5f\164\141\x67\163\x22\40" . ($settings["\142\141\154\141\x6e\143\x65\163\137\164\141\x67\x73"] === "\157\x6e" ? "\143\150\145\143\153\x65\x64\x20" : '') . "\x3e"; echo "\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x3c\x6c\141\x62\145\x6c\x20\146\x6f\162\75\x22\142\x61\x6c\x61\156\x63\145\x73\x5f\x74\141\x67\163\x22\x3e\x62\141\x6c\x61\156\143\145\x73\x20\164\x68\145\x20\x72\145\x64\x75\x6e\x64\141\156\164\40\x61\156\144\x20\x75\x6e\x63\x6c\157\x73\145\144\x20\x48\124\x4d\114\40\x74\x61\x67\163\x20\x6f\146\x20\x74\150\145\x20\x70\x6f\x73\164\40\143\157\x6e\x74\145\x6e\164\40\141\x6e\144\x20\164\x68\x65\x20\x70\x6f\163\x74\40\x65\170\x63\x65\162\160\164\56\x3c\x2f\154\141\142\x65\x6c\x3e\15\12\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x3c\x2f\164\144\x3e\xd\xa\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\74\57\164\162\76\15\xa\15\12\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\74\x74\162\x3e\15\xa\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\74\164\150\40\x73\x63\157\160\x65\x3d\42\162\157\x77\x22\76"; $this->showChangeBox($change_selected, "\x73\x68\x6f\x72\x74\x65\156\137\x65\x78\143\x65\x72\160\164\163"); echo "\x53\150\x6f\x72\x74\145\156\x20\160\x6f\163\164\40\145\x78\x63\x65\162\160\x74\163\x3c\x2f\x74\150\76\15\12\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\74\164\144\76\xd\12\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20"; echo "\x3c\151\156\x70\165\164\40\164\x79\x70\x65\x3d\42\164\145\170\x74\x22\40\156\x61\x6d\145\x3d\42\x73\x68\x6f\162\x74\145\156\x5f\x65\x78\x63\x65\x72\x70\x74\163\42\40\166\141\154\165\x65\75\42" . $settings["\x73\x68\157\x72\x74\145\x6e\137\145\x78\x63\145\x72\160\164\x73"] . "\42\40\163\x69\172\145\75\42\x34\42\x3e"; echo "\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x3c\x70\x20\x63\x6c\141\x73\163\75\42\144\145\x73\143\x72\x69\x70\164\151\157\156\x22\76\x73\145\164\x20\164\x68\x65\40\155\141\x78\40\x6e\x75\155\x62\x65\x72\40\157\146\40\x77\x6f\162\x64\x73\40\x74\157\40\142\145\40\154\145\146\x74\x20\151\x6e\40\x74\x68\145\x20\x70\157\x73\x74\x20\145\170\143\x65\162\x70\x74\x73\x2e\x20\125\163\x65\40\x30\40\164\x6f\40\x72\145\x6d\x6f\x76\x65\40\164\150\145\x20\145\x78\143\145\x72\x70\164\163\x20\143\157\x6d\160\154\x65\164\x65\154\x79\40\x6f\x72\40\x6c\145\141\166\145\x20\x69\164\x20\x62\154\141\x6e\x6b\x20\164\157\40\x6b\x65\145\160\40\164\150\x65\40\145\x78\x63\145\162\x70\164\x73\40\x75\x6e\x74\x6f\x75\143\150\x65\144\56\74\57\x70\x3e\xd\12\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\74\x2f\x74\x64\x3e\15\xa\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\74\x2f\x74\x72\x3e\xd\12\xd\12\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x3c\164\x72\76\15\xa\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\74\164\x68\x20\163\143\157\x70\x65\x3d\42\x72\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\x70\x6f\163\x74\137\x6c\x69\x6e\x6b\163\x5f\x68\x61\156\x64\x6c\151\156\x67"); echo "\114\151\156\153\x20\x68\x61\156\x64\x6c\x69\x6e\147\x3c\57\x74\150\76\xd\12\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x3c\164\144\76\xd\xa\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\74\x73\145\154\145\143\164\40\x6e\141\155\x65\x3d\42\160\x6f\x73\164\137\154\x69\156\153\x73\137\150\141\x6e\144\x6c\151\156\147\x22\x3e\15\12\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40"; echo "\74\x6f\160\164\x69\x6f\156\x20" . ($settings["\x70\157\x73\164\137\x6c\x69\156\x6b\163\137\x68\141\156\x64\x6c\x69\156\x67"] === "\151\156\164\141\x63\164" ? "\x73\x65\154\x65\143\x74\145\x64\40" : '') . "\166\141\154\165\145\x3d\42\151\x6e\x74\141\x63\164\42\76\x4b\145\145\160\x20\x6c\151\156\x6b\163\40\x69\x6e\x74\141\143\x74\74\57\157\x70\164\151\157\x6e\x3e"; echo "\74\157\160\x74\x69\157\x6e\40" . ($settings["\x70\x6f\x73\164\x5f\x6c\151\156\x6b\x73\x5f\150\141\x6e\x64\x6c\151\156\x67"] === "\x72\155\x5f\x61\154\x6c" ? "\x73\145\x6c\x65\143\164\145\x64\40" : '') . "\x76\141\x6c\165\x65\75\42\162\155\137\x61\x6c\154\42\x3e\122\x65\155\x6f\166\145\40\x61\154\x6c\40\x6c\x69\156\x6b\x73\x3c\57\x6f\160\x74\x69\x6f\x6e\76"; echo "\74\157\160\x74\x69\157\156\40" . ($settings["\160\x6f\x73\x74\137\x6c\x69\156\153\163\x5f\150\x61\x6e\144\x6c\x69\x6e\147"] === "\162\x6d\x5f\164\x65\x78\164" ? "\163\145\154\145\x63\x74\x65\x64\x20" : '') . "\166\141\154\165\x65\75\x22\x72\x6d\x5f\x74\x65\170\164\x22\x3e\x52\x65\x6d\157\x76\x65\40\x61\x6c\x6c\40\154\151\156\153\x73\40\145\x78\143\145\160\x74\x20\154\151\x6e\153\163\40\151\x6e\40\151\x6d\x61\x67\x65\x73\74\57\x6f\160\x74\151\157\156\x3e"; echo "\x3c\x6f\160\164\x69\157\156\x20" . ($settings["\x70\x6f\x73\164\x5f\x6c\151\156\153\163\x5f\150\141\156\144\154\151\x6e\x67"] === "\162\155\x5f\x69\155\x67" ? "\x73\145\x6c\145\x63\x74\x65\144\40" : '') . "\166\141\154\x75\145\x3d\x22\162\x6d\x5f\x69\155\147\x22\x3e\x52\145\x6d\x6f\x76\x65\x20\x6c\x69\156\153\x73\40\146\x72\x6f\155\x20\x69\x6d\141\x67\x65\x73\40\x6f\156\154\171\74\57\157\x70\x74\151\x6f\x6e\76"; echo "\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\74\57\163\145\x6c\145\x63\164\76\xd\12\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\74\160\40\x63\154\141\163\x73\x3d\x22\144\145\163\x63\x72\x69\x70\x74\x69\x6f\156\x22\76\x55\x73\145\x20\x74\150\x69\163\40\x6f\160\164\151\157\156\x20\164\157\40\x73\x65\x6c\145\143\x74\x69\166\145\154\171\40\x72\x65\x6d\x6f\166\145\x20\x6c\x69\156\153\163\x20\x66\162\157\x6d\40\x70\157\163\x74\163\56\74\x2f\x70\76\xd\xa\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\74\57\164\144\76\xd\xa\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\74\57\164\162\76\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\15\xa\xd\12\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x3c\x74\x72\76\15\xa\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\x3c\x74\x68\40\163\143\x6f\x70\145\75\x22\x72\x6f\x77\x22\x3e"; $this->showChangeBox($change_selected, "\164\162\141\x6e\163\154\x61\x74\x6f\x72"); echo "\x54\x72\x61\156\x73\x6c\141\164\x69\157\156\x3c\x2f\164\150\x3e\xd\12\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x3c\164\144\x3e\15\xa\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\74\x73\x65\x6c\145\143\164\x20\156\141\155\x65\75\42\164\x72\x61\x6e\163\x6c\141\164\x6f\162\x22\x20\157\x6e\143\x68\x61\x6e\x67\x65\x3d\42\143\163\x65\x6f\103\150\141\156\x67\x65\124\162\x61\156\163\x6c\141\164\x6f\162\50\51\x3b\42\x3e\15\xa\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40"; echo "\74\157\x70\164\x69\x6f\156\x20" . ($settings["\x74\x72\x61\x6e\x73\154\x61\x74\157\162"] === "\156\x6f\x6e\x65" ? "\x73\x65\x6c\145\x63\x74\145\x64\x20" : '') . "\x76\141\x6c\x75\145\75\x22\156\x6f\156\145\42\x3e\x44\x6f\x20\x6e\157\x74\x20\x74\x72\141\x6e\x73\x6c\x61\164\x65\x3c\57\157\160\164\151\157\156\x3e"; echo "\74\157\160\x74\x69\157\x6e\x20" . ($settings["\164\162\141\x6e\x73\154\x61\x74\x6f\162"] === "\x64\145\145\160\x6c\x5f\x74\162\x61\156\163\x6c\x61\164\145" ? "\x73\x65\x6c\145\x63\x74\x65\x64\x20" : '') . "\166\x61\154\165\x65\x3d\42\144\x65\145\160\x6c\137\x74\162\141\x6e\x73\x6c\x61\164\145\42\x3e\x55\163\145\x20\104\x65\x65\x70\x4c\40\x54\x72\141\156\163\x6c\141\164\145\x3c\57\x6f\x70\x74\x69\x6f\x6e\76"; echo "\x3c\157\160\x74\x69\x6f\x6e\40" . ($settings["\x74\x72\141\156\x73\x6c\141\164\157\x72"] === "\x79\x61\x6e\x64\x65\170\137\x74\x72\141\x6e\163\154\x61\x74\x65" ? "\163\145\x6c\x65\x63\164\x65\144\40" : '') . "\166\x61\154\165\145\75\x22\171\x61\x6e\144\x65\x78\x5f\164\162\141\156\163\x6c\141\x74\145\x22\76\125\x73\x65\x20\131\141\x6e\144\145\170\40\124\x72\x61\156\x73\154\x61\164\145\x3c\57\x6f\x70\x74\151\157\x6e\76"; echo "\74\157\x70\164\151\157\156\40" . ($settings["\164\x72\141\x6e\163\154\x61\164\157\x72"] === "\x67\x6f\x6f\x67\x6c\145\137\164\162\141\156\x73\x6c\141\164\145" ? "\x73\145\154\x65\x63\164\145\144\x20" : '') . "\166\x61\154\x75\145\75\x22\x67\157\x6f\x67\154\145\137\164\162\141\x6e\163\x6c\141\x74\x65\42\x3e\x55\163\145\x20\x47\x6f\x6f\x67\x6c\145\x20\x54\162\x61\156\163\154\141\164\x65\74\57\x6f\x70\164\x69\157\x6e\76"; echo "\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\74\x2f\x73\145\154\145\x63\x74\76\xd\xa\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\74\x70\x20\x63\x6c\141\163\x73\75\42\144\145\163\143\162\x69\160\164\x69\157\156\x22\x3e\74\163\164\x72\x6f\x6e\x67\76\111\x6d\160\x6f\162\x74\141\x6e\x74\x3c\x2f\163\x74\162\x6f\156\x67\76\72\x20\151\x66\40\x74\150\x65\x20\x70\154\x75\x67\x69\156\x20\x77\151\x6c\x6c\40\x6e\x6f\164\40\x62\x65\40\141\x62\x6c\145\x20\x74\x6f\x20\x74\162\x61\x6e\x73\154\141\x74\145\40\164\x68\145\x20\141\162\x74\x69\x63\154\x65\x2c\40\164\150\x65\x20\x70\157\x73\x74\x20\167\157\156\x27\x74\40\x62\x65\x20\x61\144\144\x65\144\x2e\74\57\x70\x3e\15\12\15\12\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x3c\x64\x69\x76\x20\151\x64\75\x22\x79\x61\156\x64\145\170\137\164\x72\141\156\163\154\x61\x74\x65\x5f\x73\145\x74\x74\x69\x6e\147\x73\x22\x3e\15\xa\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\74\x74\x61\142\154\x65\40\x63\154\141\x73\x73\75\42\143\163\145\x6f\x2d\x62\157\x78\x38\x22\76\15\xa\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\74\164\x72\76\15\xa\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\74\x74\x68\x3e"; $this->showChangeBox($change_selected, "\171\x61\x6e\x64\145\170\137\164\162\x61\156\x73\154\x61\164\x69\x6f\156\x5f\144\151\x72"); echo "\104\151\162\145\x63\164\x69\157\x6e\74\x2f\164\150\76\xd\12\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x3c\x74\x64\x3e\x3c\x73\145\154\x65\x63\164\x20\x6e\141\x6d\145\75\x22\x79\141\156\x64\145\x78\137\164\x72\x61\x6e\163\154\141\x74\151\x6f\156\x5f\144\x69\x72\x22\76\x20"; $langs = $this->langs["\x59\101\x4e\x44\x45\x58\137\x54\122\101\x4e\123\114\101\124\105\x5f\114\x41\116\107\x53"]; asort($langs); foreach ($langs as $dir => $lang) { echo "\74\x6f\x70\x74\x69\157\x6e\40" . ($settings["\x79\141\156\x64\145\170\137\164\162\141\156\x73\x6c\141\164\x69\157\156\x5f\144\x69\162"] == $dir ? "\x73\x65\x6c\145\x63\164\x65\x64\40" : '') . "\166\141\154\x75\x65\x3d\42" . $dir . "\42\76" . $lang . "\74\x2f\157\x70\x74\151\x6f\156\76"; BD15F: } fVc1m: echo "\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\74\x2f\163\x65\154\145\x63\164\x3e\xd\12\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x3c\x2f\x74\x64\x3e\15\12\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x3c\57\x74\x72\76\15\xa\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x3c\57\164\141\142\154\x65\x3e\xd\xa\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\74\x2f\144\x69\x76\x3e\40\40\x20\x20\xd\xa\15\12\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\74\x64\x69\166\x20\x69\x64\75\x22\147\x6f\157\x67\154\x65\137\164\162\141\x6e\x73\154\x61\x74\x65\x5f\x73\x65\x74\164\x69\156\x67\x73\x22\76\15\12\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\74\164\x61\142\154\x65\x20\143\x6c\x61\x73\163\x3d\42\x63\163\x65\157\55\142\157\170\x38\x22\x3e\xd\12\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x3c\164\162\76\15\12\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\74\164\150\x3e"; $this->showChangeBox($change_selected, "\147\157\x6f\x67\154\x65\137\x74\162\x61\x6e\x73\x6c\141\x74\151\x6f\x6e\x5f\x73\x6f\x75\162\143\145"); echo "\x53\x6f\165\x72\143\145\x3c\57\164\150\76\xd\12\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\74\x74\x64\x3e\74\x73\x65\154\145\x63\x74\40\156\141\x6d\145\x3d\42\x67\x6f\x6f\147\x6c\x65\137\x74\162\x61\156\163\154\x61\164\x69\x6f\x6e\137\163\157\x75\x72\x63\145\42\76\15\12\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20"; $langs = $this->langs["\x47\117\x4f\x47\114\105\x5f\x54\x52\101\x4e\x53\114\101\x54\105\137\114\x41\116\107\123"]; asort($langs); foreach ($langs as $dir => $lang) { echo "\74\157\x70\164\151\157\156\x20" . ($settings["\x67\157\x6f\147\154\145\137\164\162\141\x6e\x73\x6c\141\x74\151\x6f\156\x5f\163\x6f\165\x72\x63\145"] == $dir ? "\x73\145\154\x65\143\x74\145\144\40" : '') . "\166\x61\x6c\x75\145\x3d\x22" . $dir . "\42\76" . $lang . "\x3c\57\157\x70\164\x69\x6f\x6e\76"; zXfWT: } EBYcV: echo "\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x3c\57\x73\145\154\x65\x63\164\x3e\15\12\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x3c\57\164\144\x3e\15\xa\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x3c\57\164\162\76\xd\xa\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\74\164\162\x3e\15\12\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x3c\164\150\x3e"; $this->showChangeBox($change_selected, "\x67\x6f\157\147\154\x65\x5f\164\162\141\156\163\154\141\x74\151\x6f\x6e\x5f\x74\x61\x72\147\x65\164"); echo "\x54\x61\162\x67\145\164\x3c\x2f\164\x68\x3e\xd\xa\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x3c\164\144\76\74\x73\x65\154\145\x63\164\x20\156\x61\x6d\145\75\x22\147\x6f\157\147\x6c\145\x5f\x74\162\x61\x6e\163\154\x61\x74\x69\157\156\x5f\x74\141\162\147\x65\x74\x22\76\xd\12\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40"; foreach ($langs as $dir => $lang) { echo "\74\157\x70\x74\151\157\x6e\40" . ($settings["\x67\157\x6f\x67\x6c\145\x5f\x74\162\141\x6e\163\x6c\141\x74\151\x6f\156\137\x74\141\162\x67\x65\x74"] == $dir ? "\163\x65\154\145\143\164\145\x64\x20" : '') . "\x76\141\x6c\165\x65\x3d\42" . $dir . "\42\76" . $lang . "\x3c\57\157\160\164\x69\x6f\x6e\76"; TQx8I: } w3b4j: echo "\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\x3c\57\x73\145\x6c\145\143\x74\76\15\xa\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x3c\x2f\x74\144\76\xd\12\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x3c\57\164\162\x3e\15\xa\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\74\x2f\164\x61\x62\x6c\x65\x3e\40\x20\15\12\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x3c\x2f\x64\151\166\x3e\x20\x20\40\40\15\12\xd\12\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\74\144\151\x76\x20\x69\144\x3d\x22\144\145\x65\160\x6c\x5f\x74\x72\141\156\163\154\141\164\x65\x5f\163\x65\x74\164\x69\156\x67\163\42\x3e\15\xa\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x3c\x74\141\142\154\x65\x20\x63\154\x61\x73\x73\75\42\x63\163\145\157\55\x62\157\x78\70\x22\x3e\15\12\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\74\x74\162\x3e\15\12\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x3c\x74\x68\76"; $this->showChangeBox($change_selected, "\144\145\x65\x70\x6c\137\164\162\141\156\x73\154\x61\164\x69\157\156\137\x74\x61\x72\x67\x65\164"); echo "\x54\141\x72\x67\145\x74\40\154\141\x6e\x67\165\x61\147\145\x3c\x2f\164\x68\76\xd\12\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x3c\164\144\x3e\xd\xa\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\74\163\145\154\145\143\164\40\156\x61\x6d\145\75\42\x64\x65\145\160\x6c\x5f\164\162\141\x6e\x73\154\141\164\151\x6f\156\x5f\x74\x61\162\x67\145\x74\42\x3e\15\12\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40"; $langs = $this->langs["\x44\x45\105\x50\x4c\x5f\x54\122\101\116\x53\114\101\124\105\x5f\x4c\x41\116\x47\123"]; foreach ($langs as $dir => $lang) { echo "\x3c\x6f\160\164\151\x6f\156\40" . ($settings["\x64\145\x65\160\154\x5f\x74\x72\141\x6e\x73\154\x61\164\x69\x6f\x6e\137\x74\141\x72\147\x65\x74"] == $dir ? "\x73\145\154\145\x63\164\x65\x64\x20" : '') . "\x76\141\x6c\x75\x65\75\42" . $dir . "\x22\x3e" . $lang . "\x3c\57\x6f\160\164\151\x6f\156\x3e"; iBX8h: } Do6J5: echo "\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\74\x2f\163\145\154\145\x63\164\76\40\40\40\40\40\x20\x20\x20\x20\15\12\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x3c\x2f\x74\x64\76\xd\12\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\74\x2f\x74\x72\x3e\15\12\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\74\x74\162\x3e\xd\12\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\74\164\x68\x3e"; $this->showChangeBox($change_selected, "\144\x65\x65\x70\x6c\137\x75\163\145\137\141\x70\x69\137\x66\162\x65\145"); echo "\x55\163\145\40\x44\145\145\160\x4c\x20\101\120\111\x20\106\x72\x65\145\x3c\x2f\164\150\76\15\xa\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x3c\164\x64\x3e\15\12\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x3c\x69\156\160\165\164\40\164\x79\160\x65\75\x22\x63\x68\x65\x63\x6b\x62\x6f\x78\x22\40\156\141\155\x65\75\42\x64\145\x65\x70\x6c\137\165\163\x65\x5f\x61\160\x69\x5f\x66\x72\x65\145\x22\40\151\144\75\42\144\145\145\160\154\137\x75\x73\145\x5f\x61\x70\151\x5f\x66\162\x65\145\x22\xd\12\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40"; if (!($settings["\x64\145\x65\x70\154\137\165\x73\x65\x5f\141\x70\x69\x5f\146\x72\145\145"] === "\157\x6e")) { goto Q38V7; } echo "\143\x68\145\143\153\x65\144"; Q38V7: echo "\40\x2f\x3e\xd\12\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\74\x6c\141\x62\x65\x6c\40\x66\x6f\x72\x3d\x22\144\x65\x65\160\x6c\137\165\163\x65\x5f\x61\x70\x69\137\x66\x72\x65\145\x22\76\104\x65\145\160\114\x20\101\120\111\40\106\x72\145\x65\40\151\x73\40\x61\x20\x76\x61\162\151\x61\x6e\x74\40\x6f\x66\40\x6f\165\x72\40\104\145\145\x70\x4c\x20\101\120\111\40\120\162\x6f\x20\160\154\x61\156\x20\164\150\x61\164\40\141\154\x6c\157\167\163\x20\144\x65\166\145\x6c\x6f\160\x65\162\x73\x20\164\x6f\x20\164\162\141\156\163\x6c\x61\x74\x65\40\165\160\x20\164\x6f\x20\x35\60\x30\x2c\60\x30\60\40\x63\x68\x61\162\x61\x63\x74\x65\x72\x73\x20\x70\x65\162\x20\155\157\x6e\164\150\40\146\157\162\40\146\162\145\x65\x2e\x3c\57\154\141\x62\x65\x6c\76\15\12\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\74\57\164\144\x3e\15\xa\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x3c\57\x74\x72\76\15\xa\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\74\57\x74\x61\142\154\x65\x3e\40\x20\x20\xd\12\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\74\57\x64\x69\x76\76\40\x20\40\15\xa\15\xa\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x3c\x2f\x74\x64\76\xd\xa\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x3c\x2f\164\162\x3e\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\15\xa\xd\xa\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\74\164\x72\76\xd\12\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\74\x74\150\40\x73\143\157\x70\x65\75\42\162\157\x77\x22\76"; $this->showChangeBox($change_selected, "\163\x79\x6e\157\156\171\x6d\x69\x7a\145\x72"); echo "\102\x75\151\154\x74\55\151\156\40\x73\171\x6e\x6f\x6e\171\155\x69\x7a\145\x72\x3c\57\164\150\x3e\xd\xa\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\74\164\144\76\xd\xa\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\40\74\163\145\154\x65\143\x74\40\x6e\x61\x6d\x65\75\x22\163\171\156\x6f\x6e\x79\155\151\x7a\145\x72\42\x3e\15\xa\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\40\40"; echo "\x3c\x6f\160\164\151\x6f\x6e\x20" . ($settings["\163\x79\156\x6f\x6e\x79\x6d\x69\172\145\x72"] === "\x6f\x66\x66" ? "\163\145\154\145\x63\x74\145\144\x20" : '') . "\x76\x61\x6c\x75\x65\x3d\x22\x6f\146\x66\x22\x3e\x44\151\x73\141\142\154\x65\x3c\x2f\x6f\x70\164\151\x6f\156\76"; echo "\74\x6f\x70\x74\151\157\x6e\x20" . ($settings["\x73\171\156\157\x6e\x79\155\151\172\145\x72"] === "\142\x65\146\x6f\x72\145" ? "\x73\x65\x6c\x65\143\x74\145\144\40" : '') . "\166\x61\x6c\x75\145\75\42\142\x65\146\x6f\x72\145\x22\x3e\x55\163\x65\x20\142\165\x69\154\164\x2d\151\x6e\x20\163\x79\x6e\x6f\x6e\171\155\151\x7a\x65\162\40\x62\145\x66\157\x72\x65\40\143\x6f\x6e\x74\145\x6e\x74\40\163\160\151\156\156\145\x72\74\57\x6f\160\164\151\x6f\156\x3e"; echo "\x3c\157\160\x74\x69\157\156\40" . ($settings["\163\x79\x6e\x6f\156\x79\x6d\x69\172\x65\162"] === "\141\146\164\x65\162" ? "\x73\x65\154\145\x63\x74\145\x64\40" : '') . "\166\x61\x6c\x75\145\75\x22\141\x66\x74\x65\162\42\76\125\x73\x65\x20\142\165\x69\x6c\164\55\151\x6e\40\x73\x79\x6e\x6f\156\x79\x6d\x69\172\145\x72\x20\141\x66\x74\x65\x72\x20\143\157\x6e\164\x65\156\164\40\163\x70\151\156\x6e\145\162\x3c\x2f\x6f\x70\164\151\157\x6e\x3e"; echo "\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x3c\57\x73\x65\154\145\143\164\76\xd\12\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\74\160\x20\x63\154\x61\x73\163\x3d\x22\x64\x65\x73\x63\x72\x69\160\164\151\x6f\x6e\x22\76\x54\x68\x65\40\142\x75\x69\x6c\x74\x2d\151\x6e\40\x73\x79\156\x6f\156\x79\155\x69\x7a\145\162\40\155\157\x64\145\x2e\x3c\x2f\x70\x3e\xd\xa\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x3c\57\164\144\76\xd\xa\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x3c\57\x74\x72\76\x20\40\x20\40\x20\x20\40\x20\x20\xd\12\15\xa\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\74\164\x72\76\15\12\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x3c\x74\150\40\163\143\x6f\x70\x65\75\x22\162\x6f\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x70\x61\162\x73\x65\137\x73\x70\x69\x6e\164\141\x78"); echo "\x50\x61\x72\163\x65\x20\123\160\x69\156\164\141\170\74\57\164\x68\x3e\xd\12\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x3c\164\144\76"; echo "\x3c\151\x6e\160\165\164\40\x74\171\x70\x65\75\42\x63\150\145\143\153\x62\x6f\x78\x22\x20\x6e\x61\x6d\x65\75\x22\x70\141\162\x73\145\137\163\160\151\156\x74\x61\x78\42\40\151\x64\75\42\160\141\x72\163\x65\x5f\163\x70\x69\156\x74\x61\x78\42\40" . ($settings["\160\141\162\x73\x65\137\163\160\x69\156\x74\x61\x78"] === "\157\x6e" ? "\143\x68\145\x63\x6b\x65\144\40" : '') . "\x3e"; echo "\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\74\154\x61\142\x65\154\40\146\157\162\75\x22\160\x61\162\163\x65\137\163\x70\151\x6e\164\141\170\x22\76\x63\x6f\156\x76\145\x72\164\x73\x20\123\x70\151\x6e\x74\141\x78\40\x69\156\164\157\40\x61\x20\162\x65\x67\x75\x6c\141\x72\x20\163\x70\165\x6e\x20\x74\145\x78\x74\56\x3c\x2f\154\141\142\x65\154\x3e\15\xa\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\74\x2f\164\144\76\15\xa\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\x3c\x2f\164\162\76\40\x20\40\x20\40\15\12\15\12\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\40\x20\40\x20\40\40\74\x74\x72\76\xd\12\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x3c\164\150\40\163\x63\157\160\145\x3d\x22\162\x6f\x77\x22\x3e"; $this->showChangeBox($change_selected, "\163\160\x69\156\x6e\x65\162"); echo "\103\x6f\x6e\164\x65\x6e\164\x20\x73\x70\x69\x6e\x6e\145\162\x3c\x2f\x74\150\x3e\xd\12\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x3c\164\144\x3e\xd\12\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\74\x73\145\154\145\143\164\x20\156\141\x6d\145\75\x22\x73\x70\151\x6e\x6e\145\x72\x22\40\x20\x6f\156\x63\150\141\x6e\x67\145\x3d\x22\143\163\x65\157\x43\150\141\x6e\x67\145\123\160\151\x6e\156\x65\x72\x28\x29\73\42\76\xd\xa\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20"; echo "\x3c\x6f\x70\x74\151\x6f\156\40" . ($settings["\163\x70\151\156\x6e\145\x72"] == CSEO_DISABLE_SPINNER ? "\x73\145\x6c\x65\143\x74\145\x64\40" : '') . "\166\141\x6c\165\x65\x3d\42" . CSEO_DISABLE_SPINNER . "\x22\x3e\104\x69\163\x61\x62\154\145\x3c\57\x6f\x70\164\x69\157\x6e\76"; echo "\x3c\x6f\x70\164\151\157\x6e\x20" . ($settings["\x73\x70\151\x6e\156\145\162"] == CSEO_OPENAI_GPT ? "\x73\145\x6c\145\x63\x74\145\144\x20" : '') . "\x76\x61\154\x75\145\x3d\x22" . CSEO_OPENAI_GPT . "\x22\x3e\117\x70\x65\x6e\101\x49\40\107\x50\124\74\57\x6f\160\x74\151\157\156\76"; echo "\x3c\x6f\160\164\151\157\x6e\40" . ($settings["\x73\x70\151\156\156\145\162"] == CSEO_SPINNERCHIEF ? "\x73\145\x6c\145\143\x74\145\144\40" : '') . "\166\x61\154\165\x65\x3d\42" . CSEO_SPINNERCHIEF . "\42\76\123\160\x69\x6e\156\145\162\103\x68\x69\145\x66\74\57\x6f\160\164\151\157\x6e\76"; echo "\x3c\157\160\x74\151\x6f\x6e\x20" . ($settings["\x73\x70\151\x6e\156\145\162"] == CSEO_SPINREWRITER ? "\163\x65\154\145\143\164\x65\x64\40" : '') . "\166\x61\x6c\x75\145\75\42" . CSEO_SPINREWRITER . "\x22\x3e\x53\160\x69\x6e\x52\x65\x77\162\x69\x74\x65\x72\74\57\x6f\x70\x74\x69\x6f\x6e\76"; echo "\x3c\x6f\x70\x74\151\x6f\156\x20" . ($settings["\163\x70\x69\x6e\156\x65\x72"] == CSEO_CHIMPREWRITER ? "\163\145\154\145\x63\164\145\144\x20" : '') . "\x76\x61\x6c\x75\145\x3d\42" . CSEO_CHIMPREWRITER . "\x22\x3e\103\x68\151\x6d\x70\x52\x65\x77\x72\x69\x74\x65\162\x3c\x2f\x6f\160\164\151\157\x6e\x3e"; echo "\x3c\157\160\x74\151\157\x6e\40" . ($settings["\x73\160\x69\156\156\145\x72"] == CSEO_TBS ? "\163\x65\x6c\145\x63\164\145\x64\40" : '') . "\166\x61\x6c\165\x65\x3d\x22" . CSEO_TBS . "\x22\76\x54\x42\x53\40\x28\124\x68\x65\x42\x65\163\164\x53\160\151\156\156\x65\x72\x29\x3c\x2f\x6f\160\164\x69\x6f\x6e\x3e"; echo "\x3c\x6f\160\164\151\x6f\156\40" . ($settings["\163\x70\151\156\x6e\x65\162"] == CSEO_WORDAI ? "\x73\x65\x6c\x65\x63\x74\x65\x64\x20" : '') . "\x76\141\154\165\145\x3d\x22" . CSEO_WORDAI . "\x22\x3e\127\x6f\x72\144\x41\151\x3c\x2f\157\160\x74\151\x6f\156\76"; echo "\x3c\x6f\x70\164\x69\157\156\40" . ($settings["\x73\x70\151\x6e\156\x65\162"] == CSEO_ESPINNER ? "\x73\x65\154\x65\x63\164\x65\x64\40" : '') . "\166\x61\x6c\165\145\x3d\x22" . CSEO_ESPINNER . "\42\x3e\105\123\x50\x69\x6e\x6e\145\x72\x3c\x2f\157\x70\164\151\x6f\x6e\x3e"; echo "\74\x6f\160\164\x69\157\156\40" . ($settings["\x73\x70\x69\x6e\x6e\145\x72"] == CSEO_XSPINNER ? "\x73\145\x6c\145\143\164\x65\144\40" : '') . "\x76\x61\x6c\165\x65\75\x22" . CSEO_XSPINNER . "\x22\76\130\55\123\160\x69\156\156\145\162\x3c\57\157\160\x74\x69\157\x6e\x3e"; echo "\x3c\157\160\164\151\157\x6e\x20" . ($settings["\163\160\x69\156\156\145\x72"] == CSEO_TEXTOROBOT ? "\163\145\154\145\x63\x74\145\144\40" : '') . "\x76\141\x6c\165\x65\x3d\42" . CSEO_TEXTOROBOT . "\42\x3e\x54\145\170\x74\157\x72\x6f\142\x6f\x74\74\57\x6f\x70\164\x69\x6f\x6e\76"; echo "\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\74\57\163\x65\154\145\x63\x74\76\xd\xa\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x3c\x70\x20\x63\154\141\163\x73\75\x22\x64\x65\163\143\x72\x69\160\164\151\x6f\156\42\x3e\123\x65\x6c\145\143\x74\x20\x74\x68\145\x20\144\145\163\151\x72\x65\144\x20\164\x65\x78\164\x20\x73\x70\x69\x6e\x6e\145\x72\x2e\x3c\57\160\x3e\15\12\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\15\xa\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x3c\144\x69\166\40\151\x64\x3d\42\157\160\145\156\x61\151\x5f\147\x70\164\x5f\163\x65\164\x74\x69\x6e\147\x73\42\76\x20\x20\x20\40\xd\12\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\74\164\x61\142\154\145\x20\143\x6c\141\163\163\75\x22\143\163\145\157\x2d\x62\157\x78\70\x22\76\15\12\xd\12\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\74\x74\x72\x3e\15\xa\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x3c\164\x68\x20\x73\143\157\x70\x65\x3d\42\162\157\167\42\76"; $this->showChangeBox($change_selected, "\157\x70\145\156\x61\151\x5f\147\160\164\137\155\157\x64\145\154"); echo "\117\x70\145\156\101\x49\40\107\120\x54\40\155\x6f\x64\145\x6c\74\x2f\x74\x68\76\xd\xa\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\74\164\x64\x3e\15\12\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\74\163\x65\154\x65\143\x74\x20\156\x61\155\x65\75\42\157\x70\x65\x6e\x61\151\137\147\x70\164\137\155\157\144\x65\154\x22\76\xd\12\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40"; echo "\x3c\157\160\164\x69\157\156\40" . ($settings["\157\160\145\x6e\141\151\137\x67\160\x74\137\155\x6f\144\x65\x6c"] === "\x67\160\x74\x2d\63\56\x35\x2d\x74\165\162\x62\157\x2d\61\x36\x6b" ? "\163\x65\154\x65\143\164\x65\x64\x20" : '') . "\166\x61\154\x75\x65\x3d\x22\147\160\164\55\63\56\65\55\164\x75\162\x62\x6f\x2d\61\66\x6b\x22\76\x47\120\124\x2d\63\56\x35\40\x54\165\x72\142\x6f\40\61\66\x4b\74\x2f\x6f\x70\164\x69\157\x6e\76"; echo "\74\x6f\x70\x74\151\x6f\156\x20" . ($settings["\x6f\160\145\x6e\x61\151\137\x67\x70\x74\x5f\x6d\157\x64\x65\154"] === "\147\x70\x74\55\x33\x2e\65\55\x74\165\162\142\157\55\151\x6e\163\164\162\x75\x63\x74" ? "\x73\x65\154\x65\143\x74\x65\x64\x20" : '') . "\x76\141\x6c\x75\x65\x3d\x22\x67\x70\x74\x2d\x33\x2e\65\55\164\x75\162\142\x6f\55\x69\156\x73\x74\x72\x75\143\164\x22\76\107\x50\124\x2d\63\56\65\x20\x54\165\162\x62\x6f\40\111\x6e\163\164\162\x75\143\164\74\x2f\157\x70\164\x69\x6f\156\76"; echo "\x3c\x6f\160\164\x69\157\x6e\x20" . ($settings["\x6f\160\145\x6e\x61\151\x5f\x67\160\164\x5f\155\x6f\144\145\154"] === "\147\160\164\x2d\64\55\166\x69\x73\151\x6f\x6e\55\160\162\x65\166\151\x65\x77" ? "\163\x65\x6c\x65\143\x74\145\144\40" : '') . "\x76\x61\154\165\145\x3d\x22\x67\160\164\55\x34\55\x76\x69\x73\x69\157\156\55\160\x72\x65\x76\x69\145\167\42\x3e\107\x50\x54\x2d\x34\40\124\x75\162\x62\x6f\74\x2f\x6f\x70\x74\x69\157\x6e\x3e"; echo "\x3c\157\160\x74\151\x6f\x6e\x20" . ($settings["\157\x70\x65\x6e\x61\x69\x5f\147\x70\164\x5f\x6d\157\x64\x65\x6c"] === "\147\x70\164\55\x34" ? "\163\x65\x6c\x65\x63\x74\145\144\40" : '') . "\x76\x61\154\165\x65\75\42\147\160\164\55\64\x22\x3e\107\x50\124\x2d\64\74\x2f\x6f\x70\x74\x69\157\156\x3e"; echo "\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\74\57\163\x65\x6c\x65\143\x74\x3e\xd\12\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\74\x70\x20\x63\x6c\141\x73\x73\x3d\x22\x64\145\163\143\x72\x69\x70\164\x69\157\156\x22\76\74\163\x70\141\156\40\163\x74\171\x6c\145\x3d\42\x63\x6f\x6c\x6f\162\x3a\40\x72\x65\144\73\x22\x3e\x26\43\x78\62\x36\x41\x30\x3b\74\x2f\x73\160\x61\156\x3e\40\x47\x50\x54\55\64\x20\167\157\x72\x6b\163\40\155\x75\x63\x68\x20\142\145\x74\164\145\162\x20\x61\156\144\40\160\162\157\x76\x69\144\x65\x73\40\141\40\x68\x69\147\150\x65\162\x20\45\x20\157\x66\40\x72\145\x77\162\x69\x74\145\40\x72\x61\x74\151\x6f\40\x74\150\x61\x6e\x20\x47\120\124\40\63\56\x35\40\124\x75\x72\x62\157\x2e\x20\x48\157\x77\145\x76\x65\x72\54\40\171\157\x75\x20\x73\x68\x6f\165\x6c\x64\40\143\x6f\156\163\151\144\x65\162\40\x74\150\x61\164\40\x69\x74\40\x69\x73\40\155\165\143\x68\40\163\x6c\x6f\167\145\x72\x20\141\156\x64\x20\61\x30\40\164\x69\x6d\x65\x73\40\155\x6f\162\x65\x20\x65\170\160\145\x6e\163\x69\166\145\56\x3c\57\x70\76\xd\xa\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x3c\57\164\144\76\15\xa\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x3c\x2f\x74\x72\x3e\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\15\12\15\12\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x3c\x2f\x74\141\x62\x6c\x65\76\15\xa\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\74\57\144\151\166\76\xd\xa\15\12\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\74\144\x69\x76\x20\151\144\x3d\x22\x74\142\x73\x5f\x73\x65\164\164\151\x6e\147\x73\x22\x3e\40\40\x20\x20\xd\12\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x3c\x74\x61\x62\154\145\40\143\154\x61\163\x73\x3d\42\143\x73\145\157\x2d\142\x6f\x78\70\42\x3e\xd\xa\15\xa\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\74\164\x72\x3e\15\xa\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\74\164\x68\40\163\x63\157\160\x65\75\x22\162\157\x77\42\76"; $this->showChangeBox($change_selected, "\164\x62\163\x5f\160\162\x6f\164\x65\143\164\145\144\x74\x65\162\155\163"); echo "\120\162\157\164\145\x63\164\x65\x64\40\164\145\x72\x6d\163\74\57\164\150\76\15\xa\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\74\x74\x64\x3e\15\12\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\74\151\156\x70\165\x74\x20\x74\171\160\145\75\x22\164\145\170\164\x22\x20\156\x61\x6d\145\75\42\x74\142\x73\137\x70\162\x6f\x74\145\x63\164\145\144\164\145\162\x6d\x73\x22\x20\163\151\172\x65\x3d\42\66\x30\42\x20\166\x61\154\165\x65\x3d\42"; echo $settings["\x74\x62\x73\137\160\162\157\164\x65\x63\x74\145\144\x74\145\x72\x6d\x73"]; echo "\x22\76\xd\xa\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\74\160\40\143\x6c\x61\x73\163\x3d\x22\144\x65\163\x63\162\x69\160\164\x69\x6f\x6e\x22\76\x63\x6f\x6d\x6d\x61\x20\163\x65\160\141\x72\141\164\x65\x64\40\x6c\151\163\164\x20\157\146\x20\167\x6f\x72\144\x73\x20\141\x6e\x64\40\160\x68\162\141\x73\145\163\40\171\157\x75\40\144\x6f\156\47\164\40\167\141\x6e\x74\x20\162\x65\160\x6c\x61\143\x65\144\x2e\74\57\160\76\15\12\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\74\57\164\144\76\xd\12\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\74\x2f\x74\x72\76\x9\x9\11\xd\xa\xd\xa\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\74\164\x72\76\15\12\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\74\164\150\x20\163\x63\157\x70\145\x3d\x22\x72\157\x77\42\76"; $this->showChangeBox($change_selected, "\164\x62\163\137\x74\145\170\164\137\167\x69\x74\150\137\x73\x70\151\156\x74\141\x78"); echo "\x54\145\170\x74\x20\167\x69\164\150\40\x53\160\x69\156\164\141\x78\x3c\57\x74\150\76\15\xa\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\74\164\x64\x3e\15\xa\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x3c\151\x6e\160\165\164\40\x74\171\x70\145\x3d\42\143\x68\x65\x63\153\142\x6f\x78\x22\x20\x6e\x61\155\145\x3d\42\164\x62\163\x5f\x74\145\170\x74\x5f\167\x69\164\150\137\163\x70\151\x6e\x74\x61\x78\42\40\x69\144\75\x22\164\x62\163\x5f\x74\x65\170\x74\137\x77\x69\164\x68\137\163\x70\151\x6e\x74\x61\x78\42\15\12\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20"; if (!($settings["\x74\142\x73\137\164\145\x78\164\x5f\167\x69\164\x68\137\x73\x70\x69\x6e\x74\x61\170"] === "\157\156")) { goto tTcHO; } echo "\143\150\145\x63\x6b\x65\144"; tTcHO: echo "\40\57\76\xd\xa\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\74\x6c\x61\x62\145\154\40\146\x6f\x72\75\42\164\x62\x73\x5f\164\145\x78\164\x5f\167\151\x74\x68\x5f\x73\160\x69\156\x74\x61\x78\x22\x3e\x69\x66\x20\x63\x68\x65\x63\153\145\144\54\40\x72\145\164\x75\162\156\163\40\x74\x68\x65\x20\160\x72\x6f\x63\x65\x73\x73\x65\x64\x20\163\x70\x75\156\x20\164\145\170\164\40\x77\x69\164\150\40\x3c\141\x20\150\x72\x65\x66\x3d\x22\x68\x74\x74\160\163\x3a\57\x2f\x77\167\x77\x2e\x63\x79\x62\x65\x72\x73\x65\157\56\x6e\145\164\x2f\142\x6c\x6f\x67\57\167\x68\141\164\55\151\163\55\163\160\151\156\x74\141\x78\55\x61\156\144\x2d\x68\157\167\x2d\164\x6f\x2d\x75\163\x65\x2d\x69\x74\x2f\x22\x20\x74\141\x72\147\x65\164\75\x22\137\x62\x6c\141\156\153\x22\76\123\x70\x69\156\164\x61\x78\x3c\57\141\x3e\x2e\40\124\x68\x69\163\x20\x6f\x70\x74\x69\x6f\156\x20\143\x61\x6e\x20\x62\x65\x20\x75\163\x65\x66\165\x6c\x20\x66\x6f\x72\40\147\145\156\145\x72\x61\x74\x69\x6f\156\40\x6f\x66\40\x75\x6e\x69\x71\165\145\40\x66\x65\145\x64\163\40\151\x6e\40\74\141\x20\150\x72\x65\146\x3d\42\x68\164\164\160\163\x3a\57\57\x77\x77\x77\x2e\x63\171\x62\145\x72\x73\x65\x6f\x2e\x6e\x65\164\x2f\x6d\x6f\x72\x70\150\151\x6e\147\55\162\x73\163\x2d\x68\x6f\x73\x74\x2d\x6d\x6f\144\145\x2d\x63\x6f\156\x74\145\x6e\164\x2d\163\x70\151\156\156\x65\162\57\x22\40\164\141\162\x67\x65\164\x3d\42\x5f\142\x6c\141\156\x6b\42\x3e\115\157\162\160\150\x69\x6e\147\40\x52\123\123\x20\x68\157\x73\x74\40\155\x6f\144\145\x3c\x2f\141\76\x2e\74\57\x6c\141\x62\145\154\76\15\12\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\74\x2f\x74\144\x3e\15\12\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\74\57\164\x72\x3e\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\xd\xa\15\12\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x3c\57\164\x61\142\154\x65\x3e\15\12\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x3c\57\144\x69\166\x3e\xd\xa\xd\xa\40\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x3c\144\x69\166\x20\x69\144\x3d\x22\x73\160\151\156\162\x65\167\x72\x69\x74\x65\162\x5f\163\145\x74\164\x69\x6e\147\163\x22\x3e\15\xa\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x3c\164\x61\x62\154\x65\x20\143\154\x61\163\x73\x3d\x22\143\x73\145\x6f\55\x62\157\170\x38\42\76\xd\xa\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\74\x74\x72\x3e\xd\12\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\74\164\x68\x20\x73\143\157\x70\x65\x3d\x22\x72\x6f\x77\42\76"; $this->showChangeBox($change_selected, "\x73\x70\x69\156\162\x65\167\x72\151\164\145\x72\137\x70\162\157\164\145\x63\x74\145\x64\137\164\145\162\x6d\x73"); echo "\x50\x72\157\x74\145\x63\x74\x65\x64\40\x74\x65\x72\x6d\x73\74\x2f\x74\x68\76\15\xa\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\74\164\144\x3e\15\xa\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x3c\x74\145\170\164\x61\162\145\x61\x20\143\x6f\x6c\163\75\42\71\x30\x22\40\162\157\x77\x73\x3d\x22\65\x22\x20\x77\x72\141\x70\75\x22\x6f\146\146\42\x20\156\141\x6d\145\x3d\x22\163\160\151\x6e\x72\145\167\x72\x69\164\x65\162\137\160\x72\157\164\x65\x63\164\x65\x64\137\x74\145\162\x6d\163\x22\x20\163\164\x79\x6c\145\x3d\42\155\x61\162\x67\x69\156\x3a\x30\73\40\150\x65\151\147\x68\164\72\61\60\145\155\73\x20\x77\x69\x64\x74\150\72\61\60\x30\45\73\x22\76"; echo $settings["\163\x70\x69\x6e\162\145\x77\x72\151\x74\x65\162\137\160\162\x6f\x74\x65\143\x74\145\144\x5f\164\145\x72\155\163"]; echo "\x3c\57\x74\145\170\164\x61\x72\x65\x61\76\x3c\142\x72\76\15\12\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\74\160\x20\x63\154\x61\x73\x73\75\x22\144\145\163\x63\162\151\x70\164\151\x6f\156\x22\x3e\x61\x20\x6c\x69\163\x74\40\x6f\x66\40\153\x65\171\x77\x6f\x72\144\163\x20\x61\x6e\x64\x20\153\145\x79\40\x70\150\162\141\163\145\163\x20\164\150\141\164\40\171\157\165\40\144\x6f\40\116\117\124\x20\x77\x61\x6e\x74\x20\164\157\x20\163\x70\151\156\56\40\117\156\145\40\164\x65\162\x6d\x20\x70\x65\162\x20\154\x69\x6e\x65\x2e\74\x2f\x70\76\15\xa\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\74\x2f\164\144\76\xd\xa\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x3c\57\164\x72\x3e\x9\15\12\15\xa\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x3c\164\x72\76\xd\xa\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x3c\x74\150\x20\x73\143\157\160\x65\75\x22\162\157\x77\42\76"; $this->showChangeBox($change_selected, "\163\160\x69\156\x72\x65\x77\x72\x69\x74\x65\x72\x5f\141\165\164\157\137\x70\x72\x6f\164\x65\143\x74\145\x64\x5f\x74\145\x72\155\163"); echo "\101\165\164\x6f\x20\160\162\x6f\164\145\143\x74\x65\144\x20\164\x65\x72\155\163\74\57\x74\150\x3e\15\xa\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\74\x74\144\x3e\xd\xa\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\40\x3c\x69\156\160\x75\x74\40\164\171\x70\145\x3d\x22\x63\x68\x65\143\153\142\157\x78\x22\40\x6e\141\155\145\75\x22\x73\160\151\156\x72\145\x77\162\151\164\145\x72\137\x61\165\x74\x6f\137\x70\x72\x6f\x74\x65\x63\164\x65\x64\137\164\x65\x72\155\x73\42\40\151\x64\75\x22\x73\x70\151\156\x72\145\x77\x72\x69\x74\x65\162\x5f\141\x75\x74\157\137\x70\162\x6f\164\145\143\x74\x65\144\137\x74\145\x72\x6d\163\42\15\12\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20"; if (!($settings["\163\x70\151\x6e\x72\x65\167\x72\151\164\145\x72\137\x61\165\x74\157\137\160\x72\x6f\164\145\143\164\x65\144\x5f\164\x65\162\155\163"] === "\x6f\156")) { goto KHOil; } echo "\143\x68\x65\x63\153\145\x64"; KHOil: echo "\x20\x2f\76\40\15\xa\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\74\154\x61\x62\145\x6c\x20\x66\x6f\x72\x3d\42\x73\x70\x69\156\x72\145\167\x72\151\164\x65\162\x5f\x61\x75\164\x6f\137\x70\x72\157\x74\x65\x63\164\145\x64\137\164\145\162\x6d\x73\x22\x3e\x73\150\157\x75\x6c\144\40\x53\x70\151\x6e\x52\x65\167\x72\x69\x74\x65\x72\x20\141\165\164\x6f\155\141\164\x69\143\x61\x6c\x6c\171\40\160\x72\157\x74\x65\143\x74\40\141\x6c\154\x20\103\x61\160\151\x74\x61\x6c\151\x7a\x65\144\40\x57\x6f\162\144\x73\40\x65\170\x63\x65\x70\x74\x20\x66\157\x72\x20\x74\x68\x6f\163\x65\x20\151\156\40\x74\x68\x65\x20\164\151\x74\x6c\x65\x20\157\x66\x20\171\157\x75\x72\x20\x6f\162\151\x67\x69\x6e\x61\x6c\x20\x74\x65\x78\x74\x3f\x3c\57\154\141\x62\x65\154\x3e\15\xa\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\74\x2f\164\144\x3e\15\xa\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x3c\57\x74\x72\x3e\40\x20\40\15\xa\xd\xa\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\40\40\x3c\164\x72\x3e\xd\12\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x3c\164\150\40\163\x63\x6f\160\x65\x3d\42\x72\157\x77\42\76"; $this->showChangeBox($change_selected, "\x73\160\151\156\x72\145\167\162\x69\164\145\162\137\x63\157\x6e\146\x69\144\145\x6e\143\145\137\154\145\166\x65\x6c"); echo "\x43\x6f\x6e\x66\x69\x64\x65\156\x63\x65\40\154\145\x76\x65\154\74\x2f\x74\150\76\xd\xa\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\74\164\144\76\xd\12\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x3c\163\145\x6c\x65\x63\x74\x20\156\x61\x6d\x65\x3d\42\163\x70\x69\x6e\x72\145\167\x72\x69\164\145\x72\x5f\x63\157\156\x66\x69\144\145\156\x63\145\137\154\x65\166\145\154\42\x3e\xd\xa\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20"; echo "\74\157\160\x74\151\x6f\x6e\40" . ($settings["\163\x70\151\156\162\x65\167\162\x69\x74\x65\162\137\x63\157\156\146\151\144\x65\156\143\x65\137\154\145\x76\145\154"] === "\x6c\x6f\167" ? "\163\145\x6c\145\143\x74\145\144\40" : '') . "\166\x61\x6c\x75\x65\x3d\42\x6c\157\x77\42\x3e\154\157\x77\40\x3c\x2f\x6f\160\164\x69\157\x6e\76"; echo "\x3c\x6f\160\164\x69\157\156\40" . ($settings["\x73\160\x69\156\x72\x65\x77\162\x69\x74\x65\x72\137\143\157\x6e\x66\151\144\145\156\x63\x65\x5f\x6c\145\166\x65\154"] === "\155\145\x64\151\x75\155" ? "\x73\145\154\x65\143\164\145\144\40" : '') . "\166\141\154\165\x65\75\x22\x6d\145\144\x69\x75\x6d\x22\x3e\x6d\x65\x64\x69\x75\x6d\x20\x3c\x2f\x6f\160\x74\x69\x6f\x6e\x3e"; echo "\x3c\157\x70\x74\151\157\156\40" . ($settings["\x73\160\x69\156\x72\x65\x77\162\x69\x74\145\x72\137\143\157\x6e\x66\151\144\145\x6e\x63\145\x5f\154\145\166\x65\154"] === "\150\x69\147\150" ? "\163\145\154\145\x63\x74\145\144\x20" : '') . "\x76\141\154\x75\x65\x3d\42\x68\151\x67\x68\x22\76\150\151\147\x68\40\74\57\x6f\160\164\151\x6f\156\76"; echo "\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x3c\57\x73\x65\x6c\x65\x63\164\x3e\15\12\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\74\x70\40\x63\154\141\x73\x73\x3d\42\144\x65\163\x63\162\x69\160\x74\x69\x6f\x6e\x22\76\x54\x68\x65\40\143\x6f\x6e\x66\151\144\145\156\143\x65\40\154\x65\x76\145\x6c\40\157\x66\40\164\150\145\x20\x72\145\x77\162\x69\x74\x65\x20\x70\162\157\x63\145\163\x73\56\74\x62\162\x3e\xd\xa\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\74\x73\164\162\x6f\x6e\x67\76\x6c\x6f\167\74\x2f\x73\x74\x72\157\156\x67\x3e\72\40\154\x61\x72\147\x65\x73\164\40\156\165\155\x62\x65\162\40\x6f\x66\x20\163\171\156\x6f\156\171\155\x73\x20\146\x6f\162\x20\166\x61\x72\x69\x6f\165\x73\x20\x77\157\162\x64\163\40\x61\156\x64\40\x70\x68\x72\x61\x73\145\163\54\x20\x6c\x65\x61\163\x74\x20\162\x65\x61\x64\x61\x62\x6c\145\40\x75\156\151\161\165\x65\x20\x76\141\x72\151\x61\x74\151\x6f\x6e\x73\x20\157\x66\x20\x74\145\x78\x74\73\x3c\142\162\76\15\xa\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x3c\x73\x74\x72\157\x6e\147\x3e\x6d\145\144\151\165\155\74\57\x73\164\162\157\x6e\147\76\x3a\40\162\x65\154\x61\164\151\166\x65\x6c\171\40\162\145\x6c\x69\x61\142\154\x65\x20\163\x79\x6e\x6f\156\x79\x6d\x73\54\40\165\x73\165\x61\154\154\x79\x20\x77\145\x6c\154\x20\162\145\141\x64\141\x62\154\x65\x20\x75\x6e\x69\x71\x75\145\x20\x76\x61\x72\x69\x61\x74\151\x6f\x6e\163\x20\x6f\x66\x20\x74\145\x78\164\40\50\144\x65\x66\x61\x75\154\x74\x20\x73\x65\164\x74\151\x6e\147\x29\x3b\x3c\x62\x72\x3e\xd\xa\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\74\163\x74\x72\157\x6e\x67\x3e\150\151\147\150\74\x2f\163\164\162\x6f\156\147\x3e\x3a\x20\157\156\x6c\x79\x20\x74\150\145\x20\155\x6f\x73\164\40\x72\x65\x6c\x69\141\x62\154\x65\40\163\171\156\x6f\x6e\x79\x6d\163\54\x20\160\x65\x72\x66\x65\x63\x74\x6c\x79\40\x72\x65\x61\144\141\142\154\x65\40\x75\x6e\151\161\165\145\x20\x76\141\162\x69\141\164\x69\157\156\x73\40\x6f\146\40\164\145\170\164\x2e\74\x2f\160\76\xd\12\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x3c\x2f\x74\144\76\15\xa\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\74\x2f\x74\x72\x3e\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\xd\12\xd\xa\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\74\164\162\x3e\xd\12\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x3c\x74\150\40\x73\143\x6f\160\145\x3d\42\162\157\167\x22\76"; $this->showChangeBox($change_selected, "\x73\x70\x69\156\x72\145\167\x72\151\x74\145\162\x5f\x61\165\164\x6f\137\163\145\156\164\x65\x6e\143\145\x73"); echo "\101\165\164\x6f\40\x73\x65\156\164\x65\156\x63\145\x73\74\57\x74\x68\x3e\15\xa\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x3c\x74\144\76\74\x69\x6e\160\x75\164\x20\x74\x79\x70\x65\x3d\x22\143\150\145\x63\x6b\x62\157\170\x22\x20\x6e\141\155\x65\75\x22\163\160\x69\x6e\162\x65\167\x72\x69\x74\x65\162\137\x61\x75\164\x6f\137\x73\145\x6e\x74\145\x6e\x63\x65\x73\42\x20\151\x64\x3d\x22\163\x70\x69\156\x72\x65\167\162\x69\x74\x65\x72\x5f\141\165\164\x6f\137\163\145\156\164\x65\x6e\x63\145\163\42\15\12\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20"; if (!($settings["\163\160\x69\156\x72\145\x77\162\151\164\x65\x72\x5f\141\165\164\x6f\x5f\x73\x65\x6e\x74\x65\x6e\x63\145\163"] === "\157\156")) { goto HUNHS; } echo "\x63\150\145\x63\x6b\x65\x64"; HUNHS: echo "\x20\x2f\76\xd\12\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\74\154\x61\142\x65\x6c\x20\146\x6f\162\75\x22\163\x70\151\156\x72\145\x77\162\x69\x74\145\162\x5f\x61\165\164\157\x5f\x73\x65\x6e\x74\145\x6e\x63\x65\163\42\x3e\163\x68\x6f\165\x6c\x64\x20\123\160\151\x6e\122\x65\167\162\151\164\145\162\x20\x73\160\151\156\40\143\157\x6d\160\154\145\x74\145\x20\x73\x65\156\x74\x65\156\143\145\x73\x3f\x20\111\146\x20\x65\x6e\x61\x62\x6c\x65\144\x2c\40\163\157\x6d\145\40\163\145\156\x74\145\x6e\x63\x65\x73\40\167\151\x6c\154\40\142\145\40\x72\145\160\154\141\x63\x65\144\x20\x77\151\164\x68\x20\x61\x20\50\163\150\157\162\x74\x65\162\51\40\163\160\x75\x6e\x20\x76\x61\x72\151\141\x74\x69\x6f\156\x2e\x3c\x2f\154\x61\x62\x65\x6c\x3e\15\xa\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x3c\x2f\164\x64\76\15\xa\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x3c\x2f\x74\162\76\x20\x20\x20\15\xa\xd\xa\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\74\x74\162\76\xd\xa\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x3c\x74\150\40\x73\143\157\160\x65\75\42\162\157\167\42\76"; $this->showChangeBox($change_selected, "\163\x70\x69\156\x72\145\167\162\x69\x74\x65\162\x5f\141\165\164\x6f\x5f\156\145\167\137\160\141\x72\x61\147\x72\x61\x70\150\x73"); echo "\101\165\164\x6f\x20\x6e\x65\167\40\x70\141\162\141\x67\x72\141\160\x68\x73\x3c\57\164\x68\76\15\xa\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x3c\164\x64\x3e\15\12\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x3c\151\x6e\x70\165\x74\40\164\171\160\x65\x3d\42\143\x68\145\x63\153\142\157\170\42\40\156\x61\x6d\145\x3d\42\163\160\151\156\x72\145\x77\162\x69\164\145\x72\x5f\x61\x75\164\157\x5f\156\145\167\137\160\141\162\141\147\x72\x61\160\150\x73\42\x20\x69\144\75\x22\x73\160\x69\x6e\162\145\x77\162\x69\164\x65\x72\137\x61\x75\164\157\x5f\x6e\x65\x77\x5f\160\141\162\141\x67\162\141\x70\x68\163\42\xd\xa\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40"; if (!($settings["\163\160\151\x6e\162\x65\x77\162\x69\164\x65\162\137\141\x75\x74\x6f\137\x6e\145\167\137\160\141\x72\141\147\x72\141\x70\150\163"] === "\x6f\x6e")) { goto r5KOT; } echo "\x63\x68\x65\x63\153\x65\144"; r5KOT: echo "\40\57\76\15\xa\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x3c\x6c\141\142\145\154\40\146\x6f\x72\x3d\42\x73\x70\151\x6e\162\x65\167\x72\x69\x74\145\x72\x5f\141\x75\164\x6f\137\156\x65\x77\137\x70\141\x72\x61\x67\162\141\160\x68\x73\x22\76\163\150\157\165\x6c\x64\40\123\x70\151\x6e\x52\145\x77\x72\151\164\145\x72\40\141\x75\164\157\155\x61\164\151\143\x61\154\x6c\x79\40\x77\162\x69\164\145\40\x61\144\x64\151\164\x69\157\156\141\154\40\160\x61\162\141\x67\162\x61\x70\x68\x73\x20\157\156\x20\151\164\163\40\157\x77\156\x3f\40\x49\x66\40\x65\156\141\x62\x6c\145\x64\54\40\x74\x68\145\x20\162\145\x74\x75\x72\x6e\145\x64\x20\163\x70\165\156\x20\164\x65\x78\x74\x20\167\151\154\154\40\x63\x6f\156\164\x61\151\x6e\x20\141\144\x64\151\164\151\157\x6e\141\x6c\40\160\x61\162\x61\147\x72\x61\160\x68\x73\x2e\x3c\x2f\154\141\x62\145\154\76\xd\xa\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\74\57\164\x64\x3e\15\12\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x3c\57\164\x72\76\40\40\x20\xd\12\xd\xa\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\40\74\164\162\76\xd\12\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x3c\164\150\x20\163\x63\x6f\x70\x65\75\x22\162\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x73\160\151\x6e\x72\145\167\162\151\x74\x65\162\137\141\165\x74\x6f\x5f\163\x65\156\164\145\x6e\x63\x65\x5f\x74\x72\145\145\x73"); echo "\x41\165\164\157\x20\163\x65\x6e\164\145\156\143\145\x20\164\162\x65\x65\x73\x3c\x2f\164\x68\76\15\xa\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x3c\164\144\76\xd\xa\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x3c\x69\x6e\x70\165\164\40\164\x79\160\x65\x3d\x22\143\x68\x65\x63\153\142\x6f\170\x22\40\x6e\x61\155\x65\75\42\163\x70\x69\x6e\162\145\x77\x72\151\164\x65\x72\x5f\x61\165\x74\157\137\x73\x65\x6e\x74\145\156\x63\x65\x5f\x74\162\145\145\x73\42\x20\151\144\75\42\163\x70\151\x6e\x72\x65\x77\162\x69\164\145\x72\137\x61\x75\x74\157\137\x73\145\156\x74\x65\156\143\145\137\x74\x72\145\145\x73\x22\15\12\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20"; if (!($settings["\163\160\151\156\x72\x65\167\x72\151\x74\145\162\137\x61\x75\x74\157\137\163\145\x6e\164\x65\156\143\145\137\x74\x72\145\x65\x73"] === "\157\156")) { goto dx4x5; } echo "\143\x68\x65\x63\x6b\x65\x64"; dx4x5: echo "\x20\57\x3e\xd\12\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\74\x6c\141\x62\145\154\x20\x66\157\162\75\x22\163\x70\151\156\162\x65\167\x72\x69\x74\145\x72\137\x61\x75\164\x6f\x5f\x73\x65\x6e\164\x65\156\x63\x65\137\x74\162\x65\145\x73\x22\76\x69\146\x20\143\x68\x65\143\x6b\x65\x64\54\40\x53\x70\151\156\122\145\167\162\x69\x74\x65\x72\x20\167\151\x6c\154\x20\143\x68\141\x6e\x67\145\40\x22\111\146\x20\x68\145\x20\x69\163\x20\x68\x75\x6e\147\x72\x79\54\40\112\x6f\150\x6e\x20\x65\141\x74\163\x2e\x22\x20\164\x6f\40\x22\x4a\x6f\150\x6e\x20\x65\x61\164\x73\x20\x69\146\40\150\145\x20\151\x73\40\150\x75\x6e\147\x72\x79\x2e\x22\x20\141\x6e\x64\x20\x22\x4a\x6f\150\x6e\x20\x65\141\164\x73\x20\141\156\x64\40\x64\x72\151\x6e\153\x73\56\42\40\x74\x6f\x20\x22\x4a\157\150\156\40\144\162\x69\156\x6b\x73\x20\x61\156\x64\40\145\141\x74\x73\56\x22\74\57\x6c\x61\x62\x65\x6c\x3e\xd\12\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\74\57\x74\144\76\x20\x20\x20\xd\xa\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x3c\57\164\162\76\x20\40\40\15\xa\xd\12\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\74\164\x72\76\xd\xa\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\74\x74\x68\40\x73\143\x6f\160\x65\75\42\x72\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\163\x70\151\x6e\x72\x65\167\x72\151\x74\x65\162\137\165\x73\145\137\157\156\154\171\x5f\163\x79\156\157\x6e\x79\x6d\163"); echo "\125\x73\145\40\157\156\154\x79\40\x73\x79\156\157\x6e\171\155\163\74\57\164\150\x3e\xd\12\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x3c\164\x64\x3e\15\xa\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x3c\x69\156\x70\165\164\40\x74\x79\x70\145\x3d\x22\143\150\x65\x63\x6b\142\157\x78\42\40\156\141\155\145\75\42\x73\x70\x69\x6e\162\x65\x77\x72\x69\x74\145\162\137\x75\163\145\x5f\157\x6e\x6c\x79\137\163\171\156\157\x6e\171\x6d\x73\42\40\151\x64\x3d\x22\163\160\151\x6e\x72\x65\167\162\151\164\145\x72\x5f\165\163\145\x5f\157\156\154\x79\x5f\x73\171\x6e\x6f\156\171\155\x73\x22\xd\xa\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40"; if (!($settings["\x73\x70\151\x6e\x72\x65\x77\162\x69\x74\145\162\137\165\163\145\137\x6f\156\154\171\x5f\163\171\156\157\156\171\x6d\163"] === "\157\x6e")) { goto kBKNq; } echo "\x63\x68\145\143\153\x65\x64"; kBKNq: echo "\40\57\76\15\xa\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x3c\x6c\141\x62\x65\154\x20\x66\x6f\x72\x3d\42\163\x70\151\x6e\162\145\167\162\x69\164\x65\162\137\165\x73\x65\x5f\157\x6e\x6c\x79\x5f\163\x79\156\157\156\x79\155\163\42\x3e\151\146\x20\143\150\x65\143\x6b\x65\x64\x2c\x20\123\x70\x69\x6e\122\145\167\162\x69\164\145\x72\40\167\x69\x6c\x6c\x20\x6e\145\x76\145\x72\40\x75\x73\145\x20\141\x6e\171\x20\x6f\146\40\164\150\x65\x20\157\162\x69\x67\x69\156\141\154\40\167\157\x72\144\x73\40\x6f\x66\x20\x70\x68\162\141\163\x65\163\40\151\146\40\x74\150\145\162\x65\x20\151\163\x20\141\x20\163\x79\156\157\x6e\171\x6d\40\x61\166\x61\151\x6c\141\142\x6c\145\56\x20\124\150\151\x73\40\x73\x69\147\x6e\151\146\151\143\x61\x6e\164\154\x79\40\x69\x6d\x70\x72\x6f\166\x65\163\40\x74\x68\145\40\165\156\151\161\x75\x65\156\145\163\163\x20\x6f\x66\x20\147\145\156\145\x72\141\164\x65\144\40\163\x70\165\156\40\x63\157\156\164\145\x6e\164\x2e\74\57\x6c\141\142\x65\154\76\xd\xa\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x3c\x2f\164\x64\76\15\12\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x3c\x2f\x74\162\x3e\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\15\12\xd\xa\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x3c\x74\x72\x3e\15\12\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x3c\x74\x68\40\163\x63\157\x70\x65\x3d\42\162\157\167\42\x3e"; $this->showChangeBox($change_selected, "\x73\x70\x69\x6e\x72\x65\167\162\x69\x74\145\162\x5f\164\x65\x78\164\x5f\167\x69\164\x68\137\x73\160\151\x6e\164\141\170"); echo "\124\145\x78\x74\40\167\151\x74\x68\x20\123\160\151\x6e\x74\x61\170\x3c\57\164\150\76\xd\12\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\74\x74\x64\x3e\15\xa\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x3c\x69\x6e\x70\165\x74\40\x74\171\160\145\75\x22\x63\150\x65\143\153\142\157\170\x22\40\156\x61\155\145\75\x22\x73\x70\151\x6e\x72\x65\x77\x72\x69\164\145\x72\x5f\164\x65\x78\164\137\x77\151\164\x68\x5f\163\x70\151\x6e\164\x61\170\x22\40\x69\144\75\42\x73\x70\x69\x6e\162\x65\x77\162\x69\x74\145\162\137\164\145\170\x74\137\x77\x69\x74\150\x5f\163\x70\x69\x6e\164\x61\170\x22\xd\12\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40"; if (!($settings["\163\160\x69\156\162\145\x77\x72\151\x74\145\162\137\x74\x65\170\164\x5f\x77\x69\x74\x68\137\x73\x70\151\x6e\x74\141\170"] === "\x6f\156")) { goto v4Atf; } echo "\143\x68\145\x63\x6b\145\144"; v4Atf: echo "\40\x2f\x3e\xd\12\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x3c\x6c\x61\142\145\154\x20\146\x6f\x72\x3d\x22\163\x70\x69\156\x72\x65\x77\x72\x69\164\x65\x72\x5f\164\145\170\x74\x5f\x77\x69\164\150\x5f\163\160\151\x6e\x74\141\170\x22\x3e\x69\146\x20\143\x68\145\143\x6b\x65\x64\54\40\162\145\x74\x75\162\x6e\x73\x20\164\150\145\x20\x70\162\x6f\x63\x65\163\163\145\x64\x20\163\x70\x75\x6e\x20\164\x65\170\x74\40\167\151\x74\150\x20\123\x70\151\x6e\x74\x61\x78\56\x20\x54\150\x69\x73\40\157\160\x74\x69\157\x6e\40\x63\141\156\40\142\145\40\165\x73\x65\146\165\x6c\40\146\157\162\40\147\145\x6e\145\162\141\x74\x69\157\156\x20\157\x66\x20\x75\x6e\151\x71\x75\x65\40\x66\145\x65\x64\x73\x20\x69\156\x20\74\x61\x20\150\162\145\146\75\x22\x68\x74\164\x70\x73\x3a\x2f\57\x77\167\167\x2e\143\x79\x62\145\x72\x73\x65\x6f\56\x6e\145\x74\57\x6d\157\x72\x70\150\x69\x6e\147\55\162\163\x73\x2d\150\157\163\x74\55\x6d\157\x64\x65\55\143\x6f\x6e\x74\145\156\164\55\x73\160\151\x6e\x6e\x65\162\57\x22\40\164\141\x72\147\x65\x74\75\x22\137\x62\x6c\x61\x6e\x6b\42\76\x4d\157\x72\160\x68\151\x6e\x67\40\122\123\123\x20\150\x6f\163\164\40\155\x6f\x64\145\74\x2f\141\76\56\74\57\154\141\x62\x65\x6c\76\15\12\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x3c\57\164\144\76\15\12\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x3c\x2f\x74\x72\x3e\x20\x20\40\40\40\40\40\40\x20\xd\xa\15\12\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x3c\x74\162\x3e\15\xa\40\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\74\x74\x68\40\163\x63\x6f\x70\145\x3d\42\162\157\167\42\x3e"; $this->showChangeBox($change_selected, "\163\160\x69\x6e\x72\145\x77\x72\x69\x74\145\x72\137\156\x65\x73\x74\145\144\x5f\x73\x70\x69\156\164\141\x78"); echo "\x4e\x65\163\x74\145\144\x20\123\160\x69\156\164\141\x78\74\57\164\x68\76\xd\xa\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x3c\164\144\76\xd\12\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\74\151\156\x70\x75\164\x20\164\x79\160\145\x3d\42\x63\x68\145\143\x6b\142\157\x78\x22\40\x6e\x61\155\145\x3d\x22\163\160\151\x6e\162\145\x77\x72\151\164\x65\162\x5f\156\x65\163\164\x65\144\137\163\x70\151\156\x74\x61\x78\42\40\151\144\75\42\x73\160\x69\x6e\162\145\167\162\151\x74\x65\x72\x5f\156\145\163\x74\145\144\137\x73\x70\x69\x6e\164\x61\170\x22\xd\12\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20"; if (!($settings["\163\x70\151\156\162\145\167\162\x69\164\145\x72\137\156\145\x73\164\145\x64\137\163\x70\x69\x6e\164\141\170"] === "\x6f\x6e")) { goto c7Ow7; } echo "\143\150\x65\x63\153\x65\144"; c7Ow7: echo "\x20\57\76\15\xa\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\74\154\141\142\x65\x6c\40\x66\157\162\x3d\x22\163\x70\151\156\x72\145\x77\162\x69\x74\145\162\x5f\156\145\x73\x74\145\144\x5f\163\x70\x69\x6e\x74\x61\x78\42\76\x69\x66\x20\x63\150\x65\x63\x6b\x65\x64\54\40\164\150\145\x20\162\145\164\165\162\156\145\144\x20\x73\160\165\156\40\x74\x65\x78\x74\x20\155\151\x67\x68\164\40\143\157\x6e\164\x61\x69\156\x20\x32\40\x6c\145\166\145\x6c\x73\40\x6f\x66\x20\x6e\x65\x73\x74\145\x64\40\x73\160\x69\156\x6e\151\156\x67\x20\x73\x79\x6e\164\x61\170\x2e\x3c\57\x6c\141\142\x65\x6c\76\xd\xa\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x3c\57\x74\x64\76\xd\xa\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x3c\57\x74\162\76\x20\x20\x20\x20\xd\xa\15\12\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\74\57\164\x61\142\154\145\x3e\xd\12\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\74\x2f\x64\151\x76\x3e\xd\xa\15\xa\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\74\144\151\166\x20\151\x64\x3d\x22\x77\x6f\x72\144\x61\x69\137\163\145\164\x74\x69\156\x67\163\42\76\40\15\xa\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\74\x74\141\x62\x6c\145\40\143\154\x61\x73\x73\75\42\x63\163\145\157\55\x62\x6f\x78\x38\42\76\xd\xa\xd\12\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x3c\164\162\76\xd\12\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\74\x74\150\40\163\x63\x6f\160\145\75\42\162\x6f\x77\42\76"; $this->showChangeBox($change_selected, "\167\x6f\x72\144\141\x69\x5f\x75\156\151\x71\x75\x65\x6e\x65\x73\163"); echo "\125\156\151\x71\x75\145\x6e\145\x73\163\74\x2f\164\150\x3e\15\12\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x3c\x74\144\x3e\15\12\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x3c\163\145\x6c\x65\x63\x74\40\x6e\x61\x6d\x65\75\x22\167\157\x72\144\141\151\137\x75\156\x69\x71\165\x65\156\145\x73\x73\x22\x3e\xd\12\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20"; echo "\x3c\x6f\160\x74\151\157\156\x20" . ($settings["\x77\157\162\144\141\x69\137\165\156\151\x71\x75\x65\156\145\163\x73"] == 1 ? "\163\x65\154\145\143\x74\x65\144\x20" : '') . "\x76\141\154\x75\145\75\42\x31\x22\x3e\155\157\162\x65\x20\143\x6f\156\x73\x65\x72\166\141\164\x69\166\145\x3c\57\x6f\x70\x74\x69\x6f\x6e\x3e"; echo "\x3c\x6f\160\164\x69\x6f\x6e\x20" . ($settings["\167\157\162\144\141\x69\x5f\165\156\151\x71\165\x65\x6e\x65\x73\x73"] == 2 ? "\163\x65\154\x65\x63\x74\x65\144\40" : '') . "\166\141\154\x75\x65\75\42\x32\x22\x3e\162\x65\x67\165\154\141\x72\74\57\157\x70\164\151\x6f\156\x3e"; echo "\74\x6f\160\x74\x69\x6f\156\40" . ($settings["\x77\x6f\x72\x64\x61\151\137\x75\x6e\x69\x71\165\x65\x6e\145\163\x73"] == 3 ? "\163\x65\x6c\x65\143\x74\x65\144\x20" : '') . "\x76\141\154\x75\145\x3d\42\x33\x22\x3e\x6d\x6f\x72\145\40\x61\144\x76\x65\156\x74\165\x72\x6f\x75\x73\74\x2f\x6f\160\x74\x69\157\x6e\76"; echo "\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\74\57\163\x65\154\145\x63\x74\76\15\xa\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\74\57\164\x64\76\xd\xa\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x3c\57\x74\162\x3e\40\x20\11\xd\xa\xd\12\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\74\x74\x72\76\15\xa\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\74\164\150\x20\163\143\x6f\x70\x65\x3d\x22\x72\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x77\157\x72\x64\141\x69\x5f\162\x65\164\x75\162\156\x5f\162\x65\167\x72\151\x74\x65\x73"); echo "\x52\x65\164\x75\x72\156\x20\162\145\x77\162\151\164\x65\x73\x3c\x2f\164\150\76\15\12\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\74\164\144\x3e\xd\xa\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\74\151\x6e\160\x75\164\x20\164\171\160\145\75\x22\x63\150\x65\143\x6b\x62\x6f\x78\42\x20\x6e\x61\x6d\x65\75\x22\x77\x6f\162\144\141\x69\x5f\x72\145\x74\x75\162\156\137\x72\x65\x77\162\x69\x74\145\163\x22\x20\151\144\x3d\x22\x77\x6f\162\144\x61\151\137\x72\145\164\x75\162\156\x5f\162\x65\167\162\x69\164\x65\x73\x22\xd\12\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20"; if (!($settings["\167\157\162\144\x61\151\x5f\162\x65\x74\165\162\x6e\x5f\x72\x65\x77\x72\151\164\x65\x73"] === "\157\x6e")) { goto eL8sL; } echo "\143\x68\x65\143\x6b\x65\x64"; eL8sL: echo "\x20\57\76\xd\12\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\74\154\x61\142\x65\154\x20\146\x6f\x72\x3d\42\x77\157\x72\x64\141\151\137\x72\x65\164\165\162\x6e\137\162\145\x77\x72\151\x74\x65\x73\42\x3e\143\x68\145\143\x6b\x20\x69\164\40\x69\x66\40\x79\157\x75\40\167\141\x6e\x74\x20\164\157\x20\x72\145\x63\x65\151\x76\145\40\x61\40\162\145\167\x72\x69\164\164\x65\x6e\40\141\x72\164\151\x63\x6c\145\56\x20\x4f\x74\150\x65\162\167\151\163\x65\x2c\40\164\150\x65\x20\157\x75\164\x70\x75\164\x20\162\145\164\165\162\x6e\145\x64\40\x77\x69\x6c\x6c\x20\142\145\x20\164\x68\145\x20\74\141\40\150\x72\145\x66\75\x22\x68\x74\x74\160\163\72\57\57\x77\167\x77\x2e\x63\171\142\145\x72\x73\x65\x6f\x2e\156\x65\x74\x2f\142\154\157\x67\x2f\x77\150\x61\x74\x2d\x69\x73\x2d\163\x70\151\156\x74\141\170\x2d\141\156\x64\55\x68\157\167\55\164\157\55\165\163\x65\x2d\x69\164\x2f\42\40\x74\141\x72\147\x65\x74\75\x5f\142\x6c\141\x6e\x6b\x22\76\123\160\x69\x6e\164\141\170\x3c\x2f\141\x3e\40\157\146\40\171\157\165\162\x20\x74\x65\x78\x74\56\x3c\x2f\154\141\142\145\154\76\15\12\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x3c\57\164\x64\x3e\xd\12\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x3c\x2f\x74\x72\x3e\40\x20\40\40\x20\x20\15\xa\xd\xa\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\74\164\162\76\15\xa\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\74\x74\150\x20\163\143\157\160\x65\75\42\162\x6f\167\x22\76"; $this->showChangeBox($change_selected, "\167\x6f\x72\144\141\151\137\x70\162\157\x74\145\143\164\137\x77\157\x72\144\163"); echo "\x50\162\x6f\164\x65\x63\164\x20\x77\x6f\162\144\163\x3c\57\164\x68\76\xd\12\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x3c\164\x64\76\xd\xa\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x3c\151\156\160\165\164\x20\x74\171\x70\145\75\x22\143\x68\145\143\153\x62\x6f\x78\42\40\156\x61\x6d\x65\x3d\x22\167\157\x72\x64\141\x69\137\x70\162\157\x74\145\x63\164\x5f\167\157\x72\144\163\x22\x20\x69\144\x3d\42\x77\x6f\162\144\141\151\x5f\160\162\x6f\x74\x65\x63\164\x5f\x77\x6f\x72\144\x73\42\15\12\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40"; if (!($settings["\x77\x6f\162\144\141\151\x5f\160\x72\157\164\x65\143\x74\137\x77\x6f\x72\144\163"] === "\157\156")) { goto JbWae; } echo "\143\x68\x65\143\x6b\x65\x64"; JbWae: echo "\x20\57\76\15\12\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x3c\154\x61\142\145\x6c\x20\x66\157\x72\x3d\42\x77\157\x72\x64\141\151\x5f\160\162\157\x74\x65\x63\164\x5f\167\157\162\144\163\42\76\143\150\145\143\153\40\151\164\40\x74\157\x20\x75\x73\145\40\164\150\145\40\x70\x72\x6f\x74\145\x63\x74\40\167\157\162\x64\x73\x20\x6d\x61\x73\x74\x65\162\x20\163\145\164\x74\x69\x6e\147\163\40\x69\x6e\40\x79\x6f\165\162\40\x61\x63\x63\x6f\x75\x6e\x74\54\x20\x77\150\x69\x63\x68\x20\x63\141\156\40\142\145\x20\x76\x69\145\x77\x65\144\x20\141\x6e\144\40\x75\160\144\141\164\145\144\x20\x3c\141\40\150\x72\145\146\75\42\x68\x74\x74\160\163\x3a\57\57\x77\141\x69\56\x77\157\162\x64\x61\x69\56\143\157\x6d\x2f\162\x65\167\x72\x69\x74\145\137\163\145\x74\164\x69\156\x67\x73\x22\40\x74\141\162\147\x65\164\x3d\42\x5f\x62\x6c\141\x6e\153\x22\76\150\145\x72\x65\x3c\57\141\76\x2e\74\x2f\x6c\x61\x62\x65\154\76\xd\xa\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x3c\57\164\x64\x3e\xd\12\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\74\x2f\164\162\76\xd\12\xd\xa\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x3c\x74\x72\76\15\12\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\74\x74\150\x20\x73\143\x6f\160\145\x3d\42\162\157\167\42\x3e"; $this->showChangeBox($change_selected, "\167\x6f\x72\x64\141\151\137\x75\x73\x65\137\x63\165\163\164\157\155\137\163\x79\156\157\156\x79\x6d\x73"); echo "\x55\x73\x65\x20\x63\x75\x73\x74\x6f\x6d\40\x73\x79\156\x6f\156\171\155\x73\x3c\x2f\x74\x68\x3e\15\xa\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\74\x74\144\x3e\xd\12\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\74\151\156\x70\165\x74\40\164\171\160\x65\75\x22\x63\150\x65\143\153\x62\x6f\170\42\x20\x6e\x61\155\x65\x3d\42\167\157\x72\144\141\151\x5f\x75\x73\x65\137\143\165\163\x74\x6f\x6d\x5f\163\171\156\157\156\171\155\163\x22\x20\x69\144\75\x22\x77\157\x72\x64\x61\151\137\165\x73\x65\137\x63\165\163\x74\157\x6d\x5f\163\x79\x6e\157\156\x79\155\x73\42\15\xa\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20"; if (!($settings["\167\157\162\144\141\x69\x5f\165\163\145\x5f\x63\165\163\x74\x6f\155\137\x73\171\x6e\x6f\x6e\171\155\x73"] === "\157\156")) { goto shJTk; } echo "\x63\x68\145\143\x6b\145\144"; shJTk: echo "\40\x2f\x3e\15\12\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\74\154\x61\x62\145\x6c\40\146\157\x72\75\x22\167\x6f\162\144\x61\151\x5f\x75\163\x65\x5f\x63\x75\163\x74\157\155\137\x73\x79\156\157\x6e\x79\155\163\x22\76\145\x6e\141\142\x6c\x65\x20\151\x74\40\164\157\40\165\x73\145\40\x74\150\145\x20\x63\165\163\164\157\x6d\x20\163\171\x6e\x6f\x6e\171\x6d\x73\40\155\x61\x73\164\145\162\40\x73\x65\164\x74\x69\156\x67\x73\40\151\156\x20\x79\157\165\x72\x20\141\143\x63\157\x75\x6e\164\54\40\167\x68\x69\x63\x68\x20\x63\141\156\x20\142\145\40\166\x69\x65\x77\x65\x64\x20\x61\x6e\144\40\165\x70\x64\x61\164\x65\144\x20\74\x61\x20\150\162\145\146\x3d\42\x68\164\x74\160\x73\72\x2f\x2f\x77\141\151\x2e\167\x6f\162\x64\x61\151\x2e\143\x6f\155\57\x72\x65\167\162\151\x74\x65\137\x73\x65\x74\164\151\x6e\x67\163\x22\x20\164\141\162\147\145\x74\x3d\42\x5f\x62\x6c\x61\156\153\x22\x3e\150\x65\162\x65\74\x2f\141\x3e\56\74\x2f\154\x61\142\145\154\x3e\15\12\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\74\57\x74\x64\x3e\15\12\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\74\57\x74\162\x3e\15\xa\xd\xa\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x3c\164\162\76\15\xa\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\74\164\x68\40\x73\143\x6f\160\x65\x3d\42\x72\157\167\42\76"; $this->showChangeBox($change_selected, "\x77\157\x72\144\141\x69\x5f\x61\x76\157\x69\144\x5f\x61\x69\137\x64\145\x74\145\x63\164\x69\x6f\156"); echo "\x41\166\x6f\x69\144\x20\x41\111\x20\144\145\x74\x65\143\x74\151\157\156\x3c\x2f\164\x68\x3e\xd\xa\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\74\x74\x64\76\xd\xa\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\74\151\x6e\x70\x75\164\x20\x74\171\160\145\x3d\42\143\150\x65\x63\x6b\142\x6f\x78\42\40\156\141\155\145\x3d\42\x77\x6f\x72\144\x61\x69\x5f\141\166\x6f\151\x64\137\141\151\x5f\x64\145\164\x65\x63\x74\x69\157\156\42\40\x69\144\75\x22\167\x6f\x72\x64\141\x69\x5f\141\166\157\x69\x64\137\141\x69\x5f\x64\x65\x74\145\143\164\151\157\156\x22\xd\xa\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20"; if (!($settings["\x77\157\162\x64\141\x69\x5f\x61\x76\x6f\x69\144\x5f\x61\x69\137\x64\x65\x74\x65\143\164\x69\x6f\156"] === "\157\156")) { goto HDL5w; } echo "\x63\x68\145\x63\153\x65\x64"; HDL5w: echo "\40\x2f\x3e\xd\xa\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x3c\154\141\x62\145\x6c\40\146\157\x72\x3d\x22\167\157\162\144\141\151\x5f\141\x76\157\x69\144\137\141\x69\x5f\144\x65\x74\x65\143\164\151\157\x6e\x22\76\167\x68\145\156\x20\x63\x68\145\x63\x6b\x65\x64\54\x20\127\157\162\144\101\x49\x20\141\143\x63\145\160\x74\163\x20\x79\157\x75\x72\40\x6f\x72\x69\147\x69\x6e\141\x6c\x20\164\145\x78\x74\x20\141\x6e\144\40\x72\x65\x74\165\x72\156\163\x20\141\x20\42\x67\150\157\163\164\145\x64\42\40\166\x65\162\163\x69\x6f\156\x20\157\146\40\164\150\145\x20\164\145\x78\x74\x20\x77\x68\x69\143\150\40\x61\x76\x6f\151\144\x73\x20\x41\111\x20\x64\x65\164\145\143\x74\151\157\156\56\40\116\x6f\x74\x65\40\164\150\141\164\40\141\x6c\154\40\164\x68\x65\x20\163\x65\164\164\151\156\x67\x73\40\x61\x62\157\x76\145\40\x77\151\x6c\154\x20\142\x65\x20\x69\x67\x6e\x6f\162\145\x64\56\74\x2f\x6c\x61\142\145\154\x3e\xd\xa\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\74\x2f\164\x64\x3e\15\xa\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\74\57\164\162\x3e\15\12\15\xa\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x3c\x2f\x74\141\142\154\145\76\xd\xa\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\74\x2f\x64\151\x76\76\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\15\xa\xd\12\40\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\74\x64\x69\x76\x20\151\x64\x3d\42\x63\x68\151\x6d\x70\162\145\167\x72\x69\x74\x65\x72\x5f\x73\x65\164\x74\x69\156\147\x73\x22\x3e\x20\15\xa\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\74\x74\141\142\x6c\145\x20\143\154\x61\163\163\x3d\42\143\163\x65\x6f\55\142\x6f\x78\70\42\x3e\xd\xa\xd\xa\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\74\x74\162\x3e\15\xa\40\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\74\x74\150\40\163\x63\157\160\x65\x3d\x22\x72\157\x77\42\x3e"; $this->showChangeBox($change_selected, "\x63\x68\x69\155\160\x72\x65\x77\x72\x69\164\x65\162\137\x71\x75\x61\154\151\x74\x79"); echo "\121\x75\141\154\x69\x74\171\74\x2f\164\x68\x3e\xd\xa\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\74\164\144\76\xd\xa\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x3c\163\x65\154\x65\x63\164\x20\156\x61\x6d\x65\x3d\42\143\150\x69\155\160\162\x65\x77\162\151\x74\x65\x72\137\x71\x75\141\x6c\151\164\x79\42\x3e\15\xa\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20"; echo "\74\x6f\x70\x74\x69\157\x6e\40" . ($settings["\x63\150\x69\x6d\160\162\x65\167\x72\x69\164\145\x72\x5f\x71\165\x61\x6c\151\x74\171"] == 1 ? "\x73\145\x6c\x65\143\x74\x65\x64\40" : '') . "\x76\x61\154\165\x65\75\x22\61\x22\76\x31\74\x2f\x6f\x70\x74\151\x6f\x6e\x3e"; echo "\74\157\x70\164\x69\157\x6e\40" . ($settings["\x63\150\151\155\x70\162\145\x77\162\151\x74\x65\162\137\161\x75\x61\154\x69\x74\171"] == 2 ? "\x73\x65\154\145\143\164\145\x64\40" : '') . "\x76\x61\154\x75\145\x3d\x22\62\42\x3e\x32\x3c\x2f\x6f\160\164\151\x6f\156\76"; echo "\x3c\157\x70\164\x69\157\156\40" . ($settings["\x63\x68\151\x6d\x70\x72\x65\x77\x72\x69\164\145\x72\137\x71\165\x61\154\x69\x74\x79"] == 3 ? "\163\x65\154\145\143\164\145\x64\x20" : '') . "\x76\141\154\165\145\x3d\42\63\42\x3e\63\x3c\x2f\x6f\160\x74\151\x6f\x6e\76"; echo "\74\157\x70\164\151\157\x6e\40" . ($settings["\143\x68\x69\155\160\162\x65\x77\162\x69\164\x65\162\137\161\x75\x61\x6c\x69\164\x79"] == 4 ? "\163\145\154\145\x63\164\145\x64\x20" : '') . "\166\x61\154\165\145\75\x22\x34\42\76\64\74\x2f\x6f\160\x74\151\157\x6e\x3e"; echo "\x3c\x6f\160\x74\x69\x6f\156\40" . ($settings["\x63\x68\x69\155\x70\162\145\167\162\151\164\145\x72\x5f\161\165\x61\x6c\x69\164\x79"] == 5 ? "\x73\145\154\x65\143\x74\145\144\40" : '') . "\x76\x61\154\165\x65\75\x22\65\x22\x3e\x35\x3c\x2f\x6f\x70\x74\x69\157\156\76"; echo "\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\74\x2f\x73\x65\x6c\145\143\x74\76\xd\xa\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x3c\x70\40\143\x6c\141\x73\163\x3d\x22\x64\x65\163\143\162\151\160\164\x69\157\156\x22\76\163\x70\x69\x6e\x20\x71\165\x61\x6c\x69\164\171\x3a\40\65\x20\55\40\x42\145\163\164\54\x20\x34\40\x2d\40\x42\145\164\164\145\x72\54\40\x33\40\x2d\x20\x47\157\x6f\144\54\x20\62\x20\55\x20\x41\x76\x65\x72\141\x67\x65\x2c\40\61\40\55\40\x41\154\x6c\56\x3c\57\160\76\15\12\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x3c\x2f\x74\x64\76\xd\xa\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\x3c\x2f\164\x72\x3e\11\xd\12\xd\12\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\74\x74\162\x3e\15\12\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\74\164\150\x20\x73\x63\x6f\160\145\x3d\x22\x72\x6f\x77\42\x3e"; $this->showChangeBox($change_selected, "\x63\x68\x69\155\160\162\145\x77\162\151\x74\145\x72\137\x70\157\x73\x6d\x61\164\x63\x68"); echo "\120\x4f\x53\40\x6d\141\x74\143\150\x3c\x2f\x74\x68\x3e\15\xa\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\74\164\144\x3e\xd\12\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\x3c\163\x65\154\145\x63\x74\40\156\141\155\145\75\x22\x63\150\x69\155\160\x72\x65\x77\x72\151\x74\145\x72\x5f\160\x6f\x73\155\x61\164\143\x68\x22\x3e\xd\12\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40"; echo "\74\157\x70\164\151\157\x6e\40" . ($settings["\143\150\151\155\x70\162\145\x77\x72\x69\164\x65\162\137\x70\x6f\x73\x6d\141\x74\143\x68"] == 0 ? "\x73\x65\154\x65\x63\x74\x65\144\x20" : '') . "\166\141\154\x75\145\75\42\x30\x22\76\x30\74\x2f\157\160\164\x69\x6f\156\76"; echo "\74\x6f\x70\x74\151\157\156\x20" . ($settings["\x63\x68\151\x6d\160\162\x65\x77\x72\151\x74\x65\x72\x5f\160\157\x73\x6d\141\164\143\x68"] == 1 ? "\163\145\154\145\143\164\145\144\40" : '') . "\x76\x61\154\165\x65\75\x22\x31\42\x3e\x31\x3c\57\157\x70\164\151\x6f\156\76"; echo "\x3c\157\160\x74\x69\x6f\x6e\x20" . ($settings["\x63\150\151\155\160\x72\145\167\x72\151\x74\145\162\x5f\x70\157\x73\155\141\x74\x63\x68"] == 2 ? "\x73\145\x6c\x65\143\164\145\144\40" : '') . "\166\141\154\x75\x65\x3d\42\62\42\76\62\74\x2f\x6f\160\x74\151\x6f\156\x3e"; echo "\74\x6f\x70\164\151\157\x6e\x20" . ($settings["\143\150\x69\x6d\x70\x72\145\x77\162\x69\x74\145\162\137\160\x6f\x73\155\x61\x74\x63\x68"] == 3 ? "\x73\x65\154\145\143\164\145\x64\40" : '') . "\x76\x61\154\x75\145\x3d\x22\x33\x22\x3e\x33\x3c\57\x6f\x70\x74\151\x6f\156\76"; echo "\x3c\x6f\160\164\x69\157\x6e\x20" . ($settings["\x63\150\151\x6d\x70\x72\x65\167\x72\151\164\145\162\137\x70\x6f\163\x6d\x61\x74\143\x68"] == 4 ? "\x73\145\x6c\x65\143\x74\x65\144\40" : '') . "\x76\x61\x6c\165\x65\75\x22\64\x22\x3e\x34\x3c\57\x6f\160\164\151\x6f\156\76"; echo "\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x3c\x2f\163\x65\x6c\x65\143\164\76\15\12\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\74\160\x20\143\x6c\x61\x73\163\75\x22\x64\145\x73\143\162\x69\x70\164\151\x6f\156\x22\x3e\162\145\161\165\151\162\145\x64\x20\x50\x61\x72\164\x20\157\146\40\123\x70\x65\x65\x63\150\x20\50\x50\117\x53\51\x20\x6d\141\164\x63\150\40\146\157\x72\40\141\x20\163\x70\x69\x6e\72\x20\x34\40\x2d\40\x46\x75\x6c\154\123\x70\151\x6e\54\40\x33\x20\x2d\x20\106\165\x6c\154\54\x20\x32\x20\55\x20\x4c\157\157\163\145\54\x20\x31\40\55\x20\105\170\164\x72\x65\x6d\x65\154\171\40\114\x6f\x6f\163\x65\x2c\40\x30\40\55\x20\x4e\x6f\x6e\x65\x2e\x20\42\106\165\x6c\154\x53\160\151\156\42\40\162\145\x6d\157\x76\145\163\40\163\157\155\x65\40\143\157\x6d\x6d\x6f\156\40\120\x4f\123\40\x72\145\160\x6c\141\x63\x65\155\145\x6e\164\163\40\164\150\141\164\40\x74\x65\x6e\x64\x20\x74\157\x20\x72\x65\144\x75\x63\145\x20\161\165\x61\154\x69\164\171\x20\x6f\146\40\x73\160\x69\156\x2e\74\57\x70\76\xd\xa\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x3c\x2f\164\x64\x3e\15\12\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\74\x2f\x74\x72\76\15\12\xd\12\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\74\x74\x72\x3e\xd\12\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x3c\x74\x68\x20\x73\x63\157\160\x65\x3d\x22\x72\157\x77\x22\76"; $this->showChangeBox($change_selected, "\143\x68\151\x6d\160\162\x65\x77\x72\x69\x74\x65\162\x5f\x70\162\157\x74\x65\x63\164\145\x64\x74\145\x72\x6d\x73"); echo "\x50\x72\x6f\x74\x65\x63\x74\145\x64\40\164\x65\x72\155\x73\74\x2f\x74\x68\x3e\15\12\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x3c\164\144\x3e\15\xa\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x3c\x69\x6e\x70\x75\x74\40\x74\x79\x70\x65\x3d\x22\164\145\x78\164\42\x20\x6e\141\x6d\x65\75\x22\143\150\x69\155\x70\162\145\x77\162\x69\164\x65\x72\137\160\x72\x6f\164\x65\143\164\x65\x64\164\145\162\155\x73\42\40\x73\151\172\x65\75\42\x36\x30\42\x20\166\x61\x6c\165\145\75\42"; echo $settings["\143\x68\x69\x6d\160\162\145\167\x72\x69\x74\x65\162\x5f\160\162\x6f\164\x65\x63\x74\145\x64\x74\x65\x72\x6d\x73"]; echo "\42\x3e\xd\xa\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x3c\160\40\x63\x6c\141\163\x73\x3d\42\x64\145\163\x63\x72\151\x70\x74\x69\157\x6e\42\x3e\x63\x6f\155\155\141\x20\x73\x65\160\141\x72\x61\x74\x65\x64\x20\154\x69\163\x74\x20\x6f\146\40\x77\x6f\x72\144\163\x20\157\162\40\160\150\x72\141\x73\145\x73\x20\x74\157\40\x70\162\157\164\145\143\164\x20\146\162\x6f\155\40\x73\x70\151\156\54\x20\x69\x2e\145\56\x20\42\x6d\171\x20\155\141\x69\156\40\x6b\x65\171\x77\x6f\x72\x64\54\155\171\x20\x73\x65\x63\157\156\x64\x20\x6b\x65\x79\x77\157\162\144\x22\x2e\x3c\x2f\x70\x3e\15\xa\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\74\x2f\164\144\76\15\12\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\74\57\x74\x72\x3e\11\x20\15\xa\15\xa\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\74\x74\x72\76\xd\xa\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x3c\x74\x68\40\163\143\x6f\160\x65\x3d\x22\162\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\143\x68\x69\x6d\160\x72\145\x77\162\151\x74\x65\162\137\162\x65\167\x72\151\164\x65"); echo "\x52\x65\x77\162\x69\164\145\x3c\57\164\150\x3e\15\12\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\74\x74\x64\x3e\15\12\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\74\151\x6e\160\x75\x74\x20\x74\171\x70\x65\75\x22\143\x68\x65\143\153\142\157\170\x22\x20\156\x61\x6d\145\x3d\x22\143\x68\151\155\x70\x72\145\167\x72\x69\164\x65\162\137\x72\145\167\x72\151\164\x65\42\x20\x69\144\75\42\x63\150\x69\155\160\162\145\167\162\151\x74\145\x72\137\x72\145\x77\162\x69\164\x65\42\15\xa\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40"; if (!($settings["\x63\150\151\155\160\x72\145\167\162\x69\x74\145\x72\137\162\x65\x77\162\x69\164\x65"] === "\157\156")) { goto SQfms; } echo "\x63\x68\x65\143\153\145\144"; SQfms: echo "\x20\x2f\76\xd\12\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\74\154\141\142\145\154\40\146\157\x72\x3d\42\143\x68\151\x6d\160\162\x65\x77\162\151\164\x65\x72\x5f\x72\x65\167\x72\151\x74\x65\x22\76\151\146\40\x63\150\x65\x63\153\145\x64\x2c\x20\x72\145\163\x75\x6c\164\163\x20\141\162\145\x20\162\145\164\x75\x72\156\145\144\x20\x61\163\40\141\40\162\145\x77\162\151\x74\164\145\x6e\40\141\x72\x74\x69\143\154\x65\40\x77\151\164\150\40\x6e\157\x20\x53\160\151\x6e\x74\141\x78\x2e\x20\x4f\x74\150\145\x72\x77\x69\x73\145\x2c\40\x61\156\40\x61\x72\164\151\x63\x6c\x65\40\167\x69\164\x68\x20\123\x70\151\x6e\164\x61\170\x20\151\x73\x20\x72\x65\x74\x75\x72\x6e\x65\144\x2e\x20\x4e\x6f\164\x65\x20\164\150\141\164\x20\167\x69\164\150\x20\162\145\167\x72\x69\164\145\40\145\156\141\142\x6c\145\144\x2c\40\164\x68\145\40\157\x72\x69\x67\151\x6e\x61\154\x20\167\157\162\x64\x20\x77\x69\154\154\40\x61\x6c\x77\141\171\163\x20\x62\145\x20\x72\x65\155\157\166\x65\144\56\x3c\57\154\x61\142\x65\154\76\15\12\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\74\x2f\x74\144\76\xd\xa\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\74\57\164\x72\76\x20\40\x20\40\x20\40\x20\xd\12\15\xa\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x3c\x74\162\x3e\xd\xa\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\74\x74\150\x20\163\143\157\x70\x65\x3d\42\162\x6f\167\x22\x3e"; $this->showChangeBox($change_selected, "\x63\x68\x69\155\160\162\x65\167\162\x69\164\145\x72\x5f\x70\150\x72\141\x73\145\151\x67\156\157\x72\145\x71\x75\x61\x6c\151\x74\171"); echo "\120\x68\162\141\x73\145\x20\x69\x67\x6e\157\162\x65\40\161\x75\x61\154\x69\164\171\74\x2f\x74\x68\x3e\xd\xa\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\74\164\x64\76\15\xa\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x3c\x69\156\x70\165\164\40\164\171\160\x65\75\42\143\x68\145\143\x6b\142\x6f\x78\42\x20\x6e\141\155\x65\x3d\x22\143\150\151\x6d\160\162\x65\167\162\x69\x74\x65\x72\x5f\x70\x68\162\x61\163\x65\151\x67\156\x6f\x72\145\161\x75\x61\154\151\x74\x79\x22\40\x69\x64\75\x22\143\x68\x69\x6d\x70\162\145\167\x72\x69\x74\x65\162\137\x70\x68\162\141\163\x65\x69\147\x6e\157\162\x65\x71\x75\141\x6c\151\x74\x79\x22\xd\xa\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20"; if (!($settings["\x63\x68\x69\155\160\162\145\x77\x72\151\164\x65\162\137\160\x68\x72\141\163\x65\151\x67\x6e\x6f\162\x65\x71\x75\x61\x6c\x69\164\x79"] === "\157\x6e")) { goto LxLNl; } echo "\x63\x68\x65\143\x6b\x65\144"; LxLNl: echo "\x20\57\76\15\xa\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\74\x6c\141\142\x65\154\40\x66\157\x72\x3d\x22\x63\150\x69\x6d\x70\162\x65\167\x72\151\164\145\x72\x5f\x70\x68\x72\141\163\x65\x69\147\x6e\157\x72\x65\161\x75\141\154\151\164\x79\42\76\x69\x66\40\x63\150\145\143\x6b\x65\x64\54\x20\x71\x75\x61\154\151\164\171\40\x69\x73\40\151\147\x6e\157\162\145\144\40\x77\x68\x65\156\40\146\151\x6e\x64\151\x6e\147\40\x70\x68\x72\141\163\x65\x20\162\x65\160\154\x61\143\145\x6d\145\156\x74\x73\40\146\x6f\x72\x20\x70\150\x72\141\163\145\x73\x2e\40\x54\x68\x69\x73\x20\162\145\x73\165\154\164\x73\x20\x69\x6e\40\141\x20\150\x75\147\145\x20\141\x6d\x6f\x75\x6e\x74\x20\157\146\40\163\x70\151\156\x2c\x20\142\165\164\40\x71\x75\x61\x6c\151\164\x79\x20\x63\141\x6e\40\166\141\162\171\56\74\x2f\154\x61\x62\145\x6c\76\15\12\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\40\x20\74\x2f\x74\144\x3e\xd\xa\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\74\x2f\x74\162\x3e\x20\x20\x20\40\40\40\40\xd\12\xd\12\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\74\x74\x72\x3e\xd\xa\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\74\164\x68\40\163\143\x6f\160\x65\x3d\x22\162\x6f\167\42\x3e"; $this->showChangeBox($change_selected, "\x63\x68\x69\155\160\162\145\167\x72\x69\x74\x65\x72\x5f\163\160\151\x6e\167\151\x74\150\x69\x6e\x73\x70\x69\x6e"); echo "\123\x70\x69\x6e\x20\x77\151\164\x68\151\156\x20\x73\160\x69\156\x3c\57\x74\x68\76\15\xa\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x3c\164\144\x3e\xd\12\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x3c\x69\x6e\x70\165\164\x20\164\171\x70\x65\75\42\x63\x68\145\x63\x6b\142\157\x78\x22\40\x6e\141\155\x65\x3d\42\143\x68\x69\x6d\160\x72\145\x77\x72\x69\x74\x65\x72\x5f\x73\x70\x69\156\167\x69\164\x68\x69\156\x73\160\151\x6e\x22\x20\x69\144\75\42\143\x68\151\x6d\160\162\145\x77\x72\x69\164\x65\162\137\163\x70\x69\156\167\x69\164\x68\x69\156\x73\x70\x69\x6e\x22\xd\12\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20"; if (!($settings["\143\150\x69\155\160\162\145\167\x72\x69\x74\145\162\x5f\163\160\x69\x6e\x77\x69\164\150\151\156\x73\160\x69\x6e"] === "\157\x6e")) { goto Sd4fF; } echo "\143\x68\145\143\153\145\x64"; Sd4fF: echo "\x20\x2f\x3e\xd\xa\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\40\74\154\141\142\x65\154\x20\x66\157\162\x3d\x22\143\150\x69\x6d\x70\162\145\167\x72\x69\x74\x65\x72\x5f\163\160\151\156\x77\151\x74\x68\x69\x6e\x73\160\x69\x6e\42\76\x69\x66\x20\143\x68\x65\x63\x6b\x65\x64\40\x61\x6e\144\x20\x69\146\x20\164\x68\145\x72\x65\x20\x69\163\x20\145\170\151\163\x74\151\156\147\x20\x73\160\x69\156\40\163\x79\x6e\164\141\170\40\x69\156\40\x74\x68\145\x20\x63\x6f\156\x74\145\x6e\x74\40\x79\x6f\165\40\163\145\156\x64\40\x75\x70\54\40\x74\150\145\x20\x43\x68\x69\155\x70\x52\145\167\x72\151\x74\145\x72\x20\167\x69\154\x6c\40\x73\x70\x69\x6e\x20\141\156\x79\x20\x72\145\154\145\166\141\156\x74\x20\143\157\x6e\x74\145\156\164\x20\x69\x6e\163\x69\x64\x65\40\x74\150\151\163\40\163\171\156\164\141\x78\56\x20\111\146\x20\x64\x69\163\141\x62\x6c\x65\x64\54\x20\164\x68\x65\40\x41\x50\x49\40\167\x69\x6c\154\x20\x73\153\151\160\40\157\166\x65\162\40\x74\x68\151\x73\40\143\157\x6e\x74\145\x6e\164\x20\x61\156\144\x20\157\x6e\154\x79\x20\x73\x70\x69\x6e\40\157\165\164\163\x69\144\x65\x20\x6f\146\x20\x65\x78\151\163\x74\151\x6e\x67\40\x73\x79\x6e\164\x61\x78\56\x3c\57\x6c\x61\142\145\154\76\xd\xa\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\74\57\x74\144\x3e\xd\12\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\74\57\x74\x72\76\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\15\xa\xd\xa\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x3c\x74\x72\x3e\15\xa\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\x3c\164\150\x20\x73\x63\157\x70\x65\x3d\x22\162\157\167\42\x3e"; $this->showChangeBox($change_selected, "\143\x68\151\x6d\160\x72\145\167\162\151\x74\145\x72\137\x73\x70\x69\156\167\x69\x74\x68\x69\x6e\x68\164\x6d\154"); echo "\123\x70\151\x6e\40\x77\x69\164\x68\x69\x6e\40\x48\124\x4d\114\74\x2f\164\150\x3e\15\xa\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\74\x74\144\76\15\12\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x3c\x69\x6e\160\x75\164\x20\x74\171\x70\145\x3d\x22\143\150\x65\x63\153\x62\x6f\170\x22\40\x6e\x61\155\x65\x3d\42\x63\x68\151\x6d\x70\162\145\x77\x72\151\x74\145\162\x5f\x73\160\x69\156\x77\x69\x74\150\x69\156\150\164\x6d\154\x22\x20\x69\144\x3d\x22\143\150\151\155\160\162\x65\x77\162\x69\x74\145\162\x5f\163\160\x69\156\x77\151\x74\x68\x69\x6e\150\164\155\x6c\42\xd\12\40\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20"; if (!($settings["\143\150\x69\x6d\160\162\145\167\x72\x69\x74\145\x72\x5f\x73\160\x69\x6e\x77\151\164\x68\x69\x6e\x68\x74\x6d\x6c"] === "\x6f\x6e")) { goto WosVo; } echo "\143\x68\145\x63\x6b\145\x64"; WosVo: echo "\x20\x2f\76\xd\xa\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x3c\x6c\141\x62\x65\154\40\146\157\162\x3d\x22\143\150\151\155\160\x72\145\x77\162\151\164\145\x72\x5f\x73\160\x69\156\167\151\x74\x68\151\x6e\150\164\155\154\42\76\x73\160\x69\x6e\x20\x69\156\163\151\x64\145\40\110\124\x4d\x4c\40\x74\141\147\x73\56\x20\x54\150\x69\163\40\151\x6e\143\x6c\x75\144\x65\163\40\46\x6c\x74\x3b\160\46\x67\164\x3b\x20\164\141\147\163\x2c\40\146\157\x72\40\145\170\141\155\x70\154\145\40\x69\x66\40\x79\157\165\40\163\145\x6e\x64\40\165\160\x20\x22\x26\154\x74\73\x70\x26\147\164\x3b\x48\145\162\145\x20\151\x73\40\141\40\x70\141\162\x61\147\x72\x61\160\150\46\154\164\73\x5c\x70\x26\x67\164\73\42\54\x20\x6e\157\164\x68\x69\156\x67\x20\x77\157\x75\x6c\144\x20\x62\145\x20\163\x70\x75\156\40\x75\156\x6c\x65\x73\x73\40\x22\x53\160\x69\156\40\167\x69\164\150\x69\x6e\x20\110\x54\115\x4c\42\x20\151\163\40\145\156\141\142\154\145\144\x2e\74\x2f\154\x61\142\x65\x6c\76\xd\xa\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x3c\x2f\164\144\76\xd\xa\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x3c\x2f\x74\x72\x3e\x20\40\40\40\x20\xd\xa\15\xa\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x3c\164\x72\76\15\xa\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\74\164\x68\40\x73\143\157\x70\145\75\42\162\157\x77\42\76"; $this->showChangeBox($change_selected, "\143\150\x69\155\x70\x72\145\167\162\151\x74\145\162\137\x61\x70\160\x6c\x79\x69\x6e\163\x74\141\156\x74\x75\156\x69\x71\165\145"); echo "\101\x70\160\154\171\x20\x69\x6e\x73\164\x61\156\x74\40\165\x6e\151\161\165\x65\x3c\57\164\150\76\15\xa\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\x3c\164\144\x3e\15\12\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\74\x69\x6e\160\165\x74\x20\164\171\x70\145\x3d\42\x63\x68\x65\143\x6b\x62\x6f\170\x22\40\156\141\x6d\145\75\x22\143\150\x69\155\160\162\145\x77\x72\x69\x74\145\x72\137\x61\x70\x70\x6c\171\x69\x6e\x73\x74\141\156\x74\165\x6e\x69\x71\x75\145\x22\x20\151\144\75\42\143\x68\x69\x6d\160\x72\145\167\x72\x69\164\145\162\137\x61\160\160\154\171\151\x6e\x73\164\141\156\x74\165\x6e\x69\x71\x75\x65\x22\xd\12\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40"; if (!($settings["\x63\x68\151\155\160\162\145\x77\162\151\164\145\162\137\141\160\x70\154\x79\151\156\163\x74\141\x6e\164\165\156\151\x71\165\x65"] === "\x6f\x6e")) { goto f2MhD; } echo "\x63\x68\145\143\x6b\x65\x64"; f2MhD: echo "\40\57\76\15\12\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x3c\x6c\x61\x62\145\x6c\40\x66\x6f\x72\75\x22\x63\x68\x69\x6d\x70\162\145\167\x72\x69\x74\145\x72\x5f\141\160\x70\x6c\171\151\156\x73\x74\x61\x6e\x74\165\x6e\151\x71\165\x65\x22\76\x72\x75\156\x73\40\x61\x20\163\160\151\x6e\x20\x74\x69\144\x79\x20\x70\x61\x73\x73\40\157\x76\x65\x72\40\x74\x68\x65\x20\162\145\163\x75\154\164\x20\x61\162\x74\x69\143\154\x65\x2e\40\124\x68\x69\163\40\x66\x69\170\x65\163\40\141\x6e\171\40\143\157\155\x6d\157\156\x20\x61\x2f\x61\x6e\x20\164\171\160\145\40\147\x72\x61\155\x6d\141\x72\x20\x6d\151\x73\x74\141\x6b\x65\163\x20\141\x6e\x64\40\162\145\x70\145\x61\164\145\x64\x20\167\x6f\162\144\163\x20\144\x75\145\x20\x74\157\40\160\x68\162\x61\x73\145\40\x73\x70\x69\156\156\151\x6e\147\56\x20\107\x65\156\145\162\141\154\154\171\x20\151\x6e\143\x72\145\141\x73\145\163\40\164\150\145\40\161\165\141\154\151\164\171\x20\x6f\x66\40\x74\150\x65\x20\x61\162\164\151\143\154\x65\x2e\x20\x3c\163\164\x72\157\x6e\x67\76\103\157\163\x74\163\x20\157\x6e\145\x20\145\x78\x74\x72\x61\x20\x71\x75\145\162\171\x2e\74\x2f\x73\x74\162\157\156\147\76\x3c\x2f\x6c\x61\142\x65\154\x3e\15\xa\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x3c\57\x74\x64\76\15\xa\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x3c\x2f\164\x72\76\40\40\x20\x20\40\x20\xd\xa\xd\xa\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x3c\164\x72\x3e\15\xa\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\74\x74\150\x20\163\x63\157\160\145\75\x22\162\x6f\167\42\76"; $this->showChangeBox($change_selected, "\x63\x68\x69\155\160\x72\145\167\x72\151\x74\x65\x72\137\164\141\147\x70\x72\157\164\x65\x63\164"); echo "\124\141\147\x20\160\x72\x6f\x74\145\x63\x74\x3c\x2f\164\150\76\15\12\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\74\164\144\76\xd\12\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\74\x69\156\160\x75\x74\40\164\171\x70\145\x3d\42\x74\x65\170\164\x22\40\156\141\x6d\x65\75\42\x63\x68\x69\x6d\160\162\x65\x77\162\151\x74\x65\x72\137\164\141\x67\x70\x72\157\x74\145\x63\x74\42\40\163\x69\172\x65\75\x22\66\x30\x22\40\x76\141\x6c\x75\x65\x3d\42"; echo $settings["\143\x68\x69\x6d\x70\x72\145\167\x72\x69\x74\145\x72\x5f\x74\x61\147\x70\x72\157\x74\145\143\164"]; echo "\42\76\15\12\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\74\160\x20\x63\154\141\163\163\75\x22\144\x65\163\x63\x72\151\x70\164\x69\x6f\x6e\x22\76\x70\x72\x6f\164\x65\143\164\x73\40\x61\x6e\171\x74\150\x69\156\x67\40\x62\x65\164\167\145\145\x6e\40\x61\156\x79\x20\x73\x79\156\164\141\170\40\x79\157\165\40\144\145\x66\x69\156\145\x2e\x20\123\x65\160\141\162\141\164\x65\x20\163\x74\141\x72\x74\x20\x61\x6e\x64\40\145\x6e\x64\x20\x73\171\x6e\164\x61\x78\40\x77\151\x74\150\40\141\x20\x70\151\160\145\x20\42\174\42\40\141\x6e\x64\x20\x73\145\x70\x61\x72\x61\x74\145\x20\x6d\x75\154\x74\x69\160\154\x65\x20\164\141\x67\x73\40\x77\x69\164\x68\x20\141\40\x63\157\155\x6d\141\x20\42\x2c\42\x2e\x20\106\157\162\x20\x65\x78\x61\x6d\x70\154\145\54\x20\171\157\165\x20\143\157\165\x6c\x64\x20\x70\x72\x6f\164\145\143\164\x20\x61\x6e\x79\164\150\x69\x6e\x67\x20\x69\156\40\x73\161\165\141\162\145\40\x62\x72\x61\x63\153\x65\x74\x73\40\x62\171\40\141\x73\x73\151\147\156\151\156\x67\40\x22\133\174\x5d\x22\x2e\x20\x59\157\x75\40\x63\x6f\x75\x6c\144\40\x61\154\163\x6f\40\160\162\157\164\x65\x63\164\40\141\156\x79\164\x68\151\156\147\40\142\145\164\167\145\x65\x6e\40\x22\x62\145\147\x69\156\42\x20\x61\x6e\144\40\x22\x65\156\144\x22\x20\142\x79\40\141\x73\x73\151\147\156\151\156\x67\x20\42\133\174\x5d\54\x62\145\x67\x69\x6e\x7c\145\156\x64\x22\56\74\57\160\x3e\xd\12\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x3c\57\164\x64\76\xd\12\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\74\57\164\162\76\40\x20\40\x20\15\xa\15\xa\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\74\x74\162\x3e\xd\12\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\74\164\x68\x20\163\x63\157\x70\145\75\42\162\157\x77\42\x3e"; $this->showChangeBox($change_selected, "\143\150\151\x6d\x70\162\x65\167\162\x69\164\145\x72\137\155\x61\170\163\x70\x69\156\144\x65\x70\x74\x68"); echo "\115\x61\170\40\x73\x70\x69\x6e\40\144\145\160\164\x68\x3c\x2f\x74\x68\76\15\xa\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\74\164\x64\76\xd\12\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x3c\x69\x6e\x70\165\x74\40\164\x79\x70\145\75\x22\x63\150\x65\143\153\142\x6f\x78\42\40\x6e\141\x6d\145\75\x22\143\150\151\155\160\162\x65\x77\162\151\x74\145\x72\x5f\x6d\x61\170\163\160\x69\156\x64\x65\x70\x74\x68\42\x20\151\144\x3d\x22\x63\x68\x69\155\160\162\145\x77\162\x69\x74\145\162\137\x6d\141\170\x73\160\151\x6e\x64\x65\160\x74\x68\42\xd\xa\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40"; if (!($settings["\143\150\151\x6d\160\x72\x65\167\162\151\164\x65\162\137\155\141\x78\163\160\151\156\144\x65\x70\x74\x68"] === "\157\156")) { goto Te3ZE; } echo "\143\x68\x65\x63\153\145\144"; Te3ZE: echo "\x20\x2f\x3e\xd\12\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\74\x6c\141\142\145\154\40\146\157\x72\75\42\x63\150\151\x6d\160\x72\145\167\x72\x69\x74\145\162\x5f\155\141\170\163\x70\151\156\x64\145\160\164\x68\x22\76\x73\x65\x74\x73\40\x61\x20\155\x61\x78\x69\155\165\155\x20\163\x70\x69\x6e\40\154\145\x76\145\154\x20\x64\x65\x70\164\150\40\x69\156\40\x72\x65\164\x75\x72\x6e\x65\x64\x20\141\162\x74\151\143\x6c\x65\56\x20\111\x66\x20\x65\x6e\141\142\x6c\x65\x64\x2c\40\156\157\40\x6e\x65\163\164\145\x64\40\163\160\x69\156\x20\167\x69\154\154\40\x61\x70\160\145\141\x72\40\x69\156\40\164\150\x65\40\x73\160\165\156\40\162\145\x73\x75\x6c\164\x2e\40\124\150\151\x73\40\160\x61\162\141\x6d\145\164\145\162\x20\x6f\156\x6c\x79\40\155\x61\x74\x74\x65\162\x73\40\x69\146\x20\42\x52\x65\167\162\x69\164\x65\42\40\151\x73\x20\144\x69\163\x61\x62\x6c\x65\144\56\x20\x44\x69\163\141\x62\x6c\145\x20\x69\164\x20\x66\157\162\x20\156\157\x20\154\x69\x6d\x69\164\40\157\x6e\40\x73\x70\151\x6e\40\x64\145\160\164\x68\56\74\x2f\154\x61\x62\x65\x6c\76\15\xa\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x3c\x2f\164\144\x3e\xd\12\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\74\57\x74\x72\76\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\15\xa\xd\xa\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x3c\57\164\141\x62\154\x65\x3e\xd\xa\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\74\x2f\x64\151\166\x3e\x20\40\x20\40\xd\12\15\xa\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\74\x64\x69\x76\x20\x69\144\75\x22\145\163\x70\151\x6e\x6e\x65\x72\137\x73\x65\164\x74\151\156\x67\x73\42\x3e\40\x20\40\x20\15\xa\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x3c\164\141\142\154\145\40\143\x6c\141\x73\x73\75\x22\143\x73\x65\157\55\x62\x6f\x78\x38\x22\x3e\xd\xa\15\12\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x3c\164\x72\76\15\xa\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\74\164\150\x20\163\x63\x6f\x70\x65\75\42\x72\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\145\163\160\x69\x6e\156\x65\162\137\144\x65\154\145\164\145\x5f\x66\162\141\163\145\163"); echo "\x44\x65\154\x65\164\x65\x20\x70\x68\162\x61\163\145\x73\x3c\57\x74\x68\76\15\12\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x3c\x74\144\x3e\15\12\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\74\163\x65\154\x65\143\164\40\x6e\141\155\x65\75\x22\145\163\x70\151\156\156\145\162\137\144\145\x6c\x65\164\145\x5f\x66\162\x61\163\145\163\42\x3e\15\xa\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40"; echo "\x3c\157\x70\x74\x69\x6f\156\x20" . ($settings["\145\x73\x70\151\156\x6e\145\x72\x5f\x64\x65\154\145\x74\x65\137\x66\162\x61\x73\x65\x73"] == 0 ? "\x73\x65\154\145\143\x74\145\144\x20" : '') . "\x76\x61\154\165\145\75\42\x30\x22\x3e\x4e\x6f\x3c\x2f\157\160\164\151\x6f\x6e\76"; echo "\x3c\157\160\164\151\x6f\156\x20" . ($settings["\145\163\x70\x69\156\x6e\145\x72\137\x64\145\154\x65\164\x65\x5f\x66\162\x61\163\145\163"] == 1 ? "\x73\x65\x6c\x65\143\x74\145\x64\x20" : '') . "\x76\141\154\165\145\x3d\x22\x31\42\76\131\x65\163\x3c\57\157\x70\x74\x69\157\x6e\x3e"; echo "\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x3c\57\163\145\154\x65\143\x74\x3e\xd\xa\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\74\160\40\x63\154\x61\x73\x73\75\42\x64\145\163\143\162\x69\x70\164\x69\x6f\x6e\42\x3e\x69\x66\x20\143\x68\145\143\x6b\145\x64\54\40\105\123\x50\x69\156\156\145\x72\x20\x72\141\156\x64\x6f\x6d\154\x79\x20\x64\x65\x6c\145\164\145\x73\40\x28\x6e\x65\163\164\145\144\40\163\x70\x69\x6e\x74\x61\170\x29\x20\145\156\164\x69\x72\145\x20\x70\150\162\141\163\x65\x73\40\151\146\x20\151\164\40\151\163\x20\x61\x63\164\151\x76\141\x74\145\x64\x2e\74\57\160\76\x20\xd\12\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x3c\x2f\x74\144\76\15\12\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\74\57\164\x72\x3e\11\11\x9\x9\11\11\11\xd\xa\xd\xa\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x3c\x74\162\76\xd\xa\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\74\x74\150\40\x73\x63\157\x70\145\x3d\x22\162\x6f\167\42\x3e"; $this->showChangeBox($change_selected, "\x65\x73\x70\151\156\x6e\145\162\x5f\160\137\167\157\162\x64\x73"); echo "\120\162\x6f\164\145\143\x74\x65\144\x20\x77\x6f\162\144\x73\74\57\164\150\76\xd\12\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\74\164\144\76\xd\12\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x3c\151\156\x70\165\164\40\x74\171\x70\x65\75\42\164\145\170\164\42\x20\156\141\155\145\75\x22\x65\163\x70\151\156\156\145\x72\137\x70\137\x77\x6f\162\x64\x73\x22\x20\163\151\x7a\145\x3d\x22\66\60\42\x20\166\141\x6c\x75\x65\75\x22"; echo $settings["\x65\163\160\x69\156\x6e\x65\x72\x5f\160\137\x77\x6f\162\x64\x73"]; echo "\42\x3e\15\xa\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\74\160\x20\143\154\141\163\163\75\x22\x64\145\x73\x63\x72\151\x70\164\x69\157\x6e\42\76\143\x6f\x6d\x6d\x61\x20\163\x65\x70\141\x72\x61\164\145\144\40\50\x77\x6f\x72\x64\x31\x2c\167\157\x72\x64\62\54\167\157\x72\144\x33\51\x2e\74\x2f\160\x3e\xd\12\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x3c\x2f\x74\x64\76\xd\xa\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x3c\x2f\x74\162\76\11\11\x9\xd\xa\15\xa\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x3c\x74\162\76\xd\xa\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x3c\164\150\40\163\143\157\160\x65\x3d\x22\162\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\145\163\160\x69\x6e\x6e\145\x72\137\x74\145\x78\164\137\167\x69\x74\150\x5f\x73\x70\x69\156\x74\x61\x78"); echo "\x54\x65\x78\164\40\167\x69\x74\x68\x20\123\x70\x69\156\x74\141\170\x3c\x2f\x74\x68\76\15\xa\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x3c\x74\144\x3e\xd\12\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\74\151\156\x70\x75\x74\40\x74\171\160\x65\75\x22\x63\x68\x65\143\153\142\157\170\x22\40\156\x61\155\x65\75\42\145\163\160\151\156\x6e\x65\x72\137\x74\145\x78\164\137\167\x69\x74\x68\137\x73\160\151\x6e\x74\x61\x78\x22\x20\151\144\75\42\145\x73\x70\x69\156\156\x65\162\x5f\x74\x65\170\x74\137\x77\x69\164\150\x5f\x73\160\151\156\x74\141\x78\x22\15\12\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20"; if (!($settings["\x65\163\160\151\156\156\x65\x72\137\x74\145\170\164\137\x77\151\x74\x68\137\163\x70\x69\156\164\141\170"] === "\x6f\x6e")) { goto ytXZs; } echo "\143\x68\145\143\153\145\144"; ytXZs: echo "\x20\57\x3e\15\12\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\40\74\x6c\141\142\145\154\x20\x66\157\x72\75\42\145\x73\x70\x69\156\x6e\x65\x72\137\164\145\170\x74\137\x77\x69\x74\x68\137\x73\160\151\x6e\x74\141\170\42\76\151\x66\40\x63\x68\145\x63\153\x65\x64\54\x20\162\145\164\165\162\x6e\x73\40\x74\150\x65\40\160\x72\x6f\x63\145\163\x73\145\144\x20\x73\x70\x75\x6e\x20\x74\x65\x78\164\40\x77\151\x74\x68\x20\123\160\151\156\164\x61\x78\x2e\40\x54\x68\x69\163\x20\157\x70\x74\x69\x6f\156\x20\x63\x61\x6e\40\142\145\x20\x75\163\x65\146\x75\154\40\x66\x6f\162\40\x67\145\x6e\x65\x72\x61\164\x69\x6f\156\40\x6f\x66\40\165\156\151\x71\x75\x65\40\146\x65\145\144\163\x20\x69\156\40\x3c\x61\40\x68\162\145\x66\x3d\x22\x68\x74\164\x70\163\x3a\x2f\57\x77\167\x77\x2e\143\x79\142\145\x72\163\x65\157\x2e\156\x65\164\57\x6d\x6f\x72\160\x68\151\x6e\147\x2d\x72\163\x73\x2d\x68\157\163\164\x2d\155\x6f\144\145\55\143\157\x6e\x74\x65\x6e\x74\55\x73\x70\151\156\x6e\x65\x72\x2f\x22\40\164\x61\x72\x67\145\164\x3d\42\137\142\x6c\141\x6e\x6b\x22\76\115\157\162\160\150\151\x6e\147\40\122\x53\x53\40\x68\x6f\x73\x74\40\155\157\144\145\x3c\x2f\141\76\56\x3c\57\x6c\x61\x62\145\x6c\76\xd\12\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\74\57\x74\x64\x3e\15\xa\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x3c\57\x74\x72\76\40\x20\x20\40\x20\x20\x20\15\xa\15\12\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\74\x2f\164\x61\x62\x6c\145\x3e\15\12\40\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x3c\x2f\x64\x69\166\76\xd\12\15\xa\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x3c\144\x69\x76\x20\x69\x64\75\42\170\163\x70\x69\156\156\x65\162\x5f\x73\x65\164\x74\151\156\x67\x73\42\76\xd\xa\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\74\x74\141\142\x6c\145\40\143\x6c\x61\163\x73\75\42\143\x73\x65\x6f\x2d\142\157\170\x38\42\x3e\15\12\15\12\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x3c\164\162\76\15\12\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x3c\x74\x68\x20\x73\143\x6f\x70\x65\x3d\42\162\157\x77\x22\76"; $this->showChangeBox($change_selected, "\170\x73\160\151\156\x6e\145\162\x5f\x70\157\163\x74\137\x75\x72\154"); echo "\x50\157\x73\x74\x20\125\122\114\74\57\x74\x68\76\15\12\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\74\164\144\x3e\xd\12\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x3c\151\x6e\x70\x75\x74\x20\x74\171\x70\145\x3d\x22\164\145\x78\164\42\x20\156\141\155\x65\75\x22\170\x73\x70\x69\x6e\x6e\x65\162\x5f\160\157\x73\x74\137\x75\x72\154\x22\40\163\x69\x7a\x65\x3d\42\x36\60\x22\40\166\141\x6c\x75\x65\75\42"; echo $settings["\170\163\x70\x69\x6e\x6e\x65\162\x5f\x70\x6f\163\x74\x5f\165\x72\x6c"]; echo "\x22\76\xd\12\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x3c\160\40\x63\x6c\141\163\x73\x3d\42\x64\x65\163\143\x72\x69\160\x74\151\157\156\42\x3e\x54\x68\145\40\x48\x54\x54\x50\x20\120\x4f\123\124\40\125\x52\114\x20\x69\x73\40\165\x70\40\x74\x6f\40\x77\150\151\x63\x68\40\x49\120\40\x61\156\144\x20\x50\x6f\x72\x74\x20\144\157\145\x73\x20\74\141\40\150\x72\x65\x66\x3d\x22\x68\x74\x74\x70\x73\72\x2f\57\167\167\167\x2e\143\x79\142\x65\162\163\145\157\56\x6e\x65\164\x2f\160\x61\162\164\156\145\162\163\57\170\55\x73\x70\151\x6e\156\x65\x72\56\x70\x68\x70\x22\x20\x74\x61\162\147\x65\x74\x3d\x22\x5f\142\154\141\156\153\42\x3e\74\163\x74\x72\157\156\x67\76\130\x2d\123\160\x69\x6e\156\x65\x72\74\57\x73\x74\162\157\156\147\76\74\x2f\x61\76\x20\x6c\x69\163\164\x65\x6e\x20\141\164\x2e\x20\xd\12\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x54\150\x65\x20\144\x65\146\141\165\154\164\40\154\151\163\x74\x65\x6e\40\x49\120\40\141\x6e\144\x20\x70\x6f\x72\164\x20\157\x66\40\130\x2d\x53\160\151\x6e\x6e\145\162\40\x69\163\40\61\x32\67\x2e\60\56\60\56\61\40\x61\156\144\x20\70\60\40\x70\157\162\164\54\40\163\157\x20\164\150\x65\40\x64\x65\x66\141\165\154\164\x20\x70\157\x73\164\40\125\x52\x4c\x20\x69\x73\x20\74\x73\164\x72\x6f\156\147\x3e\x68\x74\x74\160\x3a\x2f\x2f\x31\62\x37\x2e\60\56\60\x2e\61\72\x38\x30\57\x3c\57\x73\x74\162\x6f\156\147\76\56\40\102\x75\164\x20\x58\x2d\123\160\151\x6e\156\x65\162\x20\165\x73\x65\x72\40\x6d\x61\x79\x20\143\x68\141\x6e\147\x65\40\164\x68\x65\x20\154\x69\x73\164\x65\x6e\40\x49\120\x20\141\x6e\144\x20\x70\x6f\162\x74\54\15\xa\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x73\157\40\x79\157\x75\x27\x64\40\142\145\x74\164\145\x72\40\154\x65\x74\40\x79\x6f\165\x72\x20\x75\x73\145\x72\163\x20\x69\156\x70\165\164\40\164\x68\145\40\130\x2d\123\x70\151\x6e\x6e\x65\x72\40\x6c\151\163\x74\145\x6e\40\111\x50\x20\141\x6e\x64\40\160\157\x72\164\40\151\156\x20\x79\x6f\x75\162\40\x73\157\146\164\x77\141\162\x65\x20\x61\156\144\40\x67\145\164\x20\x74\150\x65\x20\x72\151\147\x68\x74\x20\x70\157\x73\164\x20\x75\x72\154\56\74\57\x70\x3e\15\xa\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\74\57\x74\144\76\xd\12\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x3c\57\164\x72\76\x20\xd\12\15\12\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\74\x74\162\76\15\12\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\74\x74\x68\x20\x73\143\x6f\160\x65\75\42\x72\x6f\167\42\x3e"; $this->showChangeBox($change_selected, "\170\163\x70\x69\156\x6e\145\162\137\x73\x70\151\156\164\171\160\x65"); echo "\x53\160\151\156\x20\x74\x79\x70\x65\74\x2f\164\x68\76\15\xa\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x3c\x74\144\76\15\xa\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\74\x73\145\154\x65\x63\164\x20\x6e\x61\x6d\x65\75\x22\170\163\160\151\x6e\x6e\x65\162\137\x73\x70\x69\x6e\164\171\x70\x65\42\x3e\15\12\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20"; echo "\x3c\157\x70\x74\x69\157\156\40" . ($settings["\x78\163\x70\x69\x6e\x6e\x65\x72\x5f\x73\160\x69\x6e\x74\x79\x70\x65"] == 0 ? "\163\x65\x6c\145\143\164\x65\144\40" : '') . "\166\x61\x6c\x75\145\x3d\x22\x30\42\76\x53\x70\151\156\40\164\157\40\156\x65\x77\40\141\x72\x74\151\x63\x6c\x65\74\57\x6f\x70\x74\x69\x6f\x6e\76"; echo "\x3c\157\160\x74\151\x6f\156\x20" . ($settings["\170\x73\160\x69\156\x6e\145\x72\x5f\163\x70\x69\156\x74\171\160\x65"] == 1 ? "\163\x65\154\x65\x63\x74\x65\x64\x20" : '') . "\166\x61\154\165\x65\75\42\61\42\76\124\x65\170\x74\x20\x77\151\164\150\x20\123\x70\x69\x6e\x74\x61\170\x3c\57\x6f\x70\x74\x69\x6f\156\x3e"; echo "\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x3c\x2f\x73\x65\x6c\x65\143\x74\76\15\xa\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x3c\x70\x20\143\x6c\141\163\x73\75\x22\144\145\x73\143\x72\x69\160\x74\x69\157\156\x22\x3e\42\124\145\x78\x74\40\x77\x69\164\150\40\x53\x70\151\156\x74\141\x78\42\x20\x63\x61\x6e\x20\x62\x65\x20\165\x73\x65\146\x75\x6c\x20\x66\157\x72\x20\147\145\x6e\145\x72\x61\164\151\157\156\x20\157\146\40\x75\156\151\161\x75\x65\x20\146\x65\x65\x64\x73\x20\151\x6e\x20\74\141\40\150\162\x65\146\75\x22\150\x74\x74\160\163\x3a\x2f\57\167\x77\167\56\143\171\142\x65\162\x73\145\157\x2e\x6e\x65\x74\57\x6d\x6f\x72\160\150\151\x6e\x67\55\162\x73\x73\x2d\150\x6f\163\x74\x2d\155\157\144\x65\x2d\143\157\156\x74\145\x6e\164\55\163\160\x69\156\x6e\145\162\x2f\x22\x20\164\141\x72\147\145\x74\75\x22\137\x62\x6c\x61\x6e\153\42\x3e\x4d\157\162\160\150\151\156\x67\x20\122\x53\123\74\x2f\141\76\40\150\157\x73\x74\40\x6d\157\144\145\x2e\74\57\160\x3e\x20\xd\xa\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x74\144\x3e\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\15\xa\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x3c\x2f\x74\x72\x3e\x20\x20\x20\15\12\xd\xa\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x3c\x74\x72\76\xd\xa\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x3c\x74\x68\x20\163\143\x6f\160\145\75\42\x72\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x78\163\160\151\x6e\x6e\145\162\137\x72\x65\x6d\157\166\145\x6f\154\x64"); echo "\122\145\155\x6f\166\x65\x20\x6f\x6c\144\x3c\57\x74\x68\76\15\12\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\74\x74\x64\76\15\xa\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\74\x73\x65\x6c\x65\143\164\x20\156\141\155\145\x3d\42\170\163\x70\x69\x6e\x6e\x65\162\137\162\145\155\157\166\x65\157\x6c\x64\x22\x3e\15\12\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20"; echo "\74\157\x70\x74\x69\x6f\156\x20" . ($settings["\x78\x73\160\x69\156\x6e\145\162\x5f\162\x65\155\157\166\x65\157\x6c\144"] == 0 ? "\163\145\154\x65\x63\x74\x65\x64\40" : '') . "\166\141\154\165\x65\75\42\x30\x22\x3e\116\x6f\x3c\57\157\160\164\151\x6f\156\76"; echo "\x3c\x6f\160\x74\x69\157\x6e\x20" . ($settings["\170\163\160\151\x6e\156\145\x72\137\162\145\155\157\x76\x65\x6f\154\x64"] == 1 ? "\163\x65\x6c\145\x63\x74\x65\144\40" : '') . "\x76\x61\154\165\145\75\x22\61\42\x3e\x59\145\x73\x3c\x2f\157\160\x74\151\157\x6e\x3e"; echo "\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x3c\x2f\163\145\x6c\x65\143\x74\76\xd\xa\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\74\160\40\x63\x6c\141\163\x73\x3d\x22\x64\x65\x73\x63\x72\x69\160\164\x69\x6f\156\x22\x3e\123\x68\x6f\x75\154\144\40\164\x68\145\40\x77\x6f\x72\x64\40\x62\145\x20\x72\x65\x6d\x6f\x76\x65\144\x20\x66\162\157\155\40\164\x68\145\40\x73\160\x69\x6e\x20\x72\x65\163\165\x6c\x74\56\74\x2f\x70\x3e\40\15\xa\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x3c\x2f\164\144\x3e\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\15\xa\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\74\57\x74\162\x3e\40\x20\40\xd\12\15\12\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\74\x74\162\76\15\12\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\74\x74\150\x20\163\143\157\160\145\75\42\162\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\170\163\160\151\156\x6e\145\162\137\x70\162\x6f\164\x65\143\x74\x77"); echo "\120\x72\x6f\164\x65\x63\164\40\x77\157\x72\x64\163\74\x2f\164\x68\76\xd\12\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x3c\x74\x64\x3e\15\12\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x3c\x69\x6e\160\x75\x74\x20\164\171\x70\145\75\x22\x74\145\x78\x74\x22\40\x6e\141\x6d\145\75\42\x78\163\x70\151\156\156\x65\x72\x5f\x70\162\157\164\x65\x63\x74\167\42\x20\x73\x69\x7a\x65\x3d\x22\x36\x30\x22\x20\166\x61\x6c\x75\145\x3d\x22"; echo $settings["\x78\163\160\x69\x6e\x6e\145\x72\137\x70\x72\157\164\x65\143\x74\167"]; echo "\42\x3e\xd\12\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x3c\160\x20\143\154\141\163\163\75\x22\x64\x65\163\143\x72\x69\x70\164\151\x6f\156\x22\76\111\146\x20\x79\157\x75\x20\x77\141\156\x74\40\x74\157\x20\160\162\157\x74\x65\143\164\x20\x73\157\x6d\x65\x20\167\157\x72\144\163\x2c\x20\x73\x65\164\x20\151\164\40\x6c\x69\x6b\x65\40\42\167\x6f\162\x64\61\54\x77\x6f\162\144\62\54\x77\157\x72\144\x33\42\x2c\x20\164\150\145\x6e\x20\x58\55\123\x70\151\156\156\x65\162\x20\167\151\154\154\40\156\x6f\x74\x20\x73\160\151\156\40\x74\150\145\163\x65\40\167\157\x72\x64\x73\56\74\x2f\x70\76\xd\12\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\74\x2f\164\x64\x3e\15\12\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\74\x2f\x74\162\76\40\40\xd\xa\xd\xa\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x3c\164\x72\76\xd\12\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x3c\x74\150\40\163\x63\x6f\x70\x65\x3d\x22\x72\x6f\167\x22\x3e"; $this->showChangeBox($change_selected, "\x78\x73\x70\x69\156\156\x65\x72\x5f\x73\x70\x69\156\167\141\171"); echo "\123\160\151\x6e\x20\167\x61\171\74\x2f\x74\150\x3e\15\12\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x3c\x74\144\76\xd\xa\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\74\163\145\154\145\143\164\x20\156\141\x6d\145\x3d\42\170\163\x70\151\x6e\156\145\x72\x5f\x73\160\151\156\x77\x61\x79\x22\x3e\xd\12\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20"; echo "\74\x6f\x70\164\x69\157\x6e\40" . ($settings["\170\163\x70\151\x6e\156\145\162\137\163\160\151\x6e\167\x61\171"] == 0 ? "\x73\145\154\145\x63\x74\145\x64\40" : '') . "\x76\x61\x6c\x75\x65\75\x22\60\x22\x3e\106\162\x65\145\40\x73\160\x69\x6e\74\57\x6f\x70\x74\151\157\x6e\x3e"; echo "\x3c\x6f\160\x74\x69\157\156\x20" . ($settings["\170\163\160\151\156\156\x65\162\x5f\163\160\x69\x6e\x77\141\171"] == 1 ? "\x73\x65\x6c\145\143\164\145\x64\40" : '') . "\x76\141\x6c\x75\x65\x3d\42\x31\x22\x3e\116\157\162\155\141\x6c\x20\163\160\x69\x6e\x3c\57\157\x70\x74\151\x6f\x6e\76"; echo "\x3c\x6f\160\164\151\157\x6e\x20" . ($settings["\x78\163\160\x69\x6e\x6e\x65\x72\x5f\x73\160\x69\x6e\x77\141\x79"] == 2 ? "\x73\x65\154\145\143\164\x65\x64\x20" : '') . "\x76\x61\154\x75\x65\x3d\42\x32\42\76\x53\x75\160\145\162\40\x73\x70\151\x6e\x3c\x2f\x6f\x70\164\151\157\x6e\x3e"; echo "\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\74\x2f\163\x65\154\x65\143\x74\76\15\12\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\x3c\57\164\x64\x3e\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\xd\12\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\74\57\x74\x72\x3e\40\x20\40\40\40\40\x20\40\40\40\x20\40\15\12\15\12\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\74\x74\162\76\15\xa\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x3c\164\150\x20\163\x63\x6f\160\x65\x3d\x22\162\x6f\x77\42\76"; $this->showChangeBox($change_selected, "\x78\163\160\x69\156\156\145\x72\x5f\x74\150\x65\163\x61\165\x72\x75\x73"); echo "\124\150\145\163\x61\x75\162\165\163\x3c\57\x74\x68\76\15\xa\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x3c\x74\x64\76\xd\12\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\74\x69\x6e\160\x75\x74\40\164\x79\160\145\75\42\x74\x65\x78\x74\x22\40\156\141\x6d\145\75\x22\x78\163\x70\151\156\x6e\x65\162\137\x74\x68\x65\x73\141\165\x72\x75\163\42\x20\163\x69\172\x65\x3d\42\66\60\42\40\166\141\154\165\145\75\x22"; echo $settings["\170\163\160\151\156\156\x65\162\137\x74\x68\x65\163\141\x75\162\165\163"]; echo "\x22\x3e\15\xa\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\74\x70\x20\x63\x6c\x61\x73\163\75\x22\x64\145\163\143\x72\x69\160\x74\x69\157\x6e\x22\76\40\101\x72\x61\x62\151\143\54\40\102\x65\154\141\162\x75\163\151\141\x6e\54\40\x42\x75\154\x67\x61\162\x69\141\x6e\54\40\x43\x72\x6f\x61\164\x69\141\156\54\x20\x44\141\x6e\x69\163\x68\54\40\x44\165\164\x63\x68\54\x20\x45\x6e\x67\x6c\151\x73\x68\54\40\x46\x69\x6c\x69\160\x69\156\157\54\40\x46\151\x6e\x6e\x69\x73\150\54\40\x46\x72\145\x6e\143\150\x2c\x20\107\x65\x72\155\141\x6e\54\x20\x47\162\145\145\x6b\54\40\110\x65\142\x72\145\x77\x2c\40\xd\12\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\x49\x6e\x64\157\156\145\x73\151\x61\x6e\54\x20\x49\x74\141\x6c\x69\141\156\x2c\40\114\x69\164\150\x75\x61\156\x69\x61\x6e\54\x20\116\157\162\167\x65\147\151\141\156\54\x20\x50\157\x6c\x69\x73\150\x2c\x20\120\157\162\x74\x75\x67\165\x65\x73\x65\54\40\x52\x6f\155\x61\156\151\x61\x6e\54\x20\x53\x6c\157\166\141\x6b\54\x20\x53\154\157\166\x65\x6e\151\x61\156\x2c\40\123\x70\x61\x6e\x69\x73\x68\54\x20\123\167\145\x64\x69\163\150\54\x20\x54\x75\162\x6b\151\x73\150\54\x20\xd\12\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\x56\x69\x65\x74\156\x61\x6d\x65\163\145\x20\x61\156\x64\40\171\157\165\162\163\145\154\146\40\164\x68\x65\x73\141\165\x72\x75\x73\40\x6e\x61\x6d\145\40\x69\x6e\x20\130\55\x53\x70\151\156\x6e\x65\x72\x2e\40\124\x68\151\163\40\x70\141\162\x61\x6d\x65\x74\145\162\x20\x6f\x6e\x6c\x79\x20\142\x65\40\166\x61\154\x69\x64\x20\x69\x6e\x20\130\55\123\160\x69\x6e\156\x65\x72\40\x44\145\x76\145\x6c\157\160\145\x72\x20\x56\x65\162\163\151\157\156\x2e\74\x2f\160\76\15\xa\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x3c\x2f\164\x64\x3e\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\15\xa\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\74\x2f\x74\x72\x3e\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\xd\12\15\xa\x20\40\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\74\x2f\x74\141\x62\154\x65\76\15\xa\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\74\x2f\144\151\166\76\xd\xa\xd\xa\xd\12\xd\xa\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\74\57\x74\144\x3e\xd\12\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\74\x2f\164\162\x3e\15\12\15\12\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\74\164\x72\76\15\xa\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\74\164\150\x20\x73\143\157\x70\145\x3d\x22\162\157\167\x22\76"; $this->showChangeBox($change_selected, "\160\157\163\164\137\164\x69\164\x6c\145\x5f\164\x65\x6d\x70\154\141\164\145"); echo "\120\x6f\x73\x74\x20\164\151\x74\154\x65\x3c\57\164\150\76\15\12\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\74\x74\144\x3e\xd\xa\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40"; echo "\74\164\145\170\164\x61\x72\x65\x61\40\163\x74\x79\x6c\x65\75\42\167\151\144\164\x68\x3a\x31\x30\60\45\x3b\x20\150\x65\151\x67\x68\x74\72\65\x65\x6d\73\x20\142\x61\x63\x6b\x67\162\x6f\x75\156\144\x2d\143\x6f\154\157\x72\72\167\150\151\x74\145\73\42\x20\x77\162\x61\x70\75\x22\157\156\42\x20\156\x61\x6d\145\x3d\42\x70\157\x73\164\137\164\x69\x74\x6c\145\137\x74\x65\x6d\160\154\141\164\x65\42\40\151\x64\75\x22\x70\x6f\x73\x74\x5f\164\151\164\154\145\x5f\164\145\155\160\x6c\141\x74\145\42\76" . stripslashes($settings["\x70\157\163\x74\x5f\x74\151\x74\x6c\145\x5f\164\x65\x6d\x70\154\141\x74\145"]) . "\74\x2f\164\x65\x78\164\141\162\145\141\x3e"; echo "\74\x70\40\x63\154\141\x73\163\75\x22\144\145\x73\143\162\151\x70\164\151\x6f\156\42\76\120\157\x73\164\x20\164\151\164\154\x65\40\164\x65\x6d\x70\x6c\141\x74\x65\56\40\115\x61\153\x65\40\x73\165\x72\145\40\x69\x74\47\163\x20\156\x6f\164\40\x65\155\160\164\x79\56\x20\x54\150\x65\40\144\145\x66\141\x75\154\x74\40\164\145\x6d\160\154\141\164\145\x20\166\x61\154\x75\145\40\x69\163\40\x3c\x63\x6f\144\x65\x3e\45\x70\x6f\163\164\137\164\151\x74\x6c\145\x25\74\x2f\143\x6f\144\x65\x3e\56\40\x50\x6f\x73\x74\40\164\145\x6d\160\x6c\x61\x74\145\40\x3c\x61\x20\150\x72\145\146\x3d\42\150\164\164\160\163\x3a\57\x2f\x77\167\x77\56\143\171\142\x65\162\163\x65\157\x2e\x6e\x65\x74\x2f\x63\157\156\164\x65\x6e\x74\55\163\171\x6e\x64\x69\143\141\x74\x6f\x72\57\43\164\x65\155\x70\154\x61\x74\x65\x73\x22\40\164\141\162\147\145\x74\75\x22\137\142\x6c\141\x6e\153\42\x3e\x70\x6c\x61\x63\x65\x68\x6f\x6c\x64\145\x72\x73\74\57\x61\x3e\40\x61\156\144\x20\74\141\x20\150\x72\x65\x66\75\42\150\x74\164\x70\x73\72\x2f\57\167\167\x77\56\143\171\142\x65\162\x73\x65\x6f\56\x6e\145\x74\57\x63\x6f\156\164\x65\x6e\164\x2d\163\171\156\144\151\x63\141\x74\157\162\57\43\x73\x68\157\x72\x74\x63\157\x64\145\x73\42\x20\164\141\x72\x67\145\x74\x3d\42\x5f\x62\154\x61\156\153\x22\76\x73\150\157\x72\164\143\157\144\145\x73\x3c\x2f\x61\x3e\x20\x61\162\145\40\141\x76\141\x69\x6c\141\142\154\x65\40\x66\x6f\162\40\x74\150\151\x73\40\x66\x69\x65\154\144\56\74\57\160\x3e"; if (strlen($settings["\x70\157\163\x74\x5f\164\x69\x74\x6c\145\x5f\x74\145\155\160\154\141\164\x65"])) { goto dFmi8; } echo "\x3c\160\76\74\x73\x70\141\x6e\40\163\164\x79\x6c\145\x3d\42\143\x6f\154\157\x72\72\40\x72\x65\144\x3b\42\76\46\x23\170\x32\66\x41\60\73\x3c\x2f\x73\x70\x61\156\x3e\40\131\157\x75\162\40\x70\x6f\x73\164\40\x74\151\x74\154\145\x20\x74\x65\155\160\154\141\164\x65\40\151\x73\x20\x65\x6d\160\x74\171\x2e\40\124\150\x69\x73\x20\155\145\x61\156\x73\40\164\x68\141\x74\40\164\x68\145\x20\160\x6f\x73\x74\40\164\157\x20\x62\145\x20\x67\145\x6e\145\x72\x61\x74\145\x64\40\x77\151\x6c\154\40\156\157\164\x20\150\141\166\145\x20\141\40\x74\x69\x74\x6c\145\x2e\74\57\160\x3e"; dFmi8: echo "\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\74\57\x74\144\x3e\xd\xa\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\74\57\x74\x72\76\15\12\15\12\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x3c\x74\x72\x3e\15\xa\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x3c\164\150\40\x73\x63\157\x70\x65\75\42\x72\x6f\x77\42\x3e"; $this->showChangeBox($change_selected, "\160\162\145\163\x65\x72\166\145\137\164\x69\164\154\145\163"); echo "\x44\x6f\156\x27\x74\40\x73\171\156\x6f\x6e\171\155\x69\172\145\x20\164\x69\164\x6c\x65\163\x3c\57\164\x68\76\xd\12\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\74\x74\144\x3e"; echo "\x3c\151\x6e\160\x75\164\x20\x74\171\160\x65\75\x22\x63\150\x65\143\x6b\142\x6f\x78\42\40\156\x61\x6d\145\75\42\160\162\145\163\145\x72\166\145\137\164\x69\x74\154\x65\x73\x22\40\x69\x64\75\42\160\162\145\x73\x65\x72\166\145\x5f\164\x69\164\154\145\163\42\x20" . ($settings["\x70\x72\x65\163\x65\x72\x76\x65\x5f\x74\x69\x74\x6c\x65\x73"] === "\x6f\x6e" ? "\143\x68\145\x63\153\x65\x64\x20" : '') . "\x3e"; echo "\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x3c\x6c\141\x62\145\154\x20\146\x6f\162\75\x22\160\162\x65\163\145\162\166\145\137\164\151\164\x6c\x65\163\42\76\x63\150\145\x63\153\40\x74\x68\x69\163\x20\x6f\160\164\151\x6f\156\40\x74\x6f\40\141\166\x6f\x69\144\x20\x70\x6f\x73\x74\x20\x74\x69\x74\x6c\x65\x20\x73\x79\x6e\x6f\156\171\x6d\x69\172\141\164\x69\x6f\156\56\x3c\57\154\141\142\x65\x6c\76\xd\xa\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x3c\x2f\164\x64\x3e\15\12\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x3c\57\x74\x72\76\40\40\x20\40\40\x20\xd\xa\xd\xa\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x3c\x74\162\x3e\15\12\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x3c\164\150\x20\x73\x63\157\x70\x65\x3d\x22\162\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\x70\x6f\x73\164\x5f\x73\x6c\x75\x67\x5f\164\x65\155\160\154\x61\164\x65"); echo "\x50\157\x73\x74\x20\x73\x6c\165\147\74\57\x74\150\x3e\xd\xa\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\74\164\144\x3e\xd\xa\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20"; echo "\74\151\156\160\x75\164\x20\x74\171\x70\145\x3d\x22\164\145\x78\164\x22\x20\156\x61\155\x65\75\x22\x70\x6f\x73\x74\137\163\x6c\x75\x67\x5f\x74\x65\x6d\160\x6c\141\164\x65\42\x20\163\164\171\x6c\x65\75\42\x6d\x61\162\147\151\x6e\x3a\60\73\167\x69\x64\x74\x68\72\61\60\60\45\73\42\x20\x76\141\154\165\x65\x3d\x22" . stripslashes($settings["\160\157\x73\x74\137\x73\154\x75\x67\x5f\164\x65\x6d\160\154\x61\x74\145"]) . "\42\40\x73\151\172\145\x3d\42\62\x30\42\76"; echo "\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x3c\160\x20\x63\154\141\163\x73\75\42\x64\x65\163\x63\162\151\160\x74\x69\x6f\x6e\42\x3e\120\157\163\x74\x20\x73\154\x75\x67\40\x74\x65\x6d\160\x6c\x61\164\145\x2e\x20\x42\171\x20\144\x65\x66\141\x75\154\164\40\x69\x74\47\163\40\164\150\145\x20\x73\x61\x6d\145\40\141\x73\40\x74\x69\164\154\145\x2c\x20\x62\165\x74\x20\x79\157\x75\40\x63\x61\x6e\x20\141\x6c\x74\145\162\40\151\x74\x20\141\143\x63\157\x72\144\x69\156\x67\40\x74\x6f\40\171\x6f\165\x72\x20\156\x65\145\x64\x73\x2e\x20\x3c\x61\40\150\162\145\146\75\x22\x68\164\164\x70\163\72\57\x2f\167\167\167\x2e\143\171\x62\145\x72\x73\x65\x6f\56\156\x65\x74\x2f\x63\157\x6e\164\145\156\164\55\x73\x79\x6e\144\x69\143\x61\164\x6f\162\x2f\43\x74\x65\155\x70\x6c\x61\x74\145\x73\42\40\164\141\x72\x67\x65\164\x3d\x22\137\142\x6c\141\x6e\153\42\x3e\122\x65\x61\x64\x20\x6d\157\162\x65\x2e\56\x2e\74\57\x61\76\74\x2f\x70\76\15\xa\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\74\x2f\164\144\76\15\xa\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x3c\x2f\164\162\76\xd\12\15\xa\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x3c\164\162\76\xd\xa\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x3c\x74\x68\40\x73\x63\157\160\145\x3d\x22\162\157\x77\x22\76"; $this->showChangeBox($change_selected, "\x72\145\x6d\x6f\166\x65\x5f\x65\155\x6f\x6a\151\163\x5f\x66\162\157\155\x5f\x73\154\x75\147\x73"); echo "\x52\145\x6d\x6f\x76\145\40\145\x6d\x6f\152\x69\163\40\146\x72\x6f\155\40\x70\157\163\164\x20\x73\154\x75\x67\x73\74\x2f\x74\x68\x3e\15\12\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x3c\164\144\76"; echo "\74\x69\156\160\x75\x74\x20\164\x79\x70\x65\75\42\143\150\145\x63\153\x62\x6f\x78\42\40\x6e\141\155\x65\75\42\x72\x65\155\157\166\145\137\x65\x6d\x6f\152\x69\x73\x5f\x66\162\157\x6d\137\x73\154\165\147\163\42\x20\x69\144\75\42\x72\x65\155\x6f\166\x65\x5f\145\155\157\x6a\151\x73\x5f\x66\x72\157\155\x5f\x73\x6c\165\x67\x73\42\40" . ($settings["\162\x65\x6d\x6f\166\145\x5f\x65\x6d\x6f\152\x69\163\x5f\x66\162\157\x6d\137\x73\154\165\x67\x73"] === "\x6f\156" ? "\x63\x68\145\x63\x6b\x65\x64\40" : '') . "\x3e"; echo "\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\74\x6c\141\142\x65\x6c\40\x66\157\x72\75\x22\162\x65\155\157\x76\145\137\145\155\157\x6a\x69\x73\x5f\x66\162\x6f\x6d\137\163\154\165\x67\163\x22\x3e\x72\x65\155\x6f\166\x65\x73\40\145\155\157\x6a\x69\x20\163\x79\x6d\142\157\154\163\40\x66\x72\x6f\x6d\40\160\157\x73\164\x20\163\x6c\165\x67\x73\x2e\x3c\x2f\x6c\x61\142\x65\154\76\15\xa\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\74\57\164\x64\76\15\xa\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\74\x2f\164\x72\x3e\x20\x20\40\15\xa\15\12\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\74\164\x72\76\xd\xa\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\74\x74\150\x3e\x3c\57\164\150\76\xd\12\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\74\164\x64\x3e\xd\xa\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\74\x64\151\166\x20\143\154\141\x73\163\75\x22\x63\163\x65\157\55\x62\157\x78\42\x20\x73\x74\x79\x6c\145\75\x22\x70\141\144\144\x69\156\x67\72\40\70\160\170\73\x22\x3e\xd\12\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x55\x73\x65\x20\x74\x68\145\x20\x70\157\x73\164\x20\164\x65\155\x70\154\x61\164\145\163\40\x74\x6f\40\74\141\40\x68\x72\x65\x66\x3d\x22\x68\x74\164\x70\x73\72\x2f\57\x77\167\167\56\x63\171\142\x65\162\163\145\157\56\156\145\164\x2f\142\154\157\147\57\x69\155\x70\x6f\x72\164\55\x72\x73\x73\55\x78\x6d\x6c\x2d\x6a\x73\157\x6e\x2d\x63\163\x76\x2d\x61\x6e\x64\x2d\x68\x74\155\154\55\x61\x73\x2d\x77\157\x6f\143\157\155\x6d\x65\x72\143\145\55\160\162\x6f\x64\x75\143\164\163\55\167\x69\x74\x68\55\x63\171\142\145\162\163\x65\x6f\x2d\x70\x72\157\57\x22\x20\x74\x61\x72\x67\x65\164\x3d\42\137\x62\154\x61\156\x6b\42\76\151\156\x73\x65\162\x74\74\x2f\x61\76\15\12\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x52\x53\123\54\40\x58\115\x4c\x2c\x20\x4a\123\x4f\116\40\x61\156\x64\40\x43\x53\126\40\166\x61\x6c\x75\x65\163\40\151\x6e\164\x6f\x20\x79\157\165\162\x20\x70\x6f\x73\164\x73\x2c\15\xa\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\164\x6f\40\74\141\x20\x68\x72\145\x66\75\x22\x68\164\164\160\163\x3a\x2f\57\167\167\x77\56\143\x79\x62\145\162\163\x65\157\56\x6e\x65\x74\57\142\x6c\157\x67\x2f\143\x72\x65\x61\164\x69\156\147\55\154\157\x6e\147\55\143\157\150\145\x72\x65\x6e\164\x2d\141\x72\x74\151\143\154\x65\x73\x2d\167\x69\x74\x68\55\147\x70\x74\55\64\55\164\x75\x72\x62\x6f\57\x22\40\x74\141\x72\x67\x65\164\x3d\x22\137\x62\154\141\156\x6b\x22\76\143\162\x65\141\x74\x65\74\x2f\x61\x3e\x20\x63\x6f\150\145\x72\x65\156\x74\40\x62\157\x6f\153\x2d\154\x65\x6e\147\164\x68\x20\141\x72\x74\151\x63\154\145\163\54\15\xa\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\74\x61\40\150\162\x65\x66\75\x22\x68\164\164\x70\x73\x3a\57\x2f\167\167\x77\56\143\171\x62\x65\x72\x73\x65\157\x2e\156\x65\164\57\x62\154\x6f\x67\57\167\150\145\x72\x65\55\164\157\55\147\145\x74\x2d\x69\155\141\147\x65\163\55\x66\157\162\x2d\141\x75\x74\157\142\x6c\157\147\57\x22\40\164\x61\162\x67\x65\x74\75\x22\x5f\142\154\x61\156\x6b\42\76\145\156\x72\151\x63\x68\x3c\x2f\141\76\x20\x79\157\x75\x72\40\x70\157\x73\164\163\40\x77\151\164\x68\40\x6d\145\144\151\x61\x20\x63\157\156\x74\145\x6e\164\x2c\40\x61\x6e\144\40\xd\xa\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x3c\141\x20\150\162\x65\146\75\42\150\164\x74\160\163\72\57\57\x77\167\167\56\143\171\142\x65\x72\x73\145\157\x2e\156\145\164\x2f\142\x6c\157\147\x2f\x61\144\x76\x61\x6e\x63\145\144\x2d\x61\165\x74\157\x62\154\157\x67\147\151\156\147\x2d\167\151\x74\150\55\x67\160\x74\x2d\x33\55\x35\x2d\164\165\162\x62\x6f\x2d\61\x36\153\57\42\x20\x74\141\x72\x67\x65\164\75\42\137\142\154\141\156\153\42\x3e\x64\145\x66\x69\x6e\x65\74\x2f\141\76\40\x74\150\145\151\162\40\x69\156\x74\145\162\x6e\x61\x6c\40\x48\x54\115\x4c\x20\163\x74\x72\x75\x63\164\165\x72\x65\x2e\15\xa\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x3c\x2f\144\x69\x76\x3e\xd\xa\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x3c\x2f\x74\144\x3e\15\xa\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\74\x2f\164\162\76\40\x20\x20\xd\xa\15\xa\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x3c\x74\x72\x3e\15\12\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\74\x74\150\40\x73\143\157\160\x65\75\x22\162\157\x77\42\x3e"; $this->showChangeBox($change_selected, "\x70\157\x73\x74\137\143\x6f\156\164\145\x6e\x74\137\164\x65\155\160\x6c\141\164\145"); echo "\120\157\x73\x74\40\x63\x6f\x6e\164\x65\x6e\x74\x3c\57\x74\150\x3e\xd\xa\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x3c\164\x64\x3e\15\xa\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20"; echo "\74\164\145\x78\x74\x61\162\145\x61\x20\x73\164\171\154\x65\75\x22\167\x69\x64\x74\x68\x3a\61\60\60\45\73\40\x68\145\151\x67\x68\164\x3a\x32\60\x65\155\73\x20\142\141\x63\153\x67\x72\157\165\156\x64\55\143\x6f\x6c\x6f\x72\x3a\167\x68\151\x74\145\73\x22\40\167\x72\141\160\75\42\x6f\x6e\42\40\x6e\141\x6d\145\x3d\x22\x70\x6f\x73\164\137\143\157\156\x74\x65\156\164\x5f\x74\x65\155\x70\x6c\x61\164\145\42\x20\151\x64\75\42\x70\x6f\x73\x74\137\x63\x6f\x6e\164\145\156\164\x5f\x74\x65\155\160\154\x61\x74\145\x22\76" . stripslashes($settings["\x70\157\x73\x74\x5f\143\x6f\x6e\164\145\x6e\164\137\x74\145\x6d\160\154\x61\164\145"]) . "\74\x2f\164\145\170\x74\x61\162\x65\x61\x3e"; echo "\74\x70\40\x63\x6c\x61\163\x73\75\x22\144\145\x73\143\x72\x69\160\x74\151\x6f\156\42\x3e\120\x6f\163\x74\x20\x63\x6f\x6e\164\x65\156\164\x20\x74\x65\155\x70\x6c\141\x74\145\x2e\x20\115\141\x6b\x65\x20\163\165\x72\145\x20\151\x74\x27\163\40\156\x6f\164\x20\x65\x6d\x70\x74\171\56\x20\x54\150\145\x20\144\x65\146\141\x75\154\x74\40\x74\x65\155\160\x6c\141\x74\x65\40\x76\141\154\165\x65\40\x69\163\40\74\x63\157\144\x65\76\x25\x70\157\x73\164\x5f\x63\157\x6e\164\x65\156\x74\45\x3c\57\x63\157\x64\145\76\56\x20\x50\x6f\x73\164\x20\x74\145\155\x70\x6c\141\x74\145\40\x3c\x61\x20\x68\162\x65\146\x3d\x22\x68\x74\x74\x70\x73\72\x2f\57\167\167\x77\56\143\x79\x62\x65\162\x73\145\x6f\x2e\156\145\x74\x2f\x63\x6f\x6e\x74\145\156\164\x2d\163\171\x6e\144\151\x63\141\x74\x6f\162\x2f\43\x74\145\x6d\x70\154\141\x74\x65\163\x22\40\x74\141\162\147\x65\164\x3d\x22\x5f\x62\154\x61\x6e\153\42\x3e\160\x6c\x61\143\x65\x68\157\x6c\x64\145\x72\x73\74\x2f\x61\x3e\x20\x61\x6e\144\40\74\141\x20\x68\x72\x65\x66\x3d\x22\150\x74\164\x70\x73\72\x2f\x2f\x77\167\x77\56\x63\x79\142\145\162\163\x65\x6f\56\x6e\145\164\x2f\143\x6f\156\164\145\x6e\x74\x2d\x73\x79\x6e\x64\x69\143\x61\x74\x6f\162\57\x23\x73\x68\157\162\164\143\x6f\x64\x65\x73\x22\40\x74\141\x72\x67\x65\x74\75\42\x5f\142\x6c\x61\156\x6b\42\x3e\163\x68\x6f\x72\164\x63\157\144\145\x73\x3c\57\x61\76\40\141\162\145\40\x61\x76\141\x69\x6c\141\142\x6c\x65\40\146\157\162\x20\x74\150\151\163\x20\x66\x69\145\154\144\56\74\57\160\76"; if (strlen($settings["\160\157\x73\164\137\143\x6f\156\164\x65\156\164\137\164\145\x6d\x70\x6c\x61\164\x65"])) { goto jdDr1; } echo "\x3c\x70\76\x3c\163\160\141\156\40\x73\164\171\x6c\145\75\x22\x63\157\x6c\157\x72\x3a\x20\162\x65\x64\x3b\42\76\46\x23\170\62\x36\x41\60\73\74\x2f\163\x70\x61\156\x3e\x20\x59\157\x75\x72\40\x70\x6f\x73\164\x20\x63\x6f\156\164\145\x6e\x74\40\x74\145\x6d\160\x6c\141\x74\145\x20\151\x73\x20\x65\x6d\160\164\x79\56\x20\x54\x68\x69\163\x20\x6d\x65\141\156\163\40\164\x68\x61\x74\x20\164\150\x65\40\147\145\x6e\145\162\141\164\x65\x64\x20\x70\x6f\x73\164\x20\167\x69\154\x6c\x20\x6e\157\164\40\x68\141\166\x65\x20\x61\x20\143\157\156\164\145\x6e\164\x2e\x3c\57\160\x3e"; jdDr1: echo "\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\74\x2f\x74\144\76\xd\12\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x3c\x2f\164\x72\76\15\12\xd\12\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\74\164\x72\76\15\12\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x3c\164\x68\x20\163\x63\157\160\x65\75\x22\162\x6f\167\42\76"; $this->showChangeBox($change_selected, "\x70\x6f\x73\164\x5f\145\170\x63\x65\162\160\164\137\164\x65\x6d\160\154\x61\164\145"); echo "\x50\x6f\163\164\40\145\170\143\145\162\160\x74\74\x2f\164\150\x3e\xd\12\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x3c\x74\144\76\15\xa\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\40"; echo "\x3c\x74\x65\x78\x74\141\162\x65\141\40\x73\x74\171\154\145\x3d\42\x77\151\x64\x74\150\72\61\x30\60\45\x3b\x20\150\145\x69\147\150\x74\x3a\x32\60\145\x6d\73\x20\142\x61\143\x6b\147\162\157\165\x6e\144\x2d\x63\157\x6c\157\162\x3a\x77\x68\x69\164\145\73\42\x20\167\162\x61\x70\x3d\42\x6f\156\x22\x20\x6e\141\x6d\145\75\42\160\157\x73\x74\x5f\x65\170\x63\x65\x72\160\x74\137\x74\x65\155\160\x6c\x61\164\145\x22\x20\151\x64\x3d\42\160\157\163\164\137\x65\x78\x63\x65\162\160\x74\137\164\145\155\160\x6c\x61\x74\x65\42\76" . stripslashes($settings["\x70\157\163\x74\137\145\x78\x63\x65\x72\x70\164\137\x74\145\x6d\160\x6c\141\164\x65"]) . "\x3c\x2f\164\x65\170\164\141\x72\x65\x61\76"; echo "\74\160\x20\x63\x6c\141\163\163\x3d\x22\144\145\163\x63\x72\x69\160\164\151\157\156\42\x3e\120\157\x73\x74\40\x65\x78\143\x65\x72\160\x74\40\164\x65\155\x70\154\x61\164\x65\56\40\115\x61\x6b\x65\x20\x73\165\162\145\40\151\164\47\163\x20\x6e\x6f\x74\x20\x65\x6d\x70\x74\x79\x2e\x20\x54\x68\x65\40\x64\145\x66\141\x75\x6c\x74\40\164\145\155\160\x6c\x61\x74\x65\40\166\x61\x6c\x75\x65\40\x69\x73\x20\x3c\x63\157\x64\x65\76\45\160\157\x73\x74\137\x65\170\x63\x65\162\x70\164\45\74\57\x63\157\144\x65\x3e\x2e\x20\x50\x6f\x73\164\40\x74\145\x6d\x70\x6c\x61\164\145\x20\x3c\141\x20\x68\162\145\146\x3d\x22\x68\x74\x74\160\x73\72\57\57\x77\167\167\56\143\x79\142\145\162\163\145\157\x2e\156\x65\164\57\143\x6f\156\164\x65\156\x74\55\x73\171\156\144\151\x63\141\x74\x6f\x72\x2f\43\164\145\155\160\x6c\x61\164\145\163\42\40\x74\x61\x72\147\x65\x74\x3d\x22\137\142\x6c\x61\156\153\42\x3e\160\x6c\x61\143\145\x68\x6f\154\x64\x65\162\x73\74\x2f\141\76\x20\x61\x6e\144\x20\74\141\x20\x68\x72\145\146\75\x22\150\164\x74\x70\163\x3a\57\x2f\x77\x77\x77\x2e\x63\x79\142\145\x72\x73\145\157\x2e\x6e\145\164\x2f\143\x6f\156\164\145\156\164\55\x73\x79\156\x64\151\143\141\164\157\x72\57\x23\163\150\157\x72\x74\143\157\144\145\163\x22\x20\x74\x61\x72\147\145\x74\75\42\x5f\x62\x6c\x61\156\153\x22\76\x73\150\157\162\164\x63\157\x64\145\x73\74\x2f\x61\76\40\141\x72\145\40\141\x76\141\x69\154\x61\142\x6c\145\40\146\x6f\x72\40\x74\150\151\163\x20\146\151\x65\154\x64\56\x3c\x2f\x70\76"; if (strlen($settings["\x70\x6f\163\164\137\x63\157\x6e\x74\145\x6e\164\137\x74\145\155\160\x6c\x61\x74\x65"])) { goto JMHfZ; } echo "\x3c\x70\76\74\163\160\141\x6e\x20\163\164\x79\154\x65\x3d\x22\x63\157\154\x6f\162\72\x20\162\145\x64\x3b\42\76\x26\x23\170\x32\x36\101\60\73\x3c\x2f\163\160\x61\156\76\x20\x59\157\x75\162\x20\x70\x6f\163\x74\x20\x65\170\x63\x65\x72\160\164\x20\164\145\x6d\x70\x6c\x61\x74\145\x20\151\x73\40\x65\155\x70\164\x79\x2e\x20\124\150\x69\x73\x20\x6d\145\x61\156\163\40\x74\150\141\164\x20\x74\150\145\x20\x67\145\x6e\x65\x72\x61\164\145\x64\40\x70\157\163\164\x20\167\x69\154\154\x20\x6e\x6f\x74\40\x68\141\x76\145\40\141\x6e\40\145\170\x63\145\162\160\x74\x2e\x3c\x2f\x70\76"; JMHfZ: echo "\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\x3c\57\x74\x64\76\xd\xa\40\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\74\57\x74\162\76\40\40\x20\x20\40\x20\x20\x20\x20\xd\12\xd\xa\xd\12\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x3c\x74\162\76\15\12\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\74\164\150\40\163\143\157\160\x65\x3d\x22\162\157\167\x22\76"; $this->showChangeBox($change_selected, "\x6d\145\164\141\x5f\144\145\x73\143\x72\x69\x70\x74\x69\x6f\x6e\x5f\164\145\x6d\x70\154\141\164\x65"); echo "\115\145\x74\x61\x20\x64\x65\163\x63\x72\x69\x70\164\151\x6f\x6e\x3c\x2f\x74\x68\76\xd\12\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\74\x74\x64\x3e\15\12\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40"; echo "\x3c\x74\x65\170\x74\141\x72\x65\141\40\163\164\171\154\x65\75\x22\167\x69\144\164\150\x3a\61\60\60\45\x3b\40\x68\x65\x69\147\150\164\x3a\x32\x30\145\155\73\40\142\141\143\x6b\x67\x72\157\x75\156\144\55\x63\157\x6c\x6f\162\72\167\x68\151\164\x65\73\x22\x20\167\x72\141\x70\75\42\x6f\x6e\x22\x20\156\x61\155\x65\x3d\x22\155\x65\x74\x61\137\144\x65\x73\x63\162\151\x70\x74\151\x6f\156\137\x74\145\155\x70\x6c\141\x74\x65\x22\x20\151\x64\x3d\x22\155\145\x74\x61\x5f\x64\145\x73\143\162\151\x70\164\151\157\156\137\164\145\155\x70\x6c\x61\164\145\42\76" . stripslashes($settings["\155\145\164\141\x5f\x64\x65\x73\x63\162\x69\160\164\x69\x6f\x6e\137\164\x65\155\x70\x6c\141\x74\x65"]) . "\74\x2f\x74\x65\170\x74\x61\x72\145\141\x3e"; echo "\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x3c\160\40\x63\154\x61\163\x73\x3d\x22\144\145\163\143\162\151\x70\x74\151\x6f\x6e\42\x3e\x55\x73\x65\x20\x43\x79\142\x65\162\x53\105\117\40\120\162\x6f\x20\x70\x6c\x61\x63\145\x68\x6f\154\x64\145\x72\x73\x20\x74\x6f\40\x63\165\163\164\x6f\x6d\151\172\x65\40\155\x65\x74\141\40\144\x65\163\x63\162\x69\160\164\151\157\156\163\x2e\x20\106\x6f\162\40\145\x78\x61\x6d\x70\x6c\x65\x2c\40\x79\157\165\x20\x63\x61\156\x20\165\x73\x65\40\164\x68\145\40\x4f\x70\x65\156\101\111\x20\x47\x50\124\x20\x73\150\x6f\x72\x74\143\157\x64\145\40\164\157\x20\x67\x65\156\x65\x72\141\x74\x65\40\155\x65\x74\141\40\144\x65\x73\x63\162\x69\x70\164\151\x6f\156\x73\x20\142\141\x73\145\144\40\x6f\x6e\x20\164\x68\x65\x20\x63\x75\x72\x72\x65\x6e\164\40\x70\x6f\163\x74\56\x3c\x2f\x70\76\xd\xa\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\74\160\x20\x63\x6c\141\x73\x73\x3d\42\144\x65\x73\x63\162\x69\160\164\x69\x6f\x6e\42\x3e\x54\x68\145\40\x66\157\x6c\154\157\x77\151\156\x67\40\123\x45\x4f\x20\160\154\165\x67\x69\x6e\163\x20\141\x72\x65\40\163\165\160\160\x6f\x72\x74\x65\144\x3a\x20\x3c\x61\x20\150\x72\x65\146\75\42\150\164\164\160\x73\72\57\x2f\x77\x6f\162\144\160\x72\145\x73\163\x2e\x6f\x72\147\x2f\160\x6c\x75\x67\x69\156\163\57\167\x6f\x72\144\x70\162\x65\x73\x73\x2d\x73\145\157\x2f\42\x20\x74\x61\162\x67\x65\x74\x3d\42\x5f\142\154\141\x6e\153\42\76\x59\x6f\x61\163\164\x20\123\x45\117\x3c\57\141\76\x2c\40\15\xa\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\74\x61\40\150\x72\145\146\x3d\x22\150\x74\164\160\163\x3a\57\x2f\x77\157\162\144\x70\x72\145\x73\163\x2e\157\162\147\x2f\160\x6c\x75\147\x69\156\x73\57\x73\x65\x6f\55\x62\x79\55\162\x61\156\153\x2d\x6d\x61\x74\150\x2f\x22\x20\x74\x61\162\x67\145\x74\75\42\137\x62\154\141\x6e\x6b\x22\76\122\x61\156\153\40\115\141\164\x68\40\123\105\x4f\x3c\x2f\141\76\x2c\40\15\xa\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\74\x61\40\150\162\x65\x66\75\42\x68\x74\x74\160\163\x3a\x2f\57\x77\x6f\x72\x64\x70\x72\x65\163\x73\x2e\157\x72\x67\57\160\154\165\x67\x69\x6e\163\x2f\141\x75\x74\157\144\145\163\x63\162\151\160\x74\151\157\156\x2f\x22\x20\x74\141\162\147\145\x74\75\42\137\x62\154\x61\156\153\42\x3e\124\x68\145\x20\123\105\x4f\x20\106\x72\141\x6d\145\x77\x6f\162\x6b\x3c\x2f\x61\76\x2c\xd\12\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x3c\x61\x20\150\162\145\146\x3d\x22\150\164\164\160\163\72\x2f\57\x77\157\x72\x64\x70\x72\x65\163\163\x2e\157\162\147\57\x70\x6c\165\147\x69\x6e\163\x2f\167\160\x2d\163\145\x6f\160\162\x65\163\163\57\42\x20\164\141\x72\x67\145\x74\75\42\137\x62\x6c\x61\x6e\153\42\76\x53\105\117\120\162\x65\163\x73\x3c\x2f\141\76\56\x20\x50\157\163\164\x20\x74\145\155\160\154\141\x74\145\x20\x3c\141\x20\150\162\x65\x66\x3d\42\x68\164\x74\160\x73\x3a\57\57\x77\167\x77\56\x63\x79\142\x65\162\163\x65\x6f\x2e\x6e\145\164\57\x63\157\x6e\164\145\x6e\x74\x2d\163\171\x6e\144\x69\x63\x61\164\157\x72\57\x23\x74\145\x6d\160\154\141\164\x65\163\x22\x20\x74\141\162\147\145\x74\x3d\42\137\x62\x6c\141\x6e\x6b\42\x3e\x70\x6c\141\x63\x65\150\157\154\144\x65\x72\163\x3c\x2f\x61\x3e\40\141\x6e\144\x20\x3c\x61\40\x68\x72\145\x66\75\x22\150\x74\x74\x70\163\x3a\x2f\57\x77\x77\167\x2e\143\x79\142\x65\x72\x73\x65\157\x2e\156\145\x74\57\143\157\156\164\x65\x6e\x74\x2d\163\x79\x6e\x64\x69\x63\x61\x74\157\162\x2f\43\163\x68\157\162\164\x63\157\144\145\163\x22\40\164\x61\162\x67\145\x74\75\x22\137\142\x6c\141\156\153\x22\x3e\x73\x68\x6f\x72\x74\x63\157\144\145\163\74\x2f\141\x3e\x20\x61\x72\x65\x20\x61\x76\x61\151\154\141\x62\154\x65\x20\146\157\162\40\164\150\x69\163\x20\146\151\x65\x6c\x64\56\74\x2f\160\76\xd\xa\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x3c\x2f\x74\144\x3e\xd\xa\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x3c\x2f\x74\x72\76\x20\x20\x20\15\xa\xd\12\15\12\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x3c\164\x72\x3e\15\12\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\74\164\x68\40\163\x63\157\x70\145\75\x22\x72\157\167\42\76"; $this->showChangeBox($change_selected, "\x70\157\x73\164\x5f\x68\145\x61\144\x65\x72"); echo "\120\x6f\163\x74\x20\x68\145\x61\144\145\162\163\74\x2f\x74\x68\x3e\15\xa\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x3c\x74\x64\x3e\xd\xa\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20"; echo "\74\164\145\x78\164\141\162\x65\141\40\x73\x74\x79\x6c\x65\x3d\42\x77\x69\x64\x74\150\x3a\x31\60\60\45\x3b\x20\x68\145\151\x67\x68\164\72\62\60\145\x6d\x3b\x20\x62\x61\x63\x6b\x67\162\157\x75\x6e\144\55\x63\157\154\157\162\x3a\167\x68\x69\164\145\73\x22\x20\167\162\x61\x70\x3d\42\157\x6e\x22\40\156\x61\155\145\75\42\x70\157\163\164\137\x68\145\x61\144\145\162\42\40\x69\x64\75\42\x70\x6f\x73\x74\x5f\x68\x65\x61\x64\x65\162\42\76" . stripslashes($settings["\x70\x6f\x73\164\137\x68\x65\141\x64\x65\162"]) . "\x3c\57\164\x65\x78\164\x61\x72\145\x61\76"; echo "\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\74\160\x20\x63\154\x61\x73\163\x3d\x22\144\x65\x73\x63\162\x69\x70\164\x69\x6f\156\x22\76\131\x6f\165\x20\155\141\171\40\150\x61\166\145\40\141\40\163\145\166\x65\x72\141\154\x20\x76\145\162\x73\151\157\x6e\x73\x20\x6f\146\x20\160\x6f\x73\x74\x20\150\x65\141\x64\x65\x72\56\x20\111\x6e\40\163\165\x63\x68\x20\x61\x20\143\x61\x73\x65\x20\171\x6f\165\x72\x20\x48\x54\115\x4c\x20\x63\157\144\x65\40\143\150\165\156\x6b\163\x20\x68\141\x76\x65\x20\x74\157\x20\x62\145\40\x73\x65\x70\x61\x72\x61\x74\145\144\40\167\151\x74\x68\x20\74\163\164\162\x6f\x6e\147\76\x26\154\x74\73\x21\x2d\x2d\x6d\157\162\145\x2d\x2d\46\147\x74\73\74\57\x73\x74\162\x6f\156\x67\76\40\x64\151\166\x69\x64\x65\162\56\xd\12\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x54\150\x65\163\x65\40\x63\150\x61\156\x67\x65\163\x20\167\x69\154\x6c\x20\x62\x65\x20\x72\x61\x6e\144\157\155\x6c\171\x20\151\x6e\163\145\162\x74\x65\x64\x20\x69\x6e\x74\x6f\40\x74\150\x65\x20\x70\157\x73\x74\163\x2e\40\74\141\40\150\162\145\x66\75\42\150\x74\x74\160\x73\x3a\x2f\57\167\x77\x77\56\143\x79\142\145\x72\x73\x65\x6f\x2e\156\145\164\x2f\x63\157\x6e\x74\145\156\x74\55\163\x79\x6e\144\151\x63\141\x74\157\x72\57\x23\x68\145\141\x64\145\162\163\x2d\141\156\x64\55\x66\x6f\157\x74\145\162\163\42\40\164\141\162\x67\145\x74\75\42\137\x62\154\x61\156\x6b\42\76\122\x65\141\144\40\155\x6f\x72\x65\56\x2e\56\74\x2f\x61\76\x3c\57\x70\76\15\12\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x3c\x2f\164\144\76\15\12\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x3c\x2f\164\x72\x3e\xd\xa\xd\12\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x3c\164\162\76\15\12\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\74\164\150\40\163\143\x6f\160\145\x3d\x22\x72\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\151\156\143\x6c\165\144\x65\137\x70\157\x73\164\x5f\150\x65\141\x64\145\162\x73"); echo "\x41\x64\x64\x20\x70\x6f\x73\164\40\150\x65\141\x64\145\162\x73\x20\x74\x6f\40\145\x78\143\145\x72\x70\164\x73\74\x2f\164\150\76\15\12\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\74\164\x64\x3e\15\xa\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40"; echo "\74\151\x6e\x70\165\x74\40\x74\x79\x70\x65\75\x22\x63\x68\x65\143\x6b\142\157\x78\x22\40\x6e\141\x6d\145\x3d\x22\151\156\x63\x6c\x75\144\145\137\160\x6f\163\x74\137\150\145\x61\x64\145\x72\163\x22\40\151\144\x3d\x22\151\156\x63\154\x75\x64\x65\137\160\x6f\x73\x74\137\x68\x65\x61\x64\145\x72\x73\42\40" . ($settings["\x69\x6e\143\154\165\144\145\x5f\x70\x6f\163\x74\137\x68\x65\141\144\145\x72\163"] === "\157\156" ? "\x63\150\x65\x63\153\x65\x64\x20" : '') . "\x3e"; echo "\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\74\154\141\x62\145\x6c\x20\146\x6f\162\x3d\42\x69\x6e\143\x6c\x75\x64\145\x5f\160\157\163\164\137\x68\x65\x61\x64\145\x72\163\x22\x3e\x63\x68\145\143\x6b\40\x74\x68\x69\163\x20\157\160\x74\x69\157\156\x20\x69\x66\x20\171\157\x75\x20\x77\x61\x6e\164\x20\164\x68\x65\x20\160\157\163\x74\40\150\145\x61\x64\x65\x72\x73\x20\164\x6f\x20\142\x65\40\151\156\x73\x65\x72\164\145\144\x20\x69\156\164\x6f\40\145\170\x63\145\x72\160\164\x73\x2e\x3c\x2f\154\141\142\x65\x6c\76\15\xa\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x3c\x2f\164\x64\x3e\xd\12\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x3c\x2f\x74\x72\76\xd\xa\15\xa\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\74\x74\x72\x3e\xd\xa\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\74\x74\150\40\x73\x63\157\160\145\75\42\162\157\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x70\x6f\x73\164\x5f\146\x6f\x6f\x74\145\x72"); echo "\x50\x6f\163\164\40\x66\x6f\157\x74\x65\x72\163\74\x2f\164\150\x3e\15\12\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x3c\164\x64\76\15\12\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40"; echo "\x3c\x74\x65\x78\x74\141\162\145\141\x20\x73\x74\x79\154\145\x3d\42\x77\151\144\164\x68\72\61\x30\x30\45\x3b\x20\x68\145\x69\147\x68\164\72\62\x30\145\x6d\73\x20\142\x61\x63\153\147\x72\157\x75\156\x64\x2d\x63\157\154\x6f\162\72\167\x68\x69\x74\x65\x3b\42\x20\167\x72\141\x70\75\x22\157\x6e\42\x20\156\141\x6d\145\75\x22\160\x6f\x73\164\137\146\x6f\x6f\164\145\x72\42\40\x69\144\75\42\160\157\163\x74\137\x66\x6f\157\164\145\162\x22\x3e" . stripslashes($settings["\x70\x6f\x73\x74\x5f\x66\157\x6f\164\x65\x72"]) . "\x3c\x2f\164\145\170\x74\141\x72\x65\141\x3e"; echo "\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x3c\x70\x20\x63\154\141\163\x73\75\x22\x64\145\x73\143\162\x69\160\164\x69\157\156\42\76\131\157\x75\x20\x6d\141\x79\40\x68\141\166\145\40\x61\40\163\145\x76\x65\162\141\x6c\40\x76\145\162\x73\x69\x6f\156\x73\x20\157\146\40\160\x6f\x73\x74\40\x66\x6f\x6f\x74\145\162\x2e\x20\x49\156\40\x73\165\x63\150\x20\141\40\143\141\163\x65\40\171\x6f\165\x72\x20\110\x54\115\x4c\40\x63\x6f\144\145\40\143\x68\165\156\x6b\x73\x20\150\x61\x76\x65\x20\164\157\40\x62\x65\x20\163\145\x70\141\x72\x61\164\x65\x64\40\167\x69\x74\150\x20\x3c\163\x74\x72\157\x6e\147\76\x26\154\x74\x3b\41\x2d\55\155\x6f\162\x65\x2d\55\46\x67\164\x3b\x3c\57\163\x74\x72\x6f\x6e\x67\x3e\x20\x64\x69\x76\151\x64\145\162\x2e\xd\xa\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\124\x68\x65\x73\x65\40\x63\x68\x61\156\147\x65\163\x20\167\151\x6c\154\40\142\x65\x20\162\x61\156\x64\x6f\155\x6c\x79\x20\x69\x6e\163\145\162\164\145\x64\x20\151\156\x74\157\40\x74\150\x65\x20\160\157\x73\164\x73\56\40\74\141\x20\x68\x72\145\x66\75\42\x68\164\164\x70\163\72\57\x2f\167\167\x77\56\x63\171\142\145\162\163\x65\157\x2e\156\x65\x74\x2f\143\x6f\156\x74\x65\156\164\x2d\x73\171\x6e\x64\x69\143\x61\x74\x6f\162\x2f\x23\150\x65\x61\x64\145\162\x73\x5f\141\x6e\x64\137\x66\157\x6f\164\145\162\x73\42\40\164\x61\x72\x67\x65\164\x3d\x22\137\142\x6c\x61\x6e\x6b\42\76\122\145\141\x64\40\x6d\x6f\162\x65\56\56\x2e\x3c\57\x61\x3e\74\57\160\x3e\15\xa\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x3c\x2f\x74\144\x3e\15\xa\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\x3c\57\164\x72\76\xd\xa\15\xa\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x3c\164\x72\76\xd\12\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x3c\x74\150\x20\163\143\x6f\x70\145\x3d\x22\x72\x6f\167\x22\76"; $this->showChangeBox($change_selected, "\151\156\143\154\165\144\145\137\160\x6f\163\x74\x5f\x66\x6f\157\164\145\x72\163"); echo "\x41\144\144\x20\160\x6f\x73\x74\40\146\x6f\157\164\x65\x72\x73\x20\x74\x6f\x20\145\170\x63\145\162\x70\x74\163\x3c\x2f\164\150\76\xd\xa\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x3c\x74\144\x3e\15\12\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20"; echo "\74\x69\156\160\x75\x74\40\x74\171\160\145\x3d\42\143\150\145\x63\153\x62\157\x78\x22\40\156\x61\155\145\x3d\x22\x69\156\x63\x6c\165\x64\x65\137\160\157\163\x74\137\146\157\x6f\x74\x65\162\x73\42\40\151\144\75\x22\x69\x6e\143\154\x75\x64\145\x5f\x70\x6f\163\x74\137\x66\x6f\x6f\164\x65\x72\x73\x22\x20" . ($settings["\151\x6e\143\154\x75\x64\x65\x5f\x70\157\163\164\137\x66\157\x6f\164\145\162\x73"] === "\x6f\156" ? "\x63\150\145\143\x6b\145\144\40" : '') . "\76"; echo "\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x3c\x6c\x61\x62\x65\154\x20\x66\157\x72\75\42\x69\156\x63\x6c\x75\x64\x65\137\160\157\163\164\x5f\x66\x6f\x6f\x74\x65\x72\x73\42\76\143\x68\x65\x63\153\40\164\150\x69\163\40\157\160\x74\151\x6f\156\40\x69\x66\x20\x79\x6f\165\x20\167\x61\x6e\x74\x20\164\x68\x65\x20\160\157\163\164\40\x66\157\157\x74\x65\x72\163\40\x74\x6f\x20\x62\x65\x20\151\156\x73\x65\162\164\x65\144\x20\151\x6e\x74\x6f\40\145\170\143\145\x72\160\164\163\56\x3c\x2f\154\141\x62\145\x6c\76\xd\xa\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\74\x2f\x74\144\76\xd\xa\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x3c\57\x74\162\x3e\xd\xa\xd\12\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\74\x74\162\76\xd\12\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x3c\x74\150\x20\x73\x63\157\160\x65\75\x22\162\157\167\42\76"; $this->showChangeBox($change_selected, "\x63\x75\x73\164\x6f\x6d\x5f\x66\151\145\x6c\144\163"); echo "\103\x75\163\164\157\155\x20\x66\151\145\x6c\144\x73\74\57\x74\150\x3e\xd\xa\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x3c\x74\144\x3e\15\xa\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40"; echo "\74\164\145\x78\164\x61\x72\x65\x61\40\x63\x6f\154\163\x3d\x22\x39\60\x22\x20\162\x6f\167\x73\75\x22\61\60\x22\x20\151\x64\x3d\42\143\165\x73\164\x6f\x6d\137\146\151\145\154\x64\163\x22\x20\156\x61\x6d\145\75\x22\143\165\x73\x74\157\x6d\137\x66\151\x65\x6c\144\x73\42\40\163\164\171\154\145\75\42\x6d\x61\x72\x67\x69\x6e\72\x30\73\150\x65\x69\147\x68\164\x3a\61\65\145\155\73\x77\151\x64\164\x68\x3a\x31\60\60\x25\x3b\x22\76" . stripslashes($settings["\x63\165\163\x74\x6f\x6d\x5f\146\151\x65\154\x64\163"]) . "\74\x2f\x74\145\x78\x74\x61\162\145\141\x3e"; echo "\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x3c\160\x20\143\154\141\163\163\x3d\x22\x64\145\x73\143\162\x69\160\164\151\157\x6e\42\x3e\x48\x65\x72\x65\x20\171\157\x75\40\x63\x61\x6e\x20\x61\163\x73\x69\147\x6e\x20\x74\150\145\40\130\115\114\x20\164\x61\147\40\x76\x61\x6c\165\145\x73\40\164\157\40\164\150\x65\x20\x63\165\x73\164\x6f\x6d\40\x66\x69\x65\154\x64\163\x20\157\146\40\x74\150\145\x20\x73\x79\156\x64\x69\x63\141\164\x69\156\x67\x20\x70\157\163\164\x2c\x20\x75\163\x69\156\147\x20\x74\x68\145\40\x66\157\x6c\154\157\167\x69\x6e\147\40\x66\157\x72\x6d\x61\x74\72\x20\74\142\x3e\x74\x61\x67\55\x3e\156\141\155\145\x3c\x2f\x62\x3e\15\xa\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x2d\x20\157\x6e\145\40\x6c\151\156\x65\x20\160\x65\162\x20\x66\151\x65\154\x64\56\x20\x57\150\145\162\145\x3a\74\142\x72\76\74\x62\x3e\164\141\x67\x3c\x2f\x62\x3e\40\55\40\x74\x68\x65\40\141\x67\x67\x72\145\x67\x61\x74\x69\x6e\147\x20\160\157\x73\x74\47\163\40\164\141\147\x20\x79\x6f\165\40\167\141\x6e\x74\x20\x74\x6f\40\160\x61\x72\163\145\56\x20\124\150\151\163\x20\160\141\x72\x61\155\x65\x74\145\x72\40\151\163\x20\143\x61\x73\x65\15\12\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\151\x6e\163\145\x6e\x73\x69\x74\151\166\145\x3b\x3c\142\162\76\40\x3c\x62\x3e\156\141\155\x65\x3c\57\x62\76\40\x2d\40\x74\x68\145\x20\x6e\141\x6d\x65\40\x6f\146\40\127\x6f\162\144\120\162\x65\163\x73\x20\x70\157\x73\164\x20\x63\x75\163\x74\157\x6d\x20\x66\151\x65\x6c\x64\40\x74\157\40\x77\162\151\x74\145\40\164\150\145\x20\166\141\154\x75\145\40\151\164\56\40\124\x68\151\163\40\160\x61\x72\141\x6d\145\164\145\162\40\151\x73\x20\x63\141\163\145\x20\x73\x65\156\163\151\x74\151\166\x65\x2e\15\12\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x3c\141\40\x68\162\x65\146\75\x22\x68\164\164\160\163\x3a\x2f\x2f\167\167\167\56\x63\x79\142\145\x72\163\145\x6f\x2e\x6e\x65\x74\57\143\x6f\x6e\x74\145\x6e\164\55\x73\x79\156\x64\x69\x63\141\164\x6f\162\x2f\43\x63\x75\163\x74\x6f\x6d\x2d\x66\151\145\154\x64\x73\42\x20\x74\x61\x72\x67\145\x74\75\42\137\x62\x6c\141\156\153\42\76\122\x65\141\144\40\155\x6f\162\145\56\56\x2e\x3c\57\141\x3e\x3c\x2f\160\x3e\x3c\x2f\160\x3e\xd\12\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x3c\57\164\144\76\15\xa\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x3c\x2f\164\x72\76\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\15\12\15\xa\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x3c\x2f\x74\141\142\x6c\x65\x3e\15\12\xd\xa\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\74\x73\143\162\151\160\164\x3e\xd\12\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\166\141\162\40\143\165\x73\x74\x6f\x6d\x5f\146\x69\145\154\144\163\40\75\40\x43\x6f\144\x65\x4d\151\162\x72\x6f\x72\56\x66\x72\x6f\x6d\x54\x65\x78\x74\101\x72\x65\141\x28\144\x6f\143\165\155\x65\156\x74\56\x67\145\164\x45\x6c\x65\x6d\145\x6e\x74\102\x79\x49\144\x28\x22\x63\x75\x73\164\157\155\137\x66\151\145\x6c\x64\x73\x22\x29\x2c\x20\173\xd\12\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\141\165\x74\157\x52\x65\146\162\x65\x73\x68\72\40\164\162\x75\145\x2c\xd\xa\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x6c\x69\156\145\x57\x72\x61\160\160\x69\x6e\x67\72\x20\x74\x72\x75\145\x2c\15\12\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x6c\x69\x6e\145\x4e\165\x6d\142\x65\x72\x73\72\40\164\162\165\x65\x2c\15\xa\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x73\160\x65\154\154\x63\x68\145\x63\153\x3a\40\x66\x61\154\x73\x65\54\15\12\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\x6d\x61\x74\143\x68\102\x72\x61\143\x6b\145\164\163\x3a\x20\x74\x72\x75\x65\54\15\12\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\155\157\144\145\x3a\40\42\x6d\x61\x74\150\x65\x6d\x61\164\x69\x63\x61\x22\54\xd\xa\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x69\156\144\145\x6e\164\x55\156\x69\x74\72\40\70\x2c\15\12\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x69\156\x64\145\x6e\x74\x57\151\x74\x68\124\141\x62\x73\72\40\x74\162\x75\145\54\15\12\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x65\156\x74\145\162\x4d\157\x64\x65\72\40\42\153\x65\x65\x70\42\54\xd\xa\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\164\141\142\115\x6f\x64\145\72\x20\42\x73\150\x69\x66\x74\42\xd\12\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\175\51\73\15\12\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\143\165\x73\164\157\155\137\x66\151\x65\154\x64\x73\x2e\163\x65\x74\123\151\x7a\x65\x28\42\61\60\60\x25\x22\54\40\42\61\x30\x65\155\x22\51\x3b\15\12\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\74\x2f\163\x63\162\x69\160\x74\76\xd\12\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\74\x2f\144\151\x76\x3e\xd\xa\xd\12\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x3c\x64\x69\166\x20\x69\144\x3d\x22\145\x78\160\x65\162\x74\x22\40\143\154\x61\163\x73\75\x22\164\x61\142\137\143\157\x6e\164\x65\156\164\42\x3e\40\40\xd\xa\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x3c\x62\162\x3e\15\xa\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40"; $this->showExpertBox($settings, true, $change_selected); echo "\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\74\57\144\151\x76\x3e\15\xa\15\xa\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x3c\144\151\166\40\151\144\75\42\x66\x69\x6c\x74\145\x72\151\x6e\147\42\x20\x63\154\141\x73\x73\75\42\x74\x61\x62\x5f\x63\x6f\x6e\164\x65\x6e\x74\x22\x3e\x20\40\x20\40\x20\40\40\xd\12\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x3c\x62\162\x3e\15\xa\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\74\x74\141\x62\154\x65\40\x63\154\141\163\x73\75\42\146\x6f\162\x6d\55\x74\141\142\154\145\x20"; if (!$change_selected) { goto Tpz5n; } echo "\x63\163\x65\157\x2d\146\157\x72\x6d"; Tpz5n: echo "\42\76\xd\12\15\12\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\74\164\x72\76\15\12\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\74\164\x68\40\163\143\157\x70\x65\x3d\42\162\157\167\42\76"; $this->showChangeBox($change_selected, "\x66\151\154\164\145\162\137\142\x65\x66\x6f\162\145"); echo "\101\x70\x70\x6c\171\x20\146\151\x6c\164\145\162\163\40\x62\x65\x66\157\162\x65\x3c\57\164\x68\76\xd\xa\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\74\x74\144\x3e\15\12\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x3c\x73\x65\x6c\x65\x63\x74\40\156\141\x6d\145\75\x22\x66\x69\154\x74\x65\162\137\142\145\146\x6f\162\145\42\x3e\15\xa\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20"; echo "\74\x6f\160\x74\x69\157\x6e\40" . ($settings["\146\151\154\x74\x65\x72\137\142\145\146\157\162\x65"] === "\x66\x74\x72\163\x73" ? "\163\x65\x6c\x65\143\x74\x65\x64\x20" : '') . "\x76\141\x6c\165\x65\x3d\42\146\164\162\x73\x73\x22\76\x66\x75\154\154\x20\141\162\x74\x69\143\x6c\145\40\x65\x78\164\x72\141\x63\x74\151\157\156\74\57\x6f\x70\164\151\x6f\156\76"; echo "\74\x6f\160\164\151\157\x6e\x20" . ($settings["\146\151\x6c\164\x65\162\137\x62\x65\146\x6f\x72\145"] === "\141\151\x2d\x70\x72\157\x63\x65\x73\163\157\162" ? "\163\x65\x6c\145\143\x74\x65\144\40" : '') . "\166\141\154\165\145\75\42\141\151\55\x70\x72\x6f\143\145\x73\163\157\162\x22\x3e\x41\111\x20\164\145\170\x74\x20\x70\x72\157\x63\x65\163\x73\x6f\x72\x3c\x2f\x6f\160\x74\151\157\x6e\76"; echo "\74\x6f\160\164\151\157\x6e\x20" . ($settings["\x66\x69\154\x74\x65\x72\x5f\142\x65\x66\157\x72\145"] === "\x74\162\x61\x6e\163\x6c\141\164\x6f\162" ? "\163\145\154\x65\143\164\145\x64\x20" : '') . "\x76\x61\x6c\x75\x65\75\42\x74\162\141\x6e\x73\x6c\x61\x74\157\162\x22\76\164\x65\x78\x74\x20\164\x72\141\x6e\x73\154\x61\164\157\162\x3c\57\x6f\160\x74\151\157\156\x3e"; echo "\74\x6f\160\164\151\157\156\x20" . ($settings["\x66\x69\154\x74\145\162\137\142\145\146\157\x72\x65"] === "\163\x70\x69\x6e\x6e\x65\x72" ? "\x73\145\x6c\x65\143\x74\x65\x64\x20" : '') . "\166\141\154\x75\x65\75\x22\x73\x70\151\x6e\x6e\145\162\42\x3e\164\145\170\164\40\163\160\151\156\x6e\145\x72\74\x2f\x6f\160\x74\x69\157\x6e\76"; echo "\x3c\x6f\x70\164\151\x6f\156\x20" . ($settings["\146\151\x6c\x74\x65\x72\137\x62\x65\146\157\x72\x65"] === "\x6d\x65\144\x69\x61\55\160\x72\x6f\x63\x65\x73\x73\x69\156\147" ? "\x73\x65\154\145\143\164\145\x64\x20" : '') . "\166\x61\x6c\x75\145\75\42\x6d\x65\x64\151\x61\55\160\162\x6f\143\x65\x73\x73\x69\156\147\x22\76\x6d\145\144\x69\141\x20\160\162\157\143\145\163\163\151\156\147\x3c\57\157\160\164\x69\x6f\156\x3e"; echo "\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\74\x2f\163\x65\154\x65\x63\164\76\15\xa\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\74\160\40\x63\154\141\x73\163\x3d\x22\144\x65\x73\x63\x72\x69\x70\164\x69\x6f\156\42\76\x53\x70\145\143\151\146\171\x20\167\x68\145\x6e\40\x65\170\141\143\164\154\x79\x20\164\x6f\40\x61\160\160\x6c\x79\x20\x74\x68\x65\40\146\151\154\x74\145\x72\40\x70\141\x72\x61\x6d\x65\x74\x65\x72\163\56\x3c\x2f\x70\76\15\xa\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x3c\57\x74\144\x3e\15\xa\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x3c\x2f\x74\162\76\x20\xd\xa\xd\xa\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x3c\164\x72\x3e\15\xa\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x3c\164\150\x20\x73\x63\x6f\160\145\75\42\x72\157\167\42\x3e"; $this->showChangeBox($change_selected, "\146\151\x6c\164\145\162\x5f\x70\157\x73\164\x5f\164\x69\x74\154\145"); echo "\x41\160\x70\154\x79\x20\x66\x69\154\164\145\162\x69\x6e\147\x20\164\157\74\x2f\164\150\x3e\xd\xa\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x3c\164\144\76"; echo "\74\151\156\x70\x75\164\x20\x74\171\160\x65\x3d\42\x63\150\x65\x63\x6b\x62\x6f\x78\42\x20\156\141\x6d\x65\x3d\x22\x66\151\154\164\145\162\x5f\x70\157\x73\x74\x5f\x74\x69\164\154\x65\42\x20\151\x64\x3d\42\146\x69\154\164\x65\x72\137\160\x6f\x73\x74\x5f\x74\151\x74\154\x65\x22\40" . ($settings["\x66\151\154\164\x65\x72\137\x70\157\163\x74\137\164\151\164\154\x65"] === "\157\x6e" ? "\143\150\x65\x63\x6b\x65\144\x20" : '') . "\76\40\74\x6c\x61\x62\x65\x6c\x20\146\x6f\x72\75\42\146\151\x6c\164\145\x72\x5f\x70\157\163\164\137\164\151\164\154\145\42\76\x70\157\x73\x74\x20\x74\x69\164\x6c\145\74\57\154\x61\x62\x65\154\x3e\x20\x26\x6e\142\163\x70\73\x20"; echo "\x3c\x69\x6e\x70\x75\x74\x20\164\x79\x70\x65\75\42\143\150\145\x63\x6b\142\x6f\170\42\x20\156\141\155\x65\75\x22\146\x69\x6c\x74\x65\162\137\160\157\x73\x74\x5f\x63\x6f\x6e\x74\x65\156\x74\x22\x20\x69\144\75\x22\146\x69\x6c\164\x65\x72\137\x70\x6f\x73\164\137\143\157\x6e\x74\x65\156\164\x22\x20" . ($settings["\x66\x69\154\x74\x65\x72\x5f\x70\x6f\x73\x74\x5f\x63\157\x6e\x74\145\156\x74"] === "\157\x6e" ? "\143\x68\x65\x63\153\x65\144\40" : '') . "\76\x20\x3c\x6c\141\142\x65\154\x20\146\x6f\x72\75\x22\x66\x69\154\x74\145\162\137\x70\157\163\164\x5f\143\157\156\164\145\x6e\x74\x22\x3e\x70\157\x73\164\x20\143\x6f\156\x74\x65\156\164\74\x2f\x6c\141\x62\145\154\x3e\40\x26\156\142\163\160\73\40"; echo "\x3c\x69\x6e\160\x75\164\40\x74\171\x70\145\75\42\143\150\145\x63\153\142\x6f\170\x22\40\x6e\141\155\x65\x3d\x22\x66\151\154\x74\x65\162\137\x70\157\163\164\x5f\x65\170\143\145\x72\160\x74\x22\x20\151\144\x3d\x22\146\151\154\x74\145\x72\137\x70\x6f\163\x74\137\x65\x78\143\x65\162\x70\x74\x22\40" . ($settings["\x66\151\x6c\164\145\x72\x5f\160\157\x73\x74\137\145\170\143\x65\162\160\x74"] === "\x6f\156" ? "\143\150\x65\143\153\x65\x64\40" : '') . "\76\x20\74\154\x61\142\145\x6c\40\146\x6f\162\75\42\146\x69\154\x74\x65\162\137\x70\157\163\x74\137\145\x78\143\145\162\160\x74\x22\x3e\160\x6f\x73\x74\x20\x65\x78\143\x65\x72\160\164\x3c\57\x6c\141\142\145\154\x3e\40"; echo "\x3c\151\156\x70\165\164\x20\x74\x79\x70\x65\75\x22\143\x68\x65\x63\x6b\142\157\170\x22\40\156\141\x6d\145\75\42\146\x69\154\164\x65\162\x5f\160\x6f\x73\164\137\154\151\x6e\153\42\40\151\144\x3d\42\146\151\154\164\x65\162\137\x70\x6f\x73\164\x5f\x6c\151\x6e\x6b\42\40" . ($settings["\x66\151\154\164\x65\162\137\x70\x6f\x73\164\137\x6c\x69\156\153"] === "\x6f\156" ? "\143\x68\x65\x63\x6b\145\x64\40" : '') . "\76\x20\74\154\x61\x62\145\154\x20\x66\x6f\x72\75\x22\x66\x69\x6c\x74\145\162\x5f\x70\x6f\163\x74\137\154\151\156\x6b\x22\x3e\160\x6f\x73\164\40\154\x69\156\x6b\x3c\x2f\x6c\141\142\145\154\x3e\40"; echo "\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x3c\x2f\164\x64\76\xd\xa\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\74\x2f\x74\162\x3e\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\xd\12\xd\12\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x3c\x74\162\x3e\xd\xa\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x3c\164\150\x20\163\143\157\x70\x65\x3d\x22\x72\x6f\167\x22\x3e"; $this->showChangeBox($change_selected, "\x66\x69\x6c\164\145\162\137\141\x6e\171\137\160\150\x72\x61\x73\x65\163"); echo "\115\x75\163\164\x20\x63\x6f\x6e\x74\x61\x69\156\x20\x61\x6e\171\40\157\146\x20\x74\150\x65\163\145\40\153\145\171\x77\157\x72\144\x73\74\57\164\150\76\xd\xa\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\74\x74\x64\76\xd\12\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40"; echo "\x3c\x69\x6e\160\x75\x74\40\x74\171\x70\145\75\x22\x74\145\170\x74\42\x20\x73\164\x79\154\x65\75\42\167\x69\x64\x74\x68\72\x31\x30\60\x25\42\40\x6e\141\x6d\x65\75\x22\x66\x69\x6c\164\x65\162\x5f\141\x6e\171\137\160\150\162\141\163\145\x73\x22\40\166\141\x6c\165\x65\75\x22" . stripslashes($settings["\x66\x69\154\x74\145\x72\137\x61\x6e\x79\137\160\150\162\x61\163\x65\163"]) . "\42\76"; echo "\40\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\74\160\40\x63\x6c\141\x73\163\75\42\x64\x65\163\x63\x72\151\160\x74\x69\157\156\42\76\123\145\x70\x61\x72\141\164\145\x20\153\145\x79\167\x6f\x72\x64\163\40\141\x6e\144\x20\160\x68\x72\x61\163\x65\163\x20\167\x69\x74\x68\x20\143\157\155\x6d\141\163\x2e\74\57\x70\76\xd\xa\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\74\x2f\164\144\x3e\xd\xa\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x3c\x2f\164\162\x3e\40\x20\40\40\40\40\x20\15\xa\15\xa\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\74\164\x72\x3e\xd\xa\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\74\x74\x68\x20\x73\x63\157\160\x65\75\x22\162\x6f\x77\42\76"; $this->showChangeBox($change_selected, "\x66\151\x6c\x74\x65\162\x5f\x61\154\154\137\160\x68\x72\141\x73\x65\x73"); echo "\115\x75\x73\x74\x20\143\x6f\156\x74\x61\151\x6e\x20\141\x6c\x6c\x20\164\150\x65\163\x65\40\x6b\x65\x79\x77\157\x72\x64\x73\x3c\57\x74\150\x3e\xd\xa\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x3c\164\144\x3e\15\12\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20"; echo "\74\x69\156\160\x75\164\x20\x74\171\x70\x65\x3d\x22\164\145\x78\x74\42\40\x73\164\171\154\x65\x3d\42\167\151\144\164\x68\72\x31\x30\x30\45\42\40\x6e\x61\155\x65\x3d\42\146\151\x6c\164\x65\162\137\141\154\154\137\x70\x68\162\x61\x73\x65\x73\x22\x20\166\x61\x6c\165\145\x3d\x22" . stripslashes($settings["\146\151\154\x74\x65\x72\137\141\x6c\x6c\137\x70\x68\x72\141\163\145\x73"]) . "\42\76"; echo "\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x3c\160\x20\x63\154\141\163\163\x3d\x22\144\x65\163\143\162\151\x70\x74\151\157\x6e\x22\76\123\145\160\x61\x72\x61\164\x65\x20\153\x65\171\x77\157\162\x64\163\40\141\x6e\144\40\160\150\162\141\x73\x65\x73\40\x77\x69\x74\150\40\143\157\155\x6d\x61\163\56\x3c\x2f\160\x3e\15\xa\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x3c\x2f\164\144\x3e\15\12\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x3c\57\x74\162\x3e\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\xd\12\xd\xa\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\74\164\x72\76\15\12\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x3c\164\150\40\x73\x63\x6f\160\x65\75\42\162\x6f\x77\x22\76"; $this->showChangeBox($change_selected, "\146\x69\x6c\164\145\x72\137\156\157\x6e\x65\x5f\x70\150\x72\141\163\x65\x73"); echo "\115\x75\163\164\40\143\x6f\156\164\x61\151\x6e\x20\x6e\x6f\156\145\40\157\146\40\x74\150\145\163\x65\40\153\x65\171\x77\x6f\x72\x64\x73\74\57\164\150\x3e\15\12\40\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\74\164\x64\76\15\12\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40"; echo "\74\x69\156\x70\x75\x74\x20\164\x79\x70\x65\x3d\x22\x74\x65\170\164\x22\40\163\164\171\x6c\x65\x3d\x22\167\x69\x64\164\x68\72\x31\60\60\45\42\40\x6e\141\x6d\145\x3d\42\146\x69\x6c\164\x65\162\137\156\157\x6e\145\137\x70\150\162\141\163\x65\163\x22\x20\166\x61\x6c\165\x65\x3d\42" . stripslashes($settings["\x66\x69\154\164\x65\162\x5f\156\x6f\156\145\x5f\x70\150\x72\141\x73\x65\163"]) . "\x22"; echo "\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x3c\x70\x20\143\x6c\x61\163\x73\x3d\42\x64\145\163\143\x72\x69\160\164\x69\x6f\x6e\x22\x3e\x53\145\160\x61\x72\x61\164\x65\x20\x6b\x65\171\x77\x6f\x72\144\163\40\141\x6e\x64\x20\160\150\x72\x61\163\145\163\40\x77\151\164\x68\x20\143\x6f\155\155\x61\163\56\74\57\160\76\15\xa\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\x3c\57\164\x64\x3e\15\12\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\74\57\164\162\76\x20\x20\x20\40\40\40\15\12\xd\12\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\74\164\x72\x3e\15\12\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x3c\164\x68\x20\x73\143\157\x70\x65\75\x22\x72\157\167\42\76"; $this->showChangeBox($change_selected, "\x66\151\154\164\x65\162\137\x61\x6e\x79\x5f\164\x61\x67\163"); echo "\115\165\163\x74\x20\x63\x6f\x6e\x74\x61\x69\x6e\x20\x61\x6e\x79\40\x6f\x66\40\164\150\145\x73\145\40\164\141\147\163\74\57\x74\x68\76\15\xa\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\74\164\144\76\15\12\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\40"; echo "\74\151\x6e\160\x75\x74\x20\x74\171\160\145\x3d\42\164\145\170\164\x22\x20\163\164\171\x6c\x65\75\x22\167\151\x64\164\x68\72\x31\x30\x30\45\42\x20\x6e\x61\155\x65\x3d\x22\x66\151\154\164\x65\x72\137\x61\156\171\137\x74\x61\147\x73\x22\40\166\x61\x6c\x75\x65\75\x22" . stripslashes($settings["\146\x69\x6c\x74\145\x72\137\x61\156\x79\137\x74\141\x67\x73"]) . "\42"; echo "\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\74\160\x20\143\154\x61\x73\x73\x3d\x22\144\145\163\x63\162\x69\160\x74\151\x6f\156\x22\76\x53\x65\160\141\x72\141\x74\x65\x20\x74\141\x67\x73\40\x61\156\144\40\x70\x68\162\141\163\145\x73\x20\x77\x69\164\150\40\x63\157\x6d\155\141\163\x2e\74\57\160\76\15\12\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x3c\x2f\164\x64\x3e\15\12\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\74\57\164\x72\x3e\40\x20\40\40\x20\40\40\40\xd\12\15\12\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\74\164\x72\76\15\xa\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x3c\164\150\x20\x73\143\x6f\x70\145\75\x22\x72\157\x77\42\76"; $this->showChangeBox($change_selected, "\146\151\154\x74\145\x72\137\x6e\x6f\x6e\145\x5f\164\141\x67\x73"); echo "\x4d\x75\163\164\40\143\157\156\x74\x61\x69\x6e\40\x6e\157\156\x65\x20\157\146\40\x74\150\145\x73\145\40\164\x61\147\163\x3c\57\x74\150\76\xd\xa\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\74\164\144\76\15\xa\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20"; echo "\x3c\151\x6e\160\165\x74\40\164\x79\160\145\75\x22\164\x65\170\x74\x22\40\x73\x74\171\154\x65\x3d\x22\167\x69\144\x74\150\72\61\60\x30\45\42\x20\156\141\155\145\75\x22\146\x69\x6c\x74\x65\162\137\x6e\157\x6e\x65\x5f\164\x61\147\x73\42\40\166\x61\154\x75\x65\75\x22" . stripslashes($settings["\x66\151\x6c\x74\x65\162\137\x6e\x6f\156\x65\x5f\164\x61\147\163"]) . "\x22\76"; echo "\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\74\x70\x20\x63\x6c\141\x73\x73\x3d\42\x64\145\x73\x63\x72\151\160\x74\x69\x6f\x6e\x22\76\x53\x65\160\x61\162\141\164\145\40\x74\x61\147\x73\40\141\x6e\144\x20\160\150\162\x61\163\x65\x73\40\x77\x69\164\x68\40\143\157\155\155\x61\163\56\x3c\x2f\x70\x3e\xd\12\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x3c\x2f\x74\x64\76\xd\xa\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\74\x2f\164\162\76\x20\40\40\x20\x20\15\12\15\12\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x3c\164\x72\76\15\12\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x3c\x74\150\x20\163\143\157\x70\x65\75\x22\x72\157\x77\42\76"; $this->showChangeBox($change_selected, "\146\151\154\164\145\x72\137\x64\141\x79\163\x5f\156\x65\167\145\x72"); echo "\x4d\x75\163\x74\x20\x62\145\40\x6e\145\x77\145\x72\x20\x74\150\x61\x6e\74\57\x74\x68\x3e\15\xa\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x3c\x74\x64\76\xd\12\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40"; echo "\74\151\156\160\165\x74\40\x74\171\x70\x65\75\42\164\145\x78\x74\x22\40\156\x61\155\145\x3d\x22\x66\151\154\164\145\x72\137\x64\x61\x79\x73\137\x6e\x65\167\145\x72\42\40\166\x61\x6c\165\145\x3d\42" . stripslashes($settings["\146\151\x6c\164\x65\x72\137\144\x61\x79\163\x5f\x6e\145\x77\x65\x72"]) . "\42\x20\x73\151\x7a\x65\x3d\42\x33\x22\x3e\x20\x64\x61\171\50\163\51\x2e"; echo "\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\40\74\x70\40\x63\x6c\141\163\163\75\42\x64\x65\163\143\162\x69\x70\x74\x69\x6f\156\42\x3e\123\x70\x65\143\151\146\x79\x20\x74\x68\145\x20\144\x61\x74\145\40\157\x66\x20\141\x20\156\x65\x77\x73\40\160\x75\x62\154\x69\x63\141\164\151\x6f\156\40\x69\x6e\40\164\150\x65\40\146\145\145\x64\x20\50\151\x66\40\160\x72\x65\163\145\x6e\164\x29\x2e\40\125\163\145\40\x30\x20\x74\x6f\x20\x6e\157\164\x20\x66\151\154\164\x65\162\x20\x62\x79\40\x64\x61\x74\145\56\74\x2f\160\76\15\12\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\74\x2f\x74\144\x3e\xd\xa\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\74\x2f\x74\162\x3e\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\xd\12\15\12\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\74\164\162\x3e\15\xa\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\74\x74\150\x20\x73\143\157\x70\x65\75\42\162\x6f\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x66\x69\154\x74\x65\x72\x5f\x64\141\x79\x73\137\157\x6c\x64\145\x72"); echo "\115\x75\x73\164\x20\142\x65\40\157\154\144\x65\162\x20\164\x68\x61\156\74\x2f\x74\x68\x3e\15\xa\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\74\164\x64\76\xd\xa\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20"; echo "\x3c\x69\x6e\160\x75\x74\40\x74\x79\160\x65\75\42\164\x65\170\x74\42\40\x6e\x61\155\145\x3d\x22\x66\151\x6c\164\145\x72\x5f\144\x61\171\163\137\x6f\154\144\x65\x72\x22\40\166\x61\154\165\145\x3d\x22" . stripslashes($settings["\146\151\x6c\164\145\x72\x5f\144\x61\171\163\137\x6f\x6c\144\x65\162"]) . "\x22\x20\163\151\x7a\x65\75\x22\63\x22\76\x20\x64\x61\171\x28\163\51\x2e"; echo "\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\74\160\x20\x63\154\141\163\x73\75\42\144\x65\163\143\162\151\160\x74\151\157\x6e\x22\76\123\160\145\143\x69\146\171\40\x74\x68\145\40\x64\141\164\145\x20\x6f\x66\x20\x61\x20\156\x65\x77\163\x20\160\165\x62\154\151\x63\141\164\151\157\156\40\x69\156\x20\164\150\x65\x20\x66\x65\x65\144\40\x28\151\146\x20\160\x72\145\x73\x65\156\164\x29\56\40\x55\163\x65\x20\60\40\x74\157\x20\156\157\164\x20\146\151\154\164\x65\x72\40\x62\x79\40\x64\x61\164\145\x2e\74\57\x70\x3e\15\12\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\74\57\x74\144\x3e\15\12\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x3c\x2f\x74\x72\x3e\40\40\40\40\x20\x20\40\x20\40\x20\x20\15\xa\xd\12\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\x3c\x74\162\76\15\12\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\74\164\x68\x20\163\143\157\160\145\x3d\42\x72\157\167\42\76"; $this->showChangeBox($change_selected, "\x66\x69\154\164\145\162\137\160\x6f\x73\164\x5f\x6c\x6f\x6e\x67\x65\x72"); echo "\115\165\x73\x74\40\142\x65\x20\154\157\x6e\147\x65\x72\x20\164\150\141\156\x3c\57\164\x68\76\15\xa\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\74\x74\x64\x3e\15\xa\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20"; echo "\74\x69\x6e\x70\165\x74\40\x74\x79\160\145\75\x22\x74\x65\170\x74\42\40\x6e\x61\155\x65\75\x22\146\151\x6c\x74\145\x72\137\x70\x6f\x73\x74\x5f\x6c\x6f\x6e\x67\x65\162\42\40\x76\141\154\x75\145\x3d\x22" . stripslashes($settings["\x66\151\x6c\164\145\x72\137\x70\x6f\163\x74\x5f\154\157\x6e\147\145\x72"]) . "\42\40\x73\x69\172\x65\x3d\42\x33\x22\76\40\143\150\141\x72\141\143\x74\x65\162\x73\56"; echo "\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x3c\160\40\x63\154\x61\163\x73\75\x22\x64\145\163\143\x72\x69\160\x74\151\157\x6e\x22\x3e\123\x70\x65\x63\x69\x66\x79\40\164\150\x65\x20\164\x68\145\x20\x6d\151\156\x69\x6d\165\155\40\160\x6f\163\x74\40\154\145\156\147\x74\150\x2e\40\125\163\x65\x20\x30\x20\x66\x6f\162\x20\x61\x6e\x79\x20\163\151\172\x65\x2e\x3c\x2f\160\x3e\xd\xa\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\74\57\x74\144\76\15\xa\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x3c\57\x74\x72\76\40\x20\x20\x20\x20\x20\15\12\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\74\57\x74\141\x62\x6c\x65\76\15\12\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\74\142\162\x3e\xd\12\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\74\x70\x20\x63\x6c\141\x73\163\75\42\144\145\163\143\162\x69\160\164\x69\157\156\42\x3e\x2a\x54\150\145\40\x66\151\154\164\145\x72\151\156\x67\40\162\157\165\164\x69\x6e\145\40\x69\163\x20\x63\141\163\x65\x2d\151\x6e\x73\145\x6e\x73\x69\164\x69\166\145\x20\141\x6e\x64\x20\x69\x74\x20\144\157\145\163\x20\156\157\x74\x20\155\141\164\x63\150\40\x66\x75\x6c\x6c\x20\x77\157\162\x64\x73\x2e\x20\x54\150\165\163\40\160\154\x65\x61\x73\145\x20\142\x65\x20\143\x61\162\145\x66\165\154\x20\x77\150\145\x6e\x20\165\163\x69\156\x67\40\163\150\x6f\x72\164\x20\153\145\x79\x77\157\x72\x64\163\40\164\x68\x61\x74\40\155\141\x79\40\x75\x6e\151\156\x74\x65\x6e\164\151\157\156\141\x6c\154\171\40\x6d\141\x74\143\150\40\x70\x61\162\164\x73\40\157\146\40\157\x74\150\145\162\40\x77\x6f\x72\144\163\x2e\x3c\x2f\160\76\15\12\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\74\x2f\x64\x69\166\76\15\12\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x3c\163\143\x72\x69\x70\164\x20\164\171\160\145\x3d\x22\x74\145\x78\164\x2f\x6a\141\166\x61\163\x63\x72\151\x70\164\x22\x3e\xd\xa\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\166\141\x72\40\x70\x6f\163\164\x5f\143\x6f\x6e\164\x65\156\164\137\x74\145\x6d\x70\154\x61\x74\x65\40\x3d\40\103\157\144\x65\115\x69\x72\x72\x6f\162\x2e\x66\x72\x6f\x6d\x54\x65\x78\x74\x41\162\x65\x61\50\x64\x6f\143\x75\x6d\145\x6e\x74\56\147\145\x74\105\x6c\145\x6d\145\x6e\164\102\x79\111\x64\50\42\x70\x6f\163\x74\x5f\143\157\156\164\x65\x6e\164\137\x74\x65\x6d\x70\x6c\141\x74\x65\42\51\54\40\x7b\xd\xa\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\141\x75\x74\x6f\x52\x65\x66\x72\145\x73\150\72\40\164\x72\x75\x65\x2c\15\12\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x6c\151\156\145\127\x72\141\x70\160\x69\x6e\147\72\x20\164\x72\165\x65\54\xd\12\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\154\x69\156\145\x4e\165\x6d\x62\145\162\x73\x3a\40\164\x72\165\145\x2c\xd\12\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\163\x70\145\154\x6c\143\x68\145\x63\153\x3a\40\x66\141\x6c\163\145\x2c\xd\xa\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\155\x61\164\143\x68\102\162\141\143\x6b\x65\x74\163\x3a\x20\x74\162\x75\145\54\xd\12\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\155\157\144\x65\72\x20\x22\x61\x70\x70\x6c\x69\x63\141\164\151\157\x6e\x2f\x78\x2d\x68\x74\x74\x70\x64\55\160\150\160\42\x2c\15\xa\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\151\156\x64\145\x6e\x74\125\x6e\x69\164\72\x20\x38\x2c\xd\xa\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\151\x6e\x64\x65\x6e\164\127\151\x74\150\x54\141\x62\163\72\40\x74\162\x75\x65\x2c\xd\12\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\145\x6e\x74\145\x72\115\x6f\144\145\72\x20\42\153\x65\145\160\42\54\xd\12\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\164\x61\x62\x4d\157\x64\x65\72\40\x22\163\x68\151\x66\164\x22\xd\xa\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x7d\51\x3b\15\xa\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x70\x6f\x73\x74\x5f\x63\157\156\164\145\156\x74\137\x74\145\x6d\x70\154\x61\x74\145\56\163\145\x74\123\151\172\145\x28\42\61\60\x30\45\42\x2c\40\x22\62\60\145\155\x22\51\x3b\xd\12\15\12\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x76\141\x72\x20\x70\157\163\164\x5f\x65\170\143\x65\x72\160\164\137\164\x65\x6d\x70\154\x61\164\145\40\75\x20\103\157\144\145\x4d\151\x72\x72\x6f\x72\56\x66\x72\x6f\155\124\145\x78\x74\101\162\x65\x61\x28\144\157\x63\x75\x6d\x65\x6e\164\x2e\x67\145\164\x45\154\x65\x6d\x65\x6e\164\x42\171\111\x64\50\42\160\x6f\163\x74\137\x65\x78\x63\145\162\160\164\x5f\x74\x65\x6d\x70\x6c\x61\164\x65\x22\x29\54\40\x7b\15\xa\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\141\x75\x74\157\122\145\x66\162\145\163\150\72\x20\x74\162\165\x65\54\15\xa\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\154\x69\156\145\127\x72\x61\x70\x70\x69\156\147\x3a\x20\x74\x72\165\145\x2c\15\12\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\154\151\x6e\145\116\x75\155\142\x65\162\163\x3a\x20\164\162\165\x65\54\15\12\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\163\160\x65\x6c\154\143\x68\x65\143\153\72\x20\x66\141\x6c\x73\x65\54\xd\12\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\155\141\x74\143\x68\102\x72\141\143\153\145\164\163\72\x20\164\x72\165\145\54\15\12\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x6d\157\x64\x65\x3a\40\x22\x61\160\x70\x6c\151\143\x61\x74\151\157\156\57\170\55\150\x74\x74\x70\144\x2d\x70\x68\160\42\54\xd\12\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x69\156\144\145\156\x74\x55\x6e\151\x74\x3a\40\x38\54\xd\12\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\x69\x6e\x64\x65\156\x74\x57\151\x74\150\124\141\142\x73\72\x20\164\x72\x75\145\54\15\12\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\145\x6e\164\145\162\x4d\157\144\145\72\x20\42\x6b\145\x65\160\42\54\15\xa\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\164\x61\x62\115\157\144\x65\x3a\x20\42\163\x68\151\x66\x74\x22\xd\xa\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\x7d\x29\73\xd\xa\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\160\157\x73\164\x5f\x65\x78\143\145\x72\x70\x74\x5f\x74\145\x6d\x70\154\141\164\x65\x2e\163\x65\x74\x53\x69\172\145\x28\42\61\x30\60\x25\42\54\x20\42\62\x30\145\155\x22\51\73\xd\xa\xd\12\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x76\x61\x72\40\155\x65\164\x61\x5f\144\145\x73\143\162\x69\x70\x74\151\157\x6e\x5f\164\145\155\160\x6c\x61\x74\x65\40\x3d\40\103\157\x64\145\115\151\x72\x72\x6f\162\x2e\x66\x72\x6f\155\124\145\170\x74\x41\x72\x65\141\x28\x64\157\143\x75\x6d\x65\156\164\56\147\145\x74\105\154\x65\155\145\x6e\164\x42\x79\x49\144\x28\42\x6d\x65\x74\x61\137\x64\x65\x73\143\162\x69\160\x74\151\157\156\x5f\164\x65\x6d\x70\154\141\x74\145\x22\51\x2c\x20\173\15\12\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x61\x75\164\157\x52\x65\x66\162\x65\163\x68\72\40\x74\162\165\145\54\xd\12\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x6c\151\156\x65\x57\x72\x61\160\160\151\x6e\x67\72\40\x74\162\165\145\54\xd\xa\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x6c\x69\x6e\145\x4e\165\155\142\x65\162\163\x3a\x20\164\x72\165\145\x2c\15\xa\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\163\x70\x65\x6c\154\x63\150\x65\143\x6b\72\40\x66\x61\x6c\163\145\x2c\xd\xa\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\155\x61\164\x63\150\102\x72\x61\143\153\x65\x74\x73\x3a\40\x74\x72\165\145\54\15\12\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x6d\157\144\145\x3a\40\42\x61\160\x70\x6c\x69\143\x61\x74\x69\x6f\x6e\57\x78\55\150\x74\164\160\x64\55\160\x68\x70\42\54\15\12\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\151\156\144\x65\x6e\x74\125\x6e\x69\164\72\40\70\x2c\15\xa\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x69\x6e\x64\145\x6e\164\x57\151\x74\150\124\x61\142\163\x3a\40\164\x72\165\x65\54\xd\12\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x65\156\164\145\x72\x4d\x6f\x64\x65\x3a\40\x22\153\145\145\160\42\x2c\15\12\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\164\x61\142\115\157\144\145\x3a\40\42\163\150\151\146\164\42\15\12\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x7d\x29\x3b\15\xa\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\155\145\x74\x61\x5f\144\145\163\143\x72\151\x70\164\151\157\156\137\x74\x65\x6d\x70\x6c\x61\164\x65\56\163\x65\164\x53\151\x7a\x65\50\42\x31\x30\60\x25\x22\54\x20\x22\x31\x30\x65\155\x22\x29\x3b\15\12\xd\12\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x76\141\x72\40\x70\x6f\x73\x74\x5f\150\145\x61\144\145\x72\40\x3d\40\x43\x6f\x64\x65\115\x69\x72\x72\x6f\162\56\x66\x72\x6f\x6d\124\145\170\164\101\162\145\x61\x28\x64\x6f\143\x75\155\145\x6e\164\56\x67\x65\164\x45\154\145\x6d\x65\x6e\x74\x42\x79\x49\144\x28\x22\x70\157\163\164\137\150\x65\x61\x64\145\162\42\x29\x2c\40\173\xd\12\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\141\165\x74\x6f\122\145\x66\x72\145\x73\150\x3a\40\164\x72\x75\145\x2c\xd\xa\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x6c\151\x6e\x65\x57\x72\141\x70\x70\151\x6e\147\x3a\40\164\162\165\145\54\15\xa\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x6c\x69\156\145\x4e\165\155\142\x65\x72\x73\x3a\x20\x74\x72\x75\x65\54\xd\xa\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x73\160\145\154\154\143\x68\145\x63\153\x3a\40\x66\x61\x6c\163\145\54\xd\xa\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\155\141\x74\x63\150\x42\162\x61\x63\x6b\x65\x74\163\x3a\x20\x74\162\x75\145\54\xd\12\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\155\157\144\145\72\x20\x22\x61\160\160\x6c\151\143\x61\164\x69\157\x6e\x2f\170\x2d\150\164\x74\160\144\42\x2c\xd\12\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\151\x6e\144\x65\156\x74\125\x6e\x69\x74\x3a\40\70\54\15\xa\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x69\x6e\x64\x65\x6e\x74\x57\151\x74\x68\x54\141\142\x73\x3a\x20\164\162\x75\145\x2c\15\xa\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x65\156\x74\x65\x72\x4d\157\x64\x65\x3a\x20\42\153\145\x65\160\x22\x2c\xd\xa\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x74\141\x62\x4d\157\x64\x65\72\40\42\163\x68\x69\146\x74\x22\xd\xa\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x7d\x29\73\15\xa\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x70\x6f\163\x74\x5f\150\145\x61\144\145\x72\x2e\x73\145\x74\x53\151\x7a\x65\x28\42\61\60\60\45\x22\54\x20\42\61\60\145\x6d\42\x29\x3b\xd\xa\xd\xa\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\166\x61\x72\40\x70\x6f\x73\164\137\x66\x6f\157\164\x65\162\40\75\x20\103\157\144\145\115\151\162\162\157\x72\x2e\x66\x72\157\x6d\124\x65\x78\164\x41\x72\x65\141\50\x64\x6f\x63\x75\155\x65\156\164\x2e\147\145\164\x45\x6c\x65\155\145\156\164\x42\171\x49\x64\x28\x22\x70\157\163\164\137\146\157\x6f\164\x65\x72\42\x29\54\40\x7b\15\xa\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x61\x75\164\x6f\x52\145\x66\162\145\163\x68\x3a\40\164\x72\x75\x65\x2c\15\12\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\154\x69\x6e\145\127\162\141\160\x70\x69\156\147\x3a\x20\x74\x72\165\145\x2c\xd\12\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x6c\x69\x6e\145\x4e\165\x6d\142\x65\x72\163\72\40\164\162\x75\145\54\15\12\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\163\160\145\x6c\x6c\x63\x68\145\143\x6b\72\40\x66\x61\154\x73\x65\54\15\xa\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\155\x61\x74\x63\150\102\x72\141\143\153\x65\x74\163\x3a\40\164\162\165\145\54\15\xa\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\155\x6f\144\x65\x3a\40\42\141\160\160\x6c\151\143\x61\x74\151\x6f\156\57\x78\x2d\150\x74\164\x70\x64\x22\54\15\xa\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x69\156\x64\145\x6e\164\x55\156\151\x74\x3a\40\70\x2c\15\12\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x69\x6e\x64\145\x6e\164\127\x69\164\150\x54\141\x62\163\x3a\x20\164\x72\165\145\54\xd\xa\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x65\156\x74\x65\162\x4d\x6f\144\145\x3a\40\42\153\145\145\x70\42\54\15\xa\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x74\141\142\x4d\157\x64\145\x3a\40\42\163\x68\151\x66\164\x22\15\12\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\175\x29\73\15\xa\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x70\x6f\163\164\x5f\146\157\157\164\145\x72\56\x73\145\164\x53\x69\x7a\x65\x28\x22\x31\60\x30\45\x22\54\40\x22\x31\x30\x65\155\42\x29\x3b\15\12\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x3c\57\163\x63\x72\151\x70\164\x3e\15\12\x20\40\40\40\40\40\x20\40\x20\40\x20\40"; echo "\x3c\144\151\x76\40\x63\x6c\141\x73\x73\x3d\x22\163\x75\x62\x6d\x69\x74\42\76"; if (isset($_POST["\x6d\157\x64\151\x66\171\x5f\163\x65\x6c\x65\143\x74\x65\x64\x5f\x66\145\x65\x64\x73"]) && check_admin_referer("\143\x73\x65\x6f\137\170\x6d\154\137\x73\x79\156\x64\x69\x63\141\x74\x6f\162")) { goto EPNj3; } if ($islocal) { goto WHu3O; } echo "\x3c\151\x6e\160\165\164\x20\143\x6c\x61\x73\163\75\42\142\x75\164\x74\x6f\156\55\x70\x72\151\155\x61\x72\x79\x22\40\x6e\141\x6d\145\75\x22\x75\x70\144\141\164\x65\x5f\x64\145\146\141\165\154\164\x5f\163\x65\164\164\x69\x6e\147\x73\42\40\166\x61\154\x75\x65\x3d\x22\125\160\144\141\164\145\40\144\145\146\x61\165\154\164\x20\x73\x65\164\x74\151\156\147\x73\42\x20\164\171\x70\145\75\42\x73\x75\142\155\x69\x74\x22\76\x26\x6e\x62\163\160\x3b"; echo "\x3c\151\x6e\160\x75\164\x20\143\154\141\x73\x73\75\42\142\x75\164\x74\157\x6e\42\40\156\x61\x6d\145\x3d\42\143\141\156\143\x65\154\42\40\166\141\154\x75\x65\x3d\x22\x43\141\x6e\143\x65\x6c\42\x20\x74\171\x70\145\x3d\x22\x73\x75\142\x6d\151\x74\42\x3e"; goto RPiaQ; WHu3O: if ($this->edit_existing) { goto GGT7Y; } echo "\74\x69\x6e\x70\x75\164\40\x63\154\x61\163\x73\x3d\42\x62\x75\164\164\x6f\156\x2d\160\x72\x69\155\141\162\171\42\40\156\141\155\145\75\x22\163\171\x6e\144\151\x63\x61\164\145\137\x66\x65\x65\x64\x22\x20\x76\141\x6c\x75\x65\75\x22\x53\x79\x6e\x64\x69\x63\x61\164\x65\x20\x54\x68\151\163\40\106\145\x65\x64\42\x20\x74\x79\x70\145\75\x22\x73\165\142\155\151\164\x22\x3e\46\x6e\142\x73\x70\73\x26\x6e\142\163\160\x3b"; echo "\x3c\151\x6e\x70\x75\x74\x20\143\154\x61\163\x73\x3d\42\142\165\164\164\x6f\x6e\42\40\x6e\x61\155\x65\75\x22\143\x61\x6e\143\145\x6c\42\x20\166\141\154\x75\x65\x3d\42\103\141\x6e\x63\145\x6c\x22\40\164\171\x70\145\75\x22\x73\165\142\x6d\151\164\x22\x3e"; if (is_object($this->current_feed_url)) { goto RHQD7; } echo "\x3c\x69\x6e\x70\x75\x74\40\164\x79\x70\x65\75\x22\150\x69\144\x64\x65\156\x22\40\x6e\x61\155\x65\x3d\42\146\x65\145\144\137\x75\x72\154\42\40\166\x61\x6c\x75\x65\75\x22" . htmlspecialchars($this->current_feed_url) . "\x22\76"; goto RycfX; RHQD7: echo "\74\151\x6e\160\x75\164\x20\164\171\160\x65\75\x22\x68\x69\144\x64\145\156\42\x20\x6e\x61\155\x65\x3d\x22\146\x65\145\144\x5f\x75\162\154\x22\40\x76\x61\154\x75\x65\x3d\x22" . base64_encode(gzcompress(serialize($this->current_feed_url))) . "\x22\76"; RycfX: goto se3LR; GGT7Y: echo "\74\151\x6e\x70\165\164\x20\x63\154\x61\x73\x73\75\42\142\165\x74\x74\x6f\156\x2d\160\162\x69\155\141\x72\x79\x22\40\156\x61\155\145\75\x22\165\160\144\x61\x74\145\137\x66\x65\x65\144\x5f\163\x65\164\164\x69\156\x67\163\42\x20\166\141\x6c\165\x65\x3d\42\125\x70\x64\141\x74\145\x20\x46\145\x65\x64\x20\123\145\164\x74\151\x6e\x67\163\x22\x20\164\x79\160\145\x3d\x22\x73\165\142\x6d\x69\x74\x22\x3e\x26\x6e\x62\163\160\73\46\x6e\x62\163\160\73"; echo "\x3c\x69\x6e\x70\x75\x74\40\x63\154\141\163\x73\75\42\142\165\164\x74\x6f\x6e\42\40\x6e\x61\x6d\145\x3d\x22\143\x61\x6e\143\x65\x6c\42\x20\166\x61\154\165\x65\x3d\x22\103\x61\x6e\143\145\x6c\42\x20\x74\171\160\x65\75\x22\x73\165\x62\x6d\x69\164\42\76"; echo "\x3c\151\x6e\x70\165\164\40\164\x79\160\145\75\42\150\x69\144\x64\x65\x6e\42\x20\156\141\x6d\x65\x3d\x22\146\x65\145\144\137\151\144\42\x20\166\141\154\165\145\x3d\x22" . (int) $_GET["\145\144\151\x74\55\146\x65\x65\144\x2d\151\144"] . "\42\x3e"; se3LR: RPiaQ: echo "\74\x62\x72\x3e\74\x64\x69\x76\x20\x61\x6c\x69\147\156\x3d\x22\x72\x69\147\150\164\x22\76\74\x69\156\160\165\x74\x20\x63\x6c\141\x73\x73\x3d\x22\142\x75\x74\x74\157\x6e\x22\x20\x6e\141\155\145\75\42\x65\170\x70\157\162\164\x5f\141\163\x5f\160\162\x65\x73\x65\x74\42\x20\166\x61\154\x75\x65\75\42\105\170\160\157\162\164\x20\141\163\x20\x70\162\145\163\145\164\x22\x20\164\171\160\x65\x3d\x22\163\x75\x62\x6d\151\164\42\x3e\x3c\57\144\x69\166\x3e"; goto etZdB; EPNj3: echo "\74\x69\x6e\x70\x75\x74\x20\x74\x79\160\145\x3d\42\150\151\x64\x64\x65\x6e\x22\40\x6e\141\155\145\75\x22\146\x65\x65\144\x5f\151\x64\x73\x22\40\166\141\x6c\165\145\x3d\x22" . base64_encode(serialize($_POST["\x66\x65\145\144\x5f\x69\144\x73"])) . "\42\x3e"; echo "\x3c\x69\156\160\165\164\x20\x63\x6c\x61\163\163\x3d\42\x62\x75\x74\x74\x6f\x6e\x2d\x70\162\151\x6d\x61\x72\171\x22\x20\156\x61\x6d\145\75\x22\141\x70\160\154\x79\x5f\163\x65\164\164\x69\156\x67\163\137\164\157\x5f\163\145\x6c\x65\x63\x74\x65\144\137\146\145\145\x64\163\42\40\x76\141\x6c\165\145\x3d\42\x41\160\x70\x6c\171\x20\x74\x68\145\x73\145\x20\x73\145\x74\164\151\x6e\x67\x73\x20\164\157\x20\163\145\154\x65\x63\x74\x65\x64\40\x66\x65\145\144\x73\42\40\x74\x79\160\145\75\x22\x73\165\142\x6d\x69\164\x22\x3e\46\x6e\x62\x73\x70\x3b\x26\x6e\x62\163\160\x3b"; echo "\x3c\x69\156\160\165\164\x20\x63\154\141\x73\163\75\x22\x62\165\x74\164\157\x6e\x22\40\x6e\x61\x6d\145\75\42\143\x61\156\x63\145\154\42\40\166\x61\x6c\165\x65\x3d\42\x43\x61\156\x63\145\154\42\40\x74\x79\x70\x65\x3d\42\x73\165\x62\155\151\164\42\76"; etZdB: echo "\74\x2f\x64\x69\166\76"; wp_nonce_field("\x63\163\145\x6f\137\170\x6d\154\137\x73\x79\x6e\144\x69\x63\x61\x74\157\x72"); echo "\x20\40\x20\x20\40\x20\40\x20\x3c\57\x66\157\162\x6d\76\15\xa\40\40\x20\40\x20\x20\x20\40\x3c\x73\143\x72\151\x70\164\40\164\171\x70\145\x3d\x27\164\145\170\x74\57\152\141\166\x61\x73\x63\162\x69\160\164\47\76\xd\12\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\143\163\145\x6f\103\150\x61\156\147\x65\x50\x6f\163\164\x54\x79\160\x65\x28\51\x3b\xd\xa\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x63\163\x65\157\103\150\x61\156\147\x65\124\145\170\x74\x45\170\x74\x72\x61\x63\164\157\x72\50\x29\73\15\xa\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\143\x73\x65\x6f\103\150\x61\x6e\x67\145\124\x72\141\x6e\x73\x6c\141\x74\157\162\x28\x29\73\xd\12\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x63\163\145\157\x43\x68\x61\156\147\145\123\x70\151\x6e\156\x65\162\x28\x29\73\15\xa\40\40\x20\40\40\x20\40\40\40\40\x20\40\143\163\145\157\101\151\x45\156\147\151\x6e\145\x28\x29\x3b\15\12\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x63\x73\x65\x6f\x4f\x70\145\x6e\x41\151\x49\x6d\141\x67\x65\50\x29\x3b\15\xa\40\x20\40\x20\x20\40\40\40\40\40\40\x20\143\163\145\x6f\123\x74\x61\142\x6c\x65\104\151\146\146\x75\x73\151\157\156\111\155\141\x67\145\x28\x29\73\xd\xa\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x63\x73\145\157\x50\151\x78\x61\142\141\x79\111\x6d\x61\147\145\x28\x29\x3b\15\xa\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x63\163\x65\x6f\x47\157\x6f\x67\x6c\x65\111\x6d\x61\x67\x65\x28\51\x3b\15\12\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\143\163\x65\157\131\x6f\x75\x54\x75\142\145\x56\x69\144\x65\157\50\51\x3b\15\xa\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\143\163\x65\x6f\x41\x69\111\155\x61\x67\x65\50\51\x3b\xd\12\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x63\x73\x65\157\123\x65\164\124\x68\x75\x6d\x62\156\141\151\x6c\x28\51\x3b\xd\xa\x20\40\40\x20\40\x20\x20\x20\x3c\x2f\x73\x63\162\x69\160\164\76\15\12\40\x20\40\x20\x20\x20\40\x20"; } function getUpdateTime($id) { $time = time(); $interval = 60 * (int) $this->feeds[$id]["\x6f\160\x74\x69\x6f\x6e\x73"]["\x69\156\x74\145\x72\x76\x61\154"]; if (isset($this->feeds_updated[$id])) { goto lV2Rj; } $updated = (int) $this->feeds[$id]["\165\x70\x64\141\164\x65\144"]; goto mj0_7; lV2Rj: $updated = (int) $this->feeds_updated[$id]; mj0_7: if ($this->feeds[$id]["\x6f\160\x74\x69\x6f\156\163"]["\x69\x6e\164\x65\162\166\x61\154"] == 0) { goto iFvqz; } if ($time - $updated >= $interval) { goto a3rPu; } return "\151\156\40" . (int) (($interval - ($time - $updated)) / 60) . "\40\155\151\x6e\x75\x74\x65\163"; goto cDdaV; iFvqz: return "\156\x65\166\x65\x72"; goto cDdaV; a3rPu: return "\x61\163\141\x70"; cDdaV: } function showPresetBox() { echo "\40\x20\x20\40\40\40\40\x20\x3c\x74\162\76\xd\xa\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\74\164\150\x20\163\143\157\160\x65\x3d\x22\162\157\x77\42\76\15\12\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\123\x65\x6c\x65\143\x74\40\160\x72\157\x63\145\x73\163\151\x6e\147\x20\162\165\x6c\x65\x73\x20\x28\160\162\x65\163\145\x74\x29\15\12\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\74\57\x74\150\x3e\x20\x20\xd\xa\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x3c\164\x64\x3e\15\12\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x3c\x73\145\154\145\x63\x74\x20\156\141\155\145\x3d\42\x70\162\145\163\x65\164\x73\42\x3e\15\xa\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40"; $presets = cseo_load_presets(); $i = 0; apfjw: if (!($i < count($presets))) { goto LP02l; } echo "\74\157\x70\x74\x69\x6f\156\x20\166\141\x6c\x75\x65\75\x22" . $i . "\x22\76" . $presets[$i]["\x6e\x61\x6d\x65"] . "\74\x2f\x6f\160\x74\151\x6f\x6e\x3e"; kOGFH: $i++; goto apfjw; LP02l: echo "\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x3c\57\163\145\154\x65\x63\164\x3e\xd\xa\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\74\x2f\164\144\x3e\xd\12\40\40\x20\x20\40\x20\x20\x20\74\x2f\x74\x72\76\xd\xa\x20\x20\40\x20\40\x20\40\x20"; } function showExpertBox($settings, $full_menu = false, $change_selected = false) { echo "\40\x20\40\40\x20\x20\40\40\74\164\141\x62\x6c\145\x20\143\154\x61\x73\163\x3d\x22\x66\x6f\x72\x6d\x2d\164\141\142\154\x65\x20"; if (!$change_selected) { goto nTX9H; } echo "\x63\163\145\x6f\x2d\146\x6f\162\155"; nTX9H: echo "\42\76\xd\xa\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x3c\164\x72\76\xd\xa\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\74\x74\150\x20\x73\x63\157\x70\x65\75\x22\x72\x6f\167\x22\x3e"; $this->showChangeBox($change_selected, "\x70\162\x6f\170\171\137\x6d\x6f\144\145"); echo "\x50\x72\157\x78\171\40\155\x6f\x64\x65\x3c\x2f\164\x68\x3e\15\12\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\74\164\x64\x3e\xd\12\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x3c\163\145\154\x65\143\164\40\156\x61\x6d\145\x3d\x22\x70\162\157\x78\x79\137\x6d\x6f\144\145\x22\x3e\15\xa\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40"; echo "\x3c\x6f\x70\164\151\157\156\x20" . ($settings["\160\x72\x6f\170\171\137\155\x6f\144\145"] === "\x6e\x6f\x70\162\x6f\x78\171" ? "\x73\x65\x6c\x65\143\164\x65\x64\40" : '') . "\x76\x61\x6c\165\145\75\x22\x6e\157\160\162\157\170\171\42\x3e\116\x6f\40\x70\162\157\170\171\x3c\57\157\x70\x74\x69\157\x6e\x3e"; echo "\74\157\160\x74\151\157\156\x20" . ($settings["\160\x72\157\x78\171\x5f\x6d\x6f\144\145"] === "\165\163\145\x5f\160\162\x6f\x78\171" ? "\163\x65\154\145\x63\x74\x65\144\40" : '') . "\x76\141\154\x75\145\x3d\42\x75\163\x65\137\160\x72\157\170\171\x22\76\125\163\x65\40\x70\x72\x6f\x78\171\x20\x6c\151\163\x74\x3c\x2f\157\x70\x74\151\x6f\x6e\76"; echo "\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x3c\x2f\163\145\x6c\145\x63\x74\x3e\xd\xa\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x3c\160\40\143\154\141\x73\163\x3d\x22\x64\x65\163\x63\162\151\x70\x74\151\157\x6e\42\76\124\x68\x69\x73\x20\157\160\164\151\157\156\x20\x61\154\154\157\167\163\40\x6f\x6e\145\x20\x74\x6f\40\x65\x6e\141\x62\x6c\x65\40\x6f\x72\x20\x64\151\x73\141\142\x6c\145\x20\x70\162\x6f\x78\x69\145\163\40\146\x72\157\155\40\164\x68\x65\x20\154\151\x73\x74\x2c\40\x73\160\145\143\x69\x66\151\145\x64\40\151\156\x20\x3c\141\x20\150\x72\x65\x66\x3d\42\x61\x64\155\x69\156\56\x70\x68\x70\x3f\x70\141\147\145\x3d\x63\x79\142\x65\162\x73\x65\157\x5f\147\145\x6e\x65\x72\141\x6c\x5f\x73\x65\x74\x74\151\156\147\x73\x22\76\107\x65\156\x65\x72\x61\154\40\123\x65\164\x74\151\x6e\147\163\x3c\x2f\141\x3e\x2e\x3c\57\160\76\xd\xa\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\74\57\x74\x64\x3e\xd\12\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x3c\x2f\x74\x72\76\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\15\12\xd\12\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\74\x74\x72\76\xd\12\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\74\164\150\40\163\143\x6f\x70\145\x3d\42\162\157\167\x22\76"; $this->showChangeBox($change_selected, "\165\163\145\162\x5f\x61\147\x65\156\164"); echo "\125\x73\x65\x72\x20\141\x67\x65\156\164\74\x2f\164\x68\76\15\xa\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x3c\164\x64\76\xd\12\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40"; echo "\74\x69\x6e\160\165\164\40\x74\171\160\x65\x3d\x22\x74\145\170\x74\x22\40\x73\x74\x79\x6c\x65\75\x22\x77\x69\144\x74\150\72\x31\60\60\45\x22\40\156\x61\x6d\145\x3d\42\165\163\x65\x72\x5f\x61\147\145\156\x74\42\40\166\141\x6c\x75\x65\75\42" . stripslashes($settings["\x75\x73\145\162\137\141\x67\x65\156\164"]) . "\42\x3e"; echo "\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x3c\x70\40\143\x6c\x61\x73\x73\75\x22\144\145\163\x63\162\x69\x70\164\x69\x6f\156\42\76\125\163\x65\40\164\x68\151\x73\40\146\x69\x65\x6c\144\40\x74\157\x20\x73\145\x74\40\x61\x20\x66\x61\x6b\x65\40\x3c\141\40\150\x72\145\x66\x3d\x22\150\164\164\x70\163\x3a\x2f\x2f\145\x6e\x2e\x77\151\x6b\x69\160\145\144\x69\x61\56\157\x72\x67\57\x77\x69\153\x69\x2f\x55\x73\x65\x72\55\x41\147\145\156\164\137\x68\145\x61\144\145\x72\42\x20\164\141\x72\147\x65\164\75\42\137\x62\154\141\156\x6b\42\x3e\165\163\x65\162\40\x61\x67\145\156\x74\x3c\57\x61\76\56\x3c\x2f\160\x3e\xd\12\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\74\x2f\164\144\76\xd\xa\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\74\57\164\162\x3e\x20\40\x20\40\x20\40\40\xd\xa\xd\12\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x3c\164\162\76\xd\xa\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x3c\x74\x68\40\163\x63\157\160\x65\75\x22\x72\157\167\x22\x3e"; $this->showChangeBox($change_selected, "\150\x74\164\x70\x5f\162\145\x66\145\x72\162\145\162"); echo "\110\124\x54\x50\x20\x72\145\146\x65\x72\162\x65\x72\x3c\x2f\164\150\76\xd\xa\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x3c\164\x64\x3e\xd\12\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40"; echo "\x3c\151\156\x70\x75\x74\x20\164\171\x70\145\x3d\x22\x74\145\170\x74\x22\40\x73\x74\x79\x6c\x65\x3d\42\167\x69\144\164\x68\x3a\61\x30\x30\45\x22\40\x6e\x61\x6d\x65\x3d\x22\150\x74\164\x70\137\162\x65\x66\145\x72\x72\145\162\x22\x20\166\141\154\165\x65\x3d\42" . stripslashes($settings["\x68\164\x74\160\x5f\162\x65\x66\x65\162\162\145\x72"]) . "\x22\x3e"; echo "\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\74\160\x20\143\154\x61\x73\163\x3d\x22\144\x65\163\x63\162\151\x70\164\x69\x6f\x6e\x22\76\123\145\164\x20\125\122\114\x20\x66\x6f\x72\40\x74\x68\145\x20\74\x61\x20\150\x72\145\146\75\42\150\x74\x74\160\x73\x3a\57\x2f\x65\x6e\56\167\151\153\x69\160\x65\144\x69\x61\x2e\157\x72\147\57\x77\x69\x6b\151\x2f\x52\145\146\x65\162\x65\x72\137\x73\160\x6f\157\146\x69\156\x67\42\40\x74\x61\162\x67\145\164\75\x22\137\x62\x6c\141\156\153\x22\76\162\145\146\145\x72\x65\x72\40\163\x70\157\157\x66\x69\156\x67\x3c\57\141\76\56\x20\x57\x68\145\x6e\40\163\145\x74\x20\164\157\x20\42\x73\x65\x6c\x66\x22\54\40\x74\150\x65\x20\x61\143\164\x75\x61\x6c\x20\146\x65\x65\144\47\x73\x20\x55\x52\x4c\x20\x77\x69\154\154\x20\x62\x65\40\x75\x73\145\x64\56\74\x2f\x70\76\15\xa\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\74\x2f\x74\144\76\15\xa\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\74\x2f\x74\162\x3e\x20\40\xd\12\15\xa\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x3c\x74\x72\x3e\15\12\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\74\x74\x68\x20\163\x63\157\160\x65\x3d\42\162\x6f\x77\x22\x3e"; $this->showChangeBox($change_selected, "\x68\164\x74\x70\x5f\x68\x65\x61\144\x65\162\163"); echo "\110\124\124\x50\x20\x68\145\141\144\x65\162\x73\74\x2f\x74\150\x3e\15\12\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\x3c\164\x64\x3e\xd\12\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40"; echo "\x3c\x74\145\x78\x74\x61\x72\145\141\x20\x63\x6f\154\x73\x3d\42\x39\60\x22\40\162\x6f\x77\x73\x3d\x22\x31\60\x22\40\x77\x72\x61\x70\x3d\42\157\146\x66\x22\x20\156\141\155\145\x3d\x22\150\164\x74\160\137\x68\x65\141\144\145\x72\x73\42\x20\x73\x74\x79\x6c\x65\75\x22\x6d\141\x72\147\x69\x6e\72\x30\73\x68\x65\151\147\150\x74\x3a\61\x30\145\155\x3b\167\x69\x64\164\150\72\x31\60\60\45\x3b\42\76" . stripslashes($settings["\150\x74\x74\160\x5f\150\x65\x61\x64\x65\x72\x73"]) . "\74\x2f\x74\x65\x78\164\x61\162\x65\x61\76"; echo "\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\74\x70\40\143\x6c\x61\163\x73\75\x22\144\145\163\x63\162\x69\x70\x74\x69\x6f\156\x22\76\x48\124\124\x50\40\x68\145\141\x64\145\x72\x73\x20\146\162\157\155\40\x61\40\162\x65\161\x75\145\163\164\40\x66\x6f\154\154\157\x77\40\x74\150\x69\x73\x20\x62\x61\163\151\143\x20\163\164\162\x75\x63\164\x75\x72\x65\x20\x6f\x66\40\x61\x6e\40\110\124\124\120\x20\150\145\x61\144\145\x72\x3a\40\141\x20\143\141\163\145\55\x69\156\163\x65\x6e\163\151\164\151\x76\145\x20\163\164\x72\151\156\147\x20\x66\x6f\154\x6c\157\167\x65\144\15\12\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\142\x79\x20\x61\40\143\157\x6c\157\156\40\50\47\x3a\x27\x29\x20\x61\156\x64\x20\x61\40\166\x61\154\x75\x65\x20\167\150\x6f\x73\145\40\163\x74\162\x75\x63\x74\165\x72\145\x20\x64\145\x70\x65\156\x64\x73\x20\165\x70\157\156\40\x74\150\145\40\x68\x65\x61\144\145\162\x2e\x20\x4f\156\x65\40\150\145\141\x64\145\x72\x20\x70\145\x72\40\x6c\151\156\145\x2e\x3c\x2f\x70\x3e\15\xa\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\74\x2f\x74\x64\76\xd\12\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x3c\x2f\164\162\76\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\xd\12\15\12\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x3c\164\162\76\15\xa\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x3c\164\150\x20\x73\x63\x6f\160\x65\x3d\x22\x72\x6f\167\x22\76"; $this->showChangeBox($change_selected, "\170\155\154\x5f\x73\145\x63\x74\x69\x6f\x6e\137\x74\141\x67\163"); echo "\x58\x4d\x4c\40\163\x65\143\x74\151\x6f\156\40\x6e\x61\x6d\x65\163\x3c\57\164\150\x3e\xd\12\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x3c\164\144\76\xd\12\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20"; echo "\x3c\151\x6e\x70\165\164\40\x74\171\x70\x65\75\x22\x74\145\x78\164\x22\x20\x73\x74\171\154\145\x3d\42\x77\151\144\164\150\72\61\x30\60\45\x22\x20\x6e\x61\x6d\x65\75\42\170\x6d\154\137\163\145\x63\x74\151\157\156\137\164\x61\147\163\x22\x20\x76\x61\154\x75\145\x3d\42" . stripslashes($settings["\x78\x6d\x6c\x5f\163\x65\143\x74\151\x6f\x6e\137\164\x61\x67\163"]) . "\x22\76"; echo "\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\74\x70\40\x63\154\x61\x73\x73\x3d\x22\x64\x65\163\143\x72\151\x70\164\x69\157\156\x22\76\x53\145\x70\x61\162\141\164\x65\x20\x77\151\x74\x68\40\x63\x6f\x6d\x6d\141\163\56\x3c\x2f\160\76\xd\xa\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\74\x2f\x74\x64\x3e\xd\xa\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x3c\x2f\x74\x72\x3e\xd\xa\xd\12\40\x20\40\40\40\x20\40\40\40\40\40\40\74\164\162\76\15\xa\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\74\164\150\x20\x73\x63\x6f\160\x65\x3d\x22\x72\x6f\167\42\76"; $this->showChangeBox($change_selected, "\x64\151\x73\141\x62\x6c\x65\137\x69\x74\x65\x6d\137\164\141\x67\x5f\141\165\x74\157\144\145\164\x65\x63\x74"); echo "\x44\151\163\x61\x62\x6c\145\40\x4a\123\x4f\116\x20\141\156\144\x20\130\115\114\40\x74\141\x67\40\x64\x65\164\x65\143\164\151\x6f\x6e\74\57\164\150\76\xd\xa\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x3c\164\144\76\xd\12\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40"; echo "\74\151\x6e\x70\165\164\40\x74\x79\x70\145\75\42\143\x68\x65\x63\153\x62\x6f\170\x22\x20\156\141\155\145\75\x22\144\151\x73\141\142\x6c\x65\137\x69\164\145\x6d\137\x74\x61\x67\137\141\x75\x74\157\144\145\x74\x65\143\164\x22\x20\151\144\75\42\144\151\x73\x61\142\x6c\145\x5f\151\164\x65\x6d\x5f\x74\x61\147\x5f\141\165\x74\157\144\x65\164\145\x63\164\x22\x20" . ($settings["\x64\x69\x73\x61\x62\x6c\145\x5f\151\164\x65\x6d\x5f\164\141\x67\137\x61\x75\164\157\144\145\164\145\x63\164"] === "\157\x6e" ? "\143\x68\145\x63\x6b\145\144\40" : '') . "\x3e"; echo "\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\74\x6c\141\142\x65\x6c\40\146\x6f\162\75\42\144\151\x73\141\x62\154\145\x5f\151\164\x65\155\x5f\x74\141\147\x5f\141\x75\x74\157\144\145\x74\x65\143\164\42\x3e\165\163\x65\40\x73\x65\x63\164\151\157\x6e\x20\156\x61\x6d\x65\x73\x20\x64\145\146\151\x6e\145\x64\x20\x69\156\x20\42\130\x4d\x4c\x20\163\145\143\164\151\157\156\40\156\141\155\x65\x73\x22\40\157\156\x6c\x79\56\74\x2f\154\x61\x62\x65\x6c\76\15\xa\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x3c\x2f\164\144\x3e\xd\xa\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\74\x2f\164\162\76\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\15\12\15\12\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\74\x74\x72\76\15\12\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x3c\164\x68\x20\163\x63\157\x70\x65\x3d\x22\162\157\167\x22\76"; $this->showChangeBox($change_selected, "\x70\162\x65\160\162\157\x63\x65\163\163\x5f\x73\157\165\162\x63\145\x5f\x70\150\x70"); echo "\x50\162\145\160\x72\x6f\143\145\163\163\40\x73\x6f\165\x72\x63\145\40\x50\110\x50\40\143\157\x64\145\74\x2f\x74\x68\x3e\xd\12\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\74\164\144\76\15\xa\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20"; echo "\x3c\x74\x65\x78\164\141\x72\145\141\40\163\x74\x79\x6c\145\x3d\x22\167\x69\x64\x74\x68\x3a\x31\60\x30\45\73\x20\x68\x65\x69\x67\150\164\x3a\62\60\145\x6d\73\x20\x62\x61\143\153\147\162\x6f\x75\x6e\144\55\143\157\x6c\x6f\162\72\167\150\x69\164\145\x3b\x22\40\167\x72\141\x70\x3d\42\x6f\156\42\40\x6e\141\x6d\145\x3d\x22\x70\162\145\160\x72\157\x63\x65\x73\163\137\x73\x6f\x75\x72\x63\x65\x5f\160\150\160\42\x20\x69\144\75\x22\x70\162\145\160\x72\157\x63\145\163\163\137\163\157\x75\162\143\145\x5f\160\x68\x70\42\x3e" . stripslashes($settings["\x70\x72\145\x70\x72\157\x63\145\163\x73\x5f\x73\157\x75\x72\143\145\137\160\150\160"]) . "\74\x2f\x74\145\x78\x74\141\162\x65\x61\x3e"; echo "\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\74\x70\40\x63\x6c\141\163\x73\75\42\x64\x65\163\x63\x72\x69\x70\164\151\x6f\x6e\42\x3e\x54\150\x65\x20\146\x6f\x72\155\x20\141\x62\157\x76\x65\40\141\x6c\x6c\157\167\x73\x20\171\157\x75\40\x74\157\x20\x65\170\145\x63\x75\164\x65\x20\141\40\x63\x75\x73\x74\x6f\155\x20\120\110\x50\x20\x63\x6f\x64\145\x20\x6f\x6e\x20\x74\150\145\x20\x72\x61\x77\40\163\x6f\x75\162\x63\145\x20\146\151\x6c\145\40\x62\145\x66\x6f\x72\x65\40\151\164\40\x77\x69\x6c\154\x20\142\145\x20\x70\141\x72\163\x65\x64\40\x62\x79\40\164\x68\x65\x20\143\157\156\x74\145\x6e\x74\40\163\x79\x6e\x64\151\143\141\164\x6f\162\x2e\40\131\157\x75\40\x6d\141\x79\40\146\x69\x78\x20\x6f\162\40\162\x65\x66\157\162\x6d\x61\x74\xd\12\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x74\150\x65\40\x73\x6f\165\162\143\x65\40\x63\x6f\156\x74\145\x6e\x74\40\151\x6e\40\x6f\162\144\x65\162\x20\164\x6f\40\x74\162\x61\156\x73\146\x6f\x72\155\x20\151\164\40\151\x6e\x74\157\40\x61\40\166\141\x6c\x69\x64\x20\130\x4d\114\x20\x66\x6f\162\x6d\x61\x74\56\x20\124\x68\x65\x20\x73\157\x75\x72\143\x65\40\x63\157\156\164\145\156\164\40\151\163\x20\163\164\x6f\162\145\144\x20\x69\x6e\x20\x74\x68\x65\x20\x3c\x63\x6f\144\x65\76\x24\x63\x6f\156\164\145\156\x74\x3c\x2f\143\x6f\x64\145\76\40\x73\164\162\151\x6e\x67\40\166\x61\x72\x69\x61\x62\x6c\145\56\xd\xa\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x59\x6f\165\40\x61\162\x65\x20\146\x72\145\x65\40\x74\x6f\40\x6d\x6f\144\x69\x66\x79\40\151\164\x20\141\143\143\157\x72\144\151\156\147\40\x74\x6f\x20\x79\157\165\x20\x6e\x65\x65\144\x2e\x20\112\165\x73\x74\x20\153\x65\x65\x70\x20\151\156\x20\155\151\x6e\144\x20\164\x68\x61\x74\40\164\x68\x65\x20\141\x6c\164\x65\x72\145\x64\x20\143\x6f\x6e\164\145\156\x74\x73\40\157\x66\x20\164\150\x65\x20\74\143\x6f\144\145\76\x24\143\x6f\156\164\145\x6e\x74\x3c\57\x63\x6f\144\x65\x3e\40\x76\x61\x72\151\141\142\x6c\145\x20\155\x75\163\164\40\x62\x65\x20\x61\x20\166\x61\x6c\151\144\x20\x58\115\114\40\144\x6f\x63\165\x6d\x65\x6e\x74\56\x20\74\141\x20\150\x72\x65\146\x3d\42\150\x74\x74\x70\x73\72\x2f\57\167\167\x77\x2e\x63\171\142\145\x72\163\145\x6f\56\x6e\x65\164\x2f\143\157\156\164\145\x6e\164\55\x73\x79\x6e\144\151\143\x61\164\x6f\162\x2f\43\160\162\x65\160\162\157\x63\145\163\x73\55\x70\x68\160\55\x63\157\144\x65\42\40\x74\141\x72\147\145\x74\x3d\42\x5f\x62\x6c\x61\156\153\42\76\x52\x65\141\144\40\155\x6f\x72\x65\56\56\56\74\x2f\x61\76\x3c\57\x70\x3e\xd\12\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\74\57\164\144\76\x20\40\40\40\xd\xa\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\74\57\164\162\x3e\x20\x20\40\15\xa\xd\xa\40\x20\40\x20\x20\40\x20\40\40\x20\40\40"; if (!$full_menu) { goto Kef9B; } echo "\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\74\164\162\x3e\xd\xa\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x3c\x74\x68\40\x73\143\x6f\160\145\x3d\42\162\157\167\42\x3e"; $this->showChangeBox($change_selected, "\x70\x68\160\137\x63\157\x64\145"); echo "\103\x75\x73\164\157\x6d\x20\120\110\120\40\x63\157\x64\x65\x3c\x2f\164\150\x3e\xd\12\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x3c\164\144\x3e\xd\12\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20"; echo "\x3c\x74\145\170\164\141\x72\145\141\x20\x73\164\x79\x6c\145\x3d\42\x77\x69\144\164\150\72\61\x30\x30\x25\x3b\x20\x68\x65\151\147\150\x74\72\62\60\x65\155\x3b\40\142\141\143\x6b\147\x72\157\165\x6e\144\x2d\143\x6f\154\x6f\162\72\167\x68\x69\x74\145\x3b\42\x20\x77\162\x61\x70\x3d\x22\x6f\x6e\x22\x20\156\x61\x6d\145\75\x22\160\150\160\x5f\143\157\144\x65\42\x20\x69\x64\x3d\42\160\150\160\x5f\143\x6f\x64\145\x22\76" . stripslashes($settings["\x70\150\x70\x5f\x63\157\x64\x65"]) . "\x3c\x2f\x74\x65\170\164\141\162\x65\141\x3e"; echo "\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\74\x70\x20\143\154\141\x73\163\x3d\42\144\145\x73\x63\162\151\160\164\x69\157\156\x22\x3e\131\x6f\165\x20\x63\x61\x6e\40\x75\163\x65\40\x74\150\x69\163\x20\146\x6f\x72\x6d\40\x74\157\40\x65\x78\145\143\165\x74\x65\40\141\x20\143\165\163\164\157\x6d\x20\120\x48\120\40\143\x6f\x64\x65\x20\146\157\x72\x20\x65\166\145\x72\x79\x20\141\147\x67\162\x65\x67\x61\164\151\x6e\147\40\160\x6f\163\164\56\x20\x54\x68\151\x73\x20\164\157\x6f\154\40\151\x73\40\x69\156\x74\x65\x6e\x64\145\144\40\x66\x6f\x72\40\141\x64\166\141\156\143\145\x64\x20\165\163\x65\x72\163\40\15\12\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\157\156\154\171\40\141\x6e\144\x20\x63\x61\x6e\x20\142\145\40\150\x69\x67\150\154\x79\x20\x75\163\x65\146\165\x6c\x2c\40\x66\x6f\162\40\x65\x78\141\x6d\160\x6c\x65\54\40\x69\x66\40\171\x6f\165\40\x6e\145\145\x64\40\x74\x6f\x20\x6d\157\x64\151\146\171\x20\x70\157\x73\164\47\163\x20\164\x69\164\x6c\x65\x2c\x20\x63\x6f\x6e\x74\x65\156\x74\x2c\40\144\141\x74\145\x2c\x20\107\125\x49\104\x20\x65\164\x63\56\40\x41\154\x6c\x20\160\x6f\163\x74\55\x72\145\154\x61\164\145\x64\x20\151\x6e\x66\157\40\151\x73\x20\x73\164\157\x72\x65\x64\x20\151\156\40\164\150\145\15\xa\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x3c\143\x6f\x64\145\76\x24\x70\x6f\163\164\74\x2f\143\x6f\144\x65\x3e\x20\141\162\x72\x61\x79\40\166\x61\x72\x69\x61\142\x6c\145\40\x77\x68\151\143\150\x20\171\x6f\165\40\x63\141\156\40\x61\154\164\145\x72\x20\151\156\x20\157\162\x64\145\x72\x20\164\x6f\40\x61\x70\160\x6c\x79\40\171\157\165\162\x20\157\x77\156\40\x63\x68\x61\156\147\x65\163\40\164\157\x20\x65\x76\x65\162\171\40\x61\x67\x67\x72\x65\x67\141\x74\151\x6e\147\x20\x70\x6f\163\164\x2e\x20\111\x66\x20\x79\x6f\x75\40\144\x6f\156\47\164\40\x77\x61\156\164\40\164\x6f\40\141\147\x67\x72\x65\147\141\164\x65\x20\163\x6f\155\x65\40\160\141\x72\x74\x69\143\x75\154\x61\162\xd\12\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x70\157\163\164\54\x20\x61\163\x73\151\147\156\x20\x3c\x63\x6f\x64\145\x3e\146\x61\x6c\163\145\74\x2f\x63\x6f\x64\x65\x3e\x20\164\157\40\x74\150\x65\x20\74\x63\157\x64\145\x3e\44\160\x6f\x73\x74\x3c\57\143\x6f\x64\x65\x3e\x20\x61\162\x72\141\171\40\x76\141\x72\151\x61\142\154\145\56\x20\x3c\141\40\150\162\145\x66\x3d\42\150\x74\x74\x70\163\x3a\57\57\x77\167\x77\56\143\171\x62\145\x72\x73\x65\x6f\x2e\156\x65\x74\x2f\143\157\156\x74\145\156\x74\55\x73\x79\x6e\x64\151\143\x61\x74\x6f\x72\57\x23\x70\x68\160\x2d\x63\x6f\x64\145\42\40\164\141\x72\147\x65\164\x3d\42\x5f\142\x6c\141\x6e\153\x22\x3e\x52\x65\141\x64\40\x6d\x6f\162\x65\x2e\x2e\x2e\x3c\x2f\x61\x3e\xd\12\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x3c\x2f\x70\76\15\12\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x3c\x2f\164\144\76\40\x20\x20\40\xd\xa\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x3c\x2f\164\x72\x3e\40\x20\40\xd\xa\x20\x20\40\x20\40\x20\40\x20\40\40\40\40"; Kef9B: echo "\x20\x20\x20\x20\15\xa\xd\12\x20\40\40\x20\x20\40\x20\40\x3c\57\164\141\142\154\x65\x3e\xd\xa\40\x20\40\40\x20\x20\40\x20\x3c\163\143\162\151\x70\164\40\x74\x79\160\145\x3d\42\x74\145\x78\164\x2f\152\141\x76\x61\163\x63\x72\x69\160\x74\42\76\xd\12\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\166\141\x72\x20\x70\x72\145\x70\x72\157\x63\145\163\x73\137\163\x6f\165\x72\143\x65\137\160\x68\160\x20\x3d\x20\x43\157\144\x65\115\x69\162\x72\157\162\56\146\162\x6f\x6d\124\x65\x78\x74\x41\162\145\x61\x28\144\157\x63\165\x6d\145\156\164\x2e\x67\x65\164\105\154\x65\155\x65\156\x74\x42\171\x49\144\x28\42\x70\162\x65\160\x72\157\x63\145\163\x73\137\x73\157\165\x72\143\x65\x5f\160\x68\160\42\x29\x2c\40\x7b\xd\12\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\141\165\x74\x6f\122\145\146\162\x65\x73\x68\72\x20\164\x72\x75\145\54\xd\xa\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x6c\151\x6e\x65\127\162\x61\160\x70\151\x6e\x67\72\40\164\x72\x75\145\54\xd\12\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x6c\x69\156\x65\x4e\x75\x6d\142\x65\x72\163\x3a\x20\x74\x72\165\145\54\15\12\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\163\160\x65\x6c\154\143\x68\x65\x63\153\72\x20\x66\x61\x6c\x73\145\54\15\xa\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x6d\x61\x74\143\150\102\162\x61\143\153\145\164\x73\x3a\40\164\x72\165\145\x2c\15\12\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\155\157\144\x65\x3a\x20\42\x74\145\x78\164\x2f\170\55\160\150\x70\42\x2c\xd\xa\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\151\156\144\x65\156\x74\125\x6e\151\164\72\x20\70\x2c\xd\xa\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\151\x6e\x64\x65\156\164\127\x69\164\150\x54\x61\142\163\72\40\x74\x72\165\x65\54\xd\12\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x65\x6e\x74\x65\x72\x4d\157\x64\x65\x3a\40\x22\x6b\x65\x65\x70\42\54\xd\xa\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\164\x61\x62\x4d\157\144\145\72\x20\42\x73\x68\151\146\x74\x22\xd\xa\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\175\x29\x3b\15\12\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\160\x72\x65\x70\x72\157\143\x65\163\163\x5f\163\157\165\x72\143\145\x5f\x70\x68\x70\56\163\145\164\x53\151\x7a\145\x28\42\x31\x30\x30\x25\x22\54\x20\x22\x32\x30\x65\x6d\42\51\73\xd\12\15\12\40\40\40\40\40\x20\x20\40"; if (!$full_menu) { goto qcWpw; } echo "\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x76\141\x72\40\x70\150\160\x5f\x63\x6f\144\x65\x20\x3d\40\x43\157\144\145\115\151\162\162\x6f\162\56\x66\x72\x6f\x6d\x54\145\x78\164\x41\x72\145\141\x28\x64\157\x63\165\155\145\156\x74\x2e\x67\x65\164\x45\154\145\155\145\156\x74\102\171\x49\144\x28\x22\x70\150\x70\137\x63\157\144\x65\x22\x29\54\40\173\xd\12\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x61\165\x74\x6f\122\145\x66\x72\145\163\150\x3a\x20\164\x72\165\145\x2c\xd\12\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x6c\151\156\x65\x57\162\x61\160\160\x69\156\147\72\40\164\162\165\x65\x2c\15\12\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\154\x69\x6e\145\116\x75\155\x62\145\162\163\x3a\40\x74\x72\x75\x65\x2c\15\xa\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x73\160\145\154\154\x63\x68\145\x63\x6b\72\40\x66\x61\154\x73\x65\54\xd\12\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\x6d\x61\x74\143\150\x42\x72\141\143\153\x65\x74\x73\x3a\x20\164\x72\x75\145\54\15\12\40\40\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x6d\157\144\x65\72\x20\42\164\145\170\x74\x2f\170\55\x70\150\160\x22\x2c\xd\12\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\151\156\x64\x65\156\164\x55\156\x69\x74\72\40\70\x2c\xd\12\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x69\x6e\144\145\x6e\x74\x57\x69\164\x68\124\141\x62\x73\72\x20\164\162\x75\145\54\15\xa\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\145\156\x74\145\162\115\157\144\145\72\40\42\x6b\145\145\x70\42\54\15\12\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\164\141\x62\x4d\157\144\x65\x3a\40\x22\163\x68\151\x66\x74\x22\15\xa\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\175\x29\73\xd\xa\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x70\x68\x70\137\x63\157\x64\145\56\x73\x65\164\x53\x69\x7a\145\x28\x22\x31\x30\60\45\x22\x2c\x20\42\62\60\145\155\42\x29\x3b\15\12\x20\x20\x20\x20\40\40\40\x20"; qcWpw: echo "\x20\x20\40\x20\x20\x20\x20\x20\74\x2f\x73\x63\162\x69\160\164\76\xd\12\x20\x20\x20\40\x20\x20\x20\x20"; } function showMainPage($showsettings = true) { echo "\40\40\x20\40\x20\40\x20\40\x3c\x64\151\166\40\x63\154\x61\x73\x73\75\x22\x6d\x65\x74\x61\x62\x6f\170\55\150\157\x6c\144\x65\x72\x20\160\x6f\163\x74\x62\x6f\170\x2d\x63\x6f\x6e\x74\141\151\x6e\x65\162\42\40\x73\x74\171\154\145\75\42\167\151\144\164\150\72\x31\x30\x30\45\73\x22\x3e\15\xa\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x3c\165\154\40\x63\154\141\x73\163\75\42\x74\141\142\x73\42\76\40\xd\12\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\74\154\151\x20\143\154\x61\163\163\75\42\141\143\x74\151\x76\x65\x22\x20\162\145\x6c\75\x22\170\155\x6c\x5f\146\x65\145\x64\x22\76\123\x6f\165\162\x63\x65\x20\x66\x65\145\x64\74\57\x6c\x69\76\xd\xa\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\74\154\x69\x20\x72\x65\154\x3d\x22\143\x73\166\x5f\x64\x75\x6d\x70\42\x3e\x43\x53\126\40\157\x72\40\x74\145\170\164\40\144\165\x6d\x70\74\57\154\151\76\xd\12\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\74\57\x75\154\x3e\x20\x20\x20\x20\15\12\15\xa\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x3c\144\151\166\x20\x63\x6c\x61\x73\x73\75\x22\164\141\142\137\143\157\156\x74\x61\151\156\x65\162\x22\x3e\xd\xa\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x3c\144\151\x76\40\151\x64\x3d\x22\170\155\154\x5f\146\145\x65\144\x22\x20\x63\154\x61\163\x73\75\42\164\141\x62\x5f\143\157\156\x74\145\x6e\164\42\x3e\15\12\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x3c\x66\157\162\x6d\40\141\143\164\151\157\156\x3d\x22"; echo cseo_REQUEST_URI(); echo "\42\x20\155\145\164\150\157\144\x3d\42\160\157\x73\x74\x22\76\xd\xa\15\12\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x3c\x74\x61\142\154\145\x20\143\x6c\x61\163\163\x3d\42\x66\x6f\162\155\55\x74\x61\142\x6c\x65\x22\x3e\xd\12\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\74\164\x72\76\xd\12\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x3c\164\x68\x20\163\143\157\160\145\75\x22\x72\157\167\42\76\15\xa\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x4e\145\167\x20\146\x65\145\144\x20\x55\122\114\xd\xa\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x3c\57\x74\x68\76\x20\15\xa\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\74\x74\x64\76\xd\12\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x3c\x64\x69\x76\x20\163\164\x79\154\145\x3d\42\x64\x69\x73\160\x6c\141\171\72\x20\x66\x6c\145\x78\73\40\152\165\x73\164\x69\146\171\x2d\x63\x6f\x6e\164\x65\x6e\x74\x3a\40\x73\160\x61\143\x65\55\x62\145\x74\167\145\145\x6e\x3b\40\x77\x69\144\x74\150\72\40\x31\60\60\x25\x3b\42\x3e\15\12\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\74\x64\x69\166\40\x73\164\171\154\x65\75\x22\x66\x6c\145\170\55\x67\162\157\x77\x3a\40\61\73\40\155\141\x72\x67\151\x6e\x2d\x72\x69\x67\150\x74\x3a\x20\61\x30\160\x78\x3b\42\76\15\xa\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x3c\x69\156\160\x75\164\x20\x74\171\x70\x65\x3d\x22\164\145\170\x74\42\40\156\141\x6d\x65\x3d\42\146\x65\145\144\x5f\165\162\154\x22\x20\x76\141\x6c\x75\x65\75\42\x22\40\163\164\171\x6c\x65\x3d\42\x77\x69\x64\x74\150\72\x20\61\x30\60\45\x3b\x22\76\15\12\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\74\57\x64\x69\166\76\15\12\15\xa\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\74\144\151\166\x20\x73\164\171\x6c\145\75\x22\141\154\x69\x67\156\55\163\145\154\x66\x3a\40\143\145\156\164\145\162\73\42\x3e\15\xa\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x3c\151\156\160\x75\164\40\143\154\x61\163\x73\x3d\x22\142\x75\164\164\x6f\x6e\x2d\160\x72\151\155\141\x72\171\x22\x20\x6e\x61\x6d\145\x3d\x22\x6e\x65\167\137\x66\145\145\x64\x22\40\166\x61\154\165\145\x3d\42\46\x6e\x62\x73\x70\73\40\x53\171\x6e\144\151\x63\x61\x74\145\40\46\x72\141\x71\165\x6f\x3b\40\46\156\x62\163\x70\x3b\x22\x20\x74\x79\x70\145\x3d\42\163\165\x62\x6d\151\164\x22\76\15\12\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x3c\57\x64\151\x76\x3e\15\xa\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\74\57\x64\x69\x76\x3e\15\xa\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\74\57\x74\x64\x3e\40\40\x20\x20\40\x20\40\x20\40\40\xd\xa\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\74\x2f\x74\162\76\xd\xa\15\12\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x3c\164\x72\76\xd\xa\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\74\164\150\x20\x73\143\157\x70\x65\x3d\x22\162\x6f\x77\42\76\xd\xa\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\124\x72\145\x61\x74\x20\141\163\x20\103\123\x56\15\12\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\74\57\164\150\76\x20\15\xa\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\40\40\40\x3c\x74\144\x20\143\157\154\x73\160\x61\x6e\x3d\42\x32\42\x3e\15\12\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x3c\151\156\x70\x75\x74\x20\x74\171\160\x65\x3d\x22\143\150\145\143\153\x62\x6f\x78\x22\40\x6e\x61\x6d\x65\x3d\42\164\x72\x65\x61\x74\137\x61\x73\x5f\x63\x73\166\42\x3e\x20\167\x68\x65\x6e\x20\x63\x68\x65\x63\x6b\145\144\54\40\164\150\145\x20\x73\x6f\165\x72\x63\x65\40\143\157\156\x74\145\156\164\x20\167\x69\154\x6c\x20\x62\145\40\x70\x61\x72\x73\x65\x64\x20\141\163\x20\x61\40\x43\x53\x56\x20\146\x69\154\x65\x20\167\x69\164\150\x20\x61\x20\150\x65\x61\144\145\x72\x2e\xd\xa\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\x3c\x2f\x74\x64\76\40\x20\40\x20\x20\x20\x20\40\40\40\xd\xa\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x3c\x2f\164\x72\x3e\15\xa\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40"; $this->showPresetBox(); echo "\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x3c\x2f\x74\x61\142\154\145\76\xd\12\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\74\144\151\166\40\163\164\171\154\x65\75\x22\x6d\141\162\147\151\156\x2d\x74\x6f\160\x3a\61\66\160\164\x3b\x22\76\15\xa\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\74\142\165\x74\164\x6f\156\x20\x74\171\x70\145\x3d\42\x62\x75\x74\x74\157\x6e\42\x20\143\154\141\163\163\75\x22\x63\163\x65\157\55\x62\x75\164\x74\x6f\x6e\42\40\151\144\x3d\42\163\x68\157\167\137\157\166\145\162\x72\151\144\145\x5f\142\157\x78\x22\x20\x6f\156\x63\x6c\151\143\x6b\x3d\42\x63\x73\x65\157\x53\167\151\164\143\x68\x51\117\x44\123\x28\x29\73\42\76\46\43\170\x32\102\60\x37\x3b\40\x51\x75\151\x63\x6b\x20\157\x76\x65\x72\162\x69\144\x65\x20\144\x65\x66\x61\165\x6c\164\x20\163\145\x74\x74\151\156\147\x73\74\57\142\x75\164\x74\x6f\156\x3e\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\15\xa\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\74\142\165\x74\x74\157\x6e\40\x74\x79\160\x65\x3d\x22\142\165\x74\164\157\x6e\x22\40\x63\154\x61\x73\x73\75\42\143\x73\145\x6f\x2d\x62\x75\x74\x74\x6f\x6e\42\40\x69\x64\x3d\42\150\x69\x64\145\x5f\x6f\166\x65\162\162\151\144\145\x5f\x62\157\x78\42\x20\x73\x74\x79\x6c\145\x3d\x22\144\151\163\x70\154\x61\171\72\156\157\x6e\x65\x3b\x22\40\x6f\156\143\x6c\x69\143\153\x3d\42\x63\x73\145\157\123\167\x69\164\x63\x68\x51\117\104\x53\50\x29\73\x22\76\46\x23\x78\x32\102\60\x36\73\x20\110\151\x64\x65\40\164\150\145\40\x6f\166\145\x72\x72\151\x64\x65\x20\160\x61\x6e\145\x6c\x3c\x2f\x62\x75\164\164\157\x6e\76\xd\12\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\74\x64\x69\x76\x20\151\x64\x3d\x22\145\x78\160\x65\162\164\137\x62\157\x78\x5f\157\x76\x65\x72\x72\151\x64\145\x22\40\x73\x74\171\154\145\x3d\x22\144\151\x73\160\154\x61\171\x3a\x6e\157\x6e\145\x3b\42\x3e\15\12\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x3c\142\162\x3e\xd\xa\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40"; $this->showExpertBox($this->global_options); echo "\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\74\x2f\x64\151\166\x3e\x20\x20\x20\x20\15\12\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\74\57\144\151\166\76\15\12\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20"; wp_nonce_field("\143\x73\x65\157\x5f\x78\155\154\137\163\x79\x6e\x64\151\x63\141\164\x6f\x72"); echo "\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\74\57\x66\157\162\155\76\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\15\xa\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x3c\x2f\144\x69\166\x3e\xd\12\xd\12\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x3c\144\x69\166\x20\151\x64\x3d\x22\143\x73\x76\x5f\x64\x75\x6d\x70\42\x20\x63\154\x61\163\163\x3d\42\x74\x61\142\137\143\157\156\x74\x65\x6e\x74\42\76\15\12\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x3c\146\157\x72\155\x20\x61\x63\x74\x69\157\x6e\x3d\42"; echo cseo_REQUEST_URI(); echo "\42\x20\x6d\x65\164\150\x6f\x64\x3d\x22\160\x6f\x73\164\x22\76\xd\xa\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\74\x64\151\166\40\x63\x6c\141\x73\163\75\x22\x63\x73\145\x6f\x2d\142\157\x78\x22\40\163\164\171\154\x65\75\x22\160\141\x64\144\x69\x6e\x67\x3a\40\x38\x70\x78\73\x22\x3e\x4e\x6f\x74\x20\x73\165\x72\145\x20\x68\157\x77\40\x74\157\40\165\163\x65\x20\103\126\x53\40\141\x6e\x64\x20\x72\x61\x77\40\164\x65\x78\164\40\144\x75\x6d\160\x73\77\x20\103\150\145\x63\153\x20\x6f\165\x74\x20\164\x68\151\x73\40\x3c\x61\x20\x68\x72\145\x66\75\x22\x68\164\164\x70\x73\72\x2f\x2f\x77\167\x77\x2e\x79\157\x75\x74\x75\142\145\56\143\x6f\x6d\57\x77\x61\x74\x63\x68\77\x76\x3d\x35\101\146\65\x4d\x67\x30\x59\61\171\70\x22\x20\164\141\162\x67\x65\x74\x3d\x22\137\x62\154\141\x6e\x6b\x22\76\166\151\144\145\x6f\40\x74\165\164\x6f\x72\x69\141\154\74\x2f\x61\76\56\74\57\x64\151\166\x3e\15\12\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\74\x74\141\x62\154\x65\x20\143\x6c\x61\x73\x73\x3d\42\x66\x6f\162\x6d\55\x74\x61\x62\154\145\x22\x3e\xd\12\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\74\164\162\76\15\12\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x3c\164\150\40\163\143\157\x70\145\75\42\162\x6f\x77\x22\76\xd\12\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\104\165\x6d\160\40\106\x6f\x72\x6d\x61\x74\x3a\xd\12\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\74\x2f\164\150\76\15\12\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x3c\x74\144\76\15\xa\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40"; $i = 0; SQkDj: if (!($i < 18)) { goto Ym3U_; } echo "\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\74\x73\x65\x6c\x65\x63\x74\x20\x6e\x61\x6d\145\75\x22\x66\x69\145\x6c\x64\x73\x5b\x5d\x22\x3e\15\xa\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x3c\157\160\x74\151\157\x6e\40\166\141\x6c\165\x65\x3d\x22\x69\x67\156\x6f\162\x65\42\40\163\145\154\145\143\x74\x65\x64\x3e\x49\x67\156\x6f\x72\145\x3c\57\x6f\160\164\x69\x6f\x6e\76\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\xd\xa\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x3c\x6f\160\164\x69\x6f\156\x20\x76\141\154\x75\145\75\x22\154\151\156\x6b\x22\76\114\x69\x6e\153\74\57\157\x70\164\151\157\x6e\x3e\15\xa\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x3c\x6f\160\164\x69\x6f\156\40\166\x61\x6c\x75\x65\x3d\x22\164\x69\164\154\145\42\76\x54\151\x74\154\145\x3c\57\157\x70\164\151\157\x6e\x3e\xd\xa\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\74\x6f\160\164\151\x6f\x6e\40\166\141\154\165\x65\75\x22\164\x61\x67\x73\42\x3e\124\141\147\163\x3c\x2f\x6f\x70\164\x69\x6f\x6e\x3e\xd\12\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\74\x6f\160\164\x69\157\x6e\40\166\141\x6c\x75\x65\75\x22\143\141\x74\x65\147\157\x72\151\145\163\42\x3e\x43\x61\x74\145\x67\x6f\162\151\145\163\x3c\57\157\x70\164\x69\157\x6e\76\15\12\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x3c\157\160\164\151\x6f\x6e\x20\x76\141\154\x75\x65\75\x22\x64\145\163\143\162\151\160\x74\x69\157\x6e\42\x3e\x44\145\163\143\162\x69\x70\164\151\157\156\74\57\x6f\x70\x74\x69\x6f\156\76\xd\xa\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\74\x6f\x70\164\151\157\x6e\x20\x76\141\154\x75\145\x3d\x22\x63\157\156\164\x65\156\164\x22\x3e\103\157\156\x74\145\x6e\x74\74\x2f\157\x70\164\x69\x6f\156\76\xd\12\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\74\x6f\160\x74\x69\x6f\x6e\40\166\x61\154\165\145\75\x22\x74\x68\x75\x6d\x62\x22\76\x54\150\165\155\142\x6e\x61\x69\154\74\x2f\x6f\160\164\x69\157\x6e\76\xd\12\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x3c\157\x70\164\151\x6f\x6e\40\166\141\154\x75\145\75\42\144\x61\164\x65\42\x3e\x44\x61\164\145\74\57\157\x70\164\x69\x6f\x6e\76\15\xa\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x3c\x6f\x70\164\151\157\x6e\40\x76\x61\154\165\x65\x3d\x22\143\165\163\164\x6f\155\42\x3e\x43\165\x73\164\x6f\x6d\x3c\x2f\157\160\x74\x69\157\156\x3e\xd\12\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\74\x2f\163\x65\154\145\143\x74\76\15\xa\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\40"; vgVn2: $i++; goto SQkDj; Ym3U_: echo "\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\74\57\x74\144\x3e\15\12\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x3c\x2f\x74\x72\76\xd\xa\xd\xa\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x3c\164\x72\76\15\xa\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\74\164\150\x20\163\x63\157\x70\x65\x3d\42\162\x6f\x77\x22\76\15\12\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\104\x65\x6c\x69\x6d\151\x74\145\162\72\15\xa\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x3c\57\164\x68\76\15\xa\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x3c\x74\144\76\15\xa\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\74\x73\145\x6c\x65\x63\x74\40\x6e\x61\155\145\x3d\42\144\x65\x6c\151\155\151\x74\145\162\42\x3e\xd\xa\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\74\x6f\x70\x74\151\157\x6e\x20\x76\x61\154\x75\x65\75\x22\x63\x73\x76\x5f\160\x69\x70\x65\x22\76\174\x3c\57\x6f\x70\164\x69\157\x6e\x3e\xd\12\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\74\x6f\160\164\x69\x6f\156\40\x76\x61\154\165\145\x3d\x22\143\x73\166\x5f\x63\157\x6d\155\141\42\76\x2c\74\x2f\x6f\160\164\x69\x6f\x6e\x3e\xd\12\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x3c\157\160\164\x69\157\x6e\x20\x76\141\154\165\x65\75\x22\143\x73\x76\137\163\145\155\x69\x63\157\154\157\156\x22\x3e\73\x3c\57\157\160\164\151\x6f\x6e\x3e\xd\12\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x3c\157\x70\x74\151\157\x6e\40\166\x61\x6c\x75\x65\x3d\42\x63\x73\166\x5f\x74\x61\142\42\x3e\124\x41\102\x3c\x2f\x6f\160\x74\x69\157\156\x3e\xd\12\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\74\x2f\163\x65\x6c\145\143\x74\76\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\xd\xa\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x3c\160\x20\143\154\x61\x73\x73\x3d\x22\x64\x65\x73\143\x72\151\160\x74\151\157\x6e\x22\x3e\x64\145\146\151\156\145\x20\x74\150\x65\40\x64\165\155\x70\40\146\157\x72\x6d\x61\164\x3c\57\x70\76\15\xa\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\74\57\x74\144\76\15\xa\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\74\57\x74\x72\x3e\15\12\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\xd\12\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\74\x74\x72\x3e\15\xa\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x3c\x74\x68\x20\x73\143\x6f\160\145\75\x22\x72\x6f\x77\x22\x3e\xd\xa\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x53\153\x69\x70\40\x68\145\x61\144\x65\162\xd\xa\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\74\57\164\150\76\x20\xd\xa\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x3c\x74\x64\40\143\157\154\x73\160\141\156\75\x22\62\42\76\xd\12\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x3c\151\156\x70\x75\164\x20\164\x79\160\x65\x3d\x22\x63\x68\x65\143\153\142\157\x78\x22\x20\x6e\141\x6d\x65\x3d\42\163\x6b\151\160\137\x68\x65\x61\144\145\162\x22\76\40\x77\x68\145\156\x20\x63\150\x65\143\x6b\x65\144\x2c\x20\x74\x68\145\x20\x66\x69\162\163\164\x20\154\151\x6e\145\x20\157\146\x20\141\40\x43\123\x56\40\144\x75\x6d\160\40\x69\x73\40\143\x6f\156\x73\x69\x64\x65\x72\x65\144\x20\x61\x20\x68\x65\x61\x64\x65\162\x20\141\156\x64\x20\x69\x73\40\163\x6b\x69\x70\x70\x65\144\56\15\xa\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x3c\57\164\x64\76\40\40\40\40\40\40\40\x20\40\x20\xd\xa\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x3c\x2f\164\162\x3e\xd\xa\xd\xa\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\74\x74\162\76\xd\12\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x3c\x74\x68\x20\x73\143\157\160\x65\x3d\x22\162\157\x77\x22\76\15\12\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x44\165\155\160\72\15\xa\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x3c\x2f\164\150\76\xd\12\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x3c\x74\x64\76\15\xa\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x3c\164\x65\170\164\x61\162\x65\141\x20\163\164\171\154\x65\75\42\x77\x69\x64\164\x68\x3a\61\x30\x30\x25\x3b\40\x68\x65\x69\x67\x68\x74\72\x33\x30\145\x6d\73\40\142\x61\143\153\147\162\x6f\x75\156\x64\x2d\x63\157\154\157\x72\72\x77\150\151\x74\145\x3b\42\x20\163\x70\x65\x6c\x6c\143\x68\145\x63\x6b\x3d\x22\x66\x61\x6c\163\x65\42\x20\x77\x72\x61\160\75\x22\x6f\x6e\x22\x20\x69\x64\75\42\x64\165\155\x70\42\40\156\141\155\145\x3d\42\x64\x75\x6d\x70\x22\76\74\x2f\x74\145\x78\x74\141\162\145\x61\x3e\15\xa\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x3c\x70\x20\x63\154\141\163\x73\75\42\x64\145\x73\143\x72\x69\160\164\151\157\x6e\x22\76\x70\165\164\x20\x74\150\x65\x20\103\123\x56\x20\144\165\x6d\x70\40\150\x65\x72\145\x3c\x2f\x70\x3e\xd\xa\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\74\x2f\x74\144\x3e\xd\12\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\74\57\x74\162\76\15\12\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40"; $this->showPresetBox(); echo "\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\74\x2f\164\x61\x62\154\x65\x3e\11\15\xa\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x3c\160\76\x3c\x69\x6e\160\x75\164\40\x63\154\x61\x73\x73\75\x22\142\x75\164\x74\x6f\x6e\55\x70\x72\151\x6d\141\162\x79\42\40\156\x61\x6d\x65\75\42\x6e\145\x77\x5f\146\x65\x65\144\x22\40\x76\x61\x6c\165\x65\x3d\x22\x49\155\160\157\x72\164\40\144\x75\x6d\x70\40\46\162\141\161\x75\157\x3b\x22\40\164\171\x70\145\x3d\42\163\x75\142\x6d\x69\164\x22\x3e\x3c\x2f\x70\x3e\15\xa\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\40\74\151\156\x70\x75\164\40\164\x79\x70\145\x3d\42\150\x69\x64\x64\145\156\x22\40\156\141\x6d\x65\75\42\146\145\x65\x64\x5f\x75\x72\x6c\42\x20\x76\141\x6c\165\145\x3d\42\x64\165\155\160\42\76\15\12\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\x20"; wp_nonce_field("\143\163\145\x6f\137\x78\x6d\x6c\x5f\163\x79\156\x64\151\x63\x61\164\157\x72"); echo "\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x3c\57\x66\157\x72\x6d\x3e\15\12\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\74\x73\x63\x72\x69\x70\x74\x20\164\171\160\145\75\42\x74\x65\170\x74\x2f\x6a\x61\x76\141\163\x63\162\x69\x70\x74\x22\x3e\15\12\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x76\141\162\40\x64\x75\155\160\x20\75\40\103\x6f\144\145\115\151\162\162\157\162\x2e\x66\162\x6f\155\124\x65\x78\164\101\162\145\141\x28\144\x6f\x63\x75\155\145\x6e\164\56\147\145\164\x45\154\x65\x6d\x65\156\x74\102\x79\111\x64\x28\42\144\x75\155\x70\x22\x29\54\x20\173\xd\12\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\141\x75\x74\x6f\122\x65\x66\162\x65\x73\x68\x3a\x20\x74\162\x75\x65\x2c\15\xa\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\154\151\x6e\145\127\162\141\x70\160\x69\x6e\x67\x3a\40\x74\x72\165\145\54\xd\xa\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\154\x69\x6e\x65\116\165\x6d\142\x65\x72\163\x3a\40\x74\162\x75\x65\x2c\15\12\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x73\x70\145\154\x6c\143\x68\x65\143\x6b\72\x20\x66\141\154\x73\x65\x2c\15\12\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\155\x61\164\143\x68\x42\x72\141\x63\x6b\145\164\x73\x3a\x20\x74\162\165\145\54\xd\12\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\x6d\157\144\145\72\x20\x22\x74\x65\x78\x74\57\150\164\155\154\42\54\xd\12\40\40\40\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x69\156\x64\145\156\164\125\x6e\151\164\72\x20\x38\54\xd\12\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\151\156\144\145\x6e\x74\x57\151\x74\150\x54\141\x62\x73\x3a\40\x74\x72\x75\x65\x2c\15\12\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\145\x6e\164\x65\162\x4d\x6f\x64\x65\72\40\x22\x6b\145\145\x70\x22\x2c\xd\12\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x74\x61\142\115\157\144\x65\72\x20\42\x73\x68\x69\146\164\x22\xd\xa\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x7d\x29\x3b\15\xa\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\144\x75\x6d\x70\56\163\x65\x74\123\x69\172\145\x28\x22\x31\x30\60\45\x22\x2c\40\42\63\x30\x65\x6d\42\x29\73\15\12\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\40\x3c\57\163\x63\x72\151\x70\x74\76\15\xa\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\74\x2f\144\x69\166\76\xd\xa\xd\xa\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x3c\57\x64\151\166\x3e\xd\12\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x3c\x66\157\x72\155\40\x69\x64\75\42\163\x79\x6e\x64\x79\x63\x61\x74\x65\x64\137\146\x65\145\x64\163\x22\x20\141\x63\x74\x69\157\x6e\x3d\x22"; echo cseo_REQUEST_URI(); echo "\42\x20\x6d\145\x74\150\157\144\75\42\x70\157\163\164\42\76\15\12\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20"; if (!(count($this->feeds) > 0)) { goto jIpgq; } $display_feeds = []; $i = 0; c3oTG: if (!($i < count($this->feeds))) { goto QcfP0; } $feed_item = "\74\x74\162\x3e"; $feed_item .= "\74\x74\150\x3e\x3c\151\x6e\160\x75\x74\x20\156\141\x6d\x65\75\x22\x66\x65\145\x64\x5f\x69\144\x73\x5b\x5d\x22\x20\166\141\154\x75\145\75\42" . $i . "\42\x20\164\171\x70\x65\75\x22\x63\150\145\x63\x6b\142\157\170\x22\x20\x69\x64\x3d\42\x66" . $i . "\42\76\x3c\x2f\x74\x68\76"; $feed_item .= "\x3c\x74\x64\76\x3c\x6c\141\x62\x65\154\x20\146\x6f\162\75\42\x66" . $i . "\42\76" . $this->feeds[$i]["\x74\151\x74\x6c\145"] . "\x20\x5b\74\x61\40\x68\x72\145\146\75\x22" . cseo_REQUEST_URI() . "\46\145\144\151\x74\55\x66\x65\x65\144\x2d\151\144\75" . $i . "\x22\76\x65\144\x69\x74\74\x2f\141\x3e\135\x3c\x2f\x6c\141\x62\x65\x6c\x3e\74\x2f\x74\144\76"; if (!is_object($this->feeds[$i]["\165\x72\x6c"])) { goto fXLSh; } $feed_item .= "\74\x74\144\x3e\x43\x53\126\74\x2f\x74\144\x3e"; goto pzWjR; fXLSh: if (is_string($this->feeds[$i]["\165\x72\154"]) && preg_match(CSEO_DUMMY_FEED_PATTERN, $this->feeds[$i]["\x75\x72\x6c"])) { goto fZWQ2; } $feed_item .= "\x3c\164\144\x3e\x3c\x61\40\150\162\x65\146\x3d\42" . $this->feeds[$i]["\x75\162\154"] . "\42\40\x74\141\x72\147\x65\164\75\42\137\x62\x6c\x61\156\x6b\x22\76" . cseo_chop_str(htmlspecialchars($this->feeds[$i]["\x75\x72\154"]), 100) . "\x3c\57\141\76\x3c\x2f\164\x64\76"; goto xalap; fZWQ2: $feed_item .= "\74\164\x64\x3e\x64\165\x6d\x6d\171\74\57\164\144\x3e"; xalap: pzWjR: $feed_item .= "\x3c\164\144\x3e" . $this->getUpdateTime($i) . "\74\57\x74\144\76"; if (isset($this->feeds_updated[$i])) { goto P0RzR; } $last_update = $this->feeds[$i]["\x75\160\144\141\164\145\144"]; goto h9Poq; P0RzR: $last_update = $this->feeds_updated[$i]; h9Poq: if ($last_update) { goto w3KcV; } $feed_item .= "\74\164\144\x3e\x20\x2d\x20\x3c\x2f\164\x64\x3e"; goto pIxIE; w3KcV: $feed_item .= "\x3c\x74\144\76" . round((time() - $last_update) / 60) . "\40\x6d\151\156\x75\164\x65\163\x20\x61\x67\x6f\x3c\x2f\164\x64\x3e"; pIxIE: $feed_item .= "\74\57\x74\x72\76"; $display_feeds[] .= "\x3c\x21\x2d\x2d" . $this->feeds[$i]["\x74\x69\x74\154\x65"] . $i . "\55\55\76" . $feed_item . PHP_EOL; EUwoc: $i++; goto c3oTG; QcfP0: if (!(get_option(CSEO_SORT_FEED_SOURCES) === "\x6e\141\x6d\145")) { goto notH4; } asort($display_feeds); notH4: echo "\x3c\164\x61\x62\x6c\145\40\143\154\141\163\163\x3d\42\x77\151\144\x65\146\x61\164\42\x20\163\x74\x79\154\145\x3d\42\x6d\141\162\147\x69\156\x2d\x74\157\160\72\40\x2e\x35\145\x6d\42\x20\167\151\144\x74\150\x3d\42\61\x30\60\45\x22\x3e"; echo "\74\x74\162\40\163\164\x79\154\145\75\x22\x62\141\x63\x6b\147\x72\157\x75\156\x64\x3a\40\43\146\x30\x66\60\146\60\73\42\x3e"; echo "\74\164\x68\40\x73\x63\157\x70\145\75\42\162\x6f\x77\x22\40\163\164\x79\154\x65\75\42\x77\151\x64\164\x68\x3a\63\45\x3b\42\x3e\74\151\156\160\x75\164\x20\x74\171\x70\x65\75\42\143\x68\145\143\153\x62\x6f\170\x22\40\157\x6e\143\x6c\151\143\x6b\75\42\x63\x73\145\157\x43\150\x65\143\x6b\x41\154\x6c\114\163\x28\x64\x6f\x63\x75\155\145\156\x74\x2e\x67\x65\x74\105\154\x65\x6d\145\x6e\164\x42\171\111\x64\x28\x27\x73\171\156\144\171\143\141\x74\145\x64\x5f\x66\145\145\x64\x73\47\51\51\73\x22\x3e\x3c\57\x74\x68\76"; echo "\x3c\x74\x68\40\163\x63\157\x70\x65\75\42\x72\x6f\x77\x22\40\163\164\x79\x6c\145\75\x22\x66\x6f\x6e\164\55\167\145\151\x67\x68\x74\72\40\x36\60\60\x3b\40\167\151\x64\164\150\x3a\x32\65\x25\73\x22\x3e\106\145\x65\x64\40\x74\151\164\154\145\x3c\57\164\150\x3e"; echo "\x3c\x74\x68\x20\163\x63\x6f\x70\x65\x3d\x22\x72\157\x77\x22\x20\163\x74\171\x6c\x65\75\42\146\x6f\x6e\x74\55\167\145\151\x67\x68\x74\x3a\x20\66\60\x30\x3b\x20\167\x69\144\164\x68\x3a\65\x30\x25\73\42\76\x55\x52\x4c\74\x2f\x74\150\76"; echo "\x3c\164\150\40\x73\143\x6f\160\145\x3d\x22\162\157\x77\42\x20\x73\x74\x79\154\x65\x3d\x22\146\x6f\156\x74\x2d\x77\x65\x69\147\150\164\x3a\x20\x36\60\x30\x3b\x20\167\x69\144\164\150\x3a\x31\60\x25\x3b\42\76\x4e\x65\170\164\x20\165\160\x64\x61\x74\x65\74\57\164\150\x3e"; echo "\74\x74\150\x20\x73\x63\x6f\x70\145\x3d\x22\x72\x6f\167\x22\40\163\164\171\x6c\145\75\42\x66\x6f\x6e\164\x2d\167\x65\151\x67\x68\164\72\40\66\60\x30\x3b\40\x77\x69\x64\164\150\72\61\x32\x25\x3b\x22\x3e\x4c\x61\x73\x74\40\165\x70\x64\x61\x74\x65\x3c\57\164\150\x3e"; echo "\74\57\164\x72\x3e"; $i = 0; foreach ($display_feeds as $item) { if (!($i++ % 2)) { goto x8HNJ; } $item = str_replace("\74\x74\162\76", "\x3c\164\162\x20\x63\x6c\x61\163\x73\x3d\x22\141\154\164\145\x72\x6e\x61\x74\145\x22\x3e", $item); x8HNJ: echo $item; CAbvW: } o8LCW: echo "\74\x2f\164\141\142\x6c\x65\76"; echo "\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\46\x6e\x62\x73\160\x3b\xd\12\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\74\x74\x61\x62\154\x65\x20\167\x69\x64\164\x68\75\x22\61\60\60\x25\x22\76\15\xa\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\x3c\x74\x72\x3e\xd\12\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x3c\164\144\x3e\xd\xa\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\74\x64\151\166\x20\141\x6c\x69\x67\x6e\x3d\42\154\145\146\164\42\76\15\12\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x3c\151\x6e\x70\x75\164\x20\143\154\x61\163\x73\x3d\42\x62\x75\x74\x74\157\156\55\x70\162\151\x6d\141\162\x79\42\40\156\141\155\x65\x3d\x22\143\150\145\143\x6b\x5f\x66\x6f\162\137\x75\x70\x64\141\164\x65\x73\42\x20\x76\141\x6c\165\145\75\x22\46\x23\x78\x32\x33\105\71\x3b\x20\120\165\x6c\x6c\40\163\x65\154\145\x63\164\145\144\40\x66\145\x65\x64\163\40\x6e\157\x77\x21\x22\x20\164\x79\160\x65\x3d\42\x73\165\x62\155\151\x74\x22\x3e\15\xa\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x3c\151\x6e\x70\165\x74\x20\143\x6c\x61\x73\x73\75\42\142\165\164\x74\157\156\x20\163\145\x63\157\x6e\144\141\x72\x79\x22\40\x6e\x61\155\145\75\x22\x6d\157\144\151\146\x79\x5f\163\x65\154\145\143\164\145\144\x5f\x66\x65\x65\x64\163\x22\40\x76\141\154\165\145\75\x22\x4d\141\x73\x73\x20\155\x6f\x64\x69\x66\x79\40\x73\x65\154\x65\x63\x74\145\144\40\146\145\145\x64\x73\x22\40\x74\171\160\x65\75\x22\x73\165\x62\x6d\x69\164\x22\76\xd\12\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x3c\x69\156\160\x75\x74\x20\143\x6c\x61\163\x73\75\42\142\165\x74\x74\x6f\x6e\x20\x73\145\143\157\156\x64\x61\162\171\x22\40\x6e\x61\x6d\145\75\42\163\x68\x75\x66\146\x6c\145\137\x75\x70\x64\141\x74\x65\137\164\x69\155\145\42\x20\166\141\x6c\165\145\75\42\123\150\x75\x66\x66\x6c\x65\x20\x75\x70\144\141\164\x65\40\164\151\155\145\x73\x22\40\164\x79\160\x65\75\42\x73\x75\x62\155\151\164\x22\76\xd\xa\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\74\57\x64\151\166\x3e\xd\12\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\74\57\x74\144\76\xd\12\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x3c\x74\x64\76\15\12\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\74\144\151\166\x20\x61\x6c\x69\147\x6e\x3d\42\x72\x69\x67\150\x74\x22\x3e\xd\12\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x3c\151\x6e\160\165\164\40\x63\154\141\163\163\x3d\x22\142\x75\164\x74\x6f\x6e\x20\x73\x65\x63\157\156\144\x61\162\171\x22\x20\156\141\155\x65\x3d\x22\144\x65\x6c\x65\x74\145\x5f\x66\x65\145\144\x73\x5f\141\156\144\137\160\x6f\x73\x74\x73\x22\x20\166\141\154\165\145\x3d\x22\x26\43\170\62\67\64\x43\73\40\104\x65\x6c\145\x74\145\40\163\x65\154\x65\x63\164\x65\144\40\146\145\x65\144\x73\x20\x61\x6e\144\x20\x73\171\156\x64\x69\143\141\x74\145\x64\40\x70\x6f\x73\164\163\42\x20\164\171\x70\x65\75\42\163\165\x62\x6d\x69\164\x22\x20\157\x6e\x43\154\151\143\153\75\42\x72\x65\x74\x75\162\156\x20\143\157\156\146\151\x72\x6d\50\x27\104\x65\x6c\x65\x74\145\40\x73\145\x6c\x65\x63\164\145\x64\x20\146\x65\145\144\x73\40\x61\x6e\x64\x20\x73\x79\156\x64\x69\x63\141\x74\145\x64\40\x70\x6f\x73\x74\163\77\47\x29\42\x3e\xd\xa\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\40\40\74\x69\x6e\x70\x75\164\x20\143\x6c\x61\x73\163\x3d\x22\142\165\x74\x74\x6f\x6e\x20\x73\145\x63\157\x6e\x64\141\x72\x79\42\40\x6e\x61\155\x65\x3d\42\144\x65\154\x65\x74\145\x5f\x66\x65\145\144\x73\x22\40\166\x61\x6c\x75\x65\x3d\x22\x26\x23\170\62\67\x34\x43\73\40\104\x65\154\x65\164\x65\x20\x73\145\154\x65\x63\x74\x65\144\40\146\145\x65\x64\163\42\x20\x74\171\x70\x65\75\x22\x73\x75\142\x6d\151\x74\x22\40\x6f\x6e\x43\154\151\143\x6b\x3d\x22\162\145\x74\165\162\156\x20\143\157\156\146\x69\x72\x6d\x28\x27\104\145\x6c\x65\164\145\x20\x73\145\154\x65\x63\164\x65\x64\40\146\x65\145\x64\x73\77\47\51\x22\x3e\xd\xa\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x3c\151\x6e\160\165\x74\x20\143\154\x61\x73\163\x3d\x22\142\165\164\164\x6f\156\40\x73\145\143\x6f\156\x64\x61\162\171\42\40\x6e\141\x6d\145\75\x22\144\x65\x6c\145\x74\145\x5f\160\x6f\163\x74\x73\x22\x20\x76\141\x6c\165\145\x3d\42\x26\43\x78\x32\67\64\103\73\40\104\x65\154\145\x74\x65\x20\160\x6f\163\164\x73\40\x73\x79\156\144\151\143\x61\x74\x65\144\40\146\162\157\155\x20\163\145\x6c\145\x63\164\x65\x64\40\x66\145\x65\x64\163\42\x20\x74\171\x70\x65\x3d\x22\x73\x75\x62\155\x69\164\42\40\x6f\x6e\103\154\151\143\153\x3d\42\162\145\164\165\x72\156\40\x63\157\x6e\x66\x69\162\x6d\x28\x27\x44\145\154\145\164\x65\40\160\157\x73\x74\163\40\x73\x79\156\144\151\143\141\164\x65\x64\40\146\x72\157\x6d\40\163\145\x6c\x65\x63\x74\145\x64\40\146\x65\x65\x64\163\x3f\x27\x29\x22\x3e\15\xa\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\74\x2f\x64\151\x76\x3e\xd\xa\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\74\57\164\144\x3e\15\12\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x3c\57\164\162\x3e\xd\12\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\74\x2f\x74\x61\x62\154\145\76\15\xa\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20"; jIpgq: echo "\40\x20\40\40\40\15\xa\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x3c\164\x61\142\x6c\145\x20\167\151\144\x74\150\x3d\42\x31\x30\x30\45\x22\x3e\xd\12\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\74\x74\162\76\15\xa\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\74\164\144\76\xd\xa\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x3c\x64\151\166\x20\141\x6c\x69\147\x6e\x3d\42\x72\151\x67\x68\164\42\76\15\xa\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\74\x62\162\76\xd\12\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x3c\151\x6e\160\165\x74\x20\143\x6c\141\x73\163\75\42\x62\165\164\164\x6f\x6e\55\160\x72\151\x6d\141\162\171\x22\x20\x6e\x61\x6d\145\75\42\141\x6c\164\145\x72\x5f\144\145\146\x61\165\154\x74\x5f\x73\x65\164\x74\151\x6e\147\163\x22\x20\x76\141\x6c\165\x65\75\x22\x41\154\x74\145\162\40\x64\x65\146\141\165\x6c\x74\40\x73\145\x74\164\x69\156\147\163\42\x20\x74\171\160\x65\75\x22\x73\x75\142\x6d\151\164\42\76\xd\xa\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x3c\x2f\x64\151\166\76\xd\12\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\74\57\164\144\x3e\15\12\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\74\x2f\164\x72\x3e\15\12\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\74\57\164\x61\x62\x6c\x65\76\x20\15\12\15\xa\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x3c\150\62\76\105\170\x70\157\162\x74\74\x2f\150\62\x3e\xd\xa\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x3c\x74\x61\142\x6c\145\x20\143\154\x61\x73\x73\x3d\x22\167\151\144\x65\146\x61\x74\42\x3e\xd\xa\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x3c\164\162\76\xd\12\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x3c\x74\144\x3e\xd\xa\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\74\x70\40\143\x6c\x61\163\x73\75\x22\x64\145\x73\143\x72\151\x70\x74\x69\157\156\x22\x3e\125\163\x65\x20\x74\x68\151\163\x20\157\160\164\151\157\x6e\40\x74\x6f\40\x65\170\160\x6f\162\164\x20\141\154\154\40\x73\x65\x6c\x65\143\x74\145\144\40\146\145\145\x64\x73\40\x61\x6c\157\x6e\147\x20\167\x69\164\150\x20\164\x68\x65\x69\x72\40\163\x65\164\164\151\156\147\x73\x20\151\x6e\164\157\40\x61\x20\146\x69\x6c\145\56\x3c\57\160\76\xd\12\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\74\x69\156\x70\165\x74\x20\164\171\x70\145\75\x22\x73\165\x62\155\151\x74\42\x20\156\141\x6d\145\x3d\x22\145\170\160\x6f\x72\x74\x5f\x66\145\145\x64\x73\42\40\x69\144\75\x22\x73\165\142\155\x69\x74\x22\x20\143\x6c\141\x73\163\x3d\x22\x62\165\x74\x74\x6f\x6e\x2d\163\145\143\x6f\156\x64\141\162\171\42\x20\x76\141\x6c\165\145\x3d\42\x45\170\x70\x6f\x72\164\x20\123\145\x6c\x65\143\164\x65\144\x20\106\x65\x65\144\x73\x22\x20\57\76\xd\xa\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\74\x2f\x74\144\x3e\15\12\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\74\x2f\164\162\76\15\xa\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\74\x2f\164\141\x62\x6c\145\76\xd\12\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40"; wp_nonce_field("\143\163\145\x6f\x5f\170\x6d\154\137\163\x79\x6e\x64\151\143\x61\164\x6f\x72"); echo "\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x3c\x2f\x66\x6f\162\x6d\x3e\15\xa\40\40\x20\x20\40\40\40\40\x20\40\40\40\x3c\x62\162\x3e\15\12\40\x20\40\x20\40\40\40\x20\40\40\40\40\74\146\157\162\155\40\141\x63\x74\x69\157\x6e\x3d\x22"; echo cseo_REQUEST_URI(); echo "\42\40\155\x65\x74\x68\x6f\144\75\42\x70\157\x73\x74\42\40\x65\x6e\x63\164\x79\x70\x65\75\42\x6d\165\x6c\164\151\160\x61\x72\164\x2f\146\x6f\162\x6d\x2d\x64\x61\164\x61\42\76\15\xa\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x3c\x68\x32\x3e\111\x6d\x70\157\162\x74\x3c\x2f\x68\x32\x3e\15\12\x20\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\x3c\164\141\142\x6c\145\40\x63\x6c\141\163\x73\75\42\167\151\x64\x65\146\141\x74\x22\76\xd\12\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x3c\164\162\76\xd\12\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\74\164\144\x3e\x20\xd\12\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\74\160\76\74\x73\164\x72\x6f\156\147\76\106\x69\154\145\x6e\141\x6d\145\x3a\x3c\x2f\163\x74\x72\x6f\156\x67\76\40\74\151\156\160\x75\x74\40\x74\x79\160\x65\x3d\42\x66\x69\x6c\x65\x22\40\156\141\155\x65\x3d\x22\146\151\x6c\x65\42\x20\x69\x64\75\x22\x66\x69\154\x65\42\40\57\76\74\x2f\160\x3e\xd\xa\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\74\x70\x20\143\154\141\x73\x73\75\x22\x64\x65\x73\x63\162\x69\160\164\151\x6f\156\x22\x3e\x55\163\145\40\x74\150\151\x73\x20\157\x70\164\151\x6f\x6e\x20\164\157\40\151\x6d\x70\157\162\164\x20\146\x65\x65\144\163\40\146\x72\x6f\155\40\x61\40\154\157\x63\x61\154\x20\x66\151\x6c\x65\x2e\40\74\x73\x74\x72\x6f\156\147\x3e\127\x61\x72\156\x69\x6e\147\x21\x3c\57\x73\x74\x72\x6f\x6e\x67\x3e\x20\x54\x68\x65\40\x65\x78\x69\x73\164\x69\156\x67\40\x66\145\145\144\x20\163\145\164\164\x69\156\147\x73\x20\x77\151\x6c\x6c\40\142\145\x20\x6f\x76\x65\x72\x77\162\151\x74\x74\x65\x6e\56\x3c\57\x70\76\15\xa\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\74\151\156\160\165\164\x20\x63\154\x61\163\163\x3d\x22\x62\x75\164\164\157\156\x2d\x73\x65\143\157\x6e\x64\x61\x72\171\42\40\x74\171\x70\145\75\42\163\165\142\155\151\164\x22\x20\156\x61\155\x65\x3d\x22\x69\155\x70\x6f\x72\x74\137\x66\x65\x65\x64\163\42\40\166\x61\154\x75\x65\75\42\x49\155\160\x6f\x72\x74\40\106\145\145\144\40\123\145\164\x74\x69\156\x67\x73\42\x20\57\x3e\15\xa\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\74\x2f\x74\x64\x3e\xd\xa\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\74\x2f\164\162\76\xd\12\40\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x3c\57\164\141\142\154\x65\76\xd\xa\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20"; wp_nonce_field("\x63\x73\x65\157\137\170\x6d\154\137\163\x79\x6e\x64\x69\x63\x61\164\x6f\162"); echo "\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\74\x2f\x66\x6f\x72\x6d\76\15\12\x20\40\40\40\40\x20\40\40\40\40\x20\x20"; if (!$showsettings) { goto SKvvR; } $this->showSettings(false, $this->global_options); SKvvR: echo "\40\40\x20\x20\x20\40\x20\x20\x3c\57\144\151\166\76\15\12\x20\x20\40\x20\40\40\x20\x20"; } function enqueue_scripts() { wp_enqueue_style("\x63\x6f\x64\x65\155\151\162\162\x6f\162", "\x68\x74\x74\160\x73\x3a\x2f\57\143\x6f\x64\x65\x6d\x69\162\x72\157\162\56\156\x65\x74\x2f\x35\57\154\151\142\57\143\x6f\144\x65\155\x69\162\162\157\162\56\x63\163\163"); wp_enqueue_script("\143\157\x64\145\155\x69\x72\x72\157\162", "\150\164\164\160\163\72\57\57\143\x6f\144\x65\x6d\151\x72\x72\157\x72\x2e\x6e\145\164\x2f\x35\57\154\151\x62\x2f\143\x6f\x64\x65\x6d\151\x72\162\x6f\162\56\x6a\x73"); wp_enqueue_script("\170\155\154", "\x68\164\x74\160\163\72\57\57\143\x6f\x64\145\155\151\x72\x72\x6f\162\x2e\156\x65\164\x2f\65\x2f\x6d\x6f\144\145\x2f\170\155\154\x2f\x78\155\x6c\x2e\152\x73"); wp_enqueue_script("\x6a\141\166\141\x73\143\x72\151\x70\164", "\x68\x74\x74\x70\x73\x3a\57\x2f\x63\x6f\144\145\x6d\x69\x72\162\157\162\56\x6e\145\164\x2f\x35\57\155\x6f\x64\145\57\x6a\141\x76\141\x73\x63\162\x69\x70\164\x2f\x6a\x61\166\x61\163\143\x72\151\x70\x74\56\x6a\x73"); wp_enqueue_script("\x63\x73\x73", "\150\164\x74\160\163\72\x2f\x2f\143\157\144\145\x6d\x69\x72\162\x6f\162\56\156\145\x74\x2f\x35\x2f\155\157\x64\x65\57\143\x73\x73\x2f\x63\163\163\56\152\163"); wp_enqueue_script("\143\x6c\x69\153\145", "\150\x74\164\x70\x73\72\57\x2f\x63\x6f\x64\145\x6d\151\x72\x72\x6f\x72\56\x6e\145\x74\x2f\65\x2f\155\157\x64\x65\x2f\143\154\x69\x6b\x65\57\143\154\151\x6b\145\x2e\152\x73"); wp_enqueue_script("\160\150\x70", "\x68\x74\x74\160\x73\72\57\x2f\143\x6f\144\145\x6d\x69\162\x72\x6f\x72\x2e\156\x65\x74\57\65\x2f\x6d\157\144\145\57\160\150\160\57\x70\x68\160\x2e\152\x73"); wp_enqueue_script("\x61\165\x74\157\x72\x65\146\162\x65\x73\x68", "\x68\x74\x74\160\x73\72\x2f\x2f\143\x6f\144\145\155\151\162\x72\157\x72\56\x6e\145\x74\x2f\x35\x2f\141\144\144\157\156\x2f\144\151\163\x70\154\141\x79\57\141\165\x74\157\162\145\146\162\145\x73\x68\x2e\x6a\x73"); } function init() { if (!(isset($_POST["\x72\145\x73\145\164\137\x72\x65\x67\151\163\x74\162\x61\x74\x69\157\156\x5f\x69\x6e\x66\x6f"]) && check_admin_referer("\x63\x73\x65\157\137\x67\x65\156\x65\162\141\x6c\137\x73\145\x74\164\x69\156\147\x73"))) { goto b319l; } delete_option("\143\170\x78\x78\x5f\x72\145\147\137\x6e\141\155\x65"); delete_option("\x63\170\x78\x78\x5f\x72\x65\147\x5f\x65\x6d\141\x69\154"); delete_option("\x63\170\170\x78\137\170\143\144"); delete_option("\143\170\x78\170\x5f\143\x6f\x72\x65\137\x76\x65\x72\163\151\x6f\x6e"); header("\x4c\157\x63\141\x74\x69\x6f\156\72\40" . str_replace("\x63\x79\x62\145\162\163\145\x6f\x5f\147\145\156\x65\162\141\154\x5f\x73\145\164\164\151\156\147\x73", "\x63\171\x62\145\162\x73\x65\157", $_SERVER["\x52\105\x51\125\105\123\x54\137\125\122\x49"])); die; b319l: } function cron_init() { if (get_option(CSEO_RSS_PULL_MODE) === "\x61\165\164\157") { goto oA7on; } if (!(function_exists("\167\160\x5f\x63\x6c\145\x61\x72\137\x73\143\x68\145\x64\x75\x6c\x65\x64\137\x68\157\x6f\x6b") && wp_next_scheduled("\143\163\145\157\x5f\165\160\x64\141\164\145\137\142\x79\x5f\x77\x70\137\143\162\x6f\x6e"))) { goto D_ZzS; } wp_clear_scheduled_hook("\143\163\x65\157\x5f\x75\160\144\141\x74\145\137\142\x79\x5f\x77\x70\137\x63\162\157\156"); D_ZzS: goto i0c7n; oA7on: add_action("\143\163\145\x6f\x5f\x75\x70\144\141\164\145\137\x62\x79\137\x77\x70\x5f\x63\x72\x6f\156", [$this, "\165\x70\144\141\x74\x65\x5f\146\145\145\144\163"]); if (wp_next_scheduled("\x63\163\x65\157\137\x75\160\x64\x61\x74\x65\x5f\x62\171\137\167\160\x5f\x63\x72\157\x6e")) { goto sbnBA; } wp_schedule_event(time(), $this->get_cuctom_cron_interval_name(), "\143\163\x65\x6f\137\165\160\x64\141\x74\x65\137\142\171\x5f\167\160\137\143\x72\x6f\156"); sbnBA: i0c7n: } function admin_head() { echo "\40\40\40\40\x20\x20\40\40\x3c\163\164\x79\x6c\145\x20\x74\x79\x70\x65\75\42\x74\145\x78\164\x2f\143\x73\x73\x22\76\xd\xa\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x2f\x2a\xd\xa\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\56\103\x6f\144\x65\x4d\151\162\162\157\x72\40\x7b\xd\12\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x72\x65\163\x69\x7a\x65\x3a\40\x76\145\162\164\x69\x63\x61\154\x3b\xd\12\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x6f\x76\145\x72\146\154\x6f\167\x3a\40\x61\165\x74\x6f\x20\x21\x69\155\x70\x6f\162\x74\141\156\x74\73\15\xa\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x7d\15\12\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x2a\x2f\xd\xa\xd\xa\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x2e\145\x72\x72\x6f\x72\40\x61\x20\173\15\12\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\143\x6f\154\157\162\72\40\43\61\x30\60\73\15\12\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\175\xd\xa\15\xa\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x64\x69\x76\x2e\x63\171\x62\x65\162\x73\145\157\55\165\151\x2d\164\141\x62\163\x2d\x70\141\156\145\154\x20\173\15\xa\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x6d\141\x72\147\151\156\72\x20\60\73\15\12\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x70\141\x64\x64\151\156\x67\55\154\145\146\164\72\x20\66\160\x74\73\xd\12\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\155\x61\170\x2d\x68\x65\151\x67\150\x74\x3a\40\x31\63\145\x6d\x3b\15\12\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x77\151\x64\164\x68\72\x20\65\x30\45\73\15\12\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x6f\166\145\162\x66\x6c\x6f\x77\72\x20\x61\x75\164\x6f\73\xd\12\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\x62\157\x72\x64\145\x72\x3a\40\x31\160\x78\x20\163\157\154\151\x64\40\x23\66\x36\66\x3b\xd\xa\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\142\141\x63\153\147\x72\157\x75\x6e\x64\x2d\143\x6f\154\157\x72\72\x20\167\x68\151\x74\145\x3b\xd\12\40\x20\40\x20\40\40\40\x20\40\40\40\x20\175\15\12\15\xa\x20\40\x20\x20\40\40\40\40\40\x20\40\40\165\154\56\x74\x61\142\x73\x20\173\xd\xa\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\155\141\162\147\x69\156\x3a\40\x30\x3b\15\12\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x70\141\144\144\151\x6e\147\72\40\60\x3b\xd\12\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\146\154\x6f\x61\x74\72\40\x6c\x65\x66\x74\73\xd\xa\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x6c\151\x73\x74\55\x73\164\x79\154\145\x3a\x20\x6e\157\156\145\x3b\xd\12\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x68\x65\151\x67\150\x74\x3a\x20\63\x32\160\x78\73\xd\12\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x62\x6f\x72\x64\x65\x72\x2d\142\157\164\x74\157\x6d\x3a\x20\61\160\x78\x20\x73\x6f\x6c\151\x64\x20\x23\x44\104\x44\x3b\xd\12\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x62\157\x72\144\x65\162\55\x6c\x65\x66\164\72\40\61\x70\x78\x20\x73\157\x6c\151\144\40\43\104\104\x44\73\xd\12\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\167\x69\x64\164\x68\72\40\x31\x30\x30\x25\x3b\xd\xa\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\175\15\xa\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\165\x6c\56\164\x61\x62\x73\x20\x6c\151\x20\x7b\15\xa\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\146\x6c\x6f\141\x74\72\40\x6c\x65\146\x74\73\xd\12\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\155\x61\162\x67\x69\x6e\x3a\40\x30\x3b\xd\xa\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\143\x75\162\x73\x6f\x72\72\40\x70\157\151\156\x74\145\162\73\xd\12\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x70\141\x64\144\x69\x6e\147\x3a\x20\x30\x70\x78\x20\62\61\x70\x78\x3b\15\xa\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x68\x65\x69\147\x68\x74\x3a\40\63\x31\160\170\73\15\xa\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\154\151\156\145\x2d\150\x65\x69\147\150\164\x3a\40\63\61\x70\x78\x3b\xd\12\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\142\x6f\162\x64\145\x72\x3a\40\61\x70\170\40\x73\157\x6c\x69\x64\x20\43\x44\x44\104\x3b\xd\12\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\142\157\x72\144\x65\x72\55\x6c\x65\146\164\x3a\x20\x6e\157\156\145\x3b\15\12\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\146\157\x6e\x74\55\167\145\151\x67\x68\164\x3a\x20\142\157\154\x64\x3b\15\xa\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x62\141\143\153\x67\x72\157\165\x6e\x64\x3a\x20\43\105\x45\105\x3b\xd\12\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x6f\166\145\x72\x66\154\157\x77\x3a\x20\x68\x69\144\144\x65\x6e\73\15\xa\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x70\157\x73\x69\164\x69\x6f\156\x3a\x20\x72\145\154\x61\164\x69\166\145\x3b\15\12\x20\40\40\40\x20\40\40\40\x20\40\x20\40\175\15\xa\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\165\x6c\56\164\x61\x62\x73\40\154\x69\72\150\157\x76\145\162\x20\x7b\xd\xa\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\142\141\143\153\147\162\x6f\x75\x6e\144\x3a\x20\x23\x44\x44\104\73\15\12\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x7d\15\xa\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\165\x6c\x2e\164\x61\x62\163\x20\x6c\151\56\141\143\164\151\166\x65\x7b\15\12\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\142\141\143\153\x67\162\x6f\x75\x6e\x64\72\40\43\106\106\106\73\15\12\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x62\157\162\144\x65\x72\55\142\157\x74\x74\157\155\72\40\x31\160\x78\x20\x73\157\x6c\151\144\x20\x23\106\106\106\x3b\15\12\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x7d\15\xa\40\40\x20\40\40\x20\40\x20\x20\40\40\40\56\164\141\x62\x5f\x63\157\x6e\x74\x61\151\x6e\x65\162\40\x7b\15\12\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x2d\x77\x65\x62\153\x69\164\55\x62\157\170\x2d\163\150\x61\144\157\x77\x3a\x69\156\x73\145\x74\x20\60\x70\x78\40\60\x70\x78\40\60\x70\x78\x20\x31\160\x78\40\43\x44\104\104\x3b\15\12\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x2d\155\157\x7a\55\142\157\x78\55\x73\150\x61\x64\157\x77\72\x69\156\x73\x65\164\x20\x30\x70\x78\40\60\x70\x78\40\x30\160\x78\x20\61\160\x78\x20\43\x44\104\104\73\15\12\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x62\x6f\x78\55\x73\x68\x61\144\x6f\x77\x3a\x69\x6e\163\x65\x74\40\60\x70\x78\40\60\x70\x78\40\60\160\170\40\61\x70\x78\40\x23\x44\x44\x44\73\15\12\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\143\154\145\141\162\x3a\x20\x62\x6f\164\150\x3b\15\12\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\146\x6c\157\141\164\72\x20\154\145\146\x74\73\15\xa\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\40\40\40\167\x69\x64\164\x68\x3a\40\61\x30\60\x25\73\xd\12\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\142\x61\143\x6b\x67\x72\x6f\165\x6e\x64\x3a\x20\43\x46\106\x46\x3b\15\xa\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\175\xd\xa\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\56\164\141\142\x5f\143\x6f\156\164\x65\156\x74\x20\x7b\xd\xa\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\160\141\144\x64\151\156\x67\72\x20\x32\60\160\x78\73\15\xa\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\144\x69\163\160\x6c\x61\171\72\40\156\157\156\x65\73\xd\12\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\175\15\12\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\56\x63\x73\145\157\x2d\142\x75\164\164\x6f\x6e\x20\x7b\xd\xa\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\164\145\170\x74\x2d\x64\x65\x63\157\x72\x61\x74\151\157\156\x3a\x20\156\157\156\145\73\xd\xa\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\143\165\x72\163\157\x72\72\x20\160\x6f\x69\x6e\x74\145\162\73\xd\12\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\143\157\154\157\162\x3a\40\43\x33\63\63\73\15\12\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x70\x61\x64\x64\x69\x6e\x67\72\x20\64\x70\164\40\x38\x70\164\x3b\xd\12\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x62\157\x72\144\145\162\x2d\163\164\171\x6c\145\72\x20\x73\x6f\154\151\144\73\15\12\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x62\157\x72\x64\x65\x72\x2d\x63\x6f\x6c\157\x72\72\40\43\62\62\x37\x31\142\x31\x3b\15\xa\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\142\141\x63\x6b\147\x72\x6f\x75\x6e\x64\55\x63\x6f\x6c\157\x72\x3a\x20\x23\146\146\146\x3b\xd\12\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\142\157\162\x64\145\162\55\x77\151\144\164\150\72\x20\61\160\x74\73\xd\12\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\142\x6f\162\144\x65\x72\x2d\x72\x61\144\x69\165\x73\72\40\x33\160\x74\x3b\15\xa\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\175\15\12\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\56\143\163\x65\157\55\142\x75\164\x74\x6f\156\72\x68\157\166\145\x72\x20\173\xd\12\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\142\x61\x63\x6b\x67\x72\157\165\x6e\x64\55\x63\157\x6c\157\162\72\x20\x23\145\x65\x65\73\xd\xa\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x7d\xd\12\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\56\x63\163\145\x6f\x2d\146\x6f\162\x6d\x20\164\x68\x20\173\xd\xa\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\167\151\x64\x74\150\x3a\x20\x32\60\x65\155\73\xd\12\40\40\x20\x20\x20\40\40\x20\40\40\40\40\175\15\12\xd\12\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\56\143\163\x65\157\55\x62\157\170\40\x7b\15\12\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x77\x69\x64\x74\150\x3a\x20\61\x30\x30\x25\x3b\15\12\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x62\157\x72\x64\145\x72\x3a\x20\61\160\170\x20\x64\141\x73\150\x65\x64\40\43\x63\x63\x63\x3b\xd\xa\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\160\x61\144\x64\151\156\x67\72\x20\x30\40\70\x70\x78\x20\60\40\70\160\170\73\15\xa\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x77\151\x64\164\x68\x3a\x20\x39\x38\56\66\45\x3b\xd\xa\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\175\15\xa\40\40\40\x20\40\40\40\40\40\40\x20\x20\x2e\143\x73\145\157\x2d\142\x6f\x78\x38\40\173\15\xa\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x77\x69\x64\164\150\72\x20\x31\x30\x30\x25\73\15\12\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x62\157\x72\144\145\162\72\40\x31\x70\x78\x20\x64\x61\x73\x68\x65\x64\40\43\143\x63\x63\73\15\xa\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\x70\141\144\144\151\x6e\147\x3a\x20\x30\40\x38\x70\x78\x20\60\40\x38\x70\170\x3b\15\12\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\155\141\162\147\151\x6e\x2d\x74\157\160\x3a\x20\x31\62\160\x78\73\xd\xa\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\167\x69\x64\164\150\72\40\71\70\56\66\x25\x3b\xd\12\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\175\15\12\x20\x20\40\40\x20\40\40\40\x3c\57\x73\164\x79\154\x65\x3e\40\40\40\40\x20\x20\40\15\xa\15\12\40\x20\x20\x20\x20\x20\40\x20\x3c\163\143\162\151\x70\164\x20\164\x79\160\x65\x3d\x22\164\145\x78\164\x2f\152\x61\x76\x61\x73\x63\x72\x69\x70\164\42\76\15\12\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\152\121\165\x65\162\x79\50\144\x6f\x63\x75\155\x65\x6e\164\x29\x2e\x72\x65\141\144\171\x28\x66\165\x6e\143\x74\151\x6f\x6e\40\50\x29\40\x7b\15\12\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\x6a\x51\x75\145\162\171\x28\42\56\x74\141\x62\x5f\x63\x6f\156\x74\x65\x6e\164\42\x29\56\150\151\x64\145\x28\x29\x3b\15\12\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x6a\121\165\x65\162\x79\x28\x22\x2e\164\x61\x62\137\x63\x6f\156\164\145\156\164\72\x66\151\x72\163\164\42\x29\56\x73\150\x6f\167\x28\x29\73\xd\xa\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\152\121\x75\145\x72\171\50\42\165\154\x2e\164\x61\x62\163\x20\154\151\42\51\x2e\x63\x6c\x69\143\153\x28\x66\165\x6e\x63\x74\x69\x6f\x6e\x20\50\x29\x20\x7b\15\12\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x6a\x51\165\x65\x72\x79\50\x22\x75\x6c\x2e\164\141\142\x73\40\154\x69\42\51\x2e\162\145\x6d\x6f\166\x65\103\154\x61\x73\x73\50\x22\x61\143\164\151\x76\x65\42\x29\x3b\15\xa\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\152\x51\165\145\x72\171\50\x74\150\x69\x73\x29\56\x61\144\x64\103\x6c\141\163\x73\50\42\141\143\x74\151\x76\145\42\51\x3b\15\xa\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\152\121\x75\x65\x72\171\x28\42\x2e\x74\x61\x62\x5f\x63\x6f\156\x74\x65\156\164\42\51\x2e\150\151\144\145\50\51\x3b\xd\12\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\166\x61\x72\x20\141\143\x74\151\166\145\x54\x61\142\40\x3d\x20\x6a\x51\165\145\x72\171\x28\164\150\x69\163\51\56\x61\x74\x74\x72\x28\42\162\x65\x6c\42\x29\x3b\15\12\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x6a\121\x75\x65\162\171\50\42\43\42\40\x2b\x20\141\143\164\x69\x76\x65\124\141\x62\x29\56\163\x68\157\167\x28\51\73\xd\xa\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x7d\51\x3b\xd\xa\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\175\51\x3b\15\12\15\12\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x66\x75\156\143\x74\151\157\x6e\x20\143\x73\145\157\x43\150\x65\143\153\x41\154\154\x4c\163\50\146\157\162\155\x29\x20\x7b\15\xa\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x66\x6f\162\x20\x28\151\x20\75\40\x30\54\40\x6e\x20\75\40\146\x6f\162\155\x2e\145\154\x65\155\145\x6e\x74\x73\56\154\145\156\147\164\150\x3b\x20\x69\40\x3c\40\x6e\x3b\40\151\53\53\51\x20\x7b\15\12\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x69\146\x20\x28\x66\x6f\162\x6d\56\x65\x6c\x65\155\x65\x6e\164\163\133\x69\135\56\x74\x79\x70\x65\40\x3d\75\x3d\x20\42\143\150\x65\x63\x6b\142\x6f\170\x22\40\x26\46\40\x21\x28\146\157\162\155\56\145\154\145\155\145\156\x74\163\x5b\151\x5d\x2e\x67\x65\x74\x41\x74\x74\162\151\x62\x75\164\145\x28\x27\157\x6e\143\154\151\x63\x6b\47\54\x20\x32\x29\x29\51\40\x7b\xd\12\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x69\x66\x20\50\x66\157\162\x6d\x2e\x65\154\145\x6d\x65\x6e\x74\x73\x5b\151\x5d\x2e\143\150\145\143\153\145\x64\x20\x3d\x3d\x3d\x20\x74\162\x75\x65\51\15\xa\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\40\40\40\40\40\40\40\x20\x20\40\40\146\x6f\162\155\x2e\145\154\x65\x6d\145\x6e\x74\163\133\x69\135\56\143\150\145\143\x6b\145\x64\40\x3d\x20\146\x61\154\x73\x65\73\15\xa\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x65\154\163\145\15\xa\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\x66\x6f\x72\x6d\56\x65\154\145\155\145\156\x74\x73\133\151\x5d\x2e\x63\x68\x65\x63\153\x65\x64\x20\x3d\x20\164\162\x75\x65\x3b\xd\12\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\175\15\xa\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x7d\xd\xa\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x7d\15\12\15\12\40\x20\40\40\40\40\x20\40\40\x20\40\40\x66\x75\156\x63\164\x69\157\156\x20\143\163\145\157\103\x68\x65\x63\x6b\101\154\x6c\x28\x66\x6f\162\155\51\40\x7b\15\12\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\146\x6f\x72\x20\50\151\x20\75\40\x30\x2c\40\x6e\40\x3d\40\146\157\x72\155\56\x65\154\145\x6d\x65\156\164\x73\x2e\154\145\156\x67\x74\x68\73\x20\x69\40\74\x20\156\73\x20\x69\53\53\x29\x20\x7b\xd\xa\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\151\x66\40\x28\x66\157\x72\x6d\x2e\145\154\145\x6d\x65\156\164\163\x5b\151\x5d\56\164\171\x70\x65\40\75\x3d\75\40\42\x63\150\x65\143\153\142\x6f\x78\x22\51\x20\x7b\15\xa\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\146\157\x72\155\x2e\x65\154\145\x6d\145\156\x74\x73\x5b\151\x5d\56\x63\150\x65\143\x6b\x65\144\40\x3d\40\164\x72\x75\145\x3b\xd\12\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x7d\15\xa\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x7d\15\xa\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\175\xd\12\15\12\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\146\165\156\x63\x74\151\157\156\x20\x63\x73\145\157\125\x6e\143\150\x65\x63\x6b\101\x6c\x6c\x28\x66\x6f\x72\155\51\x20\173\xd\12\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\146\157\162\x20\x28\x69\40\x3d\40\x30\x2c\x20\x6e\x20\75\x20\x66\x6f\x72\155\x2e\145\x6c\145\155\x65\156\164\x73\x2e\154\x65\x6e\x67\164\x68\73\x20\x69\x20\74\x20\156\73\40\151\x2b\53\51\40\173\xd\12\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\151\146\x20\x28\146\157\x72\155\x2e\x65\x6c\x65\155\x65\x6e\164\x73\133\151\135\56\164\171\160\145\40\75\x3d\75\40\42\x63\x68\145\x63\153\x62\157\x78\x22\51\40\173\xd\xa\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\146\x6f\x72\155\x2e\145\x6c\x65\155\x65\x6e\164\x73\133\x69\135\56\143\x68\x65\143\153\145\144\x20\x3d\40\x66\x61\x6c\x73\145\73\15\xa\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\175\15\12\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x7d\xd\xa\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x7d\xd\12\xd\12\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x66\165\x6e\143\x74\x69\157\156\40\143\x73\x65\157\x49\x6e\x76\x65\x72\163\x65\123\x65\x6c\145\x63\x74\151\x6f\156\x28\146\157\162\155\51\x20\173\xd\xa\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\146\x6f\162\x20\50\151\40\x3d\x20\x30\54\x20\x6e\x20\x3d\x20\x66\x6f\x72\155\56\x65\x6c\x65\x6d\x65\x6e\164\163\x2e\x6c\145\156\147\164\150\73\x20\x69\40\x3c\x20\156\73\x20\x69\x2b\53\x29\x20\x7b\15\12\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\151\x66\x20\50\146\x6f\162\155\x2e\145\154\x65\155\145\156\164\163\133\x69\135\x2e\164\171\x70\x65\40\75\x3d\75\40\42\143\x68\x65\x63\153\x62\x6f\170\x22\x29\40\x7b\xd\xa\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x69\x66\40\50\x66\x6f\162\155\56\x65\x6c\145\x6d\x65\x6e\x74\x73\x5b\x69\135\56\x63\150\x65\143\x6b\x65\144\40\x3d\x3d\75\40\164\162\165\145\51\15\12\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\146\x6f\162\155\56\145\x6c\145\x6d\145\156\164\163\133\x69\x5d\x2e\x63\x68\145\143\153\x65\x64\x20\x3d\40\x66\141\154\163\x65\x3b\xd\xa\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\145\154\x73\x65\15\12\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x66\157\162\x6d\56\145\x6c\145\155\x65\x6e\x74\x73\x5b\x69\x5d\56\143\150\x65\x63\153\145\x64\x20\x3d\x20\x74\x72\165\145\73\xd\12\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\175\15\xa\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x7d\15\12\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\175\15\12\xd\12\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\146\165\x6e\143\164\x69\157\156\40\x63\163\145\157\103\150\x61\x6e\147\145\x4d\157\x64\x65\x28\x29\x20\173\15\xa\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\151\146\40\x28\147\x65\x6e\x65\x72\141\154\137\x73\145\x74\x74\151\x6e\x67\163\x2e"; echo CSEO_RSS_PULL_MODE; echo "\x2e\x76\x61\x6c\x75\x65\40\75\x3d\75\40\42\x61\165\x74\x6f\42\x29\40\173\15\xa\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x61\165\x74\157\x2e\163\164\171\x6c\145\56\x64\x69\x73\160\154\141\x79\40\75\x20\x27\142\154\x6f\x63\x6b\47\73\xd\12\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\143\162\x6f\156\x2e\x73\x74\x79\x6c\x65\56\x64\x69\x73\x70\154\141\x79\40\x3d\x20\x27\x6e\157\156\x65\x27\73\xd\xa\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x7d\x20\x65\154\x73\x65\40\x7b\xd\12\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x61\165\164\x6f\56\x73\164\x79\154\x65\x2e\x64\151\x73\x70\154\x61\171\x20\75\x20\x27\156\157\x6e\145\x27\73\15\12\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x63\x72\157\156\x2e\x73\x74\x79\154\145\56\x64\x69\x73\x70\x6c\x61\x79\x20\75\x20\x27\142\154\x6f\143\x6b\x27\73\xd\xa\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x7d\15\xa\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\175\xd\12\xd\12\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\146\165\156\x63\x74\151\157\156\x20\x63\163\x65\157\x41\151\x45\156\x67\151\x6e\x65\x28\x29\x20\x7b\15\xa\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\151\146\40\x28\x61\151\x5f\145\156\147\x69\156\x65\56\x76\x61\154\x75\145\40\75\x3d\75\x20\x22\x6e\x6f\x6e\x65\42\51\40\x7b\xd\12\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\157\160\145\x6e\141\151\56\x73\x74\x79\154\145\x2e\x64\x69\163\160\x6c\x61\171\40\x3d\x20\x27\x6e\x6f\156\145\47\73\15\12\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x61\162\164\151\143\x6c\145\137\x66\157\162\147\145\56\163\164\x79\154\x65\56\x64\x69\x73\x70\154\141\171\x20\x3d\x20\42\156\157\156\x65\x22\73\xd\xa\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x7d\xd\xa\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\151\146\x20\x28\x61\x69\137\x65\156\x67\151\156\x65\x2e\x76\141\154\165\x65\40\75\75\75\x20\x22\157\160\x65\156\x61\x69\42\x29\x20\173\xd\12\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x6f\x70\145\x6e\141\x69\56\x73\164\x79\154\145\x2e\x64\x69\x73\160\x6c\141\x79\40\x3d\x20\x22\142\x6c\x6f\x63\153\x22\73\15\xa\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x61\x72\x74\x69\143\x6c\145\137\146\x6f\162\x67\x65\56\x73\x74\171\x6c\145\56\144\x69\x73\x70\154\x61\171\x20\75\x20\x22\156\157\x6e\x65\x22\x3b\xd\12\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x7d\15\xa\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\151\x66\40\50\141\151\137\x65\156\x67\x69\x6e\x65\x2e\x76\x61\x6c\165\145\x20\x3d\x3d\x3d\40\42\x61\162\164\151\x63\x6c\x65\137\146\x6f\x72\x67\x65\x22\x29\40\173\xd\xa\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x6f\x70\x65\x6e\x61\x69\x2e\163\x74\x79\154\145\56\x64\151\x73\160\154\x61\x79\x20\75\x20\x22\156\157\156\x65\42\x3b\xd\12\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\141\162\x74\x69\x63\154\145\x5f\x66\157\162\x67\x65\x2e\163\x74\171\x6c\145\56\144\x69\163\160\x6c\141\171\x20\75\x20\x22\142\154\157\143\153\42\x3b\15\xa\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x7d\xd\xa\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\175\15\12\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\xd\xa\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x66\x75\x6e\x63\164\x69\x6f\156\x20\x63\163\145\157\131\157\x75\x54\x75\142\x65\126\x69\x64\145\x6f\x28\51\40\173\15\12\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\151\146\x20\50\x79\157\165\x74\165\x62\x65\137\160\157\x73\151\164\151\157\156\x2e\x76\x61\154\x75\x65\40\75\75\x3d\40\42\x6e\157\x5f\151\155\141\x67\145\x22\x29\x20\173\xd\12\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\171\157\165\164\165\142\x65\x5f\163\145\x74\164\x69\156\x67\x73\x2e\163\164\171\154\x65\x2e\144\x69\163\x70\x6c\141\x79\x20\x3d\x20\42\156\x6f\156\x65\42\x3b\15\12\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\175\40\145\x6c\x73\145\40\173\xd\xa\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\x79\157\165\164\165\142\145\137\x73\x65\x74\x74\151\x6e\x67\x73\56\x73\x74\171\x6c\x65\56\144\x69\163\160\154\141\171\x20\x3d\x20\x22\x62\x6c\157\143\x6b\42\x3b\15\xa\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\175\15\12\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\175\xd\12\xd\12\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x66\x75\156\x63\x74\151\157\x6e\x20\x63\163\x65\157\117\x70\145\x6e\101\x69\x49\155\x61\147\x65\50\x29\x20\173\15\xa\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x69\146\x20\50\x6f\160\145\156\x61\x69\137\151\155\x61\147\145\x5f\160\157\163\151\x74\151\157\x6e\x2e\x76\x61\154\165\145\40\x3d\75\x3d\x20\x22\x6e\x6f\x5f\x69\155\x61\x67\145\x22\x29\x20\173\xd\12\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\157\x70\145\156\141\x69\x5f\151\x6d\x61\147\x65\137\x73\145\164\164\x69\156\x67\163\x2e\x73\x74\x79\154\x65\56\x64\x69\163\x70\154\x61\x79\x20\x3d\x20\42\156\157\156\x65\x22\x3b\15\xa\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\175\40\x65\x6c\163\145\x20\173\15\12\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x6f\x70\x65\x6e\141\x69\x5f\151\155\x61\x67\145\x5f\163\x65\164\x74\x69\x6e\x67\163\x2e\163\x74\x79\154\145\x2e\x64\x69\x73\x70\154\x61\x79\x20\x3d\x20\42\x62\154\x6f\x63\x6b\42\x3b\xd\12\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\175\15\xa\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\175\xd\xa\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\15\xa\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\146\x75\156\x63\x74\151\157\x6e\x20\143\163\x65\x6f\x47\157\x6f\147\154\145\111\x6d\x61\x67\145\50\x29\40\173\15\xa\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\151\146\40\50\x67\x6f\x6f\147\x6c\x65\x5f\151\155\141\x67\x65\x5f\160\157\163\151\164\151\157\156\56\x76\x61\154\x75\x65\x20\75\x3d\x3d\x20\x22\156\x6f\137\151\155\141\147\145\42\51\40\x7b\xd\12\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\147\x6f\x6f\147\154\x65\137\151\155\x61\x67\x65\x5f\x73\145\x74\x74\151\x6e\147\x73\56\163\x74\171\154\145\x2e\x64\151\163\x70\154\x61\x79\x20\75\x20\x22\156\x6f\x6e\x65\x22\x3b\15\xa\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\40\175\40\145\154\x73\x65\40\173\15\xa\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x67\157\157\147\154\145\137\x69\x6d\141\147\145\x5f\x73\x65\x74\x74\x69\x6e\147\x73\x2e\163\164\x79\154\x65\56\144\x69\x73\x70\x6c\x61\x79\x20\75\40\x22\x62\154\157\143\153\42\x3b\xd\12\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\175\xd\12\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x7d\xd\12\xd\xa\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x66\165\x6e\x63\164\151\x6f\156\40\x63\x73\x65\157\x53\x74\x61\x62\154\x65\104\x69\146\x66\165\x73\x69\157\x6e\x49\x6d\x61\147\x65\50\51\x20\x7b\15\12\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\151\x66\40\x28\163\x74\141\142\154\x65\137\144\x69\x66\146\x75\163\x69\x6f\156\x5f\151\x6d\141\x67\x65\137\160\157\163\x69\164\151\157\156\x2e\166\141\x6c\165\x65\x20\75\x3d\x3d\x20\42\156\157\137\x69\x6d\141\147\x65\42\x29\x20\x7b\15\12\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\163\164\141\142\154\145\x5f\x64\151\x66\146\165\163\151\x6f\x6e\137\x69\155\141\147\145\x5f\163\145\x74\164\151\156\x67\163\x2e\163\x74\x79\154\x65\x2e\144\151\163\x70\x6c\141\x79\x20\x3d\40\42\156\x6f\156\145\42\73\xd\xa\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x7d\40\145\x6c\163\145\x20\173\15\xa\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x73\x74\x61\142\154\145\x5f\144\x69\146\146\165\163\x69\x6f\x6e\137\x69\155\141\147\145\x5f\x73\145\x74\164\x69\x6e\x67\x73\56\163\x74\x79\154\145\56\x64\151\x73\160\x6c\x61\171\x20\75\40\42\x62\154\x6f\143\x6b\x22\73\15\12\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\175\xd\xa\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x7d\xd\xa\xd\12\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\146\x75\156\143\164\x69\157\156\x20\x63\163\145\157\x50\x69\170\x61\x62\x61\171\111\155\141\147\x65\x28\51\x20\x7b\xd\12\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\151\x66\x20\50\x70\151\170\141\x62\141\171\137\151\155\x61\147\145\x5f\160\157\163\151\x74\x69\x6f\156\x2e\166\141\x6c\x75\x65\40\x3d\x3d\x3d\x20\42\x6e\x6f\x5f\151\155\x61\147\x65\42\x29\40\x7b\15\12\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x70\x69\170\141\142\141\171\137\151\155\141\147\x65\x5f\x73\145\164\164\151\156\x67\163\x2e\x73\x74\171\x6c\x65\56\x64\x69\x73\x70\x6c\141\171\x20\x3d\40\42\156\x6f\156\145\42\x3b\15\12\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\175\x20\145\154\163\145\x20\173\15\12\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\160\151\x78\x61\142\141\x79\x5f\x69\155\141\x67\145\x5f\163\x65\164\x74\151\156\x67\x73\56\x73\x74\x79\x6c\145\56\x64\151\x73\160\154\141\x79\x20\x3d\x20\x22\x62\154\157\143\153\42\x3b\15\12\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\175\xd\xa\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\175\15\12\15\12\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x66\x75\156\143\164\151\x6f\156\40\143\x73\145\157\101\151\111\x6d\x61\x67\x65\50\51\x20\x7b\15\12\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x69\x66\40\x28\x61\x69\137\151\x6d\x61\147\145\137\x70\x6f\x73\x69\164\x69\x6f\x6e\x2e\166\141\154\165\x65\40\x3d\75\75\x20\x22\x6e\x6f\x5f\151\155\141\x67\x65\42\51\40\173\xd\12\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x61\151\x5f\151\155\x61\x67\145\137\x73\x65\164\164\x69\156\x67\x73\56\163\x74\x79\x6c\145\x2e\144\x69\x73\160\x6c\141\x79\x20\75\40\x22\156\x6f\156\145\42\73\15\xa\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\175\40\145\x6c\163\x65\x20\173\15\12\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x61\151\137\151\155\x61\x67\145\x5f\x73\x65\164\164\x69\156\147\163\56\163\x74\x79\x6c\145\x2e\144\151\x73\160\154\x61\x79\x20\75\x20\x22\142\154\x6f\143\x6b\42\x3b\15\12\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\175\15\xa\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\175\15\12\15\xa\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x66\165\x6e\x63\164\151\157\156\40\143\163\145\x6f\123\x65\164\124\150\165\155\x62\156\x61\151\154\50\x29\x20\x7b\15\xa\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x69\x66\40\x28\x73\145\164\137\x74\150\165\x6d\x62\x6e\x61\151\154\x2e\166\x61\x6c\x75\x65\40\x3d\x3d\75\x20\x22\147\160\164\x5f\151\155\141\147\145\42\51\40\x7b\xd\12\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x70\162\x65\x66\x65\x72\x72\x65\x64\x5f\x67\x70\x74\137\x69\155\141\147\145\x5f\x73\157\x75\162\x63\145\137\x62\x6f\170\x2e\163\x74\x79\x6c\145\56\144\x69\x73\x70\x6c\141\x79\40\75\x20\42\x74\x61\x62\154\x65\x2d\x72\157\167\42\x3b\15\12\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x7d\x20\145\x6c\163\x65\x20\x7b\15\12\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\160\x72\x65\x66\x65\x72\162\145\x64\x5f\x67\160\x74\137\x69\x6d\141\x67\145\137\163\x6f\165\x72\143\x65\137\x62\157\170\x2e\x73\164\x79\x6c\145\56\x64\x69\x73\160\x6c\141\x79\40\x3d\40\42\x6e\x6f\156\145\42\x3b\xd\xa\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x7d\15\xa\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x7d\xd\xa\15\12\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x66\x75\156\x63\164\151\157\156\40\143\163\145\x6f\x43\x68\x61\x6e\147\145\101\x43\123\157\x75\162\143\x65\x28\51\x20\173\xd\12\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x61\143\x5f\x74\145\170\x74\56\163\164\x79\154\145\56\x64\151\x73\x70\154\x61\171\x20\75\x20\47\156\x6f\156\x65\x27\x3b\xd\12\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\141\x63\x5f\162\163\163\x2e\x73\x74\x79\x6c\145\56\x64\x69\x73\x70\154\141\171\40\x3d\x20\47\x6e\x6f\156\x65\47\x3b\xd\12\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\141\143\x5f\x6f\x70\x65\156\141\x69\x2e\163\164\171\154\145\x2e\144\151\x73\x70\x6c\141\171\40\75\40\x27\156\157\156\x65\x27\73\15\12\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\151\146\40\x28\x61\x63\137\163\157\x75\162\143\145\56\166\x61\x6c\165\x65\40\x3d\75\75\x20\47\164\145\170\164\x27\51\40\x7b\15\12\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x61\x63\x5f\164\x65\170\x74\x2e\163\x74\171\154\145\56\144\151\163\160\154\141\171\x20\75\40\47\x69\156\154\x69\156\145\x27\73\xd\12\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x61\x63\x5f\x6f\x70\145\156\x61\151\x5f\x72\x65\x77\162\x69\x74\x65\137\x63\142\56\163\x74\171\x6c\145\x2e\144\x69\163\x70\154\141\x79\40\75\x20\47\x74\141\x62\x6c\145\55\x72\x6f\x77\x27\73\15\12\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\175\15\xa\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\x69\x66\40\50\141\143\137\163\x6f\x75\x72\143\x65\56\166\141\x6c\x75\x65\x20\75\x3d\x3d\40\47\x72\x73\x73\x27\x29\x20\x7b\xd\12\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\141\143\x5f\162\x73\163\56\x73\164\171\x6c\x65\x2e\144\x69\x73\160\154\141\x79\x20\75\40\47\151\x6e\x6c\x69\x6e\x65\47\x3b\15\xa\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\141\x63\x5f\157\160\145\156\141\x69\x5f\x72\145\167\162\151\x74\x65\x5f\143\x62\x2e\x73\164\171\154\145\x2e\144\x69\163\160\154\141\171\40\x3d\x20\47\x74\x61\x62\x6c\x65\55\x72\x6f\x77\47\73\xd\12\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\175\15\12\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\151\x66\40\x28\141\143\137\x73\157\x75\x72\143\x65\56\x76\141\x6c\x75\145\x20\75\x3d\75\x20\x27\157\x70\x65\x6e\x61\x69\47\51\x20\173\15\xa\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\141\143\137\x6f\x70\145\156\141\151\56\x73\x74\171\154\145\x2e\x64\151\163\x70\x6c\141\171\x20\x3d\x20\47\151\x6e\154\x69\x6e\x65\x27\73\xd\xa\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\141\x63\137\x6f\x70\145\156\x61\x69\137\x72\x65\167\162\151\x74\x65\x5f\x63\x62\x2e\163\x74\171\x6c\145\56\x64\151\163\x70\x6c\x61\x79\40\x3d\40\47\156\x6f\x6e\x65\x27\x3b\xd\xa\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x7d\xd\xa\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x7d\15\xa\xd\xa\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\146\165\156\x63\x74\x69\157\x6e\x20\x63\x73\x65\x6f\123\167\151\x74\x63\150\121\x4f\x44\123\x28\51\x20\173\xd\12\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\151\x66\x20\50\145\170\160\145\162\x74\137\x62\x6f\170\x5f\x6f\166\x65\162\162\151\144\145\56\163\x74\171\154\145\x2e\144\x69\x73\160\154\x61\171\40\x3d\75\75\40\x27\x6e\157\156\145\x27\51\40\x7b\xd\12\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\145\x78\160\x65\162\x74\x5f\142\x6f\x78\x5f\157\x76\x65\x72\x72\x69\x64\x65\x2e\163\x74\x79\x6c\x65\56\x64\x69\163\x70\x6c\141\x79\x20\x3d\40\47\142\154\x6f\x63\153\47\x3b\xd\xa\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x73\x68\157\167\x5f\x6f\166\145\x72\x72\151\144\145\x5f\x62\157\x78\56\x73\x74\x79\x6c\x65\56\x64\x69\163\160\x6c\141\x79\x20\75\40\x27\156\157\x6e\145\47\73\15\12\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x68\x69\144\x65\x5f\x6f\166\145\x72\x72\151\144\145\x5f\142\157\x78\56\x73\164\x79\154\x65\56\x64\151\163\x70\154\141\x79\x20\x3d\40\x27\x69\156\x6c\151\156\x65\47\73\15\xa\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x7d\x20\x65\x6c\163\x65\x20\x7b\xd\xa\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\145\170\160\145\162\x74\137\142\157\x78\137\157\x76\145\x72\162\x69\144\145\56\x73\x74\171\154\145\x2e\144\x69\163\160\154\x61\x79\x20\75\40\47\x6e\x6f\156\x65\x27\73\15\xa\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x73\x68\157\167\137\x6f\166\x65\162\162\151\144\145\137\x62\x6f\170\56\163\164\171\154\145\56\144\x69\x73\160\154\x61\x79\x20\x3d\40\47\151\156\154\151\x6e\x65\x27\x3b\15\xa\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\150\x69\144\x65\x5f\157\x76\145\x72\162\151\x64\145\x5f\x62\157\x78\x2e\163\x74\x79\x6c\145\56\x64\151\x73\160\154\x61\171\40\x3d\40\47\x6e\157\156\145\47\x3b\xd\12\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x7d\15\xa\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x7d\15\xa\15\xa\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\146\165\156\143\164\151\157\156\40\143\x73\x65\157\103\x68\141\x6e\x67\x65\124\x65\x78\164\x45\x78\164\x72\x61\x63\x74\157\162\x28\51\x20\173\xd\xa\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x63\x75\x73\164\x6f\155\x5f\x74\x65\x78\x74\137\145\170\x74\162\141\x63\x74\x6f\162\56\x73\164\171\x6c\145\x2e\x64\x69\163\x70\x6c\141\x79\x20\x3d\x20\47\156\157\x6e\145\47\73\xd\12\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x69\x66\40\50\146\x65\x65\x64\137\x73\145\164\164\x69\x6e\147\x73\56\x65\170\164\x72\x61\143\x74\x5f\x66\165\x6c\154\137\141\x72\164\151\x63\x6c\145\163\x2e\x76\x61\154\165\x65\40\x3d\75\75\x20\47\x63\165\163\164\157\x6d\47\51\x20\173\xd\12\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\143\165\x73\x74\157\155\x5f\164\x65\x78\164\137\145\x78\x74\162\x61\x63\164\157\162\56\x73\x74\x79\154\145\x2e\144\151\163\x70\x6c\141\171\x20\x3d\x20\47\151\156\154\151\156\145\x27\x3b\15\xa\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\175\xd\xa\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x7d\xd\12\xd\12\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\146\165\x6e\x63\164\x69\x6f\156\x20\143\x73\145\x6f\x43\150\x61\156\x67\145\x54\162\x61\x6e\x73\154\141\164\157\x72\50\x29\x20\173\xd\12\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\171\141\x6e\x64\x65\170\137\164\x72\141\156\x73\154\141\x74\145\x5f\163\145\x74\x74\151\x6e\x67\163\56\x73\164\171\154\x65\56\144\151\x73\160\154\x61\171\x20\x3d\40\x27\156\157\156\x65\47\73\15\xa\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x67\157\157\147\x6c\145\x5f\x74\x72\x61\156\163\154\141\x74\x65\x5f\163\x65\x74\x74\151\x6e\x67\163\x2e\163\x74\171\154\x65\x2e\144\x69\x73\160\x6c\141\171\40\75\40\47\156\x6f\156\145\x27\73\xd\12\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x64\x65\x65\x70\154\137\x74\162\141\x6e\x73\x6c\141\x74\145\x5f\163\145\164\x74\151\156\x67\163\x2e\163\164\x79\x6c\145\x2e\x64\x69\x73\160\154\x61\x79\x20\75\40\47\156\157\x6e\145\x27\73\xd\12\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x69\146\x20\50\146\x65\x65\x64\x5f\x73\x65\164\x74\x69\156\x67\x73\x2e\164\x72\141\156\163\x6c\141\x74\157\x72\56\166\141\x6c\x75\x65\x20\75\x3d\x3d\40\47\171\x61\156\x64\145\170\x5f\x74\x72\141\x6e\163\x6c\141\164\x65\x27\x29\x20\173\15\12\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\40\40\40\40\x79\x61\156\144\x65\x78\x5f\164\x72\x61\x6e\x73\154\141\164\x65\x5f\163\145\x74\164\151\x6e\147\x73\x2e\x73\164\171\154\x65\56\144\151\x73\160\x6c\x61\x79\40\75\40\x27\151\156\154\151\156\x65\47\x3b\15\xa\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\175\xd\xa\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\151\x66\x20\x28\146\x65\x65\x64\137\163\x65\x74\x74\x69\156\x67\163\x2e\x74\162\x61\156\x73\x6c\141\164\157\x72\x2e\x76\x61\x6c\165\x65\40\75\x3d\75\40\47\147\157\157\147\154\x65\x5f\164\x72\141\156\x73\x6c\x61\164\x65\47\51\40\x7b\xd\xa\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x67\157\x6f\147\x6c\x65\x5f\164\162\x61\x6e\163\154\x61\x74\x65\137\163\x65\x74\164\151\156\x67\163\56\163\164\x79\154\145\56\x64\x69\163\160\x6c\x61\171\40\x3d\x20\47\x69\156\154\x69\x6e\x65\47\x3b\15\xa\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\175\15\12\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x69\146\40\50\146\145\x65\144\137\x73\x65\164\164\x69\156\x67\163\56\x74\x72\141\x6e\163\x6c\x61\164\157\162\x2e\x76\x61\x6c\x75\x65\40\75\75\x3d\40\47\144\x65\x65\x70\154\137\x74\x72\141\x6e\163\154\x61\164\145\x27\51\40\x7b\xd\12\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\144\x65\145\160\x6c\x5f\164\x72\x61\x6e\x73\x6c\x61\x74\x65\x5f\x73\x65\x74\x74\x69\x6e\147\x73\x2e\x73\164\x79\154\x65\56\144\x69\163\160\x6c\x61\x79\40\x3d\40\47\151\156\x6c\151\x6e\x65\47\73\xd\xa\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\175\xd\12\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x7d\15\xa\15\xa\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x66\x75\156\x63\x74\x69\x6f\x6e\x20\x63\163\145\x6f\x43\150\x61\156\147\145\123\160\151\x6e\156\145\162\x28\x29\40\x7b\15\xa\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x74\142\163\x5f\x73\x65\x74\164\151\x6e\147\x73\x2e\x73\x74\x79\x6c\145\x2e\x64\x69\x73\160\x6c\x61\x79\40\75\40\x27\156\x6f\x6e\x65\x27\73\15\12\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\163\160\151\x6e\x72\145\x77\162\151\164\x65\x72\137\x73\145\x74\164\151\156\x67\x73\56\x73\x74\171\154\145\56\x64\x69\163\160\154\141\x79\40\x3d\40\x27\156\x6f\x6e\x65\47\x3b\xd\xa\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\167\157\162\x64\x61\151\x5f\163\x65\164\164\x69\x6e\x67\x73\x2e\163\164\x79\x6c\x65\56\144\x69\163\160\x6c\x61\x79\x20\75\40\47\156\x6f\156\145\x27\x3b\xd\12\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x63\150\x69\155\x70\x72\x65\167\x72\151\164\x65\162\137\163\x65\164\x74\151\x6e\x67\x73\x2e\163\x74\171\x6c\x65\x2e\x64\x69\163\x70\x6c\x61\171\x20\75\40\47\x6e\x6f\156\x65\47\x3b\15\12\x20\40\40\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\145\163\160\151\x6e\156\145\162\137\x73\145\x74\164\151\156\147\x73\x2e\x73\164\171\x6c\x65\56\x64\151\x73\x70\x6c\141\171\40\75\x20\47\156\157\x6e\x65\x27\73\xd\12\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\170\x73\160\x69\156\156\x65\x72\137\163\x65\164\164\x69\x6e\147\x73\56\x73\x74\171\x6c\x65\x2e\144\151\x73\x70\x6c\141\x79\40\x3d\40\x27\x6e\x6f\156\x65\47\73\15\xa\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\157\x70\x65\x6e\141\151\x5f\147\160\164\x5f\x73\x65\x74\x74\x69\x6e\147\x73\x2e\x73\x74\x79\154\x65\56\144\151\x73\x70\x6c\x61\171\x20\x3d\x20\x27\x6e\x6f\x6e\x65\47\73\15\xa\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x69\146\x20\x28\146\145\x65\x64\x5f\163\145\164\164\x69\x6e\x67\x73\56\163\160\x69\x6e\156\145\162\56\x76\x61\154\165\145\40\75\75\75\x20\x27"; echo CSEO_TBS; echo "\47\x29\40\x7b\15\xa\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\164\142\163\137\163\x65\164\x74\151\156\x67\x73\x2e\163\164\171\154\145\x2e\x64\151\x73\x70\154\x61\x79\40\x3d\40\47\x69\156\154\151\x6e\x65\x27\x3b\15\12\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\175\15\12\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\151\x66\40\x28\146\x65\x65\144\x5f\163\x65\x74\164\x69\156\147\x73\56\163\x70\x69\x6e\x6e\x65\x72\56\166\141\154\165\x65\40\75\x3d\x3d\x20\x27"; echo CSEO_SPINREWRITER; echo "\x27\x29\40\x7b\15\xa\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x73\x70\151\x6e\x72\x65\167\162\x69\x74\145\x72\x5f\x73\145\x74\164\151\156\x67\x73\x2e\163\164\x79\x6c\x65\56\x64\151\163\x70\x6c\141\x79\x20\x3d\x20\x27\x69\x6e\154\151\156\x65\x27\x3b\15\12\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x7d\15\xa\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\151\146\40\x28\146\145\x65\x64\137\x73\x65\x74\x74\x69\156\147\163\56\163\x70\151\156\x6e\145\162\x2e\x76\x61\x6c\165\145\x20\x3d\75\x3d\x20\47"; echo CSEO_WORDAI; echo "\47\51\x20\173\15\xa\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\167\x6f\x72\x64\141\151\x5f\163\x65\164\164\151\156\147\163\56\x73\164\x79\154\x65\56\144\151\163\x70\154\141\x79\x20\x3d\40\47\151\x6e\154\x69\156\x65\47\73\xd\12\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x7d\15\12\40\40\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\151\146\40\x28\x66\145\145\x64\137\163\x65\x74\x74\x69\x6e\x67\163\56\163\160\x69\x6e\156\x65\162\x2e\166\141\x6c\165\x65\x20\75\x3d\x3d\40\47"; echo CSEO_CHIMPREWRITER; echo "\47\51\x20\x7b\15\12\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x63\150\x69\x6d\160\162\x65\167\x72\151\164\x65\x72\137\x73\x65\x74\164\x69\x6e\147\163\x2e\x73\x74\x79\x6c\x65\56\x64\151\163\x70\x6c\x61\x79\x20\x3d\x20\x27\x69\x6e\154\x69\x6e\x65\47\x3b\xd\xa\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\175\15\12\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x69\x66\40\50\x66\145\x65\144\137\163\145\x74\x74\151\x6e\x67\163\x2e\163\x70\151\156\156\x65\x72\56\166\x61\154\x75\x65\40\75\75\75\40\47"; echo CSEO_ESPINNER; echo "\47\51\40\173\xd\12\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\145\163\x70\x69\156\x6e\x65\162\137\163\145\x74\x74\151\156\x67\x73\x2e\163\x74\171\154\145\x2e\x64\151\x73\x70\154\141\x79\x20\75\40\x27\x69\156\x6c\x69\x6e\145\x27\x3b\15\12\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\175\15\xa\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\151\146\40\x28\x66\x65\145\x64\x5f\x73\145\164\164\x69\x6e\147\x73\56\x73\160\151\x6e\156\x65\x72\x2e\x76\x61\154\x75\145\x20\x3d\x3d\75\40\47"; echo CSEO_XSPINNER; echo "\x27\x29\x20\x7b\15\xa\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x78\x73\160\151\x6e\156\145\162\137\x73\x65\164\164\x69\x6e\x67\x73\56\163\x74\x79\154\145\56\144\x69\163\160\154\141\171\40\75\x20\x27\151\156\154\151\x6e\145\x27\x3b\xd\xa\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x7d\xd\xa\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\151\x66\40\x28\x66\x65\x65\144\x5f\x73\x65\x74\164\151\x6e\x67\163\56\163\160\x69\x6e\x6e\x65\162\56\x76\141\154\x75\145\x20\75\75\75\x20\47"; echo CSEO_OPENAI_GPT; echo "\47\51\40\173\xd\12\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\157\x70\145\x6e\x61\151\x5f\x67\160\164\137\x73\145\164\164\151\156\147\x73\x2e\x73\x74\171\154\145\x2e\144\x69\163\160\154\x61\x79\40\75\40\x27\151\x6e\x6c\151\156\145\47\73\15\12\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x7d\xd\xa\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x7d\xd\xa\15\xa\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x66\165\x6e\x63\164\x69\x6f\156\x20\143\x73\145\157\x53\145\x6c\x65\x63\164\115\x6f\x64\x69\146\x69\x63\x61\164\151\x6f\x6e\124\x6f\157\x6c\x28\51\40\173\xd\xa\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x6d\164\137\x65\170\145\x63\137\x70\150\x70\56\x73\164\171\x6c\145\x2e\x64\x69\163\160\154\141\x79\x20\75\40\42\x6e\157\x6e\x65\x22\73\15\xa\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\160\x6f\163\164\x5f\x74\x79\x70\145\137\x73\x65\154\145\143\x74\x6f\162\x2e\163\164\171\154\x65\x2e\144\x69\x73\160\x6c\141\x79\x20\75\40\42\156\157\x6e\x65\42\73\15\12\x20\40\40\40\40\40\40\40\40\40\40\40\40\40\x20\40\160\x6f\163\164\x5f\146\151\145\x6c\x64\137\x73\x65\154\x65\143\164\157\x72\x2e\x73\164\171\x6c\x65\x2e\x64\151\163\x70\154\x61\x79\40\75\40\x22\x6e\157\156\x65\42\73\xd\xa\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x69\x66\x20\x28\155\x6f\x64\151\x66\151\x63\141\164\x69\157\x6e\137\164\157\157\x6c\163\x2e\x6d\x74\137\x74\157\157\x6c\x2e\x76\141\154\x75\x65\40\75\x3d\x3d\40\42\155\x74\137\x65\x78\145\x63\137\160\150\160\x22\51\x20\x7b\xd\xa\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x6d\164\x5f\x65\170\145\143\137\160\x68\160\56\163\x74\x79\x6c\145\56\144\151\x73\x70\x6c\141\x79\x20\75\x20\x22\x62\x6c\x6f\143\x6b\42\73\xd\xa\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x7d\15\12\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\151\x66\40\x28\155\x6f\144\151\146\x69\143\x61\164\x69\x6f\x6e\x5f\x74\x6f\x6f\154\163\x2e\x6d\x74\137\164\x6f\157\154\56\166\x61\x6c\x75\145\x20\x3d\x3d\x3d\x20\x22\x6d\164\x5f\163\171\156\x6f\156\171\155\x69\172\x65\x22\x29\40\173\15\12\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x70\x6f\163\x74\137\x74\x79\x70\145\137\x73\x65\154\x65\143\164\157\162\x2e\163\x74\x79\154\x65\x2e\144\151\163\160\x6c\141\171\40\x3d\40\x22\x62\x6c\157\x63\153\x22\73\xd\xa\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x70\x6f\x73\164\x5f\146\x69\145\154\x64\137\x73\x65\x6c\x65\143\x74\x6f\x72\x2e\163\164\171\154\145\x2e\144\151\x73\x70\154\x61\x79\x20\75\40\42\142\154\x6f\143\153\x22\73\15\12\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\175\15\12\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\151\x66\x20\x28\155\x6f\x64\x69\146\x69\143\x61\x74\151\157\x6e\x5f\164\157\157\x6c\163\56\x6d\164\137\164\157\157\x6c\x2e\x76\141\154\165\x65\x20\x3d\x3d\75\x20\x22\x6d\164\137\147\145\x6e\145\162\141\x74\x65\x5f\164\150\x75\x6d\x62\156\x61\x69\154\163\42\51\40\173\xd\xa\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\160\157\163\x74\x5f\164\171\x70\x65\137\163\x65\154\145\x63\x74\x6f\x72\x2e\163\x74\171\x6c\x65\x2e\144\151\163\x70\154\141\171\x20\x3d\40\42\x62\x6c\157\x63\153\x22\73\xd\12\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\175\xd\xa\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\175\xd\12\xd\xa\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\146\165\156\143\x74\151\x6f\x6e\x20\143\163\x65\157\x43\150\x61\x6e\x67\x65\x50\157\x73\164\x54\x79\160\x65\50\x29\40\173\15\12\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\166\141\162\x20\x70\x6f\163\x74\x5f\x74\171\x70\145\x20\75\x20\144\157\x63\165\x6d\x65\x6e\164\56\x66\145\145\144\137\163\145\164\164\x69\x6e\147\163\x2e\x70\157\x73\164\137\x74\x79\160\x65\56\166\141\x6c\x75\145\x3b\xd\12\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x76\141\x72\40\x75\x6e\x64\145\x66\x69\156\145\144\40\x3d\40\x64\x6f\143\165\155\x65\x6e\164\56\147\145\x74\105\154\145\155\145\156\164\x42\171\x49\x64\x28\x22\143\x75\163\164\157\155\137\164\141\170\157\x6e\x6f\x6d\171\137\165\x6e\x64\145\x66\x69\156\x65\144\42\51\73\15\xa\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x75\x6e\144\145\146\151\156\x65\144\x2e\163\164\x79\x6c\x65\56\144\x69\x73\160\x6c\x61\x79\x20\75\x20\42\142\154\157\143\x6b\42\x3b\15\12\40\x20\40\x20\40\x20\x20\x20"; $args = ["\160\165\142\154\151\x63" => true, "\x5f\142\165\151\x6c\x74\151\x6e" => false]; $output = "\x6f\142\152\145\143\x74\163"; $operator = "\x61\156\x64"; $taxonomies = get_taxonomies($args, $output, $operator); foreach ($taxonomies as $taxonomy) { echo "\166\141\162\40\145\x6c\x65\155\x65\x6e\164\x20\75\x20\x64\157\143\165\155\x65\x6e\164\56\x67\145\x74\x45\x6c\x65\155\x65\x6e\164\102\171\111\x64\x28\x22\x63\x75\163\x74\x6f\x6d\137\164\x61\x78\x6f\x6e\157\x6d\171\x5f" . $taxonomy->name . "\x22\x29\x3b"; echo "\145\154\145\155\145\x6e\x74\56\x73\164\x79\x6c\x65\56\144\151\163\160\154\x61\171\x20\75\40\42\x6e\157\156\145\42\73"; foreach ($taxonomy->object_type as $object_type) { echo "\151\146\40\50\x70\157\x73\x74\x5f\x74\x79\x70\145\x20\x3d\75\x20\x22" . $object_type . "\42\x29\40\173"; echo "\x65\x6c\145\155\x65\x6e\x74\x2e\x73\x74\x79\x6c\x65\56\144\151\x73\x70\x6c\141\171\40\x3d\x20\x22\x62\x6c\157\x63\153\42\x3b"; echo "\x75\x6e\x64\145\146\151\156\145\144\56\163\164\171\154\x65\56\144\151\163\x70\x6c\141\171\x20\x3d\40\42\156\157\x6e\x65\42\x3b"; echo "\175" . PHP_EOL; v9RTg: } FqERj: PsieL: } Ltvgo: echo "\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x7d\xd\xa\15\12\40\40\40\x20\40\40\40\40\x20\40\x20\40\x66\x75\156\x63\x74\151\x6f\x6e\x20\143\x73\145\x6f\x43\150\141\x6e\147\x65\x50\x72\145\166\x69\x65\x77\115\157\x64\x65\x28\x29\x20\173\15\xa\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x73\167\x69\164\143\x68\40\x28\160\162\145\166\x69\145\x77\137\x6d\157\144\145\137\x73\167\151\x74\x63\150\x2e\x76\141\x6c\165\x65\51\40\173\15\xa\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x63\141\163\145\x20\42\160\157\x73\164\x5f\x76\x69\145\x77\x22\x3a\xd\12\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\160\157\163\x74\137\x76\151\x65\x77\56\x73\164\x79\x6c\145\x2e\x64\x69\x73\160\154\141\171\x20\75\x20\42\x62\x6c\157\143\153\42\73\xd\12\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x66\x75\x6c\154\137\x74\145\x78\x74\x5f\166\151\x65\167\x2e\x73\x74\x79\x6c\x65\x2e\x64\x69\163\x70\x6c\141\171\40\75\x20\x22\156\x6f\156\145\x22\73\15\xa\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x61\x74\164\141\x63\150\155\x65\156\164\137\x76\151\145\x77\x2e\163\x74\x79\x6c\145\56\144\x69\163\160\x6c\141\x79\x20\x3d\x20\x22\x6e\157\156\x65\x22\73\15\12\40\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\170\155\154\x5f\x76\151\x65\x77\56\x73\164\x79\154\145\56\144\151\163\x70\154\141\x79\x20\75\40\42\156\x6f\x6e\x65\42\x3b\xd\12\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\142\162\x65\141\153\x3b\15\xa\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\143\141\163\x65\40\x22\x66\165\154\x6c\x5f\x74\145\x78\164\137\166\151\145\167\42\72\15\12\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\160\x6f\x73\164\137\166\x69\145\167\x2e\x73\164\171\154\145\56\144\x69\x73\160\x6c\x61\x79\x20\x3d\40\42\156\157\156\x65\42\73\15\xa\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x66\165\x6c\x6c\137\164\145\170\x74\x5f\166\x69\145\x77\56\x73\x74\171\154\x65\56\x64\x69\x73\160\x6c\x61\171\40\x3d\x20\x22\142\154\x6f\143\153\42\x3b\15\xa\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\141\164\164\x61\143\150\155\x65\156\x74\137\x76\x69\x65\167\x2e\163\164\171\x6c\145\x2e\144\151\163\160\154\141\x79\40\75\x20\42\156\157\x6e\145\x22\73\xd\12\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x78\155\154\137\x76\151\145\167\56\163\164\x79\x6c\x65\x2e\x64\151\163\160\154\x61\171\40\x3d\40\42\156\x6f\156\145\42\x3b\xd\xa\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x62\x72\x65\141\x6b\x3b\15\12\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\143\x61\x73\x65\x20\42\141\164\x74\x61\x63\150\x6d\x65\156\x74\x5f\166\x69\x65\x77\42\72\xd\xa\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\160\x6f\x73\x74\137\x76\151\x65\167\56\163\164\x79\154\x65\56\144\x69\163\x70\x6c\x61\171\x20\x3d\40\42\156\x6f\156\x65\42\73\15\xa\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x66\x75\154\x6c\137\x74\x65\170\x74\137\166\x69\145\167\56\x73\x74\x79\x6c\x65\56\144\151\x73\160\x6c\141\171\x20\75\x20\42\156\x6f\156\145\42\x3b\xd\12\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\141\x74\x74\141\x63\x68\155\145\156\x74\137\x76\x69\145\x77\x2e\163\x74\x79\x6c\x65\x2e\144\151\x73\160\154\x61\x79\x20\75\40\x22\142\154\157\143\153\42\x3b\xd\12\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\170\x6d\x6c\x5f\x76\151\x65\167\56\163\164\x79\x6c\x65\x2e\x64\x69\x73\x70\154\141\x79\40\x3d\x20\x22\156\157\156\x65\42\73\15\12\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\142\162\x65\141\153\x3b\15\12\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\143\x61\163\x65\x20\42\170\x6d\x6c\x5f\166\151\145\x77\x22\72\xd\12\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\160\157\163\164\x5f\x76\151\145\167\56\x73\x74\x79\x6c\145\x2e\144\151\163\160\154\x61\171\x20\x3d\40\42\156\157\156\x65\42\73\15\xa\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x66\x75\x6c\x6c\137\x74\x65\x78\x74\137\166\x69\145\167\x2e\x73\x74\x79\x6c\x65\56\144\151\x73\160\x6c\x61\x79\x20\x3d\40\42\156\x6f\156\145\42\73\15\xa\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\141\164\x74\x61\143\x68\155\x65\156\164\137\166\x69\145\x77\x2e\163\x74\171\154\x65\x2e\x64\x69\163\160\x6c\141\x79\40\75\x20\42\x6e\x6f\156\145\x22\73\15\12\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\170\x6d\x6c\137\x76\151\145\x77\56\x73\164\x79\x6c\x65\56\144\151\163\x70\154\141\x79\40\75\40\x22\142\x6c\x6f\143\x6b\42\73\15\xa\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x62\x72\x65\141\x6b\73\xd\xa\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x7d\xd\12\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x7d\15\12\x20\40\40\x20\40\40\40\40\x3c\57\163\143\x72\x69\x70\164\x3e\15\xa\40\40\x20\x20\x20\x20\40\x20"; } } if (!(get_option(CSEO_ENABLE_DEBUG_MODE) === "\x6f\156")) { goto fVTEx; } error_reporting(-1); ini_set("\x64\151\163\160\154\141\171\x5f\145\162\162\x6f\x72\x73", "\x4f\x6e"); fVTEx: if (!(get_option(CSEO_PREVIOUS_VERSION) !== get_option(CXXX_CORE_VERSION))) { goto LZz1O; } update_option(CSEO_PREVIOUS_VERSION, get_option(CXXX_CORE_VERSION)); cseo_upgrade(); LZz1O: if (!is_admin()) { goto F4Duj; } cseo_default_options(); F4Duj: $cseo_syndicator = new CyberSEO_Syndicator(); if (!is_admin()) { goto dCv2J; } add_action("\x69\x6e\x69\x74", [$cseo_syndicator, "\x69\156\151\164"]); add_action("\x61\144\155\151\x6e\137\142\141\x72\x5f\155\x65\156\x75", "\143\x73\145\157\137\141\x64\x64\x5f\141\144\x6d\x69\156\x5f\x6d\x65\x6e\x75\x5f\151\x74\145\x6d"); add_action("\141\144\155\x69\x6e\137\x68\x65\141\144", [$cseo_syndicator, "\141\144\155\x69\156\x5f\150\x65\x61\x64"]); add_action("\x61\x64\x6d\x69\156\137\145\x6e\x71\165\x65\x75\x65\137\163\x63\x72\x69\x70\164\163", [$cseo_syndicator, "\x65\156\x71\x75\145\165\x65\137\x73\x63\162\x69\x70\x74\x73"]); add_filter("\160\154\165\147\151\156\137\141\x63\x74\x69\x6f\x6e\137\154\x69\x6e\x6b\163\137" . plugin_basename(__FILE__), "\143\x73\x65\x6f\137\160\154\165\147\151\x6e\x73\x5f\141\x63\164\x69\157\156\137\154\151\x6e\x6b"); define("\x43\123\x45\x4f\137\x4f\x57\x4e\x45\122", "\x25\45\105\115\x41\111\x4c\45\45"); if (isset($_POST["\x65\x78\160\157\162\164\x5f\x66\x65\x65\x64\163"])) { goto iYyr9; } if (isset($_POST["\145\170\160\x6f\x72\164\x5f\141\x73\x5f\160\x72\145\x73\145\164"])) { goto oQt6k; } goto QgbmA; iYyr9: if (!function_exists("\x63\x68\145\143\x6b\x5f\x61\144\155\151\156\137\x72\x65\146\x65\x72\145\162")) { require_once ABSPATH . "\x77\x70\x2d\x69\156\143\x6c\x75\x64\x65\163\57\x70\x6c\x75\147\147\x61\142\154\145\x2e\x70\150\160"; } if (!(isset($_POST["\146\x65\145\144\x5f\151\144\163"]) && check_admin_referer("\x63\163\x65\157\x5f\x78\x6d\154\x5f\163\x79\x6e\x64\151\143\141\164\157\x72"))) { goto ZHmdS; } header("\x43\x6f\x6e\x74\x65\x6e\x74\55\104\x65\x73\143\162\x69\160\164\151\x6f\x6e\72\x20\106\151\x6c\x65\x20\x54\x72\141\156\x73\x66\145\x72"); header("\103\x6f\156\164\145\156\164\55\x44\151\x73\x70\157\163\151\x74\151\x6f\156\x3a\40\141\164\164\141\x63\150\x6d\145\156\164\73\x20\x66\x69\x6c\x65\156\x61\x6d\145\75" . sanitize_key(get_bloginfo("\x6e\x61\x6d\145")) . "\x2d\146\145\x65\144\55\163\145\x74\x74\x69\x6e\147\163\56\144\x61\x74"); header("\103\157\x6e\164\145\156\164\55\124\x79\160\145\72\x20\164\145\x78\164\57\x78\x6d\x6c\73\40\x63\150\x61\162\163\x65\164\x3d" . get_option("\x62\x6c\157\x67\137\x63\150\141\x72\163\145\x74"), true); $cseo_syndicator->serializeFeeds($_POST["\146\145\145\x64\x5f\x69\144\163"]); exit; ZHmdS: goto QgbmA; oQt6k: $preset = []; $preset["\164\162\x65\141\164\137\141\163\137\x63\163\x76"] = isset($_POST["\x74\162\145\x61\x74\137\x61\x73\137\x63\163\x76"]) ? "\x6f\156" : ''; $preset["\x65\170\164\x72\x61\143\164\x5f\x66\165\154\x6c\137\x61\162\164\x69\143\154\145\163"] = addslashes($_POST["\x65\170\164\162\x61\x63\x74\x5f\146\x75\154\154\x5f\141\x72\164\151\143\154\x65\x73"]); $preset["\141\151\x5f\x65\156\x67\x69\x6e\145"] = $_POST["\141\151\x5f\145\x6e\x67\x69\156\x65"]; $preset["\157\x70\145\x6e\x61\x69\137\141\x72\164\x69\143\154\x65\137\141\x73\x73\x69\x67\x6e\155\145\156\x74"] = addslashes($_POST["\x6f\160\x65\x6e\141\x69\137\141\x72\164\151\x63\x6c\x65\137\x61\163\163\151\x67\x6e\x6d\x65\156\164"]); $preset["\x6f\160\145\156\x61\151\x5f\164\x69\164\x6c\145\x5f\141\163\163\151\x67\156\155\x65\156\x74"] = addslashes($_POST["\x6f\160\145\156\x61\x69\137\164\x69\x74\x6c\145\137\141\163\x73\151\147\156\x6d\x65\x6e\164"]); $preset["\157\x70\x65\x6e\x61\151\137\x70\x72\x6f\x63\x65\163\x73\x69\x6e\x67\x5f\157\x72\x64\x65\x72"] = addslashes($_POST["\157\x70\x65\x6e\141\x69\x5f\160\x72\x6f\x63\145\x73\x73\151\156\147\x5f\157\x72\144\x65\162"]); $preset["\x6f\160\145\156\141\x69\x5f\x70\x6f\x73\x69\x74\151\x6f\156"] = addslashes($_POST["\x6f\160\x65\x6e\x61\151\137\160\x6f\163\x69\164\151\157\x6e"]); $preset["\157\x70\145\x6e\x61\x69\x5f\x6d\x6f\144\145\x6c"] = addslashes($_POST["\x6f\160\145\156\141\x69\x5f\x6d\x6f\144\x65\154"]); $preset["\157\160\145\x6e\x61\151\x5f\x6d\141\170\137\164\x6f\x6b\145\156\163"] = intval($_POST["\x6f\160\145\156\x61\x69\x5f\x6d\x61\x78\x5f\164\157\153\x65\156\x73"]); $preset["\157\160\x65\x6e\x61\x69\137\164\x65\x6d\160\145\162\x61\x74\165\162\145"] = floatval($_POST["\x6f\x70\x65\156\x61\x69\137\x74\145\155\x70\145\162\x61\164\165\x72\145"]); $preset["\157\160\145\156\x61\x69\137\x74\x6f\160\x5f\x70"] = floatval($_POST["\x6f\160\145\x6e\x61\x69\137\164\157\x70\137\x70"]); $preset["\157\x70\x65\156\141\x69\x5f\x62\145\163\164\137\x6f\x66"] = intval($_POST["\x6f\160\145\156\141\x69\x5f\x62\x65\163\x74\x5f\x6f\146"]); $preset["\x6f\x70\145\156\x61\151\x5f\160\x72\x65\163\145\156\143\x65\x5f\x70\145\x6e\x61\154\164\171"] = floatval($_POST["\157\x70\x65\x6e\141\x69\137\x70\x72\145\x73\145\x6e\x63\x65\137\160\145\156\x61\x6c\x74\171"]); $preset["\157\x70\145\156\x61\151\x5f\146\x72\145\x71\165\145\156\x63\171\x5f\160\x65\x6e\141\x6c\x74\171"] = floatval($_POST["\x6f\x70\145\156\x61\151\137\x66\162\x65\161\x75\145\156\x63\x79\137\160\x65\156\x61\154\x74\x79"]); $preset["\x6f\x70\145\x6e\141\x69\x5f\151\x6d\x61\x67\x65\x5f\x70\x6f\163\x69\x74\x69\x6f\x6e"] = $_POST["\x6f\x70\145\156\141\151\x5f\x69\155\141\147\145\x5f\x70\157\x73\151\x74\x69\157\156"]; $preset["\x6f\x70\145\x6e\141\x69\137\x69\155\x61\147\x65\x5f\x61\x73\x73\x69\x67\156\x6d\145\x6e\x74"] = addslashes($_POST["\157\x70\x65\x6e\141\151\137\151\x6d\x61\x67\x65\137\141\163\x73\x69\147\156\155\x65\156\164"]); $preset["\157\160\145\x6e\141\151\137\x69\x6d\141\147\x65\x5f\155\x6f\144\145\154"] = $_POST["\x6f\160\x65\x6e\141\151\137\151\x6d\x61\x67\145\137\x6d\157\144\x65\154"]; $preset["\x6f\x70\145\156\141\x69\x5f\151\x6d\x61\x67\x65\137\163\151\x7a\x65"] = $_POST["\157\160\x65\x6e\141\x69\x5f\151\155\141\147\x65\137\x73\151\x7a\145"]; $preset["\x6f\160\x65\x6e\x61\x69\137\x69\155\141\147\x65\137\143\154\x61\x73\x73"] = $_POST["\x6f\x70\145\156\141\x69\x5f\151\155\141\147\145\x5f\143\x6c\x61\x73\163"]; $preset["\x73\164\141\x62\154\x65\137\x64\151\146\146\165\163\x69\157\x6e\137\x69\155\x61\x67\x65\137\160\157\x73\x69\x74\x69\x6f\x6e"] = $_POST["\x73\x74\141\142\x6c\x65\x5f\x64\x69\146\146\x75\163\151\x6f\156\137\151\155\x61\x67\145\x5f\x70\157\x73\x69\x74\x69\157\x6e"]; $preset["\163\164\x61\142\154\x65\137\x64\x69\x66\x66\165\x73\151\x6f\156\137\x69\x6d\x61\x67\145\137\144\145\163\x63\162\x69\160\x74\151\x6f\x6e"] = addslashes($_POST["\163\x74\141\x62\x6c\x65\137\144\x69\x66\146\165\163\151\x6f\x6e\x5f\x69\155\141\x67\x65\137\x64\145\163\x63\162\x69\160\x74\151\157\x6e"]); $preset["\x73\164\x61\142\154\x65\x5f\x64\151\146\x66\x75\x73\151\x6f\x6e\x5f\x6e\145\147\x61\x74\151\x76\x65\137\160\x72\x6f\155\x70\x74"] = addslashes($_POST["\163\x74\141\142\x6c\x65\137\144\151\146\146\165\163\151\x6f\x6e\137\x6e\145\x67\x61\164\x69\x76\x65\x5f\x70\162\x6f\x6d\x70\164"]); $preset["\x73\164\141\x62\154\x65\x5f\144\x69\x66\x66\165\163\x69\x6f\x6e\137\145\156\147\151\x6e\x65"] = $_POST["\x73\164\141\x62\x6c\145\137\x64\151\x66\146\165\x73\151\157\x6e\137\145\156\x67\151\x6e\x65"]; $preset["\x73\x74\x61\142\154\145\x5f\x64\x69\x66\x66\165\x73\151\x6f\x6e\137\143\146\x67\137\x73\x63\141\x6c\x65"] = intval($_POST["\x73\x74\x61\x62\154\145\x5f\144\x69\x66\x66\x75\163\151\x6f\x6e\137\x63\146\147\x5f\x73\x63\x61\154\145"]); $preset["\x73\164\141\142\154\x65\x5f\x64\151\x66\x66\x75\x73\x69\x6f\x6e\137\143\x6c\151\x70\137\147\165\151\x64\141\x6e\143\x65\x5f\x70\162\145\163\145\x74"] = $_POST["\163\x74\x61\x62\154\x65\x5f\144\151\x66\x66\x75\x73\x69\x6f\156\137\143\x6c\151\160\x5f\x67\165\x69\144\141\x6e\143\x65\137\x70\162\x65\163\145\164"]; $preset["\x73\x74\x61\142\154\145\137\x64\x69\146\x66\x75\163\x69\157\156\137\x73\164\x79\154\x65\137\x70\x72\x65\x73\145\164"] = $_POST["\163\x74\141\x62\154\145\137\144\x69\x66\146\x75\163\151\x6f\156\x5f\x73\x74\x79\154\145\137\x70\x72\145\163\x65\x74"]; $preset["\163\164\x61\x62\154\x65\x5f\144\151\x66\146\165\163\x69\x6f\156\137\163\x61\x6d\160\x6c\145\x72"] = $_POST["\163\164\x61\142\154\x65\x5f\x64\x69\146\x66\165\163\151\x6f\156\137\163\141\155\160\x6c\145\x72"]; $preset["\x73\164\x61\142\154\145\137\144\151\x66\146\x75\x73\151\x6f\x6e\x5f\x73\x74\x65\160\163"] = intval($_POST["\x73\164\141\x62\154\x65\137\144\x69\146\x66\165\x73\151\x6f\156\137\x73\164\x65\x70\x73"]); $preset["\163\x74\141\142\x6c\x65\x5f\144\151\x66\146\x75\x73\x69\x6f\x6e\x5f\167\151\x64\164\150"] = intval($_POST["\163\x74\141\142\x6c\145\x5f\144\x69\146\x66\x75\x73\x69\x6f\156\137\x77\151\x64\164\150"]); $preset["\163\x74\141\142\x6c\145\x5f\x64\151\146\x66\165\163\x69\157\156\x5f\x68\145\151\x67\x68\x74"] = intval($_POST["\x73\164\141\142\x6c\145\x5f\x64\151\146\146\x75\x73\x69\157\x6e\137\x68\x65\x69\147\150\164"]); $preset["\163\164\x61\x62\x6c\x65\x5f\144\x69\146\146\x75\163\151\157\156\137\x69\155\x61\x67\145\137\x63\154\x61\x73\x73"] = $_POST["\163\x74\141\x62\154\x65\137\144\151\146\x66\x75\x73\x69\x6f\x6e\x5f\151\x6d\x61\147\145\x5f\x63\x6c\x61\163\163"]; $preset["\160\x69\x78\141\142\x61\171\137\151\155\x61\x67\145\x5f\160\157\x73\x69\x74\151\x6f\x6e"] = $_POST["\160\x69\170\141\142\x61\x79\x5f\151\x6d\141\147\145\x5f\160\x6f\x73\151\164\151\x6f\156"]; $preset["\x70\x69\170\x61\x62\141\171\x5f\x71"] = addslashes($_POST["\x70\151\170\141\x62\141\x79\137\x71"]); $preset["\160\151\170\x61\x62\141\x79\x5f\x6c\141\156\x67"] = $_POST["\160\x69\x78\141\142\141\171\137\154\x61\156\x67"]; $preset["\x70\151\170\141\142\x61\171\137\151\155\x61\x67\145\137\164\x79\160\x65"] = $_POST["\x70\151\170\141\x62\x61\171\137\151\x6d\x61\x67\x65\x5f\164\x79\160\x65"]; $preset["\x70\x69\x78\141\x62\141\x79\x5f\157\x72\x69\x65\156\x74\x61\164\x69\157\x6e"] = $_POST["\160\x69\x78\141\x62\x61\x79\137\157\162\151\x65\156\x74\x61\x74\151\x6f\156"]; $preset["\160\151\x78\141\142\141\171\x5f\x6d\151\156\137\x77\x69\144\164\x68"] = intval($_POST["\x70\151\170\141\x62\x61\171\x5f\x6d\151\156\x5f\167\x69\x64\164\150"]); $preset["\160\151\170\141\x62\x61\171\x5f\x6d\x69\156\137\x68\145\x69\x67\150\x74"] = intval($_POST["\160\151\x78\141\x62\x61\171\x5f\x6d\x69\x6e\137\150\145\x69\x67\150\x74"]); $preset["\x70\x69\170\x61\x62\141\x79\137\x63\150\x6f\x6f\163\145"] = intval($_POST["\160\x69\170\x61\142\141\x79\137\143\x68\157\x6f\163\x65"]); $preset["\160\x69\x78\141\x62\x61\x79\137\151\x6d\141\147\x65\x5f\x63\x6c\141\x73\x73"] = $_POST["\160\x69\170\x61\142\141\x79\x5f\x69\155\141\x67\x65\x5f\143\154\x61\163\x73"]; $preset["\x67\x6f\x6f\147\154\x65\x5f\x69\155\x61\147\x65\137\x70\157\163\151\x74\151\157\x6e"] = $_POST["\147\x6f\x6f\x67\x6c\145\137\x69\155\x61\147\145\137\160\x6f\x73\x69\x74\151\157\x6e"]; $preset["\x67\x6f\x6f\147\x6c\145\x5f\151\x6d\x61\x67\145\137\161\165\x65\162\x79"] = $_POST["\x67\157\157\147\x6c\x65\x5f\151\155\x61\147\x65\137\x71\165\x65\162\x79"]; $preset["\x67\x6f\157\x67\x6c\x65\137\x6d\151\156\137\x77\x69\144\164\150"] = intval($_POST["\147\157\157\x67\x6c\145\x5f\x6d\x69\x6e\137\x77\151\x64\164\150"]); $preset["\x67\157\x6f\147\154\145\x5f\155\151\156\137\150\145\x69\x67\150\164"] = intval($_POST["\x67\x6f\157\x67\x6c\145\137\x6d\x69\x6e\137\x68\145\151\147\150\164"]); $preset["\x67\x6f\x6f\x67\154\145\x5f\151\x6d\141\147\x65\x5f\143\154\141\163\x73"] = $_POST["\x67\x6f\x6f\147\x6c\145\x5f\x69\155\141\147\x65\137\143\154\x61\x73\163"]; $preset["\x67\x6f\x6f\x67\154\145\x5f\x69\x6d\141\x67\145\x5f\160\157\163\151\164\151\157\x6e"] = $_POST["\x67\x6f\x6f\x67\154\x65\137\151\x6d\141\x67\x65\137\160\x6f\163\x69\x74\x69\157\x6e"]; $preset["\x79\157\x75\164\165\x62\x65\x5f\160\157\163\x69\x74\151\157\156"] = $_POST["\x79\157\x75\164\165\142\x65\137\160\157\x73\x69\x74\x69\x6f\156"]; $preset["\141\x69\x5f\151\155\141\x67\x65\x5f\x67\160\x74\x5f\x73\157\x75\162\x63\x65"] = $_POST["\141\151\137\151\155\141\x67\x65\x5f\x67\160\164\x5f\163\157\x75\162\x63\145"]; $preset["\x79\157\x75\164\165\142\145\137\x71\x75\x65\162\171"] = addslashes($_POST["\x79\x6f\x75\164\165\x62\145\137\x71\165\x65\162\171"]); $preset["\141\x69\137\151\x6d\141\x67\145\x5f\x63\154\x61\163\x73"] = $_POST["\141\151\x5f\x69\x6d\x61\x67\145\x5f\x63\x6c\x61\x73\163"]; $preset["\165\x73\145\137\x76\151\x64\x65\157\x5f\x63\165\163\164\x6f\155\137\146\x69\x6c\145\144"] = isset($_POST["\165\163\145\137\166\151\x64\145\157\137\x63\165\x73\x74\157\155\x5f\x66\151\x6c\145\x64"]) ? "\157\156" : ''; $preset["\165\163\145\x72\x5f\141\147\145\156\164"] = addslashes($_POST["\165\163\x65\162\x5f\141\147\x65\x6e\x74"]); $preset["\x64\x75\x70\154\151\x63\141\164\x65\x5f\143\x68\x65\x63\x6b\x5f\155\x65\164\x68\157\144"] = addslashes($_POST["\144\165\x70\154\x69\x63\141\x74\x65\x5f\143\x68\145\x63\x6b\x5f\x6d\x65\164\150\x6f\x64"]); $preset["\144\x69\163\x61\142\x6c\x65\137\x32\x6e\x64\x5f\x63\x68\145\143\x6b"] = isset($_POST["\144\151\x73\x61\142\x6c\145\x5f\62\156\144\x5f\143\x68\145\x63\x6b"]) ? "\157\x6e" : ''; $preset["\x68\164\x74\x70\137\150\145\141\x64\145\162\x73"] = addslashes($_POST["\150\x74\164\x70\137\150\145\x61\x64\145\x72\163"]); $preset["\x68\164\x74\x70\x5f\x72\x65\146\x65\x72\162\x65\162"] = addslashes($_POST["\x68\164\164\x70\137\x72\x65\146\x65\162\162\145\162"]); $preset["\x70\x6f\163\164\x5f\x74\x79\x70\x65"] = $_POST["\x70\157\x73\x74\x5f\x74\171\x70\145"]; $preset["\160\157\163\164\x5f\x66\x6f\162\x6d\x61\164"] = $_POST["\160\157\x73\164\137\x66\157\162\155\141\x74"]; $preset["\160\157\163\164\137\x74\145\155\160\x6c\x61\164\x65"] = $_POST["\160\157\163\x74\x5f\164\145\155\x70\x6c\141\164\x65"]; $preset["\170\155\x6c\137\163\x65\x63\x74\151\x6f\x6e\x5f\x74\141\x67\x73"] = $_POST["\x78\155\x6c\137\x73\x65\143\164\x69\x6f\156\137\x74\x61\x67\163"]; $preset["\144\x69\x73\x61\x62\x6c\x65\x5f\x69\164\x65\155\137\x74\141\147\137\x61\165\x74\x6f\144\145\x74\145\x63\x74"] = isset($_POST["\144\151\x73\x61\x62\154\145\x5f\x69\x74\145\x6d\137\164\x61\147\x5f\141\165\x74\157\144\x65\164\x65\143\164"]) ? "\x6f\x6e" : ''; $preset["\151\x6e\x73\145\x72\x74\137\x6d\x65\144\151\x61\137\141\164\x74\x61\x63\150\x6d\145\156\x74\163"] = $_POST["\x69\x6e\x73\x65\162\x74\x5f\x6d\x65\x64\x69\141\137\141\164\x74\141\143\x68\x6d\x65\156\164\x73"]; $preset["\x63\x75\x73\x74\157\155\x5f\x74\145\170\x74\137\x65\x78\x74\x72\x61\143\x74\x6f\x72\137\164\141\x67"] = $_POST["\143\x75\x73\x74\157\x6d\137\x74\145\x78\x74\x5f\x65\170\x74\162\x61\143\164\x6f\162\137\x74\x61\147"]; $preset["\143\165\x73\x74\x6f\x6d\x5f\x74\145\170\164\x5f\145\170\x74\162\x61\143\164\x6f\162\x5f\x61\x74\x74\x72\142\x75\164\x65\163"] = $_POST["\x63\x75\x73\x74\157\x6d\x5f\164\145\170\164\x5f\145\x78\x74\162\x61\x63\164\x6f\162\137\141\164\164\x72\x62\165\164\x65\163"]; $preset["\143\x75\x73\x74\157\155\x5f\x74\x65\x78\164\137\145\x78\x74\x72\141\143\164\157\162\137\151\156\x63\x6c\165\163\151\166\x65"] = isset($_POST["\143\x75\163\x74\157\x6d\x5f\164\145\x78\x74\137\x65\170\164\162\x61\x63\x74\x6f\162\x5f\151\156\x63\x6c\x75\163\151\166\x65"]) ? "\x6f\x6e" : ''; $preset["\x70\x6f\163\x74\x5f\x6c\x69\x6e\153\x73\137\150\x61\156\x64\x6c\151\x6e\x67"] = $_POST["\160\x6f\x73\x74\x5f\154\x69\156\x6b\x73\x5f\150\141\x6e\x64\x6c\x69\x6e\147"]; $preset["\163\x65\164\137\x74\x68\x75\155\x62\x6e\x61\151\154"] = $_POST["\163\145\164\137\x74\x68\x75\x6d\142\x6e\141\151\x6c"]; $preset["\x70\162\x65\x66\x65\162\x72\145\144\137\x67\160\x74\x5f\x69\x6d\x61\x67\145\x5f\163\157\165\x72\x63\145"] = $_POST["\x70\x72\145\146\x65\162\162\x65\x64\137\x67\x70\x74\137\151\x6d\141\x67\145\x5f\163\x6f\165\162\143\x65"]; $preset["\160\x61\x72\x73\x65\x5f\x61\162\x63\x68\x69\166\145\x73"] = isset($_POST["\x70\x61\162\163\145\137\x61\x72\143\x68\151\166\x65\163"]) ? "\157\156" : ''; $preset["\156\x65\167\154\x69\x6e\145\137\164\x6f\x5f\160\x61\x72\141\147\x72\141\x70\150"] = isset($_POST["\156\x65\167\154\x69\156\x65\x5f\164\x6f\137\x70\x61\162\141\147\x72\x61\160\x68"]) ? "\x6f\156" : ''; $preset["\162\145\155\x6f\166\145\x5f\x6f\x75\164\x65\162\137\145\154\x65\x6d\x65\156\164\x73"] = addslashes($_POST["\x72\x65\155\157\x76\145\137\157\x75\x74\x65\x72\x5f\x65\x6c\x65\x6d\x65\156\164\x73"]); $preset["\165\164\146\x38\x5f\145\x6e\143\x6f\144\x69\156\147"] = isset($_POST["\x75\x74\146\70\137\x65\156\143\157\144\x69\156\x67"]) ? "\x6f\156" : ''; $preset["\x63\x6f\x6e\166\x65\x72\x74\x5f\145\x6e\143\x6f\144\x69\x6e\147"] = isset($_POST["\143\157\156\x76\x65\162\164\x5f\x65\x6e\x63\x6f\x64\x69\x6e\147"]) ? "\157\x6e" : ''; $preset["\142\x61\x6c\x61\x6e\143\145\163\137\x74\141\x67\163"] = isset($_POST["\x62\141\x6c\141\x6e\143\145\x73\137\x74\141\x67\x73"]) ? "\x6f\x6e" : ''; $preset["\x72\x65\161\x75\151\162\145\137\164\x68\x75\x6d\142\156\x61\151\x6c"] = isset($_POST["\x72\x65\x71\x75\x69\162\145\137\164\150\165\155\142\156\x61\x69\154"]) ? "\157\156" : ''; $preset["\165\163\145\137\146\x69\x66\165"] = isset($_POST["\165\x73\x65\137\146\x69\146\165"]) ? "\x6f\156" : ''; $preset["\x73\x61\156\x69\164\151\x7a\x65"] = isset($_POST["\x73\x61\x6e\151\x74\151\x7a\145"]) ? "\157\156" : ''; $preset["\x73\x74\157\162\145\137\151\x6d\x61\x67\x65\x73"] = isset($_POST["\163\164\x6f\162\145\137\x69\155\x61\147\145\163"]) ? "\x6f\x6e" : ''; $preset["\141\144\x64\137\x74\x6f\137\x6d\x65\x64\151\141\x5f\x6c\x69\142\162\141\x72\x79"] = isset($_POST["\x61\144\x64\137\x74\x6f\x5f\155\145\x64\151\x61\137\x6c\151\142\162\141\162\171"]) ? "\157\x6e" : ''; $preset["\x73\x74\157\162\145\x5f\x76\x69\x64\145\157\x73"] = isset($_POST["\x73\164\x6f\x72\145\137\x76\151\144\145\x6f\163"]) ? "\x6f\156" : ''; $preset["\x73\150\157\162\164\145\x6e\137\145\x78\143\145\162\x70\164\x73"] = addslashes($_POST["\163\150\x6f\x72\x74\145\x6e\137\x65\x78\143\x65\162\160\164\163"]); $preset["\164\x61\147\x73\x5f\164\157\x5f\167\157\x6f\143\157\155\x6d\145\x72\x63\x65"] = isset($_POST["\164\x61\x67\x73\137\164\x6f\x5f\167\x6f\x6f\143\157\155\155\x65\x72\143\145"]) ? "\x6f\156" : ''; $preset["\143\x61\x74\163\137\164\x6f\x5f\167\157\x6f\x63\157\x6d\x6d\x65\x72\x63\x65"] = isset($_POST["\x63\141\164\x73\137\164\157\137\x77\x6f\x6f\143\x6f\155\155\x65\162\x63\x65"]) ? "\x6f\156" : ''; $preset["\x70\165\163\150\x5f\165\160"] = isset($_POST["\160\x75\x73\150\137\165\x70"]) ? "\x6f\156" : ''; $preset["\160\157\x73\x74\x5f\x6c\151\146\145\x74\x69\x6d\145"] = $_POST["\160\x6f\x73\x74\x5f\x6c\151\146\145\x74\151\155\x65"]; $preset["\x63\x75\163\164\157\x6d\x5f\x66\151\145\x6c\x64\x73"] = addslashes($_POST["\x63\x75\x73\x74\157\x6d\137\x66\x69\145\x6c\x64\x73"]); $preset["\x61\154\x74\x5f\x70\x6f\163\164\x5f\x74\x68\165\x6d\142\x6e\x61\151\154\x5f\163\162\143"] = addslashes($_POST["\x61\154\164\x5f\160\157\163\x74\137\164\x68\x75\x6d\x62\156\x61\151\154\x5f\x73\162\143"]); $preset["\164\x68\x75\x6d\x62\x5f\x73\x72\143\137\x6d\151\x6e\x5f\x77\x69\x64\x74\x68"] = abs(intval($_POST["\x74\x68\x75\x6d\x62\137\163\x72\143\x5f\155\151\156\x5f\x77\151\x64\164\150"])); $preset["\164\x68\165\x6d\x62\x5f\x73\x72\x63\x5f\x6d\141\x78\137\167\151\144\x74\150"] = abs(intval($_POST["\164\150\165\x6d\x62\x5f\163\162\x63\x5f\155\x61\170\137\167\151\x64\x74\x68"])); $preset["\x74\150\x75\155\x62\137\x73\x72\x63\x5f\x6d\x69\x6e\137\150\145\151\x67\x68\164"] = abs(intval($_POST["\x74\150\x75\x6d\142\x5f\x73\x72\x63\x5f\x6d\x69\156\137\x68\x65\x69\x67\x68\x74"])); $preset["\x74\150\x75\x6d\x62\137\x73\162\x63\137\155\x61\x78\137\150\145\151\147\150\164"] = abs(intval($_POST["\x74\150\165\155\142\137\163\162\143\137\155\x61\x78\137\150\x65\x69\x67\x68\164"])); $preset["\x73\x74\x72\x69\160\137\164\141\147\x73"] = addslashes($_POST["\x73\x74\x72\151\x70\137\x74\141\147\x73"]); $preset["\x70\x6f\163\x74\x5f\164\151\x74\154\145\x5f\x74\x65\155\x70\x6c\141\164\145"] = addslashes($_POST["\160\157\163\x74\x5f\164\151\x74\x6c\x65\137\164\145\155\x70\x6c\141\x74\145"]); $preset["\x70\x6f\x73\164\137\163\154\x75\147\x5f\x74\145\x6d\x70\x6c\141\x74\145"] = addslashes($_POST["\x70\x6f\x73\164\x5f\163\154\165\x67\137\164\x65\155\160\x6c\x61\x74\x65"]); $preset["\160\157\163\x74\x5f\x63\x6f\156\164\x65\x6e\164\x5f\164\145\x6d\160\154\x61\164\145"] = addslashes($_POST["\160\157\163\164\x5f\x63\157\156\164\x65\156\164\x5f\x74\x65\x6d\160\154\x61\164\x65"]); $preset["\160\x6f\x73\x74\x5f\145\x78\x63\x65\x72\x70\x74\x5f\164\145\155\x70\x6c\141\x74\x65"] = addslashes($_POST["\x70\x6f\x73\x74\x5f\145\x78\x63\145\x72\x70\x74\137\164\x65\155\x70\154\141\164\145"]); $preset["\x6d\x65\164\141\137\x64\x65\x73\x63\x72\x69\160\x74\151\x6f\156\x5f\x74\145\155\160\x6c\x61\x74\x65"] = addslashes($_POST["\155\x65\x74\141\x5f\x64\145\163\143\162\151\160\x74\151\157\x6e\137\x74\x65\x6d\x70\154\x61\164\145"]); $preset["\x70\150\x70\137\x63\x6f\x64\x65"] = addslashes($_POST["\x70\x68\x70\x5f\x63\157\x64\x65"]); $preset["\x70\x72\145\160\x72\157\143\x65\x73\163\137\163\157\x75\162\143\145\x5f\160\x68\x70"] = addslashes($_POST["\160\162\x65\x70\162\x6f\x63\x65\x73\163\137\x73\157\165\162\143\145\x5f\x70\150\x70"]); $preset["\160\141\x72\163\145\137\x73\x70\x69\x6e\x74\141\170"] = isset($_POST["\160\141\162\163\145\x5f\163\x70\151\156\164\x61\x78"]) ? "\157\156" : ''; $preset["\x72\145\155\157\166\x65\x5f\x65\155\157\x6a\151\x73\137\x66\162\x6f\155\137\x73\x6c\165\x67\163"] = isset($_POST["\x72\x65\x6d\157\x76\145\137\x65\x6d\x6f\x6a\x69\163\x5f\x66\x72\157\x6d\137\163\154\165\x67\163"]) ? "\x6f\156" : ''; if (!isset($_POST["\x63\165\163\164\x6f\x6d\137\164\x61\170\157\x6e\157\x6d\x69\x65\163"])) { goto hijg1; } $preset["\143\x75\163\x74\x6f\155\x5f\x74\141\170\x6f\156\x6f\x6d\151\145\x73"] = $_POST["\143\x75\163\x74\x6f\x6d\137\164\x61\x78\x6f\x6e\x6f\x6d\x69\145\163"]; hijg1: header("\103\157\x6e\164\145\156\164\x2d\104\145\163\143\162\151\160\164\151\157\156\x3a\x20\106\151\x6c\x65\40\x54\x72\141\x6e\163\x66\x65\162"); header("\x43\157\x6e\164\145\x6e\164\x2d\x44\151\163\160\157\163\x69\164\151\x6f\x6e\x3a\40\x61\164\x74\141\143\150\155\x65\156\164\73\x20\x66\151\x6c\145\x6e\141\155\145\x3d" . "\56\160\x72\x65\x73\145\164"); header("\x43\157\156\164\145\156\x74\x2d\124\x79\160\x65\72\40\164\145\170\164\57\x78\x6d\x6c\73\x20\x63\x68\x61\x72\163\145\x74\x3d" . get_option("\142\154\x6f\147\x5f\x63\150\141\162\x73\145\164"), true); echo serialize($preset); exit; QgbmA: goto Jy1V2; dCv2J: add_action("\167\160\x5f\154\x6f\x61\x64\145\x64", [$cseo_syndicator, "\x63\162\x6f\156\137\151\x6e\x69\164"]); add_filter("\143\x72\x6f\156\137\x73\x63\x68\145\144\165\154\145\163", [$cseo_syndicator, "\x61\144\144\137\x63\x75\x63\x74\157\x6d\137\143\x72\x6f\156\137\x69\x6e\164\145\162\166\x61\x6c"]); if (!(($_GET["\x70\165\154\x6c\x2d\x66\x65\145\x64\x73"] ?? '') === get_option(CSEO_CRON_MAGIC))) { goto jkNmw; } require_once ABSPATH . "\x77\x70\x2d\141\x64\155\151\x6e\x2f\x69\x6e\143\x6c\x75\x64\x65\x73\x2f\164\141\170\157\156\157\x6d\x79\x2e\x70\150\x70"; add_action("\163\150\x75\164\144\157\167\156", [$cseo_syndicator, "\165\x70\x64\141\164\145\137\x66\x65\145\x64\x73"]); jkNmw: if (!(get_option(CSEO_LINK_TO_SOURCE) === "\157\156")) { goto k79rH; } add_filter("\160\157\x73\x74\x5f\x6c\x69\156\153", [$cseo_syndicator, "\160\x65\162\155\141\x6c\x69\x6e\x6b"]); k79rH: if (!(get_option(CSEO_URLS_ENCRYPT) === "\x6f\156")) { goto UTISD; } add_action("\164\145\x6d\x70\154\x61\164\x65\137\x72\145\144\x69\x72\x65\x63\x74", [$cseo_syndicator, "\x70\x61\x67\145\x5f\x74\x65\x6d\x70\x6c\x61\164\145\x5f\162\145\x64\x69\162\145\143\164"]); UTISD: add_filter("\x74\150\x65\x5f\143\x6f\x6e\x74\x65\x6e\164", [$cseo_syndicator, "\164\x68\x65\137\x63\x6f\x6e\x74\x65\156\164"]); add_filter("\x77\160\137\x66\x6f\x6f\x74\145\162", [$cseo_syndicator, "\167\x70\x5f\x66\x6f\157\164\145\162"]); if (!(get_option(CSEO_SERVER_MODE) === "\x6f\x6e")) { goto ctu3K; } add_filter("\x74\x68\145\137\x70\x6f\x73\x74", [$cseo_syndicator, "\x74\150\x65\x5f\x70\x6f\163\x74"]); add_filter("\164\x68\145\x5f\x74\151\164\x6c\145", [$cseo_syndicator, "\x6d\x6f\x64\151\x66\171\137\x74\x69\164\154\145"]); add_filter("\x77\160\137\x74\x69\164\154\x65", [$cseo_syndicator, "\155\x6f\x64\x69\146\171\x5f\x74\151\x74\154\x65"]); add_filter("\164\x68\x65\137\x63\x6f\156\164\x65\x6e\x74", [$cseo_syndicator, "\141\x70\x70\154\171\x5f\x72\x75\x6e\164\x69\155\145\x5f\x63\150\141\x6e\x67\145\163"]); add_filter("\164\150\145\x5f\145\x78\x63\145\162\x70\x74", [$cseo_syndicator, "\141\160\x70\x6c\x79\137\x72\x75\x6e\164\x69\x6d\145\137\x63\x68\x61\156\x67\145\163"]); add_filter("\144\x6f\143\x75\155\x65\156\164\x5f\x74\151\164\154\x65\137\x70\141\162\x74\x73", [$cseo_syndicator, "\144\x6f\x63\x75\155\145\x6e\164\x5f\164\x69\164\x6c\145\137\x70\x61\x72\x74\x73"]); add_filter("\x74\150\145\137\x65\170\143\x65\162\x70\164\137\162\x73\163", [$cseo_syndicator, "\145\170\x63\x65\x72\x70\x74\137\x72\163\163"]); ctu3K: if (!(get_option(CSEO_POST_IMAGES) !== "\153\145\145\160" || get_option(CSEO_URLS_NOFOLLOW) === "\157\156" || get_option(CSEO_URLS_NOREFERRER) === "\157\x6e" || get_option(CSEO_URLS_TARGET_BLANK) === "\x6f\x6e" || get_option(CSEO_URLS_ENCRYPT) === "\x6f\156")) { goto t2RH8; } add_filter("\x74\150\145\x5f\x63\x6f\x6e\164\x65\x6e\164", [$cseo_syndicator, "\x72\165\156\x74\x69\x6d\x65\137\x70\x6f\x73\x74\x5f\x6d\157\x64\x69\x66\x69\x63\x61\164\151\x6f\156"]); add_filter("\x74\150\145\x5f\x65\170\143\x65\162\160\164", [$cseo_syndicator, "\162\x75\156\x74\151\155\x65\x5f\x70\x6f\x73\x74\137\155\x6f\x64\x69\146\x69\x63\141\x74\x69\x6f\156"]); t2RH8: if (!isset($_GET["\x63\x75\x73\x74\157\x6d\137\164\x61\147\163"])) { goto OV1uL; } add_action("\162\x73\x73\x32\x5f\151\164\145\155", [$cseo_syndicator, "\162\163\x73\x32\x5f\x69\164\145\x6d"]); OV1uL: if (!count(get_option(CSEO_COMMENT_CAMPAIGNS))) { goto XQ13O; } add_filter("\x74\145\x6d\160\x6c\x61\x74\145\x5f\162\x65\x64\151\162\145\x63\x74", [$cseo_syndicator, "\x61\144\x64\137\x61\x75\164\x6f\137\x63\x6f\155\155\x65\x6e\x74"]); XQ13O: if (!(get_option(CSEO_POST_IMAGES) === "\150\x69\x64\145\x5f\146\x65\141\164\165\x72\145\144\137\151\x6e\x5f\163\x69\156\147\x6c\x65")) { goto I663Y; } add_filter("\x70\x6f\163\164\x5f\164\x68\165\x6d\x62\156\141\151\154\x5f\x68\164\155\x6c", [$cseo_syndicator, "\150\x69\x64\145\x5f\x74\150\165\x6d\x62\156\141\151\x6c"]); I663Y: if (!(time() - get_option(CSEO_POST_LIFE_CHECK_DATE) > CSEO_POST_LIFE_CHECK_PERIOD)) { goto TJ0Xp; } $post_ids = $wpdb->get_col("\123\x45\x4c\105\x43\x54\40\x70\157\163\x74\137\151\144\40\x46\x52\x4f\115\x20{$wpdb->prefix}\x70\157\163\164\x6d\x65\164\x61\x20\127\x48\105\122\105\40\x6d\x65\164\x61\137\x6b\145\171\x20\75\x20\x27\143\x79\142\x65\x72\x73\x65\157\x5f\x70\157\163\164\137\154\x69\x66\x65\164\x69\x6d\x65\47\x20\x41\116\x44\40\155\145\x74\141\x5f\x76\141\154\165\145\x20\x3c\40" . time()); if (!(count($post_ids) > 0)) { goto QLn9C; } foreach ($post_ids as $post_id) { $cseo_syndicator->delete_post_media($post_id); wp_delete_post($post_id, true); kiAv3: } czINX: QLn9C: update_option(CSEO_POST_LIFE_CHECK_DATE, time()); TJ0Xp: Jy1V2: register_deactivation_hook(__FILE__, [$cseo_syndicator, "\x64\x65\x61\x63\x74\151\166\141\x74\151\157\x6e"]); add_filter("\x73\x61\156\151\164\151\x7a\145\x5f\164\x69\164\154\x65", [$cseo_syndicator, "\163\x61\x6e\x69\164\151\172\x65\137\x74\151\164\154\x65"]); if (!(get_option(CSEO_KEEP_IMAGES) !== "\x6f\x6e")) { goto hPHwJ; } add_action("\142\x65\x66\x6f\x72\145\137\144\145\x6c\145\164\x65\x5f\160\x6f\x73\164", [$cseo_syndicator, "\144\145\154\x65\x74\145\137\x70\157\x73\164\137\155\145\x64\151\x61"]); hPHwJ: if (get_option(CSEO_CHECK_DATE) == 0) { goto Ad8fT; } if (isset($_POST["\143\163\145\x6f\137\x75\160\x64\141\164\x65"])) { goto Rj11A; } goto bQlGS; Ad8fT: $cseo_syndicator->maintenance(true); goto bQlGS; Rj11A: if (!function_exists("\x63\x68\145\143\x6b\137\141\x64\x6d\x69\156\x5f\x72\x65\x66\x65\x72\145\x72")) { require_once ABSPATH . "\x77\160\55\151\x6e\143\x6c\165\x64\145\x73\x2f\160\154\x75\147\x67\141\142\x6c\145\56\160\x68\160"; } if (!check_admin_referer("\143\163\145\x6f\x5f\165\160\x64\x61\164\145")) { goto fybx3; } $cseo_syndicator->maintenance(true); fybx3: bQlGS: if (!(strlen(get_option(CXXX_REG_NAME)) && strlen(get_option(CXXX_REG_EMAIL)))) { goto kaC3Y; } function cseo_main_menu() { $icon = "\x64\141\x74\141\72\151\155\x61\x67\x65\57\x73\x76\147\53\170\155\154\73\x62\141\x73\x65\66\x34\54\x50\104\71\64\x62\x57\x77\x67\x64\x6d\126\171\x63\62\x6c\x76\142\152\60\x69\115\123\64\167\x49\151\102\154\x62\155\116\166\132\x47\x6c\165\x5a\x7a\60\151\x56\x56\x52\107\114\x54\x67\151\x49\x48\116\60\x59\127\x35\153\131\127\170\166\x62\155\x55\71\111\x6d\x35\x76\x49\x6a\x38\53\x43\152\167\150\x52\105\x39\x44\126\x46\x6c\121\122\123\x42\172\x64\155\143\x67\x55\106\x56\103\x54\105\x6c\x44\111\103\x49\x74\x4c\171\71\x58\115\x30\115\x76\114\x30\122\x55\122\103\102\x54\x56\x6b\143\147\x4d\x53\x34\170\x4c\171\x39\106\x54\151\111\x67\x49\155\x68\x30\144\110\x41\66\114\x79\x39\63\x64\63\x63\x75\x64\x7a\x4d\165\142\63\x4a\x6e" . "\x4c\60\x64\x79\x59\130\102\x6f\x61\x57\x4e\172\x4c\61\x4e\127\x52\x79\x38\x78\x4c\152\x45\x76\x52\106\122\x45\114\63\x4e\62\132\172\x45\170\x4c\155\x52\x30\132\x43\x49\53\103\x6a\170\x7a\144\x6d\x63\x67\144\x6d\126\171\x63\x32\154\166\142\x6a\x30\x69\115\123\x34\x78\x49\x69\102\160\132\x44\60\x69\124\107\x46\x35\x5a\130\x4a\146\115\x53\111\147\145\107\61\x73\142\x6e\x4d\x39\111\155\150\60\144\110\x41\x36\114\x79\x39\x33\x64\x33\143\x75\144\x7a\115\x75\142\x33\112\x6e\x4c\x7a\111\x77\115\x44\x41\x76\x63\63\x5a\x6e\111\x69\x42\x34\x62\127\170\165\x63\x7a\160\x34\x62\107\x6c\165\141\x7a\60\151\x61\110\x52\60\x63\104\157\166\x4c\x33\x64\x33\x64\171\65\x33\115\171\65\x76\x63\x6d\x63\166\x4d\124\153\65\x4f\x53\71\64" . "\x62\107\154\x75\x61\171\x49\x67\x65\x44\60\151\x4d\x48\102\64\111\151\x42\x35\120\123\111\167\x63\110\x67\151\x49\x48\144\x70\132\x48\122\157\120\123\111\x79\115\x48\102\64\111\151\102\157\132\x57\x6c\156\141\x48\121\71\111\x6a\x49\167\143\x48\x67\x69\x49\x48\x5a\160\x5a\x58\x64\103\x62\63\x67\x39\x49\152\x41\147\x4d\x43\101\x79\x4d\x43\x41\x79\x4d\103\111\147\132\127\65\150\x59\x6d\170\154\x4c\127\x4a\x68\x59\62\164\156\x63\x6d\71\61\142\x6d\x51\71\x49\155\x35\x6c\x64\x79\101\x77\111\x44\101\x67\115\x6a\101\x67\x4d\x6a\x41\151\111\x48\x68\164\142\x44\160\172\143\107\106\x6a\x5a\124\x30\151\x63\x48\x4a\x6c\143\x32\x56\x79\144\x6d\x55\x69\120\x69\x41\x67\120\107\154\x74\x59\127\144\154\x49\x47\154\x6b\x50\x53\112\x70" . "\142\x57\106\x6e\x5a\x54\x41\151\111\x48\144\160\132\x48\x52\x6f\x50\123\x49\171\115\x43\111\147\141\x47\126\160\x5a\x32\150\60\120\123\x49\x79\x4d\x43\x49\x67\x65\x44\x30\151\x4d\x43\111\x67\145\x54\x30\151\x4d\103\x49\x4b\111\x43\101\147\111\107\x68\171\x5a\127\x59\71\111\x6d\x52\x68\144\x47\105\x36\141\127\x31\150\x5a\62\x55\166\143\107\65\156\117\x32\112\150\143\x32\125\x32\116\103\x78\160\x56\153\x4a\120\x55\156\143\167\x53\60\x64\x6e\142\60\x46\102\x51\x55\106\117\125\61\126\157\x52\x56\126\x6e\x51\x55\x46\x42\x51\154\x46\x42\x51\125\106\102\126\x55\116\x42\124\x55\x46\102\121\125\x4d\62\x56\151\x73\x77\x4c\60\x46\102\121\125\x46\x43\122\x32\x52\x43\x56\x46\x56\106\121\x55\x46\115\122\x31\x42\104\x4c\x33\x68\157" . "\x51\154\106\102\x51\x55\106\104\x51\155\160\x54\x52\153\x70\117\x43\x6b\x46\102\121\152\132\x4b\132\60\x46\x42\x5a\x30\154\x52\121\125\106\121\142\x30\x46\102\x51\125\116\102\116\153\106\x42\121\x57\x52\x55\121\125\106\x42\x54\x33\x42\x6e\x51\x55\x46\x42\116\155\61\102\x51\x55\106\107\x4d\60\116\x6a\144\x57\x78\x46\x4f\105\x46\x42\121\x55\111\x33\x52\153\112\x4e\126\x6b\x56\131\114\171\70\166\114\172\105\x35\125\106\x42\x35\x4f\110\x5a\105\122\x48\131\63\x59\123\163\113\x64\x57\112\x59\x65\104\x68\120\x4c\x33\x6f\64\114\60\x77\x33\x4b\63\132\x78\116\x33\x4e\170\144\153\154\x33\143\155\64\x76\x4c\x33\131\x32\144\x6e\106\141\x62\x6c\154\65\x4e\x30\x77\60\117\125\x38\x7a\x63\x7a\132\x31\x59\x57\x4e\x73\x53\125\x52\x61" . "\x4d\x57\x52\114\x63\107\71\132\116\x30\x68\x33\x4e\x79\x39\x4a\144\x7a\143\65\x4e\62\122\130\115\155\116\x73\x53\103\x39\117\x64\156\101\172\x5a\x67\160\66\x63\x6b\x39\x78\142\x7a\126\x49\122\x58\144\115\x56\x47\153\x79\131\62\x5a\60\x4e\x44\154\121\124\x6e\x6c\151\x4e\x69\71\x31\x59\153\x51\171\x4f\x56\102\121\x54\63\154\x7a\131\x6e\x55\63\132\124\116\x33\x4f\x45\x38\172\x59\124\106\116\x63\152\x59\x72\125\x47\132\x43\x64\153\170\161\x56\x48\x70\172\141\x6e\x6b\64\132\153\122\155\115\x30\65\x75\x61\x54\122\x4f\144\156\x6b\64\x54\x33\160\x61\x43\152\x46\60\x52\x43\70\166\114\171\x38\x76\x4c\171\70\166\x4e\x69\164\62\142\156\147\64\x54\172\x63\166\114\x33\x59\x33\143\x44\x55\162\125\104\105\64\114\60\x77\x35" . "\114\61\102\x32\x64\x7a\143\x72\145\152\125\x72\132\155\131\166\114\171\x38\x76\114\171\x38\166\114\x79\x38\166\114\x79\x38\166\114\171\x38\x76\114\171\x38\x76\x4c\171\x38\x76\x4c\x79\x38\166\x4c\171\70\166\x4c\171\x38\166\114\x79\70\x4b\x4c\x33\131\166\114\x79\70\166\x4c\171\70\x76\114\x79\70\166\114\x79\70\x76\x4c\x79\x38\166\x4c\x79\x38\x76\114\171\x38\166\114\171\70\166\x4c\171\70\166\x4c\171\70\166\114\x79\x38\166\114\x79\x38\x76\x4c\171\70\x76\x4c\171\x38\166\x4c\171\70\166\x4c\x79\70\166\114\x79\70\x76\114\172\101\x34\x4c\61\101\162\x4c\x32\x59\172\x4c\x79\x39\x32\x4e\172\105\65\x55\x46\x41\166\114\171\70\x76\x4c\x77\x6f\166\114\171\x39\x51\144\x30\x74\115\114\171\x38\x76\114\171\70\166\x4c\x79\x38\x7a" . "\x4f\x53\x39\x68\116\x6e\x51\x33\x56\105\x78\65\124\x56\147\167\117\x43\x39\x51\114\x79\x38\x76\x4c\x7a\x41\65\x55\x46\x52\x52\145\155\x4e\62\x5a\x54\x4a\x6b\x59\124\x5a\x30\143\x6c\101\171\117\x58\x5a\131\x4c\x79\70\166\x4c\x79\70\166\x4c\x79\71\x6c\145\152\x64\124\x64\63\106\x77\142\156\x41\x31\x64\103\70\x76\103\x69\70\166\114\63\157\64\114\60\157\x79\131\60\x64\x70\144\x6e\106\170\x57\110\131\63\x4b\x7a\x64\64\117\x46\x42\104\x64\x6e\106\170\x57\110\x6b\64\132\x6b\x67\166\114\x79\x38\x76\x4c\x79\x38\166\x4c\x33\121\62\144\126\143\65\x64\104\x5a\161\x4d\x44\154\x51\124\x43\70\x76\114\x79\70\166\x4c\x79\70\166\116\171\x73\166\144\x6c\x46\x36\143\63\132\x77\x4e\x53\164\155\x52\x6e\144\171\114\172\x55\113" . "\113\x32\x5a\x75\116\x69\x74\x32\x63\153\x4e\x33\x54\110\x70\x74\x4e\125\71\121\124\x48\x6c\x6a\132\152\131\162\x64\156\111\166\x4c\171\x38\166\x4c\x79\70\166\114\x7a\x49\65\144\x6c\150\x75\x4e\x58\126\x4d\114\171\x38\166\114\x79\x38\166\x4c\171\70\x76\114\171\70\166\113\x79\71\155\115\x79\x38\x76\x4c\x79\70\x35\114\61\102\x36\114\x79\x38\x76\114\x33\x4d\62\113\x32\x56\x74\x62\x6a\121\172\132\x67\x6f\171\143\x7a\143\x76\x4c\171\70\166\114\171\70\166\114\171\x38\166\x4c\171\70\x76\114\x79\x38\x76\x4c\171\70\x76\114\171\x38\x76\x4c\171\x38\166\x4c\171\70\166\x62\124\x52\x6b\x59\130\160\x79\x57\x6a\115\166\114\171\70\166\114\171\70\166\114\x79\70\x76\x4c\x79\x38\166\x4c\x79\70\x76\x4c\171\70\166\x4c\x79\70\x76" . "\x4c\x79\70\x76\114\171\x38\x76\114\171\x38\x76\114\171\70\166\114\x79\x38\x76\103\x69\x38\x76\114\171\x38\166\x4c\171\70\x76\114\171\x38\x76\x4c\171\70\x76\x4c\171\x38\x76\x4c\171\x38\x76\x4c\171\x38\x76\x4c\x79\x38\x76\x4c\171\70\x76\114\171\164\131\x59\125\106\x4f\x4e\60\x46\x42\121\x55\106\x76\x4d\61\112\124\x56\107\170\x4e\x51\x55\106\x42\121\125\x46\x42\x51\125\106\102\121\125\x46\x42\121\x55\106\102\121\x55\106\102\121\125\106\102\121\x55\106\102\x51\125\106\x42\121\x55\x45\113\x51\125\106\x42\x51\x55\x46\x42\121\125\106\102\121\155\125\x35\x53\x6d\106\x48\x64\x30\x74\152\x53\127\122\151\143\x53\x74\105\132\62\105\170\x4d\105\132\x36\x55\130\x64\127\x64\107\x68\x6e\x56\x32\122\163\131\153\x31\103\144\x45\65\x31" . "\x4f\x48\112\x49\144\x7a\150\131\122\x58\154\171\116\126\132\114\x5a\x47\x4a\x53\115\153\x35\x4d\x54\130\x6f\x35\x56\x58\160\130\117\125\116\160\145\x48\116\164\x62\x51\x6f\x79\x56\63\116\x50\x57\x6a\x6c\x6d\x54\106\x4e\162\x64\153\x6c\x36\143\63\102\x57\x51\154\126\171\123\x7a\x4a\165\127\x55\x35\116\x53\124\x6c\160\144\154\x46\106\122\x48\122\x69\x5a\x30\x70\60\x5a\110\150\x30\x61\x56\121\171\126\63\106\x73\142\x6c\x46\x59\x55\155\x52\x6d\145\x6d\115\170\132\153\x5a\x57\125\105\61\x61\143\x47\x31\150\x61\107\105\x78\x59\x54\106\116\125\x46\122\62\x59\125\116\x50\x43\x6b\x64\131\x52\x45\65\150\x56\x56\112\x48\127\104\150\x30\145\x57\x4a\x54\x54\153\154\132\117\107\170\64\x54\106\x52\x6f\x57\130\150\164\x52\125\150\x56" . "\x62\x6d\147\170\132\x45\x5a\x6a\123\156\x4e\164\x4e\61\150\103\x5a\60\106\102\x51\125\x46\x47\x61\x56\115\167\x5a\x45\126\102\123\127\144\x47\123\x46\x56\x6e\121\x55\x46\102\x51\125\160\x6a\122\x57\x68\x61\131\x33\144\102\121\125\x4e\64\124\125\x45\113\x51\125\106\172\x56\x45\x46\122\x51\62\x46\165\121\155\144\102\x51\x55\x46\x42\x53\x47\122\106\142\105\65\x53\x55\x57\132\164\x51\154\x49\x77\x52\x6b\154\124\x4f\x55\147\x7a\x4e\62\x68\x6a\x51\x55\x46\102\x51\153\x67\167\x62\x45\x56\122\126\154\106\132\115\x44\112\117\132\x30\154\x43\x62\63\x64\x42\x5a\x30\126\x55\x63\x7a\132\x35\x59\x33\x5a\x4a\123\62\x6c\x72\x63\153\x6c\x4c\121\x33\x6c\x7a\x59\x67\x70\x46\x52\x55\112\162\x4d\153\x52\x73\126\124\x46\x6b\125\124\106\117" . "\x54\106\125\x30\x64\x56\x4a\104\143\x58\x52\x59\126\152\101\65\132\x6c\x46\x4f\122\x45\153\x79\124\126\x52\x59\x55\153\61\x5a\x56\60\x70\164\116\x57\x68\150\x56\61\132\157\131\154\x64\117\143\x6c\160\x58\142\x47\150\x61\x4d\152\x6c\157\121\130\x68\103\x4d\x48\122\111\123\x6a\x4a\152\127\106\x5a\x36\x59\172\x4e\127\145\127\x52\x75\x43\153\x6f\x7a\x5a\106\150\x45\x4e\153\x46\x52\x54\x6a\x51\162\142\x6d\x38\x31\132\x57\x78\60\x4e\103\x74\151\143\124\x5a\61\x59\156\x49\x31\x4b\62\170\164\x4d\172\x68\x42\x54\x48\147\64\x52\x47\131\171\121\154\x46\x6a\x52\127\154\x76\x55\125\x5a\160\x4e\106\x63\x77\125\155\x74\x57\x53\x46\x4a\x4e\131\153\x5a\x34\117\x47\144\x70\121\153\122\132\x62\x45\160\x35\131\x30\126\x78\143\126\x56\x47" . "\x63\124\x59\x4b\141\172\106\x4f\x52\63\102\171\x51\x6b\x6c\x57\x62\154\160\x50\131\x6d\147\x31\122\107\x5a\x72\x52\x32\x68\x6c\115\x55\132\64\125\61\x64\163\x57\154\x4a\106\125\152\x56\123\x56\x31\132\x57\132\x46\x5a\x34\124\x6d\112\x53\115\125\122\155\126\125\65\161\x56\x54\x52\x53\127\x48\115\170\132\x55\x78\160\x4d\110\x56\x4d\126\152\112\x30\x52\x57\150\x49\117\125\65\130\145\x6e\122\105\x55\152\112\x6b\x54\147\x70\x56\x4e\x57\x52\171\141\x45\x5a\153\115\61\x51\x79\x4f\x57\x5a\x32\115\130\126\x59\143\123\71\x50\x52\127\x6c\x61\x54\126\154\123\124\126\144\124\x53\x47\x4a\x31\121\x55\65\x31\132\105\x31\165\x61\x6e\150\x73\123\x33\x42\x45\x61\x46\101\167\115\127\x4e\x6e\141\x30\x5a\124\131\x57\x35\167\114\61\125\167" . "\x55\60\126\130\x4e\x55\71\115\125\x7a\x56\x4f\x59\154\x4a\x46\x55\60\167\x78\x64\x33\150\x77\103\153\x64\141\x52\110\x4a\x61\115\x58\111\172\x56\172\x46\157\x57\x54\154\x4a\124\x30\160\x58\x59\153\71\x6f\x4d\63\x42\x33\x65\x6d\x51\65\x4e\172\x68\103\x55\153\x46\x33\x59\151\164\106\141\x54\x52\x6e\124\126\x6c\107\144\60\x46\x42\127\x55\106\x57\x56\x44\115\167\x57\x6a\132\66\x4c\63\144\x42\x51\125\106\102\142\107\x52\x46\126\154\x6c\x6b\x52\x31\112\x6f\x5a\105\x64\x56\116\154\153\x7a\x53\x6d\167\x4b\127\126\150\x53\x62\x45\106\105\123\x58\144\116\x61\x6b\154\60\124\125\x52\x56\x64\105\61\161\x62\106\126\x4e\x52\105\153\x32\124\130\160\116\116\153\x35\x45\131\63\x4a\116\x52\105\60\62\124\125\x52\103\126\124\x42\x46" . "\143\x30\x4e\102\121\x55\x46\x42\123\x6c\150\123\122\154\144\x49\125\x6d\x74\132\x57\106\112\163\x54\x32\60\x78\x64\154\160\x48\142\x47\x31\x6c\x55\x55\x46\65\124\x55\122\112\145\x51\160\x4d\x56\x45\x45\x78\x54\x46\x52\x4a\116\x56\132\x45\121\130\x6c\x50\141\153\61\x36\124\x32\x70\122\x4d\x30\x74\66\x51\x58\x70\x50\141\x6b\106\x33\x53\x6c\153\x7a\145\156\x5a\x6e\121\x55\x46\x42\121\x55\x4a\x4b\x55\x6c\125\x31\x52\130\x4a\x72\x53\x6d\144\156\132\x7a\60\71\x49\151\101\166\x50\x67\x6f\70\114\x33\x4e\x32\132\x7a\64\113"; add_menu_page("\x46\145\x65\144\40\x53\x79\156\144\151\x63\141\x74\x6f\162", "\x43\x79\142\x65\162\123\x45\117\x20\x50\162\157", "\155\x61\156\x61\147\145\x5f\157\160\x74\151\157\x6e\163", "\143\171\x62\145\162\x73\145\x6f", "\x63\163\x65\x6f\x5f\170\x6d\x6c\x5f\x73\x79\x6e\144\151\x63\141\164\157\162\x5f\x6d\145\156\x75", $icon); add_submenu_page("\143\x79\x62\x65\x72\x73\x65\x6f", "\x47\145\156\145\162\x61\x6c\40\x53\x65\x74\x74\x69\156\147\x73", "\107\145\x6e\x65\x72\141\154\x20\x53\145\164\x74\151\156\147\163", "\x6d\x61\x6e\x61\147\145\137\157\x70\164\151\x6f\156\163", "\x63\171\142\145\162\163\145\157\137\147\145\x6e\145\162\141\x6c\137\x73\x65\x74\164\x69\156\147\163", "\x63\x73\x65\157\x5f\x6f\160\164\x69\157\x6e\163\137\x6d\145\x6e\x75"); add_submenu_page("\x63\171\142\x65\x72\163\145\157", "\101\143\143\x6f\165\156\164\163", "\x41\143\x63\157\165\x6e\x74\163", "\x6d\x61\156\141\147\145\x5f\157\160\x74\x69\x6f\156\163", "\143\x79\x62\145\162\163\145\x6f\x5f\141\x63\143\157\x75\x6e\x74\163", "\143\163\x65\157\x5f\x61\x63\x63\x6f\x75\156\x74\163\137\x6d\x65\x6e\x75"); add_submenu_page("\143\171\x62\145\x72\163\x65\x6f", "\120\157\163\164\40\x4d\x6f\x64\x69\146\x69\143\x61\164\151\157\x6e\x20\x54\x6f\157\154\x73", "\x4d\x6f\144\151\x66\151\x63\x61\164\x69\x6f\x6e\40\x54\157\157\x6c\x73", "\155\x61\x6e\x61\147\145\x5f\x6f\x70\164\151\157\156\x73", "\143\x79\x62\145\162\x73\145\157\x5f\164\x6f\157\154\x73", "\x63\163\x65\x6f\x5f\164\x6f\x6f\154\163\x5f\x6d\145\156\x75"); add_submenu_page("\x63\171\142\x65\162\163\x65\x6f", "\x53\x79\x6e\157\x6e\x79\x6d\x69\172\x65\x72\x2f\122\145\167\x72\151\164\145\162", "\123\171\x6e\x6f\156\x79\155\151\x7a\145\x72\57\x52\145\167\162\x69\x74\x65\162", "\155\x61\x6e\141\147\145\x5f\x6f\160\164\x69\x6f\156\x73", "\x63\171\x62\145\x72\163\145\x6f\137\x73\171\x6e\157\156\x79\x6d\x69\172\145\162", "\143\163\145\157\x5f\x73\171\156\x6f\x6e\x79\x6d\151\x7a\145\162\137\x6d\145\x6e\165"); add_submenu_page("\x63\x79\x62\x65\x72\163\x65\x6f", "\104\x75\160\154\x69\143\x61\164\145\x20\120\157\163\x74\x20\106\151\156\144\x65\x72", "\x44\x75\x70\154\x69\x63\141\x74\x65\x20\x50\157\x73\x74\x20\x46\x69\156\x64\x65\162", "\x6d\141\x6e\x61\147\145\137\157\x70\x74\151\157\x6e\x73", "\143\x79\142\145\162\x73\x65\157\137\144\165\x70\x6c\151\143\x61\x74\145\x5f\x70\x6f\x73\164\137\146\151\156\144\x65\162", "\x63\163\x65\x6f\137\144\x75\160\154\x69\143\x61\164\x65\x5f\160\157\163\164\137\146\x69\x6e\144\145\162\137\155\145\156\x75"); add_submenu_page("\143\171\142\145\162\x73\145\x6f", "\101\165\x74\x6f\55\143\157\x6d\x6d\x65\x6e\x74\x73", "\101\165\164\x6f\55\143\x6f\x6d\155\x65\x6e\x74\163", "\x6d\141\x6e\x61\147\x65\x5f\157\x70\x74\x69\x6f\x6e\163", "\x63\171\x62\x65\162\x73\145\157\137\141\x75\x74\157\137\143\157\155\155\145\x6e\164\x73", "\x63\163\x65\157\x5f\x61\x75\164\157\x5f\143\x6f\155\155\145\156\x74\x73\137\155\145\156\165"); add_submenu_page("\143\171\x62\145\x72\163\x65\157", "\x53\x79\156\144\x69\x63\x61\164\x6f\x72\40\154\x6f\147", "\123\x79\x6e\x64\x69\x63\x61\x74\x6f\x72\x20\x6c\x6f\147", "\155\141\x6e\x61\x67\x65\137\x6f\x70\x74\x69\157\156\x73", "\x63\x79\x62\x65\162\163\x65\x6f\x5f\x73\171\156\144\x69\x63\x61\164\157\162\137\x6c\x6f\147", "\x63\163\145\x6f\x5f\x73\x79\156\x64\151\x63\x61\x74\x6f\x72\137\x6c\x6f\147\x5f\x6d\x65\156\x75"); } kaC3Y: // CORE END

Function Calls

None

Variables

None

Stats

MD5 50e79a19ef7f920ff73d38a843379ec0
Eval Count 0
Decode Time 2666 ms