It is easy add this code to your php codes and encode file and you are safe with decoders. decoders can't decode your file correct full buggy run ioncube encoder > php 5.3 > encode (with or without obfuscate) namespace nobaby; class nobaby{} PHP:
Wow thanks for the tips. I've never used namespace. Usually i use this code to make ioncube decoder's result messy if (!function_exists('something')) { function something() { // All code are safe here } } PHP: