Add a simple image to your page. Contalo automatically detects your site from the referrer, counts visits (one per IP per day) and returns an image with the count.
<img src="https://quoz.it/contalo/index.php?add=1&image=120x16&colore=000000">
Or as a clickable link pointing to the visit map:
<a href="https://quoz.it/contalo/mappa.php?sito=tuosito.it">
<img src="https://quoz.it/contalo/index.php?add=1&image=120x16&colore=000000">
</a>
add=1 — increments the counter (use only on page load, not in bots)image=LARGxALT — generates a PNG image with the count (e.g. 120x16)colore=RRGGBB — text color in hex (e.g. FFFFFF for white)cont=nomecontatore — use a specific counter (see below)Use the cont= parameter to have separate counters on the same site. Useful for tracking different sections (e.g. homepage, blog, downloads):
<!-- homepage counter -->
<img src="https://quoz.it/contalo/index.php?add=1&image=120x16&cont=homepage&colore=333333">
<!-- download counter -->
<img src="https://quoz.it/contalo/index.php?add=1&image=120x16&cont=download&colore=333333">
Data is saved separately and you can view them all in the map page.
Each site has a dedicated page with a geographic map of visits by Italian province and foreign country, daily/weekly stats and a log of the last 500 visits.
Map URL:
https://quoz.it/contalo/mappa.php?sito=tuosito.it
// for a specific counter:https://quoz.it/contalo/mappa.php?sito=tuosito.it&tipo=download
👁 See a live example