php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#227667 - 03/01/03 03:10 PM Re: data retrieval - public domain [Re: kwalenta]
chillin Offline
Journeyman

Registered: 01/26/03
Posts: 127
Loc: bend, OR USA
thanks for the inspiration, i got something similar working with mountain weather and avalanche forecasts from NOAA as well
_________________________
i see threads people
http://www.chinooktc.com

Top
#227668 - 11/04/03 03:29 AM Re: data retrieval - public domain [Re: kwalenta]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Mine tide program crashed.. doesn't regex out the tide data from noaa properly so it returns a blank data field. Noaa must have changed something and my regex no longer works. <img src="http://www.ubbdev.com/forum/images/graemlins/frown.gif" alt="" />

Top
#227669 - 12/13/03 08:19 PM Re: data retrieval - public domain [Re: kwalenta]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Mine is broke... not sure why it doesn't work but comes back with no tides. Anybody care to take a look see if it works on there server or if its just me.

Top
#227670 - 12/13/03 10:27 PM Re: data retrieval - public domain [Re: Kelly]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
If you want I can try it out for you.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#227671 - 12/13/03 10:47 PM Re: data retrieval - public domain [Re: sf49rminer]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
yes please

Top
#227672 - 12/24/03 04:38 PM Re: data retrieval - public domain [Re: Kelly]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
They've changed the set up at NOAA. I'll try to get you the new code by this weekend.
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top
#227673 - 12/25/03 12:10 AM Re: data retrieval - public domain [Re: ]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
thank you thank you ...

Top
#227674 - 12/25/03 06:28 AM Re: data retrieval - public domain [Re: Kelly]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
And Fishtails ownes the 39.95 program LOL
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#227675 - 12/25/03 08:14 PM Re: data retrieval - public domain [Re: sf49rminer]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
I see the program now that you mentioned it. I don't think that is the cause of the trouble. Look forward to finding out.

Top
#227676 - 12/25/03 09:28 PM Re: data retrieval - public domain [Re: Kelly]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Well there seems to be a new cgi engine running and thus your data fields in the regex do not match and are altered thus your data is not pulled.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#227677 - 12/27/03 02:54 AM Re: data retrieval - public domain [Re: sf49rminer]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
Umm, that's only 9.95. <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /> Actually, you can see the tides in a calendar format here. The new year is coming up, so I gotta get it squared away in a couple of days. Not enough time in the day. sigh!
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top
#227678 - 12/27/03 04:33 AM Re: data retrieval - public domain [Re: ]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Nicely done.. looks like a well spent 10 bucks

Top
#227679 - 01/12/04 02:59 PM Re: data retrieval - public domain [Re: Kelly]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Fishtails any headway on this one? Willing to pay for a working version so I can give this to my users and myself or couse <img src="http://www.ubbdev.com/forum/images/graemlins/laugh.gif" alt="" />

Top
#227680 - 01/12/04 07:12 PM Re: data retrieval - public domain [Re: Kelly]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
Um, yeah, I forgot. It's done. I've got it running out of a database, i.e. first you extract the data from NOAA, insert it into a database. Then your script pulls it from the database so it's tons faster. No need for cron because the tide predictions are done from certain 'harmonic constants' , so basically no matter when you go to NOAA and get tidal predictions, they are the same each time you go because they are using the same 'hc's' each time. So, you can get the tides and insert them into a db one time during the year, and just check them occasionally to ensure that the data matches what you have with what NOAA has.<br /><br />You can see the working version of the 'Tide Sticker' at http://www.fish-tails.net in the left hand column. It's not in a pal bax because I'm currently not using IIP for my home page due to some weird problems. However, it's just a matter of inserting the code into a cusompalbox. You can see it working in a pal box at http://www.fish-tails.net/index3.php (the one that was giving me problems and suddenly is working again). That's IIP 5.3.1, but it shouldn't matter which IIP you're using since it's just basic php code added to a a pal box.<br /><br />I also have a calendar running at http://www.fish-tails.net/threads/tidecal.php , which has a drop down box to grab the station for where ever you want and displays it in calendar format. It pulls from the same tables as the Tide Sticker. Though it is working flawlessly, there is some code cleanup I want to do for the calendar.<br /><br />I know you want the Tide Sticker. Send me a PM with an email and I'll send you the scripts as soon as I do some cleanup. There is one file for getting the data and inserting into a table. The other script is for the Tide Sticker itself. Once you've installed them and you fel like it's worth something to you, you can let me know and I'll give you my paypal address.<br /><br />If you want the calendar as well, that can be dones as well, but as I stated, I need to do some definite code cleanup for that. Let me know if you want that one as well, but I need more time to clean it up.<br /><br />Please keep in mind that I have many Florida fishing sites that would love to have my site go belly up, but they want my tides calendar and sticker really bad. Plus, they're trying to figure out how I've got weather (integrated with threads) on my site as well (members only feature). So, with that being said, you must agree NOT to divulge any of the code for either the tides calendar or the sticker to anyone. I am hoping that one of the big players (no names but they have some big fishing publications out, as well as big fishing sites) might see my scripts valuable, which would equate to a big "Fish ON!" inangling terms. <img src="http://www.ubbdev.com/forum/images/graemlins/laugh.gif" alt="" /><br /><br />Anyway, send me an email in the PM. I'll get it to you soon as I can.<br /><br />Tight Lines and either fish or cut bait! <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top
#227681 - 01/13/04 03:35 AM Re: data retrieval - public domain [Re: ]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Thanks I sent you a PM with my email.

Top
#227682 - 01/13/04 09:46 AM Re: data retrieval - public domain [Re: Kelly]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
Check your email Marty. Enjoy.
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top
#227683 - 01/13/04 03:24 PM Re: data retrieval - public domain [Re: ]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Never made it through.. checked my spam filter. Please send to my other email. Sent you a new private email.<br />Thanks

Top
#227684 - 12/21/04 09:31 PM Re: data retrieval - public domain [Re: Kelly]
YakFool Offline
Lurker

Registered: 12/21/04
Posts: 1
Any chance I could get a copy of tidecal.php and the scripts? It's awesome.

Top
Page 2 of 2 < 1 2



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks