Jump to content
UBot Underground

stanf

Fellow UBotter
  • Content Count

    566
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by stanf

  1. how does this plugin handle googles secured browser check ?
  2. the latest version using the option to use chrome loaded on my machine
  3. the compiled bot does not launch properly , I get a browser window and this error message
  4. i don't believe no one stepping up to python
  5. I’m just beginning my journey into Python im in the variables and list operations stage of my journey, and I’d like to understand how to pass data back and forth from UBot to Python and back again. thanks for reading
  6. I understand that. what do you suggest that is this Natalies on the machine when installing either 5.9 or 6.7 like net 4.5 ( or it equivalent , I believe the latest release is net 6.0) and Visual Basic releas (?) any suggestions I’ve reached out to the automaxed plug-in people but after 2 days I’ve yet to hear from them
  7. Who uses automated plugins? i have some questions.
  8. I have no idea. this is a new laptop windows11 installed UBot 5.9 net 4.5 installed Visual Basic 64 installed automax plugins installed Am browser automation Am data& files automation amdata base automation am desktop automation am dialogs extention am document automation am email automation am images automation am network automation am os automation am time and date automation am UBot extention 1 & 2 am video automation am apps automation 5.9 would not compile First thought was 5.
  9. Why? this has been an ongoing issue with with this install even before the addition of automax plugins
  10. Brand new laptop, windows 11 downgraded to windows 10 there is literally nothing else installed on the computer installed UBot 6.7 did a small two line bot and it compiled started in stalling plug-ins by automaxed got five installed and it would not compile anymore shutdown ubot rebooted the computer Now the drop down menu es do not populate HELP please
  11. Fresh reinstall of UBot 5.9-55 will not compile will not start to compile let it sit for an hour and nothing happens
  12. stanf

    Captchas

    Who has a decent plug-in for captchas?
  13. Small problem fresh computer (win11) latest chrome download chrome doesn’t launch firefox launches fine
  14. My hard drive just crashed so u need to set up my system again were can i redownload versions that I have paid for
  15. I’m just finally getting around to checking this thread and starting to read about some me of the updates. but I have not seen anything related to the stability of the current version and I see that there is a new pricing plan in place and I’m wondering how that effects those of us with developers license that may be considering upgrading?
  16. How is UBot these days? I own the developer version in the last truly stable version 5.9 but have not used it for several years but since the advancement in chat artificial intelligence it may become something that I might want to invest time in again. are the new versions stable or buggy? is the development community still active come on bitters what’s the story?
  17. just upgraded to the latest version and i cant save my code
  18. did you solve this issue? if not can you link the page?
  19. how do you visibly see the bot to ensure that things are running correctly ?
  20. 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
  21. I want to rebuild and run some scrapers on a windows host and am looking for someone experienced in this envirionment
  22. 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
  23. is version 6 stable yet?
  24. 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.
×
×
  • Create New...