PriMoThemes — now s2Member® (official notice)

This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™

Protect thumbnail images displayed in gallery

s2Member Plugin. A Membership plugin for WordPress®.

Protect thumbnail images displayed in gallery

Postby hollybret » May 3rd, 2011, 4:54 pm

I have uploaded several images to a photo gallery on my site. I have encoded the link to protect the full images, which are in the s2Member-files folder, which the registered members will go to when they click on the image. However, the thumbnails that are displayed are currently able to be dragged and dropped to the desktop and/or right-clicked to copy. Is there no way to protect the thumbnail images on my site?

Holly
GOODesigners.com
User avatar
hollybret
Registered User
Registered User
 
Posts: 11
Joined: April 26, 2011

Re: Protect thumbnail images displayed in gallery

Postby Cristián Lávaque » May 3rd, 2011, 9:16 pm

You'd need to modify the gallery script that creates the thumbnail pictures, I guess. But if they're small, does it really matter that someone saves them?
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010

Re: Protect thumbnail images displayed in gallery

Postby hollybret » May 3rd, 2011, 9:29 pm

I installed the WP-Copyright Protection plug-in, which disables right-click and click-&-drag copying. We do have issues with people copying even the thumbnail, since some of them are small buttons for websites {meant to be used small}. Thanks
User avatar
hollybret
Registered User
Registered User
 
Posts: 11
Joined: April 26, 2011

Re: Protect thumbnail images displayed in gallery

Postby Cristián Lávaque » May 3rd, 2011, 11:34 pm

Ah, I understand the problem then, I was thinking the originals were larger, like photos, rather than icons. I'm glad you found a fix. :)
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010

Re: Protect thumbnail images displayed in gallery

Postby drbyte » May 4th, 2011, 12:00 pm

The answer to your question is NO.

Having said that, you can prevent somebody form hotlinking (leeching) your images by implementing this to your .htaccess file

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?domain\.com/.*$ [NC]
RewriteRule .*\.(gif|jpg|png)$ http://www.domain.com/eatme.jpe [R,NC,L]
</ifModule>

Sam
User avatar
drbyte
Experienced User
Experienced User
 
Posts: 269
Joined: May 6, 2010


Return to s2Member Plugin

Who is online

Users browsing this forum: Exabot [Bot], Google [Bot], Yahoo [Bot] and 2 guests

cron