Questions tagged [ioncube]

ionCube is a tool to obfuscate PHP code so clients can run software without having the source code. Use with the [php] tag

ionCube lets you encode your PHP files up to PHP 5.5

To encode files, you need to buy ionCube PHP Encoder (it's a commercial tool) and to use encoded files you need to have ionCube loaders installed (those are for free).

Links:

204 questions
2
votes
1 answer

ioncube_loader Issue: undefined symbol: zend_execute_ex

I have been struggling with the above problem for days. I need the ioncube_loader for my Shopware (version 5.3.2 with PHP version 7.1.8). The server on which Shopware runs has PHP version 5.6.40! Inside the shop I am told that I am using the ionCube…
Premox
  • 323
  • 10
  • 25
2
votes
0 answers

PHP extension conflict with Ioncube extension

The problem is with the IonCube obfuscation library being used to encode/obfuscate their PHP application. This IonCube library which is a zend extension, is interfering with PHP extension. When IonCube is enabled, for all encoded/obfuscated PHP…
cjoshi
  • 31
  • 6
2
votes
1 answer

Managing PHP code encoded via ionCube with Git

I'm working on a project right now that greatly benefits from ionCube. We're using Git for version control. All code in the Master branch gets encrypted with ionCube and moved to a production server. This is very tedious as each time we change…
xendi
  • 2,332
  • 5
  • 40
  • 64
2
votes
0 answers

Ioncube not working with mysqli

I using Ioncube for scripts obfuscation and working but if script have a mysqli functions(db, connect or etc.), not working. example for worked script:
Ö. Demir
  • 31
  • 1
2
votes
0 answers

Xdebug and Shopware don't work

I try to use Xdebug(2.3.3/2.4.1) with Shopware, but i get an error (apache2/error.log): AH00051: child pid 6523 exit signal Segmentation fault (11), possible coredump in /tmp/apache-coredumps Gdb core: [New LWP 6394] [Thread debugging using…
brtsos
  • 373
  • 3
  • 14
2
votes
2 answers

php56 ionCube Loader error - portable computer

I have a question about ionCube Loader and php56. I've installed php56 and a lot of missing components in order to have php56 working. So ionCube Loader requires and after having installed it and writing in terminal php, the error is: PHP Fatal…
stykky
  • 33
  • 3
2
votes
1 answer

Ioncube - PHP code obfuscation without encoding

Is there a way to obfuscate PHP code with Ioncube without encoding it? I.e. the code is just obfuscated and it can be executed without the ioncube loader? I am not 100% sure but I remember it was possible with an old version of Ioncube and now (v.…
Eugenio
  • 3,195
  • 5
  • 33
  • 49
2
votes
1 answer

use IonCube Loaders in Linux System

Ioncube loader I have installed on my server in the directory / usr / local / IonCube is the ioncube_loader_lin_5.4.so file and this set in php.ini, but I want to encrypt a .php file and have no idea how to use it I saw an example of encoded file…
FQuijada
  • 219
  • 1
  • 11
2
votes
1 answer

PHP fatal error after version upgrade

I upgraded PHP version from 5.6.8 to 5.6.9 by Custombuild of Directadmin. The problem is after that I got fatal error on php: PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0 I…
2
votes
1 answer

Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0

I have setup corn file in WordPress but "Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0, whereas running engine is API220100525,NTS Zend Optimizer requires Zend Engine API version 220060519." this error is coming. This is…
Momin IqbalAhmed
  • 950
  • 6
  • 13
2
votes
0 answers

Multiple versions of Zend ionCube to support different PHP versions?

Can I have multiple versions of Zend ionCube running on a server to support different versions of PHP running in FastCGI?
Barry Hamilton
  • 943
  • 3
  • 15
  • 35
2
votes
2 answers

PHP ionCube encoder file not working

I have encoded my php code with ionCube encoder. It's working fine on starting days after encoding, but now when I run my project I got this error Fatal error: The encoded file G:\wamp\www\Nishant\index.php has expired. in Unknown on line 0 So,…
jay.jivani
  • 1,560
  • 1
  • 16
  • 33
2
votes
5 answers

Show server ioncube loader version with php

I am using ioncube to encode my scripts. But i don't know the loader version that is installed on sever. Is there any way or any code or any function to Show the exact version of IONCUBE loader version ?
Pafo
  • 143
  • 1
  • 2
  • 13
2
votes
2 answers

whmcs/install/install.php was encoded by the ionCube Encoder for PHP 5 and cannot run under PHP 5.5

When I tried to install whmcs, I got this error. /whmcs/install/install.php was encoded by the ionCube Encoder for PHP 5 and cannot run under PHP 5.5.\n Please ask the provider of the script to provide a version encoded with either the ionCube…
Harikrishnan
  • 9,688
  • 11
  • 84
  • 127
2
votes
3 answers

How do I install ionCube on an Azure Web Site?

I am trying to follow the instructions under Using Custom PHP Extensions in Windows Azure Web Sites to enable the ionCube extension for PHP running within an Azure Web Site. Here's what I did: Downloaded the Windows VC9 (Non-TS) (x86) loader from…
Mike
  • 7,500
  • 8
  • 44
  • 62
1 2
3
13 14