R
R
Ramon Okeysi2014-04-10 10:53:00
CMS
Ramon Okeysi, 2014-04-10 10:53:00

How to protect digital goods from resale?

Specifically:
We are developing websites.
We make websites for specific clients under a license for 1 domain.
Question:
how can I organize the sale of digital files (websites) so that they work only on specific domains? Are there ready-made solutions?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexander, 2014-04-10
@disc

If php is used then:
Zend Guard - definitely supports
IonCube domain limit - should also

C
callback, 2014-04-10
@callback

Here is the finished solution for you:
obfuscate this code and paste it into some file that is always included (something like a config) and that's it.

F
FacedSID, 2014-04-15
@FacedSID

In fact, code protection is an eternal song!
Zend Guard and IonCube can be decoded. For example, a rewritten php interpreter. All obfuscators work on the same principle: before passing clean code to the compiler, any extension like Zend Optimizer or IonCube decodes it so that PHP can lexically analyze and do everything necessary to translate it into bytecode. Rewritten interpreters, just instead of "resulting" they save "pure" php code to the specified file. I studied such things 5-6 years ago. But even at that time, the guys from Zend compressed it beyond recognition before obfuscation, but you could spend a couple of hours and restore the source code of most files. Let's just say...these are very good and reliable tools, but there were ways to steal,

R
Ramon Okeysi, 2014-04-10
@raminaliev

How technically does the installation logic of these tools look like?
and what is the output?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question