distributing PHP for profit

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default distributing PHP for profit



    Is there a way I can sell a PHP "module" without distributing the source
    code? I haven't heard of one, but if you have an idea, please let me know.


    thanks,
    -d

    Doug D Guest

  2. Similar Questions and Discussions

    1. Decent (free) templates for non-profit/personal use
      After spending an hour or so looking on the net for web templates for use with Dreamweaver, I have come up with nothing. (Er... actually really bad...
    2. Contribute for Non Profit
      I read somewhere in the old forum that Contribute was available at a discounted price for Non Profit organizations. Can anyone tell me if this is...
    3. Take the profit
      CAN YOU REALLY EARN A LIVING ON THE NET? It''s no secret that average people from all walks of life are becoming wealthy online. But could you...
    4. licensing for non-profit organization
      Does anyone know what is the licensing fee for .NET software for non-profit organization ? I am trying to use ASP.net to develop a web site for...
    5. HEADLINE: Macromedia sees $6.7 million profit for quarter
      http://maccentral.macworld.com/news/2003/07/24/macromedia/ That's cause they're saving money by not putting any R&D into Freehand MX!!! Nor are...
  3. #2

    Default Re: distributing PHP for profit

    "Doug D" <dougd99@XXXearthlinkXXX.net> wrote in message
    news:_ONoc.4618$zO3.3263@newsread2.news.atl.earthl ink.net...
    >
    >
    > Is there a way I can sell a PHP "module" without distributing the source
    > code? I haven't heard of one, but if you have an idea, please let me
    know.

    Do you mean PHP scripts or a module for PHP itself?

    Assuming the former, there is ioncube ([url]www.ioncube.com[/url]) but I've never used
    it. I *have* had the displeasure of attempting to test a software package
    that was using it and it took over a month for the vendor to figure out they
    were encoding their source incorrectly so that it was not possible to even
    install their package.

    - Virgil


    Virgil Green Guest

  4. #3

    Default Re: distributing PHP for profit

    Doug D wrote:
    >
    >
    > Is there a way I can sell a PHP "module" without distributing the source
    > code? I haven't heard of one, but if you have an idea, please let me know.
    >
    >
    > thanks,
    > -d
    >

    You can use the Zend Encoder:
    [url]http://www.zend.com/store/products/zend-encoder.php[/url]
    it starts at $960

    If you are a new company that doesn't make allot of money Zend has
    programs that are aimed at helping small businesses. You can apply for
    there small business program at
    [url]http://www.zend.com/store/products/zend-smallbiz.php[/url].
    if you qualify you can get a bundle of software which includes the Zend
    Encoder for $295 which I personally think is a great deal considering I
    bought the ZDE alone for $250.
    I do not work for, nor am I affiliated with Zend.

    Jeremy Shovan
    Jeremy Shovan Guest

  5. #4

    Default Re: distributing PHP for profit

    Hello,

    Doug D wrote:
    > Is there a way I can sell a PHP "module" without distributing the source
    > code? I haven't heard of one, but if you have an idea, please let me know.
    There are several encoders for some time that offer some level of
    protection.

    Meanwhile there is a real PHP compiler that generates shared libraries
    that completely replace the need for PHP runtime.

    [url]http://www.roadsend.com/[/url]


    --

    Regards,
    Manuel Lemos

    PHP Classes - Free ready to use OOP components written in PHP
    [url]http://www.phpclasses.org/[/url]

    PHP Reviews - Reviews of PHP books and other products
    [url]http://www.phpclasses.org/reviews/[/url]

    Metastorage - Data object relational mapping layer generator
    [url]http://www.meta-language.net/metastorage.html[/url]
    Manuel Lemos Guest

  6. #5

    Default Re: distributing PHP for profit

    On Thu, 13 May 2004 16:58:34 GMT
    Doug D <dougd99@XXXearthlinkXXX.net> wrote:
    >
    >
    > Is there a way I can sell a PHP "module" without distributing the source
    > code? I haven't heard of one, but if you have an idea, please let me know.
    >
    >
    > thanks,
    > -d
    >
    You could keep it running at your own server. You could also try obsfucating
    the code, but that wont do it in the long run.
    --
    Kamratligen,
    Davor


    My GPG-key can be found at
    [url]http://blupp.net/~davor/davor.key[/url]
    Davor Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139