Jump to content
UBot Underground

oneano

Fellow UBotter
  • Content Count

    117
  • Joined

  • Last visited

Posts posted by oneano

  1. 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. 

     

     

  2. 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 wouldnt really expect these problems. 

     

    Any ideas on what I can do? what I can try ? 

  3. 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? 
     

     

  4. 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 right.

     

    Set user agent - I create a list of user agents from this site http://www.useragentstring.com/pages/useragentstring.php then randomly load a line from the list.

     

    Set browser properties - brand new, I dont know what to do with it, but I would love to see some creative uses.

     

    Fresh content - I post to classified sites so this critical for me.

  5. 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?

  6. 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?

  7. 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.

  8. 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...