Jump to content
UBot Underground

tinku

Members
  • Content Count

    48
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by tinku

  1. you can also try with xpath download heopas free plugin and try with that because ubot browser is not so stable the code like this:- set(#xpath,$plugin function("XpathPlugin.dll", "$Generic Xpath Parser", $document text, "x://*[@id=\"browse-items-primary\"]/li/div/div[3]/div/span[2]/b", "innerhtml", ""),"Global")and follow the logic as suggested by stanf
  2. Do not try in that way ,try with http plugin if you don't want to buy it then try heopas http plugin it's free and going to serve your purpose. First scrape html document >> store in a variable >> use regex to find views . set condition if( views<10k){send mesage} else { navigate(go to next list item) } like that hope it helps you pm skype id- live:69f5974a7e15e93e
  3. @MikeTheMikeEither use portable browser below 65 or update exb with 1.3.2.5
  4. there is no way in ubot to save as complete webpage try with pash plugin but i have not used that plugin , i see on forum.
  5. hi pizza pro try with 49 browser or exbrowser because google login is not intiated in 21 browser.
  6. i don't see any captcha on the page share screenshot from where the captcha field to be clicked.
  7. Thanks TJ for your response . I am using this site http://wheregoes.com/retracer.php,and it trace all the redirect chain which i want, but i have to go one further step to catch all the outgoing url from the last Url of redirect page where a link https://brandlabinc.com/best.html and have to click on it on the link which is present on last page of redirect chain ,and if i click it outside the page the link not going to work am not catching the all outgoing urls in chain. steps like that:- 1. url hit got all the redirect chain. 2.A link e.g https://brandlabinc.com/best.htm present on last
  8. Hi to all am stuck at a point in my project , i want to catch all the urls which are navigating in a chain but in browser it is not possible to monitor it and save anywhere else. So i am using a chrome extension HTTP Headers Viewer and another one is Redirect Path which catch all the chain from starting to end. But am not able to click on extension in exb and gettin all those redirect chain. the redirect chain are as follows:- https://refererhider.com/?http://track.trackmy.co/6d7df969-73a8-4246-8a9d-82aa8b7f56d6?s1=allthegreatthings1&s2=%281%29+Simple+Trick+Removes+Eye-Bags+And+Lip+Lines
  9. Hello! I stuck at a point as i usually use shared browser command in ubot inbuilt browser when i want only first time login and after that it pass the cookies in shared browser and am still logged in. And then i can do the rest of stuff like some data inserting and posting without login again and again but am bit confused with exbrowser to do that.I have used save cookies and load cookies command but that not worked. I want to login the site only first time and after that i want to posting data in multi threading how can i used as like shared browser command in exb or anything else like tha
  10. Hi i am new in ubot studio i have pro edition i have started to learning it from last two months from youtube, ubot wiki and ubot forum. I have cleared the basis level.I am still learning but whenever i stuck at a particular point i am feeling helpless. I want to know that any training course or any expert who provides training from starting to advance level. And one most important thing how can i get help when i stuck at a particular point and if it will appears a error in my code. I am keen interested in learning ubot . Now i am facing difficulty in captcha solving uploading images, videos
  11. I have downloaded the plugin and follow the steps as in video but i get an error message any one can resolve my problem i have downloaded it free i am not donated yet i think this might be a problem or any thing else.
  12. tinku

    Captcha

    type text(<name="guess">,$solve captcha(<src="https://opfcaptcha-prod.s3.amazonaws.com/8f37bfac46224b71baf65daa4295bf3e.jpg?AWSAccessKeyId=AKIAJVH5UTBVJLKSHBNA&Expires=1493623266&Signature=iEKZvF9%2F5%2BoS7UzYFLtQzj5K5KQ%3D">),"Standard") I have used above script to solve the captcha but it is working only when i select the image from advance element editor but i want to solve it either by wildcard or by regular expression so that when next time the captcha images changes it solve it any one be there to help me i am using 2 captcha and ultimate captcha plugin by abbas
  13. first you have to put your 2 captcha key in the given field activate the plugin and then call it i have also purshased it and it is working but it not working for captcha with image to drag over but for flash captcha it works fine rest you can approach to abbas for any query either email him or skype i hope the information is helping you
  14. Hi, I am facing a deep problem to uploading a file to the website which have javascript and drag and drop option, and i see that more than 80% websns ite have flash java script uploader and with drag and drop option , i have used chrome 21 as suggested by members and changes file field but it is not working and my problem remains same. I am stuck in to that my work is not further processing ,i am glad to see if any one respond me with solution . looking forward from elite members with proper solution i have changes code in advance element editor and tried all options like class, innertext ,i
  15. I have applied all your mentioned method but none is working my problem remains same , if it possible would you like to hint the scripts , or any plugins required ,or code to be change in advance element editor?
  16. Thanks for your cooperation it is working.great i have responded you lately because i am not able to login in forum from last two days
  17. Hi, I am new in ubot and i am doing a project its description is:- First i have to upload images from a folder like 5 to 10 images i want to upload, but in ui open file option only one image is selected at a time but i want to select whole folder which contain all images, and put in list then increment it one by one to upload at right position however i have done it by putting them in list with get file command, but i have to done it from ui open option is it possible or any other way to do it. please provide a way how to do it through ui option because i have to submit project as i h
  18. How to upload a audio,video, ppt or PDF file to a website which have Java script uploader or drag and drop option in file browse option , I am facing problem to uploading these files which have above mentioned extension,i am attaching all files on which I am working please provide a solution to upload file. Below is the code:- ui text box("Email:",#Email) ui text box("Password:",#Password) ui open file("Upload File:",#Upload) clear cookies navigate("https://www.4shared.com/","Wait") click($element offset(<login button>,2),"Left Click","No") wait(2) type text(<name="login">,#Email
  19. I am facing the same problem the website which have Java script to upload file or drag and drop option it's a bit diffcult to upload file anyone can help me ?
  20. How to create plugin and add them
  21. How I upload all images in one folder through ui browse button.
  22. How I upload a file or image through multithreading by multiple login pls help or guide me.
×
×
  • Create New...