Questions tagged [hitcounter]

A web counter or hit counter is a computer software program that indicates the number of visitors, or hits, a particular webpage has received. Once set up, these counters will be incremented by one every time the web page is accessed in a web browser.

A web counter or hit counter is a computer software program that indicates the number of visitors, or hits, a particular webpage has received. Once set up, these counters will be incremented by one every time the web page is accessed in a web browser.

The number is usually displayed as an inline digital image or in plain text or on a physical counter such as a mechanical counter. Images may be presented in a variety of fonts, or styles; the classic example is the wheels of an odometer.

The counter is often accompanied by the date it was set up or last reset, otherwise it becomes impossible to estimate within what time the number of page loads counted occurred.

Some websites have been known to offer prizes to the visitor who makes the web counter roll over to a specific number. Such an event is known as a kiriban.

Source:http://en.wikipedia.org/wiki/Web_counter

109 questions
1
vote
1 answer

Counter design in Cassandra

I am trying to create a design where multiple C++ services will keep counters in a database, something like below: CREATE TABLE page_view_counts (url_name varchar, counter_value counter, threshold_value int, status int, …
georgeliatsos
  • 1,168
  • 3
  • 15
  • 34
1
vote
1 answer

Hit Counter: Separate Date + Time Fields vs one DateTime2 field

I am planning out a hit counter, and I plan to make many report queries to show number of hits total in a day, the past week, the past month, etc, as well as one that would feed a chart that shows what time of day was most popular, within a specific…
ToddBFisher
  • 11,370
  • 8
  • 38
  • 54
1
vote
1 answer

Viewcount with mysql and php

I have a form with a dropdown menu , that has different genres of movies , this is the code for that :