Jump to content
UBot Underground

Dman

Fellow UBotter
  • Content Count

    34
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Dman

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

2174 profile views
  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.
×
×
  • Create New...