The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#4
|
|||
|
|||
![]()
if you have .htaccess file control you can put the following lines in it:
Code:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourdomain.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(forums\.)?yourdomain.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?google\. [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?search\?q=cache [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?yahoo\. [NC] RewriteRule \.(gif|jpg)$ - [F] Code:
RewriteCond %{HTTP_REFERER} !^http://(forums\.)?yourdomain.com/.*$ [NC] I also allow search engine domains to link to my images fro cacheing of pages, but you don't have to. If you don't want search engines to cache pages, just remove those lines and finally, the line: Code:
RewriteRule \.(gif|jpg)$ - [F] Code:
RewriteRule \.(gif|jpg|png|bmp)$ - [F] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|