Page 1 of 1

Clearing Browser History to Get More Clicks!

Posted: Wed Nov 20, 2019 9:04 am
by acilegnaj
Script URL: http://www.500dollarlinks.com/contests/ ... /index.php
Version of script: 2.1.1
Hosting company: Interserver.Net
URL of phpinfo.php: 7
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

There is a issue with this script. Not sure if it was corrected in the newer version.

The issue is: When settings are set to only count 1 unique click every 24 hours, I found that a user can simply clear their browser's history to get more clicks. At least when they are using FireFox.

Re: Clearing Browser History to Get More Clicks!

Posted: Wed Nov 20, 2019 10:31 am
by Klemen
That's because clearing history also clears cookies and CCount relies on cookies to count unique clicks.

Unfortunately, there's no reliable simple way around it. If you want to count clicks more reliably you would have to come up with a more complex and multi-source way of tracking uniques.

Re: Clearing Browser History to Get More Clicks!

Posted: Tue Jan 21, 2020 6:26 pm
by acilegnaj
Hello,

Instead of tracking clicks using cookies, how about the IP address ONLY?

How hard or easy would it be to modify the script to allow this feature?

Angelica J.

Re: Clearing Browser History to Get More Clicks!

Posted: Wed Jan 22, 2020 9:49 am
by Klemen
You'd have to completely rewrite it and use a database such as MySQL.

Note that IP tracking is very unreliable (most client IPs are dynamic and change over time) and also very easy to circumvent.

Re: Clearing Browser History to Get More Clicks!

Posted: Fri Jan 24, 2020 7:56 pm
by acilegnaj
Hello,

Thanks for the information. I have decided not to modify the script. Well, I already added the feature which allows clicks to have a start and stop period. I think that's enough at least for now.

Regards,
Angelica J.

Re: Clearing Browser History to Get More Clicks!

Posted: Tue Apr 21, 2020 3:00 pm
by Rablo
Better not to modify it in my opinion