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

Translate text in ioncube encoded files using jQuery

I am having a Ioncube php script i would like to translate entierly. I have worked hard to perform the first part : translating the template files. But, there is still lots of text stuck in the Ioncube encoded php files. I heard someday it was…
Martin
  • 1
  • 1
0
votes
1 answer

Does ioncube keep comments after original file has been encrypted?

I would like to use the getDocComment() function of Reflection to collect the comments above functions. It works well with unencrypted php files. But in the future I would like to encrypt the php sources with Ioncube and I'm wondering whether…
Zsolti
  • 1,571
  • 1
  • 11
  • 22
0
votes
2 answers

in Zend instead of application.ini, can i have my configuration store in php file like config.php

I am working on a project based on Zend 1.12. There is a new requirement in which we have to encode all of our files to prevent hacking. We used ioncube encoder which encode all of the .php file but not application.ini where it store db…
user332951
  • 359
  • 1
  • 3
  • 18
0
votes
1 answer

CentOS Ioncube make_license is "Killed" each time I try to execute it

I am trying to generate ioncube license using "make_license" generator provided by ioncube for Unix systems. It works on my desktop Ubuntu system, but does not work on my CentOS webserver. Each time I try to run the file, I get message "Killed" in…
Kelvin
  • 8,813
  • 11
  • 38
  • 36
0
votes
2 answers

CakePHP1.3: ionCube Loader + License validation: License invalid

What I have : I try to setup a cakephp1.3 application. In my app, ionCube Loader is used. ERROR : I am getting below error "License validation problem: License invalid. Please review the Knowledge Base for information on how to resolve this…
chetanspeed511987
  • 1,995
  • 2
  • 22
  • 34
0
votes
2 answers

I failed to install ioncube on godaddy. Any advice?

I got this message Site error: the file /home/content/xx/xxxxxxxx/html/admin/application/controllers/DashboardController.class.php requires the ionCube PHP Loader ioncube_loader_lin_5.3.so to be installed by the website operator. If you are the…
danni
  • 9
  • 1
0
votes
1 answer

Fatal error: Maximum function nesting level of '100' reached, aborting! with ionCube loader

I am getting Fatal error: Maximum function nesting level of '100' reached, aborting! with ionCube loader.And I don't want to uninstall IonCube.So what should I do ?
akt
  • 759
  • 3
  • 11
  • 18
0
votes
1 answer

install ioncube on windows server 2008 with plesk

I have a problem install ioncube on windows plesk control panel. I used the thread-safe version of PHP and download Windows VC9 (x86) ioncube. I Put the Loader files in C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5\ext I do Edit the…
En.Javidi
  • 31
  • 6
0
votes
1 answer

preg_match error and debugging php code

Please help. I'm getting this error: ( ! ) Warning: preg_match(): Unknown modifier 'b' in C:\wamp\www\pmd\install\ioncube_checker.php on line 22 When I run the following code: function system_info($php_info) { $server_info =…
0
votes
0 answers

Changing PHP version on Wamp? Trying to load Zendguard or Ioncube

I have been trying for hours to fix this issue, I recently purchased IP.Nexus, an add-on to the Invision Power Board forum software(it is a shop front for the forum). There are two versions I may download, Zendguard locked, and Ioncube locked. I…
0
votes
1 answer

cannot redeclare function after upgrading to php 5.3

I've tried to upgrade from php 5.2 to php 5.3 on my testing machine, and there's a commercial package used, which is encoded, and I cannot change it at all. It should be working with PHP 5.3, except it has a lcfirst function declared, so I get an…
donk
  • 1,540
  • 4
  • 23
  • 46
0
votes
1 answer

Magento Encoding Scripts on the Fly and Generating Download Link

I am thinking about selling Magento modules on my website and need your advise what would be the best way to do it. Here is what I thought: Install Magento store on my website When client purchase the module from my store - he is required to…
Kelvin
  • 8,813
  • 11
  • 38
  • 36
-1
votes
1 answer

I installed ionCube but it is not working yet

I have a Ubuntu server 22.04 and I have installed PHP 8.1.2 fpm, MySQL 8, and nginx After I installed WordPress and active a new theme (Harika) then I get this error: Then I installed the ionCube from the ionCube wizard and now it is installed on…
M.Ghavam
  • 101
  • 4
  • 16
-1
votes
1 answer

ionCube loader installation on macOS Big Sur

I downloaded the Loader Wizard from https://www.ioncube.com/loaders.php There seem to be so many problems in the wizard: The wizard detects that I'm using macOS x86-64, its okay I download the archive and it contains ioncube_loader_dar_x.x.so…
nashyvan
  • 51
  • 2
  • 11
-1
votes
1 answer

Ioncube Loader M1 Mac using Dockerfile

On the beginning I want to say that I am a beginner in Docker. As I know Ioncube releases don't support M1 Mac. Know a beta version for M1 Macs was released and I don't know how to downloaded using Dockerfile. How to write Dockerfile for Ioncube M1…
silentd
  • 13
  • 4
1 2 3
13
14