The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Anti-Leech Attachments - prevent hotlinking and bandwidth theft! Details »» | |||||||||||||||||||||||||||||
Anti-Leech Attachments - prevent hotlinking and bandwidth theft!
Developer Last Online: Dec 2014
Title : Anti-Leech Attachments
Version : 1.1 Coder : Jason Williams Purpose : Prevent your forum attachments from being directly linked to - prevent bandwidth abuse. Why : Bandwidth can be expensive, plus I was frustrated with one of my members linking to three video clips on my forum from his own site, effectively abusing the bandwidth I pay for, so I set about a system that stops hotlinking, but at the same time, as a courtesy, providing a dynamic link to the post containing the attachment. How : This could be replicated very easily using .htaccess but the one thing that it can't do is give you the link to the attachment itself. This mod displays a message informing the user that hotlinking is not allowed, then giving them the link to the post to view the attachment directly. Known Issues : The security can be defeated by using the drop down style menu on the Anti Leech page - this has only been confirmed as an issue on Firefox. I have unsucessfully tried to find a way of removing the drop down on that page only. Confirmed working with vBSEO 3.2.0. Important : This has been tested on 3.6.2 and 3.8, I can presume it will be compatible with 3.7.x because it works on 3.8 - as always BACKUP FIRST! Demo : http://www.steadiforum.com/attachmen...9&d=1180779148 Installation : 1. Import Product - product-antileech.xml 2. Save bandwidth! File uploads : 0 Files to Import : 1 New Templates : 1 New Phrases : 2 Uses Hooks : 1 Uses Queries : 1 History : v1.0 - Original release v1.1 - Added enable/disable option, tested on VB 3.8 Done - if you like please click install! (and click Nominate for MOTM!) Download Now
Show Your Support
|
Comments |
#62
|
|||
|
|||
Same here... No option... Please help.
|
#63
|
|||
|
|||
Getting the same problem people are getting. I don't see an option in the backend.
|
#64
|
||||
|
||||
Hmmm this is odd, I will download the mod again and re-install it on my forum, the option is definitely there on mine, not too sure what's happening here.....
|
#65
|
|||
|
|||
Quote:
Tried reinstalling it and still no go. |
#66
|
||||
|
||||
Actually this is only working for browsers where the referer is passed back to the site. This won't work for anyone using a proxy or a multiple proxy with altering hostnames. Be aware of this.
|
#67
|
||||
|
||||
Works good for me.
|
#68
|
|||
|
|||
Quote:
I've had a go with copying some other code for .htacess from another hotlinking post on here but couldn't get it to work because I assume it only works on the filetype stated rather than the attachments. Code I used as below: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www.examplesite.co.uk/forum/.*$ [NC] RewriteRule .(jpg|jpeg|gif|png|bmp)$ http://www.examplesite.co.uk/forum/images/hotlink.jpg [R,L] I'm a total novice at this type of stuff so apologies for any errors! steadicamop would it be possible to add an alternate image to display in the plugin you have created? |
#69
|
|||
|
|||
Just imported the product, nothing has changed, attachments can still ne hotlinked? Also no option, like others have mentioned...
*uninstalled. |
#70
|
|||
|
|||
Same here!!! I've tried importing the product again yet nothing has changed, attachments can still be hotlinked? Also like you say, there is no option in admin CP!
|
#71
|
|||
|
|||
*uninstalled* which is a great shame because it had so much potential
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|