Illegal distribution of scripts...

Discussion in 'Legal Issues' started by Alvin, Jun 11, 2006.

  1. #1
    Hello friends,

    I am planning to develop few scripts. Can you please give me ideas how I can i prevent illegal distribution of my scripts....?

    I know Zend is one solution (DARN this s**t is expensive $990)

    Any other ideas please...
     
    Alvin, Jun 11, 2006 IP
  2. SNap3

    SNap3 Peon

    Messages:
    974
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #2
    copyright them?
     
    SNap3, Jun 11, 2006 IP
  3. Alvin

    Alvin Notable Member

    Messages:
    2,076
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    210
    #3
    what are the procedures to get a script copyright? Who do I approch to?
     
    Alvin, Jun 11, 2006 IP
  4. wormy

    wormy Active Member

    Messages:
    1,112
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    80
    #4
    Copyrighting will only protect you from those who openly and brazenly reverse engineer your scripts. The warez groups can do you more harm though so encryption and zending and obscufication would be the way to go in my opinion.
     
    wormy, Jun 14, 2006 IP
  5. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #5
    mcfox, Jun 14, 2006 IP
  6. Nick_Mayhem

    Nick_Mayhem Notable Member

    Messages:
    3,486
    Likes Received:
    338
    Best Answers:
    0
    Trophy Points:
    290
    #6
    phplockit is the cheapest solution and you can lock the script to run on specific domain or IP. Hope this will help you to get started.
     
    Nick_Mayhem, Jun 14, 2006 IP
  7. Selkirk

    Selkirk Peon

    Messages:
    93
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Your approach depends on the type of script and your market.
     
    Selkirk, Jun 14, 2006 IP
  8. clancey

    clancey Peon

    Messages:
    1,099
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #8
    To be honest, I think that if you are truly concerned about people ripping off your scripts and you are building a business around selling them, then choose the best method irrespective of the cost.

    It is simply a cost of doing business.

    For my own part, I have chosen to go open source with most scripts that I write and closed source with programs that I write in C/C++. If I wanted to make money from them, I would probably go with a subcription model for some aspect of the project.

    For instance, I maintain an antispam project for Mercury32 mail servers. I have open sourced the code. But, I could switch the spam rule updates to a subscription service.

    Also, for closed source commercial projects, I would seriously consider coding in a compiled language instead of a scripted language. And, I would look into IP based licensing, whereby the program will not work at an IP address which is not associated with the license. It phones home periodically to confirm its status.
     
    clancey, Jun 14, 2006 IP