View Full Version : How to protect your script?
.Joe.
June 9th, 2006, 20:31
Okay, I've seen in alot of scripts that they protect their scripts by using symbols or something. How exactly do they do that? Because I've coded something, but I don't want to release the script because I don't want any leeching, reselling, editing, etc. So does anyone know how exactly to do that?
Robert
June 9th, 2006, 20:39
They encode it. I sometimes use http://www.ioncube.com/ to encode certain php scripts, such as a php script that contains MySQL information for a database. By encoding it, it prevents anyone on the server to be able to read the file (if they managed to) and see the MySQL data information like username/password.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.