CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    Join Date
    Aug 2007
    Posts
    448

    [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
    Last edited by mark103; August 24th, 2008 at 06:32 PM.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    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.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Aug 2007
    Posts
    448

    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

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    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
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    Aug 2007
    Posts
    448

    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
    Last edited by mark103; August 26th, 2008 at 05:14 PM.

  6. #6
    Join Date
    Apr 2007
    Posts
    81

    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

  7. #7
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    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 !!!!!!
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  8. #8
    Join Date
    Aug 2007
    Posts
    448

    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

  9. #9
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    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?
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  10. #10
    Join Date
    Aug 2007
    Posts
    448

    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
    Last edited by mark103; September 4th, 2008 at 04:09 PM.

  11. #11
    Join Date
    Apr 2007
    Posts
    81

    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

  12. #12
    Join Date
    Aug 2007
    Posts
    448

    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

  13. #13
    Join Date
    Apr 2007
    Posts
    81

    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

  14. #14
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    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.
    Last edited by dglienna; August 27th, 2008 at 11:06 PM.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  15. #15
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Webbrowser control security code

    Let us all cool down, else I'd have to close this thread.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured