PDA

View Full Version : Online Registration, No datatbase or PHP needed


Proent
08-14-2007, 10:41 PM
Ok, this is my first offering. it's an online registration that keeps track or serials and number of installations. It's a solution i came up with in a hurry and i am not good with MYSQL. It creates a text file on your server and keeps count of the numbers of installs. I combined Bruces 30 day trial code with this (That post is here http://www.indigorose.com/forums/sho...ghlight=expire) giving them 30 days to register. It also sends you a detailled email with the users information. I realize this is not super "secure" from hackers, but what is anymore?? I tried to include all the files needed, i'm very new to all of this, hope someone finds it useful. Since i am a newbie any feedback would appreciated.

CrazyFrog
08-15-2007, 02:13 AM
Very nice , I really had need of this thing ,thanks :yes

Desolator
08-15-2007, 02:16 AM
I'm working on a real product activation framework based on SauthSQL, that uses MySQL & PHP, but I'll make sure it can be used in any language and I'll try to convert to other DBs and server-side languages.