Click here to Skip to main content
15,884,083 members
Please Sign up or sign in to vote.
1.80/5 (5 votes)
See more:
Hi,
I am going to write a BOT. It uses a WebBrowser control in C#.
The problem is that sometimes the website sends the user one captcha like:


Here the program has to send the image to someone else to enter the characters. The problem is that my program has no access to the image, unless its link be discovered. I found the code related to captcha, but there is no link here:

<script>
	var RecaptchaOptions = {
	theme: 'custom',
	lang: 'ir',
	custom_theme_widget: 'recaptcha_widget'
};
</script>
<div id="recaptcha_image"></div>
<span class="recaptcha_only_if_image">نوشته:</span>
<input type="text" id="recaptcha_response_field" name="recaptcha_response_field" />
<script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6LfdmAsAAAAAAPb_3Zn53hlv5fR3oUS0FeXc7a9h&lang=en"></script>



What do you think I have to do?


daveauld wrote:
The only reason you want to write a bot, is so you can start hijacking emails and creating spam........other than that just type what you see.
It is highly unlikely that anyone on this site would be willing to give you any assistance given what you are trying to do.
So, i suggest you try somewhere else. This question is worse than; "Here is my homework, please do it for me".
Have a nice day.


Maybe you use BOTs for sabotaging, but I do not. The BOT is used to make it easier for the user.
Please do not state your opinion if it does not help to solve questions.
Posted
Updated 1-May-10 8:39am
v2

1 solution

The only reason you want to write a bot, is so you can start hijacking emails and creating spam........other than that just type what you see.

It is highly unlikely that anyone on this site would be willing to give you any assistance given what you are trying to do.

So, i suggest you try somewhere else. This question is worse than; "Here is my homework, please do it for me".

Have a nice day.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900