Author Topic: Antileech for Images  (Read 3829 times)

0 Members and 1 Guest are viewing this topic.

Offline obmob01

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Antileech for Images
« on: November 12, 2002, 03:25:12 AM »
Hi there, I have a site with many wallpapers and I can't place them zipped because of my webhost.

So with IE 5.5 and 6, you can download images just by pointing them and pressing a pop up menu.

How can I stop this?

Please refer to http://www.toeng.com They use some antileech system, and also use a php script. I would love to do that exactly.

Thanks

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Some deterents
« Reply #1 on: November 12, 2002, 03:31:35 AM »
Place these lines in the <head> section of the header.html template file:
Code: [Select]

<meta http-equiv="imagetoolbar" content="no" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />

Also add this to the <body> tag itself:
Code: [Select]
ondragstart="return false"
NOTE:  The ONLY way to be sure nobody will steal your images is to not place them on the internet.  :wink:

At best you're only discouraging the honest and less technically minded people.  You might want to consider adding a watermark to your wallpapers as well.

Offline obmob01

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Antileech for Images
« Reply #2 on: November 13, 2002, 04:53:37 AM »
Thanks Chris, that's exactly what i needed.