Jump to content
UBot Underground

PRO

ADMIN
  • Content Count

    464
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by PRO

  1. Great News! Plugin Re-Release is happening right now Hello fellow developers! We are very excited to let you know that the long wait is now over - the automation plugins formerly developed by Pash are finally getting re-released on Automaxed.com over the next days. All ready to get started and automate your workflows! If you have any questions like: What happens to the old customers of Pash and their licenses? When will the plugins be available again? How can I buy this plugin? We highly recommend everyone subscribe to our newsletter. The answers to al
  2. Great News! Plugin Re-Release is happening right now Hello fellow developers! We are very excited to let you know that the long wait is now over - the automation plugins formerly developed by Pash are finally getting re-released on Automaxed.com over the next days. All ready to get started and automate your workflows! If you have any questions like: What happens to the old customers of Pash and their licenses? When will the plugins be available again? How can I buy this plugin? We highly recommend everyone subscribe to our newsletter. The answers to al
  3. Great News! Plugin Re-Release is happening right now Hello fellow developers! We are very excited to let you know that the long wait is now over - the automation plugins formerly developed by Pash are finally getting re-released on Automaxed.com over the next days. All ready to get started and automate your workflows! If you have any questions like: What happens to the old customers of Pash and their licenses? When will the plugins be available again? How can I buy this plugin? We highly recommend everyone subscribe to our newsletter. The answers to al
  4. Great News! Plugin Re-Release is happening right now Hello fellow developers! We are very excited to let you know that the long wait is now over - the automation plugins formerly developed by Pash are finally getting re-released on Automaxed.com over the next days. All ready to get started and automate your workflows! If you have any questions like: What happens to the old customers of Pash and their licenses? When will the plugins be available again? How can I buy this plugin? We highly recommend everyone subscribe to our newsletter. The answers to al
  5. Great News! Plugin Re-Release is happening right now Hello fellow developers! We are very excited to let you know that the long wait is now over - the automation plugins formerly developed by Pash are finally getting re-released on Automaxed.com over the next days. All ready to get started and automate your workflows! If you have any questions like: What happens to the old customers of Pash and their licenses? When will the plugins be available again? How can I buy this plugin? We highly recommend everyone subscribe to our newsletter. The answers to al
  6. Great News! Plugin Re-Release is happening right now Hello fellow developers! We are very excited to let you know that the long wait is now over - the automation plugins formerly developed by Pash are finally getting re-released on Automaxed.com over the next days. All ready to get started and automate your workflows! If you have any questions like: What happens to the old customers of Pash and their licenses? When will the plugins be available again? How can I buy this plugin? We highly recommend everyone subscribe to our newsletter. The answers to al
  7. Great News! Plugin Re-Release is happening right now Hello fellow developers! We are very excited to let you know that the long wait is now over - the automation plugins formerly developed by Pash are finally getting re-released on Automaxed.com over the next days. All ready to get started and automate your workflows! If you have any questions like: What happens to the old customers of Pash and their licenses? When will the plugins be available again? How can I buy this plugin? We highly recommend everyone subscribe to our newsletter. The answers to al
  8. @Android In the new versions, there are new and improved features. However, even the biggest billion-dollar companies don't get everything perfect on their new releases. On the other hand, the older versions have undergone more testing and therefore are more reliable. Updates help improve the software to new demands based on the current market and customer needs. Since not every user has the same needs, we tried to suggest different ways and options depending on the specific user's needs. There are other companies, that charge up to $8000 every year for a license and
  9. The file gets detected as PUB (potentially unwanted program) because the code is encrypted. Almost all anti virus programs (and browsers, when downloading the file) will suspect an encrypted file/code to be potentially dangerous. However, we only have encrypted parts of the software to ensure that the licensing is working, otherwise crackers might steal our software. UBot Studio and the compiled EXE files are no viruses and they only confirm a valid license, no malicious activities whatsoever. Just ignoring the warning should do.
  10. You can download here: https://s3-us-west-2.amazonaws.com/ubotsupportfiles/5.9.55+Setup.msi
  11. Original download URL is not working anymore. For everyone wondering, have attached the plugin download to this message* *you need to be logged into an active forum user account in order to access and download the file. close bot.dll
  12. Hello @cdarrell, are you trying to automatically login to a self-hosted WordPress site or one that is hosted with wordpress.com ? Are you sure this issue is related to the browser? A 401 Error typically means that the webpage you're trying to access requires a valid user ID and password. Logging into WordPress CMS should not be an issue as of my knowledge. Did you double-check that there is no other possible root of the problem?
  13. Hello @Urgent Enquirer, I assume your question was much to specific with all your requirements. Many people have found ways to make money using UBot. But you asked a very very specific question, right? I would suggest, explore the forum or read the following threads. Maybe some of the members there might even reply you if you ask something related that's easy enough for someone to answer:
  14. Really sorry that I can't test your code atm. But I can suggest to put a "stop script" after questionable steps, then hitting run and looking inside the debugger if everything looks good until the step before the "stop script". Then move the stop script one command down the line, run again and check the debugger again. Repeating this should enable you to identify the exact step where the issue starts to appear.
  15. Ok, try putting "wait" or "wait for element" after this line: plugin command("ExBrowser.dll", "ExBrowser Navigate", $table cell(&LinkedIn Data,#row,8)) It's similar scenario. Right after the navigate command.
  16. You tried my suggestion already?
  17. Hello @cjacobs, I removed your ExBrowser license key from within your code πŸ˜‰ Without having tried yet, I assume you want to try putting a wait right after: plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.linkedin.com/") I assume that the content you try to scrape loads asynchronous. So try to make sure itβ€˜s really loaded before continuing (e.g. putting a simple "wait" or a "wait for element").
  18. @Urgent Enquirer, glad you found it working just fine πŸ‘ You ask: "How come on my end, the google search result link attributes are shown as XY while on your end AB?" This is because of skill. For me it looks the same and it doesn't just "show". Needs your own skill to figure out the correct selectors. And because the search result page is difficult to figure out, I put this example code to make it easy, showing you a ready-made solution. Please understand that I won't explain every line of code one by one.
  19. Try this: type text(<name="q">,"\{ENTER\}","Standard") Feel free leaving a like if this solved your problem.
  20. I tested your code. And no, there is no bug. You only confused how to use the "add list to list" command here. This: add list to list($scrape attribute(<outerhtml=w"<span>*</span>">,"innertext"),%keywords,"Delete","Global") Should be this: add list to list(%keywords,$scrape attribute(<outerhtml=w"<span>*</span>">,"innertext"),"Delete","Global")
  21. If you prefer using ExBrowser, you can use the following XPath expression instead in order to extract the organic results: x://div[contains(@class,"yuRUbf")]/a[1] Use the XPath expression inside a "scrape list element attribute" function and set the attribute to be "href". Congratulations πŸ€–
  22. @Urgent Enquirer, regarding your Google search results question, here is the answer:
  23. @tahoecale, I found time to look through my code. Here is the answer:
  24. Hello community, Because many people have asked for help regarding this, here is some ready-made UBot code for you. This example code works with UBot Studio only (without the need for any plugins being installed). For more demanding scenarios there are other, more sophisticated ways to achieve things by utilizing additional plugins for UBot Studio. Feel free to leave a like if this helped you out. Last updated 2021-09-06 13:55 CET navigate("https://www.google.com","Wait") wait(2) comment("Click Google Privacy Consent Button if present") click(<class="tHlp8d"
×
×
  • Create New...