web_master Posted June 3, 2010 Share Posted June 3, 2010 Hi, at first Im sorry if My question is looks like a question of begginner, but I must to ask: is some possibility to secure my php/html script to secure from copy from one computer to another? I made one php-program to one firm and I dont want to anyone copy to the other computer. Thanx, T Link to comment https://forums.phpfreaks.com/topic/203754-php-security/ Share on other sites More sharing options...
kenrbnsn Posted June 3, 2010 Share Posted June 3, 2010 How do you think anybody without access to your server will be able to get your script? If they use any requests over the web, all they will see is the generated HTML or other output that your script sends, not the actual code. Ken Link to comment https://forums.phpfreaks.com/topic/203754-php-security/#findComment-1067171 Share on other sites More sharing options...
.Stealth Posted June 3, 2010 Share Posted June 3, 2010 I think he means copying the actual php file out of a folder on one computer to another. Not through the net. Link to comment https://forums.phpfreaks.com/topic/203754-php-security/#findComment-1067174 Share on other sites More sharing options...
web_master Posted June 3, 2010 Author Share Posted June 3, 2010 How do you think anybody without access to your server will be able to get your script? If they use any requests over the web, all they will see is the generated HTML or other output that your script sends, not the actual code. Ken This an internal server, and You give me answer I think: that mean, only I can manipulate by the server computer, and if nobody have access to this computer, than nobody can copy html (php) files to another computer. Thank You, and sorry again for that simple question, but I had to ask. Best regards, T Link to comment https://forums.phpfreaks.com/topic/203754-php-security/#findComment-1067177 Share on other sites More sharing options...
web_master Posted June 3, 2010 Author Share Posted June 3, 2010 I think he means copying the actual php file out of a folder on one computer to another. Not through the net. Yes, not through the net, because this is an internal server - program is based on php Link to comment https://forums.phpfreaks.com/topic/203754-php-security/#findComment-1067179 Share on other sites More sharing options...
.Stealth Posted June 3, 2010 Share Posted June 3, 2010 You pretty much answered you're own question. Only people that have access to the server computer can get the PHP scripts. Everybody else gets the generated HTML. Link to comment https://forums.phpfreaks.com/topic/203754-php-security/#findComment-1067217 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.