I am using ioncube to encode my scripts.
But i don't know the loader version that is installed on sever.
Is there any way or any code or any function to Show the exact version of IONCUBE loader version ?
It's an old question, but it's always good to know that the easiest way to find out the exact version of the ionCube Loader is to SSH to the server and type
php -v
This will give you something like :
PHP 5.5.30 (cli) (...)
with the ionCube PHP Loader v4.7.5, Copyright (c) 2002-2014, by ionCube Ltd.(...)