The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
|||
|
|||
![]()
Looking for similar help, I used the examples given here and am unable to prevent hotlinking to albums on my site. The url contains picture.php, not jpg|gif|png.
Code:
http://www.myforum.com/forums/picture.php?albumid=88&pictureid=9526 Code:
# stop hotlinking and serve alternate content RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?myforum.com [NC] RewriteRule .(jpg|jpeg|png|gif)$ http://www.myforum.com/images/hotlink.jpe [R,NC] Thank you |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|