One reported error on Unique hits counter v1.0a is that some people may experience that the count will not increase from the original set number. This is due to some versions of PHP for some strange reason do not respond to $data++; You must replace this with $data=$data+1; This line is in check.php
Admin
|