To install the IonCube loader in Godaddy VPS hosting. First you need to Shell root access of your server you need to follow the below stepls:
1. Give the root access to your user 'hostusername' in WHM
This is the username of the hosted site on you WHM account
2. In 'WHM' got to 'EasyApache' then got to 'Exhaustive Options' the select the IonCube Loaders
3. Open Shell via Putty
4. Login as the normal user you have 'hostusername' and this 'thisuserpassword'
5. After login success use the below command to switch the root user (remember this command should only run as root user.)
It will show the install success message in shell but confirm in you php program you can check using the phpinfo() method.
1. Give the root access to your user 'hostusername' in WHM
This is the username of the hosted site on you WHM account
2. In 'WHM' got to 'EasyApache' then got to 'Exhaustive Options' the select the IonCube Loaders
3. Open Shell via Putty
4. Login as the normal user you have 'hostusername' and this 'thisuserpassword'
5. After login success use the below command to switch the root user (remember this command should only run as root user.)
/scripts/phpextensionmgr install IonCubeLoader
It will show the install success message in shell but confirm in you php program you can check using the phpinfo() method.