1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Buying Looking for a Coder

Discussion in 'Programming' started by Egrift Inc, Jul 19, 2015.

  1. #1
    Im looking for a coder to help me make a script where it detects adblock users and shows an alternative content.


    If your able to do this please pm me with your price.
     
    Egrift Inc, Jul 19, 2015 IP
  2. KangBroke

    KangBroke Notable Member

    Messages:
    1,026
    Likes Received:
    59
    Best Answers:
    4
    Trophy Points:
    265
    As Seller:
    100% - 6
    As Buyer:
    100% - 7
    #2
    KangBroke, Jul 19, 2015 IP
  3. Egrift Inc

    Egrift Inc Active Member Affiliate Manager

    Messages:
    99
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    75
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    I actually had a code before but it seem like i editted the code wrong i was wondering if any of the coders can fix it to make it work :


    <div id="content-area"></div>
    <div class="ad468"></div>

    <script type="text/javascript">
    $( document ).ready(function() {
    var h = $(".ad468").width();
    if(h < 100){
    $(".VideoEmbed").hide();
    $(".Download").hide();
    $("#content-area").append( '<center><img src="http://grifthost.com/image/adblocker.jpg"></center>');
    }
    });</script>

    If anyone can help me to get this to work again im willing to pay. lol
     
    Egrift Inc, Jul 19, 2015 IP