Web Hosting Talk


Go Back   Web Hosting Talk : Web Hosting Main Forums : Programming Discussion : php script copyrights protection ...
Reply

Programming Discussion Discussions related to web programming languages and other related issues. Topics may include configuration, optimization, practical usage and database connectivity.

 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-06-2008, 01:08 PM
allomani allomani is offline
View Beta Profile
Newbie
 
Join Date: Jun 2005
Location: Egypt
Posts: 24
php script copyrights protection ...

Hello,

i'm programming scripts using php and buy them as license for each domain

i was using zend gaurd for protecting them from stealing , but as everybody know zend now very easy to decoding .

i'm searching for the new way to keep our copyrights protected.

can anybody please help me?

Regards
Allomani

__________________
Allomani Web Services
www.allomani.biz

Reply With Quote
Sponsored Links
  #2  
Old 08-06-2008, 01:12 PM
Harzem Harzem is offline
View Beta Profile
Community Liaison
 
Join Date: Feb 2006
Location: Ankara
Posts: 2,034
There is ioncube, but I don't know how easy it is to decode, if possible at all.

__________________

Harzem - Get a Harzem Design Now - Highest quality hosting designs!
You can follow me on Twitter!


Reply With Quote
  #3  
Old 08-06-2008, 01:15 PM
allomani allomani is offline
View Beta Profile
Newbie
 
Join Date: Jun 2005
Location: Egypt
Posts: 24
the problem of ioncube that it's not supported in most hosting companies...

__________________
Allomani Web Services
www.allomani.biz

Reply With Quote
Sponsored Links
  #4  
Old 08-06-2008, 01:24 PM
Harzem Harzem is offline
View Beta Profile
Community Liaison
 
Join Date: Feb 2006
Location: Ankara
Posts: 2,034
But it has redistributable decoders. You simply add the decoder folder and everything works.

__________________

Harzem - Get a Harzem Design Now - Highest quality hosting designs!
You can follow me on Twitter!


Reply With Quote
  #5  
Old 08-06-2008, 01:39 PM
FS - Mike FS - Mike is offline
View Beta Profile
cd /home/bed/
 
Join Date: Jun 2006
Location: Devon, UK
Posts: 1,305
Not always. I had trouble when installing WHMCS, the redistributables didn't work correctly and I had to compile PHP with IonCube in the end.

__________________
| FragSwitch: Specialist Community Hosting.
| Looking to set up your own forums or community site? We can help!

Reply With Quote
  #6  
Old 08-06-2008, 01:43 PM
Harzem Harzem is offline
View Beta Profile
Community Liaison
 
Join Date: Feb 2006
Location: Ankara
Posts: 2,034
Quote:
Originally Posted by Coldkill View Post
Not always. I had trouble when installing WHMCS, the redistributables didn't work correctly and I had to compile PHP with IonCube in the end.
I'm not exacty sure but it has different loaders for different PHP versions. Most people don't have problems, I'm not sure about the specifics.

__________________

Harzem - Get a Harzem Design Now - Highest quality hosting designs!
You can follow me on Twitter!


Reply With Quote
  #7  
Old 08-06-2008, 02:21 PM
JustinSmall JustinSmall is offline
View Beta Profile
Aspiring Evangelist
 
Join Date: Jan 2005
Location: North-East, Indiana
Posts: 417
ionCube

It does come with free loaders/readers that will automatically install onto the clients server if it even has to it all

It supports licensing to certain domains, ip's, license keys, ect.

A big + to it: It's nearly impossible to decode...

amazing isn't it

Anyways, ionCube is the way to go

It can be expensive, but if your selling your software then you will easily earn it back.

__________________
• PHP5 / MySQL / CUSTOM TEMPLATING / CLEAN & MAINTAINABLE CODING
• WEB DEVELOPMENT via CUSTOM DESIGN / PROGRAMMING


Reply With Quote
  #8  
Old 08-06-2008, 02:22 PM
vibrokatana vibrokatana is offline
View Beta Profile
Web Hosting Guru
 
Join Date: May 2008
Location: FL
Posts: 336
If there is a way people will break into it. Even with binary data (ie compiled executables) it is still relatively easy to get the code back (a bit not very easy on the eyes).

There isn't going to be a 100% way to protect your intellectual property. My guess is you should continue with zen guard (after all, you forked 300+ dollars for it).

