Monday 15 June 2015

php - Fatal error: blenc_compile: Module php_blenc was expired. Please buy a new license key or disable the module. in Unknown on line 0 -


When I run the blenc encrypted file, this error returns:

Fatal error : Blenc_compile: module php_blenc was finished. Please buy a new license key or disable the module.

Blank I follow these steps to:

  1. I installed the latest version The encoder.php file was created with Blank's content from xampp

  2. $ source_code = file_get_contents ("testcode.php"); $ Redistributable_key = blenc_encrypt ($ source_code, "encrypt.php"); $ Key_file = ini_get ('blenc.key_file');

  3. Then a file was created with testcode.php content

    echo "Hello" ;

  4. Then I have named the file as testcode.php to encrypt.php .

And while running it, I get the error given above.

php_blenc for key_file php.ini Requires a full path:

  blenc.key_file = "d: / php / blenckeys"  

and in the source file itself < Em> blenc and blenc_protect.h

for the license key error build ... #define BLENC_PROTECT_EXPIRE "99-99-9999" ...

Change

  ... #define BLENC_PROTECT_EXPIRE "01-01- 99 99" ...  

No comments:

Post a Comment