C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\gridtip\gridtip_2025\rules.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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<html>
<head>
<title>GRID TIP Rules</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<!-- Piwik -->
<script type="text/javascript">
  var _paq = _paq || [];
  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u="//mamnaslim.dsmynas.net/piwik/";
    _paq.push(['setTrackerUrl', u+'piwik.php']);
    _paq.push(['setSiteId', '1']);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  })();
</script>
<!-- End Piwik Code -->

<style type="text/css">

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 40px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  overflow: auto;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
  text-decoration: none;
}
.menu__home {
  position: fixed;
  top: 7px;
  right: 17px;
}

</style>

</head>

<body bgcolor="#FFFFFF" text="#000000" link='#000000' alink='#000000' vlink='#000000'>

<link href="shoutbox/style.css" rel="stylesheet" type="text/css" />

<div class="hamburger-menu">
    <input id="menu__toggle" type="checkbox" />
    <label class="menu__btn" for="menu__toggle">
      <span></span>
    </label>

   <ul class="menu__box">
          <li><h1>&nbsp;&nbsp;GRID TIP</h></li>

            <li><a class="menu__item" href="login.php" target="mainFrame">Login</a></li>
            <li><a class="menu__item" href="tipsresults.php" target="mainFrame">Tips & Results</a></li>
            <li><a class="menu__item" href="schedule.php" target="mainFrame">Schedule</a></li>
            <li><a class="menu__item" href="rules.php" target="mainFrame">Rules</a></li>
            <li><a class="menu__item" href="members.php" target="mainFrame">Members List</a></li>
            <li><a class="menu__item" href="halloffame.php" target="mainFrame">Hall of Fame</a></li>
            <li><a class="menu__item" href="statistics.php" target="mainFrame">Statistics</a></li>
            <li><a class="menu__item" href="archive.php" target="mainFrame">Archive</a></li>
            <li><a class="menu__item" href="../gridtip_2024/" target="_blank">Last Season</a></li>
            <li><a class="menu__item" href="https://median.co/share/molnwl#apk" target="_blank">App</a></li>
            <li><a class="menu__item" href="admin/admin.html" target="mainFrame">Admin</a></li>
            <li><a class="menu__item" href="impressum_en.php" target="mainFrame">Legal Notice</a></li>
    </ul>

<div class="menu__home">
    <a href="gridtip.php" target="mainFrame"><img src="images/home.png" width="32" height="28"></a>
</div>

</div>

<table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
      <td align="left" width="33%"><font face="Arial, Helvetica, sans-serif" size="3">&nbsp;</font></td>
      <td align="center" width="33%"><font face="Arial, Helvetica, sans-serif" size="3"><a href="rules.php" target="mainFrame">english</a>
      | <a href="regeln.php" target="mainFrame">deutsch</a>
      </font></td>
      <td align="right" width="33%"><font face="Arial, Helvetica, sans-serif" size="3">&nbsp;</font></td>
  </tr>
