Jump to content
UBot Underground

ptlrc

Fellow UBotter
  • Content Count

    103
  • Joined

  • Last visited

Everything posted by ptlrc

  1. i tried to send email with smtpsendemail i choosed html format, and the message is : i also tried other format like <a href="www.google.com">any text</a> but the link in the email i got will be https://3d"www.google.com"/ what should be the right format?
  2. aymen, please help me with the proxy questions first: when i set proxy credentials , and change ip in ubot do i still need to set proxy in http get/post if i need to set proxy in http get/post, the format should be ip:port:user:password? second: when i deserialize cookies, how can i make it work with private proxy?
  3. anybody know how proxyrack work with ubot?
  4. i have been looking for a good win7 vpns or dedicated server for ubot for a while. it would be better if it is Dynamic Ip and usa based please give me some advice
  5. ubot browser crashes too too frequently, and browser turns blank after crashes
  6. still get no answer, and can not find a solution, is there any code for scroll down parameter for http post??? i can pay $50, please pm me if any one can help
  7. thanks for your quick reply, and please help me out again i do have the latest http post plugin . what i am trying is to save a ubot browser cookie , and then i can use it next time. i have tested in this way: after login ubot forum in ubot browser manually then run the following code set(#cookie, $eval("var x = document.cookie; x;"), "Global") clear cookies navigate("http://www.ubotstudio.com/forum/", "Wait") wait for browser event("Everything Loaded", "") wait(2) run javascript("document.cookie=\"{#cookie}\";") navigate("http://www.ubotstudio.com/forum/", "Wait") it is not lo
  8. how can i load a cookie to current ubot browser? i have followed aymen and dan's instruction, and it is nice with http plugin. but when i try to load cookie to current ubot browser, it would not work. i have test in this way: after login ubot forum in ubot browser manually then run the following code set(#cookie, $eval("var x = document.cookie; x;"), "Global") clear cookies navigate("http://www.ubotstudio.com/forum/", "Wait") wait for browser event("Everything Loaded", "") wait(2) run javascript("document.cookie=\"{#cookie}\";") navigate("http://www.ubotstudio.com/forum/", "Wait")
  9. load cookie to http post works, but load cookie to ubot browser not works for me
  10. i hope someone can come to help us out we do need to load cookies from a file to ubot browser as http /socket function. and i was wondering, if load html from a file can reload cookies? is there any code with run java function, we can load cookies???
  11. https://www.facebook.com/kepulut.keder?fref=pb&hc_location=friends_tab https://www.facebook.com/profile.php?id=100001690564456&fref=pb&hc_location=friends_tab how can i extract the id only from the above links with regex as the format is different
  12. uninstall the ubot5, ubot 4, and delete the appdata/ubotstudio file, and reinstall ubot 5, then error gone but the browser still crashes and pages turn blank
  13. it crashes everytime after it runs about 5mins, and now, there are another error , assertion error
  14. tried ubot 4 , got the same problem
  15. i am using ubot 5.0.11 and trying to run ubot with multitreading in shared browser as fb would require relogin if in new browser, and once the the browser crash, and popup browser.exe the left navigate pages will always be blank after i close browser.exe
  16. ok, function is for return value, but when you change it to command, and delete return(%LIST), it would not work
  17. why it is not working when you change the function to command?
  18. humm, still got no reply from Abbas, if any one can offer me the code for http post to scrape facebook friends page, please send me pm or reply here, i will pay 50$ for it, thanks
  19. thanks Abbas, i have been trying to learn fiddler, but i am too newbie or stupid to lean it, lol, can i pay you 50$ for you to offer me the http code to load the full page of facebook friends. please pm me
  20. 1, can it be multithread? 2, can i import a user id list and it will search theses ids' all friends 3, the speed of scraping, 100friends/1mins or ???
  21. i want to scrape the facebook friends page for all users , like this https://www.facebook.com/*/friends have been searching google for days, and also bought http post, and facebook api(which now can not scrape friends with a specific user id), now, i prefer to http post , but http post and socket command seems can not scroll down to the page bottom like the run java code did. any body have a idea? i think many botter is trying to find it out. looking for help, and thanks a lot
  22. is it possible to scroll down to scrape more facebook friends page with http post?
×
×
  • Create New...