Reply With Quote
  #9  
Old 08-06-2008, 02:33 PM
xoozoo xoozoo is offline
View Beta Profile
Newbie
 
Join Date: Jun 2002
Location: England, GB
Posts: 29
As above it is normally very easy to use the different loaders, as long as it is php 5.2 or below and safe mode is *not* enabled you can dynamically include the loader, but since 5.2.5 you cannot do this and must include the loader in the PHP extension_dir folder - which means the host must do this for you.

The PHP encoders I see as contenders are...

IONCube.com
nusphere.com
sourceguardian.com

I would be interested to hear of any others or other users experiences of these.

Cheers,
Sean

__________________
» Sean Andrews,
» xoozoo.com ltd - www.xoozoo.com
» Free DNS Report tools - dr.xoozoo.com
» Company no:6482396


Reply With Quote
  #10  
Old 08-06-2008, 02:55 PM
sasha sasha is offline
View Beta Profile
Hail Eris !
 
Join Date: Oct 2002
Location: Canada
Posts: 3,065
Quote:
Originally Posted by xoozoo View Post
As above it is normally very easy to use the different loaders, as long as it is php 5.2 or below and safe mode is *not* enabled you can dynamically include the loader, but since 5.2.5 you cannot do this and must include the loader in the PHP extension_dir folder - which means the host must do this for you.
.... unless host allows per directory php.ini files in which case you can setup up your own extension_dir.

Anyway at $100 per year, ease of use, quick responses from tech support (which you really need only if you have some very odd situation going on), ability to transfer license from one machine to another - Ioncube is the winer (for me as least).

And last but not the least, What-is-his-name of Ioncube frequents this forum so you have more then one way to get his attention if you ever need to do so (not that I think it will ever be needed, but I reserve the right to post "ioncube suck$" thread here if I cannot get in touch with their support ).

__________________
--


Last edited by sasha; 08-06-2008 at 03:02 PM.
Reply With Quote
  #11  
Old 08-06-2008, 02:56 PM
Harzem Harzem is offline
View Beta Profile
Community Liaison
 
Join Date: Feb 2006
Location: Ankara
Posts: 2,034
ioncube has an online encoder, which encode files with per-code-block pricing. Something around $5 for 10 pages of PHP code.

__________________

Harzem - Get a Harzem Design Now - Highest quality hosting designs!
You can follow me on Twitter!


Reply With Quote
  #12  
Old 08-07-2008, 12:09 AM
allomani allomani is offline
View Beta Profile
Newbie
 
Join Date: Jun 2005
Location: Egypt
Posts: 24
guys i heared that ioncube can decoded , and the best example Whmcs found nulled.

any explains?

__________________
Allomani Web Services
www.allomani.biz

Reply With Quote
  #13  
Old 08-07-2008, 12:32 AM
CodyRo CodyRo is offline
View Beta Profile
Premium Member
 
Join Date: Feb 2006
Location: Rochester NY
Posts: 767
Quote:
Originally Posted by allomani View Post
guys i heared that ioncube can decoded , and the best example Whmcs found nulled.

any explains?
No matter what it's going to be possible to decode it because it has to execute at some point (if it was encoded and couldn't be reversed, how would the PHP execute?).

IonCube and Zend Guard are going to be your best bets.

__________________
Quality Shared and VPS Hosting
Hawk Host Inc. Proudly serving websites since 2004
Frog Host - Unlimited possibilities
New to the industry? Keep trying, you will succeed

Reply With Quote
  #14  
Old 08-07-2008, 12:34 AM
allomani allomani is offline
View Beta Profile
Newbie
 
Join Date: Jun 2005
Location: Egypt
Posts: 24
i tried to install ioncube on bluehost hostng account from cpanel , but it's not working

http://www.allomani.biz/ioncube/ioncube.php

__________________
Allomani Web Services
www.allomani.biz

Reply With Quote
  #15  
Old 08-07-2008, 12:46 AM
CodyRo CodyRo is offline
View Beta Profile
Premium Member
 
Join Date: Feb 2006
Location: Rochester NY
Posts: 767
It's likely BlueHost already has IonCube installed - I would inquire with their support / knowledge base.

__________________
Quality Shared and VPS Hosting
Hawk Host Inc. Proudly serving websites since 2004
Frog Host - Unlimited possibilities
New to the industry? Keep trying, you will succeed

Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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 Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement: