Back to Plugins

HotBlocker

2 Available languages

Revision 2.0

15 years 6 months ago
2,165
Not compatible with the latest version of Piwigo
Montag 11 Mai 2009 15 years 6 months ago

for advanced users !
Watch out ! this might don't work, depends on your apache config!

this plugin creates .htaccess files in your './galleries/' directory to disallow hotlink' to your pics, BUT not for your thumbnails (so rss feed still works !!) :
- 1 at the root of this directory. (looks like)

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^$_SERVER['HTTP_HOST']/.*$ [NC]
RewriteRule .*.*$ http://yoursite.com/piwigo/plugins/hotb … bloked.gif [NC]

- and 1 in each thumbnail directory.

RewriteEngine on
RewriteRule ^.*$ -

You can only activate (so files are created, replaced if already exists) or deactivate (so files are deleted, even if made by your own, not by the plugin)

Revisions 1

Revision 2.0

Released on Montag 11 Mai 2009

2,165

Compatible with Piwigo 2.0

15 years 6 months repie38 2 Available languages+ 2

initial release.