Jump to content
UBot Underground

earthlingj

Fellow UBotter
  • Content Count

    244
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by earthlingj

  1. hahah dont get me wrong, it works great for me and im very happy and grateful! but without a small delay of even .1 seconds i was getting that tmp error. Now that i have the .1 delay it works great so thank you
  2. its the exact same code just remove the thread safe container from the increment. anyways ive added a longer delay and now not getting that tmp error and thread count is all dandy
  3. yeah that post was more to show HIM that thread safe container isnt really working 100%. But when i tested with just YOURS and no thread safe containers, i got the local tmp error when using in new browser and 100/250 threads. if im not using in new browser then it works beautifully.
  4. nah man, i was getting it by only using yours as well. then i tested with both.
  5. I've tested with both. It seems to happen only when using 'in new browser'. that threw off the thread count as well as the tmp error. when i removed in new browser it worked without error.
  6. Ran some more tests. seems like if you use 'in new browser' you get that local tmp file error... once i removed it i didnt get that error anymore. secondly, check out this code below. all i did was add a variable "jesus" and an increment. at the end of the run jesus should = whatever COUNT you set, but when running with 100 threads its way off. i then tried adding thread safe container to the increment jesus and still off. so thread safe container is not working 100% i dont think as other people have stated.
  7. awesome plugin! although i seem to still have issues with thread counts. i used your exact demo script. I tried with 50 and 100 threads and the thread count was off as well a some of the error pop ups http://prntscr.com/25cdc0
  8. yes i agree 20000% that it needs to be able to return errors / success for smtp
  9. nope, still haven't figured it out. its really frustrating that i cant even run a bot for 24 hours. 6 hours if im LUCKY. and its even more frustrating that support doesn't really help at all.. I added you to skype traffik cop
  10. So im going crazy trying to figure out WHY my threads die and dont come back. If i start with 20 threads, after an hour ill be down to like 10 threads.. after 2 hours ill be down to 3.. etc etc ive tried getting support from ubot 100 times but its too slow getting 1 reply a day that doesnt help at all. I've been going back and forth with support for over a week now, but they are really slow and its not getting anywhere.. I am willing to give someone $100 if they can solve my problem. if you are interested i guess DM or post here your skype Thanks
  11. Hey any of you guys that bought this able to figure out how to get twitter profile pics to upload? i could really use some help. also pinterest following i get how to do get / post ive gotten far.. just stuck on those 2 things since they work a bit differently.
  12. Hey i have been using it and i dont think memory is the issue. ive got 32 gigs of ram and 360 gigs ssd. even if im running low threads, lets say 10. threads are still dying and before an hour ill be at 0 threads working
  13. ughh this is driving me crazyyyy. yeah my machine can handle that, but its not using that many. or it does at first... but then they die down until im down to only a few threads..
  14. anyone having an issue with this where threads arent opening back up? for example.. im starting with 50 threads.. and after an hour if i check.. only like 10 threads will be running
  15. Is it possible to add list to list without having the list position set back to 0? basically im creating a bot that will scraper GLOBAL users per thread and then DM them. I want to use a global list so it doesnt send to duplicate people. problem is.. itll work going to next list item etc etc per thread, but once it does another scrape and adds to the list, the list position goes back to 0 which messes up the order. Help plz
  16. someoen told me all i do is complain and never help out so i will help out lol.. not sure if this si the best way but it works it wouldnt be ' clicking ' but you can navigate
  17. Yeah i mean that will work for blanks, but what about max text lengths? Thanks tho
  18. So as you guys know.... alot of sites have limits on username // password lengths i tried using TRIM - substring (starting point 0 - max length 14) - username but sometimes the value will come out completely blank? Am i doing something wrong or is there a better way of doing this? Thanks
×
×
  • Create New...