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

Incompatible file format error message with Zend Optimizer 3.3.9

On my local machine, I'm trying to deploy PHP code which was obfuscated using Zend Guard under the PHP 5.2.10 engine. Since my machine had PHP 5.3, I reckoned the code does not run since it was obfuscated using Zend guard under the older PHP…
Naweed Chougle
  • 500
  • 10
  • 31
0
votes
1 answer

ZEND Guard changes filename capitalization

I use Zend Guard 5.0.1 and I've just noticed that it changes the capitalization of files that it is excluding (Copy as is). Since my filenames are case-sensitive this must have just changed as nothing works now, but I don't know how. I use…
Adrian Raper
  • 111
  • 1
  • 7
0
votes
1 answer

The encoded file has format major ID 65540, whereas the Optimizer expects 2

I'm getting this error message when I try to run a CMS (MyPortal 2) on my Xampp server 1.7.1: Incompatible file format: The encoded file has format major ID 65540, whereas the Optimizer expects 2 in C:\xampp\htdocs\mp2.32-5.3\index.php on line 0 I…
mat15
  • 1
  • 2
0
votes
2 answers

Check local computer info. with php

I made an intranet which will work on a local computer. I have got Windows XP and Appserver which has got apache, php, mysql and ext.... on the computer. There will be no network. I want to make sure the person i am going to give the computer can…
eMRe
  • 3,097
  • 5
  • 34
  • 51
0
votes
1 answer

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 way to ensure my encoded files wont be…
TDSii
  • 1,675
  • 4
  • 20
  • 29
0
votes
1 answer

Zend loader extension not running

i'm really desperate. I'm trying to encode all my php code using Zend-Guard. So the first step is really easy i followed tutorials and i encoded all my php files, also generating a key to after decodeit. Well the problem is when following the manual…
KaSkuLL
  • 531
  • 6
  • 27
0
votes
1 answer

zend guard decode (not the same question)

i know of old posts, or at least about old version of zend (<5, 4.0.1) but i want to know if the latest zend guard (5.5?) still is very easy to decode like, did they updated the core a lot so its not easy anymore or its the same thing? there are…
braindamage
  • 2,226
  • 4
  • 24
  • 33
0
votes
1 answer

Apache doesn't restart after configuring Zend Guard - CentOS 7

i downloaded and installed the Zend Guard library on my Centos7 server and after put the config lines into the php.ini file and restart apache... apache doesn't want to restart.. Here is my php version : [root@XXXXXXXXXX home]# php -v PHP 5.5.29…
0
votes
1 answer

ZendGuardLoader seg faulting with apache

I am getting a seg fault whenever I try to access php files in the web root that were encoded with Zend Guard. My ZendGuard that I used to encode that files is set to php5 and my php version I am running on apache is 5.5.9. I have added the…
shreddish
  • 1,637
  • 8
  • 24
  • 38
0
votes
1 answer

Can you use ZendGuard to encode only part of a website?

I am creating a website which I would like to protect using ZendGuard but I do not want to encode the entire website. Is it possible to only encode the core of the website and leave specific modules editable?
0
votes
1 answer

Fatal error: Incompatible file format: The encoded file has format major ID 7, whereas the Loader expects 5 in

i am installing a script on cpanel, which includes zend i think, when i am installing i am getting this error.. Fatal error: Incompatible file format: The encoded file has format major ID 7, whereas the Loader expects 5 in…
DeDevelopers
  • 581
  • 1
  • 7
  • 25
0
votes
0 answers

unable to parse licence file

Configured zend server locally every thing installed license but still it shows : unable to parse licence file! here it is added modules
Yagnesh
  • 1,123
  • 3
  • 17
  • 27
0
votes
1 answer

Zend Guard Loader failing to validate Application license

I have an application with files encoded by zend. If i run "php -v" i get: PHP Warning: Module 'mbstring' already loaded in Unknown on line 0 PHP Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line…
0
votes
1 answer

No PHP5 folder and unable to install Zend Guard on Linux

I have php 5.5 installed in my Linux server. I checked it through the php info file. However, when I issue the command #which php it says /usr/bin/php. I have also used the find command, but there is no php5 directory in my linux server. I am going…
Jay
  • 744
  • 4
  • 14
  • 30
0
votes
1 answer

Zend Guard Run-time support missing! Windows 2008 Server IIS7

I get the "Zend Guard Run-time support missing!" page even though I have Zend Guard Loader installed and properly configured. I have a Windows 2008 server with IIS 7 and PHP 5.4.42 which is a non-threadsafety version. I need PHP 5.3 or 5.4 for the…