Results 1 to 2 of 2
Threaded View
-
5th Feb 2010, 04:04 AM #1OPMember
Detecting AdBlock Script?
Does any one has a good way to detect adblock and deny access the visitors?
This site >> http://adblockdetector.com/ is abit stupid, because they can't detect me using it.
Someone over at DP has a good idea about chekcing the height within a DIV(where ads are), if the DIV height is 0 or etc. An error will show. This is the code, but i tried it and is not working. Can someone fix it?
Code:<div id="ads_left"> <--ad code goes here--> </div> Now at the bottom of my site I put this script : <script type="text/javascript"> var ads = new Array('ads_left'); var msg = 'message goes here'; onload=function() { for(i in ads){ el = document.getElementById(ads[i]); if(el){ if (el.offsetHeight == 0){ el.innerHTML = msg; } } } } </script>
kohkindachi Reviewed by kohkindachi on . Detecting AdBlock Script? Does any one has a good way to detect adblock and deny access the visitors? This site >> http://adblockdetector.com/ is abit stupid, because they can't detect me using it. Someone over at DP has a good idea about chekcing the height within a DIV(where ads are), if the DIV height is 0 or etc. An error will show. This is the code, but i tried it and is not working. Can someone fix it? <div id="ads_left"> <--ad code goes here--> </div> Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Help with block - Adblock
By kaylog in forum WordpressReplies: 4Last Post: 8th Jun 2012, 02:10 PM -
[Selling] Mp3 Search Engine, File Host, SMS Script, Arcade Script, PDF Search Script, and More!
By Fileze in forum Completed TransactionsReplies: 12Last Post: 13th Mar 2012, 02:23 PM -
How to block users with Adblock Plus?
By Xali in forum Technical Help Desk SupportReplies: 6Last Post: 7th Nov 2011, 06:19 AM -
Add-on for detecting CMS/Forums engine
By Rapidshare in forum Tutorials and GuidesReplies: 2Last Post: 18th Sep 2011, 02:06 PM -
Detecting and removing cashwhore spammers from your forum
By NewEraCracker in forum Tutorials and GuidesReplies: 21Last Post: 8th Apr 2011, 03:08 PM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...