Jump to content
UBot Underground

alcr

Members
  • Content Count

    1795
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by alcr

  1. Well, you would have to have a delay in the script which waits for the thread to finish. Thats why only one is being runned
  2. Hehe well this is some bug with the forum. I've asked the other guys to create a ticket at IP board numerous times about it, but nothing seems to happen But yeah, send me a PM with your recepit and I'll upgrade you to the right group. Btw, If you guys have missed it, theres a new table tutorial http://vimeo.com/12994766
  3. UBot is not intended for this usage and it would probably be quite messy. I would avoid it
  4. Just make sure that the VPS got enough memory!
  5. Oooooh I must have misread something. Yeah use $application folder
  6. Putting all the code in a subwindow / compiling the bot will result in no javascript hooks into the IE browser = Javascript will react differently.
  7. Yeah that field is freaking horrible. I've never been able to automate that particular field haha.
  8. I believe this is pretty much impossible right now unless you load in a settings.txt or something.
  9. Did you try putting your code in a subwindow/compile it?
  10. Whats in the if condition? Maybe that element is missing = the if is skipped.
  11. No it's the same thread. So you would have to put a new thread for each subwindow if you would them to run at the same time.
  12. Try putting your code in a subwindow. That will make UBot release their javascript hooks into IE. Makes working with facebook easier!
  13. In sub window are opening up a new IE window while the threads is opening up a new thread. http://en.wikipedia.org/wiki/Multithreading
  14. A loop which would loop 1 time works fine
  15. alcr

    multi thread

    Yes. And nevermind the manual talking.
  16. This is because the Internet Explorer javascript engine does not load in if there aren't any javascript on the page. And as far as I know, nothing can be done about that right now.
  17. I can make one in a few hours! But the navigate node (or whatever node that brings up that dialog) should be in the thread with a delay of a few seconds. And then in the real script put click dialog button.
  18. Try running the code in a subwindow or compile the bot, just to see how the javascript hooks reacts about it.
  19. if choose by attribute then do x y z
  20. I can't really download the file, it just keeps asking me to wait 30 seconds.
  21. alcr

    multi thread

    There are multithread support already! Look for the 'thread' command. It's completely manually though so it's hard to do something good with it I'm afraid. (more than simpler tasks)
  22. Yes you would have to put the node which brings out the dialog in a different thread, and then a delay. And in the first thread (your script), click dialog button.
×
×
  • Create New...