Results 1 to 9 of 9

Thread: Ioncube?

  1. #1
    Join Date
    May 2007
    Posts
    4

    Default Ioncube?

    Hello

    Any chance to get this script Ioncube Encoded? Please say yes :(

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Presently we only provide Zend encoded. We will try to have Ioncube Encoded in future.

  3. #3
    Join Date
    May 2007
    Posts
    4

    Default

    Thank you for your fast reply. I'll be waiting news.

    Regards

  4. #4
    Join Date
    May 2007
    Posts
    394

    Default

    Although Ioncube is just "upload and it's installed", have you TRIED installing Zend? It's a piece of cake, takes less than a few minutes including the download.

  5. #5
    Join Date
    May 2007
    Posts
    4

    Default

    When we install zend, nothing work in our servers. It looks as a compatibility issue with ioncube. That's our problem :(

  6. #6
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Both Zend and Ioncube will work on same server.

    You need to add Ioncube first, then Zend, some thing like

    Code:
    [Zend]
    zend_extension = /usr/local/lib/php/extensions/ioncube_loader_lin_5.2.so
    zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.6
    zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.6
    zend_optimizer.version=3.2.6
    
    zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
    zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

  7. #7
    Join Date
    May 2007
    Posts
    4

    Default

    We have this lines :

    Code:
    zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.3.so
    
    [Zend]
    zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.8
    zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.8
    zend_optimizer.version=3.2.8
    zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
    zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
    And still doesn't work :(

  8. #8
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    It is possible to get both Zend and Ioncube working on same server. You need to ask a server admin to do this.

    See the phpinfo

    http://video.bizhat.com/phpinfo.php

    That have both

    This program makes use of the Zend Scripting Language Engine:
    Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
    with the ionCube PHP Loader v3.1.31, Copyright (c) 2002-2007, by ionCube Ltd., and
    with Zend Extension Manager v1.2.0, Copyright (c) 2003-2006, by Zend Technologies
    with Zend Optimizer v3.2.6, Copyright (c) 1998-2007, by Zend Technologies

  9. #9
    Join Date
    May 2007
    Posts
    394

    Default

    Quote Originally Posted by Acido
    We have this lines :

    Code:
    zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.3.so
    
    [Zend]
    zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.8
    zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.8
    zend_optimizer.version=3.2.8
    zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
    zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
    And still doesn't work :(
    Just for farts and giggles, try moving that
    Code:
    zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.3.so
    below the [Zend] header like so:

    (Also, unless you're on shared hosting, that path looks hokey - the ioncube folder should be in the same folder as your application, or at least in the html root of the site where its publicly accessible.)


    Code:
    [Zend]
    zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.3.so
    zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.8
    zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.8
    zend_optimizer.version=3.2.8
    zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
    zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
    and see if that makes a difference.


    Here's what mine looks like:
    Code:
    [Zend]
    zend_extension = /home/okwebtv_ca/public_html/video/ioncube/ioncube_loader_lin_4.3.so
    zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.8
    zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.8
    zend_optimizer.version=3.2.8
    zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
    zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
    And the result in my phpinfo, towards the top:

    This program makes use of the Zend Scripting Language Engine:
    Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with the ionCube PHP Loader v3.1.31, Copyright (c) 2002-2007, by ionCube Ltd., and with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies with Zend Optimizer v3.2.8, Copyright (c) 1998-2007, by Zend Technologies


    And it runs both Zend encoded and ioncube encoded files.

    PM me if you like....

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •