Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 386 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 386 Bytes

[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