Download List

项目描述

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.

系统要求

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

现在这个类支持通过使用一个缓存文件的所有sessions_save_handler方法。
标签: 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

这个版本增加了缓存系统来提高性能。
标签: Major feature enhancements
This version adds a cache system to improve performance.

2003-11-03 15:38
1.0.2

在源检测模式已更新。类不会改变的外部链接的网址,从而减少带宽的使用。 PHP代码进行了改进。
标签: 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