Page 1 of 1

Unique click counting

Posted: Sat Jul 10, 2010 10:06 pm
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.

Posted: Sun Jul 11, 2010 8:16 am
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).