It seems that not all pictures download properly. Some of them do, but many times I get images that do not display. When I go look for the corresponding file on my hard drive it does exist -- so I think it isn't trouble with levels, as the file seemingly does get downloaded. However, it is a tiny file, usually ~300bytes, that Windows Picture Viewer reports as corrupted. Anyone know what's going on?
Best regards,
Oleg Chernavin
MP Staff
Maybe it had to do with the HTML I put in the message, I don't know, I'll try to give you as much info as I can without actually writing any actual tags :)
In any case, it appears you are correct.
I opened some of the offending images in notepad and found either one of two things.
One was a small html document with a simple javascript that said:
if (top.location != self.location) top.location = self.location;
(That was the only line of script)
and below it, had an img with src=(image location).
Some of the other "images" had only a single line with a META tag in the head, and looked something like:
[META HTTP-EQUIV="Refresh" CONTENT="0; URL=USA 3.jpg"][TITLE]302 File moved[/TITLE]
Despite the "File moved" title, however, the picture on the website worked just fine.
I'm not really sure what to do to get OE to download these images. Any help would be great!
Oleg.
Here is one example of the javascript situation I was talking about (on the linked image):
http://www.psdisasters.com/2008/03/jordache-attack-of-pod-people.html
In this instance:
http://www.psdisasters.com/2011/05/bennigans-stump-hands.html
... is where I get one of those meta tag deals (on the smaller image, not the linked larger one).
http://3.bp.blogspot.com/_EHZsoUS6SIA/R84Yk5xDSNI/AAAAAAAAABg/0NaFizv4iAk/s1600-h/jordache.jpg
This appears an HTML file. But Offline Explorer doesn't follow its link, because you disallowed loading HTML files from non-starting server. I would suggest you to add to URL Filters - Server - Included list:
blogspot.com
If you do not allow URL Filters - Directory to be loaded from any place, also add to the Directories Included list:
http://*.blogspot.com/*
Oleg.