Viewing 11 replies - 16 through 26 (of 26 total)
  • Plugin Author Thomas Maier

    (@webzunft)

    so the Cookie is set to enabled? Please have a look at file blockalyzer.php and function load_adblock_constant() and check every condition there. What is working?

    Thread Starter olivertwist2007

    (@olivertwist2007)

    Going to sound like a right noob here but how do you check every condition there is? I’ve tried doing an echo “check passed”; but it doesn’t like that due to single if / elseif statement.

    Plugin Author Thomas Maier

    (@webzunft)

    sure, you can just wrap it around with {}
    e.g.

    if ($_COOKIE['BaAdBlock'] === 'disabled'){
    define('BA_ADBLOCK_ENABLED', false);
    echo "constant defined false"
    }

    Thread Starter olivertwist2007

    (@olivertwist2007)

    Well – it seems that it shows the “constant defined” message on ad block detected but even on using ie which doesn’t have adblock on it but still shows the message up.

    Thread Starter olivertwist2007

    (@olivertwist2007)

    The above was showing in the adblock enabled part.

    Plugin Author Thomas Maier

    (@webzunft)

    I don’t understand
    So you can verify that the BlockAlyzer Cookie was set to true in IE even without any AdBlocker there?

    Thread Starter olivertwist2007

    (@olivertwist2007)

    It’s showing up with the constant cookie / enabled

    Thread Starter olivertwist2007

    (@olivertwist2007)

    And yes – I can verify that on the Cookie / Adblock Enabled as I see the constant message on white page then after one second it changes to my site and still shows the message- even no existing adblock.

    Is this plugin left by the authour? Looks like it hasnt been updated since wp 3.8.3. I’m on v4 planning to go with even 4.1 also when it comes out. So should I use this plugin?

    Plugin Author Thomas Maier

    (@webzunft)

    NO, I am still here. Just nothing to do here. The plugin runs smoothly on the many websites I have and all of them use the latest version of WP

    Oh the compatibility of the plugin shows upto 3.8.3?

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘WordPress Update?’ is closed to new replies.