Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-13 12:19
1.5

Cette classe prend désormais en charge toutes les méthodes sessions_save_handler en utilisant un fichier cache.
Tags: Major feature enhancements
This class supports now all the sessions_save_handler methods by using a cache file.

2004-02-02 13:39
1.1.0

Cette version ajoute un système de cache pour améliorer les performances.
Tags: Major feature enhancements
This version adds a cache system to improve performance.

2003-11-03 15:38
1.0.2

Le modèle pour la détection de source a été mis à jour. La classe ne changera pas le URL du lien externe, réduisant ainsi l'utilisation de bande passante. Le code PHP a été améliorée.
Tags: Minor feature enhancements
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.

Project Resources