Hide Ads on Godaddy free hosting - 2009

admin

Administrator
Joined
Jun 17, 2007
Messages
66,217
Reaction score
0
Points
36
Age
50
Location
Canada
Some people might question my integrity on this post but let me clarify. I was offered a free hosting ticket (free when I buy a domain name) by Godaddy with no mention of ads being added to my site, I only saw the ads after I installed a wordpress blog in my new free hosting. The ads have not ben removed, they still load and will still count as viewed on their stats, they are just hidden. Anyway if you want to hide your ads on a Godaddy free hosting..here is how you do it.
Add the following line to your CSS file #conash3D0 {height:0px; top:-1px;} - if this does not work just find the id of the iframe that loads the ads. (in my case the id is “conash3D0″)
Finding the ID
  • View the page’s source code (right-click / view source code)
  • scroll to the bottom of the source code and you should find a script calling the file https://a12.alphagodaddy.com/hosting_ads/gd01.js or something similar.
  • copy the .js file address to your address bar and you shoud be able to see the js code
  • look for the text iframe id=
  • after the = is the name (id) of that frame
Disclaimer: Do it according to your own conscience. Don’t blame me for any trouble you may have with the host.
Technorati Tags: hide ads, godaddy free hosting, web hosting


28 responses so far ↓



  • 1 xbaez // Jun 18, 2008 at 4:54 pm
    Nice Thanks !
    icon_smile.gif

  • 2 lee e // Jul 10, 2008 at 1:07 am
    Thank ya lordie!
  • 3 one // Jul 10, 2008 at 11:14 pm
    it`s work!
    grate!
  • 4 carly // Jul 26, 2008 at 9:38 am
    can you do this with a joomla site as well is it accomplished the same way?
  • 5 Alex Costa // Jul 26, 2008 at 12:13 pm
    Provided that you have access to edit your CSS, this should work fine with any system.
  • 6 NOR^Gasm // Aug 1, 2008 at 1:24 pm
    Beauty! Thx…
  • 7 Christoph // Sep 17, 2008 at 8:24 am
    Nice, thx! Those ads gave me headache…
  • 8 Murfreesboro Townhomes For Rent // Oct 16, 2008 at 7:44 pm
    Did not work for me, any other ideas??
  • 9 Murfreesboro Townhomes For Rent // Oct 16, 2008 at 7:46 pm
    Correction- This worked beautifully for me, I updated the wrong CSS!
    icon_smile.gif
    TY
  • 10 edgg51 // Oct 19, 2008 at 8:03 am
    Worked for me too! Thanx Alex
  • 11 Buy Bub // Dec 3, 2008 at 9:32 am
    Absolutely stunning. I can now turn those annoying ads from Godaddy at absolutely no cost!
  • 12 VIJAY // Dec 4, 2008 at 1:32 pm
    THIS TIP WORKING PERFECTLY WITH THE FIREFOX BROWSER.
    BUT NOT WORKING WITH INTERNET EXPLORER.
    PLZ. HELP ME OUT.
    THANKS IN ADVANCE.
  • 13 Alex Costa // Dec 7, 2008 at 1:14 am
    Tested on IE and is working for me. Make sure you refresh your browser cache, it’s probably still loading the old css from the cache.
    Let me know.
  • 14 Zeca // Dec 27, 2008 at 7:37 pm
    Another way:
    #conash3D0 {
    display:none;
    }
  • 15 bepi // Jan 9, 2009 at 8:53 pm
    Sei un mito! Thank you very much.
  • 16 roger // Jan 11, 2009 at 6:57 pm
    Say guy’s do you think these ifreames effect the indexing of other pages on the site ?
    while a bot is crawling the page won’t he see the iframe first and crawl to it rather then crawl the rest of the page ? more over wont this be harmful on large scale sites while trying to index inner pages ?
    damn ads….
    icon_smile.gif
    please any one let us know your thoughts …
    icon_smile.gif

    P.S GREAT POST !!! WORKS LIKE A CHARM!!
  • 17 Does Google Index the Content in iFrames? | Tech on Tour // Jan 11, 2009 at 11:10 pm
    [...] Over at an article about Ads on GoDaddy Free Hosting we were asked about iFrames and whether Google Indexes them. After doing some research we found out that Google [...]
  • 18 happy // Jan 25, 2009 at 4:14 am
    And has anyone had godaddy contact them yet?
  • 19 happy also // Jan 25, 2009 at 6:00 pm
    well, they (godaddy) are still getting the “ad impressions” as the ads were not removed, just been hidden. The ads load normally but the user does not see them, godaddy won’t even notice! Unless they see this post…
  • 20 gil! // Jan 30, 2009 at 1:58 am
    Great! Thanks!
  • 21 Adam // Mar 21, 2009 at 8:12 am
    I am worried that I might get in to trouble for making their ads invisible. I was wondering if you know away to make them appear at the end of the page and not the start?
  • 22 ramonez // Mar 27, 2009 at 2:21 am
    I found this recipy and applied very well, although for other content types doesn’t work at all.
    For example I have a php script for producing images dynamically. Because the call is to a php file instead an image file, the image sent it is corrupted, no matter if the content type generated is “image/jpeg”.
    Some suggestion? ty
  • 23 Alex Costa // Mar 27, 2009 at 9:24 am
    If your file does not link to the CSS stylesheet of your site, you should try to add the following line to the top of your .php file
    #conash3D0 {
    display:none;
    }
  • 24 Alex Costa // Mar 27, 2009 at 9:27 am
    ups … in between the < style > and < / style > tags
  • 25 Raju // Apr 28, 2009 at 5:26 am
    Hi,
    I am using PhpBB forum in my site. I am using one of their styles. If so, where do i get the CSS file. Is it the Style’s theme stylesheet.css?
    I added the above #conash3D0 {height:0px; top:-1px;}
    on the top but doesnt seem to work
    where am i going wrong?
  • 26 Jack // Apr 30, 2009 at 9:36 pm
    HELP! I have flash ads at the top of my screen !
    The “Conash” no longer works for me all of a sudden!
    looks like go daddy has changed their script name or something! Anybody got an updated crack to remove these HORRIBLE Flash ads i get now insteal of the go daddy banner?
  • 27 Alex Costa // Apr 30, 2009 at 10:00 pm
    You can look at the source code of your site and locate the URL for the .js file that godaddy adds at the bottom of each page. Open that .js file on your browser and look for the iframe id, after id= you should see the name of the iframe, just swap conash3d by the new id name in your css.
    icon_wink.gif

  • 28 Alex Costa // Apr 30, 2009 at 10:18 pm
    UPDATE now use this in your css
    #ieoxAdTag {display:none;}
 
Plz help

Can someone help me at this, I am a newbie at this, but how can I edit the css in my browser to add the line needed b/c it will not let me edit anything, Thanks in Advance!
 
Thanks

hey thanks lol I am not a chap person Just they did not claim that it was going to come with ads but yea I buy enough domain names anyways lol but I did not think I could do it like that by putting it in the css so thanks again :)
 
Hide Ads on Godaddy free hosting

Thanks for this super helpful post! Yes, this technique is legit because they did not mention the banner ads. They promise free hosting with a domain registration but it's actually "free with a big ugly ad across the top".
 
about goDaddy free hosting.....

I don't mind the goDaddy ad on my site, but I have an
imbedded Amazon store which causes the goDaddy ad
to appear two times instead of just one.

Any suggestions how to eliminate one of them? I asked
the goDaddy support about it, but they were no help.

Thanks!
 
Back
Top