What's Here?
- Members: 149,069
- Replies: 505,600
- Topics: 79,637
- Snippets: 2,663
- Tutorials: 706
- Total Online: 1,362
- Members: 82
- Guests: 1,280
|
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
|
|
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
<?php
$logfile= '/full_path_to/log.html';
$IP = $_SERVER['REMOTE_ADDR'];
$logdetails= date("F j, Y, g:i a") . ': ' . '<a href=http://dnsstuff.com/tools/city.ch?ip='. $_SERVER['REMOTE_ADDR']. '>'. $_SERVER['REMOTE_ADDR']. '</a>';
$fp = fopen($logfile, "a");
?>
Copy & Paste
|
|
|
Be Social
Reference Sheets
Bye Bye Ads
Monthly Drawing
Top Contributors
Top 10 Kudos This Month
|