Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to protect web script from being illegally distributed?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to protect web script from being illegally distributed?

I am going to develop a Vcard/CV Resume in PHP for a person. I want it to be domain restricted. I mean he should not be able to redistribute it to others after buying from me. It should only run on specific domain.

I know that it is difficulties in these days. Precautions can be made.
What are the ways to ensure that this do not happens. Link to resource, Any Suggestion?

Comments

  • wychwych Member

    Self host it and limit the domains that the webserver responds to?

    Thanked by 2Mark_R netomx
  • Don't give him the script, give him a service (i.e. a hosted script).

    Thanked by 1netomx
  • jhjh Member

    IonCube etc. make it harder, but the only way to completely ensure it is to host it yourself and provide it as a service.

  • wychwych Member

    @jhadley said:
    IonCube etc. make it harder, but the only way to completely ensure it is to host it yourself and provide it as a service.

    IonCube is a good suggestion.

Sign In or Register to comment.