The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
I suggest in the next update of the adult script that ad block stopper is put into the script. I have used the program and noticed it blocks a lot of the sites and could be holding back profit for many site owners.
Offline
Do you have a URL for this script?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
http://www.wpbeginner.com/plugins/how-t … wordpress/ <----right here they have it for wordpress I doubt it would take much changes to the script but idk.
Offline
Just a personal opinion; I would like this as a feature which you can enable or disable. I can see pros and cons with this so I wouldn't want this enabled by default.
Offline
So basically...it just asks the users to disable adblock. It doesnt disable it by default. Will try to include this in the next version.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Here is my solution to the issue. Fairly easy to implement... visit with adblocker enabled www.kinkyinpublic.com
Offline
So basically...it just asks the users to disable adblock. It doesnt disable it by default. Will try to include this in the next version.
What I meant was allow a setting in ACP where admins can choose to display the disable adblock sign or not.
Offline
Here is my solution to the issue. Fairly easy to implement... visit with adblocker enabled www.kinkyinpublic.com
here is the code for the site.. download the adframe.js and adblock-banned.html
edit adblock-banned.html and change the links to your website
put this code in the header of your template
<script type="text/javascript">
<!--
var adblock = true;
//-->
</script>
<script type="text/javascript" src="http://www.kinkyinpublic.com/adframe.js"></script>
<script type="text/javascript">
if(adblock) {
window.location.href = "http://www.kinkyinpublic.com/adblock-banned.html";
}
</script>
Last edited by franz (2014-07-14 18:16:33)
Offline
A random thought but if the ads image is CSS based, would it bypass adblocks?
Offline
A random thought but if the ads image is CSS based, would it bypass adblocks?
it will bypass adblocks as long as your only using CSS for your ads implementation ... if you're using javascript with it then adblock will block it
but then again.. expert adblock users can block any element they want on a website...
Offline
Pages: 1