Jump to content
UBot Underground

Eddie

Fellow UBotter
  • Content Count

    208
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Eddie

  1.  Yes, and this dead lines about update are insane, V1 must have allways option for discount, because we take V1 with lifetime support. Now is changed, ok, but V1 users must have option for lifetime update with discount, not 1 month, not 2 month... For new users have logic, but V1 users buy plugin with lifetime support .

     

    I am in internet business from 2001, money for me is not problem, i have 20 workers full time, and i take Ubot only for one app, but this behaivor and this support i never saw,and i worked with all .

     

    yes, like a kid, today say $147 lifetime update, and tomorrow no, buy or not up to you, haha

    • Like 2
  2. test at file "$remove blank lines.ubot" first.

    tested not get what i want:

    i need the results as below:

    ======================

    fsfsdafdsaf fdsaf
    fsdffsa fdsafd
    fdsfa
    fdsafs 
    fdsaf
    fdsafafaf
    dsafdaf

    =====================

    source code:

    set(#text,"
    
    
    
    fsfsdafdsaf fdsaf
    
    fsdffsa fdsafd
    
    
    fdsfa
    
    
    
      fdsafs 
    fdsaf
    
    
    fdsafafaf
    
    dsafdaf
    ","Global")
    alert($plugin function("Advanced Data Text File.dll", "$remove blank lines", #text, "Text", "True", "False"))
    
    
  3.  

    This is probably closer to what you want:

    plugin command("UltimateUI.dll", "UI Load XAML", "<TextBox x:Name=\"Log\" 
                     Height=\"200\" 
                     IsReadOnly=\"True\"
                     VerticalScrollBarVisibility=\"Auto\"/>", "False", "False", "False", "BaseLight", "Blue")
    clear list(%log)
    loop(20) {
        add item to list(%log,"{$date} - {$random text($rand(30,50))}","Don\'t Delete","Global")
        plugin command("UltimateUI.dll", "UI Set TextBox Property", "Text", "Log", %log)
        wait(1)
    }
    

    thanks Nick, how to keep the textbox auto scroll down and always show the bottom line of the log?

     

  4. yes tj,i believe you can help handle this unreasonable and shit decision on v2,

    you should make clients comfortable and get more ubotters to use this plugin to lower down the cost, instead of force people to upgrade to a much expensive one, maybe you say buy or not,decide by yourself, since no competitor on the market, that's absolutely wrong,let's see.

  5. hi dan,i just express my opinion.

    you are breaking the business rules.

    why?

    1,the time since we buy exbrowser, we all see that it's a one time payment,but now you force us to upgrade with high expense,i see some gurus may not care about this,because they make money with this, but not all of us old customers.

    2,you increase the fees by yourself, and force bot compiled also need subscription, sounds joke, ubotstudio even not like yours, you should know exbrowser is just a plugin of ubotstudio, without ubotstudio,it's nothing,now your subscription fees are much expensive than the ubotstudio itself,incredible!

    3,you always say you can't let everybody satisfied,that's true,so you now change fees,increase charges,change rules to force old customers to pay for the new version, all by your part, so, how can we trust you in the near future?

     

    anyway, i just express my thinking on this, you can still go your way, nowadays,we are not easy,ubotstudio still have some bugs,we have to buy many plugins cost much than ubotstudio to enhance our bot, and now force to subscribe a plugin, on the ubotstudio market exbrowser is the only plugin need subscription.

     

    i thanks Nick,tj and some other kind people, who has help me a lot, offcause dan, you has also help others alot, but for exbrowser 2.0 charges and force old customer to upgrade and limit 12month,it's really a shit idea.

    • Like 1
  6. Sounds like you are having a lot of troubles. May i ask how you came to ubot? Did you come from BHW forum? Just curious.

     

    The folder path you are looking for is in the above comment:%appdata%\Ubot Studio\Plugins Folder. Use file explorer to navigate to it and there you will see all the plugin .dll files, including ExBrowser.dll.

     

    Regarding your problems -none of it is exbrowsers fault. I havent upgraded and have none of those issues.

     

    One reason you will get locked out is by using your ubot license simultaneously on 2 or more computers. Another is that you arent using the correct login info, which seems more likely. Fortunately there is a lost password button on the login popup everyone sees when starting ubot studio.

     

    Did you try that?

     

    If you arent remembering the email, try searching your emmail addresses for emails from ubot studio.

     

    Ubot is excellent software, but it takes time and patience to use.

     

    I remember Dan has said last time he will make an final update with the old version v1.x,which the old customer who don't want to upgrade to v2.x can still use it, but maybe not up now, yes, i also can not login ubotstudio with the exbrowser 1.3.2.8, could you share how to continue with the old version v1.3.2.8, thanks!

×
×
  • Create New...