Jump to content
UBot Underground

Josh

Fellow UBotter
  • Content Count

    348
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Josh

  1. Load html browser window? This would work like ui html panel and window. This way we could use the browser as a ui as well and things like stat monitor and form fields would update variables. Have to use a work around for it now which adds extra time to program.
  2. You are absolutely correct you don't NEED and installer. BUT!!!! I think an installer makes it even more dummy-proof, and here is why.... An installer gives you the ability to install the bot in a directory away from accidental stupidity. Which means it's very difficult for an idiot to accidentally delete the .exe or the .dll's or any other file or folder that is required to run your bot. It can create a shortcut on the desktop to your .exe. All that is required by the user is to double click the setup file, and click a next button. and bam they are done. The installer will even open the .ex
  3. Trust me I have had clients (more than one) who didn't even know how to add an attachment to an email. I am a believer that people in general are stupid. You have to make it all idiot-proof. That said an installer would work perfectly for this, and is much safer because it doesn't rely on a connection to your server to download the files. But since you don't want to use an installer... DOWNLOAD THE DLL FILES FROM YOUR SERVER! You said that is what you would do for a csv file so do the same for the two dll files. I just tested it and it works .
  4. Ok I just thought of a work around. Meter, let me know if this will work with the system? Create 3 separate projects for the same bot. 1. Lifetime updates 2. Monthly updates 3. No Updates When a user cancels monthly updates I simply add a license to the no update project and remove from the update project
  5. they are not packages with the exe by default but you can do 2 things... 1. zip them up together. so that the download zip for your bot.exe also contains the 2 SQLite files... 2. Package them together with an installer. (inno setup is a great free installer) This is the option I use. This way you are sure that all your files get placed in the correct space and all the files are included. This also saves a lot of time coding in ubot because now I don't have to check if folder or file exists and create one in ubot. I can just have the installer create the folder/files at install. Inno setu
  6. What if you didn't have to worry about the paypal connection at all what if it was just a feature within the ubotlocker admin. I could build a bot that would check my email for subscription cancellations, and then login to ubotlocker admin to make the change to that file. I'm just saying that I'm not so worried about integrating that part with paypal as much as just having the feature. Thoughts?
  7. ok well I don't want a security risk. #2 I didn't think that was so special since that is basically how ubot works. Although I wouldn't ever charge for bug fixes, but I think having 2 pricing options for some bots is better for both sales and longterm deployment of a bot. you can charge less up front with a monthly update fee in case a website changes or you want to add improvements. As a business person I don't like to go with the one time fee model whenever possible. I like to give the option of one time fee at higher cost, but I have found many people go with the less expensive option and
  8. So I bought this even though I had the "other" licensing system. This one was a third of the price and very easy to set up. The reason I bought this one even though I had the other one was simple. Encryption. The other doesn't offer encryption for the bot. Much props Meter. I do have a couple of suggestions... 1. trial period. This would be good to have 2. monthly paid updates. For example if I wanted to charge for a bot and have the user pay for monthly updates. I would still want them to be able to use the bot if they stop paying the updates. I just don't want them to be able to downlo
  9. here are 2 more free plugins.... http://www.ubotstudio.com/forum/index.php?/topic/13550-free-plugin-time-plugin-make-your-own-scheduler/?hl=scheduler http://www.ubotstudio.com/forum/index.php?/topic/13560-free-plugin-text-encryptiondecryption-for-ubot/?hl=files
  10. That would be awesome....
  11. One small suggestion on this AWESOME plugin Aymen.... Ability get data and set directly to a variable. I think this could be done in 2 ways... 1. Add a variable field to the SQLite Get Data command so you have the option of either a table or variable. 2. Add a parameter that can be placed inside of a set command to get data The reason for this is because I am finding that many times I am using the Get data command for only one field and not the entire table or row. Which means I have to get the data to a table in ubot and then I have to set the table cell. Which means I have to check t
  12. How about a plugin that uses the mouse commands with elements and image recognition rather than screen coordinates.
  13. hmm it should update. It does for me. wanna share your code and I can see what I can do.
  14. I have to say that this SQLite plugin and the ftp plugins are 2 of the best plugins I have bought so far. I never really had any experience with SQL before other than phpMyadmin so it took a little time for me to get the syntax figured out. Now that I have it pretty much figured out I'm a little pissed something like this wasn't a part of ubot already. This plugin not only saves time because you can insert multiple data into the db at the same time rather than a bunch of add to list, save to file command, but it also cuts down on total code because there are a lot less commands that need t
  15. Ninja, I have been using UBS for over a year now, and while those are great resources for beginners they are not that great for more advanced users. There are a great many commands and parameters which are not documented at all, and in fact, not even mentioned in any of the documentation. Some commands are mentioned, but only minimal information is given.
  16. I'm wondering when we are going to get some real documentation for Ubot Studio. As of now the documentation is so incomplete it's pretty horrible. UBS setup a wiki so I thought maybe the documentation would get complete but it seems as though nobody is editing it. There are so many things in ubot that aren't even documented at all. I also figured that the wiki would be editable at least by the users to help fill out the documentation, but that doesn't seem to be the case. Is this going to happen or is it up to us to "just figure it out"?
  17. I get that's the purpose of the thread but it is still inside buy/sell/trade, and when new plugins are posted they will be posted in buy/sell/trade as well. If plugins had their own section all together it would just make them easier to find. As you can see not all plugins are listed here simply because their developers have not posted them in this thread yet. If all plugin sales threads were moved to a new plugin section it would just make searching for them much easier.
  18. Maybe we could ask that instead of including plugins in the buy/sell section that they get their own section entirely.This way all new plugins created and sold can have their own section so when new ones arrive we don't' have to sort through bots and requests for bots.
  19. Thanks guys I will take a look at these today!
  20. I haven't figured out a way to do it. I have tried normal html to call the file directly on local machine using file: but it doesn't work.
  21. Has anyone figured out a way to call a local css file or image to use in the ui html panel. These would be file that would be in the application folder. I know this can be done with images by converting to base64, but I'm wanting to do this by files in the application folder instead.
  22. Thanks Kreatus. I didn't even know that command existed!
  23. So I'm working on a bot, and I want to use the browser window for my ui instead of the ui html panel simply because I'm updating dropdowns that won't update unless the tab is refreshed which means clicking on another tab and then back. My question though is this. since I'm using the load html to display my ui when I perform the actions in new browser the little mini-screen on the right pops up. Is there a way to hide this?
  24. This is sort of how I have done it before. I work on specific pieces of the bot in different tabs and then put them all together at the end. Most of my scripts that I tend to use over and over I save in the private bot bank so they are really easy to recall when I need them.
×
×
  • Create New...