
Originally Posted by
Blake81
Thanks. I don't see that code in the banner where I added that seal. The only code I put in that banner to make it show up is:
<script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=110844111805b701a721271165f2300b017f430792266467286991800"></script>
Is it possible that the code is added by the javascript? Wonder if there is a way to change the setting for the seal in GoDaddy.
I don't think it is related to GoDaddy's seal. The reason I say this is because:
Code:
<!--bof- parse time display -->
<!--eof- parse time display -->
<!--bof- banner #6 display -->
<div id="bannerSix" class="banners"><script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=110844111805b701a721271165f2300b017f430792266467286991800"></script></div>
<!--eof- banner #6 display -->
<script type="text/javascript" src="http://cetrk.com/pages/scripts/0007/4881.js"> </script>
</body></html>
As you can see in the code above GoDaddy has a "godaddy.com" address, and is between the
Code:
<!--bof- banner#6 display -->
& the
Code:
<!--eof- banner #6 display -->
It is not the clock as I previously thought possible. To find what file the code is in do the following:
Log into your sites Admin.
Go to: Tools >> Developers Tool Kit >>
in the box at the bottom of that page that says "Key or Name:" type in " cetrk.com " then select "All Files - Catalog/Admin" in the "All Files Look-ups:" box and click search.
It will bring up a list of all files with that info in it, as well as what line you will find the code on; once you locate the file just make the simple change from "http://" to "https://" to keep the code functioning.