The Radio 3 Boards Forum from myforum365.com
15:44:10, 01-12-2008 *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Whilst we happily welcome all genuine applications to our forum, there may be times when we need to suspend registration temporarily, for example when suffering attacks of spam.
 If you want to join us but find that the temporary suspension has been activated, please try again later.
 
   Home   Help Search Login Register  

Pages: 1 ... 195 196 [197] 198 199 ... 267
  Print  
Author Topic: one to a million!  (Read 54129 times)
oliver sudden
Admin/Moderator Group
*****
Posts: 6411



« Reply #2940 on: 00:41:15, 11-11-2007 »

Logged
Andy D
*****
Posts: 3061



« Reply #2941 on: 00:42:18, 11-11-2007 »

I normally use Firefox but I'm replying using IE (may God have mercy on my soul) and A's pix don't appear here either. Certain sites prevent you from hotlinking to avoid using their bandwidth. Your train appears OK A!

ER

How Do I Stop Hotlinking and Bandwidth Theft?

You can stop others from hotlinking your site's files by placing a file called .htaccess in your Apache site root (main) directory. The period before the name means the file is hidden, so you may want to edit your file as htaccess.txt, upload it to your server, then rename the txt file to .htaccess in your directory. Contact your web host on how to access your directories and configure your .htaccess file.

Example: Your site url is www.mysite.com. To stop hotlinking of your images from other sites and display a replacement image called nohotlink.jpe placed in your images directory, place this code in your .htaccess file:

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?mysite\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpe [L]

The first line of the above code begins the rewrite. The second line matches any requests from your own mysite.com url. The [NC] code means "No Case", meaning match the url regardless of being in upper or lower case letters. The third line means allow empty referrals. The last line matches any files ending with the extension jpeg, jpg, gif, bmp, or png. This is then replaced by the nohotlink.jpe file in your images directory. This JPEG image is using the extension jpe instead of jpg to prevent blocking your own replacement image.

To stop hotlinking from specific outside domains only, such as myspace.com, blogspot.com and livejournal.com, but allow any other web site to hotlink images:

RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?myspace\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?blogspot\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?livejournal\.com/ [NC]
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpe [L]

You can add as many different domains as needed. Each RewriteCond line should end with the [NC,OR] code. NC means to ignore upper and lower case. OR means "Or Next", as in, match this domain or the next line that follows. The last domain listed omits the OR code since you want to stop matching domains after the last RewriteCond line.

You can display a 403 Forbidden error code instead of an image. Replace the last line of the previous examples with this line:

RewriteRule .*\.(jpe?g|gif|bmp|png)$ - [F]

Hope that's all clear!
« Last Edit: 00:53:02, 11-11-2007 by Andy D » Logged
A
*****
Posts: 4808



« Reply #2942 on: 01:10:36, 11-11-2007 »

But........ Andy....... it's your problem isn't it? we don't need to read all that , do we Huh?? Undecided Roll Eyes

Logged

Well, there you are.
Andy D
*****
Posts: 3061



« Reply #2943 on: 01:41:11, 11-11-2007 »

No of course you don't need to read all that A, it was only a feeble attempt at a joke. Embarrassed All I'm doing is pointing out that certain images are not visible to everyone reading these pages, even though the poster can see them when they post them, because the owner of the website which contains the image prevents anyone from "hotlinking" ie posting a link to their image.
Logged
Kittybriton
*****
Gender: Female
Posts: 2690


Thank you for the music ...


WWW
« Reply #2944 on: 02:11:06, 11-11-2007 »

But........ Andy....... it's your problem isn't it? we don't need to read all that , do we Huh?? Undecided Roll Eyes



Good herrings A! How do you get letters and numbers to come out of your tap?
Logged

Click me ->About me
or me ->my handmade store
No, I'm not a complete idiot. I'm only a halfwit. In fact I'm actually a catfish.
A
*****
Posts: 4808



« Reply #2945 on: 09:05:43, 11-11-2007 »



That reminds me, I must buy a car.
Logged

Well, there you are.
autoharp
*****
Posts: 2778



« Reply #2946 on: 10:41:27, 11-11-2007 »

Logged
oliver sudden
Admin/Moderator Group
*****
Posts: 6411



« Reply #2947 on: 10:47:25, 11-11-2007 »

Why a car, A, when you could have a chaise longue?

Logged
autoharp
*****
Posts: 2778



« Reply #2948 on: 10:51:43, 11-11-2007 »

Logged
oliver sudden
Admin/Moderator Group
*****
Posts: 6411



« Reply #2949 on: 10:52:04, 11-11-2007 »

Logged
Morticia
Admin/Moderator Group
*****
Posts: 5788



« Reply #2950 on: 11:04:30, 11-11-2007 »

Logged
oliver sudden
Admin/Moderator Group
*****
Posts: 6411



« Reply #2951 on: 11:06:40, 11-11-2007 »

Ah, the good old Hochsauerlandkreis...

Logged
autoharp
*****
Posts: 2778



« Reply #2952 on: 11:09:27, 11-11-2007 »

Logged
Morticia
Admin/Moderator Group
*****
Posts: 5788



« Reply #2953 on: 11:14:42, 11-11-2007 »

Logged
oliver sudden
Admin/Moderator Group
*****
Posts: 6411



« Reply #2954 on: 11:16:02, 11-11-2007 »

Logged
Pages: 1 ... 195 196 [197] 198 199 ... 267
  Print  
 
Jump to: