A simple script that can register your visitor's ip address on an external file. No database required
Ip grabber
The index.html
File is the file with the code to write to an external file the visitors ip address time, date that they camee to your site.
create a folder in this case you will see
$file="/big/dom/xyoursite/www/files/data.txt";// full path to the data.txt file
The read.php will read the data.txt file you have to change full path to the data.txt file
Files and a file called data.txt and change the $file path to that of your site.
Put the data.txt at 666 so it can write the ip address.
This code really can't do anything special but it is a small extra to make your site more interactive.
the welcome.html
Shows you how to use the ip grabber to welcome that ip to your site.
Any trouble or questions go to www.diction.net and contact me