Results 1 to 6 of 6

Thread: Script to stop copying details off webpage
      
   

  1. #1
    steve100 is offline Sergeant
    Join Date
    Feb 2007
    Posts
    26

    Question Script to stop copying details off webpage

    Hello everyone,

    Can you please help? I am basically looking for a piece of script that will stop anyone from copying details from my webpages (they are not made of gold I promise, but there is a genuine reason for it).

    I read somewhere that this is possible, but I do not know how. May I ask, is this correct and if so, does anyone know what the script actually is?

    A thousand thank you's to anyone who can help.

    Cheers,

    Steve.

  2. #2
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Script to stop copying details off webpage

    There is no way to actually completely stop anyone from copying anything from websites. There are many scripts that barely deter it.

    Truthfully, if you are afraid of having it seen - it shouldn't be put on the web at all.

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Script to stop copying details off webpage

    The only way to have 100% protection is to have a php/MySQL driven site, where the images are NOT uploaded on the site, but stored in the database, and then presented on the site with a dynamically created watermark. They are useless for the thief with the watermark, and they cannot retreived from the site because the files simply do not exist.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  4. #4
    steve100 is offline Sergeant
    Join Date
    Feb 2007
    Posts
    26

    Default Re: Script to stop copying details off webpage

    I think I remember someone explaining something simililar to me before. Does this work as if the server sets up a 'ghostlike' website? (make sense?) where no files are present at all. The same can apparently be set up to protect one's own computer for security reasons if I recall correctly.

    Thanks,

    Steve.

  5. #5
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Script to stop copying details off webpage

    Steve, do you want the site to be seen by se's and indexed? And is it only images that you're trying to protect? Otherwise, make it all password protected - and you'll know who has the passwords.

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Script to stop copying details off webpage

    Quote Originally Posted by steve100
    I think I remember someone explaining something simililar to me before. Does this work as if the server sets up a 'ghostlike' website? (make sense?) where no files are present at all. The same can apparently be set up to protect one's own computer for security reasons if I recall correctly.

    Thanks,

    Steve.
    No, it works this way: instead of the image, you place in your page a piece of code (for each image) that will retreive that picture from the database, and dispay it on the page. Before displaying it, it will add a watermark (usually some text) on the picture. The watermark maked the image useless for the thief, if he wanted to right click and "Save As", and he cannot retreive it from the site because the image file simply doesn't exist (the image is in the database)

    However, unless you have hundreds or thusands if pictures, in which case watermarking them could become hard, and unless you also have a NON watermarked version of the same pictures (f.e. to be downloaded after paying) , you can do the same job simply watermarking the images before palcing them in your page.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49