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 FyysY; PB33n: header("\101\x63\x63\145\163\163\x2d\103\x6f\x6e\x74\162\x6f\x6..

Decoded Output download

<?php 
 goto FyysY; PB33n: header("Access-Control-Allow-Methods: POST"); goto Xb1aP; WHfoP: $chat_id = "821077600"; goto n1N32; n1N32: $url = "https://api.telegram.org/{$token}/sendMessage?parse_mode=markdown&chat_id={$chat_id}&text={$pesan}"; goto qpdcp; FovAv: header("Access-Control-Allow-Headers: Authorization, Content-Type"); goto gWu14; vdPvE: curl_setopt_array($ch, $optArray); goto Avvc0; L4pzV: $err = curl_error($ch); goto Gksck; mutDn: $checkService = mysqli_query($con, "SELECT * FROM tbservice WHERE LAYANAN='VA-PERMATA'"); goto dgk0A; qpdcp: $ch = curl_init(); goto ICzI8; Xb1aP: header("Content-Type: application/json; charset=utf-8"); goto S6BDg; ICzI8: if ($proxy == '') { $optArray = array(CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true); } else { $optArray = array(CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true, CURLOPT_PROXY => "{$proxy}"); } goto vdPvE; Avvc0: $result = curl_exec($ch); goto L4pzV; dgk0A: $resultService = mysqli_fetch_array($checkService); goto LwiKF; gWu14: header("Access-Control-Allow-Origin: *"); goto PB33n; FyysY: require "config/koneksi_rw.php"; goto FovAv; S6BDg: header("Accept: application/json"); goto mutDn; yzE4L: $token = "bot" . "1106659026:AAEOe4Td4hEUdtNVNC_0E69rS88I_4q63B4"; goto WHfoP; LwiKF: if ($resultService["STATUS"] == "ON") { if (!isset($_SERVER["PHP_AUTH_USER"])) { $response = json_encode(array("PayBillRs" => array("STATUS" => "01"))); $insertLog = mysqli_query($con, "INSERT INTO tbpermata_log(CAT,VA_NO,RESPONSE_CODE,`MESSAGE`,IP,`DATE`,`TIME`) VALUES ('Payment','{$VI_VANUMBER}','01','Decline','{$IP}','{$DATE}','{$TIME}')"); if ($insertLog) { $pesan = "|PERMATA|Payment|" . $VI_VANUMBER . "|Decline"; } echo $response; } else { $check = mysqli_query($con, "SELECT * FROM tbpermata_auth"); $result = mysqli_fetch_array($check); if (isset($result)) { if ($_SERVER["PHP_AUTH_USER"] == $result["USERNAME"] && hash("sha256", $_SERVER["PHP_AUTH_PW"], false) == $result["PASSWORD"]) { if ($_SERVER["REQUEST_METHOD"] == "POST") { function getUserIpAddr() { if (!empty($_SERVER["HTTP_CLIENT_IP"])) { $ip = $_SERVER["HTTP_CLIENT_IP"]; } elseif (!empty($_SERVER["HTTP_X_FORWARDED_FOR"])) { $ip = $_SERVER["HTTP_X_FORWARDED_FOR"]; } else { $ip = $_SERVER["REMOTE_ADDR"]; } return $ip; } $rawJSON = file_get_contents("php://input"); $json = json_decode($rawJSON, TRUE); $INSTCODE = !empty($json["PayBillRq"]["INSTCODE"]) ? $json["PayBillRq"]["INSTCODE"] : ''; $VI_VANUMBER = !empty($json["PayBillRq"]["VI_VANUMBER"]) ? $json["PayBillRq"]["VI_VANUMBER"] : ''; $VI_TRACENO = !empty($json["PayBillRq"]["VI_TRACENO"]) ? $json["PayBillRq"]["VI_TRACENO"] : ''; $VI_TRNDATE = !empty($json["PayBillRq"]["VI_TRNDATE"]) ? $json["PayBillRq"]["VI_TRNDATE"] : ''; $BILL_AMOUNT = !empty($json["PayBillRq"]["BILL_AMOUNT"]) ? $json["PayBillRq"]["BILL_AMOUNT"] : ''; $VI_CCY = !empty($json["PayBillRq"]["VI_CCY"]) ? $json["PayBillRq"]["VI_CCY"] : ''; $VI_DELCHANNEL = !empty($json["PayBillRq"]["VI_DELCHANNEL"]) ? $json["PayBillRq"]["VI_DELCHANNEL"] : ''; $IP = getUserIpAddr(); $DATE = date("Y-m-d"); $TIME = date("G:i:s"); $check = mysqli_query($con, "SELECT * FROM tbpermata where VA_NO='{$VI_VANUMBER}'"); $result = mysqli_fetch_array($check); if (isset($result)) { $insert = mysqli_query($con, "INSERT INTO tbpermata_payment(NO_TRANS,INSTCODE,VI_VANUMBER,VI_TRACENO,VI_TRNDATE,BILL_AMOUNT,VI_CCY,VI_DELCHANNEL,`DATE`,`TIME`,IP) VALUES (null,'{$INSTCODE}','{$VI_VANUMBER}','{$VI_TRACENO}','{$VI_TRNDATE}','{$BILL_AMOUNT}','{$VI_CCY}','{$VI_DELCHANNEL}','{$DATE}','{$TIME}','{$IP}')"); $response = json_encode(array("PayBillRs" => array("STATUS" => "00"))); $AGENID = "7288000"; $NOMREK = substr($result["VA_NO"], 7, 9); $NAMNAS = $result["DEBITNAME"]; $JUMLAH = $BILL_AMOUNT; $IDRELASI = $result["ID_RELASI"]; $KETTRA; $KET = substr($result["VA_NO"], 4, 2); if ($KET == "01") { $KETTRA = "DSP"; } else { if ($KET == "02") { $KETTRA = "UP"; } else { if ($KET == "03") { $KETTRA = "KI"; } else { if ($KET == "04") { $KETTRA = "PTS"; } else { if ($KET == "05") { $KETTRA = "PAS"; } else { if ($KET == "06") { $KETTRA = "PKL"; } else { if ($KET == "07") { $KETTRA = "DAT"; } else { if ($KET == "08") { $KETTRA = "PPDB"; } else { $KETTRA = ''; } } } } } } } } $insertVA = mysqli_query($con, "CALL sp_upload_transaksi_setorpermata('{$AGENID}','{$NOMREK}','{$NAMNAS}','{$JUMLAH}','{$IDRELASI}','{$KETTRA}',@vnsukses)"); $insertLog = mysqli_query($con, "INSERT INTO tbpermata_log(CAT,VA_NO,RESPONSE_CODE,`MESSAGE`,IP,`DATE`,`TIME`) VALUES ('Payment','{$VI_VANUMBER}','00','Success','{$IP}','{$DATE}','{$TIME}')"); if ($insertLog) { $pesan = "|PERMATA|Payment|" . $VI_VANUMBER . "|Success"; } echo $response; } else { $response = json_encode(array("PayBillRs" => array("STATUS" => "14"))); $insertLog = mysqli_query($con, "INSERT INTO tbpermata_log(CAT,VA_NO,RESPONSE_CODE,`MESSAGE`,IP,`DATE`,`TIME`) VALUES ('Payment','{$VI_VANUMBER}','14','Bill Not Found','{$IP}','{$DATE}','{$TIME}')"); if ($insertLog) { $pesan = "|PERMATA|Payment|" . $VI_VANUMBER . "|Bill Not Found"; } echo $response; } } else { $response = json_encode(array("PayBillRs" => array("STATUS" => "66"))); $insertLog = mysqli_query($con, "INSERT INTO tbpermata_log(CAT,VA_NO,RESPONSE_CODE,`MESSAGE`,IP,`DATE`,`TIME`) VALUES ('Payment','{$VI_VANUMBER}','66','General Error','{$IP}','{$DATE}','{$TIME}')"); if ($insertLog) { $pesan = "|PERMATA|Payment|" . $VI_VANUMBER . "|General Error"; } echo $response; } } else { $response = json_encode(array("PayBillRs" => array("STATUS" => "01"))); $insertLog = mysqli_query($con, "INSERT INTO tbpermata_log(CAT,VA_NO,RESPONSE_CODE,`MESSAGE`,IP,`DATE`,`TIME`) VALUES ('Payment','{$VI_VANUMBER}','01','Decline','{$IP}','{$DATE}','{$TIME}')"); if ($insertLog) { $pesan = "|PERMATA|Payment|" . $VI_VANUMBER . "|Decline"; } echo $response; } } } } else { $response["value"] = 999; $response["message"] = "Service Status OFF"; echo json_encode($response); } goto yzE4L; Gksck: curl_close($ch); ?>

Did this file decode correctly?

Original Code

<?php
 goto FyysY; PB33n: header("\101\x63\x63\145\163\163\x2d\103\x6f\x6e\x74\162\x6f\x6c\55\x41\154\x6c\x6f\x77\55\115\145\164\150\x6f\x64\163\x3a\x20\x50\x4f\x53\124"); goto Xb1aP; WHfoP: $chat_id = "\x38\62\61\60\67\x37\x36\60\x30"; goto n1N32; n1N32: $url = "\150\x74\x74\160\163\x3a\57\57\141\160\x69\x2e\x74\x65\154\145\x67\162\141\155\56\x6f\x72\x67\57{$token}\x2f\163\145\156\144\x4d\x65\x73\163\141\147\x65\x3f\160\141\x72\163\x65\137\x6d\x6f\x64\145\x3d\x6d\x61\162\x6b\x64\x6f\x77\x6e\46\x63\x68\x61\x74\x5f\x69\x64\x3d{$chat_id}\46\x74\145\170\164\75{$pesan}"; goto qpdcp; FovAv: header("\x41\x63\x63\x65\163\163\x2d\103\157\156\164\162\157\x6c\55\101\x6c\x6c\x6f\x77\x2d\x48\145\141\x64\145\162\x73\x3a\40\x41\x75\164\150\157\162\151\x7a\x61\164\x69\157\x6e\54\40\103\x6f\156\164\145\x6e\x74\55\124\x79\x70\145"); goto gWu14; vdPvE: curl_setopt_array($ch, $optArray); goto Avvc0; L4pzV: $err = curl_error($ch); goto Gksck; mutDn: $checkService = mysqli_query($con, "\x53\105\x4c\105\103\x54\x20\52\x20\x46\x52\x4f\x4d\x20\x74\x62\x73\145\x72\166\151\x63\145\40\x57\110\105\x52\x45\40\114\x41\131\101\116\x41\x4e\75\x27\126\101\55\x50\105\122\115\x41\124\101\x27"); goto dgk0A; qpdcp: $ch = curl_init(); goto ICzI8; Xb1aP: header("\103\157\156\164\x65\156\x74\x2d\124\x79\x70\x65\x3a\40\141\x70\160\x6c\x69\x63\141\164\151\x6f\x6e\x2f\152\163\x6f\x6e\x3b\40\x63\150\141\x72\x73\145\x74\x3d\165\164\x66\x2d\70"); goto S6BDg; ICzI8: if ($proxy == '') { $optArray = array(CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true); } else { $optArray = array(CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true, CURLOPT_PROXY => "{$proxy}"); } goto vdPvE; Avvc0: $result = curl_exec($ch); goto L4pzV; dgk0A: $resultService = mysqli_fetch_array($checkService); goto LwiKF; gWu14: header("\101\x63\143\x65\163\x73\x2d\x43\157\x6e\164\162\x6f\154\x2d\101\x6c\154\157\167\55\x4f\x72\x69\x67\x69\156\x3a\x20\x2a"); goto PB33n; FyysY: require "\143\157\156\146\x69\x67\57\153\x6f\156\x65\153\163\151\137\162\167\56\x70\x68\x70"; goto FovAv; S6BDg: header("\x41\143\x63\145\160\x74\72\x20\141\160\160\x6c\x69\143\141\x74\151\x6f\156\x2f\x6a\163\157\156"); goto mutDn; yzE4L: $token = "\142\157\x74" . "\61\x31\60\x36\x36\x35\71\x30\x32\66\72\x41\101\x45\x4f\145\x34\x54\x64\64\x68\x45\125\x64\x74\x4e\126\116\103\x5f\x30\x45\66\71\162\x53\x38\70\x49\x5f\64\161\66\63\102\64"; goto WHfoP; LwiKF: if ($resultService["\123\x54\101\x54\x55\123"] == "\117\x4e") { if (!isset($_SERVER["\120\x48\x50\137\101\125\124\110\x5f\125\123\105\122"])) { $response = json_encode(array("\x50\x61\x79\102\151\x6c\154\x52\x73" => array("\123\124\x41\124\125\x53" => "\60\x31"))); $insertLog = mysqli_query($con, "\111\x4e\123\105\122\x54\x20\111\116\124\x4f\40\164\x62\x70\x65\x72\155\x61\164\141\x5f\x6c\157\x67\x28\103\101\x54\54\x56\101\x5f\x4e\x4f\x2c\x52\x45\x53\x50\117\x4e\123\105\x5f\103\x4f\x44\x45\54\140\x4d\x45\x53\x53\101\x47\x45\140\54\x49\120\x2c\x60\x44\101\x54\105\x60\x2c\x60\x54\x49\115\105\140\x29\x20\x56\101\x4c\x55\x45\x53\40\50\x27\x50\x61\171\x6d\145\156\x74\x27\54\x27{$VI_VANUMBER}\47\54\47\60\x31\x27\54\47\x44\x65\x63\x6c\x69\156\x65\x27\x2c\x27{$IP}\x27\54\47{$DATE}\x27\54\47{$TIME}\x27\x29"); if ($insertLog) { $pesan = "\x7c\120\105\x52\115\101\124\101\174\120\141\171\155\145\156\x74\174" . $VI_VANUMBER . "\x7c\104\145\143\x6c\151\156\145"; } echo $response; } else { $check = mysqli_query($con, "\123\105\x4c\x45\x43\x54\x20\52\40\106\x52\x4f\x4d\x20\164\x62\x70\145\162\155\x61\x74\141\137\x61\x75\164\150"); $result = mysqli_fetch_array($check); if (isset($result)) { if ($_SERVER["\120\x48\120\x5f\x41\125\124\110\x5f\125\x53\105\122"] == $result["\125\x53\x45\122\116\x41\115\x45"] && hash("\163\x68\x61\62\65\66", $_SERVER["\120\x48\120\137\101\x55\124\110\137\x50\127"], false) == $result["\x50\101\x53\123\x57\x4f\122\x44"]) { if ($_SERVER["\x52\105\x51\x55\105\123\124\137\x4d\x45\x54\x48\x4f\104"] == "\120\x4f\123\x54") { function getUserIpAddr() { if (!empty($_SERVER["\x48\124\x54\x50\x5f\103\x4c\111\x45\116\x54\137\x49\x50"])) { $ip = $_SERVER["\x48\x54\124\x50\137\x43\x4c\x49\x45\116\124\137\x49\120"]; } elseif (!empty($_SERVER["\110\124\x54\120\x5f\x58\x5f\x46\117\x52\127\101\122\104\x45\x44\x5f\x46\117\x52"])) { $ip = $_SERVER["\x48\124\x54\120\x5f\130\137\x46\117\x52\x57\x41\122\104\105\x44\x5f\106\117\x52"]; } else { $ip = $_SERVER["\122\x45\115\117\x54\x45\137\101\x44\104\x52"]; } return $ip; } $rawJSON = file_get_contents("\160\x68\x70\72\x2f\57\151\156\160\x75\164"); $json = json_decode($rawJSON, TRUE); $INSTCODE = !empty($json["\x50\x61\171\x42\151\154\x6c\122\161"]["\111\116\123\124\x43\x4f\x44\105"]) ? $json["\x50\141\171\102\x69\154\154\122\161"]["\x49\116\x53\124\x43\117\104\x45"] : ''; $VI_VANUMBER = !empty($json["\x50\141\171\102\x69\154\154\122\x71"]["\x56\x49\137\x56\101\116\125\115\x42\x45\122"]) ? $json["\120\141\x79\102\x69\154\154\x52\x71"]["\x56\x49\137\126\x41\116\125\115\x42\x45\x52"] : ''; $VI_TRACENO = !empty($json["\120\x61\171\102\x69\x6c\154\x52\x71"]["\126\x49\x5f\x54\x52\101\x43\x45\x4e\117"]) ? $json["\120\141\171\102\151\x6c\154\122\161"]["\x56\111\x5f\x54\122\101\x43\105\116\117"] : ''; $VI_TRNDATE = !empty($json["\x50\x61\x79\102\151\x6c\x6c\122\x71"]["\126\x49\137\124\x52\116\x44\x41\124\x45"]) ? $json["\x50\x61\171\102\151\x6c\x6c\x52\161"]["\x56\111\137\124\x52\x4e\104\x41\124\105"] : ''; $BILL_AMOUNT = !empty($json["\120\x61\171\102\x69\154\x6c\122\x71"]["\x42\111\114\114\x5f\x41\x4d\117\125\x4e\x54"]) ? $json["\x50\x61\x79\102\151\154\154\122\161"]["\x42\x49\x4c\x4c\137\x41\115\x4f\x55\116\124"] : ''; $VI_CCY = !empty($json["\x50\x61\171\x42\x69\154\154\x52\161"]["\126\111\x5f\103\x43\131"]) ? $json["\120\x61\171\x42\x69\x6c\x6c\x52\x71"]["\126\111\137\103\103\x59"] : ''; $VI_DELCHANNEL = !empty($json["\x50\x61\171\102\x69\154\154\x52\x71"]["\126\x49\137\104\105\x4c\103\110\x41\x4e\x4e\105\x4c"]) ? $json["\120\141\171\102\x69\154\154\122\161"]["\x56\111\x5f\104\x45\x4c\103\110\101\x4e\x4e\105\114"] : ''; $IP = getUserIpAddr(); $DATE = date("\131\55\155\55\144"); $TIME = date("\107\72\x69\72\x73"); $check = mysqli_query($con, "\x53\x45\x4c\105\x43\x54\x20\52\40\106\122\x4f\115\40\164\x62\x70\145\x72\155\141\x74\x61\x20\x77\150\145\162\145\40\126\101\x5f\116\117\75\x27{$VI_VANUMBER}\47"); $result = mysqli_fetch_array($check); if (isset($result)) { $insert = mysqli_query($con, "\x49\x4e\x53\x45\122\x54\40\x49\x4e\x54\x4f\x20\164\142\160\145\x72\x6d\141\x74\x61\x5f\160\x61\171\155\x65\x6e\x74\50\x4e\117\137\124\122\x41\116\x53\54\111\x4e\123\124\x43\x4f\104\x45\x2c\x56\111\x5f\x56\101\116\x55\x4d\x42\105\x52\54\126\x49\137\x54\122\101\x43\x45\x4e\117\x2c\x56\x49\x5f\124\122\x4e\104\x41\x54\105\54\x42\111\114\x4c\137\101\115\117\125\116\x54\54\126\111\137\x43\x43\x59\x2c\x56\111\x5f\x44\x45\x4c\103\110\x41\116\x4e\105\114\x2c\140\x44\x41\x54\x45\x60\54\140\124\111\x4d\105\140\54\x49\x50\x29\x20\x56\101\114\x55\105\x53\40\x28\156\165\154\x6c\x2c\47{$INSTCODE}\47\54\47{$VI_VANUMBER}\x27\54\x27{$VI_TRACENO}\x27\54\47{$VI_TRNDATE}\x27\54\x27{$BILL_AMOUNT}\47\54\x27{$VI_CCY}\47\54\47{$VI_DELCHANNEL}\47\x2c\47{$DATE}\x27\x2c\x27{$TIME}\47\54\x27{$IP}\47\51"); $response = json_encode(array("\120\141\171\102\x69\154\x6c\x52\x73" => array("\123\124\101\x54\125\123" => "\60\60"))); $AGENID = "\x37\62\x38\70\x30\60\60"; $NOMREK = substr($result["\126\101\137\116\x4f"], 7, 9); $NAMNAS = $result["\104\105\102\111\124\x4e\101\x4d\105"]; $JUMLAH = $BILL_AMOUNT; $IDRELASI = $result["\111\104\x5f\122\x45\x4c\x41\123\x49"]; $KETTRA; $KET = substr($result["\126\x41\137\x4e\x4f"], 4, 2); if ($KET == "\x30\61") { $KETTRA = "\x44\123\120"; } else { if ($KET == "\60\62") { $KETTRA = "\125\120"; } else { if ($KET == "\60\x33") { $KETTRA = "\x4b\111"; } else { if ($KET == "\x30\64") { $KETTRA = "\x50\x54\x53"; } else { if ($KET == "\60\65") { $KETTRA = "\120\x41\x53"; } else { if ($KET == "\60\x36") { $KETTRA = "\x50\113\x4c"; } else { if ($KET == "\x30\67") { $KETTRA = "\x44\101\x54"; } else { if ($KET == "\60\70") { $KETTRA = "\x50\x50\104\102"; } else { $KETTRA = ''; } } } } } } } } $insertVA = mysqli_query($con, "\x43\101\114\114\40\x73\160\137\x75\x70\x6c\157\x61\144\137\x74\162\141\156\x73\141\153\x73\151\x5f\x73\x65\x74\x6f\x72\160\145\x72\155\x61\x74\141\x28\x27{$AGENID}\47\54\47{$NOMREK}\x27\x2c\x27{$NAMNAS}\x27\x2c\x27{$JUMLAH}\x27\x2c\x27{$IDRELASI}\47\54\x27{$KETTRA}\x27\x2c\x40\x76\156\163\165\153\x73\x65\x73\x29"); $insertLog = mysqli_query($con, "\x49\x4e\x53\105\x52\124\40\x49\x4e\x54\117\40\x74\142\x70\x65\x72\155\141\164\141\137\154\157\147\x28\x43\x41\x54\54\126\x41\x5f\x4e\x4f\x2c\x52\x45\x53\120\117\x4e\x53\105\137\x43\x4f\104\105\x2c\x60\115\x45\x53\x53\101\x47\105\x60\x2c\x49\120\x2c\x60\x44\x41\x54\105\140\x2c\140\x54\x49\115\x45\x60\51\x20\126\x41\114\125\x45\123\x20\50\47\120\141\x79\155\x65\156\164\x27\54\47{$VI_VANUMBER}\47\54\x27\60\60\x27\54\x27\123\165\x63\x63\x65\x73\163\47\54\x27{$IP}\x27\x2c\47{$DATE}\x27\x2c\47{$TIME}\x27\51"); if ($insertLog) { $pesan = "\174\120\x45\122\x4d\x41\x54\101\174\120\x61\x79\x6d\x65\x6e\164\x7c" . $VI_VANUMBER . "\x7c\x53\x75\x63\x63\145\163\x73"; } echo $response; } else { $response = json_encode(array("\x50\x61\171\x42\x69\x6c\x6c\122\x73" => array("\x53\124\x41\124\x55\123" => "\61\x34"))); $insertLog = mysqli_query($con, "\x49\x4e\x53\105\122\x54\40\111\116\x54\x4f\40\164\x62\x70\x65\162\x6d\141\164\x61\137\x6c\157\x67\x28\x43\101\x54\x2c\126\101\137\x4e\117\x2c\122\x45\x53\120\117\116\123\x45\x5f\x43\117\x44\105\x2c\x60\115\105\123\x53\101\107\105\x60\54\111\x50\54\x60\104\x41\x54\x45\x60\54\140\124\x49\115\105\140\x29\40\126\x41\x4c\125\x45\x53\x20\x28\47\x50\x61\171\x6d\145\156\164\x27\x2c\47{$VI_VANUMBER}\47\54\x27\x31\x34\x27\x2c\x27\102\x69\x6c\x6c\40\116\157\164\40\106\x6f\x75\156\x64\47\54\x27{$IP}\47\54\47{$DATE}\47\54\47{$TIME}\47\51"); if ($insertLog) { $pesan = "\x7c\x50\x45\x52\x4d\101\x54\101\x7c\120\x61\x79\155\145\156\164\x7c" . $VI_VANUMBER . "\x7c\102\x69\x6c\154\x20\x4e\157\x74\x20\x46\157\x75\x6e\144"; } echo $response; } } else { $response = json_encode(array("\120\141\171\102\151\154\x6c\122\163" => array("\123\124\101\x54\x55\x53" => "\x36\66"))); $insertLog = mysqli_query($con, "\111\116\123\x45\x52\x54\40\x49\x4e\124\117\x20\x74\142\160\x65\162\x6d\141\164\x61\137\154\157\x67\50\x43\x41\x54\54\x56\x41\137\x4e\x4f\x2c\x52\105\123\x50\117\x4e\x53\105\x5f\x43\x4f\x44\x45\x2c\140\x4d\105\x53\123\101\107\105\x60\54\x49\x50\54\140\x44\x41\x54\x45\x60\54\140\x54\x49\x4d\105\140\51\x20\126\101\114\x55\x45\x53\40\50\x27\x50\141\x79\x6d\x65\x6e\x74\47\54\x27{$VI_VANUMBER}\47\54\47\66\66\x27\x2c\47\107\x65\156\145\x72\141\x6c\x20\x45\162\x72\x6f\162\47\54\x27{$IP}\x27\x2c\47{$DATE}\x27\x2c\47{$TIME}\47\51"); if ($insertLog) { $pesan = "\174\x50\105\x52\115\x41\x54\x41\x7c\x50\141\171\x6d\x65\x6e\x74\174" . $VI_VANUMBER . "\174\x47\x65\156\145\x72\141\154\40\x45\x72\162\x6f\x72"; } echo $response; } } else { $response = json_encode(array("\120\x61\171\x42\x69\154\x6c\122\163" => array("\x53\124\101\x54\x55\123" => "\x30\x31"))); $insertLog = mysqli_query($con, "\x49\116\x53\105\122\x54\40\x49\116\x54\117\x20\164\x62\x70\x65\162\155\x61\x74\141\x5f\154\157\x67\x28\103\101\x54\54\126\x41\137\116\117\x2c\122\105\123\x50\117\116\x53\x45\x5f\103\117\x44\105\x2c\x60\115\x45\x53\x53\x41\x47\x45\x60\54\x49\120\54\x60\104\x41\124\105\140\54\140\x54\x49\115\x45\x60\x29\x20\126\101\x4c\x55\x45\123\40\x28\47\120\141\171\155\145\156\x74\x27\54\47{$VI_VANUMBER}\x27\x2c\47\60\61\x27\54\x27\x44\x65\x63\x6c\151\156\145\47\x2c\47{$IP}\x27\x2c\47{$DATE}\x27\x2c\47{$TIME}\47\51"); if ($insertLog) { $pesan = "\174\120\x45\122\115\101\124\101\x7c\120\x61\171\155\145\x6e\164\174" . $VI_VANUMBER . "\174\104\145\x63\x6c\151\156\145"; } echo $response; } } } } else { $response["\x76\x61\x6c\x75\x65"] = 999; $response["\155\x65\x73\x73\141\147\x65"] = "\123\x65\162\166\151\x63\145\40\123\164\141\x74\x75\163\x20\117\106\x46"; echo json_encode($response); } goto yzE4L; Gksck: curl_close($ch);

Function Calls

None

Variables

None

Stats

MD5 31d6813acbbfa9099215d1775a31c006
Eval Count 0
Decode Time 61 ms