Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 12-13-2008, 06:24 AM   #1
Bama
Confirmed User
 
Join Date: Nov 2001
Location: Redmond, WA
Posts: 2,727
Nifty Script To Check For Google Ad Blocking

PHP Code:
<script type="text/javascript">

function 
check()
  {
  var 
giframe document.getElementsByTagName("iframe");
  var 
bod document.getElementsByTagName("body");
  var 
blocked=1;  

  for (var 
0giframe.lengthi++)
    {
    var 
name giframe[i].getAttribute("name");
    if(
name == "google_ads_frame" && giframe[i].style.display != 'none')
      {
      var 
blocked=0;
      }
    }
  if (
blocked) {
    
bod[0].innerHTML '<br>&nbsp;<br><p align="center"><font color="red" size="+6" style="font-size:5em"><strong>WARNING!</strong></font><br /><br /><font color="#ffffff" face="Arial"><b>An ad blocking software has been detected. <br /><br />This site is supported only by contextual ads, <br /><br />so we ask you to whitelist this site or disable the ad blocking software completely. <br /><br /> Thank you.<br /><br />When you are done, you may click <a href="">Continue</a></font></b></p>';
    }
  }

setTimeout('check()'2000);
</script>
</head> 
Bama is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2008, 06:27 AM   #2
seeandsee
Check SIG!
 
seeandsee's Avatar
 
Industry Role:
Join Date: Mar 2006
Location: Europe (Skype: gojkoas)
Posts: 50,945
Nice script to prevent "free loaders" on your site. This is anti adblocking script
__________________
BUY MY SIG - 50$/Year

Contact here
seeandsee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-13-2008, 06:30 AM   #3
munki
Do Fun Shit.
 
munki's Avatar
 
Industry Role:
Join Date: Dec 2004
Location: OC
Posts: 13,393
You jedi coder you...
__________________

I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde
munki is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.