Search results

  1. simpleonline12

    RegEx ~ not grabbing src - need help

    Hey guys I'm trying to setup my RegEx to grab the link of <IMG> SRC tags. Right now my code doesn't do anything when I have it setup this way. Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim net As...
  2. simpleonline12

    How do you grap a captcha using Httpwebrequest? Is that even possible?

    Was wondering how you can dowload a captcha into a picture box using the httpwebrequest method? I have my bot up and running and I can download captcha's off the site and into a picture fine using the web browser control but damn that's so slow so I am going to try registering accounts using...
  3. simpleonline12

    VB.NET and MySQL database. How can I,,,,,?

    I'm new to MySQL databases and pretty good with VB.NET. I have a hosting account with Hostgator and I'm in need to create an online database that would store my customers information whenever they fill my forms. I have the database setup on the Hosting account but my issue is the...
  4. simpleonline12

    VB.NET ~ Sockets....is it possible to use these to log into a site...

    Having all sorts of issues trying to find a good example of this but how does one use sockets to log into a website, update something, then log out? Seems so simple yet I keep fininding examples of creating a server/client app all at once. Thanks
  5. simpleonline12

    SENuke X ~ are they using httpwebrequest or web browsers now?

    If anyone knows...the new and improved SENuke X....are they using httpwebrequest instead of browsers to setup accounts, etc or are they still using the browser method? Thanks
  6. simpleonline12

    Coding an app ~ What type of software security is this?

    You've seen them on all the top applications like SENuke X, Scrapebox, etc. Before the application will launch you need to enter your username / password. The app then calls home to verify the data given is correct. If the data is correct the information allows the application to be usable...
  7. simpleonline12

    VB.NET ~ Captcha - I can reload captcha but picture box doesn't reload. Please help

    I have a pretty easy bot setup that enters username/passwords, etc. There is an recaptcha involved. I can send text to the textbox on the screenvia clicking a button and submit the form. My issue is when I need to get a new captcha I'm having issues. I am able to code the button to refresh...
  8. simpleonline12

    Been all over the net and back trying to find tutorial for .NET Sockets

    Yeah it's me again. :wave: I'm constantly trying to improve my coding abilities. I'm trying to learn the ropes on using .NET Sockets but everything I'm finding it pretty cheesy and doesn't really go over the details of what each piece of the code is about. Can anyone point me to a great...
  9. simpleonline12

    Adding text to richtextbox and textbox value?

    I have a richtextbox and I am adding text to the rich text box programmically using: [CODE]RichTextBox1.AppendText(Environment.NewLine & "The red fox jumps over the"[CODE] I have a variable called "myvariable" How can I program my button to type the text above and then insert variable's value...
  10. simpleonline12

    VB.NET How can I add text to rich text box without replacing what's already there?

    Not sure what I am doing wrong here but I have 2 buttons and a rich text box. The issue is when I click the second button to add text to the rich text box and it over writes the current text that is already in the rich text box. How can I code this second button so that the text is added to the...
  11. simpleonline12

    Click on input field of web browser ~ Get html element

    So what I'm trying to do is setup my browser so that when I click an input field like a username, password, etc I would have a screen pop up where I can assign the "id" or "name" of the tag to a variable. Here is a screenshot of what I am trying to do. I am able to create those pop up...
  12. simpleonline12

    Httpwebrequest ~ how can I fill out web forms?

    I am new to webrequesting and I'm 50% on webbrowser options. I know when using a webbrowser you would fill forms using the web element like ID or Tag, etc. How can I do the same thing using httpwebrequest? For example let's say I have a form that I am going to fill out... Name Password Street...
  13. simpleonline12

    VB.NET how can I click on this dropdown box?

    <select id="questions" name="selection" > <option value="choosequestion" style="font-style:italic;"> Choose a question ... </option> <option value="What is the name of your best friend from childhood?" >What is the name of your best friend from childhood?</option> <option...
  14. simpleonline12

    Building bots in VB.NET..httpwebrequest or webbrowser?

    What's a better route to learn when starting out building bots in VB.NET? I can currently build basic bots that can navigate to a website, enter text into textboxes, and press buttons, etc but it seems somewhat slow using the webbrowser. I'm looking to build some professional type bots that...
  15. simpleonline12

    VB.NET 08 How do i click on this? <li><a href="register.php" rel="nofollow">Register<

    VB.NET 08 How do i click on this? <li><a href="register.php" rel="nofollow">Register< <li><a href="register.php" rel="nofollow">Register</a></li> Driving me nuts..I'm trying to create forum type software but I can't seem to figure out how to programmically click on this link Any ideas...
  16. simpleonline12

    What is the current work around for human questions during registration on sites?

    Working on a app like Xrumer....register accounts, yadda yadda yadda...the shit won't be anything near as good as Xrumer...but How do you bypass or crack the human questions when registering for forums? Got a question on one like What sport did Babe Ruth play? When viewing the...
  17. simpleonline12

    What are the major forum software names?

    I'm trying to gather a large list of forum sites like places such a Vbulletin, etc. Anyone know of a good reference (besides Google) that display the top forum software that people use today when creating forums? Thanks
  18. simpleonline12

    Automating a browser...do I need to learn a scripting language to automate the browse

    Learning C# and wanting to automate a browser to navigate several sites at once....what should I learn from this point to start this project up? Is there some sort of C# scripting language or something. Thanks
  19. simpleonline12

    Automating a browser...do I need to learn a scripting language to automate the browse

    Learning C# and wanting to automate a browser to navigate several sites at once....what should I learn from this point to start this project up? Is there some sort of C# scripting language or something. Thanks
  20. simpleonline12

    How do you edit your previous post?

    I was wondering how you go about editing your previous post to add/delete certain content you entered? Thanks