I can say that you can code even an image in
PHP and here is simply how:
http://www.ecashbot.com/php_image_gener ... erator.phpIf you
plan to code and encrypt your
PHP code then there a lot of
softwares on
internet that do this stuff and this kind of
business. Popular ways are encrypting with base65
This combination leaves the data unlikely to be modified in transit through systems, such as
email, which were traditionally not 8-bit clean.
And it uses 64-bit combinations.
What is amazingly about this encrypting is that you can hide your
php source from all
webmasters and users who try to see your
PHP code and keep the output the same.
You will need to use mod rewrite or a .
php file extension to have it in your index file.
You will probably encounter sooner or later on
internet scripts that are coded with this encryption so you can't modify the
copywrite signature etc. And if you remove this part of code most likely that your whole script will not
work becouse in this code there will be probably functions that will require to check if the
copywrite signature is still shown.
So better don't try. If you don't like it don't use it but it would be hard to crack it and also it will probably be illegal.