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\x4c\x4fB\x41\x4c\x53"}["md\x62\x6bk\x7a"] = "\x6de\x74hod"; ${"GL\x4f\x42A\..
Decoded Output download
<?php ${"GLOBALS"}["mdbkkz"] = "method";
${"GLOBALS"}["kugvqnjh"] = "methods";
${"GLOBALS"}["syprjtmbhb"] = "edit";
${"GLOBALS"}["eduweuylid"] = "id";
${"GLOBALS"}["fxyqud"] = "info";
${"GLOBALS"}["eitatqgowcv"] = "minimum";
${"GLOBALS"}["jdnlzftct"] = "edit";
${"GLOBALS"}["lbxnubrkj"] = "name";
${"GLOBALS"}["utpsuwedmv"] = "errMessage";
${"GLOBALS"}["igbjuefnlvr"] = "value";
${"GLOBALS"}["bkwdrsek"] = "config";
$mrbpirqjvf = "edit";
${"GLOBALS"}["tspyrkfofos"] = "key";
${"GLOBALS"}["oxxvxvitq"] = "edit";
${"GLOBALS"}["widudohs"] = "posts";
if (!defined("BASEPATH")) {
exit("Unable to view file.");
}
$yhejnehh = "errMessage";
require(BASE_PATH . "/template/admin/common/sidebar.php");
${$yhejnehh} = "";
if (isset($_POST["submit"])) {
${"GLOBALS"}["whcmkro"] = "key";
${"GLOBALS"}["fydsceiyqde"] = "value";
${${"GLOBALS"}["widudohs"]} = $db->EscapeString($_POST["set"]);
foreach (${${"GLOBALS"}["widudohs"]} as ${${"GLOBALS"}["whcmkro"]} => ${${"GLOBALS"}["fydsceiyqde"]}) {
$jxoexqxrxp = "config";
${"GLOBALS"}["gwuvlbzyt"] = "value";
if (${$jxoexqxrxp}[${${"GLOBALS"}["tspyrkfofos"]}] != ${${"GLOBALS"}["gwuvlbzyt"]}) {
$erzsywvdpc = "value";
${"GLOBALS"}["igbjpnlltsc"] = "key";
$db->Query("UPDATE `site_config` SET `config_value`='" . ${$erzsywvdpc} . "' WHERE `config_name`='" . ${${"GLOBALS"}["igbjpnlltsc"]} . "'");
${${"GLOBALS"}["bkwdrsek"]}[${${"GLOBALS"}["tspyrkfofos"]}] = ${${"GLOBALS"}["igbjuefnlvr"]};
}
}
${${"GLOBALS"}["utpsuwedmv"]} = "<div class="alert alert-success mt-2\"><b>SUCCESS:</b> Settings were successfully changed!</div>";
}
if (isset($_POST["add_method"])) {
$wylbdtqnnh = "info";
${"GLOBALS"}["tarmodfiv"] = "minimum";
$xpnpukjcosk = "info";
${${"GLOBALS"}["lbxnubrkj"]} = $db->EscapeString($_POST["name"]);
${$wylbdtqnnh} = $db->EscapeString($_POST["info"]);
${"GLOBALS"}["qokonvc"] = "name";
${${"GLOBALS"}["eitatqgowcv"]} = $db->EscapeString($_POST["minimum"]);
if (empty(${${"GLOBALS"}["qokonvc"]}) || empty(${$xpnpukjcosk}) || empty(${${"GLOBALS"}["tarmodfiv"]})) {
$pskncb = "errMessage";
${$pskncb} = "<div class="alert alert-danger\"><b>ERROR:</b> Please complete all fields!</div>";
} else {
$ikackko = "name";
$db->Query("INSERT INTO `withdraw_methods` (`method`,`info`,`minimum`) VALUES ('" . ${$ikackko} . "','" . ${${"GLOBALS"}["fxyqud"]} . "','" . ${${"GLOBALS"}["eitatqgowcv"]} . "')");
${${"GLOBALS"}["utpsuwedmv"]} = "<div class="alert alert-success\"><b>SUCCESS:</b> Withdrawal method was successfully added!</div>";
}
}
if (isset($_GET["edit"])) {
${"GLOBALS"}["aopbts"] = "edit";
$mficqkmdiix = "id";
${"GLOBALS"}["eirlnunjp"] = "edit";
${${"GLOBALS"}["eduweuylid"]} = $db->EscapeString($_GET["edit"]);
${${"GLOBALS"}["aopbts"]} = $db->QueryFetchArray("SELECT * FROM `withdraw_methods` WHERE `id` = '" . ${$mficqkmdiix} . "' LIMIT 1");
if (!empty(${${"GLOBALS"}["eirlnunjp"]}["id"])) {
if (isset($_POST["edit_method"])) {
${"GLOBALS"}["yeftnfbh"] = "info";
${${"GLOBALS"}["lbxnubrkj"]} = $db->EscapeString($_POST["name"]);
${"GLOBALS"}["sudcajsffue"] = "info";
${"GLOBALS"}["zbwmlngesmoi"] = "minimum";
${${"GLOBALS"}["sudcajsffue"]} = $db->EscapeString($_POST["info"]);
${"GLOBALS"}["xylwgiy"] = "name";
${${"GLOBALS"}["zbwmlngesmoi"]} = $db->EscapeString($_POST["minimum"]);
if (empty(${${"GLOBALS"}["xylwgiy"]}) || empty(${${"GLOBALS"}["yeftnfbh"]}) || empty(${${"GLOBALS"}["eitatqgowcv"]})) {
${${"GLOBALS"}["utpsuwedmv"]} = "<div class=\"alert alert-danger"><b>ERROR:</b> Please complete all fields!</div>";
} else {
$jcbymisv = "name";
${"GLOBALS"}["kxburfdsxve"] = "info";
${"GLOBALS"}["yydqpsj"] = "edit";
${"GLOBALS"}["endlil"] = "errMessage";
$db->Query("UPDATE `withdraw_methods` SET `method`='" . ${$jcbymisv} . "', `info`='" . ${${"GLOBALS"}["kxburfdsxve"]} . "', `minimum`='" . ${${"GLOBALS"}["eitatqgowcv"]} . "' WHERE `id`='" . ${${"GLOBALS"}["syprjtmbhb"]}["id"] . "'");
${${"GLOBALS"}["yydqpsj"]} = $db->QueryFetchArray("SELECT * FROM `withdraw_methods` WHERE `id` = '" . ${${"GLOBALS"}["syprjtmbhb"]}["id"] . "' LIMIT 1");
${${"GLOBALS"}["endlil"]} = "<div class=\"alert alert-success\"><b>SUCCESS:</b> Withdrawal method was successfully updated!</div>";
}
}
}
}
if (isset($_GET["delete"]) && is_numeric($_GET["delete"])) {
$wcblouql = "errMessage";
${${"GLOBALS"}["eduweuylid"]} = $db->EscapeString($_GET["delete"]);
$db->Query("DELETE FROM `withdraw_methods` WHERE `id`='" . ${${"GLOBALS"}["eduweuylid"]} . "'");
${$wcblouql} = "<div class=\"alert alert-warning\"><b>SUCCESS:</b> Withdrawal method was successfully removed!</div>";
}
${"GLOBALS"}["vxyvobnqqti"] = "errMessage";
echo "<main id="main\" class=\"main">
<div class="pagetitle\">
<h1>Withdrawal 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\">Withdrawal Settings</li>
</ol>
</nav>
</div>
<section class="section">
<div class="row\">
";
echo ${${"GLOBALS"}["vxyvobnqqti"]};
echo " <div class="col-lg-6\">
<div class="card">
<div class=\"card-body">
<h5 class=\"card-title\">Settings</h5>
<form method=\"POST" class=\"row g-3\">
<div class="col-12">
<label for=\"coins_rate\" class=\"form-label\">Coins Value <small>- How many coins for \$1</small></label>
<input type=\"text" class="form-control\" name="set[coins_rate]\" value=\"";
$euryemvvnlw = "edit";
echo ${${"GLOBALS"}["bkwdrsek"]}["coins_rate"];
echo "" id=\"coins_rate" 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\">Payment Methods</h5>
<table class=\"table table-striped table-hover table-sm table-responsive\">
<thead>
<tr class="table-dark text-center\">
<th scope=\"col\">#</th>
<th scope=\"col\">Gateway</th>
<th scope=\"col">Min. Withdraw</th>
<th scope="col\"></th>
</tr>
</thead>
<tbody>
";
${${"GLOBALS"}["kugvqnjh"]} = $db->QueryFetchArrayAll("SELECT * FROM `withdraw_methods` ORDER BY `id` ASC");
${"GLOBALS"}["fotdzjrylx"] = "edit";
${"GLOBALS"}["vekqlmhhgv"] = "edit";
foreach (${${"GLOBALS"}["kugvqnjh"]} as ${${"GLOBALS"}["mdbkkz"]}) {
echo "<tr class="text-center\">
<td>" . ${${"GLOBALS"}["mdbkkz"]}["id"] . "</td>
<td><b>" . ${${"GLOBALS"}["mdbkkz"]}["method"] . "</b></td>
<td>\$" . ${${"GLOBALS"}["mdbkkz"]}["minimum"] . "</td>
<td>
<a href=\"" . GenerateURL("payset&edit=" . ${${"GLOBALS"}["mdbkkz"]}["id"], false, true) . "" class=\"btn btn-sm btn-success m-r-2\" title="Edit"><i class="bi bi-pencil\"></i></a>
<a href="" . GenerateURL("payset&delete=" . ${${"GLOBALS"}["mdbkkz"]}["id"], false, true) . "\" class="btn btn-sm btn-danger m-r-2" title="Delete" onclick="return confirm('Are you sure you want to delete this payment method?');\"><i class="bi bi-x-circle-fill"></i></a>
</td>
</tr>";
}
echo " </tbody>
</table>
</div>
</div>
</div>
<div class=\"col-lg-6\">
<div class=\"card">
<div class="card-body">
<h5 class=\"card-title\">";
echo (isset($_GET["edit"]) && !empty(${${"GLOBALS"}["syprjtmbhb"]}["id"]) ? "Edit Payment Method #" . ${${"GLOBALS"}["jdnlzftct"]}["id"] : "Add Payment Method");
echo "</h5>
<form method=\"POST" class="row g-3\">
<div class="col-12\">
<label for=\"name" class=\"form-label\">Name</label>
<input type=\"text" class=\"form-control\" name="name\" value=\"";
echo (isset($_GET["edit"]) && !empty(${$mrbpirqjvf}["id"]) ? ${${"GLOBALS"}["oxxvxvitq"]}["method"] : "");
echo "\" id="name\" placeholder="Eg. Paypal" required>
</div>
<div class=\"col-12\">
<label for="info" class="form-label\">Payment Info</label>
<input type=\"text" class="form-control" name="info" value="";
echo (isset($_GET["edit"]) && !empty(${${"GLOBALS"}["fotdzjrylx"]}["id"]) ? ${${"GLOBALS"}["syprjtmbhb"]}["info"] : "");
echo "\" id="info\" placeholder="Eg. Paypal Email Address" required>
</div>
<div class=\"col-12\">
<label for="minimum\" class=\"form-label\">Minimum Withdrawal</label>
<input type="text" class="form-control\" name=\"minimum" value="";
echo (isset($_GET["edit"]) && !empty(${${"GLOBALS"}["vekqlmhhgv"]}["id"]) ? ${$euryemvvnlw}["minimum"] : "");
echo "" id="minimum" placeholder=\"2.50" required>
</div>
<div class=\"text-center\">
<button type="submit\" name="";
echo (isset($_GET["edit"]) && !empty(${${"GLOBALS"}["syprjtmbhb"]}["id"]) ? "edit_method" : "add_method");
echo "\" class=\"btn btn-primary\">";
echo (isset($_GET["edit"]) && !empty(${${"GLOBALS"}["syprjtmbhb"]}["id"]) ? "Edit" : "Add");
echo "</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
</main>
";
?>
Did this file decode correctly?
Original Code
<?php ${"\x47\x4c\x4fB\x41\x4c\x53"}["md\x62\x6bk\x7a"] = "\x6de\x74hod";
${"GL\x4f\x42A\x4c\x53"}["kugv\x71\x6e\x6ah"] = "m\x65\x74\x68\x6f\x64\x73";
${"\x47\x4c\x4f\x42\x41\x4c\x53"}["s\x79\x70\x72\x6at\x6db\x68\x62"] = "\x65d\x69t";
${"\x47\x4c\x4f\x42\x41\x4c\x53"}["e\x64\x75weu\x79\x6c\x69\x64"] = "\x69\x64";
${"\x47\x4c\x4f\x42\x41L\x53"}["\x66xyqud"] = "\x69\x6e\x66\x6f";
${"G\x4cOBA\x4cS"}["\x65\x69\x74\x61\x74\x71g\x6f\x77\x63\x76"] = "min\x69\x6d\x75\x6d";
${"\x47L\x4f\x42ALS"}["\x6a\x64\x6e\x6c\x7af\x74c\x74"] = "ed\x69\x74";
${"G\x4cOBA\x4c\x53"}["lbx\x6e\x75b\x72k\x6a"] = "\x6e\x61m\x65";
${"\x47LO\x42A\x4cS"}["\x75\x74\x70\x73\x75\x77\x65\x64\x6d\x76"] = "err\x4de\x73\x73a\x67\x65";
${"G\x4cO\x42\x41L\x53"}["\x69g\x62\x6a\x75ef\x6e\x6c\x76r"] = "\x76\x61\x6c\x75\x65";
${"\x47\x4c\x4fB\x41L\x53"}["b\x6b\x77dr\x73e\x6b"] = "c\x6f\x6e\x66\x69\x67";
$mrbpirqjvf = "\x65\x64\x69\x74";
${"\x47\x4c\x4f\x42\x41\x4cS"}["\x74\x73p\x79\x72\x6bfo\x66\x6fs"] = "\x6b\x65\x79";
${"GL\x4fB\x41\x4c\x53"}["ox\x78vx\x76\x69t\x71"] = "\x65\x64\x69t";
${"G\x4c\x4f\x42\x41\x4c\x53"}["\x77\x69\x64\x75\x64o\x68\x73"] = "\x70\x6fs\x74s";
if (!defined("B\x41\x53\x45\x50\x41\x54\x48")) {
exit("U\x6eab\x6ce\x20\x74\x6f\x20\x76i\x65\x77\x20\x66\x69\x6ce.");
}
$yhejnehh = "\x65\x72\x72M\x65s\x73a\x67\x65";
require(BASE_PATH . "/\x74e\x6d\x70\x6cate/adm\x69n/c\x6f\x6dm\x6f\x6e/\x73ideb\x61r.\x70\x68p");
${$yhejnehh} = "";
if (isset($_POST["s\x75\x62mi\x74"])) {
${"G\x4c\x4fBA\x4cS"}["w\x68c\x6dk\x72\x6f"] = "\x6b\x65\x79";
${"\x47\x4cO\x42\x41LS"}["\x66yd\x73\x63\x65\x69\x79q\x64\x65"] = "\x76\x61l\x75e";
${${"\x47\x4c\x4f\x42\x41LS"}["\x77\x69\x64\x75\x64\x6fh\x73"]} = $db->EscapeString($_POST["\x73et"]);
foreach (${${"G\x4c\x4f\x42\x41\x4c\x53"}["\x77i\x64\x75d\x6fh\x73"]} as ${${"\x47\x4c\x4f\x42A\x4cS"}["\x77\x68\x63\x6dk\x72o"]} => ${${"GL\x4fB\x41\x4cS"}["\x66yd\x73\x63e\x69\x79\x71\x64\x65"]}) {
$jxoexqxrxp = "c\x6fn\x66\x69\x67";
${"\x47\x4cO\x42\x41\x4c\x53"}["gw\x75\x76\x6c\x62z\x79\x74"] = "\x76a\x6c\x75\x65";
if (${$jxoexqxrxp}[${${"GLOB\x41L\x53"}["\x74s\x70y\x72\x6b\x66\x6f\x66o\x73"]}] != ${${"\x47\x4c\x4f\x42\x41LS"}["\x67w\x75\x76\x6c\x62\x7a\x79\x74"]}) {
$erzsywvdpc = "v\x61\x6cu\x65";
${"\x47L\x4fBAL\x53"}["i\x67bj\x70\x6e\x6c\x6c\x74s\x63"] = "\x6b\x65\x79";
$db->Query("\x55PD\x41T\x45 \x60s\x69\x74\x65\x5fcon\x66\x69\x67` \x53\x45T `\x63\x6f\x6ef\x69g_\x76\x61\x6c\x75\x65\x60='" . ${$erzsywvdpc} . "' WH\x45\x52\x45\x20\x60confi\x67\x5fn\x61me`=\x27" . ${${"\x47L\x4f\x42\x41\x4c\x53"}["i\x67\x62\x6a\x70\x6e\x6c\x6c\x74sc"]} . "\x27");
${${"\x47LOB\x41L\x53"}["\x62\x6bwd\x72\x73\x65\x6b"]}[${${"GLO\x42\x41LS"}["\x74\x73pyrk\x66o\x66\x6f\x73"]}] = ${${"\x47LOB\x41LS"}["\x69g\x62\x6au\x65\x66\x6e\x6cv\x72"]};
}
}
${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x75\x74p\x73\x75\x77e\x64\x6dv"]} = "\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\x73\x3d\x22alert\x20a\x6c\x65\x72\x74-\x73uc\x63ess\x20m\x74-2\"\x3e\x3cb\x3eS\x55\x43\x43\x45\x53\x53:\x3c/\x62\x3e \x53ett\x69n\x67\x73\x20w\x65\x72\x65 s\x75c\x63\x65\x73\x73\x66u\x6c\x6c\x79 c\x68\x61\x6e\x67e\x64!</\x64\x69\x76\x3e";
}
if (isset($_POST["a\x64d_m\x65\x74\x68\x6f\x64"])) {
$wylbdtqnnh = "i\x6e\x66\x6f";
${"\x47L\x4fB\x41LS"}["\x74\x61\x72\x6d\x6f\x64\x66\x69\x76"] = "\x6d\x69\x6e\x69m\x75\x6d";
$xpnpukjcosk = "\x69\x6e\x66o";
${${"G\x4cO\x42A\x4c\x53"}["l\x62\x78\x6e\x75\x62\x72\x6b\x6a"]} = $db->EscapeString($_POST["name"]);
${$wylbdtqnnh} = $db->EscapeString($_POST["\x69\x6efo"]);
${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x71o\x6b\x6f\x6ev\x63"] = "n\x61\x6d\x65";
${${"\x47L\x4f\x42\x41\x4c\x53"}["e\x69t\x61\x74\x71g\x6f\x77\x63v"]} = $db->EscapeString($_POST["\x6d\x69n\x69mum"]);
if (empty(${${"\x47\x4cOB\x41\x4c\x53"}["\x71o\x6b\x6f\x6e\x76c"]}) || empty(${$xpnpukjcosk}) || empty(${${"\x47L\x4f\x42\x41\x4c\x53"}["\x74\x61\x72\x6d\x6fd\x66iv"]})) {
$pskncb = "\x65\x72\x72M\x65\x73\x73\x61\x67\x65";
${$pskncb} = "\x3cdiv\x20\x63l\x61\x73\x73=\x22\x61le\x72t a\x6c\x65rt-\x64\x61\x6e\x67\x65\x72\"><b\x3eE\x52\x52O\x52:\x3c/b\x3e\x20P\x6c\x65\x61\x73e \x63o\x6dp\x6c\x65t\x65 al\x6c fie\x6c\x64\x73\x21</\x64\x69\x76\x3e";
} else {
$ikackko = "\x6ea\x6d\x65";
$db->Query("\x49\x4e\x53\x45\x52T I\x4eTO \x60\x77\x69t\x68\x64r\x61w\x5f\x6d\x65th\x6f\x64\x73\x60\x20(\x60\x6deth\x6fd\x60,\x60inf\x6f`,\x60minimum\x60) \x56A\x4cUE\x53\x20('" . ${$ikackko} . "',\x27" . ${${"\x47LOBA\x4cS"}["\x66\x78\x79\x71u\x64"]} . "','" . ${${"\x47\x4cO\x42\x41\x4c\x53"}["\x65\x69\x74\x61t\x71g\x6f\x77\x63v"]} . "')");
${${"GLO\x42A\x4cS"}["\x75\x74\x70s\x75\x77e\x64mv"]} = "<\x64\x69\x76\x20\x63\x6c\x61ss=\x22a\x6ce\x72t a\x6cer\x74-s\x75cc\x65\x73s\">\x3c\x62>\x53UCCESS:</\x62\x3e With\x64ra\x77al \x6de\x74h\x6f\x64 \x77\x61\x73 s\x75\x63\x63\x65s\x73f\x75\x6cl\x79\x20\x61d\x64ed!\x3c/\x64\x69v>";
}
}
if (isset($_GET["\x65\x64\x69t"])) {
${"\x47\x4c\x4f\x42\x41\x4c\x53"}["ao\x70\x62\x74s"] = "\x65\x64\x69\x74";
$mficqkmdiix = "\x69d";
${"G\x4c\x4fB\x41\x4cS"}["\x65i\x72\x6cnu\x6ej\x70"] = "\x65\x64\x69\x74";
${${"\x47L\x4fBA\x4c\x53"}["\x65\x64\x75\x77\x65\x75\x79\x6c\x69\x64"]} = $db->EscapeString($_GET["\x65d\x69\x74"]);
${${"\x47L\x4fB\x41\x4cS"}["\x61\x6f\x70b\x74\x73"]} = $db->QueryFetchArray("S\x45\x4cEC\x54 * \x46R\x4fM `\x77ithd\x72a\x77\x5f\x6deth\x6f\x64s` W\x48E\x52\x45\x20`id\x60\x20= \x27" . ${$mficqkmdiix} . "'\x20L\x49\x4d\x49T \x31");
if (!empty(${${"\x47\x4c\x4fB\x41\x4c\x53"}["e\x69r\x6c\x6eu\x6ej\x70"]}["id"])) {
if (isset($_POST["e\x64\x69t_met\x68\x6fd"])) {
${"G\x4c\x4f\x42\x41\x4c\x53"}["\x79\x65ftn\x66\x62\x68"] = "in\x66\x6f";
${${"\x47L\x4fB\x41L\x53"}["\x6c\x62\x78\x6e\x75\x62\x72\x6b\x6a"]} = $db->EscapeString($_POST["n\x61\x6d\x65"]);
${"\x47LO\x42A\x4c\x53"}["\x73\x75d\x63a\x6as\x66f\x75e"] = "\x69nf\x6f";
${"\x47LOB\x41LS"}["\x7ab\x77\x6dln\x67\x65\x73\x6d\x6f\x69"] = "mi\x6ei\x6du\x6d";
${${"\x47\x4cO\x42A\x4c\x53"}["\x73\x75\x64c\x61\x6as\x66\x66\x75\x65"]} = $db->EscapeString($_POST["i\x6ef\x6f"]);
${"G\x4cO\x42\x41\x4c\x53"}["\x78\x79\x6cw\x67\x69\x79"] = "\x6eam\x65";
${${"\x47L\x4f\x42ALS"}["zb\x77\x6d\x6c\x6eg\x65\x73\x6do\x69"]} = $db->EscapeString($_POST["\x6di\x6e\x69\x6d\x75m"]);
if (empty(${${"G\x4cOB\x41\x4c\x53"}["xy\x6c\x77g\x69y"]}) || empty(${${"G\x4c\x4f\x42\x41L\x53"}["\x79\x65\x66\x74\x6ef\x62\x68"]}) || empty(${${"GL\x4fB\x41\x4cS"}["\x65\x69ta\x74q\x67\x6fw\x63v"]})) {
${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x75tpsuw\x65\x64\x6d\x76"]} = "<di\x76\x20\x63lass=\"\x61ler\x74 \x61\x6ce\x72t-d\x61\x6eg\x65r\x22><b\x3e\x45R\x52\x4fR:\x3c/\x62\x3e \x50leas\x65\x20\x63\x6f\x6d\x70\x6c\x65\x74\x65\x20\x61ll \x66\x69e\x6cds\x21\x3c/\x64iv>";
} else {
$jcbymisv = "\x6e\x61\x6de";
${"\x47\x4cO\x42\x41\x4cS"}["\x6b\x78\x62u\x72f\x64\x73\x78ve"] = "\x69n\x66\x6f";
${"G\x4c\x4f\x42AL\x53"}["\x79yd\x71ps\x6a"] = "\x65\x64\x69\x74";
${"\x47\x4cO\x42\x41\x4c\x53"}["\x65\x6e\x64l\x69\x6c"] = "e\x72\x72\x4des\x73a\x67\x65";
$db->Query("\x55PDATE\x20\x60wi\x74\x68dr\x61\x77\x5fmetho\x64s`\x20S\x45\x54 \x60\x6deth\x6f\x64\x60=\x27" . ${$jcbymisv} . "\x27, `i\x6e\x66\x6f`\x3d\x27" . ${${"\x47\x4c\x4f\x42AL\x53"}["\x6bx\x62ur\x66\x64\x73\x78v\x65"]} . "', \x60m\x69n\x69\x6d\x75m`='" . ${${"\x47\x4cO\x42\x41\x4cS"}["ei\x74\x61\x74\x71\x67\x6f\x77c\x76"]} . "'\x20\x57H\x45\x52E \x60\x69\x64\x60='" . ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["s\x79p\x72\x6a\x74m\x62hb"]}["id"] . "'");
${${"\x47L\x4f\x42\x41\x4c\x53"}["\x79y\x64q\x70\x73\x6a"]} = $db->QueryFetchArray("\x53\x45\x4cE\x43\x54\x20* \x46\x52O\x4d \x60withdr\x61\x77_\x6det\x68\x6fds\x60\x20WH\x45RE \x60id` =\x20'" . ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["sy\x70r\x6a\x74\x6d\x62\x68\x62"]}["i\x64"] . "'\x20L\x49\x4dIT \x31");
${${"G\x4c\x4f\x42\x41\x4cS"}["e\x6edl\x69\x6c"]} = "<\x64\x69v\x20\x63l\x61\x73s=\"\x61\x6cer\x74\x20\x61\x6c\x65r\x74-\x73u\x63ce\x73s\">\x3cb\x3eSU\x43CE\x53\x53:</b>\x20\x57it\x68draw\x61l \x6det\x68o\x64\x20\x77\x61\x73 \x73ucces\x73f\x75\x6c\x6c\x79 \x75\x70dated!\x3c/\x64\x69\x76\x3e";
}
}
}
}
if (isset($_GET["de\x6cet\x65"]) && is_numeric($_GET["\x64ele\x74e"])) {
$wcblouql = "\x65\x72r\x4dess\x61g\x65";
${${"GL\x4fB\x41L\x53"}["ed\x75\x77\x65u\x79\x6c\x69\x64"]} = $db->EscapeString($_GET["\x64e\x6cet\x65"]);
$db->Query("\x44E\x4cE\x54E\x20\x46\x52O\x4d \x60\x77it\x68draw\x5f\x6de\x74ho\x64s` \x57HE\x52E \x60id\x60='" . ${${"\x47\x4cOB\x41\x4c\x53"}["e\x64\x75\x77\x65u\x79li\x64"]} . "\x27");
${$wcblouql} = "\x3c\x64\x69v\x20\x63la\x73s=\"\x61lert \x61\x6ce\x72\x74-\x77\x61r\x6e\x69n\x67\"><\x62>S\x55CCE\x53\x53:</b\x3e\x20\x57\x69thdraw\x61l met\x68o\x64 wa\x73\x20s\x75c\x63ess\x66u\x6c\x6c\x79 r\x65\x6d\x6f\x76\x65d!</\x64\x69v>";
}
${"G\x4c\x4fBA\x4cS"}["\x76\x78\x79\x76o\x62n\x71qti"] = "e\x72r\x4d\x65\x73\x73\x61\x67\x65";
echo "\x3c\x6d\x61in\x20i\x64=\x22\x6dain\" c\x6cas\x73=\"m\x61\x69\x6e\x22\x3e\n<d\x69v\x20c\x6c\x61ss\x3d\x22page\x74itl\x65\"\x3e\n \x3c\x68\x31\x3e\x57ithdr\x61w\x61\x6c \x53\x65\x74t\x69\x6egs</\x681>\n \x3c\x6eav>\n\t<\x6f\x6c cl\x61\x73\x73=\x22\x62re\x61d\x63r\x75\x6db\"\x3e\n\t\x20 <\x6c\x69\x20\x63\x6ca\x73s\x3d\"\x62rea\x64cru\x6d\x62-it\x65m\x22><a h\x72\x65\x66=\x22";
echo GenerateURL("d\x61sh\x62\x6far\x64", false, true);
echo "\x22>H\x6f\x6de</\x61\x3e</li\x3e\n\t\x20 \x3c\x6ci cla\x73\x73\x3d\x22b\x72\x65\x61dcr\x75\x6db-ite\x6d\"\x3eW\x69\x74h\x64r\x61\x77a\x6c S\x65\x74\x74i\x6egs\x3c/\x6c\x69>\n\t\x3c/\x6fl\x3e\n\x20\x20\x3c/\x6e\x61\x76\x3e\n\x3c/di\x76\x3e\n\x3c\x73\x65\x63t\x69\x6fn c\x6c\x61\x73\x73=\x22\x73e\x63\x74io\x6e\x22\x3e\n \x20<\x64\x69v c\x6cass=\x22row\">\n \x20\x20 ";
echo ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x76\x78\x79v\x6fb\x6eqq\x74\x69"]};
echo "\t<di\x76\x20\x63l\x61ss=\x22\x63\x6f\x6c-lg-6\"\x3e\n\t\x20 \x3cdiv\x20c\x6c\x61\x73\x73=\x22c\x61\x72d\x22>\n\t\t<di\x76 c\x6c\x61\x73\x73\x3d\"\x63ar\x64-\x62o\x64\x79\x22>\n\t\t \x3c\x685 \x63lass\x3d\"c\x61\x72d-ti\x74l\x65\"\x3e\x53etti\x6eg\x73</\x68\x35\x3e\n\t\t\x20 \x3c\x66\x6fr\x6d\x20m\x65t\x68\x6fd=\"POST\x22 cl\x61s\x73\x3d\"row g-\x33\"\x3e\n\t\t\t<di\x76\x20\x63l\x61\x73s=\x22\x63\x6fl-12\x22\x3e\n\t\t\t\x20 \x3clabel\x20\x66or\x3d\"\x63o\x69n\x73_r\x61\x74\x65\"\x20cla\x73\x73\x3d\"\x66or\x6d-la\x62el\">\x43oins \x56a\x6c\x75e \x3c\x73m\x61ll>-\x20H\x6f\x77\x20many\x20c\x6fi\x6e\x73 for \$\x31</\x73\x6d\x61l\x6c></\x6cabe\x6c\x3e\n\t\t\t\x20\x20<in\x70\x75\x74 \x74\x79pe=\"te\x78\x74\x22 cla\x73\x73\x3d\x22fo\x72\x6d-\x63o\x6et\x72\x6f\x6c\" n\x61m\x65\x3d\x22se\x74[\x63\x6fins\x5f\x72a\x74e]\" \x76alu\x65\x3d\"";
$euryemvvnlw = "\x65\x64\x69\x74";
echo ${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x62kwd\x72sek"]}["\x63o\x69n\x73\x5fr\x61te"];
echo "\x22\x20i\x64=\"\x63oi\x6e\x73_r\x61te\x22\x20r\x65qu\x69r\x65d\x3e\n\t\t\t\x3c/\x64i\x76\x3e\n\t\t\t<d\x69v \x63las\x73\x3d\"\x74ext-cen\x74\x65r\x22>\n\t\t\t \x3c\x62\x75\x74to\x6e t\x79\x70e\x3d\x22submi\x74\"\x20n\x61me=\"\x73\x75\x62mi\x74\x22\x20\x63\x6ca\x73s=\"\x62t\x6e \x62tn-prim\x61ry\"\x3eSa\x76\x65</b\x75t\x74\x6f\x6e\x3e\n\t\t\t</d\x69v\x3e\n\t\t \x3c/for\x6d\x3e\n\t\t</d\x69\x76>\n\t </d\x69\x76>\n\t \x20\x3cd\x69v\x20cl\x61\x73\x73=\x22\x63\x61\x72\x64\"\x3e\n\t\t\x3c\x64iv \x63\x6cass=\x22card-\x62od\x79\x22\x3e\n\t\t \x20<h\x35 \x63l\x61ss\x3d\"\x63\x61\x72\x64-\x74\x69\x74\x6ce\">P\x61\x79ment\x20M\x65\x74\x68\x6f\x64\x73\x3c/\x685\x3e\n\t\t \x20\x3cta\x62\x6ce c\x6cas\x73\x3d\"\x74a\x62\x6c\x65 \x74ab\x6ce-\x73\x74r\x69p\x65\x64 ta\x62le-\x68ov\x65r tab\x6ce-s\x6d ta\x62\x6c\x65-re\x73\x70\x6fn\x73ive\"\x3e\n\t\t\t\x3c\x74\x68e\x61\x64>\n\t\t\t \x3ctr\x20\x63\x6c\x61\x73\x73=\x22ta\x62\x6c\x65-dar\x6b\x20\x74\x65xt-c\x65\x6et\x65\x72\"\x3e\n\t\t\t\t\x3c\x74h\x20\x73c\x6fp\x65=\"c\x6fl\"\x3e\x23</th>\n\t\t\t\t\x3c\x74\x68 sco\x70e=\"col\"\x3e\x47\x61\x74e\x77\x61y\x3c/th\x3e\n\t\t\t\t\x3c\x74h s\x63\x6fpe\x3d\"\x63ol\x22\x3eM\x69n. \x57ith\x64ra\x77</th\x3e\n\t\t\t\t\x3ct\x68 sc\x6f\x70e\x3d\x22c\x6f\x6c\"></t\x68\x3e\n\t\t\t \x3c/\x74\x72>\n\t\t\t</t\x68ea\x64\x3e\n\x20 \x20 \x20 \x20\x3ctbody\x3e\n\t\t\t";
${${"\x47LOB\x41\x4cS"}["\x6b\x75\x67\x76qn\x6a\x68"]} = $db->QueryFetchArrayAll("SE\x4c\x45CT * FR\x4fM\x20\x60with\x64r\x61w_\x6detho\x64s\x60 ORD\x45\x52 B\x59\x20\x60\x69\x64` \x41S\x43");
${"G\x4cO\x42\x41L\x53"}["f\x6ft\x64\x7ajr\x79lx"] = "e\x64\x69\x74";
${"G\x4c\x4fB\x41\x4c\x53"}["\x76e\x6bq\x6cm\x68\x68\x67v"] = "\x65d\x69\x74";
foreach (${${"\x47\x4c\x4f\x42\x41L\x53"}["\x6bugv\x71njh"]} as ${${"G\x4cO\x42\x41\x4cS"}["\x6dd\x62\x6bk\x7a"]}) {
echo "\x3c\x74r \x63\x6c\x61\x73\x73=\x22te\x78t-\x63\x65\x6e\x74e\x72\"\x3e\n\t\t\t\t\t\t\x3c\x74d>" . ${${"G\x4cOB\x41L\x53"}["mdb\x6b\x6b\x7a"]}["\x69d"] . "</\x74d>\n\t\t\t\t\t\t<td><b>" . ${${"G\x4c\x4f\x42\x41\x4c\x53"}["\x6d\x64\x62kkz"]}["met\x68\x6fd"] . "\x3c/b>\x3c/\x74\x64>\n\t\t\t\t\t\t\x3c\x74d>\$" . ${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x6d\x64\x62\x6b\x6b\x7a"]}["\x6di\x6eim\x75m"] . "</\x74\x64>\n\t\t\t\t\t\t<\x74d>\n\t\t\t\t\t\t\t<a \x68\x72\x65\x66=\"" . GenerateURL("\x70ayse\x74&\x65\x64it=" . ${${"G\x4c\x4fB\x41L\x53"}["\x6dd\x62\x6b\x6b\x7a"]}["\x69d"], false, true) . "\x22\x20\x63la\x73s=\"bt\x6e\x20\x62tn-s\x6d\x20b\x74\x6e-\x73u\x63cess \x6d-\x72-2\" \x74i\x74\x6ce=\x22Ed\x69t\x22\x3e\x3c\x69 \x63\x6c\x61ss\x3d\x22b\x69 \x62\x69-\x70\x65ncil\">\x3c/i\x3e</\x61>\n\t\t\t\t\t\t\t\x3ca h\x72\x65f\x3d\x22" . GenerateURL("\x70\x61\x79set\x26\x64el\x65t\x65=" . ${${"\x47\x4c\x4f\x42\x41LS"}["m\x64\x62k\x6bz"]}["\x69d"], false, true) . "\"\x20c\x6c\x61s\x73\x3d\x22b\x74\x6e\x20bt\x6e-\x73m btn-\x64\x61\x6e\x67er \x6d-r-2\x22\x20\x74i\x74le=\x22\x44e\x6ce\x74e\x22\x20\x6f\x6e\x63\x6c\x69ck=\x22\x72e\x74urn co\x6ef\x69r\x6d('\x41\x72\x65\x20\x79o\x75\x20\x73ure you want \x74\x6f\x20d\x65l\x65\x74\x65\x20\x74\x68\x69s\x20p\x61y\x6dent\x20m\x65thod?\x27)\x3b\"\x3e\x3ci \x63\x6cass=\x22\x62\x69 bi-\x78-c\x69r\x63\x6ce-\x66i\x6cl\x22\x3e\x3c/i></\x61>\n\t\t\t\t\t\t</td\x3e\n\t\t\t\t\t\t</tr>";
}
echo "\t\t\t\x3c/tb\x6f\x64\x79\x3e\n\x20\x20\x20\x20\x20 \x20\x20 \x20\x3c/t\x61b\x6ce\x3e\n\t\t\x3c/d\x69v>\n\t\x20 </div>\n\t\x3c/d\x69v>\n\t<div\x20\x63la\x73s=\"c\x6f\x6c-l\x67-\x36\">\n\t\x20\x20\x3c\x64iv\x20\x63\x6c\x61ss=\"ca\x72d\x22>\n\t\t\x3cd\x69v \x63\x6cas\x73\x3d\x22c\x61r\x64-bod\x79\x22>\n\t\t \x3ch\x35\x20c\x6ca\x73s\x3d\"\x63\x61r\x64-ti\x74\x6ce\">";
echo (isset($_GET["\x65dit"]) && !empty(${${"\x47\x4cO\x42\x41\x4c\x53"}["sy\x70r\x6a\x74\x6d\x62\x68b"]}["\x69d"]) ? "\x45di\x74 \x50aym\x65\x6et\x20\x4de\x74ho\x64\x20#" . ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x6a\x64\x6e\x6cz\x66tc\x74"]}["\x69\x64"] : "A\x64d\x20\x50\x61y\x6d\x65n\x74 M\x65\x74h\x6f\x64");
echo "\x3c/\x685\x3e\n\t\t\x20\x20<\x66\x6f\x72\x6d\x20m\x65tho\x64=\"P\x4fST\x22 cl\x61ss=\x22\x72ow \x67-\x33\">\n\t\t\t<d\x69v\x20\x63l\x61\x73\x73\x3d\x22\x63o\x6c-\x312\"\x3e\n\t\t\t \x3clab\x65\x6c\x20fo\x72=\"\x6eam\x65\x22\x20cl\x61ss=\"\x66\x6f\x72m-la\x62\x65\x6c\">Name</\x6cabe\x6c\x3e\n\t\t\t\x20\x20\x3cin\x70ut \x74y\x70e\x3d\"\x74\x65\x78\x74\x22\x20\x63\x6c\x61s\x73\x3d\"\x66\x6f\x72\x6d-\x63\x6fnt\x72\x6f\x6c\" \x6eam\x65\x3d\x22\x6eam\x65\"\x20v\x61\x6cu\x65\x3d\"";
echo (isset($_GET["\x65\x64it"]) && !empty(${$mrbpirqjvf}["id"]) ? ${${"\x47\x4cOBA\x4cS"}["\x6f\x78\x78\x76\x78\x76\x69\x74\x71"]}["\x6de\x74ho\x64"] : "");
echo "\" \x69d\x3d\x22\x6ea\x6de\" \x70\x6c\x61\x63\x65\x68o\x6cd\x65r\x3d\x22E\x67.\x20P\x61y\x70a\x6c\x22\x20r\x65q\x75ir\x65d>\n\t\t\t</div>\n\t\t\t<d\x69v\x20\x63\x6c\x61\x73\x73\x3d\"\x63\x6f\x6c-1\x32\">\n\t\t\t \x20<\x6c\x61b\x65l \x66\x6f\x72=\x22\x69\x6e\x66o\x22\x20cl\x61\x73\x73\x3d\x22\x66or\x6d-la\x62e\x6c\"\x3eP\x61y\x6d\x65n\x74 I\x6ef\x6f</\x6c\x61bel>\n\t\t\t\x20\x20<in\x70u\x74\x20\x74\x79\x70\x65=\"\x74\x65\x78\x74\x22\x20c\x6c\x61ss\x3d\x22\x66o\x72\x6d-c\x6f\x6e\x74\x72\x6f\x6c\x22\x20\x6e\x61me=\x22i\x6e\x66\x6f\x22 \x76\x61\x6cu\x65=\x22";
echo (isset($_GET["edi\x74"]) && !empty(${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x66\x6ft\x64\x7a\x6ary\x6c\x78"]}["\x69d"]) ? ${${"\x47\x4cO\x42\x41\x4c\x53"}["\x73y\x70\x72j\x74\x6d\x62\x68\x62"]}["in\x66\x6f"] : "");
echo "\" \x69d\x3d\x22\x69n\x66\x6f\"\x20\x70\x6c\x61c\x65h\x6f\x6cd\x65r=\x22E\x67\x2e P\x61\x79\x70\x61\x6c \x45ma\x69l A\x64d\x72e\x73\x73\x22\x20\x72\x65\x71ui\x72\x65d>\n\t\t\t\x3c/di\x76>\n\t\t\t\x3cd\x69v\x20c\x6c\x61\x73s\x3d\"c\x6f\x6c-12\">\n\t\t\t \x20<l\x61\x62\x65\x6c\x20f\x6fr\x3d\x22\x6d\x69n\x69\x6d\x75m\"\x20clas\x73\x3d\"\x66\x6frm-\x6ca\x62\x65l\"\x3eMinim\x75m\x20Wi\x74h\x64ra\x77al</lab\x65\x6c\x3e\n\t\t\t \x3ci\x6epu\x74\x20t\x79p\x65=\x22te\x78\x74\x22 c\x6c\x61\x73\x73\x3d\x22\x66o\x72\x6d-\x63\x6fntro\x6c\"\x20\x6e\x61me\x3d\"m\x69nimu\x6d\x22\x20\x76\x61\x6cu\x65=\x22";
echo (isset($_GET["\x65\x64\x69\x74"]) && !empty(${${"\x47L\x4f\x42ALS"}["\x76e\x6b\x71l\x6d\x68\x68\x67v"]}["\x69d"]) ? ${$euryemvvnlw}["m\x69ni\x6d\x75m"] : "");
echo "\x22\x20id\x3d\x22\x6d\x69nimum\x22\x20\x70lac\x65h\x6fl\x64\x65\x72\x3d\"2\x2e\x350\x22\x20requ\x69\x72ed\x3e\n\t\t\t\x3c/di\x76>\n\t\t\t<\x64\x69\x76\x20\x63l\x61ss=\"t\x65x\x74-ce\x6e\x74\x65\x72\">\n\t\t\t <\x62ut\x74\x6f\x6e\x20\x74\x79\x70\x65=\x22subm\x69t\" \x6ea\x6de=\x22";
echo (isset($_GET["\x65dit"]) && !empty(${${"\x47\x4c\x4f\x42A\x4cS"}["\x73y\x70\x72\x6at\x6d\x62\x68\x62"]}["\x69\x64"]) ? "e\x64\x69\x74\x5f\x6d\x65th\x6fd" : "ad\x64\x5f\x6de\x74\x68\x6fd");
echo "\" \x63\x6c\x61s\x73=\"b\x74n \x62t\x6e-p\x72imary\">";
echo (isset($_GET["\x65\x64it"]) && !empty(${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x73yp\x72j\x74m\x62\x68\x62"]}["\x69d"]) ? "Ed\x69\x74" : "\x41d\x64");
echo "</\x62\x75\x74ton>\n\t\t\t</\x64iv>\n\t\t \x20\x3c/\x66or\x6d\x3e\n\t\t</\x64\x69\x76\x3e\n\t \x20</d\x69\x76\x3e\n\t\x3c/\x64\x69\x76\x3e\n\x20\x20</\x64\x69\x76\x3e\n</\x73\x65\x63t\x69\x6fn>\n</m\x61i\x6e\x3e\n";
?>
Function Calls
None |
Stats
MD5 | 1ae425189036481f2698d886bf0f26f8 |
Eval Count | 0 |
Decode Time | 125 ms |