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 ${"G\x4c\x4f\x42\x41\x4cS"}["\x71\x75\x76\x75\x62el\x6fx"] = "\x65\x6e\x63\x50as\x73..

Decoded Output download

<?php ${"GLOBALS"}["quvubelox"] = "encPassword"; 
${"GLOBALS"}["veiobfqvcy"] = "installAdmPass2"; 
${"GLOBALS"}["rrtdmuorb"] = "installAdmMail"; 
${"GLOBALS"}["svbjwpjesv"] = "ua"; 
${"GLOBALS"}["ujtbxifmhdeo"] = "site_email"; 
${"GLOBALS"}["rlrheqi"] = "site_name"; 
${"GLOBALS"}["tvrcksyt"] = "site_location"; 
${"GLOBALS"}["icjfrtfjgyx"] = "site_description"; 
${"GLOBALS"}["fohrrnjoysv"] = "site_title"; 
${"GLOBALS"}["doxhvku"] = "config"; 
${"GLOBALS"}["wljabnqaapy"] = "db"; 
${"GLOBALS"}["rguuno"] = "message"; 
${"GLOBALS"}["wxadsoq"] = "token"; 
${"GLOBALS"}["pvqnzgymh"] = "hash"; 
${"GLOBALS"}["wcjlnaobq"] = "path"; 
${"GLOBALS"}["qkmjghui"] = "DbImport"; 
${"GLOBALS"}["emasxthx"] = "Validation"; 
${"GLOBALS"}["zvfvbopfkrd"] = "Requirements"; 
$tqqweij = "message"; 
${"GLOBALS"}["rlmkoycdkf"] = "dirname"; 
${"GLOBALS"}["jjdzodnfcd"] = "https"; 
error_reporting(E_ALL); 
ini_set("session.use_trans_sid", false); 
$hwdusganf = "https"; 
ini_set("session.use_cookies", true); 
ini_set("session.use_only_cookies", true); 
${$hwdusganf} = false; 
if (isset($_SERVER["HTTPS"]) and $_SERVER["HTTPS"] != "off") 
    ${${"GLOBALS"}["jjdzodnfcd"]} = true; 
${"GLOBALS"}["leefnxiyiuh"] = "dirname"; 
$waeokwne = "https"; 
${${"GLOBALS"}["rlmkoycdkf"]} = rtrim(dirname($_SERVER["PHP_SELF"]), "/") . "/"; 
session_name("ci_installer"); 
session_set_cookie_params(0, ${${"GLOBALS"}["leefnxiyiuh"]}, $_SERVER["HTTP_HOST"], ${$waeokwne}, true); 
session_start(); 
define("BASEPATH", true); 
require_once __DIR__ . "/vendor/autoload.php"; 
use Php\Requirements; 
use Php\Validation; 
use Php\DbImport; 
use Php\FileWrite; 
${${"GLOBALS"}["zvfvbopfkrd"]} = new Requirements(); 
${"GLOBALS"}["hfeqouqspvng"] = "FileWrite"; 
${${"GLOBALS"}["emasxthx"]} = new Validation(); 
${${"GLOBALS"}["qkmjghui"]} = new DbImport(); 
${${"GLOBALS"}["hfeqouqspvng"]} = new FileWrite(); 
if ($Validation->checkEnvFileExists() === true) { 
    header("location: ../index.php"); 
} 
$script_name = "PaidOffers"; 
${${"GLOBALS"}["wcjlnaobq"]} = ["sql_path" => "sql/install.sql", "sql_data_path" => "sql/data.sql", "template_path" => "php/Database.php", "output_path" => "../system/database.php",]; 
${$tqqweij} = null; 
function securePassword($pass) 
{ 
    $uvpgdsndlh = "pass"; 
    $hiijmkp = "hash"; 
    ${"GLOBALS"}["wktsexq"] = "pass"; 
    ${$hiijmkp} = md5(md5(sha1(${${"GLOBALS"}["wktsexq"]}) . sha1(md5(${$uvpgdsndlh})))); 
    return ${${"GLOBALS"}["pvqnzgymh"]}; 
} 
if (empty($_SESSION["_token"])) { 
    if (function_exists("mcrypt_create_iv")) { 
        $_SESSION["_token"] = bin2hex(mcrypt_create_iv(32, MCRYPT_DEV_URANDOM)); 
    } else { 
        $_SESSION["_token"] = bin2hex(openssl_random_pseudo_bytes(32)); 
    } 
} 
${${"GLOBALS"}["wxadsoq"]} = $_SESSION["_token"]; 
if (isset($_GET["step2"])) { 
    if ($_SERVER["REQUEST_METHOD"] === "POST") { 
        if ($Validation->run($_POST) === true) { 
            if ($Validation->checkFileExists(${${"GLOBALS"}["wcjlnaobq"]}["sql_path"]) == false) { 
                $nhdfxwtbkj = "message"; 
                ${$nhdfxwtbkj} .= "<li>install.sql file is not exists in sql/ directory!</li>"; 
            } else { 
                $dxecmhrr = "path"; 
                if ($FileWrite->databaseConfig(${$dxecmhrr}, $_POST) === false) { 
                    ${${"GLOBALS"}["rguuno"]} .= "<li>The database file could not be written, "; 
                    ${${"GLOBALS"}["rguuno"]} .= "please chmod ../system/database.php file to 777</li>"; 
                } elseif ($DbImport->createDatabase($_POST) === false) { 
                    ${"GLOBALS"}["xmycmhe"] = "message"; 
                    ${${"GLOBALS"}["xmycmhe"]} .= "<li>The database could not be created, "; 
                    ${"GLOBALS"}["hdisjrsy"] = "message"; 
                    ${${"GLOBALS"}["hdisjrsy"]} .= "please verify your settings.</li>"; 
                } elseif ($DbImport->createTables($_POST) === false) { 
                    ${"GLOBALS"}["bksrooj"] = "message"; 
                    ${${"GLOBALS"}["bksrooj"]} .= "<li>The database tables could not be created, "; 
                    ${${"GLOBALS"}["rguuno"]} .= "please verify your settings.</li>"; 
                } else { 
                    header("location: index.php?step3"); 
                } 
            } 
        } else { 
            ${${"GLOBALS"}["rguuno"]} = $Validation->run($_POST); 
        } 
    } 
} elseif (isset($_GET["step3"])) { 
    if ($_SERVER["REQUEST_METHOD"] === "POST") { 
        ${"GLOBALS"}["icnxylfo"] = "config"; 
        ${"GLOBALS"}["pnxnjbbtnf"] = "site_location"; 
        $cjowrbmufw = "site_name"; 
        ${"GLOBALS"}["fjbdwnblw"] = "config"; 
        ${"GLOBALS"}["scawdshbhk"] = "config"; 
        $ygcddumrybz = "site_secure"; 
        require_once("../system/database.php"); 
        require_once("../system/libs/database/" . ${${"GLOBALS"}["fjbdwnblw"]}["sql_extenstion"] . ".php"); 
        ${${"GLOBALS"}["wljabnqaapy"]} = new MySQLConnection(${${"GLOBALS"}["scawdshbhk"]}["sql_host"], ${${"GLOBALS"}["doxhvku"]}["sql_username"], ${${"GLOBALS"}["doxhvku"]}["sql_password"], ${${"GLOBALS"}["icnxylfo"]}["sql_database"]); 
        ${"GLOBALS"}["oglirrumykec"] = "site_email"; 
        ${"GLOBALS"}["hesalkymvz"] = "site_secure"; 
        $db->Connect(); 
        ${$cjowrbmufw} = $db->EscapeString($_POST["site_name"]); 
        ${${"GLOBALS"}["fohrrnjoysv"]} = $db->EscapeString($_POST["site_title"]); 
        ${${"GLOBALS"}["icjfrtfjgyx"]} = $db->EscapeString($_POST["site_description"]); 
        ${${"GLOBALS"}["tvrcksyt"]} = $db->EscapeString($_POST["site_location"]); 
        ${"GLOBALS"}["hxbyqgdhrxe"] = "site_email"; 
        ${$ygcddumrybz} = $db->EscapeString($_POST["site_secure"]); 
        ${${"GLOBALS"}["oglirrumykec"]} = $db->EscapeString($_POST["site_email"]); 
        if (${${"GLOBALS"}["rlrheqi"]} != "" && ${${"GLOBALS"}["icjfrtfjgyx"]} != "" && ${${"GLOBALS"}["pnxnjbbtnf"]} != "" && ${${"GLOBALS"}["hesalkymvz"]} != "" && ${${"GLOBALS"}["hxbyqgdhrxe"]} != "" && ${${"GLOBALS"}["fohrrnjoysv"]} != "") { 
            $eqxbroe = "path"; 
            ${"GLOBALS"}["rqhlvefevfm"] = "config"; 
            if ($Validation->checkFileExists(${$eqxbroe}["sql_data_path"]) == false) { 
                ${${"GLOBALS"}["rguuno"]} .= "<li>data.sql file is not exists in sql/ directory!</li>"; 
            } elseif ($DbImport->insertData(array("hostname" => ${${"GLOBALS"}["doxhvku"]}["sql_host"], "username" => ${${"GLOBALS"}["doxhvku"]}["sql_username"], "database" => ${${"GLOBALS"}["doxhvku"]}["sql_database"], "password" => ${${"GLOBALS"}["rqhlvefevfm"]}["sql_password"])) === false) { 
                ${"GLOBALS"}["tvgwthe"] = "message"; 
                ${${"GLOBALS"}["tvgwthe"]} .= "<li>The data could not be inserted, "; 
                ${${"GLOBALS"}["rguuno"]} .= "please verify your settings.</li>"; 
            } else { 
                ${"GLOBALS"}["ydektnaakq"] = "ua"; 
                $ygyjmchgi = "site_title"; 
                $riteiqcu = "site_email"; 
                ${"GLOBALS"}["gtxwovgdxd"] = "site_secure"; 
                ${${"GLOBALS"}["ydektnaakq"]} = "INSERT INTO `site_config` (`config_name`, `config_value`) VALUES('analytics_id', ''),('coins_rate', '10000'),('cron_users', '0'),('def_lang', 'en'),('force_secure', '1'),('hold_days', '7'),('login_attempts', '3'),('login_wait_time', '10'),('mail_delivery_method', '0'),('mod_rewrite', '1'),('more_per_ip', '0'),('noreply_email', '" . ${${"GLOBALS"}["ujtbxifmhdeo"]} . "'),('proxycheck', ''),('proxycheck_status', '0'),('recaptcha_pub', ''),('recaptcha_sec', ''),('ref_com', '10'),('reg_reqmail', '0'),('secure_url', '" . ${${"GLOBALS"}["gtxwovgdxd"]} . "'),('site_description', ''),('site_email', '" . ${$riteiqcu} . "'),('site_keywords', ''),('site_logo', '" . ${${"GLOBALS"}["rlrheqi"]} . "'),('site_name', '" . ${$ygyjmchgi} . "'),('site_url', '" . ${${"GLOBALS"}["tvrcksyt"]} . "'),('smtp_auth', '0'),('smtp_host', 'localhost'),('smtp_password', ''),('smtp_port', '25'),('smtp_username', '')"; 
                if ($db->query(${${"GLOBALS"}["svbjwpjesv"]})) { 
                    header("location: index.php?step4"); 
                } else { 
                    $ifpheb = "message"; 
                    ${$ifpheb} .= "<li>Update Failed! An error occurred while trying to update database.</li>"; 
                } 
            } 
        } else { 
            ${${"GLOBALS"}["rguuno"]} .= "<li>Please complete all fields to continue.</li>"; 
        } 
    } 
} elseif (isset($_GET["step4"])) { 
    if ($_SERVER["REQUEST_METHOD"] === "POST") { 
        ${"GLOBALS"}["zbufqirzpau"] = "installAdmPass1"; 
        $wgvryynne = "config"; 
        $kkcbbgttco = "config"; 
        ${"GLOBALS"}["djqrqwtsmn"] = "config"; 
        ${"GLOBALS"}["cvgznzx"] = "installAdmName"; 
        require_once("../system/database.php"); 
        require_once("../system/libs/database/" . ${${"GLOBALS"}["doxhvku"]}["sql_extenstion"] . ".php"); 
        ${${"GLOBALS"}["wljabnqaapy"]} = new MySQLConnection(${$wgvryynne}["sql_host"], ${$kkcbbgttco}["sql_username"], ${${"GLOBALS"}["djqrqwtsmn"]}["sql_password"], ${${"GLOBALS"}["doxhvku"]}["sql_database"]); 
        $db->Connect(); 
        ${${"GLOBALS"}["cvgznzx"]} = $db->EscapeString($_POST["admname"]); 
        ${"GLOBALS"}["cjkjbuwhs"] = "installAdmName"; 
        ${${"GLOBALS"}["rrtdmuorb"]} = $db->EscapeString($_POST["admmail"]); 
        ${"GLOBALS"}["wkvjutgokxfp"] = "installAdmPass1"; 
        ${"GLOBALS"}["zfvnwtsrrmq"] = "installAdmMail"; 
        ${${"GLOBALS"}["wkvjutgokxfp"]} = $db->EscapeString($_POST["admpass1"]); 
        ${${"GLOBALS"}["veiobfqvcy"]} = $db->EscapeString($_POST["admpass2"]); 
        ${"GLOBALS"}["pcbcnvd"] = "installAdmPass1"; 
        if (${${"GLOBALS"}["zbufqirzpau"]} != ${${"GLOBALS"}["veiobfqvcy"]}) { 
            ${"GLOBALS"}["usqjfnwi"] = "message"; 
            ${${"GLOBALS"}["usqjfnwi"]} .= "Passwords does not match!"; 
        } elseif (${${"GLOBALS"}["cjkjbuwhs"]} != "" && ${${"GLOBALS"}["zfvnwtsrrmq"]} != "" && ${${"GLOBALS"}["pcbcnvd"]} != "") { 
            $okfqrgyn = "installAdmPass1"; 
            ${"GLOBALS"}["kufjquehfa"] = "ua"; 
            $kyvvejtezrsv = "installAdmName"; 
            ${${"GLOBALS"}["quvubelox"]} = securePassword(${$okfqrgyn}); 
            ${${"GLOBALS"}["kufjquehfa"]} = "INSERT INTO `users` (`email`,`username`,`admin`,`reg_ip`,`password`,`reg_time`)VALUES('" . ${${"GLOBALS"}["rrtdmuorb"]} . "', '" . ${$kyvvejtezrsv} . "',  '1', '" . $_SERVER["REMOTE_ADDR"] . "', '" . ${${"GLOBALS"}["quvubelox"]} . "', '" . time() . "')"; 
            if ($db->query(${${"GLOBALS"}["svbjwpjesv"]})) { 
                header("location: index.php?complete"); 
            } else { 
                ${"GLOBALS"}["hmyfsuvh"] = "message"; 
                ${${"GLOBALS"}["hmyfsuvh"]} .= "An Unknown error occured while adding the administrator.<br />Please try again or contact our support if the error prevails."; 
            } 
        } else { 
            $pxhkhgdxw = "message"; 
            ${$pxhkhgdxw} .= "Please complete all fields!"; 
        } 
    } 
} elseif (isset($_GET["complete"]) && $Validation->checkEnvFileExists() === false) { 
    $FileWrite->createEnvFile(); 
    session_destroy(); 
} else { 
    $Validation->checkEnvFileExists(); 
} 
echo " 
<!DOCTYPE html>
<html lang=\"en">
    <head> 
        <meta charset=\"utf-8">
        <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="icon" type=\"image/png\" href="assets/img/favicon.png\" sizes=\"32x32\">

        <title>"; 
