Jump to content
UBot Underground

HarryPotter

Fellow UBotter
  • Content Count

    206
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by HarryPotter

  1. try this: http://ubotstudio.com/forum/index.php?/topic/3959-watch-out-for-this-programming-error/ my bot was freezing from this and made the change, now it's been running 12 hours straight
  2. cool. i have never ran my bots in compiled mode. just wondering if it made a difference
  3. cool! had the exact same question
  4. this should work just copy and paste the thread node a few times
  5. for those interested in multi threading... simple example script multi_threading_same_variables.ubot
  6. is there difference between running my scripts from the ubot interface or the compiled interface? if so, what are they? thank you very much!
  7. hum... getting more popups, see attached.
  8. I have got a few popups that have stopped my script from working... a couple sample includes: message from webpage - "Out of memory at line: 349" message from webpage - "the website has moved, please click ok to be redirected to the new address" along with the popup i also got a dialog box from ubot stating "Object reference not set to an instance of an object." Although it shouldn't be related as this problem should be: http://ubotstudio.com/forum/index.php?/topic/3959-watch-out-for-this-programming-error I made sure I checked the box under File --> Preference --> Block Popups.
  9. oh! thank you for this post! i just got a pop up saying "Object reference not set to an instance of an object."
  10. cool... thanks for being so HELPFUL! quick question, what is the "write to browser" doing?
  11. good to knwo for the future. both of these are specifically designed for ubot?
  12. hum... i guess mine is conflicting right now...
  13. hi! each time we add to list, there is a delete duplicate function. what i am interested in is when i use "add to list" with "$subtract list", i want to know and display with ui stat monitor how many duplicates were deleted. possible? thank you!
  14. what i do is i add data.csv to list 1 (list from file) this is assigned to a variable then i do all the "stuff" i need to do at the end i just add to list to the same variable (seperated by comma) lastly save to file... actually i save it back to the same data.csv so it keeps updating my file
  15. working like a charm, thanks! tip, just make sure to put the prescreen list in list 1, then the list to check against in list 2 when using SUBTRACT even if you mix it up though, it's easy to figure out with a save to file and stop script
  16. hum... i see. which means, there is no way the different threads can share the same variables... i guess maybe the best way to multi thread is then to compile the bot, run however many instance i need instead of 1 bot with multithreads.
  17. hey guys, here is the scenario. i have list 1, which is a list that is already processed. then i have list 2, a totally separate list that needs to be compared against. IF any lines in list 2 are also in list 1, then delete it from list 2. the remainder of list 2 will be then processed with the bot. is there a function in ubot that does this? thank you!!!
  18. hi, i have read a lot on multithreading on this forum and now i am trying to do it. from what i understand, a "thread + sub window" will essentially have the script multi thread. my question now is... what happens to the variables? say i have a working script and i want to now multi thread my bot to run 5, 10, 30 instances. if i simply add the entire script to each sub window command, but the scripts still share the same variables, it still won't work as the variables are saved to a common list/ csv file. does this mean i need to change the script for each thread to unique variables
  19. cool! looks good. going to try it out today btw, why not multithread? banning problem?
  20. just tried this and seth's method is working... BUT, i have another problem: - the loop is set to "LIST TOTAL" - i added 5 threads (each has its own subwindow) like shown in sample script - each thread is pulling from the same LIST to navigate to a new url so... since the LIST TOTAL is for example 100, effectively by having 5 threads inside the loop, i would get 5 threas running 100 times = 500, when i only have 100 items to run i can solve this problem with a eval i think. however, i want to be able to change the number of threads+subwindows running in real time, which means the ev
  21. nope, nevermind. everything is working fine! for anyone else wondering about the same problem, it made sense after reading this: http://www.w3schools.com/jsref/jsref_indexOf.asp thanks aaron
  22. thank you for the response. sorry for asking, but are there some websites you can point me to to read up more on this? i really need to get this working along side my links verifier. btw - just got responses with SE0 spyg1ass support because i emailed them about their PR checker not working. seems like even they are having trouble with bulk PR checking.
×
×
  • Create New...