Protect images/pictures

Here we can make tutorials ... how to ...
it will make it more easy to start with our new sites.

Protect images/pictures

Postby admin » September 3rd, 2010, 9:22 pm

We can do it in different way ...
but I like this one:

you can protect it with a transparent gif ...
then a user try to save your images/pictures he/she only save the transp gifs :)

here is some info about it from google:
how you can make a better images protect with a transparent pictures over the images ...

you can never protect your images for 100 %
but you can make it more difficult for people to steal them :)

1. Using CSS to position a transparent gif overtop of the image.
Code: Select all
<img src="myimage.gif" width="100" height="100">
<img src="transparent.gif" width="100" height="100" style="position:relative; left:-102px; top:0px;"> 

2. Use the image as a background of a table and fill the cell with a transparent gif.
Code: Select all
<table width="100" height="100">
<tr>
<td background="myimage.gif">
<img src="transparent.gif" width="100" height="100">
</td>
</tr>
</table>


3. Okey I will try to explain how it works. I think this is the best solution.

When a visitor right-clicks on the image to save it, they only right-clicking and saving the transparent image instead of the real one. (example: rename transparent gif = datings.gif and myimage = dating.jpg)
so then they try to save it they saved the dating.gif and it is only a transparent images ...
if you name it transparent.gif I think they know thats wrong :)

Code: Select all
<div style="width:100px;height:100px;">
<img src="dating.jpg" width="100" height="100" alt="" style="z-index:0;position:absolute;" />
<img src="datings.gif" width="100" height="100" alt="Dating"" style="z-index:1;position:absolute;" />
</div>

you can try how it works ... click on the button ...
but remember this is only a tutorial how it works and not a solution for vldPersonal ...



later I will make a mods for it here on vldmods...
I must try to integrate it for vldPersonals first ...
//gugu
Admin VldMods Forum
User avatar
admin
Site Admin
 
Posts: 105
Joined: 13 Aug 2010
Location: sweden
Knowledge: 6
Vld Version: 2.7
Vld Site: http://www.love2u.se

Return to Tutorials

Who is online

Users browsing this forum: No registered users and 1 guest

cron