jfo9696 Posted April 21, 2008 Posted April 21, 2008 So I got an SSL certificate from go daddy.com got my WHM to install it. Now I am trying to get <span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=19097432720721dd9d8127118f254619c17e0d080442230844220580"></script><br/><a href='https://www.godaddy.com/gdshop/ssl/ssl.asp'>SSL Certificates</a></span> to appear on my site and it just doe not happen.
germ Posted April 21, 2008 Posted April 21, 2008 Post your URL (or PM it to me) and I'll take a peek. ;) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
jfo9696 Posted April 21, 2008 Author Posted April 21, 2008 Post your URL (or PM it to me) and I'll take a peek. ;) http://jetsfloridaoutdoors.com/store/
germ Posted April 21, 2008 Posted April 21, 2008 I don't see it in the HTML source. Where are you tryig to put it on the page? :unsure: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
jfo9696 Posted April 21, 2008 Author Posted April 21, 2008 I don't see it in the HTML source. Where are you tryig to put it on the page? :unsure: I'm trying to put it right around welcome guest in the top of the page by What do you want to see and it just does not show over there! Don't know if I am coding it wrong or what?
germ Posted April 21, 2008 Posted April 21, 2008 I'm not trying to tell you how to run your site, but most people put things like that at the bottom of their column_left, column_right, or in the footer so it shows on all the pages. ;) You want help putting it in one of those places? :unsure: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
jfo9696 Posted April 22, 2008 Author Posted April 22, 2008 yes I would like you help with that very much so just tell me how to do it. Ps I have already back up the site =-)
germ Posted April 22, 2008 Posted April 22, 2008 So where do you want it? Bottom of left column, bottom of right column, or in the footer (if there, where at in the footer)? :unsure: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
jfo9696 Posted April 22, 2008 Author Posted April 22, 2008 I'd say let's go with it on the bottom left!
germ Posted April 22, 2008 Posted April 22, 2008 OK, at the bottom of your /store/includes/column_left.php, the code probably looks about like this: require(DIR_WS_BOXES . 'information.php'); ?> I'm only showing the last two lines. There is more code above this. At the bottom of your /store/includes/column_left.php, just AFTER this line: ?> Add this code: <tr><td> <span id="siteseal"> <script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=19097432720721dd9d8127118f254619c17e0d080442230844220580"></script><br/> <a href='https://www.godaddy.com/gdshop/ssl/ssl.asp'>SSL Certificates</a> </span> </td></tr> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
germ Posted April 22, 2008 Posted April 22, 2008 MAKE A BACKUP FIRST!!! If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
jfo9696 Posted April 22, 2008 Author Posted April 22, 2008 Thank you very very much. You have made my life a whole lot easier. it worked you rock
Recommended Posts
Archived
This topic is now archived and is closed to further replies.