View Full Version : Let users link to your smilies on other boards?
Some of the users on my board has asked it it's ok that they link to my forum's smilies when they post on other boards. I'm not sure what that will have to say for my forum and my server if I say yes.
What are your policy for this on your boards?
Erwin
05-29-2003, 09:18 PM
No.
Doing will means bandwidth is being used up on your server for no reason. You should prevent hotlinking by using .htaccess or mod_rewrite in any case so this should be prevented automatically to prevent bandwidth leeching.
Chris M
05-29-2003, 09:59 PM
Erwin - This "hotlinking" protection has been mentioned many times, but noone has yet ever posted an example of a .htaccess protection...
For those of us with Ensim, we don't have the luxury of mod_rewrite:(
Could you post the .htaccess protection?:)
Satan
Gary King
05-30-2003, 01:29 AM
I once had it on my computer somewhere, but I can't seem to find it at the moment.
I did, however, come upon this: http://htmlbasix.com/disablehotlinking.shtml
It might help you out a little.
Erwin
05-30-2003, 02:35 AM
In .htaccess in the images folder, add these contents:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com/.*$ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG)$ - [F]
Change the domain name to your own. Placing it in just the images folder will make it work for all subfolders in there.
Craigr
05-30-2003, 01:57 PM
Yesterday at 11:59 PM hellsatan said this in Post #3 (https://vborg.vbsupport.ru/showthread.php?postid=401752#post401752)
Erwin - This "hotlinking" protection has been mentioned many times, but noone has yet ever posted an example of a .htaccess protection...
For those of us with Ensim, we don't have the luxury of mod_rewrite:(
Could you post the .htaccess protection?:)
Satan
https://vborg.vbsupport.ru/showthread.php?s=&threadid=51833 :D
Craig
colicab-d
05-30-2003, 02:16 PM
would sticking that in the sites main dir let it work on all sub folders too?
filburt1
05-30-2003, 02:24 PM
Yesterday at 11:35 PM Erwin said this in Post #5 (https://vborg.vbsupport.ru/showthread.php?postid=401865#post401865)
Placing it in just the images folder will make it work for all subfolders in there.
Oblivion Knight
05-30-2003, 02:33 PM
Today at 04:35 AM Erwin said this in Post #5 (https://vborg.vbsupport.ru/showthread.php?postid=401865#post401865)
In .htaccess in the images folder, add these contents:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com/.*$ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG)$ - [F]
Change the domain name to your own. Placing it in just the images folder will make it work for all subfolders in there.
No .htaccess file is shown in my images folder.. I'm using FTP Voyager.
I tried downloading the 2.3.0 zip and looking in there for such a file and couldn't find one.
Do I have to create one, and if so, how?
filburt1
05-30-2003, 02:50 PM
Make sure it's showing hidden files, although it might just not exist.
Chris M
05-30-2003, 03:35 PM
Thanks guys:)
Satan
Gary King
05-30-2003, 06:57 PM
Today at 11:33 AM Oblivion Knight said this in Post #9 (https://vborg.vbsupport.ru/showthread.php?postid=401994#post401994)
No .htaccess file is shown in my images folder.. I'm using FTP Voyager.
I tried downloading the 2.3.0 zip and looking in there for such a file and couldn't find one.
Do I have to create one, and if so, how?
Since you cannot create files in Windows that begin with a period (which I assume is the problem you are having), you can simply create a file named htaccess on your desktop, then you can upload it to your web server and rename the file to begin with a period that way.
paul_r
05-01-2004, 11:25 PM
thanks :)
http://www.mx5roadsters.com/forums/images/smilies/clap.gif
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.