Best free webstatistics and webcounter - Countomat Best free webstatistics and webcounter - Countomat

Free web counter and web statisticDarmowy licznik odwiedzin i statystykiKostenlosen Counter mit Webstatistik
 
CATALOG TOP 10 TOP 1000 REGISTRATION ABOUT HELP / EXPLANATION
 

Help

Countomat.com - Help

What kind of pages can I monitor with Countomat?
Coutnomat statisctics enable monitoring HTML, PHP, ASP and JPS pages. In addition you can track spiders activity on your PHP sites (you need to add PHP tracking code to your site)
Can I reset the statistics?
No. It is not possible to reset the statistics for a registered account. To start counting from the beginning, you need to create a new account.
What should I do if I forget my account password?
You must use a form, which will remind you your password on Countomat website.
How do I change my access password?
To change a password, you must log in to the Control Panel and edit your password.
How do I cancel my Countomat account?
You should delete an couter from you account and then remove counting scripts from the source code of all the pages of a monitored website.
I would like to change my contact information. What should I do?
Countomat account owner can change the contact information via the Control Panel.
Can I change the account login?
No. Account login fulfils a role of a unique identifier in the Countomat database and can't be edited, after it has been added in the registration process.

Counter code description
Changes are only allowed in the parameter field. Please don't change other fields. If code is not properly used, your website can be excluded and your account may be cancelled.

Counter code:

<!-- Begin code -->
<!-- Title: title -->
<!-- URL: http://www.mysite.com -->
<a href="http://www.countomat.com/1234.html" alt="Countomat website statistics and webcounter (Statistik & Logfileanalyse, Statystyk, Statistici, Statistique)" title="Countomat website statistics and webcounter (Statistik & Logfileanalyse, Statystyk, Statistici, Statistique)">
<script src="http://log1.countomat.com/_js/mysite.com;~noparameter/loglib.js"></script>
</a>
<noscript>
<a href="http://www.countomat.com/1234.html" alt="Countomat website statistics and webcounter (Statistik & Logfileanalyse, Statystyk, Statistici, Statistique)" title="Countomat website statistics and webcounter (Statistik & Logfileanalyse, Statystyk, Statistici, Statistique)">
<img border="0" src="http://log1.countomat.com/_log/mysite.com;~noparameter/ct.gif" alt="Countomat website statistics and webcounter (Statistik & Logfileanalyse, Statystyk, Statistici, Statistique)" title="Countomat website statistics and webcounter (Statistik & Logfileanalyse, Statystyk, Statistici, Statistique)">
</a>
</noscript>
<!-- End code -->


noparameter - this is parameter that identifies your subpages. You can change it to word that describes your subpage as well.
Parameter can contain only alphanumeric characters (max. 16 characters, no ";",".","\","/", etc.)
For example when You put counter on your photo album, you can can change line in <script> section:
<script src="http://log1.countomat.com/_js/mysite.com;~noparameter/loglib.js"></script>
to:
<script src="http://log1.countomat.com/_js/mysite.com;~photo_album/loglib.js"></script>
and similar line in <noscript> section:
<img border="0" src="http://log1.countomat.com/_log/mysite.com;~noparameter/ct.gif" alt="Countomat website statistics and webcounter (Statistik & Logfileanalyse, Statystyk, Statistici, Statistique)" title="Countomat website statistics and webcounter (Statistik & Logfileanalyse, Statystyk, Statistici, Statistique)">
to:
<img border="0" src="http://log1.countomat.com/_log/mysite.com;~photo_album/ct.gif" alt="Countomat website statistics and webcounter (Statistik & Logfileanalyse, Statystyk, Statistici, Statistique)" title="Countomat website statistics and webcounter (Statistik & Logfileanalyse, Statystyk, Statistici, Statistique)">