Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$new_url = "\x68\x74\x74\x70\x3A\x2F\x2F" . $url . "\x3F\x61\x75\x74\x68\x6F\x72\x3D".$i;..

Decoded Output download

<?  $new_url = "http://" . $url . "?author=".$i; ?>

Did this file decode correctly?

Original Code

$new_url = "\x68\x74\x74\x70\x3A\x2F\x2F" . $url . "\x3F\x61\x75\x74\x68\x6F\x72\x3D".$i;

Function Calls

None

Variables

$new_url http://0?author=0

Stats

MD5 a12c6479ba69d6f549345721330f6cb2
Eval Count 0
Decode Time 576 ms