-
Notifications
You must be signed in to change notification settings - Fork 1
/
yr.php
730 lines (625 loc) · 28.8 KB
/
yr.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
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
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
<?php
$location = JRequest::getInt("city" , '2251945');
$location = city_yr($location);
$yr_url = 'http://www.yr.no/place/Iran/'.urlencode($location).'/forecast.xml';
// 2. Stedsnavnet: Skriv inn navnet på stedet. La stå tom for å falle tilbake til navnet i lenken
// Location: The name of the location. Leave empty to fallback to the location in the url.
$yr_name='Isfahan';
// 3. Bruk header og footer: Velg om du vil ha med header og/eller footer
// Use Header and footers: Select to have HTML headers/footers wrapping the content (useful for debugging)
//PS: Header for HTML dokumentet er XHTML 1.0 Strict
// Skrus som regel av når du inlemmer i eksisterende dokument!
//
$yr_use_header=$yr_use_footer=false;
// 4. Deler: Velg delene av varselet du vil ta med!
// Parts: Choose which parts of the forecast to include
$yr_use_banner=false; //yr.no Banner
$yr_use_text=false; //Tekstvarsel
$yr_use_links=true; //Lenker til varsel på yr.no
$yr_use_table=true; //Tabellen med varselet
// 5. Mellomlagringstid: Antall sekunder før nytt varsel hentes fra yr.no.
// Cachetime: Number of seconds to keep forecast in local cache
// Den anbefalt verdien på 1200 vil oppdatere siden hver 20. minutt.
//
// PS: Vi ønsker at du setter 20 minutters mellomlagringstid fordi
// det vil gi høyere ytelse, både for yr.no og deg! MEN for å få til dette
// vil vi opprette en mappe og lagre en fil i denne mappen. Vi har gått
// gjennom scriptet veldig nøye for å forsikre oss om at det er feilfritt.
// Likevel er dette ikke helt uproblematisk i forhold til sikkerhet.
// Hvis du har problemer med dette kan du sette $yr_maxage til 0 for å skru
// av mellomlagringen helt!
$yr_maxage=60;
// 6. Utløpstid: Denne instillingen lar deg velge hvor lenge yr.no har på å
// levere varselet i sekunder.
// Timeout: How long before this script gives up fetching data from yr.no
//
// Hvis yr.no skulle være nede eller det er
// forstyrrelser i båndbredden ellers, vil varselet erstattes med en
// feilmelding til situasjonen er bedret igjen. PS: gjelder kun når nytt
// varsel hentes! Påvirker ikke varsel mens siden viser varsel fra
// mellomlageret. Den anbefalte verdien på 10 sekunder fungerer bra.
$yr_timeout=10;
// 7. Mellomlagrinsmappe: Velg navn på mappen til mellomlagret data.
// Cachefolder: Where to put cache data
//
//Dette scriptet vil forsøke å opprette mappen om den ikke finnes.
//$yr_datadir='yr_cache';
$yr_datadir = JPATH_BASE . '/cache';
// 8. Lenke mål: Velg hvilken target som skal brukes på lenker til yr.no
// Link target: Choose which target to use for links to yr.no
$yr_link_target='_top';
// 9. Vis feilmeldinger: Sett til "true" hvis du vil ha feilmeldinger.
// Show errors: Useful while debugging.
//
//greit ved feilsøking, men bør ikke være aktivert i drift.
$yr_vis_php_feilmeldinger=true;
//include('jdf.php');
/// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /
/// /// /// /// /// Code /// /// /// /// /// /// /// /// /// //
// /// /// /// /// /// /// /// /// /// /// /// /// /// /// ///
// Skru på feilmeldinger i starten
//Opprett en komunikasjon med yr
$yr_xmlparse = new YRComms();
//Opprett en presentasjon
$yr_xmldisplay = new YRDisplay();
$yr_try_curl=true;
//Gjenomfør oppdraget basta bom.
echo $yr_xmldisplay->generateHTMLCached($yr_url, $yr_name, $yr_xmlparse, $yr_try_curl, $yr_use_header, $yr_use_footer, $yr_use_banner, $yr_use_text, $yr_use_links, $yr_use_table, $yr_maxage, $yr_timeout, $yr_link_target);
/// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /
/// /// /// /// /// Hjelpekode starter her /// /// /// /// /// //
// /// /// /// /// /// /// /// /// /// /// /// /// /// /// ///
function retar($array, $html = false, $level = 0) {
if(is_array($array)){
$space = $html ? " " : " ";
$newline = $html ? "<br />" : "\n";
$spaces='';
for ($i = 1; $i <= 3; $i++)$spaces .= $space;
$tabs=$spaces;
for ($i = 1; $i <= $level; $i++)$tabs .= $spaces;
$output = "Array(" . $newline . $newline;
$cnt=sizeof($array);
$j=0;
foreach($array as $key => $value) {
$j++;
if (is_array($value)) {
$level++;
$value = retar($value, $html, $level);
$level--;
}
else $value="'$value'";
$output .= "$tabs'$key'=> $value";
if($j<$cnt)$output .= ',';
$output .= $newline;
}
$output.=$tabs.')'.$newline;
}
else{
$output="'$array'";
}
return $output;
}
// Klasse for lesing og tilrettelegging av YR data
class YRComms{
//Generer gyldig yr.no array med værdata byttet ut med en enkel feilmelding
private function getYrDataErrorMessage($msg="Feil"){
return Array(
'0'=> Array('tag'=> 'WEATHERDATA','type'=> 'open','level'=> '1'),
'1'=> Array('tag'=> 'LOCATION','type'=> 'open','level'=> '2'),
'2'=> Array('tag'=> 'NAME','type'=> 'complete','level'=> '3','value'=> $msg),
'3'=> Array('tag'=> 'LOCATION','type'=> 'complete','level'=> '3'),
'4'=> Array( 'tag'=> 'LOCATION', 'type'=> 'close', 'level'=> '2'),
'5'=> Array( 'tag'=> 'FORECAST', 'type'=> 'open', 'level'=> '2'),
'6'=> Array( 'tag'=> 'ERROR', 'type'=> 'complete', 'level'=> '3', 'value'=> $msg),
'7'=> Array( 'tag'=> 'FORECAST', 'type'=> 'close', 'level'=> '2'),
'8'=> Array( 'tag'=> 'WEATHERDATA', 'type'=> 'close', 'level'=> '1')
);
}
//Generer gyldig yr.no XML med værdata byttet ut med en enkel feilmelding
private function getYrXMLErrorMessage($msg="Feil"){
$msg=$this->getXMLEntities($msg);
//die('errmsg:'.$msg);
$data=<<<EOT
<weatherdata>
<location />
<forecast>
<error>$msg</error>
<text>
<location />
</text>
</forecast>
</weatherdata>
EOT
;
//die($data);
return $data;
}
// Sørger for å laste ned XML fra yr.no og leverer data tilbake i en streng
private function loadXMLData($xml_url,$try_curl=true,$timeout=10){
global $yr_datadir;
//$xml_url.='/varsel.xml';
// Lag en timeout på contexten
$ctx = stream_context_create(array( 'http' => array('timeout' => $timeout)));
$data=file_get_contents($xml_url,0,$ctx);
if(false!=$data){
//Jippi vi klarte det med vanlig fopen url wrappers!
}
// Vanlig fopen_wrapper feilet, men vi har cURL tilgjengelig
else if($try_curl && function_exists('curl_init')){
$lokal_xml_url = $yr_datadir .'/curl.temp.xml';
$data='';
$ch = curl_init($xml_url);
// Åpne den lokale temp filen for skrive tilgang (med cURL hooks enablet)
$fp = fopen($lokal_xml_url, "w");
// Last fra yr.no til lokal kopi med curl
curl_setopt($ch, CURLOPT_FILE, $fp);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_POSTFIELDS, '');
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
curl_exec($ch);
curl_close($ch);
// Lukk lokal kopi
fclose($fp);
// Åpne lokal kopi igjen og les in alt innholdet
$data=file_get_contents($lokal_xml_url,0,$ctx);
//Slett temp data
unlink($lokal_xml_url);
// Sjekk for feil
if(false==$data)$data=$this->getYrXMLErrorMessage('E530');
}
// Vi har verken fopen_wrappers eller cURL
else{
$data=$this->getYrXMLErrorMessage('E531');
//die('<pre>LO:'.retar($data));
}
//die('<pre>XML for:'.$xml_url.' WAS: '.$data);
// Når vi har kommet hit er det noe som tyder på at vi har lykkes med å laste værdata, ller i det minste lage en teilmelding som beskriver eventuelle problemer
return $data;
}
// Last XML til en array struktur
private function parseXMLIntoStruct($data){
global $yr_datadir;
$parser = xml_parser_create('ISO-8859-1');
if((0==$parser)||(FALSE==$parser))return $this->getYrDataErrorMessage('E532');
$vals = array();
//die('<pre>'.retar($data).'</pre>');
if(FALSE==xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1))return $this->getYrDataErrorMessage('E533');
if(0==xml_parse_into_struct($parser, $data, $vals, $index))return $this->getYrDataErrorMessage('E540');
if(FALSE==xml_parser_free($parser))return $this->getYrDataErrorMessage('E541');
//die('<pre>'.retar($vals).'</pre>');
return $vals;
}
// Rense tekst data (av sikkerhetshensyn)
private function sanitizeString($in){
//return $in;
if(is_array($in))return $in;
if(null==$in)return null;
return htmlentities(strip_tags($in));
}
// Rense tekst data (av sikkerhetshensyn)
public function reviveSafeTags($in){
//$in=$in.'<strong>STRONG</strong> <u>UNDERLINE</u> <b>BOLD</b> <i>ITALICS</i>';
return str_ireplace(array('<strong>','</strong>','<u>','</u>','<b>','</b>','<i>','</i>'),array('<strong>','</strong>','<u>','</u>','<b>','</b>','<i>','</i>'),$in);
}
private function rearrangeChildren($vals, &$i) {
$children = array(); // Contains node data
// Sikkerhet: sørg for at all data som parses strippes for farlige ting
if (isset($vals[$i]['value']))$children['VALUE'] = $this->sanitizeString($vals[$i]['value']);
while (++$i < count($vals)){
// Sikkerhet: sørg for at all data som parses strippes for farlige ting
if(isset($vals[$i]['value']))$val=$this->sanitizeString($vals[$i]['value']);
else unset($val);
if(isset($vals[$i]['type']))$typ=$this->sanitizeString($vals[$i]['type']);
else unset($typ);
if(isset($vals[$i]['attributes']))$atr=$this->sanitizeString($vals[$i]['attributes']);
else unset($atr);
if(isset($vals[$i]['tag']))$tag=$this->sanitizeString($vals[$i]['tag']);
else unset($tag);
// Fyll inn strukturen vær slik vi vil ha den
switch ($vals[$i]['type']){
case 'cdata': $children['VALUE']=(isset($children['VALUE']))?$val:$children['VALUE'].$val; break;
case 'complete':
if (isset($atr)) {
$children[$tag][]['ATTRIBUTES'] = $atr;
$index = count($children[$tag])-1;
if (isset($val))$children[$tag][$index]['VALUE'] = $val;
else $children[$tag][$index]['VALUE'] = '';
} else {
if (isset($val))$children[$tag][]['VALUE'] = $val;
else $children[$tag][]['VALUE'] = '';
}
break;
case 'open':
if (isset($atr)) {
$children[$tag][]['ATTRIBUTES'] = $atr;
$index = count($children[$tag])-1;
$children[$tag][$index] = array_merge($children[$tag][$index],$this->rearrangeChildren($vals, $i));
} else $children[$tag][] = $this->rearrangeChildren($vals, $i);
break;
case 'close': return $children;
}
}
}
// Ommøbler data til å passe vårt formål, og returner
private function rearrangeDataStruct($vals){
//die('<pre>'.$this->retar($vals).'<\pre>');
$tree = array();
$i = 0;
if (isset($vals[$i]['attributes'])) {
$tree[$vals[$i]['tag']][]['ATTRIBUTES']=$vals[$i]['attributes'];
$index=count($tree[$vals[$i]['tag']])-1;
$tree[$vals[$i]['tag']][$index]=array_merge($tree[$vals[$i]['tag']][$index], $this->rearrangeChildren($vals, $i));
} else $tree[$vals[$i]['tag']][] = $this->rearrangeChildren($vals, $i);
//die("<pre>".retar($tree));
//Hent ut det vi bryr oss om
if(isset($tree['WEATHERDATA'][0]['FORECAST'][0]))return $tree['WEATHERDATA'][0]['FORECAST'][0];
else return YrComms::getYrDataErrorMessage('Det oppstod en feil ved behandling av data fra yr.no. Vennligst gjør administrator oppmerksom på dette! Teknisk: data har feil format.');
}
// Hovedmetode. Laster XML fra en yr.no URI og parser denne
public function getXMLTree($xml_url, $try_curl, $timeout){
// Last inn XML fil og parse til et array hierarcki, ommøbler data til å passe vårt formål, og returner
return $this->rearrangeDataStruct($this->parseXMLIntoStruct($this->loadXMLData($xml_url,$try_curl,$timeout)));
}
// Statisk hjelper for å parse ut tid i yr format
public static function parseTime($yr_time, $do24_00=false){
$yr_time=str_replace(":00", "", $yr_time);
$yr_time=str_replace("00:", "24:", $yr_time);
//if($do24_00)$yr_time=str_replace(":00:00", "24", $yr_time);
return $yr_time;
}
// Statisk hjelper for å besørge riktig encoding ved å oversette spesielle ISO-8859-1 karakterer til HTML/XHTML entiteter
public static function convertEncodingEntities($yrraw){
$conv=str_replace("æ", "æ", $yrraw);
$conv=str_replace("ø", "ø", $conv);
$conv=str_replace("å", "å", $conv);
$conv=str_replace("Æ", "Æ", $conv);
$conv=str_replace("Ø", "Ø", $conv);
$conv=str_replace("Å", "Å", $conv);
return $conv;
}
// Statisk hjelper for å besørge riktig encoding vedå oversette spesielle UTF karakterer til ISO-8859-1
public static function convertEncodingUTF($yrraw){
$conv=str_replace("æ", "æ", $yrraw);
$conv=str_replace("ø", "ø", $conv);
$conv=str_replace("Ã¥", "å", $conv);
$conv=str_replace("Ã", "Æ", $conv);
$conv=str_replace("Ã", "Ø", $conv);
$conv=str_replace("Ã
", "Å", $conv);
return $conv;
}
public function getXMLEntities($string){
return preg_replace('/[^\x09\x0A\x0D\x20-\x7F]/e', '$this->_privateXMLEntities("$0")', $string);
}
private function _privateXMLEntities($num){
$chars = array(
128 => '€', 130 => '‚',
131 => 'ƒ', 132 => '„',
133 => '…', 134 => '†',
135 => '‡',136 => 'ˆ',
137 => '‰',138 => 'Š',
139 => '‹',140 => 'Œ',
142 => 'Ž', 145 => '‘',
146 => '’',147 => '“',
148 => '”',149 => '•',
150 => '–',151 => '—',
152 => '˜',153 => '™',
154 => 'š',155 => '›',
156 => 'œ',158 => 'ž',
159 => 'Ÿ');
$num = ord($num);
return (($num > 127 && $num < 160) ? $chars[$num] : "&#".$num.";" );
}
}
// Klasse for å vise data fra yr. Kompatibel med YRComms sin datastruktur
class YRDisplay{
// Akkumulator variabl for å holde på generert HTML
var $ht='';
// Yr Url
var $yr_url='';
// Yr stedsnavn
var $yr_name='';
// Yr data
var $yr_data=Array();
//Filename for cached HTML. MD5 hash will be prepended to allow caching of several pages
var $datafile='yr.html';
//The complete path to the cache file
var $datapath='';
// Norsk grovinndeling av de 360 grader vindretning
var $yr_vindrettninger=array(
'nord','nord-nordøst','nordøst','øst-nordøst',
'øst','øst-sørøst','sørøst','sør-sørøst',
'sør','sør-sørvest', 'sørvest','vest-sørvest',
'vest', 'vest-nordvest','nordvest', 'nord-nordvest', 'nord');
// Hvor hentes bilder til symboler fra?
var $yr_imgpath='https://www.yr.no/grafikk/sym/b38';
//https://www.yr.no/grafikk/sym/b38
//https://s3.amazonaws.com/static-hava/img/weather
//Generer header for varselet
public function getHeader($use_full_html){
// Her kan du endre header til hva du vil. NB! Husk å skru det på, ved å endre instillingene i toppen av dokumentet
$use_full_html = false;
if($use_full_html){
$name=$this->yr_name;
$this->ht.=<<<EOT
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> $name </title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="css/yr-php.css" rel="stylesheet" type="text/css" />
</head>
<body>
EOT
;
}
$this->ht.=<<<EOT
<div id="yr-varsel">
EOT
;
}
//Generer footer for varselet
public function getFooter($use_full_html){
$use_full_html = false;
$this->ht.=<<<EOT
</div>
EOT
;
// Her kan du endre footer til hva du vil. NB! Husk å skru det på, ved å endre instillingene i toppen av dokumentet
if($use_full_html){
$this->ht.=<<<EOT
</body>
</html>
EOT
;
}
}
//Generer Copyright for data fra yr.no
public function getBanner($target='_top'){
$url=YRComms::convertEncodingEntities($this->yr_url);
$this->ht.=<<<EOT
<h1><a href="https://www.yr.no/" target="$target"><img src="https://www.yr.no/grafikk/sym/php-varsel/topp.png" alt="yr.no" title="yr.no er en tjeneste fra Meteorologisk institutt og NRK" /></a></h1>
EOT
;
}
//Generer Copyright for data fra yr.no
public function getCopyright($target='_top'){
$url=YRComms::convertEncodingEntities($this->yr_url);
/*
Du må ta med teksten nedenfor og ha med lenke til yr.no.
Om du fjerner denne teksten og lenkene, bryter du vilkårene for bruk av data fra yr.no.
Det er straffbart å bruke data fra yr.no i strid med vilkårene.
Du finner vilkårene på http://om.yr.no/verdata/vilkar/
*/
$this->ht.=<<<EOT
<h2><a href="$url" target="$target">Værvarsel for $this->yr_name</a></h2>
<p><a href="https://www.yr.no/" target="$target"><strong>Værvarsel fra yr.no, levert av Meteorologisk institutt og NRK.</strong></a></p>
EOT
;
}
//Generer tekst for været
public function getWeatherText(){
if((isset($this->yr_data['TEXT'])) && (isset($this->yr_data['TEXT'][0]['LOCATION']))&& (isset($this->yr_data['TEXT'][0]['LOCATION'][0]['ATTRIBUTES'])) ){
$yr_place=$this->yr_data['TEXT'][0]['LOCATION'][0]['ATTRIBUTES']['NAME'];
if(!isset($this->yr_data['TEXT'][0]['LOCATION'][0]['TIME']))return;
foreach($this->yr_data['TEXT'][0]['LOCATION'][0]['TIME'] as $yr_var2){
// Små bokstaver
$l=(YRComms::convertEncodingUTF($yr_var2['TITLE'][0]['VALUE']));
// Rettet encoding
$e=YRComms::reviveSafeTags(YRComms::convertEncodingUTF($yr_var2['BODY'][0]['VALUE']));
// Spytt ut!
$this->ht.=<<<EOT
<p><strong>$yr_place $l</strong>:$e</p>
EOT
;
}
}
}
//Generer lenker til andre varsel
public function getLinks($target='_top'){
// Rens url
$url=YRComms::convertEncodingEntities($this->yr_url);
// Spytt ut
$this->ht.=<<<EOT
<p class="yr-lenker">$this->yr_name på yr.no:
<a href="$url/" target="$target">Varsel med kart</a>
<a href="$url/time_for_time.html" target="$target">Time for time</a>
<a href="$url/helg.html" target="$target">Helg</a>
<a href="$url/langtidsvarsel.html" target="$target">Langtidsvarsel</a>
</p>
EOT
;
}
//Generer header for værdatatabellen
public function getWeatherTableHeader(){
$name=$this->yr_name;
$this->ht.=<<<EOT
<div class="table-responsive">
<table class="table table-bordered">
<thead>
<tr>
<th>روز</th>
<th> ساعت </th>
<th>پیش بینی هوا</th>
<th> وضعیت جوی </th>
</tr>
</thead>
<tbody>
EOT
;
}
//Generer innholdet i værdatatabellen
public function getWeatherTableContent(){
$thisdate='';
$dayctr=0;
if(!isset($this->yr_data['TABULAR'][0]['TIME']))return;
$a=$this->yr_data['TABULAR'][0]['TIME'];
foreach($a as $yr_var3){
list($fromdate, $fromtime)=explode('T', $yr_var3['ATTRIBUTES']['FROM']);
list($todate, $totime)=explode('T', $yr_var3['ATTRIBUTES']['TO']);
$fromtime=YRComms::parseTime($fromtime);
$fromtime = farsi_number($fromtime);
$fromdate = JHtml::_('date', $fromdate, JText::_('DATE_FORMAT_LC1'));
$fromdate = farsi_number($fromdate);
$totime=YRComms::parseTime($totime, 1);
//$totime = farsi_number($totime);
if($fromdate!=$thisdate){
$divider=<<<EOT
<tr class="active">
<td colspan="5" class="skilje"></td>
</tr>
EOT
;
list($thisyear, $thismonth, $thisdate)=explode('-', $fromdate);
$displaydate=$thisdate."".$thismonth."".$thisyear;
$firstcellcont=$displaydate;
$thisdate=$fromdate;
++$dayctr;
}else $divider=$firstcellcont='';
// Vis ny dato
if($dayctr<10){
$this->ht.=$divider;
// Behandle symbol
$imgno=$yr_var3['SYMBOL'][0]['ATTRIBUTES']['NUMBER'];
if($imgno<10)$imgno='0'.$imgno;
switch($imgno){
case '01': case '02': case '03': case '05': case '06': case '07': case '08':
$imgno.="d"; $do_daynight=1; break;
default: $do_daynight=0;
}
// Behandle regn
$rain=$yr_var3['PRECIPITATION'][0]['ATTRIBUTES']['VALUE'];
if($rain==0.0)$rain="0";
else{
$rain=intval($rain);
if($rain<1)$rain='<1';
else $rain=round($rain);
}
$rain.=" mm";
// Behandle vind
$winddir=round($yr_var3['WINDDIRECTION'][0]['ATTRIBUTES']['DEG']/22.5);
$winddirtext=$this->yr_vindrettninger[$winddir];
// Behandle temperatur
$temper=round($yr_var3['TEMPERATURE'][0]['ATTRIBUTES']['VALUE']);
if($temper>=0)$tempclass='weather-max-temp';
else $tempclass='weather-min-temp';
$temper= farsi_number($temper);
// Rund av vindhastighet
$r=round($yr_var3['WINDSPEED'][0]['ATTRIBUTES']['MPS']);
// Så legger vi ut hele den ferdige linjen
$s=$yr_var3['SYMBOL'][0]['ATTRIBUTES']['NAME'];
$w=$yr_var3['WINDSPEED'][0]['ATTRIBUTES']['NAME'];
$period = $yr_var3['ATTRIBUTES']['PERIOD'];
$wwcode1 = $yr_var3['SYMBOL'][0]['ATTRIBUTES']['NUMBER'];
$wwcode = getVaziat2($s);
$siteurl = JURI::root(true);
$imgcode=$yr_var3['SYMBOL'][0]['ATTRIBUTES']['NUMBER'];
$this->ht.=<<<EOT
<tr>
<th>$firstcellcont</th>
<td>$fromtime</td>
<td class="$tempclass"><span class="$tempclass"></span>$temper°</td>
<td><div class="wt$imgno"><img src="$siteurl/images/weather/30/$imgno.png"></div> $wwcode </td>
</tr>
EOT
;
}
}
}
//Generer footer for værdatatabellen
public function getWeatherTableFooter($target='_top'){
$this->ht.=<<<EOT
<tr>
<td colspan="7" class="skilje"></td>
</tr>
</tbody>
</table>
</div>
EOT
;
}
// Handle cache directory (re)creation and cachefile name selection
private function handleDataDir($clean_datadir=false,$summary=''){
global $yr_datadir;
$yr_datadir = JPATH_BASE . '/cache';
// The md5 sum is to avoid caching to the same file on parameter changes
$this->datapath=$yr_datadir .'/'. ($summary!='' ? (md5($summary).'['.$summary.']_') : '').$this->datafile;
// Delete cache dir
if ($clean_datadir) {
unlink($this->datapath);
rmdir($yr_datadir);
}
// Create new cache folder with correct permissions
if(!is_dir($yr_datadir))mkdir($yr_datadir,0755);
}
//Main with caching
public function generateHTMLCached($url,$name,$xml, $try_curl, $useHtmlHeader=true, $useHtmlFooter=true, $useBanner=true, $useText=true, $useLinks=true, $useTable=true, $maxage=0, $timeout=10, $urlTarget='_top'){
//Default to the name in the url
if(null==$name||''==trim($name))$name=array_pop(explode('/',$url));
$this->handleDataDir(false,htmlentities("$name.$useHtmlHeader.$useHtmlFooter.$useBanner.$useText.$useLinks.$useTable.$maxage.$timeout.$urlTarget"));
$yr_cached = $this->datapath;
// Clean name
$name=YRComms::convertEncodingUTF($name);
$name=YRComms::convertEncodingEntities($name);
// Clean URL
$url=YRComms::convertEncodingUTF($url);
// Er mellomlagring enablet, og trenger vi egentlig laste ny data, eller holder mellomlagret data?
if(($maxage>0)&&((file_exists($yr_cached))&&((time()-filemtime($yr_cached))<$maxage))){
$data['value']=file_get_contents($yr_cached);
// Sjekk for feil
if(false==$data['value']){
$data['value']='<p>Det oppstod en feil mens værdata ble lest fra lokalt mellomlager. Vennligst gjør administrator oppmerksom på dette! Teknisk: Sjekk at rettighetene er i orden som beskrevet i bruksanvisningen for dette scriptet</p>';
$data['error'] = true;
}
}
// Vi kjører live, og saver samtidig en versjon til mellomlager
else{
$data=$this->generateHTML($url,$name,$xml->getXMLTree($url, $try_curl, $timeout),$useHtmlHeader,$useHtmlFooter,$useBanner,$useText,$useLinks,$useTable,$urlTarget);
// Lagre til mellomlager
if($maxage>0 && !$data['error'] ){
$f=fopen($yr_cached,"w");
if(null!=$f){
fwrite($f,$data['value']);
fclose($f);
}
}
}
// Returner resultat
return $data['value'];
}
private function getErrorMessage(){
if(isset($this->yr_data['ERROR'])){
$error=$this->yr_data['ERROR'][0]['VALUE'];
//die(retar($error));
$this->ht.='<p style="color:red; background:black; font-weight:900px">' .$error.'</p>';
return true;
}
return false;
}
//Main
public function generateHTML($url,$name,$data,$useHtmlHeader=true,$useHtmlFooter=true,$useBanner=true,$useText=true,$useLinks=true,$useTable=true,$urlTarget='_top'){
// Fyll inn data fra parametrene
$this->ht='';
$this->yr_url=$url;
$this->yr_name=$name;
$this->yr_data=$data;
// Generer HTML i $ht
$this->getHeader($useHtmlHeader);
$data['error'] = $this->getErrorMessage();
if($useBanner)$this->getBanner($urlTarget);
// $this->getCopyright($urlTarget);
if($useText)$this->getWeatherText();
//if($useLinks)$this->getLinks($urlTarget);
if($useTable){
$this->getWeatherTableHeader();
$this->getWeatherTableContent();
$this->getWeatherTableFooter($urlTarget);
}
$this->getFooter($useHtmlFooter);
// Returner resultat
//return YRComms::convertEncodingEntities($this->ht);
$data['value'] = $this->ht;
return $data;
}
}
?>