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 difficulty with PHP 5.5

Using following commands installed latest ioncube loader on Ubuntu 13.10 x64 based NGINX, PHP-FPM (5.5) stack cd /usr/local sudo wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz sudo tar xzf…
heron
  • 3,611
  • 25
  • 80
  • 148
1
vote
2 answers

Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so

I just cloned a website from one server to another using cPanel import tool (probably this last part is not relevant) The site is a Magento CE store. The new server is a shared one, and only in this new Magento website I am having a 500 error: tail…
lisandrom
  • 161
  • 2
  • 2
  • 8
1
vote
2 answers

How to install IonCube Loader on Amazon Linux x64 instance

I'm having trouble installing IonCube Loader on my Amazon Linux x64 instance. I'm following these instructions below but the paths are way off and I can't seem to locate the right ones on my install. For x64: wget…
user1446650
  • 1,197
  • 6
  • 15
  • 24
1
vote
0 answers

cakephp Encrypted Files

I have got new client and site I am working on is developed in cakephp with previous developer. I have found that all core files of cakephp are somehow encrypted. Sample code of one file app_controller.php is listed below.
1
vote
1 answer

Removing a Cron

I've got a problem with a cron. This is the line: 09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete When this line works i'm taking a…
3mincan
  • 65
  • 1
  • 6
1
vote
1 answer

Is it possible to run 32 bit program (IonCube) on 64 bit Solaris (SmartOS)?

I am extremely new to the Solaris world however we are attempting to utilize SmartOS which is made by Joyent for the purposes of web hosting. First problem we run into almost immediately: Our client's eCommerce site uses an extension that is encoded…
sparecycle
  • 2,038
  • 5
  • 31
  • 58
1
vote
1 answer

Symfony2 composer.phar

I would like to install Composer belonged to Symfony2 by instruction http://symfony.com/doc/current/book/installation.html. When I run the first command (curl -s https://getcomposer.org/installer | php), I get an error : Your ionCube Loader…
1
vote
1 answer

Encoding a wordpress site to protect the code (eg. obfuscation)

I just wondered if anyone had used Zend Guard/Ion Cube to encode a Wordpress application - I've made a custom WP CMS and was thinking of placing this onto an external server outside of my control. I was wondering how this would effect things…
Zabs
  • 13,852
  • 45
  • 173
  • 297
1
vote
1 answer

I want ionCube PHP Loader for Azure website?

I want ionCube PHP Loader for run php script on Azure website ? How can i do ? , please, help me.
wimut
  • 11
  • 2
1
vote
0 answers

HTML Tag for the full current URL - IonCube

I am creating a website using IonCube. I can use some PHP coding in the HTML page templates, however, I would like to know how to get the FULL URL plus a link when I click on it. For example, My current URL…
Amash
  • 21
  • 2
0
votes
0 answers

Why does a PHP-request consume much more memory on a different server?

I'm having a PHP script that's running fine on my development server (Linux Debian Squeeze 64-bit, PHP 5.3), according to memory_get_peak_level() it's roughly consuming about 13M of memory. When I run the same script on a production server (also…
acme
  • 14,654
  • 7
  • 75
  • 109
0
votes
2 answers

can ionCube encrypted files be decrypted by someone with access to a licence file?

We are considering offering a small PHP application with all it's files encrypted using ionCube encoder. Our question is this: If a customer or a third party has access to a licence file, and thus can deploy and operate the application, is there…
0
votes
2 answers

IonCube php encoder

i have a client that need some php changes, but is scripts are encoded by ioncube "//004ff // IONCUBE ENCODER 7.0 EVALUATION // THIS LICENSE MESSAGE IS ONLY ADDED BY THE EVALUATION ENCODER AND How can i decode it to change his php files?
mauro
  • 127
  • 1
  • 9
0
votes
1 answer

Ioncube Says Installed, but App (social engine) Says Its Not

I tried to install the trial version of social engine. https://waitress.megaservices.co.nz/ Its say's i need to install ioncube. But when ioncube says its already installed. https://waitress.megaservices.co.nz/ioncube/loader-wizard.php Does anyone…
Phphelp
  • 1,290
  • 2
  • 14
  • 25
0
votes
1 answer

Securing PHP code. Need some tips

I want to encode my codes with ionCube. But I do not know exactly how to prevent users from cracking it without encoding. So I need some tips. My project is a MVC. Everything starts in index.php and it calls core.php and running goes. How should I…
Valour
  • 773
  • 10
  • 32