Certains scripts ou plugin wordpress ont besoin du module ioncube pour fonctionner
Voici comment installer ioncube en 2 minutes sur un serveur basé sur une distribution centos
- Connectez vous en ssh
Entrez les commandes suivantes :
- wget -q -O – http://www.atomicorp.com/installers/atomic |sh
- yum install php-ioncube-loader
Ajouter cette ligne dans votre fichier php.ini :
- zend_extension = /usr/lib/php/ioncube/ioncube_loader_lin_5.2.so
Redémarrez apache avec la commande suivante:
- /etc/init.d/httpd restart
Popularity: 47% [?]
Alors Merci pour ce tuto mais cela ne marche pas :s
cette commande fait rien du tt
* wget -q -O – http://www.atomicorp.com/installers/atomic |sh
* yum install php-ioncube-loader
voila exctement se que cela dit
# wget -q -0 http://www.atomicorp.com/installers/atomic |sh
wget: invalid option — 0
sh: line 1: Usage:: command not found
sh: line 3: unexpected EOF while looking for matching « ’
sh: line 4: syntax error: unexpected end of file