Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > HTML
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website.

Google
Reply
 
LinkBack Thread Tools Display Modes
Old 07-01-2007, 1:44 PM   #1
Mark
 
Mark's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default strange image problem - how does this work?

First of all, I realize that what I'm doing doesn't fall under most
people's list of best practices.

I have a page that I've put together that displays images of weather
maps. Each image is a link to the source's web page. I've started
seeing a really interesting problem with using an image from The
Weather Channel's website. The image I use for my link gets replaced
by a different image that has text on saying something to the effect
of "the image you have requested is not available". Yet, I can paste
the image's URL into my browser address and the image will appear just
fine.

How does this happen? And, is there any way to stop it?

(If any of you are asking why I set my page up this way, I did it so
that when I open the page I see the most current maps at that time
which is more helpful to me to get a quick glimpse of whats going on
and then I can open a website that I want more detailed information
from.)

- Mark
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Advertisements
Old 07-01-2007, 1:44 PM   #2
rf
 
rf's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default strange image problem - how does this work?


"Mark" <mark@nowhere.Net> wrote in message
news:qgdnfv0shtoc2kjhdln1qdrep8s18nq406@4ax.com...
> First of all, I realize that what I'm doing doesn't fall under most
> people's list of best practices.
>
> I have a page that I've put together that displays images of weather
> maps. Each image is a link to the source's web page. I've started
> seeing a really interesting problem with using an image from The
> Weather Channel's website. The image I use for my link gets replaced
> by a different image that has text on saying something to the effect
> of "the image you have requested is not available". Yet, I can paste
> the image's URL into my browser address and the image will appear just
> fine.
>
> How does this happen?


They have found out you are stealing their bandwidth and have stopped you
:-)

Probably they are looking at the referrer and if it is not their web site
then a dummy image is served up.

> And, is there any way to stop it?


Nope. It's their server, they can do what they want at their end.

Cheers
Richard.


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 1:44 PM   #3
Disco
 
Disco's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default strange image problem - how does this work?

Mark wrote:
> How does this happen? And, is there any way to stop it?


Find out you IP of your site... eg...

if you are http://www.cheakywebsitethatusesothe...sbandwidth.com, then ping
cheakywebsitethatusesotherpeoplesbandwidth.com and get the ip address.

Now, instead of
http://www.cheakywebsitethatusesothe...magespage.html,
use the ipaddress like this... http://111.222.11.22/imagespage.html

Now, if the images on that page work, then you know that they do not like
you. Write to them a letter that you will come over and wash their car.
This may make it up to them.



 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 1:44 PM   #4
Jacqui or (maybe) Pete
 
Jacqui or (maybe) Pete's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default strange image problem - how does this work?

In article <qgdnfv0shtoc2kjhdln1qdrep8s18nq406@4ax.com>,
mark@nowhere.Net says...
> First of all, I realize that what I'm doing doesn't fall under most
> people's list of best practices.
>
> I have a page that I've put together that displays images of weather
> maps. Each image is a link to the source's web page. I've started
> seeing a really interesting problem with using an image from The
> Weather Channel's website. The image I use for my link gets replaced
> by a different image that has text on saying something to the effect
> of "the image you have requested is not available". Yet, I can paste
> the image's URL into my browser address and the image will appear just
> fine.
>

I can link to eg
http://image.weather.com/images/maps...wx_277x187.jpg no
problem, but larger images such as
http://image.weather.com/images/maps...wx_600x405.jpg are being
blocked at their end (like Richard said).
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 1:46 PM   #5
Csaba2000
 
Csaba2000's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default strange image problem - how does this work?


"Jacqui or (maybe) Pete" <porjes@spamcop.net> wrote in message news:MPG.19660c04cd09b0c4989bad@news.CIS.DFN.DE...
> In article <qgdnfv0shtoc2kjhdln1qdrep8s18nq406@4ax.com>,
> mark@nowhere.Net says...
> > First of all, I realize that what I'm doing doesn't fall under most
> > people's list of best practices.
> >
> > I have a page that I've put together that displays images of weather
> > maps. Each image is a link to the source's web page. I've started
> > seeing a really interesting problem with using an image from The
> > Weather Channel's website. The image I use for my link gets replaced
> > by a different image that has text on saying something to the effect
> > of "the image you have requested is not available". Yet, I can paste
> > the image's URL into my browser address and the image will appear just
> > fine.
> >

> I can link to eg
> http://image.weather.com/images/maps...wx_277x187.jpg no
> problem, but larger images such as
> http://image.weather.com/images/maps...wx_600x405.jpg are being
> blocked at their end (like Richard said).

Curious. Even the larger image was not blocked on my IE 5.5


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 1:46 PM   #6
rf
 
rf's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default strange image problem - how does this work?


"Csaba2000" <news@CsabaGabor.com> wrote in message
news:bdims5$2cr@dispatch.concentric.net...
>
> "Jacqui or (maybe) Pete" <porjes@spamcop.net> wrote in message

news:MPG.19660c04cd09b0c4989bad@news.CIS.DFN.DE...
> > In article <qgdnfv0shtoc2kjhdln1qdrep8s18nq406@4ax.com>,
> > mark@nowhere.Net says...
> > > First of all, I realize that what I'm doing doesn't fall under most
> > > people's list of best practices.
> > >
> > > I have a page that I've put together that displays images of weather
> > > maps. Each image is a link to the source's web page. I've started
> > > seeing a really interesting problem with using an image from The
> > > Weather Channel's website. The image I use for my link gets replaced
> > > by a different image that has text on saying something to the effect
> > > of "the image you have requested is not available". Yet, I can paste
> > > the image's URL into my browser address and the image will appear just
> > > fine.
> > >

> > I can link to eg
> > http://image.weather.com/images/maps...wx_277x187.jpg no
> > problem, but larger images such as
> > http://image.weather.com/images/maps...wx_600x405.jpg are being
> > blocked at their end (like Richard said).

> Curious. Even the larger image was not blocked on my IE 5.5


May well be blocked by IP address range.

Cheers
Richard.


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Featured Websites
Free Space
Free Space
Free Space Free Space
Reply
Tags: , , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I curve or distort a flat label image to fit a round bottle image? Steen Alexandersen Graphics in general 1 11-15-2008 2:05 AM
Broken image problem Charlie HTML 9 07-01-2007 1:22 PM
Strange Connection Problem Nate R. Console Subjects 3 06-26-2007 3:08 AM
Xbox Live: Strange Connection Problem ...plz help Daisy Console Subjects 0 06-26-2007 1:32 AM
MDB2 ibase Reverse: strange case problem Alessandro Pasotti Pear 3 05-20-2007 6:34 PM


Featured Websites




All times are GMT +1. The time now is 8:19 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98