There's some information about the browser that you can usually find in the server's variable $ENV{'HTTP_USER_AGENT'}
In my case that is "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)", but I've seen other signatures in my logfiles. With the opera browser, it's possible to write a user agent yourself in the browser's preferences. Maybe this is even possible for internet explorer. So you could maybe add _nikolas.tk_ at the end, then your script can look for that signature. You should not erase the Mozilla/4.0 part or otherwise you might get problems when other websites think you're using an outdated browser.

Anyway, I think like others already said, best you just kick the counter out! Best way to really count visitors on a web site is to analyse the server logs (with a system like webalizer or with a custom script) so you can count out the search engines as well.
BTW if you want to make some other improvement to the site, why not add an English version?

In reply to Re: webpage that can identify its maker! by fraktalisman
in thread webpage that can identify its maker! by Nik

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.