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
3 answers

how to install ioncube loader?

I recieved this error: Site error: the file C:\wamp\www\html\news.php requires the ionCube PHP Loader ioncube_loader_win_5.1.dll to be installed by the site administrator. Then I have obtained the proper file and pasted it in the HTML…
Web Master
  • 4,240
  • 6
  • 20
  • 28
1
vote
0 answers

install Ion cube on local server

I want to use a WordPress site on local server by XAMPP but it has encoded with ion cube, when I run the web this error will occur: Script error: the ionCube Loader for PHP needs to be installed. The ionCube Loader is the industry standard PHP…
liehos98
  • 23
  • 7
1
vote
0 answers

Fallback location for a namespace Laravel

I have a library that I am autoloading in my Laravel project and I want to have a fallback for that library. The reason is that on some systems, the library will be on a different location (depending on the development/production mode) For e.g. this…
M.Imran Mamda
  • 394
  • 1
  • 2
  • 13
1
vote
1 answer

index.php that requires ioncube loader will not run and produces an error message

The error message: Failed opening required '/opt/lampp/htdocs/boxbilling/install/index.php' (include_path='.:/opt/lampp/lib/php') in Unknown on line 0 I don't know what any of this means, but would appreciate some guidance in finding the problem and…
Ric
  • 11
  • 1
1
vote
1 answer

How to disable "ioncube" from cpanel?

I'm facing an issue to disable the ioncude encryption from my Laravel PHP code from Cpanel. I unchecked ioncube from WHM simply accessing the Home > Server Configuration > Tweek settings and then in the PHP section as shown below. I don't know…
1
vote
0 answers

Mac install ioncube with brew 7.2

I've been looking around online and can't find the answer to my question. I want to install ioncube on a mac with PHP@7.2 via home brew however nowhere seems to explain how to do it. There are a lots of instances where it says to download it and…
andy jones
  • 904
  • 1
  • 12
  • 37
1
vote
0 answers

ZendGuard similar to php 7.4.x

I need to encrypt my php project but the ZendGuard was discontinued and not support php 7.4. Exists another options?
1
vote
1 answer

ioncube "the path/to/file.php is corrupted" error

I have a wordpress website and after installing a plugin suddenly it has been crashed and I got an error saying "The file /home/omdikalc/public_html/wp-content/themes/martfury/functions.php is corrupted.". The file that the error is refering to is…
1
vote
2 answers

Zend Debugger Error: Zend Debugger: Cannot read a valid value of zend_debugger.httpd_uid or zend.httpd_uid, will not perform dropping of privileges

I have this error after installing Zend Debugger on a Ubuntu server with PHP 5.2.6 and Apache2: Zend Debugger: Cannot read a valid value of zend_debugger.httpd_uid or zend.httpd_uid, will not perform dropping of privileges Apache will not start, it…
Shane H
  • 3,263
  • 5
  • 26
  • 30
1
vote
0 answers

ioncube_license_properties() returns different values at different program parts

I trying to use function ioncube_license_properties() to get encoded property at my project. But I have a trouble - function return false at class method and return actual value at procedure file. I have next code. Class: class User { /** *…
Oleg
  • 65
  • 9
1
vote
1 answer

Unable to copy IonCube loader files into /opt/lampp/lib/php/extensions/no-debug-non-zts-20170718 in MAC

To setup my php project, I'm trying to copy Ioncube loader files into xampp but I'm getting below error, Can anyone help me? sudo cp ioncube_loader_lin_*…
AB_Krish
  • 15
  • 1
  • 1
  • 5
1
vote
0 answers

ioncube loader, doesn't work Error

When I start the file what need the encoder, I get this fatal error: Fatal error: The file C:\xampp\htdocs\WeFact\Pro\index.php was encoded by the ionCube Encoder for PHP 5.6 and cannot run under PHP 7.1. Please ask the provider of the script to…
Kris B
  • 45
  • 9
1
vote
1 answer

Docker, Alpine, IonCube, PHP7 FPM

I'm attempting to Dockerize a PHP application that uses IonCube encryption. The application, stand alone with IonCube runs fine, when i try to Dockerize this with a lean image (Docker, Alpine, PHP7.0) its only failing around the IonCube…
1
vote
1 answer

How to inegrate ioncube(or another extenstion) into phpbrew php version?

I'm using phpbrew for switching between different versions of php. And now I can't install ioncube as php extension. What I have already done: Download from http://www.ioncube.com/loaders.php my version of extension (Linux 64 tar.gz v6.0.9 …
zey_ser
  • 155
  • 3
  • 11
1
vote
1 answer

AH01215: Failed loading /usr/lib64/php56/modules/ioncube_loader_lin.so: cannot open shared object file: No such file or directory:

I constantly am seeing these error messages in my log files. nationalsurvivorsnetwork.co.uk [Mon Jan 30 15:17:43 2017] [error] [client 77.99.83.122:47903] AH01215: Failed loading /usr/lib64/php56/modules/ioncube_loader_lin.so: …