|
-
Aug 5th, 2002, 10:50 AM
#1
Thread Starter
Hyperactive Member
A Complex Question
I posted this in "Java" forum.
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 profile.
-Multiple Admins for each unit.
-And hide the code somehow. (Such as disabling the “View Source” option.
-Users can submit game scores without me modifying the site. And the other person that was in the game and lost confirms the scoring.
Please Help
P.S. Where is some FREE PHP editors?
-
Aug 5th, 2002, 01:21 PM
#2
Fanatic Member
Finding a script that does exactly what you want (considerign what you want is very specific) will be hard to find. You will more than likely have to program it yourself or hire someone to program it.
You could post a Project Request in the Project Request forum and see if you can get a group to help you write it or someone to do it for you for something else in return (not necessarily money).
It is impossible to hide a page's source. Think about it. If the browser has to have it to parse it, then how can you keep it away from the user?
As for editors, read this: http://www.vbforums.com/showthread.p...hreadid=182027
-
Aug 5th, 2002, 07:36 PM
#3
Lively Member
Hello Q_me your propasal is not all that diffucult. It would require a couple of things though:
-A web server (duh)
-Database support of some kind
-Knowledge of a online language
*php
*asp
*jsp
How I decide what language to use depends on what db is available. php for mysql. asp for M$ products and havent played with jsp a whole lot.
As far as the encryption goes I think what you are refering to is the actual code that would process your users request. If so then you dont have to worry about that. If you every go to a page written with php or asp you never actually see the code that is doing all the work. All you see is the html that is generated by that code.
If you have more specific questions please ask here or you could e-mail me [email protected].
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|