Jump to content
UBot Underground

dsc76

Fellow UBotter
  • Content Count

    63
  • Joined

  • Last visited

Everything posted by dsc76

  1. That fixed it thank you so much!!! +1
  2. Hello, The bot decodes the captcha and works perfectly on my Windows7 64 bit machine but moving the compiled bot to the Windows Server 2008r2 machine causes the captcha to pop up outside ubot. I would like to prevent the captcha from popping up outside ubot as this hangs up the bot. Please see attached screenshots of nodes and captchas. This happens in new browser window while multi threading. Any feedback appreciated. Thanks, Eric
  3. Seth , Thank you for the tutorial and the functioning sctipt. It works absoultly perfect! TYVM everyone +1 -Eric
  4. To satisfy your curiosity, yes, I tested the bot to the best of my abilities and searched for a solution for several hours before posting the thread. You have to respect the fact that not all of us are expert level ubot programmers. Myself and others who are still learning depend on the forum to answer questions, and not every thread will help the community as a whole. With that being said I appreciate your assistance and the time it took you to make the example bots. You demonstrated the value of the debugger to me and I will have to track down a tutorial how to use it properly, as a
  5. I think Seonid tried something to that effect in the bot from post #31 and #35.
  6. Sorry Seonid, I see the same issue as before. When I click on the small new browser windows the same list item is being used in all threads at the same time not a different nextlistitem in each window. Also, functionality to cycle through the list more then once is not included in your test bot so who knows what additional problems that will cause. Perhaps this is bug referred to in previous posts. Add me to the list of people who are waiting for a fix. This should be a simple command that asks "how many threads" and accepts a variable. I suppose I'll wait to see what happens with futu
  7. Hi Seonid, Thank you for the feedback! I know the troubleshooting must have taken you some time, but I still do not see a solution to my orgional problem. 1) When I run the bot multithreadOK.ubot the same value (list item) appear in each new window. 2) There is no funcionalty that will allow me to cycle through the list more then once. The bot from post #27 ( reattached below) was the exact bot I am trying to use with all the functionalty I want except for the multithread and ui to control it. The ui labeled "cycles" in the bot attached below is the number of times I want to cyc
  8. Totally stumped and getting frustrated. Here is the most simplified version of the bot I am trying to multithread. Please help. multithreadbot.ubot usernames.txt
  9. Yes, I understand that the number of threads = number of little windows. I turned off the error option as you instructed and the bot ran (not compiled), but the number of windows far exceeded the number of threads imputed to the ui. The number of windows looked more like the listtotal of the usernames.txt which I have populated with ten list items not the 3 threads I specified. Please let me know if more clarification on what I am trying to accomplish would help with the fix. Perhaps there is a simple way to do this that I am missing. I really appreciate all your help. -Eric
  10. Hi John, Please see attached screenshot. (same issue as screencast by DuaneF in post #22) I downloaded the fresh version you fixed from post #19 and set the thread count at 3 but more than 3 windows opened. Then I got a exceeded the range of the list error. Not sure what is going on... Thanks for all the support -Eric
  11. John, I now see the cycle loop set to 3 that's a great place to start and I can add a variable no problem thanks. I have been calling the command to run the custom command before the define container with all my bots so thanks for the correction. I double checked all the file paths (Im using special folder) and everything seems in place but the script is setting idol when I push play. See screen shot. -Eric
  12. Hi John, Sorry, but I push Play on that script and nothing happens. I waited a fair amount of time for the small browser windows to pop up but they never did. Also, the changes to the script you made do not allow me to specify via UI how many times (cycles) I would like to loop through the username list. Did I miss something? Thanks a bunch! -Eric
  13. Hi John, “Ok, first, you have to define the command before running it, so you can just switch those two things. “ I switched the order of the loop and loopwhile command is that what you are referring to? I want to keep looping though the list username.txt the amount of times set by the #cycle variable. My logic as it pertains to the loopwhile statement is to continue looping while the #counter variable is less than (or less than / equal to) the listtotal of usernames.txt multiplied by the amount of cycles. For example if my username.txt file had 10 usernames and I wanted to f
  14. John, Yes, I watched that tutorial video and attached what I produced a few posts up. I am not sure where the Wiki came in to play other then a reference. Here is what I have so far. multi thread test.ubot Thanks.
  15. The Wiki link is broken, you have to tack "#Multithreading" to the end of the url.
  16. Hi, Thank you for the response Praney. This is an interesting Wiki, but I'm far from a computer scientist and lack the knowledge base to fully understand the concept entirely. I was just hoping for some help getting my script working and perhaps further my understanding how to use the thread feature as it pertains to ubot specifically. Can you or others offer feedback that is more directly related to my issue? Thanks again.
  17. Hi, I am still having trouble making this work and keep crashing ubot as a result. I would like to loop through the list usernames.txt with multiple threads and multiple times with each $nextlistitem in a new thread / window. Can someone please take a look and set me in the right direction I am totally stumped! multi thread test.ubot TYVM!
  18. That should set me in the right direction. Thanks!
  19. Hi, I found http://ubotstudio.com/forum/index.php?/topic/5995-multi-tasking-in-ubotstudio-take-it-and-bake-it/ before posting a new thread, but still confused making the logic work in my bot. I could use some additional feedback but thanks for the response and the helpful post.
  20. Hello, I am trying to make a multithreaded bot that will also cycle through a list multiple times. For example I have a list of 10 accounts in a .txt file and would like to use 5 threads to login to each account a total of 3 times…in other words cycling through the list total 3 times. When I run the bot attached it seems to open windows totaling the number of threads multiplied by the number of cycles all at one time which is not what I intended. multi thread test.ubot Any feedback is appreciated. Thanks.
  21. Thanks guys I'll give it a shot.
  22. Hello, I am building a bot in UB4 and want it to reference a blacklist.txt file before posting to a form. I want the bot to search the current page for all keywords listed in the blacklist.txt file before posting to a form. For example If the page contains any of the keywords in blacklist.txt then navigate to another page, else post to form. See what I have so far attached. Thanks!
  23. I am also curious about any updates. Thanks.
  24. Hi, I don't have a specific form just wanted to know the generic way to hit {Enter} for future reference. I should of been more specific sorry. So there is no quick and dirty way to just hit {Enter} like in UB3? Thanks
×
×
  • Create New...