Jump to content

php security


web_master

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.