Zen Cart Logo
Forums / Addon Sideboxes / Godaddy SSL Seal?

Godaddy SSL Seal?

Locked

Views: 21,976

Results 21 to 40 of 43
This thread is locked. New replies are disabled.
26 Feb 2008, 2:25 PM
#21
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Godaddy SSL Seal?

I looked and it appearsto be functioning correctly in FF & IE

26 Feb 2008, 5:15 PM
#22
dytron avatar

dytron

New Zenner

Join Date:
Feb 2008
Posts:
60
Plugin Contributions:
0

Re: Godaddy SSL Seal?

Thanks Kobra for the reply-
What I am trying to achieve is to get both SSL and Site Seal working in the security sidebox (godaddyplus), thanks to this thread I have been able to get the godaddy SSL to work in the security sidebox.

So I used the same process, location of files etc to try the SSL + Siteseal
and it breaks the page. I know from the http://dytronic.com/test.html test page
that the URL is correct for both.
What I do notice from the test.html page is the SSL seal is smaller than the Site Seal which I suspect is a possible cause of breaking the sidebox display?

I will turn on the godaddyplus sidebox for review
http://dytronic.com/

26 Feb 2008, 6:44 PM
#23
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Godaddy SSL Seal?

What I am trying to achieve is to get both SSL and Site Seal working in the security sidebox
When I looked earlier, it was in a sidebox and working but now is not??

26 Feb 2008, 7:00 PM
#24
dytron avatar

dytron

New Zenner

Join Date:
Feb 2008
Posts:
60
Plugin Contributions:
0

Re: Godaddy SSL Seal?

Sorry for the confusion,
the SSL is working in the Security sidebox which I had shown earlier (working), my problem is when I try and use both SSL + Site Seal (godaddyplus) the page breaks.

This is the current state of the http://dytronic.com site (godaddyplus)

My thoughts are that the godaddy Site Seal image (the one on the left in the test.html page) is larger than the SSL image that does work. Thus when I enable the Site Seal the page does not display correctly as it looks now

I have tried to widen the left column Admin>Configuration>Layout Settings>
Column Width - Left Boxes and Column Width - Left

27 Feb 2008, 12:26 AM
#25
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Godaddy SSL Seal?

hat are the dimensions of these 2 images and what/how do they differ in function

27 Feb 2008, 1:06 AM
#26
dytron avatar

dytron

New Zenner

Join Date:
Feb 2008
Posts:
60
Plugin Contributions:
0

Re: Godaddy SSL Seal?

The Site Seal logo is 120x74px
The SSL logo is 100x49px

I have tried to widen the left column (default 150px)
Admin>Configuration>Layout Settings>Column Width - Left Boxes and Column Width - Left to larger (250px) with no change?

I am also using a template (apple_zen) which I could just be trying to use the wrong file here? or need to change a CSS field?

They both seem to be flash objects just by doing a 'right click' on the image.
I thought it was a flash issue but thats when I tried just using the SSL logo (godaddy) sidebox and that works fine just cant do both SSL and Site Seal :dontgetit

They both come from different URL's (see code below) but they both are working in the test.html page so this would rule out incorrect URL's

