Results 1 to 7 of 7

Thread: [RESOLVED] How to protect images on my site

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2005
    Posts
    168

    Resolved [RESOLVED] How to protect images on my site

    Hi,

    I want to protect images on my site to be saved by the user using save as or any other option. Please help.
    Regards,

    Piyush


    Nothing is Impossible because the word impossible itself says I'mpossible

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: How to protect images on my site

    You can't. Sorry.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2005
    Posts
    168

    Thumbs down Re: How to protect images on my site

    There are ways. I've seen many people doing it through encryption and .htacess files but I don't know how to do it. Don't say you can't
    Regards,

    Piyush


    Nothing is Impossible because the word impossible itself says I'mpossible

  4. #4
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: How to protect images on my site

    ehh, technically there is no way to stop a user from grabbing the picture.

    You could disable right clicking, but then the user could just grab it from the source code...also, cookies would be completely accessible and they could get the image from there....


    My suggestion is, if you dont want someone else to use your pictures, then dont put them on the internet

  5. #5
    Fanatic Member
    Join Date
    Jan 2005
    Location
    In front of this pc.
    Posts
    580

    Re: How to protect images on my site

    You can use JS to disable right-clicks, and use htaccess to prevent someone from accessing content in a directory and server everything through SSL and then HOPE their browser doesn't cache SSL stuff (it's a user option in IE). Regardless of what you do tho there is no way to secure images served to a browser.

    Online graphics companies implement a 2 stage process. All displayed images are low resolution and watermarked. Only after purchase do you have access to high-res no watermarked images.

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: How to protect images on my site

    Quote Originally Posted by pbuddy_8
    There are ways. I've seen many people doing it through encryption and .htacess files but I don't know how to do it. Don't say you can't

    Ill say it again then. You can't.

    People can post all the little 'well you could do this' workarounds, but none of them protect your images from anyone with a rudimentary understanding of the web and browsers.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: How to protect images on my site

    The only decent solution is watermarks and bad quality.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

Posting Permissions

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



Click Here to Expand Forum to Full Width