5c5
< // Thanks to //gomashup.com and https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
---
> // Thanks to http://gomashup.com and https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
18,20c18,19
< $mapurl="//www.rjmprogramming.com.au/PHP/Map/map.php";
< //$mapurl="//localhost:8888/PHP/Map/map.php";
< $mapurl="/PHP/Map/map.php";
---
> $mapurl="http://www.rjmprogramming.com.au/PHP/Map/map.php";
> //$mapurl="http://localhost:8888/PHP/Map/map.php";
173,184c172
< if (file_exists("gmt" . $bits[-1 + sizeof($bits)] . ".xxx")) {
< $acontobodyinnerHTML=@file_get_contents("gmt" . $bits[-1 + sizeof($bits)] . ".xxx");
< } else if (file_exists("gmt1.xxx") && $bits[-1 + sizeof($bits)] == "") { // && ($region != "" || $place != "")) {
< $acontobodyinnerHTML="";
< foreach (glob("gmt*.xxx") as $filename) {
< $ac=@file_get_contents($filename);
< if (strpos($ac, " : ") !== false) $acontobodyinnerHTML.=$ac;
< }
< if (($region == "" && $place == "")) $place="-";
< } else {
< $acontobodyinnerHTML=@file_get_contents(str_replace('@$@','',str_replace('@$@//','//','@$@' . urldecode($_GET['url']))));
< }
---
> $acontobodyinnerHTML=@file_get_contents(urldecode($_GET['url']));
188a177
>
192,196c181
< //if (strstr(strtolower($_SERVER['HTTP_USER_AGENT']), 'mobile') || strstr(strtolower($_SERVER['HTTP_USER_AGENT']), 'android')) {
< //$formbit="" . "
Optional Google Map May Go Below
| ';
< //} else {
< $formbit="" . "Optional Google Map May Go Below
| ';
< //}
---
> $formbit="" . "Optional Google Map May Go Below
| ';
247c232
< // Thanks to //stackoverflow.com/questions/851574/how-do-i-get-greenwich-mean-time-in-php
---
> // Thanks to http://stackoverflow.com/questions/851574/how-do-i-get-greenwich-mean-time-in-php
269c254
< //$tablestuff=str_replace("", "| " . $tzi . " | " . $dst . " (" . $dr . ") | " . $gmt . " | " . $formbit . "
", $tablestuff);
---
> //$tablestuff=str_replace("", "| " . $tzi . " | " . $dst . " (" . $dr . ") | " . $gmt . " | " . $formbit . "
", $tablestuff);
271c256
< $tablestuff=str_replace("", "| " . $tzi . " | " . $dst . " (" . $dr . ") | " . $gmt . " |
", $tablestuff);
---
> $tablestuff=str_replace("", "| " . $tzi . " | " . $dst . " (" . $dr . ") | " . $gmt . " |
", $tablestuff);
273c258
< $tablestuff=str_replace("", "| " . $tzi . " | " . $dst . " (" . $dr . ") | " . $gmt . " |
" . $formbit . $posttablebit, $tablestuff);
---
> $tablestuff=str_replace("", "| " . $tzi . " | " . $dst . " (" . $dr . ") | " . $gmt . " |
" . $formbit . $posttablebit, $tablestuff);
284c269
< $tablestuff=str_replace("", "| " . $tzi . " | " . $dst . " (" . $dr . ") | " . $gmt . " |
", $tablestuff);
---
> $tablestuff=str_replace("", "| " . $tzi . " | " . $dst . " (" . $dr . ") | " . $gmt . " |
", $tablestuff);
286c271
< $tablestuff=str_replace("", "| " . $tzi . " | " . $dst . " (" . $dr . ") | " . $gmt . " |
" . $formbit . $posttablebit, $tablestuff);
---
> $tablestuff=str_replace("", "| " . $tzi . " | " . $dst . " (" . $dr . ") | " . $gmt . " |
" . $formbit . $posttablebit, $tablestuff);