Jump to content
UBot Underground

Eddie

Fellow UBotter
  • Content Count

    208
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Eddie

  1. how to use proxy credential with username and password for firefox? seems profile  not a good idea, i try to navigate to addon option but failed, anybody know how to browser to firefox option page start with moz-extension://

     

    thanks!

  2. so  i use http post in multithreads, since the time run in each thread is very short, so even i set the total threads to 100, and the running threads are only arround 5 threads at the same time, do you have meet this problem and how to speed up the threads to run 100 at the same time? thanks!

  3. the website is 

     

    https://disqus.com/next/login/#!auth%3Astart
    

    may be i do something working or i have older version, it just dont work

    exbrowser version 1.3.2.8

     

    however i have use an alternative way to make it worked with a chrome extension call "cookiebro", thanks

    I have tested it and runs ok with cookie save and load.

    • Like 1
  4.  

    @Eddie.Z

     

    try

    ui text box("number",#num)
    alert("Decimal: {$plugin function("Advanced Data Text File.dll", "$if short statement", #num, "{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.0")},{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.00")},{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.000")}", "1,2,3", 0)}")
    

    thanks!

  5. hi, pash, i found the "if all, if any, if short statement" can not calculate the function in the input fields

    ui text box("number",#num)
    alert("Decimal: {$plugin function("Advanced Data Text File.dll", "$if short statement", #num, "{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.#")},{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.##")},{$plugin function("Advanced Data Text File.dll", "$number format", #num, "#.###")}", "1,2,3", 0)}")
    
×
×
  • Create New...