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
Views: 21,976
Black Belt
I looked and it appearsto be functioning correctly in FF & IE
New Zenner
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/
Black Belt
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??
New Zenner
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
Black Belt
hat are the dimensions of these 2 images and what/how do they differ in function
New Zenner
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
SSL Seal
<script language="Javascript" src="https://seal.godaddy.com/getSeal?sealID=1106428981073c6d26c127117d8b0927717cf104440847014053984592"></script>
Inactive
Site Seal
<script id="siteSeal" type="text/javascript" **src="//**tracedseals.starfieldtech.com/site... Notice the error marked in Red?Zen Follower
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.
Zen Follower
Oh shoot,
While I am at it this is wrong as well:
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
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
Black Belt
Hope you are not attempting to display these side by side...
Try placing them stacked
New Zenner
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.
New Zenner
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???
Black Belt
which I assume would show them stacked???
Your test page has them side by side
Inactive
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.
New Zenner
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
New Zenner
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:
New Zenner
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.
New Zenner
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?
Inactive
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
Inactive
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
Tell staff why this post should be reviewed.