Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 06/03/10 in all areas

  1. I have included an include file that I use in my bots for processing dates. Checkout the different formats. If there is a format you would lie to see let me know and I will add it to this bot. Buddy Date-Formats.ubot
    3 points
  2. Here it is... opencsv.ubot
    2 points
  3. Hey Ubotters, I am a bit new and already have been helped out quite a bit by this forum thanks to you all! I wanted to share something that might be obvious, but is good information for noobs... I usually use this to debug my code... I read about creating error reports and all that stuff which is really the best way to go about debugging code.. but this is simple and easy to implement and can give you an idea of whats going on within the code.. I always like to create a "UI stat monitor" that tracks the variable "#status" or whatever you want to name it... Then throughout my code I us
    1 point
  4. set #randomnumber rand(1000,9999) fill text area {1}{2} #seedusername #randomnumber delay fill text area #password add to list %accounts {1}{2},(or any other separator you like){3} #seedusername #randomnumber #password save to file (%accounts) I hope this helps...
    1 point
  5. Hopefully this will help you get past the problem.
    1 point
  6. Yes, ubot can correctly: "selet from dropdown" Item: 1 Name: cbMonth Here's a random sample page I'm using to try to work this out: https://www.baskinrobbins.com/bdayclub/RegisterInfo1.aspx Ubot will fill out every form on the page, except the month which I can't figure out how to let the User input the month and have Ubot select it for this site (and then other sites). Again, Ubot will select the month if I specifically tell it which one to select, but can't get it to work with UI. Thanks a lot...
    1 point
  7. Can you go just normally choose by attribute cbMonth and then select from drop down 1?
    1 point
  8. This is a quick tutorial I hope will help new initiates to ubot get on quicker with building. Basically the easiest way for your to test your bots is to have it create submission/error logs as the bot is run. This will mean that, if you sell your bot, you'll be able to ask customers to send you the submission log allowing you to verify what the problem is, and also allow you to understand the problems with the bots as your build them. It will mean that you don't have to spend so much time clicking between scripts in the hope of being able to scroll down to the script location to see the bo
    1 point
×
×
  • Create New...