Jump to content
UBot Underground

Dman

Fellow UBotter
  • Content Count

    34
  • Joined

  • Last visited

Everything posted by Dman

  1. Dan what kind of timeline would the C# extension for ubot be ready ?
  2. do you have the link handy for the download, searched my email can't seem to find it anywhere. I tried the login button to recover password on your site and that does not work.
  3. Has anyone ever implemented a Jira or Jira type bug reporting for their software ?
  4. Hey Dan, Trying to add multiple param's plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "{$plugin function("ExBrowser.dll", "$ExBrowser Generic Chrome Parameter", "--user-data-dir=C:\\Users\\admin\\AppData\\Local\\Google\\Chrome\\User Data\\")}{$plugin function("ExBrowser.dll", "$ExBrowser Generic Chrome Parameter", "--disable-notifications")}") Want to disable notifications and use a profile however the notifications does not seem to work. i also tried it by doing it all in one param but that failed as well
  5. I believe you would use x://button[contains(.,'Add a comment...')]]
  6. Make sure chrome is fully updated, then we just rebooted the VPS
  7. Hey Dan, Having a really weird issue with compiled bots, the bot will run perfectly fine and open exbrowser locally. However the moment we put it on a VPS it will open chrome and then it immediately closes itself. Any thoughts on how to debug this ? NM figured it out chrome was out of memory
  8. Anyone know how to do a silent update ? PS if you need more then 10 licenses do a google chrome inspect and change the value from 10 to whatever you want it to be on the dropdown.
  9. Hey Dan Thanks the issue is that since I am creating a dynamic bot I will not know if a new tab is opened unless I monitor the amount of tabs that chrome has open, for instance I am clicking a <a> that opens up facebook, however since Facebook doesn't put their titles in the tabs for example I clicked a youtube link that led to this : https://www.facebook.com/JoeJoFanPagewhere the title is just Joe Jo Thanks for the help dan
  10. Is it possible to detect how many tabs are open, for instance if I get exbrowser to click a <a> and it opens in a new tab then I can get it to automatically focus on the new tab if needed.
  11. Dan Does it not have access to the document properly, I am trying to find the actual document height of the page itself but not the screen alert($plugin function("ExBrowser.dll", "$ExBrowser Run Javascript", "document.documentElement.scrollHeight - document.documentElement.clientHeight;return dif + document.documentElement.scrollHeight +'px';"))
  12. Thanks dan, was using the eval method for it that worked perfectly!
  13. I am trying to figure out how to get the page height of the browser to do some scrolling, how would I use Ex Run Javascript to return it and a set a variable.
  14. You have to delete the plugin manually before you can get around this error I found, if you go here C:\Users\YOURUSERNAME\AppData\Roaming\UBot Studio\Plugins remove the plugin then load up UBOT it will let you get past that screen to do the update.
  15. When you use chrome is it possible to load a profile thats "live" already this could fix our cookie issue.
  16. Hey Dan, When exBrowser loads up it looks like it enables an extension called "Chrome Automation Extension" the name is usually stored in the manifest file of the extension. I am guessing when exBrowser launches it loads the extension via the DLL, dont really know how dll's work but the name change would definitely help. When using the chrome Browser and then saving/loading Facebook cookies it doesn't save the server session (from what I have been told), this works fine in the firefox browser using exBrowser but not using chrome. Any insight on the cookie issue would be an excellent help
  17. Got a couple questions 1) Is it possible to change the name of the extension that exBrowser uses in chrome, javascript can be used to detect all plugins that a browser is using. 2) Any thoughts on how to save server side cookies in chrome, for example saving cookies required to log into facebook.com
  18. Have you figured out how to scrape data from an application yet ? Would be really useful as we need to run an app on mobile then grab the data for it.
  19. @pash so which plugin do I need with execute code not work and I should just use this plugin : http://network.ubotstudio.com/forum/index.php?/topic/17168-sell-plugin-advanced-data-text-file/
  20. Ok that looks like it would work perfect, so just to be clear Advanced Ubot 1 Is not the plugin I should buy but I should use this one :http://network.ubotstudio.com/forum/index.php?/topic/17168-sell-plugin-advanced-data-text-file/ Also is there a package to purchase all your plugins, there are a couple functions from each one that I could use.
  21. Ok so I have a .html file that I am using as a template for displayed output this template has ubot variables inside of it ( Customer: {#fname} {#lname} ) could I do this loadhtml(pash_execute_code(read file(template.html))) would this replace the variables inside the .html file with the ubot fname lname ?
  22. I am looking for a soloution that will read a "template file" if there is ubot code in this template file ie: Customer: {#fname} {#lname} Will the function execute ubot code replace these variables with the variables that are inside ubot ?
  23. Hey Guy's Trying to create a bot that will restore a session in facebook however it doesn't look like set cookie works on Facebook, it works on other sites that have ssl enabled so kind of stumped here ? Any guidence ? I manually logged in and tried to use the get all cookies function and that just responds with an error as well. Thanks
  24. Hello Everyone, Trying to get ubot to click the facebook Signup button but ubot cant seem to click it at all, I have tried everything javascript etc.... anyone know how I can get ubot to click Signup ? Thanks
  25. Hello, We are currently looking for a ubot developer that has experience with facebook and the API plugin (http://www.botguru.net/facebook-api-plugin/) The code will need to talk with our web api and is currently running but we are looking for an upgrade on the ubot scripting side of things. This would be an ongoing project as it will needed to be updated with features etc. If you are interested in this type of work, feel free to add me on skype damien.industries. Thanks
×
×
  • Create New...