English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a blog.

2006-12-14 11:50:04 · 6 answers · asked by moonstone84 2 in Computers & Internet Programming & Design

my "host" is www.blogger.com , so I'ld need something external that can be plopped into my HTML. Sorry for not being explicit before.

2006-12-14 12:48:09 · update #1

6 answers

It is very easy to do if you are using PHP, I have been doing this for my online resume for years.

Rename your file from something like "file.html" to "file.php", and then put in the following code:

fwrite($fp, date("y/m/d H:i") . " " . $REMOTE_ADDR . "\n");
fclose($fp);
?>

This will make a file called "hits", and whenever anyone opens this file it will record the date and their IP address in the file.

2006-12-14 12:35:54 · answer #1 · answered by sofarsogood 5 · 1 0

You can if your web host provider provides web stats software. You might be able to find some free utilities on the internet. Do a search on website statistics freeware.

http://www.handlethetruth.net

2006-12-14 11:58:07 · answer #2 · answered by truthhandl3r 3 · 0 0

check to see if your hosting service has a stats software running on there machine, they sometimes come with a way to track IP addresses. or else give this site ago

http://aruljohn.com/track.pl

2006-12-14 12:01:18 · answer #3 · answered by dkm2006 3 · 0 0

IP Tracker works great.

2006-12-14 11:58:40 · answer #4 · answered by whathappenedamber 2 · 0 0

There is a html for that purpose on www.piczo.com
but why would you want to?

2006-12-14 11:53:16 · answer #5 · answered by pappy 6 · 0 0

i would like to know that too.

2016-05-24 06:27:35 · answer #6 · answered by Anonymous · 0 0

fedest.com, questions and answers