Jump to content
UBot Underground

jon

Fellow UBotter
  • Content Count

    14
  • Joined

  • Last visited

Posts posted by jon

  1. i,

     

    using source ubot 4.

     

    using the auto creation tab

     

    seems password verify field is error... (password verify is noticeably , longer than the password field)

     

     

    Can you be a bit more clearer? The account creation is working fine, I do not get the error.

    What are you doing for this error to appear?

    What tab are you using to submit your url?

    Are you using the bot or ubot source code? What version of ubot are you using 3.5 or 4.0?

     

    The more detailed your question the easier it will be for me to see what the problem is.

     

    Can you email me instead of posting in UF I can respond quicker this way, thanks.

  2. ok here goes.

     

    the bots that might interest me

     

    - seo bots (anything that can promote a site)

    - article submission / register

    - bookmarking and register

    - account creation complete with verification

    - seo research bots (keyword find / suggest or even domain)

    - game bots - bots to auto play a game

     

    please also note if it uses ubot v4 or 3.x

  3. yey, thanks to Lilly, I can post properly now....

     

    ok back to the main topic :)

     

    looks like i definitely have no idea how much a script (with source) really cost.

     

    I don't expect you to whip out a new script for me.

    I just want your existing working scripts, so i expect that you could sell it to me at a lower expected price :)

     

    anyway, if you have a script you want to sell on a less than normal price (could be outside the initial price range) send me a message or reply here

     

    thanks

  4. I am interested in buying your bots.

    I need it with the .ubot file.

    I don't need exclusive rights, I don't have a budget for that, but i need the right to sell and/or modify as I see fit.

     

    I just want to offer a lot of small bots to my clients.

     

    I am currently interested on

    - bookmarking

    - article submission

    - twitter

    - facebook

    - game autopilot

    - or just send me a pm and let me know what you have

     

    note : if you have a huge working bot don't chop it send me an offer.

     

    Please send me a message me with your best price offer.

  5. Did you change the attribute above where it says "Choose By Attribute"? (It may Say <A> and you can change it to something else like <TD>, etc)

     

    Yes, tried it.

     

    -------

     

    This is not only applicable to this specific sample.. I have encountered other occasions where I just need to click one of the chosen elements. Encountered on links too...

     

    My goal is to CLICK the element not to SCRAPE the specific element/s.

  6. Since there are other ways to choose the button, like src, href, outerhtml, etc etc, you might want to look through and find the one attribute that distinguishes the buttons from one another.

     

    There is also Choose By Position. That sounds like what you might be looking for. It is in the right click menu, right under choose by attribute.

     

    the position changes regularly so it would not be possible.

    unfortunately, the submit button itself is the same on all the forms...

    some times, just an INPUT data within the form changes...

     

    the quantity of form per page changes regularly.

     

    And there are occasions that i need to click ALL the submit button one at a time

    Click submit -> wait finish -> return to page -> Click Next Submit -> Return ->etc...

    But must not click the same button twice.

  7. After a Choose Command (will result about 4 items)

    Is there a way use Click Chosen, but only click 1 item (first or random or index/position)

     

    NOTE : a sample could be a page with this code.... very similar forms with just a different data

    <html>

    <form>

    <input type="hidden" data="First Choice">

    <input type ="submit" value ="Choose">

    </form>

     

    <form>

    <input type="hidden" data="2nd Choice">

    <input type ="submit" value ="Choose">

    </form>

     

    <form>

    <input type="hidden" data="3rd Choice">

    <input type ="submit" value ="Choose">

    </form>

    </html>

     

    ------------

    choose by attribute value="Choose"

    now click just one of the chosen item

×
×
  • Create New...