Image Protection?!
Image Protection?!
Hi,
is there a possibility for an image protection?
I mean that it isn't allowed to download images from a website built with phpwcms?
Greetz Michael
is there a possibility for an image protection?
I mean that it isn't allowed to download images from a website built with phpwcms?
Greetz Michael
- Oliver Georgi
- Site Admin
- Posts: 9917
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Re: Image Protection?!
This is something you have to handle by configuring your webserver - using .htaccess is the best way to do so.
http://www.naturefocused.com/articles/i ... idth-theft
Prevent loading from and
http://www.naturefocused.com/articles/i ... idth-theft
Prevent loading from
Code: Select all
/content/images
Code: Select all
/filearchive
Re: Image Protection?!
This is for hot linking only, but can be extended to a friendly behavior
Just send them a picture of your choice:
Just send them a picture of your choice:
Code: Select all
RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain.tld/.*$ [NC]
RewriteRule \.(gif|jpg|swf|flv|png|css|js)$ http://domain.tld/my-logo-link.pnn [R,L]
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: Image Protection?!
hmm maybe i wasn't clear enough.. I actually ment a right mouseclick save as protection. When lightbox is used..
- Oliver Georgi
- Site Admin
- Posts: 9917
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Re: Image Protection?!
Forget the right click prevention! This is stupid old school - any image you see is just on your computer (browser cache). If someone want to copy it - there is no way to prevent this.
And lightbox does not have such problem because image is always loaded as CSS background image.
Re: Image Protection?!
In LightBox/SLimBox you can´t save a picture using the right mouse button.
In addition, for me there is no way to protect a picture when surfing. If we see the image, it is cached by the browser.
All the technics like transparent overlay or backgrond image or htaccess protect can not keep advanced users from downloading a picture.
Knut
In addition, for me there is no way to protect a picture when surfing. If we see the image, it is cached by the browser.
All the technics like transparent overlay or backgrond image or htaccess protect can not keep advanced users from downloading a picture.
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Re: Image Protection?!
Hi,
all the things written by OG and Knut are absolutely right! There is only one way to protect your pictures -> Put your pictures in a safe and show them to nobody. In the moment the picture is visible in the browser, it is already downloaded
and the user is able to copy it some how...
...for example from the browser cache, with a screenshot, etc.
Heiko...
all the things written by OG and Knut are absolutely right! There is only one way to protect your pictures -> Put your pictures in a safe and show them to nobody. In the moment the picture is visible in the browser, it is already downloaded

...for example from the browser cache, with a screenshot, etc.

Heiko...
Re: Image Protection?!
Yep, That's the way the cookie crumbles.
Put a watermark in your picture.
Put a watermark in your picture.
...