So..
Moderator: Moderators
What a about a unique identifier key?
Let's say that the system is invite only - you send someone an email, and in that email is a url, with a query string key - that key is a unique key, which would never work again, obviously.
Something like (and I use PHP for this example:
index.php?action=download&key=WEGe0wj9yEY8XeZLeamtqKib3
This doesn't prevent the user from sharing it with his friends though - so maybe a license system is in order, if we decide to go that route.
Let's say that the system is invite only - you send someone an email, and in that email is a url, with a query string key - that key is a unique key, which would never work again, obviously.
Something like (and I use PHP for this example:
index.php?action=download&key=WEGe0wj9yEY8XeZLeamtqKib3
This doesn't prevent the user from sharing it with his friends though - so maybe a license system is in order, if we decide to go that route.
-
- Posts: 578
- Joined: 19 Aug 2004, 17:38
-
- Posts: 35
- Joined: 13 Mar 2005, 00:12