PSX5Central

Non Gaming Discussions => Off-Topic => Topic started by: Seed_Of_Evil on October 29, 2004, 11:02:33 AM

Title: How to insert a password.............
Post by: Seed_Of_Evil on October 29, 2004, 11:02:33 AM
Hey guys, how r u? I\'m very busy at university and just wished to ask you a question about a project I must accomplish for a subject. The matter is that i have to make a website that deals with a Trivia-like game. I\'ve thought to develop a simple website, plain with a series of questions in the following way: question1 appears on screen and a text field to insert the correct answer... if the answer is OK, once you click on ACCEPT, the following page (question2) will appear, till the last question give you access to the final master password = winner.

This game is thought to be carried out in classroom, in aprox 1 hour or so... The problem is that my web developer level is a bit low. I can make simple webpages, links, insert elements, etc... I use frontpage (ok, that\'s for newbies but enough for me)... I wonder if any guru out there could tell me how to implement the password module to include in the game.

If nobody replies, i\'m lost... any advice and help will be greatly received.

Thanx a lot.

MIke
Title: How to insert a password.............
Post by: THX on October 29, 2004, 11:55:57 AM
Basic javascript.  I hate that stuff.  You can either Google it or a talented fruitcake here will reply.
Title: How to insert a password.............
Post by: nO-One on October 29, 2004, 12:56:35 PM
here\'s a small script you can use. It\'s not a good password just a redirect script



just save this as index.htm and have the page you\'re trying to lock up index2.htm

of course this is easy to get pass but it\'s very easy to implement
Title: How to insert a password.............
Post by: Cyrus on November 04, 2004, 09:46:01 AM
just use server side password.... where is it hosted?
Title: How to insert a password.............
Post by: Seed_Of_Evil on November 05, 2004, 08:52:08 AM
in a personal FTP webpage space of my ISP (Telefonica). I will just use that script provided by nO-One. Thanx.
Title: How to insert a password.............
Post by: Cyrus on November 08, 2004, 01:24:28 PM
is it just for show? or do you really want to password protect it?
Title: How to insert a password.............
Post by: Seed_Of_Evil on November 12, 2004, 03:13:09 PM
Quote
Originally posted by Cyrus
is it just for show? or do you really want to password protect it?


just for show... used in a trivia quiz game as a mock-way to show how games can actually teach. thax a lot.