Hello,
Please follow the below steps.
Steps to install ionCube loader in a cPanel server:
1. Script to confirm whether ioncube loader is installed or not:
===
/scripts/phpextensionmgr list
===
If ioncube loader is installed, you will get an output as given below.
===
# /scripts/phpextensionmgr list | grep IonCubeLoader
IonCubeLoader
===
If ioncube loader is not installed, you will get an output as given below.
===
bash# /scripts/phpextensionmgr list | grep IonCubeLoader
bash#
===
2. You can also use the following script to find the status of ioncube loader:
===
# /scripts/phpextensionmgr status ioncubeloader
===
===
# /scripts/phpextensionmgr status ioncubeloader
Updating md5sum list
Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz.yaml (connected:0).......(request attempt 1/12)...Resolving httpupdate.cpanel.net...(resolve attempt 1/65)...
Fetching http://httpupdate.cpanel.net/mirror_addr_list (connected:0).......(request attempt 1/3)......connecting to69.50.192.73...@69.50.192.73......connected......receiving...100%......request success......Done
...found 41 host(s) from mirror_addr_list......searching for mirrors (mirror search attempt 1/3)......loaded mirror speeds from cache......mirror searchsuccess...@69.50.192.73......connected......receiving...100%......request success......Done
Determining status of IonCubeLoader
IonCubeLoader extension is installed
===
3. Script to uninstall ioncube loader:
===
# /scripts/phpextensionmgr uninstall ioncubeloader
===
4. Script to install ioncube loader:
===
# /scripts/phpextensionmgr install ioncubeloader
===
Please follow the below steps.
Steps to install ionCube loader in a cPanel server:
1. Script to confirm whether ioncube loader is installed or not:
===
/scripts/phpextensionmgr list
===
If ioncube loader is installed, you will get an output as given below.
===
# /scripts/phpextensionmgr list | grep IonCubeLoader
IonCubeLoader
===
If ioncube loader is not installed, you will get an output as given below.
===
bash# /scripts/phpextensionmgr list | grep IonCubeLoader
bash#
===
2. You can also use the following script to find the status of ioncube loader:
===
# /scripts/phpextensionmgr status ioncubeloader
===
===
# /scripts/phpextensionmgr status ioncubeloader
Updating md5sum list
Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz.yaml (connected:0).......(request attempt 1/12)...Resolving httpupdate.cpanel.net...(resolve attempt 1/65)...
Fetching http://httpupdate.cpanel.net/mirror_addr_list (connected:0).......(request attempt 1/3)......connecting to69.50.192.73...@69.50.192.73......connected......receiving...100%......request success......Done
...found 41 host(s) from mirror_addr_list......searching for mirrors (mirror search attempt 1/3)......loaded mirror speeds from cache......mirror searchsuccess...@69.50.192.73......connected......receiving...100%......request success......Done
Determining status of IonCubeLoader
IonCubeLoader extension is installed
===
3. Script to uninstall ioncube loader:
===
# /scripts/phpextensionmgr uninstall ioncubeloader
===
4. Script to install ioncube loader:
===
# /scripts/phpextensionmgr install ioncubeloader
===
No comments:
Post a Comment