Hi,
I'm running zenphoto on 110mb.com free hosting, but recently (last week) they disabled image hotlinking, so noone can see the large versions of images in my gallery (Clicking a thumbnail returns "object not found")
Is there anything I can do about this?
Comments
From reading what little information 110mb.com have made available, I understand that the HTTP referrer must either:
be 110mb.com
be site.110mb.com (where site is the user's site, in my case mbonwick.110mb.com)
or be non existant, through vopying and pasting a link.
Even so, I still can't see how this would affect zenphoto.
Anyway, this error generally comes from not finding the particular album file or image file in the filesystem. So one possibility is that Zenphoto is no longer able to read the folders due to some permissions change. This might be what they did to prevent hotlinking.
This has led me to believe that this is a template-related fault, but I've no idea what could have been changed/deleted in the "stopdesign" theme.
Thoughts please.
All I've done is add a banner at the bottom of the homepage using HTML code after the PHP close tags.
Just FYI, this problem is typically caused by using the `urlencode()` function rather than the `pathurlencode()` function on album names.
It's started working again! I just hope it lasts...
I'm none the wiser as to the cause, but thanks for the help. Much appreciated.