<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for Guests</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Thu, 24 Jul 2008 13:16:37 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Guests Online</title>
	<link>http://www.bytemycode.com/snippets/snippet/126/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/126/comments/</comments>
	<pubDate>Wed, 01 Mar 2006 17:13:29 +0000</pubDate>
	<dc:creator>Pineriver</dc:creator>
	<category>Guests, Online</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/126/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Wed. Mar. 1st, 2006  5:13 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/126/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_beginner.gif" align="middle" class="icon" alt="Beginner" /> <a href="http://www.bytemycode.com/members/member/Pineriver/" title="Beginner">Pineriver</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/Guests">Guests</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Online">Online</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/126/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 1
			<p>Outputs the number of guests online / people browsing the page. <br />Using PHP and a text database.<br />Copy and paste this code into your PHP source code where you would like the count number to appear.<br />If you would like it in more then one place, just include the code once and echo out $Online_Guests <br /><br /><br />Create a file named 'online.txt' and upload it to the same drive as the web page, set permissions to read and write. <br /><br />The "$TimeoutOnlineMinutes" is the amount of minutes to timeout guests, you may want to change this to a lower amount if your site is viewed often.</p>
		]]>
	</description>
</item>
	</channel>
</rss>