Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.

Le deal à ne pas rater :
Cartes Pokémon 151 : où trouver le coffret Collection Alakazam-ex ?
Voir le deal

Vous n'êtes pas connecté. Connectez-vous ou enregistrez-vous

boxscore

4 participants

Aller en bas  Message [Page 1 sur 1]

1boxscore Empty boxscore Dim 22 Déc - 22:01

Carl Morin

Carl Morin
Admin

Bon 2 choses

1- Jai essayé dinstaller le simulateur et jai pas été cappable parce que ca me disait que le serial etait pas le bon, qqun se rappel quelle était la version a utiliser et à ça en sa possesion? Parce faudrait pas se retrouver que lordi a polo plante pis qui soit le seul a avoir...

2- Jai vu sur le site a lemad hier quil y avait les fichiers pour faire le boxscore probablement comme cétait avant avec les colds streak et hot streak ca vaudrait tu la peine de gosser avec ca? Je testerais ben si javais le simulateur qui marche sur mon ordi

https://ligueduvieuxpoil.forumactif.com

2boxscore Empty Re: boxscore Dim 22 Déc - 22:18

Pepe Lemieux

Pepe Lemieux
Admin

Polo est au saguenay donc y pourra pas t envoyer ca avant un boutte

3boxscore Empty Re: boxscore Dim 22 Déc - 22:57

Lambert Closse

Lambert Closse
Admin

moi j'étais un fan de l'option
mais si c'est long et compliqué
c'est à toi de voir

4boxscore Empty Re: boxscore Lun 23 Déc - 0:59

Invité


Invité

Oui ca serait pas pire ca les hot/cold streak!

Faudrait aussi retrouver les 5 dernières saisons qui sont pu nul part

5boxscore Empty Re: boxscore Ven 27 Déc - 15:34

PoLo

PoLo
Admin

Syko a écrit:Oui ca serait pas pire ca les hot/cold streak!

Faudrait aussi retrouver les 5 dernières saisons qui sont pu nul part
c a jour de ce coté la !!!
tout comme la page series qui est prete pour les series
yaurais juste les stats en carriere kon a pas ... on a les fichier scoring mais pas le logiciel pour coonvertir

6boxscore Empty Re: boxscore Ven 27 Déc - 15:35

PoLo

PoLo
Admin

concernant le boxscore jsais pas lol

7boxscore Empty Re: boxscore Ven 27 Déc - 16:39

Carl Morin

Carl Morin
Admin

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 seasonMETTRE 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/coldCOMMENT 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/coldNOMBRE 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|


|;

https://ligueduvieuxpoil.forumactif.com

8boxscore Empty Re: boxscore Ven 27 Déc - 17:27

PoLo

PoLo
Admin

c bin beau mais moi dans le site .. els image  sont dans le dossier 00-01
ce qui veux dire 00-01/pics en realité

9boxscore Empty Re: boxscore Ven 27 Déc - 18:31

Carl Morin

Carl Morin
Admin

oin en autant que tu mette le chemin d'acces pour sy rendre en conséquence, ou bien met le contenu images/boxscore(qui est inclus dans le pack) direct dans le répertoire de base du serveur(aux meme endroit que les saisons elles-meme) comme ça images/boxscore écrit tel quel ca va rester bon comme lien

ca serait mieux de mettre les images qui vient de ce pack la en fait jpense qui a le stock pour faire les tableaux pis toute d'inclus

https://ligueduvieuxpoil.forumactif.com

10boxscore Empty Re: boxscore Ven 27 Déc - 19:28

PoLo

PoLo
Admin

trop de bug !!

11boxscore Empty Re: boxscore Ven 27 Déc - 20:18

Carl Morin

Carl Morin
Admin

a oin ?

https://ligueduvieuxpoil.forumactif.com

Contenu sponsorisé



Revenir en haut  Message [Page 1 sur 1]

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum