Reply
non Open (Closed) Source PHP?
Old 03-28-2008, 12:18 PM non Open (Closed) Source PHP?
Experienced Talker

Posts: 48
I hear many people talking about non Open Source PHP (I assume its closed source PHP).
How does it work? I'm interested about trying to encode the footer part where my product author link is located. What are the best options for that?

Thank you.

Last edited by ClaFanN1 : 03-28-2008 at 12:22 PM.
ClaFanN1 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 03-28-2008, 01:54 PM Re: non Open (Closed) Source PHP?
VirtuosiMedia's Avatar
Webmaster Talker

Posts: 604
Google obfuscation.
VirtuosiMedia is offline
Reply With Quote
View Public Profile Visit VirtuosiMedia's homepage!
 
Old 03-28-2008, 03:07 PM Re: non Open (Closed) Source PHP?
tripy's Avatar
Fetchez la vache!

Posts: 1,855
Name: Thierry
Location: In the void
It may not be what you think of.
PHP is a scripted language. It means that every time a request is done to a php page, the php engine reads the source, translate it in "computer language", runs it and produces an output.

What those obfuscator/encrypter are doing, is that they eliminate the step to translate the source code into "computer language" and they usually encrypt it too with a password (defined when you generate the "encrypted" file), to allow some peoples who knows that password to re-create the original source file and modify it.

What it does not, is to prevent peoples to look at the source code of your generated page, and copy it.
It does not protect your code on the browser side, but only on the server side.

The 2 most known solutions are
° Zend guard [ http://www.zend.com/en/products/guard/ ]
° Ion cube encoder [ http://www.ioncube.com/sa_encoder.php ]

I never used Zend guard, but 1 enterprise I worked for used Ion cube, and it was a really great product.
It goes further than simply preventing modifications:
Quote:
  • Prevention of file tampering through use of digital signatures.
  • Prevention of unauthorised files from including encoded files.
  • Generating files to expire on a given date or after a time period (Pro/Cerberus Encoder).
  • Restricting files to run on any combination of IP addresses and/or server names (Pro/Cerberus Encoder).
  • Restricting files to run on specific MAC addresses (Cerberus Encoder).
  • Customised messages when files expire or aren't permissioned to run.
  • Encrypt arbitrary files, for example XML files, Smarty template files, or images.
  • Generate license files to restrict access to encoded files (Pro/Cerberus Encoder).
__________________
Listen to the ducky: "This is awesome!!!"


Last edited by tripy : 03-28-2008 at 03:12 PM.
tripy is offline
Reply With Quote
View Public Profile
 
Old 03-28-2008, 07:52 PM Re: non Open (Closed) Source PHP?
JeremyMiller's Avatar
Full-Time TeraTasker

Posts: 861
Name: Jeremy Miller
Location: Reno, NV
There's also Source Guardian, but I like ION Cube.

BTW: Obfuscation simply means hiding or making non-obvious. It doesn't convert it into machine code or anything like that.
__________________
Jeremy Miller - TeraTask Technologies, LLC
Content Farmer - Automated Posting for Content & Blog Sites
JeremyMiller is online now
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Reply     « Reply to non Open (Closed) Source PHP?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13496 seconds with 13 queries