Restricting Access and Protecting Code



Hi All

I have written an application in PHP that will be used by telecoms and ISP's. It will be installed on a server that will only be running this app. Will most probably be using the latest SuSE linux version.
I need to provide them with root access to the server so that
they may perform simple issues such as IP address changes and backups.


I do not want them to have access to my code nor the postgres db.
It is vital that this is protected.
There are some php encoders available such as Zend Encoder.
Do these encoders do the job well?

Could someone please advise me on the best way forward.

Much appreciated

Barry
.



Relevant Pages

  • Re: Restricting Access and Protecting Code
    ... I have written an application in PHP that will be used by telecoms and ISP's. ... It will be installed on a server that will only be running this app. ... As Colin said - you do not have to provide them with root access - nor should you do so! ... Static IP's are generally set up at install time, ...
    (comp.lang.php)
  • Re: [PHP] Storing compiled code on the server
    ... even people with root access to my server. ... The best suggestion I've ... heard is to store only the compiled version on the server itself. ... Just use PHP Accelerator. ...
    (php.general)
  • Re: PHP Instalation problems. Browser doesnt know what to do
    ... This is loaded and run as a local server (for class ... PHP 5.2.0 from php-5.2.0-win32-installer.msi ... # configuration directives that give the server its instructions. ...
    (comp.lang.php)
  • Re: PHP Instalation problems. Browser doesnt know what to do
    ... This is loaded and run as a local server (for class ... PHP 5.2.0 from php-5.2.0-win32-installer.msi ... # configuration directives that give the server its instructions. ...
    (comp.lang.php)
  • Re: write with cURL
    ... execute permissions. ... This is assuming that the PHP script runs ... of potential security risks from other users on the same server. ... Apache as the global web server user and thus needs world write ...
    (alt.php)