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

Ruby & Rails: code guard

Is there some sort of "Zend code guard" for rails applications ? Sultan
sultan
  • 5,978
  • 14
  • 59
  • 103
1
vote
0 answers

how to use PHP 5.2 in 2017 ? | Zend Guard Loader version issue with php

I have codebase from year 2009, the company which developed the solution encoded it with zend guard encoder 5.5 with PHP version 5.2. Currently , I am running it on VPS with Windows Server with installing php 5.2 and zend guard extension without…
1
vote
0 answers

Page not loading after installing Zend Guard Loader

After I installed Zend Guard Loader 5.6 with PHP Version 5.6.32, the page shows error "The server didn’t send any data". I also checked phpinfo, and it showed that Zend Guard Loader already installed. Can anyone help me? Thanks...
Chin Yong
  • 83
  • 1
  • 1
  • 5
1
vote
2 answers

Getting "Zend Guard Run-time support missing!" while running php code

I installed XAMPP v3.2.2 and PHP Version 7.1.7 I have a php file as newcode1.php in C:/xampp/htdocs folder. I opened chrome and entered the URL as http://localhost/newcode1.php, tried to run the php code then I got the page saying Zend Guard…
Sayeed
  • 11
  • 1
  • 5
1
vote
0 answers

zend framework 2 doctrine 2 - class xxx sub class of yyy is not a valid entity or mapped super class

I'm using "doctrine/orm": "2.4." and "doctrine/doctrine-orm-module": "0.8.". Please check below json. { "name": "zendframework/skeleton-application", "description": "Skeleton Application for ZF2", "license":…
Hiren Shah
  • 225
  • 1
  • 10
1
vote
1 answer

How to add Zend Guard Loader support in docker php official image instance?

I want to add Zend Guard Loader support on my php instance. http://www.zend.com/en/products/loader/downloads#Linux Normally, I will download the package, and then add the following settings into php.ini [Zend Guard…
Alfred Huang
  • 17,654
  • 32
  • 118
  • 189
1
vote
1 answer

Laravel encoded with Zend Guard displays blade view text in browser

Have a Laravel project that I encoded with Zend Guard. When I run the application, it is getting to the right route, but it displays the text of my view file in the browser rather than rendering the view. Any thoughts or suggestions? Is there a…
Keith Clark
  • 609
  • 1
  • 7
  • 19
1
vote
1 answer

PHP 5.4.31 + Zend Guard configuration issue

I am configuring a Ubuntu 14.04 web server at Amazon Web Services. I have the latest PHP5.5 installed as base, but I am using PHP Farm so that I can use PHP5.4.31 for a specific project that requires Zend Guard, which is only compatible with PHP up…
Mihail Minkov
  • 2,463
  • 2
  • 24
  • 41
1
vote
2 answers

How to install Zend Guard Loader on Xampp

I have been using a software which files are encoded by Zend Guard. Since PHP 5.3 + versions don't support Zend Optimizer hence I have to install Zend Guard Loader to run that application on my windows xampp installation. I downloaded Zend guard…
Smart Dev
  • 11
  • 1
  • 1
  • 4
1
vote
2 answers

How to check if Zend Optimizer or Zend Guard Loader is installed

Through phpinfo you can see all kinds of php information. If you see this: then it means you have Zend Engine. But what it doesn't say is whether you use Zend Optimizer or Zend Guard Loader. How can you check if one of these is installed?
Julian
  • 4,396
  • 5
  • 39
  • 51
1
vote
0 answers

Protect files + svn command

I have a project that is based in the UK(Servers) The project will be duplicated to Spanish servers The root access will be given to Spanish admins. The main idea is to protect project files from read and execute the commands for Spanish admins.(We…
Oyeme
  • 11,088
  • 4
  • 42
  • 65
1
vote
1 answer

How To Run Zend Guard Loader With Wampserver 2.2e (With PHP 5.3.x)

It's my polite and gentle request, if anybody knows the answer PLEASE share it with me, my concern is :- I really want to run Zend Guard Loader with PHP 5.3.x and my current configuration is :- Wampserver 2.2e Apache 2.2.22 PHP 5.3.13 Mysql…
Sam
  • 81
  • 2
  • 8
1
vote
1 answer

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 was wondering how this would effect things…
Zabs
  • 13,852
  • 45
  • 173
  • 297
0
votes
2 answers

How to add Zend Guard Run-time in wamp

Zend Guard Run-time support missing! One or more files on this web site were encoded by ZendGuard and the required run-time support is not installed or properly configured. When I try to run some script encrypted with zend gurad I am getting this…
Akhil Thayyil
  • 9,263
  • 6
  • 34
  • 48
0
votes
1 answer

Dreamweaver and Binary PUT via FTP

As we all know (don't we?), the FTP functionality on Dreamweaver is inexcusable for a professional product, but I bear with it because Dreamweaver has other useful stuff that overshadows the FTP. However, I have a specific FTP situation which has…
OneNerd
  • 6,442
  • 17
  • 60
  • 78