Want one solution of the problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
parag
Forum Newbie
Posts: 6
Joined: Mon Jul 25, 2005 6:37 am
Location: Pune
Contact:

Want one solution of the problem

Post by parag »

Hello Everybody,

I want to convert php code i.e. php file to self decryptable code file. so that when anyone tries to see the (self decryptable) php file it will be in encrypted format but when the request of php file given in the IE or any browser it should execute the php file.

I want solution of this despirately early.

Plz. Help me.

Thanx in Advanced.

Rgds,

Parag
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

See, for self-decryption to work the script should be in that intermediate form which is understandable by the interpreter which will load it. The interpreter maybe a server extension like Zend or one of your own. but the prob is that if you write your own, the encoding method can be reversed simply by viewing the source. In short, Zend may be for you.
Post Reply