PHP Licence Manual
PHP Licence Manual

Adding our callback script to your own software is fairly simple. There are only two snippets of code you need to add to your own Script.

 

Authorization Code
Licence Key

 

The authorization code needs to be added into an important page of your script, possibly an Administration main page. If the licence key used is invalid it "disables" the page the code is inserted into preventing the script from running.

 

The easiest scenario would be any page with a "php include" tag. This way the licence key can be added to the "include" page for verification.

 

You could simple create a new page to be used for the Licence Key: "licence.php". Then add an include to the top of the page you added the authorization code into.

 

Customers need to add their unique licence key into your script. If they are required to edit database or settings information for their own server, this would be an ideal page to include the Licence Key code to. The licence key code is very small and shown below.

 

When the page with the authorization script is loaded in any browser it will check for a licence key. The script will then "ping" your Licence Administration to verify the Key is valid.

Valid Licence Key - Continue running the script.

Invalid Licence Key - Disable the script and display "Invalid Licence"

Over Used Licence Key - Disable the script and display "Licence overused on too many domains"

 

When a licence key is disabled automatically, the script will send an E-mail to you informing you to check your Licence administration for details.

 

Remember to "encrypt" the page you added the authorization code in to. There are many different encryption programs available however, check what additional files may be required "server side" to run the encrypted pages.

 

We have created a PHP code obfuscator, this is NOT for replacing encrypted pages for security, but you may wish to use this script to protect a large quantity of pages. When using the script "advanced obfuscator" Your pages will be virtually impossible to read.

 

Our obfuscator has an amazing built in reduction feature that can compress most code to under 30% of its original size.Our obfuscator script has never been released to the public domain.

 

You are free to use our PHP code obfuscator to protect an unlimited number of pages. To use Click Here.