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 // 0x0004a echo hex2bin("\x30\170\x30\60\60\x34\141\n"); // 0x94f1b echo "\60\17..

Decoded Output download

<?php 
// 0x0004a 
echo hex2bin("0x0004a
"); 
// 0x94f1b 
echo "0x94f1b
"; 
// cdfea8d5ffe1ac7e343389f15277c3c7 
echo "cdfea8d5ffe1ac7e343389f15277c3c7
"; 
// /var/www/html/neopets/common/db/connpool.php 
echo "/var/www/html/neopets/common/db/connpool.php
"; 
exit; ?>

Did this file decode correctly?

Original Code

<?php
// 0x0004a
echo hex2bin("\x30\170\x30\60\60\x34\141\n");
// 0x94f1b
echo "\60\170\71\x34\x66\61\x62\n";
// cdfea8d5ffe1ac7e343389f15277c3c7
echo "\x63\144\x66\x65\x61\x38\x64\x35\146\146\x65\x31\x61\143\x37\145\63\64\63\x33\x38\71\x66\x31\x35\x32\67\x37\x63\x33\x63\x37\n";
// /var/www/html/neopets/common/db/connpool.php
echo "\57\x76\x61\162\x2f\x77\x77\x77\x2f\150\x74\x6d\154\x2f\156\145\x6f\160\145\164\163\x2f\x63\x6f\155\155\x6f\x6e\x2f\144\142\x2f\143\157\x6e\x6e\160\x6f\x6f\x6c\x2e\160\x68\x70\n";
exit;

Function Calls

hex2bin 1

Variables

None

Stats

MD5 5a8c2590106de16506a9581df92a5a48
Eval Count 0
Decode Time 40 ms