04-18-2015, 09:52 PM
04-18-2015, 11:06 PM
You took, probably, 30 seconds to post this?
Next time invest 15 seconds clicking on the "How To" section:
http://forums.sentora.org/forumdisplay.php?fid=33
And sorry for being rude but It really get's on my nerves when people ask questions that are on the FIRST post of the How To section...
Next time invest 15 seconds clicking on the "How To" section:
http://forums.sentora.org/forumdisplay.php?fid=33
And sorry for being rude but It really get's on my nerves when people ask questions that are on the FIRST post of the How To section...
04-18-2015, 11:23 PM
(04-18-2015, 11:06 PM)apinto Wrote: [ -> ]You took, probably, 30 seconds to post this?
Next time invest 15 seconds clicking on the "How To" section:
http://forums.sentora.org/forumdisplay.php?fid=33
And sorry for being rude but It really get's on my nerves when people ask questions that are on the FIRST post of the How To section...
No be sorry for yourself for being rude.. what you are talking about? I have seen this below which not works for this i ask for..
http://forums.sentora.org/showthread.php?tid=767
If you have nerves click on the left the X to chill out.. please not spam the topic..
The issue has been fixed!
Code:
cd /usr/local/src
wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
tar zxvf ioncube_loaders_lin_x86-64.tar.gz
cd ioncube
mkdir /usr/local/ioncubeRun this php -v (check your php version)
If you have php 5.5. use :
Code:
ioncube_loader_lin_5.5.soIf you have php 5.3 use :
Code:
ioncube_loader_lin_5.3.soThen :
cp ioncube_loader_lin_5.5.so /usr/local/ioncube/***your link below
Code:
/usr/local/ioncube/ioncube_loader_lin_5.5.soExample cp ioncube_loader_lin_5.5.so /usr/local/ioncube/ioncube_loader_lin5.5.so
Lets modify PHP.ini
Code:
cd /etc/php5/apache2/
nano php.iniPress Ctrl-W and search for .so this will take you under dynamic extensions and add
Code:
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.5.soRestart apache
Code:
service apache2 restart04-18-2015, 11:42 PM
Good it was solved!