Page 1 of 1

Reset issue

Posted: Tue Feb 08, 2022 9:51 am
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,
Everything is working fine with "force download" but when testing the RESET buttons (individual and reset all), it says "Success: Clicks for all links have been reset to 0" but as soon as I change section (let say I go to Backup section) and I come back, the previous count is still there (the reset didn't stay at 0). What do you think is causing that? I made sure that the file database.php is set to 666, but it didn't solve anything.
Do you think Cloudflare is caching the ccount folder and causing the "refresh" to fail?
Thanks a lot for your help.

Re: Reset issue

Posted: Tue Feb 08, 2022 5:03 pm
by Klemen
That's probably a caching issue, yes. I'd say the links in the database have been reset, but the HTML output shows the old numbers.

If you have any PHP code caching going on try disabling it for your CCount folder.

Re: Reset issue

Posted: Wed Feb 09, 2022 7:50 am
by SBenoit
I made a CloudFlare rule in order to bypass the CCOUNT directory and its content, and it seems to work perfectly.
Thanks a lot.