#!/bin/bash ######系統配合 #下載ISO檔 #https://ftp.ubuntu-tw.org/ubuntu-releases/26.04.1/ 安裝 ######鄭亮星 jls@mail.jls.idv.tw , jls550225@gmail.com , jls@acfs.tw ##安裝 php_tonyenc (php 程式加密) tar zxvf tonyenc8.x.tgz cd tonyenc8.x phpize autoupdate ./configure --with-php-config=/usr/bin/php-config make make install cat > /etc/php/8.5/mods-available/tonyenc.ini << EOF # Enable tonyenc extension module extension=tonyenc.so EOF phpenmod tonyenc systemctl restart apache2.service cp -arf tonyenc.php /usr/bin/tonyenc.php chmod +x /usr/bin/tonyenc.php cd .. #### /usr/bin/tonyenc.php 是加密工具: #php /usr/bin/tonyenc.php example.php dir/