Jump to content
UBot Underground

oneano

Fellow UBotter
  • Content Count

    117
  • Joined

  • Last visited

Everything posted by oneano

  1. Is no one else having issues with this? It stops me on multiple sites.
  2. Im having a heck of a time getting around fingerprinting. Can anyone suggest plugins or some secrets that I haven't come up with? I found the adjust screen resolution plug in that I asked about in another thread. http://network.ubotstudio.com/forum/index.php/topic/21279-how-to-change-screen-resolution/
  3. I found this old thread on set browser property http://network.ubotstudio.com/forum/index.php/topic/15612-set-browser-property/?hl=navigator&do=findComment&comment=89287 but that no longers exisits in ubot. how would I change my detectable (js) screen resolution?
  4. Im a bit of a noob with ubot. Looking for an answers that will help me dive deeper
  5. The host name could not be resolved. NAME_NOT_RESOLVED: -105 This is happening on a compiled bot. What could be happening? Edit:Fixed Internet connection
  6. I am on version 5.9.11 and I wanted to test a few things out. I cannot get past the loading screen with the Checking Files message. Any help?
  7. In Video 9 Wufoo you use $http upload and File to upload you set for a blank file. This does not work for me, I get the same error. What is going on here?
  8. This worked! Thanks so much, I was totally unsure of what could have been happening. Now back to making money...
  9. I am unable to use ubot ... it just will not work. I have uninstalled and reinstalled, tried it several times and still it just shows up blank. It will not attempt to authorize, or populate any functions. http://i.imgur.com/OZmZ5eH.png The only thing that I can consider as a possibility is that I recently installed the TOR browser for use. Any help here would be great.
  10. Im looking to automate gmail in browser, working with gmails short keys. These short keys are G, then I and R, system commands such as ctrl, as well as typing text from .txt files. Anyone have experience with this? holding down the ctrl key while typing A seemed to be a problem for me. The gmail hotkeys were also an issue because ubot always wants to target an element.
  11. I have been running ubot on a VPS for about 2 months now, but it was slow so I just upgraded to a new VPS. 4 virtual CPUs and the old VPS only had 1 virtual VPS. So the new system is a bit more powerful, though it does have the same 1 gig of ram. My problem is that ubot is 'not responding' often, very often on the new system and this never happened on the old system. This is windows server 2008 r2 Perhaps I need compatibility mode? Windows is just arcane, we all know that, it does what it wants to do and is just a pain to maintain. But this is a brand new install of windows, so I wou
  12. I am scraping a math problem, this worked just fine a few weeks back, today it isnt working at all. I can scrap the inner text, it is a simple but random math problem such as 4 - 2 = set(#math, $scrape attribute($element offset(<tagname="strong">, 26), "innertext"), "Global")type text(<name="captcha_math">, $eval(#math), "Standard") type text does not seem to work, $eval never seems to do anything. Has something changed? Am I doing this wrong?
  13. with the new comparability to interface with windows, I would love to be able to rename file names and folders. How can I do this simply?
  14. This is a list containing everything aspect that I can come up with that leaves tracks on other sites. I thought that we could get some living discussion going on of best practices. Fresh IP - I use HMA Clear flash cookies - I use the code talked about in this thread http://www.ubotstudio.com/forum/index.php?/topic/11186-how-do-you-make-sure-ubot-doesnt-leave-footprints/page__hl__cookies Randomization of timings Clear cookies - This is built into ubot. Set referrer - I always set mine to https://www.google.com since Im not sure what else would work here or if this is even
  15. I need to verify an email, I need to loop this. 1. If the email is not in the inbox I need to check the spam folder. 2. If the email does not exist, I need to wait a short amount of time 3. go back to the inbox 4. end the loop when the email exists. I want to use the loop while to find the email using comparison right? What setting do I put in for comparison?
  16. I am loading html from a list. so it has a lot of <br> tags etc, but when the bot loads the line, it is getting cut off. I also have some ascii in the titles ♥• that keep coming out as gibberish�����. It works just fine manually. does ubot treat html in a list differently?
  17. Dang those are good prices! Thanks a2mateit!
  18. I have been using public proxies because of the volume and the number of them that I can get. I have not found private proxies to be cost effective unless you know something that I dont
  19. After looking at this for a while, Im still not sure what the best way to do it would be. I want to import a proxy list assign a position to that list starting with zero test proxies starting with zero If not, text the next proxy. if it works move on to the rest of the code that is also a loop.
  20. ha, Im just using that as an example, it is the default page
  21. add item to list(%names, $list from file("E:\\names.txt"), "Delete", "Global")
  22. type text(<name="signup_screenname">, "{$random list item(%names)}{$random text(1)}{$rand(2000, 9900)}", "Standard") I am using a list of random names, followed by a single random letter and a random number to create a unique user name. I am using a list of name %names and the entire list is being inserted as a single item. Whats up with that?
×
×
  • Create New...