Jump to content
UBot Underground

Aaron Nimocks

Moderators
  • Content Count

    432
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Aaron Nimocks

  1. Need to make a variable for a counter. $variable = 1 Loop (X tumber of times) navigate http://www.domain.com/index.php?id=$variable scrape inc $variable That will keep looping and incrementing
  2. 1) Can ubot sign into a bank acct (online banking) and copy the daily transactions into a non web based program like Quicken if it is on my desktop or can ubot only deal with web related programs? If quicken can read a .CSV then yes 2) I deal with a lot of real estate listings, pretty much all website related: Once I enter my first listing on my first website, could I teach Ubot to then go and update the listing info on Facebook, Twitter, post it on Craiglist and post it on a few other websites? Yes 3) Could I teach Ubot to go into Craigslist, rotating through 15-20 diff gmail accts,
  3. Didn't test this. But maybe try to put the code into another file and include that file which loads the UI based on your parameters.
  4. You don't just use the account constants $firtname $lastname that generates a random one? Didn't read the whole thread to see if you did but just noticed that last part.
  5. Try the refresh button or close it and reopen to see if it still is in the UI.
  6. Maybe if I knew that command was there I would of tried. Thanks, will try that one. Don't see why it wouldn't work.
  7. Your welcome! Glad you guys like the tutorials. I would have to say this is one of the most helpful communities I have been in. Everyone seems to help each other or at least give it a shot.
  8. Going to bed so dont have time to explain but heres how to scrape all the URLS on the page. If you want to remove the http or www. then you need to run it through a loop and use the replace command Replace Next List Item -> www -> $nothing
  9. No idea without seeing your code. Im guessing your list clears first and that is the first item that gets inserted into the list.
  10. Well apparently this doesnt work for compiled bots. Still getting people telling me they get errors popping up. Would be extremely nice to have this feature.
  11. I have a list item1,item2,item3 and I want it to be item1 item2 item3 Ive tried to replace the , with \r and \r\n and other combination but I can't replace the ' with a line return. Any ideas?
  12. Select list from file and it will do that. Each line in the a .txt will be a new list item. example1 example2 example3 ect...
  13. Variable Command -> Set List Postition of "Your List" Right click in red node. Select Variable Constants -> List Position -> Select "Your List"
  14. I have found the need for this in one of my bots too. If List Item contains some of this text, then remove.
  15. For the first one Select Next List item. For the next one us List Item at List Item current position. Or store that next list item as a variable and just use the variable for both.
  16. If you want to email me with details I can give you a quote. http://www.ubottutorials.com/ubot-developer-for-hire Aaron
  17. Thats the only way I know how to do it. I looked for about an hour on how to do it while creating the CSV. Its possible to do "=03432" but if someone was to use the data I think the = sign would get copied out.
  18. I don't know exactly what changed. But I changed it so that it will work. You will miss some of the results because of it, but it will work even if they do some changes. So I am guessing it works for ya?
  19. I just figured this out and I am kicking myself.... I sold some bots and some people complained about the random error that popped up. I couldn't figure out how to fix it. The script still worked fine, just the error was annoying. Well I discovered if you uncheck show errors and then compile it doesn't show errors on exe either. Wish I would of known that a week ago!
  20. I just updated it on the site. Did you download the new exe within the last hour or 2?
  21. I hope multi threading is in the near future also! If you have any other questions on capability go ahead and ask.
  22. Works perfect for me. What IE version are you using? I built with IE8.
×
×
  • Create New...