Free and simple PHP encoder

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
belon_cfy
Forum Newbie
Posts: 2
Joined: Thu Dec 11, 2008 10:32 pm

Free and simple PHP encoder

Post by belon_cfy »

This is a free php encoder to prevent your source code exposure on internet.

-Transform your PHP code into unreadable format by using Xquier PHP Encoding Engine.
-Compress your original PHP file.
-Fast decoding and execution speed.
-99% compatibility.Tested on encoded Joomla and OSCommerce.
-PHP 4.X and PHP5.X compatible.

Enjoy !

http://xquier.fanyong.net/php_encoder_form.php
User avatar
novice4eva
Forum Contributor
Posts: 327
Joined: Thu Mar 29, 2007 3:48 am
Location: Nepal

Re: Free and simple PHP encoder

Post by novice4eva »

I wonder how they do it!! I tried it using eval but umm i think it was not friendly to includes and well other things too...would be cool to have such script in hand..but guess those who have their hands on the PHP file will have no prob getting things decrypted too!! So don't see much point , will wait for PHP to compile and create binary files hehehe i dunno if that will happen
belon_cfy
Forum Newbie
Posts: 2
Joined: Thu Dec 11, 2008 10:32 pm

Re: Free and simple PHP encoder

Post by belon_cfy »

novice4eva wrote:I wonder how they do it!! I tried it using eval but umm i think it was not friendly to includes and well other things too...would be cool to have such script in hand..but guess those who have their hands on the PHP file will have no prob getting things decrypted too!! So don't see much point , will wait for PHP to compile and create binary files hehehe i dunno if that will happen
Yes, but it is better than you do nothing to protect your source code.
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: Free and simple PHP encoder

Post by yacahuma »

thanks for the link
Post Reply