[HELP] Adsense Destroyed my Website

Discussion in 'JavaScript' started by er1cw, Sep 30, 2006.

  1. #1
    My website is built on Javascript. But once i put in google adsense. The whole site will not load in Safari and IE. Only load with Firefox.

    This is my site: Findthatmp3.com/pro

    Any idea why ?
     
    er1cw, Sep 30, 2006 IP
  2. bochgoch

    bochgoch Peon

    Messages:
    1,918
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    There are bugs in your javascript...

    Using FF goto Tools>>Javascript Console and you'll see the first two are your and the third is adsense, debug and fix these then see how things are!
     
    bochgoch, Sep 30, 2006 IP
  3. er1cw

    er1cw Peon

    Messages:
    114
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I deleted those line. But the script still isnt showing.. The problem only occur when i include Adsense.
     
    er1cw, Sep 30, 2006 IP
  4. er1cw

    er1cw Peon

    Messages:
    114
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What is "Error: Error in parsing value for property 'border-top' Declation dropped." ? Its from google. How do i fix it ?
     
    er1cw, Sep 30, 2006 IP
  5. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #5
    are you using correct adsense code ? i mean did you tweak anything in that code supplied by google?
     
    agnivo007, Sep 30, 2006 IP
  6. er1cw

    er1cw Peon

    Messages:
    114
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Nope. Adsense code is as original as it gets. Really weird..
     
    er1cw, Sep 30, 2006 IP
  7. er1cw

    er1cw Peon

    Messages:
    114
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    It is weird tho, my website load up in Safari and IE after i removed the adsense code. Any idea why ?
     
    er1cw, Sep 30, 2006 IP
  8. AlilG

    AlilG Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    hi guys, i'm here newbie, so have backup me...
    well er1cw, i did eatch your website codes, the javascripts codes you used in not starndard set...

    but how to fix problem and made viewable it for IE?


    find your adsence first part code! my mind is these:
    
    <script type="text/javascript"><!--
    google_ad_client = "pub-7428296756816141";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "text";
    //2006-09-30:  Rapidshare
    google_ad_channel ="8572020345";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "0000FF";
    google_color_text = "333333";
    google_color_url = "008000";
    //--></script>
    
    Code (markup):
    it's right but you should remove this things: "<!--" and "//2006-09-30: Rapidshare" and "//-->" now save it and try open your website with IE browser...
    most will be same this:
    
    <script type="text/javascript">
    google_ad_client = "pub-7428296756816141";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "text";
    
    google_ad_channel ="8572020345";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "0000FF";
    google_color_text = "333333";
    google_color_url = "008000";
    </script>
    
    Code (markup):
    with out any comment tag

    solved!
     
    AlilG, Sep 30, 2006 IP
  9. er1cw

    er1cw Peon

    Messages:
    114
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Ah.. thanks ! Life saver. But am i againts their TOS to change the code ?
     
    er1cw, Sep 30, 2006 IP