Jump to content
UBot Underground

taufiqkyu

Members
  • Content Count

    45
  • Joined

  • Last visited

Everything posted by taufiqkyu

  1. Hi, i use ubot to scrape google result. so it will navigate to https://www.google.com/search?q=allintitle:{$replace(#keyword," ","+")} and scrape it. the problem is when it shows captcha i get a same problem . I use the code below here at several month ago and it works perfect. wait for browser event("Everything Loaded","") wait(1) set(#GoogleKey,$scrape attribute(<class="g-recaptcha">,"data-sitekey"),"Global") clear list(%Debug) add list to list(%Debug,$plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", #AccessKey, #GoogleKey, $url, "", "", 50, 120, "", "", "", "V2"),
  2. how to delete cache with exbrowser? did delete all cookies also delete the cache and history?
  3. Hi, i want to scrape text which have length 20 characters. i use editpad and it works perfectly the regex code. but if i use it it on ubot, it always error or nothing item scrapped s it shows nothing. set(#scrape pin,"445434219393205687 558587160034686664 754775218784510962 303500462390250257 853080354401358008345565465464 330029478945439979 381680137172436924 763571311802063541 413346072052565131 806425877009023435asdfdsfsd 163396292718663893 717127940645876651 539376492864104338 604889793685992641 562316703473757198 50243352079460572","Global") set(#scrape pin,$find regular expression(#scr
  4. i i have http post plugin. is there an example how to use http delete methode? i can not find it. thanks
  5. Hi, i want to know how to http delete. plugin command("HTTP post.dll", "http method", "DELETE") https://api.pinterest.com/v1/me/following/users/asdasdas?access_token=asdasdas
  6. i think, you can use exbrowser if you want to use chrome or firefox extension
  7. hi, i want to create mail ru bot. iit works fine on registration page. but the problem after i click sign up button and it is redirected to verification page at https://account.mail.ru/signup/verify. i can not find the callback function or code. when i scrape the inner html of recaptcha form , i still can not find the call back function. if i click the continue button, then it will back to verification page again. is there any advice how to scrape callback function? i try document.getElementById("continue").click(); , but it is also failed. <form class="b-form b-form_responsive b-form_pop
  8. Hi i have advanced ubot 1. Is there a way to create a start pause resume stop for each thread. I have a bot with 3 thread so it can works a same time. But i want each thread have different start pause resume button. How to do it with advanced ubit 1. Thanks
  9. Hi iget a problem ti click submit button on pinterest login. i can not find the submit button. is there any advice to do it? navigate("https://www.pinterest.com/login/?referrer=home_page","Wait") wait for browser event("Everything Loaded","") wait for element(<email field>,"","Appear") set(#GoogleSiteKey,$scrape attribute(<src=r"https://www.google.com/recaptcha/api2/anchor?.*">,"src"),"Global") set(#GoogleSiteKey,$find regular expression(#GoogleSiteKey,"(?<=https://www.google.com/recaptcha/api2/anchor?.*?=.*?=).*?(?=&.*?=)"),"Global") clear lis
  10. Hi , i use exbrowser. i have a problem with recaptcha. i i want to use it for pinterest login. i can not find submit button for recaptcha, so i use chromex extension to solve this problem. but now i get a problem is how to input 2captcha API key on exbrowser. i open the extension setting page. but when i run my bot to change attribute or type text to insert API key, it always failed. i can't insert my api key. is there any advice to setting it? thanks chrome extension : https://chrome.google.com/webstore/detail/recaptcha-solver/hapgiopokcmcnjmakciaeaocceodcjdn?hl=en plugin command("ExBro
  11. Hi is there anyone can close the pop up/iframe for addmefast website to get points. I use exbrowser function such as close visible browser tab and send keyboard using ctrl q/w. but my points still same. but if i close it manually by clicking X button, my points increased.
  12. hi, after i use wordpress new post. how to check if my post is published or not? and how to get the new post url directly? thanks
  13. Hi, if i want to upload 50 images on a post. how to do it with advanced wordpress? i have advanced wordpress. thanks
  14. Did it support sftp? i want to upload folder to my server via sftp. thanks
  15. hi is there anyone get a problem when using advanced shell on compiled boots. i try advanced shell command with ubot studio and it works fine. but when i compile it and run the same command, the bot can not produce a same result. i want to combine csv files. it works on ubot. but it did not works on compiled bot.
  16. Hi, can 1 ubot running 2/3/more browser with exbrowser? i have exbrowser plugin too, but i can not find any command that related with this function
  17. thanks for your advice. now i will use both version. but i don't know why. the new version is more slower than previous version. i can not open my code on the version 6.
  18. i can not open most of my ubot file. wow, it likes not a stable version. it's like a beta version. we can see many problem and error.
  19. i get a same problem. my default ubot file works fine. but i can not open it on ubot 6. how to download previous ubot version? thanks
  20. Hi, is there a way to add * on a space between word. the example is like this example: 3 word my best city i want to change it to different variation like my * best city, my best * city or my best city* 4 word this is my city i want to change it to different variation like this * is my city, this is * my city, this is my * city, this is my city * for 5,6, 7, or 8 word also have same variation like above. i try reguler expression. but still confuse how to set a word and change it to different variation. i dont' know how to do it. may you can help me. thanks a lot.
  21. how to use it if i want to integrate it with multithread? usually i use next list item. but how to do it with large list? is there any example for this problem? thanks
×
×
  • Create New...