Alternative ATOM Feed Alert Program
Hi, I think I found all of those fixes also. A lot of places needed to be changed… –Stan Y. Maui, Hawaii Read full topic
View ArticleAlternative ATOM Feed Alert Program
Yeah Stan. There’s more places that need changed other than what was just posted. Read full topic
View ArticleAlternative ATOM Feed Alert Program
Hi Mark, I hope that I found most of the places that needed this change. Also got the zone changes as follows: $Code_Location = array( “HIZ020” => “Windward Haleakala”, // Maui HI - priority zone...
View ArticleAlternative ATOM Feed Alert Program
You need to remove the “comma” after this line… “HIZ022” => “Haleakala Summit”, // Maui HI Should be… “HIZ022” => “Haleakala Summit” // Maui HI I use this for my cron jobs, System Scheduler. I...
View ArticleAlternative ATOM Feed Alert Program
hello alll… Thanks kindly for the help…I went with this for my area: // county/zone codes => location $Code_Location = array( “MAZ021” => “S. Plymouth ,MA”, // S. Plymouth Ma - priority zone...
View ArticleAlternative ATOM Feed Alert Program
The windows Task sceduler method that I spoke about can be found with good direction here: http://www.642weather.com/weather/wxblog/php-scripts/scheduled-http-request-windows-task-scheduler/ from Mike...
View ArticleAlternative ATOM Feed Alert Program
gateway2capecod post:309: I am awaiting the vbscript also Mentioned from a few post’s back from chrisinPa. Attached is a copy of my VBS script as a .txt file. Atom_Feed.txt (552 Bytes) Read full topic
View ArticleAlternative ATOM Feed Alert Program
Thanks Mark… I edited it to the URL path to my own AtomFeed.php file on my server and am heading down stairs to the Weather PC and see if I can get some more gray hairs in setting up the windows task...
View ArticleAlternative ATOM Feed Alert Program
ALITTLEweird1 post:307: You need to remove the “comma” after this line… “HIZ022” => “Haleakala Summit”, // Maui HI Should be… “HIZ022” => “Haleakala Summit” // Maui HI The comma should make no...
View ArticleAlternative ATOM Feed Alert Program
If the comma is in there on the last line, it doesnt work. I made that mistake awhile ago. Read full topic
View ArticleAlternative ATOM Feed Alert Program
ALITTLEweird1 post:313: If the comma is in there on the last line, it doesnt work. I made that mistake awhile ago. You are correct… was thinking of something else… sorry. Read full topic
View ArticleAlternative ATOM Feed Alert Program
Hello… A few more questions… when setting up the Atom-Feed vbs file…should it be named Atom-Feed.vbs or Atom_Feed.VBS? …Basically what I am asking is, should the vbs be lower caser or capitals? I used...
View ArticleAlternative ATOM Feed Alert Program
gateway2capecod post:315: Hello… A few more questions… when setting up the Atom-Feed vbs file…should it be named Atom-Feed.vbs or Atom_Feed.VBS? …Basically what I am asking is, should the vbs better...
View ArticleAlternative ATOM Feed Alert Program
hi mark… your file must have an extension at the end and you said it was a vbs file…named Atom-Feed.vbs my questions was…do rename the file you put up a few post back as Atom-Feed.txt to...
View ArticleAlternative ATOM Feed Alert Program
Oh… I misread that. Yes, it should be Atom-Feed.vbs… lowercase. It has to be a .vbs file or the file wont work in the scheduler program. I use System Scheduler, the free version here…...
View ArticleAlternative ATOM Feed Alert Program
TNETWeather post:312: An alternative would be to use Pseudo Cron or something like it which is done in PHP and basically runs off the hits to your own website to trigger it. This is especially good...
View ArticleAlternative ATOM Feed Alert Program
This can be implemented a number of different ways. The key is that the trigger needs to included in one of your most common files (like assuming you have one Settings.php for example since every page...
View ArticleAlternative ATOM Feed Alert Program
hello… well after thinking it over past few days, I decided to just stick with my original atom-advisories and Atom top warning script that comes with the PHP Carterlake templates. I really have no...
View ArticleAlternative ATOM Feed Alert Program
Anyone have the latest code for the Alternative ATOM Feed Alert Program provided by curly? I have tried the links and they all seem to be broken. Thanks Mike Read full topic
View ArticleAlternative ATOM Feed Alert Program
The NWS has divided the Coastal Counties of NC and SC into Coastal Zones and Inland Zones and “finally” put them into an ATOM/CAP Feed Format. I using Curly’s latest Version of the Atom Feed Program...
View Article