And to be absolutely clear, I'm not blaming any purchaser of the module or modules or suggesting that they did anything wrong. There is only one villain: the company that left all of you high and dry.
Joe,
Were you one of those affected by the Managed.com attack that took down their services last November? I heard a lot of people in the DNN world were affected by it. I never used Managed.com myself, so I was not affected by their outage, thank goodness.
I myself had a similar incident with a VPS of mine last year, but luckily I had offsite backups. I only lost a day of data in my situation.
I really do wish that there was a way to contact this vendor that vanished.
Ben,
I was one of the fortunate ones. All of my Managed.com sites return to service without a loss of data. Others were not so lucky. Since then I have diversified, and also taken great pains to make sure that everything is backed up off-site.
Gafman,
That's awesome! If you don't mind me asking ... what "improvements" did you make. Also ... how did you handle the Licensing portion of the application? Did you create a backdoor license code or another method to make this module work without their licensing servers?
I completely removed the licensing portion. They were using certs to sign the GUID value of the DNN install. Since I didn't have access to the private key I was unable to duplicate the signing. So I removed all those checks and instead you "choose" what version you want and it unlocks it.
The big change I made was with BCC notifications and the other four "user" lists in the settings. It was designed create a comma delimeted list of UserIDs from the Users table. We had a need for outside vendors and distribution lists that won't necessarily be in the Users table. So I changed it to a command delimeted list of email addresses. In addtion, I added auto-complete to those text fields (when the Users table how more than 100 users) so that it will give you a pseudo drop down list. You don't have to pick the user from the list and you can now put in any valid email address. Now that I think about it, if your users list is less than 100 you won't be able to put in any arbriary email address. Maybe I should just get rid of the less than 100 code all together since I have the auto-complete on the text box.
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.