Monday, December 19, 2011

How To Install IonCube Loader on Centos

Go to http://www.ioncube.com/loaders.php Download wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz tar xvfz ioncube_loaders_lin_x86.tar.gztar xvfz ioncube_loaders_lin_x86.tar.gz cd ioncube Copy loader-wizard.php to location you can access on a web browser. I then get told that there is an updated script so I down load the latest and update it. wget http://www.ioncube.com/loader-wizard/loader-wizard.tgz tar xvfz loader-wizard.tgzcp this file to a folder you can access from a browser. Then follow the instructions; mkdir /usr/local/ioncube Copy the downloaded files to /usr/local/ioncube cp * /usr/local/ioncube cd /etc/php.d Download ioncube.ini from from the link on loader-wizard.php page. But the ioncube.ini in /etc/php.d Restart you httpd server service httpd...

บทความ: การติดตั้ง ionCube Loader บน Linux

บทความ: การติดตั้ง ionCube Loader บน LinuxionCube Loader เป็น extension ของ PHP มีไว้สำหรับถอดรหัสไฟล์ PHP ที่เข้ารหัสด้วย ionCube PHP Encoder วิธีการติดตั้ง ionCube Loader มีดังนี้ - ตรวจสอบว่าเครื่องของคุณใช้ PHP เวอร์ชั่นอะไร, ใช้ Linux 32bit หรือ 64bit, เปิด Thread Safety หรือเปล่า - ต่อไปก็ดาวน์โหลด ionCube Loader โดยเลือกจาก OS ที่ใช้ ถ้าใช้ Linux 32bit ให้เลือก Linux (x86) ถ้าใช้ Linux 64bit ให้เลือก Linux (x86-64) ตัวอย่าง wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz - แตกไฟล์ออกมาด้วย tar -zxvf ioncube_loaders_lin_x86-64.tar.gz - คัดลอกไฟล์ ioncube-encoded-file.php ioncube-loader-helper.php ไปไว้ที่ web directory ตัวอย่าง cp -f ioncube/ioncube-encoded-file.php ioncube/ioncube-loader-helper.php...

Tuesday, December 6, 2011

install webmin รวมทั้ง โปรแกรมต่างๆ

 # กำหนด name server ไปยัง opendns echo "nameserver 8.8.8.8" > /etc/resolv.conf echo "nameserver 8.8.4.4" >> /etc/resolv.conf # ปิด selinux setenforce 0 sed 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config > /etc/selinux/config-new /bin/cp -f /etc/selinux/config-new /etc/selinux/config # สร้างไฟล์ webmin.repo สำหรับ install webmin echo "[Webmin]" > /etc/yum.repos.d/webmin.repo echo "name=Webmin Distribution Neutral" >> /etc/yum.repos.d/webmin.repo echo "baseurl=http://download.webmin.com/download/yum" >> /etc/yum.repos.d/webmin.repo echo "enabled=1" >> /etc/yum.repos.d/webmin.repo wget http://prdownloads.sourceforge.net/webadmin/webmin-1.570-1.noarch.rpm rpm -U webmin-1.570-1.noarch.rpm #...

Page 1 of 3612345Next

 
Design by GURU