PDA

Click to See Complete Forum and Search --> : The Most Complex Question Of All


Q_Me
Aug 5th, 2002, 09:18 AM
How can I do the fallowing:
(I’m trying to make a gaming league)

-Have a website that can have multiple users login and passwords created by the user.
-Each member can modify only their page/unit.
-And hide the code somehow. (Such as disabling the “View Source” option.
-Users can submit game scores without me modifying the site.

Please Help

Mohamz
Aug 6th, 2002, 07:21 AM
Hi,

well you will have to use JSP with a database or file behind it.
I can't go on the details because it's a whole project you are asking here! ;)

Ahriman
Aug 6th, 2002, 05:39 PM
Many people have already done the same thing. If you ask around you might find a program that fits your needs. I used to play MechWarrior 2 and our league website had the same things your talking about. Someone wrote a battle reporter and data base in C. It was a fairly large project, you won't be finishing a similar system over night.

You will have to plan this out very careully before you being. How about you give more information about this site of yours and maybe we can help you plan this out or atleast point you in the right direction.
- who is hosting it?
- what operating system is the server running on? (winNT/unix)
- what specific web server is being used? Does it support JSP?
- what information will the server need to keep track of? (members, passwords, rankings)
- what information will need to be submitted, edited and maintained by the users?
- what game/games?
- where are they played? (the zone, kali, gamespy)

There is no way to reliable disable source viewing of an html page. Normally, each unit is responsible for their own web page and the league posts the URLs.