Jump to content
UBot Underground

MBG

Fellow UBotter
  • Content Count

    26
  • Joined

  • Last visited

Posts posted by MBG

  1. hi,


    can anybody help me please, after creating html panel, i cannot compile a bot, i get this error:


    "offset and length were out of  bounds for the array or count is greater than the number of elements from index to the end  of source collection"


     


    thank you





  2. hi,

    i am currently trying to build a bot but i cannot proceed, when I enter a function click on button it does nothing, when i check a source code it shows me  this :

     

    <form action="http://url" method="POST" target="_blank">
    <input type="hidden" name="secret" value="559d6110aa2a940c6cda6dbb">
    <input type="submit" class="btn btn-primary btn-block" value="Click here to do the task">
     
    Can anyone suggest me how to solve this? thank you very much in advance
  3. thanks for you answer

    title already fixed:-)

     

    i did like you said....but.....problem...i do not understad  how i should use that plugin and how it can help....  i have filled these field so:

     

     List field i putted: $document text

    Text field:--------- what to put here?

    Xpath field:  i putted the code from my scrapper  //DIV[@class=price fxac]

     

     

    Sorry for stupid questions...i am  complete newbie..was learning ony from Ubot videos...

    • Like 1
  4. First of all I would like to say HELLO to everyone,

    i am here completely new, just tried my first scrapping project....

    i cant figure out how to scrap the variable between -in this case £9

     

    <div class="price fxac">
                                <div class="save-money dib mr10">
                        <span class="old-price">
                            £56                    </span>
                    </div>
                            £9                            <span class="fs25 ml10 save-money">
                        85% off <!--e.g. 20percent off (first argument: number, second: percent symbol-->                </span>
                        </div>
     

     

     

    i am not able to scarp it with ubot, but when i tried with other scrapped i was able to scrap it by using option Tag text-xpath showed me this code:  //DIV[@class=price fxac] , but ubot doesnt has this kind of functions

     
    I would really appreaciate if someone could help me...

     

×
×
  • Create New...