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: Social Integration AddOn by miniOrange * Plugin URI: https:/..

Decoded Output download

<?php 
/** 
 * Plugin Name: Social Integration AddOn by miniOrange 
 * Plugin URI: https://www.miniorange.com 
 * Description: Social Integration AddOn allows you to map social data with extra customizable fields. 
 * Version: 1.1.0 
 * Author: miniOrange 
 * Author URI: https://www.miniorange.com 
 * License: GPL2 
 */ 
 
 
class Miniorange_OpenID_SSO_addon 
{ 
    function __construct() 
    { 
        $Hq = array(); 
        add_action("customization_addon", array($this, "mo_openid_customisation")); 
        add_filter("customization_form", array($this, "mo_openid_customisation_fields_form"), 1, 14); 
        add_action("admin_init", array($this, "miniorange_openid_save_settings_addon"), 1); 
        add_option("mo_openid_custom_field_mapping", $Hq); 
        add_option("mo_openid_customised_field_enable", "1"); 
        register_deactivation_hook(__FILE__, array($this, "mo_openid_deactivate_extra_attributes_addon")); 
    } 
    function mo_openid_deactivate_extra_attributes_addon() 
    { 
        do_action("flush_cache_extra_attributes_addon"); 
        delete_option("mo_openid_opn_lk_extra_attr_addon"); 
        delete_option("mo_openid_custom_field_mapping"); 
    } 
    function mo_get_role_names() 
    { 
        global $wp_roles; 
        $HF = ''; 
        if (isset($wp_roles)) { 
            goto NN; 
        } 
        $wp_roles = new WP_Roles(); 
        NN: 
        foreach ($wp_roles->get_names() as $u8) { 
            if (!($u8 != "Administrator")) { 
                goto aO; 
            } 
            $HF .= $u8 . ";"; 
            aO: 
            CD: 
        } 
        ig: 
        return $HF; 
    } 
    function mo_openid_customisation() 
    { 
        if (mo_openid_is_cust_addon_license_key_verified()) { 
            goto rs; 
        } 
        cust_addon_key_false(); 
        rs: 
        if (!(mo_openid_is_customer_registered_addon() && mo_openid_is_cust_addon_license_key_verified())) { 
            goto Bv; 
        } 
        echo "            <td style="vertical-align:top; ">\xd\xa                <div class="mo_openid_table_layout"><br/>\xd\xa                    <form method="post">\xd\xa                        <h3>Customization Fields</h3>
                        <input type="checkbox" id="customised_field_enable" name="mo_openid_customised_field_enable"
\xa                               value="1"\xd\xa                            "; 
        if (mo_openid_is_customer_registered()) { 
            goto Wh; 
        } 
        echo "disabled"; 
        Wh: 
        checked(get_option("mo_openid_customised_field_enable") == 1); 
        echo "/>
                        <b>Enable Auto Field Registration Form</b>\xd\xa\xd
                        <style>\xd
                            .tableborder {
                                border-collapse: collapse;
                                width: 100%;
                                border-color: #eee;
                            }\xd\xa\xd\xa                            .tableborder th, .tableborder td {\xd\xa                                text-align: left;\xd
                                padding: 8px;
\xa                                border-color: #eee;
                            }
\xd\xa                            .tableborder tr:nth-child(even) {
                                background-color: #f2f2f2
\xa                            }
\xa                        </style>\xd
                        <!--mo_openid_custom_field_update-->\xd
                        <table id="custom_field" style="width:100%; text-align: center;" class="table">
                            <input type="hidden" name="option" value="mo_openid_custom_field_update"/>
\xa                            <div id="myCheck">\xd
                                "; 
        if (!(get_option("mo_openid_customised_field_enable") == 1)) { 
            goto vX; 
        } 
        echo "                                    <h4>Registration page link <input type="text" name="profile_completion_page"\xd\xa                                                                      style="width: 350px"
\xa                                                                      value=""; 
        echo get_option("profile_completion_page"); 
        echo ""
                                                                      required/></h4>\xd\xa                                    <thead>
                                    <tr>\xd
                                        <th>Existing Field</th>\xd\xa                                        <th>Field</th>\xd
                                        <th>Custom name</th>\xd
                                        <th>Field Type</th>\xd\xa                                        <th>Field Options</th>\xd
                                        <th>Required Field</th>
\xa                                        <th></th>
\xa                                    </tr>\xd\xa                                    </thead>
                                    "; 
        $Ec = get_option("mo_openid_custom_field_mapping"); 
        $kU = 1; 
        foreach ($Ec as $yD) { 
            $VD = 0; 
            $i_ = ''; 
            foreach ($yD as $Gc => $Uw) { 
                if ($VD == 0) { 
                    goto AX; 
                } 
                if ($VD == 1) { 
                    goto eI; 
                } 
                if ($VD == 2) { 
                    goto bZ; 
                } 
                if ($VD == 3) { 
                    goto q0; 
                } 
                if ($VD == 4) { 
                    goto tw; 
                } 
                echo "                                                <td style="width: 10%"><select
\xa                                                            name="mo_openid_req_field_"; 
                echo $kU; 
                echo ""
\xa                                                            style="width:57%">\xd\xa                                                        <option value="yes" "; 
                if (!($Uw === "yes")) { 
                    goto zs; 
                } 
                echo "selected"; 
                zs: 
                echo ">\xd
                                                            Yes
\xa                                                        </option>\xd
                                                        <option value="no" "; 
                if (!($Uw === "no")) { 
                    goto fw; 
                } 
                echo "selected"; 
                fw: 
                echo ">\xd
                                                            No\xd
                                                        </option>
                                                    </select></td>
\xa                                                <td style="width: 10%"><input name=""; 
                echo $kU; 
                echo "" type="submit"\xd\xa                                                                              value="Delete"\xd
                                                                              class="button button-primary button-large"/>\xd\xa                                                </td>\xd
                                                </tr>\xd
                                                "; 
                goto Gd; 
                AX: 
                $Uw = str_replace("_", " ", $Uw); 
                echo "                                                <tr>\xd
                                                <td style="width: 15%"><input type="text"
                                                                              name="mo_openid_predefine_field_"; 
                echo $kU; 
                echo "_name"
                                                                              placeholder="Existing meta field"\xd\xa                                                                              value=""; 
                echo $Uw; 
                echo ""\xd
                                                                              style="width:90%;"/>
\xa                                                </td>\xd
                                                "; 
                goto Gd; 
                eI: 
                echo "                                                <td style="width: 15%"><select
\xa                                                            id="mo_openid_field_"; 
                echo $kU; 
                echo "_name"\xd
                                                            name="mo_openid_field_"; 
                echo $kU; 
                echo "_name"\xd\xa                                                            onchange="myFunction('mo_openid_field_"; 
                echo $kU; 
                echo "_name','mo_openid_opt_field_"; 
                echo $kU; 
                echo "_name','mo_openid_field_"; 
                echo $kU; 
                echo "_value','mo_openid_additional_field_"; 
                echo $kU; 
                echo "_value')"
\xa                                                            style="width:80%">
\xa                                                        <option value="username" "; 
                if (!($Uw === "username")) { 
                    goto wU; 
                } 
                echo "selected"; 
                $i_ = "true"; 
                wU: 
                echo ">\xd\xa                                                            username
\xa                                                        </option>\xd\xa                                                        <option value="first_name" "; 
                if (!($Uw === "first_name")) { 
                    goto B2; 
                } 
                echo "selected"; 
                $i_ = "true"; 
                B2: 
                echo ">\xd
                                                            first_name\xd
                                                        </option>
                                                        <option value="last_name" "; 
                if (!($Uw === "last_name")) { 
                    goto vT; 
                } 
                echo "selected"; 
                $i_ = "true"; 
                vT: 
                echo ">
\xa                                                            last_name
\xa                                                        </option>\xd\xa                                                        <option value="user_full_name" "; 
                if (!($Uw === "user_full_name")) { 
                    goto JM; 
                } 
                echo "selected"; 
                $i_ = "true"; 
                JM: 
                echo ">
                                                            user_full_name\xd
                                                        </option>
                                                        <option value="user_email" "; 
                if (!($Uw === "user_email")) { 
                    goto o_; 
                } 
                echo "selected"; 
                $i_ = "true"; 
                o_: 
                echo ">\xd
                                                            user_email\xd
                                                        </option>
\xa                                                        <option value="user_role" "; 
                if (!($Uw === "user_role")) { 
                    goto by; 
                } 
                echo "selected"; 
                $i_ = "true"; 
                by: 
                echo ">
                                                                user_role
                                                        </option>\xd\xa                                                        <option value="other" "; 
                if (!($Uw === "other")) { 
                    goto wo; 
                } 
                echo "selected"; 
                $i_ = "false"; 
                wo: 
                echo ">
                                                            custom
\xa                                                        </option>
\xa                                                    </select></td>
                                                "; 
                goto Gd; 
                bZ: 
                $Uw = str_replace("_", " ", $Uw); 
                echo "                                                <td style="width: 15%"><input type="text"
\xa                                                                              id="mo_openid_opt_field_"; 
                echo $kU; 
                echo "_name"\xd
                                                                              name="mo_openid_opt_field_"; 
                echo $kU; 
                echo "_name"
                                                                              value=""; 
                echo $Uw; 
                echo ""
\xa                                                        "; 
                if (!($i_ == "true")) { 
                    goto tt; 
                } 
                echo " disabled "; 
                tt: 
                echo "                                                                              style="width:90%;"/>\xd\xa                                                </td>
                                                "; 
                goto Gd; 
                q0: 
                echo "                                                <td style="width: 15%"><select\xd\xa                                                            id="mo_openid_field_"; 
                echo $kU; 
                echo "_value"\xd
                                                            name="mo_openid_field_"; 
                echo $kU; 
                echo "_value"
\xa                                                            onchange="myFunction2('mo_openid_field_"; 
                echo $kU; 
                echo "_name','mo_openid_opt_field_"; 
                echo $kU; 
                echo "_name','mo_openid_field_"; 
                echo $kU; 
                echo "_value','mo_openid_additional_field_"; 
                echo $kU; 
                echo "_value')"
\xa                                                            style="width:80%">
\xa                                                        <option value="default" "; 
                if (!($Uw === "default")) { 
                    goto A7; 
                } 
                echo "selected"; 
                A7: 
                echo ">
                                                            Select Type
\xa                                                        </option>
\xa                                                        <option value="text" "; 
                if (!($Uw === "text")) { 
                    goto ij; 
                } 
                echo "selected"; 
                $i_ = "true"; 
                ij: 
                echo ">
\xa                                                            Textbox\xd
                                                        </option>\xd\xa                                                        <option value="date" "; 
                if (!($Uw === "date")) { 
                    goto T2; 
                } 
                echo "selected"; 
                $i_ = "true"; 
                T2: 
                echo ">\xd
                                                            Date Picker
                                                        </option>
                                                        <option value="checkbox" "; 
                if (!($Uw === "checkbox")) { 
                    goto vl; 
                } 
                echo "selected"; 
                $i_ = "false"; 
                vl: 
                echo ">
                                                            Checkbox\xd
                                                        </option>
                                                        <option value="dropdown" "; 
                if (!($Uw === "dropdown")) { 
                    goto A4; 
                } 
                echo "selected"; 
                $i_ = "false"; 
                A4: 
                echo ">
                                                            Dropdown\xd\xa                                                        </option>\xd
                                                    </select>\xd\xa                                                </td>\xd
                                                "; 
                goto Gd; 
                tw: 
                echo "                                                <td style="width: 20%"><input type="text"
                                                                              name="mo_openid_additional_field_"; 
                echo $kU; 
                echo "_value"\xd
                                                                              id="mo_openid_additional_field_"; 
                echo $kU; 
                echo "_value"
                                                                              value=""; 
                echo $Uw; 
                echo ""
\xa                                                                              "; 
                if (!($i_ == "true")) { 
                    goto cG; 
                } 
                echo "disabled"; 
                cG: 
                echo "                                                                              style="width:90%;"/>
\xa                                                </td>
                                                "; 
                Gd: 
                $VD++; 
                BD: 
            } 
            FK: 
            $kU++; 
            Gv: 
        } 
        ib: 
        echo "                                    <tr>\xd\xa                                        <td style="width: 15%"><br><input type="text" placeholder="Existing meta field"
                                                                          name="predefine_field_1_name"
                                                                          style="width:90%;"/></td>\xd\xa                                        <td style="width: 15%"><br><select id="field_1_name" name="field_1_name"
                                                                           onchange="myFunction('field_1_name','opt_field_1_name','field_1_value','additional_field_1_value')"\xd\xa                                                                           style="width:80%">\xd\xa                                                <option value="">Select Field</option>
\xa                                                <option value="username">username</option>
                                                <option value="first_name">first_name</option>
                                                <option value="last_name">last_name</option>\xd\xa                                                <option value="user_full_name">user_full_name</option>
                                                <option value="user_email">user_email</option>
\xa                                                <option value="user_role">user_role</option>\xd
                                                <option value="other">custom</option>
                                            </select></td>\xd
                                        <td style="width: 15%"><br><input type="text" id="opt_field_1_name"\xd
                                                                          name="opt_field_1_name"
                                                                          placeholder="Custom Field Name"
\xa                                                                          style="width:90%;"/></td>\xd
                                        <td style="width: 15%"><br><select id="field_1_value" name="field_1_value"\xd\xa                                                                           onchange="myFunction2('field_1_name','opt_field_1_name','field_1_value','additional_field_1_value')"\xd\xa                                                                           style="width:80%">\xd\xa                                                <option value="default">Select Type</option>
                                                <option value="text">Textbox</option>\xd\xa                                                <option value="date">Date Picker</option>
\xa                                                <option value="checkbox">Checkbox</option>\xd
                                                <option value="dropdown">Dropdown</option>\xd
                                            </select></td>\xd\xa                                        <td style="width: 20%"><br><input type="text" id="additional_field_1_value"
\xa                                                                          name="additional_field_1_value"\xd
                                                                          placeholder="e.g. opt1;opt2;opt3"
\xa                                                                          style="width:90%;"/></td>\xd
                                        <td style="width: 10%"><br><select name="mo_openid_custom_field_1_Required"
\xa                                                                           style="width:57%">
                                                <option value="no">No</option>\xd
                                                <option value="yes">Yes</option>
                                            </select></td>\xd
                                        <td style="width: 10%"><br><input type="button" name="mo_add_attribute"
                                                                          value="+" onclick="add_custom_field();"
\xa                                                                          class=" button-primary"/>&nbsp;\xd
                                            <input type="button" name="mo_remove_attribute" value="-"
\xa                                                   onclick="remove_custom_field();" class=" button-primary"/>\xd\xa                                        </td>\xd
                                    </tr>\xd\xa                                "; 
        vX: 
        echo "                            </div>\xd
                            <tr id="mo_openid_custom_field">
                                <td align="center" colspan="7"><br>\xd
                                    <input name="mo_openid_save_config_element" type="submit"
\xa                                           value="Save" "; 
        if (mo_openid_is_customer_registered()) { 
            goto qM; 
        } 
        echo "disabled"; 
        qM: 
        echo "                                           class="button button-primary button-large"/>\xd
                                    &nbsp &nbsp <a href="" class="button button-primary button-large">Cancel</a>
\xa                                </td>
                            </tr>\xd\xa                            <tr>
                                <td align="left" colspan="7">\xd
                                    <h3>Instructions to setup:</h3>\xd\xa                                    <p>\xd\xa                                    <ol>
\xa                                        <li> Create a page and use shortcode <b>[miniorange_social_custom_fields]</b>\xd
                                            where you want your form to be displayed.\xd\xa                                        </li>
\xa                                        <li> Copy the page link and paste it in the above field <b>Registration page\xd\xa                                                link</b>.\xd\xa                                        </li>\xd\xa                                        <li> If you have any existing wp_usermeta field then enter that field's name in
\xa                                            <b>Existing
                                                Field</b> column. For example, if you are saving <b>First Name</b> as
\xa                                            <b>fname</b>
                                            in wp_usermeta field then enter <b>fname</b> in <b>Existing Field</b>\xd\xa                                            column.
                                        </li>
\xa                                        <li> Select field name under the <b>Field</b> dropdown.</li>\xd
                                        <li> If selected field is other than custom, then <b>Field Type</b> will
\xa                                            automatically be <b>Textbox</b> and there is no need to enter <b>Custom
\xa                                                name</b> and <b>Field options</b>.
\xa                                        </li>
                                        <li> If selected field is custom, then enter <b>Custom name</b>.</li>
\xa                                        <li> Select <b>Field Type</b>, if selected <b>Field Type</b> is\xd
                                            <b>Checkbox</b> or <b>Dropdown</b> then enter the desire options in <b>Field
\xa                                                Options</b> seprated by semicolon '<b>;</b>' otherwise leave <b>Field\xd\xa                                                Options</b> blank.\xd\xa                                        </li>\xd\xa                                        <li> Select <b>Required Field</b> as <b>Yes</b> if you want to make that field
\xa                                            compulsory for user.
                                        </li>\xd\xa                                        <li> If you want to add more than 1 fields at a time click on <b>"+"</b>.</li>
                                        <li> Last click on <b>Save</b> button.</li>\xd\xa                                    </ol>
                                    </p>\xd\xa                                </td>\xd\xa                            </tr>\xd\xa                        </table>
\xa                    </form>
\xa                    <br>
                    <hr>
\xa                    <script>
\xa                        function myFunction(customf_name, other_field, type, opt) {
                            var x = document.getElementById(customf_name).value;
\xa                            if (x == "other" || x == "") {
                                document.getElementById(type).value = "default";\xd
                                document.getElementById(other_field).setAttribute("required", "");
\xa                                document.getElementById(other_field).removeAttribute("disabled");\xd\xa                                document.getElementById(opt).removeAttribute("disabled");
                                document.getElementById(other_field).placeholder = "Custom Field Name";
                                document.getElementById(opt).placeholder = "e.g. opt1;opt2;opt3";\xd
                            }\xd
                            else {\xd\xa                                document.getElementById(other_field).value = "";
                                document.getElementById(other_field).removeAttribute("required");
                                document.getElementById(other_field).setAttribute("disabled", true);
                                document.getElementById(other_field).placeholder = "";\xd\xa                                if(x == "user_role") {\xd
                                    document.getElementById(type).value = "dropdown";\xd\xa                                    document.getElementById(opt).value = ""; 
        echo $this->mo_get_role_names(); 
        echo "";\xd\xa                                    document.getElementById(opt).setAttribute("required");\xd
                                    document.getElementById(opt).removeAttribute("disabled");\xd\xa                                }
\xa                                else {\xd
                                    document.getElementById(type).value = "text";\xd
                                    document.getElementById(opt).value = "";
\xa                                    document.getElementById(opt).removeAttribute("required");
                                    document.getElementById(opt).setAttribute("disabled", true);\xd
                                }\xd
\xd
                                document.getElementById(opt).placeholder = "";\xd\xa                            }\xd
                        }
\xd\xa                        function myFunction2(customf_name, other_field, type, opt) {
\xa                            var x = document.getElementById(customf_name).value;\xd
                            var y = document.getElementById(type).value;
                            if(x == "user_role")\xd
                            {\xd\xa                                alert('Cannot change "Field Type" from Dropdown to any other as selected "Field" is ' + x);
\xa                                document.getElementById(type).value = "dropdown";
\xa                            }
                            else if (x != "" && x != "other" && y != "text") {
\xa                                alert('Cannot change "Field Type" from Textbox to any other as selected "Field" is ' + x);
\xa                                document.getElementById(type).value = "text";\xd\xa                            }\xd\xa                            if (x == "other" && (y == "dropdown" || y == "checkbox")) {\xd\xa                                document.getElementById(opt).setAttribute("required", "");\xd
                                document.getElementById(opt).removeAttribute("disabled");
                                document.getElementById(opt).placeholder = "e.g. opt1;opt2;opt3";\xd
                            }
                            else if(x != "user_role") {
                                document.getElementById(opt).removeAttribute("required");
                                document.getElementById(opt).setAttribute("disabled", true);
\xa                                document.getElementById(opt).value = "";
\xa                                document.getElementById(opt).placeholder = "";\xd
                            }\xd
                        }\xd
                    </script>
                    <script>
\xa                        var countAttributes;

\xa                        function add_custom_field() {
                            countAttributes += 1;
                            jQuery("<tr id='mo_openid_row_" + countAttributes + "'>" +\xd\xa                                "<td style='width: 15%'><input type='text' placeholder='Existing meta field' id='predefine_field_" + countAttributes + "_name' name='predefine_field_" + countAttributes + "_name' style='width:90%;' /></td>" +\xd\xa                                "<td style='width: 15%'><select  id='field_" + countAttributes + "_name' onchange=myFunction('field_" + countAttributes + "_name','opt_field_" + countAttributes + "_name','field_" + countAttributes + "_value','additional_field_" + countAttributes + "_value') name='field_" + countAttributes + "_name' style='width:80%;'> <option value=\"\">Select Field</option>\n" +\xd\xa                                "<option value=\"username\">username</option>\n" +
\xa                                "<option value=\"first_name\">first_name</option>\n" +\xd\xa                                "<option value=\"last_name\">last_name</option>\n" +\xd\xa                                "<option value=\"user_full_name\">user_full_name</option>\n" +\xd\xa                                "<option value=\"user_email\">user_email</option>\n" +\xd
                                "<option value=\"user_role\">user_role</option>\n" +
\xa                                "<option value=\"other\">custom</option>\n" +\xd
                                "</select></td>" +\xd
                                "<td style='width: 15%'><input type='text' id='opt_field_" + countAttributes + "_name' name='opt_field_" + countAttributes + "_name' placeholder='Custom Field Name' style='width:90%;' /></td>" +\xd\xa                                "<td style='width: 15%'><select id='field_" + countAttributes + "_value' name='field_" + countAttributes + "_value' onchange=myFunction2('field_" + countAttributes + "_name','opt_field_" + countAttributes + "_name','field_" + countAttributes + "_value','additional_field_" + countAttributes + "_value') style='width:80%;'> <option value=\"default\">Select Type</option>\n" +\xd
                                "<option value=\"text\">Textbox</option>\n" +\xd\xa                                "<option value=\"date\">Date Picker</option>\n" +\xd\xa                                "<option value=\"checkbox\">Checkbox</option>\n" +
                                "<option value=\"dropdown\">Dropdown</option>\n" +
                                "</select></td>" +\xd\xa                                "<td style='width: 20%'><input type='text' id='additional_field_" + countAttributes + "_value' name='additional_field_" + countAttributes + "_value' placeholder='e.g. opt1;opt2;opt3' style='width:90%;' /></td>" +\xd
                                "<td style='width: 10%'><select  name='req_field_" + countAttributes + "' style='width:57%;'> <option value=\"no\">No</option>\n" +\xd\xa                                "<option value=\"yes\">Yes</option>\n" +\xd\xa                                "</select></td>" +\xd\xa                                "</tr>").insertBefore(jQuery("#mo_openid_custom_field"));\xd
                        }
\xa\xd
                        jQuery(document).ready(function () {
\xa                            countAttributes = 1;\xd
                        });\xd

                        function remove_custom_field() {
\xa                            jQuery("#mo_openid_row_" + countAttributes).remove();\xd
                            countAttributes -= 1;
\xa                            if (countAttributes == 0)\xd\xa                                countAttributes = 1;\xd\xa                        }
\xa                    </script>\xd\xa                </div>\xd\xa            </td>
\xa            "; 
        Bv: 
    } 
    function miniorange_openid_save_settings_addon() 
    { 
        if (!(mo_openid_is_customer_registered_addon() && mo_openid_is_cust_addon_license_key_verified())) { 
            goto Eq; 
        } 
        if (!(isset($_POST["option"]) and $_POST["option"] == "mo_openid_custom_field_update")) { 
            goto Xt; 
        } 
        update_option("mo_openid_customised_field_enable", isset($_POST["mo_openid_customised_field_enable"]) ? $_POST["mo_openid_customised_field_enable"] : 0); 
        $Xh = 0; 
        $Gd = 0; 
        $cs = -1; 
        $T0 = ''; 
        $rH = array_keys($_POST); 
        $jf = array_values($_POST); 
        foreach ($jf as $t8) { 
            if (!($t8 == "user_role")) { 
                goto kp; 
            } 
            $q1 = 1; 
            kp: 
            if (!($t8 == "Delete")) { 
                goto m4; 
            } 
            if (!($q1 == 1)) { 
                goto mh; 
            } 
            update_option("mo_openid_update_role_addon", "0"); 
            mh: 
            $Gd = 1; 
            goto e8; 
            m4: 
            if (!($t8 == "yes" || $t8 == "no")) { 
                goto en; 
            } 
            $cs++; 
            en: 
            $Xh++; 
            Sk: 
        } 
        e8: 
        if ($Gd) { 
            goto e1; 
        } 
        $lH = count($rH) - 1; 
        $DV = array(); 
        if ($lH != 2) { 
            goto WI; 
        } 
        echo "                        "; 
        goto LE; 
        WI: 
        update_option("profile_completion_page", $_POST["profile_completion_page"]); 
        $VD = 3; 
        if (!($jf[0] != 1)) { 
            goto jd; 
        } 
        $VD--; 
        jd: 
        pS: 
        if (!($VD < $lH - 1)) { 
            goto NZ; 
        } 
        $Bx = $jf[$VD]; 
        $t8 = $jf[$VD + 1]; 
        if ($t8 == '') { 
            goto Am; 
        } 
        if ($t8 == "user_role") { 
            goto Se; 
        } 
        if ($t8 != "other") { 
            goto fo; 
        } 
        $i8 = $jf[$VD + 2]; 
        $T0 = $jf[$VD + 3]; 
        if ($T0 == "text" || $T0 == "date" || $T0 == "default") { 
            goto zR; 
        } 
        $fz = $jf[$VD + 4]; 
        $v7 = $jf[$VD + 5]; 
        $VD = $VD + 6; 
        goto FB; 
        zR: 
        $fz = ''; 
        $v7 = $jf[$VD + 4]; 
        $VD = $VD + 5; 
        FB: 
        goto vF; 
        fo: 
        $i8 = ''; 
        $T0 = $jf[$VD + 2]; 
        $fz = ''; 
        $v7 = $jf[$VD + 3]; 
        $VD = $VD + 4; 
        vF: 
        goto LY; 
        Se: 
        $i8 = ''; 
        $T0 = $jf[$VD + 2]; 
        $fz = $jf[$VD + 3]; 
        $v7 = $jf[$VD + 4]; 
        $VD = $VD + 5; 
        update_option("mo_openid_update_role_addon", "1"); 
        LY: 
        goto D7; 
        Am: 
        $VD = $VD + 6; 
        D7: 
        if (!($T0 == "default")) { 
            goto Ny; 
        } 
        $T0 = "text"; 
        Ny: 
        if ($t8 === '') { 
            goto xn; 
        } 
        $i8 = str_replace(" ", "_", $i8); 
        $i8 = strtolower($i8); 
        $Bx = str_replace(" ", "_", $Bx); 
        $Bx = strtolower($Bx); 
        array_push($DV, array($Bx, $t8, $i8, $T0, $fz, $v7)); 
        xn: 
        goto pS; 
        NZ: 
        $dS = $DV; 
        update_option("mo_openid_custom_field_mapping", $dS); 
        LE: 
        goto FG; 
        e1: 
        $b8 = get_option("mo_openid_custom_field_mapping"); 
        unset($b8[$cs]); 
        $VA = array_values($b8); 
        update_option("mo_openid_custom_field_mapping", $VA); 
        FG: 
        Xt: 
        Eq: 
    } 
    function mo_openid_customisation_fields_form($MQ, $JG, $pK, $xh, $fr, $ug, $MH, $XZ, $RV, $xM, $HX, $bT, $Kh, $bZ) 
    { 
        if (!(mo_openid_is_customer_registered_addon() && mo_openid_is_cust_addon_license_key_verified())) { 
            goto Ki; 
        } 
        $dc = wp_create_nonce("mo-openid-custom-form-submitted-nonce"); 
        $Xu = ''; 
        $BC = get_current_user_id(); 
        if (!($JG == '' & $RV == '' & $BC == 0)) { 
            goto QN; 
        } 
        header("Location: " . get_option("siteurl") . "/wp-login.php"); 
        exit; 
        QN: 
        $Wn = mo_openid_get_wp_style(); 
        $Xu = "<style>.form-input-validation.note {color: #d94f4f;}</style>
                    <body class="login login-action-login wp-core-ui locale-en-us">\xd
                    <div id="add_field">
                    <div style="width: 700px; margin: 30px auto;">\xd\xa                    <form name="complete_details" method="post" action="">
\xa                    <div style="background: white; margin-top:-15px;padding: 15px;"><br>"; 
        $BC = get_current_user_id(); 
        $SZ = get_option("mo_openid_custom_field_mapping"); 
        if (!$SZ) { 
            goto fQ; 
        } 
        foreach ($SZ as $yD) { 
            $cz = 1; 
            $kU = 1; 
            $JA = ''; 
            foreach ($yD as $Gc => $Uw) { 
                if ($cz == 1) { 
                    goto M0; 
                } 
                if ($cz == 2) { 
                    goto y3; 
                } 
                if ($cz == 3) { 
                    goto Om; 
                } 
                if ($cz == 4) { 
                    goto WL; 
                } 
                if ($cz == 5) { 
                    goto f1; 
                } 
                $v7 = $Uw; 
                goto yn; 
                M0: 
                $JA = $Uw; 
                goto yn; 
                y3: 
                $v9 = $Uw; 
                goto yn; 
                Om: 
                $p1 = str_replace("_", " ", $Uw); 
                $YU = $Uw; 
                goto yn; 
                WL: 
                $t_ = $Uw; 
                goto yn; 
                f1: 
                $J9 = $Uw; 
                yn: 
                $cz++; 
                od: 
            } 
            h3: 
            if (!($v9 != "other")) { 
                goto gs; 
            } 
            if ($JA != '') { 
                goto JT; 
            } 
            $p1 = $v9; 
            $YU = $v9; 
            goto lO; 
            JT: 
            $p1 = $JA; 
            $YU = $JA; 
            lO: 
            gs: 
            if (!($JA == '')) { 
                goto qq; 
            } 
            if (!($v9 == "other")) { 
                goto bq; 
            } 
            $JA = $p1; 
            bq: 
            qq: 
            $pC = $p1; 
            $pC = ucwords(str_replace("_", " ", $pC)); 
            $Xu .= "<p><label for="" . $p1 . "">" . $pC . "<span align="center" class="form-input-validation note">"; 
            if (!($v7 == "yes")) { 
                goto xK; 
            } 
            $Xu .= "*"; 
            xK: 
            $Xu .= "</span><br/>"; 
            if ($t_ == "text") { 
                goto lZ; 
            } 
            if ($t_ == "date") { 
                goto ZG; 
            } 
            if ($t_ == "checkbox") { 
                goto Qj; 
            } 
            if ($t_ == "dropdown") { 
                goto Xp; 
            } 
            goto QP; 
            lZ: 
            $Xu .= "<input type="" . $t_ . "" class="input""; 
            if ($v9 == "other") { 
                goto s4; 
            } 
            if ($JA != '') { 
                goto Yd; 
            } 
            $Xu .= " name="" . $YU . "_update""; 
            goto aI; 
            Yd: 
            $Xu .= " name="" . $YU . """; 
            aI: 
            goto QD; 
            s4: 
            $Xu .= "name="" . $YU . """; 
            QD: 
            $Xu .= "style="width:60%""; 
            if (!($v7 == "yes")) { 
                goto CK; 
            } 
            $Xu .= "required="required""; 
            CK: 
            if ($BC != 0) { 
                goto XV; 
            } 
            if ($BC == 0 && $v9 != "other") { 
                goto la; 
            } 
            goto qt; 
            XV: 
            if ($JA != '') { 
                goto wT; 
            } 
            $T0 = get_user_meta($BC, $YU, true); 
            goto yj; 
            wT: 
            $WB = str_replace(" ", "_", $JA); 
            $T0 = get_user_meta($BC, $WB, true); 
            yj: 
            $Xu .= " value="" . $T0 . """; 
            goto qt; 
            la: 
            if ($v9 == "username") { 
                goto HY; 
            } 
            if ($v9 == "first_name") { 
                goto cz; 
            } 
            if ($v9 == "last_name") { 
                goto We; 
            } 
            if ($v9 == "user_full_name") { 
                goto aG; 
            } 
            if ($v9 == "user_email") { 
                goto Dl; 
            } 
            goto X7; 
            HY: 
            $v9 = $XZ; 
            goto X7; 
            cz: 
            $v9 = $JG; 
            goto X7; 
            We: 
            $v9 = $MQ; 
            goto X7; 
            aG: 
            $v9 = $pK; 
            goto X7; 
            Dl: 
            $v9 = $RV; 
            X7: 
            $Xu .= " value="" . $v9 . """; 
            qt: 
            $Xu .= ">"; 
            goto QP; 
            ZG: 
            $Xu .= "<input type="" . $t_ . "" class="input" name="" . $YU . "" style="width:60%""; 
            if (!($v7 == "yes")) { 
                goto rr; 
            } 
            $Xu .= "pattern="[a-zA-Z0-9;-_()*&^%$#@!:'/<>,.?+]+" required="required""; 
            rr: 
            if (!($BC != 0)) { 
                goto o5; 
            } 
            $T0 = get_user_meta($BC, $JA, true); 
            $Xu .= " value="" . $T0 . """; 
            o5: 
            $Xu .= ">"; 
            goto QP; 
            Qj: 
            foreach (explode(";", $J9) as $O_) { 
                if (!(strlen($O_) > 0)) { 
                    goto Bp; 
                } 
                $Xu .= "<input type="checkbox" name="" . $YU . $kU . "" value="" . $O_ . """; 
                if (!($BC != 0)) { 
                    goto cH; 
                } 
                $T0 = get_user_meta($BC, $JA, true); 
                foreach (explode(";", $T0) as $xk) { 
                    if (!($xk == $O_)) { 
                        goto Wx; 
                    } 
                    $Xu .= " checked"; 
                    Wx: 
                    qY: 
                } 
                iX: 
                cH: 
                $Xu .= ">" . $O_ . "</br>"; 
                $kU++; 
                Bp: 
                wO: 
            } 
            Iz: 
            goto QP; 
            Xp: 
            $Xu .= "<select name="" . $YU . "">"; 
            foreach (explode(";", $J9) as $O_) { 
                if (!(strlen($O_) > 0)) { 
                    goto HQ; 
                } 
                $Xu .= "<option value="" . $O_ . """; 
                if (!($BC != 0)) { 
                    goto lu; 
                } 
                $T0 = get_user_meta($BC, $JA, true); 
                $Xu .= " selected"; 
                lu: 
                $Xu .= ">" . $O_ . "</option>"; 
                HQ: 
                bL: 
            } 
            PT: 
            $Xu .= "</select>"; 
            QP: 
            $Xu .= "</label>\xd\xa                                        </p>"; 
            es: 
        } 
        al: 
        fQ: 
        $Xu .= "Please enter all the fields marked with <span align="center" class="form-input-validation note">*</span>
\xa                    <input type="hidden" name="first_name" value=" . $JG . ">\xd
                    <input type="hidden" name="last_name" value=" . $MQ . ">
                    <input type="hidden" name="user_full_name" value=" . $pK . ">\xd
                    <input type="hidden" name="user_url" value=" . $xh . ">
                    <input type="hidden" name="user_picture" value=" . $MH . ">\xd
                    <input type="hidden" name="username" value=" . $XZ . ">\xd
                    <input type="hidden" name="user_email" value=" . $RV . ">\xd
                    <input type="hidden" name="random_password" value=" . $xM . ">\xd
                    <input type="hidden" name="decrypted_app_name" value=" . $HX . ">
\xa                    <input type="hidden" name="call" value=" . $fr . ">
                    <input type="hidden" name="user_profile_url" value=" . $ug . ">\xd
                    <input type="hidden" name="social_app_name" value=" . $Kh . ">\xd
                    <input type="hidden" name="social_user_id" value=" . $bZ . ">\xd\xa                    <input type="hidden" name="decrypted_user_id" value=" . $bT . ">
                    <input type="hidden" name="option" value="mo_openid_custom_form_submitted">\xd\xa                    <input type="hidden" name="mo_openid_custom_form_submitted_nonce" value="" . $dc . ""/>\xd
                    </div>\xd
                    <p class="submit">\xd
                    <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="" . get_option("mo_profile_complete_submit_button") . ""/>
\xa                    </p>"; 
        if (!(get_option("moopenid_logo_check") == 1)) { 
            goto Xm; 
        } 
        $Xu .= mo_openid_customize_logo(); 
        Xm: 
        $Xu .= "</form>\xd
                    </div>
                    </div>\xd\xa                    </body>"; 
        return $Xu; 
        Ki: 
    } 
} 
new Miniorange_OpenID_SSO_addon(); 
function mo_openid_is_cust_addon_license_key_verified() 
{ 
    $e1 = get_option("mo_openid_opn_lk_extra_attr_addon"); 
    $AD = get_option("mo_openid_admin_email"); 
    $R0 = get_option("mo_openid_admin_customer_key"); 
    if (!$e1 || !$AD || !$R0 || !is_numeric(trim($R0))) { 
        goto rZ; 
    } 
    return 1; 
    goto HE; 
    rZ: 
    return 0; 
    HE: 
} 
function mo_openid_is_customer_registered_addon() 
{ 
    $AD = get_option("mo_openid_admin_email"); 
    $R0 = get_option("mo_openid_admin_customer_key"); 
    if (!$AD || !$R0 || !is_numeric(trim($R0))) { 
        goto qx; 
    } 
    return 1; 
    goto jY; 
    qx: 
    return 0; 
    jY: 
} 
function cust_addon_key_false() 
{ 
    echo "    <td style="vertical-align:top;width:100%;">\xd
        <div class="mo_openid_table_layout">
            <h1 align="center">Invalid Add-on License Key or Change in code</h1><br>
            <h3 align="center">It seems you made some changes in the code please revert it or drop an email at <a href="mailto:[email protected]?Subject=Invalid%20Add-on%20License Key%20or%20Change%20in%20code" target="_blank">[email protected]</a></h3>\xd
        </div>\xd
    </td>\xd
    "; 
} 
include "deactivate_addon.php"; 
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Plugin Name: Social Integration AddOn by miniOrange
 * Plugin URI: https://www.miniorange.com
 * Description: Social Integration AddOn allows you to map social data with extra customizable fields.
 * Version: 1.1.0
 * Author: miniOrange
 * Author URI: https://www.miniorange.com
 * License: GPL2
 */


class Miniorange_OpenID_SSO_addon
{
    function __construct()
    {
        $Hq = array();
        add_action("\143\165\163\x74\x6f\155\151\x7a\141\164\x69\157\x6e\137\141\144\x64\157\x6e", array($this, "\155\x6f\137\157\x70\145\156\x69\x64\x5f\x63\x75\163\164\x6f\x6d\151\x73\x61\x74\151\157\x6e"));
        add_filter("\x63\165\x73\x74\157\x6d\x69\x7a\x61\164\151\x6f\156\x5f\146\x6f\x72\x6d", array($this, "\155\157\137\157\160\145\x6e\151\x64\x5f\143\165\163\164\157\x6d\x69\x73\141\x74\x69\x6f\156\x5f\x66\x69\145\154\x64\163\137\146\157\162\x6d"), 1, 14);
        add_action("\x61\x64\155\x69\x6e\137\x69\x6e\x69\x74", array($this, "\155\x69\156\151\x6f\x72\141\156\x67\145\x5f\157\x70\145\x6e\x69\144\x5f\163\x61\x76\x65\x5f\x73\x65\164\x74\x69\156\x67\163\137\141\x64\x64\157\x6e"), 1);
        add_option("\155\157\x5f\157\160\145\156\151\x64\x5f\143\165\163\x74\x6f\x6d\x5f\146\151\x65\x6c\144\x5f\155\x61\160\160\151\x6e\147", $Hq);
        add_option("\155\157\x5f\157\160\145\156\x69\144\x5f\x63\165\x73\x74\x6f\155\151\163\145\144\x5f\x66\x69\145\x6c\x64\137\145\x6e\x61\142\x6c\x65", "\x31");
        register_deactivation_hook(__FILE__, array($this, "\x6d\x6f\137\157\x70\x65\156\x69\x64\137\x64\x65\141\143\x74\x69\166\141\x74\145\137\145\170\164\x72\141\137\141\x74\x74\x72\x69\x62\165\x74\x65\163\137\141\x64\x64\157\x6e"));
    }
    function mo_openid_deactivate_extra_attributes_addon()
    {
        do_action("\146\154\x75\163\x68\137\143\141\143\x68\145\137\145\x78\x74\x72\x61\137\x61\164\x74\162\151\x62\x75\164\145\x73\x5f\141\x64\144\157\156");
        delete_option("\x6d\x6f\x5f\157\160\145\x6e\x69\144\x5f\157\x70\x6e\137\x6c\x6b\x5f\145\x78\x74\162\141\137\x61\x74\164\162\x5f\x61\144\144\x6f\x6e");
        delete_option("\x6d\157\x5f\x6f\160\x65\x6e\151\x64\137\x63\x75\163\164\x6f\x6d\x5f\x66\x69\x65\154\144\x5f\x6d\141\x70\x70\151\156\147");
    }
    function mo_get_role_names()
    {
        global $wp_roles;
        $HF = '';
        if (isset($wp_roles)) {
            goto NN;
        }
        $wp_roles = new WP_Roles();
        NN:
        foreach ($wp_roles->get_names() as $u8) {
            if (!($u8 != "\101\144\x6d\x69\156\151\x73\164\x72\x61\164\157\162")) {
                goto aO;
            }
            $HF .= $u8 . "\x3b";
            aO:
            CD:
        }
        ig:
        return $HF;
    }
    function mo_openid_customisation()
    {
        if (mo_openid_is_cust_addon_license_key_verified()) {
            goto rs;
        }
        cust_addon_key_false();
        rs:
        if (!(mo_openid_is_customer_registered_addon() && mo_openid_is_cust_addon_license_key_verified())) {
            goto Bv;
        }
        echo "\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\74\164\x64\40\x73\164\171\154\145\75\42\166\145\x72\x74\x69\143\x61\154\x2d\x61\154\151\x67\x6e\72\x74\x6f\x70\73\x20\42\76\xd\xa\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x3c\x64\151\166\40\x63\x6c\x61\x73\163\75\42\x6d\157\x5f\157\160\145\156\151\x64\x5f\x74\141\142\154\x65\137\154\141\x79\x6f\x75\x74\42\x3e\x3c\x62\162\x2f\x3e\xd\xa\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\74\146\x6f\x72\x6d\x20\155\x65\164\150\157\144\75\x22\160\x6f\x73\164\x22\x3e\xd\xa\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\74\150\x33\x3e\103\x75\x73\x74\157\155\151\x7a\x61\x74\x69\x6f\x6e\40\106\x69\145\x6c\144\163\74\x2f\x68\63\x3e\15\12\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x3c\x69\156\x70\x75\x74\x20\164\171\x70\x65\x3d\x22\143\x68\145\143\153\142\x6f\x78\42\x20\151\x64\x3d\x22\x63\x75\163\x74\x6f\155\x69\x73\x65\144\x5f\x66\x69\145\x6c\x64\x5f\145\x6e\x61\142\x6c\x65\x22\40\x6e\141\x6d\145\x3d\42\x6d\157\x5f\157\x70\145\x6e\151\144\x5f\x63\x75\x73\164\x6f\x6d\151\163\145\144\137\146\x69\x65\x6c\x64\x5f\145\156\x61\x62\154\x65\x22\15\xa\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x76\141\154\165\145\x3d\42\x31\42\xd\xa\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40";
        if (mo_openid_is_customer_registered()) {
            goto Wh;
        }
        echo "\x64\151\163\141\142\x6c\145\x64";
        Wh:
        checked(get_option("\x6d\157\137\x6f\x70\x65\156\x69\x64\137\143\x75\x73\x74\x6f\155\x69\x73\145\x64\x5f\146\x69\x65\154\144\137\x65\x6e\141\x62\x6c\x65") == 1);
        echo "\57\x3e\15\12\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x3c\x62\x3e\105\x6e\x61\142\154\x65\40\101\x75\164\157\40\x46\151\x65\154\144\x20\x52\x65\147\x69\x73\x74\162\x61\x74\151\157\156\x20\106\157\162\155\74\57\142\x3e\xd\xa\xd\12\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x3c\163\164\171\154\145\x3e\xd\12\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x2e\x74\141\x62\154\x65\142\157\x72\x64\x65\x72\40\x7b\15\12\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x62\x6f\x72\144\x65\x72\x2d\143\x6f\x6c\x6c\141\x70\x73\145\x3a\40\x63\157\x6c\154\141\160\x73\x65\73\15\12\40\40\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\167\151\x64\164\150\72\x20\61\60\x30\x25\x3b\15\12\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\142\157\162\144\x65\x72\55\143\157\x6c\157\162\72\40\x23\x65\x65\x65\73\15\12\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\175\xd\xa\xd\xa\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x2e\x74\x61\x62\154\x65\142\x6f\x72\x64\x65\x72\40\164\x68\54\40\x2e\x74\141\142\154\x65\142\157\x72\144\145\162\40\x74\144\40\x7b\xd\xa\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x74\x65\x78\x74\55\x61\x6c\x69\x67\156\72\x20\154\145\146\x74\x3b\xd\12\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x70\x61\x64\x64\x69\156\x67\x3a\40\x38\160\170\73\15\xa\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x62\157\x72\x64\145\x72\x2d\x63\157\154\157\x72\x3a\40\43\145\x65\145\73\15\12\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x7d\15\12\xd\xa\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x2e\x74\141\x62\x6c\x65\142\x6f\x72\144\x65\162\x20\164\x72\72\156\x74\150\x2d\143\150\151\x6c\144\50\x65\x76\145\x6e\51\x20\173\15\12\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\142\141\x63\x6b\147\162\x6f\165\x6e\144\x2d\x63\157\x6c\x6f\x72\72\40\x23\x66\62\x66\62\146\62\15\xa\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\175\15\xa\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\74\x2f\163\164\x79\154\145\x3e\xd\12\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\74\41\55\55\155\x6f\137\x6f\x70\x65\x6e\151\x64\x5f\143\165\x73\164\x6f\155\137\146\x69\x65\154\x64\137\x75\x70\x64\x61\x74\145\55\x2d\x3e\xd\12\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\74\164\x61\142\x6c\145\40\151\x64\x3d\42\143\165\x73\x74\x6f\155\137\146\x69\145\x6c\x64\42\x20\x73\164\171\154\x65\75\x22\x77\x69\144\x74\x68\72\61\x30\x30\45\73\x20\164\x65\170\164\55\x61\x6c\x69\x67\x6e\x3a\x20\x63\x65\x6e\164\x65\162\73\x22\40\143\x6c\x61\163\163\75\x22\164\141\x62\154\145\42\x3e\15\12\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\74\151\x6e\x70\x75\x74\x20\164\171\160\x65\75\42\150\151\x64\x64\145\156\x22\40\156\x61\x6d\x65\75\x22\157\160\x74\151\157\156\x22\40\166\141\x6c\165\145\x3d\42\155\x6f\x5f\x6f\x70\x65\156\x69\x64\x5f\x63\165\163\164\157\155\137\146\x69\145\154\144\137\x75\x70\144\x61\164\x65\x22\57\x3e\15\xa\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x3c\x64\x69\x76\x20\151\144\75\x22\155\171\x43\x68\x65\143\x6b\42\x3e\xd\12\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40";
        if (!(get_option("\155\x6f\137\157\160\x65\156\x69\x64\x5f\x63\x75\x73\164\157\155\x69\x73\145\x64\137\x66\x69\x65\154\144\x5f\x65\x6e\141\x62\154\145") == 1)) {
            goto vX;
        }
        echo "\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\74\150\64\76\122\145\x67\x69\163\x74\x72\141\164\x69\157\156\40\160\141\x67\145\40\154\151\156\153\40\x3c\x69\x6e\x70\165\x74\x20\x74\171\x70\145\75\x22\164\x65\170\164\x22\40\156\141\155\x65\x3d\x22\160\x72\x6f\146\x69\x6c\x65\x5f\x63\157\x6d\x70\x6c\145\164\151\157\156\x5f\x70\x61\147\145\42\xd\xa\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\163\164\171\154\x65\75\42\x77\x69\x64\164\150\x3a\x20\x33\65\60\x70\170\42\15\xa\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x20\166\x61\x6c\x75\x65\x3d\x22";
        echo get_option("\x70\x72\x6f\146\x69\x6c\x65\137\143\157\x6d\160\x6c\145\164\151\x6f\x6e\137\x70\141\x67\145");
        echo "\x22\15\12\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x72\x65\161\165\x69\x72\145\x64\57\x3e\x3c\57\x68\x34\x3e\xd\xa\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\74\x74\150\145\x61\x64\76\15\12\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x3c\164\x72\76\xd\12\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x3c\164\x68\76\x45\170\x69\163\164\x69\156\x67\x20\x46\x69\145\154\144\x3c\57\164\150\x3e\xd\xa\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\74\x74\x68\x3e\106\151\x65\154\144\x3c\x2f\x74\150\76\xd\12\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\74\164\150\x3e\103\x75\x73\x74\157\x6d\x20\156\x61\155\145\74\57\164\150\x3e\xd\12\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\74\x74\150\x3e\x46\151\145\154\x64\x20\x54\171\160\145\x3c\57\164\150\x3e\xd\xa\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\74\164\x68\76\106\x69\x65\x6c\144\40\x4f\160\x74\151\x6f\156\x73\74\57\x74\x68\x3e\xd\12\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\74\164\150\x3e\x52\x65\x71\x75\x69\162\145\144\x20\106\x69\x65\154\144\x3c\57\x74\150\76\15\xa\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\74\x74\150\x3e\x3c\57\x74\150\x3e\15\xa\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x3c\x2f\x74\x72\x3e\xd\xa\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\74\x2f\164\150\145\x61\144\76\15\12\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40";
        $Ec = get_option("\x6d\157\x5f\157\160\145\x6e\151\144\137\143\x75\x73\x74\157\155\x5f\x66\151\x65\154\144\137\155\x61\x70\160\151\156\147");
        $kU = 1;
        foreach ($Ec as $yD) {
            $VD = 0;
            $i_ = '';
            foreach ($yD as $Gc => $Uw) {
                if ($VD == 0) {
                    goto AX;
                }
                if ($VD == 1) {
                    goto eI;
                }
                if ($VD == 2) {
                    goto bZ;
                }
                if ($VD == 3) {
                    goto q0;
                }
                if ($VD == 4) {
                    goto tw;
                }
                echo "\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x3c\x74\x64\x20\163\164\x79\x6c\x65\75\42\x77\x69\x64\x74\x68\72\x20\x31\x30\x25\x22\x3e\74\163\145\154\x65\x63\164\15\xa\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\156\141\155\145\75\x22\x6d\157\137\157\160\x65\156\x69\144\137\162\145\x71\x5f\x66\151\x65\154\x64\137";
                echo $kU;
                echo "\42\15\xa\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\163\164\171\154\145\75\x22\167\151\144\x74\150\x3a\65\67\x25\x22\76\xd\xa\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\74\157\x70\164\x69\157\156\x20\x76\x61\x6c\165\x65\x3d\42\171\x65\x73\x22\40";
                if (!($Uw === "\x79\x65\163")) {
                    goto zs;
                }
                echo "\x73\x65\154\145\143\x74\x65\144";
                zs:
                echo "\x3e\xd\12\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\131\145\x73\15\xa\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x3c\57\x6f\x70\x74\x69\157\156\x3e\xd\12\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\74\x6f\x70\164\151\x6f\156\x20\166\141\x6c\x75\x65\x3d\x22\x6e\157\42\x20";
                if (!($Uw === "\156\x6f")) {
                    goto fw;
                }
                echo "\163\x65\x6c\x65\143\164\145\144";
                fw:
                echo "\x3e\xd\12\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\116\x6f\xd\12\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x3c\x2f\x6f\x70\164\x69\x6f\x6e\x3e\15\12\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\74\57\163\145\x6c\x65\x63\164\x3e\74\57\164\x64\x3e\15\xa\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x3c\164\144\40\163\x74\171\x6c\145\x3d\x22\167\x69\x64\x74\150\72\x20\61\x30\x25\x22\x3e\74\x69\x6e\x70\x75\164\x20\x6e\141\155\x65\x3d\x22";
                echo $kU;
                echo "\x22\x20\164\x79\x70\x65\x3d\42\x73\165\x62\155\151\164\x22\xd\xa\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\166\141\154\165\x65\75\x22\x44\145\x6c\x65\x74\145\x22\xd\12\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x63\154\x61\x73\163\75\42\142\x75\164\x74\157\156\x20\142\165\x74\164\x6f\156\55\160\x72\151\155\141\x72\x79\40\x62\x75\x74\x74\157\x6e\x2d\x6c\141\162\x67\x65\42\57\76\xd\xa\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\74\57\164\144\x3e\xd\12\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\74\57\164\x72\76\xd\12\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20";
                goto Gd;
                AX:
                $Uw = str_replace("\x5f", "\x20", $Uw);
                echo "\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\x3c\x74\162\x3e\xd\12\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\74\x74\x64\x20\x73\x74\x79\154\x65\x3d\42\167\x69\x64\164\150\72\x20\61\65\x25\42\x3e\74\151\156\160\165\x74\x20\164\171\160\145\75\42\x74\145\x78\x74\42\15\12\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x6e\x61\155\145\x3d\x22\155\x6f\x5f\157\160\x65\x6e\151\x64\x5f\x70\x72\145\x64\x65\x66\151\156\x65\137\146\151\145\x6c\x64\137";
                echo $kU;
                echo "\137\156\x61\155\145\x22\15\12\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x70\154\x61\143\x65\x68\157\x6c\x64\145\x72\x3d\42\105\170\151\x73\x74\x69\x6e\147\x20\x6d\145\x74\141\x20\x66\x69\145\154\144\42\xd\xa\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x76\141\x6c\165\145\x3d\42";
                echo $Uw;
                echo "\x22\xd\12\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\163\x74\171\x6c\x65\x3d\42\167\151\x64\x74\x68\x3a\x39\x30\x25\x3b\x22\x2f\x3e\15\xa\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x3c\57\164\144\x3e\xd\12\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20";
                goto Gd;
                eI:
                echo "\40\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x3c\164\144\40\x73\164\171\x6c\145\x3d\x22\x77\151\144\x74\150\x3a\40\61\65\45\42\x3e\x3c\163\145\x6c\145\143\x74\15\xa\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x69\x64\x3d\42\155\x6f\137\157\x70\x65\x6e\x69\144\137\x66\151\x65\x6c\144\137";
                echo $kU;
                echo "\x5f\156\141\155\x65\42\xd\12\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x6e\x61\x6d\145\75\x22\155\x6f\x5f\157\x70\x65\156\x69\144\x5f\146\x69\x65\x6c\144\x5f";
                echo $kU;
                echo "\x5f\x6e\x61\155\x65\x22\xd\xa\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\157\156\143\x68\141\x6e\147\145\x3d\x22\x6d\171\106\x75\x6e\x63\x74\x69\157\156\x28\x27\x6d\157\x5f\x6f\x70\145\156\x69\144\x5f\146\x69\x65\x6c\144\137";
                echo $kU;
                echo "\137\x6e\141\155\145\47\x2c\x27\155\157\x5f\157\160\x65\x6e\151\x64\137\x6f\160\x74\x5f\146\x69\x65\x6c\144\137";
                echo $kU;
                echo "\x5f\156\x61\x6d\145\x27\x2c\x27\155\157\137\157\x70\145\156\151\x64\137\x66\151\x65\x6c\144\x5f";
                echo $kU;
                echo "\137\x76\x61\154\x75\x65\47\x2c\x27\x6d\x6f\x5f\x6f\x70\x65\x6e\x69\144\137\x61\x64\144\151\164\x69\x6f\x6e\x61\x6c\137\x66\x69\x65\x6c\144\x5f";
                echo $kU;
                echo "\137\x76\141\154\x75\145\47\x29\x22\15\xa\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x73\x74\x79\154\145\x3d\42\x77\151\144\x74\150\72\x38\60\x25\x22\76\15\xa\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\74\157\x70\x74\x69\x6f\156\x20\166\141\x6c\165\145\75\42\x75\x73\145\x72\x6e\x61\155\145\x22\40";
                if (!($Uw === "\165\163\145\x72\156\x61\x6d\145")) {
                    goto wU;
                }
                echo "\x73\x65\x6c\145\x63\164\x65\144";
                $i_ = "\164\162\165\x65";
                wU:
                echo "\76\xd\xa\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x75\163\x65\162\x6e\x61\x6d\145\15\xa\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\74\57\157\x70\x74\x69\157\x6e\76\xd\xa\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\74\157\x70\164\151\157\156\x20\166\141\x6c\x75\x65\x3d\x22\x66\x69\162\163\164\x5f\156\141\x6d\145\42\x20";
                if (!($Uw === "\x66\151\162\x73\x74\x5f\x6e\x61\155\x65")) {
                    goto B2;
                }
                echo "\163\145\x6c\145\143\x74\x65\144";
                $i_ = "\x74\162\x75\145";
                B2:
                echo "\76\xd\12\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\146\x69\162\163\x74\x5f\x6e\x61\x6d\145\xd\12\40\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\x3c\x2f\x6f\x70\164\x69\157\x6e\x3e\15\12\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\74\157\x70\x74\x69\157\x6e\x20\166\x61\x6c\165\145\75\x22\154\x61\163\164\137\x6e\141\155\145\42\x20";
                if (!($Uw === "\154\x61\163\x74\137\x6e\141\155\x65")) {
                    goto vT;
                }
                echo "\163\145\x6c\145\x63\x74\x65\144";
                $i_ = "\164\x72\165\145";
                vT:
                echo "\76\15\xa\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\154\x61\x73\164\137\156\x61\x6d\x65\15\xa\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\74\x2f\157\160\x74\151\x6f\156\x3e\xd\xa\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\74\157\160\164\x69\157\x6e\40\x76\x61\154\x75\x65\x3d\x22\x75\x73\145\x72\x5f\146\x75\x6c\x6c\137\x6e\x61\155\x65\x22\x20";
                if (!($Uw === "\165\163\x65\x72\137\x66\x75\x6c\154\137\156\x61\x6d\145")) {
                    goto JM;
                }
                echo "\163\x65\x6c\145\143\x74\145\x64";
                $i_ = "\164\x72\165\145";
                JM:
                echo "\76\15\12\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\165\x73\x65\x72\137\146\165\154\x6c\x5f\x6e\x61\155\145\xd\12\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\74\x2f\157\x70\x74\x69\157\x6e\x3e\15\12\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\74\x6f\160\x74\151\157\x6e\x20\166\x61\154\165\x65\x3d\x22\165\x73\x65\x72\x5f\x65\155\141\x69\154\42\40";
                if (!($Uw === "\165\x73\x65\162\x5f\x65\155\141\x69\154")) {
                    goto o_;
                }
                echo "\163\145\x6c\145\x63\x74\x65\x64";
                $i_ = "\164\162\x75\x65";
                o_:
                echo "\x3e\xd\12\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x75\163\x65\162\x5f\x65\155\141\151\x6c\xd\12\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\74\57\157\x70\x74\151\x6f\156\76\15\xa\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x3c\x6f\160\164\x69\x6f\x6e\x20\x76\141\154\165\145\x3d\42\x75\163\x65\162\x5f\162\157\x6c\x65\x22\40";
                if (!($Uw === "\165\163\x65\162\x5f\162\x6f\x6c\x65")) {
                    goto by;
                }
                echo "\163\145\x6c\145\x63\x74\145\144";
                $i_ = "\x74\162\165\x65";
                by:
                echo "\76\15\12\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x75\x73\x65\x72\137\x72\157\154\145\15\12\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x3c\x2f\157\160\164\x69\x6f\156\x3e\xd\xa\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x3c\157\160\x74\x69\157\156\x20\x76\x61\x6c\x75\x65\x3d\42\x6f\164\x68\145\x72\42\x20";
                if (!($Uw === "\157\x74\150\145\162")) {
                    goto wo;
                }
                echo "\x73\145\154\x65\x63\x74\x65\144";
                $i_ = "\x66\x61\154\163\x65";
                wo:
                echo "\76\15\12\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\143\165\163\164\x6f\x6d\15\xa\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x3c\57\157\160\164\x69\157\x6e\x3e\15\xa\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x3c\57\x73\x65\154\x65\x63\164\x3e\x3c\57\x74\144\x3e\15\12\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40";
                goto Gd;
                bZ:
                $Uw = str_replace("\137", "\x20", $Uw);
                echo "\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x3c\x74\144\40\163\x74\x79\x6c\145\x3d\42\167\151\x64\164\x68\72\x20\61\x35\x25\42\76\74\151\x6e\160\x75\164\x20\x74\171\160\145\x3d\x22\164\x65\x78\164\42\15\xa\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\151\x64\x3d\x22\155\157\137\x6f\x70\145\156\151\144\137\157\160\x74\x5f\146\x69\145\154\x64\137";
                echo $kU;
                echo "\137\156\x61\155\145\x22\xd\12\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\156\141\x6d\145\75\42\x6d\x6f\x5f\x6f\x70\145\x6e\x69\x64\137\157\160\164\137\146\x69\145\154\x64\x5f";
                echo $kU;
                echo "\x5f\x6e\141\x6d\145\42\15\12\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x76\141\154\165\145\x3d\x22";
                echo $Uw;
                echo "\42\15\xa\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20";
                if (!($i_ == "\x74\x72\165\x65")) {
                    goto tt;
                }
                echo "\x20\144\151\163\141\142\154\x65\144\40";
                tt:
                echo "\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x73\164\171\x6c\x65\75\42\167\151\x64\164\150\72\x39\x30\45\x3b\42\x2f\x3e\xd\xa\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x3c\x2f\x74\144\76\15\12\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40";
                goto Gd;
                q0:
                echo "\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\74\x74\x64\40\163\164\x79\x6c\145\x3d\x22\167\151\x64\x74\x68\x3a\40\61\65\45\42\x3e\74\x73\145\154\x65\143\x74\xd\xa\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\151\144\75\x22\x6d\157\137\157\160\x65\x6e\x69\x64\x5f\146\x69\145\154\x64\x5f";
                echo $kU;
                echo "\137\x76\141\x6c\165\145\x22\xd\12\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\156\141\155\x65\75\x22\155\157\x5f\157\x70\145\156\x69\144\x5f\x66\151\x65\x6c\144\x5f";
                echo $kU;
                echo "\x5f\166\x61\154\x75\x65\42\15\xa\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\157\x6e\143\x68\141\x6e\x67\x65\x3d\x22\x6d\171\106\165\156\143\164\x69\157\156\62\x28\x27\x6d\157\x5f\x6f\x70\145\x6e\151\144\137\146\151\x65\154\144\x5f";
                echo $kU;
                echo "\137\156\x61\x6d\145\47\54\x27\155\x6f\x5f\157\x70\145\156\151\x64\137\157\160\x74\137\146\151\x65\154\144\x5f";
                echo $kU;
                echo "\x5f\x6e\x61\155\145\x27\54\47\155\x6f\137\157\160\145\156\151\144\137\146\x69\x65\154\x64\x5f";
                echo $kU;
                echo "\x5f\166\141\x6c\165\145\47\54\47\x6d\157\x5f\x6f\x70\145\156\x69\144\x5f\x61\144\144\151\x74\151\x6f\156\x61\x6c\x5f\x66\151\145\154\x64\x5f";
                echo $kU;
                echo "\137\166\141\154\165\145\47\x29\42\15\xa\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\163\x74\x79\x6c\x65\75\42\x77\151\144\164\x68\72\x38\x30\x25\42\x3e\15\xa\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x3c\x6f\x70\164\x69\x6f\156\40\x76\x61\154\x75\145\x3d\42\144\x65\x66\141\165\x6c\164\x22\x20";
                if (!($Uw === "\144\145\146\x61\165\x6c\x74")) {
                    goto A7;
                }
                echo "\163\x65\x6c\x65\x63\164\145\144";
                A7:
                echo "\x3e\15\12\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x53\x65\154\145\143\x74\40\124\171\x70\x65\15\xa\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\74\x2f\x6f\160\x74\151\157\156\76\15\xa\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\74\x6f\160\x74\151\157\156\40\166\x61\x6c\x75\145\x3d\42\x74\x65\x78\x74\x22\40";
                if (!($Uw === "\164\145\170\164")) {
                    goto ij;
                }
                echo "\163\145\x6c\x65\x63\164\145\x64";
                $i_ = "\164\x72\x75\145";
                ij:
                echo "\76\15\xa\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\124\145\170\164\142\x6f\x78\xd\12\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x3c\57\157\x70\164\x69\157\x6e\x3e\xd\xa\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x3c\157\x70\164\x69\157\x6e\40\166\141\x6c\165\145\x3d\42\144\141\x74\145\42\x20";
                if (!($Uw === "\x64\x61\x74\x65")) {
                    goto T2;
                }
                echo "\x73\145\154\145\x63\x74\x65\144";
                $i_ = "\164\162\165\145";
                T2:
                echo "\x3e\xd\12\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x44\x61\164\x65\40\x50\x69\143\153\145\162\15\12\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\74\x2f\x6f\160\x74\151\x6f\x6e\76\15\12\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\74\157\160\x74\x69\157\x6e\40\166\141\154\165\x65\75\42\143\150\145\143\x6b\142\157\x78\x22\x20";
                if (!($Uw === "\143\x68\145\x63\x6b\x62\x6f\170")) {
                    goto vl;
                }
                echo "\163\x65\154\145\x63\164\x65\144";
                $i_ = "\x66\x61\154\x73\145";
                vl:
                echo "\76\15\12\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\103\x68\x65\143\x6b\x62\x6f\x78\xd\12\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\74\57\157\x70\164\x69\157\x6e\76\15\12\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\x3c\x6f\x70\x74\x69\x6f\156\x20\x76\141\154\x75\x65\x3d\x22\x64\162\x6f\x70\x64\157\x77\156\42\40";
                if (!($Uw === "\x64\162\x6f\160\x64\x6f\167\156")) {
                    goto A4;
                }
                echo "\x73\x65\x6c\145\143\164\x65\144";
                $i_ = "\x66\141\x6c\163\x65";
                A4:
                echo "\76\15\12\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\104\x72\157\160\144\x6f\167\x6e\xd\xa\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\40\74\57\157\160\x74\x69\x6f\156\76\xd\12\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x3c\x2f\163\x65\x6c\145\x63\164\76\xd\xa\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\74\x2f\x74\144\x3e\xd\12\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20";
                goto Gd;
                tw:
                echo "\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\74\x74\x64\40\163\164\x79\154\x65\x3d\x22\167\151\144\164\x68\72\40\x32\60\x25\42\76\74\x69\156\x70\165\164\x20\164\171\x70\145\x3d\x22\164\145\x78\164\42\15\12\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x6e\141\x6d\x65\75\x22\155\x6f\x5f\157\x70\x65\x6e\x69\x64\x5f\x61\144\144\151\164\x69\157\156\x61\x6c\x5f\146\x69\x65\x6c\x64\x5f";
                echo $kU;
                echo "\137\x76\141\x6c\165\145\42\xd\12\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\151\144\75\42\155\157\x5f\x6f\160\145\156\x69\144\137\x61\x64\x64\151\x74\x69\157\x6e\141\154\x5f\146\151\x65\154\144\137";
                echo $kU;
                echo "\137\x76\x61\154\165\145\42\15\12\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\166\x61\x6c\x75\145\x3d\x22";
                echo $Uw;
                echo "\x22\15\xa\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20";
                if (!($i_ == "\x74\x72\x75\x65")) {
                    goto cG;
                }
                echo "\144\x69\x73\141\142\x6c\145\144";
                cG:
                echo "\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\163\164\x79\x6c\145\x3d\x22\167\151\x64\x74\x68\72\x39\60\45\x3b\42\57\76\15\xa\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x3c\x2f\164\x64\76\15\12\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20";
                Gd:
                $VD++;
                BD:
            }
            FK:
            $kU++;
            Gv:
        }
        ib:
        echo "\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x3c\x74\162\76\xd\xa\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x3c\164\144\x20\x73\x74\x79\154\145\x3d\x22\167\151\x64\164\150\72\x20\x31\x35\x25\x22\76\x3c\142\x72\x3e\x3c\x69\x6e\x70\165\x74\40\164\171\160\145\75\42\x74\145\x78\x74\x22\x20\x70\154\x61\143\145\x68\x6f\x6c\x64\145\x72\75\42\105\x78\x69\163\164\x69\x6e\147\40\x6d\145\164\141\40\x66\151\145\x6c\144\42\15\12\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x6e\x61\x6d\x65\x3d\42\160\x72\x65\x64\145\x66\x69\156\x65\x5f\146\151\145\154\x64\137\x31\137\156\x61\155\x65\x22\15\12\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\163\164\x79\x6c\145\75\42\x77\151\x64\164\x68\72\x39\60\x25\73\x22\57\x3e\x3c\x2f\164\x64\76\xd\xa\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\74\164\x64\40\163\x74\x79\x6c\x65\75\x22\x77\x69\144\x74\x68\x3a\40\61\x35\x25\x22\x3e\x3c\142\x72\x3e\x3c\x73\x65\x6c\x65\x63\164\40\x69\144\75\42\146\x69\x65\154\x64\137\61\x5f\156\141\155\145\x22\40\156\141\155\x65\75\x22\146\x69\145\154\144\x5f\61\137\x6e\x61\x6d\145\42\15\12\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x6f\156\x63\150\141\x6e\147\x65\x3d\x22\155\171\106\x75\156\x63\164\151\x6f\x6e\50\47\x66\x69\x65\x6c\x64\137\x31\x5f\156\141\155\x65\47\54\x27\157\x70\164\137\x66\x69\145\154\144\x5f\x31\x5f\x6e\x61\x6d\x65\x27\x2c\x27\146\x69\x65\154\144\x5f\x31\137\166\141\154\x75\145\x27\54\47\141\x64\144\151\164\151\x6f\156\x61\154\137\x66\151\x65\154\144\137\61\137\166\x61\154\165\x65\x27\x29\42\xd\xa\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\163\x74\x79\x6c\145\75\42\167\151\144\x74\x68\72\x38\x30\45\x22\x3e\xd\xa\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\74\157\x70\x74\x69\157\x6e\40\x76\x61\x6c\165\x65\75\42\x22\76\123\145\x6c\x65\x63\164\x20\x46\x69\x65\154\x64\x3c\x2f\157\160\x74\x69\157\x6e\76\15\xa\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\74\157\x70\164\x69\x6f\x6e\x20\x76\141\154\165\x65\x3d\x22\x75\163\x65\x72\156\141\x6d\145\42\76\x75\x73\145\162\x6e\x61\155\x65\x3c\57\x6f\160\164\151\157\156\76\15\12\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\x20\40\40\74\157\160\x74\151\x6f\156\x20\x76\x61\x6c\165\145\75\42\x66\x69\162\x73\x74\137\x6e\x61\x6d\145\42\x3e\x66\151\x72\x73\x74\137\156\x61\x6d\x65\74\57\157\x70\x74\x69\x6f\156\76\15\12\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\74\x6f\160\164\151\157\156\x20\x76\141\154\165\145\75\x22\x6c\141\163\x74\x5f\156\141\x6d\x65\42\76\154\x61\x73\x74\x5f\x6e\141\x6d\x65\74\x2f\x6f\x70\x74\x69\157\156\x3e\xd\xa\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\74\x6f\160\164\151\x6f\x6e\40\166\141\154\x75\x65\75\x22\165\163\145\162\x5f\x66\165\x6c\154\x5f\x6e\141\155\145\42\76\x75\163\145\x72\x5f\146\x75\x6c\x6c\137\156\141\155\x65\x3c\x2f\x6f\160\x74\151\157\x6e\76\15\12\x20\40\40\x20\x20\40\x20\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\40\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x3c\157\x70\x74\151\157\156\x20\x76\x61\154\165\x65\x3d\42\x75\163\x65\162\x5f\145\155\x61\x69\154\42\x3e\165\163\x65\x72\x5f\x65\x6d\141\151\154\x3c\57\x6f\160\164\x69\x6f\156\76\15\xa\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x3c\x6f\x70\x74\151\157\x6e\40\166\141\x6c\x75\145\75\42\x75\163\x65\x72\137\x72\157\154\x65\42\76\165\163\x65\x72\x5f\x72\x6f\154\x65\74\57\x6f\160\164\151\x6f\156\76\xd\12\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x3c\157\x70\164\151\x6f\156\x20\x76\x61\x6c\x75\x65\75\42\157\164\150\145\x72\x22\76\143\x75\x73\x74\x6f\x6d\74\57\x6f\160\164\151\x6f\x6e\76\15\12\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\74\57\x73\145\154\x65\143\x74\x3e\74\57\164\x64\x3e\xd\12\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\74\164\144\x20\x73\164\x79\154\x65\x3d\42\167\x69\x64\164\150\x3a\x20\x31\65\45\42\76\74\142\x72\76\74\151\x6e\x70\x75\x74\x20\164\171\x70\145\75\42\x74\x65\170\164\x22\x20\x69\x64\75\x22\157\x70\x74\x5f\x66\x69\145\154\144\137\61\x5f\156\x61\155\x65\42\xd\12\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\156\x61\x6d\x65\75\42\157\x70\x74\137\x66\151\x65\154\144\137\61\137\156\x61\x6d\145\x22\15\12\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x70\x6c\x61\143\x65\150\157\154\144\x65\162\75\42\103\x75\163\x74\x6f\x6d\x20\x46\151\145\x6c\144\40\x4e\141\x6d\145\42\15\xa\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\163\164\x79\154\x65\x3d\x22\x77\151\x64\164\150\72\x39\x30\45\x3b\x22\x2f\76\x3c\57\x74\x64\76\xd\12\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\x3c\164\x64\x20\x73\164\171\x6c\145\75\x22\x77\x69\144\164\150\72\40\61\65\x25\42\76\x3c\x62\162\76\74\x73\x65\x6c\145\x63\164\x20\151\x64\75\42\146\x69\145\154\x64\137\x31\x5f\x76\141\x6c\x75\145\x22\40\156\x61\x6d\145\75\42\x66\151\145\154\x64\137\x31\137\x76\141\x6c\165\145\x22\xd\xa\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x6f\156\143\150\x61\x6e\x67\x65\x3d\42\155\171\106\x75\156\143\x74\x69\x6f\156\x32\x28\x27\x66\151\x65\x6c\x64\137\61\x5f\x6e\141\x6d\x65\x27\x2c\x27\157\160\164\137\x66\151\x65\154\x64\137\x31\x5f\156\141\x6d\x65\x27\54\47\146\151\x65\154\x64\137\61\x5f\166\141\x6c\165\x65\x27\54\47\x61\144\x64\151\164\x69\157\x6e\x61\154\x5f\146\151\145\x6c\144\x5f\x31\137\x76\x61\154\165\145\x27\x29\x22\xd\xa\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\163\x74\x79\x6c\145\x3d\42\x77\x69\x64\x74\150\72\70\60\45\42\76\xd\xa\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\74\x6f\x70\x74\151\157\156\x20\x76\141\154\165\x65\x3d\x22\x64\x65\x66\x61\x75\x6c\x74\x22\x3e\123\x65\154\x65\x63\x74\x20\x54\x79\160\x65\74\x2f\x6f\160\164\151\157\x6e\76\15\12\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x3c\x6f\160\x74\x69\157\x6e\x20\x76\x61\154\165\x65\x3d\x22\164\x65\x78\x74\x22\76\124\145\x78\x74\x62\x6f\x78\x3c\57\x6f\x70\164\x69\x6f\156\76\xd\xa\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x3c\x6f\160\164\151\x6f\156\40\x76\141\x6c\165\x65\75\42\144\141\x74\145\42\x3e\x44\141\x74\x65\x20\x50\151\x63\x6b\x65\162\74\57\x6f\160\164\151\x6f\x6e\76\15\xa\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x3c\x6f\x70\x74\151\157\x6e\x20\x76\x61\154\x75\x65\75\x22\143\x68\x65\143\x6b\x62\157\170\x22\x3e\x43\150\x65\143\x6b\x62\157\x78\x3c\57\157\x70\x74\151\x6f\x6e\76\xd\12\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\74\157\160\x74\x69\x6f\156\x20\x76\141\154\x75\x65\x3d\x22\144\162\x6f\160\x64\x6f\x77\156\42\x3e\104\x72\x6f\160\x64\x6f\x77\156\x3c\x2f\157\160\164\x69\x6f\x6e\76\xd\12\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x3c\57\163\145\x6c\145\143\164\76\74\x2f\x74\144\76\xd\xa\40\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x3c\164\x64\x20\163\164\x79\x6c\145\x3d\x22\167\151\x64\x74\x68\72\x20\62\x30\x25\42\76\x3c\142\162\76\x3c\x69\x6e\160\165\x74\40\164\x79\160\145\x3d\42\x74\145\170\x74\42\x20\x69\x64\x3d\42\x61\144\144\151\x74\x69\157\156\x61\x6c\137\x66\151\x65\154\144\137\61\137\x76\x61\x6c\x75\145\x22\15\xa\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x6e\141\155\x65\x3d\x22\141\x64\x64\151\164\x69\x6f\156\141\154\137\x66\151\x65\154\144\x5f\61\137\166\x61\154\x75\145\x22\xd\12\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\160\x6c\x61\x63\x65\x68\157\154\x64\145\x72\x3d\x22\145\x2e\x67\56\x20\157\x70\x74\61\x3b\x6f\x70\x74\x32\x3b\x6f\x70\164\x33\42\15\xa\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\163\164\x79\154\x65\75\42\167\x69\x64\x74\x68\x3a\71\60\45\x3b\x22\57\76\74\x2f\x74\x64\x3e\xd\12\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\74\164\x64\x20\163\x74\x79\154\x65\75\42\167\x69\144\164\x68\72\x20\x31\x30\45\42\76\74\142\162\x3e\74\163\x65\154\x65\x63\164\40\156\141\x6d\x65\75\42\155\x6f\137\157\x70\145\156\x69\144\137\143\165\x73\164\157\155\x5f\x66\x69\x65\154\144\x5f\61\x5f\122\x65\x71\165\151\x72\145\144\x22\15\xa\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x73\164\x79\154\x65\75\42\167\x69\144\164\150\72\x35\x37\x25\x22\76\15\12\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\74\x6f\x70\x74\x69\157\x6e\x20\x76\x61\x6c\165\x65\x3d\x22\x6e\x6f\x22\x3e\116\x6f\74\57\157\160\x74\x69\x6f\156\x3e\xd\12\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\74\157\160\164\x69\x6f\x6e\40\166\x61\154\165\145\75\42\x79\145\x73\x22\76\x59\x65\163\x3c\x2f\x6f\x70\164\151\157\156\x3e\15\12\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x3c\x2f\x73\145\x6c\145\x63\x74\x3e\x3c\x2f\x74\144\76\xd\12\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x3c\x74\x64\40\163\164\171\154\x65\x3d\42\167\x69\144\164\150\x3a\40\x31\60\45\x22\76\74\142\x72\x3e\74\151\x6e\x70\165\x74\x20\164\171\160\145\75\42\142\x75\164\164\157\x6e\x22\x20\x6e\x61\155\x65\x3d\x22\155\157\x5f\x61\x64\144\137\141\164\x74\162\151\x62\x75\x74\x65\42\15\12\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\166\x61\x6c\165\145\x3d\x22\53\x22\x20\157\x6e\x63\x6c\x69\x63\153\x3d\x22\x61\x64\x64\x5f\x63\165\163\x74\157\x6d\137\x66\151\145\154\144\x28\x29\73\x22\15\xa\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x63\154\141\163\163\x3d\x22\x20\142\x75\164\164\157\156\x2d\160\162\151\155\141\x72\171\x22\x2f\x3e\x26\156\x62\163\x70\73\xd\12\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\74\x69\156\160\x75\164\x20\164\x79\x70\145\75\x22\142\x75\164\x74\x6f\x6e\42\40\156\141\155\145\75\42\155\x6f\137\162\x65\155\x6f\x76\145\x5f\141\164\164\162\151\x62\x75\x74\145\x22\x20\x76\141\154\165\145\75\x22\55\x22\15\xa\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x6f\x6e\x63\154\151\x63\153\x3d\x22\x72\x65\155\157\x76\145\137\143\165\x73\x74\157\155\137\x66\151\145\154\144\50\51\73\x22\40\x63\154\141\163\163\75\42\40\x62\165\164\x74\x6f\x6e\x2d\x70\162\x69\x6d\141\162\x79\x22\57\76\xd\xa\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\40\40\74\57\x74\x64\x3e\xd\12\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\74\57\x74\x72\x3e\xd\xa\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40";
        vX:
        echo "\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\74\x2f\x64\x69\x76\76\xd\12\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\74\x74\x72\x20\151\x64\x3d\42\155\x6f\x5f\x6f\160\x65\x6e\151\x64\x5f\143\x75\x73\164\157\155\x5f\x66\151\x65\154\x64\42\x3e\15\12\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\74\164\x64\x20\141\x6c\x69\x67\156\x3d\42\x63\x65\x6e\x74\145\162\42\x20\x63\157\154\163\160\141\156\75\x22\67\x22\x3e\74\x62\162\x3e\xd\12\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x3c\x69\156\x70\165\164\x20\156\x61\155\x65\x3d\x22\155\157\137\x6f\x70\145\x6e\x69\144\x5f\163\141\x76\145\x5f\143\157\156\x66\151\x67\137\145\154\145\x6d\x65\156\164\x22\40\x74\x79\160\x65\75\x22\x73\165\x62\155\151\164\x22\15\xa\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x76\141\154\165\x65\x3d\42\123\141\166\145\x22\40";
        if (mo_openid_is_customer_registered()) {
            goto qM;
        }
        echo "\x64\151\163\x61\x62\154\145\144";
        qM:
        echo "\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x63\x6c\141\163\163\75\42\142\165\x74\x74\x6f\x6e\x20\142\x75\164\x74\157\x6e\55\x70\x72\x69\155\x61\x72\171\x20\142\165\x74\164\157\156\x2d\154\141\162\x67\145\x22\57\76\xd\12\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x26\156\x62\163\160\x20\46\x6e\x62\163\160\x20\74\141\40\150\x72\145\x66\x3d\42\42\40\143\x6c\x61\x73\163\75\42\142\165\164\164\x6f\156\x20\x62\x75\x74\164\157\156\55\160\x72\x69\x6d\x61\x72\171\40\142\x75\x74\x74\x6f\x6e\55\154\141\x72\147\145\x22\x3e\103\141\x6e\x63\x65\x6c\x3c\x2f\x61\76\15\xa\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x3c\57\x74\x64\76\15\12\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x3c\x2f\164\162\76\xd\xa\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\74\164\162\x3e\15\12\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\40\74\164\144\40\141\154\151\147\x6e\75\42\154\145\x66\x74\x22\40\x63\157\x6c\163\x70\x61\x6e\75\42\x37\42\x3e\xd\12\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x3c\x68\63\76\x49\x6e\x73\x74\x72\165\x63\x74\x69\x6f\x6e\163\x20\x74\x6f\40\x73\x65\x74\165\160\72\x3c\x2f\150\63\x3e\xd\xa\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\x3c\160\76\xd\xa\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\74\157\x6c\76\15\xa\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x3c\154\151\x3e\x20\103\162\145\141\x74\145\40\x61\x20\160\141\147\145\40\x61\x6e\x64\40\165\163\145\x20\163\150\x6f\162\x74\143\157\x64\x65\x20\74\142\x3e\x5b\x6d\151\x6e\151\x6f\x72\141\x6e\x67\145\137\x73\157\x63\x69\x61\x6c\137\x63\165\163\x74\157\x6d\x5f\146\151\145\154\144\x73\135\x3c\57\142\x3e\xd\12\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\167\150\145\x72\145\x20\x79\x6f\165\x20\167\141\x6e\x74\40\x79\157\165\162\40\x66\157\x72\155\x20\x74\157\x20\x62\145\40\x64\151\163\160\154\141\x79\145\x64\56\xd\xa\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x3c\x2f\x6c\151\x3e\15\xa\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\74\x6c\151\76\x20\x43\157\160\171\x20\164\150\x65\40\x70\x61\147\145\x20\154\151\156\x6b\x20\141\156\x64\x20\160\141\163\x74\x65\x20\x69\x74\x20\151\156\40\164\150\x65\40\141\x62\157\166\x65\40\146\151\x65\x6c\x64\x20\74\142\76\x52\145\x67\151\x73\164\162\x61\164\151\x6f\x6e\40\160\x61\x67\x65\xd\xa\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x6c\x69\x6e\153\74\57\x62\76\56\xd\xa\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x3c\x2f\x6c\151\x3e\xd\xa\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x3c\154\151\76\x20\x49\x66\40\x79\157\x75\40\x68\141\166\x65\x20\x61\156\171\40\145\170\x69\x73\x74\151\156\147\x20\x77\160\x5f\x75\163\145\162\155\145\x74\x61\40\146\x69\x65\154\x64\40\x74\150\145\156\x20\x65\156\x74\145\162\x20\164\150\141\x74\40\x66\151\x65\154\144\x27\163\x20\156\141\155\145\40\151\x6e\15\xa\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x3c\x62\76\105\170\x69\x73\x74\x69\x6e\x67\15\12\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\106\x69\x65\154\144\74\57\142\76\40\x63\x6f\x6c\165\155\x6e\56\40\106\x6f\x72\x20\145\170\x61\155\x70\154\x65\54\40\x69\146\x20\171\157\x75\x20\141\162\145\40\x73\141\166\151\x6e\147\x20\74\142\x3e\106\151\x72\163\164\40\x4e\x61\x6d\145\74\x2f\142\x3e\x20\141\163\15\xa\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x3c\x62\76\x66\156\141\x6d\x65\x3c\x2f\x62\76\15\12\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x69\156\x20\x77\160\137\x75\163\x65\x72\x6d\x65\164\141\x20\x66\x69\145\x6c\x64\40\164\x68\145\x6e\40\x65\x6e\x74\x65\x72\40\74\x62\76\146\156\x61\x6d\145\74\57\142\x3e\40\151\156\40\74\x62\x3e\105\170\x69\x73\164\151\x6e\x67\x20\106\151\145\x6c\x64\74\57\142\x3e\xd\xa\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x63\157\x6c\165\155\x6e\56\15\12\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x3c\x2f\154\151\x3e\15\xa\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\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\x3c\x6c\x69\x3e\40\123\x65\x6c\145\x63\164\x20\x66\151\145\154\144\40\156\141\155\145\x20\165\156\144\x65\162\40\164\150\145\x20\x3c\142\x3e\x46\151\145\154\144\x3c\x2f\x62\x3e\40\144\162\x6f\160\x64\157\167\156\x2e\74\57\154\151\76\xd\12\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x3c\x6c\151\76\x20\111\146\x20\x73\x65\x6c\x65\143\164\145\x64\x20\x66\x69\x65\x6c\144\40\x69\x73\x20\x6f\x74\150\145\x72\40\164\x68\141\156\x20\x63\x75\x73\164\x6f\155\x2c\x20\x74\150\x65\156\x20\74\x62\76\x46\x69\145\154\x64\40\124\171\x70\145\74\x2f\142\76\x20\x77\x69\154\x6c\15\xa\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\141\x75\x74\157\155\x61\164\151\x63\x61\x6c\x6c\171\40\x62\145\x20\x3c\142\76\x54\x65\170\x74\142\157\170\x3c\x2f\x62\76\40\x61\156\144\x20\x74\x68\145\162\145\40\x69\x73\40\156\x6f\x20\x6e\145\x65\144\40\x74\157\40\145\x6e\164\145\162\x20\74\142\x3e\x43\165\x73\x74\x6f\155\15\xa\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\156\141\x6d\x65\74\x2f\142\x3e\x20\141\x6e\144\x20\74\142\x3e\106\x69\x65\154\x64\40\157\x70\x74\151\157\156\163\x3c\x2f\x62\76\x2e\15\xa\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x3c\x2f\154\x69\x3e\15\12\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x3c\154\151\76\x20\x49\x66\40\x73\145\x6c\x65\x63\x74\x65\144\x20\x66\151\145\x6c\144\40\x69\163\40\143\x75\x73\164\157\155\x2c\40\164\x68\145\x6e\x20\145\x6e\164\145\x72\x20\74\x62\x3e\103\165\x73\164\x6f\155\40\156\141\155\x65\74\x2f\142\76\x2e\x3c\x2f\154\151\76\15\xa\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x3c\x6c\x69\x3e\x20\123\145\154\145\143\164\40\x3c\142\x3e\x46\x69\145\154\144\40\x54\x79\160\x65\x3c\57\x62\76\54\40\x69\146\40\163\x65\154\x65\x63\164\x65\144\40\74\x62\x3e\106\x69\145\x6c\x64\40\124\171\160\145\74\x2f\x62\x3e\x20\x69\x73\xd\12\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x3c\x62\76\x43\x68\x65\x63\153\142\x6f\x78\74\x2f\x62\76\x20\x6f\x72\40\74\x62\76\104\x72\x6f\160\x64\157\x77\156\x3c\57\x62\x3e\40\x74\150\x65\x6e\40\145\156\x74\x65\x72\x20\164\x68\x65\x20\144\145\x73\x69\162\145\x20\x6f\x70\x74\x69\x6f\x6e\x73\x20\x69\x6e\40\x3c\142\76\106\x69\145\154\144\15\xa\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\40\40\40\x20\40\117\160\x74\151\x6f\x6e\x73\x3c\57\142\x3e\x20\163\x65\x70\162\x61\x74\145\144\40\142\171\x20\x73\x65\x6d\151\143\157\154\x6f\156\x20\47\74\x62\x3e\x3b\x3c\x2f\142\x3e\x27\40\x6f\164\x68\145\162\x77\151\163\145\40\154\x65\x61\x76\145\x20\x3c\x62\76\x46\151\x65\x6c\144\xd\xa\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x4f\x70\164\151\x6f\x6e\x73\74\57\142\x3e\40\x62\154\x61\156\x6b\x2e\xd\xa\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x3c\57\x6c\x69\76\xd\xa\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\74\154\x69\x3e\x20\123\145\154\145\x63\x74\x20\74\142\x3e\x52\x65\x71\165\151\162\145\144\x20\106\151\x65\154\144\x3c\57\142\x3e\40\x61\x73\40\x3c\x62\x3e\131\145\163\74\x2f\x62\x3e\40\x69\146\40\171\x6f\165\40\x77\x61\156\164\x20\164\157\x20\155\x61\153\145\x20\x74\150\x61\164\x20\x66\151\x65\x6c\144\15\xa\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\143\x6f\155\160\x75\154\163\157\162\x79\x20\146\x6f\162\40\x75\x73\x65\162\x2e\15\12\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x3c\x2f\154\151\x3e\xd\xa\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x3c\x6c\x69\x3e\x20\111\x66\x20\171\x6f\x75\40\x77\141\x6e\164\x20\164\157\40\141\144\x64\40\155\157\162\145\40\164\150\x61\x6e\40\x31\x20\146\151\145\154\144\x73\x20\141\x74\x20\141\x20\x74\x69\155\x65\x20\x63\154\151\143\x6b\40\157\156\x20\x3c\x62\x3e\x22\x2b\x22\74\57\142\76\x2e\x3c\57\x6c\x69\x3e\15\12\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\74\x6c\x69\76\x20\x4c\x61\x73\x74\x20\x63\154\x69\143\x6b\40\x6f\156\40\x3c\x62\x3e\123\141\166\145\x3c\57\142\x3e\40\142\165\164\164\x6f\156\x2e\x3c\57\x6c\151\76\xd\xa\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x3c\57\157\x6c\76\15\12\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x3c\57\160\x3e\xd\xa\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\74\x2f\x74\x64\76\xd\xa\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x3c\57\164\x72\x3e\xd\xa\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\74\57\x74\141\142\154\x65\76\15\xa\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\74\x2f\146\157\162\x6d\76\15\xa\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x3c\x62\x72\76\15\12\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\74\150\162\76\15\xa\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\x3c\163\x63\x72\x69\x70\x74\x3e\15\xa\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x66\165\156\x63\x74\x69\x6f\x6e\x20\x6d\171\x46\165\x6e\143\164\151\x6f\156\50\x63\x75\163\164\x6f\x6d\x66\137\x6e\141\x6d\145\x2c\x20\157\x74\150\145\x72\x5f\146\151\x65\x6c\x64\54\x20\x74\x79\x70\145\x2c\x20\x6f\160\x74\51\40\x7b\15\12\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\166\141\x72\x20\x78\x20\x3d\40\x64\x6f\x63\x75\155\145\156\x74\56\x67\x65\164\x45\154\145\x6d\145\156\164\x42\x79\x49\x64\50\x63\165\x73\164\157\155\x66\x5f\x6e\x61\155\145\x29\x2e\x76\x61\154\x75\145\x3b\15\xa\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\151\x66\40\50\x78\40\x3d\75\40\42\x6f\164\150\x65\162\42\40\174\174\x20\170\x20\75\75\40\42\x22\x29\x20\173\15\12\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\144\157\143\165\155\x65\x6e\x74\56\x67\145\x74\x45\x6c\145\155\x65\x6e\x74\x42\171\x49\144\50\164\171\160\145\51\56\x76\141\x6c\165\x65\x20\x3d\x20\x22\144\x65\x66\141\165\154\x74\42\73\xd\12\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\144\157\x63\165\x6d\145\156\164\x2e\147\145\164\x45\x6c\x65\155\x65\156\x74\102\x79\111\144\50\x6f\x74\150\145\162\137\146\151\145\154\144\x29\x2e\163\145\x74\x41\164\x74\162\x69\x62\x75\164\x65\50\42\x72\x65\161\x75\151\162\145\x64\42\54\40\x22\x22\51\x3b\15\xa\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\144\x6f\x63\x75\155\145\x6e\164\x2e\147\145\x74\105\x6c\145\155\145\x6e\164\x42\x79\111\144\50\157\x74\x68\x65\162\137\146\x69\x65\x6c\x64\51\56\x72\x65\155\x6f\x76\x65\101\x74\x74\162\x69\142\165\164\x65\x28\42\x64\x69\163\x61\142\154\x65\144\x22\51\73\xd\xa\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x64\x6f\x63\165\155\x65\156\x74\56\x67\145\164\105\x6c\145\x6d\145\156\x74\x42\171\x49\x64\50\x6f\160\x74\51\56\x72\145\x6d\157\166\145\101\x74\164\162\x69\142\165\164\145\x28\x22\144\151\x73\141\142\x6c\145\x64\42\x29\x3b\15\12\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x64\x6f\x63\x75\x6d\x65\156\164\x2e\147\145\164\x45\154\145\155\145\156\164\x42\171\111\144\50\157\164\x68\x65\162\137\x66\x69\x65\x6c\144\51\x2e\160\x6c\141\x63\x65\x68\x6f\x6c\144\145\162\x20\75\40\42\x43\x75\x73\164\x6f\x6d\40\106\151\145\154\144\40\116\141\155\145\x22\x3b\15\12\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x64\157\143\165\155\145\156\x74\56\x67\145\164\x45\154\145\x6d\x65\x6e\164\102\x79\x49\x64\x28\x6f\x70\x74\x29\56\x70\154\141\143\x65\150\157\154\144\x65\162\x20\x3d\x20\x22\145\56\x67\56\x20\x6f\160\164\x31\73\x6f\x70\x74\62\73\x6f\x70\164\x33\42\73\xd\12\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\175\xd\12\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\145\x6c\163\145\40\x7b\xd\xa\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x64\x6f\143\x75\x6d\145\x6e\164\x2e\x67\x65\x74\105\x6c\145\155\145\x6e\164\102\171\111\x64\50\x6f\x74\x68\x65\162\137\x66\151\x65\x6c\144\51\x2e\166\x61\154\x75\145\x20\75\40\42\x22\x3b\15\12\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\144\157\143\x75\x6d\145\156\x74\x2e\x67\145\164\105\154\x65\155\x65\x6e\164\102\171\111\144\x28\x6f\x74\150\145\x72\137\x66\x69\145\x6c\x64\x29\56\x72\145\x6d\x6f\x76\145\101\164\x74\x72\x69\142\x75\164\145\50\x22\162\145\161\165\x69\x72\x65\144\x22\51\x3b\15\12\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\144\157\143\165\x6d\x65\156\164\x2e\x67\145\x74\x45\x6c\145\x6d\x65\x6e\x74\x42\x79\x49\144\x28\157\x74\x68\x65\162\137\x66\151\145\x6c\x64\x29\56\x73\x65\164\101\x74\164\x72\151\x62\x75\x74\145\x28\42\x64\151\x73\x61\142\154\145\x64\42\x2c\40\x74\162\165\145\51\73\15\12\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x64\157\143\x75\155\x65\x6e\x74\56\x67\145\x74\x45\154\x65\155\x65\x6e\164\x42\171\x49\x64\x28\157\164\x68\x65\162\137\x66\151\145\154\144\51\x2e\x70\x6c\141\143\x65\x68\x6f\x6c\144\x65\x72\x20\75\x20\42\x22\x3b\xd\xa\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x69\x66\50\170\40\75\75\x20\42\x75\163\x65\162\137\x72\x6f\154\145\42\51\40\173\xd\12\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x64\x6f\143\x75\155\x65\x6e\164\56\147\145\x74\x45\154\145\155\x65\x6e\x74\102\171\x49\144\x28\x74\x79\x70\x65\x29\56\166\x61\x6c\165\145\x20\75\40\42\144\162\157\x70\144\157\167\156\x22\73\xd\xa\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\144\x6f\x63\165\155\x65\x6e\x74\x2e\x67\x65\164\105\154\x65\x6d\145\156\x74\x42\171\111\144\x28\x6f\x70\x74\x29\x2e\x76\141\154\x75\145\x20\x3d\40\x22";
        echo $this->mo_get_role_names();
        echo "\x22\73\xd\xa\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x64\157\143\x75\155\x65\156\164\x2e\x67\x65\164\105\154\145\155\x65\x6e\x74\102\171\111\x64\50\157\160\x74\51\x2e\x73\x65\x74\x41\x74\164\162\151\142\x75\x74\145\50\x22\162\145\x71\165\x69\x72\x65\x64\42\51\73\xd\12\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x64\x6f\x63\165\x6d\145\x6e\x74\56\x67\x65\x74\105\154\145\155\145\x6e\x74\102\171\x49\144\50\157\x70\x74\x29\56\162\x65\x6d\x6f\x76\145\x41\x74\164\162\151\142\165\164\x65\x28\x22\x64\151\163\141\x62\x6c\145\144\x22\51\x3b\xd\xa\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x7d\15\xa\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\145\x6c\x73\x65\x20\x7b\xd\12\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x64\x6f\x63\x75\x6d\x65\x6e\164\56\x67\145\164\105\154\145\x6d\145\x6e\164\102\171\111\x64\50\x74\171\160\x65\51\56\166\x61\x6c\x75\145\x20\75\x20\x22\x74\145\170\164\x22\73\xd\12\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x64\x6f\x63\165\x6d\x65\x6e\x74\x2e\147\145\164\105\x6c\145\155\145\156\x74\102\x79\111\x64\x28\x6f\x70\164\x29\56\166\x61\154\x75\x65\x20\x3d\40\42\x22\x3b\15\xa\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x64\x6f\143\x75\x6d\145\156\164\56\147\145\x74\105\x6c\145\x6d\x65\156\164\x42\x79\111\x64\x28\157\x70\x74\51\56\162\145\155\157\x76\145\101\x74\x74\x72\151\x62\165\x74\145\50\x22\x72\145\161\x75\x69\x72\145\x64\42\51\73\15\12\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x64\x6f\143\x75\155\145\156\x74\56\x67\x65\x74\105\x6c\145\155\145\x6e\x74\x42\171\111\144\x28\157\160\x74\x29\x2e\x73\145\x74\x41\x74\164\162\x69\x62\x75\x74\x65\50\x22\144\151\x73\x61\142\x6c\x65\144\x22\x2c\40\x74\162\x75\145\51\x3b\xd\12\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\175\xd\12\xd\12\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x64\157\x63\165\x6d\x65\x6e\164\56\147\145\x74\105\x6c\145\155\145\x6e\x74\102\x79\111\144\50\157\160\x74\51\x2e\x70\x6c\141\x63\x65\x68\157\154\x64\145\x72\x20\x3d\40\42\42\x3b\xd\xa\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x7d\xd\12\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\175\15\12\xd\xa\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x66\165\x6e\x63\164\x69\x6f\156\40\155\171\x46\x75\x6e\x63\164\151\157\x6e\62\x28\x63\x75\163\164\157\x6d\x66\137\x6e\x61\155\x65\x2c\40\x6f\164\150\145\x72\x5f\146\x69\145\154\144\x2c\x20\x74\171\x70\x65\54\40\x6f\x70\x74\x29\40\173\15\xa\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\166\141\162\x20\x78\40\x3d\x20\144\x6f\x63\x75\x6d\145\x6e\x74\x2e\147\x65\164\105\154\145\155\x65\156\164\102\x79\111\x64\50\x63\x75\x73\x74\x6f\x6d\x66\x5f\x6e\x61\x6d\145\51\56\x76\x61\x6c\165\145\73\xd\12\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\166\141\x72\x20\171\x20\x3d\x20\144\x6f\x63\x75\x6d\145\x6e\164\56\x67\145\x74\105\x6c\145\x6d\x65\x6e\x74\x42\x79\x49\x64\50\164\x79\x70\145\51\56\166\x61\154\165\x65\73\15\12\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x69\146\50\170\x20\75\75\x20\42\x75\163\145\162\x5f\x72\x6f\x6c\x65\42\x29\xd\12\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x7b\xd\xa\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\141\x6c\x65\x72\164\x28\47\103\141\x6e\x6e\x6f\x74\x20\143\150\x61\x6e\x67\x65\40\x22\x46\151\x65\x6c\x64\40\124\x79\x70\145\42\40\146\x72\157\x6d\x20\x44\x72\157\x70\144\157\x77\156\40\164\x6f\x20\141\x6e\171\x20\157\x74\150\145\x72\x20\141\163\40\163\145\x6c\145\x63\x74\145\144\40\x22\x46\151\x65\154\144\42\x20\x69\x73\x20\x27\x20\x2b\40\x78\x29\x3b\15\xa\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\144\x6f\x63\165\x6d\x65\156\164\x2e\x67\x65\x74\105\154\x65\x6d\x65\x6e\x74\x42\171\111\x64\x28\x74\171\160\145\51\x2e\166\141\x6c\x75\x65\x20\x3d\x20\42\144\x72\157\x70\x64\157\167\x6e\42\x3b\15\xa\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\175\15\12\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x65\x6c\163\145\x20\151\x66\40\x28\170\40\x21\75\x20\x22\42\x20\46\46\40\x78\x20\41\x3d\40\42\157\x74\150\x65\162\42\x20\46\x26\40\x79\40\41\75\x20\x22\164\x65\x78\x74\x22\x29\x20\x7b\15\xa\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\141\x6c\145\162\164\x28\x27\103\141\156\156\x6f\164\x20\143\150\141\x6e\x67\145\x20\x22\x46\151\145\154\x64\x20\124\171\160\145\x22\x20\x66\x72\x6f\155\40\x54\145\x78\x74\x62\x6f\170\40\x74\x6f\40\x61\156\171\x20\157\164\x68\x65\x72\x20\141\x73\40\163\145\154\145\143\164\x65\x64\40\x22\x46\x69\145\x6c\x64\x22\40\x69\163\x20\47\x20\x2b\40\170\x29\73\15\xa\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\144\x6f\143\x75\155\145\x6e\x74\x2e\x67\x65\x74\x45\x6c\x65\x6d\x65\156\x74\102\171\x49\144\x28\x74\x79\x70\x65\51\56\166\x61\x6c\165\145\40\x3d\x20\x22\x74\145\170\164\42\73\xd\xa\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\175\xd\xa\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\151\x66\x20\x28\x78\x20\x3d\x3d\x20\x22\x6f\164\x68\145\162\42\x20\46\x26\x20\x28\171\x20\x3d\x3d\40\x22\144\162\x6f\x70\x64\x6f\167\156\42\40\x7c\174\40\x79\40\75\75\40\x22\143\x68\x65\143\153\x62\157\x78\x22\x29\51\x20\x7b\xd\xa\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\x64\x6f\143\165\155\145\156\x74\x2e\x67\x65\x74\x45\x6c\x65\155\145\156\x74\102\171\x49\x64\50\157\160\x74\x29\56\x73\145\x74\x41\164\x74\x72\151\142\165\164\x65\50\42\162\145\161\x75\151\162\145\x64\x22\54\40\42\42\x29\73\xd\12\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x64\157\x63\x75\155\x65\x6e\164\x2e\x67\x65\164\x45\154\145\155\x65\x6e\x74\102\171\x49\144\x28\157\x70\x74\x29\56\162\145\x6d\x6f\166\145\101\164\164\x72\x69\x62\165\164\145\x28\42\x64\x69\163\141\142\154\145\x64\42\51\73\15\12\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x64\x6f\x63\x75\155\145\x6e\x74\56\147\145\x74\105\x6c\145\155\x65\156\x74\x42\171\111\144\x28\x6f\x70\x74\51\56\x70\x6c\141\143\x65\x68\157\x6c\x64\x65\162\x20\75\40\42\145\56\x67\56\40\x6f\x70\x74\61\x3b\x6f\x70\x74\x32\x3b\157\x70\164\63\x22\x3b\xd\12\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x7d\15\12\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\145\x6c\x73\x65\40\151\146\x28\170\x20\41\x3d\x20\x22\x75\x73\x65\x72\x5f\x72\157\154\x65\x22\51\x20\x7b\15\12\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x64\x6f\143\x75\x6d\x65\x6e\x74\56\x67\145\164\105\x6c\145\x6d\145\156\x74\x42\x79\111\x64\50\x6f\160\x74\51\56\x72\x65\x6d\x6f\x76\145\101\164\164\162\x69\x62\x75\x74\145\x28\42\x72\x65\x71\165\151\x72\x65\x64\x22\51\x3b\15\12\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x64\157\x63\x75\x6d\x65\x6e\x74\56\147\145\x74\x45\154\x65\155\x65\x6e\164\x42\x79\111\x64\50\157\160\x74\51\x2e\x73\145\164\x41\x74\x74\x72\151\142\x75\164\x65\50\42\144\x69\163\141\142\x6c\x65\x64\x22\x2c\x20\x74\162\x75\145\x29\x3b\15\xa\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\144\x6f\143\x75\155\x65\x6e\x74\x2e\x67\145\x74\105\x6c\x65\155\145\156\x74\x42\171\111\144\50\x6f\x70\x74\51\56\x76\141\x6c\165\145\x20\x3d\40\42\x22\x3b\15\xa\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x64\x6f\143\165\155\x65\x6e\x74\x2e\x67\x65\x74\105\x6c\x65\x6d\145\x6e\164\x42\171\111\x64\x28\x6f\x70\164\x29\56\160\154\141\143\x65\x68\157\154\x64\x65\x72\x20\x3d\x20\x22\42\73\xd\12\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\175\xd\12\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\175\xd\12\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x3c\57\x73\143\162\x69\160\164\x3e\15\12\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x3c\163\143\162\x69\160\164\x3e\15\xa\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x76\141\x72\x20\x63\157\165\x6e\164\x41\x74\164\x72\151\142\x75\x74\x65\x73\x3b\15\12\15\xa\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\146\x75\156\143\164\x69\x6f\x6e\x20\x61\x64\144\137\x63\165\163\164\x6f\155\x5f\146\x69\x65\x6c\x64\50\51\x20\x7b\15\12\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x63\x6f\165\x6e\x74\101\x74\164\162\151\142\x75\164\x65\x73\40\53\75\40\x31\73\15\12\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\152\x51\x75\x65\x72\x79\x28\42\74\164\x72\40\x69\144\75\47\155\x6f\x5f\157\x70\x65\156\x69\x64\137\x72\157\x77\137\42\40\x2b\40\x63\157\x75\156\164\x41\164\x74\x72\151\142\x75\164\x65\163\x20\53\40\42\47\x3e\42\x20\x2b\xd\xa\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x22\x3c\164\x64\x20\163\164\171\x6c\145\x3d\47\167\151\144\x74\150\72\x20\x31\x35\45\x27\76\x3c\x69\156\160\165\x74\40\x74\171\160\x65\x3d\47\x74\145\170\164\47\x20\160\154\x61\x63\x65\x68\157\x6c\144\x65\x72\75\x27\105\170\151\163\x74\x69\156\x67\40\x6d\x65\x74\141\x20\146\151\145\x6c\144\47\40\x69\x64\75\47\x70\162\145\x64\145\146\x69\x6e\145\137\146\151\145\154\x64\x5f\x22\x20\x2b\40\143\157\x75\x6e\164\101\x74\164\x72\x69\x62\x75\x74\145\x73\x20\x2b\x20\x22\137\156\x61\155\x65\x27\x20\156\x61\x6d\x65\x3d\47\x70\162\145\144\145\146\151\156\145\137\146\151\x65\x6c\x64\x5f\x22\40\53\x20\143\x6f\165\156\164\x41\x74\x74\x72\x69\142\165\x74\145\163\x20\x2b\40\x22\x5f\156\141\155\145\47\x20\163\164\x79\x6c\145\x3d\x27\x77\x69\x64\164\150\x3a\x39\60\x25\73\x27\x20\x2f\76\74\x2f\164\x64\x3e\42\x20\x2b\xd\xa\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x22\x3c\x74\x64\40\x73\x74\x79\154\x65\x3d\x27\x77\151\x64\x74\x68\72\x20\x31\65\45\x27\x3e\74\163\x65\x6c\x65\x63\164\40\x20\x69\144\x3d\x27\146\151\x65\154\144\137\42\40\53\x20\x63\157\165\156\164\101\x74\164\162\151\x62\x75\x74\x65\163\40\53\x20\x22\137\x6e\x61\155\145\47\x20\157\156\143\150\141\156\x67\145\x3d\x6d\x79\x46\x75\x6e\143\164\x69\157\x6e\x28\x27\146\151\145\154\x64\x5f\x22\40\x2b\x20\143\x6f\165\x6e\164\101\x74\x74\x72\x69\x62\165\164\145\163\x20\53\40\42\x5f\x6e\x61\x6d\x65\47\54\47\x6f\x70\164\137\146\151\145\154\144\137\x22\x20\53\x20\x63\157\x75\x6e\x74\101\164\x74\x72\151\x62\x75\164\145\x73\x20\53\40\x22\137\x6e\x61\155\x65\x27\54\x27\x66\151\145\154\144\x5f\x22\40\x2b\40\x63\157\x75\x6e\164\101\x74\x74\162\151\x62\x75\164\145\163\x20\x2b\x20\42\x5f\x76\141\154\165\x65\x27\54\47\x61\144\144\x69\x74\x69\x6f\156\141\154\137\146\151\145\154\x64\x5f\42\x20\x2b\40\143\x6f\165\156\x74\x41\x74\x74\162\x69\x62\x75\164\145\163\x20\53\x20\42\x5f\166\x61\154\x75\145\x27\x29\x20\156\x61\x6d\x65\x3d\x27\x66\x69\x65\x6c\x64\137\x22\40\x2b\x20\x63\157\165\156\164\101\164\164\x72\151\x62\165\164\x65\x73\x20\x2b\40\x22\137\156\141\x6d\x65\x27\40\x73\164\x79\x6c\145\75\47\167\x69\144\164\150\72\70\60\45\x3b\47\76\40\74\x6f\x70\x74\x69\157\x6e\x20\166\141\154\165\x65\x3d\134\x22\134\x22\76\123\x65\154\x65\143\x74\x20\106\x69\145\x6c\144\x3c\57\x6f\x70\x74\x69\x6f\156\76\x5c\x6e\x22\40\53\xd\xa\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\40\42\74\x6f\160\x74\151\157\156\40\x76\141\154\x75\145\75\x5c\x22\x75\x73\145\162\156\x61\x6d\145\134\42\x3e\x75\163\x65\x72\x6e\141\x6d\145\x3c\x2f\157\x70\164\151\x6f\x6e\76\134\x6e\x22\x20\53\15\xa\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x22\x3c\157\160\164\x69\x6f\156\x20\166\x61\x6c\165\x65\75\134\x22\146\151\162\163\164\137\156\141\x6d\x65\x5c\x22\x3e\x66\151\x72\x73\x74\x5f\156\x61\x6d\145\x3c\57\157\160\x74\151\157\156\76\x5c\156\x22\x20\53\xd\xa\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x22\74\x6f\160\164\151\157\156\40\x76\x61\x6c\165\x65\x3d\134\x22\x6c\141\163\164\x5f\156\x61\155\145\134\42\76\154\x61\x73\164\137\x6e\x61\x6d\x65\x3c\57\x6f\x70\164\x69\157\x6e\x3e\x5c\156\42\40\x2b\xd\xa\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x22\74\x6f\x70\x74\151\x6f\156\40\x76\141\x6c\x75\x65\75\x5c\x22\165\163\x65\x72\x5f\x66\x75\154\x6c\137\156\x61\155\x65\134\42\x3e\x75\163\145\x72\137\146\165\154\x6c\x5f\x6e\x61\x6d\145\74\x2f\x6f\160\x74\151\x6f\156\76\134\x6e\42\40\53\xd\xa\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x22\x3c\x6f\160\164\151\157\156\x20\x76\141\x6c\x75\145\75\134\42\x75\163\x65\x72\x5f\x65\155\141\151\x6c\x5c\x22\76\x75\163\145\162\137\145\155\141\x69\154\74\57\x6f\x70\164\151\x6f\x6e\76\x5c\x6e\42\40\53\xd\12\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x22\x3c\x6f\x70\x74\151\157\x6e\x20\166\141\x6c\165\145\x3d\134\42\x75\163\x65\162\137\x72\157\154\145\134\42\76\x75\163\x65\162\137\162\x6f\x6c\145\74\x2f\157\160\x74\151\x6f\156\x3e\134\x6e\x22\40\53\15\xa\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x22\x3c\157\160\x74\151\x6f\156\40\x76\x61\x6c\165\145\x3d\x5c\x22\157\x74\150\145\162\x5c\42\x3e\143\165\x73\x74\x6f\x6d\74\x2f\x6f\x70\x74\151\157\156\76\x5c\x6e\42\x20\x2b\xd\12\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\42\74\x2f\163\145\x6c\x65\x63\x74\x3e\74\57\164\144\x3e\x22\40\x2b\xd\12\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\42\74\164\x64\x20\x73\164\x79\154\x65\x3d\x27\x77\x69\144\164\x68\x3a\x20\x31\65\45\47\x3e\74\x69\x6e\160\x75\164\x20\x74\171\x70\x65\x3d\x27\x74\x65\x78\164\47\40\x69\x64\x3d\x27\157\160\x74\137\146\x69\x65\154\x64\x5f\42\x20\53\40\x63\157\x75\156\164\x41\x74\164\x72\151\x62\165\164\145\163\40\x2b\40\x22\137\156\141\155\145\47\40\156\x61\155\145\75\47\x6f\160\164\x5f\x66\x69\145\154\x64\137\42\x20\53\40\143\157\x75\156\x74\101\164\164\x72\151\x62\x75\164\x65\x73\x20\53\40\42\x5f\156\x61\x6d\x65\x27\40\160\x6c\x61\x63\x65\150\x6f\154\144\145\162\75\x27\103\165\x73\x74\x6f\155\40\x46\x69\145\x6c\144\40\x4e\x61\155\145\47\x20\x73\x74\171\x6c\145\x3d\47\x77\x69\x64\164\x68\72\71\60\45\73\x27\x20\x2f\x3e\74\57\164\144\x3e\42\40\x2b\xd\xa\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\42\x3c\x74\x64\40\x73\164\x79\x6c\x65\75\47\x77\151\x64\164\150\72\x20\61\65\45\x27\x3e\74\163\x65\154\145\143\x74\x20\x69\144\x3d\47\x66\151\145\x6c\144\x5f\x22\x20\x2b\x20\143\x6f\165\156\164\101\164\x74\x72\x69\x62\x75\164\x65\163\40\53\x20\x22\137\166\141\154\x75\x65\47\40\156\x61\x6d\145\x3d\x27\146\151\145\154\x64\x5f\x22\x20\x2b\40\143\157\165\x6e\x74\101\164\x74\x72\x69\x62\165\x74\x65\x73\x20\53\x20\42\x5f\x76\141\x6c\x75\x65\47\40\157\156\143\150\141\156\147\145\x3d\155\171\x46\x75\x6e\x63\x74\x69\x6f\156\62\x28\47\146\151\145\x6c\x64\x5f\x22\40\53\40\143\x6f\x75\156\x74\101\164\x74\x72\151\x62\x75\x74\x65\163\40\x2b\x20\x22\x5f\156\x61\155\145\47\54\x27\157\x70\x74\137\146\151\145\x6c\144\x5f\x22\x20\x2b\x20\143\x6f\x75\x6e\164\101\164\164\x72\x69\x62\x75\164\x65\x73\x20\53\40\42\137\x6e\x61\155\145\x27\x2c\x27\x66\151\145\x6c\x64\x5f\x22\x20\x2b\x20\x63\x6f\165\x6e\164\x41\x74\164\162\151\142\165\164\145\x73\40\x2b\40\x22\137\166\x61\154\x75\x65\47\x2c\x27\141\144\x64\151\x74\x69\x6f\156\x61\x6c\x5f\x66\151\145\x6c\x64\x5f\x22\40\x2b\40\x63\x6f\165\x6e\x74\x41\x74\164\162\151\142\165\x74\x65\x73\x20\x2b\x20\42\x5f\x76\141\154\165\145\47\x29\x20\x73\164\x79\x6c\x65\75\47\x77\x69\x64\x74\150\72\70\x30\45\73\47\76\40\x3c\x6f\x70\x74\151\x6f\x6e\x20\166\x61\x6c\165\145\x3d\134\42\x64\x65\x66\x61\x75\154\164\134\42\76\123\x65\x6c\145\x63\164\x20\x54\x79\x70\x65\x3c\x2f\x6f\x70\164\x69\157\156\x3e\x5c\x6e\42\x20\53\xd\12\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\42\x3c\x6f\160\x74\151\x6f\x6e\40\166\141\x6c\x75\145\75\x5c\42\164\x65\170\x74\134\42\76\124\x65\x78\x74\x62\157\170\x3c\57\x6f\x70\164\151\x6f\156\76\134\156\x22\x20\53\xd\xa\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x22\x3c\x6f\x70\x74\x69\157\156\x20\x76\141\x6c\x75\145\x3d\134\x22\x64\141\x74\145\134\42\x3e\104\141\164\145\x20\120\151\x63\153\x65\x72\x3c\x2f\157\x70\164\151\157\156\76\134\x6e\42\40\53\xd\xa\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\42\x3c\x6f\x70\164\x69\157\x6e\x20\166\141\154\x75\145\75\134\42\x63\x68\x65\143\153\x62\x6f\x78\x5c\x22\x3e\x43\x68\x65\143\153\142\157\170\x3c\57\x6f\160\164\x69\x6f\x6e\x3e\134\156\x22\x20\53\15\12\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x22\74\157\x70\x74\151\157\156\x20\166\141\154\165\x65\x3d\x5c\x22\144\162\157\160\144\x6f\x77\x6e\134\x22\76\x44\162\157\160\144\157\167\156\x3c\x2f\x6f\x70\x74\151\x6f\156\76\x5c\x6e\x22\40\53\15\12\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\42\x3c\x2f\x73\x65\154\145\x63\x74\x3e\x3c\x2f\164\x64\76\x22\40\x2b\xd\xa\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\42\x3c\x74\x64\x20\163\x74\x79\154\145\75\x27\167\x69\144\x74\x68\x3a\40\x32\x30\45\x27\x3e\x3c\151\156\160\165\164\x20\164\x79\x70\145\75\47\164\145\x78\164\47\x20\x69\x64\75\x27\141\x64\x64\151\x74\151\157\x6e\141\x6c\137\x66\151\x65\x6c\x64\137\x22\40\53\40\x63\157\165\156\x74\x41\x74\164\x72\151\x62\x75\x74\145\163\40\x2b\x20\x22\137\x76\141\154\165\145\x27\x20\156\141\x6d\x65\75\x27\141\x64\144\x69\164\151\x6f\156\x61\154\137\146\x69\x65\x6c\144\x5f\x22\x20\53\x20\143\x6f\165\156\x74\101\164\164\x72\151\142\x75\164\145\x73\40\x2b\x20\x22\x5f\x76\141\x6c\x75\x65\x27\x20\x70\154\x61\x63\145\150\x6f\154\x64\145\162\x3d\47\145\x2e\147\56\40\x6f\x70\x74\61\73\157\x70\x74\x32\x3b\157\160\x74\63\47\x20\163\164\171\154\x65\x3d\x27\167\x69\144\x74\x68\x3a\71\60\45\x3b\47\x20\57\x3e\74\57\x74\144\76\42\x20\x2b\xd\12\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\42\74\x74\x64\40\163\164\171\x6c\x65\x3d\47\x77\151\x64\x74\x68\72\40\x31\60\x25\47\76\x3c\x73\x65\154\x65\x63\x74\x20\40\x6e\x61\155\145\75\47\162\145\x71\137\x66\151\145\154\144\x5f\x22\40\x2b\40\143\157\x75\x6e\x74\x41\x74\x74\162\151\142\165\x74\145\x73\x20\53\x20\x22\x27\40\163\164\x79\154\x65\75\x27\167\151\144\164\150\x3a\65\67\x25\x3b\47\x3e\x20\x3c\157\x70\164\151\x6f\156\40\166\141\154\x75\145\x3d\134\x22\156\157\134\42\76\116\x6f\x3c\x2f\x6f\x70\x74\151\x6f\156\x3e\134\156\42\40\53\xd\xa\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x22\x3c\x6f\160\164\151\x6f\156\x20\166\x61\154\165\x65\x3d\x5c\x22\171\x65\x73\x5c\x22\x3e\x59\x65\x73\74\57\157\160\164\x69\157\156\76\x5c\x6e\42\40\x2b\xd\xa\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x22\74\57\163\x65\x6c\x65\143\x74\76\x3c\57\x74\144\76\42\x20\53\xd\xa\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x22\x3c\57\x74\162\x3e\42\x29\x2e\151\156\x73\x65\162\164\x42\x65\146\157\162\x65\50\x6a\121\165\145\162\x79\x28\x22\43\155\x6f\x5f\157\x70\145\156\x69\x64\137\x63\165\163\164\157\155\137\146\x69\145\154\144\42\51\x29\x3b\xd\12\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x7d\15\xa\xd\12\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x6a\121\x75\x65\x72\x79\x28\x64\157\143\165\x6d\x65\156\164\x29\56\x72\x65\x61\144\171\x28\146\165\x6e\143\x74\151\x6f\156\40\x28\51\x20\x7b\15\xa\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\143\157\165\156\164\101\164\x74\162\151\x62\x75\164\x65\x73\x20\75\40\x31\73\xd\12\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\175\x29\73\xd\12\15\12\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x66\x75\x6e\143\x74\151\x6f\x6e\x20\162\145\x6d\157\x76\x65\137\x63\x75\x73\164\157\155\x5f\146\x69\x65\x6c\x64\x28\x29\x20\x7b\15\xa\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\152\121\165\145\x72\x79\50\42\43\155\157\x5f\x6f\160\145\x6e\x69\x64\137\x72\157\x77\137\42\40\x2b\x20\x63\x6f\x75\156\x74\x41\x74\x74\x72\151\142\165\164\x65\163\51\x2e\162\145\x6d\x6f\x76\x65\x28\x29\x3b\xd\12\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x63\x6f\165\x6e\164\101\x74\x74\x72\151\142\165\x74\x65\163\40\55\75\x20\x31\x3b\15\xa\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\151\x66\40\x28\143\157\165\156\x74\101\164\x74\162\x69\x62\x75\x74\145\x73\40\x3d\75\x20\x30\51\xd\xa\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\143\x6f\165\156\x74\101\x74\x74\x72\x69\x62\165\164\x65\163\40\x3d\x20\x31\x3b\xd\xa\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\175\15\xa\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x3c\x2f\x73\x63\x72\x69\160\164\x3e\xd\xa\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\74\57\144\151\x76\76\xd\xa\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\74\57\164\x64\76\15\xa\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20";
        Bv:
    }
    function miniorange_openid_save_settings_addon()
    {
        if (!(mo_openid_is_customer_registered_addon() && mo_openid_is_cust_addon_license_key_verified())) {
            goto Eq;
        }
        if (!(isset($_POST["\157\160\164\x69\157\156"]) and $_POST["\157\160\164\151\157\x6e"] == "\155\157\137\157\x70\145\x6e\x69\144\x5f\143\165\x73\x74\157\155\x5f\x66\x69\x65\x6c\x64\x5f\165\160\x64\141\164\x65")) {
            goto Xt;
        }
        update_option("\155\x6f\137\157\x70\145\156\x69\x64\137\143\x75\x73\164\x6f\155\x69\163\145\x64\137\146\151\145\154\144\x5f\x65\156\x61\142\x6c\145", isset($_POST["\x6d\157\x5f\x6f\x70\x65\x6e\151\x64\x5f\x63\165\163\x74\157\155\x69\163\x65\144\x5f\146\151\145\154\144\x5f\x65\x6e\141\x62\x6c\x65"]) ? $_POST["\x6d\157\137\x6f\160\145\x6e\x69\144\137\143\165\163\x74\157\x6d\151\163\145\144\x5f\x66\151\x65\154\x64\137\x65\156\141\142\154\x65"] : 0);
        $Xh = 0;
        $Gd = 0;
        $cs = -1;
        $T0 = '';
        $rH = array_keys($_POST);
        $jf = array_values($_POST);
        foreach ($jf as $t8) {
            if (!($t8 == "\x75\163\145\x72\137\162\x6f\x6c\x65")) {
                goto kp;
            }
            $q1 = 1;
            kp:
            if (!($t8 == "\104\x65\154\x65\164\145")) {
                goto m4;
            }
            if (!($q1 == 1)) {
                goto mh;
            }
            update_option("\x6d\x6f\137\157\x70\145\156\151\x64\x5f\x75\x70\144\x61\x74\x65\137\x72\x6f\x6c\x65\x5f\141\x64\144\x6f\156", "\x30");
            mh:
            $Gd = 1;
            goto e8;
            m4:
            if (!($t8 == "\x79\x65\x73" || $t8 == "\156\157")) {
                goto en;
            }
            $cs++;
            en:
            $Xh++;
            Sk:
        }
        e8:
        if ($Gd) {
            goto e1;
        }
        $lH = count($rH) - 1;
        $DV = array();
        if ($lH != 2) {
            goto WI;
        }
        echo "\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40";
        goto LE;
        WI:
        update_option("\160\x72\157\x66\x69\x6c\x65\137\143\x6f\x6d\160\x6c\x65\x74\151\157\x6e\137\160\x61\x67\145", $_POST["\x70\162\x6f\x66\x69\x6c\x65\137\x63\157\x6d\x70\x6c\x65\164\151\157\x6e\137\x70\x61\147\145"]);
        $VD = 3;
        if (!($jf[0] != 1)) {
            goto jd;
        }
        $VD--;
        jd:
        pS:
        if (!($VD < $lH - 1)) {
            goto NZ;
        }
        $Bx = $jf[$VD];
        $t8 = $jf[$VD + 1];
        if ($t8 == '') {
            goto Am;
        }
        if ($t8 == "\165\x73\145\x72\x5f\162\157\154\145") {
            goto Se;
        }
        if ($t8 != "\157\164\x68\145\162") {
            goto fo;
        }
        $i8 = $jf[$VD + 2];
        $T0 = $jf[$VD + 3];
        if ($T0 == "\164\x65\x78\x74" || $T0 == "\x64\141\164\x65" || $T0 == "\144\x65\x66\x61\165\154\164") {
            goto zR;
        }
        $fz = $jf[$VD + 4];
        $v7 = $jf[$VD + 5];
        $VD = $VD + 6;
        goto FB;
        zR:
        $fz = '';
        $v7 = $jf[$VD + 4];
        $VD = $VD + 5;
        FB:
        goto vF;
        fo:
        $i8 = '';
        $T0 = $jf[$VD + 2];
        $fz = '';
        $v7 = $jf[$VD + 3];
        $VD = $VD + 4;
        vF:
        goto LY;
        Se:
        $i8 = '';
        $T0 = $jf[$VD + 2];
        $fz = $jf[$VD + 3];
        $v7 = $jf[$VD + 4];
        $VD = $VD + 5;
        update_option("\x6d\x6f\137\x6f\160\145\156\x69\x64\x5f\x75\x70\144\141\x74\145\x5f\x72\x6f\x6c\145\x5f\x61\x64\x64\157\156", "\61");
        LY:
        goto D7;
        Am:
        $VD = $VD + 6;
        D7:
        if (!($T0 == "\144\x65\x66\x61\x75\x6c\164")) {
            goto Ny;
        }
        $T0 = "\x74\145\x78\x74";
        Ny:
        if ($t8 === '') {
            goto xn;
        }
        $i8 = str_replace("\40", "\x5f", $i8);
        $i8 = strtolower($i8);
        $Bx = str_replace("\x20", "\x5f", $Bx);
        $Bx = strtolower($Bx);
        array_push($DV, array($Bx, $t8, $i8, $T0, $fz, $v7));
        xn:
        goto pS;
        NZ:
        $dS = $DV;
        update_option("\x6d\x6f\x5f\x6f\x70\145\x6e\151\144\x5f\x63\x75\x73\164\157\x6d\137\146\x69\x65\154\x64\x5f\155\141\160\x70\x69\x6e\147", $dS);
        LE:
        goto FG;
        e1:
        $b8 = get_option("\x6d\157\137\x6f\x70\x65\156\x69\x64\137\143\165\x73\x74\x6f\155\x5f\146\x69\145\154\x64\x5f\x6d\141\160\160\x69\x6e\x67");
        unset($b8[$cs]);
        $VA = array_values($b8);
        update_option("\155\157\x5f\157\160\x65\156\x69\x64\x5f\x63\x75\x73\x74\x6f\x6d\137\x66\151\145\154\x64\137\x6d\141\160\160\x69\156\147", $VA);
        FG:
        Xt:
        Eq:
    }
    function mo_openid_customisation_fields_form($MQ, $JG, $pK, $xh, $fr, $ug, $MH, $XZ, $RV, $xM, $HX, $bT, $Kh, $bZ)
    {
        if (!(mo_openid_is_customer_registered_addon() && mo_openid_is_cust_addon_license_key_verified())) {
            goto Ki;
        }
        $dc = wp_create_nonce("\x6d\x6f\55\x6f\x70\145\x6e\x69\x64\55\143\x75\x73\x74\x6f\x6d\55\146\x6f\162\x6d\55\163\165\142\155\x69\164\x74\x65\x64\55\156\157\x6e\143\145");
        $Xu = '';
        $BC = get_current_user_id();
        if (!($JG == '' & $RV == '' & $BC == 0)) {
            goto QN;
        }
        header("\x4c\x6f\143\141\x74\151\157\x6e\72\40" . get_option("\x73\151\x74\x65\x75\x72\x6c") . "\x2f\167\x70\x2d\x6c\x6f\147\151\x6e\x2e\160\x68\x70");
        exit;
        QN:
        $Wn = mo_openid_get_wp_style();
        $Xu = "\74\163\x74\x79\x6c\x65\76\56\146\x6f\162\155\55\x69\156\x70\165\x74\x2d\x76\x61\x6c\151\144\141\x74\x69\x6f\156\x2e\156\157\x74\145\40\x7b\143\157\x6c\157\x72\x3a\x20\x23\x64\71\64\146\64\x66\x3b\x7d\x3c\x2f\163\x74\x79\154\145\x3e\15\12\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x3c\x62\157\x64\x79\40\143\154\141\x73\163\75\x22\x6c\157\x67\151\x6e\x20\x6c\157\147\151\x6e\x2d\x61\x63\164\x69\x6f\x6e\x2d\154\x6f\147\x69\156\x20\167\x70\55\x63\157\162\x65\x2d\x75\151\40\154\157\143\141\x6c\x65\55\x65\156\55\165\163\x22\x3e\xd\12\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\74\144\x69\x76\40\151\x64\x3d\x22\x61\144\144\137\146\151\145\154\x64\42\x3e\15\12\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\74\x64\x69\166\40\163\164\x79\154\145\75\42\167\151\x64\164\x68\72\x20\x37\x30\60\x70\170\73\40\x6d\x61\162\x67\x69\x6e\x3a\x20\63\60\160\170\x20\141\x75\164\157\73\42\76\xd\xa\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\40\74\x66\x6f\x72\155\x20\x6e\x61\155\145\x3d\42\x63\x6f\155\160\x6c\145\x74\x65\x5f\x64\x65\x74\141\x69\154\x73\42\x20\x6d\x65\x74\150\x6f\x64\75\x22\x70\x6f\163\x74\x22\x20\141\x63\x74\x69\157\x6e\x3d\42\42\76\15\xa\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\74\144\151\x76\40\x73\x74\x79\x6c\145\x3d\x22\x62\x61\x63\153\x67\x72\157\165\x6e\144\x3a\x20\x77\150\151\x74\x65\73\x20\155\x61\162\147\x69\156\x2d\164\157\160\x3a\55\61\x35\x70\170\73\x70\141\144\144\x69\156\147\72\40\61\65\160\170\x3b\42\x3e\74\142\x72\76";
        $BC = get_current_user_id();
        $SZ = get_option("\155\157\x5f\x6f\x70\145\x6e\x69\x64\137\143\x75\x73\x74\x6f\155\x5f\x66\x69\145\x6c\144\x5f\x6d\141\160\160\x69\156\x67");
        if (!$SZ) {
            goto fQ;
        }
        foreach ($SZ as $yD) {
            $cz = 1;
            $kU = 1;
            $JA = '';
            foreach ($yD as $Gc => $Uw) {
                if ($cz == 1) {
                    goto M0;
                }
                if ($cz == 2) {
                    goto y3;
                }
                if ($cz == 3) {
                    goto Om;
                }
                if ($cz == 4) {
                    goto WL;
                }
                if ($cz == 5) {
                    goto f1;
                }
                $v7 = $Uw;
                goto yn;
                M0:
                $JA = $Uw;
                goto yn;
                y3:
                $v9 = $Uw;
                goto yn;
                Om:
                $p1 = str_replace("\137", "\40", $Uw);
                $YU = $Uw;
                goto yn;
                WL:
                $t_ = $Uw;
                goto yn;
                f1:
                $J9 = $Uw;
                yn:
                $cz++;
                od:
            }
            h3:
            if (!($v9 != "\157\x74\x68\145\x72")) {
                goto gs;
            }
            if ($JA != '') {
                goto JT;
            }
            $p1 = $v9;
            $YU = $v9;
            goto lO;
            JT:
            $p1 = $JA;
            $YU = $JA;
            lO:
            gs:
            if (!($JA == '')) {
                goto qq;
            }
            if (!($v9 == "\157\164\x68\145\x72")) {
                goto bq;
            }
            $JA = $p1;
            bq:
            qq:
            $pC = $p1;
            $pC = ucwords(str_replace("\137", "\40", $pC));
            $Xu .= "\x3c\160\76\x3c\x6c\x61\142\x65\x6c\40\x66\x6f\x72\x3d\42" . $p1 . "\x22\76" . $pC . "\x3c\x73\x70\x61\x6e\40\x61\x6c\x69\x67\x6e\75\42\143\x65\156\164\145\x72\x22\40\143\154\141\x73\x73\x3d\42\146\x6f\x72\155\x2d\151\156\160\x75\164\x2d\x76\141\x6c\x69\144\141\164\x69\157\156\x20\x6e\x6f\164\x65\x22\76";
            if (!($v7 == "\x79\145\x73")) {
                goto xK;
            }
            $Xu .= "\52";
            xK:
            $Xu .= "\74\57\x73\x70\x61\156\x3e\x3c\x62\162\57\x3e";
            if ($t_ == "\164\x65\x78\x74") {
                goto lZ;
            }
            if ($t_ == "\x64\141\164\x65") {
                goto ZG;
            }
            if ($t_ == "\x63\x68\145\143\x6b\142\x6f\170") {
                goto Qj;
            }
            if ($t_ == "\144\x72\157\x70\x64\x6f\x77\156") {
                goto Xp;
            }
            goto QP;
            lZ:
            $Xu .= "\74\x69\x6e\160\x75\x74\x20\x74\171\x70\x65\x3d\42" . $t_ . "\x22\x20\x63\154\x61\163\x73\x3d\42\151\x6e\x70\165\164\x22";
            if ($v9 == "\157\164\150\145\162") {
                goto s4;
            }
            if ($JA != '') {
                goto Yd;
            }
            $Xu .= "\40\156\141\155\145\75\x22" . $YU . "\137\165\160\144\141\x74\145\x22";
            goto aI;
            Yd:
            $Xu .= "\x20\x6e\x61\155\x65\75\42" . $YU . "\42";
            aI:
            goto QD;
            s4:
            $Xu .= "\156\141\155\x65\75\42" . $YU . "\42";
            QD:
            $Xu .= "\x73\x74\x79\x6c\145\x3d\42\167\x69\x64\164\150\72\66\60\45\x22";
            if (!($v7 == "\171\145\163")) {
                goto CK;
            }
            $Xu .= "\x72\x65\x71\x75\x69\162\145\144\75\42\x72\x65\161\165\x69\162\x65\x64\42";
            CK:
            if ($BC != 0) {
                goto XV;
            }
            if ($BC == 0 && $v9 != "\x6f\x74\150\x65\x72") {
                goto la;
            }
            goto qt;
            XV:
            if ($JA != '') {
                goto wT;
            }
            $T0 = get_user_meta($BC, $YU, true);
            goto yj;
            wT:
            $WB = str_replace("\40", "\x5f", $JA);
            $T0 = get_user_meta($BC, $WB, true);
            yj:
            $Xu .= "\40\166\x61\154\x75\x65\x3d\42" . $T0 . "\42";
            goto qt;
            la:
            if ($v9 == "\x75\x73\x65\x72\156\x61\x6d\145") {
                goto HY;
            }
            if ($v9 == "\146\x69\162\x73\x74\137\156\x61\x6d\145") {
                goto cz;
            }
            if ($v9 == "\x6c\141\x73\x74\x5f\156\x61\x6d\x65") {
                goto We;
            }
            if ($v9 == "\165\163\x65\162\137\146\x75\x6c\x6c\137\156\x61\155\145") {
                goto aG;
            }
            if ($v9 == "\x75\163\x65\x72\137\145\155\x61\151\154") {
                goto Dl;
            }
            goto X7;
            HY:
            $v9 = $XZ;
            goto X7;
            cz:
            $v9 = $JG;
            goto X7;
            We:
            $v9 = $MQ;
            goto X7;
            aG:
            $v9 = $pK;
            goto X7;
            Dl:
            $v9 = $RV;
            X7:
            $Xu .= "\40\166\x61\154\x75\145\x3d\42" . $v9 . "\42";
            qt:
            $Xu .= "\x3e";
            goto QP;
            ZG:
            $Xu .= "\74\151\x6e\x70\165\x74\x20\164\x79\160\x65\75\42" . $t_ . "\42\x20\x63\x6c\x61\163\x73\75\42\x69\x6e\x70\165\x74\42\x20\x6e\x61\155\145\75\42" . $YU . "\42\40\x73\164\171\154\x65\75\42\167\151\144\x74\x68\x3a\66\x30\45\42";
            if (!($v7 == "\x79\145\x73")) {
                goto rr;
            }
            $Xu .= "\x70\x61\164\x74\145\x72\156\x3d\x22\133\141\55\x7a\x41\55\x5a\60\x2d\71\73\55\137\x28\51\52\x26\136\x25\x24\x23\x40\41\x3a\x27\x2f\x3c\76\x2c\56\x3f\x2b\135\x2b\x22\x20\162\x65\x71\165\x69\162\x65\x64\75\42\162\145\161\165\151\162\145\144\x22";
            rr:
            if (!($BC != 0)) {
                goto o5;
            }
            $T0 = get_user_meta($BC, $JA, true);
            $Xu .= "\40\x76\x61\154\165\x65\75\x22" . $T0 . "\42";
            o5:
            $Xu .= "\x3e";
            goto QP;
            Qj:
            foreach (explode("\x3b", $J9) as $O_) {
                if (!(strlen($O_) > 0)) {
                    goto Bp;
                }
                $Xu .= "\74\x69\156\x70\165\164\40\x74\x79\x70\x65\x3d\x22\143\150\x65\x63\x6b\x62\157\x78\x22\40\x6e\x61\155\x65\x3d\42" . $YU . $kU . "\42\x20\166\x61\154\x75\145\x3d\42" . $O_ . "\42";
                if (!($BC != 0)) {
                    goto cH;
                }
                $T0 = get_user_meta($BC, $JA, true);
                foreach (explode("\73", $T0) as $xk) {
                    if (!($xk == $O_)) {
                        goto Wx;
                    }
                    $Xu .= "\x20\x63\150\145\x63\153\145\144";
                    Wx:
                    qY:
                }
                iX:
                cH:
                $Xu .= "\x3e" . $O_ . "\74\x2f\x62\162\76";
                $kU++;
                Bp:
                wO:
            }
            Iz:
            goto QP;
            Xp:
            $Xu .= "\x3c\163\x65\x6c\145\x63\x74\40\156\x61\155\x65\75\42" . $YU . "\x22\x3e";
            foreach (explode("\x3b", $J9) as $O_) {
                if (!(strlen($O_) > 0)) {
                    goto HQ;
                }
                $Xu .= "\74\x6f\x70\x74\151\x6f\x6e\40\x76\x61\x6c\165\145\x3d\x22" . $O_ . "\x22";
                if (!($BC != 0)) {
                    goto lu;
                }
                $T0 = get_user_meta($BC, $JA, true);
                $Xu .= "\40\x73\145\x6c\145\x63\x74\145\144";
                lu:
                $Xu .= "\76" . $O_ . "\74\x2f\157\160\x74\x69\x6f\156\76";
                HQ:
                bL:
            }
            PT:
            $Xu .= "\74\x2f\163\x65\x6c\x65\x63\164\x3e";
            QP:
            $Xu .= "\x3c\x2f\154\x61\142\x65\154\76\xd\xa\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x3c\x2f\160\x3e";
            es:
        }
        al:
        fQ:
        $Xu .= "\120\x6c\145\x61\163\145\40\x65\156\x74\x65\x72\40\141\154\x6c\x20\x74\150\x65\40\146\x69\x65\x6c\x64\x73\40\x6d\141\162\x6b\x65\144\40\167\151\164\x68\40\x3c\163\x70\x61\156\x20\x61\154\x69\147\156\x3d\42\x63\x65\156\164\x65\162\x22\x20\x63\x6c\141\163\163\x3d\x22\x66\157\x72\x6d\x2d\151\156\x70\165\164\x2d\x76\141\154\x69\144\x61\x74\151\x6f\156\x20\156\x6f\x74\x65\x22\76\x2a\74\x2f\163\x70\141\x6e\x3e\15\xa\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\74\x69\156\x70\165\x74\40\x74\x79\160\145\75\42\150\151\144\144\145\x6e\x22\40\156\x61\155\145\x3d\42\x66\x69\162\163\x74\137\x6e\x61\155\x65\42\40\166\141\x6c\165\145\75" . $JG . "\x3e\xd\12\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\74\151\156\x70\165\x74\40\x74\x79\x70\145\75\x22\150\151\x64\144\145\x6e\x22\x20\x6e\141\x6d\145\75\42\x6c\x61\163\164\137\x6e\x61\155\145\x22\40\166\x61\x6c\165\145\75" . $MQ . "\x3e\15\12\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\74\151\156\x70\165\x74\x20\164\x79\x70\x65\x3d\x22\x68\x69\x64\x64\145\156\x22\x20\156\x61\155\145\x3d\42\x75\163\145\x72\x5f\146\165\154\x6c\x5f\x6e\141\x6d\x65\42\40\166\141\x6c\165\145\x3d" . $pK . "\x3e\xd\12\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\74\x69\156\x70\165\x74\x20\x74\x79\x70\x65\x3d\x22\x68\151\144\x64\x65\156\42\40\156\141\x6d\x65\x3d\42\165\163\x65\162\x5f\165\x72\x6c\x22\x20\166\141\x6c\165\x65\x3d" . $xh . "\x3e\15\12\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\74\x69\x6e\160\165\164\40\x74\x79\x70\x65\x3d\42\x68\x69\144\x64\x65\x6e\x22\40\x6e\141\155\x65\75\42\165\163\145\162\x5f\x70\x69\x63\164\x75\x72\145\42\x20\166\x61\x6c\165\145\x3d" . $MH . "\76\xd\12\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x3c\x69\x6e\x70\x75\x74\x20\164\x79\160\x65\75\x22\150\151\144\x64\x65\x6e\x22\x20\x6e\141\155\145\x3d\x22\x75\x73\x65\x72\x6e\141\x6d\145\42\40\166\141\154\x75\x65\x3d" . $XZ . "\76\xd\12\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x3c\151\x6e\160\x75\x74\x20\x74\171\x70\145\75\x22\x68\x69\x64\x64\x65\x6e\42\x20\x6e\x61\155\145\x3d\42\165\163\145\162\x5f\x65\155\141\x69\x6c\x22\x20\166\141\x6c\x75\x65\75" . $RV . "\x3e\xd\12\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\74\151\156\x70\x75\x74\x20\164\171\160\145\75\42\150\151\x64\x64\x65\x6e\42\x20\x6e\x61\155\x65\x3d\42\162\141\156\x64\x6f\155\x5f\160\141\x73\163\167\157\162\x64\42\40\x76\141\154\x75\145\x3d" . $xM . "\x3e\xd\12\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\74\151\x6e\x70\165\x74\40\164\171\160\145\75\x22\150\151\x64\x64\145\x6e\42\x20\x6e\x61\x6d\x65\75\42\x64\x65\x63\162\x79\x70\x74\145\144\137\141\x70\x70\137\x6e\x61\155\x65\x22\x20\166\141\154\165\145\75" . $HX . "\x3e\15\xa\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x3c\x69\156\160\165\164\x20\x74\x79\x70\x65\75\42\x68\151\x64\x64\145\156\x22\40\156\141\x6d\145\x3d\42\143\x61\x6c\x6c\42\40\x76\141\154\165\145\x3d" . $fr . "\x3e\15\12\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x3c\x69\156\x70\x75\164\x20\x74\171\160\145\75\42\150\151\144\144\145\156\42\x20\x6e\x61\155\145\75\42\165\163\x65\162\137\x70\162\x6f\x66\151\x6c\145\x5f\165\162\154\x22\x20\166\141\154\165\x65\x3d" . $ug . "\76\xd\12\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x3c\151\x6e\x70\165\x74\x20\164\171\160\145\x3d\42\x68\151\x64\x64\145\x6e\x22\40\156\141\x6d\x65\75\42\163\157\143\151\141\x6c\137\141\x70\x70\137\156\141\x6d\x65\42\x20\166\x61\x6c\165\x65\75" . $Kh . "\x3e\xd\12\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\74\x69\x6e\x70\165\x74\x20\164\x79\160\145\x3d\42\x68\151\144\144\145\156\x22\x20\156\x61\x6d\145\x3d\x22\163\x6f\143\x69\141\154\x5f\x75\x73\145\x72\x5f\151\x64\x22\40\166\141\x6c\x75\x65\75" . $bZ . "\76\xd\xa\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x69\156\160\x75\164\40\x74\171\x70\145\75\42\x68\x69\144\x64\145\156\42\x20\x6e\141\155\x65\75\42\144\x65\143\x72\x79\160\164\x65\x64\x5f\x75\x73\145\x72\x5f\151\x64\x22\x20\166\141\154\x75\x65\75" . $bT . "\x3e\15\12\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x3c\x69\x6e\160\165\164\x20\164\x79\160\145\75\42\x68\x69\144\x64\145\156\x22\40\x6e\141\155\x65\x3d\42\157\x70\x74\x69\157\156\42\40\x76\x61\154\165\145\75\42\155\x6f\137\x6f\160\145\x6e\x69\x64\137\143\x75\163\164\x6f\x6d\x5f\x66\157\x72\x6d\x5f\x73\165\x62\x6d\x69\164\164\145\144\x22\x3e\xd\xa\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\74\151\156\160\165\x74\x20\164\171\x70\145\75\x22\x68\151\x64\x64\145\156\42\x20\x6e\x61\155\145\x3d\42\x6d\157\137\157\x70\x65\156\151\144\x5f\143\x75\x73\164\157\x6d\137\x66\x6f\162\155\x5f\x73\x75\x62\155\151\164\164\x65\x64\137\x6e\x6f\x6e\x63\x65\42\40\166\x61\154\165\145\75\x22" . $dc . "\x22\57\76\xd\12\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x3c\x2f\x64\x69\166\76\xd\12\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x3c\160\x20\x63\x6c\141\x73\x73\75\x22\163\x75\x62\x6d\151\164\x22\x3e\xd\12\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\74\x69\156\x70\x75\164\x20\164\171\x70\145\x3d\x22\163\165\x62\x6d\x69\164\x22\x20\156\141\155\145\75\42\x77\x70\x2d\163\x75\x62\155\x69\x74\42\x20\151\x64\x3d\42\x77\x70\55\x73\x75\x62\155\151\x74\42\x20\143\x6c\x61\163\163\75\42\142\x75\x74\164\x6f\156\x20\142\165\164\x74\x6f\x6e\55\160\x72\151\x6d\141\162\x79\x20\142\x75\x74\164\157\x6e\55\x6c\141\162\x67\145\x22\x20\x76\x61\x6c\165\x65\x3d\42" . get_option("\x6d\x6f\137\x70\162\x6f\146\x69\154\x65\137\x63\157\155\x70\x6c\x65\164\145\x5f\163\x75\142\x6d\151\164\x5f\142\x75\x74\164\157\156") . "\x22\57\76\15\xa\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\74\x2f\x70\76";
        if (!(get_option("\155\157\157\x70\145\x6e\151\144\137\x6c\x6f\147\157\x5f\143\150\145\x63\x6b") == 1)) {
            goto Xm;
        }
        $Xu .= mo_openid_customize_logo();
        Xm:
        $Xu .= "\74\x2f\x66\x6f\x72\155\76\xd\12\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x3c\x2f\144\x69\166\x3e\15\12\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x3c\x2f\x64\x69\166\76\xd\xa\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\74\x2f\x62\x6f\144\171\x3e";
        return $Xu;
        Ki:
    }
}
new Miniorange_OpenID_SSO_addon();
function mo_openid_is_cust_addon_license_key_verified()
{
    $e1 = get_option("\155\x6f\x5f\157\160\145\156\151\x64\137\x6f\x70\x6e\137\x6c\153\137\x65\x78\164\x72\141\x5f\141\164\164\162\137\x61\144\144\157\x6e");
    $AD = get_option("\x6d\x6f\137\x6f\160\x65\156\x69\x64\x5f\141\144\x6d\151\x6e\x5f\x65\x6d\141\x69\x6c");
    $R0 = get_option("\x6d\x6f\137\157\160\145\156\151\x64\x5f\141\144\155\151\156\x5f\143\165\163\164\x6f\155\x65\162\x5f\x6b\145\171");
    if (!$e1 || !$AD || !$R0 || !is_numeric(trim($R0))) {
        goto rZ;
    }
    return 1;
    goto HE;
    rZ:
    return 0;
    HE:
}
function mo_openid_is_customer_registered_addon()
{
    $AD = get_option("\155\x6f\x5f\x6f\x70\145\156\151\x64\137\141\144\x6d\151\156\137\145\x6d\x61\151\x6c");
    $R0 = get_option("\x6d\157\x5f\157\160\145\x6e\x69\144\137\x61\144\155\x69\156\137\x63\x75\x73\164\157\155\145\x72\137\x6b\x65\x79");
    if (!$AD || !$R0 || !is_numeric(trim($R0))) {
        goto qx;
    }
    return 1;
    goto jY;
    qx:
    return 0;
    jY:
}
function cust_addon_key_false()
{
    echo "\40\40\x20\x20\74\x74\144\40\x73\164\x79\x6c\x65\x3d\x22\x76\145\x72\164\x69\x63\x61\154\x2d\141\x6c\151\147\x6e\x3a\164\157\160\73\167\x69\x64\x74\150\x3a\x31\x30\x30\45\73\x22\76\xd\12\40\40\40\x20\40\x20\40\x20\74\x64\x69\166\40\143\x6c\x61\163\163\x3d\42\155\x6f\x5f\x6f\160\x65\x6e\151\144\x5f\164\x61\142\x6c\x65\137\154\141\x79\157\165\x74\x22\76\15\12\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x3c\x68\x31\40\x61\x6c\x69\x67\156\75\x22\x63\x65\156\164\145\x72\x22\76\111\x6e\x76\x61\154\x69\144\40\101\x64\x64\x2d\157\156\x20\114\x69\143\145\156\163\145\x20\113\x65\x79\40\x6f\x72\40\103\x68\141\156\x67\145\x20\151\156\x20\x63\x6f\144\x65\x3c\57\x68\61\x3e\x3c\142\162\x3e\15\12\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x3c\x68\x33\x20\x61\154\x69\147\x6e\75\x22\143\145\156\164\x65\162\x22\x3e\x49\x74\40\x73\145\x65\155\x73\x20\171\x6f\165\x20\x6d\141\144\145\40\163\157\x6d\145\40\143\x68\x61\156\x67\145\x73\40\151\156\40\x74\150\x65\x20\x63\157\144\x65\40\160\x6c\x65\x61\163\145\x20\162\x65\x76\x65\x72\164\40\x69\x74\40\157\162\x20\144\162\157\x70\40\x61\x6e\x20\x65\155\141\x69\154\x20\x61\164\x20\74\141\x20\x68\x72\x65\146\x3d\x22\x6d\141\x69\154\x74\x6f\72\x73\x6f\143\151\141\x6c\x6c\x6f\x67\151\x6e\163\165\x70\x70\x6f\162\164\100\170\145\x63\165\162\151\146\x79\56\143\x6f\155\x3f\123\x75\x62\152\145\x63\x74\x3d\111\x6e\166\141\154\151\144\45\x32\x30\x41\x64\144\55\157\156\x25\62\60\x4c\x69\x63\x65\156\163\x65\x20\x4b\x65\x79\45\x32\x30\x6f\x72\x25\62\60\103\150\x61\156\x67\145\45\x32\x30\x69\156\x25\x32\x30\x63\157\x64\145\42\40\x74\141\x72\147\145\164\x3d\x22\137\142\x6c\x61\156\153\x22\76\x73\x6f\143\x69\141\154\x6c\x6f\x67\151\x6e\x73\165\160\160\157\162\164\100\x78\x65\x63\x75\162\151\x66\x79\x2e\x63\x6f\155\74\57\x61\x3e\x3c\57\150\63\x3e\xd\12\40\40\40\40\40\x20\40\x20\x3c\57\x64\151\166\x3e\xd\12\40\x20\x20\40\x3c\57\164\x64\76\xd\12\x20\40\40\x20";
}
include "\144\145\141\143\164\x69\166\141\x74\145\x5f\141\144\144\x6f\x6e\56\x70\150\x70";

Function Calls

None

Variables

None

Stats

MD5 7516630b54fff88f466feeb825f8e2fc
Eval Count 0
Decode Time 242 ms