» » PHPMyLicense - Advanced PHP Licensing System

PHPMyLicense - Advanced PHP Licensing System

PHPMyLicense - Advanced PHP Licensing System

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.

Demo: https://codecanyon.net/item/phpmylicense/11719122

http://hfiles.ro/download/phpmylicense.rar/1530181
http://www.mirrorcreator.com/files/13HAIXX3/phpmylicense.rar_links
http://ul.to/cp8aby7t
http://www65.zippyshare.com/v/pCtLgHao/file.html
https://www.solidfiles.com/v/338rnnNQkQVvk
https://userscloud.com/ma4n4lcp93c5
http://www.mediafire.com/download/fqr4n2ocd3c41bt/phpmylicense.rar
https://www.sendspace.com/file/965zyq
http://www.megamirror.net/zmo8qpbjsqfj

This file has UNTOUCHED status - (original developer code without any tampering done)

Related Articles

  • PHPMyLicense v3.4.81

    Advanced License Manager for PHP Scripts. With this script, you can license your own PHP projects.
  • Licenses manager

    Licenses manager is an addon for the CompileGrid CMS. This plugin will allow you to manage your

Comments(7)

    1. karlspinner wrote:
      PHPMyLicense requires a license key when attempting installation. Does anyone have a license key?
      1. HGJosh wrote:
        im sorry for the late response but any time you have code you can just force the check to pass. no key is needed. The person that uploaded the code should do it but it seems they don't. in the install/includes folder find the validation.php file open it and make the false true. when you install it it put anything it the box then press next.

        this is what the code should look like:
        
        <?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())
        	{
                /*$product = "VW5yZWFsTGljZW5zaW5nIHYyIC0gQWR2YW5jZWQgUEhQIExpY2Vuc2luZyBTeXN0ZW0=";
        $result = file_get_contents('http://api.unreal-security.ga/envato/envato.php?purc
        hase_code='.$value.'&product='.$product); if ( $result <> 1 ) { return false; } return true;*/ $result = json_decode(file_get_contents('http://api.phpmylicense.ml/v1/envato/ver
        ifypurchase?purchasecode='.$value), true); if($result['valid'] <> true) { return true; }else{ 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; } }


        -Josh
    2. bspsk1234 wrote:
      Did anyone used this script? i'm unable to install.. failing in the step 6.
      1. MuradBD wrote:
        just un-comment from the line no 42 to 48 in /install/includes file and it works !

        Code Sample:

        if ( $this->db_import_file(BASE_PATH.'sql/database.sql') ) {
        return true;
        $this->db_close();
        }else{
        return false;
        $this->db_close();
        }
        1. bspsk1234 wrote:
          Not Working!! Seems files missing. Can you reupload it if you have the full codes?
    3. arie nurohman wrote:
      update to newer version please.
      latest version is v3.5.16
    4. romeo112 wrote:
      Not working as this file here install / includes / callbacks.php contains the code which gets the whole database query from their server, hence everyone will going to get stuck at step 6. waste of time: my request is to do not upload uncracked scripts on your site as it will be bad for your users and user experience.

      here is the code which gets the whole database structure from their server:- LINE 49
      $api = json_decode(file_get_contents('http://api.phpmylicense.com/v1/envato/getda
      tabase?purchasecode='.$_SESSION['params']

Add a Comment / Request Re-upload / Post Mirror Links

Information
Guests are not allowed to comment. Please register for a free account.