Jump to content
UBot Underground

LordPorker

Fellow UBotter
  • Content Count

    120
  • Joined

  • Last visited

Everything posted by LordPorker

  1. It it possible to do it via Dan's ExBrowser? I think he mentioned that it's possible (with some limitations).
  2. I scrape thousands of products daily using HTTP Get (not with UB though). You could look for the decaptcha message, then open up a browser and solve it. Save the cookie for further scrapes whilst using HTTP Get. Like Dan said you can use their own API. I tend to get less captchas if I'm logged in with an account.
  3. Hi. Ver 5.9.19. Adding the allow commands seems to crash uBot occasionally. I'll try using ExBrowser instead, as it's more stable.
  4. Every time I either enable/disable the flash command, it usually freezes the bot in debugging mode. Is anyone else getting this?
  5. Considering we're all working with text, uBot can't even implement a basic feature such as this. Oh well...
  6. I need to increment a number in blocks of 50. How can I achieve this? Also, when will UB implement a feature where we can increment any no we wish, ie 50, 100, 1000, etc?
  7. So I'm gonna navigate a site by manipulating certain values in the url. Some of the urls are very long, and in the case of using Zennoposter, I used to be able to paste the url into a text file, and copy 'n' paste my variable at certain points and it worked quite well. How do I achieve the same with UB? I tried putting the var: #keyword into the url via the navigate command, and the bot literally put: #keyword into the url! (and not the actual keyword).
  8. So why does the step feature revert to the beginning every time? Sometimes I want it to just start halfway.
  9. I'm afraid I can't. So are we able to copy/paste list results?
  10. Thanks Pash. I mean in the context of an IF statement; if message exist then exit, or if message doesn't exist then continue.
  11. So I need to check the presence of some text on a page. What's the best way to do this? What I've done is: set a variable (error_message) & scrape attribute (it picks up the error message ok). Do I use the IF command after I set up the variable? I tried inputting the var into IF, but nothing happens. Is this the best way to check the presence of some text? Thanks.
  12. In the debugger, I need to copy 'n' paste the add list to list results. How do I achieve this? When I do a copy 'n' paste, nothing shows in a text file.
  13. What is the correct command for regexing the page source? Never mind - I'm using: add item to list > find regular expression > document text
  14. I need a UI command when the user can input there own products in a box, and have it seperated on a new line like: sofa couch television Then have UB loop and take an item (ie sofa), search for it (then delete it), and then take the following item (ie couch, and then delete when taken), etc. I've tried using UI command: block text, but it lumps all the items together. I don't want to have the user open a file, so how can I achieve this? Thanks.
  15. This is why I'm hesitant to use this plugin, as it has issues clashing with other (EB) threads.
  16. I'm kinda new to UB, so still trying to find my way around. Do you have any detailed instruction on using this from scratch? I see that you've included actual examples, but I'm finding it hard to decipher the steps involved. Maybe a video where you show us how you set this up, and for the different types of captchas would be great.
  17. Cool. which proxy provider do you recommend personally?
  18. Are they going to implement a back up system for these outages?
  19. Hi Dan. Just a few questions. You mentioned something about not supporting Win 7 in your manual. I only use Win 7 - 64 bit. Will it function ok? Do we have to use 32 bit Chrome/FF browsers with this? And personally, which browser do you prefer to work with in terms of speed, stability, ease of use, etc? Thanks.
  20. Thanks, HI. That explains it well. I thought UB was playing up, but I managed to get it to click on a link ok.
  21. Trying to click on a normal registration link - both via record/manual, but nothing happens. But when I go into the click node and change: Click using location to: Yes, it works. What does Click using location mean? Also, why doesn't the normal click action work? Kinda related; the tab function doesn't work (tried all three options: key press, key up, key down). Any tips?
  22. Thanks FU! Didn't know it was inside: Account data. But yeah, it'd be cool to reset it every time (same username is displayed).
  23. So does UB have a feature to create random usernames? In another automation software that I use, this feature is inbuilt. But I can't find it in UB. Thanks.
×
×
  • Create New...