Jump to content
UBot Underground

lingot

Fellow UBotter
  • Content Count

    12
  • Joined

  • Last visited

Community Reputation

0 Neutral

About lingot

  • Rank
    Member
  • Birthday 01/01/1

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I'm looking at scaling my bots and this seems like quite a straightforward way of doing it. Does anyone know if cookies and proxy settings are unique to each account or are they shared across accounts. Cookies I assume would be separate but I'm not so sure on the proxy settings. Thanks for any help!
  2. Just checked it now and scraping "yahooIdFldMsg" does seem to work. Thanks for the pointer! Is there anywhere I can read about how ubot handles javascript?
  3. I'm trying to create yahoo mail registration bot and have come across a problem. The check to see if your desired name is available or not is all done in javascript. How would you go about detecting this in ubot? When clicking the 'check' button the the source doesn't change, so scraping it seems useless. Thanks for any help.
  4. I'm planning on scaling up an account creation bot and I was wondering if it is safe to run multiple seperate instances of a bot on the same machine? Will the instances share cookies or anything else that might give the game away?
  5. Thanks, I'll look into it.
  6. Is there any way to go back to the previous page within a ubot script? Maybe using javascript? Thanks.
  7. Thanks, that seems to have worked.
  8. I have a list where I've set the list postion to 5. I'd like to loop through from position 5 to the end. I've tried to use $list total - 5 in the loop argument but I get a 'Conversion from string to integer' error. What is the correct way to do this bearing in mind that the list could be an arbitary size?
  9. lingot

    send '@' key

    Thanks, that worked.
  10. lingot

    send '@' key

    Is no one else having problems with this? Sending the '@' key, or any other secondary character on a key, to a javascripted field doesnt seem to work.
  11. lingot

    send '@' key

    Hi, How would you send the @ key to a field? The @ shows up as ' once sent to the chosen field.
×
×
  • Create New...