echo $script_name; 
echo " - Installation</title>
        <link rel=\"stylesheet" href="assets/css/bootstrap.min.css\">
        <!-- custom css  -->
        <link rel=\"stylesheet" href=\"assets/css/style.css"> 

        <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
        <!--[if lt IE 9]>
          <script src=\"https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
          <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
        <![endif]-->
    </head>
    <body>
        <div class=\"container"> 
            <div class="row"> 
                <div class=\"col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1\"> 
                <div class=\"row">
                    <div class="app_title"> 
                        <h1><img src="assets/img/icon.png\" alt="logo\"> "; 
echo $script_name; 
echo " Installation</h1>
                    </div>
					"; 
if (isset($_GET["step1"]) || (!isset($_GET["step1"]) && !isset($_GET["step2"]) && !isset($_GET["step3"]) && !isset($_GET["step4"]) && !isset($_GET["step5"]) && !isset($_GET["complete"]))) { 
    echo "                    <div class="app_content">
                        <div class="row\">
                            <div class=\"col-sm-12\">
                                    <h3 class=\"title text-center\">Directory permissions & requirements</h3>
                                    <!-- display requirements -->
                                    "; 
    echo $Requirements->directoriesAndPermission(); 
    echo "                                    "; 
    echo $Requirements->server(); 
    echo "
                                <div class="divider"></div>
                                <a href=\"index.php?step2" class="cbtn pull-right">Next</a>
                            </div>
                        </div>
                    </div>
                "; 
} 
if (isset($_GET["step2"])) { 
    echo "                    <div class=\"app_content">
                        <div class="row">
                            <div class="col-sm-12">
                                <h3 class=\"title text-center margin">Please fill with your MySQL database info.</h3>
								<form method=\"post" class="form\">
								   "; 
    if (!empty(${${"GLOBALS"}["rguuno"]})) { 
        echo "<div class="alert alert-danger\"><ul>$message</ul></div>"; 
    } 
    echo "                                    <input type="hidden\" name="_token" value=""; 
    echo (!empty(${${"GLOBALS"}["wxadsoq"]}) ? ${${"GLOBALS"}["wxadsoq"]} : null); 
    echo "\"/>
                                    <div class="form-group">
                                        <label for="database">Database Name </label>
                                        <input type=\"text\" name="database" class=\"form-control" id="database" placeholder=\"Database Name\" value=\""; 
    echo (!empty($_POST["database"]) ? $_POST["database"] : null); 
    echo "">
                                    </div> 
                                    <div class="form-group">
                                        <label for="username\">Username </label>
                                        <input type=\"text" name=\"username\" class=\"form-control" id=\"username" placeholder=\"Username" value=""; 
    echo (!empty($_POST["username"]) ? $_POST["username"] : null); 
    echo "">
                                    </div> 
                                    <div class="form-group">
                                        <label for="password">Password </label>
                                        <input type=\"text\" name="password" class=\"form-control" id=\"password" placeholder=\"Password" value=""; 
    echo (!empty($_POST["password"]) ? $_POST["password"] : null); 
    echo "">
                                    </div>
                                    <div class=\"form-group">
                                        <label for="hostname\">Host Name </label>
                                        <input type=\"text\" name=\"hostname" class="form-control" id="hostname" placeholder=\"Host Name\"  value=""; 
    echo (!empty($_POST["hostname"]) ? $_POST["hostname"] : "localhost"); 
    echo "\">
                                    </div>  
                                    <button type="submit\" class="cbtn pull-right">Next</button>
									<div class=\"clear"></div>
                                </form>

                            </div>
                        </div>
                    </div>
                "; 
} 
if (isset($_GET["step3"])) { 
    $tsfcllhp = "token"; 
    echo "                    <div class="app_content\">
                        <div class="row">
                            <div class=\"col-sm-12">
                                <h3 class=\"title text-center margin\">Please provide some info about your website.</h3>
                                <form method=\"post" class=\"form\">
								   "; 
    if (!empty(${${"GLOBALS"}["rguuno"]})) { 
        echo "<div class="alert alert-danger"><ul>$message</ul></div>"; 
    } 
    echo "                                    <input type=\"hidden" name="_token\" value=""; 
    echo (!empty(${${"GLOBALS"}["wxadsoq"]}) ? ${$tsfcllhp} : null); 
    echo "\"/>
                                    <div class="form-group">
                                        <label for="site_name\">Site Name </label>
                                        <input type="text" name=\"site_name\" class=\"form-control" id=\"site_name\" placeholder=\"PaidOffers Lite\" value=\""; 
    echo (!empty($_POST["site_name"]) ? $_POST["site_name"] : null); 
    echo "\">
                                    </div> 
                                    <div class=\"form-group\">
                                        <label for=\"site_name">Site Title </label>
                                        <input type=\"text\" name=\"site_title\" class=\"form-control\" id=\"site_title\" placeholder="PaidOffers Lite - Notik Offerwall!" value=""; 
    echo (!empty($_POST["site_title"]) ? $_POST["site_title"] : null); 
    echo "\">
                                    </div> 
                                    <div class="form-group\">
                                        <label for=\"site_description">Site Description </label>
                                        <input type="text" name=\"site_description\" class="form-control" id="site_description\" placeholder="Earn cash with this amazing website!\" value=\""; 
    echo (!empty($_POST["site_description"]) ? $_POST["site_description"] : null); 
    echo "\">
                                    </div>
                                    <div class=\"form-group\">
                                        <label for=\"site_location\">Site URL </label>
                                        <input type="text\" name="site_location\" class=\"form-control\" id=\"site_location\" placeholder="http://mysite.com"  value=\""; 
    echo (!empty($_POST["site_location"]) ? $_POST["site_location"] : "http://" . $_SERVER["HTTP_HOST"]); 
    echo "">
                                    </div>
                                    <div class=\"form-group\">
                                        <label for="site_secure">Secure URL </label>
                                        <input type=\"text" name=\"site_secure\" class=\"form-control" id=\"site_secure" placeholder="https://mysite.com"  value=""; 
    echo (!empty($_POST["site_secure"]) ? $_POST["site_secure"] : "https://" . $_SERVER["HTTP_HOST"]); 
    echo "">
                                    </div>
                                    <div class=\"form-group\">
                                        <label for="site_email\">Contact Email </label>
                                        <input type=\"text\" name="site_email\" class="form-control" id="site_email\" placeholder=\"contact@"; 
    echo $_SERVER["HTTP_HOST"]; 
    echo "\" value=\""; 
    echo (!empty($_POST["site_email"]) ? $_POST["site_email"] : null); 
    echo "">
                                    </div>
                                    <button type="submit" class="cbtn pull-right\">Next</button>
									<div class=\"clear\"></div>
                                </form>
                            </div>
                        </div>
                    </div>
                "; 
} 
if (isset($_GET["step4"])) { 
    $efceftiy = "message"; 
    ${"GLOBALS"}["vbjqwylkel"] = "token"; 
    echo "                    <div class=\"app_content\">
                        <div class=\"row">
                            <div class=\"col-sm-12\">
                                <h3 class="title text-center margin\">Please create an administrator account.</h3>
                                <form method=\"post\" class="form">
								   "; 
    if (!empty(${$efceftiy})) { 
        echo "<div class="alert alert-danger\"><ul>$message</ul></div>"; 
    } 
    echo "                                    <input type=\"hidden" name=\"_token" value=""; 
    $gecvvxqlpk = "token"; 
    echo (!empty(${${"GLOBALS"}["vbjqwylkel"]}) ? ${$gecvvxqlpk} : null); 
    echo "\"/>
                                    <div class="form-group">
                                        <label for=\"admname\">Admin Username </label>
                                        <input type=\"text" name="admname\" class=\"form-control" id="admname" placeholder="Admin\" value=\""; 
    echo (!empty($_POST["admname"]) ? $_POST["admname"] : null); 
    echo "\">
                                    </div> 
                                    <div class=\"form-group\">
                                        <label for=\"admmail">Admin Email </label>
                                        <input type=\"text" name="admmail" class=\"form-control" id="admmail" placeholder=\"[email protected]\" value=""; 
    echo (!empty($_POST["admmail"]) ? $_POST["admmail"] : null); 
    echo "\">
                                    </div>
                                    <div class=\"form-group">
                                        <label for="admpass1">Admin Password </label>
                                        <input type=\"password\" name="admpass1\" class="form-control\" id="admpass1" placeholder=\"fDH#5@">
                                    </div> 
                                    <div class=\"form-group">
                                        <label for="admpass2">Repeat Password </label>
                                        <input type="password" name=\"admpass2\" class="form-control\" id="admpass2" placeholder="fDH#5@">
                                    </div> 
                                    <button type=\"submit" class=\"cbtn pull-right">Next</button>
									<div class="clear"></div>
                                </form>
                            </div>
                        </div>
                    </div>
                "; 
} 
if (isset($_GET["complete"])) { 
    echo "                    <div class=\"app_content">
                        <div class="row">
                            <div class=\"col-sm-12">
                                <h3 class="title text-center margin\">Installation complete</h3> 
                                
                                <div class=\"alert alert-success\">
                                    <strong>"; 
    echo $script_name; 
    echo " was successfully installed!</strong>
                                </div>

                                <div class="divider"></div>

                                <h3 class=\"text-center\" id="btn-before\">&nbsp;</h3>
                                <div class=\"text-center hide\" id=\"btn-complete\">
                                    <a href="../index.php" class="btn cbtn\">Click to launch your website</a>
                                </div>

                            </div>
                        </div>
                    </div> 
					"; 
} 
echo "                    <div class="app_footer"> 
                        <h3>All rights reserved &copy; <a href=\"https://scriptstore.xyz\" target="_blank\">ScriptStore.xyz</a></h3>
                    </div>
                </div>
                </div>
            </div>
        </div> 

        <script type=\"text/javascript\" src=\"assets/js/jquery.min.js\"></script>
        <script type=\"text/javascript\">
        \$(document).ready(function() {

            var wait = 6000; //5 second

            var time = 5;
            setInterval(function(){
             \$(\"#btn-before").html("You need to wait \"+time+\" second before you can proceed");
             time--;
            }, 1000);

            setTimeout(function() {
                \$(\"#btn-before").addClass('hide');
                \$(\"#btn-complete\").removeClass('hide');
            }, wait);

        });
        </script>
    </body>
</html>
"; 
?>

Did this file decode correctly?

Original Code

<?php ${"G\x4c\x4f\x42\x41\x4cS"}["\x71\x75\x76\x75\x62el\x6fx"] = "\x65\x6e\x63\x50as\x73\x77\x6frd";
${"\x47L\x4f\x42\x41\x4c\x53"}["\x76\x65\x69\x6f\x62f\x71vc\x79"] = "\x69\x6e\x73\x74\x61\x6c\x6c\x41\x64\x6d\x50\x61\x73s\x32";
${"\x47\x4c\x4fB\x41\x4cS"}["\x72\x72\x74dmuo\x72\x62"] = "i\x6est\x61\x6clAdm\x4d\x61\x69\x6c";
${"\x47L\x4f\x42\x41\x4cS"}["\x73\x76\x62\x6aw\x70j\x65s\x76"] = "\x75a";
${"G\x4c\x4f\x42A\x4cS"}["ujt\x62\x78\x69\x66\x6d\x68deo"] = "\x73i\x74e\x5fe\x6da\x69\x6c";
${"G\x4cO\x42\x41L\x53"}["r\x6c\x72he\x71\x69"] = "s\x69\x74e\x5f\x6e\x61\x6de";
${"GL\x4fBA\x4c\x53"}["\x74\x76\x72\x63k\x73\x79\x74"] = "\x73\x69\x74\x65\x5f\x6c\x6f\x63\x61\x74\x69\x6f\x6e";
${"\x47\x4c\x4f\x42\x41\x4cS"}["\x69c\x6a\x66\x72\x74f\x6a\x67\x79\x78"] = "\x73\x69te_\x64\x65s\x63\x72\x69p\x74\x69on";
${"\x47L\x4f\x42\x41\x4cS"}["fo\x68\x72r\x6ej\x6fy\x73v"] = "\x73\x69\x74\x65\x5ft\x69\x74l\x65";
${"\x47\x4c\x4f\x42AL\x53"}["d\x6f\x78\x68v\x6b\x75"] = "\x63\x6f\x6e\x66\x69\x67";
${"G\x4c\x4f\x42\x41\x4cS"}["\x77\x6c\x6aa\x62\x6eq\x61a\x70y"] = "d\x62";
${"\x47\x4cO\x42\x41\x4c\x53"}["\x72\x67\x75un\x6f"] = "\x6des\x73\x61\x67e";
${"G\x4cO\x42AL\x53"}["w\x78\x61\x64\x73\x6fq"] = "t\x6f\x6ben";
${"\x47\x4c\x4f\x42\x41\x4cS"}["p\x76\x71n\x7a\x67\x79mh"] = "\x68a\x73\x68";
${"GL\x4f\x42\x41\x4c\x53"}["\x77\x63\x6a\x6cn\x61o\x62\x71"] = "pat\x68";
${"\x47LO\x42\x41L\x53"}["\x71k\x6d\x6a\x67h\x75\x69"] = "\x44\x62\x49\x6dpo\x72\x74";
${"\x47\x4cOBA\x4c\x53"}["\x65\x6dasxt\x68\x78"] = "\x56\x61\x6c\x69\x64\x61\x74\x69o\x6e";
${"GLOB\x41L\x53"}["\x7av\x66vbo\x70\x66k\x72\x64"] = "R\x65\x71\x75\x69r\x65\x6d\x65\x6e\x74s";
$tqqweij = "\x6d\x65\x73\x73a\x67\x65";
${"G\x4cOB\x41LS"}["\x72\x6cm\x6bo\x79c\x64\x6b\x66"] = "\x64i\x72\x6e\x61m\x65";
${"\x47LO\x42\x41L\x53"}["j\x6a\x64z\x6f\x64\x6e\x66c\x64"] = "\x68\x74tp\x73";
error_reporting(E_ALL);
ini_set("\x73es\x73i\x6f\x6e.\x75s\x65\x5f\x74ra\x6e\x73_si\x64", false);
$hwdusganf = "\x68t\x74\x70s";
ini_set("se\x73si\x6f\x6e\x2eu\x73\x65_cook\x69es", true);
ini_set("\x73e\x73sio\x6e.\x75se\x5f\x6fn\x6cy\x5f\x63\x6foki\x65\x73", true);
${$hwdusganf} = false;
if (isset($_SERVER["HT\x54\x50\x53"]) and $_SERVER["\x48TTPS"] != "\x6ff\x66")
    ${${"G\x4c\x4fBA\x4cS"}["jj\x64z\x6fdn\x66cd"]} = true;
${"\x47\x4c\x4fBA\x4c\x53"}["l\x65ef\x6e\x78\x69y\x69u\x68"] = "\x64i\x72\x6eam\x65";
$waeokwne = "htt\x70\x73";
${${"G\x4c\x4f\x42\x41LS"}["rl\x6d\x6b\x6f\x79c\x64\x6b\x66"]} = rtrim(dirname($_SERVER["\x50HP\x5f\x53\x45L\x46"]), "/") . "/";
session_name("\x63i\x5f\x69\x6e\x73\x74\x61\x6c\x6cer");
session_set_cookie_params(0, ${${"\x47\x4c\x4f\x42\x41L\x53"}["\x6ce\x65f\x6e\x78iy\x69u\x68"]}, $_SERVER["HTTP_H\x4fST"], ${$waeokwne}, true);
session_start();
define("\x42A\x53E\x50\x41TH", true);
require_once __DIR__ . "/\x76e\x6e\x64or/\x61\x75\x74o\x6c\x6f\x61\x64\x2ep\x68\x70";
use Php\Requirements;
use Php\Validation;
use Php\DbImport;
use Php\FileWrite;
${${"\x47\x4cOB\x41LS"}["zv\x66\x76\x62\x6f\x70fkr\x64"]} = new Requirements();
${"GLOB\x41L\x53"}["\x68\x66\x65qouqs\x70\x76\x6e\x67"] = "\x46\x69le\x57rite";
${${"\x47\x4cO\x42\x41\x4c\x53"}["\x65ma\x73\x78\x74h\x78"]} = new Validation();
${${"\x47\x4cO\x42\x41LS"}["\x71k\x6d\x6a\x67\x68u\x69"]} = new DbImport();
${${"G\x4cO\x42A\x4c\x53"}["\x68fe\x71\x6f\x75\x71s\x70\x76\x6e\x67"]} = new FileWrite();
if ($Validation->checkEnvFileExists() === true) {
    header("\x6coc\x61tio\x6e: \x2e./\x69n\x64\x65x\x2e\x70\x68p");
}
$script_name = "\x50ai\x64\x4f\x66\x66ers";
${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x77\x63\x6alnao\x62\x71"]} = ["\x73q\x6c\x5f\x70a\x74h" => "sql/\x69\x6e\x73tall.\x73ql", "s\x71\x6c_\x64a\x74a_\x70a\x74\x68" => "\x73\x71\x6c/\x64\x61t\x61.sql", "\x74em\x70la\x74\x65\x5fp\x61th" => "\x70\x68p/\x44\x61\x74\x61\x62a\x73e.\x70h\x70", "\x6f\x75\x74\x70ut\x5f\x70ath" => "\x2e./\x73\x79\x73\x74em/database.php",];
${$tqqweij} = null;
function securePassword($pass)
{
    $uvpgdsndlh = "p\x61\x73\x73";
    $hiijmkp = "\x68as\x68";
    ${"\x47LO\x42\x41\x4c\x53"}["w\x6b\x74se\x78q"] = "pa\x73\x73";
    ${$hiijmkp} = md5(md5(sha1(${${"\x47LO\x42\x41\x4c\x53"}["w\x6b\x74\x73\x65x\x71"]}) . sha1(md5(${$uvpgdsndlh}))));
    return ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x70\x76q\x6ez\x67y\x6d\x68"]};
}
if (empty($_SESSION["_token"])) {
    if (function_exists("mcry\x70t_crea\x74\x65\x5f\x69\x76")) {
        $_SESSION["\x5ftoke\x6e"] = bin2hex(mcrypt_create_iv(32, MCRYPT_DEV_URANDOM));
    } else {
        $_SESSION["\x5f\x74\x6fke\x6e"] = bin2hex(openssl_random_pseudo_bytes(32));
    }
}
${${"G\x4cOBA\x4cS"}["\x77xad\x73\x6f\x71"]} = $_SESSION["\x5f\x74oke\x6e"];
if (isset($_GET["\x73te\x702"])) {
    if ($_SERVER["R\x45QU\x45\x53\x54_\x4dET\x48\x4fD"] === "\x50O\x53T") {
        if ($Validation->run($_POST) === true) {
            if ($Validation->checkFileExists(${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x77\x63\x6al\x6e\x61\x6f\x62\x71"]}["\x73ql\x5fp\x61\x74h"]) == false) {
                $nhdfxwtbkj = "\x6d\x65s\x73\x61ge";
                ${$nhdfxwtbkj} .= "\x3c\x6c\x69\x3e\x69n\x73\x74\x61ll\x2e\x73q\x6c\x20\x66ile\x20i\x73\x20\x6eot\x20e\x78\x69s\x74\x73 in s\x71\x6c/ \x64\x69re\x63t\x6fr\x79!\x3c/\x6c\x69>";
            } else {
                $dxecmhrr = "pa\x74\x68";
                if ($FileWrite->databaseConfig(${$dxecmhrr}, $_POST) === false) {
                    ${${"\x47\x4c\x4f\x42\x41LS"}["\x72\x67\x75\x75\x6e\x6f"]} .= "<\x6c\x69\x3eTh\x65\x20\x64ataba\x73e file\x20co\x75\x6c\x64 no\x74 \x62e\x20w\x72i\x74t\x65n, ";
                    ${${"G\x4c\x4f\x42\x41LS"}["\x72g\x75\x75\x6e\x6f"]} .= "\x70\x6ceas\x65\x20\x63hm\x6f\x64\x20.\x2e/\x73\x79s\x74e\x6d/d\x61\x74\x61b\x61\x73\x65\x2e\x70hp f\x69l\x65 \x74\x6f\x20\x37\x377\x3c/l\x69\x3e";
                } elseif ($DbImport->createDatabase($_POST) === false) {
                    ${"G\x4c\x4f\x42\x41\x4c\x53"}["\x78\x6d\x79cmh\x65"] = "\x6d\x65\x73\x73\x61g\x65";
                    ${${"\x47L\x4f\x42ALS"}["\x78m\x79\x63\x6d\x68\x65"]} .= "<\x6c\x69>T\x68e\x20\x64\x61t\x61\x62a\x73\x65\x20co\x75ld \x6eo\x74 be \x63re\x61te\x64, ";
                    ${"\x47\x4c\x4f\x42\x41\x4c\x53"}["h\x64\x69s\x6ar\x73\x79"] = "\x6de\x73sage";
                    ${${"\x47LO\x42\x41\x4c\x53"}["\x68disj\x72\x73\x79"]} .= "\x70l\x65\x61se\x20\x76\x65\x72\x69\x66\x79\x20y\x6f\x75r\x20\x73\x65\x74tings.</\x6ci\x3e";
                } elseif ($DbImport->createTables($_POST) === false) {
                    ${"\x47L\x4f\x42AL\x53"}["\x62\x6b\x73\x72\x6f\x6f\x6a"] = "\x6de\x73\x73\x61g\x65";
                    ${${"\x47\x4c\x4f\x42ALS"}["bk\x73r\x6foj"]} .= "\x3c\x6c\x69>Th\x65 \x64a\x74ab\x61\x73\x65\x20\x74\x61\x62l\x65s\x20\x63ou\x6c\x64 \x6eot b\x65\x20c\x72\x65\x61t\x65d,\x20";
                    ${${"\x47\x4c\x4f\x42\x41\x4cS"}["\x72\x67\x75\x75\x6e\x6f"]} .= "p\x6c\x65ase ve\x72\x69fy \x79o\x75r \x73e\x74ti\x6e\x67s\x2e\x3c/li\x3e";
                } else {
                    header("l\x6fc\x61\x74io\x6e:\x20i\x6e\x64ex.ph\x70?\x73tep3");
                }
            }
        } else {
            ${${"\x47L\x4f\x42\x41\x4cS"}["\x72\x67\x75\x75\x6e\x6f"]} = $Validation->run($_POST);
        }
    }
} elseif (isset($_GET["\x73te\x703"])) {
    if ($_SERVER["\x52\x45\x51\x55EST_M\x45\x54\x48\x4fD"] === "P\x4f\x53\x54") {
        ${"\x47LOB\x41\x4c\x53"}["\x69\x63\x6exyl\x66\x6f"] = "\x63o\x6e\x66\x69\x67";
        ${"G\x4cO\x42\x41L\x53"}["\x70n\x78n\x6a\x62\x62t\x6ef"] = "s\x69\x74e_\x6c\x6fc\x61t\x69o\x6e";
        $cjowrbmufw = "\x73i\x74e_\x6e\x61\x6d\x65";
        ${"\x47L\x4f\x42\x41\x4c\x53"}["fj\x62\x64w\x6ebl\x77"] = "c\x6f\x6e\x66ig";
        ${"GL\x4f\x42\x41\x4c\x53"}["\x73\x63\x61w\x64\x73\x68\x62\x68k"] = "c\x6f\x6ef\x69g";
        $ygcddumrybz = "\x73\x69\x74\x65_\x73e\x63u\x72\x65";
        require_once("\x2e./s\x79stem/\x64a\x74ab\x61s\x65.\x70hp");
        require_once("../sys\x74e\x6d/\x6c\x69\x62s/da\x74aba\x73\x65/" . ${${"\x47\x4c\x4f\x42\x41L\x53"}["f\x6a\x62\x64\x77n\x62lw"]}["\x73ql_\x65xt\x65ns\x74\x69\x6f\x6e"] . ".\x70hp");
        ${${"\x47\x4cO\x42\x41\x4cS"}["w\x6c\x6aa\x62\x6eq\x61\x61\x70y"]} = new MySQLConnection(${${"\x47L\x4f\x42\x41\x4cS"}["\x73\x63\x61wd\x73\x68b\x68k"]}["sq\x6c\x5fh\x6f\x73\x74"], ${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x64\x6f\x78\x68\x76k\x75"]}["s\x71l_\x75\x73\x65\x72n\x61\x6de"], ${${"G\x4c\x4fBA\x4cS"}["d\x6f\x78\x68\x76k\x75"]}["\x73\x71\x6c\x5fp\x61sswo\x72d"], ${${"\x47\x4cOBA\x4c\x53"}["\x69\x63\x6e\x78yl\x66o"]}["\x73\x71\x6c\x5fdata\x62ase"]);
        ${"\x47\x4c\x4f\x42A\x4cS"}["\x6f\x67li\x72\x72u\x6d\x79\x6be\x63"] = "s\x69\x74\x65_\x65m\x61\x69l";
        ${"\x47L\x4f\x42\x41\x4c\x53"}["hes\x61\x6c\x6b\x79\x6dvz"] = "\x73\x69\x74\x65\x5f\x73\x65\x63\x75\x72\x65";
        $db->Connect();
        ${$cjowrbmufw} = $db->EscapeString($_POST["si\x74e\x5f\x6e\x61m\x65"]);
        ${${"\x47L\x4fBA\x4c\x53"}["\x66\x6f\x68\x72r\x6e\x6a\x6f\x79\x73\x76"]} = $db->EscapeString($_POST["\x73\x69t\x65_tit\x6c\x65"]);
        ${${"\x47L\x4f\x42\x41\x4c\x53"}["\x69\x63j\x66\x72\x74\x66\x6ag\x79x"]} = $db->EscapeString($_POST["s\x69t\x65\x5fdes\x63\x72\x69p\x74io\x6e"]);
        ${${"\x47L\x4f\x42\x41LS"}["\x74\x76rc\x6b\x73\x79\x74"]} = $db->EscapeString($_POST["\x73\x69t\x65_loc\x61\x74io\x6e"]);
        ${"G\x4cO\x42\x41LS"}["\x68x\x62yq\x67\x64\x68\x72\x78\x65"] = "\x73ite_\x65\x6d\x61i\x6c";
        ${$ygcddumrybz} = $db->EscapeString($_POST["s\x69t\x65_\x73e\x63\x75\x72\x65"]);
        ${${"G\x4cO\x42\x41\x4c\x53"}["\x6f\x67l\x69r\x72u\x6d\x79ke\x63"]} = $db->EscapeString($_POST["si\x74\x65\x5f\x65\x6d\x61\x69l"]);
        if (${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x72\x6crheq\x69"]} != "" && ${${"\x47\x4c\x4f\x42A\x4cS"}["\x69\x63\x6a\x66\x72\x74\x66\x6a\x67\x79x"]} != "" && ${${"G\x4c\x4f\x42\x41\x4c\x53"}["pnx\x6e\x6a\x62\x62\x74\x6e\x66"]} != "" && ${${"\x47\x4c\x4fB\x41\x4c\x53"}["h\x65\x73al\x6by\x6d\x76\x7a"]} != "" && ${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x68\x78\x62\x79\x71\x67d\x68\x72\x78e"]} != "" && ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x66o\x68rr\x6e\x6ao\x79\x73v"]} != "") {
            $eqxbroe = "pa\x74h";
            ${"\x47\x4cO\x42\x41\x4c\x53"}["\x72\x71h\x6cv\x65\x66\x65\x76f\x6d"] = "\x63on\x66i\x67";
            if ($Validation->checkFileExists(${$eqxbroe}["s\x71l\x5f\x64\x61t\x61_\x70a\x74h"]) == false) {
                ${${"G\x4cOB\x41L\x53"}["rg\x75\x75\x6e\x6f"]} .= "<l\x69>d\x61ta\x2e\x73\x71l\x20\x66i\x6ce is\x20n\x6f\x74\x20\x65xi\x73\x74s in \x73\x71\x6c/\x20\x64i\x72e\x63\x74o\x72\x79!\x3c/\x6ci\x3e";
            } elseif ($DbImport->insertData(array("h\x6f\x73tna\x6de" => ${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x64o\x78h\x76\x6b\x75"]}["sql\x5fho\x73t"], "\x75s\x65\x72na\x6de" => ${${"\x47L\x4f\x42\x41\x4cS"}["\x64\x6f\x78\x68\x76ku"]}["s\x71l_u\x73\x65\x72\x6e\x61me"], "\x64a\x74a\x62\x61se" => ${${"G\x4cO\x42\x41L\x53"}["\x64ox\x68\x76\x6b\x75"]}["s\x71l_\x64\x61ta\x62\x61\x73\x65"], "pa\x73s\x77\x6f\x72d" => ${${"\x47L\x4fB\x41\x4c\x53"}["\x72\x71\x68\x6cve\x66\x65\x76\x66\x6d"]}["\x73ql_p\x61\x73sw\x6frd"])) === false) {
                ${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x74\x76\x67\x77t\x68e"] = "\x6de\x73sag\x65";
                ${${"GL\x4f\x42\x41\x4c\x53"}["t\x76g\x77\x74\x68\x65"]} .= "\x3cl\x69\x3e\x54\x68\x65\x20\x64ata \x63o\x75ld\x20\x6eo\x74 \x62e\x20\x69n\x73e\x72\x74\x65d, ";
                ${${"\x47\x4cO\x42\x41LS"}["r\x67\x75u\x6e\x6f"]} .= "pl\x65\x61se \x76\x65\x72\x69\x66y your \x73\x65t\x74\x69ng\x73\x2e\x3c/\x6ci\x3e";
            } else {
                ${"GL\x4f\x42A\x4c\x53"}["yd\x65\x6b\x74\x6eaa\x6bq"] = "ua";
                $ygyjmchgi = "\x73\x69\x74\x65_\x74\x69\x74l\x65";
                $riteiqcu = "\x73\x69\x74e_e\x6dai\x6c";
                ${"GL\x4fB\x41\x4c\x53"}["gt\x78\x77\x6fv\x67\x64x\x64"] = "\x73\x69t\x65\x5f\x73\x65c\x75\x72e";
                ${${"G\x4cOB\x41\x4c\x53"}["\x79\x64\x65k\x74\x6eaak\x71"]} = "I\x4e\x53\x45\x52\x54\x20\x49\x4eT\x4f\x20\x60s\x69\x74e\x5fco\x6e\x66i\x67\x60 (\x60\x63o\x6e\x66\x69g\x5fnam\x65\x60, `c\x6f\x6e\x66\x69g\x5f\x76\x61\x6cu\x65\x60)\x20\x56AL\x55ES(\x27a\x6ea\x6c\x79\x74\x69\x63s\x5fi\x64', \x27'),(\x27\x63o\x69n\x73_rate\x27,\x20\x2710\x3000'),('\x63ro\x6e\x5f\x75se\x72\x73\x27, '0'),(\x27\x64e\x66_\x6c\x61n\x67',\x20'e\x6e'),('\x66\x6f\x72\x63e_s\x65\x63u\x72e\x27, '\x31\x27),('\x68\x6f\x6cd_days', \x27\x37'),('lo\x67\x69n\x5f\x61tt\x65\x6d\x70\x74s', \x27\x33'),(\x27\x6c\x6fg\x69\x6e_\x77\x61it_\x74\x69\x6d\x65\x27,\x20'1\x30'),('mai\x6c\x5fd\x65\x6c\x69v\x65\x72\x79_m\x65\x74ho\x64', '\x30\x27),(\x27\x6do\x64_r\x65\x77\x72\x69te', \x27\x31'),(\x27m\x6fre\x5fp\x65\x72_ip',\x20\x270'),(\x27no\x72\x65ply_e\x6d\x61\x69l\x27, \x27" . ${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x75\x6a\x74\x62x\x69\x66\x6d\x68\x64eo"]} . "\x27),('\x70r\x6f\x78y\x63\x68ec\x6b\x27, '\x27),(\x27p\x72\x6f\x78y\x63\x68e\x63\x6b\x5f\x73ta\x74\x75\x73\x27, \x270\x27),(\x27\x72\x65\x63\x61p\x74c\x68\x61_\x70\x75\x62',\x20\x27'),(\x27\x72e\x63ap\x74\x63ha_\x73e\x63',\x20''),(\x27\x72e\x66\x5fcom\x27, \x27\x310\x27),(\x27\x72e\x67_\x72e\x71\x6d\x61i\x6c\x27, \x27\x30'),(\x27\x73\x65\x63\x75re_\x75r\x6c', '" . ${${"\x47LOBAL\x53"}["gt\x78w\x6fv\x67\x64x\x64"]} . "'),('s\x69te_d\x65\x73\x63\x72ipt\x69\x6f\x6e\x27, '\x27),('\x73\x69\x74\x65\x5fema\x69l', '" . ${$riteiqcu} . "\x27),(\x27\x73i\x74\x65\x5f\x6be\x79w\x6f\x72\x64\x73\x27, '\x27),(\x27s\x69te\x5fl\x6f\x67\x6f',\x20\x27" . ${${"G\x4c\x4f\x42\x41LS"}["r\x6cr\x68\x65\x71i"]} . "\x27),('\x73\x69te_n\x61\x6d\x65',\x20'" . ${$ygyjmchgi} . "'),(\x27\x73\x69te_\x75r\x6c\x27,\x20'" . ${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x74vr\x63\x6b\x73yt"]} . "'),(\x27\x73\x6d\x74\x70_\x61uth',\x20'0\x27),(\x27s\x6d\x74p_h\x6fst',\x20'lo\x63\x61lhos\x74\x27),('\x73\x6dtp_p\x61s\x73word', '\x27),(\x27s\x6dt\x70\x5fpo\x72\x74', '\x32\x35\x27),('sm\x74\x70\x5fu\x73\x65\x72n\x61me',\x20\x27\x27)";
                if ($db->query(${${"G\x4c\x4f\x42\x41\x4c\x53"}["s\x76\x62j\x77\x70\x6aes\x76"]})) {
                    header("loc\x61tio\x6e:\x20\x69n\x64\x65x.ph\x70?ste\x704");
                } else {
                    $ifpheb = "m\x65\x73\x73\x61g\x65";
                    ${$ifpheb} .= "<li\x3eU\x70\x64a\x74e Fa\x69l\x65\x64\x21 A\x6e \x65rr\x6f\x72\x20\x6f\x63\x63\x75r\x72\x65\x64 \x77h\x69\x6c\x65 tr\x79\x69\x6eg\x20t\x6f\x20\x75\x70da\x74e\x20\x64\x61\x74\x61\x62\x61s\x65.</li\x3e";
                }
            }
        } else {
            ${${"\x47\x4cO\x42\x41\x4c\x53"}["\x72\x67\x75\x75\x6e\x6f"]} .= "<l\x69>Ple\x61\x73e\x20\x63\x6f\x6dplet\x65\x20all \x66i\x65\x6cds\x20\x74\x6f c\x6f\x6e\x74\x69\x6e\x75\x65\x2e\x3c/l\x69\x3e";
        }
    }
} elseif (isset($_GET["st\x65\x70\x34"])) {
    if ($_SERVER["R\x45\x51UEST\x5fM\x45\x54H\x4fD"] === "POS\x54") {
        ${"\x47L\x4f\x42\x41\x4c\x53"}["\x7a\x62u\x66qi\x72zp\x61\x75"] = "\x69\x6e\x73\x74\x61\x6cl\x41\x64\x6dP\x61s\x73\x31";
        $wgvryynne = "\x63\x6f\x6efi\x67";
        $kkcbbgttco = "co\x6efig";
        ${"GL\x4fB\x41L\x53"}["\x64\x6aq\x72\x71\x77t\x73mn"] = "\x63o\x6e\x66\x69g";
        ${"\x47\x4c\x4fB\x41L\x53"}["\x63\x76\x67\x7a\x6e\x7ax"] = "inst\x61\x6c\x6c\x41\x64\x6d\x4e\x61\x6de";
        require_once("\x2e\x2e/s\x79\x73\x74\x65m/\x64\x61t\x61base.php");
        require_once(".\x2e/sy\x73t\x65\x6d/l\x69\x62s/d\x61\x74\x61\x62a\x73e/" . ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["d\x6f\x78h\x76\x6bu"]}["\x73\x71\x6c_\x65\x78\x74en\x73tio\x6e"] . ".ph\x70");
        ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x77\x6c\x6a\x61\x62\x6eq\x61\x61\x70y"]} = new MySQLConnection(${$wgvryynne}["s\x71\x6c_\x68\x6fs\x74"], ${$kkcbbgttco}["\x73\x71l_u\x73\x65r\x6ea\x6d\x65"], ${${"G\x4c\x4fB\x41LS"}["d\x6a\x71\x72q\x77t\x73\x6d\x6e"]}["\x73\x71l_\x70\x61s\x73w\x6f\x72d"], ${${"GL\x4f\x42A\x4c\x53"}["\x64o\x78h\x76k\x75"]}["\x73\x71l\x5f\x64\x61t\x61\x62\x61\x73\x65"]);
        $db->Connect();
        ${${"\x47LO\x42ALS"}["\x63\x76\x67\x7a\x6ez\x78"]} = $db->EscapeString($_POST["adm\x6e\x61\x6de"]);
        ${"G\x4c\x4fB\x41\x4c\x53"}["cjk\x6ab\x75\x77\x68\x73"] = "i\x6e\x73\x74a\x6c\x6cAd\x6d\x4ea\x6de";
        ${${"\x47\x4cOBALS"}["r\x72\x74\x64\x6d\x75o\x72\x62"]} = $db->EscapeString($_POST["\x61dm\x6dail"]);
        ${"G\x4c\x4f\x42\x41\x4c\x53"}["w\x6bvju\x74g\x6f\x6b\x78\x66\x70"] = "i\x6es\x74a\x6cl\x41d\x6d\x50\x61s\x73\x31";
        ${"G\x4cO\x42\x41\x4c\x53"}["zf\x76n\x77\x74\x73\x72\x72\x6d\x71"] = "i\x6es\x74\x61l\x6c\x41dm\x4d\x61\x69\x6c";
        ${${"G\x4cO\x42AL\x53"}["wk\x76\x6a\x75\x74\x67\x6f\x6b\x78f\x70"]} = $db->EscapeString($_POST["\x61dm\x70\x61\x73s1"]);
        ${${"\x47L\x4fB\x41\x4c\x53"}["\x76\x65i\x6f\x62\x66qv\x63y"]} = $db->EscapeString($_POST["\x61\x64\x6d\x70a\x73s\x32"]);
        ${"G\x4c\x4fB\x41\x4cS"}["\x70\x63\x62c\x6ev\x64"] = "\x69\x6e\x73\x74\x61\x6c\x6cAdmPa\x73\x73\x31";
        if (${${"\x47\x4cO\x42\x41\x4c\x53"}["zbu\x66\x71\x69r\x7a\x70\x61\x75"]} != ${${"\x47\x4c\x4f\x42\x41LS"}["v\x65\x69\x6f\x62\x66q\x76cy"]}) {
            ${"G\x4c\x4f\x42\x41\x4c\x53"}["\x75\x73q\x6a\x66\x6e\x77i"] = "\x6de\x73\x73ag\x65";
            ${${"GLO\x42\x41\x4c\x53"}["us\x71\x6af\x6ew\x69"]} .= "P\x61\x73\x73\x77\x6f\x72\x64\x73 \x64\x6fes\x20\x6e\x6f\x74\x20\x6d\x61t\x63h!";
        } elseif (${${"GLOB\x41\x4cS"}["\x63j\x6bj\x62\x75whs"]} != "" && ${${"G\x4c\x4fB\x41\x4cS"}["\x7a\x66\x76\x6e\x77\x74s\x72\x72\x6d\x71"]} != "" && ${${"\x47\x4cO\x42\x41\x4cS"}["\x70\x63\x62\x63\x6ev\x64"]} != "") {
            $okfqrgyn = "\x69n\x73\x74al\x6c\x41\x64mPa\x73s\x31";
            ${"GL\x4f\x42\x41LS"}["k\x75\x66\x6a\x71u\x65\x68fa"] = "\x75\x61";
            $kyvvejtezrsv = "i\x6e\x73\x74\x61\x6c\x6c\x41\x64\x6dN\x61\x6de";
            ${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x71\x75\x76\x75\x62\x65\x6co\x78"]} = securePassword(${$okfqrgyn});
            ${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x6b\x75\x66\x6a\x71\x75e\x68f\x61"]} = "INS\x45\x52T\x20INT\x4f\x20\x60\x75\x73\x65r\x73`\x20(`\x65mai\x6c\x60,`u\x73\x65\x72\x6e\x61\x6de\x60,\x60a\x64min\x60,\x60r\x65g_i\x70\x60,\x60\x70a\x73\x73\x77\x6f\x72\x64`,\x60\x72\x65\x67\x5ftime\x60)VALUES('" . ${${"\x47\x4c\x4f\x42\x41L\x53"}["\x72\x72\x74dm\x75or\x62"]} . "\x27,\x20\x27" . ${$kyvvejtezrsv} . "\x27,\x20\x20\x271', '" . $_SERVER["REMOT\x45_\x41\x44\x44\x52"] . "',\x20'" . ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x71uvu\x62e\x6cox"]} . "\x27,\x20\x27" . time() . "')";
            if ($db->query(${${"\x47\x4c\x4f\x42A\x4cS"}["\x73\x76\x62j\x77\x70j\x65\x73\x76"]})) {
                header("\x6c\x6fc\x61\x74\x69on: i\x6ede\x78.php?co\x6dplet\x65");
            } else {
                ${"\x47\x4cOBAL\x53"}["\x68\x6d\x79\x66\x73uv\x68"] = "\x6d\x65\x73\x73\x61\x67\x65";
                ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["h\x6dy\x66su\x76\x68"]} .= "A\x6e U\x6e\x6b\x6e\x6fwn\x20\x65\x72r\x6fr occu\x72\x65d\x20\x77hil\x65 \x61\x64d\x69\x6e\x67 \x74\x68\x65\x20\x61d\x6d\x69\x6e\x69\x73\x74r\x61to\x72.<\x62r /\x3ePle\x61\x73\x65 \x74\x72\x79\x20\x61\x67ain \x6f\x72 c\x6f\x6e\x74a\x63t ou\x72\x20\x73up\x70or\x74 i\x66 \x74h\x65\x20\x65r\x72\x6fr \x70r\x65v\x61\x69ls\x2e";
            }
        } else {
            $pxhkhgdxw = "\x6de\x73\x73\x61\x67e";
            ${$pxhkhgdxw} .= "\x50le\x61se \x63\x6fmp\x6c\x65te all \x66\x69el\x64\x73\x21";
        }
    }
} elseif (isset($_GET["c\x6fmp\x6c\x65te"]) && $Validation->checkEnvFileExists() === false) {
    $FileWrite->createEnvFile();
    session_destroy();
} else {
    $Validation->checkEnvFileExists();
}
echo " \n<\x21\x44O\x43T\x59\x50\x45\x20\x68\x74ml>\n\x3c\x68\x74\x6dl\x20la\x6e\x67=\"e\x6e\x22\x3e\n\x20\x20  <\x68e\x61\x64\x3e \n \x20\x20     \x3cme\x74a cha\x72\x73\x65t\x3d\"\x75t\x66-8\x22\x3e\n\x20    \x20  \x3cm\x65\x74\x61\x20htt\x70-\x65\x71ui\x76=\"\x58-U\x41-Com\x70at\x69b\x6ce\"\x20\x63\x6fnt\x65\x6et\x3d\"\x49E=ed\x67e\x22>\n    \x20\x20\x20 <m\x65\x74\x61\x20name\x3d\x22v\x69\x65w\x70o\x72t\x22 \x63\x6fnt\x65\x6e\x74=\x22\x77\x69d\x74\x68=de\x76\x69ce-\x77id\x74\x68, i\x6eitial-\x73\x63a\x6ce\x3d\x31\x22\x3e\n\x20\x20    \x20\x20\x3c\x6c\x69\x6ek \x72\x65l=\x22icon\x22 t\x79p\x65\x3d\"im\x61\x67\x65/png\"\x20\x68ref\x3d\x22asse\x74s/\x69\x6dg/favi\x63\x6f\x6e\x2epn\x67\"\x20\x73iz\x65s=\"\x332x3\x32\"\x3e\n\n \x20 \x20\x20   <t\x69\x74\x6c\x65>";
echo $script_name;
echo " - \x49nst\x61l\x6c\x61t\x69o\x6e\x3c/t\x69t\x6c\x65\x3e\n  \x20 \x20   <l\x69\x6ek r\x65l\x3d\"s\x74\x79lesh\x65e\x74\x22\x20hre\x66=\x22ass\x65\x74s/\x63\x73s/\x62o\x6f\x74\x73\x74\x72\x61\x70.\x6d\x69n\x2ec\x73\x73\"\x3e\n  \x20\x20\x20\x20\x20 \x3c\x21--\x20c\x75\x73tom\x20\x63\x73s\x20 -->\n \x20\x20\x20\x20\x20\x20\x20\x3clin\x6b \x72\x65\x6c=\"\x73\x74\x79lesheet\x22 h\x72\x65f\x3d\"\x61s\x73\x65t\x73/cs\x73/\x73\x74y\x6c\x65.\x63\x73\x73\x22>\x20\n\n   \x20\x20 \x20 <\x21-- WA\x52N\x49N\x47: R\x65\x73\x70\x6f\x6e\x64.\x6a\x73\x20\x64o\x65s\x6e't \x77\x6frk\x20i\x66\x20you \x76ie\x77\x20t\x68\x65 \x70\x61ge\x20\x76ia file://\x20--\x3e\n\x20\x20\x20   \x20\x20<!--[i\x66\x20lt\x20\x49E 9]>\n  \x20\x20 \x20\x20   <\x73\x63r\x69\x70\x74\x20s\x72c\x3d\"h\x74\x74p\x73://o\x73s.max\x63d\x6e\x2ec\x6f\x6d/\x68\x74\x6d\x6c\x35\x73h\x69\x76/3.7.3/ht\x6dl5\x73\x68\x69v\x2em\x69\x6e\x2ejs\x22>\x3c/s\x63ri\x70\x74>\n    \x20\x20\x20  \x20\x3c\x73cr\x69p\x74\x20src=\x22h\x74tp\x73://o\x73\x73.\x6dax\x63\x64n.\x63om/\x72es\x70o\x6e\x64/\x31.4\x2e2/r\x65s\x70\x6f\x6ed.\x6di\x6e.j\x73\x22\x3e</sc\x72\x69pt>\n\x20\x20\x20\x20\x20\x20  \x3c![e\x6e\x64if]-->\n\x20\x20  \x3c/\x68e\x61\x64\x3e\n  \x20\x20<b\x6fd\x79\x3e\n  \x20    \x20\x3cd\x69v\x20\x63l\x61\x73s\x3d\"c\x6f\x6eta\x69\x6eer\x22>\x20\n  \x20  \x20\x20\x20\x20\x20\x20\x20\x3cd\x69v\x20cla\x73s=\x22row\x22\x3e\x20\n\x20 \x20 \x20\x20 \x20\x20    \x20  \x3cdiv class=\"co\x6c-m\x64-10 \x63ol-m\x64-\x6f\x66f\x73et-1 c\x6fl-s\x6d-\x310\x20\x63ol-s\x6d-\x6ff\x66\x73e\x74-\x31\"\x3e\x20\n \x20\x20\x20  \x20   \x20\x20\x20  \x20<\x64\x69v\x20\x63\x6ca\x73s=\"ro\x77\x22\x3e\n \x20 \x20 \x20\x20 \x20\x20 \x20 \x20\x20\x20\x20  \x20<\x64\x69v \x63l\x61\x73s=\x22\x61pp\x5f\x74i\x74\x6c\x65\x22> \n\x20\x20\x20\x20 \x20 \x20\x20 \x20 \x20 \x20\x20\x20 \x20 \x20 \x20\x20\x3c\x68\x31><\x69m\x67 src\x3d\x22\x61ss\x65t\x73/img/ic\x6f\x6e.\x70\x6eg\"\x20al\x74=\x22lo\x67\x6f\"\x3e ";
echo $script_name;
echo " Insta\x6c\x6c\x61tion\x3c/\x681\x3e\n\x20  \x20\x20\x20    \x20 \x20\x20\x20  \x20  \x3c/\x64\x69v>\n\t\t\t\t\t";
if (isset($_GET["s\x74ep\x31"]) || (!isset($_GET["s\x74e\x70\x31"]) && !isset($_GET["ste\x702"]) && !isset($_GET["\x73\x74\x65p\x33"]) && !isset($_GET["s\x74ep\x34"]) && !isset($_GET["ste\x70\x35"]) && !isset($_GET["\x63o\x6dple\x74\x65"]))) {
    echo "  \x20  \x20\x20   \x20 \x20 \x20     <\x64\x69v \x63\x6c\x61ss\x3d\x22a\x70\x70_\x63o\x6eten\x74\x22>\n\x20\x20\x20\x20\x20  \x20\x20\x20\x20\x20\x20\x20 \x20\x20\x20 \x20 \x20  \x3cd\x69\x76\x20cla\x73\x73=\x22r\x6f\x77\">\n  \x20\x20  \x20 \x20 \x20\x20  \x20   \x20  \x20   \x20\x20 \x3cdiv cl\x61ss\x3d\"\x63ol-s\x6d-\x312\">\n \x20 \x20\x20 \x20\x20  \x20  \x20\x20\x20  \x20   \x20 \x20 \x20 \x20\x20   \x20\x20 \x3ch3\x20\x63\x6cas\x73\x3d\"ti\x74l\x65\x20\x74\x65\x78\x74-c\x65\x6e\x74er\"\x3e\x44\x69\x72\x65\x63t\x6f\x72y \x70erm\x69\x73\x73ions\x20& \x72eq\x75\x69r\x65\x6d\x65\x6e\x74\x73\x3c/h\x33\x3e\n\x20 \x20   \x20\x20 \x20\x20 \x20\x20\x20\x20     \x20\x20 \x20     \x20 \x20\x20\x20 <!-- di\x73p\x6ca\x79 \x72eq\x75\x69re\x6d\x65\x6e\x74\x73 --\x3e\n \x20   \x20 \x20\x20 \x20\x20\x20     \x20 \x20 \x20  \x20\x20\x20 \x20\x20  \x20\x20 ";
    echo $Requirements->directoriesAndPermission();
    echo "   \x20 \x20    \x20 \x20    \x20\x20 \x20 \x20   \x20 \x20  \x20 \x20\x20 ";
    echo $Requirements->server();
    echo "\n\x20\x20 \x20 \x20 \x20 \x20\x20\x20  \x20\x20\x20   \x20 \x20\x20\x20\x20\x20 \x20   \x3cdi\x76 \x63\x6cas\x73=\x22\x64iv\x69\x64e\x72\x22\x3e</\x64\x69\x76\x3e\n\x20\x20      \x20 \x20\x20\x20\x20  \x20\x20 \x20 \x20\x20\x20 \x20 \x20  \x20\x20<\x61\x20h\x72ef\x3d\"in\x64\x65\x78.\x70\x68p?\x73\x74\x65\x702\x22 \x63\x6cass=\x22c\x62tn p\x75l\x6c-\x72i\x67h\x74\x22>\x4e\x65\x78\x74\x3c/a\x3e\n\x20\x20\x20\x20  \x20 \x20   \x20 \x20\x20\x20\x20 \x20\x20 \x20\x20    </\x64i\x76>\n     \x20\x20\x20\x20  \x20\x20\x20\x20 \x20\x20    \x20 \x3c/\x64iv\x3e\n\x20\x20\x20\x20\x20    \x20 \x20\x20\x20\x20\x20 \x20 \x20\x3c/d\x69\x76>\n\x20\x20 \x20 \x20\x20\x20\x20\x20\x20  \x20\x20\x20";
}
if (isset($_GET["\x73te\x702"])) {
    echo "  \x20 \x20\x20   \x20   \x20\x20\x20\x20  \x20<di\x76 cl\x61ss=\"app\x5f\x63\x6fn\x74\x65n\x74\x22\x3e\n  \x20 \x20\x20\x20 \x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20   \x20 <d\x69v \x63\x6cass\x3d\x22\x72\x6f\x77\x22\x3e\n\x20\x20    \x20\x20\x20\x20 \x20\x20    \x20\x20\x20 \x20\x20 \x20  \x20\x3cd\x69v\x20\x63\x6ca\x73s=\x22c\x6f\x6c-s\x6d-12\x22\x3e\n \x20\x20\x20    \x20\x20\x20    \x20\x20\x20\x20\x20\x20\x20\x20 \x20 \x20\x20 \x20\x20 \x3ch3\x20\x63la\x73s\x3d\"\x74i\x74l\x65 \x74\x65x\x74-\x63enter \x6dar\x67\x69n\x22\x3eP\x6c\x65\x61\x73\x65\x20f\x69l\x6c \x77i\x74h\x20\x79\x6f\x75\x72\x20M\x79S\x51L\x20\x64a\x74\x61ba\x73e info\x2e</\x683>\n\t\t\t\t\t\t\t\t<fo\x72m\x20me\x74ho\x64=\"\x70ost\x22 clas\x73\x3d\x22f\x6fr\x6d\">\n\t\t\t\t\t\t\t\t\x20  ";
    if (!empty(${${"\x47\x4cO\x42\x41\x4c\x53"}["\x72\x67u\x75no"]})) {
        echo "\x3cd\x69\x76\x20clas\x73=\x22\x61l\x65\x72t\x20\x61\x6ce\x72\x74-\x64\x61n\x67\x65\x72\"\x3e\x3cul>$message</u\x6c\x3e\x3c/d\x69\x76\x3e";
    }
    echo "\x20\x20\x20 \x20\x20  \x20\x20 \x20 \x20\x20\x20\x20 \x20 \x20\x20 \x20\x20\x20 \x20 \x20\x20    \x20<\x69\x6ep\x75t \x74\x79\x70e=\x22\x68\x69d\x64\x65n\"\x20na\x6d\x65\x3d\x22\x5ftoke\x6e\x22\x20v\x61\x6cu\x65\x3d\x22";
    echo (!empty(${${"\x47L\x4fBAL\x53"}["\x77\x78a\x64so\x71"]}) ? ${${"G\x4c\x4f\x42\x41L\x53"}["\x77xa\x64\x73\x6f\x71"]} : null);
    echo "\"/\x3e\n\x20 \x20\x20\x20\x20\x20 \x20 \x20 \x20\x20  \x20   \x20  \x20   \x20\x20\x20 \x20\x20   <d\x69v\x20\x63l\x61\x73s\x3d\x22f\x6fr\x6d-g\x72\x6fup\x22\x3e\n \x20\x20    \x20 \x20 \x20\x20\x20\x20\x20 \x20         \x20\x20  \x20\x20   \x20\x20  \x3clab\x65\x6c\x20fo\x72=\x22\x64\x61t\x61b\x61s\x65\x22>D\x61ta\x62as\x65 N\x61me\x20</lab\x65\x6c>\n\x20  \x20      \x20\x20  \x20\x20\x20  \x20\x20  \x20\x20   \x20 \x20  \x20\x20 \x20  \x20\x3ci\x6e\x70\x75t\x20ty\x70e=\"tex\x74\" n\x61\x6d\x65\x3d\x22datab\x61\x73e\x22 c\x6ca\x73s\x3d\"\x66or\x6d-\x63o\x6e\x74r\x6f\x6c\x22\x20id=\x22d\x61t\x61b\x61se\x22\x20\x70\x6c\x61ceh\x6f\x6c\x64er=\"\x44a\x74\x61\x62\x61\x73e Na\x6de\"\x20\x76\x61\x6cue\x3d\"";
    echo (!empty($_POST["dat\x61\x62\x61se"]) ? $_POST["dat\x61b\x61se"] : null);
    echo "\x22>\n \x20\x20\x20\x20  \x20    \x20\x20 \x20\x20\x20   \x20         \x20  \x20\x20\x3c/d\x69v\x3e\x20\n \x20 \x20   \x20\x20\x20    \x20\x20\x20 \x20\x20\x20\x20  \x20\x20\x20 \x20\x20  \x20 \x20\x20\x3c\x64\x69v\x20c\x6c\x61\x73\x73\x3d\x22form-g\x72o\x75\x70\x22\x3e\n   \x20  \x20\x20  \x20 \x20    \x20\x20 \x20\x20\x20\x20\x20\x20\x20   \x20 \x20\x20   \x20\x20 <\x6c\x61b\x65\x6c f\x6fr\x3d\x22\x75ser\x6eame\">\x55s\x65rna\x6d\x65 </la\x62e\x6c\x3e\n\x20\x20\x20\x20 \x20 \x20\x20\x20   \x20 \x20 \x20\x20 \x20 \x20 \x20 \x20\x20\x20\x20  \x20\x20\x20\x20 \x20  <\x69\x6e\x70u\x74 \x74yp\x65=\"te\x78t\x22 \x6e\x61me=\"\x75s\x65\x72na\x6d\x65\"\x20cla\x73\x73\x3d\"\x66\x6frm-\x63on\x74r\x6f\x6c\x22\x20\x69\x64=\"us\x65r\x6eam\x65\x22 \x70\x6cace\x68old\x65r\x3d\"Us\x65\x72n\x61m\x65\x22 va\x6cu\x65=\x22";
    echo (!empty($_POST["\x75\x73\x65\x72na\x6d\x65"]) ? $_POST["\x75\x73e\x72n\x61me"] : null);
    echo "\x22>\n  \x20\x20  \x20\x20   \x20\x20\x20  \x20\x20\x20\x20\x20     \x20     \x20 \x20 </\x64\x69v\x3e \n\x20\x20\x20   \x20 \x20\x20\x20\x20\x20\x20 \x20\x20    \x20 \x20  \x20\x20  \x20\x20 \x20  \x3cd\x69\x76 c\x6c\x61\x73s\x3d\x22f\x6f\x72m-\x67r\x6fup\x22>\n  \x20\x20\x20 \x20\x20\x20  \x20\x20 \x20\x20  \x20\x20\x20\x20\x20 \x20     \x20  \x20 \x20 \x20  \x3cl\x61be\x6c\x20\x66or=\x22pas\x73\x77\x6frd\x22\x3ePassword \x3c/l\x61\x62e\x6c\x3e\n    \x20  \x20\x20 \x20\x20  \x20\x20    \x20\x20 \x20\x20    \x20   \x20  \x20 \x20\x20\x3cin\x70ut t\x79\x70\x65\x3d\"t\x65\x78\x74\"\x20\x6e\x61m\x65=\x22\x70a\x73\x73wor\x64\x22 \x63la\x73s=\"\x66\x6f\x72\x6d-c\x6fn\x74rol\x22 id=\"pas\x73\x77\x6fr\x64\x22 \x70l\x61\x63\x65hol\x64\x65r=\"\x50a\x73\x73wo\x72d\x22 \x76al\x75\x65\x3d\x22";
    echo (!empty($_POST["pa\x73s\x77\x6fr\x64"]) ? $_POST["p\x61ssw\x6f\x72d"] : null);
    echo "\x22\x3e\n       \x20  \x20\x20\x20 \x20 \x20  \x20\x20 \x20  \x20\x20\x20    \x20\x20 \x20\x3c/div>\n  \x20 \x20\x20\x20\x20 \x20 \x20\x20 \x20\x20\x20  \x20  \x20  \x20\x20\x20\x20\x20\x20  \x20 \x20\x3cdi\x76 \x63l\x61ss\x3d\"\x66\x6f\x72m-\x67rou\x70\x22\x3e\n\x20\x20\x20    \x20\x20\x20   \x20  \x20 \x20 \x20  \x20 \x20\x20    \x20\x20\x20\x20\x20 \x20\x20 \x3clab\x65l f\x6f\x72=\x22\x68os\x74\x6ea\x6d\x65\">\x48o\x73t\x20\x4ea\x6de\x20</la\x62\x65l\x3e\n\x20\x20  \x20 \x20 \x20 \x20\x20 \x20\x20\x20  \x20      \x20\x20 \x20\x20 \x20 \x20\x20 \x20   \x3c\x69np\x75\x74\x20\x74\x79p\x65=\"\x74\x65\x78t\"\x20nam\x65=\"\x68ostname\x22 \x63\x6c\x61\x73\x73\x3d\x22for\x6d-\x63\x6f\x6et\x72o\x6c\x22\x20id\x3d\x22\x68os\x74\x6e\x61\x6d\x65\x22 \x70lac\x65\x68ol\x64er\x3d\"Host N\x61m\x65\"\x20\x20\x76al\x75e=\x22";
    echo (!empty($_POST["h\x6f\x73tna\x6d\x65"]) ? $_POST["h\x6f\x73\x74n\x61me"] : "\x6cocal\x68os\x74");
    echo "\"\x3e\n \x20\x20 \x20\x20 \x20\x20\x20\x20 \x20\x20 \x20 \x20\x20  \x20  \x20   \x20\x20\x20 \x20 \x20\x20\x3c/\x64\x69\x76\x3e\x20 \n\x20 \x20\x20\x20\x20\x20 \x20\x20 \x20  \x20 \x20\x20\x20  \x20\x20 \x20 \x20   \x20   \x20 \x3c\x62u\x74to\x6e\x20\x74y\x70e\x3d\x22\x73\x75\x62\x6di\x74\" c\x6ca\x73s\x3d\x22c\x62\x74n \x70\x75l\x6c-\x72\x69\x67\x68\x74\x22\x3e\x4e\x65\x78\x74</bu\x74\x74\x6f\x6e>\n\t\t\t\t\t\t\t\t\t\x3c\x64\x69\x76 \x63\x6c\x61\x73\x73\x3d\"c\x6cea\x72\x22\x3e</di\x76>\n     \x20\x20 \x20\x20  \x20 \x20  \x20 \x20\x20   \x20 \x20\x20    \x3c/fo\x72\x6d>\n\n\x20 \x20 \x20 \x20  \x20\x20  \x20     \x20  \x20\x20 \x20\x20\x20\x3c/d\x69\x76>\n \x20\x20  \x20\x20\x20\x20\x20\x20   \x20    \x20 \x20 \x20</d\x69\x76>\n\x20 \x20\x20   \x20\x20 \x20\x20\x20 \x20\x20\x20\x20  \x3c/\x64\x69v>\n      \x20   \x20\x20\x20 \x20 ";
}
if (isset($_GET["\x73t\x65\x70\x33"])) {
    $tsfcllhp = "\x74\x6fk\x65n";
    echo " \x20          \x20  \x20\x20\x20 \x20<\x64\x69\x76 c\x6c\x61\x73s=\x22a\x70\x70\x5f\x63\x6fn\x74\x65n\x74\"\x3e\n   \x20 \x20\x20 \x20\x20\x20 \x20 \x20\x20\x20\x20     \x20<\x64\x69v\x20\x63\x6c\x61ss\x3d\x22row\x22\x3e\n \x20  \x20     \x20  \x20 \x20\x20    \x20   \x20\x20\x20\x3c\x64iv\x20c\x6c\x61\x73s\x3d\"co\x6c-sm-1\x32\x22>\n\x20\x20\x20\x20\x20\x20\x20 \x20    \x20\x20\x20 \x20    \x20  \x20   \x20\x20 \x3c\x683\x20cl\x61s\x73=\"t\x69tle \x74ext-ce\x6et\x65r \x6da\x72\x67in\">\x50l\x65a\x73e pr\x6f\x76i\x64e\x20s\x6f\x6d\x65 \x69nfo\x20\x61\x62o\x75t\x20y\x6f\x75\x72 \x77\x65bs\x69\x74e\x2e\x3c/h\x33>\n \x20 \x20\x20\x20     \x20\x20 \x20\x20\x20 \x20 \x20  \x20\x20 \x20 \x20  \x20<\x66or\x6d\x20me\x74hod\x3d\"\x70\x6fs\x74\x22 \x63lass=\"\x66\x6frm\">\n\t\t\t\t\t\t\t\t\x20\x20 ";
    if (!empty(${${"\x47LO\x42\x41L\x53"}["r\x67u\x75\x6e\x6f"]})) {
        echo "\x3cdiv \x63la\x73\x73\x3d\x22\x61\x6cer\x74 \x61l\x65r\x74-\x64an\x67\x65r\x22><ul>$message\x3c/ul></\x64\x69v>";
    }
    echo "\x20\x20\x20 \x20   \x20 \x20 \x20 \x20\x20 \x20 \x20\x20  \x20    \x20   \x20\x20 \x20<in\x70u\x74\x20typ\x65\x3d\"h\x69\x64d\x65\x6e\x22\x20nam\x65\x3d\x22_\x74o\x6b\x65\x6e\"\x20\x76\x61\x6c\x75\x65\x3d\x22";
    echo (!empty(${${"\x47\x4c\x4f\x42\x41LS"}["\x77x\x61ds\x6f\x71"]}) ? ${$tsfcllhp} : null);
    echo "\"/\x3e\n \x20  \x20\x20\x20  \x20\x20 \x20  \x20\x20 \x20\x20  \x20\x20 \x20 \x20\x20\x20\x20 \x20   \x3c\x64\x69v \x63las\x73=\x22f\x6f\x72\x6d-gr\x6fu\x70\x22\x3e\n\x20    \x20    \x20\x20\x20 \x20 \x20\x20 \x20 \x20     \x20   \x20\x20 \x20\x20\x20\x20 \x20\x3cl\x61\x62\x65l\x20\x66\x6f\x72=\x22\x73it\x65_\x6ea\x6d\x65\"\x3e\x53\x69\x74\x65 \x4eame\x20\x3c/la\x62el\x3e\n \x20\x20 \x20 \x20  \x20 \x20 \x20  \x20 \x20\x20\x20 \x20 \x20\x20\x20\x20  \x20\x20    \x20  \x20<\x69np\x75t type\x3d\x22\x74ext\x22\x20\x6eam\x65\x3d\"si\x74\x65_\x6e\x61me\" \x63la\x73s=\"\x66or\x6d-\x63\x6fn\x74\x72\x6fl\x22\x20\x69d\x3d\"site_name\" p\x6ca\x63\x65\x68o\x6cder=\"\x50\x61\x69d\x4ff\x66\x65rs \x4c\x69\x74\x65\"\x20va\x6cu\x65\x3d\"";
    echo (!empty($_POST["\x73i\x74\x65\x5fna\x6d\x65"]) ? $_POST["\x73i\x74\x65_nam\x65"] : null);
    echo "\"\x3e\n\x20  \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20   \x20\x20\x20\x20  \x20  \x20\x20\x20\x20     \x3c/\x64\x69\x76\x3e\x20\n \x20 \x20\x20   \x20\x20\x20\x20 \x20 \x20\x20 \x20\x20\x20\x20\x20\x20  \x20   \x20 \x20 \x20\x20\x3cdiv\x20\x63\x6cas\x73\x3d\"form-\x67\x72oup\"\x3e\n \x20 \x20\x20 \x20 \x20   \x20  \x20\x20\x20\x20    \x20 \x20  \x20  \x20       \x20\x3clabel for\x3d\"\x73i\x74e_\x6eam\x65\x22\x3eSi\x74e\x20T\x69\x74\x6c\x65\x20\x3c/l\x61be\x6c\x3e\n\x20\x20\x20  \x20\x20 \x20    \x20 \x20\x20\x20  \x20\x20\x20\x20\x20\x20  \x20\x20 \x20  \x20\x20    <i\x6ep\x75\x74 t\x79\x70\x65\x3d\"\x74\x65xt\" \x6e\x61m\x65\x3d\"s\x69te\x5f\x74i\x74\x6ce\" c\x6cass=\"f\x6f\x72\x6d-\x63\x6f\x6et\x72\x6fl\" i\x64\x3d\"s\x69t\x65_\x74it\x6c\x65\" \x70\x6c\x61c\x65hol\x64er\x3d\x22\x50a\x69dO\x66fers\x20L\x69\x74\x65\x20-\x20No\x74ik\x20\x4f\x66fe\x72\x77\x61\x6cl\x21\x22\x20va\x6cu\x65=\x22";
    echo (!empty($_POST["s\x69t\x65_\x74it\x6ce"]) ? $_POST["si\x74\x65\x5f\x74it\x6ce"] : null);
    echo "\"\x3e\n \x20 \x20  \x20 \x20\x20\x20\x20   \x20 \x20 \x20 \x20 \x20 \x20    \x20\x20  \x20 </\x64i\x76> \n \x20  \x20  \x20   \x20\x20 \x20\x20    \x20\x20\x20\x20   \x20   \x20\x20\x20\x20 \x3cd\x69\x76\x20cl\x61\x73\x73=\x22\x66\x6fr\x6d-g\x72\x6fu\x70\">\n  \x20\x20 \x20\x20  \x20\x20 \x20\x20  \x20   \x20\x20 \x20       \x20 \x20  \x20  \x20<\x6cab\x65\x6c f\x6f\x72=\"\x73ite\x5f\x64es\x63\x72iption\x22\x3e\x53\x69te\x20D\x65\x73c\x72i\x70tion \x3c/\x6ca\x62\x65l>\n\x20\x20 \x20\x20\x20\x20 \x20   \x20  \x20\x20   \x20\x20\x20 \x20\x20   \x20    \x20 \x20\x20\x20 <in\x70\x75\x74\x20ty\x70\x65=\x22t\x65xt\x22\x20n\x61\x6d\x65\x3d\"\x73i\x74e_\x64escri\x70\x74\x69\x6fn\" class=\x22\x66or\x6d-\x63ontro\x6c\x22 i\x64\x3d\x22\x73it\x65\x5fd\x65\x73cr\x69\x70tion\"\x20pl\x61\x63e\x68\x6f\x6c\x64er\x3d\x22E\x61\x72n\x20c\x61sh\x20w\x69t\x68\x20\x74his a\x6d\x61\x7ain\x67 w\x65bs\x69te\x21\"\x20v\x61lue\x3d\"";
    echo (!empty($_POST["si\x74e_descript\x69\x6f\x6e"]) ? $_POST["site_d\x65\x73\x63\x72i\x70\x74i\x6fn"] : null);
    echo "\"\x3e\n\x20 \x20\x20   \x20\x20\x20 \x20  \x20\x20  \x20 \x20  \x20  \x20\x20\x20      \x20\x3c/d\x69\x76\x3e\n\x20 \x20   \x20     \x20 \x20 \x20\x20\x20  \x20  \x20  \x20\x20\x20\x20 \x20 \x20\x20\x3c\x64\x69v \x63\x6ca\x73s\x3d\"f\x6frm-g\x72oup\"\x3e\n  \x20\x20  \x20 \x20   \x20\x20 \x20  \x20\x20     \x20\x20   \x20\x20 \x20  \x20\x20\x20\x20<\x6cab\x65\x6c \x66o\x72\x3d\"\x73i\x74e\x5f\x6co\x63\x61tion\"\x3eS\x69t\x65 U\x52L\x20</\x6cabe\x6c>\n \x20\x20\x20  \x20\x20 \x20\x20\x20 \x20 \x20 \x20   \x20\x20\x20\x20   \x20\x20\x20   \x20\x20\x20\x20\x20 <i\x6epu\x74\x20ty\x70\x65\x3d\x22text\" \x6e\x61m\x65=\x22\x73it\x65_\x6coc\x61\x74\x69\x6f\x6e\"\x20\x63\x6c\x61\x73\x73=\"f\x6frm-\x63\x6fn\x74r\x6fl\" id\x3d\"\x73\x69te_\x6co\x63a\x74i\x6fn\"\x20\x70\x6c\x61\x63\x65ho\x6c\x64er=\x22h\x74tp://my\x73ite.\x63\x6fm\x22 \x20\x76\x61\x6cue=\"";
    echo (!empty($_POST["s\x69t\x65\x5f\x6coca\x74ion"]) ? $_POST["s\x69\x74e\x5flo\x63a\x74\x69o\x6e"] : "http://" . $_SERVER["\x48\x54T\x50\x5f\x48\x4f\x53\x54"]);
    echo "\x22>\n   \x20   \x20\x20\x20\x20\x20\x20  \x20   \x20   \x20   \x20  \x20\x20\x20\x20\x20\x20</\x64iv\x3e\n\x20\x20  \x20\x20   \x20 \x20\x20 \x20\x20 \x20\x20 \x20\x20\x20\x20\x20\x20\x20  \x20 \x20 \x20  \x3cdiv\x20\x63la\x73\x73\x3d\"form-\x67\x72o\x75p\">\n\x20  \x20  \x20   \x20\x20\x20   \x20       \x20  \x20\x20 \x20\x20\x20 \x20 \x20\x20 \x20\x3cl\x61b\x65\x6c\x20f\x6fr\x3d\x22\x73\x69te_s\x65c\x75r\x65\x22\x3e\x53e\x63ur\x65 \x55R\x4c </l\x61bel>\n   \x20 \x20 \x20 \x20 \x20    \x20\x20    \x20\x20    \x20   \x20   \x20\x20 \x20\x3cin\x70u\x74 ty\x70\x65\x3d\"t\x65xt\x22 n\x61\x6d\x65=\"\x73ite_\x73\x65c\x75r\x65\"\x20clas\x73=\"\x66or\x6d-\x63\x6fn\x74\x72\x6f\x6c\x22 id=\"s\x69\x74e_\x73\x65cure\x22 p\x6c\x61ceholder\x3d\x22ht\x74\x70\x73://\x6d\x79sit\x65\x2e\x63om\x22 \x20va\x6cu\x65\x3d\x22";
    echo (!empty($_POST["\x73\x69\x74\x65\x5f\x73ec\x75re"]) ? $_POST["site_se\x63u\x72\x65"] : "\x68\x74\x74p\x73://" . $_SERVER["\x48\x54\x54\x50\x5fH\x4f\x53\x54"]);
    echo "\x22>\n\x20\x20\x20 \x20\x20 \x20\x20\x20\x20\x20\x20     \x20\x20\x20\x20 \x20     \x20     \x20\x3c/div\x3e\n \x20\x20\x20   \x20\x20\x20\x20 \x20 \x20 \x20     \x20 \x20 \x20\x20\x20\x20\x20\x20\x20   <\x64i\x76\x20\x63la\x73s=\"for\x6d-\x67\x72\x6fup\"\x3e\n  \x20\x20\x20\x20\x20  \x20 \x20\x20\x20\x20\x20    \x20  \x20 \x20\x20  \x20\x20   \x20 \x20\x20\x20\x20<l\x61b\x65\x6c\x20fo\x72\x3d\x22\x73ite\x5fe\x6dail\"\x3eCo\x6e\x74a\x63\x74\x20Emai\x6c </label>\n\x20\x20 \x20\x20 \x20\x20\x20  \x20 \x20   \x20\x20\x20\x20\x20\x20\x20 \x20  \x20 \x20\x20\x20 \x20\x20 \x20\x20 \x3c\x69\x6e\x70ut t\x79p\x65=\"te\x78t\" n\x61m\x65=\x22s\x69te\x5f\x65m\x61\x69l\" \x63l\x61s\x73=\x22for\x6d-\x63on\x74\x72ol\x22 id=\x22\x73i\x74\x65_\x65\x6dail\" pla\x63e\x68\x6f\x6cder=\"con\x74act\x40";
    echo $_SERVER["H\x54T\x50_\x48OS\x54"];
    echo "\"\x20v\x61lue=\"";
    echo (!empty($_POST["sit\x65_\x65\x6da\x69l"]) ? $_POST["\x73\x69te\x5f\x65\x6d\x61\x69l"] : null);
    echo "\x22\x3e\n\x20 \x20  \x20  \x20 \x20  \x20 \x20\x20  \x20  \x20\x20 \x20\x20  \x20\x20  \x20\x20 \x3c/\x64\x69v\x3e\n\x20  \x20   \x20\x20  \x20\x20 \x20\x20\x20\x20\x20  \x20     \x20\x20\x20\x20\x20    \x3cbu\x74\x74\x6fn ty\x70\x65\x3d\x22s\x75\x62\x6di\x74\x22\x20\x63\x6c\x61ss\x3d\x22c\x62\x74\x6e\x20p\x75\x6cl-ri\x67h\x74\">\x4e\x65\x78\x74\x3c/b\x75\x74t\x6f\x6e\x3e\n\t\t\t\t\t\t\t\t\t<d\x69v\x20\x63l\x61\x73\x73=\"\x63\x6c\x65\x61r\"></\x64\x69\x76>\n\x20\x20 \x20 \x20\x20\x20 \x20 \x20   \x20\x20  \x20\x20\x20  \x20 \x20 \x20   </f\x6frm>\n\x20  \x20\x20\x20  \x20   \x20 \x20 \x20   \x20  \x20 \x20\x20\x20</d\x69v\x3e\n   \x20\x20\x20\x20\x20 \x20\x20 \x20 \x20  \x20  \x20 \x20 \x3c/div\x3e\n\x20        \x20\x20  \x20 \x20    </\x64i\x76\x3e\n \x20   \x20    \x20\x20   \x20";
}
if (isset($_GET["\x73\x74e\x704"])) {
    $efceftiy = "\x6d\x65\x73\x73ag\x65";
    ${"GLO\x42A\x4c\x53"}["v\x62\x6aq\x77\x79\x6c\x6b\x65l"] = "to\x6be\x6e";
    echo "\x20   \x20  \x20\x20  \x20\x20\x20\x20 \x20\x20  <d\x69v\x20\x63l\x61\x73s=\"app\x5fco\x6et\x65\x6e\x74\"\x3e\n\x20   \x20 \x20 \x20\x20  \x20\x20 \x20\x20\x20\x20 \x20 \x20\x20\x3c\x64\x69\x76\x20\x63\x6c\x61\x73s=\"\x72\x6fw\x22>\n       \x20   \x20 \x20  \x20\x20\x20\x20\x20  \x20\x20 \x20\x20\x3c\x64\x69\x76\x20c\x6cass=\"co\x6c-\x73m-\x312\"\x3e\n\x20   \x20   \x20 \x20   \x20\x20       \x20\x20  \x20\x20 \x20\x20\x3c\x68\x33\x20clas\x73\x3d\x22\x74\x69\x74le\x20\x74ex\x74-c\x65\x6ete\x72 m\x61r\x67\x69n\"\x3e\x50\x6c\x65\x61se\x20cre\x61\x74\x65 a\x6e\x20ad\x6dini\x73\x74r\x61to\x72\x20a\x63count.</h\x33\x3e\n\x20 \x20\x20\x20 \x20   \x20\x20   \x20 \x20 \x20\x20\x20  \x20\x20\x20\x20\x20 \x20 <\x66\x6fr\x6d\x20\x6d\x65\x74\x68\x6fd\x3d\"po\x73\x74\"\x20c\x6ca\x73s\x3d\x22\x66or\x6d\x22>\n\t\t\t\t\t\t\t\t\x20\x20\x20";
    if (!empty(${$efceftiy})) {
        echo "\x3c\x64i\x76\x20\x63la\x73s=\x22\x61\x6c\x65\x72\x74 \x61l\x65\x72\x74-\x64ang\x65\x72\"><ul\x3e$message\x3c/\x75\x6c\x3e</\x64\x69v\x3e";
    }
    echo "  \x20\x20\x20  \x20 \x20\x20  \x20  \x20 \x20 \x20\x20  \x20 \x20\x20\x20 \x20\x20\x20\x20  <\x69\x6e\x70ut \x74\x79\x70\x65\x3d\"\x68id\x64\x65n\x22 \x6eame\x3d\"\x5f\x74\x6fke\x6e\x22\x20\x76a\x6c\x75\x65=\x22";
    $gecvvxqlpk = "\x74\x6f\x6b\x65n";
    echo (!empty(${${"\x47LOB\x41\x4c\x53"}["\x76b\x6a\x71\x77y\x6ck\x65l"]}) ? ${$gecvvxqlpk} : null);
    echo "\"/\x3e\n  \x20\x20    \x20 \x20\x20 \x20 \x20\x20\x20 \x20 \x20 \x20\x20\x20\x20   \x20\x20 \x20 \x20\x3cdiv\x20\x63la\x73\x73=\x22f\x6fr\x6d-\x67r\x6f\x75\x70\x22>\n\x20\x20\x20\x20 \x20 \x20\x20\x20  \x20\x20\x20 \x20     \x20       \x20 \x20 \x20\x20 \x20\x20\x20<\x6c\x61\x62el \x66o\x72=\"ad\x6dna\x6d\x65\"\x3eAd\x6d\x69\x6e \x55se\x72na\x6de\x20</l\x61\x62el>\n \x20\x20\x20    \x20\x20\x20  \x20 \x20 \x20\x20\x20  \x20  \x20\x20\x20 \x20  \x20\x20\x20\x20\x20\x20  \x3c\x69\x6e\x70\x75t t\x79\x70\x65=\"\x74\x65\x78t\x22 na\x6de=\x22\x61d\x6dn\x61me\" \x63las\x73=\"f\x6frm-\x63o\x6e\x74ro\x6c\x22 id=\x22a\x64\x6dn\x61\x6d\x65\x22 \x70\x6ca\x63\x65\x68ol\x64\x65\x72\x3d\x22\x41dm\x69\x6e\" v\x61\x6cu\x65\x3d\"";
    echo (!empty($_POST["\x61\x64m\x6e\x61me"]) ? $_POST["ad\x6dn\x61m\x65"] : null);
    echo "\">\n   \x20\x20 \x20 \x20\x20\x20  \x20 \x20\x20  \x20\x20\x20\x20\x20 \x20 \x20\x20  \x20    </\x64\x69v\x3e \n\x20 \x20 \x20\x20 \x20\x20  \x20  \x20\x20\x20\x20\x20\x20\x20   \x20\x20\x20\x20    \x20  \x20<\x64i\x76\x20\x63\x6c\x61ss=\"\x66\x6frm-\x67r\x6f\x75\x70\"\x3e\n \x20  \x20\x20 \x20   \x20  \x20 \x20  \x20   \x20\x20   \x20 \x20\x20\x20 \x20   \x20 <\x6c\x61bel \x66o\x72\x3d\"\x61d\x6d\x6d\x61il\x22\x3e\x41\x64\x6d\x69n E\x6dai\x6c \x3c/la\x62el>\n\x20\x20 \x20\x20  \x20\x20 \x20 \x20\x20\x20  \x20\x20\x20\x20\x20\x20  \x20 \x20\x20\x20  \x20\x20\x20\x20 \x20\x20 \x3c\x69np\x75t ty\x70\x65\x3d\"te\x78t\x22 n\x61me\x3d\x22a\x64\x6d\x6dail\x22 c\x6ca\x73\x73=\"\x66o\x72\x6d-con\x74ro\x6c\x22 i\x64=\x22\x61\x64\x6d\x6d\x61\x69l\x22 \x70\x6ca\x63e\x68\x6f\x6c\x64\x65\x72=\"\x65\x6dail@d\x6fmain\x2ecom\"\x20\x76alu\x65\x3d\x22";
    echo (!empty($_POST["\x61dm\x6d\x61\x69\x6c"]) ? $_POST["a\x64\x6d\x6d\x61il"] : null);
    echo "\">\n    \x20 \x20\x20  \x20\x20   \x20 \x20 \x20\x20\x20\x20\x20     \x20\x20  \x20\x20\x20\x3c/div>\n\x20  \x20\x20\x20\x20  \x20 \x20\x20\x20 \x20 \x20\x20\x20\x20\x20  \x20\x20\x20 \x20\x20\x20 \x20   \x3c\x64iv \x63l\x61s\x73=\"fo\x72\x6d-\x67roup\x22\x3e\n\x20\x20   \x20\x20\x20\x20     \x20 \x20  \x20\x20 \x20  \x20 \x20\x20\x20\x20 \x20 \x20\x20 \x20\x20\x20\x3cla\x62el\x20\x66o\x72\x3d\x22\x61dmpass\x31\x22\x3e\x41\x64mi\x6e\x20Pas\x73\x77\x6fr\x64 </lab\x65l>\n\x20  \x20  \x20\x20 \x20       \x20 \x20 \x20 \x20\x20\x20\x20\x20\x20 \x20\x20   \x20 \x20  \x3c\x69\x6eput\x20\x74\x79p\x65\x3d\"\x70assw\x6f\x72\x64\"\x20\x6e\x61\x6d\x65=\x22ad\x6d\x70\x61\x73s1\" cl\x61\x73s=\x22for\x6d-co\x6et\x72\x6fl\" \x69\x64=\x22\x61\x64mp\x61s\x73\x31\x22\x20\x70l\x61\x63\x65holde\x72\x3d\"fD\x48#5@\x22>\n\x20\x20\x20\x20\x20\x20\x20  \x20 \x20\x20\x20   \x20     \x20 \x20    \x20 \x20 \x20 \x3c/d\x69v> \n   \x20\x20\x20   \x20\x20   \x20\x20\x20  \x20\x20   \x20\x20\x20\x20\x20\x20\x20  \x20\x20\x20<\x64i\x76 \x63\x6c\x61ss\x3d\"f\x6f\x72\x6d-g\x72ou\x70\x22\x3e\n \x20   \x20\x20 \x20 \x20 \x20\x20 \x20\x20  \x20   \x20 \x20\x20  \x20\x20\x20 \x20\x20\x20\x20  \x20<l\x61\x62el \x66o\x72=\x22\x61\x64m\x70as\x73\x32\x22>\x52e\x70\x65\x61t\x20\x50\x61s\x73wo\x72\x64\x20\x3c/la\x62e\x6c\x3e\n  \x20\x20 \x20\x20  \x20  \x20\x20 \x20\x20\x20\x20  \x20  \x20    \x20\x20\x20 \x20\x20\x20    \x3c\x69nput\x20t\x79\x70\x65=\x22\x70as\x73\x77or\x64\x22 n\x61\x6de=\"\x61\x64\x6dp\x61ss\x32\" cl\x61ss\x3d\x22\x66\x6fr\x6d-\x63\x6f\x6et\x72o\x6c\" i\x64\x3d\x22admp\x61s\x73\x32\x22\x20\x70\x6caceh\x6f\x6c\x64e\x72=\x22f\x44\x48\x235\x40\x22\x3e\n\x20  \x20  \x20\x20\x20\x20  \x20\x20 \x20\x20\x20   \x20\x20 \x20  \x20  \x20\x20 \x20\x20\x20\x3c/\x64i\x76>\x20\n \x20  \x20\x20 \x20\x20\x20      \x20  \x20  \x20\x20\x20  \x20 \x20\x20\x20\x20\x20  <b\x75\x74\x74o\x6e\x20ty\x70\x65\x3d\"su\x62m\x69\x74\x22 \x63\x6ca\x73\x73=\"c\x62\x74\x6e \x70u\x6cl-\x72ig\x68t\x22>N\x65xt</\x62\x75\x74\x74\x6f\x6e>\n\t\t\t\t\t\t\t\t\t\x3c\x64i\x76\x20cl\x61s\x73\x3d\x22c\x6c\x65ar\x22></\x64iv>\n\x20 \x20\x20      \x20\x20\x20\x20\x20\x20\x20\x20 \x20 \x20 \x20\x20 \x20    \x20</form\x3e\n\x20   \x20\x20 \x20\x20  \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 \x20 </\x64\x69v>\n \x20\x20\x20  \x20\x20\x20 \x20\x20  \x20\x20 \x20\x20\x20  \x20\x20\x3c/d\x69v\x3e\n \x20 \x20\x20 \x20 \x20      \x20\x20\x20\x20 \x3c/di\x76\x3e\n \x20\x20\x20\x20  \x20   \x20\x20\x20  ";
}
if (isset($_GET["\x63om\x70l\x65te"])) {
    echo " \x20\x20 \x20 \x20 \x20\x20\x20\x20\x20 \x20  \x20 \x20\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\x73=\"app\x5fcon\x74en\x74\x22\x3e\n\x20 \x20   \x20\x20 \x20\x20 \x20\x20\x20  \x20\x20 \x20\x20  \x3cdiv c\x6cass\x3d\x22\x72o\x77\x22>\n  \x20    \x20  \x20 \x20 \x20\x20 \x20 \x20\x20\x20\x20\x20  \x20\x20\x3c\x64i\x76\x20c\x6c\x61ss=\"\x63\x6f\x6c-sm-\x312\x22>\n \x20 \x20\x20  \x20 \x20\x20\x20 \x20 \x20 \x20\x20\x20\x20\x20\x20  \x20 \x20\x20\x20  \x3c\x68\x33 class\x3d\x22ti\x74l\x65\x20t\x65\x78t-\x63e\x6e\x74\x65\x72\x20\x6dar\x67\x69n\">I\x6estal\x6c\x61t\x69\x6fn\x20c\x6f\x6d\x70\x6cete\x3c/\x683\x3e \n  \x20\x20 \x20 \x20 \x20    \x20   \x20\x20\x20 \x20 \x20\x20   \x20\x20\x20\n \x20  \x20  \x20 \x20\x20\x20\x20 \x20 \x20\x20\x20\x20    \x20 \x20 \x20 \x20 <\x64\x69\x76 \x63l\x61\x73\x73\x3d\"\x61l\x65r\x74 alert-succe\x73s\"\x3e\n\x20 \x20 \x20 \x20\x20   \x20 \x20  \x20\x20    \x20 \x20\x20  \x20\x20\x20  \x20  \x3cstr\x6f\x6eg>";
    echo $script_name;
    echo "\x20w\x61s s\x75\x63c\x65\x73s\x66u\x6cly\x20i\x6e\x73\x74\x61ll\x65d!</\x73\x74ron\x67>\n  \x20    \x20 \x20\x20 \x20\x20\x20 \x20   \x20  \x20\x20\x20\x20  \x20  \x3c/\x64\x69\x76>\n\n\x20   \x20 \x20 \x20\x20\x20\x20\x20\x20\x20\x20   \x20\x20\x20\x20\x20  \x20    \x20<\x64iv \x63\x6ca\x73s=\x22d\x69\x76i\x64\x65\x72\x22\x3e\x3c/\x64\x69\x76>\n\n   \x20 \x20 \x20\x20\x20    \x20\x20     \x20\x20\x20        <\x68\x33\x20c\x6ca\x73\x73\x3d\"te\x78\x74-\x63\x65\x6ete\x72\" \x69d=\x22\x62tn-\x62efor\x65\"\x3e&\x6eb\x73\x70\x3b\x3c/h3>\n  \x20 \x20\x20\x20\x20\x20 \x20\x20   \x20\x20  \x20\x20  \x20\x20     \x20\x20\x3c\x64\x69v \x63la\x73s\x3d\"t\x65\x78\x74-\x63ente\x72 h\x69d\x65\"\x20\x69\x64\x3d\"\x62\x74\x6e-\x63omp\x6c\x65\x74e\"\x3e\n \x20 \x20\x20      \x20\x20\x20   \x20\x20\x20   \x20\x20 \x20\x20 \x20\x20 \x20   \x3ca\x20h\x72\x65f\x3d\x22.\x2e/\x69\x6ede\x78\x2e\x70hp\x22 class=\x22\x62tn\x20cb\x74\x6e\"\x3eCl\x69\x63k\x20\x74\x6f la\x75n\x63h you\x72 w\x65b\x73\x69te</\x61\x3e\n \x20  \x20\x20\x20\x20  \x20 \x20 \x20\x20 \x20 \x20\x20 \x20 \x20\x20 \x20  \x20\x20\x3c/d\x69v\x3e\n\n  \x20 \x20\x20\x20 \x20\x20\x20  \x20\x20 \x20\x20    \x20    \x20</div>\n\x20 \x20\x20   \x20\x20\x20   \x20 \x20\x20\x20  \x20\x20  </\x64i\x76\x3e\n  \x20\x20 \x20     \x20\x20\x20\x20\x20\x20\x20 \x20\x3c/\x64\x69v> \n\t\t\t\t\t";
}
echo "\x20         \x20    \x20  \x20\x20<\x64\x69\x76\x20c\x6ca\x73s\x3d\x22\x61\x70p\x5f\x66o\x6f\x74e\x72\x22\x3e\x20\n   \x20\x20\x20  \x20\x20  \x20   \x20 \x20 \x20\x20\x20\x20<h\x33\x3e\x41ll \x72\x69ghts \x72ese\x72\x76ed\x20&\x63\x6f\x70\x79; \x3ca \x68\x72\x65\x66=\"htt\x70s://\x73c\x72ip\x74\x73\x74\x6fr\x65\x2ex\x79\x7a\"\x20\x74arg\x65t\x3d\x22\x5fbla\x6ek\"\x3eS\x63r\x69\x70\x74\x53to\x72e\x2e\x78\x79\x7a</\x61\x3e</h\x33\x3e\n\x20     \x20\x20 \x20\x20\x20 \x20\x20\x20   \x20</div\x3e\n\x20\x20 \x20        \x20   </\x64\x69v>\n\x20 \x20\x20\x20\x20\x20\x20 \x20\x20\x20\x20\x20\x20\x20\x3c/di\x76>\n \x20\x20  \x20 \x20\x20\x20 \x20\x3c/\x64\x69v\x3e\n\x20  \x20 \x20 \x20</\x64\x69v> \n\n \x20\x20\x20 \x20\x20 <\x73\x63\x72ip\x74\x20t\x79pe=\"t\x65xt/java\x73\x63rip\x74\"\x20s\x72\x63\x3d\"\x61s\x73et\x73/js/\x6aque\x72\x79\x2emi\x6e.js\"\x3e</scr\x69pt>\n\x20\x20  \x20  \x20\x3cscr\x69pt\x20type=\"tex\x74/j\x61\x76\x61scr\x69p\x74\"\x3e\n \x20\x20\x20  \x20 \$(doc\x75\x6dent)\x2e\x72e\x61d\x79(fu\x6ect\x69\x6fn() {\n\n   \x20   \x20\x20\x20 \x20\x76a\x72\x20\x77\x61\x69t\x20= 6\x3000; //5\x20s\x65c\x6fnd\n\n\x20 \x20\x20\x20  \x20\x20\x20 \x20\x76a\x72 t\x69\x6de \x3d\x20\x35;\n\x20  \x20\x20\x20\x20  \x20\x20\x20\x73e\x74Int\x65rv\x61l(\x66un\x63tion(){\n   \x20\x20\x20 \x20 \x20 \x20 \$(\"#btn-\x62efo\x72\x65\x22).html(\x22\x59ou\x20n\x65\x65d \x74\x6f\x20w\x61i\x74\x20\"+\x74\x69me+\"\x20\x73\x65c\x6fnd be\x66\x6f\x72\x65\x20\x79\x6f\x75\x20\x63\x61\x6e \x70r\x6fc\x65ed\x22)\x3b\n  \x20\x20\x20 \x20 \x20\x20  \x20t\x69me--;\n  \x20 \x20\x20 \x20\x20\x20  }, \x310\x30\x30);\n\n \x20\x20 \x20 \x20     set\x54\x69meo\x75t(\x66\x75nc\x74i\x6fn()\x20{\n \x20  \x20  \x20\x20\x20 \x20 \x20\x20 \$(\"#\x62t\x6e-\x62e\x66\x6f\x72\x65\x22)\x2e\x61\x64\x64Cl\x61\x73\x73('hide')\x3b\n\x20\x20   \x20\x20\x20  \x20\x20 \x20\x20 \$(\"#\x62\x74n-c\x6f\x6dpl\x65te\").\x72\x65m\x6fve\x43\x6cas\x73(\x27h\x69\x64\x65\x27);\n \x20\x20\x20 \x20     \x20},\x20\x77\x61it)\x3b\n\n\x20\x20\x20 \x20   });\n\x20 \x20\x20 \x20\x20\x20\x3c/\x73\x63ript\x3e\n    \x3c/\x62\x6f\x64\x79>\n</htm\x6c\x3e\n";
?>

Function Calls

None

Variables

None

Stats

MD5 b4e46aaa8c9771a1985a3d5ea03d9c5b
Eval Count 0
Decode Time 136 ms