PDA

View Full Version : This Script


david_m
July 19th, 2006, 10:11 PM
Hey, I was wondering how hard it would be to make a script like this:

You go to a page that has a form and it is like this:

Email:
Name:
Username:
Password:
Confirm Password:

Then when you click "Submit" their username and password get put into a file called password.txt and their email and name get put into another file called personal.txt and both of them folders are in cgi-bin directory.

Then an email is sent to you with all the details that were entered in the form just to confirm everything and a link to the members area.

In the membersarea directory there is a htaccess file and when you click on the link in the email to go to the members area a popop jumps out saying username and password and the user name and password are confirmed from the password.txt file.

Anybody? I dont think it would be hard compared to some other scripts?

Buzz
July 19th, 2006, 10:19 PM
You might simply check sites like www.hotscripts.com to find a prepackages log in system that fits your needs.

degsy
July 20th, 2006, 10:23 AM
You may want to look into a PHP version if you want to write it.
It shouldn't be that hard as it is certainly easy enough to write a formmail script.

You can also utilitse .htaccess with PHP.

You don't even have to use .htaccess. You can use a database.

http://www.zend.com/zend/tut/authentication.php