Jump to content
UBot Underground

bluegoat

Fellow UBotter
  • Content Count

    185
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by bluegoat

  1. Having any luck? Anxious to see how this works.
  2. Seth or anyone else, could you please show a simple working example bot using $find_regular_expression. I've tried many times, but can't get it to do anything. Thanks, John
  3. Could try using replace... article-body-replace.ubot
  4. If you need to search for sub-domains or sites like.co.uk I just made a bot with the help of webautomationlab and posted it here: http://ubotstudio.com/forum/index.php?/topic/3149-scraping-top-level-url-from-yahoo-site-explorer/page__view__findpost__p__10539
  5. Thanks webautomationlab, I just made a bot with you example... worked great. Here it is: trim to root.ubot
  6. Thanks, I noticed the business listings on one search and the results didn't match up, makes sense now.
  7. Have you tried the "search page" within an if ststement?
  8. Take a look at the fix I used on turbolapp's bot here: http://ubotstudio.com/forum/index.php?/topic/3147-keyword-ranking-bot/page__view__findpost__p__10399 You should be able to modify the javascript to do what you want, but I think you would need a list of every TLD since it only works for single dot TLDs (.com, .net, .info, .ca, etc) and not intl TLDs like .co.uk etc with multiple dots.
  9. I got your bot working, only had to change three things. Just enter your URL like "mysite.com" no "http://www." or sub-domain. Also, it won't work for sites that end with more than one dot in them like .co.uk Here you go... SERP fix.ubot
  10. For the email, try "change chosen attribute" since "send keys field chosen" seems to be removing the "@" character.
  11. I noticed that too. The first time the top is cut off, second time the left side is cut off, then third if you click somewhere in the browser, it shows the whole image.
  12. Try setting "Use brute force on captcha" to "No".
  13. bluegoat

    Loop Error

    No problem. The simplest mistakes are the ones that usually cause the most problem.
  14. bluegoat

    Loop Error

    You need to change your loop to loop the "list total" of the list. It's also a good idea to clear your lists at the beginning of your bot or you might still get errors.
  15. I posted a bot a while ago in another thread that sounds like what you're trying to do. Here it is: http://ubotstudio.com/forum/index.php?/topic/2915-text-box-are-keeps-changing-for-choose-by-attribute/page__view__findpost__p__9240
  16. I had this happen alot when I first started using UBot, loosing lots of work. I got in the habit real quick of using the "save bot as" every few changes I make. It also makes it nice to go back to a previous saved version if you screw something up. So when you have any problem, you have a nice folder full of previous versions if you need them, I usually do. your bot 001.ubot your bot 002.ubot your bot 003.ubot your bot 004.ubot your bot 005.ubot your bot 006.ubot your bot 007.ubot your bot 008.ubot your bot 009.ubot your bot 010.ubot
  17. I've tried the same as you and also private proxys. For some reason if I shut-down and re-start UBot, I can usually get one vote in, but it looks like their tracking something that I don't know about. This post here also seems to be using alternative tracking. http://ubotstudio.com/forum/index.php?/topic/2626-how-i-cleared-out-browser-cookies-temp-in-ie7/page__view__findpost__p__8644 Hopefully someone here will share a work around.
  18. This should give you some ideas... multiple replace.ubot
  19. You're probably using IE8, that bot was created in IE7. Try this for IE8, it also uses CCleaner to clear the cookies. contest voter IE8.ubot
  20. I got you bot to loop, but not sure if the script for proxys will work as I didn't have any to try. contest voter.ubot
×
×
  • Create New...