Hi,
I have developed some rather nifty auction software, it's taken me ages and I want to distribute and sell it over the internet. I'm happy for people to download and install it themselves, but then I want to ensure that they pay me for using the software. What is the best way of doing this?

Is the best way to provide the software free, then provide a license key upon payment being recieved. If a license key isn't entered then the software shows a big 'THIS SOFTWARE IS NOT LICENSED' message across the users screen.

How can I implement this when all the code is totally viewable by the person who downloads it? I want to ensure they can't just hack the code and take out the 'THIS SOFTWARE IS NOT LICENSED' message.... is there any way to encrypt the Perl code (you can do this with PHP code)?

Your thoughts on this matter would be very much appreciated!

Thanks,
Tom


In reply to Registering and License Keys by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.