Encrypted files
Rushian 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Encrypted files
imike123 0
From: -
From: -
Encrypted files
I see
I see
1 Re: Encrypted files
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Encrypted files
Honestly, I don’t know how the protection of the final version will look like (if there is any at all).
It was originally not planned to release encoded scripts, but the commercial PHP market is changing rapidly. I wouldn’t be surprised if in 2-3 years most commercial scripts are encoded. Nowadays even commercial plug-ins for another (GPL licensed) CMS becomes encoded.
The encryption itself isn’t unbreakable. There is actually a Chinese firm that can decrypt encoded scripts for $15/file, but whether the end result is usable is another question. Encoded scripts are not only in a compiled state but also have line numbers, functions, and variables obfuscated. The decrypted version is far away from its original source code and may need additional debugging.
Not now, but admin control panel templates could be easily implemented, after most of the HTML output you see in the admin control panel is already in a separate file (class_html.php).
There is no real need to collapse the menu after the group tabs are still there (as shown in previous admin screenshots) but only disabled in Test 1.
There are 2-3 major releases/year planned after the release of 2.0. Every new release comes with a signification numbers of new/updated files. If only one single file has been altered, you need to manually re-add the changes. That means more trouble tickets from not so experienced customers.
Wouldn’t it be nice if you can run the Windows installer and have 5 minutes later your installed version upgraded to the latest one?
I can live with the expire date, seeing as they're beta versions, but once the codebase is final I'm really hoping to get decrypted scripts.
Honestly, I don’t know how the protection of the final version will look like (if there is any at all).
It was originally not planned to release encoded scripts, but the commercial PHP market is changing rapidly. I wouldn’t be surprised if in 2-3 years most commercial scripts are encoded. Nowadays even commercial plug-ins for another (GPL licensed) CMS becomes encoded.
The encryption itself isn’t unbreakable. There is actually a Chinese firm that can decrypt encoded scripts for $15/file, but whether the end result is usable is another question. Encoded scripts are not only in a compiled state but also have line numbers, functions, and variables obfuscated. The decrypted version is far away from its original source code and may need additional debugging.
I really want to be able to collapse the left admin menu by groups for example.. Can that be done with templates or modules now?
Not now, but admin control panel templates could be easily implemented, after most of the HTML output you see in the admin control panel is already in a separate file (class_html.php).
There is no real need to collapse the menu after the group tabs are still there (as shown in previous admin screenshots) but only disabled in Test 1.
Being able to edit the code could even save you from having to answer trouble tickets, or forum questions.
There are 2-3 major releases/year planned after the release of 2.0. Every new release comes with a signification numbers of new/updated files. If only one single file has been altered, you need to manually re-add the changes. That means more trouble tickets from not so experienced customers.
Wouldn’t it be nice if you can run the Windows installer and have 5 minutes later your installed version upgraded to the latest one?
I'm replying here as the encryption of the CT2.0 scripts isn't really a bug.
Originally posted by Rushian:
Originally posted by Philipp:
I can live with the expire date, seeing as they're beta versions, but once the codebase is final I'm really hoping to get decrypted scripts.
And I totally understand your desire to protect your work, but in the end, *any* piece of software will be broken if the desire is strong enough. What ends up happening -- in every case -- is you inhibit your legitimate users.
I think there is always a reason to be able to edit the core code. I've modded my ST1.8 admin CP quite extensively. I really want to be able to collapse the left admin menu by groups for example.. Can that be done with templates or modules now?
And there are *always* glitches that can be fixed. Being able to edit the code could even save you from having to answer trouble tickets, or forum questions. Even stupid stuff like putting the search fields into a neater table layout, etc.. Minor, sure, but still important to me.
Please consider it.