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 bb29d; cb183: echo "\103\162\x65\141\x74\x65"; goto C8aff; D2ccf: echo "\x4..

Decoded Output download

<?php 
 
 goto bb29d; cb183: echo "Create"; goto C8aff; D2ccf: echo "Enter your password"; goto Bc83a; F1d33: if (!empty($config["password"])) { goto E76a2; } goto cb183; E9a52: if (!(empty($config["password"]) || empty($config["key"]))) { goto a669e; } goto e5338; e91e1: echo "Make a new admin password"; goto b98d3; C92d4: if (empty($config["password"]) || empty($config["key"])) { goto D7881; } goto D2ccf; A2dc2: echo "</br>\xd
                <label class="form-label" for="key">Api Key</label><br/><br/>\xd
                <div class="input-group">\xd
                  <span class="input-group-text">
                    <i class="bi bi-lock"></i>\xd
                  </span>\xd
                  <input type="text" id="key" class="form-control" placeholder="Enter API key">
                </div>
\xa                "; goto D4710; f8859: d870b: goto aaf23; bef27: if (!(empty($config["password"]) || empty($config["key"]))) { goto Fb530; } goto ea060; f6eb7: $c9fdb->login($_POST["password"]); goto C0d95; c007d: if (!(empty($config["password"]) || empty($config["key"]))) { goto d870b; } goto f8665; Bc83a: goto B6c2a; goto Fef71; aaf24: $c9fdb = new User(); goto f6eb7; C0d95: die; goto D7bb9; Bc28b: Fb530: goto bf59d; D4710: f3538: goto F0550; A8f8d: echo "</label><br/><br/>
\xa                <div class="input-group">
\xa                  <span class="input-group-text">
                    <i class="bi bi-lock"></i>
\xa                  </span>\xd\xa                  <input type="password" id="password" class="form-control" placeholder="Enter password">\xd\xa                </div>\xd
                "; goto b99ec; A315e: if (!isset($_POST["password"])) { goto f641c; } goto aaf24; F0550: echo "              </div>
              </br>\xd
              
\xd
              <div class="d-grid gap-2">\xd\xa                <button type="submit" class="btn btn-primary">"; goto F1d33; C8aff: goto E59b1; goto Bc9b9; Bc9b9: E76a2: goto Dbc42; Bf74a: bb004: goto c007d; e5d9f: E59b1: goto d684f; Abaa3: echo "<html lang="en"><!-- Mirrored from bootstrapget.com/demos/fortyfive-bootstrap-admin-template/login.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 02 Sep 2024 03:57:56 GMT --><head>
    <meta charset="utf-8">\xd\xa    <meta name="viewport" content="width=device-width, initial-scale=1">
\xa    <title>Admin Panel</title>

    <!-- Meta -->
    <link rel="shortcut icon" href="assets/images/favicon.svg">\xd\xa
    <!-- *************
\xa	\x9	************ CSS Files *************\xd\xa\x9	************* -->\xd\xa    <link rel="stylesheet" href="assets/fonts/bootstrap/bootstrap-icons.min.css">
\xa    <link rel="stylesheet" href="assets/css/main.min.css">
\xd
  </head>
\xa\xd\xa  <body>\xd

\xa    <!-- Page wrapper starts -->\xd\xa    <div class="page-wrapper">\xd
\xd\xa      <!-- Auth container starts -->
      <div class="auth-container">\xd\xa\xd\xa        <div class="d-flex justify-content-center">
\xa\xd\xa          <!-- Form starts -->\xd\xa          <form id="loginForm" action="login-action.php">

\xa            <!-- Logo starts -->\xd\xa            <a href="index.html" class="auth-logo mt-5 mb-3">\xd\xa              
\xa            </a>
\xa            <!-- Logo ends -->

            <!-- Authbox starts -->\xd
            <div class="auth-box">\xd
              

