Jump to content

How can I save a "php image" to to my hard drive ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
elirand

elirand

    Newbie

  • Members
  • Pip
  • 5 posts
Hello,

I'm trying to decipher captcha (saved as php image) with working code that I wrote using VB.NET,
the problem is that I want to save that captcha image to my drive for analysis instead of the screen captureing .

can somebody help me plz ?

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
It all heavily depends on what CAPTCHA implementation you are referring to, there are endless variations.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
elirand

elirand

    Newbie

  • Members
  • Pip
  • 5 posts
it's a very simple one ,
and its captcha saved like this:

<img src="http://www.blabla.com/image.php?t=42820;hash=2a0b3rG8" />

#4
elirand

elirand

    Newbie

  • Members
  • Pip
  • 5 posts
I found the solution !! ٩(•̮̮̃•̃)۶

those "php images" files are actually a jpeg files (with headers), when you rename them to .jpg extansion they are perfectally works !!
Thank you anyway