idea is. If you have any opinions please tell me. I'm shure there are som major flaws in there:
The idea is to create a small plugin for the IDE tool menu, called 'Protect'. When a user buys a licence via
PayPal:
1 - I load the source, open 'Tools/Protect' which asks for theusers name/email address.
2 - The protector swaps REM'ed tags in the source for code that protects the app (using the name/email details).
3 - It then creates a unique download page for the program and a unique distribution folder for it and compiles
the program into it.
4 - The protector then opens Outlook and fills in the details with the download link and a password and mails
them to the user.
5 - Finally, I grab all generated downloadpages and folders and upload them to the site.
The idea behind REM'ed tags is for simplicity. That way I could simply add, say 100 tags to the program to
avoid clutter and to stop the protection from interfering during coding.
I'm not shure what the protection code should do yet, but it could either add a username/password to the
program to allow the buyer to unlock it, or it could simply add the users name / email to the program in a
'registered to:' somewhere and make shure it isn't altered.
Well, there you are. Rip it apart.



