phpBolt
phpBolt copied to clipboard
Best php encoder - free | Encrypt php source code
Hello, I am facing one issue, in my file I have namespace, and after encryption with bolt, having line on top. bolt_decrypt( __FILE__ , PHP_BOLT_KEY); return 0; and later have...
``` $dir = '/some/path'; $filepath = "$dir/src/file.php"; $destpath = "$dir/dst/file.php"; $contents = '
Hello, @arshidkv12, phpBolt is simply amazing. Can you add loader support for php8.0 and php8.1 on Windows. Thank you..
Is there any possibility that others can get the original code by bolt_decrypt() if they have the encryption key? Regards.
The following error in php7.2 and 7.3 and I am using bolt.so version 1.0.2 ``` Warning: Use of undefined constant PHP_BOLT_KEY - assumed 'PHP_BOLT_KEY' (this will throw an Error in...
Warning: Cannot modify header information - headers already sent by (output started at E:\xampp\htdocs\alkes-dev\application\config\constants.php:1) in ...\system\core\Common.php on line 570 Your config file does not appear to be formatted correctly.
Hi, hope you are fine. Can you provide support for php 5.6 or 5.*, Lot of projects still use php 5. Thanks.
After encrypting, I loaded my files to my IIS but it's giving error 500 page not found
I have implmented phpBolt few weks ago, and I found every ok except "XLSXWriter", a php page without phpBolt able to export an excel file and readalbe, but same php...
Hello, I have php thrift server and some RESTFul API that response to other client. The RESTful API do not have issue, but the thrift server always response the "blank"...