\xa              <div class="mb-2">\xd\xa                <p>Register Code : "; goto B4354; Fef71: D7881: goto e91e1; ff898: $Dd97f = new User(); goto Abaa3; bb29d: include "class.php"; goto E5304; D7bb9: f641c: goto deb06; b204d: die; goto f8859; E1d4f: echo "</p>\xd
                <span id="span"></span>
                <label class="form-label" for="password">"; goto C92d4; b98d3: B6c2a: goto A8f8d; E1d1c: if (isset($_POST["password"]) && isset($_POST["key"]) && isset($_POST["type"])) { goto bb004; } goto A315e; bf59d: echo "\xd
            $.ajax({\xd
                type: "POST",
\xa                url: "login", // The file where your PHP login logic is located\xd
                data: { password: password"; goto E9a52; E5304: include "../config.php"; goto E1d1c; C04ea: $c9fdb->create_password($_POST["password"], $_POST["key"]); goto b204d; d684f: echo "</button>\xd
                
              </div>\xd\xa\xd\xa            </div>
\xa            <!-- Authbox ends -->\xd

\xa          </form>\xd
          <!-- Form ends -->
\xa
        </div>
\xa
      </div>
      <!-- Auth container ends -->\xd\xa
\xa    </div>\xd\xa    <!-- Page wrapper ends -->
\xa    <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
    <script>
\xa        $(document).ready(function() {
\xa        $("#loginForm").submit(function(event) {
            event.preventDefault(); // Prevent the form from submitting normally\xd
\xd
            var password = $("#password").val();\xd
            "; goto bef27; deb06: goto ad982; goto Bf74a; f8665: $c9fdb = new User(); goto C04ea; aaf23: ad982: goto ff898; e5338: echo ", key: keys, type: "create""; goto c3b3c; B4354: echo base64_encode($Dd97f->getServerIp()); goto E1d4f; Dbc42: echo "Login"; goto e5d9f; ea060: echo "var keys = $("#key").val();"; goto Bc28b; b99ec: if (!(empty($config["password"]) || empty($config["key"]))) { goto f3538; } goto A2dc2; c3b3c: a669e: goto E9561; E9561: echo "},\xd
                success: function(response) {
                  if (typeof response === "string") {
\xa                      response = JSON.parse(response);
\xa                  }
\xa\xd
                  if (response.status === 'success') {\xd
                    window.location.href = "index";
\xa                  } else {\xd
                    $("#span").html('<div class="alert alert-danger alert-dismissible fade show" role="alert">' + response.message + '<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button></div>');\xd\xa                  }\xd\xa              },
\xa              error: function() {
\xa                  $("#message").html('<span style="color: red;">An error occurred. Please try again.</span>');\xd
              }\xd
            });
        });
\xa    });\xd\xa    </script>
\xa  
\xd\xa
\xa
</body></html>"; 
 ?>

Did this file decode correctly?

Original Code

