Dear i have some blog and i want to count that how many people are visiting this blog. have any html code ??? wanna know anyone ??? i want to paste just that code on my blog so that anyone can see my page viewer. thanks http://disableinfacebook.blogspot.com/
Hey not sure if this is possible but simple javascript. For you to do this you would to have cookies on each person's computer and some program to track the cookies and do calculations on the server. A cookie would track when the person last hit the site, but cookies run on browser only. The web application would have to track that cookie and say, oh this person came to my site 5 minutes ago and is still active and then start to do a count / tally like that for every visitor. I don't have a script but this has been done a million times you should be able to find something online if you Google it.