Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$continent = geoip_continent_code_by_name('www.google.com'); if ($continent) { echo ..
Decoded Output download
<? $continent = geoip_continent_code_by_name('www.google.com');
if ($continent) {
echo 'This host is located in: ' . $continent;
} ?>
Did this file decode correctly?
Original Code
$continent = geoip_continent_code_by_name('www.google.com');
if ($continent) {
echo 'This host is located in: ' . $continent;
}
Function Calls
geoip_continent_code_by_name | 1 |
Stats
MD5 | 0ea7a371cc863673b548b7c565b0ae87 |
Eval Count | 0 |
Decode Time | 112 ms |