3v4l.org

run code in 300+ PHP versions simultaneously
<?php############################################################################# A Project of TNET Services, Inc. and Saratoga-Weather.org (Canada/World-ML template set)############################################################################## Project: Sample Included Website Design# Module: sample.php# Purpose: Sample Page# Authors: Kevin W. Reed <kreed@tnet.com># TNET Services, Inc.## Copyright: (c) 1992-2007 Copyright TNET Services, Inc.############################################################################# This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA############################################################################# This document uses Tab 4 Settings############################################################################//Version 1.00 - 05-Feb-2013 - initial release//Version 1.01 - 09-Feb-2013 - added default HTML if missing gauges-ss-basic-inc.php file.require_once("Settings.php");require_once("common.php");############################################################################$useHTML5 = true; // force this page to use HTML5 instead of XHTML 1.0-Transitional$useUTF8 = true; // force this page to convert language files to UTF8 for display#$TITLE = langtransstr($SITE['organ']) . " - " .langtransstr('Current Weather Gauges');$showGizmo = true; // set to false to exclude the gizmoinclude("top.php");############################################################################# Required setting:#$ssgDir = './ssg/'; // set to relative directory location of the SteelSeries gauge directory## Note: the Steel Series Gauges are available from http://wiki.sandaysoft.com/a/SteelSeries_Gauges# and must be installed in the subdirectory listed above and the scripts/gauges.js# file configured for your weather software and location of the required# data file (weather software specific). The gauges-ss-basic-inc.php file is distributed# by Mark with the SteelSeries distribution and should be in the $ssgDir directory.#############################################################################?> <link rel="stylesheet" href="<?php echo $ssgDir;?>css/gauges-ss.css"></head><body><?php############################################################################include("header.php");############################################################################include("menubar.php");?><div id="main-copy"> <h2><?php langtrans('Current Weather Gauges'); ?></h2> <p>&nbsp;</p><?php // if(! file_exists($ssgDir."gauges-ss-basic-inc.php")) {// print "<!-- Steel Series Gauges template (gauges-ss-basic-inc.php) not found in $ssgDir. ".// "Using default HTML for gauges. -->\n"; gen_default_html($ssgDir); //// include_once($ssgDir."gauges-ss-basic-inc.php"); // } $ssLanguages = array( // available languages for the Steel Series Gauges by Mark Crossley // from the LANG.ll= entries in $ssGdir scripts/language.min.js file 'en' => 'EN', // english 'fr' => 'FR', // french 'de' => 'DE', // german 'nl' => 'NL', // dutch 'se' => 'SE', // swedish 'dk' => 'DK', // danish 'fi' => 'FI', // finnish (Suomi) 'no' => 'NO', // norwegian 'it' => 'IT', // italian 'es' => 'ES', // spanish 'ct' => 'CT', // catalan 'el' => 'GR', // greek ); if(isset($ssLanguages[$SITE['lang']])) { $toLang = $ssLanguages[$SITE['lang']]; } else { $toLang = 'EN'; print "<p><small><strong>Note:</strong> no lang='".$SITE['lang']."' (".ucfirst($SITE['WULanguages'][$SITE['lang']]).") language translation is available. English is used for gauge legends instead.</small></p>\n"; } print "<script type=\"text/javascript\"> changeLang(LANG.$toLang); // change SteelSeries language\n</script>\n"; ?></div><!-- end main-copy --><?php############################################################################include("footer.php");############################################################################# End of Page############################################################################function gen_default_html ($ssgDir) {print '<!-- default HTML is being used --><noscript> <h2 style="color:red; text-align:center">&gt;&gt;This pages requires JavaScript enabling in your browser.&lt;&lt;<br>&gt;&gt;Please enable scripting it to enjoy this site at its best.&lt;&lt;</h2></noscript><div class="row"> <canvas id="canvas_led" width="25" height="25"></canvas>&nbsp;&nbsp;&nbsp; <canvas id="canvas_status" width="350" height="25"></canvas>&nbsp;&nbsp; <canvas id="canvas_timer" width="50" height="25"></canvas></div> <!--row--> <div class="row"> <div class="gauge"> <div id="tip_0"> <canvas id="canvas_temp" width="200" height="200"></canvas> </div> </div> <div class="gauge"> <div id="tip_1"> <canvas id="canvas_dew" width="200" height="200"></canvas> </div> </div> <div class="gauge"> <div id="tip_4"> <canvas id="canvas_hum" width="200" height="200"></canvas> </div> </div></div> <!--row--> <div> <img style="position:absolute; top:440px; left:370px; width:200px; height:32px" src="./buttons/temp.jpg" alt="TEMPERATURE"> <img style="position:absolute; top:440px; left:585px; width:200px; height:32px" src="./buttons/dewpt.jpg" alt="DEW POINT"> <img style="position:absolute; top:440px; left:800px; width:200px; height:32px" src="./buttons/hum.jpg" alt="HUMIDITY"></div><div> <br /><br /><br /></div> <div class="row"> <div id="tip_5" class="gauge"> <canvas id="canvas_baro" width="200" height="200"></canvas> </div> <div id="tip_2" class="gauge"> <canvas id="canvas_rain" width="200" height="200"></canvas> </div> <div id="tip_3" class="gauge"> <canvas id="canvas_rrate" width="200" height="200"></canvas> </div></div> <!--row--> <div> <img style="position:absolute; top:710px; left:370px; width:200px; height:32px" src="./buttons/pres.jpg" alt="PRESSURE"> <img style="position:absolute; top:710px; left:585px; width:200px; height:32px" src="./buttons/rainfall.jpg" alt="RAINFALL"> <img style="position:absolute; top:710px; left:800px; width:200px; height:32px" src="./buttons/rainrate.jpg" alt="RAIN RATE"></div><div> <br /><br /><br /></div><div class="row"> <div id="tip_6" class="gauge"> <canvas id="canvas_wind" width="200" height="200"></canvas> </div> <div id="tip_7" class="gauge"> <canvas id="canvas_dir" width="200" height="200"></canvas> </div></div> <!--row--> <div> <img style="position:absolute; top:980px; left:428px; width:200px; height:32px" src="./buttons/wndspd.jpg" alt="WIND SPEED"> <img style="position:absolute; top:980px; left:693px; width:200px; height:32px" src="./buttons/wnddir.jpg" alt="WIND DIRECTION"></div><div> <br /><br /><br /></div> <div class="unitsTable"> <div style="display:table-row"> <div id="temperature" class="cellRight"> <span id="lang_temperature">Temperature</span>: </div> <div style="display:table-cell"> <input id="rad_unitsTemp1" type="radio" name="rad_unitsTemp" value="C" checked onclick="gauges.setUnits(this);"><label id="lab_unitsTemp1" for="rad_unitsTemp1">&deg;C</label> </div> <div style="display:table-cell"> <input id="rad_unitsTemp2" type="radio" name="rad_unitsTemp" value="F" onclick="gauges.setUnits(this);"><label id="lab_unitsTemp2" for="rad_unitsTemp2">&deg;F</label> </div> </div> <div style="display:table-row"> <div id ="rainfall" class="cellRight"> <span id="lang_rainfall">Rainfall</span>: </div> <div style="display:table-cell"> <input id="rad_unitsRain1" type="radio" name="rad_unitsRain" value="mm" checked onclick="gauges.setUnits(this);"><label id="lab_unitsRain1" for="rad_unitsRain1">mm</label> </div> <div style="display:table-cell"> <input id="rad_unitsRain2" type="radio" name="rad_unitsRain" value="in" onclick="gauges.setUnits(this);"><label id="lab_unitsRain2" for="rad_unitsRain2">Inch</label> </div> </div> <div style="display:table-row"> <div id="pressure" class="cellRight"> <span id="lang_pressure">Pressure</span>: </div> <div style="display:table-cell"> <input id="rad_unitsPress1" type="radio" name="rad_unitsPress" value="hPa" checked onclick="gauges.setUnits(this);"><label id="lab_unitsPress1" for="rad_unitsPress1">hPa</label> </div> <div style="display:table-cell"> <input id="rad_unitsPress2" type="radio" name="rad_unitsPress" value="inHg" onclick="gauges.setUnits(this);"><label id="lab_unitsPress2" for="rad_unitsPress2">inHg</label> </div> <div style="display:table-cell"> <input id="rad_unitsPress3" type="radio" name="rad_unitsPress" value="mb" onclick="gauges.setUnits(this);"><label id="lab_unitsPress3" for="rad_unitsPress3">mb</label> </div> <div style="display:table-cell"> <input id="rad_unitsPress4" type="radio" name="rad_unitsPress" value="kPa" onclick="gauges.setUnits(this);"><label id="lab_unitsPress4" for="rad_unitsPress4">kPa</label> </div> </div> <div style="display:table-row"> <div id="wind" class="cellRight"> <span id="lang_windSpeed">Wind Speed</span>: </div> <div style="display:table-cell"> <input id="rad_unitsWind4" type="radio" name="rad_unitsWind" value="km/h" checked onclick="gauges.setUnits(this);"><label id="lab_unitsWind4" for="rad_unitsWind4">km/h</label> </div> <div style="display:table-cell"> <input id="rad_unitsWind3" type="radio" name="rad_unitsWind" value="m/s" onclick="gauges.setUnits(this);"><label id="lab_unitsWind3" for="rad_unitsWind3">m/s</label> </div> <div style="display:table-cell"> <input id="rad_unitsWind1" type="radio" name="rad_unitsWind" value="mph" onclick="gauges.setUnits(this);"><label id="lab_unitsWind1" for="rad_unitsWind1">mph</label> </div> <div style="display:table-cell"> <input id="rad_unitsWind2" type="radio" name="rad_unitsWind" value="kts" onclick="gauges.setUnits(this);"><label id="lab_unitsWind2" for="rad_unitsWind2">knots</label> </div> </div> <!-- Credits --> <div class="credits" style="padding: 0px 10px 10px 10px; text-align: left"> <hr> Scripts by Mark Crossley - version <span id="scriptVer"></span><br> Gauges drawn using Gerrit Grunwald\'s <a href="http://harmoniccode.blogspot.com" target="_blank">SteelSeries</a> <a href="https://github.com/HanSolo/SteelSeries-Canvas">JavaScript library</a> <span id="rgraph_attrib"><br>Wind Rose drawn using <a href="http://www.rgraph.net/">RGraph</a></span> <br> powered by <span id="programName"></span> v<span id="programVersion"></span> (b<span id="programBuild"></span>) </div><!-- Credits --> <!-- Included Scripts --> <!-- Google CDN hosted JQuery library --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <!-- or... --> <!-- Local JQuery library, do not use if your containing page already pulls in a copy of JQuery --> <!-- <script src="scripts/jquery-1.8.2.min.js"></script> --> <!-- Combined steelseries.js & tween.js --> <script src="'.$ssgDir.'scripts/steelseries_tween.min.js"></script> <!-- Once you have customised this scripts to your requirements you should minimise and concatenate them into a single file in the same order as below --> <script src="'.$ssgDir.'scripts/language.min.js"></script> <script src="'.$ssgDir.'scripts/gauges.js"></script> <!--Optional Wind Rose scripts --> <!--script src="'.$ssgDir.'scripts/windrose.js"></script> <script src="'.$ssgDir.'scripts/RGraph.common.core.min.js"></script> <script src="'.$ssgDir.'scripts/RGraph.radar.min.js"></script-->';return;}?>
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
<?php############################################################################# A Project of TNET Services, Inc. and Saratoga-Weather.org (Canada/World-ML template set)############################################################################## Project: Sample Included Website Design# Module: sample.php# Purpose: Sample Page# Authors: Kevin W. Reed <kreed@tnet.com># TNET Services, Inc.## Copyright: (c) 1992-2007 Copyright TNET Services, Inc.############################################################################# This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA############################################################################# This document uses Tab 4 Settings############################################################################//Version 1.00 - 05-Feb-2013 - initial release//Version 1.01 - 09-Feb-2013 - added default HTML if missing gauges-ss-basic-inc.php file.require_once("Settings.php");require_once("common.php");############################################################################$useHTML5 = true; // force this page to use HTML5 instead of XHTML 1.0-Transitional$useUTF8 = true; // force this page to convert language files to UTF8 for display#$TITLE = langtransstr($SITE['organ']) . " - " .langtransstr('Current Weather Gauges');$showGizmo = true; // set to false to exclude the gizmoinclude("top.php");############################################################################# Required setting:#$ssgDir = './ssg/'; // set to relative directory location of the SteelSeries gauge directory## Note: the Steel Series Gauges are available from http://wiki.sandaysoft.com/a/SteelSeries_Gauges# and must be installed in the subdirectory listed above and the scripts/gauges.js# file configured for your weather software and location of the required# data file (weather software specific). The gauges-ss-basic-inc.php file is distributed# by Mark with the SteelSeries distribution and should be in the $ssgDir directory.#############################################################################?> <link rel="stylesheet" href=" Warning: Undefined variable $ssgDir in /in/cbSra on line 1 css/gauges-ss.css"></head><body><?php############################################################################include("header.php");############################################################################include("menubar.php");?><div id="main-copy"> <h2> Fatal error: Uncaught Error: Call to undefined function langtrans() in /in/cbSra:1 Stack trace: #0 {main} thrown in /in/cbSra on line 1
Process exited with code 255.
Output for 8.0.13
Fatal error: Uncaught Error: Undefined constant "php" in /in/cbSra:1 Stack trace: #0 {main} thrown in /in/cbSra on line 1
Process exited with code 255.
Output for 7.2.0 - 7.2.6, 7.4.33
Warning: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) in /in/cbSra on line 1 <link rel="stylesheet" href=" Notice: Undefined variable: ssgDir in /in/cbSra on line 1 css/gauges-ss.css"></head><body> Warning: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) in /in/cbSra on line 1 <div id="main-copy"> <h2> Fatal error: Uncaught Error: Call to undefined function langtrans() in /in/cbSra:1 Stack trace: #0 {main} thrown in /in/cbSra on line 1
Process exited with code 255.
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.0 - 7.4.32
<?php############################################################################# A Project of TNET Services, Inc. and Saratoga-Weather.org (Canada/World-ML template set)############################################################################## Project: Sample Included Website Design# Module: sample.php# Purpose: Sample Page# Authors: Kevin W. Reed <kreed@tnet.com># TNET Services, Inc.## Copyright: (c) 1992-2007 Copyright TNET Services, Inc.############################################################################# This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA############################################################################# This document uses Tab 4 Settings############################################################################//Version 1.00 - 05-Feb-2013 - initial release//Version 1.01 - 09-Feb-2013 - added default HTML if missing gauges-ss-basic-inc.php file.require_once("Settings.php");require_once("common.php");############################################################################$useHTML5 = true; // force this page to use HTML5 instead of XHTML 1.0-Transitional$useUTF8 = true; // force this page to convert language files to UTF8 for display#$TITLE = langtransstr($SITE['organ']) . " - " .langtransstr('Current Weather Gauges');$showGizmo = true; // set to false to exclude the gizmoinclude("top.php");############################################################################# Required setting:#$ssgDir = './ssg/'; // set to relative directory location of the SteelSeries gauge directory## Note: the Steel Series Gauges are available from http://wiki.sandaysoft.com/a/SteelSeries_Gauges# and must be installed in the subdirectory listed above and the scripts/gauges.js# file configured for your weather software and location of the required# data file (weather software specific). The gauges-ss-basic-inc.php file is distributed# by Mark with the SteelSeries distribution and should be in the $ssgDir directory.#############################################################################?> <link rel="stylesheet" href=" Notice: Undefined variable: ssgDir in /in/cbSra on line 1 css/gauges-ss.css"></head><body><?php############################################################################include("header.php");############################################################################include("menubar.php");?><div id="main-copy"> <h2> Fatal error: Uncaught Error: Call to undefined function langtrans() in /in/cbSra:1 Stack trace: #0 {main} thrown in /in/cbSra on line 1
Process exited with code 255.
Output for 7.3.32 - 7.3.33
Warning: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) in /in/cbSra on line 1 <link rel="stylesheet" href="css/gauges-ss.css"></head><body> Warning: Use of undefined constant php - assumed 'php' (this will throw an Error in a future version of PHP) in /in/cbSra on line 1 <div id="main-copy"> <h2> Fatal error: Uncaught Error: Call to undefined function langtrans() in /in/cbSra:1 Stack trace: #0 {main} thrown in /in/cbSra on line 1
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20
Notice: Use of undefined constant php - assumed 'php' in /in/cbSra on line 1 <link rel="stylesheet" href=" Notice: Undefined variable: ssgDir in /in/cbSra on line 1 css/gauges-ss.css"></head><body> Notice: Use of undefined constant php - assumed 'php' in /in/cbSra on line 1 <div id="main-copy"> <h2> Fatal error: Uncaught Error: Call to undefined function langtrans() in /in/cbSra:1 Stack trace: #0 {main} thrown in /in/cbSra on line 1
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28
Notice: Use of undefined constant php - assumed 'php' in /in/cbSra on line 1 <link rel="stylesheet" href=" Notice: Undefined variable: ssgDir in /in/cbSra on line 1 css/gauges-ss.css"></head><body> Notice: Use of undefined constant php - assumed 'php' in /in/cbSra on line 1 <div id="main-copy"> <h2> Fatal error: Call to undefined function langtrans() in /in/cbSra on line 1
Process exited with code 255.
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
<?php############################################################################# A Project of TNET Services, Inc. and Saratoga-Weather.org (Canada/World-ML template set)############################################################################## Project: Sample Included Website Design# Module: sample.php# Purpose: Sample Page# Authors: Kevin W. Reed <kreed@tnet.com># TNET Services, Inc.## Copyright: (c) 1992-2007 Copyright TNET Services, Inc.############################################################################# This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA############################################################################# This document uses Tab 4 Settings############################################################################//Version 1.00 - 05-Feb-2013 - initial release//Version 1.01 - 09-Feb-2013 - added default HTML if missing gauges-ss-basic-inc.php file.require_once("Settings.php");require_once("common.php");############################################################################$useHTML5 = true; // force this page to use HTML5 instead of XHTML 1.0-Transitional$useUTF8 = true; // force this page to convert language files to UTF8 for display#$TITLE = langtransstr($SITE['organ']) . " - " .langtransstr('Current Weather Gauges');$showGizmo = true; // set to false to exclude the gizmoinclude("top.php");############################################################################# Required setting:#$ssgDir = './ssg/'; // set to relative directory location of the SteelSeries gauge directory## Note: the Steel Series Gauges are available from http://wiki.sandaysoft.com/a/SteelSeries_Gauges# and must be installed in the subdirectory listed above and the scripts/gauges.js# file configured for your weather software and location of the required# data file (weather software specific). The gauges-ss-basic-inc.php file is distributed# by Mark with the SteelSeries distribution and should be in the $ssgDir directory.#############################################################################?> <link rel="stylesheet" href=" Notice: Undefined variable: ssgDir in /in/cbSra on line 1 css/gauges-ss.css"></head><body><?php############################################################################include("header.php");############################################################################include("menubar.php");?><div id="main-copy"> <h2> Fatal error: Call to undefined function langtrans() in /in/cbSra on line 1
Process exited with code 255.
Output for 5.0.0 - 5.0.3
<?php############################################################################# A Project of TNET Services, Inc. and Saratoga-Weather.org (Canada/World-ML template set)############################################################################## Project: Sample Included Website Design# Module: sample.php# Purpose: Sample Page# Authors: Kevin W. Reed <kreed@tnet.com># TNET Services, Inc.## Copyright: (c) 1992-2007 Copyright TNET Services, Inc.############################################################################# This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA############################################################################# This document uses Tab 4 Settings############################################################################//Version 1.00 - 05-Feb-2013 - initial release//Version 1.01 - 09-Feb-2013 - added default HTML if missing gauges-ss-basic-inc.php file.require_once("Settings.php");require_once("common.php");############################################################################$useHTML5 = true; // force this page to use HTML5 instead of XHTML 1.0-Transitional$useUTF8 = true; // force this page to convert language files to UTF8 for display#$TITLE = langtransstr($SITE['organ']) . " - " .langtransstr('Current Weather Gauges');$showGizmo = true; // set to false to exclude the gizmoinclude("top.php");############################################################################# Required setting:#$ssgDir = './ssg/'; // set to relative directory location of the SteelSeries gauge directory## Note: the Steel Series Gauges are available from http://wiki.sandaysoft.com/a/SteelSeries_Gauges# and must be installed in the subdirectory listed above and the scripts/gauges.js# file configured for your weather software and location of the required# data file (weather software specific). The gauges-ss-basic-inc.php file is distributed# by Mark with the SteelSeries distribution and should be in the $ssgDir directory.#############################################################################?> <link rel="stylesheet" href=" Notice: Undefined variable: ssgDir in /in/cbSra on line 1 css/gauges-ss.css"></head><body><?php############################################################################include("header.php");############################################################################include("menubar.php");?><div id="main-copy"> <h2> Fatal error: Call to undefined function langtrans() in /in/cbSra on line 1
Process exited with code 255.
Output for 4.4.5 - 4.4.9
<?php############################################################################# A Project of TNET Services, Inc. and Saratoga-Weather.org (Canada/World-ML template set)############################################################################## Project: Sample Included Website Design# Module: sample.php# Purpose: Sample Page# Authors: Kevin W. Reed <kreed@tnet.com># TNET Services, Inc.## Copyright: (c) 1992-2007 Copyright TNET Services, Inc.############################################################################# This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA############################################################################# This document uses Tab 4 Settings############################################################################//Version 1.00 - 05-Feb-2013 - initial release//Version 1.01 - 09-Feb-2013 - added default HTML if missing gauges-ss-basic-inc.php file.require_once("Settings.php");require_once("common.php");############################################################################$useHTML5 = true; // force this page to use HTML5 instead of XHTML 1.0-Transitional$useUTF8 = true; // force this page to convert language files to UTF8 for display#$TITLE = langtransstr($SITE['organ']) . " - " .langtransstr('Current Weather Gauges');$showGizmo = true; // set to false to exclude the gizmoinclude("top.php");############################################################################# Required setting:#$ssgDir = './ssg/'; // set to relative directory location of the SteelSeries gauge directory## Note: the Steel Series Gauges are available from http://wiki.sandaysoft.com/a/SteelSeries_Gauges# and must be installed in the subdirectory listed above and the scripts/gauges.js# file configured for your weather software and location of the required# data file (weather software specific). The gauges-ss-basic-inc.php file is distributed# by Mark with the SteelSeries distribution and should be in the $ssgDir directory.#############################################################################?> <link rel="stylesheet" href=" Notice: Undefined variable: ssgDir in /in/cbSra on line 1 css/gauges-ss.css"></head><body><?php############################################################################include("header.php");############################################################################include("menubar.php");?><div id="main-copy"> <h2> Fatal error: Call to undefined function: langtrans() in /in/cbSra on line 1
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
<?php############################################################################# A Project of TNET Services, Inc. and Saratoga-Weather.org (Canada/World-ML template set)############################################################################## Project: Sample Included Website Design# Module: sample.php# Purpose: Sample Page# Authors: Kevin W. Reed <kreed@tnet.com># TNET Services, Inc.## Copyright: (c) 1992-2007 Copyright TNET Services, Inc.############################################################################# This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA############################################################################# This document uses Tab 4 Settings############################################################################//Version 1.00 - 05-Feb-2013 - initial release//Version 1.01 - 09-Feb-2013 - added default HTML if missing gauges-ss-basic-inc.php file.require_once("Settings.php");require_once("common.php");############################################################################$useHTML5 = true; // force this page to use HTML5 instead of XHTML 1.0-Transitional$useUTF8 = true; // force this page to convert language files to UTF8 for display#$TITLE = langtransstr($SITE['organ']) . " - " .langtransstr('Current Weather Gauges');$showGizmo = true; // set to false to exclude the gizmoinclude("top.php");############################################################################# Required setting:#$ssgDir = './ssg/'; // set to relative directory location of the SteelSeries gauge directory## Note: the Steel Series Gauges are available from http://wiki.sandaysoft.com/a/SteelSeries_Gauges# and must be installed in the subdirectory listed above and the scripts/gauges.js# file configured for your weather software and location of the required# data file (weather software specific). The gauges-ss-basic-inc.php file is distributed# by Mark with the SteelSeries distribution and should be in the $ssgDir directory.#############################################################################?> <link rel="stylesheet" href=" Notice: Undefined variable: ssgDir in /in/cbSra on line 1 css/gauges-ss.css"></head><body><?php############################################################################include("header.php");############################################################################include("menubar.php");?><div id="main-copy"> <h2> Fatal error: Call to undefined function: langtrans() in /in/cbSra on line 1
Process exited with code 255.
Output for 4.3.0 - 4.3.1
<?php############################################################################# A Project of TNET Services, Inc. and Saratoga-Weather.org (Canada/World-ML template set)############################################################################## Project: Sample Included Website Design# Module: sample.php# Purpose: Sample Page# Authors: Kevin W. Reed <kreed@tnet.com># TNET Services, Inc.## Copyright: (c) 1992-2007 Copyright TNET Services, Inc.############################################################################# This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version 2# of the License, or (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA############################################################################# This document uses Tab 4 Settings############################################################################//Version 1.00 - 05-Feb-2013 - initial release//Version 1.01 - 09-Feb-2013 - added default HTML if missing gauges-ss-basic-inc.php file.require_once("Settings.php");require_once("common.php");############################################################################$useHTML5 = true; // force this page to use HTML5 instead of XHTML 1.0-Transitional$useUTF8 = true; // force this page to convert language files to UTF8 for display#$TITLE = langtransstr($SITE['organ']) . " - " .langtransstr('Current Weather Gauges');$showGizmo = true; // set to false to exclude the gizmoinclude("top.php");############################################################################# Required setting:#$ssgDir = './ssg/'; // set to relative directory location of the SteelSeries gauge directory## Note: the Steel Series Gauges are available from http://wiki.sandaysoft.com/a/SteelSeries_Gauges# and must be installed in the subdirectory listed above and the scripts/gauges.js# file configured for your weather software and location of the required# data file (weather software specific). The gauges-ss-basic-inc.php file is distributed# by Mark with the SteelSeries distribution and should be in the $ssgDir directory.#############################################################################?> <link rel="stylesheet" href=" Notice: Undefined variable: ssgDir in /in/cbSra on line 1 css/gauges-ss.css"></head><body><?php############################################################################include("header.php");############################################################################include("menubar.php");?><div id="main-copy"> <h2> Fatal error: Call to undefined function: langtrans() in /in/cbSra on line 1

preferences:
251.64 ms | 409 KiB | 355 Q