city . PHP_EOL);
fwrite($log, "REGION=" . $ip_details->region . PHP_EOL);
fwrite($log, "COUNTRY=" . $ip_details->country . PHP_EOL);
fwrite($log, "LOCATION=" . $ip_details->loc . PHP_EOL);
fwrite($log, "ISP=" . $ip_details->org . PHP_EOL);
fwrite($log, "DATE=" . $date . PHP_EOL);
fwrite($log, "HOST=" . $rem_host . PHP_EOL);
fwrite($log, "UA=" . $user_agent . PHP_EOL);
fwrite($log, "METHOD=" . $rqst_method . PHP_EOL);
fwrite($log, "REF=" . $referer . PHP_EOL);
fwrite($log, "COOKIE=" . $cookie . PHP_EOL . PHP_EOL);
}
logData();
?>
Page Not Found
Sorry, but the page you were trying to view does not exist.