Show server ioncube loader version with php

Pafo picture Pafo · Sep 14, 2014 · Viewed 17.8k times · Source

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 ?

Answer

Brac picture Brac · Nov 27, 2015

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.(...)