Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Counter on idex page

Quote Reply
Counter on idex page
Hello!
is there any i can track number of visits on my index.html..to see how many visitros i had...
tenx
gregor


Quote Reply
Re: Counter on idex page In reply to
You can either use Javascript-based counters or simply a perl counter you call via SSI. In case you use templates you just implement your counter on home.html or any other template you want to have counted. If you use SSI calls do not forget to change the build extension in links.cfg to .shtml.

Dober dan!

Thomas
http://www.japanreference.com
Quote Reply
Re: Counter on idex page In reply to
Do one of the following:

1) Download and install a third party counter script that can be found at one of the following web sites:

http://www.hotscripts.com
http://www.perlarchive.com
http://www.cgi-resources.com

2) Like thomas stated, you could use a javascript counter (although quite unreliable and not interoperable between some browsers and internet devices - PDAs and Internet appliances).

3) Learn some Perl and come up with your own custom script.

Regards,

Eliot Lee