</table>
<br><br>
<table width="80%" border="0" align="center">
  <tr>
    <td align="center"><font face="Arial, Helvetica, sans-serif" size="6"><b>Rules</b></font></td>
  </tr>
  <tr><td div align="center">
    <audio controls>
    <source src="media\GRIDTIP_Rules.mp3" type="audio/mpeg">
    <font face="Arial, Helvetica, sans-serif" size="2"><i>Your browser does not support playing the audio element!</i></font>
    </audio>
  </td></tr>
  <tr>
    <td><font face="Arial, Helvetica, sans-serif" size="5"><br>
      <b>The GRID TIP betting system:</b><br></font>
      <font face="Arial, Helvetica, sans-serif" size="4">
      <UL type="disc">
        <LI> You bet on:<br>
          <UL type="circle">
            <LI> the top 3 drivers (1, 2, 3): the first 3 positions in Qualifying 
            (Q), Race (R), Sprint Qualifying (SQ) and Sprint (S)        
            <LI> the Fastest Lap (FL): the driver with the fastest lap during the Race and the Srpint (bonus bet)<br>
              <UL>
                To bet on the Fastest Lap is NOT mandatory but a voluntary option 
                (it makes sense, though, considering that there will be no penalty in 
                case of betting in the wrong!).<br>
              </UL>
            <LI> the First Out (FO): the driver who is first to be out or retired during the Race and the Sprint<br>
              <UL>
                To bet on the first out is NOT mandatory but a voluntary option 
                (it makes sense, though, considering that there will be no penalty in 
                case of betting in the wrong!).<br>
              </UL>
        <LI> the Best Catch-up (BC): the driver who manages to gain the most positions during the Race and the Sprint compared to his position in the starting grid<br>
              <UL>
                To bet on the best catch-up is NOT mandatory but a voluntary option 
                (it makes sense, though, considering that there will be no penalty in 
                case of betting in the wrong!).<br>
              </UL>
        <LI> the Best Team result (BT): the team who manages to gain the most points in the Race and the Sprint<br>
              <UL>
                To bet on the best team is NOT mandatory but a voluntary option 
                (it makes sense, though, considering that there will be no penalty in 
                case of betting in the wrong!).<br>
              </UL>
            <LI> the Safety Car (SC): deployment of the safety car during the Race and the Sprint (risky bet)
             - including Virtual Safety Car (VSC) or Red Flg as it opens a window for at least strategic pit stops though not regularly reducing the driver's gaps on the track or changes in position due to a new rolling or standing start<br>
              <UL>
                To bet on the safety car is NOT mandatory but a voluntary option. 
                <br>
                You can only bet on &quot;yes&quot; or &quot;no&quot; - both bets at the same time
                are obviously not possible nontheless mindless.<br>
                In distinction to the bonus bets above this bet bears the risk of losing 1 point due to penalization in case of erroneous tip.<br>
                <br>
              </UL>
          </UL>
        <LI> You can place your bets until the beginning of each event (Qualifying, Race, Sprint Qualifying or Sprint).
      You can change the bets you have already placed until the beginning of the corresponding event (Qualifying, Race, Sprint Qualifying or Sprint) by logging in to your account, selecting the event and choosing other tips to submit. 
      The deadline for placing your bets will stay unchanged as of the official date and time even if the start of an event (Qualifying, Race, Sprint Qualifying or Sprint) is delayed to another start time or postponed to another day after several time delays due to the weather conditions on the official start day and time and will not be extended as in these cases postponing always takes place by short term notice only and the bet would have been missed in the case the event could be held on the official day but with delay only.<br>
      If an event - for whatever reason - is officially postponed to another day in advance of the original start date, this new start time is the deadline for submitting the tips.
          The official dates and start times of the events can be found on the GRID TIP 
          web page (see section &quot;Schedule&quot; in the Hamburger menu on the GRID TIP web page).<br>
      <br>
    <LI> The "Nostradamus Mode" is a single tip for each event of the season (Sprint Qualifying, Sprint, Qualifying and Race), which must be placed before the first Qualifying of the season and is used throughout the season to calculate the corresponding points for the "Nostradamus Mode", as if these tips had been placed on each GP weekend of the season for each corresponding event.<br>
      </UL></font>
      <font face="Arial, Helvetica, sans-serif" size="5"><b>The GRID TIP scoring system:</b><br></font>
      <font face="Arial, Helvetica, sans-serif" size="4">
      <UL type="disc">
        <LI> You will get 2 points for each of the top-3 drivers you placed on 
          the correct position.<br>
        <LI> You will get 1 point for each of the top-3 drivers you placed on 
          the wrong position within top 3.<br>
          <br>
        <LI> Who places the fastest lap bet does not take any risk and will:<br>
          <UL type="circle">
            <LI> get 1 extra point if the bet turns out to be correct,<br>
            <LI> get NO penalty if the bet turns out to be not correct.<br>
          </UL>
         <LI> Who places the first out bet does not take any risk and will:<br>
          <UL type="circle">
            <LI> get 3 extra points if the bet turns out to be correct (if more than one driver are first to be out or retired all correct bets will be awarded the points),<br>
            <LI> get NO penalty if the bet turns out to be not correct.<br>
          </UL>
           <LI> Who places the best catch-up bet does not take any risk and will:<br>
          <UL type="circle">
            <LI> get 2 extra points if the bet turns out to be correct (if more than one driver gain the same maximum advancement of positions during the Race or the Sprint all correct bets will be awarded the points),<br>
            <LI> get NO penalty if the bet turns out to be not correct.<br>
          </UL>
        <LI> Who places the best team result bet does not take any risk and will:<br>
          <UL type="circle">
            <LI> get 1 extra point if the bet turns out to be correct (if more than one teams gain the same maximum amount of points in a Race or a Sprint all correct bets will be awarded the points),<br>
            <LI> get NO penalty if the bet turns out to be not correct.<br>
          </UL>
          <LI> Who places the safety car bet takes a certain risk and will: <br>
          <UL tpye="circle">
            <LI> get 1 extra point if the bet turns out to be correct,<br>
            <LI> be penalized with the substraction of 1 point if the bet turns 
              out to be not correct.<br>
             <br>
          </UL>
        <LI> To determine the points for the GRID TIP Sprint Qualifying result the Sprint Qualifying result without any penalization regarding the starting grid will be taken into account.<br>
        <LI> To determine the points for the GRID TIP Qualifying result the Qualifying result without any penalization regarding the starting grid will be taken into account.<br>
        <LI> To determine the points for the GRID TIP Sprint result the official Sprint result including after-sprint disqualifications or penalizations will be taken into account (= official Sprint result according Formula 1 website).<br>
        <LI> To determine the points for the GRID TIP Race result the official Race result including after-race disqualifications or penalizations will be taken into account (= official Race result according Formula 1 website).<br>
