Jump to content
UBot Underground

allcapone1912

Fellow UBotter
  • Content Count

    146
  • Joined

  • Last visited

Everything posted by allcapone1912

  1. I just notice that the popup message "Chrome is being controlled by automated test software" appear on all my ExBrowser bots(old and new) disable-infobars => is not working anymore any idea what to test?
  2. interesting in your builder, have some question before buying: Its work with Ubot Sutdio X? Also, do you have any discounts at the moment(my buget is almost exhausted)?
  3. can't start your GUI hero because of antivirus Bitdefender I've added your software to whitelist but still not opening What other files to add to exception list?
  4. Hi, Anybody here use ExBrowser Set Cookie By Domain? I'm trying to login to gmail but I notice that if simply use ExBrowser Load Cookies, all cookies will be attached to only on domain "google.com" but, if checking with EditThisCookie extension I saw that some cookies have to be attached to "mail.google.com" So, I've tried to use plugin command("ExBrowser.dll", "ExBrowser Set Cookie By Domain", "OSID", "testCookies", "mail.google.com")but it's not working What I am missing?
  5. I have same issue and not sure how to solve it I've install back ubotstudio 5 until this problem will be solved
  6. How to set a Referrer URL with ExBrowser, is this possible?
  7. Currently, I use something like this but I am curious if this can be done direct(without any additional function) In ubot default browser is very simple change proxy("None") so, I thought that there are such thing and in Exbrowser
  8. any idea how to set Exbrowser HTTP proxy as None/Null I want to start browser without proxy but with using ExBrowser Set HTTP Proxy plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", $plugin function("ExBrowser.dll", "$ExBrowser Set HTTP Proxy", "NONE", "", ""), "")
  9. Yes, the problem was with USERNAME, after I change it to a new USERNAME it's starting to work fine. Thanks for your advice
  10. All the solution that gives "Google Search" I've already tested, none of them helped Problem is only with Chrome ExBrowser, my main Chrome Browser don't have such issue
  11. Have a problem with Sign In/Sync Accounts in Chrome, when I try to Sign In/Sync I got "Sync is disabled by your administrator" Any idea how to solve it?
  12. I just notice that the problem is with "$special folder" function, not working correctly that's why I got the issue with your plugin(that's why supported files where download in another folder, not in the correct one) http://network.ubotstudio.com/forum/index.php/topic/21616-function-special-folder-not-working/
  13. Have a strange issue with "$special folder" function on my WORK PC, not working correctly I simply action return null result alert($special folder("Desktop")) On my HOME PC its work fine, without any issue Any idea how to solve it?
  14. The same bot, on my Home PC its work fine, without any issue but at WORK PC its getting me that issue I assume problem is with the PC but not sure why
  15. I have an issue and not sure how to solve it. After reinstalling WIndow, when I open the first time any bot "ext" folder is created in folder where actual bot file is(not in AppData) I've tried to reinstall ubot, delete all files from Users - still the same problem Any idea why I got this issue?
  16. Hi, Need someone helps with POST/GET function I want to check IP via IpHhub.info Currently, check via PHP page/web server and its working too slow. http://v2.api.iphub.info/ip/8.8.8.8This URL will not get anything because its need to sent "X-Key" In cURL will look like this one: curl http://v2.api.iphub.info/ip/8.8.8.8 -H "X-Key: 123"but to get results with HTTP POST?
  17. I am using softphone application for Windows Bria, it's a SIP Phone. I am using it very primitive, copy-paste number, call-wait... but I am sure this can be automated(partial or even full) using API Bria has API written in C# http://www.counterpath.com/bria-desktop-api/ So, I am wondering how to integrate Bria API with Ubot? Is it possible?
  18. Thank you for your reply I just forgot about Amazon S3, I will definitely use it.
  19. Does this work with DropBox or OneDrive? Currently, I use your plugin via my site and its work fine but when I try to setup it to work via DropBox or OneDrive it's not working
  20. Any idea how to make ScreenShot of desktop without using any file I mean without shell bat file...
  21. I just notice that function $ExBrowser Maximize Window not working correctly, not opening full size. Any idea how to solve this issue?
  22. Hi, For most of my bots I have a lot of input files $list from file(".../InputVariables.txt")) Currently I use list from txt file but for each bot I have a folder with text files that can be copied and used by anyone. Any solution how to secure such input files? *NOTE: Not adding text direct to bot with "list from text"
  23. Everything is loaded Thank you for your reply I assume there are some hidden script that creates problem to my bot
  24. Ive tried this one I've tried this one Not sure why but this simple command sometimes work, sometimes not working
×
×
  • Create New...