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
22
votes
1 answer

ioncube decryption in seconds

I'm a php developer and currently searching for software to protect php code. I know there exist obfuscators and encoders (and both).. but it seems that it's possible to "decrypt" code encoded with some software. So my question is.. if it is…
user1221679
  • 625
  • 1
  • 9
  • 16
14
votes
5 answers

ionCube installation :: missing zend_extension CentOs

I am in middle of ionCube installation but php configuration is missing zend_extension for ionCube but not specify what is exactly I am working on CentOs All well Thanks:)
TED
  • 1,829
  • 5
  • 18
  • 36
13
votes
5 answers

Zend Guard vs. ionCube

I've developped a php script and I want to protect my files, so what do you think is the best choice for doing this. ionCube starting from 199$ Zend Guard 800$ Is there any other cheaper tools or even free ?
Wassim AZIRAR
  • 10,823
  • 38
  • 121
  • 174
13
votes
4 answers

Best method for checking if IonCube Loader is installed

I'm using the following code: I'm just concerned that this won't work across every server with IonCube enabled. It seems pretty standard, but I've never needed to…
jdp
  • 3,446
  • 2
  • 30
  • 54
10
votes
5 answers

How to encrypt a PHP file for free?

I have created a plugin for WordPress although I would like to encrypt it to stop people from viewing the source code. I've heard of Zend Guard and IonCube although is there a free alternative to these?
Joey Morani
  • 25,431
  • 32
  • 84
  • 131
6
votes
1 answer

How does ionCube work internally?

ionCube stores php files in encrypted format and it is installed as php extension but what i want to know is when I request the encrypted php file from non-encrypted php file how does php compiler executes it. Does it send the encrypted file to…
Amit Singh
  • 266
  • 3
  • 13
6
votes
2 answers

How to force error_reporting mode in PHP 5.3

I have some code that's encrypted with ioncube and it's also written for < PHP 5.3. There's a ton of deprecated code, which would still work, but there's error messages all over the site. Is there a way of externally forcing error_reporting to E_ALL…
Noodles
  • 900
  • 4
  • 14
  • 30
6
votes
1 answer

How to Decode ionCube encrypted files?

I am customizing geodesic classified, my client has not given me access to a licence file (rather I have not asked him about this). I am able to customize it from the admin panel, but I want to customize it on my local system. But when I tried to do…
sandip
  • 3,279
  • 5
  • 31
  • 54
5
votes
2 answers

Are APC and ionCube fully compatible?

I've spent the better part of an hour looking for a definitive answer to this question. A script I need to use requires the IonCube loader be enabled and I've grown quite fond of APC. Should I expect any problems if both are enabled on the same…
Clarissa B
  • 239
  • 2
  • 5
  • 14
5
votes
0 answers

php Connection reset by peer while debugging with Xdebug

I decided to post after trying several things to no avail. Hopefully someone experienced the same and have an answer for me. I get this error: recv() failed (104: Connection reset by peer) while reading response header from upstream when trying to…
lloiacono
  • 4,714
  • 2
  • 30
  • 46
5
votes
7 answers

license key for php script

I have a script, and I sell it to some people. I need a way to make sure that my script won't work on any website that not in my clients list. First of all, I am using IonCube to encrypt my PHP code. I have all my clients in my server…
Othman
  • 2,942
  • 3
  • 22
  • 31
4
votes
2 answers

to encrypt php or make it "call home"

I have a simple php script and want to protect it. I'm ruling out ioncube as they'll hack it anyway and it'll increase my customer support. I'm hearing about making the script "call home". Is that an alternative or is this the same as ioncube and…
Jason
  • 79
  • 1
  • 1
  • 6
4
votes
2 answers

ionCube installation :: zend_extension problem xampp windows

I trying to install ionCube on Xampp on Windows 10. Facing this error every time ionCube Loader Wizard ** Please note that the following problem currently exists with the ionCube Loader installation: The necessary zend_extension line could not be…
4
votes
1 answer

php.ini not loading Ioncube

Out of nothing the Ioncube loader stopped working. phpinfo()shows that there is no Ioncube loaded, and the website displays a HTML-500 error with "redirected you too many times" after turning on display_errors. according to phpinfo()…
João Martins
  • 43
  • 1
  • 7
4
votes
3 answers

Laravel with ioncube and encoding

I work on Laravel framework for a short time, after finishing the website, I willing to encode it using Ioncube - but I face the problem where Ioncube can't translate the blade template engine code to PHP code before encoding and output the code as…
Gouda Elalfy
  • 6,888
  • 1
  • 26
  • 38
1
2 3
13 14