:lamo:```
Site Seal

<script id="siteSeal" type="text/javascript" src="//tracedseals.starfieldtech.com/siteseal/get?scriptId=siteSeal&sealId=749da7b434fe1cedb04c9c33d153ffbb2aae86d4eccfb3e794e0be0415a51be2"></script>

SSL Seal

<script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=1106428981073c6d26c127117d8b0927717cf104440847014053984592"></script>
27 Feb 2008, 1:11 AM
#27
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Godaddy SSL Seal?

Site Seal

<script id="siteSeal" type="text/javascript" **src="//**tracedseals.starfieldtech.com/site... Notice the error marked in Red?
27 Feb 2008, 1:41 AM
#28
jasmel avatar

jasmel

Zen Follower

Join Date:
Feb 2008
Location:
Washington State
Posts:
230
Plugin Contributions:
0

Re: Godaddy SSL Seal?

Yes,

There is an error is the godaddy_2.2 readme.txt file:

=====================================================

Add the following files:
/includes/languages/english/extra_definitions/YOUR_TEMPLATE/godaddy_defines.php
/includes/modules/sideboxes/YOUR_TEMPLATE/godaddy.php
/includes/modules/templates/YOUR_TEMPLATE/sideboxes/tpl_godaddy.php

=====================================================

Add the following files:
/includes/languages/english/extra_definitions/YOUR_TEMPLATE/godaddy_defines.php
/includes/modules/sideboxes/YOUR_TEMPLATE/godaddy.php
/includes/templates/YOUR_TEMPLATE/sideboxes/tpl_godaddy.php

I hope the readme.txt file gets updated.

27 Feb 2008, 1:43 AM
#29
jasmel avatar

jasmel

Zen Follower

Join Date:
Feb 2008
Location:
Washington State
Posts:
230
Plugin Contributions:
0

Re: Godaddy SSL Seal?

Oh shoot,

While I am at it this is wrong as well:

Installation

After installing the Godaddy SSL Seal from http://www.www.godaddy.com

$content .= '<script type="text/javascript" src="LINK FOR YOUR GODADDY SEAL GOES HERE"></script>';

Replace PUT YOUR GODADDY SEAL ADDRESS HERE with your godaddy seal address

Installation

After installing the Godaddy SSL Seal from http://www.www.godaddy.com

$content .= '<script type="text/javascript" src="LINK FOR YOUR GODADDY SEAL GOES HERE"></script>';

Replace LINK FOR YOUR GODADDY SEAL GOES HERE with your godaddy seal address

27 Feb 2008, 2:24 AM
#30
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Godaddy SSL Seal?

Hope you are not attempting to display these side by side...
Try placing them stacked

27 Feb 2008, 2:51 AM
#31
dytron avatar

dytron

New Zenner

Join Date:
Feb 2008
Posts:
60
Plugin Contributions:
0

Re: Godaddy SSL Seal?

yea Website Rob I saw that as well thats why I made the test.html page
to check the links are working with
Site Seal

<script id="siteSeal" type="text/javascript" src="//tracedseals.starfieldtech.com/site...

that URL > src="//tracedseals for the Site Seal logo seems strange/wrong I agree.

I did take the time to use that URL > src="//tracedseals like this too
src="http://tracedseals
src="https://tracedseals
both to the tpl_godaddy_plus.php (didnt work) and test.html (did work) pages.

Its strange that it works with that URL src="//tracedseals at all, but however I use it on the test.html page it seems to be all good for the URL.

27 Feb 2008, 2:58 AM
#32
dytron avatar

dytron

New Zenner

Join Date:
Feb 2008
Posts:
60
Plugin Contributions:
0

Re: Godaddy SSL Seal?

kobra-
and how would I check to see that?
am using the Godaddy SSL Seal + Godaddy Domain Seal Combo

which I assume would show them stacked???

27 Feb 2008, 4:22 AM
#33
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Godaddy SSL Seal?

which I assume would show them stacked???
Your test page has them side by side

27 Feb 2008, 8:08 AM
#34
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Godaddy SSL Seal?

Just by looking at the Cert one can see it issued to: https://www.dytronic.com
So why are you not using the 'www' in your config files for HTTPS connections?

Second, the Cert was issued by GoDaddy so not sure why you are not using the GoDaddy SSL link? Where did the link to Starfield come from? Although they are connected companies, each will state whom you got the Cert from. I know because I get Certs from Starfield and they say from Starfield, not GoDaddy.

27 Feb 2008, 5:54 PM
#35
dytron avatar

dytron

New Zenner

Join Date:
Feb 2008
Posts:
60
Plugin Contributions:
0

Re: Godaddy SSL Seal?

kobra:

Your test page has them side by side

yes I do, so I tried them stacked in a test page with the same code as
the sideboxes http://dytronic.com/test2.php

27 Feb 2008, 6:08 PM
#36
dytron avatar

dytron

New Zenner

Join Date:
Feb 2008
Posts:
60
Plugin Contributions:
0

Re: Godaddy SSL Seal?

Website Rob:

Just by looking at the Cert one can see it issued to: https://www.dytronic.com
So why are you not using the 'www' in your config files for HTTPS connections?

I changed that to www. in the config files as you mentioned and that didnt make any difference in the display of the logos?

Second, the Cert was issued by GoDaddy so not sure why you are not using the GoDaddy SSL link? Where did the link to Starfield come from? Although they are connected companies, each will state whom you got the Cert from. I know because I get Certs from Starfield and they say from Starfield, not GoDaddy.

called godaddy on this one, the url is correct with the src="//tracedseals...
"its a security thing" as I was told regarding the url. As far as the Starfield
this is who godaddy uses for the site seals and again I was told this is correct.

I made a test page to test the SSL and Site Seal http://dytronic.com/test2.php
that uses the exact script that is in the godaddy_plus.php page and all seems good its just when I try and use it in the sidebox things dont work.
So I think the issue is in the formatting, CSS that wont allow this larger image to display.. its my guess atleast right now :blink:

27 Feb 2008, 6:59 PM
#37
dytron avatar

dytron

New Zenner

Join Date:
Feb 2008
Posts:
60
Plugin Contributions:
0

Re: Godaddy SSL Seal?

OK so a test outside of the sideboxes to show both SSL and Site Seal
I created a banner to show at the footer of the page and all is working there!
http://www.dytronic.com/

so the problem is in the sideboxes, for some reason both images will not show up in a Security sidebox. I am assuming its a CSS, or some template file I have not touched yet.

27 Feb 2008, 7:20 PM
#38
dytron avatar

dytron

New Zenner

Join Date:
Feb 2008
Posts:
60
Plugin Contributions:
0

Re: Godaddy SSL Seal?

So I was able to get both SSL and Site Seal to work in footer banner
I also tried it in the sidebox banner and the both work!!!!

Just need to change the heading to security instead of Sponsers and I will call it done there.

Cant figure out why thought someone went through the time to make the Godaddy SSL Seal + Godaddy Domain Seal Combo package
and it doesnt work correctly, but use a sidebox-banner and all is good?

7 Mar 2008, 3:32 AM
#39
hardtokill avatar

hardtokill

Inactive

Join Date:
Feb 2008
Location:
Philadelphia
Posts:
32
Plugin Contributions:
0

Re: Godaddy SSL Seal?

This my tpl_godaddy.php:

<?php /** * tpl_godaddy.php * * Loaded automatically by index.php?main_page=account_edit.<br /> * Displays information related to a single specific order * * @package templateSystem * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * $Id: tpl_godaddy.php v 1.2 2006-09-06 * Upgraded to work with Zen Cart 1.3.5 by knuckle-101 */ $content .= '<script type="text/javascript" src="LINK FOR YOUR GODADDY SEAL GOES HERE"></script>'; ?>

This what GoDaddy sent me:

<span id="siteseal"><script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=178123676504e6c310e12711877b0f6c117f8b08870676500"></script><br/><a href='https://www.godaddy.com/gdshop/ssl/ssl.asp'>SSL Certificates</a></span>

I have enable the "seured" sidebox, but nothing I have done brings the actual seal up. What gets cut and pasted where? Any suggestions?

Dave

7 Mar 2008, 4:27 AM
#40
hardtokill avatar

hardtokill

Inactive

Join Date:
Feb 2008
Location:
Philadelphia
Posts:
32
Plugin Contributions:
0

Re: Godaddy SSL Seal?

Eureka!!!

I found the problem! I hadn't activated the SSL in the configure.php files. After making the changes, It now shows up! Hurray!!!

Dave

https://www.theladybugboutiqueonline.com