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:
I installed the latest version The encoder.php file was created with Blank's content from xampp
$ source_code = file_get_contents ("testcode.php"); $ Redistributable_key = blenc_encrypt ($ source_code, "encrypt.php"); $ Key_file = ini_get ('blenc.key_file');
Then a file was created with testcode.php content
echo "Hello" ;
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
Change
... #define BLENC_PROTECT_EXPIRE "01-01- 99 99" ...
No comments:
Post a Comment