How can i get image files from Some Weird PHP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gnamja@gmail.com

    How can i get image files from Some Weird PHP?

    the address is


    i can't view or down the 20050907559159_ 1.jpg image file through
    broswer.
    i'd like to down the file.
    some header information modification will be needed, i thought.
    how can i achieve this?

  • Jerry Stuckle

    #2
    Re: How can i get image files from Some Weird PHP?

    gnamja@gmail.co m wrote:[color=blue]
    > the address is
    > http://sports.hankooki.com/comic/car...07559159_1.jpg
    >
    > i can't view or down the 20050907559159_ 1.jpg image file through
    > broswer.
    > i'd like to down the file.
    > some header information modification will be needed, i thought.
    > how can i achieve this?
    >[/color]

    This is a blank page.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    • gnamja@gmail.com

      #3
      Re: How can i get image files from Some Weird PHP?

      yes..
      but i can download the file using above address through FlashGet.
      any solution?

      Comment

      • Bent Stigsen

        #4
        Re: How can i get image files from Some Weird PHP?

        gnamja@gmail.co m wrote:[color=blue]
        > yes..
        > but i can download the file using above address through FlashGet.
        > any solution?[/color]

        Yes, but not without bypassing what might be an attempt to prevent you
        from doing it. So consider asking them first whether it is ok.

        It seems they just do a check on the referer-field in the headers, so
        it should be included with the request. You can probably find examples
        with curl that does this.


        /Bent

        Comment

        Working...