VCOM seems to be the right tool.
But i have problems to get it working
I First start LFS DEDI X10.
When i start VCOM after that i allwys recieve message:
NO ANSWER FROM LFS and that LFS must run Insim.
Im running Insim with port 29999! I think the prob is my Configuration of VCOM.
I dont know how to setup the IPs and Ports for VCOM and LFS.
Thats how i configurated it.
I only filled in the IP of my Network Controller. Is this right ? Or what else should i fill in ? What ports do they mean ?
Before i was trying VCOM i run LFS Lapper and it worked fine.
Sorry for my bad english
Oh Ive forgoten, on the Server there is a Message: "Insim: first byte in packet does not mach size"
If it is possible to reach the homepage directory with a link (directory path, not a DNS name) from the server. Then you can set the output directory in the setup file. For example: output_directory=~/public_html/lfs/results;
Note that in the above example the public_html need not to be a true directory in your home directory and it can be a link into a directory in a different server. (e.g See 'map network drive' in Windows explorer)
EDIT: If not, there are programs which can send files automaticly e.g via ftp.
I have Vcom set on my server, and I have a program that automagically uploads stuff as soon as there's a change. So I created a mirror of the "Out" and "Pics" folder on my web hotel and as soon as something happens on the LFS server, the results ge uploaded.
Check out SCORE and the XR Challenge section. to see what I'm talking about. The auto uploader is called Fling and it's available on Download.com
X-Ter, your homepage looks very nice. I also would like to add such functions on mine.
Im asking me how you did manage it to link the data on your homepage server.
I mean that Vcom writes the race results to files, and each file gets a new name. So when i upload the files, and make a link to one after few races there are other files which must be linked because they are newer.
Hmm do you have a script for that ? Or are you making allways new links manually?
Yes.
The best lap output files are like sb_<track>.xml (e.g. sb_AS2.xml for Aston club). The number of tracks is quite limited (around 25 plus the reversed versions), so the index page shouldn't be so hard to make.
The race output is harder, because the number of races (and race outputs) can be almost infinite (limited basicly only by the file system). You could make a link to the directory whey they are located and user can click the file he/she wants to see.
I could make it that an index page (e.g list of files in XML) for the race outputs is updated. In the matching XSL file user could then define how the index page looks like. I just don't know how well you can import that to your homepgae if you have some monster css, shtml thing.
If you make the output index page in plain old HTML, everyone should be able to read it right? Just putting the race outputs in a dir doesn't work on my web hotel (I get a 403 failure). Don't know why actually... Security reasons?
403 Forbidden
The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.
Do you have permits for other people to read the directory?
HTML is little bad because it is both data and presentation, while XML is only data. If I make it HTML I would also need to decide how it should look (w/o css). (e.g should i use table, list or what to show the links)
Yes an no. You can usually just point a directory (w/o an index file), but the server returns you a html file which lists the files in the directory. (if there is an index file, you get it instead)