ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Using ProductCart
  New Posts New Posts RSS Feed - How to find source of unsecured file
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to find source of unsecured file

 Post Reply Post Reply
Author
Message
cs View Drop Down
Newbie
Newbie


Joined: 04-May-2009
Location: Arkansas
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote cs Quote  Post ReplyReply Direct Link To This Post Topic: How to find source of unsecured file
    Posted: 13-July-2010 at 12:42pm
When my customers check out, the "Lock" icon indicating a secure transaction is red flagged.  I figured that it was a pic file that I forgot to put the "s" in the URL and I was right, there was one picture that did not have the httpS.  It was the alternate image for the background in the website's theme.    It is located in the header.asp of my website theme.  I went there and fixed it and uploaded it.

I thought that change would fix the problem with the security issue, but it didn't.  I feel pretty sure that this file is the security problem, so I must need to change it somewhere besides the website template.  I thought that it might be in the header and footer files where I integrated the cart into the website theme.   I looked in the header and footer files and did not see this particular pic.  Where else might it be?  I know that product cart draws information from a lot of different files and I don't know where to start looking.

If you want to see what I am talking about go to www.creationsensation.com.  Put a product in the cart and click checkout.  When the cart goes secure, the only thing that is not secure is the dinosaur picture in the header. 

If you have suggestions on how to fix this, I would appreciate it.
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 13-July-2010 at 12:54pm
without looking beyond this one, the following image is hard-coded to HTTP://
 
<img alt="image"
 style="width: 750px; height: 100px;"><br>
You cannot hard code http:// references to images, CSS, JS, etc. without getting that warning.
Back to Top
cs View Drop Down
Newbie
Newbie


Joined: 04-May-2009
Location: Arkansas
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote cs Quote  Post ReplyReply Direct Link To This Post Posted: 13-July-2010 at 1:31pm
Where?  Where is it hard coded?
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 13-July-2010 at 1:35pm
In your header file - pc/header.asp :-)


Edited by Hamish - 13-July-2010 at 1:36pm
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post Posted: 13-July-2010 at 1:38pm

It appears to be in your header.  Do a view source and look for this:

          <tr>
            <td class="picturebar" style="text-align: right;"
 background="../../picts/home-background2.jpg"><img alt="image"
 style="width: 750px; height: 100px;"><br>
            </td>
          </tr>
Back to Top
cs View Drop Down
Newbie
Newbie


Joined: 04-May-2009
Location: Arkansas
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote cs Quote  Post ReplyReply Direct Link To This Post Posted: 13-July-2010 at 1:45pm
Thank you so much!  I added the "s" to the http and that solved the whole problem.  
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.078 seconds.