Jump to content

PHP file translation tool


tibiz

Recommended Posts

Hello,

is there an app which is able to translate human readable php scripts into an unreadable/incomprehensible/ script , f.e. from:

 

class CUser {

  public function Login() {

    ...

}

};

$user = new CUser();

 

will make something:

class RF34AFD { public function RGH54SDSDAQ() { ... } }; $r5sfds=new RF34AFD(); $r5sfds->RGH54SDSDAQ();

 

I'm going to upload my scripts to a server which don't support any PHP encoder (zend, ioncube, etc.) so I want to protect my script particularly.

 

thak you for any answers

Link to comment
Share on other sites

  • 2 weeks later...

well, seriously speaking there is no full proof solution other than using encryption i.e ionCube etc.

You can Obfuscate, but, this too, is will only inconvenience your legitimate, law-abiding and noble customers , while the people who would would rip you off are not your target paying customers anyway.

 

there is a interesting post thread at :

 

http://stackoverflow.com/questions/336057/best-solution-to-protect-php-code-without-encryption

 

I hope that will help...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.