Top "Ioncube" questions

ionCube is a tool to obfuscate PHP code so clients can run software without having the source code.

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 (…

php ioncube
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 …

php encryption ioncube
Best method for checking if IonCube Loader is installed

I'm using the following code: <?php if(extension_loaded("IonCube Loader")) { // Yes } else { // No } ?> I'm just concerned that …

php ioncube
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 …

php ioncube
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 viewing the source …

php encryption ioncube zend-guard
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 …

php magento zend-framework ioncube
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 …

php encryption drm ioncube zend-guard
Show server ioncube loader version with php

I am using ioncube to encode my scripts. But i don't know the loader version that is installed on sever. …

php ioncube
Requirement for ionCube PHP Loader ioncube_loader_win_5.3.dll to be installed?

I'm using AMPPS on a Windows machine, and when I try and navigate to http://localhost to make some modifications …

php localhost ioncube ampps
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. …

php php-5.5 ioncube