473,654 Members | 3,082 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Developing proprietary apps in PHP

Ben
I'm new to PHP. The ease of use, power, flexibility and low overhead to run
it is amazing. I am tempted to convert my entire software to PHP but have a
few questions and concerns before heading down this path.

In short my program provides specialized web-based reporting and statistical
analysis using a variety of data sources. All of these data sources can be
converted fed to a centralized MySQL DB easily using VFP (no VFP comments
please). My major concern is this "open source" PHP philosophy being in a
very competitive and very propriety niche industry. Is it true that anyone
accessing a PHP program on the net can easily download all source? Are
there any protections for proprietary code or does that go against the very
nature of PHP?

I like PHP but can not throw this application to the wolves. I've narrowed
my decision down to PHP or VB.NET and definitely prefer PHP.

Any comments are appreciated.

- Ben
Jul 17 '05 #1
27 2738
Ben wrote:
please). My major concern is this "open source" PHP philosophy being in a
very competitive and very propriety niche industry. Is it true that
anyone
accessing a PHP program on the net can easily download all source?
Nope.
Are
there any protections for proprietary code or does that go against the
very nature of PHP?


Code is usually distributed as source but can be rendered totally unreadable
using encoders available from Zend, Ioncube and possibly others.

HTH

C.
Jul 17 '05 #2
An noise sounding like Colin McKinnon said:
Code is usually distributed as source but can be rendered totally unreadable
using encoders available from Zend, Ioncube and possibly others.

Stick PHP obfuscator into google and you'll get a few results.

Remember to keep a copy of your original source code though. Otherwise you'll
be just a f*$%ed. ;)

db
--

/(bb|[^b]{2})/
Trees with square roots don't have very natural logs.

Jul 17 '05 #3
I noticed that Message-ID:
<sl************ *******@carbon. redbrick.dcu.ie > from David Gillen
contained the following:
Stick PHP obfuscator into google and you'll get a few results.


I write self-obfuscating code.. ;-}

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #4
Ben

"Geoff Berrow" <bl******@ckdog .co.uk> wrote in message
news:9r******** *************** *********@4ax.c om...
I noticed that Message-ID:
<sl************ *******@carbon. redbrick.dcu.ie > from David Gillen
contained the following:
So what you guys are saying is that a PHP app is basically out there for
anyone to read, copy and repackage and sell at will?
Stick PHP obfuscator into google and you'll get a few results.


I write self-obfuscating code.. ;-}

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/

Jul 17 '05 #5
I noticed that Message-ID: <IL************ ****@twister.rd c-kc.rr.com>
from Ben contained the following:
So what you guys are saying is that a PHP app is basically out there for
anyone to read, copy and repackage and sell at will?


It's an interpreted language, so basically, yes.

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #6
Ben wrote:
"Geoff Berrow" <bl******@ckdog .co.uk> wrote in message
news:9r******** *************** *********@4ax.c om...
I noticed that Message-ID:
<sl************ *******@carbon. redbrick.dcu.ie > from David Gillen
contained the following:


So what you guys are saying is that a PHP app is basically out there
for anyone to read, copy and repackage and sell at will?


Ben:

http://www.zend.com/store/products/zend-encoder.php
Jul 17 '05 #7
Ben

"Geoff Berrow" <bl******@ckdog .co.uk> wrote in message
news:kt******** *************** *********@4ax.c om...
I noticed that Message-ID: <IL************ ****@twister.rd c-kc.rr.com>
from Ben contained the following:
So what you guys are saying is that a PHP app is basically out there for
anyone to read, copy and repackage and sell at will?
It's an interpreted language, so basically, yes.


Thanks for being so up front.

Off topic: So my choices are basically limited to .NET, CGI and Perl?
Important factors to me are relative security of code (I realize any code
can be hacked), low overhead (as far as server side software) and ability to
find coders to outsource. At a cross roads now where my coding ability is
nearly obsolete. Would rather focus on design/marketing and outsource the
coding to experts like yourself instead of beginning the 1-2 year road to
master another language.

