Jump to content
UBot Underground

RATPFINK

Fellow UBotter
  • Content Count

    95
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by RATPFINK

  1. I tried that as well. I also sent it to report once but they came up stumped and I gave up and just transferred everything to another machine. I would kind of like to be able to use any of my PC''s though. Thanks for the advice though, maybe I will send a report again.
  2. Hello all I have a windows 8 machine that was working fine until one day all bots just stopped opening. It's the same thing with studio. I even tried to run ubot 4 and got the same issue. The issue it turns out after inspecting task manager is that everything is running in the background. I have tried everything I can think of including system restore, changing ownership and changing permissions. I also tried compatability and it's the same thing every time. None of them are running as a service or can be accessed in the system tray, they just show up as background processes in task mana
  3. That should work since it's using look ahead to find any periods within the username. For whatever reason it doesn't though. I have never been able to figure out why some expressions work in rubular but not in ubot.
  4. Hello all I am trying to work out the regex to find a gmail address similar to u.ser.nam.e@gmail.com. It has to return only addresses that contain multiple periods in them instead of the traditional username@gmail.com. I can only figure out how to match multiple periods in a row as opposed to anywhere within the string. Help would be much appreciated.
  5. I thought of that too stanf. I peppered it with om delays and even have it so ittypes each key of the entrividually with a tiny random delay etween each. I also peppered it with focus and mouse over commands to make it look like human mouse movements.Still no dice. Thanks for the input.
  6. A possibility, although perhaps a clumsy one would be using windows commands and bluestacks.
  7. Thanks for the reply Juice. The problem is manual input in the same ubot browser wroks fine it's just tje automation that fails. That's why can't undrstand how it would be fingerprinting.
  8. I am working on a couple of bots currently that are being detected. When I input the information manuall in the ubot browser everything goes through as expected. When the bot runs and submits the page, one page redirects to the home page and the other does not send the verification email. Can anyone point m towards some of the ways a site can detect this so I can start learning more about it. Thank you.
  9. Does anyone know if it fixes the issue with SSL protocol error
  10. Bumping this thread because I am having the same problem. No information on this?
  11. I know this is an old thread but I am running into the same problem. I don't understand how changing a setting would have any effect on ubot.
  12. I need to scrape a specific description that matches a specific url in a SERP. so in other words after perfoming the search I am looking to find the page and the rank and the description for a given url. I have figured out the page and rank but I can't find anyway of linking the description to the url in order to scrape it. I've tried element sibling and element child but have not gotten them to work for me. Any suggestions?
  13. Here is an example of what I am trying to scrape: <a href="http://weblist.me/rosicki-rosicki-and-associates" class="l" onmousedown="return rwt(this,'','','','11','AFQjCNFAL7WEMB5grBxW3KjMa0BKq29oog','','0CC8QFjAAOAo','','',event)"><em>Rosicki Rosicki and Associates</em></a> In this case I would need 11. Everything I've tried however returns all numbers in the innertext. As always thanks in advance.
  14. Yes I can. Here I was looking for the old +1 and missed the like all together.
  15. I tweaked it for optional middle initial and apparently for title such as junior etc. which I just discovered. Thanks again Boss.
  16. trying to figure out the regex to find names in this format: MENJIVAR, LEODAN There is also the possibility of a middle initial following the first name. Doesn't seem to difficult. Not sure where I'm going wrong. Thanks.
  17. unfortunately no. there are several elements on the page that are identical.
×
×
  • Create New...