The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Protect avatars and attachments using mod_rewrite
I posted this over at vbulletin.com also, but i got pointed to an old thread that didn't have a working answer.
http://www.vbulletin.com/forum/showthread.php?t=19021 Anybody here know how to do this with htaccess? Thanks Dave |
#2
|
|||
|
|||
Anybody??? I need some help with this..
Thanks Dave |
#3
|
||||
|
||||
make a file called .htaccess & add the following then upload to your root dir
Code:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://ServerIP/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://ServerIP$ [NC] RewriteCond %{HTTP_REFERER} !^http://YourSite.org/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://YourSite.org$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.YourSite.org/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.YourSite.org$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp|zip|rar|mpg|mp3)$ http://www.SomeOtherSite.org/Theif.gif [R,NC] |
#4
|
|||
|
|||
OK.. I will give it a whirl.. but how do i findmy ip address? My host seems to be sleeping at the wheel, and never answers my requests for help..
note to self: Must look into new hosting company. Thanks Dave |
#5
|
|||
|
|||
|
#6
|
|||
|
|||
Quote:
.. now how do i test this to see if it works. i tried [img] place my url for image here? [/img] .. but this doens;t seem to work. I still see the picture.. EDIT - Also where am i putting this? I put it oin the root for my domain.. Thanks Dave |
#7
|
|||
|
|||
this is using the img tag.. it show as a link, instead of showing the image.. any reason? 1 more try.. OK.. this is not working either then.. |
#8
|
||||
|
||||
have you set in admincp to allow the [ img ] tag ?
also http://www.bytenix.net Have VERY Cheap hosting if your after new hosting |
#9
|
|||
|
|||
Quote:
Thanks Dave P.S. I will look at the host. Do you host there? Are they in the U.S? how's the support? |
#10
|
||||
|
||||
RewriteEngine needs to be on
& you'll see the image as you have the cookie from your site- As for the hosting yes im hosting there & support is very good the servers are in the us yea |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|