Jump to content
UBot Underground

Bawzee

Fellow UBotter
  • Content Count

    27
  • Joined

  • Last visited

Everything posted by Bawzee

  1. This is working great, TJ! Thank you for providing such a useful plugin.
  2. Can anyone confirm if this plugin released a few years ago still works? And if so, is working with Ubot 5? Something like this should be a standard Ubot command really.
  3. Cyber Junkie, Thanks for taking the time to make that vid. Much appreciated. I don't really want to display a tab upon automatically clicking a button though. I want the click to run a define that then determines the tab that is is displayed. So if I had a dropdown that had "no selection", 1,2, and 3 to choose from. I could then click a button that would run a define and display tab 1 if 1 was selected from the dropdown, or display tab 2 if 2 was selected, or display tab 3 if 3 was selected or if no selection is made would display tab 4 that would have a message that they must make a s
  4. Hi Darryl, I'd like to make a Wizard Style GUI, but rather than just go to another tab when clicking the button, I'd rather run a define that performs some data validation and then determines the tab that is displayed. It looked like you could do something like this in your other product by setting a refresh variable in a custom define to display another tab, but I'm not sure how to do it with GUI Hero. Any tips? Thanks, Bawzee
  5. Can it be done? I did not see an option in the FTP command for selecting the public key file to login to the server. Assuming it can't be done, are there any plugins that allow for SFTP connections with public key authentication?
  6. Is there any way to get the column names (not just the data) from the sqlite database?
  7. Running a simple test to set a few headers and post some json data. Fiddler shows the data appears to post correctly, but no headers are set. Does anyone see something wrong with the set headers code that would prevent the headers from being sent? This is the code: plugin command("HTTP post.dll", "http set headers", "X-Auth-Email", "testola@testo.com") plugin command("HTTP post.dll", "http set headers", "X-Auth-Key", "asdf87asdf8;jlkl4k5278jlcxasf") plugin command("HTTP post.dll", "http set headers", "Content-Type", "application/json") set(#test,$plugin function("HTTP post.dll", "$http p
  8. Pash, I noticed that when you use the Hide Tab command on a 2 Tab bot, the compiled bots shows the Tab 1 label, which it normally would not show if you hid the 2nd Tab with the built in feature of the Ubot compiler. Any way to get the same affect when using your Hide Tab command? Thanks, Bawzee Edit: This is the tab label that normally wouldn't show: And it would be good if this tab and/or dropdown didn't show since Tab DEF should be hidden:
  9. Pash, On a dual monitor system, when the bot is running on the right monitor, the image will open up on the left monitor instead of opening on the monitor of the bot window.
  10. I've recently had this exact same issue and it only started happening after the installation of one of Pash's plugins. That being said, the issue does not occur enough for me to try and troubleshoot it and I LOVE Pash's stuff so for now I'm not worrying about it, but if it starts occurring frequently, I'll have to get it figured out and resolved.
  11. Thanks, Pash. I'd have to have Advanced Ubot 1 to use that command, correct?
  12. Regarding my last question, Pash. I figured it out. Thanks again for a great plugin.
  13. Hi Pash, First of all, great job on the plugin. I love it. I'm trying to figure out how to use the UI HTML Panal Hide which your thread says is being moved from Advance Ubot 1. Any guidance is appreciated. Thank you.
  14. Thanks, Andy. I do have Darryl's UI Builder, but I'm not sure if this is a "true" refresh of data on the same view vs a simulated refresh by showing different elements on the UI for each "refresh". I've pretty much come to terms that any data refresh would need to be done with Load HTML, but I am pretty stubborn so I have a couple more things I may try first.
  15. Thanks, Abbas. I was hoping to be able to utilize something like this inside the UI, but from what I'm gathering, it doesn't seem possible to refresh anything in the UI (other than dynamic variables) even using jquery. I was trying hard to make a bot using the UI only, but I guess I'll have to reluctantly start considering using the browser with the UI for this particular project.
  16. So I know jquery can be used in the UI HTML panel and I know that there are many jquery datagrid solutions out there. That being said, being new to jquery, I've had difficulty in implementing solutions like these within the UI HTML panel: http://www.jeasyui.com/demo/main/index.php?plugin=Application&theme=default&dir=ltr&pitem= http://www.datatables.net/examples/basic_init/zero_configuration.html http://paramquery.com/pro Are we able to take advantage all that these solutions offer within the UI Html panel? For example, using most of these solutions, I can create and popu
  17. FEATURE REQUEST I have noticed that when adding Buttons and other Input elements to Dialog Elements, the Tooltip Text is not viewable when hovering over the fields and buttons as I suspect the Tooltip Text is "under" the Dialog element itself, so it's not viewable Would be nice to be able to see Tooltip Text on elements that are added to Dialog elements. Thank you for your consideration.
  18. First just want to say this is a great software. For some reason though, I cannot get the progress bar to work. I've cut n paste your example code verbatim, but when I run the script, I don't see any progress updating in the progress bar. To test it, I have stepped through the script node by node and the #Progress variable never updates for some reason as the script loops (which is probably why the progress bar never visually updates). Any ideas? I'm sure I'm doing something wrong, but as I've cut n paste your script exactly with no changes to it, I cannot figure out what it is. Any advi
  19. Nevermind to my question above. I see the plugin creates sitemaps in ANSI coding. It would be great if we had the option to encode in UTF-8, but for now I'm just having ubot open the sitemap.xml file generated by the plugin, change the xml tag and re-saving (and ubot saves to UTF-8 automatically so this addresses the issue). Loving the plugin, Aymen. Keep up the great work!
  20. FIrst I just want to say this is an awesome plugin and I'm loving it so far. So this is probably a silly question, but I am using this plugin to generate sitemap.xml sitemaps for the search engines per the sitemap protocol as shown here. http://www.sitemaps.org/protocol.html I'm able to use the plugin to create sitemaps identical to the example shown on the url above with the exception of the first line in my sitemap, which looks like this in the example: <?xml version="1.0" encoding="UTF-8"?> but the sitemap generated with this plugin has this for the first line: <?xml
×
×
  • Create New...