Skip to content

Protecting Your Script

Bhanu Pratap Singh Slathia edited this page Jun 30, 2023 · 3 revisions

General Requirements For Licensing Engine

Auto Faveo Licenser works on any server that supports PHP 8.1 or higher along with its most popular extensions : MySQLi, cURL and OpenSSL. Since 99% of hosting providers (even free ones) have these extensions enabled by default, Auto Faveo Licenser is virtually compatible with any server around.

End user's machine (the one running script protected by Auto Faveo Licenser) has no extra requirements; it only needs to support the same extensions as Auto Faveo Licenser server. If user server doesn't support MySQLi, the application can still work as long as cURL and OpenSSL are installed.

Integrating Auto Faveo Licenser Into Your Script

This type of information is only available outside administration dashboard for security reasons. A detailed integration guide is included in the Auto Faveo Licenser installation package; see '/DOCUMENTATION' directory for step-by-step instructions and full documentation.

The installation package also contains 2 fully working demo applications protected by Auto Faveo Licenser; feel free to explore their source code for even better understanding how application works.

Automatically Updating Your Script

It's possible to automatically install and update protected script on user's machine with the help of Faveo Auto Update Script.

Faveo Auto Update Script downloads and installs a desired version of protected application on user's machine and keeps it up to date, so you can use it to add version check features into your application, create online installers, upgrade and downgrade current installations, etc. The module is fully compatible with Auto Faveo Licenser; therefore, you can license and automatically update your products at the same time.

Clone this wiki locally