Jump to content
UBot Underground

Bot-Factory

Fellow UBotter
  • Content Count

    3238
  • Joined

  • Last visited

  • Days Won

    164

Everything posted by Bot-Factory

  1. Hi. Yes it's possible. 1. Profiles need to be separated. Each thread needs it's own profile directory (Chome) 2. You need to be aware of thread IDs, And your commands need to be executed in the right thread context. This can be a bit tricky to understand when you use threads first time with ubot. But there are some free examples and training available in the forum and from some other members. If you post your code (simple version please), we can probably take a look and guide you. But don't post 100 lines of code :-) Cheers Dan
  2. Version 2.0 Head up. I'm aiming for a 1st of October release date. Will run a 1-week pre-launch for existing customers, so they can get in with a discount. Will share more info soon. Please stay tuned. Cheers Dan
  3. I heard from some people that they had to install a couple of additional components. Like Desktop Experience. Which is a server feature if I remember correctly? Maybe you also need some .net and c++ packages? Someone wrote something about running ubot on a server os here in the forum. But it's been a while ago already. Dan
  4. Hi. In you support ticket, the error message shows "Browser outdated". So it looks like your browser version isn't supported by Spotify anymore. Give it a try with a newer one. Ignore the EXB message telling you you have the wrong browser version. And see if that helps. If you want to communicate with me directly, please use the support system. I don't do support via the forum. It's to complicated to do stuff in different places. Thanks for your understanding. Kindest regards Dan
  5. That's not fully implemented yet. Still working on it. If I can get everything integrated, this will be part of V2.0 Dan
  6. Hi Chris, wrote you a reply to your support ticket. Not sure if you saw it already. Dan
  7. Hi. There is a function called "ExBrowser Browser alive". but keep in mind, it's always a bad idea if users interact with the browser in between. You need to run commands within the same thread. So if you launch EXBrowser, it is "connected" to the ubot thread id that you launched it with. If you launch new ubot commands from other threads or via buttons for example, you need to be careful with that kind of stuff. You might run into some issues here. Even more complicated when you run multithreading. So it depends a bit on the usecase.. Dan
  8. The xpath expression is way to broad. Run and element count on that xpath expression and check if the result is only 1. If it's more than 1 you found the problem. Xpath expressions need to be unique (only 1 match). Otherwise you never know what html code you target with a command or function. Cheers Dan
  9. Hi for support please open a ticket: https://support.bot-factory.com Regards Dan
  10. Hello. Thanks for the info. The page after you confirmed the subscription was pointing to an old page. That's fixed now. Nevertheless you already have access to the HTTP Tutorials. They are available in the facebook group files section: https://www.facebook.com/groups/ExBrowserPlugin/files/ There is a file called "HTTP Plugin Tutorials Download LINK" that will point you to the right place. Regards Dan
  11. If you have an idea how to do this, please let me know :-) But honestly, most of the time nothing get's detected. There are some websites who have anti automation techniques. But in my opinion, building bots for those websites, is always a fight. you never know when they stop you. You never know when they shut you down. And if you build your business around something that unreliable, it's a big risk. Dan
  12. Hi. It's always a good approach to test it manually first. Open the portable browser and configure the proxy. Then test if everything works. Then you know what opens you need to configure. And then you can decide how to automate those settings. If I remember correctly Chrome doesn't support Socks proxy with authentication. But I might be wrong. Just google "Chrome socks proxy" and read true it. Always remember. EXB us a remote control for the browser. It doesn't change the behavior of the browser nor does it add any additional features. People often forget that. So always figure out h
  13. Thanks for your nice words, my friend. And I'm pretty sure, if it helps you that much, jumping onto V2.0 with the subscription will not hurt you. You should make >50x the money with the tool anyways. So supporting the future of the product that helps you so much, should be a no brainer
  14. Portable Chrome Versions you can find here: https://sourceforge.net/projects/portableapps/files/Google%20Chrome%20Portable/ If you're on Windows 10, you have to disable the Google Update Services on your computer. https://www.technobezz.com/disable-google-chrome-auto-update-in-windows-10/ Cheers Dan
  15. Good Morning, I just shared a little info and some code in the ExBrowser Facebook Group. That will help you to reduce errors and make your coding live a bit easier. Check it out: https://www.facebook.com/groups/ExBrowserPlugin Regards Dan
  16. Looks like there is some confusion... Some people purchased the subscription, even though they have the old license already... And then asked me for V2 So let me make this clear. As of 5th of June 2019.. There is NO V2.0 V1.3.2.8 is still the latest version. If you have an existing license you don't need to purchase the new subscription based model!! In the future.... when V2.0 is there (which is NOT at the moment) you will need the subscription. For all NEW customers. Who purchase the product TODAY. They need a subscription TODAY. For V1.3.2.8 Hope this makes it more clear. If
  17. Did you try some of my ideas? Very often we can solve coding problems with trial and error, instead of waiting for someone to give us the solution. I spent many hours, just experimenting and trying to find new ways. That's the way how you learn and solve problems. But maybe you already tried everything and nothing worked, then I didn't say anything.
  18. ExBrowser June 2019 Update. V2.0 Update and some other important things. Video available in the EXB Facebook Group https://www.facebook.com/groups/ExBrowserPlugin
  19. I have not done this myself, so I can't tell you out of experience. But some ideas to look into: 1. Use some kind of plugin / addon. There are some plugins who support multiple proxies and can randomly choose one. Maybe that works for your use case. 2. Check if you can update the profile manually, maybe there is a config file? Or some kind of command line parameter to launch the browser with a different proxy every time it's launched. 3. I also googled "firefox change proxy command line" And found this: user_pref("network.proxy.http", "wwwproxy.example.com");user_pref("network.proxy.http_
  20. Hi. Why are profiles not a good idea. They work fine for many people. Depending on your usecase of course. Dan
  21. For Support please open a ticket at: https://support.bot-factory.com/ Thank you Dan
  22. Please post your feature requests here: https://www.bot-factory.com/exbrowser-feature-requests/?showing=popular&status=all-statuses&tag=All I will close it in a couple of days and finish off Version 2.0. So this is you chance to get your requests into the system. Regards Dan
  23. I saw your ticket. Just sometimes takes a couple of days before I answer non critical support requests. Thank you. Dan
×
×
  • Create New...