Computing.Net > Forums > Web Development > Members area Login - suggestions

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

Members area Login - suggestions

Reply to Message Icon

Name: Hexhector
Date: September 17, 2006 at 10:44:46 Pacific
OS: xp
CPU/Ram: Athlon XP
Product: myself
Comment:

Hi,
I have been designing a website with Frontpage 2002. As I have no knowledge of ASP.NET and other authentification processes I thought Id ask in here. Apologies if this is a dumb post but im going round in circles on google!
Basically, ive created a website (unhosted yet) but on the index page there is a form for members to login. (page was taken from a template disk) In the HTML code this form relates to a .CSV file. Where I persume I can create a list of usernames/passwords. But I dont know how to do this! (i have excel!..) I have researched Javascript but this appears to be unsecure. All i want it is either a program or when I can obtain a source code so that I can update a list of user names and password for the LogIn form to verify against each time a user logs in, gaining them access to the members area of my site. The registration process will consist of where a user selects at user/pass and I update the list accordingly. I will be publishing the site so would want the password list protected from the parent directory.

I hope this makes sense and you get an idea what I want. If anyone has the time and patience to guide me through (in laymans terms!) of how I would go about this, i would be very grateful.




Sponsored Link
Ads by Google

Response Number 1
Name: Michael J (by mjdamato)
Date: September 17, 2006 at 19:54:00 Pacific
Reply:

You need to do this with a server side scripting language. So, the language you choose will depend upon the type that your hosting company supports (if any). The most common would be PHP (PHP Script) or ASP (VBScript or JavaScript). Note that serverside javascript is not inherently insecure as client side javascript is.

The next question is how many members will you have. If it is too many then you will need to use a database instead of a csv file.

You say you have a template that utilizes a csv file, but that you only have Excel. Excel has the option to save to a csv (comma separated values) file.

Michael J


0
Reply to Message Icon

Related Posts

See More


Flash not stationary making a website searchab...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Members area Login - suggestions

PHP Double Login Problem www.computing.net/answers/webdevel/php-double-login-problem/3424.html

Wierd .. ? www.computing.net/answers/webdevel/wierd-/1481.html

form problem www.computing.net/answers/webdevel/form-problem/604.html