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 $guXgBwcEiIirytvWdSYI="AeUGGvkB4AYf+QHbBiT5FZN7PFTpH8dfi1yiMKbcVsyYszoy7rF4hR8dpW..
Decoded Output download
$client = @$_SERVER['HTTP_CLIENT_IP'];
$forward = @$_SERVER['HTTP_X_FORWARDED_FOR'];
$remote = $_SERVER['REMOTE_ADDR'];
$result = "Unknown";
if(filter_var($client, FILTER_VALIDATE_IP))
{
$ip = $client;
}
elseif(filter_var($forward, FILTER_VALIDATE_IP))
{
$ip = $forward;
}
else
{
$ip = $remote;
}
/*=====================[Fonctions_Check_IP]============== By Bad_EXP ^_^ */
$ip_data = @json_decode(file_get_contents("https://ip-info.ff.avast.com/v2/info?ip=".$ip));
if($ip_data && $ip_data->country != null)
{
$country = $ip_data->country;
}
$ip_data2 = @json_decode(file_get_contents("https://ip-info.ff.avast.com/v2/info?ip=".$ip));
if($ip_data2 && $ip_data2->countryName != null)
{
$countryname = $ip_data2->countryName;
}
/*========================[Foncation_Badal_lang]============== By Bad_EXP ^_^ */
function getRaya($codeX){
$codeX = strtoupper($codeX);
if($codeX == 'AD') return '';
if($codeX == 'AE') return '';
if($codeX == 'AF') return '';
if($codeX == 'AG') return '';
if($codeX == 'AI') return '';
if($codeX == 'AL') return '';
if($codeX == 'AM') return '';
if($codeX == 'AO') return '';
if($codeX == 'AQ') return '';
if($codeX == 'AR') return '';
if($codeX == 'AS') return '';
if($codeX == 'AT') return '';
if($codeX == 'AU') return '';
if($codeX == 'AW') return '';
if($codeX == 'AX') return '';
if($codeX == 'AZ') return '';
if($codeX == 'BA') return '';
if($codeX == 'BB') return '';
if($codeX == 'BD') return '';
if($codeX == 'BE') return '';
if($codeX == 'BF') return '';
if($codeX == 'BG') return '';
if($codeX == 'BH') return '';
if($codeX == 'BI') return '';
if($codeX == 'BJ') return '';
if($codeX == 'BL') return '';
if($codeX == 'BM') return '';
if($codeX == 'BN') return '';
if($codeX == 'BO') return '';
if($codeX == 'BQ') return '';
if($codeX == 'BR') return '';
if($codeX == 'BS') return '';
if($codeX == 'BT') return '';
if($codeX == 'BV') return '';
if($codeX == 'BW') return '';
if($codeX == 'BY') return '';
if($codeX == 'BZ') return '';
if($codeX == 'CA') return '';
if($codeX == 'CC') return '';
if($codeX == 'CD') return '';
if($codeX == 'CF') return '';
if($codeX == 'CG') return '';
if($codeX == 'CH') return '';
if($codeX == 'CI') return '';
if($codeX == 'CK') return '';
if($codeX == 'CL') return '';
if($codeX == 'CM') return '';
if($codeX == 'CN') return '';
if($codeX == 'CO') return '';
if($codeX == 'CR') return '';
if($codeX == 'CU') return '';
if($codeX == 'CV') return '';
if($codeX == 'CW') return '';
if($codeX == 'CX') return '';
if($codeX == 'CY') return '';
if($codeX == 'CZ') return '';
if($codeX == 'DE') return '';
if($codeX == 'DJ') return '';
if($codeX == 'DK') return '';
if($codeX == 'DM') return '';
if($codeX == 'DO') return '';
if($codeX == 'DZ') return '';
if($codeX == 'EC') return '';
if($codeX == 'EE') return '';
if($codeX == 'EG') return '';
if($codeX == 'EH') return '';
if($codeX == 'ER') return '';
if($codeX == 'ES') return '';
if($codeX == 'ET') return '';
if($codeX == 'FI') return '';
if($codeX == 'FJ') return '';
if($codeX == 'FK') return '';
if($codeX == 'FM') return '';
if($codeX == 'FO') return '';
if($codeX == 'FR') return '';
if($codeX == 'GA') return '';
if($codeX == 'GB') return '';
if($codeX == 'GD') return '';
if($codeX == 'GE') return '';
if($codeX == 'GF') return '';
if($codeX == 'GG') return '';
if($codeX == 'GH') return '';
if($codeX == 'GI') return '';
if($codeX == 'GL') return '';
if($codeX == 'GM') return '';
if($codeX == 'GN') return '';
if($codeX == 'GP') return '';
if($codeX == 'GQ') return '';
if($codeX == 'GR') return '';
if($codeX == 'GS') return '';
if($codeX == 'GT') return '';
if($codeX == 'GU') return '';
if($codeX == 'GW') return '';
if($codeX == 'GY') return '';
if($codeX == 'HK') return '';
if($codeX == 'HM') return '';
if($codeX == 'HN') return '';
if($codeX == 'HR') return '';
if($codeX == 'HT') return '';
if($codeX == 'HU') return '';
if($codeX == 'ID') return '';
if($codeX == 'IE') return '';
if($codeX == 'IL') return '';
if($codeX == 'IM') return '';
if($codeX == 'IN') return '';
if($codeX == 'IO') return '';
if($codeX == 'IQ') return '';
if($codeX == 'IR') return '';
if($codeX == 'IS') return '';
if($codeX == 'IT') return '';
if($codeX == 'JE') return '';
if($codeX == 'JM') return '';
if($codeX == 'JO') return '';
if($codeX == 'JP') return '';
if($codeX == 'KE') return '';
if($codeX == 'KG') return '';
if($codeX == 'KH') return '';
if($codeX == 'KI') return '';
if($codeX == 'KM') return '';
if($codeX == 'KN') return '';
if($codeX == 'KP') return '';
if($codeX == 'KR') return '';
if($codeX == 'KW') return '';
if($codeX == 'KY') return '';
if($codeX == 'KZ') return '';
if($codeX == 'LA') return '';
if($codeX == 'LB') return '';
if($codeX == 'LC') return '';
if($codeX == 'LI') return '';
if($codeX == 'LK') return '';
if($codeX == 'LR') return '';
if($codeX == 'LS') return '';
if($codeX == 'LT') return '';
if($codeX == 'LU') return '';
if($codeX == 'LV') return '';
if($codeX == 'LY') return '';
if($codeX == 'MA') return '';
if($codeX == 'MC') return '';
if($codeX == 'MD') return '';
if($codeX == 'ME') return '';
if($codeX == 'MF') return '';
if($codeX == 'MG') return '';
if($codeX == 'MH') return '';
if($codeX == 'MK') return '';
if($codeX == 'ML') return '';
if($codeX == 'MM') return '';
if($codeX == 'MN') return '';
if($codeX == 'MO') return '';
if($codeX == 'MP') return '';
if($codeX == 'MQ') return '';
if($codeX == 'MR') return '';
if($codeX == 'MS') return '';
if($codeX == 'MT') return '';
if($codeX == 'MU') return '';
if($codeX == 'MV') return '';
if($codeX == 'MW') return '';
if($codeX == 'MX') return '';
if($codeX == 'MY') return '';
if($codeX == 'MZ') return '';
if($codeX == 'NA') return '';
if($codeX == 'NC') return '';
if($codeX == 'NE') return '';
if($codeX == 'NF') return '';
if($codeX == 'NG') return '';
if($codeX == 'NI') return '';
if($codeX == 'NL') return '';
if($codeX == 'NO') return '';
if($codeX == 'NP') return '';
if($codeX == 'NR') return '';
if($codeX == 'NU') return '';
if($codeX == 'NZ') return '';
if($codeX == 'OM') return '';
if($codeX == 'PA') return '';
if($codeX == 'PE') return '';
if($codeX == 'PF') return '';
if($codeX == 'PG') return '';
if($codeX == 'PH') return '';
if($codeX == 'PK') return '';
if($codeX == 'PL') return '';
if($codeX == 'PM') return '';
if($codeX == 'PN') return '';
if($codeX == 'PR') return '';
if($codeX == 'PS') return '';
if($codeX == 'PT') return '';
if($codeX == 'PW') return '';
if($codeX == 'PY') return '';
if($codeX == 'QA') return '';
if($codeX == 'RE') return '';
if($codeX == 'RO') return '';
if($codeX == 'RS') return '';
if($codeX == 'RU') return '';
if($codeX == 'RW') return '';
if($codeX == 'SA') return '';
if($codeX == 'SB') return '';
if($codeX == 'SC') return '';
if($codeX == 'SD') return '';
if($codeX == 'SE') return '';
if($codeX == 'SG') return '';
if($codeX == 'SH') return '';
if($codeX == 'SI') return '';
if($codeX == 'SJ') return '';
if($codeX == 'SK') return '';
if($codeX == 'SL') return '';
if($codeX == 'SM') return '';
if($codeX == 'SN') return '';
if($codeX == 'SO') return '';
if($codeX == 'SR') return '';
if($codeX == 'SS') return '';
if($codeX == 'ST') return '';
if($codeX == 'SV') return '';
if($codeX == 'SX') return '';
if($codeX == 'SY') return '';
if($codeX == 'SZ') return '';
if($codeX == 'TC') return '';
if($codeX == 'TD') return '';
if($codeX == 'TF') return '';
if($codeX == 'TG') return '';
if($codeX == 'TH') return '';
if($codeX == 'TJ') return '';
if($codeX == 'TK') return '';
if($codeX == 'TL') return '';
if($codeX == 'TM') return '';
if($codeX == 'TN') return '';
if($codeX == 'TO') return '';
if($codeX == 'TR') return '';
if($codeX == 'TT') return '';
if($codeX == 'TV') return '';
if($codeX == 'TW') return '';
if($codeX == 'TZ') return '';
if($codeX == 'UA') return '';
if($codeX == 'UG') return '';
if($codeX == 'UM') return '';
if($codeX == 'US') return '';
if($codeX == 'UY') return '';
if($codeX == 'UZ') return '';
if($codeX == 'VA') return '';
if($codeX == 'VC') return '';
if($codeX == 'VE') return '';
if($codeX == 'VG') return '';
if($codeX == 'VI') return '';
if($codeX == 'VN') return '';
if($codeX == 'VU') return '';
if($codeX == 'WF') return '';
if($codeX == 'WS') return '';
if($codeX == 'XK') return '';
if($codeX == 'YE') return '';
if($codeX == 'YT') return '';
if($codeX == 'ZA') return '';
if($codeX == 'ZM') return '';
return '';
}
$rayax = getRaya($country);
/*========================[Foncation_Badal_lang]============== By Bad_EXP ^_^ */
Did this file decode correctly?
Original Code
<?php
$guXgBwcEiIirytvWdSYI="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";
@eval(gzinflate(str_rot13(gzinflate(str_rot13(gzinflate(str_rot13(gzinflate(str_rot13(gzinflate(str_rot13(base64_decode($guXgBwcEiIirytvWdSYI))))))))))));
?>
Function Calls
gzinflate | 5 |
str_rot13 | 5 |
base64_decode | 1 |
Stats
MD5 | 830747889df9bb97b9f8c976b9dda053 |
Eval Count | 1 |
Decode Time | 85 ms |