Code Snippets

  

PHP Source Code


Welcome to Dream.In.Code
Become a PHP Expert!

Join 149,069 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 1,362 people online right now. Registration is fast and FREE... Join Now!





IP Logger

Logs IP's of page visitors, and saves to a log HTML file. IP's are anchored to dnsstuff.org's City from IP page.

Submitted By: tel0r
Actions:
Rating:
Views: 25,626

Language: PHP

Last Modified: May 13, 2005
Instructions: Can be used within a current page, or added to a site via an IFrame. (maybe other ways to implement too?)

Auto Creates log.html,if file does not exist.

Snippet


  1. <?php
  2. $logfile= '/full_path_to/log.html';
  3. $IP = $_SERVER['REMOTE_ADDR'];
  4. $logdetailsdate("F j, Y, g:i a") . ': ' . '<a href=http://dnsstuff.com/tools/city.ch?ip='.$_SERVER['REMOTE_ADDR'].'>'.$_SERVER['REMOTE_ADDR'].'</a>';
  5. $fp = fopen($logfile, "a");
  6. fwrite($fp, $logdetails);
  7. fwrite($fp, "<br>");
  8. fclose($fp);
  9. ?> 

Copy & Paste


Comments


There are currently no comments for this snippet. Be the first to comment!

Add comment


You must be registered and logged on to </dream.in.code> to leave comments.




Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month