PHP Encoders

hostblue

New member
Hello,
Which enocders do you prefer for protecting my php files? I have been looking at Zend,Ion Cube and they are pretty nice so far. Any suggestions on which to choose?
Thanks
 
I would run the base4_encode for all of my php codes that I wanted to protect. Make sure you do something like this. ::

PHP:
<?php

$var = php code you want;
$var = base64_encode($var);

$anothervar = base64_decode($var);

echo = ($anothervar);


I'm not a php genius, but I think it works. Not guarunteed.
 
we usde both zend and ioncube on our software so we cater for both parties that may prefer one to the other, they are both as good as echother in many respects obviously a difference in price and other little features,

but both do the job !

-----------------------------------------------------------------------

Travis Dane
www.checkurl.info
 

Forum statistics

Threads
80,945
Messages
248,478
Members
20,683
Latest member
tombarko8
Top