Jump to content

gondalmk

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

gondalmk's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Guys, Thank you for your reply. I know that from the php file the end user will see only the HTML output but my question is how to protect the file from peope who have ftp access to the server. For example in ASP the code is compiled as dll and "no one" can read it even if it has access to the server. And also in the dll I can include a protection that will prevent the code to work on another computer if someone copy all the files from the server. One of the tools that I found to do this is "Zend Guard" (http://www.encodercompare.com/zend_guard) that provides even protection for reverse engineering but $1000 for annual subscription is way too expensive for me. All I need is to prevent someone with ftp access to the server to copy all the files from it and put them on another server (unlicensed use and redistribution). Any recommendation ? Thank you
  2. Hi, I'm new in PHP and for a new project I'm considering to use PHP but I couldn't find any information about protecting the scripts from being copied. Once I'm done with the development, I want to upload it on a web site but I want to prevent the site to be copied by the administrator to another site. Any idea is this possible and how this can be done? Thank you
×
×
  • 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.