Web Hosting Talk







View Full Version : members area script


Thebeginner
01-13-2002, 04:42 AM
Hi
I would like to know which script (or how is it possible) to create a members area for a dating site, does someone have any ideas?

muppie
01-13-2002, 05:05 AM
try

www.hotscripts.com
www.sourceforge.net
www.freshmeat.net
www.cgi-resources.com

But most probably you'll end up having to write one yourself or hire someone else to make it for you.

Good luck!

astanley
01-13-2002, 12:48 PM
You don't really need a script. Several of our customers have just configured .htpass, and .htaccess files in the members directory, and we have helped them develop some web-applications for maintaining these files. Htaccess files are built-in Apache features used for setting directory specific attributes without having to have access to the httpd.conf, and are perfect for the problem you have. You can find lots of information on the web regarding the manipulation of these files, and if you still need help let me know.

-Adam

muppie
01-13-2002, 07:46 PM
Originally posted by astanley
You don't really need a script. Several of our customers have just configured .htpass, and .htaccess files in the members directory, and we have helped them develop some web-applications for maintaining these files.

Isn't that a script too? :) hehehe