I have seen couple of offline site browsers that can download images from an entire site. I don't want to download images. But want to get all image urls jpg gif of a particuler site. Is this possible with php. Any solution there already. I do not want to re-invent the wheel if something there already. I saw linkleecher.com. But it cannot harvest the entire site. just a link. hope some one help?
So your looking for a spider that will output every image url from an entire domain? That can be done in PHP, though there are programs out there that will do it better. Are you looking for this for your own personal use, or to allow users to spider other sites? (Then again google does this- Sample Search)
i want to use it for myself.. not allow users to search.. personal use yes. google does it.. but google programmers are so cleaver they don't want to give the urls easy. what programs out there already in php for this ToddMicheau
i think this can be done using regular expression i have made one script which download images from a wallpaper site using regular expression and file function