Jump to content
UBot Underground

arunner26

Fellow UBotter
  • Content Count

    283
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by arunner26

  1. zap,I get your point zap; most product sales promotions over-hype the product. These things we want to do with automation are valuable and many people want to do them so the companies make it hard if it is against their best interest. The way I look at it is that if what we want to do is easy then everyone would be able to it and it would become useless.
  2. For what it's worth: I've been working on a bot that posts answers to answers.yahoo.com. They seem to dynamically change the element names in their html. To get the code to work I have had to first scrape the element and use the scraped information like ID to formulate the next UBOT command. It works for this application.
  3. corvuscorax, See my NOTE above: The first three commands you would probably want to put in their own define and call them by button or onload. It will look something like this if you skip the define and just put the 3 commands in the on load command: on load("Bot Loaded") { clear list(%Usernames) create table from file("C:\\Users\\Andy\\Documents\\AccountsList.csv", &AccountList) add list to list(%Usernames, $plugin function("TableCommands.dll", "$list from table", &AccountList, "Column", 0), "Delete", "Global") }
  4. corvuscorax, Here is some code I have for that: Note: The first three commands you would probably want to put in their own define and call them by button or onload. clear list(%Usernames) create table from file("C:\\Users\\Andy\\Documents\\AccountsList.csv", &AccountList) add list to list(%Usernames, $plugin function("TableCommands.dll", "$list from table", &AccountList, "Column", 0), "Delete", "Global") ui drop down("UserNames:", $text from list(%Usernames, ","), #UsernameSelection) ui stat monitor("Username Used For Login", #UsernameSelection) ui stat monitor("Password Used For Log
  5. wilriv21,These might be good questions to submit to UBOT support desk for an official answer.
  6. Yes, it is difficult to debug without seeing the code. In this instance the code is debugged already and runs like a champ in UBOT 4. Start to finish thru many steps and consistently finishes. In 5.5.11 it continues to run but stops adding to the lists. In addition, the problem moves around and starts happening some where between 30 and 40 iterations of the loop. I think there may be a memory issue lurking in 5.5.11 I have seen that bug of switching between tabs and I am not doing that; however I do have a define in each tab 2-7 which is being called by the "controller" in tab 1.
  7. Bealad00, Yes, I did see that error yesterday actually. I was changing the value of a column within a loop that was the subject of comparison in the loop while command. I changed that column used in loop while to another variable. Once done with changing the original variable inside the loop I set the new variable used in the loop while comparison. Sorry if the answer is confusing. I think there was a timing issue. That seemed to solve that issue above but eventually I moved the whole project back to UBOT version 4 from 5.5 because of other issues.
  8. fastlinks Thank you for your time spent testing. I may have over simplified what is happening with my list of what the bot does to shorten the description. There are 8 tabs in my bot, each with its own define. The problem one we are talking about is the first to run. It may be that the fact that the code is in a define and is called that is the problem. Yes, fastlinks my code in the define is similar to your example code and I do have the wait for statements in there. The bottom line is that I don't think I have a coding error because when I run the bot in UBOT 4 it runs through perfectly.
  9. fastlinks,Thanks much for your time to test. You missed what I said the problem was. UBOT 5.5.11 works well until it reaches 30 to 40 keywords then stops adding to the list. My test has 57 keywords. You have only 12 keywords in your test. Also the other two things my loop is doing is building two other lists to become columns in a table. 1. keywords found (some URLs are duplicate) 2. Date added for each URL 1 and 2 become columns in a table later.
  10. Trouble with UBOT 5.5.11. The first part of the bot I am writing does this: 1. Enter keywords 2. Create a search phrase from the keyword and search Google.com 3. Scrape all the URLs from the first page of the Google SERP for the search phrase. 4. Add the URL results to a list. 5. Repeat 1-4 for all the keywords in #1 UBOT 5.5.11 can do between 30 to 40 keywords before it stops adding to the list. It keeps on running but does not really function properly. The place where it stops working is random even when running the same keyword list. I put the code back into UBOT 4 and it ran flawle
  11. svenson78,You might want to check out this thread on missing code: http://www.ubotstudio.com/forum/index.php?/topic/17201-missing-code/ I especially like the comment on "Save and See" for making sure code is saved. I use it all the time now.
  12. dankass,Thanks for you input. I started using version 5.5.9 this past weekend and I like it too.
  13. Software,Thanks for the heads-up on Actual Installer. That may come in handy. I was just wondering from what you said, does the installer give you the option to install and/or update prerequisites like .NET framework prior to installing your software?
  14. Dan,Thanks for the heads up on that bug. I just stated using 5.5 over the weekend.
  15. orbital,Thanks for mentioning sendgrid. I have not seen their site before and it looks good like something I might use.
  16. automaton,I don't think there is a way. I think one big feature missing in UBOT Studio is an "ON ERROR CLAUSE". With an "ON ERROR CLAUSE" control of the program when an error is encounter is passed to code that can decide what to do about the error condition. When I encountered this problem with connecting to an email server I switch over to sending emails using a webpage.
  17. pftg4,Excellent suggestion. I tried many different user agents and most did not work. The one that seems to work well is Safari. I guess the html code for that browse needs to be simple and so it works. The other thing I learned in the process is that when posting to a Yahoo Answers question that the answer may only appear to the person posting it when they are logged in. I am wondering if the answer does not show up to the whole world until it is moderated. Time will tell about that. Thanks, I really appreciate the help.
  18. Hi Ubotters, I'm trying to use UBOT to submit an answer to a question on Yahoo Answers but the Yahoo form does not appear to work in UBOT browser. I can use UBOT to type the text in the form and click SUBMIT but the nothing happens and the answer is not posted to the site. Has anyone seen this and do you have a way to make it work? Thanks in advance to those who respond with ideas. This is how the form looks in UBOT (and it does not function): http://www.sweetbots.com/wp-content/uploads/2014/12/UBOTformImage.jpg This is how the form looks in FIREFOX: http://www.sweetbots.com/wp-content/
  19. pash,Thanks for the free tools!!
  20. uniquebot,I didn't read all your posts because there are just too many. Are you using a bot to SPAM the forum?
  21. itexspert, Here are a few suggestions on where to find the free proxies: http://www.ubotstudio.com/forum/index.php?/topic/5239-free-easy-proxy-scraper-bot/ http://www.ubotstudio.com/forum/index.php?/topic/12887-free-hma-proxy-scraper-bot-and-code/ http://www.ubotstudio.com/forum/index.php?/topic/16796-does-any-one-have-a-list-of-free-proxie-list-sites/
  22. itexspert, The local machine IP is assigned by the customer's internet service provider. The way to change the IP that appears to websites on the internet is by using proxies. If you want it to be transparent to the user that the bot is switching IPs then I would have the bot scrape a site on the internet for free IPs and rotate those as the bot is used.
  23. itexspert,I would not leave my proxies in the bot. I would have the bot read a csv file or txt file to retrieve their proxies and ports. In my proxy checker sample code below I have the file location hard coded. Before I sell the bot I would change that hard coding to a button where the customer can select the file with their proxy IPs and Ports in it. http://www.ubotstudio.com/forum/index.php?/topic/17234-simple-proxy-checker/
  24. jeff1985,I've been using the proxy company you see in my signature line below and they have been working for me. Their private proxies are very reasonable in price.
×
×
  • Create New...