Jump to content
UBot Underground

stanf

Fellow UBotter
  • Content Count

    571
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by stanf

  1. @ code docta ?how do you write the command line
  2. I run into this problem sometimes after I've been sloppy whenever update plugins, check your plugin I directory for duplicate versions of some of your plugins
  3. Try changing the delete to don't delete and see what you get
  4. i think you need \ under the settings tab find "set website credentials"
  5. don't use the offset, if anything on the page changes the offset probably wont be there navigate("http://www.the-saleroom.com/en-gb/auction-catalogues/1818-auctioneers/catalogue-id-sr1810075/search-filter?page=1&","Wait") if($exists(<class="next">)) { then { click(<class="next">,"Left Click","No") } else { alert("not there") } }
  6. I dont understand how to write the api calls for ubot scripts
  7. Looking to hire someone to walk me through working with mashup api
  8. strange, i did a couple test compiles and i don't see anything that says downloading files
  9. the latest update talks about a download window in compiled bots, what is it?
  10. how do you execute the command? the "run ubot" code executes immediately, but when i run a small bot in the "include" it does nothing
  11. can someone explain the difference between the "run ubot code" and the "include command"?
  12. thanx cj, i've had some ideas , but since switching to the stealth. even small bots that i build for my self seem to be bloated. this is defiantly food for thought
  13. so sorry to here this news. keep your head up
  14. cant copy from the debugger again. it did not work in .8, worked in .9, does not work again in ,10
  15. if you can fill the form out using the ubot browser and it goes thru, and when your compiled bot does it you get flagged. the first thing i would think of is your speed. what human hits a page and then 2 seconds later is hitting the submit button? put a random delay (about 2 - 5 secs) between the text boxed that you fill in, try this plugin http://network.ubotstudio.com/forum/index.php/topic/13067-free-delayed-type-text-plugin-simulate-human-typing-speeds/ to slow it down some more. sometimes you cant go fast
  16. TRY ADD LIST TO LIST (LIST FROM TEXT WITH THE. ";" AS YOUR DILIMITOR) ITEM TO LIST LOADED YOUR LIST AS ONE BIG BLOCK
  17. shameless bump i ain't asking for trade secrets. but as i learn, i will be experimenting. so i just want an idea of what is possible.
  18. thanx for the pointers, but my question is not how to, but more HOW DO you as a bot builder use it to build better bots
  19. i just started my journey into php ( gotta love the udemy courses), and i was wondering you uses php in there bots and what do you use it for? as i learn i, i want to see how they can be tied together. thanx stanf
  20. i'm running 5-10 threads each scraping different parts of a site each with its own list and tables. i don't understand how to name the list on the fly. ex: scraping pages 1,2,3,i need to create list 1,2,3 scraping pages 6,7,8 need to create list 6,7,8
  21. that coming from you is good news
  22. I see they release an up grade. Is it stable and working? the first releases of stealth were a little difficult. And i don't want to waste my limited time upgrading to an even bugyer release
×
×
  • Create New...