-
Content Count
665 -
Joined
-
Last visited
-
Days Won
9
Bob The Builder last won the day on May 11 2012
Bob The Builder had the most liked content!
Community Reputation
62 ExcellentAbout Bob The Builder
-
Rank
Advanced Member
Profile Information
-
Gender
Male
System Specs
-
OS
Windows 8
-
Total Memory
More Than 9Gb
-
Framework
v3.5 & v4.0
-
License
Developer Edition
Recent Profile Visitors
7914 profile views
-
Email is also broken in Ubot 5 and they don't' seem to want to fix it, saying it is now a "feature" request, even though it worked fine in 4 and doesn't work in 5. There are no upgrades to 4 anymore, but there really aren't many updates to 5 either since there is no full time developer anymore. When they finally get one, still will take a while before they understand ubot. Ubot 4 was always slow, but Ubot 5 is worse. Whenever a scheduled ubot starts from schedule or manually it locks up entire computer for 2-5 seconds on a powerhouse machine.
-
Bob The Builder started following Help With Date Time, Is everyone Still Using Ubot 4?, Does Ubot have an active developer? and 1 other
-
Thanks a lot for this. Any chance you can add "contains" which returns true/false if a string contains a string. This is something that's harder than it should be in Ubot.
-
Does Ubot have an active developer?
Bob The Builder replied to Bob The Builder's topic in General Discussion
There are things like Email and certain web things that were working in v4, (and 3) and don't work in 5, and support basically told me it is now a feature request and if enough people ask for it, they will do it which I wouldn't hold my breathe. Right now email doesn't even working for me and most of my bots I need to re-write require email. That was before Eddie left too. -
Does Ubot have an active developer?
Bob The Builder replied to Bob The Builder's topic in General Discussion
Hey, Been a while since I used Ubot, trying to get back into it as I have some bots I need to update. -
Since Eddie left a while ago, is there anyone currently working on Ubot codebase?
-
I had to do this myself, and I noticed there wasn't any help on this anywhere. Here is how I did it, works pretty good. I am subtracting 3 hours to compensate for the time difference. Just change it to how many miliseconds to you need to compensate for. set(#date, $eval("var now = new Date(); var d = new Date(now - 10800000) d.getFullYear() + \'.\' + (d.getMonth()+1) + \'.\' + d.getDate();"), "Global")
-
New protection system with time limited trials and auto update options!
Bob The Builder replied to Net66's topic in Plugins
I spoke with them in the past about this and the only protection they had in their mind was to offer it tied to the bot store but I think that's not happening either. If the market was bigger I'd offer something myself but it just isn't worth the time involved to sell a couple of copies. Unfortunately there are no good solutions. That's why Andy gets away charging $600 for an ebook wrapper with no support or updates. -
New protection system with time limited trials and auto update options!
Bob The Builder replied to Net66's topic in Plugins
It is worth it if it was a well made protection system and you sold a lot of apps. Unfortunately it isn't. -
New protection system with time limited trials and auto update options!
Bob The Builder replied to Net66's topic in Plugins
The problem is the way Ubot is done. It is .net but it uses an obfuscation system so .net packagers will not work as they cannot spawn ubot files properly. If you just wrap it (like Protect Gold does) and just drop it in the file system, you need to put protection inside Ubot code to interface with the wrapper, or someone can just yank the file off the file system and by pass your protection. Almost all the commercial products do this, but they only do so in Visual Studio code (like C#), none of them have this protection code available in Ubot syntax. Ubot is very limited in what it can do -
New protection system with time limited trials and auto update options!
Bob The Builder replied to Net66's topic in Plugins
It isn't updated either, considering it is a kludge put together with ebook software it is very overpriced. Only thing, it is the only thing that really works right now. Commercial software packages don't really work. I've tried many of them. -
Any ubot bots selling for big dollars?
Bob The Builder replied to General Lee's topic in General Discussion
I don't think there is. The most successful bots are likely used privately to solve problems and save a lot of money. There are a few WSO that use ubot but nothing really big. Some have done well selling coding services but in the end it is similar to minimum wage. -
For many reasons it just isn't possible. You can make sub-bots that do parts of it but making one big tool just isn't going to happen.
-
Works good. Similar to what I came up with. I didn't want to have to shell out. Thanks TheJake.