Jump to content
UBot Underground

ptlrc

Fellow UBotter
  • Content Count

    103
  • Joined

  • Last visited

Everything posted by ptlrc

  1. save cookie and load cookie not stable.
  2. i made payment 20days ago, and get nothing, it is a cheater
  3. update chromedriver will not fix the developer extension popup here is my chrome info Version 52.0.2743.116 m Google Chrome is up to date.
  4. i got a problem with my new bot i set wait for dom ready expires 15 seconds. but it do not expire after 15 seconds, and not continue to next step, and do not show any error.
  5. can you please share me the amazon customer login script
  6. you have not yet upload 1.1.76 to zaxaa and the 1.1.75 already not work+
  7. load cookie seems not work on java based sites
  8. it did not show pop up for update when i launch it, and the old version do not work now
  9. thanks for your reply dan with same code, hotmail captcha can be downloaded with firefox, but can not work with chrome. plugin command("ExBrowser.dll", "ExBrowser CleanUp") plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "") plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://signup.live.com/signup?wa=wsignin1.0&rpsnv=12&ct=1450141336&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https%3a%2f%2fmail.live.com%2fdefault.aspx%3frru%3dinbox&id=64855&cbcxt=mai&bk=1450141338&uiflavor=web&uaid=cc8445e4797e4b2d83515e95f43f9289&a
  10. https://www.zoho.com/mail/login.html for this site test email: iwanttotestit@zoho.com test password: password123 how can i get the redirect link after you try to login , the link should like this . https://accounts.zoho.com/unconfirmed?action=ui&user=f5c0a89e3ce4fe975b16e5e94608dd65f6b658133363dddf8d4f3e381feaab29bb19638bc1a503440d18b0c3981883a4&serviceurl=https://mail.zoho.com&servicename=VirtualOffice here some the code i have done plugin command("HTTP post.dll", "Clear Cookies", "http://zoho.com") plugin command("HTTP post.dll", "Clear Cookies", "https://accounts.zoho
  11. is there any way to download the catcha image while creating hotmail account with chrome?
  12. i got problem to post on facebook groups seems exbrowser click is not exactly the same as you click buttons with your hand. here is my code: if($plugin function("ExBrowser.dll", "$ExBrowser Element Exist", "x://button[contains(@class,\"_42ft\")][contains(@class,\"_4jy3 _4jy1\")][contains(@class,\"selected\")][contains(@class,\"_51sy\")][contains(text(),\"Post\")]")) { then { plugin command("ExBrowser.dll", "ExBrowser Click", "x://button[contains(@class,\"_42ft\")][contains(@class,\"_4jy3 _4jy1\")][contains(@class,\"selected\")][contains(@class,\"_51sy\")][contains(text(),\"Po
  13. it do not work for me, i try it on facebook groups comment plugin command("ExBrowser.dll", "ExBrowser Send Enter to Element", "x://div[@data-block=\"true\"]") this does not work. and i think it would be better with a {#Enter} parameter rather than command. press Enter after we finish typing without considering what is the element to send the Enter hope you understand what i mean
  14. is there any way to send Enter with exbrowser? {#Enter} seems not work with exbrowser send keys
  15. please help me with click the join group in facebook. the source code of facebook is the following. and i want to click the "public group" only "join group" button. it would be better if the code contains //a[contains(@ajaxify,"ajax/groups/membership")] <div class="_8u _42ef"><ul class="uiList mhm mtm _4kg _6-h _704 _6-i"><li><ul class="uiList _509- _4ki"><li><a class="_5xs-" href="/groups/197109583737498/?ref=browser" data-hovercard="/ajax/hovercard/group.php?id=197109583737498">FRIENDS OF KHANBABA RAJPUT</a></li><li><span class="_51l
  16. chrome automation extension has crashed my chrome is the newest version. and here is the code: plugin command("ExBrowser.dll", "ExBrowser CleanUp") plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Set Browser Language", "EN")) plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.facebook.com") my ubot is in newest version too i also submit a request on https://botfactory.helpdocs.com/
  17. with the newest version, there is problem with chrome browser : chrome automation extension has crashed
  18. no, i like your plugin. but can you find a way to set chrome's default language to English when it is lanched by exbrowser. as in my computer , the default language switch will not work if chrome is lanched by exbrowser
  19. hey, thanks dan, and both expression works but exbrwoser seems do not support chinese. plugin command("ExBrowser.dll", "ExBrowser Change Dropdown", "x://select[@id=\"BirthMonth\"]", $plugin function("ExBrowser.dll", "$ExBrowser Scrape Element Attribute", "x://option[contains(text(),\"五月\")]", "value")) ````````````` i have set my chrome default language to english, but it is english when i run chrome Manually. but if is still chinese if i use exbrowser to run chrome.
  20. thanks for your reply, but it is not working. can not locate element error
  21. hey, please help me. i am trying to register hotmail account and i can not change dropdown value for the month , day and year options. please help https://signup.live.com/signup?wa=wsignin1.0&rpsnv=12&ct=1442307162&rver=6.4.6456.0&wp=MBI_SSL_SHARED&wreply=https%3a%2f%2fmail.live.com%2fdefault.aspx%3frru%3dinbox&id=64855&cbcxt=mai&bk=1442307164&uiflavor=web&uaid=d1145a9c1b214698add61cc808c4f6ee&mkt=EN-US&lc=1033&lic=1 and i tried this, but not work plugin command("ExBrowser.dll", "ExBrowser Change Dropdown", "x://select[@id=\"BirthMonth\
×
×
  • Create New...