I know two bad ideas to protect your content against content stealth :
- Disable per javascript the right click to avoid that somebody get the source code,
- and for PHP to crypt your code with eval + gzinflate +base64_decode.
It’s better not to publish anything before doing such a silly thing…