Results 1 to 3 of 3

Thread: The Most Complex Question Of All

  1. #1

    Thread Starter
    Hyperactive Member Q_Me's Avatar
    Join Date
    Dec 2001
    Posts
    327

    Question The Most Complex Question Of All

    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

  2. #2
    New Member
    Join Date
    Aug 2002
    Posts
    1
    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!

  3. #3
    Member
    Join Date
    Apr 2001
    Location
    Hamilton, ON, Canada
    Posts
    43
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width