class_protect_picture is a PHP class which can be used to protect the path of your site's pictures in order to prevent somebody from using robot scripts to steal the images by accessing the pictures directly. The class changes the URL of the images used in HTML or tags, using a new URL through which real browsers can retrieve the picture files. The class requires PHP 4.0 or later with session support enabled.
| Tags | Software Development Libraries php classes |
|---|---|
| Licenses | GPL |
Recent releases


Changes: This class supports now all the sessions_save_handler methods by using a cache file.


Changes: This version adds a cache system to improve performance.


Changes: The pattern for source detection was updated. The class won't change the URL for the external link, thus reducing bandwith use. The PHP code was improved.