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


tatayet
05-21-2003, 01:31 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 !

pyro
05-21-2003, 07:08 AM
This is not a job for javascript, but a server side language such as PHP or CGI/Perl. Try looking here ( http://php.resourceindex.com/Complete_Scripts/Logging_Accesses_and_Statistics/ ) for PHP scripts or here ( http://cgi.resourceindex.com/Programs_and_Scripts/Perl/Logging_Accesses_and_Statistics/ ) for Perl scripts...