Jump to content
UBot Underground

onlinemerchant

Members
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral

About onlinemerchant

  • Rank
    Newbie

System Specs

  • OS
    Windows 10
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

1874 profile views
  1. Thanks for the info. This saves me a lot of time in terms of research.
  2. Hi, I've been trying to use the Ubot Studios External Browser function. I wanted to mask my IP address by using the Change Proxy function within Ubot Studios. I found that this feature doesn't actually work for the External Browser. Am I doing something wrong? Is someone else able to get this working? Here is my code: in external browser("Chrome") { navigate("http://www.whatsmyip.org/","Wait") wait(10) change proxy("162.245.222.88:6003") wait(10) navigate("http://www.whatsmyip.org/","Wait")} I feel like what I'm trying to do is fairly basic. If I'm mistaken please let me know
  3. Hi Everyone, I was hoping someone here might have some insight on the best way to solve Google's Recaptcha Checkboxes. These are the checkboxes that appear on most forms today. I need to solve this checkbox but I don't know the best way to do so. I used to use the following plugin to solve them: NoCaptcha reCaptcha Plugin - Ultimate Captcha But that method stopped working due to an update error. I am reaching out to Abba (the guy that made the plugin) but I was hoping for a more immediate solution. I'm sure this problem is fairly common so I was hoping one of you guys could let me know what
  4. Hi guys, I am trying to create a bot that will scrape whois registrar information from the following site: https://whois.icann.org/en It basically takes a list of website URLs and passes them into the site. Once it does that it will scrape the email address off from the site based on the contact information presented. The bot is fairly simple but I've been running into some bot breaking glitches that won't allow the bot to run past around 1400 results. I can leave the bot on running for several thousand results but after around 1400, it'll stop scrapping the email addresses and saving them
  5. Hi, I want to create a bot that will go on google, search a keyword, and select a specific search result based on what I pass into the bot. I was looking at the source code that the search results provide and found that it is fairly difficult to select a specific term given that they scramble the html. I was wondering if Ubot had the functionality to search for a specific word or phrase on the webpage or source code and click on it. An example would be if I were to search "ice cream" on Google and it returned several results, I was hoping I could tell the bot to click on any link that contain
×
×
  • Create New...