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

Signing you up...

Thank you for signing up!

PHP Decode

\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\x..

Decoded Output download

<?                                      <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 = " ?>

Did this file decode correctly?

Original Code

\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

Function Calls

None

Variables

None

Stats

MD5 c37a1d09402bbf01bb7bf457bc475b8e
Eval Count 0
Decode Time 95 ms