Jump to content
UBot Underground

kiseki

Members
  • Content Count

    10
  • Joined

  • Last visited

Posts posted by kiseki

  1. Hi guys,

     

    does anyone experience that Ubot cannot suddenly detect a row from excel?...for instance it detected the row 0 and its columns then when it comes to row 1 only some columns was detected like only 2 columns and everything is not detected. even though ive checked the excel file all the columns contains everything. Im checking this in the debugger though.

     

     

    Please see the attached file for it...

    post-10945-0-29874900-1374476812_thumb.jpg

  2. try this 

    clear list(%images)

    add list to list(%images$get files("{$special folder("Desktop")}\\your folder""Yes"), "Don\'t Delete""Global")
    loop($list total(%images)) {
        navigate("http://yourwebsite.com/""Wait")
        wait(2)
        change file field(<name="img_name_input[1]">$next list item(%images))
    }

    change the "change file field (<your scrape attribute">

    I just edited from 

    ds062692's Code so if this work Thank him...^_^
  3. Hi, Im new into Ubot and also newbie about programming.

     

    I have a problems:

     

    1:) is it possible to automatically rename an image file in your folder from the list of names I have in text?.

    2:) if its possible then can it automatically choose the file and upload it in a website than can increment each time a successful sign up?.

     

    Thanks.

×
×
  • Create New...