Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

protecting images

New Here ,
Jun 01, 2007 Jun 01, 2007
how can i protect images on my site (i know there is ways to get around this, but still...)? if u give me a script, please also tell me what to change in this script to make it my own
TOPICS
Server side applications
737
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guide , Jun 02, 2007 Jun 02, 2007
>>
they did not tell me what I am supposed to change to make it my own, can u tell me?
>>

if you really insist on this despite all our less-than-subtle "don´t count on this" hints, copy the attached script in between your document´s <head>...</head> section, means:

<head>
other stuff here...

copy attached script here
</head>
Translate
LEGEND ,
Jun 01, 2007 Jun 01, 2007
http://continue.to/hope

It's all there.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"AFJ786" <webforumsuser@macromedia.com> wrote in message
news:f3plru$98u$1@forums.macromedia.com...
> how can i protect images on my site (i know there is ways to get around
> this, but still...)? if u give me a script, please also tell me what to
> change in this script to make it my own


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jun 01, 2007 Jun 01, 2007
as you can´t protect anything you publish on the web, you should add a "watermark" to your images for rendering them practically useless to snatchers
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 01, 2007 Jun 01, 2007
My hosting service is HostMonster, and they gave me this script :
quote:

<h1>And here is the 'no right clicks' script.</h1>
<p>You can stop right clicks with a script (copy and paste it from this page if you want to) in the HEAD section of your page.</p>

<p><font color="#cc0000">

<script type="text/javascript"><BR><BR>

var msg="mouse right click disabled.nn(or any message you want)";<BR><BR>

function click(e) {<BR>
if (document.all) {<BR>
if (event.button == 2) {<BR>
alert(msg);<BR>
return false;<BR>
}<BR>
}<BR><BR>

if (document.layers) {<BR>
if (e.which == 3) {<BR>
alert(msg);<BR>
return false;<BR>
}<BR>
}<BR>
}<BR><BR>

if (document.layers) {<BR>
document.captureEvents(Event.MOUSEDOWN);<BR>
}<BR>
document.onmousedown=click;<BR><BR>

</script><BR></font></p>

they did not tell me what I am supposed to change to make it my own, can u tell me?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jun 02, 2007 Jun 02, 2007
>>
they did not tell me what I am supposed to change to make it my own, can u tell me?
>>

if you really insist on this despite all our less-than-subtle "don´t count on this" hints, copy the attached script in between your document´s <head>...</head> section, means:

<head>
other stuff here...

copy attached script here
</head>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 01, 2007 Jun 01, 2007
> My hosting service is HostMonster, and they gave me this script :[

And that script will break basic usability and accessibility features in
userss browsers and really won't do anything to deter someone that actually
wants your image anyways. As such, don't bother.

Protecting images is a legal issue, not a technological issue.

-Darrel


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 01, 2007 Jun 01, 2007
"darrel" <notreal@nowhere.com> wrote in message
news:f3pt4d$i3v$1@forums.macromedia.com...
> Protecting images is a legal issue, not a technological issue.
>
> -Darrel

Don't underestimate the value of a well-placed copyright notice.
Back when the web was new, I used to assume it was OK for me to use pictures
on the web however I wanted unless there was a copyright notice visible on
the page somewhere telling me not to. I'm sure many others have similar
misunderstandings.


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 02, 2007 Jun 02, 2007
thanks
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 05, 2007 Jun 05, 2007
Murray *ACE* wrote:
> http://continue.to/hope
>
> It's all there.
>


That's funny.

A few years ago someone had claimed the domain WIP.COM and on the page,
all they had were the the three letters "wip." That's it! Funny.

Now it's a full blown site.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 05, 2007 Jun 05, 2007

> Now it's a full blown site.

Actually, now that i've checked it out again, it's back to being a wip:)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 05, 2007 Jun 05, 2007
LATEST
Maybe it alternates days?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Lee" <lee_nospam_@artjunky.com> wrote in message
news:f44k4o$nb1$1@forums.macromedia.com...
>
>> Now it's a full blown site.
>
> Actually, now that i've checked it out again, it's back to being a wip:)


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines