Jump to content
UBot Underground

Eddie

Fellow UBotter
  • Content Count

    208
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Eddie

  1. Everything can be detected. Also Selenium directly. Or Python. It's only a question of time and if a website want's to protect against certain tools or not.

    Just imagine how many developers they have to fight bots.

    You can do measures with EXB to make it harder. And EXB V2 has some new tools and options to do this. So it might worth to give it a try. And also look at Multilogin support for example.

    But as I said many times.. Don't build you business on violating website TOS.. You might have no business very soon. If it's just for personal use, then fine.. But if you make money with it.. Well.. be prepared to be surprised one day..

     

    Regards

    Dan

    dan,can you test loading exbrowser chrome,and login your gmail manual?

  2. That's not fully implemented yet. Still working on it. If I can get everything integrated, this will be part of V2.0

     

    Dan

    today it suddenly can not play the song from Spotify.com in the exbrowser chrome browser, it shows "An error occurred", does it detect exbrowser? can anyone help me out with this, thanks!!

  3.  

    use $list random

    add list to list(%people_list,$list from text("karen
    roger
    peter
    john
    kevin
    sally
    chet
    niki
    lee
    jackie
    benny
    fiona
    kenny",$new line),"Delete","Global")
    load html($plugin function("Advanced Data Text File.dll", "$nl to br", $plugin function("Advanced Data Text File.dll", "$list random", %people_list, 0, 1, "True", "False")))

    ok, this function just remove the used item, but could you add an option to  "move the used item to the end of the list" for reuse later.

  4.  

    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_port", 3128);
    user_pref("network.proxy.type", 1);
     
    So this are settings you can configure via EXB as well. Might worth a try as well.
     
    But keep in mind, that proxies with authentication will not work in sucha  scenario. So you need proxy servers without authentication, or IP based authentication. 
     
    4. Another thing to take a look:
     
    But this is a $200 / month service. And it's not yet fully integrated into EXB. But I'm working on that.

     

    Just some ideas to work with. Hope one of those ideas will help you.
     
    Maybe others have some more ideas. 
     
    Also join the FB group and post your question there:
     
    Regards
    Dan

     

    Thank you Dan, so i sincerely hope anybody could share a good way to change proxy with user and password in firefox for multithreading, could you show how to navigate to firefox extension option page start with moz-extension://

    thanks!!

×
×
  • Create New...