Current time: 04-26-2024, 05:43 AM Hello There, Guest! (LoginRegister)


Post Reply 
[Resuelto] como instalar ioncube
Author Message
zstreet Offline
Junior Member
*

Posts: 132
Joined: Aug 2009
Reputation: 0
Post: #1
[Resuelto] como instalar ioncube
hola, quiero subir una pagina y me pide instalar ioncube como instalo eso?
(This post was last modified: 03-11-2010 09:16 PM by kurgans.)
03-08-2010 12:01 AM
Find all posts by this user Quote this message in a reply
kurgans Offline
Moderator
*****
Moderators

Posts: 1,565
Joined: Feb 2008
Reputation: 23
Post: #2
RE: como instalar ioncube
Mira en un foro o howto para ver como cargas ioncube, hay decenas y ninguo falla ya que es un proceso sumamente sencillo de habilitar en tu php.ini
03-08-2010 12:26 AM
Visit this user's website Find all posts by this user Quote this message in a reply
zstreet Offline
Junior Member
*

Posts: 132
Joined: Aug 2009
Reputation: 0
Post: #3
RE: como instalar ioncube
he buscado varios howto pero como que no sirven pa mi las explicaciones, las carpetas no existen xD o yo soy idiota Big Grin
03-08-2010 03:50 AM
Find all posts by this user Quote this message in a reply
Over Offline
Junior Member
*

Posts: 16
Joined: Nov 2008
Reputation: 0
Post: #4
RE: como instalar ioncube
Es muy Facil. yo lo instale hace tiempo siguiente un post de este foro.

Los pasos para ir rapido son:
Code:
cd /usr/src
wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
tar zxvf ioncube_loaders_lin_x86.tar.gz
php -v
php -i | grep "Thread Safety"
mkdir /var/www/virtual/domain.com/ioncube
cp  /usr/src/ioncube/ioncube_loader_lin_5.2.so /var/www/virtual/domain.com/ioncube

Cuando tenemos todo esto listo, editamos el archivo php.ini

Code:
nano /var/www/fcgi/domain.com/php5/php.ini

y añadimos esta linea al final:

Code:
;[IonCube]
zend_extension = /var/www/virtual/domain.com/ioncube/ioncube_loader_lin_5.2.so

Finalmente reiniciamos apache

Code:
/etc/init.d/apache2 restart

y listo.

Espero que te funcione.
(This post was last modified: 03-08-2010 04:11 AM by Over.)
03-08-2010 04:10 AM
Find all posts by this user Quote this message in a reply
zstreet Offline
Junior Member
*

Posts: 132
Joined: Aug 2009
Reputation: 0
Post: #5
RE: como instalar ioncube
de verdad muchas gracias... y disculpen las molestias no es de flojera pero ahora me di cuenta que taba buscando bien mal lo que tenia que hacer jajajaj gracias
lo instale y me salio esto Warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/usr/lib/php5/20060613+lfs) is not within the allowed path(s): (/var/www/virtual/cybergamesinfinity.cz.cc/:/usr/share/php/) in /var/www/virtual/cybergamesinfinity.cz.cc/ladder/htdocs/install/install.php on line 2
Site error: the file /var/www/virtual/cybergamesinfinity.cz.cc/ladder/htdocs/install/install.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.
(This post was last modified: 03-08-2010 05:35 AM by zstreet.)
03-08-2010 05:29 AM
Find all posts by this user Quote this message in a reply
kurgans Offline
Moderator
*****
Moderators

Posts: 1,565
Joined: Feb 2008
Reputation: 23
Post: #6
RE: como instalar ioncube
Modifica el open_base y ponlo a la ruta /usr.....
O tira por la calle del medio y mete ioncube en dominio.com/backup o en otra carpeta.

No digas eso de que no encuentras por que salen a patadas, hay que prestarle un poco de atencion
03-08-2010 05:55 AM
Visit this user's website Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #7
RE: como instalar ioncube
Try something Else when you use Denian Lenny:

1. Download Ioncube and extract it to /usr/share/ioncube (if you have a 64Bit System Download the 64Bit Version)
2. Open /etc/php5/conf.d
3. Create a file called "ioncube.conf" with
Code:
zend_extension = /usr/share/ioncube/ioncube/ioncube_loader_lin_5.2.so
4. Safe the File
5. Restart Apache

With this ioncube is for every Domain enabled Smile
03-08-2010 05:57 AM
Visit this user's website Find all posts by this user Quote this message in a reply
spidersoftware Offline
Junior Member
*

Posts: 80
Joined: Apr 2010
Reputation: 0
Post: #8
RE: como instalar ioncube
Hello, i need change in ioncube.conf whit ioncube.ini, for run good and dont add for each user.

Spanish.

Me funciona asi y para todos los usuarios, asi no tendran problemas ellos en instalarlo, pero cambie el .conf por .ini, creo que eso me lo hizo funcionar, tambien me equivoque e instale la version de 64 y yo tenia la de 32, cosas que pasan Smile.

Saludos.



(03-08-2010 05:57 AM)gOOvER Wrote:  Try something Else when you use Denian Lenny:

1. Download Ioncube and extract it to /usr/share/ioncube (if you have a 64Bit System Download the 64Bit Version)
2. Open /etc/php5/conf.d
3. Create a file called "ioncube.conf" with
Code:
zend_extension = /usr/share/ioncube/ioncube/ioncube_loader_lin_5.2.so
4. Safe the File
5. Restart Apache

With this ioncube is for every Domain enabled Smile
06-12-2011 08:49 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)