Jump to content
UBot Underground

drewness

Members
  • Content Count

    164
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by drewness

  1. Hmm yeah it definitely works natively with SQLite, the screenshot in the OP on this thread http://network.ubotstudio.com/forum/index.php/topic/19205-sqlite-error/is what I see on the newer version of ubot, but not on the .33 release. Looks like I'll need to buy Aymen's plugin to get the best of both worlds. Thanks for pointing me in the right direction
  2. Pretty standard stuff. The following is fine in newest version but throws an error in .33 (see screenshot attached) plugin command("DatabaseCommands.dll", "connect to database", "sqlite:Data Source=file://{#installedFolder}\\wpdatabase.db")
  3. Thank you for the reply. I love and own about half of Aymen's plugins, but what are the benefits of it over the built-in SQLite features of the newer Ubot version that supports SQLite? Is the only reason to purchase the fact that the developers don't seem to want to fix the GUI issue, which is the only real issue I have?
  4. Hi there, I'm wrote my bot in the latest version of Ubot, but the GUI button issue (mentioned here http://network.ubotstudio.com/forum/index.php/topic/20149-odd-little-ui-problem-anyone-else-had-or-got-this/) drives me nuts, so I decided to use 5.9.33 to compile. This fixes the UI issue, but when the bot source loads in Ubot I get this error: Keyword not supported. Parameter name: sqlite:data source The SQLite setup works perfectly in the newest version of Ubot, but doesn't seem to work in .33 - I compiled it anyways and it doesn't work with the database. I tried recreating the co
  5. Hi there, I've been doing a lot of research on CAPTCHA solving and can't seem to figure out which is best to suite my needs. Seems like 2captcha is the way to go for Google's latest CAPTCHA system, but I found several plugins that might be what I'm looking for. Can anyone comment on which is the best to bypass the newest protection? Pash's Advanced Captcha Heopas Custom Plugin NoCaptcha reCaptcha Plugin (http://network.ubotstudio.com/store/product/nocaptcha-recaptcha-plugin-ultimate-captcha-copy/) or another one? I'm hoping for one that has the ability to solve the image grids whe
  6. Sorry if this was already covered earlier, but I've added the "Run as administrator" command on bot loaded, and when i try to run it it says "This program must be run as administrator." Is there a way to automatically run as admin without having users right click and run as admin? Trying to get UbotLocker to work properly and it needs admin access, and was told Advanced Ubot 1 was the right plugin--but right now it seems like Resource Hacker is the only solution unless I'm missing something?
  7. I've been testing getting a bot installed and licensed on a buddy's computer. In the URL to VerifyLicense.php i have it set to the correct URL (it loads in the browser), but it says unable to connect to check. I have it as https:// in the URL field, does the locker not work correctly with https:// call to the verifylicense file?
  8. Man I hope sales for this resume soon lol, looks so awesome.
  9. You're a genius, thank you so much! Works perfectly, exactly what I needed.
  10. Hi There, I'm trying to fire a UBot define after a user selects an item from a dynamically loaded dropdown in the HTML UI panel. I've tried setting the onchange event to call a Ubot define like so: <select variable="#itemToView" list="#itemDropdownList" list-fillwith="options" onchange="ubot.runScript('testLoader()')"></select> I've also tried setting it to call a javascript function onchange, which in turn calls the UBot define, but have the same issue with it firing as soon as the bot loads and populates the dropdown. I've tried targeting the elements ID in a <script&g
  11. Great, thank you for the info, much appreciated!
  12. Apologies if this has been asked before. I have a database that tracks folders, and items inside those folders. I'd like to present them in a Tree View in the UI HTML Panel, but I can't seem to figure out a good way to do it. Ideally it would look like Folder #1 - Item #1 - Item #2 - Item #3 Folder #2 - Item #4 - Item #5 etc. I know I could use some kind of HTML/CSS/Javascript to get the tree view functionality working, but I can't figure out how to best populate the tree, and equally important: how to call a ubot function when an item (not folder) is clicked. Is the
  13. Hi, I would like to buy this but also need to be able to show tables. Once I purchase, will you send your table plugin as well? I saw it needs the Advanced Dialog plugin which I will be happy to buy, but the download link for Aymen's File Management Plugin is broken--would you be able to send me that plugin as well? If so you've got a new buyer! Thanks in advance.
×
×
  • Create New...