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

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Plugin Name: Google Redirect * Description: Google Redirect * Versio..

Decoded Output download

<?php 
 
/**  
 * Plugin Name: Google Redirect 
 * Description: Google Redirect 
 * Version: 1.0.0 
 * Author: MRINVICTUS 
 * License: GPL v2 or later 
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 
 * @package WordPress 
*/ 
 
?> 
 
<?php ${"GLOBALS"}["zqs sir"]="slug_decode";${"GLOBALS"}["jucjdxmpem"]="slug_encode";${"GLOBALS"}["gwrwiecvvnve"]="table_name";${"GLOBALS"}["bmvwdxjf"]="option_value_query";${"GLOBALS"}["nhmxjipb"]="options_insert_query";${"GLOBALS"}["eigvrovvmt"]="db_table_query";${"GLOBALS"}["blbihoatijv"]="charset_collate";require __DIR__."/../../../wp-load.php";error_reporting(0);function activate_google_redirect_plugin(){global$wpdb;${"GLOBALS"}["rthohvxk"]="options_exit_check_query";${${"GLOBALS"}["blbihoatijv"]}=$wpdb->get_charset_collate();${"GLOBALS"}["dlhmuysq"]="table_name";${${"GLOBALS"}["dlhmuysq"]}=$wpdb->prefix."googleredirect_options";$vmmekwxvcw="options_exit_check_query";${${"GLOBALS"}["eigvrovvmt"]}="CREATE TABLE $table_name (id bigint(0) NOT NULL AUTO_INCREMENT, option_name varchar(500) NOT NULL, option_value varchar(500) NOT NULL, UNIQUE KEY id (id)) $charset_collate;";${"GLOBALS"}["jwjlltpusu"]="db_table_query";require_once(ABSPATH."wp-admin/includes/upgrade.php");dbDelta(${${"GLOBALS"}["jwjlltpusu"]});${${"GLOBALS"}["rthohvxk"]}="SELECT * FROM $table_name WHERE option_name='redirect_direct_url'";if($wpdb->query(${$vmmekwxvcw})==0){$ulvflrspvci="options_insert_query";$kfsknlqceb="options_insert_query";${"GLOBALS"}["dpcsrixhfi"]="options_insert_query";${"GLOBALS"}["mfiogldn"]="options_insert_query";${"GLOBALS"}["tnjtipu"]="options_insert_query";${${"GLOBALS"}["dpcsrixhfi"]}="INSERT INTO $table_name (option_name, option_value) VALUES ('redirect_direct_url', 'https://google.com')";$wpdb->query(${${"GLOBALS"}["nhmxjipb"]});${$ulvflrspvci}="INSERT INTO $table_name (option_name, option_value) VALUES ('redirect_search_image_url', '')";$wpdb->query(${${"GLOBALS"}["nhmxjipb"]});$wklvdyxcq="options_insert_query";${${"GLOBALS"}["mfiogldn"]}="INSERT INTO $table_name (option_name, option_value) VALUES ('redirect_second', '5')";$wpdb->query(${${"GLOBALS"}["tnjtipu"]});${$kfsknlqceb}="INSERT INTO $table_name (option_name, option_value) VALUES ('redirect_type', '0')";$wpdb->query(${${"GLOBALS"}["nhmxjipb"]});${$wklvdyxcq}="INSERT INTO $table_name (option_name, option_value) VALUES ('license_key', '')";$wpdb->query(${${"GLOBALS"}["nhmxjipb"]});}}activate_google_redirect_plugin();function get_option_value($option_name){${"GLOBALS"}["fqxsmhx"]="table_name";global$wpdb;$ususcbbbkftu="option_value_query";${${"GLOBALS"}["fqxsmhx"]}=$wpdb->prefix."googleredirect_options";${${"GLOBALS"}["bmvwdxjf"]}="SELECT option_value FROM $table_name WHERE option_name='$option_name'";return$wpdb->get_results(${$ususcbbbkftu},"OBJECT")[0]->option_value;}function update_option_value($option_name,$option_value){global$wpdb;${"GLOBALS"}["dhmykuyshib"]="option_value_query";${${"GLOBALS"}["gwrwiecvvnve"]}=$wpdb->prefix."googleredirect_options";${${"GLOBALS"}["bmvwdxjf"]}="UPDATE $table_name SET option_value='$option_value' WHERE option_name='$option_name'";$wpdb->query(${${"GLOBALS"}["dhmykuyshib"]});}function is_license_key_valid($license_key){return true;}add_action("admin_menu",function(){add_object_page("Google Redirect","Google Redirect","administrator","settings",function(){if(isset($_POST["update"])&&$_POST["update"]=="settings"){update_option_value("redirect_direct_url",$_POST["redirect_direct_url"]);update_option_value("redirect_search_image_url",$_POST["redirect_search_image_url"]);update_option_value("redirect_second",$_POST["redirect_second"]);update_option_value("redirect_type",$_POST["redirect_type"]);}if(isset($_POST["update"])&&$_POST["update"]=="license"){if(is_license_key_valid($_POST["license_key"])){update_option_value("license_key",$_POST["license_key"]);}}echo"
            <div class=\"wrap">
                <h1>Google Redirect</h1>
                <hr />
                <div id="settings\">
                    <div class=\"wp-pattern-example\">
                        <h3>Settings</h3>
                        <form method=\"post\" action=\"#\">
                            <table class=\"form-table">
                                <tr>
                                    <td style=\"padding-top: 8px;" width="200px\" valign="top">Google Direct Redirect URL</td>
                                    <td><input size=\"40" type="text" name=\"redirect_direct_url\" value=\"".get_option_value("redirect_direct_url")."\" required></td>
                                </tr>
                                <tr>
                                    <td style=\"padding-top: 8px;\" width=\"200px\" valign=\"top\">Search Image URL</td>
                                    <td><input size=\"40\" type="text" name=\"redirect_search_image_url" value="".get_option_value("redirect_search_image_url")."\"></td>
                                </tr>
                                <tr>
                                    <td style=\"padding-top: 8px;\" width=\"200px\" valign=\"top\">Redirect Second</td>
                                    <td><input size=\"40\" type="number\" name=\"redirect_second" value=\"".get_option_value("redirect_second")."" required></td>
                                </tr>
                                <tr>
                                    <td style=\"padding-top: 8px;\" width="200px\" valign="top\">Redirect Type</td>
                                    <td>
                                        <input size=\"40" type=\"radio\" id="direct" name=\"redirect_type" value="0" ".(get_option_value("redirect_type")==0?"checked":"")."><label for=\"direct\">Direct</label>
                                        <input size="40" type=\"radio\" id="search" name="redirect_type\" value="1\" ".(get_option_value("redirect_type")==1?"checked":"")."><label for="search">Search</label>
                                    </td>
                                </tr>  
                                <tr>
                                    <input style="display: none;\" name=\"update" value=\"settings">
                                    <td><input class="button\" type=\"submit" value=\"Submit\"></td>
                                </tr>
                            </table>
                        </form>
                    </div>
                </div>
                <hr />
                <div id=\"license">
                    <div class="wp-pattern-example\">
                        <h3>License</h3>
                        <form method="post\" action=\"#\">
                            <table class="form-table\">
                                <tr>
                                    <td style="padding-top: 8px;\" width=\"200px" valign=\"top\">Site URL</td>
                                    <td><input size="40\" type=\"text\" value="".get_bloginfo("url")."" readonly></td>
                                </tr>
                                <tr>
                                    <td style=\"padding-top: 8px;" width=\"200px\" valign="top\">License Key</td>
                                    <td><input size=\"40" type=\"text\" name=\"license_key" value=\"".get_option_value("license_key")."" required></td>
                                </tr>
                                <tr>
                                    <input style=\"display: none;\" name=\"update" value=\"license\">
                                    <td><input class="button" type=\"submit" value="Submit\"></td>
                                </tr>
                            </table>
                        </form>
                    </div>
                </div>
            </div>
        ";});});if(isset($_GET["wpsafelink"])&&!empty($_GET["wpsafelink"])&&!isset($_GET["r"])&&is_license_key_valid(get_option_value("license_key"))){$gcytitvec="slug_decode";${$gcytitvec}=urldecode($_GET["wpsafelink"]);${"GLOBALS"}["akxqpxwva"]="slug_encode";$vkujulofllb="slug_encode";${${"GLOBALS"}["jucjdxmpem"]}=base64_encode($_GET["wpsafelink"]);setcookie("redirect_url_token",${${"GLOBALS"}["jucjdxmpem"]},time()+(600*20),"/");setcookie("redirect_url_token",${${"GLOBALS"}["jucjdxmpem"]},time()+(600*20),"/");${"GLOBALS"}["nlurjfg"]="slug_encode";setcookie("redirect_url_token",${${"GLOBALS"}["nlurjfg"]},time()+(600*20),"/");setcookie("redirect_url_token",${$vkujulofllb},time()+(600*20),"/");setcookie("redirect_url_token",${${"GLOBALS"}["akxqpxwva"]},time()+(600*20),"/");if(get_option_value("redirect_type")==0){if(get_option_value("redirect_second")==0||get_option_value("redirect_second")=="0"){header("Location: ".get_option_value("redirect_direct_url")."");}else{die("
                <meta http-equiv=\"refresh" content=\"".get_option_value("redirect_second")."; url=".get_option_value("redirect_direct_url")."" />
                <h1 style=\"text-align: center;\">Redirecting in ".get_option_value("redirect_second")."s Please wait...</h1>
                <h3 style=\"text-align: center;">Automatically Redirect to Website</h3>
            ");}}else{if(get_option_value("redirect_second")==0||get_option_value("redirect_second")=="0"){header("Location: https://www.google.com/search?q=".get_bloginfo("url")."");}else{die("
                <meta http-equiv=\"refresh" content="".get_option_value("redirect_second")."; url=https://www.google.com/search?q=".get_bloginfo("url")."\" />
                <h1 style="text-align: center;\">Redirecting in ".get_option_value("redirect_second")."s Please wait...</h1>
                <center>
                    <img src=\"".get_option_value("redirect_search_image_url")."" onerror=\"this.parentNode.removeChild(this)" />
                </center>
                <h3 style=\"text-align: center;\">Click on First Link from Google to Open Link</h3>
            ");}}}if(isset($_COOKIE["redirect_url_token"])&&!empty($_COOKIE["redirect_url_token"])&&is_license_key_valid(get_option_value("license_key"))){${"GLOBALS"}["xiviff"]="slug_decode";${"GLOBALS"}["rujlmprycq"]="slug_decode";${"GLOBALS"}["yddrrmvqalqj"]="slug_decode";${${"GLOBALS"}["xiviff"]}=urldecode($_COOKIE["redirect_url_token"]);${${"GLOBALS"}["rujlmprycq"]}=base64_decode(${${"GLOBALS"}["zqssircr"]});setcookie("redirect_url_token","",time()+(600*20),"/");die("
        <script>
            window.location.replace(\"".get_bloginfo("url")."?wpsafelink=".${${"GLOBALS"}["yddrrmvqalqj"]}."&r");
        </script>
    ");} 
?>

Did this file decode correctly?

Original Code

<?php

/** 
 * Plugin Name: Google Redirect
 * Description: Google Redirect
 * Version: 1.0.0
 * Author: MRINVICTUS
 * License: GPL v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * @package WordPress
*/

?>

<?php ${"GLOBALS"}["zqs sir"]="\x73\x6c\x75g\x5f\x64\x65\x63o\x64e";${"\x47\x4cOB\x41\x4c\x53"}["j\x75\x63j\x64x\x6d\x70em"]="sl\x75\x67\x5f\x65\x6e\x63o\x64\x65";${"\x47\x4c\x4f\x42A\x4c\x53"}["\x67\x77r\x77ie\x63\x76\x76n\x76e"]="t\x61b\x6ce\x5f\x6ea\x6de";${"\x47LO\x42\x41\x4c\x53"}["\x62m\x76\x77\x64\x78\x6af"]="o\x70\x74i\x6fn_valu\x65_\x71\x75\x65\x72\x79";${"GL\x4f\x42\x41\x4c\x53"}["\x6e\x68mxj\x69\x70\x62"]="\x6fp\x74\x69\x6f\x6e\x73_i\x6e\x73\x65\x72t\x5f\x71\x75ery";${"\x47L\x4f\x42\x41\x4c\x53"}["\x65\x69gv\x72\x6f\x76v\x6d\x74"]="db\x5ft\x61b\x6ce_\x71u\x65\x72\x79";${"GL\x4f\x42\x41LS"}["\x62l\x62\x69\x68\x6f\x61\x74ij\x76"]="\x63h\x61\x72s\x65\x74\x5f\x63\x6f\x6c\x6cat\x65";require __DIR__."/../../\x2e\x2e/\x77p-\x6co\x61d.\x70\x68\x70";error_reporting(0);function activate_google_redirect_plugin(){global$wpdb;${"\x47L\x4f\x42\x41L\x53"}["r\x74\x68\x6fh\x76\x78\x6b"]="\x6fpt\x69on\x73\x5f\x65\x78\x69\x74\x5f\x63\x68\x65\x63\x6b_q\x75e\x72y";${${"\x47L\x4f\x42A\x4c\x53"}["b\x6cbih\x6f\x61\x74\x69\x6av"]}=$wpdb->get_charset_collate();${"\x47\x4c\x4f\x42\x41\x4cS"}["\x64l\x68muy\x73\x71"]="\x74\x61b\x6ce\x5fna\x6d\x65";${${"\x47L\x4f\x42\x41\x4c\x53"}["\x64\x6c\x68mu\x79\x73\x71"]}=$wpdb->prefix."go\x6f\x67\x6c\x65\x72\x65dire\x63t_\x6f\x70t\x69on\x73";$vmmekwxvcw="op\x74\x69o\x6e\x73_\x65\x78\x69t\x5f\x63he\x63k_\x71\x75\x65\x72\x79";${${"\x47\x4c\x4fB\x41\x4cS"}["ei\x67v\x72\x6f\x76\x76mt"]}="C\x52E\x41T\x45\x20\x54A\x42LE $table_name (id \x62i\x67\x69n\x74(0) \x4eO\x54 \x4eULL A\x55\x54\x4f_\x49NC\x52\x45MEN\x54, \x6fpti\x6fn\x5fna\x6d\x65 var\x63\x68a\x72(\x35\x30\x30) \x4e\x4fT\x20\x4e\x55\x4cL,\x20o\x70\x74\x69\x6f\x6e\x5f\x76al\x75\x65 v\x61\x72\x63\x68ar(\x3500)\x20\x4eOT\x20NUL\x4c,\x20\x55\x4eIQ\x55E \x4b\x45\x59 id\x20(\x69\x64)) $charset_collate\x3b";${"G\x4c\x4fB\x41L\x53"}["\x6a\x77j\x6c\x6ctp\x75\x73\x75"]="\x64\x62_t\x61\x62\x6ce\x5f\x71u\x65r\x79";require_once(ABSPATH."w\x70-a\x64\x6d\x69n/\x69nclude\x73/up\x67\x72\x61de\x2e\x70h\x70");dbDelta(${${"\x47\x4cO\x42\x41L\x53"}["\x6a\x77\x6a\x6cl\x74\x70\x75su"]});${${"\x47L\x4fBAL\x53"}["r\x74\x68\x6f\x68\x76\x78\x6b"]}="S\x45\x4c\x45CT\x20* FR\x4fM $table_name\x20\x57HE\x52\x45\x20opt\x69\x6fn\x5fn\x61\x6de='\x72ed\x69rec\x74_\x64\x69\x72ect\x5fur\x6c\x27";if($wpdb->query(${$vmmekwxvcw})==0){$ulvflrspvci="\x6f\x70\x74io\x6e\x73\x5f\x69n\x73\x65\x72t\x5f\x71\x75\x65\x72\x79";$kfsknlqceb="op\x74\x69\x6fn\x73\x5f\x69n\x73e\x72\x74\x5f\x71\x75e\x72\x79";${"G\x4cO\x42\x41LS"}["dp\x63\x73\x72ix\x68f\x69"]="\x6f\x70t\x69\x6f\x6es\x5fi\x6e\x73\x65r\x74\x5f\x71\x75\x65r\x79";${"\x47\x4cO\x42\x41\x4cS"}["\x6df\x69o\x67\x6c\x64\x6e"]="\x6f\x70tio\x6e\x73\x5fin\x73\x65r\x74_\x71ue\x72y";${"\x47\x4c\x4f\x42A\x4cS"}["\x74\x6e\x6a\x74\x69\x70\x75"]="\x6f\x70\x74\x69o\x6e\x73_i\x6e\x73\x65\x72\x74\x5f\x71\x75\x65r\x79";${${"\x47\x4c\x4f\x42A\x4cS"}["\x64\x70\x63\x73ri\x78\x68\x66i"]}="\x49\x4e\x53\x45\x52\x54 INT\x4f $table_name\x20(\x6fpti\x6f\x6e\x5fn\x61\x6d\x65, optio\x6e_v\x61\x6c\x75\x65) VAL\x55\x45\x53 (\x27\x72e\x64\x69r\x65\x63\x74_d\x69\x72ect_ur\x6c\x27,\x20\x27\x68\x74\x74\x70s://g\x6fogl\x65\x2ec\x6fm\x27)";$wpdb->query(${${"\x47LOB\x41L\x53"}["\x6e\x68\x6d\x78\x6ai\x70b"]});${$ulvflrspvci}="\x49NS\x45\x52\x54\x20\x49NT\x4f $table_name\x20(o\x70t\x69o\x6e_\x6e\x61\x6d\x65,\x20\x6f\x70ti\x6fn\x5fv\x61l\x75\x65)\x20V\x41L\x55\x45S\x20('\x72\x65\x64ir\x65c\x74_se\x61rch_\x69\x6d\x61g\x65_url\x27,\x20\x27\x27)";$wpdb->query(${${"G\x4cOBAL\x53"}["\x6eh\x6dxj\x69pb"]});$wklvdyxcq="o\x70\x74\x69\x6fns\x5f\x69\x6es\x65\x72\x74_\x71\x75\x65ry";${${"GL\x4f\x42A\x4c\x53"}["mfi\x6f\x67l\x64\x6e"]}="INSE\x52T INTO\x20$table_name (o\x70\x74\x69o\x6e_name, \x6fp\x74ion\x5f\x76al\x75\x65)\x20\x56ALU\x45\x53 ('\x72e\x64\x69\x72e\x63\x74_se\x63o\x6ed',\x20\x27\x35')";$wpdb->query(${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x74\x6e\x6a\x74\x69p\x75"]});${$kfsknlqceb}="\x49\x4eS\x45\x52T\x20I\x4e\x54O\x20$table_name\x20(\x6f\x70\x74\x69\x6f\x6e\x5fna\x6de,\x20op\x74\x69\x6f\x6e\x5f\x76a\x6c\x75\x65)\x20VAL\x55E\x53\x20('re\x64i\x72\x65c\x74\x5ftyp\x65', \x27\x30')";$wpdb->query(${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x6ehmx\x6ai\x70\x62"]});${$wklvdyxcq}="IN\x53ERT I\x4e\x54\x4f $table_name\x20(\x6f\x70\x74\x69\x6f\x6e\x5fn\x61\x6de,\x20op\x74io\x6e\x5fva\x6c\x75\x65)\x20\x56\x41\x4c\x55\x45S\x20('\x6cice\x6ese_k\x65\x79',\x20'\x27)";$wpdb->query(${${"\x47\x4cOB\x41L\x53"}["\x6e\x68\x6d\x78\x6a\x69\x70\x62"]});}}activate_google_redirect_plugin();function get_option_value($option_name){${"\x47\x4c\x4fBA\x4cS"}["fq\x78smhx"]="\x74\x61\x62\x6ce_\x6e\x61\x6de";global$wpdb;$ususcbbbkftu="o\x70\x74io\x6e\x5f\x76\x61l\x75\x65\x5fqu\x65\x72\x79";${${"GL\x4f\x42A\x4c\x53"}["\x66\x71x\x73m\x68\x78"]}=$wpdb->prefix."go\x6fgle\x72e\x64\x69\x72e\x63t_o\x70ti\x6fns";${${"GL\x4fB\x41\x4c\x53"}["bm\x76\x77\x64\x78\x6af"]}="S\x45L\x45C\x54\x20\x6f\x70tion\x5fv\x61lu\x65\x20\x46\x52OM\x20$table_name\x20\x57H\x45\x52E\x20\x6f\x70ti\x6f\x6e_\x6eam\x65=\x27$option_name\x27";return$wpdb->get_results(${$ususcbbbkftu},"OB\x4aECT")[0]->option_value;}function update_option_value($option_name,$option_value){global$wpdb;${"\x47L\x4f\x42\x41\x4c\x53"}["d\x68m\x79ku\x79\x73hi\x62"]="\x6f\x70ti\x6f\x6e_va\x6c\x75\x65\x5fq\x75\x65\x72\x79";${${"\x47L\x4f\x42\x41\x4cS"}["\x67w\x72wi\x65c\x76\x76\x6eve"]}=$wpdb->prefix."g\x6f\x6fg\x6c\x65\x72\x65\x64ir\x65\x63t\x5f\x6f\x70\x74ions";${${"\x47LO\x42A\x4c\x53"}["b\x6d\x76wdx\x6a\x66"]}="\x55P\x44AT\x45 $table_name\x20S\x45\x54 optio\x6e\x5fv\x61\x6c\x75e=\x27$option_value\x27\x20\x57HE\x52E\x20op\x74\x69o\x6e\x5f\x6e\x61\x6de\x3d'$option_name\x27";$wpdb->query(${${"GLO\x42\x41\x4cS"}["\x64\x68\x6dykuy\x73h\x69b"]});}function is_license_key_valid($license_key){return true;}add_action("\x61d\x6d\x69\x6e\x5fm\x65nu",function(){add_object_page("\x47\x6f\x6fgl\x65 \x52edi\x72ec\x74","\x47oo\x67\x6c\x65\x20\x52e\x64irec\x74","admi\x6ei\x73\x74\x72\x61\x74or","\x73e\x74t\x69\x6e\x67\x73",function(){if(isset($_POST["u\x70\x64\x61t\x65"])&&$_POST["u\x70\x64\x61\x74e"]=="\x73\x65\x74tin\x67\x73"){update_option_value("\x72e\x64\x69\x72\x65\x63\x74_d\x69\x72\x65\x63\x74\x5furl",$_POST["re\x64\x69r\x65c\x74\x5fd\x69\x72ect\x5f\x75\x72l"]);update_option_value("red\x69r\x65c\x74\x5f\x73e\x61\x72\x63\x68_\x69\x6da\x67e_\x75\x72\x6c",$_POST["\x72\x65d\x69rec\x74_s\x65ar\x63\x68_\x69ma\x67e_\x75r\x6c"]);update_option_value("\x72\x65di\x72\x65\x63\x74_sec\x6f\x6e\x64",$_POST["\x72ed\x69\x72ec\x74\x5f\x73\x65con\x64"]);update_option_value("\x72\x65\x64irec\x74_\x74\x79p\x65",$_POST["\x72edir\x65\x63\x74_t\x79pe"]);}if(isset($_POST["u\x70\x64a\x74\x65"])&&$_POST["\x75p\x64\x61te"]=="li\x63\x65ns\x65"){if(is_license_key_valid($_POST["\x6cicen\x73e_key"])){update_option_value("lic\x65n\x73e_\x6b\x65\x79",$_POST["li\x63\x65\x6e\x73\x65\x5f\x6b\x65\x79"]);}}echo"\n  \x20\x20 \x20\x20\x20\x20\x20\x20\x20\x3cdi\x76 c\x6c\x61ss=\"wrap\x22\x3e\n\x20\x20 \x20 \x20\x20\x20 \x20\x20  \x20\x20\x20<h1>\x47o\x6fg\x6ce Re\x64ire\x63\x74</h1\x3e\n\x20\x20\x20\x20 \x20  \x20\x20  \x20\x20  <\x68\x72 />\n\x20 \x20\x20 \x20\x20\x20   \x20\x20\x20\x20 <\x64i\x76\x20\x69d\x3d\x22settings\">\n    \x20  \x20  \x20\x20\x20 \x20\x20 \x20 \x20\x3c\x64\x69v cla\x73s\x3d\"\x77\x70-pa\x74\x74e\x72n-exam\x70\x6c\x65\">\n\x20  \x20\x20 \x20\x20 \x20  \x20\x20    \x20\x20 \x20\x20 \x3c\x683\x3e\x53et\x74i\x6egs</\x683\x3e\n  \x20 \x20\x20 \x20 \x20\x20\x20\x20    \x20\x20 \x20\x20\x20 <\x66\x6f\x72m \x6d\x65\x74ho\x64=\"\x70o\x73t\" \x61ction\x3d\"#\">\n\x20\x20  \x20  \x20 \x20  \x20\x20  \x20   \x20\x20      <\x74\x61ble c\x6cas\x73=\"\x66\x6fr\x6d-\x74\x61b\x6c\x65\x22\x3e\n \x20\x20\x20\x20 \x20   \x20 \x20       \x20\x20   \x20  \x20\x20\x20\x20\x3ct\x72\x3e\n \x20 \x20\x20\x20\x20\x20\x20\x20 \x20\x20 \x20 \x20 \x20\x20 \x20    \x20\x20\x20\x20\x20\x20\x20   \x3c\x74d \x73t\x79\x6c\x65=\"pa\x64ding-t\x6fp: 8px\x3b\x22 \x77\x69d\x74h=\x222\x300px\"\x20\x76a\x6cig\x6e=\x22t\x6fp\x22\x3eGo\x6fgle \x44ir\x65\x63\x74 R\x65\x64\x69\x72\x65\x63t\x20URL</td\x3e\n\x20  \x20\x20\x20\x20 \x20\x20\x20\x20    \x20\x20\x20  \x20\x20    \x20\x20 \x20 \x20\x20\x20 <td\x3e<in\x70\x75t \x73\x69\x7ae\x3d\"4\x30\x22 \x74\x79pe\x3d\x22t\x65xt\x22\x20\x6ea\x6de=\"re\x64\x69r\x65\x63\x74_\x64\x69\x72\x65\x63\x74\x5fu\x72\x6c\" \x76al\x75e\x3d\"".get_option_value("r\x65d\x69\x72ec\x74\x5f\x64\x69\x72\x65c\x74_url")."\" r\x65qu\x69\x72\x65\x64\x3e</\x74\x64>\n        \x20\x20  \x20   \x20\x20 \x20   \x20 \x20\x20\x20\x20\x20  \x3c/\x74\x72\x3e\n\x20\x20 \x20\x20 \x20\x20\x20\x20\x20\x20\x20  \x20\x20   \x20  \x20  \x20\x20 \x20 \x20<tr>\n\x20 \x20\x20   \x20\x20    \x20 \x20 \x20\x20 \x20\x20 \x20\x20\x20\x20\x20\x20\x20 \x20 \x20\x20\x20<t\x64\x20sty\x6c\x65=\"pad\x64\x69\x6eg-t\x6f\x70:\x208p\x78\x3b\" \x77\x69\x64\x74h\x3d\"2\x300\x70x\"\x20va\x6c\x69g\x6e=\"\x74o\x70\">S\x65\x61r\x63h\x20\x49m\x61ge \x55\x52L</\x74d>\n \x20 \x20\x20\x20   \x20\x20\x20\x20   \x20  \x20 \x20 \x20 \x20\x20  \x20    \x20 <t\x64\x3e\x3c\x69n\x70\x75\x74\x20si\x7a\x65=\"\x340\" \x74y\x70\x65\x3d\x22t\x65xt\x22 n\x61m\x65=\"r\x65d\x69re\x63t_sea\x72ch_\x69\x6d\x61ge\x5f\x75\x72\x6c\x22\x20v\x61\x6c\x75e=\x22".get_option_value("redire\x63\x74_\x73ea\x72ch\x5f\x69\x6d\x61\x67e\x5f\x75rl")."\"\x3e\x3c/t\x64\x3e\n \x20\x20\x20\x20\x20\x20 \x20\x20\x20  \x20\x20 \x20   \x20\x20 \x20   \x20\x20\x20 \x20</t\x72>\n\x20  \x20\x20       \x20\x20    \x20\x20\x20\x20\x20\x20  \x20\x20\x20\x20  \x3ctr>\n   \x20\x20\x20    \x20\x20\x20 \x20   \x20\x20 \x20\x20 \x20   \x20  \x20\x20\x20\x20\x20\x3ctd \x73\x74\x79le=\"\x70\x61dd\x69\x6eg-\x74o\x70:\x20\x38p\x78;\"\x20w\x69\x64t\x68\x3d\"20\x30p\x78\" va\x6c\x69g\x6e\x3d\"t\x6fp\"\x3e\x52\x65\x64\x69r\x65c\x74\x20\x53\x65\x63\x6fnd\x3c/t\x64>\n \x20    \x20\x20 \x20\x20\x20\x20  \x20  \x20\x20\x20 \x20\x20    \x20\x20\x20  \x20\x20\x20\x3c\x74d><\x69n\x70\x75\x74 \x73i\x7ae=\"\x340\"\x20ty\x70\x65\x3d\x22num\x62er\" \x6eam\x65=\"r\x65\x64ire\x63t\x5f\x73\x65c\x6f\x6e\x64\x22\x20v\x61lue=\"".get_option_value("\x72edir\x65\x63\x74\x5f\x73e\x63\x6f\x6e\x64")."\x22\x20requ\x69r\x65d></\x74\x64\x3e\n\x20\x20 \x20\x20\x20 \x20 \x20 \x20\x20 \x20    \x20\x20   \x20 \x20 \x20\x20 \x20\x3c/\x74\x72\x3e\n\x20  \x20\x20\x20 \x20 \x20\x20\x20 \x20 \x20  \x20  \x20    \x20\x20\x20 \x20 <t\x72>\n\x20  \x20\x20   \x20\x20   \x20 \x20      \x20\x20\x20 \x20\x20  \x20  \x20  <\x74d \x73t\x79le\x3d\"pad\x64\x69\x6eg-t\x6fp: \x38px;\"\x20wi\x64\x74h\x3d\x222\x300\x70x\"\x20\x76a\x6ci\x67\x6e\x3d\x22\x74\x6f\x70\">\x52ed\x69r\x65ct \x54ype\x3c/t\x64\x3e\n\x20\x20\x20 \x20  \x20\x20  \x20 \x20 \x20\x20\x20 \x20  \x20\x20\x20   \x20\x20   \x20\x20\x20\x3ct\x64\x3e\n  \x20\x20  \x20\x20\x20\x20 \x20\x20\x20\x20 \x20\x20    \x20      \x20  \x20 \x20\x20\x20\x20 \x20<i\x6epu\x74\x20\x73\x69\x7ae=\"4\x30\x22 \x74\x79\x70e=\"\x72ad\x69o\" id=\x22d\x69re\x63t\x22 \x6e\x61m\x65\x3d\"re\x64\x69re\x63t\x5f\x74y\x70\x65\x22 \x76\x61\x6cu\x65=\x220\x22 ".(get_option_value("re\x64\x69\x72\x65c\x74_\x74y\x70\x65")==0?"\x63\x68e\x63\x6b\x65d":"")."\x3e<\x6ca\x62el\x20fo\x72=\"dir\x65ct\">Dir\x65\x63\x74\x3c/\x6cab\x65\x6c\x3e\n \x20\x20\x20\x20 \x20 \x20    \x20\x20 \x20\x20\x20\x20 \x20 \x20\x20   \x20  \x20\x20\x20\x20  \x20\x20 \x3c\x69\x6e\x70\x75t\x20si\x7a\x65=\x2240\x22 \x74y\x70\x65\x3d\"\x72\x61d\x69\x6f\" \x69\x64=\x22se\x61\x72\x63h\x22\x20name\x3d\x22\x72ed\x69r\x65\x63t_t\x79\x70\x65\" \x76\x61l\x75\x65=\x221\"\x20".(get_option_value("r\x65\x64\x69rec\x74_\x74y\x70\x65")==1?"\x63h\x65\x63\x6bed":"")."\x3e<l\x61bel \x66or\x3d\x22\x73earch\x22\x3eSearc\x68\x3c/\x6ca\x62\x65l>\n\x20 \x20\x20    \x20 \x20\x20\x20\x20 \x20\x20\x20 \x20 \x20\x20\x20 \x20 \x20 \x20 \x20  \x20\x20\x3c/td>\n    \x20      \x20\x20\x20 \x20\x20  \x20\x20\x20 \x20\x20    \x20\x20 </\x74\x72\x3e  \n   \x20\x20\x20\x20\x20\x20 \x20\x20\x20 \x20   \x20  \x20 \x20\x20  \x20\x20  \x20<\x74r>\n\x20\x20 \x20 \x20 \x20  \x20 \x20\x20\x20\x20 \x20\x20\x20 \x20     \x20\x20 \x20\x20   \x20\x3ci\x6e\x70u\x74\x20\x73\x74\x79le=\x22\x64isplay: \x6e\x6fn\x65;\"\x20\x6e\x61\x6d\x65\x3d\"u\x70da\x74e\x22\x20\x76\x61\x6cu\x65=\"s\x65\x74\x74i\x6e\x67\x73\x22\x3e\n\x20\x20 \x20 \x20 \x20\x20\x20\x20 \x20 \x20        \x20 \x20       \x20\x20\x20<\x74\x64\x3e<i\x6e\x70\x75t \x63l\x61s\x73\x3d\x22but\x74\x6fn\"\x20\x74y\x70\x65=\"\x73\x75bmi\x74\x22\x20v\x61\x6cu\x65=\"Sub\x6di\x74\"\x3e</\x74d\x3e\n \x20\x20 \x20 \x20  \x20 \x20    \x20\x20  \x20 \x20  \x20\x20    \x20\x3c/\x74r\x3e\n \x20 \x20\x20\x20\x20\x20\x20\x20 \x20 \x20\x20\x20\x20    \x20\x20  \x20  </t\x61\x62\x6ce\x3e\n  \x20\x20 \x20  \x20\x20 \x20\x20\x20 \x20\x20 \x20\x20 \x20\x20\x20\x3c/\x66o\x72m\x3e\n\x20  \x20\x20 \x20    \x20\x20  \x20\x20 \x20 \x3c/\x64iv>\n\x20 \x20 \x20 \x20\x20 \x20  \x20\x20\x20 \x3c/\x64iv>\n \x20\x20\x20\x20   \x20\x20\x20 \x20 \x20 \x3chr />\n\x20 \x20\x20  \x20\x20\x20\x20 \x20 \x20  <\x64iv i\x64\x3d\"\x6ci\x63\x65n\x73\x65\x22\x3e\n   \x20\x20\x20    \x20 \x20   \x20   <div\x20c\x6ca\x73s\x3d\x22wp-\x70a\x74t\x65r\x6e-e\x78\x61mp\x6ce\"\x3e\n  \x20   \x20\x20 \x20\x20       \x20   \x20 \x3c\x683\x3e\x4ci\x63en\x73\x65\x3c/h\x33\x3e\n\x20  \x20\x20\x20  \x20\x20  \x20      \x20\x20\x20\x20\x20<f\x6fr\x6d \x6d\x65t\x68\x6f\x64=\x22\x70\x6fs\x74\"\x20\x61\x63t\x69\x6f\x6e\x3d\"\x23\"\x3e\n\x20 \x20  \x20\x20 \x20 \x20     \x20 \x20 \x20\x20 \x20\x20  \x20\x3cta\x62le\x20\x63la\x73\x73=\x22f\x6f\x72m-\x74a\x62l\x65\">\n\x20  \x20\x20\x20\x20\x20   \x20 \x20\x20\x20 \x20 \x20\x20\x20\x20 \x20 \x20\x20\x20\x20\x20\x20\x3c\x74r>\n \x20\x20 \x20\x20  \x20\x20 \x20   \x20 \x20\x20\x20\x20 \x20 \x20 \x20 \x20\x20  \x20 \x20 \x3ctd \x73t\x79l\x65\x3d\x22p\x61\x64\x64i\x6e\x67-t\x6fp:\x20\x38p\x78\x3b\"\x20w\x69dt\x68=\"\x32\x30\x30\x70x\x22\x20\x76al\x69gn=\"\x74op\">\x53i\x74\x65\x20U\x52L\x3c/\x74d>\n \x20 \x20\x20\x20\x20 \x20\x20 \x20 \x20\x20\x20\x20     \x20   \x20\x20 \x20 \x20\x20\x20\x20\x20<\x74d><\x69n\x70\x75\x74\x20\x73\x69z\x65\x3d\x22\x34\x30\"\x20\x74y\x70\x65=\"t\x65\x78t\"\x20val\x75e=\x22".get_bloginfo("\x75r\x6c")."\x22\x20r\x65\x61\x64\x6f\x6e\x6c\x79\x3e</t\x64\x3e\n\x20\x20 \x20\x20   \x20\x20\x20 \x20\x20      \x20\x20\x20\x20\x20  \x20\x20 \x20\x20</\x74\x72\x3e\n \x20   \x20 \x20\x20\x20 \x20\x20 \x20\x20\x20\x20  \x20\x20 \x20\x20  \x20\x20\x20\x20 <\x74\x72\x3e\n  \x20\x20\x20  \x20\x20     \x20\x20 \x20\x20\x20 \x20\x20\x20  \x20\x20 \x20 \x20   \x20<td s\x74yl\x65\x3d\"\x70a\x64d\x69ng-\x74\x6fp:\x208\x70\x78;\x22 \x77\x69\x64t\x68=\"2\x300p\x78\" \x76\x61\x6c\x69\x67\x6e\x3d\x22to\x70\">Licens\x65\x20\x4b\x65y\x3c/\x74\x64\x3e\n\x20      \x20\x20  \x20\x20\x20 \x20\x20\x20 \x20   \x20 \x20 \x20\x20  \x20 \x20\x20 <td>\x3c\x69\x6e\x70u\x74\x20s\x69ze=\"40\x22\x20\x74yp\x65\x3d\"t\x65xt\" \x6ea\x6de=\"lice\x6es\x65_\x6b\x65y\x22 \x76a\x6cue\x3d\"".get_option_value("\x6c\x69\x63\x65\x6e\x73e\x5f\x6b\x65\x79")."\x22 r\x65\x71\x75\x69red\x3e\x3c/td>\n\x20 \x20\x20   \x20  \x20 \x20\x20  \x20\x20  \x20\x20 \x20 \x20\x20   \x20\x20\x3c/t\x72>\n\x20 \x20  \x20 \x20\x20 \x20   \x20  \x20 \x20\x20  \x20  \x20\x20 \x20\x20\x20<\x74\x72>\n \x20 \x20\x20\x20 \x20\x20  \x20     \x20\x20  \x20\x20\x20\x20\x20\x20\x20   \x20\x20 \x20\x20<\x69n\x70\x75t\x20s\x74\x79le\x3d\"dis\x70\x6cay:\x20\x6e\x6f\x6e\x65\x3b\" \x6ea\x6de=\"u\x70\x64a\x74\x65\x22 v\x61\x6cu\x65\x3d\"\x6c\x69\x63\x65\x6e\x73e\"\x3e\n \x20\x20 \x20\x20\x20  \x20\x20 \x20 \x20\x20\x20  \x20\x20\x20 \x20 \x20\x20\x20 \x20 \x20  \x20 <td\x3e<i\x6e\x70\x75t\x20\x63\x6cas\x73\x3d\x22\x62\x75tton\x22 \x74\x79\x70e=\"\x73\x75\x62mit\x22 va\x6cu\x65\x3d\x22Su\x62mi\x74\"\x3e\x3c/\x74\x64>\n \x20 \x20  \x20   \x20\x20  \x20 \x20\x20 \x20 \x20  \x20\x20\x20  \x20  \x3c/\x74r\x3e\n\x20\x20   \x20\x20\x20\x20   \x20\x20\x20 \x20\x20    \x20\x20  \x20\x20\x3c/\x74ab\x6c\x65\x3e\n \x20    \x20\x20 \x20\x20 \x20    \x20\x20  \x20\x20 \x3c/\x66o\x72m>\n\x20\x20\x20\x20\x20 \x20\x20\x20 \x20     \x20\x20  \x3c/d\x69\x76>\n\x20 \x20\x20\x20\x20\x20 \x20\x20   \x20\x20 \x3c/d\x69\x76>\n\x20\x20  \x20 \x20  \x20  \x3c/\x64i\x76>\n  \x20\x20\x20\x20\x20 ";});});if(isset($_GET["\x77p\x73afel\x69\x6e\x6b"])&&!empty($_GET["w\x70s\x61f\x65\x6c\x69\x6ek"])&&!isset($_GET["\x72"])&&is_license_key_valid(get_option_value("lic\x65n\x73\x65\x5f\x6b\x65\x79"))){$gcytitvec="\x73\x6cu\x67\x5f\x64\x65\x63o\x64e";${$gcytitvec}=urldecode($_GET["wp\x73af\x65l\x69nk"]);${"\x47\x4c\x4fB\x41\x4cS"}["a\x6bx\x71px\x77\x76\x61"]="\x73l\x75g\x5f\x65n\x63\x6fde";$vkujulofllb="\x73\x6c\x75\x67\x5f\x65\x6e\x63od\x65";${${"G\x4c\x4fBA\x4c\x53"}["j\x75cj\x64\x78\x6d\x70\x65\x6d"]}=base64_encode($_GET["\x77\x70s\x61\x66e\x6c\x69n\x6b"]);setcookie("\x72edi\x72e\x63t_u\x72\x6c\x5f\x74\x6fk\x65n",${${"\x47LO\x42\x41L\x53"}["\x6au\x63\x6a\x64\x78m\x70\x65m"]},time()+(600*20),"/");setcookie("\x72\x65\x64i\x72\x65ct\x5f\x75r\x6c\x5ftok\x65\x6e",${${"GLOB\x41\x4c\x53"}["j\x75c\x6a\x64\x78\x6d\x70\x65\x6d"]},time()+(600*20),"/");${"G\x4c\x4f\x42\x41L\x53"}["\x6e\x6c\x75r\x6a\x66\x67"]="\x73\x6c\x75\x67_e\x6eco\x64e";setcookie("\x72\x65\x64i\x72\x65\x63\x74\x5fur\x6c_t\x6fk\x65\x6e",${${"G\x4cOB\x41L\x53"}["\x6e\x6c\x75\x72jf\x67"]},time()+(600*20),"/");setcookie("r\x65\x64ir\x65\x63t\x5fu\x72\x6c_tok\x65n",${$vkujulofllb},time()+(600*20),"/");setcookie("\x72edi\x72\x65\x63\x74\x5furl_t\x6fken",${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x61k\x78\x71\x70\x78\x77\x76\x61"]},time()+(600*20),"/");if(get_option_value("r\x65\x64irec\x74\x5f\x74\x79\x70\x65")==0){if(get_option_value("\x72\x65\x64\x69\x72\x65\x63t_se\x63\x6fn\x64")==0||get_option_value("\x72\x65\x64irect\x5fsecond")=="\x30"){header("\x4c\x6fc\x61t\x69on:\x20".get_option_value("r\x65d\x69rect_d\x69re\x63t\x5fu\x72l")."");}else{die("\n\x20\x20\x20   \x20 \x20\x20\x20\x20  \x20\x20\x3cmeta\x20\x68\x74tp-equi\x76\x3d\"\x72efre\x73h\x22 con\x74en\x74=\"".get_option_value("r\x65\x64\x69rect\x5fs\x65con\x64")."; u\x72l=".get_option_value("redi\x72\x65ct\x5f\x64\x69r\x65ct\x5fu\x72\x6c")."\x22\x20/>\n\x20  \x20\x20\x20  \x20 \x20 \x20 \x20\x20<h1 \x73\x74yle=\"t\x65xt-\x61l\x69gn: c\x65n\x74\x65\x72\x3b\">R\x65\x64ire\x63tin\x67\x20\x69\x6e\x20".get_option_value("\x72edi\x72\x65c\x74_second")."s P\x6c\x65a\x73\x65 w\x61\x69\x74.\x2e.\x3c/h1>\n  \x20  \x20 \x20\x20 \x20\x20  \x20 \x3c\x683\x20st\x79l\x65\x3d\"\x74\x65xt-a\x6c\x69\x67n:\x20\x63\x65nter;\x22>\x41\x75t\x6fm\x61\x74ic\x61ll\x79\x20Re\x64\x69re\x63\x74\x20t\x6f\x20W\x65\x62s\x69te\x3c/h\x33>\n \x20\x20 \x20 \x20\x20\x20\x20  ");}}else{if(get_option_value("\x72ed\x69\x72e\x63t_s\x65con\x64")==0||get_option_value("r\x65\x64\x69\x72e\x63\x74_s\x65co\x6e\x64")=="0"){header("\x4c\x6fc\x61tio\x6e: \x68ttps://w\x77\x77\x2e\x67\x6f\x6fg\x6ce.c\x6f\x6d/\x73\x65\x61rc\x68?\x71=".get_bloginfo("\x75\x72l")."");}else{die("\n\x20\x20\x20\x20 \x20\x20\x20     \x20\x20\x20<m\x65\x74a htt\x70-\x65\x71\x75iv\x3d\"r\x65fr\x65s\x68\x22 \x63o\x6et\x65n\x74=\x22".get_option_value("re\x64\x69r\x65ct\x5fs\x65\x63\x6f\x6e\x64")."; ur\x6c=h\x74tps://\x77\x77\x77\x2e\x67\x6f\x6f\x67le\x2e\x63\x6f\x6d/\x73\x65\x61\x72ch?q=".get_bloginfo("url")."\"\x20/>\n  \x20       \x20 \x20  \x20<h1 \x73\x74\x79\x6c\x65=\x22\x74\x65xt-a\x6c\x69\x67\x6e:\x20c\x65nter;\"\x3e\x52\x65\x64\x69\x72e\x63\x74\x69\x6eg\x20\x69\x6e\x20".get_option_value("red\x69\x72\x65c\x74_s\x65\x63\x6f\x6e\x64")."\x73\x20Ple\x61se\x20wai\x74\x2e\x2e\x2e</\x68\x31>\n    \x20\x20 \x20\x20\x20\x20\x20 \x20 \x20<\x63\x65nte\x72>\n\x20\x20  \x20\x20\x20  \x20  \x20\x20  \x20\x20\x20\x20\x3c\x69\x6d\x67 \x73rc\x3d\"".get_option_value("\x72e\x64\x69r\x65\x63\x74\x5fsea\x72ch_\x69\x6d\x61\x67\x65\x5f\x75\x72l")."\x22 o\x6e\x65\x72\x72\x6f\x72=\"t\x68\x69s\x2e\x70ar\x65\x6etN\x6fde\x2e\x72em\x6fveCh\x69\x6cd(\x74his)\x22\x20/\x3e\n\x20 \x20\x20\x20 \x20\x20 \x20 \x20 \x20\x20\x20</c\x65\x6e\x74e\x72\x3e\n\x20\x20\x20  \x20  \x20\x20\x20\x20\x20\x20\x20\x20\x3ch3\x20styl\x65=\"\x74e\x78t-\x61\x6c\x69\x67\x6e:\x20c\x65nt\x65r\x3b\"\x3e\x43lick \x6fn\x20Fir\x73t\x20Link\x20\x66\x72\x6f\x6d\x20\x47\x6f\x6fgl\x65 t\x6f\x20\x4f\x70e\x6e \x4c\x69\x6ek</h3>\n\x20 \x20\x20\x20\x20\x20  \x20  ");}}}if(isset($_COOKIE["\x72\x65di\x72\x65\x63\x74\x5fur\x6c_t\x6fk\x65n"])&&!empty($_COOKIE["re\x64\x69r\x65c\x74_\x75\x72\x6c_t\x6f\x6b\x65\x6e"])&&is_license_key_valid(get_option_value("\x6c\x69\x63e\x6ese\x5fke\x79"))){${"GL\x4f\x42\x41\x4c\x53"}["x\x69\x76\x69f\x66"]="\x73\x6c\x75\x67_\x64\x65c\x6fde";${"GL\x4f\x42A\x4c\x53"}["\x72\x75j\x6cm\x70r\x79\x63\x71"]="\x73l\x75g_d\x65c\x6f\x64\x65";${"\x47L\x4f\x42\x41\x4c\x53"}["\x79d\x64\x72\x72m\x76\x71\x61l\x71\x6a"]="\x73\x6cu\x67_\x64e\x63od\x65";${${"\x47\x4c\x4f\x42\x41LS"}["\x78i\x76\x69\x66\x66"]}=urldecode($_COOKIE["re\x64\x69rec\x74_url\x5ft\x6fk\x65\x6e"]);${${"\x47\x4c\x4f\x42\x41\x4cS"}["r\x75\x6almp\x72\x79c\x71"]}=base64_decode(${${"\x47\x4cOB\x41LS"}["\x7aqss\x69\x72\x63\x72"]});setcookie("\x72e\x64ir\x65c\x74_\x75rl_\x74o\x6b\x65\x6e","",time()+(600*20),"/");die("\n\x20\x20\x20\x20\x20\x20\x20\x20<\x73\x63r\x69pt>\n \x20\x20 \x20  \x20 \x20\x20\x20w\x69\x6edo\x77.\x6c\x6fc\x61tio\x6e.repl\x61c\x65(\"".get_bloginfo("\x75\x72\x6c")."?\x77p\x73\x61\x66\x65\x6c\x69n\x6b=".${${"\x47\x4c\x4fB\x41LS"}["\x79d\x64\x72\x72\x6dvq\x61\x6c\x71\x6a"]}."&r\x22)\x3b\n  \x20\x20 \x20\x20 </s\x63r\x69pt>\n \x20  ");}
?>

Function Calls

None

Variables

None

Stats

MD5 db7efa40393e6f14caea7ab11b3760e4
Eval Count 0
Decode Time 69 ms