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
4
votes
0 answers

How to check version of Ioncube a script was encrypted with?

I have a script that's encoded with Ioncube. I've found tons of resources online about how to find the version of Ioncube that's installed on your service, but I can't seem to find anywhere that explains how to find the version that the script was…
4
votes
2 answers

Apache stuck with working after Xdebug was installed. Ioncube loader error

I have a local installation of Ubuntu Server 12.10 via VirtualBox for my PHP programming purposes. Recently I've installed the Xdebug in this way: sudo apt-get install php5-xdebug Then added 'xdebug' path to my…
3
votes
3 answers

IonCube extra layer of security ?

I am now working on a php project(Internet Shop) that will possibly deal with storing locally customer credit card information. So I was thinking among other things about encrypting php files with IonCube, especially those containing…
Evgeny Tryastsin
  • 723
  • 2
  • 10
  • 19
3
votes
0 answers

ERR_EMPTY_RESPONSE when debugging ionCube encoded php file with xdebug

When I try to debug something inside vagrant, I can step through the code, the debugger stops at breakpoint and all looks fine, until the request is done. Then I get the following error in the browser: 324 ERR_EMPTY_RESPONSE. Usual requests (without…
Alfred Bez
  • 1,191
  • 1
  • 14
  • 31
3
votes
0 answers

How to encode and license my laravel project using ioncube?

I want to deploy my laravel project on our client machine which has no network access .I have to install it on his machine on local server. However I don't want to lose the source code if somebody tries to hack it. Searched and found that ioncube…
jayadevkv
  • 384
  • 3
  • 16
3
votes
5 answers

What does this PHP do? Is it an encoder/decoder?

I don't know PHP at all; this is more of a question of curiosity. Following the PHP function below in the text file are a few thousand characters of text, such…
markratledge
  • 17,322
  • 12
  • 60
  • 106
3
votes
1 answer

Build PHP with PHPfarm errors with loaders (ioncube and source guardian)

I can't configure ioncube or source guardian loaders with phpfarm. I thinks that is for "(DEBUG)" in php -v but I do not know how to. I need help with this issue. My php -v: root@martin:/opt/phpfarm/src# /opt/phpfarm/inst/php-5.3.22/bin/php…
martin
  • 83
  • 1
  • 6
3
votes
4 answers

Requirement for ionCube PHP Loader ioncube_loader_win_5.3.dll to be installed?

I'm using AMPPS on a Windows machine, and when I try and navigate to http://localhost to make some modifications to my localhost server, I recieve the following error: Site error: the file C:\Program Files…
marked-down
  • 9,958
  • 22
  • 87
  • 150
3
votes
3 answers

AWS Elastic Beanstalk Installing IonCube or Zend Loader

I have been trying to get one of these two loaders installed all evening without success. I have narrowed it down to creating a config file. I have put a .config file in a .ebextensions folder located in my root directory of my project, I'm not sure…
Tombo890
  • 371
  • 1
  • 3
  • 11
3
votes
1 answer

Installing IonCube on IIS7 / Windows Server 2008

we've inherited a PHP project from a client that requires IonCube. Our boxes all run on IIS7 and although we've followed the instructions for configuring it, it isn't loading the decoder library. Have any of you had any success with getting IonCube…
Chance
  • 11,043
  • 8
  • 61
  • 84
2
votes
3 answers

(Windows, Mac) How to load both XDebug & ionCube Loader simultaneously?

I am trying to load XDebug & ionCube loader simultaneously, when I type zend_extension_ts="path/to/ioncube_loader_win_5.2.dll" or zend_extension_ts="path/to/php_xdebug.dll" alone in php.ini they work. But I cant get them working simultaneously. Is…
Jigar
  • 3,256
  • 1
  • 30
  • 51
2
votes
1 answer

Pattern for detecting if a specific file is encoded by ioncube

I want to identify ioncube encoded PHP files through a script. I see some common string in every ioncube encoded PHP file:
doc_id
  • 1,363
  • 13
  • 41
2
votes
0 answers

How to Ioncube a symfony 5 project

I'm trying to Ioncube my symfony 5 project and I'm facing some issues. I made a small sample project to illustrate my problem https://github.com/NichoSeb2/ioncube-symfony. When I run a composer install I get a Segmentation fault error, I don't think…
NichoSeb2
  • 21
  • 2
2
votes
1 answer

Resolve Ion cube "cannot be decoded by this version of the ionCube Loader" error - WordPress

I have created a plugin in WordPress and then, I've encrypted this using IonCube 11.0.1 and after I run this plugin in my website, I received This error (my PHP version is 7.4 and the Ioncube version that is installed on my server is 11.0.1): Fatal…
2
votes
0 answers

Site error: the ionCube PHP Loader needs to be installed

I use ubuntu 19 as my os and I use apache2 I have a WordPress site that shows me this error Site error: the ionCube PHP Loader needs to be installed. and I installed ioncube and I do restart apache , in php info : php -i |grep "with the…
Mahdi mehrabi
  • 1,486
  • 2
  • 18
  • 21
1
2
3
13 14