[PHP] Simple-IP-Logger

Versiong V.1.0.6.

This PHP Script simply write out info about visitors in to TXT file like : Date, Time, Visited page, Country tag, IP address, OS, Browser, Where they come frome, user agent.

To use it, just include it before other php scripts.

<?php
$vist_page     =   "index.php";
include "logger.php";
?>

Thanks for contributing to: ctfyui