Posted by J.O. Aho on 09/29/07 12:01
Defacta wrote:
> Hi,
>
> I would like to make a script in which there would be some google ads.
> The problem is if the PHP code source is available people will be able
> to delete the google ads part of the script...
>
> How can I make the code be illegible without using Ioncube or Zend, my
> goal is to make this script work everywhere not with a specific
> configuration...
You could rot13() the file, and then rot13() back it and run an eval(),
no matter how you do it without a module like the one from zend, it will
be easy to see how you "encrypt" the php code and it will be easy to
remove that part and then easy to remove your google ads.
--
//Aho
[Back to original message]
|