Q&A: NEED HELP ON CREATING A LOGIN SCRIPT FOR A WEBSITE?

Question by :
need help on creating a login script for a website?
I need to create a script to login to a website using my username and password
the goal from this is to check of the website is working after login or giving a blank page
It doesn’t matter what language i will use, can you please advise ??
——————————————
Answer by Ryskorrel
You must decide if you want to store the username and password in mysql or a normal text file.
But here is an example without a stored username and password.









about 2 months ago
Only use the first posters code if you want your website open to hackers. That code will allow SQL Injection attacks.
about 2 months ago
Login Codes:
Website Access Manager – http://www.coffeecup.com/website-access-manager/
Depending on what you run:
How to: Create an ASP.NET Login Page – http://msdn.microsoft.com/en-us/library/ms178331.aspx
Creating Login Page – http://www.adesdesign.net/php/tutorials/dreamweaver/secure_login.php
Create login page – http://www.interaktonline.com/Documentation/MXCalendar/4243_createlogin.htm
PHP Login System with Admin Features: http://www.evolt.org/node/60384
$ _SESSION based login system ::Class::: http://bb.dzsoundnirvana.com/viewtopic.php?f=3&t=36
Or,: http://answers.yahoo.com/question/index?qid=20100413175316AASAuQc
PHP Login Script with Remember Me Feature: http://www.evolt.org/node/60265
How to Create a PHP AutoLogin (‘Remember Me’) Feature using Cookies: http://www.bitrepository.com/php-autologin.html
Making A Cool Login System With PHP, MySQL & jQuery: http://tutorialzine.com/2009/10/cool-login-system-php-jquery/
Ron