Unique click counting

Post your Click counter digestion problems here
Post Reply
palmtreeman
Posts: 1
Joined: Sat Jul 10, 2010 9:57 pm

Unique click counting

Post by palmtreeman »

Script URL:
Version of script:1.2
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:
I want ccount set to unique count. Anyone know how to modify ccount. Because My website has many Video link and display the count on page. many people click those video. same person click too many time and abuse the true count. Also, someone cheating to make best view count. I want to get unique count to reduce abuse, avoid fraud. I want honest business on website. Please help me.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Change
$settings['count_unique']=0;
to
$settings['count_unique']=1;
in the settings.php file.

But you need to understand that ANY counter that counts unique visitors can easily be tricked if someone wants to (you just change your IP address, delete cookies, maybe change browser details, restart any sessions and no unique counter will know you're not unique).
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
Post Reply