Jump to content
UBot Underground

brusacco

Fellow UBotter
  • Content Count

    185
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by brusacco

  1. I guess that people just want to ask other users if they have the same problems, then send a ticket. Thats how Internet works ... sites like stackOverflow will not exist if users always go to the oficial channels.
  2. And for the "SAVE" ... this works for mee too ... click(<(class="goog-inline-block jfk-button jfk-button-action" AND tabindex=0)>, "Left Click", "No")
  3. click(<innertext=100>, "Left Click", "Yes") works too ...
  4. That can explain the spinner not spinning ... that I read in another thread ...
  5. Put it in a cycle, just to see if there is any changes after the 1st iteration
  6. Can we store now the cookies? so there is no need to login the users every time we need to do some tasks? I'll love that
  7. As far as I know it works that way, if you pay for updates, you get the Ubot5 update included.
  8. After you scrape the users, can you for example clear the DIV that contains the results? Then hit the "load more" and there will be always only 12 users loaded ...
  9. We need an easy way to have libraries, the private bot bank is a good candidate. But it requires to define categories, sites ... then synch ... its more like to be use to test commands an then submit them to the public I guess. We need the include defines ... o some thing like the private bot library, where we can define once and use many.
  10. In each iteration, just append the list to a file, no need to keep it in memory till the hole scrap is terminated. EDIT: Well, each iteration you have to clear the list, so it wont get bigger. just append the results to the temp file.
  11. Hello, I'm having some troubles with my Private bot bank and threads. The code goes like this: ui block text("Users", #users) add list to list(%bots, $list from text(#users, $new line), "Delete", "Global") loop($list total(%bots)) { thread { in new browser { private bot bank command(0, $next list item(%bots), "same old password for all") } } }And the code for the private part: clear cookies allow images("No") navigate("https://www.xxxxxxxxxxxxxx.com/login/", "Wait") wait for element(<login button>, "", "Appear") type text(<email field>, #email,
  12. Hi LillyT ... how are you? Nice to see you over here ...
  13. Yes it makes sense ... Thanks.
  14. This only affects the SCRIPT(source) I guess? The sentense is kinda bogus like it contains a reference for the compiled version in the 1st part, in the 2nd part only talk about the script ...
  15. While I'm reading the doc I find this: I was planning to use my private bot bank library as a ... you can guess ... a LIBRARY ... But from what I read, do I have to do a COPY&PASTE thing to reuse my code? I mean for my compiled bots. Can't I just simply use the library "command" and thats it as a define? At run time you will need the "private bot lib", but after compilation ... its kinda compiled, no one will steel yout ubot code. Or I'm totally wrong here? :S Hope so ...
  16. Thanks for the reply, I'll do some test this weekend ... Have started a thread pool feature request too ... I’ll be very useful....
  17. Hello, Just asking if the "next lilst item" command is safe to use inside a thread, for a global list. For example we have a global orders list, and a thread is logged to an account, same or diferent. In that thread call to the "next list item" in the global list, will be this a safe call? Ubot manages itself the access to variables from threads? I dont have to worry about concurrence and other normal threading stuff? Thanks.
  18. The <cite>*</cite>one, returns sometimes bradcrumbs and all kind of odd urls ... trimmed etc.
  19. Works for me ... add list to list(%results, $find regular expression($document text, "(?<=<h3 class=\"r\"><a href=\")(.*?)(?=\" onmousedown)"), "Delete", "Global")
  20. So this is basically a points exchanger for bots, no humans. We have to elaborate more this idea, so bots will be "liking" each other social pages or profiles?
  21. I'm trying something like this ... but different ... have to scrap some data from one web and post it to another one ... multiple users, so I decide to do all the backend in RAILS, event the page scraper will run in Ruby, it will generate the orders for the bot. This way I get a lightweight bot ... not need to do the scrap part, only look to some web interface, get the orders and run them. And yes you have to know about a scripting language like PHP, Rails, etc and DB like Mysql for example.(or sqllite) So I put some general orders in the back-end, it will scrape the values put them in the
  22. Indeed, It was .. thanks for all the clarifications.
  23. I also note that here in the forum still says "License: Standard"
×
×
  • Create New...