Jump to content
UBot Underground

Kurt

Fellow UBotter
  • Content Count

    42
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Kurt

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Can you help with the logic for this? Tab one has all the UI, but I don't see how it is processed and used by other tabs/scripts? Do I have the first script/tab just add the info to internal lists, then use the lists to enter the info on other scripts/tabs? Thanks a lot...
  2. Thanks, but if I copy the UI elements, the end user still has to fill out the forms everytime they click on a new tab. With the bot I'm trying to create, they shouldn't have to fill out their info each time.
  3. Hi Seth, Thanks. It's seems now I'm back to square one...How do I have the same UI input for each of 5 tabs so the users don't have to input all their info each time?
  4. Hi Guys, I have a compiled bot that uses a UI window for 5 tabs. However, when the compiled bot starts up, the "settings" menu button isn't visable, so the user can't open the UI window. But if you click on a few tabs back and forth, the settings menu will then appear. This happens on multiple PCs. Any ideas?
  5. How would you protect a list of URLs other than just include then in a local text file? Is there something like "$insert list from URL" instead of "$insert list from file"? Would you add 100 lines (1 for each URL) as a string to a list? Thanks...
  6. Is there an easy test for users that are total computer noobs that will let them check their systems for .NET 3.5 or better? Is there a javascript that can be added to a webpage that can just say "OK/Not OK"?
  7. How do you guys handle the UIs when a bot has multiple scripts from an end user persective? If the same UI is used for multiple scripts in the same bot, ubotstudio gives an error that you can't use the same name for the sub (that calls the UI). But the worst part is, if you do rename the UI/sub and the end user selects a differnt script they lose all the info they input when running the first script.
  8. Hey Buddy, Thanks a lot, I appreciate it. It's a little too complicated for me at this point. I got my way I posted above to work (not sure what was wrong) and I'll use that, but even though I don't understand your ubot exactly, I can see how it makes things easier than what I'm doing. Thanks again...
  9. 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...
  10. Thanks guys, I'm not a great programmer and can't get the suggestion to work. I'm not sure how to convert the number to the word. I've been trying the following logic but can't get it to work either: UI = Dropdown box with 12 months listed - User selects a month If (evaluate) #month = Jan Then (select) (item 1) from dropdown (month) But this isn't working...Any ideas? http://www.dombom.com/UbotSelectMonth.jpg
  11. Let's say a bot needed to go to multiple sites and fill in birthday info as entered by user in the UI. The problem is, each site uses slightly different formats for each. For example, some site use: 1 2 3 4 Others use: Jan Feb Mar Others: January Febuary March Is it possible to have User enter their birthday info once (day, date, year) and have ubot be able to select the correct choices from drop down menus, without having to use if/then statements for every possible choice? Thanks a lot...
  12. Thanks again Gwen, that works even better. And I learned a good lesson too.
  13. Hey Gwen, I got your script to work, and I should be able to add it to the rest of the bot. Thanks again, I really appreciate it.
  14. Hi Gwen, Thanks a lot...I'll give your script a try. The reason I didn't scrape the whole URL is because I don't see them in the Youtube SERPs: http://www.youtube.com/results?search_query=test&aq=f
×
×
  • Create New...