With this script, you can license your own PHP projects. Issue licenses, and control these licenses remotelly. This script also have a built-in php obfuscator, to protect your code from being stolen.
This software is not nulled .. but to make it nulled, please follow what i tell you to do ...
1. replace validation.php that you will find attached, present in the install / includes folder
2. write nulled in the purchase code field
then refresh your browser with which you are trying to install this script ... (Please make sure that the system where you will install this script has the correct server requirements).. Bingo, The Application start working!!
This software is not nulled .. but to make it nulled, please follow what i tell you to do ...
1. replace validation.php that you will find attached, present in the install / includes folder
2. write nulled in the purchase code field
then refresh your browser with which you are trying to install this script ... (Please make sure that the system where you will install this script has the correct server requirements).. Bingo, The Application start working!!
With this script, you can license your own PHP projects. Issue licenses, and control these licenses remotelly. This script also have a built-in php obfuscator, to protect your code from being stolen.
This software is not nulled .. but to make it nulled, please follow what i tell you to do ...
1. replace validation.php that you will find attached, present in the install / includes folder
2. write nulled in the purchase code field
then refresh your browser with which you are trying to install this script ... (Please make sure that the system where you will install this script has the correct server requirements).. Bingo, The Application start working!!
<?php
/**
* Validation class
*/
class Validation extends Validation_Core
{
// These function are part of the default $steps array to help you
// illustrate how this script works. Feel free to delete them.
function validate_license($value, $params = array())
{
return true;
}
function validate_system_path($value, $params = array())
{
if ( !is_file(rtrim($value, '/').'/system/config.php') || !is_writable(rtrim($value, '/').'/system/config.php') ) {
$this->error = rtrim($value, '/').'/system/config.php file does not exist or is not writeable.';
return false;
}
return true;
}
}
With this script, you can license your own PHP projects. Issue licenses, and control these licenses remotelly. This script also have a built-in php obfuscator, to protect your code from being stolen.