Forum Moderators: not2easy
I do have a cgi-directory, but am on a virtual server so I'm limited in my permissions. I have a Stats log, but there's so much to go through there!
Thanks,
-- Steph
for starters, you can search for a program that will analyze your logs for you and provide you with a more readable and friendly output. try keywords: log analyzer.
once you find out where the image linking is, you can provide the users with an update if you choose. i would suggest using a script to call the image: tell the script where the image is and give people the script url (like mysite.com/images.php?img=image.gif). if you move the image, tell the script where you've moved it, avoiding having to tell the users. there are php scripts for this purpose.
this may also solve finding out where you have linked to the images within your own site in the future. until then, make a backup copy of your website files, then search the files for the image names (to find your pages that link to them). there are good search utilities for this (bkreplacem is one of many).
there may be other simpler ways of doing the above. someone else might provide another answer for you.
hth