Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
} function visitor_country() { $client = @$_SERVER['HTTP_CLIENT_IP']; $forw..
Decoded Output download
<?
}
function visitor_country()
{
$client = @$_SERVER['HTTP_CLIENT_IP'];
$forward = @$_SERVER['HTTP_X_FORWARDED_FOR'];
$remote = $_SERVER['REMOTE_ADDR'];
$result = "Unknown"; ?>
Did this file decode correctly?
Original Code
}
function visitor_country()
{
$client = @$_SERVER['HTTP_CLIENT_IP'];
$forward = @$_SERVER['HTTP_X_FORWARDED_FOR'];
$remote = $_SERVER['REMOTE_ADDR'];
$result = "Unknown";
Function Calls
None |
Stats
MD5 | a1287669cae1a00f9ecf084bc80220ad |
Eval Count | 0 |
Decode Time | 50 ms |