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

ionCube PHP module gets error

i have uploaded my site on a sharing host.i use ionCube PHP in my site. the index page of site gives this error: " index.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. " i asked the server…
hd.
  • 17,596
  • 46
  • 115
  • 165
1
vote
2 answers

Is there a way to get around a PHP application that checks the domain it's on?

I have acquired a PHP application that has a system class encoded with Ion Cube PHP Encoder. I copied the files and moved them to a new server, a development one. The first thing that got me was the application was to only work on the domain it was…
alex
  • 479,566
  • 201
  • 878
  • 984
1
vote
1 answer

ioncube require an include key

ioncube encoder has an option to "require an include key". This feature adds a random string in each encoded file, so if encoded file requires/includes another file (let's say encoded file index.php includes encoded file include_me.php), user can't…
Mindaugas Li
  • 1,071
  • 5
  • 15
  • 37
1
vote
1 answer

ReferenceError: elgg is not defined

Till yesterday my site was running well. I want to use ion cube loader so, I have changed php version from 5.4 to 5.5, in php.ini zend_extension=/opt/ntphp/php52/lib/php/extensions/Zend/ioncube_loader_lin_5.2.so and in .htacess file…
user2134
  • 177
  • 2
  • 15
1
vote
1 answer

Can Zend Optimizer and IonCube co-reside on the same server?

We have a Windows 2008 server that already has Zend Optimizer installed but have been asked by a user if we can install IonCube? Can Zend Optimizer and IonCube co-reside on the same server? What are the correct directives to use to make this work in…
Kev
  • 118,037
  • 53
  • 300
  • 385
1
vote
1 answer

Trying to install ionCube Loader on Easyphp Devserver 16.1

I need to install ioncube loader on my local machine with easyphp 16.1 (apache 2.4.28 and php 5.6.17). I've followed the instructions of the loader_wizard.php and modified the php.ini file: my php.ini But when I start the apache server, I notice…
Vizz85
  • 195
  • 1
  • 13
1
vote
0 answers

php.ini reset him self ioncube install

ihave problem with php.ini im install ioncube and add the line zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_5.4.so im restart the server and its work, and after couple of minutes the php.ini file back to his orginal. im…
Liel Dahan
  • 97
  • 1
  • 9
1
vote
3 answers

Fatal error: Call to undefined function Cube\Config\simplexml_load_file() in /library/Cube/Config/Xml.php on line 60

I am installing PHPProBid Auction Script and suddenly I get this error: Fatal error: Call to undefined function Cube\Config\simplexml_load_file() in /home/admin/webserendibite.ir/library/Cube/Config/Xml.php on line 60 Configuration:CentOS 5,Apache…
user3238904
  • 11
  • 1
  • 2
1
vote
1 answer

how to reverse php obfuscated code?

I decode some of my ionCube encoded PHP pages but it contain code with obfuscated PHP function names: Example : _obfuscate_DRYWMSUQDzIXCSohIQMqCz0NJiIUBSIÿ("Location: error.php"); this is the code for header function. header("Location:…
1
vote
0 answers

Is ionCube PHP Encoder PHP accelelator?

So I´m testing out some PHP accelelators and came across ionCube PHP Encoder. I´ve installed it and phpinfo says that it is loaded: This program makes use of the Zend Scripting Language Engine: Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend…
R.P
  • 500
  • 2
  • 6
  • 17
1
vote
2 answers

Ioncube Loader PHP 5.5 not installed

I try to install Ioncube Loader with XAMPP and PHP 5.5. I need this for XT Commerce on my local machine. But I can't install it correctly. After download from http://www.ioncube.com/loaders.php I unzip this folder to C:\xampp\htdocs\ioncube After…
goldlife
  • 1,949
  • 3
  • 29
  • 48
1
vote
2 answers

Wampserver install Ioncube error

I'm using Wampserver 2.5 Apache2.4 64bit, PHP 5.5 64bit and Ioncube PHP Loader v4.7.1 (Ioncube for PHP 5.5 vc11 ts) When i test the encoded file i got "The connection was reset" error. How do I make Ioncube work on Wampserver? ;…
vee
  • 4,506
  • 5
  • 44
  • 81
1
vote
1 answer

Ioncube encoding error while installing udropship extension in local server

I have tried to install the udropship extension to my local server.Following error occurs Fatal error: The file F:\xampp\htdocs\xxxx\app\code\community\Unirgy\DropshipMicrosite\Helper\Protected.php was encoded by the ionCube Encoder for PHP 5…
Navin Bista
  • 1,988
  • 2
  • 21
  • 37
1
vote
1 answer

{file} requires the ionCube PHP Loader ioncube_loader_lin_5.5.so to be installed

I am trying to run a site locally on vagrant box. I have all the files downloaded from the clients server and a copy of the database set up locally. I have changed the db settings to map to my local setup. When I run the site locally I get the…
John Halsey
  • 1,930
  • 3
  • 19
  • 41
1
vote
1 answer

The encoded file is not permissioned error

when I run the project then the following error displayed: Fatal error: The encoded file C:\xampp\htdocs\anyfile.php is not permissioned for this server in Unknown on line 0
user3621756
  • 13
  • 2
  • 6