TheTree
04-01-2003, 06:47 PM
Hi all!!
.....long time, no visit!!
First of all-----to the Moderators of this site:
I have been using the "Search" feature for, like, 2 1/2 hours, to find the answer to my question-----but, to no avail-----so I apologize if it is here, somewhere, and I just wasn't using the right terminology, when searching. Secondly, I don't know that I'm posting this in the right place------my question has several "elements"-------so, wasn't sure where to put it------again, if I goofed I apologize------and, will find this, wherever you need to move it to!!!
Thanks!!
Now......
Members/Visitors------here is my question:
I have developed------well, it's not quite finished yet-----a game that I would like my sister and me to be able to play, over the Internet.......
it's written in JavaScript......
I would be using my home computer as the server (PWS).......
I got the idea that I needed an applet(?), possibly, to use:
<param name=ServerPort value=>
If I don't need to use an applet, what do I use (what's the coding/language/whatever); where do I insert it------and, how do I determine my server port #??? I've seen where people have said they tried this port------and that port......
I even saw where somebody posted a code that performs a loop, and gives you all the values......
didn't work for me------I know I'm not doing it right, though.....
Also......
I'm trying to password protect the page------having an opening page where one would type-in (submit) a username and password------have already coded it correctly-------it works and everything-------the only problem, is that it doesn't check t'see verify the password------it takes you directly to the game, even if you leave the fields blank!!! I know this is a big damn "Duh"------but I haven't been able to figure-out how to get it to "verify"!!!
(The reason why I want it protected, is so that our game/the URL can't be found in a search engine.......
it is my understanding that this can occur------even if the
<!DOCTYPE HTML PUBLIC...... " ">
is NOT used!!!
Anyway------sorry this is so long------any help you can provide, is greatly appreciated!!!
THANKYOU, in advance!!
TheTree
.....long time, no visit!!
First of all-----to the Moderators of this site:
I have been using the "Search" feature for, like, 2 1/2 hours, to find the answer to my question-----but, to no avail-----so I apologize if it is here, somewhere, and I just wasn't using the right terminology, when searching. Secondly, I don't know that I'm posting this in the right place------my question has several "elements"-------so, wasn't sure where to put it------again, if I goofed I apologize------and, will find this, wherever you need to move it to!!!
Thanks!!
Now......
Members/Visitors------here is my question:
I have developed------well, it's not quite finished yet-----a game that I would like my sister and me to be able to play, over the Internet.......
it's written in JavaScript......
I would be using my home computer as the server (PWS).......
I got the idea that I needed an applet(?), possibly, to use:
<param name=ServerPort value=>
If I don't need to use an applet, what do I use (what's the coding/language/whatever); where do I insert it------and, how do I determine my server port #??? I've seen where people have said they tried this port------and that port......
I even saw where somebody posted a code that performs a loop, and gives you all the values......
didn't work for me------I know I'm not doing it right, though.....
Also......
I'm trying to password protect the page------having an opening page where one would type-in (submit) a username and password------have already coded it correctly-------it works and everything-------the only problem, is that it doesn't check t'see verify the password------it takes you directly to the game, even if you leave the fields blank!!! I know this is a big damn "Duh"------but I haven't been able to figure-out how to get it to "verify"!!!
(The reason why I want it protected, is so that our game/the URL can't be found in a search engine.......
it is my understanding that this can occur------even if the
<!DOCTYPE HTML PUBLIC...... " ">
is NOT used!!!
Anyway------sorry this is so long------any help you can provide, is greatly appreciated!!!
THANKYOU, in advance!!
TheTree