Results 1 to 4 of 4

Thread: Impement Anti-Adblock script (AAS) or ad blocker bypass

  1. #1
    Join Date
    Feb 2009
    Posts
    49

    Impement Anti-Adblock script (AAS) or ad blocker bypass

    Hi,
    What is the trick to implement Anti-Adblock script (AAS). The webmaster would be familiar with the same. I have some numbers of members on my site. Now I want a settings that they can view any ads on the site by implementing the above script. It is a type of ad blocker bypass. I am not going to send multiple pop ups on the screen. There is a small notifications for my users about the new upcoming services offered to them by us. Thanks in advance for any suggestions.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Impement Anti-Adblock script (AAS) or ad blocker bypass

    The following script allows a user to display information (or an alternative advertising message in the browser) when a popup ad blocker, such as Adblock Plus (Firefox Add-On) or WebWasher is enabled. The features of this script are the original code remains unchanged in Advertising, the advertisement will be replaced only if an ad blocker is enabled and you can define a alternative message using the HTML code. The scrip for the same is : First, the original advertising code in a DIV container shipped:
    PHP Code:
    <div id="webbanner"
       <
    script type="text/javascript"> <! -- 
       
    google_ad_client "pub-1234567890"
       / * 
    468x60AutoGenerated 22.05.09 * / 
       
    google_ad_width 468
       
    google_ad_height 60
       
    //--> 
       
    </ script
       <
    script type "text / javascript" 
       
    src "http://thewebsitename"
       </ 
    script
    <
    noscript
    If 
    Javascript is disabled in your browser (eg through the NoScript Firefox addon
    This text will be displayed insteadAlternativelyHTML-code 
    are used
    so that a graphica link or an iframe is issued
    </ 
    noscript
    </ 
    div

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Impement Anti-Adblock script (AAS) or ad blocker bypass

    For implementing the Anti-Adblock script (AAS) you will need to use the following script in your browser. This script should be inserted immediately before the closing </ body> tag. The code for the same is lised below. You can edit the same as per your sites and get the result of the same.

    PHP Code:
    <script type="text/javascript"> <! -- 
    AAS_aktiv true
    //--></ script> 
    <script type="text/javascript" src="image"> </ script
    <
    script type="text/javascript"> <! -- 
    if (
    AAS_aktiv) ( 
       
    message '<strong> text if ad is not displayed </ strong>'
       
    message + = '<br /> Visit our website: <a href="siteurl"> name </ a>'
       
    document.getElementById "webmaster"). innerHTML message

    //--></ script> 
    If several are used in advertising on the site, it is advantageous to assign to each div container a unique ID, such as web1, web2, etc.. In this way the script can be used for any advertising.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Impement Anti-Adblock script (AAS) or ad blocker bypass

    The contents of the file only consists of exactly one line of javascript code. AAS_aktiv = false; The name of the file is chosen so that the ad blocker considers it to be an advertising script. It happens when doing the following: Access to the file that turns off the AAS, prevented or blocked by the ad-blocker, the trap snaps shuts, and the AAS will ensure that the script defined in the alternative text will be displayed. The baits file can be named differently.

Similar Threads

  1. How to bypass the open file security warning in vb script
    By Quasim in forum Software Development
    Replies: 5
    Last Post: 05-07-2011, 07:27 PM
  2. AdBlock for Internet Explorer 8
    By Cullen in forum Windows Software
    Replies: 5
    Last Post: 21-04-2010, 01:24 PM
  3. Firefox adblock.exe ad blocker
    By Amie in forum Technology & Internet
    Replies: 3
    Last Post: 25-06-2009, 06:00 PM
  4. How to Bypass Java Script
    By Dr.pter in forum Software Development
    Replies: 3
    Last Post: 19-03-2009, 11:48 PM
  5. Adblock for IE7
    By Salome in forum Technology & Internet
    Replies: 2
    Last Post: 17-11-2008, 07:06 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,362,033.74215 seconds with 16 queries