Code Snippets

  

PHP Source Code


Welcome to Dream.In.Code
Click Here
Getting PHP Help is Easy!

Join 117,543 PHP Programmers for FREE! Ask your question and get quick answers from experts. There are 1,780 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! 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: 23,008

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.





Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month