Jump to content
UBot Underground

stanf

Fellow UBotter
  • Content Count

    571
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by stanf

  1. can we do this in the forum? this info could be helpful to others. 1) hats the minimum requirements 2) what kind of life span before bot crash? 3) are you running ubot browser or xbrowser? 4 ) how do you test to ensure that things are running correctly
  2. I want to rebuild and run some scrapers on a windows host and am looking for someone experienced in this envirionment
  3. not xpath this is a regex problem (?<=Current Tax Levy.*)[\$0-9,.\n]* =================================== plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Use Portable Browser", "Chrome"), "NO") plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.dallasact.com/act_webdev/dallas/showdetail2.jsp?can=00000542731000000&ownerno=0") set(#the text,$plugin function("ExBrowser.dll", "$ExBrowser Document Text"),"Global") set(#the_current_tax_levy,$plugin function("Advanced Data Text File.dll", "$trim 2", $find r
  4. is version 6 stable yet?
  5. use xpath to scrape the block of data that has all the info loop thru each block and parse out the data you need and the save each each variable and repeat until done.
  6. question what online editor are you trying?
  7. http://ubotstudio.com/ http://support.ubotstudio.com/ these urls work again, looks like things are working their way back
  8. problem is i cant reset my password and i want access so i can purchase his plugin. how do you like his plugin?
  9. has anyone seen HelloInsomnia????????????
  10. stanf

    Spinning

    not bad, very readable
  11. stanf

    Spinning

    could you post an article and the spun article please
  12. stanf

    Spinning

    how is the quality?
  13. this is assuming that the most recent post will be the one closest to the top this was done using xpath navigate("https://speedcarsairports.blogspot.com/","Wait") add list to list(%gggg,$plugin function("XpathPlugin.dll", "$Generic Xpath Parser", $document text, "//ul[contains(@class,\"posts\")]//@href", "href", ""),"Delete","Global") wait(2) click(<href=$list item(%gggg,0)>,"Left Click","No") stop script if you dont know expath (like me), i suggest http://network.ubotstudio.com/forum/index.php/topic/17784-sell-%E2%96%BA%E2%96%BAxpath-builder-pro%E2%97%84%E2%97%84/?hl=xpath
  14. I did not open a support ticket because I did not see this as a bug or coding error. this is a defense employed by a website, something they were discussing on blackhat forum https://www.blackhatworld.com/seo/guide-how-ad-networks-and-everyone-else-knows-youre-a-bot.1119582/page-2 i noticed this is an issue whith exbrowser the in house browser in the latest release of ubot , but not in ubot5.9 just pulling your coat tail to something you may or may not be aware of , as you make a very good product even better
  15. dan, can this problem be worked around? the ubot browser opens clean, the exbrowser is detected plugin command("ExBrowser.dll", "ExBrowser CleanUp", "No") plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "") plugin command("ExBrowser.dll", "ExBrowser Navigate", "twentytwowords.com") navigate("twentytwowords.com","Wait")
  16. set(#jjjjjjj,$scrape attribute(<class="r">,"outerhtml"),"Global") ---------------------------------------- set(#jjjjjjj,$scrape attribute(<class="iUh30">,"innerhtml"),"Global")
  17. when can we expect details of whats included in the new release, and how will this effect those who currently hold lifetime licences?
  18. i load popup chrome blocker extension
×
×
  • Create New...