Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Protection of PHP applications 1

Status
Not open for further replies.
There is a module called bcompile from pear/pecl. However, I've never been able to get this module to compile. Has anybody used this with success before?


--== Anything can go wrong. It's just a matter of how far wrong it will go till people think its right. ==--
 

Never heard of that :(

BTW, all means of protection can be discussed here.
Code obfuscation is one solution but maybe there are others (ie: licensing? , specific clauses in contracts? , other?)

 
Just incase you're interested: bcompiler


--== Anything can go wrong. It's just a matter of how far wrong it will go till people think its right. ==--
 

Hi guys :)

I'd like to revive this thread for 2 reasons :

1) I'm still interested in knowing about ways to protect PHP applications.

2) I've created a CMS and, I order to prevent my clients from reselling it to third parties, I had the idea to keep it on my own server. The main idea is to let it remotely manage the content of my clients' websites which will be hosted somewhere else.

Now, what I need to know is : how can you secure a website when, at the same time, you have to allow a distant CMS application to create/delete directories or to update a database? Isn't it contradictory???

Thanks for your opinions :)



 
1. Besides the obvious Zend products, there are SourceGuardian and ionCube. I've ised neither, but there are good reviews out there for both.

2. I define "securing a website" as "allowing users authorized access to data while simultaneously disallowing unauthorized access". Although your two requirements are difficult to achieve at once, they are not inherently contradictory. Just think of the foreign CMS application as a user.



Want the best answers? Ask the best questions! TANSTAAFL!
 

Thanks for this great post :)
It helped a lot :)
 
Doesn't look good to me.
The products introduced by sleipnir look more user-friendly.
Also, with mmcache, it's nor clear whether you need the application to be installed on the target server for decoding.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top