Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Jun 2010
    Posts
    18
    Plugin Contributions
    0

    Default non-downloadable product pictures?

    hello, is there a way to prevent shoppers from so easily downloading (control-click) product pictures?

    /:b

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: non-downloadable product pictures?

    No, there isn't. If they load your pages, the browser loads the images to the visitor's computer, too.

  3. #3
    Join Date
    Jun 2010
    Posts
    18
    Plugin Contributions
    0

    Default Re: non-downloadable product pictures?

    yes, but on some websites, it isn't (somehow) possible to right-click (cntrl-click) on an image and have it download... that's what I would like but have no idea how to do it /:b

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: non-downloadable product pictures?

    Even with the block on the right click the images are still downloaded to the customer's computer and can be obtained via the temporary directories ... otherwise, they could not see the images in the browser ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: non-downloadable product pictures?

    Also, that no-right-click thing is done with Javascript - all I have to do is disable Javascript in my browser and I can right-click to my heart's content.

  6. #6
    Join Date
    Jun 2010
    Posts
    18
    Plugin Contributions
    0

    Default Re: non-downloadable product pictures?

    how do you do the disable right-click thing?
    this is what I wanted to know...

    /:b

  7. #7
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: non-downloadable product pictures?

    Just Google 'disable right-click' , but you're wasting your time, and if you ask a question here about a problem you're having on your site, most of the time we'll want to right-click on a page element for one reason or another, and won't bother if you've made it difficult for us.

  8. #8
    Join Date
    Jun 2010
    Posts
    18
    Plugin Contributions
    0

    Default Re: non-downloadable product pictures?

    ok, this is the code I found to disable right-click downloads:

    <SCRIPT language=JavaScript>
    <!-- -->
    var message = "function disabled";
    function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
    if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } }
    document.onmousedown = rtclickcheck;
    </SCRIPT>

    but where does it go?
    hopefully not on each and every image page...

  9. #9
    Join Date
    Jun 2010
    Posts
    18
    Plugin Contributions
    0

    Default Re: non-downloadable product pictures?

    ok, this is the code I found to disable right-click downloads:

    <SCRIPT language=JavaScript>
    <!-- -->
    var message = "function disabled";
    function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
    if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } }
    document.onmousedown = rtclickcheck;
    </SCRIPT>

    but where does it go?
    hopefully not on each and every image page...

  10. #10
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: non-downloadable product pictures?

    Dont bother yourself with this. It is a pointless waste of time.

    If I want an image off someones site, I go to the site, enlarge the pic and hit [FN] + [PRT SC]*** - and whatever is on my screen is now on the clipboard. I "paste" into MS Paint, crop, and save...

    (***On many older computers, it's [ALT] + [PRT SC]... My 9 year old daughter figured this out for herself, so I reckon 95% of other savvy users do too. Certainly anyone who is building websites will know that).

    Image Handler 2 has a WATERMARK feature that makes it very awkward for people to download and use images - because the watermark is extremely difficult to "airbrush" out...

    If you disable right click, it is disabled for EVERYTHING...
    Last edited by schoolboy; 24 Jun 2010 at 11:46 PM.
    20 years a Zencart User

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v138a 'download has expired' for non-downloadable proiducts
    By Putnik in forum Managing Customers and Orders
    Replies: 5
    Last Post: 24 Jul 2012, 02:18 AM
  2. Downloadable zip files - non-automated
    By bubbadan in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 24 Oct 2011, 08:02 PM
  3. can i have a downloadable product as well as a physical product in one?
    By bonnit in forum Managing Customers and Orders
    Replies: 2
    Last Post: 9 Oct 2009, 07:49 PM
  4. FREE Downloadable Product - Downloadable Countlessly?
    By zcnb in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 24 Jul 2008, 07:49 PM
  5. Replies: 3
    Last Post: 20 Jun 2008, 06:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg