-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcanternet_radioyay.html
613 lines (577 loc) · 37 KB
/
canternet_radioyay.html
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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Statystyki kanału #radioyay @ canternet by MAINTAINER</title>
<style type="text/css" title="default">
a {
text-decoration: none;
}
a:link {
color: #0b407a;
}
a:visited {
color: #0b407a;
}
a:hover {
text-decoration: underline;
color: #0b407a;
}
a.background {
text-decoration: none;
}
a.background:link {
color: #0b407a;
}
a.background:visited {
color: #0b407a;
}
a.background:hover {
text-decoration: underline;
color: #0b407a;
}
body {
background-color: #dedeee;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
color: black;
}
td {
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
color: black;
text-align: left;
}
.male, .male a {
color: #0000DD;
}
.female, .female a {
color: #DD3366;
}
.bot, .bot a {
color: #00FFFF;
}
.title {
font-family: Tahoma, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
}
.headtext {
color: white;
font-weight: bold;
text-align: center;
background-color: #666699;
}
.headlinebg {
background-color: #000000;
}
.tdtop {
background-color: #C8C8DD;
}
.hicell {
background-color: #BABADD;
}
.hicell10 {
background-color: #BABADD;
font-size: 10px;
}
.rankc {
background-color: #CCCCCC;
}
.hirankc {
background-color: #AAAAAA;
font-weight: bold;
}
.rankc10 {
background-color: #CCCCCC;
font-size: 10px;
}
.rankc10center {
background-color: #CCCCCC;
font-size: 10px;
text-align: center;
}
.hirankc10center {
background-color: #AAAAAA;
font-weight: bold;
font-size: 10px;
text-align: center;
}
.small {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}
.asmall {
font-family: "Arial narrow", Arial, sans-serif;
font-size: 10px;
color: black;
text-align: center;
}
</style>
</head>
<body>
<div align="center">
<span class="title">Statystyki kanału #radioyay @ canternet by MAINTAINER</span><br />
<br />
Statystyka wygenerowana w środę, 13 maja 2015 - 9:31:59
<br />W przedziale 326 dni łącznie <b>801</b> nicków odwiedziło kanał #radioyay.<br /><br />
<br />
<table width="710" cellpadding="1" cellspacing="0" border="0">
<tr>
<td class="headlinebg">
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="headtext">Najaktywniejsze pory dnia</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0"><tr>
<td align="center" valign="bottom" class="asmall">4.6%<br /><img src="./gfx/blue-v.png" width="15" height="23" alt="7339" title="7339"/></td>
<td align="center" valign="bottom" class="asmall">2.1%<br /><img src="./gfx/blue-v.png" width="15" height="10" alt="3292" title="3292"/></td>
<td align="center" valign="bottom" class="asmall">1.5%<br /><img src="./gfx/blue-v.png" width="15" height="7" alt="2389" title="2389"/></td>
<td align="center" valign="bottom" class="asmall">0.5%<br /><img src="./gfx/blue-v.png" width="15" height="2" alt="724" title="724"/></td>
<td align="center" valign="bottom" class="asmall">0.3%<br /><img src="./gfx/blue-v.png" width="15" height="1" alt="442" title="442"/></td>
<td align="center" valign="bottom" class="asmall">0%</td>
<td align="center" valign="bottom" class="asmall">0%</td>
<td align="center" valign="bottom" class="asmall">0%</td>
<td align="center" valign="bottom" class="asmall">0.2%<br /><img src="./gfx/green-v.png" width="15" height="1" alt="385" title="385"/></td>
<td align="center" valign="bottom" class="asmall">0.3%<br /><img src="./gfx/green-v.png" width="15" height="1" alt="503" title="503"/></td>
<td align="center" valign="bottom" class="asmall">0.5%<br /><img src="./gfx/green-v.png" width="15" height="2" alt="814" title="814"/></td>
<td align="center" valign="bottom" class="asmall">0.7%<br /><img src="./gfx/green-v.png" width="15" height="3" alt="1063" title="1063"/></td>
<td align="center" valign="bottom" class="asmall">1.0%<br /><img src="./gfx/yellow-v.png" width="15" height="5" alt="1651" title="1651"/></td>
<td align="center" valign="bottom" class="asmall">0.9%<br /><img src="./gfx/yellow-v.png" width="15" height="4" alt="1407" title="1407"/></td>
<td align="center" valign="bottom" class="asmall">1.4%<br /><img src="./gfx/yellow-v.png" width="15" height="6" alt="2139" title="2139"/></td>
<td align="center" valign="bottom" class="asmall">1.8%<br /><img src="./gfx/yellow-v.png" width="15" height="9" alt="2838" title="2838"/></td>
<td align="center" valign="bottom" class="asmall">3.1%<br /><img src="./gfx/yellow-v.png" width="15" height="15" alt="4839" title="4839"/></td>
<td align="center" valign="bottom" class="asmall">4.5%<br /><img src="./gfx/yellow-v.png" width="15" height="23" alt="7159" title="7159"/></td>
<td align="center" valign="bottom" class="asmall">8.9%<br /><img src="./gfx/red-v.png" width="15" height="45" alt="14152" title="14152"/></td>
<td align="center" valign="bottom" class="asmall">18.5%<br /><img src="./gfx/red-v.png" width="15" height="94" alt="29276" title="29276"/></td>
<td align="center" valign="bottom" class="asmall">19.6%<br /><img src="./gfx/red-v.png" width="15" height="100" alt="30943" title="30943"/></td>
<td align="center" valign="bottom" class="asmall">10.5%<br /><img src="./gfx/red-v.png" width="15" height="53" alt="16611" title="16611"/></td>
<td align="center" valign="bottom" class="asmall">10.1%<br /><img src="./gfx/red-v.png" width="15" height="51" alt="15931" title="15931"/></td>
<td align="center" valign="bottom" class="asmall">8.7%<br /><img src="./gfx/red-v.png" width="15" height="44" alt="13744" title="13744"/></td>
</tr><tr>
<td class="rankc10center" align="center">0</td>
<td class="rankc10center" align="center">1</td>
<td class="rankc10center" align="center">2</td>
<td class="rankc10center" align="center">3</td>
<td class="rankc10center" align="center">4</td>
<td class="rankc10center" align="center">5</td>
<td class="rankc10center" align="center">6</td>
<td class="rankc10center" align="center">7</td>
<td class="rankc10center" align="center">8</td>
<td class="rankc10center" align="center">9</td>
<td class="rankc10center" align="center">10</td>
<td class="rankc10center" align="center">11</td>
<td class="rankc10center" align="center">12</td>
<td class="rankc10center" align="center">13</td>
<td class="rankc10center" align="center">14</td>
<td class="rankc10center" align="center">15</td>
<td class="rankc10center" align="center">16</td>
<td class="rankc10center" align="center">17</td>
<td class="rankc10center" align="center">18</td>
<td class="rankc10center" align="center">19</td>
<td class="hirankc10center" align="center">20</td>
<td class="rankc10center" align="center">21</td>
<td class="rankc10center" align="center">22</td>
<td class="rankc10center" align="center">23</td>
</tr></table>
<table align="center" border="0" width="520"><tr>
<td align="center" class="asmall"><img src="./gfx/blue-h.png" width="40" height="15" align="middle" alt="0-5" /> = 0-5</td>
<td align="center" class="asmall"><img src="./gfx/green-h.png" width="40" height="15" align="middle" alt="6-11" /> = 6-11</td>
<td align="center" class="asmall"><img src="./gfx/yellow-h.png" width="40" height="15" align="middle" alt="12-17" /> = 12-17</td>
<td align="center" class="asmall"><img src="./gfx/red-h.png" width="40" height="15" align="middle" alt="18-23" /> = 18-23</td>
</tr></table>
<br />
<table width="710" cellpadding="1" cellspacing="0" border="0">
<tr>
<td class="headlinebg">
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="headtext">Najaktywniejsze nicki</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" width="714"><tr><td> </td><td class="tdtop"><b>Nick</b></td><td class="tdtop"><b>Liczba linii</b></td><td class="tdtop"><b>W jakich porach</b></td><td class="tdtop"><b>Ostatnio widziany</b></td><td class="tdtop"><b>Losowy cytat</b></td>
</tr>
<tr><td class="hirankc" align="left">1</td>
<td style="background-color: #babadc"><span>McKey</span></td><td style="background-color: #babadc">19604</td><td style="background-color: #babadc"><img src="./gfx/blue-h.png" border="0" width="1" height="15" alt="725" title="725" /><img src="./gfx/yellow-h.png" border="0" width="5" height="15" alt="2737" title="2737" /><img src="./gfx/red-h.png" border="0" width="32" height="15" alt="15918" title="15918" /></td><td style="background-color: #babadc">Dzisiaj</td><td style="background-color: #babadc">"FlyinButter, to jest Trance,electro"</td>
</tr>
<tr><td class="rankc" align="left">2</td>
<td style="background-color: #bbbbdb"><span>BlackBird</span></td><td style="background-color: #bbbbdb">16798</td><td style="background-color: #bbbbdb"><img src="./gfx/blue-h.png" border="0" width="8" height="15" alt="3690" title="3690" /><img src="./gfx/yellow-h.png" border="0" width="4" height="15" alt="1764" title="1764" /><img src="./gfx/red-h.png" border="0" width="26" height="15" alt="11204" title="11204" /></td><td style="background-color: #bbbbdb">Dzisiaj</td><td style="background-color: #bbbbdb">"Niech Luna będzie z tobą"</td>
</tr>
<tr><td class="rankc" align="left">3</td>
<td style="background-color: #bcbcda"><span>Derpi</span></td><td style="background-color: #bcbcda">9427</td><td style="background-color: #bcbcda"><img src="./gfx/blue-h.png" border="0" width="5" height="15" alt="1333" title="1333" /><img src="./gfx/green-h.png" border="0" width="1" height="15" alt="270" title="270" /><img src="./gfx/yellow-h.png" border="0" width="7" height="15" alt="1866" title="1866" /><img src="./gfx/red-h.png" border="0" width="25" height="15" alt="5958" title="5958" /></td><td style="background-color: #bcbcda">Dzisiaj</td><td style="background-color: #bcbcda">"Could not find timezone sync."</td>
</tr>
<tr><td class="rankc" align="left">4</td>
<td style="background-color: #bcbcda"><span>Eivel</span></td><td style="background-color: #bcbcda">8188</td><td style="background-color: #bcbcda"><img src="./gfx/blue-h.png" border="0" width="3" height="15" alt="728" title="728" /><img src="./gfx/yellow-h.png" border="0" width="6" height="15" alt="1364" title="1364" /><img src="./gfx/red-h.png" border="0" width="29" height="15" alt="6067" title="6067" /></td><td style="background-color: #bcbcda">Dzisiaj</td><td style="background-color: #bcbcda">"trzeba się trzymać ram godzinowych"</td>
</tr>
<tr><td class="rankc" align="left">5</td>
<td style="background-color: #bdbdd9"><span>Delta3120</span></td><td style="background-color: #bdbdd9">5855</td><td style="background-color: #bdbdd9"><img src="./gfx/yellow-h.png" border="0" width="2" height="15" alt="306" title="306" /><img src="./gfx/red-h.png" border="0" width="37" height="15" alt="5547" title="5547" /></td><td style="background-color: #bdbdd9">Dzisiaj</td><td style="background-color: #bdbdd9">"OMni she is an alarm clock"</td>
</tr>
<tr><td class="rankc" align="left">6</td>
<td style="background-color: #bebed8"><span>FireSky</span></td><td style="background-color: #bebed8">4877</td><td style="background-color: #bebed8"><img src="./gfx/red-h.png" border="0" width="39" height="15" alt="4854" title="4854" /></td><td style="background-color: #bebed8">Dzisiaj</td><td style="background-color: #bebed8">"Czy Delta chce wygrać czy remis może być ? ;p"</td>
</tr>
<tr><td class="rankc" align="left">7</td>
<td style="background-color: #bfbfd8"><span>ShadowWeed</span></td><td style="background-color: #bfbfd8">4331</td><td style="background-color: #bfbfd8"><img src="./gfx/blue-h.png" border="0" width="6" height="15" alt="757" title="757" /><img src="./gfx/yellow-h.png" border="0" width="2" height="15" alt="232" title="232" /><img src="./gfx/red-h.png" border="0" width="30" height="15" alt="3341" title="3341" /></td><td style="background-color: #bfbfd8">1 dzień temu</td><td style="background-color: #bfbfd8">"zabijcie to zanim zlozy jaja"</td>
</tr>
<tr><td class="rankc" align="left">8</td>
<td style="background-color: #bfbfd7"><span>Ciapaty</span></td><td style="background-color: #bfbfd7">4058</td><td style="background-color: #bfbfd7"><img src="./gfx/blue-h.png" border="0" width="1" height="15" alt="147" title="147" /><img src="./gfx/yellow-h.png" border="0" width="5" height="15" alt="554" title="554" /><img src="./gfx/red-h.png" border="0" width="33" height="15" alt="3357" title="3357" /></td><td style="background-color: #bfbfd7">184 dni temu</td><td style="background-color: #bfbfd7">"czuje respekt tylko do paru anime"</td>
</tr>
<tr><td class="rankc" align="left">9</td>
<td style="background-color: #c0c0d6"><span>Truss</span></td><td style="background-color: #c0c0d6">3839</td><td style="background-color: #c0c0d6"><img src="./gfx/yellow-h.png" border="0" width="4" height="15" alt="389" title="389" /><img src="./gfx/red-h.png" border="0" width="35" height="15" alt="3368" title="3368" /></td><td style="background-color: #c0c0d6">Dzisiaj</td><td style="background-color: #c0c0d6">"czekaj... ide po kalkulator xd"</td>
</tr>
<tr><td class="rankc" align="left">10</td>
<td style="background-color: #c1c1d6"><span>LazyPony</span></td><td style="background-color: #c1c1d6">3506</td><td style="background-color: #c1c1d6"><img src="./gfx/yellow-h.png" border="0" width="2" height="15" alt="183" title="183" /><img src="./gfx/red-h.png" border="0" width="37" height="15" alt="3322" title="3322" /></td><td style="background-color: #c1c1d6">Dzisiaj</td><td style="background-color: #c1c1d6">"ElectricPsoras: to nie ta wytwornia :')"</td>
</tr>
<tr><td class="rankc" align="left">11</td>
<td style="background-color: #c1c1d5"><span>NeroDMC</span></td><td style="background-color: #c1c1d5">2941</td><td style="background-color: #c1c1d5"><img src="./gfx/yellow-h.png" border="0" width="2" height="15" alt="204" title="204" /><img src="./gfx/red-h.png" border="0" width="37" height="15" alt="2737" title="2737" /></td><td style="background-color: #c1c1d5">Dzisiaj</td><td style="background-color: #c1c1d5">"Delta to Flash jak wieszo czym mówie"</td>
</tr>
<tr><td class="rankc" align="left">12</td>
<td style="background-color: #c2c2d4"><span>Annonik</span></td><td style="background-color: #c2c2d4">2258</td><td style="background-color: #c2c2d4"><img src="./gfx/yellow-h.png" border="0" width="3" height="15" alt="195" title="195" /><img src="./gfx/red-h.png" border="0" width="36" height="15" alt="2037" title="2037" /></td><td style="background-color: #c2c2d4">4 dni temu</td><td style="background-color: #c2c2d4">"McKey prawie dodałem alias a ty mi ukradłeś ;-;"</td>
</tr>
<tr><td class="rankc" align="left">13</td>
<td style="background-color: #c3c3d4"><span>BlackBirt</span></td><td style="background-color: #c3c3d4">2145</td><td style="background-color: #c3c3d4"><img src="./gfx/blue-h.png" border="0" width="12" height="15" alt="654" title="654" /><img src="./gfx/yellow-h.png" border="0" width="2" height="15" alt="159" title="159" /><img src="./gfx/red-h.png" border="0" width="24" height="15" alt="1332" title="1332" /></td><td style="background-color: #c3c3d4">53 dni temu</td><td style="background-color: #c3c3d4">"A ogulnie to chaos zniszczenie clopy i alkochol, git FF"</td>
</tr>
<tr><td class="rankc" align="left">14</td>
<td style="background-color: #c4c4d3"><span>ChungIP</span></td><td style="background-color: #c4c4d3">2075</td><td style="background-color: #c4c4d3"><img src="./gfx/yellow-h.png" border="0" width="6" height="15" alt="338" title="338" /><img src="./gfx/red-h.png" border="0" width="33" height="15" alt="1726" title="1726" /></td><td style="background-color: #c4c4d3">48 dni temu</td><td style="background-color: #c4c4d3">"Słyszałem tą piosenke tylko 1 i to dobry rok temu"</td>
</tr>
<tr><td class="rankc" align="left">15</td>
<td style="background-color: #c4c4d2"><span>Hck</span></td><td style="background-color: #c4c4d2">2035</td><td style="background-color: #c4c4d2"><img src="./gfx/blue-h.png" border="0" width="8" height="15" alt="432" title="432" /><img src="./gfx/yellow-h.png" border="0" width="3" height="15" alt="198" title="198" /><img src="./gfx/red-h.png" border="0" width="26" height="15" alt="1364" title="1364" /></td><td style="background-color: #c4c4d2">Dzisiaj</td><td style="background-color: #c4c4d2">"od kiedy wy tu RPGi urządzacie ?"</td>
</tr>
<tr><td class="rankc" align="left">16</td>
<td style="background-color: #c5c5d2"><span>Tivolt</span></td><td style="background-color: #c5c5d2">1922</td><td style="background-color: #c5c5d2"><img src="./gfx/blue-h.png" border="0" width="5" height="15" alt="253" title="253" /><img src="./gfx/yellow-h.png" border="0" width="3" height="15" alt="162" title="162" /><img src="./gfx/red-h.png" border="0" width="31" height="15" alt="1507" title="1507" /></td><td style="background-color: #c5c5d2">12 dni temu</td><td style="background-color: #c5c5d2">"kiedy odwiedzisz mnie w Gdańsku ?"</td>
</tr>
<tr><td class="rankc" align="left">17</td>
<td style="background-color: #c6c6d1"><span>mkr</span></td><td style="background-color: #c6c6d1">1514</td><td style="background-color: #c6c6d1"><img src="./gfx/blue-h.png" border="0" width="1" height="15" alt="59" title="59" /><img src="./gfx/yellow-h.png" border="0" width="4" height="15" alt="188" title="188" /><img src="./gfx/red-h.png" border="0" width="33" height="15" alt="1267" title="1267" /></td><td style="background-color: #c6c6d1">Dzisiaj</td><td style="background-color: #c6c6d1">"Dziewczyna wyjechała na 10 dni."</td>
</tr>
<tr><td class="rankc" align="left">18</td>
<td style="background-color: #c6c6d0"><span>Wolferain</span></td><td style="background-color: #c6c6d0">1485</td><td style="background-color: #c6c6d0"><img src="./gfx/green-h.png" border="0" width="1" height="15" alt="39" title="39" /><img src="./gfx/yellow-h.png" border="0" width="14" height="15" alt="526" title="526" /><img src="./gfx/red-h.png" border="0" width="24" height="15" alt="920" title="920" /></td><td style="background-color: #c6c6d0">43 dni temu</td><td style="background-color: #c6c6d0">"<a href="http://stream.radioyay.net:9000/listenhq.mp3.m3u" target="_blank" title="Otwórz w nowym oknie: http://stream.radioyay.net:9000/listenhq.mp3.m3u">http://stream.radioyay.net:9000/listenhq.mp3.m3u</a>"</td>
</tr>
<tr><td class="rankc" align="left">19</td>
<td style="background-color: #c7c7d0"><span>Lazy</span></td><td style="background-color: #c7c7d0">1371</td><td style="background-color: #c7c7d0"><img src="./gfx/yellow-h.png" border="0" width="4" height="15" alt="142" title="142" /><img src="./gfx/red-h.png" border="0" width="35" height="15" alt="1217" title="1217" /></td><td style="background-color: #c7c7d0">2 dni temu</td><td style="background-color: #c7c7d0">"przydaloby sie formata zrobic :/"</td>
</tr>
<tr><td class="rankc" align="left">20</td>
<td style="background-color: #c8c8cf"><span>Andragor</span></td><td style="background-color: #c8c8cf">1370</td><td style="background-color: #c8c8cf"><img src="./gfx/blue-h.png" border="0" width="1" height="15" alt="52" title="52" /><img src="./gfx/yellow-h.png" border="0" width="4" height="15" alt="170" title="170" /><img src="./gfx/red-h.png" border="0" width="32" height="15" alt="1123" title="1123" /></td><td style="background-color: #c8c8cf">Dzisiaj</td><td style="background-color: #c8c8cf">"BlackBird: Specjalnie dla ciebie powstał Mig-31 :p"</td>
</tr>
<tr><td class="rankc" align="left">21</td>
<td style="background-color: #c9c9ce"><span>ElectricPsoras</span></td><td style="background-color: #c9c9ce">1310</td><td style="background-color: #c9c9ce"><img src="./gfx/yellow-h.png" border="0" width="3" height="15" alt="127" title="127" /><img src="./gfx/red-h.png" border="0" width="35" height="15" alt="1164" title="1164" /></td><td style="background-color: #c9c9ce">1 dzień temu</td><td style="background-color: #c9c9ce">"w sumie masz rację, w poprzednim tego nie było"</td>
</tr>
<tr><td class="rankc" align="left">22</td>
<td style="background-color: #c9c9ce"><span>Mordecz</span></td><td style="background-color: #c9c9ce">1283</td><td style="background-color: #c9c9ce"><img src="./gfx/red-h.png" border="0" width="39" height="15" alt="1258" title="1258" /></td><td style="background-color: #c9c9ce">8 dni temu</td><td style="background-color: #c9c9ce">"to jest tak kiczowate, że nie będę tego komentował :P"</td>
</tr>
<tr><td class="rankc" align="left">23</td>
<td style="background-color: #cacacd"><span>Lunia</span></td><td style="background-color: #cacacd">1135</td><td style="background-color: #cacacd"><img src="./gfx/blue-h.png" border="0" width="7" height="15" alt="215" title="215" /><img src="./gfx/yellow-h.png" border="0" width="8" height="15" alt="227" title="227" /><img src="./gfx/red-h.png" border="0" width="23" height="15" alt="666" title="666" /></td><td style="background-color: #cacacd">Dzisiaj</td><td style="background-color: #cacacd">"to kanal dla botow czy ludzi"</td>
</tr>
<tr><td class="rankc" align="left">24</td>
<td style="background-color: #cbcbcc"><span>misiek200m</span></td><td style="background-color: #cbcbcc">1121</td><td style="background-color: #cbcbcc"><img src="./gfx/blue-h.png" border="0" width="4" height="15" alt="137" title="137" /><img src="./gfx/green-h.png" border="0" width="1" height="15" alt="39" title="39" /><img src="./gfx/yellow-h.png" border="0" width="10" height="15" alt="305" title="305" /><img src="./gfx/red-h.png" border="0" width="22" height="15" alt="640" title="640" /></td><td style="background-color: #cbcbcc">Dzisiaj</td><td style="background-color: #cbcbcc">"Eivel a co tam u was z tą adminką nową w pracy? :p"</td>
</tr>
<tr><td class="rankc" align="left">25</td>
<td style="background-color: #cccccc"><span>Husarz44</span></td><td style="background-color: #cccccc">1075</td><td style="background-color: #cccccc"><img src="./gfx/red-h.png" border="0" width="39" height="15" alt="1060" title="1060" /></td><td style="background-color: #cccccc">13 dni temu</td><td style="background-color: #cccccc">"oczywiście jak mi się będzie chciało"</td>
</tr>
</table><br />
<br /><b><i>Oni nie dostali się do czołówki:</i></b><table><tr>
<td class="rankc10"><span>CadencePL (1043)</span></td>
<td class="rankc10"><span>MrPolskaPL (977)</span></td>
<td class="rankc10"><span>ArchPegasusMichael (781)</span></td>
<td class="rankc10"><span>Ashley` (769)</span></td>
<td class="rankc10"><span>GameServ (682)</span></td>
</tr><tr>
<td class="rankc10"><span>Ashley (644)</span></td>
<td class="rankc10"><span>Nishi (626)</span></td>
<td class="rankc10"><span>GreenWay (604)</span></td>
<td class="rankc10"><span>NeroDMC4 (583)</span></td>
<td class="rankc10"><span>FlyingButter (544)</span></td>
</tr><tr>
<td class="rankc10"><span>MrRaiN (536)</span></td>
<td class="rankc10"><span>Pon3 (522)</span></td>
<td class="rankc10"><span>Proenix (521)</span></td>
<td class="rankc10"><span>maslo (516)</span></td>
<td class="rankc10"><span>Tiki (495)</span></td>
</tr><tr>
<td class="rankc10"><span>Finar (489)</span></td>
<td class="rankc10"><span>Bizonek^^ (483)</span></td>
<td class="rankc10"><span>molendus1001 (464)</span></td>
<td class="rankc10"><span>Lazy_ (427)</span></td>
<td class="rankc10"><span>Detonato300 (413)</span></td>
</tr><tr>
<td class="rankc10"><span>Flyghtning (411)</span></td>
<td class="rankc10"><span>Pinkamena (403)</span></td>
<td class="rankc10"><span>SzarzujacyHusarz (350)</span></td>
<td class="rankc10"><span>AppleGIWROF (339)</span></td>
<td class="rankc10"><span>Litwinek (324)</span></td>
</tr><tr>
<td class="rankc10"><span>BrotherPunk (306)</span></td>
<td class="rankc10"><span>FoxyTheBrony (302)</span></td>
<td class="rankc10"><span>LazyPoney (295)</span></td>
<td class="rankc10"><span>PrincessLazyPony (290)</span></td>
<td class="rankc10"><span>TheCoReS (287)</span></td>
</tr></table>
<br /><b>Było również 746 innych nicków.</b><br />
<br />
<table width="710" cellpadding="1" cellspacing="0" border="0">
<tr>
<td class="headlinebg">
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="headtext">Wielkie liczby</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="714">
<tr><td class="hicell"><b>Lazy</b> jest głupi/a albo zadaje zbyt wiele pytań... 27.5% linii zawierało pytania!
<br /><span class="small"><b>Lazy_</b> też nie wie zbyt wiele, 23.9% linii było pytaniami.</span>
</td></tr>
<tr><td class="hicell">Największym kanałowym krzykaczem jest <b>SzarzujacyHusarz</b>, wykrzykiwał/a przez 14.9% czasu.
<br /><span class="small">Na dalszej pozycji plasuje się <b>Derpi</b>, który/a krzyczał/a przez 12.0% czasu.</span>
</td></tr>
<tr><td class="hicell">Wydawać by się mogło, że <b>Pinkamena</b> ma zaciętego shifta, 100.0% czasu używał/a wielkich liter.<br /><span class="small"><b>Na przykład coś takiego:</b><br /> <Pinkamena> *CLICK*</span>
<br /><span class="small"><b>Merdagor</b> za to zapomniał/a wyłączyć Caps-Locka, 8.8% czasu używał/a wielkich liter.</span>
</td></tr>
<tr><td class="hicell"><b>McKey</b> jest bardzo agresywną osobą, atakował/a około <b>250</b> razy.<br /><span class="small"><b>Na przykład coś takiego:</b><br /> * McKey slaps FireSky around with a yellow walrus</span>
<br /><span class="small"><b>SzarzujacyHusarz</b> nie potrafi kontrolować swojej agresji. Zaczepiał/a innych około <b>73</b> razy.</span>
</td></tr>
<tr><td class="hicell">Biedny/a <b>McKey</b>, nikt go/jej nie lubi. Był/a atakowany/a <b>89</b> razy.<br /><span class="small"><b>Na przykład coś takiego:</b><br /> * Husarz44 slaps McKey around with a music list</span>
<br /><span class="small"><b>Tivolt</b> wydaje się też nie być zbyt lubiany/a, zaczepiali go/ją <b>80</b> razy.</span>
</td></tr>
<tr><td class="hicell"><b>maslo</b> usmiechał/a się głupawo albo był/a bardzo szczęśliwy/a, bo 33.1% linii zawierało uśmiechnięte miny :)
<br /><span class="small"><b>MrRaiN</b> najwyraźniej miał/a powody do radości śmiejąc się przez 31.7% czasu spędzonego na kanale.</span>
</td></tr>
<tr><td class="hicell"><b>maslo</b> wygląda na smutną osobę, 6.2% linii zawierało smutne miny :(
<br /><span class="small"><b>MrRaiN</b> nie czuje się najlepiej na kanale smucąc się przez 5.4% czasu.</span>
</td></tr>
<tr><td class="hicell"><b>Electric_Psoras</b> pisał/a najdłuższe linie o średniej długości 49.6 liter...<br />
<span class="small">Średnia dla kanału #radioyay to 24.1 liter w linii.</span></td></tr>
<tr><td class="hicell"><b>Pinkamena</b> starał/a się pisać zwieźle, średnio 6.8 liter w linii...<br />
<span class="small">FoxyTheBrony wybąkiwał/a krótkie wypowiedzi średnio po 12.0 liter.</span></td></tr>
<tr><td class="hicell"><b>McKey</b> powiedział/a łącznie 80877 słów!
<br /><span class="small">Próbujący/a go dogonić <b>BlackBird</b>, nie powiedział/a zbyt wiele, tylko 55143 słów.</span>
</td></tr>
<tr><td class="hicell"><b>Pony_4_McKey</b> pisał/a średnio 20.00 słów na linie.
<br /><span class="small">Średnia kanału to 4.15 słów na linie.</span>
</td></tr>
</table>
<br />
<table width="710" cellpadding="1" cellspacing="0" border="0">
<tr>
<td class="headlinebg">
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="headtext">Najczęściej używane słowa</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" width="714"><tr>
<td> </td><td class="tdtop"><b>Wyraz</b></td>
<td class="tdtop"><b>Liczba użyć</b></td>
<td class="tdtop"><b>Ostatnio używany przez</b></td></tr>
<tr><td class="hirankc">1</td>
<td class="hicell">tylko</td>
<td class="hicell">1414</td>
<td class="hicell">Delta3120</td>
</tr>
<tr><td class="rankc">2</td>
<td class="hicell">chyba</td>
<td class="hicell">790</td>
<td class="hicell">Derpi</td>
</tr>
<tr><td class="rankc">3</td>
<td class="hicell">jeszcze</td>
<td class="hicell">757</td>
<td class="hicell">Truss</td>
</tr>
<tr><td class="rankc">4</td>
<td class="hicell">było</td>
<td class="hicell">729</td>
<td class="hicell">FlyinButter</td>
</tr>
<tr><td class="rankc">5</td>
<td class="hicell">będzie</td>
<td class="hicell">702</td>
<td class="hicell">McKey</td>
</tr>
<tr><td class="rankc">6</td>
<td class="hicell">remix</td>
<td class="hicell">683</td>
<td class="hicell">Delta3120</td>
</tr>
<tr><td class="rankc">7</td>
<td class="hicell">Witaj</td>
<td class="hicell">597</td>
<td class="hicell">BlackBird</td>
</tr>
<tr><td class="rankc">8</td>
<td class="hicell">audycja</td>
<td class="hicell">594</td>
<td class="hicell">Derpi</td>
</tr>
<tr><td class="rankc">9</td>
<td class="hicell">Teraz</td>
<td class="hicell">576</td>
<td class="hicell">Eivel</td>
</tr>
<tr><td class="rankc">10</td>
<td class="hicell">jestem</td>
<td class="hicell">565</td>
<td class="hicell">BlackBird</td>
</tr>
</table>
<br />
<table width="710" cellpadding="1" cellspacing="0" border="0">
<tr>
<td class="headlinebg">
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="headtext">Najczęściej wywoływany nick</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" width="714"><tr>
<td> </td><td class="tdtop"><b>Nick</b></td>
<td class="tdtop"><b>Liczba użyć</b></td>
<td class="tdtop"><b>Ostatnio używany przez</b></td></tr>
<tr><td class="hirankc">1</td>
<td class="hicell">Derpi</td>
<td class="hicell">2314</td>
<td class="hicell">BlackBird</td>
</tr>
<tr><td class="rankc">2</td>
<td class="hicell">McKey</td>
<td class="hicell">2090</td>
<td class="hicell">FlutterBot</td>
</tr>
<tr><td class="rankc">3</td>
<td class="hicell">Eivel</td>
<td class="hicell">1390</td>
<td class="hicell">McKey</td>
</tr>
<tr><td class="rankc">4</td>
<td class="hicell">BlackBird</td>
<td class="hicell">1116</td>
<td class="hicell">McKey</td>
</tr>
<tr><td class="rankc">5</td>
<td class="hicell">FireSky</td>
<td class="hicell">594</td>
<td class="hicell">McKey</td>
</tr>
</table>
<br />
<table width="710" cellpadding="1" cellspacing="0" border="0">
<tr>
<td class="headlinebg">
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="headtext">Najczęściej wywoływany URL</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" width="714"><tr>
<td> </td><td class="tdtop"><b>URL</b></td>
<td class="tdtop"><b>Liczba użyć</b></td>
<td class="tdtop"><b>Ostatnio używany przez</b></td></tr>
<tr><td class="hirankc">1</td>
<td class="hicell"><a href="http://radioyay.net/player/">http://radioyay.net/player/</a></td>
<td class="hicell">497</td>
<td class="hicell">Derpi</td>
</tr>
<tr><td class="rankc">2</td>
<td class="hicell"><a href="http://derpy.me/mo1e0">http://derpy.me/mo1e0</a></td>
<td class="hicell">41</td>
<td class="hicell">Derpi</td>
</tr>
<tr><td class="rankc">3</td>
<td class="hicell"><a href="http://stream.radioyay.net:9000/listenlq.aac">http://stream.radioyay.net:9000/listenlq.aac</a></td>
<td class="hicell">29</td>
<td class="hicell">Derpi</td>
</tr>
<tr><td class="rankc">4</td>
<td class="hicell"><a href="https://radioyay.net/shows/ponylista-miesiaca/">https://radioyay.net/shows/ponylista-miesiaca/</a></td>
<td class="hicell">29</td>
<td class="hicell">Derpi</td>
</tr>
<tr><td class="rankc">5</td>
<td class="hicell"><a href="http://azo.akerink.netdna-cdn.com/wp-content/uploads/2011/02/Tumbleweed_rolling_2.jpg">http://azo.akerink.netdna-cdn.com/wp-content/uploads/2011/02</a></td>
<td class="hicell">25</td>
<td class="hicell">Derpi</td>
</tr>
</table>
<br />
<table width="710" cellpadding="1" cellspacing="0" border="0">
<tr>
<td class="headlinebg">
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="headtext">Inne interesujące liczby</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="714">
<tr><td class="hicell"><b>BlackBird</b> nie załapał/a o co chodziło opom za pierwszym razem i został/a wykopany/a 31 razy!<br /><span class="small"><b>Na przykład coś takiego:</b><br /> *** BlackBird was kicked by McKey (klutnia z adminem)</span>
<br /><span class="small"><b>Delta3120</b> nie jest tu chyba zbyt lubiany/a - wylatywał/a 19 razy.</span>
</td></tr>
<tr><td class="hicell"><b>McKey</b> jest szalony lub stara się być konsekwentny, wykopał/a 180 osob(y).
<br /><span class="small"><b>daring.canternet.org</b>, idąc w ślad za McKey, wykopał/a 27 osob(y).</span>
</td></tr>
<tr><td class="hicell"><b>Pinkamena</b> lubi rozdawać opy robiąc to 39 razy...
<br /><span class="small">Kolejnym dobroczyńcą jest <b>cadance.canternet.org</b> - zyskuje popularność nadając 24 opów.</span>
</td></tr>
<tr><td class="hicell"><b>Pinkamena</b> jest kanałowym szeryfem odbierając 2 opów...
<br /><span class="small"><b>daring.canternet.org</b> zdeopował/a 1 ircowników.</span>
</td></tr>
<tr><td class="hicell"><b>Derpi</b> zawsze mówi nam co robi: 1063 „akcji”!<br /><span class="small"><b>Na przykład coś takiego:</b><br /> * Derpi hugs Truss</span>
<br /><span class="small">Również <b>McKey</b> mówi nam co jest grane. 416 „akcji”.</span>
</td></tr>
<tr><td class="hicell"><b>McKey</b> uwielbia mówić sam/a do siebie albo inni za nim/nią nie nadążają, pisał/a monologi 95 razy!
<br /><span class="small">Kolejnym samotnikiem okazał/a się <b>BlackBird</b>, który/a pisał/a bez towarzystwa 78 razy</span>
</td></tr>
<tr><td class="hicell"><b>ElectricPsoras</b> nie mógł/mogła się zdecydować czy zostać, 505 razy wchodził/a na kanał!</td></tr>
<tr><td class="hicell"><b>Tal</b> ma niewyparzoną gębę, 0.6% linii zawierało bluzgi!
<br /><span class="small"><b>Princess_Lazy</b> klnie jak szewc (albo i gorzej) przez 0.6% czasu.</span>
</td></tr>
</table>
<br />
<table width="710" cellpadding="1" cellspacing="0" border="0">
<tr>
<td class="headlinebg">
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="headtext">Ostatnie tematy</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="714">
<tr><td class="hicell"><i>Radio Yay (Polish Brony Radio Station) | Website: <a href="http://radioyay.net/" target="_blank" title="Otwórz w nowym oknie: http://radioyay.net/">http://radioyay.net/</a> | Schedule (ramówka): <a href="http://radioyay.net/ramowka/" target="_blank" title="Otwórz w nowym oknie: http://radioyay.net/ramowka/">http://radioyay.net/ramowka/</a> | Socials: <a href="https://facebook.com/radioyay" target="_blank" title="Otwórz w nowym oknie: https://facebook.com/radioyay">https://facebook.com/radioyay</a> | PVL Station: <a href="http://pvlive.me/radio_yay" target="_blank" title="Otwórz w nowym oknie: http://pvlive.me/radio_yay">http://pvlive.me/radio_yay</a> |</i></td>
<td class="hicell"><b>ustawiony 65 dni temu przez McKey o 12:03</b></td></tr>
<tr><td class="hicell"><i>Radio Yay (Polish Brony Radio Station) | Regulamin: <a href="http://derpy.me/4xfjd" target="_blank" title="Otwórz w nowym oknie: http://derpy.me/4xfjd">http://derpy.me/4xfjd</a> | Website: <a href="http://radioyay.net/" target="_blank" title="Otwórz w nowym oknie: http://radioyay.net/">http://radioyay.net/</a> | Schedule (ramówka): <a href="http://radioyay.net/ramowka/" target="_blank" title="Otwórz w nowym oknie: http://radioyay.net/ramowka/">http://radioyay.net/ramowka/</a> | Socials: <a href="https://facebook.com/radioyay" target="_blank" title="Otwórz w nowym oknie: https://facebook.com/radioyay">https://facebook.com/radioyay</a> | PVL Station: <a href="http://pvlive.me/radio_yay" target="_blank" title="Otwórz w nowym oknie: http://pvlive.me/radio_yay">http://pvlive.me/radio_yay</a></i></td>
<td class="hicell"><b>ustawiony 76 dni temu przez McKey o 21:13</b></td></tr>
<tr><td class="hicell"><i>Radio Yay (Polish Brony Radio Station) | Regulamin: <a href="http://derpy.me/4xfjd" target="_blank" title="Otwórz w nowym oknie: http://derpy.me/4xfjd">http://derpy.me/4xfjd</a> | Website: <a href="http://radioyay.net/" target="_blank" title="Otwórz w nowym oknie: http://radioyay.net/">http://radioyay.net/</a> | Schedule (ramówka): <a href="http://radioyay.net/ramowka/" target="_blank" title="Otwórz w nowym oknie: http://radioyay.net/ramowka/">http://radioyay.net/ramowka/</a> | Socials: <a href="https://facebook.com/radioyay" target="_blank" title="Otwórz w nowym oknie: https://facebook.com/radioyay">https://facebook.com/radioyay</a> | Enjoy v3! | K+M+B = 2015</i></td>
<td class="hicell"><b>ustawiony 125 dni temu przez McKey o 16:00</b></td></tr>
<tr><td align="center" colspan="2" class="asmall">Temat był ustawiany 48 razy.</td></tr>
</table>
Całkowita liczba linii: 158191<br /><br />
<span class="small">
Statystyki wygenerowane przez <a href="http://pisg.sourceforge.net/" title="Odwiedź stronę domową programu pisg" class="background">pisg</a> v0.73<br />
pisg by <a href="http://mbrix.dk/" title="Odwiedź stronę domową autora" class="background">Morten Brix Pedersen</a> i inni<br />
Statystyki wygenerowane w 00 godziny 00 minuty i 41 sekundy
</span>
<!-- NFiles = "0"; Format = "energymech"; Lang = "PL"; LangFile = "/usr/share/pisg/lang.txt"; Charset = "utf-8"; LogCharset = "utf-8"; LogCharsetFallback = ""; LogPrefix = ""; LogSuffix = ""; NickTracking = "0"; TimeOffset = "+0" -->
</div>
</body>
</html>