(11-02-2015 05:18 AM)reishi Wrote: [ -> ]how to use?
Hello how to use it the following way
In the Products tab will create your product
Create new product
Full name
Short name
Short name that box select whether to enable or disable
Time Trial whether to leave in 30-day trial mode if you do not want to leave empty
Now save
Now again will the Settings option
API settings
In this site you will give to persmissão product created
Note that each time you create a new product you must generate a API
Returning on the same site configuration API
Click en generate API
Validating the product license
Go to License tab
Create my ass license
Place the license information
Choose the product that will license
Validation can be IP or Domain
Every customer who sell protected product must have a validated license for a domain
Not recommend IP validation example a client hosts in a free host any site that you can use this ip then recommend Valir system domain
Protecting script
For protection will tab
Security Tools
Generate safety class
Choose the product you want
Click the generate button
Get code to create a php file
An example name license.php
I'll give you a hint numca use license.php why this makes it easier for people to find your protection in case it will delete and will circumvent your protection
Can anything be done well
Look for the file that make calls to the database
Example
$ protocol = "http" ((isset ($ _ SERVER ['HTTPS']) and& $ _SERVER ['HTTPS'] == "on") "s": "").. ": //";
$ server = isset ($ _ SERVER ['HTTP_HOST'])? $ _SERVER ['HTTP_HOST']: $ _SERVER ['SERVER_NAME'];
$ basename = preg_replace ('@ / + $ @', '', dirname ($ _ SERVER ['SCRIPT_NAME'] / ')).';
Or those who log files in admin panel or area client
You can put your code into this file and compile put some files when compiles crashes
Well I gave the file tip will not evade the issue to top
We will use a more complex way
If this folder to many as index.php login.php, conection.php,
Invent something like conection_BD.php
Paste your protection code within that file
In other config.php file that makes calls
create a line
like this
include 'conection_BD.php';
Slave ready now will be protected and encrypted to put something like conection_BD.php
The person will think twice before deleting and she will not even know there is a protection for that name confuses conection_BD.php
Note When generating protection
Goes obfuscator
To hide your code
When hide code edit this line
<? php
/ * Obfuscated by PHPMyLicense Obfuscator BETA 1.5 * /
Example
<? php
/ * Conection BD MYSQL version * /