Protect my PHP App

Posted by Abs on Stack Overflow See other posts from Stack Overflow or by Abs
Published on 2010-05-28T12:01:22Z Indexed on 2010/05/28 12:01 UTC
Read the original article Hit count: 184

Filed under:
|

Hello all,

I have developed an app and its written in PHP (with a bunch of SQL scripts), this app will be used by a few small companies. For them to use it, I will have to install Apache and SQL Server for them.

Every method I have thought has fallen short of what I need. I was actually just hoping to use ZendGuard or IonCube but they don't support PHP 5.3.x.

Is there a simpler method where I can maybe store a key in the database and make the app run only when it knows its on that server?

Maybe create a key based on some random numbers/letters and the machine name, sql server host name and encode/decode this when ever the system is in use?

Thanks all for any help or ideas

© Stack Overflow or respective owner

Related posts about php

Related posts about protection