hno Posted May 14, 2012 Share Posted May 14, 2012 Hi every one I want to encode my website and I've just found the attached file . What is this encoder ? is there anyway to encode that ? Thanks 18354_.php Link to comment https://forums.phpfreaks.com/topic/262497-help-me-for-encoding-my-script/ Share on other sites More sharing options...
The Letter E Posted May 14, 2012 Share Posted May 14, 2012 Hi every one I want to encode my website and I've just found the attached file . What is this encoder ? is there anyway to encode that ? Thanks What do you mean by encode your website? You don't have to worry about anything written in php tags, because it gets evaluated at runtime and cannot be accessed by the end-user. Or did you mean you actually want to obfuscate the php? Or is there certain data in the file you would like to use encoding on? In php the most commonly used encoding type is base64 and you can read more about it here: http://php.net/manual/en/function.base64-encode.php Link to comment https://forums.phpfreaks.com/topic/262497-help-me-for-encoding-my-script/#findComment-1345253 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.