Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

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

Posts: 48
Trades: 0
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
 
 
Register now for full access!
Old 03-28-2008, 01:54 PM Re: non Open (Closed) Source PHP?
VirtuosiMedia's Avatar
Web Design Made Simple

Posts: 1,228
Trades: 0
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
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
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).
__________________
Only a biker knows why a dog sticks his head out the window.

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

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
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

Please login or register to view this content. Registration is FREE
JeremyMiller is offline
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Reply     « Reply to non Open (Closed) Source PHP?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.47095 seconds with 12 queries