0

If I am understanding correctly, it is possible not to give your code to the client by having your client connect to your web server and accesses (Only) the PHP source codes without the ability to see or edit them. I mean is just changing all of your links to the PHP files would resolve the problem or is the process way more complicated? I understand that API [which I do not know much about] would be the best solution, but how do I link these two servers together? and if it is possible to do so, can i do the same for my HTML/Javascript files?

4

1 に答える 1

0

すべてのソース ファイル (HTML/JS を含む) を .zip にパッケージ化し、クライアントにダウンロードしてもらい、それを独自のサーバーに解凍します。

理想的には、より高速で安全な FTP を使用することをお勧めします。

于 2012-07-13T09:14:58.683 に答える