Welcome to TalkGraphics.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2010
    Posts
    2

    Question how to secure my website?

    how do i secure my website (text and photografs) against copy-paste in webdesigner 5?

  2. #2
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: how to secure my website?

    It cannot be done with any software. If you put something on the web it is there for anyone to take regardless of how much futile effort you put into trying to prevent them from taking it.

    If you don't want anyone to take it, do not put it on the web.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  3. #3
    Join Date
    May 2009
    Location
    South Wales
    Posts
    643

    Default Re: how to secure my website?

    Bill is absolutely correct if it is that precious dont use it, there is no real way to prevent this never has been probably never will.

    I did used to use a simple "no right click script" that stops anyone from right clicking the mouse button to get access to the context menu:

    Code:
    <script language="JavaScript"> 
    // <!-- var popup="Sorry, right-click 
    is disabled.\n\nThis Site Copyright ©2000"; function noway(go) { if 
    (document.all) { if (event.button == 2) { alert(popup); return false; } } if (document.layers) 
    { if (go.which == 3) { alert(popup); return false; } } } if (document.layers) 
    { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=noway; // --> 
    </script>
    Where it says "sorry right click is disabled" you can change thos to anything you want, mine used to read naughty naughty!!!!!

    Used to amuse me lol, I dont use such things anymore from what I remember of this script although it would stop the right click you could still use ctrl+c and ctrl+c.

    My advice dont even think about it there is nothing you can do I now consider it flattering when I see the od image of mine kicking around

    Oh and welcome to the forum

    Chris

  4. #4
    Join Date
    Feb 2007
    Location
    UK
    Posts
    21,309

    Default Re: how to secure my website?

    if they can see it on their screen its on their computer - if its on their computer they can keep it [if they know how]

    the only way to be secure is to have web pages that can only be accessed with a password [and there may be ways round that too]

    public web pages are just that

    and if any of my images turn up elsewhere I think its flattering too...
    -------------------------------
    Nothing lasts forever...

  5. #5
    Join Date
    Feb 2010
    Posts
    2

    Default Re: how to secure my website?

    I wonder if i would use a flash player to show my pictures, would they be secure against ccopy/paste?

  6. #6

    Default Re: how to secure my website?

    No - but they can 'print-screen' or use a screen grab utility.

  7. #7
    Join Date
    Oct 2006
    Location
    Tampa Bay, Florida
    Posts
    1,341

    Default Re: how to secure my website?

    Put a copyright notice for the text and website.
    If you want to add sample photos or graphics then you can use a watermark.
    http://www.xaraxone.com/webxealot/wo...39/page_4.html

 

 

Bookmarks

Posting Permissions

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