Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
714 views

How to force error_reporting mode in PHP 5.3

I have some code that's encrypted with ioncube and it's also written for < PHP 5.3. There's a ton of deprecated code, which would still work, but there's error messages all over the site. Is there ...
4
votes
3answers
152 views

to encrypt php or make it “call home”

I have a simple php script and want to protect it. I'm ruling out ioncube as they'll hack it anyway and it'll increase my customer support. I'm hearing about making the script "call home". Is ...
3
votes
3answers
729 views

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 choice for doing this. ionCube starting from 199$ Zend Guard 800$ Is there any other cheaper tools or ...
1
vote
3answers
97 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
3answers
186 views

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 ...
1
vote
2answers
444 views

Are APC and ionCube fully compatible?

I've spent the better part of an hour looking for a definitive answer to this question. A script I need to use requires the IonCube loader be enabled and I've grown quite fond of APC. Should I expect ...
1
vote
1answer
150 views

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 ...
1
vote
2answers
498 views

Is there any hope of installing ioncube on a shared linux hosting account with godaddy?

This has been the nightmare of all nightmares. For 4 days now I have been fighting to install ioncube loaders on godaddy. I am sure that I have uploaded the correct loaders, and I am using a zend ...
0
votes
0answers
44 views

Ioncube domain licence on Amazon EC2

I've installed a ioncube encoded program which is licenced by domain on a Amazon EC2 Cloud instance and set up the DNS so that an A Record for the licenced domain points to an Amazon Elastic IP. I've ...
0
votes
1answer
73 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 ...
0
votes
0answers
15 views

Install ioncube on remote server

I am trying to install ioncube on remote server . When I execute the command find / -name "php.ini" I got almost 25 results . But strangely when I searched for zend_extension , I was unable to find ...
0
votes
1answer
79 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
66 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 ...
0
votes
1answer
47 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 ...
0
votes
0answers
25 views

Need a universal replacement for IONcube for my software

We have launched (currently in beta) an online store plugin for WordPress and have a couple of files we want to protect. Currently we have IONcube doing that job BUT as our plugin has a worldwide ...
0
votes
4answers
301 views

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 code. I've heard of Zend Guard and IonCube although is there a free alternative to these? ...
0
votes
1answer
217 views

Most secure way to encode php files

I came across many ways and countless number of applications to encode php files, as in zend encoder and iconcube, as well as applications like php lockit. my question is, what is the most effective ...
0
votes
1answer
142 views

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 ...
0
votes
1answer
475 views

IonCube with magento Modules

Is anyone got to tried out the ionCube with magento modules before distributing it. Unfortunately i couldnot ended up well, so i am looking for someone who can solve this. I did these one by one. ...
0
votes
3answers
115 views

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 ...
0
votes
3answers
230 views

How is this PHP encoded?

Does anybody know how this PHP code is encoded? I don't know whether it's Zend, ionCube or something else. <?php if (!function_exists("T7FC56270E7A70FA81A5935B72EACBE29")) { function ...
0
votes
1answer
421 views

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 this won't work across every server with IonCube enabled. It ...
0
votes
1answer
1k views

Installing IonCube on IIS7 / Windows Server 2008

we've inherited a PHP project from a client that requires IonCube. Our boxes all run on IIS7 and although we've followed the instructions for configuring it, it isn't loading the decoder library. Have ...
-1
votes
1answer
52 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 ...
-1
votes
3answers
145 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 ...