Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Blocking Godaddy Adds
Old 12-12-2010, 06:47 AM Blocking Godaddy Adds
Novice Talker

Posts: 7
Trades: 0
Keep getting the Godaddy banner on my website, and have tried the fix of putting the following code in the Head of index.
Code:
<style>
#conash3D0
{
display:none;
}
</style>
But with no luck?

Here is where I put it in my index page.
Code:
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
#conash3D0
{
display:none;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Pigeon FX...Custom hand wired effects pedals &amp; Clone PCBs</title>
<script type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<style type="text/css">
<!--


-->
</style>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>
Any chance of some help?
peps1 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-12-2010, 07:01 AM Re: Blocking Godaddy Adds
Super Spam Talker

Posts: 879
Name: Paul W
Trades: 0
What is your site's address? Is it hosted by GoDaddy? Is the ad display part of the hosting agreement? If not we'd need to see a page to determine what is causing the ads.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


*** New:
Please login or register to view this content. Registration is FREE
PaulW is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 07:03 AM Re: Blocking Godaddy Adds
Novice Talker

Posts: 7
Trades: 0
Sorry, yes it hosted on go daddy and the address is www.pigeonfx.com
peps1 is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 07:08 AM Re: Blocking Godaddy Adds
Super Spam Talker

Posts: 879
Name: Paul W
Trades: 0
Right at the bottom of the page is a reference to a godaddy javascript file -- this is adding the banners. If you didn't put it in then their webserver is adding it -- as I said in the first post, is it a condition of your hosting that you carry the ad?
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


*** New:
Please login or register to view this content. Registration is FREE
PaulW is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 07:11 AM Re: Blocking Godaddy Adds
Novice Talker

Posts: 7
Trades: 0
I cant see a reference to it in the T&C
peps1 is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 07:20 AM Re: Blocking Godaddy Adds
Super Spam Talker

Posts: 879
Name: Paul W
Trades: 0
Delete the reference from your home page source, ie the bits after the end html (ie the last line containing 'https://a12.alphagodaddy.com/hosting_ads/gd01.js' ) and reload your home page. Is the line back again? If so, GoDaddy is adding it and you'll have to speak to them.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


*** New:
Please login or register to view this content. Registration is FREE
PaulW is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 03:00 PM Re: Blocking Godaddy Adds
Mug
Skilled Talker

Posts: 78
Trades: 0
I am guessing that you opted for the free hosting with a domain purchase? Although this answer doesn't say whether it is against the terms and conditions it does suggest you shouldn't do it:

http://help.godaddy.com/article/950
__________________
Mug

Please login or register to view this content. Registration is FREE
Mug is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 03:14 PM Re: Blocking Godaddy Adds
Novice Talker

Posts: 7
Trades: 0
Was after technical help, not moral judgement.

This is not me trying to abuse a free service, I paid for domain reg all trimming! now if it not in the T&C I can see the problem with getting some help, especially when it seems to be such a wide spread practice looking at goggle results.

I'm not here to be a source of revenue for GoDaddy.

Last edited by peps1; 12-12-2010 at 03:18 PM..
peps1 is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 03:50 PM Re: Blocking Godaddy Adds
Defies a Status

Posts: 1,606
Trades: 0
Quote:
Originally Posted by peps1 View Post
Was after technical help, not moral judgement.

This is not me trying to abuse a free service, I paid for domain reg all trimming! now if it not in the T&C I can see the problem with getting some help, especially when it seems to be such a wide spread practice looking at goggle results.

I'm not here to be a source of revenue for GoDaddy.

The point we are trying to make is that if you use the free hosting that comes with a domain purchase you are going to have ads.

If you don't want to pay for hosting live up to the TOS.

You can buy ad free hosting for a few bucks a month and really dependable hosting for $50 a year.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 03:58 PM Re: Blocking Godaddy Adds
Mug
Skilled Talker

Posts: 78
Trades: 0
Not passing moral judgment just highlighting potential issues. I am guessing that Godaddy will have thought of most of the ways to get rid of the banners and will prevent any exploits. Otherwise they wouldn't get anything from offering a free service. Please choose to ignore my comment if you don't like it.
__________________
Mug

Please login or register to view this content. Registration is FREE
Mug is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 04:12 PM Re: Blocking Godaddy Adds
Novice Talker

Posts: 7
Trades: 0
Quote:
Originally Posted by colbyt View Post
If you don't want to pay for hosting live up to the TOS.
Is it in TOS?
peps1 is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 04:28 PM Re: Blocking Godaddy Adds
Mug
Skilled Talker

Posts: 78
Trades: 0
"In the event You are using ad-supported hosting, You further acknowledge and agree that as adequate consideration for Go Daddy providing You with the Services at no cost to You, Go Daddy shall have the right to place certain advertisements on Your web site. The advertisements shall be based upon the content of Your web site and may include, but are not limited to, advertisements of Your competitors. If You do not desire such advertisements to be placed on Your web site, then You may purchase the Services at Go Daddy's then current rates."

http://www.godaddy.com/agreements/Sh...eid=hosting_sa

I am in no way condoning or supporting this but you can find a way of preventing the ads by searching on Google. This may or may not be illegal.
__________________
Mug

Please login or register to view this content. Registration is FREE

Last edited by Mug; 12-12-2010 at 04:31 PM..
Mug is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 05:14 PM Re: Blocking Godaddy Adds
Novice Talker

Posts: 7
Trades: 0
Quote:
Originally Posted by Mug View Post
I am in no way condoning or supporting this but you can find a way of preventing the ads by searching on Google. This may or may not be illegal.
Unfortunately non of the ways iv found on google have worked, from the one in the OP to placing iframe {display:none;important} in the CCS
peps1 is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 05:18 PM Re: Blocking Godaddy Adds
Super Spam Talker

Posts: 879
Name: Paul W
Trades: 0
Blocking the ads is a breach of contract if you have a free site and it's extremely easy to detect even if you do manage it. BTW, reading through your posts in this thread you seem to have gone from having paid to not having paid and looking for a cheat -- remind me not to reply to a post of yours again.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


*** New:
Please login or register to view this content. Registration is FREE
PaulW is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 05:22 PM Re: Blocking Godaddy Adds
Novice Talker

Posts: 7
Trades: 0
Maybe you should reread the post, I stated that I paid for domains, along with a load of other products like email accounts, and forwarding.....nothing about hosting.

Quote:
Originally Posted by PaulW View Post
remind me not to reply to a post of yours again.
should I do that by PM?

Why do I get the feeling your thrown your toys out the pram, as you don't know the answer?

Last edited by peps1; 12-12-2010 at 05:28 PM..
peps1 is offline
Reply With Quote
View Public Profile
 
Old 12-12-2010, 05:54 PM Re: Blocking Godaddy Adds
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
So just to clarify the point;


Have you actually paid for hosting or just paid for the hostname?
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-12-2010, 11:56 PM Re: Blocking Godaddy Adds
Banned

Posts: 143
Name: maheshadodis
Location: USA
Trades: 0
Hi,
R u using Go daddy hosting if so please do ask with support team of go daddy so that they can fix it if you dont need the ad because they may have the code in their hosting panel so it is better ask for support team
maheshadodis is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Blocking Godaddy Adds
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.62948 seconds with 12 queries