I am using PHPMotion for my video sharing website. After installation of PHPMotion, I got an error message like
”
PHP script /home/dir/public_html/phpmotion/classes/config.php is protected by phpSHIELD and requires the phpSHIELD loader ixed.5.2.lin. The phpSHIELD loader has not been installed, or is not installed correctly. Please find the required loader within phpSHIELD installation directory or visit the phpSHIELD php encoder site to download it.
“
Is it possible to install ixed.5.2.lin in a live server ? How can I solve this issue? I’ve attached the error msg screenshot.

Here’s how i did it on my 64 bit vps, but you can use similar procedure on 32 bit.
Download loaders for Linux 64b and copy ixed.5.3.lin inside the php extensions dir.
You can find it using the following command:
Then open /etc/php.ini and add the next line at the end of the file
Save the changes and restart apache (service httpd restart)