Web player list without FSNavigators?

Started by WWW394, February 05, 2007, 12:32:25 AM

Previous topic - Next topic

WWW394

Russell,
I am trying to create a FSHost Quick View for my VA Home page, but I do not want it to display fsnav or other non FS a/c players... Is there a way to do that?

You can see it @ JanetVA

Abyss

ummmmm...."oops"...server error bud...may want to try and fix it?

Russell Gilbert

Quote from: HVA394 on February 05, 2007, 12:32:25 AM
I am trying to create a FSHost Quick View for my VA Home page, But I do not want it to display fsnav or other none FS a/c players... Is there a way to do that?

Yep, here's how...  Take a look at the file "RemoteAccessPublic.html", in the main FSHhost directory.  That's the file that's used for your public page, and it lists the players, flight plans, etc.

Find the lines:

^^begin_player_list^^
...
^^end_player_list^^


And replace them with:

^^begin_player_names_list^^
...
^^end_player_names_list^^


By using these variables, the list will only include real players, not FSNavigators.

You can then save the file as something like "User1.html" (must begin with the word "user") and that page will then show the modified player list.

More information about the variables that can be used in HTML files is in this section of the Help page.

Russell

WWW394

Quote from: Abyss on February 06, 2007, 10:58:33 AM
ummmmm...."oops"...server error bud...may want to try and fix it?

I fixed it. We switched domains, sorry bought that :)

Abyss

:D hehe your one of the very few people who could pick up muh little hint :P:P lol...nice site btw

WWW394