ionCube is a company that offers tools for licensing, encryping, and protecting source code.
0
votes
0answers
11 views
How to install Ioncube on Amazon Elasticbeanstalk
I have Wordpress installed in Elasticbeanstalk and need to install an Ioncube encoded theme that is asking for the Ioncube loaders.
The problem is that I have no clue on how to access that folder, ...
-1
votes
0answers
13 views
LGPL and encoded source [closed]
If the software is being distributed under LGPL license can I use Ioncube encoder to protect a part of the code and limit domain?
Thank you,
-10
votes
0answers
224 views
Please Help me To Decoder / dezender ioncube files [closed]
Please help me to decoder this file : Ioncube Files
Thanks all
0
votes
0answers
28 views
How to use Xdebug to decode Ioncube
I have been researching for a few days now, and have found no useful tutorials or guides on how to perform a decode of an ioncube encoded file by using xdebug.. Multiple SO post answers do not serve a ...
0
votes
1answer
42 views
Which PHP framework I should choose to be able to encode my application with ioncube [closed]
I'm about to start working at the new project. It will be some sort of CMS. I'm going to sell it, so I need to encode it with ioncube. I decided to base the project on the Symfony2, but suddenly found ...
0
votes
1answer
41 views
Failed to reset admin pass on Mysql / plesk
I broke the admin pass in the phpmyadmin inside plesk. I broke it by editing the pass (was not intentionally), and now Plesk does not load since primary admin pass is changed.
I found this guide: ...
2
votes
1answer
164 views
ioncube decryption in seconds [closed]
I'm a php developer and currently searching for software to protect php code. I know there exist obfuscators and encoders (and both).. but it seems that it's possible to "decrypt" code encoded with ...
0
votes
1answer
77 views
composer.phar and ionCube 4.0.7
I was trying to get composer for init a symfony2 project.
But Wwhen I try this command
$ curl -s https://getcomposer.org/installer | php
I get this error:
Some settings on your machine make ...
0
votes
2answers
60 views
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 ...
2
votes
1answer
65 views
I have checked all source code encoders for PHP files but almost everyone's decoder is available [duplicate]
I have checked all source code encoders for PHP files but almost everyone's decoder is available.
Please tell me which is the best source encoder whose decoder is not available.
0
votes
1answer
19 views
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 ...
0
votes
2answers
109 views
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 ...
0
votes
0answers
20 views
which ioncube encoder is suitable for me?
I just want to buy ioncube encoder for my project.I am going to encode some php files and i have to give that to my customer.So it wont expire.I referred there are three types of encoder ...
0
votes
3answers
81 views
How to keep safe some of the php files before sell [duplicate]
I am going to sell my products which contain the License key validation for a joomla site.So i need to encrypt some of my php files to preventing from hackers.I've been searching since the morning and ...
0
votes
1answer
51 views
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 ...
0
votes
0answers
59 views
How much faster do Ioncube files load than PHP? [closed]
Deciding if I should encode my PHP files with Ioncube, but not sure if it's worth the effort if the load time isn't significant.
Around how much faster will ioncube files load than PHP files?
0
votes
0answers
103 views
Apache stuck with working after Xdebug was installed. Ioncube loader error
I have a local installation of Ubuntu Server 12.10 via VirtualBox for my PHP programming purposes.
Recently I've installed the Xdebug in this way:
sudo apt-get install php5-xdebug
Then added ...
0
votes
0answers
262 views
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 is exactly
I am working on CentOs
:: Solved :
There were few things I have ...
0
votes
0answers
103 views
ioncube encoded file self edits and stops working
I have inherited a php website some months ago and have been asked to update / edit functionality. A file is encoded using ioncube and its causing me trouble, the original author is none contactable.
...
0
votes
2answers
278 views
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 ...
3
votes
7answers
977 views
license key for php script
I have a script, and I sell it to some people. I need a way to make sure that my script won't work on any website that not in my clients list.
First of all, I am using IonCube to encrypt my PHP ...
1
vote
1answer
166 views
How do I install ionCube on an Azure Web Site?
I am trying to follow the instructions under Using Custom PHP Extensions in Windows Azure Web Sites to enable the ionCube extension for PHP running within an Azure Web Site. Here's what I did:
...
0
votes
2answers
250 views
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 ...
2
votes
0answers
171 views
Apache License v2.0 in a commercial project [closed]
i wanna use a admin theme that is licensed under the Apache License v2.0 in a project that will become a commercial project. The commercial project will encoded with ioncube so the comments in each ...
0
votes
0answers
174 views
PHP Warning: Module 'ionCube Loader' already loaded in Unknown on line 0
I have tried to login my joomla administration page. It gives 500 Internal Server Error.. I have seen the error log. It shows the following error:
[27-Oct-2012 06:57:40 UTC] PHP Warning: Module ...
1
vote
1answer
741 views
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 | ...
2
votes
1answer
191 views
PHP: Preventing multiple installations of my application? Piracy Protection
I need some advice on protecting an application I am ready to launch. I need to limit the application to one installation per customer/purchase.
The application is written in PHP/MySQL and will be a ...
3
votes
1answer
6k views
How to Decode ionCube encrypted files? [closed]
I am customizing geodesic classified, my client has not given me access to a licence file (rather I have not asked him about this).
I am able to customize it from the admin panel, but I want to ...
0
votes
1answer
3k views
Fatal error: Maximum function nesting level of '100' reached, aborting! with ionCube loader [duplicate]
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 ?
1
vote
1answer
203 views
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 ...
1
vote
1answer
76 views
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.
0
votes
2answers
142 views
ioncube install on windows server error
I keep getting this error:
when trying to install ioncube on my godaddy windows server. I am using the loader-wizard with the Windows VC9 (Non-TS) (x86) loaders.
I have:
downloaded and installed ...
0
votes
1answer
590 views
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 ...
1
vote
2answers
723 views
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 ...
0
votes
1answer
88 views
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 ...
0
votes
0answers
242 views
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 ...
0
votes
1answer
263 views
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 ...
1
vote
0answers
85 views
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 ...
0
votes
1answer
255 views
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 ...
-2
votes
1answer
367 views
PHP Packager/Installer: Alternative to ionCube Package Foundry? [closed]
I am looking for a software to package my php scripts as an exe archive. My customers should be able to run this archive on Windows, enter their FTP login data, choose a directory, confirm license ...
0
votes
2answers
452 views
(Windows, Mac) How to load both XDebug & ionCube Loader simultaneously?
I am trying to load XDebug & ionCube loader simultaneously, when I type zend_extension_ts="path/to/ioncube_loader_win_5.2.dll" or zend_extension_ts="path/to/php_xdebug.dll" alone in php.ini they ...
0
votes
0answers
93 views
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 ...
-1
votes
1answer
1k views
Why can't the ionCube Loader decode this file? [closed]
I am using a script that is protected by the ionCube encoder. It's giving me this error message. What does it mean, and what can I do to solve it?
The file ...
0
votes
2answers
2k views
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 ...
2
votes
1answer
534 views
Pattern for detecting if a specific file is encoded by ioncube
I want to identify ioncube encoded PHP files through a script. I see some common string in every ioncube encoded PHP file:
<?php //003ab
if(!extension_loaded('ionCube ...
-1
votes
3answers
808 views
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 ...
0
votes
2answers
263 views
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.
...
0
votes
1answer
161 views
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 ...
2
votes
3answers
785 views
IonCube extra layer of security ?
I am now working on a php project(Internet Shop) that will possibly deal with storing locally customer credit card information.
So I was thinking among other things about encrypting php files with ...
1
vote
1answer
117 views
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 ...