Any feedback is appreciated.

- Ben
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/

Jul 17 '05 #8
"Ben" <no@spam.com> wrote in news:IL******** ********@twiste r.rdc-kc.rr.com:
So what you guys are saying is that a PHP app is basically out there for
anyone to read, copy and repackage and sell at will?


The answer is .... it depends.

If by "app" you mean a web-based application where the
PHP scripts will be executed on your webserver and people's
interaction with the "applicatio n" will be via their browser,
then barring security issues, people will never see the
PHP code, because the webserver parses it and produces
HTML pages.

If you mean you write a 'standalone' application using
PHP, and plan to distribute it, so that people can then
install PHP and run your application, then unless you
use one of the available methods to 'hide' your PHP
code, yes, people will be able to see your PHP source code.

As for "repackage and sell at will", you can put limits
on that with how you licence your application.

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
Jul 17 '05 #9
I noticed that Message-ID: <Pp************ *****@twister.r dc-kc.rr.com>
from Ben contained the following:
It's an interpreted language, so basically, yes.


Thanks for being so up front.

Off topic: So my choices are basically limited to .NET, CGI and Perl?


Well Perl is interpreted too and so is .NET I think. See Dave Patton's
post for a more complete answer

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
1585
by: Mage | last post by:
Hello, I am flirting with the idea of developing a gui app in python as a newbie. Which module should I use? I have noticed that wxpython is already installed on my gentoo and the examples on their wiki looks easy. Is it okay or should I use wax or something else? Mage
2
1870
by: Tom Leylan | last post by:
I'd like to find/have a discussion about the various ways an application server could be implemented. So the upsides and downsides can be discussed. In case I'm using the term wrong by "app server" I mean a centralized "business information service" that could be readily accessed by client software. Initially this would be on a LAN but (like everything) the requirements would likely grow to permitting general Internet access. It...
1
1469
by: Brayan | last post by:
I would like to know what are good sources to learn how to develop applications for faxmodems. I would like to develop an application which converts my documents to the necessary fax format (printer driver) (or are there printer drivers available already for embedding into my apps?). I would also like for my apps to directly communicate with the fax modem. Thank you in advance
39
4183
by: Kaarel | last post by:
I don't feel very confident when it comes to software licenses. But there are some cases I would like to make myself clear. What I am particulary interested in is when does GPL license become restrictive? For example say a company has a proprietary software product that only works with MySQL and no other database system. Are the following cases legal? 1) This company sells his product under proprietary license and leaves it up to the...
22
13680
by: Matt | last post by:
Some people identify Microsoft C# is Proprietary programming language. What is Proprietary programming language then? How does it differ from other languages such as C++, or Java?? Please advise. thanks!!
11
1994
by: Simon | last post by:
Hi all As I'm sure is common knowledge the version of IIS included in XP Pro is limited in that you can only create 1 website in the IIS snap in. As an ASP.net developer this is a pain in the arse because I can't figure out how to stop having this fact cock up my relative urls. When I create a virtual directory - presumably what you're supposed to do when you're only allowed one site my relative URL's refer to the root of the
8
1494
by: Christopher Kurtis Koeber | last post by:
Dear All, Recently I created a thread about trying to load a particular ICON image that GDI plus could not load. I realized that GDI plus definitely does not support it because it had a certain resolution that is not in any of its built in format libraries. So my question is this, how would I go about working with images that are not in GDI+ native libraries, such as raw camera files (*.RAW, etc.), Pixar's file format, and plenty of other...
4
1134
by: Phil | last post by:
If there is such a thing, can anyone point me to a list of known existing or potential issues with running VB6 and VB .Net on the same PC under XP. Thank you.
17
19653
by: seberino | last post by:
How can a proprietary software developer protect their Python code? People often ask me about obfuscating Python bytecode. They don't want people to easily decompile their proprietary Python app. I suppose another idea is to rewrite entire Python app in C if compiled C code is harder to decompile. Any ideas?
0
8372
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8814
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8706
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8475
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7304
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6160
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4293
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2709
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1592
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.