VanGans

cek visitor

Oct 1st, 2018
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. <?php
  2. $tesvisitor=fopen('tes-visitor.txt','a');
  3. fwrite($tesvisitor,"\n==================================================================================================================\nIp: ".$_SERVER['REMOTE_ADDR']."\nWaktu: ".date('l/h:i:s/Y-m-d')."\nReferrer: ".$_SERVER['HTTP_REFERER']."\nUser agent: ".$_SERVER['HTTP_USER_AGENT']);
  4. fclose($tesvisitor);
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment