Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL is it that hard or am I that Stupid?


jfo9696

Recommended Posts

Posted

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.

Posted

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 >

Posted

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 >

Posted
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?

Posted

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 >

Posted

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 =-)

Posted

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 >

Posted

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 >

Posted

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 >

Posted

Thank you very very much. You have made my life a whole lot easier. it worked you rock

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...