[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 379: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
AquaticTechTank.net A forum dedicated to design and program aquatic tanks 2015-05-16T14:53:08-05:00 https://aquatictechtank.com/feed.php?f=37 2015-05-16T14:53:08-05:00 2015-05-16T14:53:08-05:00 https://aquatictechtank.com/viewtopic.php?t=185&p=536#p536 <![CDATA[Programming • Re: Ardunio web server login]]> Statistics: Posted by mistergreen — Sat May 16, 2015 2:53 pm


]]>
2015-02-23T17:44:40-05:00 2015-02-23T17:44:40-05:00 https://aquatictechtank.com/viewtopic.php?t=185&p=530#p530 <![CDATA[Programming • Re: Ardunio web server HTTP Authorization login]]> Statistics: Posted by mistergreen — Mon Feb 23, 2015 5:44 pm


]]>
2014-06-03T10:25:31-05:00 2014-06-03T10:25:31-05:00 https://aquatictechtank.com/viewtopic.php?t=185&p=507#p507 <![CDATA[Programming • Ardunio web server login]]> How to create a secure ardunio web server login by using a session variable.



I want to clarify what wasn't in the video. The cookie's life span you create is a temporary one, as long as the window is open. You can specify an expiration date. Also the Browser automatically sends the cookie info back to the sever every time you make a call (as long it's the same domain of course).

Oh, and this is a one user session only. If you want multiple users, you'd have to create a session array on your server and cycle through it to see who is who.

Statistics: Posted by mistergreen — Tue Jun 03, 2014 10:25 am


]]>
2013-02-07T19:47:41-05:00 2013-02-07T19:47:41-05:00 https://aquatictechtank.com/viewtopic.php?t=160&p=366#p366 <![CDATA[Programming • Run C programs on XCode 4, OS X]]>
Here's how to set it up.

http://www.youtube.com/watch?v=7f6QIInt1M8

Statistics: Posted by mistergreen — Thu Feb 07, 2013 7:47 pm


]]>
2013-01-21T06:40:04-05:00 2013-01-21T06:40:04-05:00 https://aquatictechtank.com/viewtopic.php?t=14&p=317#p317 <![CDATA[Programming • Re: Funny Fish]]>

Statistics: Posted by dan — Mon Jan 21, 2013 6:40 am


]]>
2013-01-19T15:44:29-05:00 2013-01-19T15:44:29-05:00 https://aquatictechtank.com/viewtopic.php?t=14&p=304#p304 <![CDATA[Programming • Re: Funny Fish]]> Statistics: Posted by mistergreen — Sat Jan 19, 2013 3:44 pm


]]>
2013-01-07T20:50:16-05:00 2013-01-07T20:50:16-05:00 https://aquatictechtank.com/viewtopic.php?t=14&p=210#p210 <![CDATA[Programming • Re: Funny Fish]]> Statistics: Posted by mistergreen — Mon Jan 07, 2013 8:50 pm


]]>
2012-12-24T20:19:25-05:00 2012-12-24T20:19:25-05:00 https://aquatictechtank.com/viewtopic.php?t=14&p=80#p80 <![CDATA[Programming • Re: Funny Fish]]>

Anyways, the first panel for this new forum.

Statistics: Posted by mistergreen — Mon Dec 24, 2012 8:19 pm


]]>
2012-12-22T02:03:51-05:00 2012-12-22T02:03:51-05:00 https://aquatictechtank.com/viewtopic.php?t=14&p=74#p74 <![CDATA[Programming • Re: Funny Fish]]> Statistics: Posted by oldpunk — Sat Dec 22, 2012 2:03 am


]]>
2012-12-19T21:23:36-05:00 2012-12-19T21:23:36-05:00 https://aquatictechtank.com/viewtopic.php?t=8&p=68#p68 <![CDATA[Programming • Re: A beginner's guide to programming]]> Statistics: Posted by mistergreen — Wed Dec 19, 2012 9:23 pm


]]>
2012-12-19T15:45:47-05:00 2012-12-19T15:45:47-05:00 https://aquatictechtank.com/viewtopic.php?t=14&p=67#p67 <![CDATA[Programming • Re: Funny Fish]]> Statistics: Posted by mistergreen — Wed Dec 19, 2012 3:45 pm


]]>
2012-12-19T15:44:44-05:00 2012-12-19T15:44:44-05:00 https://aquatictechtank.com/viewtopic.php?t=14&p=66#p66 <![CDATA[Programming • Re: Funny Fish]]>


I have another shrimp one in the works.

Statistics: Posted by mistergreen — Wed Dec 19, 2012 3:44 pm


]]>
2012-12-19T15:44:24-05:00 2012-12-19T15:44:24-05:00 https://aquatictechtank.com/viewtopic.php?t=14&p=65#p65 <![CDATA[Programming • Re: Funny Fish]]>

Statistics: Posted by mistergreen — Wed Dec 19, 2012 3:44 pm


]]>
2012-12-19T15:43:42-05:00 2012-12-19T15:43:42-05:00 https://aquatictechtank.com/viewtopic.php?t=14&p=64#p64 <![CDATA[Programming • Re: Funny Fish]]>
I haven't seen the movie yet but it inspires this.

Statistics: Posted by mistergreen — Wed Dec 19, 2012 3:43 pm


]]>
2012-12-19T15:43:17-05:00 2012-12-19T15:43:17-05:00 https://aquatictechtank.com/viewtopic.php?t=14&p=63#p63 <![CDATA[Programming • Re: Funny Fish]]>

Statistics: Posted by mistergreen — Wed Dec 19, 2012 3:43 pm


]]>