Jump to content

Recommended Posts

Posted

I'm trying to protect my program so that it would not be reproduced so i made a log in form and i want that every account is only limited to 1 pc or user. can anyone help me? plssss

Posted

Most ways to accomplish this include communicating with a server and connect something relatively unique (like an encoded hardware ID) to a license key. Then your script would challenge a server with that key and get a response back that says whether authorization was successful. Make sure the communication with your authentication server is encrypted securely. Of course this is relatively easy to circumvent if someone really wants, but it's a start.

Roses are FF0000, violets are 0000FF... All my base are belong to you.

Posted

Signature - my forum contributions:

  Reveal hidden contents

 

Posted

The subject "How can I protect my script" has been discussed many, many times on this forum. You will find a lot of posts, most of them telling you that you can't protect a script 100%.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 3/2/2015 at 12:58 PM, Bert said:

... this has been asked HUNDREDS of times.

Ops, that's much more than many, many times ;)

My UDFs and Tutorials:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...