scanning an entire site for jpg/gif images file urls? USING PHP

Discussion in 'Programming' started by tonatoni, Sep 29, 2008.

  1. #1
    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?
     
    tonatoni, Sep 29, 2008 IP
  2. ToddMicheau

    ToddMicheau Active Member

    Messages:
    183
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #2
    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)
     
    ToddMicheau, Sep 29, 2008 IP
  3. techcone

    techcone Banned

    Messages:
    206
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I can code one . If u r interested PM me the details !!!
     
    techcone, Sep 29, 2008 IP
  4. tonatoni

    tonatoni Peon

    Messages:
    87
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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
     
    tonatoni, Sep 30, 2008 IP
  5. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #5
    Barti1987, Sep 30, 2008 IP
  6. viron86

    viron86 Active Member

    Messages:
    426
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #6
    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
     
    viron86, Apr 3, 2010 IP