• Resolved spielo

    (@spielo)


    Hello, why is (?Online user checks: Removed frequent checks, set check value to 65, fixed issues, and allowed status reset.) it removed in version 14.9, it is very important to set own online time for some websites

Viewing 15 replies - 31 through 45 (of 49 total)
  • Thread Starter spielo

    (@spielo)

    Yes it is important to solve the problem, i read they will stop server side settings in version 15, so it must work before with client side settings! also interesting that i see now alot of more traffic with server side settings, never see so different traffic in our site, i do not know wish stats i can trust anymore!

    varactu

    (@varactu)

    do you have any news ? i I tested 14.9.2 again this morning. but it’s still the same I don’t see the pages that are cached on Ezoic / cloudflare with the latest version of the plugin.

    Thanks

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    Sorry for the late reply. w’ve been busy working on tracker.js and improving the development version. You can check the latest changes here.

    In this change, we’ve changed the request type from GET to POST to solve caching issues and improved IP detection. However, It would be great if someone could test these and let me know how it goes.

    In the case of the Tracking Mode, I know server-side tracking is important to you, but please read our latest blog post. It might help address your concerns: Deprecating Server-Side Tracking in WP Statistics 15.

    Best

    Thread Starter spielo

    (@spielo)

    Hi varactu,

    i have a question, why you use Ezoic if you use also wp-rocket? i know it solved not the problem we have, but for interesting, one page cache is still enough!

    varactu

    (@varactu)

    @spielo These are different things to optimize the speed of the site on the loading of several things.

    @mostafas1990 Yes possible not problem ! Where is 14.9.3 version ? I see only 14.9.2 on wordpress update

    Thread Starter spielo

    (@spielo)

    we tested now for some hours version 14.9.3 and it look like works agin with client side tracking, and also look like traffic is ok, but we will test more!

    After we uploaded the files, we cleared permalinks, and wp-rocket cache

    • This reply was modified 3 months, 4 weeks ago by spielo.
    • This reply was modified 3 months, 4 weeks ago by spielo.

    Hello @spielo how did you go about updating 14.9.3? For the moment I still have 14.9.2 updated on the WordPress site. Looks like it’s not bad then. @mostafas1990 @amirfallah When are you planning to release 14.9.3?

    Thread Starter spielo

    (@spielo)

    Hello varactu,

    go https://github.com/wp-statistics/wp-statistics/tree/development right top corner code, download zip ?? good luck, hope works well now for you too

    Plugin Support Amir

    (@amirfallah)

    @varactu We will officially release version 14.9.3 within the next 48 hours.

    @amirfallah @mostafas1990 hello, the same problem for me, the version 14.9.3 not show connection like the version 14.8.1…

    the last version see only the page not in ezoic / cloudflare cache

    no matter what setting I use it’s the same, client side, server side etc…

    I have to go back to the only version that works, 14.8.1 for me I can’t understand what you changed between 14.8 and 14.9 so that it no longer works

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    Could you please update to the v14.9.3 and let me know to review your website? I have to check the requests on your website in the latest version of plugin. @varactu

    @mostafas1990 it is good , we are in v14.9.3, you can check

    actually i am in Client side Tracking / Bypass adblocker ON

    the plug see

    “No Users Currently Online on the Site.”

    but just before updating I had 26 users online and all the details in “online”

    • This reply was modified 3 months, 3 weeks ago by varactu.
    Plugin Author Mostafa Soufi

    (@mostafas1990)

    Alright, I see the response {"status": false, "data": "Invalid signature"} which means your request payload contains a nonce, which has been deprecated and replaced with a signature as we mentioned in the Troubleshoot the Tracker previously.

    For more information on this change, please refer to the following resources:

    To generate the correct signature, follow the instructions provided in the documents linked above. Alternatively, you might prefer to clear your cache or disable the signature verification.

    You can disable the signature by adding the following code to your functions.php file:

    add_filter('request_signature_enabled', 'disable_request_signature');
    
    function disable_request_signature($enabled) {
        return false; // Disable signature verification
    }

    Best.

    @mostafas1990 i ad the code in functions.php but no result. What else should I do?

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    Sorry, here is the correct filter name. wp_statistics_request_signature_enabled

    add_filter('wp_statistics_request_signature_enabled', 'disable_request_signature');

    function disable_request_signature($enabled) {
    return false; // Disable signature verification
    }
Viewing 15 replies - 31 through 45 (of 49 total)
  • You must be logged in to reply to this topic.