View Single Post
Old Oct 19th, 2005, 10:58 PM   #2
iignotus
Professional Programmer
 
iignotus's Avatar
 
Join Date: Apr 2005
Location: Nowhere Special
Posts: 466
Rep Power: 4 iignotus is on a distinguished road
Send a message via AIM to iignotus
You need a user database in something like MySQL or PostgreSQL that has information about purchases, payments, etc., and you need a server-side scripting language to interact with it -- PHP, Perl, Python, etc.

Once a user logs in, you use the SSSL to retreive data from the DB and propgate their account with HTML. Then you set up a secure connection with the SSSL, likely SSL, allowing for secure online purchases. The shopping cart is just a bit of work with the DB and scripting language.

My recommendations:
http://php.net/
http://dev.mysql.com/
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[ 
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;}
iignotus is offline   Reply With Quote