Hi, i'm having a problem with ioncube loaders, don't know wich library to load on php.ini. I need this due to load an installed centova package on system.
I have a fresh centos 5 64 bit, installed ioncube loaders using:
wget -q -O -
http://www.atomicorp.com/installers/atomic |sh
yum install php-ioncube-loader
Installed centova and after that when i go to web panel see this:
<?php //0047c
// Copyright 2006-2008, Centova Technologies Inc.
if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='/ioncube/ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');if (!@dl(basename($__ln))) {$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if((@$__id[1])==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}@dl($__ln);}}else{die('The file '.__FILE__." is corrupted. Ensure that you use binary mode when transferring files with FTP and disable the 'TAR smart cr/lf feature' if using WinZIP\n");}if(function_exists('_il_exec')){return _il_exec();}die('The file <b>'.__FILE__.'</b> has been encoded with the <a href="http://www.ioncube.com">ionCube PHP Encoder</a> and requires the free '.basename($__ln).' <a href="http://www.ioncube.com/loader_download/">ionCube PHP Loader</a> to be installed.');
?>
4+oV521zuXeaFTTTMM5tEH7txZDzGvuF51e6sONGIeBGWH4a2A2Zxu2KJP9YoXkpuyvWPhMj4UIb
TO8Qt3uFEw6dISU/uVWhaE64xVm9aBOu4OjIfu8mNGYwAWaUUUpWSpPW2jv2aNqb/Ddk/4UaXaON
xzhtNmaP3vEQnDECVkW5zTHvkCvgO4NmE+fSOCtK8bPFBPMkIxJZ1FkDrRcBawWjZ/elpgnMfNXR
MjjcTzyG1jJTMPyJ/u3ZkA+W5Tox3te0GTwnVnr2zGpNS3ERERlb0QYCFgV09xCKMOAPIr41Kbl3
BWZkqQFH2RPEEU5p0B2tP5z6r2pp5h5Yx8DB/qAI+NjYSVgAROoGWnCT6Z4bniBqmbN03GPwZFCE
I think i just need to load the "os" file, right? wich one? how?
Thanks in advance