PSX5Central
Non Gaming Discussions => Off-Topic => Topic started 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
-
Basic javascript. I hate that stuff. You can either Google it or a talented fruitcake here will reply.
-
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
-
just use server side password.... where is it hosted?
-
in a personal FTP webpage space of my ISP (Telefonica). I will just use that script provided by nO-One. Thanx.
-
is it just for show? or do you really want to password protect it?
-
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.