Vote for BP.Net for the 2013 Forum of the Year! Click here for more info.

» Site Navigation

» Home
 > FAQ

» Online Users: 810

1 members and 809 guests
Most users ever online was 47,180, 07-16-2025 at 05:30 PM.

» Today's Birthdays

None

» Stats

Members: 75,905
Threads: 249,107
Posts: 2,572,121
Top Poster: JLC (31,651)
Welcome to our newest member, Pattyhud
  • 12-23-2008, 06:26 PM
    janeothejungle
    Locking photos on your website.
    So anyone know how to do that trick where you lock photos, so when anyone right clicks to try and save your pics they get a little pop up that tells them to piss off? I have dreamweaver but I haven't figured out how to go about this. Anyone? Anyone?

    ~Kat
  • 12-23-2008, 07:00 PM
    Pandora
    Re: Locking photos on your website.
    Keep in mind that even if the code I sent you works, there's no way to stop somebody from getting to your page source; if they know how to read HTML, it will be easy for them to steal your entire website layout. But this will help prevent the people who want to right-click + save your pictures. Hope it helps.
  • 12-23-2008, 07:26 PM
    littleindiangirl
    Re: Locking photos on your website.
    liiiiike this?

    <script type="text/javascript">
    <!--
    var omitformtags=["input", "textarea", "select"]
    omitformtags=omitformtags.join("|")
    function disableselect(e){
    if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
    return false
    }
    function reEnable(){
    return true
    }
    if (typeof document.onselectstart!="undefined")
    document.onselectstart=new Function ("return false")
    else{
    document.onmousedown=disableselect
    document.onmouseup=reEnable
    }
    -->
    </script>


    That doesnt disable right click though, I yanked that from snopes, because I like to yank from snopes. So that isnt entirely what your looking for.



    Anywho, I say your best bet at protection is watermarking.
  • 12-23-2008, 07:28 PM
    Nate
    Re: Locking photos on your website.
    doesn't matter how hard you try or how much code you put in, snatching pictures is impossible to prevent.

    all the code you put in is simply a waste of your time :)
  • 12-23-2008, 07:30 PM
    Stewart_Reptiles
    Re: Locking photos on your website.
    Also keep in mind that by a simple screen print anyone can steal your picture as well :(
  • 12-23-2008, 07:30 PM
    Nate
    Re: Locking photos on your website.
    Quote:

    Originally Posted by littleindiangirl View Post


    Anywho, I say your best bet at protection is watermarking.

    x2 :gj:
  • 12-23-2008, 07:36 PM
    janeothejungle
    Re: Locking photos on your website.
    I know, I'd just like to make it a little harder for the idjits that swipe pics randomly for their own nefarious purposes. I'd like to make it a little harder, since they never like to work.

    The whole watermark thing just seems so overkill when it's an entire site. Just screams paranoia. ah well, it was just a thought.

    Cheers,
    Kat
  • 12-23-2008, 07:38 PM
    redpython
    Re: Locking photos on your website.
    embed them in some sort of flash file. they'll still be able to do a screen shot. so use a watermark.
  • 12-23-2008, 07:40 PM
    Nate
    Re: Locking photos on your website.
    yeah a Flash file is something else I'd consider. but, i guess if you want to go thru the trouble?

    Also, in IE, i know you can simply roll over an image and these little icons will pop up on it - one is to save the image...
  • 12-27-2008, 01:41 AM
    Darkice
    Re: Locking photos on your website.
    I don't really care if people steal my pics. I take pics and post them on the net so people can share in my joy of reptiles. People can use any of my pics for anything they like and I don't even care about getting credit. I don't want to see any of my pictures popping up in classifieds saying its for sale and its theirs. if so ill contact them and pose as a buyer then find where they live. And ill probably pop in for a visit. I like road trips.
    But if my Pics ever up on someone's web site as just a good pic of an animal I don't mind at all.
Powered by vBadvanced CMPS v4.2.1