Thank you Ken,
I had tried an upgrade to a newer version that didn’t work a few weeks ago and went back to the old version. Using the instructions:
These two files
testtags.txt
trends-inc.txt
need to be placed in your Weather-Display \webfiles directory.
Use the Weather-Display Control Panel,
Web Files/Web Page/Real Time FTP/WDL,
Custom Web Page Setup TAB
In the ‘Special file conversion’ area
put: trends-inc.txt in local file 1
trends-inc.html in Remote file name 1
testtags.txt in Local File 2
testtags.php in Remote file name 2
Turn the switch to ON
Press Test
Press OK to save the settings.
THESE FILES ARE REQUIRED for proper operation of the weather website.
There now seems to be a mismatch of some sort and I can’t pull up my site. I’m getting a syntax error now.
Parse error: syntax error, unexpected ‘%’, expecting ‘]’ in /home/bigbaywx/domains/bigbaywx.com/public_html/testtags.php on line 346
Nothing on my site will even pull up now…oops!!
Looking at the testtags.php as near as I can figure line 346 is somewheres around here…
$icon_array[35] = "windyrain.gif"; // Wind+rain
$iconnumber = '%iconnumber%'; // icon number
$current_icon = $icon_array[%iconnumber%]; // name of our condition icon
// ----------------------------------------------------------------------------------
// $current_summary = ‘%weathercond%’ . "
" . ‘%Currentsolardescription% ‘;
$weathercond = ‘%weathercond%’;
$Currentsolardescription = ‘%Currentsolardescription% ‘;
$current_summary = $Currentsolardescription;
$current_summary = preg_replace(’|^/[^/]+/|’,’’,$current_summary);
I don’t know what I did but I’m dead in the water now. Any other ideas?? :lol:
Thanks so much,
Doug