PHP Script Licensing Questions. Looking for solutions..

Discussion in 'Programming' started by screamfine, Sep 17, 2007.

  1. #1
    Hi all,

    I have just finished making a little php script that I would like to sell now. Well, but I don't want the clients to buy 1 license and then copy it over and over again on multiple domains. Also, I don't them to share the script on warez forums or related...

    So how can I make my script "secure" (maybe hide the source code) but still be able to handle lots of scripts / clients and easy updating the scripts ???

    What are the best solutions out there for this purpose ?

    Thanks for your help! :)
     
    screamfine, Sep 17, 2007 IP
  2. vagrant

    vagrant Peon

    Messages:
    2,284
    Likes Received:
    181
    Best Answers:
    0
    Trophy Points:
    0
    #2
    vagrant, Sep 17, 2007 IP
  3. buldozerceto

    buldozerceto Active Member

    Messages:
    1,137
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    88
    #3
    Encrypt it with Ioncube or zend guard
     
    buldozerceto, Sep 17, 2007 IP
  4. wvccboy

    wvccboy Notable Member

    Messages:
    2,632
    Likes Received:
    81
    Best Answers:
    1
    Trophy Points:
    250
    #4
    ionCube is the best way to go.

    We use it for our scripts and it's amazing. Then use a licensing system for the script. Iono or PHPAudit are very good.

    PHPaudit package with ionCube is probably the most secure way to go.
     
    wvccboy, Sep 19, 2007 IP
  5. jules60

    jules60 Active Member

    Messages:
    395
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
  6. nQQb

    nQQb Active Member

    Messages:
    332
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #6
    Please see ProtectScripts.com for a possible solution for licensing. There's a live demo and free trial offer for testing it out.
     
    nQQb, Jul 25, 2008 IP
  7. karungandhi

    karungandhi Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    When you get the license then you ask this code is using for witch domain please give me the domain name and implement the domain name in your script and encrypt the script then you provide to customer

    thanking you

     
    karungandhi, Dec 7, 2011 IP
  8. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #8
    And if possible have the script show the name of the site to the user. Generate the text using small pieces of string out of order. Create some of the characters using chr($ascii). Anything you can do to make the encrypted code harder to break. (It's embarrassing to see a little "Written exclusively for abc.com" tag at the bottom of xyz.com's site. For xyz.com, that is. It's also good evidence in the copyright infringement suit.)
     
    Rukbat, Dec 10, 2011 IP
  9. Deltahost

    Deltahost Well-Known Member

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    108
    #9
    Make your script check IP/URL and encode it by Zend, Ioncube.
     
    Deltahost, Dec 10, 2011 IP