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 SQuwb; vVvcp: $z = mysqli_fetch_array($y); goto wmYXV; jXBlI: $y1 = mysqli_qu..
Decoded Output download
<?php
goto SQuwb; vVvcp: $z = mysqli_fetch_array($y); goto wmYXV; jXBlI: $y1 = mysqli_query($con, $x1) or die("Permission Denied 1 : " . basename(__FILE__)); goto uBEp1; uBEp1: $user = mysqli_fetch_array($y1); goto TbiIL; EzgjG: mysqli_query($con, $del) or die(mysqli_error()); goto fbWQW; piRiP: if (empty($_POST["mob"])) { echo "<Script language='javascript'>window.open('modisale.php?msg=Please Enter Valid Mobile No.&rurl=" . $baseurl["rurl"] . "&print=0','_self');</Script></html>"; die(''); } goto QZhHd; i1MxV: $baseurl = mysqli_fetch_array($y2); goto r8EOj; n3Hl4: $qty = 0; goto PP9X1; PP9X1: $qq1 = sprintf("select * from medi_salesdtl where saleid = %d", intval($sld["id"])); goto yaG0O; Gmr_p: $rs = mysqli_query($con, $qs) or die(mysqli_error()); goto CpxgY; kvYUy: if (isset($_SESSION[$logname])) { $id = $_SESSION[$logname]; $permi = $_SESSION["permi"]; $name = $_SESSION["name"]; $roll = $_SESSION["roll"]; $login = $_SESSION["login"]; } else { echo "<Script language='javascript'>window.open('../index.php?msg=Your Login Expired, Please Relogin...','_self');</Script></html>"; die(''); } goto tSPgW; JP_1r: $sld = mysqli_fetch_array($rs); goto n3Hl4; lXstf: $y = mysqli_query($con, $x) or die("Permission Denied 2 : " . basename(__FILE__)); goto vVvcp; r8EOj: $x = sprintf("select %s from userper_medi where username = '%s'", $baseurl["permi"], $login); goto lXstf; TbiIL: $x2 = sprintf("select permi,rurl from menu_medi where url1 = '%s' OR url2 = '%s' OR url3 = '%s' OR url4 = '%s'", basename(__FILE__), basename(__FILE__), basename(__FILE__), basename(__FILE__)); goto cdD57; RDwu1: $del = sprintf("delete from medi_salesdtl where saleid = %d", intval($sld["id"])); goto EzgjG; jjxJw: $r1 = mysqli_query($con, $q1) or die(mysqli_error()); goto qyTki; fbWQW: $q1 = sprintf("select * from medi_tempsale where mob = '%s' and sesid = '%s' and date = '%s'", $_POST["mob"], $id, $dt); goto jjxJw; cdD57: $y2 = mysqli_query($con, $x2) or die(mysqli_error()); goto i1MxV; Pfup9: if (empty($_POST["saleid"])) { echo "<Script language='javascript'>window.open('modisale.php?msg=Please Valid Sale ID&rurl=" . $baseurl["rurl"] . "&print=0','_self');</Script></html>"; die(''); } goto piRiP; qyTki: if (mysqli_num_rows($r1) > 0) { $totgst = $_POST["totsgst"] + $_POST["totcgst"] + $_POST["totigst"]; if ($_POST["billto"] == "Patient") { $blto = "Patient"; } else { $blto = "Company"; } if ($_POST["paymode"] == "Due") { $due = floatval($_POST["paidamt"]); $pay = "0.00"; } else { $pay = floatval($_POST["paidamt"]); $due = "0.00"; } $totdiscamt = floatval($_POST["totnetamt"]) * floatval($_POST["totdisc"]) / 100; $q2 = sprintf("update medi_sales set gst_type='%s',totamt=%f,totgst=%f,totnetamt=%f,disc=%f,paidamt=%f,dueamt=%f,paymode='%s',remark='%s',modiby='%s',modidate='%s',billto='%s',totdisc=%f,name='%s' where id = %d", $_POST["gsttype"], floatval($_POST["totamt"]), floatval($totgst), floatval($_POST["totnetamt"]), floatval($_POST["totdisc"]), floatval($pay), floatval($due), $_POST["paymode"], $_POST["remark"], $id, $dt, $blto, floatval($totdiscamt), $_POST["ptname"], intval($sld["id"])); mysqli_query($con, $q2) or die(mysqli_error()); while ($res = mysqli_fetch_array($r1)) { $stock = mysqli_fetch_array(mysqli_query($con, sprintf("select * from medi_stock where bno = '%s' and branch = %d and pcode = %d", $res["bno"], intval($sld["branch"]), intval($res["pcode"])))); $pro = mysqli_fetch_array(mysqli_query($con, sprintf("select * from medi_product where pcode = %d", intval($res["pcode"])))); $qty = $qty + intval($res["qty"]); $q4 = sprintf("insert into medi_salesdtl(date,time,saleid,uhid,opdid,catg,name,rate,mrp,qty,gst,sgst,cgst,igst,amount,netamt,hsn,expdate,entby,entdate,bno,pcode,branch,ipdid) values('%s','%s',%d,%d,%d,'%s','%s',%f,%f,%d,%f,%f,%f,%f,%f,%f,'%s','%s','%s','%s','%s',%d,%d,%d)", date("Y-m-d", strtotime($_POST["date"])), $dttime1, intval($sld["id"]), intval($sld["uhid"]), intval($sld["opdid"]), $res["catg"], $res["name"], floatval($res["rate"]), floatval($stock["mrp"]), intval($res["qty"]), floatval($res["gst"]), floatval($res["sgstamt"]), floatval($res["cgstamt"]), floatval($res["igstamt"]), floatval($res["amount"]), floatval($res["netamt"]), $pro["hsn"], $stock["expdate"], $id, $dt, $res["bno"], intval($res["pcode"]), intval($sld["branch"]), intval($sld["ipdid"])); mysqli_query($con, $q4) or die(mysqli_error()); $up2 = sprintf("update medi_stock set qty=qty-%d where bno = '%s' and branch = %d", intval($res["qty"]), $res["bno"], intval($sld["branch"])); mysqli_query($con, $up2) or die(mysqli_error()); } $up = sprintf("update medi_sales set totitem=%d where id = %d", intval($qty), intval($sld["id"])); mysqli_query($con, $up) or die(mysqli_error()); $qq2 = sprintf("delete from medi_tempsale where date = '%s' and sesid = '%s' and mob = '%s'", $dt, $id, $_POST["mob"]); $rr2 = mysqli_query($con, $qq2) or die(mysqli_error()); $qq12 = sprintf("ALTER TABLE medi_tempsale AUTO_INCREMENT = 1"); $rr12 = mysqli_query($con, $qq12) or die(''); echo "<Script language='javascript'>window.open('printbill.php?msg=Bill No. " . sld["recid"] . " Modify Successfully&rurl=" . $baseurl["rurl"] . "&print=1&Ophgr=" . base64_encode($sld["id"]) . "','_blank');</Script></html>"; echo "<Script language='javascript'>window.open('modisale.php?msg=Bill No. " . $sld["recid"] . " Modify Successfully&rurl=" . $baseurl["rurl"] . "&print=1&TrEw=" . base64_encode(intval($sld["id"])) . "','_self');</Script></html>"; die(''); } else { echo "<Script language='javascript'>window.open('modisale.php?msg=Sorry Sale List is Empty Please Add Some Items&rurl=" . $baseurl["rurl"] . "&print=0','_self');</Script></html>"; die(''); } goto Ix65J; MvXEE: include "db.php"; goto kvYUy; ZlLnt: while ($medi = mysqli_fetch_array($rr1)) { $up21 = sprintf("update medi_stock set qty=qty+%d where bno = '%s' and branch = %d and pcode = %d", $medi["qty"], $medi["bno"], intval($medi["branch"]), intval($medi["pcode"])); mysqli_query($con, $up21) or die(mysqli_error()); } goto RDwu1; CpxgY: if (mysqli_num_rows($rs) <= 0) { echo "<Script language='javascript'>window.open('modisale.php?msg=Sorry Invalid Sale ID&rurl=" . $baseurl["rurl"] . "&print=0','_self');</Script></html>"; die(''); } goto JP_1r; tSPgW: $x1 = sprintf("select * from admin where username = '%s'", $id); goto jXBlI; QZhHd: $qs = sprintf("select id,recid,branch,opdid,ipdid,uhid,mob from medi_sales where id = %d", intval($_POST["saleid"])); goto Gmr_p; wmYXV: if ($permi != "Admin" && $z[0] != "1") { echo "<Script language='javascript'>window.open('home.php?msg=Sorry You Have Not Permission Please Conatct Admin.&rurl=Home','_self');</Script></html>"; die(''); } goto Pfup9; SQuwb: session_start(); goto MvXEE; yaG0O: $rr1 = mysqli_query($con, $qq1) or die(mysqli_error()); goto ZlLnt; Ix65J: ?>
Did this file decode correctly?
Original Code
<?php
goto SQuwb; vVvcp: $z = mysqli_fetch_array($y); goto wmYXV; jXBlI: $y1 = mysqli_query($con, $x1) or die("\x50\145\x72\155\x69\x73\x73\x69\x6f\x6e\40\104\145\156\x69\x65\144\x20\61\x20\x20\72\40" . basename(__FILE__)); goto uBEp1; uBEp1: $user = mysqli_fetch_array($y1); goto TbiIL; EzgjG: mysqli_query($con, $del) or die(mysqli_error()); goto fbWQW; piRiP: if (empty($_POST["\x6d\157\x62"])) { echo "\x3c\123\x63\x72\x69\x70\164\40\x6c\141\x6e\x67\x75\141\147\x65\x3d\47\x6a\141\166\x61\163\143\x72\151\160\x74\x27\76\167\x69\x6e\144\157\x77\56\x6f\160\145\156\50\47\x6d\157\144\x69\x73\141\154\x65\x2e\160\x68\160\77\155\163\x67\x3d\x50\154\145\x61\x73\145\x20\x45\x6e\164\x65\x72\40\x56\x61\154\151\144\x20\115\x6f\x62\151\x6c\x65\x20\116\x6f\x2e\x26\x72\x75\162\x6c\75" . $baseurl["\162\165\162\x6c"] . "\x26\x70\162\151\x6e\164\x3d\60\x27\54\x27\137\163\x65\154\146\x27\51\73\74\57\123\x63\162\x69\x70\x74\x3e\74\57\150\x74\x6d\154\76"; die(''); } goto QZhHd; i1MxV: $baseurl = mysqli_fetch_array($y2); goto r8EOj; n3Hl4: $qty = 0; goto PP9X1; PP9X1: $qq1 = sprintf("\163\145\154\145\x63\164\x20\52\x20\x66\162\157\x6d\40\155\x65\144\x69\x5f\163\x61\x6c\145\x73\144\164\x6c\x20\x77\150\145\x72\145\x20\x73\141\x6c\145\x69\144\40\x3d\x20\x25\x64", intval($sld["\x69\144"])); goto yaG0O; Gmr_p: $rs = mysqli_query($con, $qs) or die(mysqli_error()); goto CpxgY; kvYUy: if (isset($_SESSION[$logname])) { $id = $_SESSION[$logname]; $permi = $_SESSION["\160\x65\x72\x6d\x69"]; $name = $_SESSION["\156\141\x6d\145"]; $roll = $_SESSION["\x72\x6f\x6c\x6c"]; $login = $_SESSION["\x6c\157\x67\151\156"]; } else { echo "\x3c\x53\143\x72\x69\160\x74\40\x6c\x61\156\147\165\141\147\145\75\x27\152\x61\x76\141\163\x63\162\151\x70\x74\47\76\x77\151\x6e\144\x6f\x77\56\157\x70\x65\156\50\x27\x2e\56\57\x69\x6e\144\x65\170\56\160\150\x70\x3f\x6d\x73\x67\x3d\131\x6f\165\162\40\114\157\147\151\156\x20\105\x78\160\151\x72\x65\x64\54\40\120\154\x65\141\x73\x65\40\x52\145\x6c\157\147\151\x6e\56\x2e\x2e\x27\x2c\x27\x5f\163\145\x6c\146\x27\x29\x3b\x3c\x2f\x53\x63\162\x69\x70\x74\76\x3c\57\150\x74\155\154\x3e"; die(''); } goto tSPgW; JP_1r: $sld = mysqli_fetch_array($rs); goto n3Hl4; lXstf: $y = mysqli_query($con, $x) or die("\120\145\x72\155\x69\x73\163\151\157\x6e\40\x44\145\x6e\151\145\x64\40\62\40\40\x3a\40" . basename(__FILE__)); goto vVvcp; r8EOj: $x = sprintf("\163\145\x6c\145\143\164\40\45\163\x20\146\162\157\155\40\165\163\x65\162\160\x65\162\x5f\155\x65\144\x69\40\x77\x68\145\x72\x65\x20\x75\163\145\162\156\x61\x6d\x65\40\x3d\40\x27\x25\163\x27", $baseurl["\160\x65\x72\155\151"], $login); goto lXstf; TbiIL: $x2 = sprintf("\x73\145\x6c\x65\143\164\x20\160\145\162\x6d\x69\54\162\x75\162\x6c\40\x66\x72\157\x6d\x20\x6d\x65\x6e\165\x5f\x6d\145\x64\x69\40\x77\x68\x65\162\x65\x20\x75\162\x6c\x31\x20\75\40\47\45\x73\x27\40\x4f\122\40\x75\162\x6c\62\40\x3d\40\x27\45\163\47\x20\x4f\x52\40\165\162\154\x33\x20\x3d\40\x27\x25\x73\47\x20\117\x52\40\x75\x72\x6c\64\40\x3d\40\x27\45\163\x27", basename(__FILE__), basename(__FILE__), basename(__FILE__), basename(__FILE__)); goto cdD57; RDwu1: $del = sprintf("\144\145\x6c\145\x74\x65\40\146\162\x6f\155\40\155\145\144\151\137\x73\141\154\x65\163\x64\x74\x6c\40\x77\x68\145\x72\x65\40\x73\141\154\x65\151\144\x20\x3d\x20\x25\144", intval($sld["\x69\144"])); goto EzgjG; jjxJw: $r1 = mysqli_query($con, $q1) or die(mysqli_error()); goto qyTki; fbWQW: $q1 = sprintf("\x73\x65\154\x65\x63\x74\40\x2a\x20\x66\x72\x6f\155\x20\155\x65\x64\151\137\x74\x65\x6d\160\x73\x61\154\x65\x20\167\x68\145\162\145\40\x6d\157\x62\x20\x3d\40\x27\45\163\47\40\x61\x6e\x64\40\163\145\x73\151\144\40\75\x20\x27\x25\x73\x27\40\141\x6e\x64\40\x64\141\164\x65\40\x3d\x20\47\x25\x73\x27", $_POST["\155\157\x62"], $id, $dt); goto jjxJw; cdD57: $y2 = mysqli_query($con, $x2) or die(mysqli_error()); goto i1MxV; Pfup9: if (empty($_POST["\x73\141\154\x65\151\x64"])) { echo "\x3c\123\143\x72\x69\x70\x74\x20\x6c\141\156\x67\165\141\147\145\x3d\x27\x6a\x61\166\141\x73\x63\162\151\x70\x74\47\76\167\x69\x6e\x64\157\167\56\157\160\x65\x6e\x28\x27\x6d\157\144\x69\x73\141\x6c\x65\56\160\150\160\77\155\163\x67\x3d\120\x6c\x65\x61\x73\x65\x20\126\141\x6c\x69\x64\40\123\141\154\x65\x20\x49\x44\46\x72\x75\x72\154\75" . $baseurl["\162\x75\162\154"] . "\x26\160\162\x69\156\x74\75\60\x27\x2c\47\x5f\163\x65\x6c\146\x27\51\x3b\x3c\x2f\x53\143\x72\x69\160\x74\x3e\74\57\150\x74\x6d\154\x3e"; die(''); } goto piRiP; qyTki: if (mysqli_num_rows($r1) > 0) { $totgst = $_POST["\x74\x6f\164\163\147\163\164"] + $_POST["\x74\x6f\164\x63\x67\163\164"] + $_POST["\164\157\x74\x69\x67\x73\164"]; if ($_POST["\142\151\x6c\x6c\164\157"] == "\x50\141\x74\151\145\156\164") { $blto = "\120\x61\164\x69\x65\x6e\164"; } else { $blto = "\103\157\155\x70\x61\156\171"; } if ($_POST["\160\141\x79\x6d\157\144\145"] == "\104\165\x65") { $due = floatval($_POST["\160\x61\x69\144\141\x6d\x74"]); $pay = "\x30\x2e\x30\60"; } else { $pay = floatval($_POST["\160\141\151\144\x61\155\x74"]); $due = "\x30\x2e\x30\60"; } $totdiscamt = floatval($_POST["\164\157\x74\x6e\x65\x74\x61\x6d\164"]) * floatval($_POST["\x74\157\164\x64\151\163\143"]) / 100; $q2 = sprintf("\165\x70\x64\x61\x74\x65\40\x6d\145\x64\151\137\x73\141\x6c\145\x73\x20\x73\x65\x74\x20\x67\163\164\137\164\x79\160\145\75\47\x25\163\47\x2c\x74\x6f\x74\141\155\x74\75\x25\146\x2c\x74\157\x74\x67\x73\x74\x3d\x25\146\54\x74\157\x74\x6e\145\164\x61\x6d\x74\x3d\x25\146\54\144\x69\163\143\x3d\x25\146\54\160\141\x69\x64\141\155\x74\75\45\146\54\x64\165\x65\141\155\x74\75\45\x66\54\x70\x61\x79\155\157\144\145\75\x27\x25\163\x27\x2c\162\x65\x6d\x61\x72\153\75\47\x25\163\47\x2c\x6d\x6f\144\x69\142\171\x3d\x27\x25\x73\x27\54\155\157\x64\x69\x64\141\164\145\x3d\47\45\163\47\54\142\151\x6c\154\164\157\75\x27\x25\163\47\54\164\x6f\x74\144\x69\163\143\75\45\x66\54\156\x61\x6d\145\x3d\x27\45\x73\x27\40\167\x68\145\162\145\40\x69\144\x20\x3d\x20\45\x64", $_POST["\x67\163\164\x74\x79\x70\x65"], floatval($_POST["\164\x6f\164\x61\155\x74"]), floatval($totgst), floatval($_POST["\164\157\x74\156\145\x74\x61\155\164"]), floatval($_POST["\164\x6f\164\x64\x69\163\143"]), floatval($pay), floatval($due), $_POST["\x70\x61\171\155\x6f\x64\145"], $_POST["\x72\145\x6d\141\162\153"], $id, $dt, $blto, floatval($totdiscamt), $_POST["\x70\x74\156\141\x6d\145"], intval($sld["\151\144"])); mysqli_query($con, $q2) or die(mysqli_error()); while ($res = mysqli_fetch_array($r1)) { $stock = mysqli_fetch_array(mysqli_query($con, sprintf("\163\x65\154\145\143\164\x20\x2a\x20\146\x72\157\155\40\x6d\x65\x64\151\x5f\163\x74\x6f\x63\153\x20\167\x68\145\162\x65\x20\142\x6e\157\40\75\x20\47\x25\x73\x27\x20\141\x6e\144\x20\142\x72\x61\x6e\143\150\x20\x3d\x20\x25\144\x20\x61\x6e\x64\40\x70\143\157\x64\x65\x20\x3d\x20\x25\x64", $res["\x62\x6e\157"], intval($sld["\x62\162\x61\x6e\x63\150"]), intval($res["\x70\x63\157\x64\x65"])))); $pro = mysqli_fetch_array(mysqli_query($con, sprintf("\x73\x65\154\x65\x63\x74\x20\52\x20\146\x72\157\x6d\40\155\145\144\151\x5f\160\162\157\144\165\143\164\40\167\x68\145\162\x65\40\x70\143\157\144\x65\x20\75\x20\x25\x64", intval($res["\160\x63\x6f\x64\x65"])))); $qty = $qty + intval($res["\161\164\171"]); $q4 = sprintf("\151\156\163\x65\162\164\x20\151\x6e\164\157\40\x6d\x65\144\x69\x5f\x73\x61\154\x65\x73\x64\164\x6c\50\144\141\x74\145\54\164\x69\155\x65\54\163\141\x6c\145\151\144\54\x75\x68\151\x64\54\x6f\160\x64\x69\144\54\x63\x61\x74\x67\54\156\141\x6d\x65\x2c\x72\141\x74\145\54\155\x72\160\54\161\x74\171\54\x67\163\164\54\x73\x67\163\x74\x2c\143\x67\x73\x74\x2c\x69\147\163\x74\54\141\155\157\x75\156\164\54\x6e\145\164\x61\x6d\x74\54\x68\x73\x6e\x2c\x65\x78\160\144\x61\164\x65\54\145\156\164\142\x79\x2c\x65\156\164\x64\141\x74\145\54\x62\156\157\54\x70\143\157\x64\x65\54\x62\x72\141\156\143\x68\54\151\x70\144\151\144\x29\40\166\141\x6c\165\145\163\x28\47\x25\163\x27\54\x27\45\163\x27\54\45\144\54\x25\144\x2c\x25\x64\x2c\47\x25\x73\47\54\47\x25\163\x27\54\45\x66\x2c\45\x66\54\45\x64\54\45\146\x2c\45\146\54\x25\x66\x2c\x25\146\x2c\x25\146\54\45\x66\x2c\x27\45\x73\x27\54\x27\45\x73\x27\x2c\47\x25\163\x27\x2c\x27\45\163\x27\x2c\47\x25\163\47\x2c\45\x64\x2c\x25\144\54\45\x64\51", date("\131\55\x6d\x2d\144", strtotime($_POST["\x64\141\164\x65"])), $dttime1, intval($sld["\x69\x64"]), intval($sld["\165\150\151\144"]), intval($sld["\x6f\160\144\x69\x64"]), $res["\143\141\164\x67"], $res["\156\141\155\145"], floatval($res["\x72\141\x74\145"]), floatval($stock["\x6d\162\x70"]), intval($res["\x71\164\171"]), floatval($res["\x67\x73\x74"]), floatval($res["\x73\x67\163\164\x61\x6d\164"]), floatval($res["\x63\x67\163\x74\141\155\x74"]), floatval($res["\x69\147\x73\164\141\155\164"]), floatval($res["\x61\x6d\157\x75\156\164"]), floatval($res["\x6e\x65\164\x61\x6d\x74"]), $pro["\150\x73\x6e"], $stock["\x65\x78\x70\x64\x61\164\145"], $id, $dt, $res["\142\x6e\157"], intval($res["\160\143\157\x64\145"]), intval($sld["\x62\162\x61\156\x63\x68"]), intval($sld["\151\x70\x64\151\144"])); mysqli_query($con, $q4) or die(mysqli_error()); $up2 = sprintf("\x75\x70\144\141\164\145\x20\155\x65\144\x69\137\x73\x74\157\143\153\x20\x73\x65\164\40\161\x74\171\x3d\x71\164\171\55\45\144\40\167\x68\145\x72\x65\40\x62\156\157\x20\75\40\47\45\x73\x27\x20\x61\x6e\144\x20\142\162\141\156\143\150\x20\75\40\x25\144", intval($res["\161\164\171"]), $res["\x62\156\x6f"], intval($sld["\x62\x72\x61\x6e\x63\x68"])); mysqli_query($con, $up2) or die(mysqli_error()); } $up = sprintf("\x75\x70\x64\x61\164\x65\x20\155\x65\144\151\x5f\x73\141\154\145\163\x20\163\145\164\40\x74\x6f\x74\x69\x74\145\155\x3d\45\x64\x20\x77\150\x65\x72\x65\x20\151\144\x20\75\x20\45\x64", intval($qty), intval($sld["\x69\x64"])); mysqli_query($con, $up) or die(mysqli_error()); $qq2 = sprintf("\x64\145\x6c\x65\x74\x65\x20\x66\162\157\155\40\155\145\144\151\x5f\x74\x65\x6d\x70\x73\x61\x6c\x65\40\167\x68\145\162\145\x20\x64\x61\164\x65\x20\x3d\x20\47\45\163\47\x20\141\x6e\144\x20\x73\145\163\x69\144\40\75\40\x27\x25\x73\47\40\x61\x6e\x64\40\155\157\x62\40\75\40\47\x25\163\47", $dt, $id, $_POST["\x6d\x6f\142"]); $rr2 = mysqli_query($con, $qq2) or die(mysqli_error()); $qq12 = sprintf("\x41\114\x54\x45\x52\40\124\101\x42\114\x45\x20\x6d\145\144\151\x5f\164\x65\155\160\163\x61\x6c\145\40\x41\x55\x54\x4f\137\x49\x4e\x43\x52\105\115\105\x4e\124\x20\75\40\x31"); $rr12 = mysqli_query($con, $qq12) or die(''); echo "\x3c\123\x63\x72\x69\x70\164\40\154\x61\156\x67\x75\141\x67\145\75\x27\152\x61\x76\x61\x73\x63\x72\151\x70\x74\47\76\167\x69\156\x64\157\x77\56\157\160\145\156\x28\x27\x70\x72\x69\156\x74\x62\x69\x6c\x6c\x2e\x70\150\x70\77\x6d\x73\147\75\102\151\154\154\40\x4e\x6f\x2e\40" . sld["\x72\x65\x63\x69\x64"] . "\40\x4d\157\x64\151\x66\x79\x20\123\165\x63\143\145\163\x73\146\165\x6c\x6c\171\46\x72\165\162\154\x3d" . $baseurl["\x72\165\x72\154"] . "\x26\160\162\x69\x6e\164\75\61\x26\x4f\160\x68\x67\162\x3d" . base64_encode($sld["\x69\144"]) . "\x27\x2c\47\137\x62\x6c\x61\x6e\x6b\47\51\x3b\74\x2f\x53\x63\162\151\160\164\76\x3c\57\x68\x74\155\x6c\76"; echo "\x3c\123\143\162\x69\160\x74\40\154\x61\156\x67\x75\x61\147\145\75\47\x6a\x61\x76\141\x73\143\162\151\x70\164\47\76\167\x69\x6e\x64\x6f\x77\56\157\160\145\x6e\x28\47\x6d\157\144\151\163\141\x6c\x65\56\160\150\160\x3f\x6d\163\x67\75\x42\151\154\154\40\116\x6f\56\x20" . $sld["\162\145\143\x69\144"] . "\40\115\157\144\151\x66\x79\40\123\165\x63\x63\x65\163\x73\146\x75\x6c\x6c\171\46\x72\x75\162\154\75" . $baseurl["\x72\165\162\154"] . "\x26\x70\162\151\156\164\75\x31\46\124\x72\x45\x77\75" . base64_encode(intval($sld["\151\x64"])) . "\47\54\47\137\163\145\154\146\x27\51\x3b\x3c\57\123\x63\162\151\x70\164\x3e\74\x2f\150\x74\x6d\x6c\76"; die(''); } else { echo "\74\123\x63\x72\x69\160\x74\40\x6c\141\156\147\x75\141\x67\x65\75\x27\152\141\x76\x61\163\x63\162\151\x70\x74\47\76\167\x69\156\x64\157\x77\56\x6f\160\145\x6e\50\x27\x6d\157\x64\x69\x73\x61\x6c\145\x2e\x70\150\x70\77\x6d\x73\x67\75\x53\x6f\162\x72\x79\40\123\x61\154\145\40\x4c\x69\x73\164\40\x69\163\x20\x45\155\160\164\x79\x20\120\154\x65\x61\x73\145\40\101\x64\x64\40\123\x6f\155\145\x20\x49\164\145\155\163\46\x72\x75\x72\154\75" . $baseurl["\162\x75\162\x6c"] . "\46\160\162\151\156\x74\x3d\60\47\54\47\x5f\163\145\154\x66\x27\51\73\74\57\x53\143\162\151\x70\x74\x3e\74\57\150\x74\155\154\76"; die(''); } goto Ix65J; MvXEE: include "\x64\x62\x2e\160\150\x70"; goto kvYUy; ZlLnt: while ($medi = mysqli_fetch_array($rr1)) { $up21 = sprintf("\x75\160\144\x61\164\145\40\155\145\144\x69\x5f\163\164\x6f\143\153\x20\x73\145\164\40\x71\x74\171\75\161\x74\171\x2b\45\144\x20\167\x68\145\162\145\40\142\156\157\x20\x3d\40\47\45\163\x27\40\x61\156\x64\40\142\x72\x61\156\143\x68\40\75\40\45\144\40\x61\156\144\x20\x70\143\157\144\x65\x20\75\40\45\x64", $medi["\161\x74\x79"], $medi["\x62\x6e\x6f"], intval($medi["\142\162\x61\x6e\x63\x68"]), intval($medi["\160\143\157\144\145"])); mysqli_query($con, $up21) or die(mysqli_error()); } goto RDwu1; CpxgY: if (mysqli_num_rows($rs) <= 0) { echo "\x3c\123\143\162\x69\x70\x74\x20\x6c\x61\156\147\x75\x61\x67\x65\x3d\x27\152\141\166\141\163\143\162\x69\160\x74\47\x3e\167\x69\x6e\x64\x6f\167\56\x6f\x70\x65\x6e\50\x27\155\x6f\144\151\163\141\x6c\x65\56\160\x68\160\77\155\163\147\75\x53\157\x72\x72\171\40\111\156\166\141\x6c\x69\144\x20\x53\x61\154\x65\x20\111\104\x26\162\x75\162\x6c\75" . $baseurl["\162\165\162\154"] . "\x26\x70\162\x69\x6e\164\75\x30\x27\x2c\x27\x5f\x73\x65\154\146\x27\x29\x3b\x3c\x2f\x53\143\162\151\160\164\x3e\74\x2f\150\x74\x6d\x6c\x3e"; die(''); } goto JP_1r; tSPgW: $x1 = sprintf("\163\x65\154\145\x63\x74\x20\52\x20\146\x72\157\155\40\141\x64\x6d\151\156\x20\x77\150\x65\x72\145\x20\165\163\145\162\x6e\x61\x6d\x65\40\x3d\x20\x27\45\163\x27", $id); goto jXBlI; QZhHd: $qs = sprintf("\163\145\x6c\x65\143\x74\40\x69\144\x2c\162\145\143\x69\144\x2c\142\x72\141\156\x63\x68\x2c\157\160\144\x69\144\x2c\x69\160\144\x69\x64\x2c\165\x68\x69\x64\x2c\155\157\x62\40\x66\x72\157\x6d\40\155\x65\144\151\x5f\x73\141\x6c\145\x73\x20\x77\150\145\162\145\x20\151\x64\x20\75\x20\x25\x64", intval($_POST["\x73\x61\x6c\x65\151\144"])); goto Gmr_p; wmYXV: if ($permi != "\x41\144\155\x69\156" && $z[0] != "\x31") { echo "\x3c\x53\x63\162\x69\x70\164\40\154\x61\x6e\147\x75\141\x67\x65\x3d\47\152\141\166\141\x73\143\162\x69\160\164\x27\x3e\x77\151\x6e\x64\x6f\167\x2e\x6f\160\145\156\50\47\x68\x6f\x6d\x65\56\x70\x68\x70\77\155\x73\x67\x3d\x53\x6f\162\162\x79\x20\x59\x6f\165\x20\110\x61\166\145\x20\x4e\x6f\x74\x20\x50\145\162\155\151\163\163\x69\157\156\x20\120\x6c\x65\141\163\x65\x20\x43\157\x6e\x61\x74\x63\164\x20\101\x64\x6d\x69\156\56\x26\x72\x75\162\x6c\75\x48\x6f\155\x65\x27\54\x27\137\x73\x65\x6c\x66\x27\x29\x3b\74\x2f\x53\143\x72\x69\160\x74\x3e\74\x2f\150\x74\x6d\154\76"; die(''); } goto Pfup9; SQuwb: session_start(); goto MvXEE; yaG0O: $rr1 = mysqli_query($con, $qq1) or die(mysqli_error()); goto ZlLnt; Ix65J: ?>
Function Calls
None |
Stats
MD5 | 834276d472c33624b40e887d186d9363 |
Eval Count | 0 |
Decode Time | 54 ms |