help Regarding ioncube_loader

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    help Regarding ioncube_loader

    any1 getting this error
    Site error: the file /home/rider/public_html/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.

    then here is the solution


    Code:
    root@server1 [~]# wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
    Code:
    --2011-05-09 21:31:50--  http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz
    Resolving downloads2.ioncube.com... 64.85.170.46
    Connecting to downloads2.ioncube.com|64.85.170.46|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 3232419 (3.1M) [application/x-gzip]
    Saving to: `ioncube_loaders_lin_x86-64.tar.gz'
    
    100%[======================================>] 3,232,419    626K/s   in 4.9s
    
    2011-05-09 21:31:56 (639 KB/s) - `ioncube_loaders_lin_x86-64.tar.gz' saved [3232419/3232419]
    root@server1 [~]# tar -zxvf ioncube_loaders_lin_x86-64.tar.gz
    Code:
    ioncube/
    ioncube/ioncube_loader_lin_4.3_ts.so
    ioncube/ioncube_loader_lin_5.2_ts.so
    ioncube/LICENSE.txt
    ioncube/loader-wizard.php
    ioncube/ioncube_loader_lin_4.4_ts.so
    ioncube/ioncube_loader_lin_5.1_ts.so
    ioncube/ioncube_loader_lin_5.0.so
    ioncube/ioncube_loader_lin_5.1.so
    ioncube/ioncube_loader_lin_5.3_ts.so
    ioncube/ioncube_loader_lin_5.2.so
    ioncube/ioncube_loader_lin_4.2.so
    ioncube/README.txt
    ioncube/ioncube_loader_lin_5.0_ts.so
    ioncube/ioncube_loader_lin_4.3.so
    ioncube/ioncube_loader_lin_4.4.so
    ioncube/ioncube_loader_lin_4.1.so
    ioncube/ioncube_loader_lin_5.3.so
    root@server1 [~]# cd ioncube
    root@server1 [~/ioncube]# cd /root
    root@server1 [~]# mv ioncube /usr/local
    root@server1 [~]# nano -w /usr/local/Zend/etc/php.ini
    Now find where other zend extentions are in the file.
    ctrl + w: and enter zend_extension
    Paste in your new line for ioncube loader
    zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so
    then ctrl+o,enter,ctrl+x
    root@server1 [~]# /etc/init.d/httpd restart
    root@server1 [~]# php -v
    Code:
    PHP 5.2.17 (cli) (built: May  8 2011 10:56:48)
    Copyright (c) 1997-2010 The PHP Group
    Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
        with the ionCube PHP Loader v3.3.20, Copyright (c) 2002-2010, by ionCube Ltd., and
        with Zend Extension Manager v1.0.8, Copyright (c) 2003-2005, by Zend Technologies
    Last edited by vigneshkarthi73; 13.05.11, 06:56.
Working...
X