Tiens Polo dans le fond de tout les fichiers du nouveau plugin boxscore, il y aurait juste le fichier config.pm à éditer et voici son contenu.... je t'ai mis en bleu ce qu'il y doit être changé et en rouge cé moi qui ai rajouté des explications au cas,
pour les 3 derniers qui concernent les images si tu fais juste mettre le dossier qui s'appel images/boxscore(compris dans le pack) dans le répertoire images qui existe probablement déja sur ton serveur ça devrait etre ok mais attention il faut le mettre avec le nom boxscore(sans ajouter images/boxscore seulement boxscore/) direct sinon ca devrait s'apeller images/images/boxscore
########################################################
#
# Boxscore for FHL
# v 1.77
# Based on version 1.7 of Dominik Lavoie
#
# January 15, 2006 - Alexandre Dumont
#
# Email:
alexdumont@lchv.biz#
# The following files generated by the FHL program are needed to run this script
# ???Leaders.html
# ???Standings.html
# ???Schedule.html
# ???TeamScoring.html
# all the boxscores
########################################################
package BoxFile::Config;
# Sets the prefix of your league, this is used to retrieve the league files. This is the prefix that is contained
# in the FHL HTML files. IF you get a file not found error, it's probably this or your InDirectory is not set up
# properly. THIS IS CASE SENSITIVE.
$Boxscore::Config::LeaguePrefix = '
LCHV4PLF';
#1 = modern, 2 = classic, 3 = USA, 4 = Swedish
$Boxscore::Config::SystemPoint=1;
#1 for playoff, 0 for season
METTRE 1 POUR PLAYOFF ET 0 POUR SAISON, EN PLAYOFF DEVRA CHANGER LE TITRE DE LA LIGUE ET LES NOMS DE FICHIERS EN CONSEQUENCE$Boxscore::Config::PlayoffMode=
1;
#If you want to separate OTW from Win, put 1, else 0
$Boxscore::Config::OTW=1;
#If you want to separate OTL from Loss, put 1, else 0
$Boxscore::Config::OTL=1;
# Sets the directory in which the generated reports are stored (\ at the end please)
# note that you need to double the \
# example: $Boxscore::Config::TransferDirectory = "
C:\\Program Files\\Fantasy Hockey League\\transfer\\";
$Boxscore::Config::TransferDirectory = "
D:\\FHL\\FHLSim\\FHL91\\TRANSFER\\";
# Set the directory in which the box score reports are stored
$Boxscore::Config::BoxScoreDirectory = "
D:\\FHL\\FHLSim\\FHL91\\TRANSFER\\";
# Please specify which file you are using for your teamscoring page
$Boxscore::Config::TeamScoring = "
LCHV4PLFTeamScoring.html";
# Please specify which file you are using for your roster page
$Boxscore::Config::Rosters = "
LCHV4PLFRosters.html";
# Please specify the image location on the server
$Boxscore::Config::IMAGEPATHONSERVER = "
images/boxscore/";
# Logo found on the TodayGames.html page 25 x 25
$Boxscore::Config::LOGO25PX = "
images/boxscore/";
# Logo found on the Matchup??.html page 38 x 38
$Boxscore::Config::LOGO38PX = "
images/boxscore/matchuppagelogo/";
# For most of you this should be html
$Boxscore::Config::FileExt = ".html";
############################## TodayGames options ##############################
#Number of Days for matchup
$Boxscore::Config::NextGameMatchup = 2;
#Number of days for next game (not less than NextGameMatchup)
$Boxscore::Config::NextGame = 3;
#Number of days to show boxscores
$Boxscore::Config::BoxscoreDays = 1;
################################ Matchup options ###############################
#number of team's next games to show
$Boxscore::Config::TeamsNextGame=3;
#number of team's last games to show
$Boxscore::Config::LastGames=5;
#Injured and suspended players
#Suspension 0 = no display, 1 = suspended players, 2 = suspended + HO players
$Boxscore::Config::Suspension=1;
#injured 0 = no display, 1 = injured players (DD, 1W,...), 2 = every player not at 100%.
$Boxscore::Config::Injury=2;
################## Hot & cold streak section ##################
#number of days to consider in the hot/cold
COMMENT DE JOUR DURE LA STREAK$Boxscore::Config::HotColdDays = 4;
#max number of players league wide to consider hot and cold
COMBIEN DE JOUEURS AU TRAVERS LA LIGUE SONT DANS UNE STREAK$Boxscore::Config::NbHotCold =50;
#max number of players for each team to display hot and cold
NOMBRE MAXIMUM PAR EQUIPE$Boxscore::Config::NbHotColdTeam = 3;
#minimum number of games played to be considered in hot/cold
NOMBRE MINIMUM$Boxscore::Config::MinGameHotCold = 2;
######### Factors for calculation of Hot/cold #########
# Multiplicator for goalies
$Boxscore::Config::MultiWinPCT = 5;
$Boxscore::Config::MultiSavePCT = 5;
$Boxscore::Config::MultiShutout = 10;
# Average save percentage for a goalie in your league
$Boxscore::Config::AverageSavePCT = 0.890;
#multiplicators for forwards and defensemen
$Boxscore::Config::MultiPoints = 10;
$Boxscore::Config::MultiHits = 1;
$Boxscore::Config::MultiPlusMinus = 2;
#Records against group of teams. if 20 teams and 4 groups, you will have records vs team 1-5, 6-10, 11-15,16-20
$Boxscore::Config::Group = 4;
##
# team names must be in capital letters.
# abreviation are case sensitive, use the same as FHL.
##
%Boxscore::Config::abrev2 = (
"ANAHEIM" => "ANA",
"ATLANTA" => "ATL",
"COLORADO" => "COL",
"BOSTON" => "BOS",
"BUFFALO" => "BUF",
"COLUMBUS" => "CLB",
"CALGARY" => "CGY",
"CAROLINE" => "CAR",
"CHICAGO" => "CHI",
"DALLAS" => "DAL",
"DETROIT" => "DET",
"EDMONTON" => "EDM",
"FLORIDE" => "FLO",
"LOSANGELES" => "LA",
"MINNESOTA" => "MIN",
"MONTREAL" => "MTL",
"NASHVILLE" => "NSH",
"NEWJERSEY" => "NJ",
"ISLANDERS" => "NYI",
"NYRANGERS" => "NYR",
"OTTAWA" => "OTT",
"PHILLY" => "PHI",
"PHOENIX" => "PHO",
"PITTSBURGH" => "PIT",
"SANJOSE" => "SJ",
"ST.LOUIS" => "STL",
"TAMPABAY" => "TB",
"TORONTO" => "TOR",
"VANCOUVER" => "VAN",
"WASHINGTON" => "WSH"
);
###
###################
# HEADER OF FILE #
###################
# Sets the HTML header of the outputted files. Use this if you want to set the background, or add your league logo.
# No need to put
$title since it's already in the Data.pm script
$Boxscore::Config::HTMLHeader = qq|
|;
###################
# BOTTOM OF FILE #
###################
# Sets the HTML footer of the outputted files. Use this if you want to modify the bottom of your html pages
# Make sure that you at least have tag at your will.
$Boxscore::Config::HTMLFooter = qq|