Double clicks

Post your Click counter digestion problems here
Post Reply
SBenoit
Posts: 11
Joined: Mon Dec 10, 2018 3:56 pm

Double clicks

Post by SBenoit »

Script URL:
Version of script: 2.2.0
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
Hello again,
I'm trying to prevent visitors to double-click on download links (or prevent the counter to count it as 2 hits). Do you know a way to achieve that?
Thanks again.
Klemen
Site Admin
Posts: 10114
Joined: Fri Feb 11, 2005 4:04 pm

Re: Double clicks

Post by Klemen »

There's really no reliable way of preventing that.

CCount should count both clicks, but only one of them as unique. If you want to show unique clicks on your pages (instead of all), use ccount_unique instead of ccount_display in your Javascript (see CCount admin page > Instructions).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
SBenoit
Posts: 11
Joined: Mon Dec 10, 2018 3:56 pm

Re: Double clicks

Post by SBenoit »

Ok i'll do that. Thanks.
Post Reply