They're free, but use at your own risk
The scripts referenced here are used in the operation of this weather station, and may be freely copied and used to support your station. Please note that you use these scripts at your own risk. No warranty is expressed or implied. I accept no liability for any damages that may ensue from their use.
You will need to configure them for your own particular weather station website.
A RSS Feed is available to help keep you informed on updates to the scripts.
Many of these scripts are now available on GitHub at https://github.com/ktrue
A Version History is available -- check back from time to time to see if there are updates to scripts you have downloaded earlier.
Announcements of version updates and new scripts are made on
WXForum.net and
Weather-Watch forums
and saratogaWXPHP Twitter account as they become available.
Note: Twitter widget has been disabled 3-Jul-2023 since it no longer displays the recent update Tweets.
This page was updated
Wednesday, 27-May-2020 4:36 PM
PHP/AJAX Website Template Set - Diagnostic tool
The Base distribution for Canada, USA and World all contain a built-in diagnostic tool (check-fetch-times.php) to help locate problems with a Saratoga template website.
The following options are available for display, base on the ?show={command} argument on the URL invoking the script
- http://your.website.com/check-fetch-times.php
- Without a ?show= argument, the script will show some basic PHP setup information and attempt to check connectivity while fetching data from external websites and display the timings and success/failure of each fetch. The external websites will be automatically selected based on the template Base (Canada, USA, World) for the support scripts for forecast, advisory, UV-index. Note in the sample, there was an issue (timeout on DNS resolution for temis.nl UV forecast site). This information is useful to help diagnose issues (slow page loads, missing data, etc.) with your website connectivity to the needed external websites for data.
Click for sample output
- http://your.website.com/check-fetch-times.php?show=info
- The ?show=info query will display information about key PHP settings, status of needed PHP functions, check for needed cURL and GD library features, test for presence and function of cache and key image/data files, and presence of the required structure/support scripts.
Click for sample output
- http://your.website.com/check-fetch-times.php?show=settings
- The ?show=settings query will display the contents (highlighted) of Settings.php, Settings-weather.php and if found Settings-language.php. The script will redact all API keys used by any of the support scripts built-in to the Saratoga template set. It may not automatically redact API key information from 3rd-party scripts. Seeing the PHP highlighted settings allows for easy remote debugging assistance, should it be needed.
Click for sample output
- http://your.website.com/check-fetch-times.php?show=structure
- The ?show=structure query will display the highlighted contents of the structure files: top.php, header.php, menubar.php, footer.php and common.php. This can be useful to remotely spot issues that may be causing website failures.
Click for sample output
- http://your.website.com/check-fetch-times.php?show=wx
- The ?show=wx query will display the highlighted contents of Settings-weather.php and use the $SITE['WXtags'] entry to show the contents of the weather tags file (testtags.php for Weather-Display or {WXname}tags.php+{WXname]-defs.php for other weather software)
Click for sample output
- http://your.website.com/check-fetch-times.php?show=versions
- The ?show=versions query is very useful to check the core scripts for your Base and Plugin against the currently-distributed version. Having a down-level script can mean loss of functionality or a fatal PHP error as external data websites and/or PHP versions change. The bottom of the page will show instructions and query information to use to fetch a complete set of needed updates. If your site has current scripts, then no additional instructions will show at the page bottom. As an aid to help folks keep the website scripts current, a new area will appear when you look at wxstatus.php on your site.. see the next item:
Click for sample output
- http://your.website.com/wxstatus.php
- The wxstatus.php page on your site is the first place to go when you are experiencing issues with displayed-data timeliness. There you can see that the data upload and realtime upload are 'current' or not. A new feature was added to also alert you that some core script(s) need attention, with a link to get the details (via check-fetch-times.php?show=versions ) so you can easily get and install updates to your site.
Click for sample output
Additional information is available for maintaining your website.