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?
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.
sure, you can just wrap it around with {}
e.g.
if ($_COOKIE['BaAdBlock'] === 'disabled'){
define('BA_ADBLOCK_ENABLED', false);
echo "constant defined false"
}
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.
The above was showing in the adblock enabled part.
I don’t understand
So you can verify that the BlockAlyzer Cookie was set to true in IE even without any AdBlocker there?
It’s showing up with the constant cookie / enabled
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?
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?