[RESOLVED] Webbrowser control security code
Hi guys
I need your help with the webbrowser control, I cant find any code that would take control of the security code on the html by type the words and the numbers on the webbrowser. Is it possible for the project to take the control on the webbrowser and typing the security code??
Here it is the html code:
Code:
<font color="#9c1515">*</font> Security code:<br>
<img src="http://www.myseoinfo.com/imagebuilder.php" onclick="this.src='imagebuilder.php?newtime=' + (new Date()).getTime();">(Click to reload)<br><input name="verify" size="17" maxlength="17" autocomplete="off" class="form" type="text"><br>
<br>
<input value="Register" name="register" class="form" type="submit">
</p></td>
</tr>
</tbody></table>
</form><br>
<table border="0" cellpadding="6" cellspacing="0" width="100%">
<tbody><tr>
</div></td>
</tr>
The security code is on the imagebuilder.php so hopefully one of you post the info which it would be much appreciate it.
Thanks,
Mark
Re: Webbrowser control security code
search for CAPTCHA image, and you'll see that it tests whether it is a human or a computer answering. If you have to type an image, then it assumes that a human is processing the info.
If people can beat it, then add shifted letters, random lines, and other items that throw off computers.
Plus, that's usually trying to get around some rule or another, which isn't allowed.
Re: Webbrowser control security code
Thanks for the help dglienna, but I can't find what I am looking for. I am looking for captcha image control that would fill the words and numbers on the textbox of the webpage??
Thanks,
Mark
Re: Webbrowser control security code
Then you'd have to invent your own Artificial Intelligence, or pay someone that has already tried to do it. Don't even bother trying to beat it.
Look here: http://en.wikipedia.org/wiki/Captcha
Re: Webbrowser control security code
Thanks but don't tell me what to do by being harsh. I couldn't find the code that would reading the captcha image words and numbers then input the string on the textbox in the webpage??
Any info will be much appreciate it.
Please do not be harsh!
Thanks,
Mark
Re: Webbrowser control security code
Potential responders,
Let's not turn this into one of Mark103's interminable threads.
He has been told that there is no software that can read CAPTCHA images. For reasons that only he knows, he is unwilling to accept that answer.
Please don't feed the troll.
Kerry Moorman
Re: Webbrowser control security code
Quote:
Originally Posted by mark103
Thanks but don't tell me what to do by being harsh. I couldn't find the code that would reading the captcha image words and numbers then input the string on the textbox in the webpage??
Any info will be much appreciate it.
Please do not be harsh!
Thanks,
Mark
Don't you get it ??????
Captcha is method used to prevent 'CODE' from reading the image and inputing in the string on the webpage...
THERE IS NO CODE !!!!!!
Re: Webbrowser control security code
Thanks for your respond GremlinSA, i can see that the other guys has posting as the same query as me but i don't get any help apart from dglienna?? :(
Thanks,
Mark
Re: Webbrowser control security code
We've all told you the same thing. It can't be done, and there is nobody in the world that would post the code that could do it, as it would be changed again.
How long do you think they'd keep the same words, (if there were only 2) if everybody started guessing them correctly?
Re: Webbrowser control security code
Oh sorry, my apology. How about if it possible for human to get pass it quick?? I am looking for the same function but I cant find the vb.net source code.
Any info to post would be much appreciate it.
Thanks,
Mark
Re: Webbrowser control security code
mark103,
Just use the new Masked OleDb Relational OpenFileDialog NumericUpDown control.
I can't think of a better control for you.
Kerry Moorman
Re: Webbrowser control security code
what do you mean kmoorman, your post is completely unusual and making no sense. Please post before you say something, stop being harsh or acting like ridiculous.
You need to rethink your approach before judging with other people.
Thanks,
Mark
Re: Webbrowser control security code
mark103,
Oh sorry, my apology. Please do not be harsh!
I meant the Image Data Input Output Textbox control.
I'm sure that's the control for your situation.
Kerry Moorman
Re: Webbrowser control security code
Quote:
Originally Posted by mark103
Oh sorry, my apology. How about if it possible for human to get pass it quick?? The example site is:
http://www.web1marketing.com/resourc.../quickcaptcha/ If you input the text "x55iz" on the textbox, it will get pass quickly. I am looking for the same function but I cant find the vb.net source code.
Any info to post would be much appreciate it.
Thanks,
Mark
text "x55iz" didn't work, so neither would any app that figured it out
I think you're trying to beat a CAPTCHA system, rather than use someone else's on your site. I guess that's what I thought from the beginning.
That's it for this thread.
Re: Webbrowser control security code
Let us all cool down, else I'd have to close this thread.