Jump to content
UBot Underground

dsc76

Fellow UBotter
  • Content Count

    63
  • Joined

  • Last visited

Posts posted by dsc76

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

     

    post-1758-0-72972900-1327791929_thumb.jpg

    post-1758-0-99884200-1327791935_thumb.jpg

     

    This happens in new browser window while multi threading.

     

    Any feedback appreciated.

    Thanks,

     

    Eric

  2. Eric,

     

    The information displayed in the right corner is wrong, the bot is working well. I've tryed several times, on other websites also, i've attached a bot with save to a file function to create a different text file named with the variable #username ( so you can check if there are duplicates )

     

    I am really sorry but, I am curious if you really have tested the bot. And please people please do some debugging before posting that it's not working. Only watching the little windows it isn't really debugging and it isn't helping any of us.

     

    There seem to be a bug with the display windows - the information displayed is incorrect when I click on it.

     

    Regards,

     

     

    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 admittedly it was not part of my troubleshooting routine. I suppose up until now the complexity of my bots did not demand its use.

     

    The fact that the small windows are showing the wrong information is unacceptable.

     

    I depend on the gui being accurate and it is one of the main reasons ubot is so valuable to me. Without the gui, or without it being accurate, I might as well start coding by hand which is a practice that is well beyond my knowledge base or skill level.

     

    Please consider this matter resolved or at least on hold until the bugs are fixed. I cannot justify trying to implement or troubleshoot functionally that is not working correctly.

     

    Thanks again.

    -Eric

  3. 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 future updates.

     

    Thank you for all the help everyone!

     

    -Eric

  4. 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 cycle though the list not the amount of threads.

     

    multithreadbot.ubot

    usernames.txt

     

    Just to clarify - Is the multithread functionality on ubot not working or am I implementing it incorrectly or both? I am getting mixed feedback.

     

    I had no idea this would be so problematic.

     

    Thanks again all.

     

    -Eric

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

  6. Hi John,

     

    Please see attached screenshot.

     

    post-1758-0-99210500-1322858279_thumb.jpg (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

  7. 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.post-1758-0-06946300-1322787073_thumb.jpg

     

    -Eric

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

  9. 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 fill out the ubot playground form with each name 3 times (once each cycle) that would total 30 form posts. So, when the #counter variable that increments each time a form is submitted reaches 30 it will equal the listtotal of usernames.text multiplied by the number of cycles. And, of course, I want to be able to do this over multiple threads to speed up the process.

     

    I think this logic is where the majority of my problem lies but not for certain.

     

    Here is the latest bot with the “switch†I believe you were referring to.

     

    multi thread test.ubot

     

    Thanks for the help I really appreciate it!

     

    -Eric

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

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

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

     

    post-1758-0-99771500-1320702178_thumb.jpg

     

    Thanks!

×
×
  • Create New...