Compiled/encrypted php ??

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mox
Forum Newbie
Posts: 7
Joined: Mon Jun 14, 2004 3:17 pm

Compiled/encrypted php ??

Post by mox »

I'm working for a little web hosting company and we are moving the php code of a company to a new server..

I have to go trough a lot of code to make sure everything will work on the new server

One of my users here seems to have compiled/encrypted his php

when I look at the source code, it's like a binary file.. but it's called with require_once() like a normal .php file

Is there any way to compile/encrypt php code?

Thanks,
--Ben
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

[google]php obfuscator[/google]
mox
Forum Newbie
Posts: 7
Joined: Mon Jun 14, 2004 3:17 pm

Post by mox »

No, it's not something like that..

Here is an example of what I see in a .php file:

Zend
2^L
X]oTE[^_^POü^DªÚ$ ^DkM¶vªú°eÚ²·J^SI^E)|^DÖí×÷ÚØÆ¦i§("É5öáúøsÃ$
^¤^N4^Kh^BÞô2§½ðV^Põ^De^^â
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

User avatar
launchcode
Forum Contributor
Posts: 401
Joined: Tue May 11, 2004 7:32 pm
Location: UK
Contact:

Post by launchcode »

That is Zend Encoded PHP - but personally I use SourceGuardian.
mox
Forum Newbie
Posts: 7
Joined: Mon Jun 14, 2004 3:17 pm

Post by mox »

Is there any free solutions to do that ?

How does that work ? It's a module for apache/iis ?
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

If u do come across a free encrypter.. ( decrypt optional.. i would very much like to know hehe.. )
User avatar
WaldoMonster
Forum Contributor
Posts: 225
Joined: Mon Apr 19, 2004 6:19 pm
Contact:

Post by WaldoMonster »

I have used the free Turck mmcache a year ago.
This software can be used to compile php code or as a accelerator.

Last Turck mmcache was from end 2003.
Now they are working on a new website, and I hope there will come a new version that will work with the newer PHP versions.

Website: http://turck-mmcache.sourceforge.net/
Post Reply