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 $evalue = "PD8NCmluY2x1ZGUoImFkbWluY3AvY29uZmlnLmluYyIpOw0KaW5jbHVkZSAoImxhbmcucGhwI..
Decoded Output download
?>b'<?
include("admincp/config.inc");
include ("lang.php");
if(isset($_REQUEST["ID"])){
$qry=mysql_query("delete from tbl_inq where recid=\'".$_REQUEST["ID"]."\' and sessid=\'".$sId."\' and instatus=\'p\'") or die(mysql_error());
header(\'Location:basket.php?lng=\'.$LngID);
}
?>
'<?php
Did this file decode correctly?
Original Code
<?php $evalue = "PD8NCmluY2x1ZGUoImFkbWluY3AvY29uZmlnLmluYyIpOw0KaW5jbHVkZSAoImxhbmcucGhwIik7DQoNCmlmKGlzc2V0KCRfUkVRVUVTVFsiSUQiXSkpew0KCSRxcnk9bXlzcWxfcXVlcnkoImRlbGV0ZSBmcm9tIHRibF9pbnEgd2hlcmUgcmVjaWQ9JyIuJF9SRVFVRVNUWyJJRCJdLiInIGFuZCBzZXNzaWQ9JyIuJHNJZC4iJyBhbmQgaW5zdGF0dXM9J3AnIikgb3IgZGllKG15c3FsX2Vycm9yKCkpOw0KCWhlYWRlcignTG9jYXRpb246YmFza2V0LnBocD9sbmc9Jy4kTG5nSUQpOw0KfQ0KPz4NCg==";eval(" ?>".base64_decode($evalue) . "<?php ");
?>
Function Calls
base64_decode | 1 |
Stats
MD5 | d57bac1b3717021296fbf8619deb3288 |
Eval Count | 1 |
Decode Time | 52 ms |