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 ${"\x47\x4cO\x42A\x4cS"}["\x6bq\x6c\x61j\x63\x6c\x68"] = "\x63o\x6efig"; ${"\x47L\x..

Decoded Output download

<?php ${"GLOBALS"}["kqlajclh"] = "config"; 
${"GLOBALS"}["ognjlos"] = "value"; 
${"GLOBALS"}["mkygrpsnnj"] = "key"; 
${"GLOBALS"}["xyzuenvkfg"] = "posts"; 
${"GLOBALS"}["ptqgivmcsmui"] = "config"; 
${"GLOBALS"}["wntjdlevoyy"] = "errMessage"; 
if (!defined("BASEPATH")) { 
    exit("Unable to view file."); 
} 
$oxwfvpfrp = "config"; 
${"GLOBALS"}["dlunks"] = "config"; 
${"GLOBALS"}["mzvhzmjuzle"] = "config"; 
$ynymydzxwcr = "config"; 
require(BASE_PATH . "/template/admin/common/sidebar.php"); 
${${"GLOBALS"}["wntjdlevoyy"]} = ""; 
if (isset($_POST["submit"])) { 
    ${"GLOBALS"}["hcjltzcndyw"] = "errMessage"; 
    ${${"GLOBALS"}["xyzuenvkfg"]} = $db->EscapeString($_POST["set"]); 
    foreach (${${"GLOBALS"}["xyzuenvkfg"]} as ${${"GLOBALS"}["mkygrpsnnj"]} => ${${"GLOBALS"}["ognjlos"]}) { 
        ${"GLOBALS"}["bgjysphoos"] = "value"; 
        $wbxirnsdwae = "key"; 
        ${"GLOBALS"}["gqckupvb"] = "config"; 
        if (${${"GLOBALS"}["gqckupvb"]}[${$wbxirnsdwae}] != ${${"GLOBALS"}["bgjysphoos"]}) { 
            ${"GLOBALS"}["jqmcxgbwgymp"] = "value"; 
            ${"GLOBALS"}["rendhvcnx"] = "config"; 
            $db->Query("UPDATE `site_config` SET `config_value`='" . ${${"GLOBALS"}["jqmcxgbwgymp"]} . "' WHERE `config_name`='" . ${${"GLOBALS"}["mkygrpsnnj"]} . "'"); 
            ${${"GLOBALS"}["rendhvcnx"]}[${${"GLOBALS"}["mkygrpsnnj"]}] = ${${"GLOBALS"}["ognjlos"]}; 
        } 
    } 
    ${${"GLOBALS"}["hcjltzcndyw"]} = "<div class=\"alert alert-success mt-2\"><b>SUCCESS:</b> Settings were successfully changed!</div>"; 
} 
${"GLOBALS"}["jdkuzln"] = "config"; 
echo "<main id="main\" class="main\">
<div class=\"pagetitle\">
  <h1>Settings</h1>
  <nav>
	<ol class="breadcrumb\">
	  <li class="breadcrumb-item\"><a href=\""; 
echo GenerateURL("dashboard", false, true); 
echo "">Home</a></li>
	  <li class="breadcrumb-item">Settings</li>
	</ol>
  </nav>
</div>
<section class=\"section\">
  <div class="row\">
    "; 
${"GLOBALS"}["nbnagcclu"] = "config"; 
echo ${${"GLOBALS"}["wntjdlevoyy"]}; 
${"GLOBALS"}["eytjhtclv"] = "config"; 
echo "	<div class="col-lg-6">
	  <div class=\"card\">
		<div class="card-body">
		  <h5 class="card-title\">General Settings</h5>
		  <form method="POST" class="row g-3">
			<div class=\"col-6\">
			  <label for="site_logo\" class="form-label">Website Name</label>
			  <input type=\"text\" class="form-control" name=\"set[site_logo]\" value=\""; 
${"GLOBALS"}["kofotneuly"] = "config"; 
$ciqxhmuz = "config"; 
$biypxdcsnqrn = "config"; 
${"GLOBALS"}["cjtgkmgxm"] = "config"; 
echo ${${"GLOBALS"}["kqlajclh"]}["site_logo"]; 
echo "\" id="site_logo" required>
			</div>
			<div class=\"col-6">
			  <label for=\"site_name\" class="form-label\">Website Title</label>
			  <input type=\"text" class=\"form-control\" name=\"set[site_name]\" value=\""; 
echo ${${"GLOBALS"}["jdkuzln"]}["site_name"]; 
echo "\" id="site_name\" required>
			</div>
			<div class="col-12">
			  <label for=\"site_description\" class=\"form-label">Meta Description</label>
			  <textarea name=\"set[site_description]" class="form-control\" id=\"site_description" required>"; 
echo ${$ynymydzxwcr}["site_description"]; 
echo "</textarea>
			</div>
			<div class=\"col-12">
			  <label for="site_keywords" class="form-label\">Meta Keywords</label>
			  <textarea name=\"set[site_keywords]\" class="form-control\" id="site_keywords" required>"; 
echo ${${"GLOBALS"}["cjtgkmgxm"]}["site_keywords"]; 
echo "</textarea>
			</div>
			<div class=\"col-6">
			  <label for=\"site_url" class=\"form-label">Non-Secure Site URL (HTTP)</label>
			  <input type=\"text\" class=\"form-control" name=\"set[site_url]" value=""; 
echo ${$oxwfvpfrp}["site_url"]; 
echo "" id="site_url\" required>
			</div>
			<div class=\"col-6\">
			  <label for=\"secure_url\" class=\"form-label\">Secure Site URL (HTTPS)</label>
			  <input type=\"text\" class="form-control\" name="set[secure_url]\" value=""; 
echo ${${"GLOBALS"}["kofotneuly"]}["secure_url"]; 
echo "\" id="secure_url\" required>
			</div>
			<div class="col-12">
			  <label for="force_secure" class="form-label\">Redirect non-secure to secure URL</label>
			  <select name=\"set[force_secure]" class=\"form-control">
				<option value="0">Disabled</option>
				<option value=\"1\""; 
echo (${${"GLOBALS"}["nbnagcclu"]}["force_secure"] == 1 ? " selected" : ""); 
echo ">Enabled</option>
			  </select>
			</div>
			<div class=\"col-12">
			  <label for="mod_rewrite\" class=\"form-label\">SEO Friendly URLs</label>
			  <select name=\"set[mod_rewrite]\" class="form-control">
				<option value="0\">Disabled</option>
				<option value=\"1\""; 
$ujyllpophbkm = "config"; 
echo (${${"GLOBALS"}["eytjhtclv"]}["mod_rewrite"] == 1 ? " selected" : ""); 
echo ">Enabled</option>
			  </select>
			</div>
			<div class="col-12">
			  <label for=\"analytics_id" class="form-label">Analytics ID</label>
			  <input type=\"text\" class="form-control\" name=\"set[analytics_id]\" value=""; 
echo ${${"GLOBALS"}["dlunks"]}["analytics_id"]; 
echo "\" id=\"analytics_id\">
			</div>
			<div class=\"text-center">
			  <button type=\"submit" name="submit" class="btn btn-primary">Save</button>
			</div>
		  </form>
		</div>
	  </div>
	</div>
	<div class=\"col-lg-6\">
	  <div class=\"card\">
		<div class=\"card-body\">
		  <h5 class=\"card-title\">Mailing Settings</h5>
		  <form method=\"POST" class=\"row g-3\">
			<div class="col-6\">
			  <label for="site_email\" class="form-label\">Contact Email</label>
			  <input type=\"text\" class="form-control\" name="set[site_email]" value=""; 
echo ${${"GLOBALS"}["kqlajclh"]}["site_email"]; 
echo "\" id=\"site_email" required>
			</div>
			<div class="col-6\">
			  <label for="noreply_email" class="form-label">NoReply Email</label>
			  <input type=\"text\" class=\"form-control" name=\"set[noreply_email]\" value=""; 
echo ${${"GLOBALS"}["kqlajclh"]}["noreply_email"]; 
echo "" id=\"noreply_email" required>
			</div>
			<div class=\"col-6">
			  <label for=\"mail_delivery_method\" class=\"form-label">Mail delivery method</label>
			  <select name=\"set[mail_delivery_method]" class="form-control">
				<option value="0\">PHP Mail()</option>
				<option value=\"1\""; 
${"GLOBALS"}["zbqvhgkssnf"] = "config"; 
echo (${$ciqxhmuz}["mail_delivery_method"] == 1 ? " selected" : ""); 
echo ">SMTP</option>
			  </select>
			</div>
			<div class="col-6\">
			  <label for="smtp_host" class=\"form-label\">SMTP Host</label>
			  <input type=\"text" class=\"form-control\" name=\"set[smtp_host]" value=\""; 
echo ${${"GLOBALS"}["mzvhzmjuzle"]}["smtp_host"]; 
$lrkqyiqs = "config"; 
echo "" id="smtp_host\" required>
			</div>
			<div class=\"col-6">
			  <label for=\"smtp_port" class="form-label">SMTP Port</label>
			  <input type="text\" class=\"form-control" name=\"set[smtp_port]\" value=""; 
echo ${$lrkqyiqs}["smtp_port"]; 
echo "\" id=\"smtp_port\" required>
			</div>
			<div class="col-6\">
			  <label for=\"smtp_auth\" class="form-label\">SMTP Auth</label>
			  <select name="set[smtp_auth]" class="form-control">
				<option value=\"0">N/A</option>
				<option value=\"ssl\""; 
echo (${${"GLOBALS"}["ptqgivmcsmui"]}["smtp_auth"] == "ssl" ? " selected" : ""); 
echo ">SSL</option>
				<option value=\"tls\""; 
echo (${$biypxdcsnqrn}["smtp_auth"] == "tls" ? " selected" : ""); 
echo ">TLS</option>
			  </select>
			</div>
			<div class=\"col-6">
			  <label for="smtp_username" class=\"form-label">SMTP Username</label>
			  <input type="text\" class="form-control" name=\"set[smtp_username]\" value=\""; 
echo ${${"GLOBALS"}["kqlajclh"]}["smtp_username"]; 
echo "\" id=\"smtp_username\" required>
			</div>
			<div class="col-6">
			  <label for="smtp_password\" class="form-label">SMTP Password</label>
			  <input type="text" class=\"form-control\" name="set[smtp_password]" value=\""; 
echo ${$ujyllpophbkm}["smtp_password"]; 
echo "\" id=\"smtp_password\" required>
			</div>
			<div class="text-center\">
			  <button type=\"submit\" name=\"submit\" class=\"btn btn-primary\">Save</button>
			</div>
		  </form>
		</div>
	  </div>
	  <div class="card">
		<div class="card-body\">
		  <h5 class=\"card-title\">Other Settings</h5>
		  <form method="POST\" class=\"row g-3">
			<div class=\"col-12\">
			  <label for=\"more_per_ip" class="form-label\">Allow multiple accounts</label>
			  <select name="set[more_per_ip]" class="form-control">
				<option value="0">False</option>
				<option value=\"1\""; 
echo (${${"GLOBALS"}["zbqvhgkssnf"]}["more_per_ip"] == 1 ? " selected" : ""); 
echo ">True</option>
			  </select>
			</div>
			<div class=\"col-12\">
			  <label for=\"reg_reqmail\" class=\"form-label">Require email confirmation</label>
			  <select name="set[reg_reqmail]\" class=\"form-control">
				<option value="0">False</option>
				<option value="1""; 
echo (${${"GLOBALS"}["kqlajclh"]}["reg_reqmail"] == 1 ? " selected" : ""); 
echo ">True</option>
			  </select>
			</div>
			<div class="text-center">
			  <button type=\"submit\" name="submit\" class=\"btn btn-primary">Save</button>
			</div>
		  </form>
		</div>
	  </div>
	</div>
  </div>
</section>
</main>
"; 
?>

Did this file decode correctly?

Original Code

<?php ${"\x47\x4cO\x42A\x4cS"}["\x6bq\x6c\x61j\x63\x6c\x68"] = "\x63o\x6efig";
${"\x47L\x4f\x42\x41L\x53"}["\x6fgn\x6al\x6f\x73"] = "\x76al\x75\x65";
${"\x47\x4cO\x42\x41\x4c\x53"}["\x6d\x6by\x67\x72\x70\x73\x6e\x6ej"] = "\x6b\x65\x79";
${"\x47\x4cO\x42A\x4c\x53"}["x\x79z\x75\x65n\x76kfg"] = "po\x73t\x73";
${"GL\x4fBAL\x53"}["\x70\x74\x71\x67i\x76\x6d\x63\x73\x6d\x75\x69"] = "c\x6f\x6e\x66i\x67";
${"G\x4c\x4fB\x41\x4cS"}["\x77\x6e\x74\x6a\x64\x6c\x65\x76\x6f\x79\x79"] = "e\x72r\x4des\x73\x61\x67\x65";
if (!defined("\x42A\x53\x45\x50\x41\x54\x48")) {
    exit("\x55na\x62l\x65 to\x20\x76\x69\x65\x77 \x66i\x6ce\x2e");
}
$oxwfvpfrp = "\x63\x6fn\x66\x69g";
${"G\x4c\x4f\x42AL\x53"}["\x64lu\x6e\x6b\x73"] = "\x63\x6f\x6e\x66i\x67";
${"G\x4c\x4f\x42\x41L\x53"}["\x6d\x7a\x76\x68\x7am\x6a\x75\x7al\x65"] = "\x63\x6f\x6efi\x67";
$ynymydzxwcr = "confi\x67";
require(BASE_PATH . "/te\x6dpl\x61\x74e/\x61\x64mi\x6e/c\x6f\x6dmon/s\x69\x64\x65\x62ar\x2e\x70hp");
${${"G\x4c\x4fB\x41\x4c\x53"}["w\x6e\x74\x6a\x64\x6cevoy\x79"]} = "";
if (isset($_POST["\x73u\x62\x6d\x69t"])) {
    ${"GL\x4f\x42\x41\x4cS"}["\x68\x63j\x6c\x74\x7ac\x6e\x64\x79\x77"] = "\x65\x72r\x4d\x65s\x73\x61ge";
    ${${"\x47\x4c\x4fBAL\x53"}["\x78\x79\x7a\x75en\x76k\x66g"]} = $db->EscapeString($_POST["\x73et"]);
    foreach (${${"G\x4c\x4fB\x41LS"}["x\x79\x7a\x75\x65\x6e\x76\x6bf\x67"]} as ${${"G\x4c\x4f\x42AL\x53"}["\x6d\x6b\x79\x67\x72\x70\x73\x6e\x6ej"]} => ${${"\x47\x4c\x4f\x42\x41L\x53"}["\x6fg\x6e\x6al\x6fs"]}) {
        ${"\x47\x4c\x4fB\x41LS"}["\x62\x67\x6a\x79s\x70\x68oo\x73"] = "val\x75\x65";
        $wbxirnsdwae = "\x6be\x79";
        ${"\x47\x4c\x4f\x42\x41\x4cS"}["\x67\x71c\x6b\x75\x70\x76\x62"] = "\x63o\x6e\x66\x69g";
        if (${${"GLO\x42\x41\x4c\x53"}["\x67q\x63\x6b\x75\x70v\x62"]}[${$wbxirnsdwae}] != ${${"G\x4c\x4f\x42\x41L\x53"}["\x62\x67\x6aysph\x6f\x6f\x73"]}) {
            ${"\x47\x4c\x4f\x42\x41\x4c\x53"}["j\x71m\x63\x78gbw\x67ymp"] = "\x76a\x6c\x75\x65";
            ${"G\x4cO\x42\x41L\x53"}["\x72\x65nd\x68\x76cn\x78"] = "c\x6f\x6e\x66ig";
            $db->Query("U\x50\x44\x41TE\x20\x60s\x69t\x65_\x63o\x6ef\x69g`\x20\x53E\x54\x20`conf\x69\x67_\x76a\x6c\x75\x65`=\x27" . ${${"\x47LO\x42\x41\x4cS"}["\x6aq\x6d\x63xg\x62\x77\x67\x79m\x70"]} . "'\x20W\x48ERE\x20`co\x6ef\x69\x67_\x6e\x61\x6de\x60=\x27" . ${${"\x47\x4c\x4fBA\x4c\x53"}["\x6d\x6b\x79\x67\x72\x70\x73nn\x6a"]} . "\x27");
            ${${"GL\x4f\x42AL\x53"}["r\x65\x6e\x64\x68\x76\x63n\x78"]}[${${"\x47\x4cO\x42\x41\x4cS"}["\x6d\x6by\x67rp\x73nn\x6a"]}] = ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["og\x6e\x6a\x6c\x6f\x73"]};
        }
    }
    ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x68\x63\x6a\x6ct\x7ac\x6ed\x79\x77"]} = "<di\x76 \x63\x6c\x61\x73s=\"ale\x72\x74 \x61lert-su\x63cess mt-2\">\x3cb\x3e\x53UCCE\x53\x53:\x3c/\x62\x3e\x20S\x65\x74\x74\x69ng\x73 w\x65\x72\x65 \x73\x75c\x63\x65\x73s\x66u\x6c\x6cy ch\x61n\x67\x65d\x21</div\x3e";
}
${"\x47L\x4f\x42A\x4c\x53"}["jd\x6b\x75\x7a\x6c\x6e"] = "\x63\x6f\x6e\x66\x69\x67";
echo "\x3c\x6d\x61\x69n id\x3d\x22m\x61in\" \x63\x6c\x61ss\x3d\x22\x6da\x69n\"\x3e\n<\x64\x69\x76 clas\x73\x3d\"page\x74\x69t\x6ce\">\n \x20\x3ch1\x3e\x53\x65\x74t\x69\x6egs</\x681>\n  <\x6ea\x76\x3e\n\t<\x6fl\x20\x63l\x61\x73s=\x22bread\x63\x72u\x6db\"\x3e\n\t \x20<\x6c\x69\x20cl\x61\x73\x73=\x22br\x65a\x64c\x72\x75m\x62-it\x65\x6d\">\x3c\x61\x20h\x72ef\x3d\"";
echo GenerateURL("\x64a\x73hb\x6fard", false, true);
echo "\x22>\x48\x6f\x6d\x65</a>\x3c/\x6ci\x3e\n\t\x20\x20\x3c\x6c\x69 \x63l\x61ss=\x22br\x65a\x64\x63r\x75\x6d\x62-\x69te\x6d\x22>Set\x74\x69\x6egs</l\x69>\n\t</o\x6c>\n\x20\x20</nav\x3e\n</\x64\x69v>\n\x3cs\x65\x63tion\x20cl\x61s\x73=\"secti\x6fn\"\x3e\n\x20 <d\x69\x76\x20cl\x61ss\x3d\x22row\"\x3e\n\x20\x20\x20\x20";
${"\x47LO\x42\x41\x4c\x53"}["\x6eb\x6eag\x63\x63\x6c\x75"] = "\x63\x6fn\x66\x69g";
echo ${${"\x47\x4c\x4f\x42\x41L\x53"}["\x77n\x74\x6adle\x76\x6f\x79\x79"]};
${"\x47\x4c\x4f\x42A\x4c\x53"}["\x65\x79\x74\x6a\x68t\x63\x6cv"] = "\x63o\x6e\x66\x69g";
echo "\t\x3cdi\x76 \x63\x6cass\x3d\x22\x63\x6f\x6c-\x6cg-6\x22>\n\t\x20 <\x64i\x76 c\x6c\x61ss\x3d\"\x63\x61\x72\x64\"\x3e\n\t\t\x3cdi\x76 cla\x73\x73\x3d\x22c\x61r\x64-b\x6fdy\x22>\n\t\t \x20\x3ch\x35\x20clas\x73=\x22c\x61rd-\x74\x69t\x6ce\">\x47en\x65\x72\x61l\x20\x53e\x74\x74in\x67\x73\x3c/\x685\x3e\n\t\t  \x3c\x66\x6fr\x6d\x20met\x68\x6f\x64=\x22\x50OST\x22 \x63la\x73\x73\x3d\x22r\x6fw\x20\x67-3\x22>\n\t\t\t\x3cdiv\x20c\x6c\x61s\x73\x3d\"\x63\x6f\x6c-6\"\x3e\n\t\t\t\x20 <\x6c\x61bel\x20f\x6f\x72\x3d\x22\x73\x69t\x65\x5fl\x6fgo\"\x20\x63\x6c\x61\x73\x73=\x22fo\x72\x6d-\x6ca\x62\x65\x6c\x22\x3e\x57ebsi\x74e \x4e\x61me\x3c/l\x61\x62el\x3e\n\t\t\t  \x3ci\x6e\x70ut t\x79\x70\x65\x3d\"\x74e\x78t\" class\x3d\x22for\x6d-\x63o\x6et\x72o\x6c\x22 \x6eam\x65=\"set[\x73\x69te_\x6c\x6fg\x6f]\" va\x6c\x75e=\"";
${"\x47\x4cO\x42\x41\x4c\x53"}["\x6b\x6f\x66\x6f\x74\x6e\x65\x75\x6c\x79"] = "c\x6f\x6e\x66\x69g";
$ciqxhmuz = "\x63\x6f\x6ef\x69\x67";
$biypxdcsnqrn = "\x63on\x66\x69\x67";
${"\x47\x4c\x4f\x42A\x4c\x53"}["\x63\x6at\x67\x6b\x6d\x67\x78\x6d"] = "\x63o\x6e\x66\x69\x67";
echo ${${"\x47LO\x42\x41LS"}["\x6b\x71\x6cajcl\x68"]}["\x73i\x74\x65\x5flo\x67o"];
echo "\" \x69d=\x22\x73\x69\x74\x65\x5f\x6cog\x6f\x22 \x72e\x71\x75\x69r\x65d\x3e\n\t\t\t</\x64i\x76>\n\t\t\t<d\x69v \x63l\x61ss\x3d\"\x63\x6fl-6\x22\x3e\n\t\t\t  \x3clab\x65l\x20f\x6fr\x3d\"\x73i\x74\x65_\x6ea\x6de\"\x20cl\x61s\x73\x3d\x22f\x6fr\x6d-\x6c\x61\x62\x65l\">\x57\x65b\x73\x69\x74\x65\x20Titl\x65</labe\x6c>\n\t\t\t  <in\x70\x75\x74\x20\x74\x79\x70e\x3d\"te\x78\x74\x22 c\x6c\x61s\x73=\"f\x6fr\x6d-co\x6e\x74r\x6f\x6c\" na\x6de\x3d\"s\x65t[sit\x65_\x6e\x61\x6de]\" v\x61lue\x3d\"";
echo ${${"GL\x4f\x42\x41LS"}["\x6a\x64\x6b\x75\x7a\x6cn"]}["\x73i\x74e_nam\x65"];
echo "\" id=\x22s\x69t\x65\x5fname\" r\x65\x71ui\x72\x65\x64>\n\t\t\t</\x64\x69\x76\x3e\n\t\t\t<di\x76\x20c\x6c\x61\x73s\x3d\x22\x63\x6fl-\x31\x32\x22>\n\t\t\t  <\x6cabel for\x3d\"\x73\x69t\x65\x5fdescr\x69p\x74io\x6e\"\x20\x63l\x61\x73s=\"form-\x6c\x61b\x65\x6c\x22\x3eMet\x61 D\x65sc\x72\x69\x70\x74i\x6fn\x3c/la\x62\x65l>\n\t\t\t\x20 <\x74e\x78\x74\x61\x72e\x61 \x6ea\x6d\x65=\"s\x65\x74[s\x69\x74e\x5f\x64esc\x72iptio\x6e]\x22 \x63l\x61\x73\x73=\x22fo\x72\x6d-\x63\x6f\x6etr\x6fl\" i\x64=\"s\x69\x74e_\x64es\x63\x72i\x70t\x69o\x6e\x22 req\x75i\x72ed\x3e";
echo ${$ynymydzxwcr}["\x73it\x65_\x64e\x73\x63\x72ipt\x69\x6fn"];
echo "</t\x65\x78\x74a\x72\x65\x61\x3e\n\t\t\t\x3c/\x64\x69\x76>\n\t\t\t<di\x76 cla\x73s\x3d\"col-1\x32\x22>\n\t\t\t  \x3cla\x62\x65l\x20fo\x72=\x22\x73it\x65\x5fke\x79\x77\x6f\x72ds\x22\x20cla\x73\x73=\x22f\x6frm-\x6c\x61b\x65\x6c\">\x4det\x61\x20Ke\x79\x77\x6f\x72\x64\x73</\x6cabel>\n\t\t\t\x20 <t\x65xt\x61r\x65a \x6ea\x6d\x65=\"s\x65\x74[site_\x6be\x79wo\x72ds]\"\x20c\x6cas\x73\x3d\x22f\x6f\x72m-\x63o\x6etr\x6f\x6c\"\x20\x69\x64\x3d\x22\x73\x69\x74e\x5fkey\x77\x6fr\x64s\x22\x20\x72eq\x75ired\x3e";
echo ${${"G\x4c\x4fBA\x4c\x53"}["\x63\x6atg\x6bm\x67\x78\x6d"]}["si\x74e_\x6b\x65yw\x6f\x72d\x73"];
echo "</\x74\x65x\x74\x61r\x65a>\n\t\t\t</\x64iv>\n\t\t\t\x3cd\x69v\x20\x63\x6ca\x73s=\"col-\x36\x22>\n\t\t\t  <\x6c\x61b\x65\x6c\x20\x66\x6f\x72\x3d\"\x73\x69\x74e\x5furl\x22\x20\x63\x6cas\x73=\"\x66or\x6d-\x6cabe\x6c\x22\x3e\x4eon-\x53e\x63ure\x20S\x69\x74\x65 \x55\x52\x4c\x20(HTT\x50)</\x6c\x61be\x6c>\n\t\t\t\x20 <in\x70\x75\x74 t\x79\x70e=\"\x74\x65x\x74\" cla\x73s\x3d\"for\x6d-con\x74ro\x6c\x22 \x6eam\x65=\"\x73e\x74[\x73it\x65_url]\x22 v\x61l\x75e\x3d\x22";
echo ${$oxwfvpfrp}["si\x74e\x5f\x75r\x6c"];
echo "\x22\x20\x69\x64=\x22\x73i\x74e\x5furl\" re\x71\x75ir\x65d>\n\t\t\t</\x64\x69\x76>\n\t\t\t\x3c\x64\x69v\x20c\x6c\x61\x73s\x3d\"col-\x36\">\n\t\t\t  \x3cl\x61b\x65\x6c\x20f\x6fr=\"\x73e\x63\x75r\x65_url\"\x20cla\x73\x73=\"f\x6f\x72m-\x6c\x61b\x65l\"\x3e\x53\x65\x63u\x72\x65 \x53\x69t\x65 \x55RL\x20(\x48\x54TP\x53)</l\x61\x62el>\n\t\t\t\x20\x20<i\x6epu\x74\x20t\x79p\x65\x3d\"t\x65\x78\x74\" c\x6cass\x3d\x22f\x6frm-\x63\x6fntr\x6f\x6c\"\x20na\x6de=\x22\x73\x65\x74[se\x63\x75re\x5f\x75r\x6c]\"\x20v\x61\x6c\x75e\x3d\x22";
echo ${${"\x47\x4c\x4f\x42\x41\x4cS"}["k\x6f\x66\x6f\x74\x6e\x65\x75\x6c\x79"]}["se\x63\x75\x72\x65\x5f\x75\x72l"];
echo "\"\x20\x69d=\x22se\x63u\x72e_ur\x6c\"\x20r\x65qui\x72e\x64\x3e\n\t\t\t</div>\n\t\t\t\x3c\x64\x69v\x20\x63l\x61ss=\x22col-\x31\x32\x22>\n\t\t\t  \x3cl\x61\x62\x65l f\x6f\x72=\x22\x66orc\x65_\x73\x65cure\x22 c\x6cas\x73=\x22\x66o\x72m-\x6cab\x65\x6c\"\x3e\x52\x65\x64i\x72\x65\x63\x74 \x6eon-\x73e\x63\x75re\x20\x74o\x20sec\x75re \x55RL</\x6ca\x62e\x6c>\n\t\t\t \x20<s\x65\x6c\x65c\x74\x20\x6ea\x6de\x3d\"\x73e\x74[f\x6f\x72ce_s\x65c\x75\x72e]\x22 c\x6ca\x73s\x3d\"\x66\x6frm-\x63o\x6etr\x6f\x6c\x22\x3e\n\t\t\t\t<\x6f\x70\x74ion v\x61\x6cue=\x220\x22>Di\x73\x61bl\x65d\x3c/o\x70\x74io\x6e\x3e\n\t\t\t\t\x3c\x6fp\x74i\x6f\x6e\x20\x76alue=\"1\"";
echo (${${"G\x4cOBA\x4cS"}["\x6e\x62\x6e\x61\x67c\x63\x6c\x75"]}["\x66orc\x65_\x73e\x63\x75\x72e"] == 1 ? "\x20s\x65le\x63\x74\x65d" : "");
echo ">\x45nab\x6ced\x3c/o\x70tion>\n\t\t\t\x20\x20</\x73\x65\x6c\x65\x63\x74>\n\t\t\t</\x64\x69\x76\x3e\n\t\t\t\x3cdiv cla\x73\x73\x3d\"\x63\x6fl-\x312\x22>\n\t\t\t\x20 \x3cl\x61bel f\x6f\x72\x3d\x22\x6do\x64_\x72ewr\x69te\"\x20c\x6c\x61\x73s=\"fo\x72\x6d-\x6c\x61b\x65l\"\x3eS\x45O \x46\x72\x69\x65\x6edly\x20\x55\x52\x4cs</\x6cabel>\n\t\t\t\x20\x20\x3cselect\x20\x6e\x61\x6de\x3d\"\x73et[m\x6f\x64\x5f\x72\x65\x77ri\x74\x65]\" cl\x61\x73s\x3d\x22\x66o\x72m-co\x6e\x74rol\x22\x3e\n\t\t\t\t<opt\x69\x6f\x6e val\x75e\x3d\x22\x30\">\x44\x69s\x61\x62l\x65d</\x6f\x70\x74i\x6f\x6e\x3e\n\t\t\t\t\x3c\x6f\x70ti\x6f\x6e \x76al\x75\x65=\"\x31\"";
$ujyllpophbkm = "c\x6f\x6e\x66i\x67";
echo (${${"\x47\x4c\x4f\x42\x41LS"}["\x65y\x74\x6a\x68\x74\x63\x6c\x76"]}["m\x6f\x64_\x72\x65w\x72\x69t\x65"] == 1 ? " s\x65lect\x65\x64" : "");
echo ">\x45n\x61ble\x64\x3c/\x6f\x70t\x69\x6f\x6e\x3e\n\t\t\t \x20\x3c/sel\x65\x63\x74\x3e\n\t\t\t\x3c/\x64\x69\x76\x3e\n\t\t\t<div\x20\x63l\x61s\x73=\x22\x63ol-\x31\x32\x22>\n\t\t\t\x20 <\x6c\x61be\x6c for\x3d\"\x61\x6e\x61\x6cyti\x63s_\x69d\x22 cl\x61s\x73=\x22\x66\x6f\x72\x6d-l\x61\x62el\x22>\x41\x6e\x61l\x79\x74\x69\x63\x73\x20I\x44\x3c/l\x61\x62e\x6c>\n\t\t\t\x20 \x3c\x69\x6eput t\x79pe=\"te\x78\x74\" c\x6ca\x73\x73\x3d\x22form-c\x6f\x6e\x74ro\x6c\" \x6e\x61\x6de\x3d\"\x73\x65t[a\x6ealy\x74\x69\x63\x73_\x69\x64]\" \x76\x61l\x75\x65=\x22";
echo ${${"\x47\x4c\x4f\x42A\x4cS"}["d\x6c\x75\x6e\x6b\x73"]}["\x61nalytics_i\x64"];
echo "\"\x20\x69\x64=\"\x61na\x6c\x79\x74i\x63s\x5f\x69d\"\x3e\n\t\t\t</\x64\x69\x76>\n\t\t\t<\x64iv\x20\x63la\x73\x73\x3d\"\x74\x65\x78\x74-\x63\x65nter\x22\x3e\n\t\t\t  \x3cbutt\x6fn \x74y\x70e=\"\x73u\x62\x6d\x69t\x22 name\x3d\x22su\x62\x6d\x69\x74\x22 c\x6ca\x73s\x3d\x22\x62tn\x20b\x74\x6e-\x70r\x69m\x61r\x79\x22\x3e\x53\x61v\x65\x3c/but\x74\x6fn>\n\t\t\t</di\x76\x3e\n\t\t \x20\x3c/\x66orm\x3e\n\t\t</d\x69\x76>\n\t\x20\x20</d\x69\x76>\n\t\x3c/d\x69\x76>\n\t\x3c\x64\x69\x76 \x63la\x73\x73\x3d\"col-\x6c\x67-6\">\n\t\x20 <\x64i\x76 \x63\x6c\x61s\x73\x3d\"ca\x72\x64\">\n\t\t<d\x69\x76 cl\x61s\x73=\"\x63\x61\x72\x64-bod\x79\">\n\t\t  \x3ch\x35 \x63la\x73s\x3d\"\x63a\x72\x64-t\x69tl\x65\"\x3eMai\x6ci\x6eg\x20\x53\x65\x74t\x69\x6e\x67s</\x685>\n\t\t\x20 \x3cf\x6f\x72\x6d \x6d\x65\x74\x68\x6f\x64=\"\x50\x4f\x53\x54\x22\x20c\x6ca\x73\x73=\"\x72\x6fw g-\x33\"\x3e\n\t\t\t\x3c\x64\x69v \x63\x6cas\x73\x3d\x22\x63ol-6\"\x3e\n\t\t\t \x20<labe\x6c \x66\x6f\x72\x3d\x22s\x69\x74\x65_email\" \x63\x6cas\x73\x3d\x22f\x6f\x72m-la\x62el\">\x43o\x6eta\x63t\x20\x45\x6dai\x6c\x3c/\x6cab\x65l\x3e\n\t\t\t  <\x69nput t\x79pe\x3d\"\x74ext\" cl\x61s\x73=\x22for\x6d-\x63\x6fntrol\"\x20\x6e\x61\x6d\x65=\x22se\x74[\x73ite_e\x6d\x61\x69\x6c]\x22\x20v\x61l\x75\x65=\x22";
echo ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x6b\x71\x6c\x61\x6ac\x6c\x68"]}["\x73i\x74\x65_e\x6da\x69\x6c"];
echo "\"\x20id\x3d\"sit\x65_email\x22 re\x71u\x69\x72\x65\x64>\n\t\t\t\x3c/d\x69\x76\x3e\n\t\t\t<di\x76\x20cl\x61\x73\x73=\x22col-6\">\n\t\t\t\x20 \x3c\x6c\x61b\x65\x6c\x20for=\x22norep\x6c\x79_em\x61\x69\x6c\x22 cl\x61s\x73=\x22f\x6f\x72\x6d-\x6ca\x62\x65\x6c\x22>\x4eoR\x65pl\x79\x20Em\x61\x69l</lab\x65l>\n\t\t\t\x20\x20<inp\x75t\x20t\x79\x70\x65=\"\x74\x65\x78\x74\"\x20cl\x61s\x73=\"for\x6d-co\x6e\x74ro\x6c\x22\x20n\x61\x6d\x65=\"s\x65t[\x6eo\x72\x65\x70\x6cy_e\x6d\x61\x69\x6c]\" \x76\x61\x6c\x75e=\x22";
echo ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["k\x71la\x6acl\x68"]}["nor\x65ply\x5f\x65\x6d\x61\x69\x6c"];
echo "\x22 id\x3d\"no\x72\x65p\x6c\x79_e\x6da\x69l\x22\x20r\x65\x71uired>\n\t\t\t</div\x3e\n\t\t\t\x3c\x64i\x76\x20\x63la\x73s\x3d\"col-6\x22>\n\t\t\t \x20\x3c\x6c\x61\x62el \x66or=\"\x6d\x61il_\x64\x65\x6c\x69v\x65\x72y\x5fmet\x68od\" c\x6cass\x3d\"\x66\x6f\x72\x6d-la\x62e\x6c\x22\x3e\x4d\x61i\x6c\x20d\x65liv\x65\x72y\x20me\x74\x68\x6fd\x3c/\x6c\x61\x62e\x6c>\n\t\t\t  <\x73e\x6c\x65c\x74\x20name\x3d\"\x73et[m\x61i\x6c_d\x65l\x69\x76\x65\x72y_me\x74ho\x64]\x22\x20\x63\x6ca\x73\x73\x3d\x22\x66orm-c\x6f\x6etr\x6fl\x22\x3e\n\t\t\t\t<\x6f\x70\x74\x69o\x6e v\x61lu\x65=\x220\"\x3eP\x48P Mai\x6c()\x3c/o\x70tio\x6e\x3e\n\t\t\t\t\x3co\x70tion \x76al\x75\x65\x3d\"\x31\"";
${"\x47L\x4fB\x41\x4c\x53"}["zb\x71\x76\x68\x67\x6bs\x73\x6e\x66"] = "\x63\x6fnfi\x67";
echo (${$ciqxhmuz}["mail\x5f\x64el\x69ver\x79\x5fmeth\x6f\x64"] == 1 ? " \x73\x65l\x65ct\x65\x64" : "");
echo ">\x53M\x54\x50\x3c/\x6fp\x74\x69\x6fn\x3e\n\t\t\t\x20\x20</\x73el\x65\x63t\x3e\n\t\t\t</d\x69\x76>\n\t\t\t<d\x69v \x63la\x73s=\x22co\x6c-\x36\">\n\t\t\t\x20\x20<\x6ca\x62el \x66\x6fr=\x22sm\x74\x70\x5fho\x73\x74\x22\x20\x63\x6cas\x73\x3d\"\x66\x6frm-la\x62\x65l\">\x53\x4d\x54\x50 H\x6fst</lab\x65l\x3e\n\t\t\t \x20<inp\x75t \x74ype\x3d\"\x74ex\x74\x22\x20\x63la\x73\x73=\"\x66orm-co\x6e\x74r\x6f\x6c\" na\x6d\x65=\"s\x65\x74[smt\x70\x5fhost]\x22 v\x61lue=\"";
echo ${${"\x47\x4c\x4fB\x41LS"}["m\x7av\x68\x7a\x6d\x6a\x75\x7a\x6c\x65"]}["s\x6d\x74\x70_\x68o\x73\x74"];
$lrkqyiqs = "con\x66\x69g";
echo "\x22 \x69d=\x22s\x6dtp_\x68o\x73t\" r\x65\x71ui\x72\x65\x64>\n\t\t\t\x3c/di\x76>\n\t\t\t\x3cdiv\x20c\x6cas\x73\x3d\"c\x6f\x6c-6\x22>\n\t\t\t  <\x6c\x61\x62\x65\x6c\x20\x66\x6fr=\"s\x6d\x74p_por\x74\x22 \x63\x6c\x61s\x73\x3d\x22f\x6fr\x6d-\x6cab\x65\x6c\x22\x3eSM\x54P \x50o\x72\x74</\x6cab\x65l\x3e\n\t\t\t\x20 <i\x6ep\x75t\x20ty\x70\x65=\x22t\x65x\x74\"\x20cl\x61\x73s=\"\x66\x6fr\x6d-control\x22\x20na\x6d\x65\x3d\"\x73e\x74[smtp_\x70o\x72\x74]\" \x76\x61\x6c\x75e=\x22";
echo ${$lrkqyiqs}["\x73mtp_\x70or\x74"];
echo "\"\x20\x69d\x3d\"\x73m\x74p_\x70\x6f\x72t\" required\x3e\n\t\t\t\x3c/div>\n\t\t\t<d\x69\x76\x20\x63la\x73s\x3d\x22col-6\"\x3e\n\t\t\t  <\x6cab\x65\x6c for\x3d\"\x73\x6d\x74\x70_\x61uth\" \x63\x6c\x61ss\x3d\x22\x66\x6f\x72\x6d-l\x61bel\">SM\x54\x50 A\x75\x74\x68\x3c/\x6ca\x62\x65l>\n\t\t\t  \x3c\x73e\x6c\x65\x63t\x20\x6ea\x6de=\x22s\x65\x74[\x73\x6dtp_\x61\x75\x74h]\x22\x20cl\x61ss=\x22f\x6fr\x6d-\x63\x6fn\x74\x72\x6f\x6c\x22\x3e\n\t\t\t\t\x3c\x6fpt\x69\x6f\x6e\x20va\x6c\x75\x65\x3d\"\x30\x22>N/A\x3c/\x6f\x70t\x69\x6fn\x3e\n\t\t\t\t\x3co\x70ti\x6fn\x20valu\x65=\"s\x73l\"";
echo (${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["p\x74q\x67\x69\x76\x6d\x63s\x6d\x75i"]}["s\x6d\x74p\x5fa\x75t\x68"] == "\x73s\x6c" ? "\x20\x73ele\x63\x74e\x64" : "");
echo ">\x53S\x4c\x3c/\x6fp\x74\x69\x6f\x6e\x3e\n\t\t\t\t\x3copt\x69o\x6e\x20v\x61l\x75e=\"\x74\x6cs\"";
echo (${$biypxdcsnqrn}["\x73\x6d\x74\x70\x5fa\x75t\x68"] == "tl\x73" ? "\x20se\x6c\x65\x63\x74e\x64" : "");
echo ">\x54LS\x3c/o\x70\x74ion\x3e\n\t\t\t  </\x73el\x65\x63t\x3e\n\t\t\t</d\x69\x76\x3e\n\t\t\t<d\x69\x76\x20c\x6c\x61\x73\x73\x3d\"\x63\x6f\x6c-\x36\x22>\n\t\t\t\x20\x20\x3cl\x61\x62\x65l fo\x72\x3d\x22s\x6dtp_user\x6ea\x6de\x22\x20c\x6cass\x3d\"f\x6fr\x6d-labe\x6c\x22\x3e\x53\x4dTP \x55\x73e\x72\x6eame</l\x61b\x65l\x3e\n\t\t\t\x20\x20\x3cin\x70\x75t\x20\x74ype=\x22text\" \x63la\x73s=\x22\x66or\x6d-c\x6f\x6et\x72o\x6c\x22\x20n\x61\x6de=\"\x73\x65\x74[sm\x74\x70_us\x65\x72\x6ea\x6d\x65]\"\x20\x76a\x6c\x75\x65\x3d\"";
echo ${${"\x47L\x4f\x42\x41L\x53"}["\x6b\x71\x6cajc\x6ch"]}["\x73mtp_\x75se\x72\x6ea\x6de"];
echo "\" \x69\x64\x3d\"s\x6dtp_u\x73e\x72n\x61\x6de\" r\x65\x71\x75\x69\x72ed>\n\t\t\t</\x64\x69v>\n\t\t\t\x3c\x64iv cl\x61\x73s\x3d\x22\x63\x6fl-\x36\x22>\n\t\t\t\x20\x20<\x6c\x61\x62el f\x6f\x72=\x22\x73mt\x70\x5fp\x61\x73\x73word\" \x63las\x73\x3d\x22\x66o\x72m-l\x61bel\x22\x3eSM\x54\x50 \x50\x61ssw\x6frd\x3c/\x6c\x61\x62e\x6c\x3e\n\t\t\t\x20 <\x69n\x70\x75\x74 t\x79\x70e=\x22t\x65x\x74\x22 clas\x73\x3d\"\x66orm-c\x6fntr\x6fl\"\x20name=\x22s\x65\x74[\x73\x6d\x74\x70\x5fp\x61\x73sw\x6f\x72d]\x22\x20v\x61\x6c\x75\x65\x3d\"";
echo ${$ujyllpophbkm}["sm\x74p_passw\x6fr\x64"];
echo "\" id=\"sm\x74p_\x70a\x73\x73\x77\x6f\x72\x64\" \x72\x65\x71\x75i\x72ed\x3e\n\t\t\t\x3c/\x64\x69v>\n\t\t\t<di\x76\x20c\x6cas\x73\x3d\x22te\x78t-cen\x74e\x72\">\n\t\t\t\x20 <\x62u\x74t\x6f\x6e t\x79pe\x3d\"\x73u\x62\x6d\x69\x74\"\x20na\x6de=\"su\x62\x6dit\"\x20c\x6c\x61\x73\x73\x3d\"\x62\x74\x6e \x62\x74\x6e-p\x72\x69\x6d\x61\x72y\"\x3eS\x61ve\x3c/\x62utt\x6f\x6e\x3e\n\t\t\t\x3c/di\x76>\n\t\t  </\x66o\x72\x6d\x3e\n\t\t\x3c/\x64i\x76\x3e\n\t \x20</d\x69v\x3e\n\t\x20\x20<\x64\x69v \x63las\x73=\x22\x63a\x72d\x22>\n\t\t\x3c\x64\x69\x76\x20c\x6ca\x73\x73\x3d\x22\x63\x61rd-b\x6fd\x79\">\n\t\t \x20\x3ch\x35\x20\x63la\x73s\x3d\"\x63a\x72\x64-t\x69t\x6ce\">Oth\x65\x72\x20Setti\x6eg\x73</h\x35>\n\t\t  <fo\x72\x6d m\x65\x74\x68\x6fd\x3d\x22P\x4f\x53T\" c\x6c\x61s\x73=\"\x72o\x77 \x67-3\x22>\n\t\t\t<\x64i\x76\x20\x63la\x73\x73=\"co\x6c-12\"\x3e\n\t\t\t  <\x6c\x61\x62\x65l \x66or=\"\x6do\x72e_\x70er_ip\x22\x20\x63lass\x3d\x22f\x6f\x72m-\x6c\x61\x62e\x6c\"\x3e\x41ll\x6fw \x6d\x75\x6ct\x69p\x6ce\x20\x61c\x63\x6f\x75nts</\x6c\x61\x62e\x6c\x3e\n\t\t\t  \x3cse\x6cect\x20\x6e\x61\x6d\x65=\x22\x73et[m\x6f\x72e_\x70\x65\x72\x5fi\x70]\x22\x20\x63\x6ca\x73\x73=\x22f\x6f\x72\x6d-con\x74rol\x22\x3e\n\t\t\t\t<o\x70t\x69\x6f\x6e\x20\x76a\x6cu\x65=\x22\x30\x22>F\x61ls\x65\x3c/o\x70tio\x6e\x3e\n\t\t\t\t\x3c\x6f\x70\x74ion\x20va\x6c\x75e\x3d\"\x31\"";
echo (${${"G\x4c\x4f\x42A\x4c\x53"}["\x7a\x62q\x76h\x67\x6b\x73\x73nf"]}["m\x6fre_\x70e\x72\x5f\x69p"] == 1 ? " sel\x65\x63\x74\x65\x64" : "");
echo ">T\x72\x75\x65</\x6f\x70\x74\x69\x6fn\x3e\n\t\t\t \x20\x3c/\x73\x65l\x65\x63\x74>\n\t\t\t\x3c/di\x76>\n\t\t\t\x3c\x64\x69v \x63l\x61ss\x3d\"\x63\x6f\x6c-\x312\">\n\t\t\t\x20 <l\x61b\x65\x6c\x20f\x6fr\x3d\"\x72eg\x5fr\x65q\x6dai\x6c\" \x63la\x73\x73=\"fo\x72m-\x6c\x61b\x65l\x22>\x52eq\x75\x69r\x65\x20e\x6d\x61\x69\x6c c\x6fnfi\x72\x6d\x61tion</\x6cabel>\n\t\t\t\x20 \x3cs\x65lec\x74 na\x6d\x65\x3d\x22s\x65\x74[\x72e\x67_req\x6d\x61\x69\x6c]\" \x63\x6c\x61s\x73=\"f\x6frm-\x63\x6f\x6e\x74r\x6f\x6c\x22\x3e\n\t\t\t\t<o\x70t\x69\x6f\x6e\x20va\x6c\x75\x65\x3d\x220\x22\x3e\x46a\x6cse</\x6fp\x74ion\x3e\n\t\t\t\t\x3c\x6f\x70\x74\x69on\x20v\x61\x6cue=\x22\x31\x22";
echo (${${"G\x4c\x4f\x42\x41L\x53"}["\x6bqla\x6a\x63\x6c\x68"]}["\x72eg_req\x6d\x61\x69\x6c"] == 1 ? " \x73\x65\x6c\x65c\x74\x65\x64" : "");
echo "\x3e\x54\x72ue</opti\x6fn>\n\t\t\t \x20\x3c/s\x65lect\x3e\n\t\t\t\x3c/d\x69\x76\x3e\n\t\t\t\x3c\x64i\x76 \x63la\x73\x73\x3d\x22t\x65xt-\x63\x65nt\x65\x72\x22>\n\t\t\t \x20\x3cbut\x74\x6fn\x20\x74\x79p\x65\x3d\"submit\" \x6e\x61\x6d\x65\x3d\x22\x73u\x62\x6dit\"\x20\x63l\x61\x73s=\"b\x74\x6e \x62\x74\x6e-\x70\x72\x69m\x61ry\x22>S\x61ve</\x62utt\x6fn>\n\t\t\t\x3c/\x64\x69v>\n\t\t  \x3c/\x66\x6f\x72m>\n\t\t\x3c/\x64\x69v>\n\t  </d\x69\x76\x3e\n\t</d\x69v>\n \x20\x3c/\x64iv\x3e\n\x3c/se\x63\x74\x69o\x6e>\n\x3c/main>\n";
?>

Function Calls

None

Variables

None

Stats

MD5 26f089ebdd5a2fb171312934bcb80077
Eval Count 0
Decode Time 80 ms