Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
1k views

Spam proof hit counter in Django

I already looked at the most popular Django hit counter solutions and none of them seem to solve the issue of spamming the refresh button. Do I really have to log the IP of every visitor to keep them ...
1
vote
2answers
158 views

Visit page without incrementing hit counter

I frequently visit a certain page on the web to view the hit-counter, but my visit is counted every time and it's inflating the number of actual hits. Is there a way to visit the page without adding ...
1
vote
3answers
147 views

What's the simplest way to count the number of requests to /foo/ that Apache has served?

I'm looking to retroactively parse the logs and count the number of /foo/* requests that have occurred to have a baseline benchmark for a new feature that we're pushing. A simple command line script ...
0
votes
1answer
114 views

How can one implement a hit count for AWS SimpleDb?

I have data in AWS SimpleDB and I want to know how popular it is. The client can be a website or a mobile device. I'd like some means of seeing just how popular it is. 100% accuracy is not especially ...