Jump to content
UBot Underground

stanf

Fellow UBotter
  • Content Count

    571
  • Joined

  • Last visited

  • Days Won

    11

Posts 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 regular expression(#the text,"(?<=Current Tax Levy.*)[\\$0-9,.\\n]*"), "", "Trim All"),"Global")

  2. 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

    • Like 1
  3. 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

  4. 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")

×
×
  • Create New...