Web Hosting Talk







View Full Version : ModernBill..hmm


mhale
11-16-2002, 01:04 PM
I see they no longer even offer a real full source code version. No matter what, if you want to use ModernBill, you MUST use zend or that ionCube thing. What about people who DO NOT want to install Zend or ionCube? What are they suppose to do? What about those people who really paid for a full source version and a year worth of updates? Is this really fair to them? There should at least be a full source version for those people who paid for it already. I'm no law expert, but it seems to me, if someone paid for something (full source modernbill), and now they can't get it, can't they do something about it? Not sure, but any comments would be appreciated. Thanks

Tim S
11-16-2002, 10:32 PM
They are supposed to put out a source guardian version so you do not have to install anything on your server.

I doubt you can do anything since it does say on their site that a couple files encrypted. I didn't purchase the full source version (mine is encrypted) but I don't think it prevents you from modifying the program to fit your needs.

I can't really blame them for trying to protect themselves and their work. While you may be an honest person many are not.

Just my thoughts....

webarama
11-17-2002, 04:36 AM
Originally posted by Tim S

I can't really blame them for trying to protect themselves and their work. While you may be an honest person many are not.


I agree 100%. It is not unreasonable for MB to try to protect their software. They have spent a lot of man hours developing it, and they have had plenty of reports of stolen copies apparently.

Yeah it's a bit of a hassle to install something else in order to make it all work, but if you want to use that software, that's the deal.

goodness0001
11-17-2002, 01:49 PM
I have the developer version, and i cannot find any problems with it or any customization problems at all.

mhale
11-17-2002, 01:54 PM
It's not exactly about customization, or having to install something else. It's about paying for one thing, and getting another.

goodness0001
11-17-2002, 03:07 PM
It is explained very clearly on their web site what you are getting.

mhale
11-17-2002, 03:10 PM
Yes, now it does, But what about BEFORE..The people that bought a FULL SOURCE license?

JeremyV
11-17-2002, 03:34 PM
it is only 3 files that are encoded. Most likely just some core scripts that they do not wish to be available, or use the encoding to allow it to run faster. The software is still 99.9% customizable even with those 3 encoded files.

mhale
11-17-2002, 04:06 PM
Originally posted by mhale
It's not exactly about customization, or having to install something else. It's about paying for one thing, and getting another.

JeremyV
11-17-2002, 04:17 PM
I understand that, but you are going about this based on the wording of what they have called it. Whether it be "full source" or "developer" or whatever, they provided this highest level of product for people who wish to develop the software further. I bet somewhere when you purchased their software there was a clause in the agreement noting they can at any time change the software, etc etc.

I would suggest contacting modernbill about this rather than on here, as nobody here can really help you. You should just be thankful that you can use v4 without paying for an upgrade like you would with most software.

time-to-go
11-17-2002, 05:06 PM
If you ordered modernbill version3 full source with one year of updates and that's what you received where is the problem? You received the product and by what you are saying they are giving you access to upgrades, if the upgrades don't suit you don't upgrade.

So you have paid for one thing and that's what you've got, end of story.

dherman76
11-17-2002, 11:30 PM
true:)

phpa
11-22-2002, 09:23 PM
Note that with the ionCube loader, as with sguardian, you do not need to edit the php.ini file to run encoded scripts if you aren't able to - basically you have the choice.

Safe mode compatibillity and maximum, better than raw script, performance, and acceleration from PHPA with its next release, or 'on-demand' loading with no php.ini edits, server restart etc. Note also that if you use PHPTriad / Sokkit for a windows installer, that the ionCube loader comes as standard.

About source code though, if you had once upon a time paid for a source code license then I would have thought that you'd be entitled to that going forward, but check the license agreement with that product. You might also find that you'd get no support if you had edited any of the source code though.

What I'd expect is for the product to be designed to be extensible and customisable without the need for source. It should have an API to its core, and allow new modules to be written and old ones to be customised. A good design would allow near infinite customisation and extension without requiring to see their source, and giving away the intellectual property that the manufacturer so rightly want to protect.