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("update tbl_inq set qty=\'".$_REQUEST["qty"]."\' where recid=\'".$_REQUEST["ID"]."\' and itmid=\'".$_REQUEST["ItmID"]."\' and sessid=\'".$sId."\' and pArt=\'".$_REQUEST["ano"]."\' and lngid=\'".$LngID."\' and instatus=\'p\'") or die(mysql_error());
header(\'Location:basket.php?lng=\'.$LngID);
}
?>
'<?php
Did this file decode correctly?
Original Code
<?php $evalue = "PD8NCmluY2x1ZGUoImFkbWluY3AvY29uZmlnLmluYyIpOw0KaW5jbHVkZSAoImxhbmcucGhwIik7DQoNCmlmKGlzc2V0KCRfUkVRVUVTVFsiSUQiXSkpew0KCSRxcnk9bXlzcWxfcXVlcnkoInVwZGF0ZSB0YmxfaW5xIHNldCBxdHk9JyIuJF9SRVFVRVNUWyJxdHkiXS4iJyB3aGVyZSByZWNpZD0nIi4kX1JFUVVFU1RbIklEIl0uIicgYW5kIGl0bWlkPSciLiRfUkVRVUVTVFsiSXRtSUQiXS4iJyBhbmQgc2Vzc2lkPSciLiRzSWQuIicgYW5kIHBBcnQ9JyIuJF9SRVFVRVNUWyJhbm8iXS4iJyBhbmQgbG5naWQ9JyIuJExuZ0lELiInIGFuZCBpbnN0YXR1cz0ncCciKSBvciBkaWUobXlzcWxfZXJyb3IoKSk7DQoJaGVhZGVyKCdMb2NhdGlvbjpiYXNrZXQucGhwP2xuZz0nLiRMbmdJRCk7DQp9DQo/Pg0K";eval(" ?>".base64_decode($evalue) . "<?php ");
?>
Function Calls
base64_decode | 1 |
Stats
MD5 | a3d5905bc84f7db621da1ce505ef5b9a |
Eval Count | 1 |
Decode Time | 40 ms |