MyBB Community Forums

Full Version: For Premium Plugin Developer = Encode your Code.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

This will be helpful to many Premium Plugin Developers, this will eliminate the developers premium plugin getting nulled to some extent. There are many PHP encoders, which allows your code to get encrypted and restrict from Unauthorised use.

Some of them are here :-

1). http://www.zend.com/en/products/guard/ or
2). Visit this Site:- http://www.seocompany.ca/software/free-e...tware.html

I am pretty sure, this will be life savior, if you have no idea how to deal with these Encryption, than I will make tutorial on it, How to Encode and disallow from non-authorised use.

Thanks
grave
Zend would need to be installed on the webserver for the first, and the second makes it near impossible for custom edits to be done.
(2011-07-18, 04:36 AM)Aristotle Wrote: [ -> ]Zend would need to be installed on the webserver for the first, and the second makes it near impossible for custom edits to be done.

For Next Edit, Release it in another version of same base
E.g,
v0.1 got released , After few edit which was required "v0.1a", "v0.1alpha", "v0.1-1".

Disallow further Support and usage on v0.1.

Note:- Sometimes => Something is better than nothing.
The same applies ionCube (needs to be installed on the machine), which is a better alternative imo.