Jump to content
UBot Underground

earthlingj

Fellow UBotter
  • Content Count

    244
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by earthlingj

  1. facebook api login may work, but $fb api http graph token authorize doesnt. wasn't $fb api http graph token authorize created to be able to do all the graph token permissions in 1 go? rather than having to use browser or any work around?
  2. Yeah I could do it that way, but itd just be way nicer if $fb api http graph token authorize worked
  3. set(#Get Token, $plugin function("FBAPIPlugin.dll", "$fb api http graph token authorize", #Email, #Password, #UserAgent, #Proxy), "Global") Does not work and I have to do it manually which sucks. I dont like using the fb api login command because then it pops up the login dialog so it sucks for full automation. There is no other way?
  4. has this been fixed? "If you/your customer experience problems using this api go to: https://www.facebook.com/login.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fexplorer%2F145634995501895%2F select to generate a token, and permissions checkbox each and all check boxes in all tabs to fully enable the plugin. Then the plugin will work as normal for now. this will be taken care of in an update so you don’t initially have to do this."
  5. any update? the checker would be nice since a lot of the links dont work
  6. I cant believe ubot cant handle unicode!? thats extremly lameeeee
  7. any ETA on when http upload will be fixed? desperately need it for majority of my bots for profile image uploading and image posts. again, http upload function works, the problem is its not including the headers and cookie string which makes the request fail. also getting this error on any function that has to do with a file. http file download. http upload etc: http://prntscr.com/3x1qve The functions still work, but that error pops up in studio now before it never did.
  8. http upload isnt passing cookie string or custom headers anymore. actual request: http://i.imgur.com/VBHfSXt.png ubot http upload request: http://i.imgur.com/QbCbanI.png
  9. hmmm i seem to be having issues, but its late at night. WIll try tomorrow and see how it works. SO basically passing a variable to a define keeps it local and in that way instead of next list item, i can use a variable with an increment and list item to successfully go to the next list item, correct?
  10. SO if i pass a parameter outside the thread command into a thread command, it stays local to that thread?
  11. I thought they no longer have a developer? That's why there hasnt been any updates in months. The thing with tables is, if im using 'increment' to go to the next row of a table, isnt increment also not thread safe?
  12. Yeah i tried with memory but i have plenty of memory i have 32 gigs ram and 320 gigs ssd drive with quad core processor. But doesnt it have to do with thread safe container? since it should contain the 'next list item' until the current thread finishes?
  13. So using tables with threads works fine but lists dont? It should be fixed and its just not add item to list its also next list item and i assume any list function. The problem is.. eddie quit... and ubot 4 is no longer updated... so seems we are screwed.
  14. Yes i understand that, therefore if you have the thread safe container on a 'next list item' it should always wait for a thread to finish before it starts the next list item of the next. If you try it out, you'll see it only makes it worse and produces less results than without thread safe container. Please go to: http://www.ubotstudio.com/forum/index.php?/topic/15441-free-plugin-threads-counter-ubot-v4-threading-fixed/?p=95829 and try out that code. run it without a thread safe container. as you can see it still doesnt complete all 1k tasks because ubot cant handle 'add item to list' .
  15. with multithreading and lots of threads? Doesnt seem to be working. The thread loop count is much higher than the list position ( from next list item with thread safe container ) which means the thread safe container isnt working on the next listen item function otherwise the list position would be the same as the thread loop count just did many different tests. it doesnt work... if you think it works, id like to see a multi-threaded example of yours with lists functions that are 'thread safe contained' working with up to 100 threads.
  16. 'thread safe container' doesnt work with list functions like next list item and add item to list and maybe more.
  17. Just tried out your code and i see what you mean... this is a HUGe problem and the fact that 'thread safe container' doesnt work at all or even makes it worse means there is no solution to this..... LAME i hate ubot
  18. Im simply just doing ' next list item ' of an already scraped list and it seems to completely skip it. even if i use 'thread safe container' on that next list item command, the thread loop count and the list position are completely off meaning its still getting skipped. I guess ubot simply cant handle more than 50 threads and thread safe container doesnt even work. thread count works most of the time, but i still sometimes get -negative count
  19. If i have the wait @ .5 then it skips some 'next list items' if i have the wait @ 1 then it doesnt skip next list items, but sometimes the used thread count goes in the negative??
  20. This works really well when using lower threads, but when using my proxy checker @ 100+ threads, the count goes way off and ends up at 0 even though the process of checking proxies is far from complete.
  21. hey aymen, Doesnt seem to be working at all even without proxy now.
  22. cool stuff patrick! thanks you 14 year old millionare you
×
×
  • Create New...