Questions tagged [zend-guard]

Zend Guard is a PHP encoding and obfuscation product that makes it harder to reverse engineer an application.

Zend Guard is a PHP encoding and obfuscation product that makes it harder to reverse engineer an application.

58 questions
0
votes
1 answer

How to identify whether the PHP file is Encoded or not using the Zend Guard loader

Last year, I deployed a project in client server by encoding all the files using Zend Guard Loader PHP extension and after the deployment we have done some quick changes / fixes as per the client emails and deployed the files without encoding on…
user2746557
  • 81
  • 1
  • 9
0
votes
1 answer

Is there a way to show unknown name and value variable in php code?

I have a file1.php with a variable. The variable name is unknown. file1.php is encrypted with ZendGuard 5. So i can not view code. In file1.php is include file2.php. I dont know place where file2.php is included, because file1.php is encrypted. Is…
0
votes
1 answer

Using Doctrine Annotations with Zend Guard

I have just purchased Zend Guard in order to protect my application, ready for deployment. On attempting an install on the first customer site, it appears that our application encounters a fundamental error related to Doctrine. Uncaught exception…
0
votes
1 answer

Apache 2.4 Php5.4 Zend Loader

I've been running a development site with Apache 2.2, PHP5.2 and MySql using, in part, software obfuscated with ZendGuard (version unknown). The actual online hosting sight is discontinuing PHP5.2 forcing an upgrade to PHP5.4. I've ended up…
Tim Weiss
  • 41
  • 2
0
votes
2 answers

Batch file for displaying version of Zend Gaurd

I am trying to write a batch file to display the license information of the Zend gaurd. Below is what I came up with the below batch file set _ver_cmd=zendenc_sign.bat --version for /F "skip=1" %%G in '%_ver_cmd%' do echo %%G But when I run it, I…
DDK
  • 1,032
  • 18
  • 39
0
votes
0 answers

Migrating zend encrypted website between servers

I've been given the task of moving a zend encrypted website (the previous owners fell out with their developers and now they don't have the decrypted version). It's based on the php framework Kohana, (which unfortuantely i've never used) I've done…
MissCoder87
  • 2,669
  • 10
  • 47
  • 82
0
votes
1 answer

Fatal error: This file has expired

I have a problem with my Zend Project. When I run it on localhost it says: *Fatal error: This file has expired. in XX\XX\XX\XX\cake_project\Core\bootstrap.php on line 0* My PHP version is 5.4, Apache version 2.2, and mySQL version 5.5, with Zend…
Krishna
  • 1
  • 2
  • 2
0
votes
0 answers

Zend Guard on Mac OSX 10.8.4

I have installed Zend Guard on Mac OSX 10.8.4, but when I start it, I get the following Java error message: An error has occured. See the log file /Application/Zend Guard ... Here is the log file: http://pastebin.com/BLr1Bqxh I have no idea what…
hapablap
  • 379
  • 6
  • 23
0
votes
1 answer

Locating PHP Files Encoded with Zend Guard

Is there a way to locate PHP files within a source tree that have been encoded using Zend Guard? There are existing questions about attempting to decode Zend-encoded files, but I've inherited a large PHP app that must be using a Zend-encoded file…
beporter
  • 3,740
  • 3
  • 37
  • 45
0
votes
1 answer

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 purchase the module from my store - he is required to…
Kelvin
  • 8,813
  • 11
  • 38
  • 36
-1
votes
1 answer

How do I view a zend encoded file in binary format?

I have a PHP script encoded with Zend Guard, when I view it with sublime text or notepad++ it appears to be: I think this shouldn't be how it looks, What should I change to view in binary format?
t0r
  • 229
  • 2
  • 14
-2
votes
1 answer

Someone could tell me what kind of encrypt is it?

Well i got a php code encrypted, i thought it could be zend guard encrypt but it is not. I post it in this link: http://pastebin.com/NxqmC4ku I don't know if it possible to know. Thanks.
-4
votes
1 answer

How to protect our code?

I have to protect my code? which is the best method for protecting our codes? any body can help me?
DEVOPS
  • 18,190
  • 34
  • 95
  • 118
1 2 3
4