Note, that for the assignment of the First Out (FO) points for the Race oder the Sprint it is necessary that the driver starts the Race or the Sprint (or at least begins the formation lap). Any driver that will not be able to start the race (this includes the formation lap) will not be considered for the FO points as it would give any GRID TIPPER the chance to set the tip accordingly if it will be known to the public before the deadline for placing the tips ends.<BR>
GRID TIP also considers a driver as being First Out (FO) when he is the first driver out before the end of the race even if having completed more than 75% of the race distance before he has stopped and will officially be accounted as finisher with some laps lag due to the 75% rule instead of being out of the race.<BR>
Furthermore, if two or more drivers take each other out of the race due to an accident, GRID TIP will consider all drivers who retire with obvious damage from the same crash on the same lap as First Out (FO), regardless of whether one or more of the affected drivers can drive a few meters further than others.
          <br><br> 
        <LI> The points of Qualifying, Race, Sprint Qualifying and Sprint of each Grand Prix weekend will 
          be summed up and form the single GP results.<br>
        <LI> From season 2011 on if two or more GRID TIPPERs reach the same maximum score for one 
          single GP weekend all of them will get the GP awarded.<br>
          <br>
        <LI> The single points of each Grand Prix will be summed up to form the 
          overall score, which is the current total score of each GRID TIPPER 
          and is being displayed on the GRID TIP web page together with their single 
          GP wins.<br>
        <LI> If two or more GRID TIPPERs reach the same overall score, the amount 
          of the single GPs (Grand Prix weekends) these GRID TIPPERs managed to 
          win will be taken into account to decide on the ranking.<br>
          <br>
        <LI> GRID TIP winner is who gets the highest overall score.<br>
        <LI> If two or more GRID TIPPERs reach the same overall score at the end 
          of the GRID TIP season, the amount of the single GPs (Grand Prix weekends = value in brackets) 
          these GRID TIPPERs managed to win will be taken into account to decide 
          on the GRID TIP winner. If even these are the same (i.e. same overall 
          score and same amount of single GP winnings) GRID TIP has two or more 
          winners (why not!).<br>
      <br>
        <LI> The calculation of the points for the "Nostradamus Mode" is analogous to the GRID TIP scoring system for the normal tip mode of GRID TIP.
      </UL></font>
      <font face="Arial, Helvetica, sans-serif" size="5"><b>The GRID TIP appraisals:</b><br></font>
      <font face="Arial, Helvetica, sans-serif" size="4">
    <UL type="disc">
        <LI> Each year at the end of the GRID TIP season the following achievements 
          of the GRID TIPPERs will be awarded with certificates:<br>
          <UL type="circle">
            <LI> the GRID TIP winner/s (Winner's Certificate),<br>
            <LI> the best rookie/s, i.e. the GRID TIPPER/s amongst the first-seasoners 
              with the highest overall score (Best Rookie Certificate),<br>
            <LI> the GRID TIPPERs with the highest amount of single GP wins, regardless 
              of their overall score (Certificate of Excellence),<br>
            <LI> the GRID TIPPERs who managed to win at least one single Grand 
              Prix (Certificate of Appraisal).<br>
          </UL>
      </UL>
      </font></td>
  </tr>
</table>

<div align='center'><font face='Arial, Helvetica, sans-serif' size='3'>&copy; 2023-2025 - GRID TIP</font></div>

</body>
</html>