Re: Any help showing examples of database only web site w/mod_perl/my sql

1999-10-26 Thread Victor Zamouline
I would like to build a 100% DB contained web site. Meaning all users home directories, files etc.. exists within a database. Any examples or places to look would be greatly appreciated. I am working on a similar project, look at http://www.jazzvalley.com. I have about 5000 musicians in my

Re: Any help showing examples of database only web site w/mod_perl/my sql

1999-10-26 Thread James G Smith
Clifford Lang [EMAIL PROTECTED] wrote: I have a static site now where users can create new sites (user home directories) very easily, but the growth is going to kill me and my filesystem (to many subdirectories). I would like to build a 100% DB contained web site. Meaning all users home

Re: Any help showing examples of database only web site w/mod_perl/my sql

1999-10-26 Thread Jon J
That is what I did for our site. We have a members only section that allows them to have web access to some configurable pieces of their services. We store their encrypted account password as a column in the table that hold account info. When they try to access the protected area, the module