### extremes_HowTo.txt ### Weather Website PHP Scripts from Silver Acorn These programs are distributed in the hope that they may 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. !!! There is NO guaranteed support !!! ################################################################################ This script is adapted from beteljuice's original files by both beteljuice, and BCJKiwi for these websites. Do NOT use the Forum Files! The original has a table view and a list view. The list view duplicates the NOW page in cumulusXX so the included file only has the table. This has reduced the size of the file significantly, part of the reduction being to move portions of the file to extremes.php and the css to the website. This file has further been adapted so the file is multi-lingual. ################################################################################ Cumulus MX:- Open the MXUIwebsite_Options_2.2.7.zip file Open the webfilesMX folder Copy the contents of the web folder to C:\Cumulus\web Copy the contents of the webfiles folder to C:\Cumulus\webfilesMX Upload the contents of C:\Cumulus\webfilesmx to httpdocs/mxtest/ (or whatever the path is at this time). Cumulus MX:- Settings Extra web files table must be used to send the additional data file required. Normally extremes.html would be sent at the End of Day, or it could be sent every interval. This file may be updated randomly as a new max or min value is recorded so you may prefer to send it at the "interval" (typically 10 minute interval). The processed file is approximately 55KB in size. The configuration below is for updating at "interval". If sending at end of day, tick END OF DAY. The extra webfiles setting required is; !! Check your website path details !! LOCAL FILENAME REMOTE FILENAME PROCESS REALTIME Upload UTF8 BINARY END OF DAY C:\CumulusMX\web\extremesMXT.html httpdocs/mxtest/extremes.html tick notick tick tick notick notick Change the option in settings.php $show_extremes = 0; from 0 to 1 Once configuration is complete, Upload the changed file settings.php to the website. Enjoy!