Hello,
Could anybody advise me what I am doing wrong.
I created a php script, which grabs form on a page and also gets captcha and brakes it.
But when I send all data to post back, it is saying that captcha is not broken.
I think this is happening, because it doesn't associate the captcha I grab with the session.
Here is what I do:
1. read the page to open a session.
2. recognize url to captcha script and grab the captcha using it with the same session id.
3. break captcha (script really recognizes it, because I compared it with the saved image) and post data back.
Any ideas would be great.
Thanks.
Could anybody advise me what I am doing wrong.
I created a php script, which grabs form on a page and also gets captcha and brakes it.
But when I send all data to post back, it is saying that captcha is not broken.
I think this is happening, because it doesn't associate the captcha I grab with the session.
Here is what I do:
1. read the page to open a session.
2. recognize url to captcha script and grab the captcha using it with the same session id.
3. break captcha (script really recognizes it, because I compared it with the saved image) and post data back.
Any ideas would be great.
Thanks.