-
Notifications
You must be signed in to change notification settings - Fork 3
/
2014.09.php
247 lines (213 loc) · 7.91 KB
/
2014.09.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<?php
require_once 'slide.php';
$teams = array(
// Name => (number, number of members, flair)
// Available flairs: <small>, <blue>, <smallblue>
'Öset Luhring' => array(1, 7),
'Enar Åkered' => array(2, 8),
'Katlas kompisar' => array(3, 6),
'Sötgötarna' => array(4, 9),
'Ibsens kusiner' => array(5, 9),
'Så att säga' => array(6, 3, '<small>'),
'Webus express' => array(7, 7),
'1 till 2 till' => array(8, 9),
'RRL för Claes Elfsberg' => array(9, 6),
'Wargen' => array(10, 5, '<small>'),
'Psst!' => array(11, 7),
'Puh - Det mörka hotet' => array(12, 7),
'SK2:AIRR' => array(13, 8),
'Snorkråkorna & Elin' => array(14, 5, '<smallblue>'),
'Risk för dåligt väglag' => array(15, 9),
'Webus excess' => array(16, 5, '<small>'),
'Murphys lag' => array(17, 8),
'Blancos Barlast' => array(18, 3, '<small>'),
'Rattmuffarna' => array(42, 9)
);
$events = array(
// Rebusar
'R 1' => 'Rebus 1',
'R 2' => 'Rebus 2',
'R 3' => 'Rebus 3',
'R 4' => 'Rebus 4',
'R 5' => 'Rebus 5',
'R 6' => 'Rebus 6',
'R 7' => 'Rebus 7',
'R 8' => 'Rebus 8',
// Stjälp
'S 1' => 'Stjälp 1',
'S 2' => 'Stjälp 2',
'S 3' => 'Stjälp 3',
'S 4' => 'Stjälp 4',
'S 5' => 'Stjälp 5',
'S 6' => 'Stjälp 6',
'S 7' => 'Stjälp 7',
'S 8' => 'Stjälp 8',
'S 9' => 'Stjälp 9',
'S 10' => 'Stjälp 10',
'S 11' => 'Stjälp 11',
'S 12' => 'Stjälp 12',
'ÖppReb' => 'Öppnat stjälprebuskuvertet',
'ÖppPlk' => 'Öppnat stjälpplockkuvertet',
'StjPlk' => 'Stjälpplock',
// Heldagspyssel
'P BAJ' => 'Das Dass - ett skitpyssel',
'P ASS' => 'Associera mera',
'P MAT' => 'Matiga hen',
'P SPO' => 'The name of the game',
'P SUB' => 'Minken - en studie i undervattenshörförståelse',
// Förmiddagspyssel
'P VIP' => 'Viktiga personer',
'P MUS' => 'Musikkrysset',
// Lunchpyssel
'P FEM' => 'Finn fem fel!',
'P KRY' => 'En krydda i tillvaron!',
// Eftermiddagspyssel
'P BIO' => 'In das Lichtspiel',
'P BON' => 'Vi hade ju iallafall tur med vädret!',
'P PUP' => 'Name the pup',
// Stjälppyssel
'P POP' => 'Nu blir det andra bullor',
'P MAL' => 'Singlemaltkrysset',
'P BIL' => 'Bildrebusar',
'P ZOM' => 'Död eller levande?',
'P JAP' => 'Japaner, japaner, japaner',
'ÖppPyss' => 'Öppnat stjälppysselkuvert',
'Fläsk' => 'Fläskharen',
'Stil' => 'Stil och finess',
'Tid S' => 'Tidsprickar vid Start',
'Tid L' => 'Tidsprickar vid Lunch',
'Tid M' => 'Tidsprickar vid Mål',
'TP 1' => 'Tallriksplock 1',
'TP 2' => 'Tallriksplock 2',
'TP 3' => 'Tallriksplock 3',
'TP 4' => 'Tallriksplock 4',
'TP 5' => 'Tallriksplock 5',
'TP 6' => 'Tallriksplock 6',
'TP 7' => 'Tallriksplock 7',
'TP 8' => 'Tallriksplock 8',
'TP 9' => 'Tallrikstema',
'FP 1' => 'Fotoplock 1',
'FP 2' => 'Fotoplock 2',
'FP 3' => 'Fotoplock 3',
'FP 4' => 'Fotoplock 4',
'FP 5' => 'Fotoplock 5',
'FP 6' => 'Fotoplock 6',
'FP 7' => 'Fotoplock 7',
'FP 8' => 'Fotoplock 8'
);
$parts = array(
'*picture*Rebusrally 2014-09:trial-error.gif',
'*picture*Start:start.jpg',
'Etapp 1' => array('Tid S', 'R 1', 'P BAJ', 'TP 1', 'FP 1'),
'Etapp 2' => array('R 2', 'P ASS', 'TP 2', 'FP 2'),
'Totalt efter Etapp 2' => array('*sumcomp*', 'Etapp 1', 'Etapp 2'),
'Etapp 3' => array('R 3', 'P MAT', 'P SPO', 'TP 3', 'FP 3'),
'Totalt efter Etapp 3' => array('*sumcomp*', 'Totalt efter Etapp 2', 'Etapp 3'),
'Etapp 4' => array('R 4', 'P SUB', 'P VIP', 'P MUS', 'TP 4', 'FP 4', 'Tid L'),
'Totalt efter Etapp 4' => array('*sumcomp*', 'Totalt efter Etapp 3', 'Etapp 4'),
'Lunch' =>
array('*picture*Lunch:lunch.jpg',
'P FEM', 'P KRY',
'ÖppPlk', 'StjPlk',
array('*esum*', 'Stjälpplock totalt', 'StjPlk', 'ÖppPlk'),
'ÖppReb',
'S 1', 'S 2', 'S 3', 'S 4', 'S 5', 'S 6', 'S 7',
'S 8', 'S 9', 'S 10', 'S 11', 'S 12',
array('*esum*', 'Stjälprebusar totalt',
'ÖppReb',
'S 1', 'S 2', 'S 3', 'S 4', 'S 5',
'S 6', 'S 7', 'S 8', 'S 9', 'S 10', 'S 11', 'S 12')),
'Totalt efter Lunch' => array('*sumcomp*', 'Totalt efter Etapp 4', 'Lunch'),
'Etapp 5' => array('R 5', 'P BIO', 'P BON', 'TP 5', 'FP 5'),
'Totalt efter Etapp 5' => array('*sumcomp*', 'Totalt efter Lunch', 'Etapp 5'),
'Etapp 6' => array('R 6', 'P PUP', 'TP 6', 'FP 6'),
'Totalt efter Etapp 6' => array('*sumcomp*', 'Totalt efter Etapp 5', 'Etapp 6'),
'Etapp 7' => array('R 7', 'TP 7', 'FP 7'),
'Totalt efter Etapp 7' => array('*sumcomp*', 'Totalt efter Etapp 6', 'Etapp 7'),
'Stjälppyssel' => array('ÖppPyss', 'P POP', 'P MAL', 'P BIL', 'P ZOM', 'P JAP'),
'Totalt efter stjälppyssel' => array('*sumcomp*', 'Totalt efter Etapp 7', 'Stjälppyssel'),
'Etapp 8' => array('R 8', 'TP 8', 'TP 9', 'FP 8', 'Tid M'),
'Fläsk',
// Stilpris
'*picture*Minions:stil.jpg',
'*picture*Festkort:röstkort.jpg',
'*picture*Spel:spel.jpg',
'*picture*Snormuffins:snormuffins.jpg',
'*sorted*Stil',
// Plockpris
'Plock totalt' =>
array('*sum*',
'TP 1', 'TP 2', 'TP 3', 'TP 4', 'TP 5', 'TP 6', 'TP 7', 'TP 8',
'TP 9',
'FP 1', 'FP 2', 'FP 3', 'FP 4', 'FP 5', 'FP 6', 'FP 7', 'FP 8',
'ÖppPlk', 'StjPlk'),
// Pysselpriset
'Pyssel totalt' =>
array('*sum*',
'P BIO', 'P BAJ',
'P ASS', 'P BON', 'P MAT', 'P VIP',
'P PUP', 'P SPO', 'P FEM', 'P KRY',
'P MUS', 'P SUB',
'ÖppPyss', 'P POP', 'P MAL', 'P BIL', 'P ZOM', 'P JAP'),
// Rebuspriset
'Rebusar totalt' =>
array('*sum*',
'ÖppReb', 'S 1', 'S 2', 'S 3', 'S 4',
'S 5', 'S 6', 'S 7', 'S 8', 'S 9', 'S 10', 'S 11', 'S 12',
'R 1', 'R 2', 'R 3', 'R 4',
'R 5', 'R 6', 'R 7', 'R 8'),
// Förstapriset
// Ständiga tvåan
// Sura trean
// Mittenpriset
// Bästa småbil
// Blåbärspriset
// Bästa utländska lag
'Totalt' => array('*sum*', 'Totalt efter stjälppyssel', 'Etapp 8', 'Fläsk', 'Stil'),
'*picture*Magnus bil:back.jpg'
// Backpriset
);
$maxPoints =
array(
'P BIO' => 11,
'P BAJ' => 10,
'P ASS' => 12,
'P BON' => 10,
'P MAT' => 14,
'P VIP' => 10,
'P PUP' => 15,
'P SPO' => 15,
'P FEM' => 20,
'P KRY' => 20,
'P MUS' => 20,
'P SUB' => 13,
'P POP' => -20,
'P MAL' => -20,
'P BIL' => -24,
'P ZOM' => -22,
'P JAP' => -20
);
$info =
array(
'P FEM' => '<red>2 per fel',
'P KRY' => '<red>2 per fel',
'P POP' => '<red>-1 per rätt',
'P MAL' => '<red>-1 per rätt',
'P BIL' => '<red>-1 per rätt',
'P ZOM' => '<red>-1 per rätt poster, -1 per rätt titel',
'P JAP' => '<red>-5 per korrekt pyssel',
'P .*' => '1 per fel',
'ÖppReb' => '4 per medlem = <4p>',
'ÖppPlk' => '4 per medlem = <4p>',
'ÖppPyss' => '4 per medlem = <4p>',
'StjPlk' => '-10 per plock',
'Tid S' => '1 per minut',
'Tid L' => '1 per minut',
'Tid M' => '1 per minut, 2 efter 17:30',
'R [0-9]+' => '25 klippt hjälp, 5 klippt blå, 45 klippt nöd, felaktiga kontrollbokstäver 25',
'S [0-9]+' => '-10 korrekt motiverad lösning',
'FP [0-9]+' => '10 missat plock, 20 falskt plock',
'TP 9' => '-5 per korrekt tema',
'TP [0-9]+' => '5 missat plock, 10 falskt plock'
);
?>