Jump to content
UBot Underground

stephenzeiner

Members
  • Content Count

    56
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by stephenzeiner

  1. Not long ago I found myself having to permanently dispose of the Windows operating system from the remaining machine I had the OS running on for reasons that are beyond the scope of this message. (This isn't a knock on Windows, it gives the overwhelming majority of the world what it wants when it comes to an operating system.) As it relates to my use of UBot Studio, throwing away Windows presented a potentially crippling challenge because of an ongoing data publishing project that was originally built exclusively with UBot Studio. This project runs 24/7 and publishes data to the web. What
  2. I just wanted to take a moment to concur with this reply. Absent some sort of software layer that can interface between 32 bit and 64 bit, it's unclear that any native 64 bit system will be able to interface with UBot Studio as it's currently designed.
  3. It's wildly impractical and even just nightmarish to attempt to use the "comment" command to temporarily block out a section of code. This is especially true if one is working directly in "Code View" and are reluctant to copy-paste the code you want to avoid running into a comment command from within "Node View" where any/all quotation mark escaping will happen automatically. While neither perfect nor optimal, here's another option that you can deploy directly from within "Code View": define skipcode { navigate("http://content.ubotstudio.com/resources/","Wait") click($element offs
  4. My original post was on August 1, 2020. It's now December 5, 2022. I'm still using the previously mentioned Windows machine that runs on an Intel 3.4 GHz Core i3-4130 microprocessor and 32 gigabytes of 1600 MHz DDR3 memory. The only mission-critical app in my arsenal that requires Windows is UBot Studio. In my experience, the best way to use something like UBot Studio if your primary computing environment is macOS is via a dedicated machine that runs Windows 10/11 Professional wherein you can use remote desktop from your Mac to access the machine. Two things that I've
  5. This is a documented defect, as summarized in Bug #1210 and Bug #1271. All of the built-in UBot Studio FTP commands and functions don't work on Windows 10. You can try reverting to Windows 7. That worked for me. Here's another workaround, posted in late 2015 by another forum participant.
  6. Hi. Are you attempting to upload all the images of a folder to a third-party website, or to a server you control, or something else? The reason I ask is because it's unclear from your post if the challenge you're confronting stems from a technical problem transferring binary data from the folder where the images are located or if the challenge has more to do with overcoming roadblocks that a third-party website may be raising in an effort to discourage what you're attempting to accomplish. It appears your license type is "Community Edition," according to your forum profile, and that could pote
  7. I thought I'd offer a first-hand perspective on what I've found to be the optimal way to interact with Windows based programs (specifically UBot Studio) while using a Mac. Three popular options are: Parallels, Boot Camp, and obtaining Microsoft's remote desktop connection software from the App store and then remotely connecting to a local/remote machine that's running the Windows operating system. I've done all three, and here is what I've discovered (again, this is subjective, but potentially useful): Parallels My iMac only has 8 gigabytes of 2133 MHz DDR4 memory, and unfortunately my
  8. It appears as though the issue might have been successfully resolved (see below). Version 6.1.14 *** IMPORTANT *** THIS RELEASE REQUIRES AN UPDATE OF THE .NET FRAMEWORK. PLEASE MAKE SURE YOU HAVE .NET 4.8 INSTALLED BEFORE UPDATING. ***************** Updated .net framework Fixed issue with dropdowns
  9. That's unusual, but not necessarily surprising. I've already seen a handful of scenarios where something that might work for one individual might not ultimately work for someone else. What version of UBot Studio do you happen to be using?
  10. I realize this is a somewhat older thread, but I found myself seeking the ability to review the exact same plugin that you're talking about. The plugin you're seeking as well as several others are hosted on his site, via this link: http://ubot-plugins.com/free-plugins-downloads/ -- and as of several days ago, the download links worked. Anyway, I just thought I'd share this here because there's a realistic chance others might find themselves looking for this as well.
  11. Actually... it just occurred to me that you might be able to solve your challenge by bypassing the use of the HTML "img" tag and the "src" attribute to display images. Depending on your situation, something like this might be a suitable alternative: <div variable="#image1" fillwith="innerhtml"></div> The above code would replace this (see below) inside your UI HTML Panel command: <img src= #image1 alt="HTML5 Icon" style="width:50px;height:50px;"> What you'd then do is format the contents of the #image1 variable that is getting continually updated to look like this
  12. Ah okay, I think I understand. This is what's happening. When you load the application, UI HTML Panel (which is classified as a UBot Studio command) is being executed. You can dynamically update the contents of various HTML/CSS components within the UI HTML Panel via the use of supplemental UBot Studio attributes such as "variable" and "fillwith" -- but in the case of the HTML "img" tag, it's unclear to me that the contents of the "src" attribute can be updated through the use of the supplemental UBot Studio attributes of "variable" and "fillwith" -- but I could be mistaken. While it's tru
  13. Hi, I think I know what you're referring to. Files named 'chromedriver' and/or 'geckodriver' popup within a quasi-DOS box and then subsequently remain open/up while either Chrome or FireFox perform the commands that have been given to them. I don't recall seeing anything in the change log, and my recent attempt to install 6.1.8 failed at the startup screen, so I'm not sure if the behavior that I think we're both describing has changed. That would likely be a useful feature request if it hasn't been implemented already.
  14. Hi. I'm not entirely sure that I understood the question, but it sounds like you have an application that visits various websites. The application scrapes data from those websites. You'd like for various images within your UI HTML Panel to change as the aforementioned scraping takes place. (Am I understanding you so far?) Something that immediately appears to be potentially problematic with the code snippet you shared is that the UBot Studio variables you mention (#image1, #image2, etc) are not surrounded by curly brackets. (Something that would look more like this: {#image1}) Also, the HTML
  15. I wonder if what you're describing above pertains to this "pending" bug in the UBot Studio bug tracker: Bug #1317. I'm only mentioning this to potentially help cut down on the amount of trial-and-error you might otherwise experience while trying to fix something that's out of your control. It's plausible (although unlikely) that the functionality of the plugin you're referencing might possibly be impacted (to a greater or lesser degree) by the aforementioned bug. It's probably also worth pointing out that the bug appears to reference v6.0.4 of UBot Studio whereas the latest version as of th
  16. There's a reasonable chance you've likely researched this on the web without much luck, but just in case, this link provides some intriguing insights that could prove to potentially be useful: https://stackoverflow.com/questions/10892689/cant-connect-to-mysql-server-on-localhost-10061-after-installation
  17. Sorry for the late reply, I had been meaning to try helping you with this back in June. I haven't done any direct experimentation to better determine what's taking place, but I strongly suspect that the mechanism through which UBot Studio is able to download YouTube videos stems from the use of two separate files: youtube-dl.exe and ffmpeg.exe The interplay between those two files isn't entirely clear to me, and this is speculative on my part. But I'd start by checking to see if the following directory structure exists on your system (replace SYSTEM-USERNAME with the username that's design
  18. Looking at this from a different angle, have you attempted to install/enable "gzip" on your system? Assuming for a moment that you're using the relatively latest version of Windows 10, this video that I quickly stumbled upon that might prove to be helpful: Of special note are some of the comments where questions are asked and answered. Anyway, in summary, I guess I'm wondering if you've attempted to enable "gzip" (assuming it's actually possible to do that) as a means to overcome the error message you're receiving? If not, it could be worth exploring. Also, it would seemingly appear
  19. You mention: > I can connect fine to my remote server hosted with my webhost. Just to clarify, do you mean you can connect to your remote server's MySQL database using the built-in UBot Studio database connection wizard? The reason I ask is because if you're at least able to connect to your remote server's MySQL database using UBot Studio, then we can probably assume that the UBot Studio database functionality is still working. Then we can attempt to further narrow the range of potential reasons why you're running into this issue.
  20. In addition to what Nick mentioned, you might find this page (from the Wayback Machine) useful if you decide to go the path of using the Advance Shell plugin: https://web.archive.org/web/20161203104908/http://ubotdev.com/free-plugin-advanced-shell That page includes all the instructions.
  21. It sounds like you've got things working again. That's awesome news!
  22. Thank you so much for the link, that's going to be an extraordinarily important step to take to escape from 6.1.8 if it proves to have compatibility issues with my computer system. Just wondering... were you able to successfully launch and load v6.1.8 after upgrading? Several others mentioned in a neighboring thread here on the forum that they've run into a situation wherein 6.1.8 is apparently getting stuck while attempting to load. Are you experiencing anything like that?
  23. Just wondering, did you upgrade from something like v5.9.55, or were you already successfully running a version of 6+ and merely upgraded to 6.1.8 and only then started experiencing these problems?
  24. I basically provided Vernon with a compiled EXE (in a zip file) that was produced by simply clicking on the "compile" button on v5.9.55 -- and as I recall, Vernon mentioned that it successfully loaded. That means that a compiled EXE created with UBot Studio v5.9.55 appears to have worked, including the "support" files being downloaded and stuff like that. However, it doesn't appear as though UBot Studio itself is capable of loading, if I understood Vernon correctly. It's a weird situation because there are numerous reports of people literally re-installing the operating system and still not be
  25. Just wondering, what version of UBot Studio are you currently using? I'm still using v5.9.55 which has proven to be fairly reliable and more than capable of meeting my needs. That said, I *am* genuinely excited to checkout v6.1.8 which appears to be the latest version. I could download the upgrade right now, in fact, but have been somewhat reluctant to do so mainly out of what is probably an irrational fear that something might get messed up and I'll find myself having to re-install v5.9.55 from the ground up. Please share your experience with v6.1.8 if/when you are finally able to achieve the
×
×
  • Create New...