Frank 177 Posted August 4, 2016 Report Share Posted August 4, 2016 Hey Mac, any leads on how to accomplish that? Frank Quote Link to post Share on other sites
Macster (UBotter Labs) 112 Posted August 5, 2016 Report Share Posted August 5, 2016 Sure. As there are several way to achieve that and not sure what you want or can do over the two servers reach me over Skype better. Quote Link to post Share on other sites
Frank 177 Posted August 8, 2016 Report Share Posted August 8, 2016 Will do, thanks! Frank Quote Link to post Share on other sites
Kumar 4 Posted August 24, 2016 Report Share Posted August 24, 2016 Ubotlocker is still available for sale? or we have to buy unleashed package only?? Quote Link to post Share on other sites
Macster (UBotter Labs) 112 Posted August 24, 2016 Report Share Posted August 24, 2016 Yes off course you can get only UbotLocker from meter or the complete Unleashed package at €147 Quote Link to post Share on other sites
Frank 177 Posted August 27, 2016 Report Share Posted August 27, 2016 Question, what's the possibility of getting the licensing program re-compiled under framework 4.5 or 4.6x? It seems that it's under the 3.5 framework and it has caused me some issues. Frank Quote Link to post Share on other sites
meter 145 Posted August 27, 2016 Author Report Share Posted August 27, 2016 It shouldn't be hard Frank, what kinds of issues were you having tho? The target is 3.5 for backwards compatibility reasons. -meter Quote Link to post Share on other sites
kev123 132 Posted August 27, 2016 Report Share Posted August 27, 2016 Frank, Do you mean for license.dll yes it takes 2 min's. If someone posts the source code download meter shared a while a go i'll recompile it for you. Mine is heavily modified and I don't have the original. It shouldn't cause compatibility issues thou it being in 3.5 there is nothing complex going on. thankskev123 Quote Link to post Share on other sites
Frank 177 Posted August 28, 2016 Report Share Posted August 28, 2016 More so keeping all things on the same framework than not. I've had a few folks have troubles loading my software on server systems because, though it should work, want .net3.5 and it's silly to me to keep the licensing on one framework and the software on another. It would be pretty helpful. Frank Quote Link to post Share on other sites
kev123 132 Posted August 28, 2016 Report Share Posted August 28, 2016 OK if someone posts the original download I'll recompile. Also let me know what .net version Quote Link to post Share on other sites
Chris M 55 Posted August 29, 2016 Report Share Posted August 29, 2016 I'd say whatever the latest .net version is. Quote Link to post Share on other sites
meter 145 Posted August 29, 2016 Author Report Share Posted August 29, 2016 Hey kev, Here's the original code:https://dl.dropboxusercontent.com/u/47714945/WindowsFormsApplication21.zip Thanks for offering to recompile -meter Quote Link to post Share on other sites
Frank 177 Posted August 30, 2016 Report Share Posted August 30, 2016 Guys is that the app code? It may be interesting to dig into. Frank Quote Link to post Share on other sites
Macster (UBotter Labs) 112 Posted August 30, 2016 Report Share Posted August 30, 2016 Just seen your request Frank. It is very rare that someone has problems with the .NET 3.5 and in all cases it is their system fault. Like meter said for backwards compatibility and if you still use ubot 4 it is not reason to move to a bigger framework. Also keep in mind that some people still use Windows XP and Vista which is known to not work without .net 3.5 Here's how you can do it yourself and changing the framework is just a few lines Even if i recompile the license.dll in .net 4 your clients still need 3.5 for the locker.dll so i see no big movement unless meter move the entire licensing. Quote Link to post Share on other sites
Frank 177 Posted August 30, 2016 Report Share Posted August 30, 2016 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 Quote Link to post Share on other sites
kev123 132 Posted August 30, 2016 Report Share Posted August 30, 2016 Isn't locker.dll not .net? Thanks for the download link @meter I'll recompile when I'm working on my own system to add trial today Quote Link to post Share on other sites
meter 145 Posted August 30, 2016 Author Report Share Posted August 30, 2016 Locker.dll is C++ code. License.dll is .net, and open source -meter Quote Link to post Share on other sites
meter 145 Posted August 30, 2016 Author Report Share Posted August 30, 2016 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 You need to use ILMerge to merge ICSharpCode.SharpZipLib.dll and WindowsFormsApplication21.exe into the same file. Then rename the resulting file to 'license.bin'. Then replace license.bin in the 'Desktop' directory of your Ubotlocker package with the one you generated. The following program has a nice UI for ILMerge which makes it easy to use:http://www.ntcore.com/phoenix.php -meter 1 Quote Link to post Share on other sites
Frank 177 Posted August 30, 2016 Report Share Posted August 30, 2016 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 2 Quote Link to post Share on other sites
kev123 132 Posted August 30, 2016 Report Share Posted August 30, 2016 glad you got it sorted Frank. As frank said its pretty easy to brand but if you don't have the time one thing worth doing that takes 2 mins is add your icon so the license matches your app. thankskev123 Quote Link to post Share on other sites
Frank 177 Posted September 2, 2016 Report Share Posted September 2, 2016 Guys is there any type of wordpress plugin that can give them their licensing details on a membership page? I've got the membership plugin and can give the plugin the license details. Or is there another way? Frank Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted September 2, 2016 Report Share Posted September 2, 2016 I made one frank let me know on skype: emw-dgn http://content.screencast.com/users/lowridertj/folders/Snagit/media/97bf7c3e-247e-47eb-b39e-bbc899a48734/09.01.2016-21.png Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted September 2, 2016 Report Share Posted September 2, 2016 the recompile helped me on a windows server 2012, that was un-managed and Server manager didn't want to install 3.5, and the company didn't want to help.so recompiling saved me the headache Quote Link to post Share on other sites
jamesfar 15 Posted September 13, 2016 Report Share Posted September 13, 2016 sent you PM Mac Send me the invoice Quote Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted September 13, 2016 Report Share Posted September 13, 2016 I made one frank let me know on skype: emw-dgn http://content.screencast.com/users/lowridertj/folders/Snagit/media/97bf7c3e-247e-47eb-b39e-bbc899a48734/09.01.2016-21.png Hey TJ, Do you have other information about this plugin? Im interested. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.