Jump to content
UBot Underground

Frank

Fellow UBotter
  • Content Count

    1069
  • Joined

  • Last visited

  • Days Won

    43

Everything 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. Good thought but nope, I actually package the ubot files with my install. Frank
  4. 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
  5. Question, I'm running the full package including the table mods but boy is my licensing slow. I'm running about 1500 active licenses and it takes about a minute for the table to come up when I click 'All Licenses'. Any way to speed this up at all?
  6. Ok to further my review, I've been digging deep on the jvzoo file and this is the code that seems to be causing grief... $results = runQuery("SELECT * FROM paypallogs WHERE payment_date='$payDate' AND name='$payerName'"); if (mysql_num_rows($results) > 0) { exit; } Removing this starts getting things working for my testing for sure. Frank
  7. I believe that I've got a problem with re-occurring payments. Seems that when someone cancels, it doesn't deactive the license. Is there a way for me to monitor and troubleshoot this fact? Also, not seeing any cancel payment notifications in the log files. Frank
  8. 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
  9. 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
  10. 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 sharz
  11. 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
  12. Luis, I use ubot 5 for everything in the chrome 21 browser. Not html 5 compliant, but it works good. I've got literally 1,000s of customers on it. Frank
  13. Ok, I've done some testing and the chrome 49 version is still buggy unfortunately. A good test is to go to a site called steemit.com and try to drag the sign in button to the commands. Won't work. It actually causes the program to hang. Seems that version chrome 39 is the same in 5.9.19. Frank
  14. Yea it is a tremendous pain in the rear end, to be honest with you. But I too have no idea how to get around it. It's pretty much a few bad apples who have made it bad for all of us. They make a program with a virus in it using ubot and now we all pay the price. Frank
  15. 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
  16. 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
  17. 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
  18. Welcome to you Louis, with a bit of time and persistence, you will be shocked at what you can do with ubot. Frank
  19. Hey Mac, no I want to license two products at the same time. And the second is on another install of ubotlocker on another domain name. Frank
  20. Hey all, question for you, how the heck would I create a local license but then create a license for another product on another website running the ubotlocker? Frank
  21. LOL, six years later this info is still helpful! Thanks Seth. Frank
  22. 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...