Jump to content
UBot Underground

itexspert

Fellow UBotter
  • Content Count

    426
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by itexspert

  1. No guys you didn't understand see i know how to solve captcha thing is how to code it for someone else who doesn't have Ubot studio this is my issue there is no textbox for Captcha Username or Password which i could implement for my users at least not the ones i am aware of,I can do it on my computer but what about theirs?? EDIT:You know what guys i will just do it old fashioned like in Imacros open a thread navigate to their API upload the picture and solve it i will make Ubot save element image on to the Local Disk C so there shouldn't be any errors!
  2. Hey guys i need some advice from more experienced members. So which is smarter to use i often see softwares like GSA Captcha Breaker or Captcha Sniper,is it possible to integrate those in Compiled Bots for selling purposes? That is my first question now other one, Did anyone tried to automatize AddMeFast Website i am having troubles with Frames there,Ubot Web Browser cant open Frames in new window so it just get stuck. This is page source with the element which I usually have to click <center><div class="fb_page_title">midbrainactivationinfo</div><div style="widt
  3. I am here less than a month and even i build and sold some bots.... I guess it all depends on how dedicated you are!
  4. Ok which Web Site you would recommend for such action?
  5. See that is my thing i am looking for a way to change Ip without Proxies and my Clients (Most of them) dont know how to work with them and i was wondering is there any other way to change IP on Local machine is there some programs or plugins i could integrate with my Bots?
  6. So i wanted to know from those who sell their bots,how do you change IP in your Bot? I mean when you deliver it to your Customer do you just let him use Proxies or is there a way it can be changed safely inside the Ubot itself i saw the trick with HMA but not everyone can afford that software so that my question . Which method of Changing IP do you prefer when you deliver Bots to your Clients?
  7. Hey guys i am having the weirdest problem i cant seem to find the error this time mainly cause there is no error until about 18,19th loop. So Script starts acting weird after about 18 loops it starts to generate a lot of errors so i attached few photos just to see what happens! Those pictures attached are some of the errors i encounter when the script runs after about 18 loops until that it all works fine no problem whatsoever! Please advise me what am i doing wrong also here is the script attached Script also has an UI panel made from Carl-s tool for designing SSUB i excluded it in here
  8. So this is the relevant code,i am trying to scrape something from Yelp but issues begin when Ubot starts mixing up tables and entiers This is what i need: we have 7 variables title company address1 address2 address3 address4 Phone Now sometimes these appear on the site and SOMETIMES NOT (VERY IMPORTANT) What i need to do is this: If Variable managed to find some text to scrape Then Save it inside the variable Or Else Just put in $nothing (I tried to use normal text like "not available") So when script tries to place item to list it will be either Real scraped Info-----or "not available"
  9. haha the first thing i did when i got ubot was this,but this is great for newbs and brand new users,good tutorial mate!
  10. Hey Carl man i am having a problem i cant import Ui Drop Down elements from my Ubot code when i click on "Load next Ubot element" nothing happens it works with text boxes but with Drop Down menus it cant import them,could you check this please? Best Regards!
  11. i noticed when i switch from code view to Node view half of my code is gone.....
  12. Can anyone update this http://www.amazon.com/gp/aw/d/B000M5NPKU/ref=mp_s_a_1_1?qid=1416838573&sr=8-1 how do i get ASIN number of of these links?
  13. More important can i use the define command to stop the scripts instead of UI Button?
  14. So for every modules inside the script i will have to place this ui button("Start") { set(#start, 1, "Global") loop while(#start = 1) { Comment Pictures() wait(.0001) } } ui button("Stop") { set(#start, 0, "Global") } Can i use like a Global Function to stop entire script at once regardless of the modules which i am running?
  15. Hey guys i hit a snag......again i know i am getting boring but instead of making new topic i will just post it here I have a huge script and everything works fine what i cant figure out is how to put like a Stop button which stops all processes i read here and saw few examples with Ui Buttons Thing is my entire script is in between "Define" commands and i don't know how to apply it to that feature i will give you example: Comment Pictures() define Comment Pictures { navigate("http://www.gramfeed.com", "Wait") wait(4) type text(<id="search-query">, #hashta
  16. Try This One you can add bigger waiting time if you want. clear list(%urls) navigate("http://www.amazon.com/gp/bestsellers/electronics/ref=sv_e_1", "Wait") wait for browser event("Everything Loaded", "") set(#scrape, $scrape attribute(<outerhtml=w"<a href=\"http://www.amazon.com*">, "href"), "Global") add item to list(%urls, $list from text(#scrape, $new line), "Delete", "Global")
  17. Guys i have both versions Ubot 4 Latest version and Ubot 5.51 i requested the older version of Ubot from support cause i thought its different and they were kind enough to give me that version so as someone who uses both of these i can tell you this: Nothing Important really changes Design looks a bit different and few functions more which i never use so it all comes down to what are you looking for in a software like this,i am lucky enough that there are so many people here willing to help each other here on forum so whichever version you use from my experience all the important things are
  18. This is beginning to be a serious Bug,so many users have issues and you are a longtime user which means this has been going on for a while,really strange behavior i think its because of Ubots connection to internet and its software being partially controlled by their server,probably for protections of Ubot software!
  19. Thank You Kindly Mr. Zap!
  20. Ok it worked temporarily this is the new issue clear cookies set user agent("Android") allow flash("No") allow javascript("No") allow popups("No") allow css("No") allow images("No") increment(#row) clear list(%ripoff) allow images("No") navigate("http://www.ripoffreport.com/c/483/automotive/auto-mechanics", "Wait") wait(10) set(#ripoofreport, $scrape attribute(<href=w"http://www.ripoffreport.com/r/*">, "href"), "Global") add list to list(%ripoff, $list from text(#ripoofreport, $new line), "Delete", "Global") loop($list total(%ripoff)) { navigate($next list item(%ripoff), "Wait")
  21. Hey guys try to open this site in your Ubot http://www.ripoffreport.com/r/czar-delivery-usa-inc-/coral-springs-florida-33076/car-delivery-usa-inc-all-day-auto-transport-fraudulent-bait-and-switch-said-800-at-deli-1184929 I am trying to scrape address and Phone number,Web,and web address but my Ubot keeps shutting down???? Can you guys try is this happening to you?
  22. Ok so i do that and then what where do i place Alert? let say my command is called "Login interface" and i pull it in Ubot now how does the Alert Fit in do i just put it below the "Login interface"?
  23. Guys i am having a small issue with Alert Command see i already created a stable working bot it all work thing i i would like users to know when some process is done this is a small part of the code its pretty basic stuff. ui text box("Username", #Username) ui text box("Password", #Password) define Login to Your Account { navigate("www.gramfeed.com", "Wait") wait(4) if($exists(<outerhtml="<img src=\"/Instagram_signin.png\" border=\"0\">">)) { then { click(<outerhtml="<a class=\"link\" onclick=\"logOauth(0)\" href=\"/oauth/login\"><img s
×
×
  • Create New...