├── README.md ├── linux 32 ├── linux 32 - php7.0 │ └── bolt.so ├── linux 32 - php7.1 │ └── bolt.so ├── linux 32 - php7.2 │ └── bolt.so └── linux 32 - php7.3 │ └── bolt.so ├── linux 64 ├── .DS_Store ├── linux 64 - php7.0 │ └── bolt.so ├── linux 64 - php7.1 │ └── bolt.so ├── linux 64 - php7.2 │ └── bolt.so ├── linux 64 - php7.3 │ └── bolt.so ├── linux 64-php7.4 │ └── bolt.so ├── linux 64-php8.0 │ └── bolt.so └── linux 64-php8.1 │ └── bolt.so ├── mac-64 ├── .DS_Store ├── php-7.1 │ └── bolt.so ├── php-7.2 │ └── bolt.so ├── php-7.3 │ └── bolt.so ├── php-7.4 │ └── bolt.so ├── php-8.0 │ ├── .DS_Store │ └── bolt.so └── php-8.1 │ └── bolt.so └── windows x64 ├── Installation.txt ├── x64-nts-vc15-php7.2 └── php_bolt.dll ├── x64-nts-vc15-php7.3 └── php_bolt.dll ├── x64-nts-vc15-php7.4 └── php_bolt.dll ├── x64-ts-vc15-php7.2 └── php_bolt.dll ├── x64-ts-vc15-php7.3 └── php_bolt.dll └── x64-ts-vc15-php7.4 └── php_bolt.dll /README.md: -------------------------------------------------------------------------------- 1 | Why Using PHPBolt? 2 | -------------------------------------- 3 | - Protect PHP Source Code 4 | - Encrypt and decrypt php source code. 5 | - Ensure only licensed people are using. 6 | - Free for small and medium companies. 7 | - Encode and run PHP files. 8 | - Ioncube alternative (free) 9 | 10 | You can using this phpbolt loader with some version OS 11 | - Linux 32Bit 12 | - Linux 64Bit 13 | - Windows 64Bit 14 | - Mac OS 64Bit 15 | 16 | How To Use? 17 | - download bolt.so file and store to your extension module php on your web server 18 | - activate with add extension=bolt.so 19 | - restart your web server (optional) 20 | - your phpbolt loader now is running on your web server 21 | 22 | Official Website 23 | ================ 24 | https://phpbolt.com 25 | 26 | Source 27 | ====== 28 | https://phpbolt.com/wp-content/uploads 29 | 30 | Version Release 31 | ------------------- 32 | V1.0.3 -------------------------------------------------------------------------------- /linux 32/linux 32 - php7.0/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/linux 32/linux 32 - php7.0/bolt.so -------------------------------------------------------------------------------- /linux 32/linux 32 - php7.1/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/linux 32/linux 32 - php7.1/bolt.so -------------------------------------------------------------------------------- /linux 32/linux 32 - php7.2/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/linux 32/linux 32 - php7.2/bolt.so -------------------------------------------------------------------------------- /linux 32/linux 32 - php7.3/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/linux 32/linux 32 - php7.3/bolt.so -------------------------------------------------------------------------------- /linux 64/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/linux 64/.DS_Store -------------------------------------------------------------------------------- /linux 64/linux 64 - php7.0/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/linux 64/linux 64 - php7.0/bolt.so -------------------------------------------------------------------------------- /linux 64/linux 64 - php7.1/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/linux 64/linux 64 - php7.1/bolt.so -------------------------------------------------------------------------------- /linux 64/linux 64 - php7.2/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/linux 64/linux 64 - php7.2/bolt.so -------------------------------------------------------------------------------- /linux 64/linux 64 - php7.3/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/linux 64/linux 64 - php7.3/bolt.so -------------------------------------------------------------------------------- /linux 64/linux 64-php7.4/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/linux 64/linux 64-php7.4/bolt.so -------------------------------------------------------------------------------- /linux 64/linux 64-php8.0/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/linux 64/linux 64-php8.0/bolt.so -------------------------------------------------------------------------------- /linux 64/linux 64-php8.1/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/linux 64/linux 64-php8.1/bolt.so -------------------------------------------------------------------------------- /mac-64/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/mac-64/.DS_Store -------------------------------------------------------------------------------- /mac-64/php-7.1/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/mac-64/php-7.1/bolt.so -------------------------------------------------------------------------------- /mac-64/php-7.2/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/mac-64/php-7.2/bolt.so -------------------------------------------------------------------------------- /mac-64/php-7.3/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/mac-64/php-7.3/bolt.so -------------------------------------------------------------------------------- /mac-64/php-7.4/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/mac-64/php-7.4/bolt.so -------------------------------------------------------------------------------- /mac-64/php-8.0/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/mac-64/php-8.0/.DS_Store -------------------------------------------------------------------------------- /mac-64/php-8.0/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/mac-64/php-8.0/bolt.so -------------------------------------------------------------------------------- /mac-64/php-8.1/bolt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/mac-64/php-8.1/bolt.so -------------------------------------------------------------------------------- /windows x64/Installation.txt: -------------------------------------------------------------------------------- 1 | === 2 | 3 | Please check installed php version is NTS(Non Thread Safe) or not 4 | 5 | === -------------------------------------------------------------------------------- /windows x64/x64-nts-vc15-php7.2/php_bolt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/windows x64/x64-nts-vc15-php7.2/php_bolt.dll -------------------------------------------------------------------------------- /windows x64/x64-nts-vc15-php7.3/php_bolt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/windows x64/x64-nts-vc15-php7.3/php_bolt.dll -------------------------------------------------------------------------------- /windows x64/x64-nts-vc15-php7.4/php_bolt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/windows x64/x64-nts-vc15-php7.4/php_bolt.dll -------------------------------------------------------------------------------- /windows x64/x64-ts-vc15-php7.2/php_bolt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/windows x64/x64-ts-vc15-php7.2/php_bolt.dll -------------------------------------------------------------------------------- /windows x64/x64-ts-vc15-php7.3/php_bolt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/windows x64/x64-ts-vc15-php7.3/php_bolt.dll -------------------------------------------------------------------------------- /windows x64/x64-ts-vc15-php7.4/php_bolt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dedi74132/phpbolt/3863a3292bc3a0a615710531fd1f60e2b815d3ce/windows x64/x64-ts-vc15-php7.4/php_bolt.dll --------------------------------------------------------------------------------