Jump to content
UBot Underground

crespozooo

Fellow UBotter
  • Content Count

    28
  • Joined

  • Last visited

Posts posted by crespozooo

  1. Hello, I own UBot v4.2.20, professional edition. I tried starting it yesterday, but it just shows a blank page, like in the photo I attached below.

     

    I reinstalled the software, deleted everything in Roaming, did everything but nothing happened. I contacted the support and they told me to get the version 5 of UBot (which I do not even own), or questions like ”is your internet connection slow”, which will probably not lead to anything regarding solving my issue.

     

    I have .NET framework 4.5. Also, when I go to Help - Tutorials or Help - Forum or Help - Install Flash, it opens them with Microsoft Word 2010.

     

    Does anyone have a solution for that? I need to solve this ASAP.

     

    Thanks!

    post-4819-0-76756200-1436443229_thumb.png

  2. crespozooo

    Yes, there is probably a work-around but I don't think we have enough information to suggest one.

     

    Well let me make myself clear.I want to scrape all users from the answers because I need the order,to know on which position is my user(ex:5) and to click the 5th thumbs up button. Thing is there are replies to the answers also. And replies to the replies(which do not have a thumbs up button) which causes to fck up my order. Get it now? Like there will be more users than thumbs up buttons. 

    • Like 1
  3. WTF I ran it and debugger gave me -1 instead of 4. Hmmm

    Lists a zero based so d is list item 3

     

    clear list(%items)
    add list to list(%items$list from text("a
    b
    c
    d
    e
    f"$new line), "Delete""Global")
    set(#find"d""Global")
    set(#listposition$eval("var items = [\"{$replace(%items, $new line, "\",\"")}\];
    var position = items.indexOf(\"{#find}\");
    position;"), "Global")

  4. I took a quick look. 

     

    When you select the thumbs up element you have to move the mouse up to the number a little bit. So that the blue area and the number is slected.

     

    Wrong:

    <tagname="a">

     

    Correct:

    <class="diggIt">

     

    The right click element is:

    click($element offset(<class="diggIt">, 3), "Left Click""No")

     

    There the numbers don't change. They are in the exact order. 

     

    Now you only have to figure out the correct position. Scraping all the usernames into a list and then finding the name you are looking for should give you the right position. 

    But be careful! The element number starts with 1  and the list starts with 0. So if the username is list item2, then the element is 3.

     

    Dan

    Tried that also, seems like it's not clicking on thumbs up. Maybe I'm doing something wrong. You tested it by run node?

  5. I need a YouTube commenter created with the HTTP POST plugin. I already have one created in UBot but without the plugin, and it's not hard at all to do. It took me about 1 hour to make, so if you know how to work with the HTTP POST, it won't take long to create it.

     

    If you're interested, send me a PM and we'll talk. I will also need the source code of the bot.

     

    Budget: $130, but if you want a different price, let me know and we'll work it out.

     

    Thanks

  6. Actually I don't need a scraper, but I didn't know what to call it. I need a bot that chooses from a list of videos that you load only the videos that have the last comment on the page not older than "1 hour ago" (there are 12 comments on the first page of a YouTube video, the 2 top comments and 10 other comments - the oldest comment on the page must not be older than 1 hour ago). The bot will save the new list to a .txt file. I will also need the source code.

     

    Shoot me a PM if you can do this, thanks.

  7. I need a small ubot script that votes a youtube comment by the username. I don.t need a whole bot (login, vote, logout etc), because I already created the other functions. I only need the script that goes to the youtube video, scrapes all the usernames and votes a given username.


    Let me know if you can do this.

     

    Thanks

×
×
  • Create New...