i'll do my best to explain: I'm working on a little script that works like a code generator: people enter their details in a form, and the script generates a code they need to add to their website to add the functionality. That's where I'm stuck: the code needs to be encrypted, because it shouldn't be visible in the source code of the page they add it to. Currently, my script provides the unencrypted code and a link to html encoder 1.9 (http://www.ioncube.com/html_encoder.php), which users need to download and upload to their folder. I find this pretty user-unfriendly, since there are many steps to take. On top of that, it appears it won't work for everyone. I'd prefer for my script to generate the encrypted code at once, so people can just copy and paste this encrypted code, only I don't know how to do this. Is there anyone who can help me out with this?
ioncube doesn't work on localhost. I had tried for my self. I think you should make your own encryptor and put yor secret key on other server. Use php curl to access it