Jump to content
UBot Underground

Frank

Fellow UBotter
  • Content Count

    1069
  • Joined

  • Last visited

  • Days Won

    43

Posts posted by Frank

  1. Hey mate, seems to be when I try to use the 'on close' command, like this....

     

        plugin command("Advanced Ubot 2.dll", "on closing", "Are you sure you want to close?", "Closing", "Warning", "YesNo", "ExitProgramYesClick()", "ExitProgramNOClick()", "ExitProgramNOClick()", "False", "ExitProgramDialog()", "False")

     

    When I click No, it causes the program to freeze. The define, ExitProgramNOClick is just an empty define because I want the program to just continue running with no further alerts or such.

     

    Frank

  2. Ok, I bloody figured it out! Two things, first, the updater isn't showing when ubot needs to pull code. Second, 5.9.36 is looking for the browser directory 5.9.33 in the browser directory - thus it looks like the program hangs.

     

    Grrrrr

     

    Frank

  3. I've begun to encounter users who start a compiled ubot program and it just sits in the task manager - loading.

     

    I've even created an empty ubot program and it too doesn't fully load up.

     

    Has anyone else seen this behavior before?

     

    It's not everywhere. I've literally got like 5 users over about 1000 this happens too.

     

    Frank

  4. Hey Pash, question on latest upgrade. I upgraded from version 3.0.2.1 (I think) and I was using the command:

     

    plugin command("Advanced Ubot 2.dll", "special commands register")

     

    I had to remove it in version 3.1.7.0. Is it no longer in use? Or is there a replacement. I can't even remember why it was there.

     

    Frank

  5. An update for anyone who's interested. I totally recommend recompiling the license.dll components in .net 4.5. And also turn off the debugging in the compile.

     

    You have to use ilmerge utility supplied by Microsoft but take the file, after you compile, WindowsFormsApplication21.exe and change it's name to WindowsFormsApplication21.dll.

     

    Then run the command, ilmerge WindowsFormsApplication21.dll ICSharpCode.SharpZipLib.dll /out:license.dll /target:dll /targetplatform:"v4,C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5"

     

    This will put this file and the sharziplib together as one file. Heck while you are at it, take the time to customize the licensing screens to your company. It helps make the file more unique to you and hey, looks more professional!

     

    There doesn't seem to be any other components in Meter's install that requires .net 2 or 3.5.

     

    Frank

    • Like 2
  6. Thanks Macster, you just confirmed what I thought. Unfortunately though I've had more than a few vps loads under server 2012 that would NOT load 3.5 of the framework. Also, it's not as cut and dried as the video you posted. A .dll is generated that I'm not sure how to regenerate. I've got two files to put together, by the looks of it - ICSharpCode.SharpZipLib.dll and WindowsFormsApplication21.exe to built the license.dll file.

     

    Help?

     

    Frank

  7. With the latest version of ubot, 5.9.33, I'd like to know the status of the new browser too. I've been on 5.9.19 for some time now and still only use the old version of the browser. Main reason? Because it's faster. I use the jquery 2 base for a lot of things in my software builds and I've found that it can be slow, slow slow on version 39 of the embedded chrome.

     

    Any news? I can see my hand is slowly but surely being forced towards the newer version for proper js and html 5 compatibility.

     

    Frank

    • Like 1
  8. If you just want to use it to pick a starting folder you can use * as the extension and it will allow any extension. But not sure if you only want to allow more than one specific extension.

    No, what I want to do is be able to select more than one extension type. Lets say I want to look for music files only, so I'd need to be able to select, mp3 and wav file extensions only, let's say.

     

    Frank

×
×
  • Create New...