Locate your php.ini file and add the following line:
extension='/absolute-path/bolt.so'
After adding the line, restart your server to apply the changes.
โ ๏ธ Make sure you use the correct bolt.so file that matches your PHP version and operating system.
Each version and OS requires a different build.
๐ Love this project? Prove it!
Weโve put a lot of effort into building phpBolt.
Give us a star on GitHub now:
๐ https://github.com/arshidkv12/phpBolt
Your support really matters. Donโt leave without starring!
Our developer can build a custom PHP extension for your business. Get a company-branded extension with custom encryption, more secure than free versions.
Feel free to PM us at
info@mailmug.net
or connect via the chat option.
Download the sample encrypted php file for testing. It is a “hello world” program.
Encryption key: kyc7fh
I added the following code to mycode.php.
<?php echo 'hello world';