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.
Unique click counting
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).
$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 
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


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