image url

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yoko

    #1

    image url

    I was wondering if there is code or a php application that will have the
    ability to punch in a URL address in a form and click submit once you have
    done that it will list all the images and folders being used on that site.

    so lets say the user types in http://www.msn.com

    after you hit submit it will list and show all the images that are being
    used by msn.

    Thanks.


  • pangea33

    #2
    Re: image url

    Yoko wrote:
    I was wondering if there is code or a php application that will have the
    ability to punch in a URL address in a form and click submit once you have
    done that it will list all the images and folders being used on that site.
    >
    so lets say the user types in http://www.msn.com
    >
    after you hit submit it will list and show all the images that are being
    used by msn.
    >
    Thanks.
    The Web Developer plugin for Firefox has a nice tool that displays all
    images on a page including path, dimensions, filesize, etc with direct
    download links. To get something that will hunt around for other files
    within a site involves a sort of webcrawler. They're a little
    complicated, often blocked by administration configuration, and you can
    often get close to the same results using images.google.c om.



    Comment

    Working...