I've downloaded the PHP viewer for the website. I can't get it to display any stats, that page apears fine, just without stats.
I want stats for BL1 with the XRT if anyone can help.
this is my def.txt
and my config.inc
thanks
I want stats for BL1 with the XRT if anyone can help.
this is my def.txt
SEP=RACE
GROUP
IDENT=Blackwood GP Best Times
FILE=BL.txt
CARSEL='XR GT TURBO'
TRACKSEL='BL1'
FILTER=Tous les pilotes:%|Les FRH:FRH%
DEFAULTFILTER=2
END GROUP
and my config.inc
<?php
$STR_POS="Position";
$STR_DATEPB="Date";
$STR_PILOT="Driver";
$STR_SPLIT1="Split 1";
$STR_SPLIT2="Split 2";
$STR_SPLIT3="Split 3";
$STR_BYCAR="Par voiture";
$STR_SCRATCH="Scratch";
$STR_TOT="Full Lap";
$STR_POINTS="Points";
$STR_RET="Return";
$STR_SUM="Sommaire";
$STR_LIBRESULT= "Résultats disponibles";
$path_pb = "http://necmedia/lfs/lapper/lapperview/";
?>
thanks