Jump to content
UBot Underground

stanf

Fellow UBotter
  • Content Count

    569
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by stanf

  1. 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
  2. is version 6 stable yet?
  3. 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.
  4. question what online editor are you trying?
  5. http://ubotstudio.com/ http://support.ubotstudio.com/ these urls work again, looks like things are working their way back
  6. problem is i cant reset my password and i want access so i can purchase his plugin. how do you like his plugin?
  7. has anyone seen HelloInsomnia????????????
  8. stanf

    Spinning

    not bad, very readable
  9. stanf

    Spinning

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

    Spinning

    how is the quality?
  11. 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
  12. 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
  13. 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")
  14. set(#jjjjjjj,$scrape attribute(<class="r">,"outerhtml"),"Global") ---------------------------------------- set(#jjjjjjj,$scrape attribute(<class="iUh30">,"innerhtml"),"Global")
  15. when can we expect details of whats included in the new release, and how will this effect those who currently hold lifetime licences?
  16. i load popup chrome blocker extension
  17. i dont think so --------------------------------- set(#fff,"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Y_s5SWhIZbs\"frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>" ,"Global") ui html panel(#fff,360) load html(#fff)
×
×
  • Create New...