redbrad0 Posted November 19, 2010 Share Posted November 19, 2010 I've been developing a php application that runs my entire company for the last 4 years. One of the things I never thought of until now is that the server guys or anyone else could copy the source code and db and be able to start up another company which brings up my question to you.... How would you protect your application? My thought is to create one small php file that is encrypted with something that is required to make the entire site run (not sure at this point what it would be that they couldn't just rebuild). Then if this file sees it's on a different domain/ip it requests data from my site which logs the info for me to look at. If I find out it's something not approved, it would then not allow the program to run and will give a error. What is your idea? Link to comment https://forums.phpfreaks.com/topic/219162-how-to-secure-my-php-application-from-someone-copying-source-code/ Share on other sites More sharing options...
Minimeallolla Posted November 19, 2010 Share Posted November 19, 2010 you cant see php in the source code? password protect your files? dont tell anyone your cpanel password or username lol? they could only get a website that would look like yours, theres wouldnt work because they couldnt get your php codes therefore they would have to script up their own php which would take, well if it took you 4 years.. theres alot of sites that use this to scam people, its called phishing. http://en.wikipedia.org/wiki/Phishing Link to comment https://forums.phpfreaks.com/topic/219162-how-to-secure-my-php-application-from-someone-copying-source-code/#findComment-1136491 Share on other sites More sharing options...
redbrad0 Posted November 19, 2010 Author Share Posted November 19, 2010 Sorry if I didn't hit on the point exactly, but what I'm worried about is the people that manage the servers and the programers that are working on the site. Let's just say I wrote software for a application that I am selling online. They need full access to the source code to be able to make modifications but I wouldn't want them to be able to put the code on a warez site or anything else allowing people to download it without paying. Does this help? Link to comment https://forums.phpfreaks.com/topic/219162-how-to-secure-my-php-application-from-someone-copying-source-code/#findComment-1136493 Share on other sites More sharing options...
Minimeallolla Posted November 19, 2010 Share Posted November 19, 2010 make them sign a contract and copy-write your work lol or just do their job for them so its only yourself you have to worry about lol \= Link to comment https://forums.phpfreaks.com/topic/219162-how-to-secure-my-php-application-from-someone-copying-source-code/#findComment-1136520 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.