| 1 |
$Id: README.TXT,v 1.1 2006/01/03 20:44:50 elmuerte Exp $ |
$Id: README.TXT,v 1.2.2.1 2006/03/26 15:08:08 elmuerte Exp $ |
| 2 |
|
|
| 3 |
Description |
Description |
| 4 |
----------- |
----------- |
| 12 |
associated. Currently the anti-leech only checks the referer to be within |
associated. Currently the anti-leech only checks the referer to be within |
| 13 |
the configured range. Empty referers are currently still allowed, but this |
the configured range. Empty referers are currently still allowed, but this |
| 14 |
might change in a future release. |
might change in a future release. |
| 15 |
|
A special mode has been added for in case of images (only JPEG, PNG and GIF). |
| 16 |
|
Either a watermark can be added or the image can be subsituted with an other |
| 17 |
|
image. In case of watermarking the watermark images has to be a PNG, it's best |
| 18 |
|
to make use of the PNG alpha channels for a nicer result. |
| 19 |
|
|
| 20 |
Requirements |
Requirements |
| 21 |
------------ |
------------ |
| 22 |
|
|
| 23 |
This module requires Drupal 4.6 or a later version. |
This module requires Drupal 4.6 or a later version. |
| 24 |
|
|
| 25 |
|
GD Lib is required for when using watermarking for images. |
| 26 |
|
|
| 27 |
|
|
| 28 |
Installation |
Installation |
| 29 |
------------ |
------------ |
| 51 |
interface. Everytime you change the config in the administration interface |
interface. Everytime you change the config in the administration interface |
| 52 |
you will need to update the throttle.config.php file. |
you will need to update the throttle.config.php file. |
| 53 |
|
|
| 54 |
|
Note: if you had a filerequest module installed from before march 26, 2006 |
| 55 |
|
you will need to update the throttle.config.php if you were using this feature. |
| 56 |
|
|
| 57 |
Configuration |
Configuration |
| 58 |
------------- |
------------- |