Click to See Complete Forum and Search --> : Web page access log


tatayet
05-21-2003, 01:30 AM
Hello,

I'm currently maintaining a web site with different html files. I'd like to have a SIMPLE way to check whic pages were accessed, and possibly the date, time, and IP addr. that accessed the html file.

I'v found a lot of javascript scripts that allow to get user information, but they are all redirecting the info in a text box or on the html file itself.

Instead, I'd like to log the user access and information in a simple text file.

I'm not familiar at all with javascript (I'm just good to do cut and paste ...

Can someone help, here ?

Many thanks !

SniperX
05-21-2003, 01:53 AM
I dont know but to do that i think you would probably need a server side language....


Maybe you should wait for the experts input...

tatayet
05-21-2003, 01:55 AM
Waho ... As I said, I'm not familiar at all with javascript ...
I'm usually doing cut and paste of codes I find on interbet !

Waiting for other input, now ... Thanks !

Charles
05-21-2003, 05:21 AM
Talk to your server forlks. What you seek is likely to be already there.

brendandonhue
05-21-2003, 05:44 AM
Can't be done in Javascript...
Most hit counters will do this.
If your server supports CGI, ASP, PHP, etc...there are free scripts for this.

If not, get a free one from gostats.com
It keeps track of lots of info, it does require you have their logo on the page, but its not that bad.