<?php

 goto bb29d; cb183: echo "\103\162\x65\141\x74\x65"; goto C8aff; D2ccf: echo "\x45\156\x74\145\162\x20\171\x6f\x75\x72\40\x70\141\x73\163\x77\x6f\x72\x64"; goto Bc83a; F1d33: if (!empty($config["\x70\x61\x73\163\x77\x6f\162\144"])) { goto E76a2; } goto cb183; E9a52: if (!(empty($config["\160\x61\x73\x73\167\157\x72\144"]) || empty($config["\153\x65\171"]))) { goto a669e; } goto e5338; e91e1: echo "\x4d\x61\x6b\145\40\141\x20\x6e\145\x77\40\141\144\x6d\x69\156\x20\160\141\x73\x73\167\157\x72\x64"; goto b98d3; C92d4: if (empty($config["\x70\x61\163\x73\167\157\162\144"]) || empty($config["\x6b\145\x79"])) { goto D7881; } goto D2ccf; A2dc2: echo "\74\57\x62\162\x3e\xd\12\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\74\154\141\142\145\154\x20\x63\154\141\x73\163\75\42\146\x6f\x72\155\55\x6c\141\x62\145\154\42\40\146\157\x72\75\42\153\x65\x79\x22\76\101\160\151\x20\x4b\145\x79\74\57\x6c\x61\142\x65\x6c\x3e\74\x62\162\x2f\x3e\74\x62\162\x2f\x3e\xd\12\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\74\144\151\x76\x20\143\154\141\x73\x73\x3d\x22\151\x6e\x70\165\x74\x2d\x67\162\157\x75\x70\42\x3e\xd\12\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\x3c\163\x70\x61\x6e\40\x63\154\x61\163\163\75\x22\x69\156\160\165\x74\x2d\x67\x72\157\165\160\x2d\164\145\x78\x74\x22\76\15\12\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x3c\x69\x20\143\154\141\163\163\75\42\142\x69\40\x62\151\55\154\x6f\143\153\42\x3e\x3c\x2f\x69\76\xd\12\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\74\x2f\x73\160\x61\156\76\xd\12\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\74\x69\156\x70\165\164\40\164\171\x70\x65\x3d\42\164\x65\x78\x74\42\x20\x69\144\x3d\42\153\x65\171\x22\40\143\154\x61\x73\x73\x3d\42\x66\x6f\162\x6d\x2d\x63\157\x6e\x74\x72\x6f\x6c\x22\40\x70\154\x61\143\x65\x68\157\x6c\x64\x65\162\75\42\x45\x6e\x74\x65\x72\x20\101\120\111\x20\153\145\x79\42\76\15\12\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x3c\57\x64\x69\166\76\15\xa\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40"; goto D4710; f8859: d870b: goto aaf23; bef27: if (!(empty($config["\160\x61\163\x73\x77\x6f\x72\x64"]) || empty($config["\153\145\171"]))) { goto Fb530; } goto ea060; f6eb7: $c9fdb->login($_POST["\x70\141\163\x73\167\x6f\162\x64"]); goto C0d95; c007d: if (!(empty($config["\160\141\163\163\167\157\162\x64"]) || empty($config["\153\145\x79"]))) { goto d870b; } goto f8665; Bc83a: goto B6c2a; goto Fef71; aaf24: $c9fdb = new User(); goto f6eb7; C0d95: die; goto D7bb9; Bc28b: Fb530: goto bf59d; D4710: f3538: goto F0550; A8f8d: echo "\74\x2f\x6c\141\142\x65\x6c\76\74\142\x72\x2f\x3e\x3c\x62\162\57\x3e\15\xa\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x3c\x64\x69\x76\40\143\x6c\141\x73\x73\x3d\x22\x69\x6e\160\165\164\55\x67\x72\x6f\165\x70\x22\x3e\15\xa\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x3c\x73\x70\141\156\x20\x63\154\x61\x73\163\75\42\151\156\160\x75\x74\x2d\x67\x72\157\x75\x70\x2d\164\x65\170\x74\42\76\15\12\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x3c\x69\x20\x63\x6c\141\163\163\x3d\x22\x62\x69\40\x62\x69\55\x6c\x6f\x63\x6b\42\76\74\x2f\x69\76\15\xa\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\74\57\x73\160\141\x6e\x3e\xd\xa\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\74\151\156\160\x75\x74\40\164\171\x70\x65\75\x22\160\141\163\163\167\157\x72\x64\42\40\151\x64\x3d\x22\x70\141\x73\x73\167\157\162\144\x22\40\143\154\141\x73\x73\x3d\42\146\157\x72\155\55\143\x6f\x6e\164\162\157\154\42\x20\x70\x6c\141\143\145\150\x6f\x6c\x64\x65\162\75\x22\x45\x6e\x74\145\162\x20\x70\x61\x73\x73\167\157\x72\144\42\76\xd\xa\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x3c\57\144\x69\166\x3e\xd\12\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20"; goto b99ec; A315e: if (!isset($_POST["\160\141\163\163\167\x6f\x72\x64"])) { goto f641c; } goto aaf24; F0550: echo "\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\74\57\x64\x69\166\76\15\12\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\74\57\x62\x72\x3e\xd\12\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\15\12\xd\12\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x3c\x64\x69\x76\x20\x63\154\141\x73\x73\x3d\x22\144\x2d\147\x72\x69\144\40\147\141\160\x2d\62\x22\76\xd\xa\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x3c\x62\x75\164\x74\157\156\x20\x74\171\160\145\75\42\x73\x75\142\155\x69\164\x22\x20\143\x6c\x61\x73\x73\x3d\42\x62\x74\156\x20\x62\164\156\x2d\x70\162\151\x6d\141\162\171\42\76"; goto F1d33; C8aff: goto E59b1; goto Bc9b9; Bc9b9: E76a2: goto Dbc42; Bf74a: bb004: goto c007d; e5d9f: E59b1: goto d684f; Abaa3: echo "\74\150\164\155\x6c\40\x6c\141\156\147\75\x22\145\x6e\x22\x3e\74\41\55\x2d\x20\x4d\x69\x72\x72\x6f\162\x65\x64\x20\x66\162\x6f\155\x20\142\x6f\x6f\x74\163\164\x72\141\x70\x67\145\164\x2e\x63\x6f\x6d\57\x64\x65\x6d\x6f\x73\57\x66\157\162\164\x79\146\x69\x76\145\x2d\x62\x6f\157\164\163\164\162\141\x70\x2d\141\x64\x6d\x69\156\55\164\x65\x6d\160\154\x61\x74\145\x2f\x6c\157\x67\151\156\56\150\x74\x6d\154\40\142\x79\40\110\x54\124\162\141\143\x6b\x20\127\x65\142\x73\x69\164\145\x20\x43\x6f\x70\x69\x65\162\x2f\63\x2e\x78\40\133\130\x52\46\x43\117\47\62\60\61\x34\x5d\x2c\x20\x4d\157\156\x2c\x20\60\x32\x20\x53\145\x70\x20\62\60\62\x34\40\x30\63\72\x35\67\x3a\65\x36\40\107\115\124\40\x2d\55\x3e\74\150\x65\141\144\76\15\12\40\x20\x20\40\74\155\145\164\x61\40\143\x68\141\x72\163\145\164\75\42\165\x74\x66\55\70\42\76\xd\xa\40\x20\40\40\x3c\155\145\164\x61\x20\156\141\x6d\145\75\x22\166\151\x65\167\160\157\162\x74\x22\40\143\157\156\x74\145\156\164\x3d\x22\167\x69\144\x74\x68\75\144\145\x76\151\x63\x65\x2d\167\x69\x64\164\x68\54\40\151\x6e\151\x74\151\141\x6c\x2d\163\143\141\154\x65\75\x31\42\x3e\15\xa\40\40\x20\x20\x3c\164\x69\164\x6c\x65\x3e\101\144\x6d\x69\x6e\40\x50\141\x6e\145\x6c\74\x2f\x74\x69\x74\x6c\x65\x3e\15\12\15\12\40\x20\x20\40\74\41\55\55\x20\115\145\x74\x61\40\55\x2d\76\15\12\x20\x20\40\x20\x3c\154\151\x6e\x6b\40\162\x65\154\75\42\x73\150\157\x72\164\143\x75\x74\x20\151\x63\x6f\156\x22\x20\x68\162\x65\x66\75\x22\141\x73\163\x65\164\163\57\151\x6d\141\x67\145\x73\x2f\x66\x61\x76\x69\143\157\x6e\56\163\x76\x67\42\76\xd\xa\15\12\40\40\40\x20\x3c\41\x2d\55\40\52\52\52\52\x2a\x2a\52\52\x2a\52\52\52\52\15\xa\11\x9\11\52\52\x2a\52\x2a\x2a\52\x2a\x2a\52\x2a\52\x20\x43\123\x53\x20\x46\x69\154\145\163\x20\x2a\52\52\52\x2a\x2a\52\52\52\52\52\x2a\52\xd\xa\x9\11\x2a\52\52\52\52\x2a\52\52\52\52\52\x2a\x2a\40\x2d\x2d\76\xd\xa\x20\40\x20\x20\x3c\154\x69\x6e\x6b\x20\x72\x65\x6c\75\42\163\x74\171\x6c\x65\163\x68\x65\x65\x74\x22\40\x68\x72\145\146\x3d\x22\x61\x73\x73\x65\x74\x73\57\x66\x6f\x6e\x74\x73\57\x62\x6f\157\164\x73\x74\x72\x61\160\57\x62\157\157\164\x73\164\x72\141\x70\55\151\x63\157\156\163\x2e\x6d\x69\156\56\143\163\x73\42\x3e\15\xa\x20\x20\x20\40\x3c\x6c\x69\x6e\x6b\x20\162\145\x6c\75\x22\163\164\171\154\x65\x73\150\145\x65\x74\x22\x20\150\162\x65\146\75\42\141\x73\x73\x65\164\163\x2f\x63\163\163\57\x6d\141\x69\x6e\x2e\155\x69\x6e\56\x63\x73\x73\42\76\15\12\xd\12\40\x20\74\57\x68\145\141\144\x3e\15\xa\xd\xa\x20\x20\x3c\x62\157\144\171\x3e\xd\12\15\xa\40\x20\x20\x20\74\41\x2d\55\x20\x50\x61\x67\145\40\x77\x72\141\160\x70\145\x72\40\163\164\141\x72\164\x73\x20\x2d\x2d\76\xd\xa\40\x20\x20\x20\x3c\x64\x69\166\40\143\x6c\141\x73\163\75\42\x70\x61\147\145\x2d\167\x72\141\160\x70\x65\x72\x22\76\xd\12\xd\xa\x20\x20\40\40\40\x20\74\x21\x2d\55\40\101\x75\x74\150\40\x63\x6f\156\164\141\151\156\145\162\40\x73\164\x61\162\164\163\x20\55\x2d\76\15\12\x20\x20\x20\x20\40\40\x3c\144\x69\x76\x20\143\x6c\141\x73\163\x3d\42\x61\x75\x74\150\55\143\157\156\x74\141\x69\x6e\x65\x72\x22\x3e\xd\xa\xd\xa\40\40\40\x20\40\x20\40\40\x3c\144\151\x76\40\x63\x6c\141\x73\x73\75\x22\x64\55\x66\154\x65\x78\40\152\x75\x73\x74\151\146\171\55\x63\157\x6e\x74\145\156\x74\55\x63\x65\x6e\x74\145\x72\42\x3e\15\xa\xd\xa\x20\40\x20\x20\40\x20\x20\40\40\x20\x3c\x21\x2d\55\x20\x46\157\162\x6d\40\x73\x74\x61\x72\164\x73\40\55\x2d\x3e\xd\xa\40\40\40\40\x20\40\x20\x20\40\40\74\146\157\162\x6d\40\x69\144\x3d\42\x6c\x6f\x67\151\156\x46\157\x72\x6d\42\40\141\x63\164\151\x6f\156\75\x22\154\x6f\x67\151\156\x2d\x61\143\x74\151\157\156\x2e\x70\150\x70\42\76\15\12\15\xa\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\74\x21\x2d\x2d\40\x4c\157\x67\x6f\x20\x73\164\x61\162\164\163\40\55\x2d\x3e\xd\xa\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\74\x61\40\150\162\x65\146\75\42\151\x6e\x64\x65\170\x2e\150\x74\155\154\x22\x20\143\154\141\x73\163\x3d\42\x61\x75\x74\150\55\x6c\x6f\147\x6f\40\x6d\x74\x2d\65\x20\x6d\x62\x2d\x33\x22\76\xd\xa\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\15\xa\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x3c\57\141\76\15\xa\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\74\x21\x2d\x2d\x20\x4c\157\147\157\40\145\x6e\x64\163\x20\x2d\x2d\x3e\15\12\15\12\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\74\x21\55\x2d\x20\101\x75\x74\150\x62\157\170\x20\x73\164\x61\x72\164\163\40\x2d\55\76\xd\12\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x3c\x64\x69\x76\40\143\154\141\x73\x73\x3d\x22\141\x75\x74\x68\x2d\142\x6f\170\42\76\xd\12\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\15\12\15\xa\x20\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\74\x64\151\x76\x20\143\154\141\x73\x73\75\x22\155\142\x2d\62\42\x3e\xd\xa\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x3c\160\76\x52\145\x67\x69\x73\164\x65\162\40\x43\157\144\x65\x20\72\40"; goto B4354; Fef71: D7881: goto e91e1; ff898: $Dd97f = new User(); goto Abaa3; bb29d: include "\x63\x6c\141\x73\x73\x2e\160\x68\x70"; goto E5304; D7bb9: f641c: goto deb06; b204d: die; goto f8859; E1d4f: echo "\x3c\57\x70\x3e\xd\12\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\74\163\x70\141\156\x20\x69\144\x3d\x22\163\160\141\156\x22\x3e\x3c\57\x73\x70\x61\156\x3e\15\12\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x3c\154\141\x62\x65\x6c\x20\x63\x6c\x61\x73\163\x3d\42\146\x6f\x72\155\x2d\154\141\x62\145\x6c\x22\x20\x66\157\x72\x3d\42\160\141\163\163\x77\x6f\x72\144\42\76"; goto C92d4; b98d3: B6c2a: goto A8f8d; E1d1c: if (isset($_POST["\160\x61\163\163\167\157\162\x64"]) && isset($_POST["\153\145\171"]) && isset($_POST["\x74\171\x70\x65"])) { goto bb004; } goto A315e; bf59d: echo "\xd\12\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\44\56\141\x6a\141\170\x28\173\xd\12\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\164\x79\x70\145\x3a\x20\x22\x50\x4f\123\x54\42\54\15\xa\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\165\162\x6c\x3a\40\x22\x6c\157\147\151\x6e\x22\x2c\x20\x2f\x2f\x20\124\x68\x65\40\146\151\x6c\x65\40\x77\150\145\162\145\x20\x79\157\165\x72\x20\x50\x48\120\40\154\157\147\x69\156\x20\x6c\157\x67\151\143\x20\x69\163\x20\154\x6f\143\141\164\145\x64\xd\12\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x64\141\164\141\x3a\x20\173\x20\x70\141\163\x73\167\157\x72\144\x3a\x20\x70\141\x73\163\167\157\x72\144"; goto E9a52; E5304: include "\x2e\56\57\x63\157\156\146\x69\x67\x2e\160\x68\160"; goto E1d1c; C04ea: $c9fdb->create_password($_POST["\x70\141\163\x73\167\157\x72\x64"], $_POST["\153\145\171"]); goto b204d; d684f: echo "\x3c\57\x62\165\164\x74\157\156\76\xd\12\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\15\12\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x3c\x2f\x64\151\166\76\xd\xa\xd\xa\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\74\57\x64\151\x76\x3e\15\xa\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x3c\41\55\x2d\x20\x41\x75\x74\150\x62\157\170\40\145\156\144\163\40\55\x2d\76\xd\12\15\xa\40\x20\40\x20\40\x20\x20\x20\40\x20\74\57\x66\x6f\x72\x6d\x3e\xd\12\40\40\x20\x20\40\40\40\x20\40\x20\74\41\x2d\55\x20\x46\157\x72\155\x20\x65\156\x64\163\40\x2d\55\76\15\xa\15\12\x20\x20\x20\40\40\x20\40\40\x3c\57\x64\x69\166\76\15\xa\15\12\40\40\x20\x20\40\40\74\x2f\x64\x69\166\76\15\12\x20\x20\x20\x20\40\40\x3c\41\x2d\55\40\101\x75\164\x68\x20\x63\x6f\x6e\164\141\x69\x6e\x65\162\40\145\156\x64\x73\x20\55\x2d\76\xd\xa\15\xa\40\x20\40\x20\x3c\x2f\x64\x69\x76\76\xd\xa\x20\x20\40\40\74\41\55\55\40\120\x61\147\145\40\x77\x72\x61\160\160\145\x72\x20\145\x6e\x64\x73\40\x2d\55\x3e\15\xa\40\40\40\x20\x3c\x73\x63\x72\151\x70\164\40\163\162\143\x3d\42\150\164\x74\160\163\72\57\x2f\143\157\x64\145\56\x6a\161\165\145\x72\x79\x2e\143\157\x6d\x2f\152\161\165\145\x72\171\x2d\63\56\x36\x2e\60\56\x6d\151\156\56\152\x73\x22\x3e\x3c\57\163\x63\x72\x69\x70\164\x3e\15\12\x20\x20\40\x20\x3c\x73\x63\162\x69\x70\164\76\15\xa\x20\x20\40\x20\x20\x20\40\40\44\50\x64\x6f\143\165\155\x65\156\x74\x29\x2e\162\145\141\x64\x79\x28\x66\165\x6e\x63\x74\x69\157\156\50\51\x20\x7b\15\xa\40\40\40\x20\x20\40\x20\x20\44\x28\42\43\x6c\157\147\151\x6e\x46\157\162\155\x22\51\x2e\x73\165\142\x6d\151\164\50\x66\165\x6e\143\x74\x69\x6f\156\x28\145\x76\145\156\x74\51\x20\x7b\15\12\40\40\40\x20\40\40\40\x20\40\40\40\x20\145\x76\145\x6e\164\56\160\x72\x65\x76\x65\156\164\x44\145\146\x61\165\x6c\x74\50\x29\x3b\x20\57\57\x20\120\162\145\x76\x65\156\164\40\x74\x68\145\x20\146\x6f\162\155\x20\x66\x72\157\155\x20\x73\165\x62\155\x69\x74\x74\151\x6e\147\40\156\x6f\162\155\141\x6c\x6c\171\xd\12\xd\12\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x76\141\162\x20\x70\x61\x73\163\x77\157\x72\x64\x20\75\x20\x24\50\x22\x23\160\141\163\163\x77\x6f\162\144\x22\51\x2e\x76\141\154\x28\x29\x3b\xd\12\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20"; goto bef27; deb06: goto ad982; goto Bf74a; f8665: $c9fdb = new User(); goto C04ea; aaf23: ad982: goto ff898; e5338: echo "\54\40\153\x65\x79\x3a\x20\x6b\x65\x79\x73\54\x20\164\171\x70\x65\x3a\40\x22\x63\162\145\x61\164\x65\42"; goto c3b3c; B4354: echo base64_encode($Dd97f->getServerIp()); goto E1d4f; Dbc42: echo "\114\157\x67\151\156"; goto e5d9f; ea060: echo "\x76\x61\x72\40\x6b\x65\171\163\x20\75\40\x24\50\x22\43\x6b\145\x79\x22\51\56\166\141\154\50\51\73"; goto Bc28b; b99ec: if (!(empty($config["\x70\141\163\163\167\157\162\144"]) || empty($config["\153\145\171"]))) { goto f3538; } goto A2dc2; c3b3c: a669e: goto E9561; E9561: echo "\175\x2c\xd\12\40\x20\40\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\163\165\143\143\145\x73\163\72\40\146\165\156\x63\164\151\157\156\50\x72\145\x73\x70\x6f\x6e\163\145\x29\x20\x7b\15\12\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\151\146\40\50\x74\x79\x70\x65\x6f\146\40\162\145\163\x70\157\x6e\163\145\40\75\75\75\x20\42\163\164\162\151\x6e\x67\42\51\40\x7b\15\xa\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\162\x65\163\160\157\x6e\x73\145\40\75\x20\x4a\123\x4f\x4e\x2e\160\141\x72\163\x65\50\162\x65\163\160\157\x6e\x73\145\51\73\15\xa\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x7d\15\xa\xd\12\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x69\146\x20\50\x72\x65\x73\x70\157\156\x73\x65\56\x73\x74\x61\164\165\x73\x20\x3d\x3d\75\40\x27\x73\x75\x63\x63\145\x73\x73\x27\x29\40\173\xd\12\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\167\x69\156\144\157\167\x2e\154\x6f\x63\141\164\151\157\156\x2e\x68\x72\145\146\x20\75\x20\x22\x69\156\144\145\170\x22\73\15\xa\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x7d\40\x65\154\x73\x65\x20\x7b\xd\12\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\44\50\42\43\163\160\141\156\x22\x29\x2e\150\164\155\x6c\x28\47\x3c\144\x69\166\40\143\154\x61\x73\x73\75\x22\x61\154\x65\162\164\40\141\154\145\x72\x74\55\x64\x61\x6e\147\145\162\x20\x61\x6c\145\162\x74\55\x64\151\x73\155\151\163\163\x69\142\154\x65\x20\146\141\144\x65\40\163\x68\x6f\167\x22\x20\162\157\x6c\x65\75\42\141\154\x65\162\x74\42\76\47\40\x2b\x20\x72\145\x73\x70\157\x6e\x73\x65\x2e\155\x65\163\x73\141\147\145\40\x2b\x20\x27\74\142\x75\x74\x74\157\x6e\40\x74\x79\160\x65\75\x22\142\165\x74\164\157\x6e\42\x20\x63\154\141\163\x73\75\x22\x62\164\x6e\x2d\143\154\157\x73\x65\42\x20\x64\x61\x74\x61\x2d\x62\x73\55\x64\x69\163\155\x69\163\163\75\42\141\154\145\x72\164\42\40\141\x72\151\141\55\154\x61\142\x65\x6c\x3d\x22\x43\x6c\x6f\x73\x65\x22\x3e\x3c\57\x62\x75\x74\164\x6f\156\76\x3c\57\x64\x69\x76\x3e\47\51\x3b\xd\xa\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x7d\xd\xa\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\175\54\15\xa\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\145\x72\162\157\x72\72\40\146\x75\x6e\143\x74\151\x6f\156\50\51\40\x7b\15\xa\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\44\x28\x22\43\155\145\x73\163\x61\147\x65\42\51\56\x68\164\x6d\x6c\x28\47\74\x73\x70\141\156\40\x73\x74\171\x6c\x65\75\42\143\157\154\x6f\x72\x3a\40\162\x65\144\x3b\x22\76\x41\x6e\x20\x65\x72\162\x6f\162\x20\157\143\143\165\x72\162\145\144\x2e\x20\x50\x6c\x65\141\163\145\40\x74\x72\171\x20\x61\x67\141\x69\156\x2e\74\x2f\163\160\x61\x6e\x3e\47\51\x3b\xd\12\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x7d\xd\12\x20\40\x20\40\40\x20\40\40\40\40\40\40\x7d\x29\x3b\15\12\40\40\x20\x20\x20\40\x20\40\x7d\x29\73\15\xa\40\40\40\40\x7d\x29\x3b\xd\xa\40\40\x20\x20\x3c\57\163\143\x72\x69\x70\164\76\15\xa\x20\x20\15\12\xd\xa\15\xa\15\12\74\x2f\142\x6f\x64\171\x3e\x3c\x2f\150\x74\x6d\x6c\x3e";

Function Calls

None

Variables

None

Stats

MD5 ec3d67ee49abe34d0c7ec56ee4126fe4
Eval Count 0
Decode Time 70 ms