<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Website uptime check</title>
	<atom:link href="http://www.wlscripting.com/tutorial/30/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wlscripting.com/tutorial/30</link>
	<description>PHP coding tutorials</description>
	<lastBuildDate>Tue, 27 Jul 2010 02:32:09 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-beta-1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nico</title>
		<link>http://www.wlscripting.com/tutorial/30/comment-page-1#comment-166025</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Thu, 08 Jan 2009 00:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://wlscripting.com/tutorial/30#comment-166025</guid>
		<description>Awesome script! Is it possible to have them enter what site they want?</description>
		<content:encoded><![CDATA[<p>Awesome script! Is it possible to have them enter what site they want?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.wlscripting.com/tutorial/30/comment-page-1#comment-138276</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 24 Sep 2008 02:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://wlscripting.com/tutorial/30#comment-138276</guid>
		<description>Glad to hear that this script is being used.</description>
		<content:encoded><![CDATA[<p>Glad to hear that this script is being used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rivo99</title>
		<link>http://www.wlscripting.com/tutorial/30/comment-page-1#comment-105696</link>
		<dc:creator>Rivo99</dc:creator>
		<pubDate>Mon, 09 Jun 2008 20:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://wlscripting.com/tutorial/30#comment-105696</guid>
		<description>Daniel -  Thanks for this script!  I find myself using it on my iPhone each morning as I&#039;m driving to work.  I made a few modifications to add a green &quot;Check&quot; and a red &quot;X&quot; depending on the site being up or down.  Like I said I use this script mostly on my iphone and with the display being smaller, the graphics help me take a quick glance and know if I have a site in trouble or not...  Here are the simple mods that I made:

if($check) {
    echo &quot;$site is up&quot;;
  } else {
    echo &quot;$site is down&quot;;

Hope this helps anyone else using a smart phone...</description>
		<content:encoded><![CDATA[<p>Daniel &#8211;  Thanks for this script!  I find myself using it on my iPhone each morning as I&#8217;m driving to work.  I made a few modifications to add a green &#8220;Check&#8221; and a red &#8220;X&#8221; depending on the site being up or down.  Like I said I use this script mostly on my iphone and with the display being smaller, the graphics help me take a quick glance and know if I have a site in trouble or not&#8230;  Here are the simple mods that I made:</p>
<p>if($check) {<br />
    echo &#8220;$site is up&#8221;;<br />
  } else {<br />
    echo &#8220;$site is down&#8221;;</p>
<p>Hope this helps anyone else using a smart phone&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://www.wlscripting.com/tutorial/30/comment-page-1#comment-2746</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Sun, 01 Apr 2007 22:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://wlscripting.com/tutorial/30#comment-2746</guid>
		<description>One of the best locations I\&#039;ve come across lately!!! Definately a permanent bookmark!</description>
		<content:encoded><![CDATA[<p>One of the best locations I\&#8217;ve come across lately!!! Definately a permanent bookmark!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://www.wlscripting.com/tutorial/30/comment-page-1#comment-202</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Tue, 21 Nov 2006 04:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://wlscripting.com/tutorial/30#comment-202</guid>
		<description>thanks, will try again and also thanks for link to comments tool. downloaded it and ready to try.</description>
		<content:encoded><![CDATA[<p>thanks, will try again and also thanks for link to comments tool. downloaded it and ready to try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.wlscripting.com/tutorial/30/comment-page-1#comment-19</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 27 Sep 2006 23:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://wlscripting.com/tutorial/30#comment-19</guid>
		<description>Running multiple copies works just fine. What is your setup and how is your script setup?

Here is a demo of this running with multiple sites being checked:
Demo: http://demo.wlscripting.com/tutorial30/prepWWW.php
Source: http://demo.wlscripting.com/tutorial30/prepWWW.phps

The comment tool is: http://www.mikesmullin.com/2006/06/05/ajax-comments-20/

Post back if you still need help!</description>
		<content:encoded><![CDATA[<p>Running multiple copies works just fine. What is your setup and how is your script setup?</p>
<p>Here is a demo of this running with multiple sites being checked:<br />
Demo: <a href="http://demo.wlscripting.com/tutorial30/prepWWW.php" rel="nofollow">http://demo.wlscripting.com/tutorial30/prepWWW.php</a><br />
Source: <a href="http://demo.wlscripting.com/tutorial30/prepWWW.phps" rel="nofollow">http://demo.wlscripting.com/tutorial30/prepWWW.phps</a></p>
<p>The comment tool is: <a href="http://www.mikesmullin.com/2006/06/05/ajax-comments-20/" rel="nofollow">http://www.mikesmullin.com/2006/06/05/ajax-comments-20/</a></p>
<p>Post back if you still need help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://www.wlscripting.com/tutorial/30/comment-page-1#comment-18</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Tue, 26 Sep 2006 22:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://wlscripting.com/tutorial/30#comment-18</guid>
		<description>also.... cool comment tool, how can I get it for my site? is it ajax?</description>
		<content:encoded><![CDATA[<p>also&#8230;. cool comment tool, how can I get it for my site? is it ajax?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://www.wlscripting.com/tutorial/30/comment-page-1#comment-17</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Tue, 26 Sep 2006 22:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://wlscripting.com/tutorial/30#comment-17</guid>
		<description>I think this is great, but when trying to put two copies on it to monitor more than one site it crashes the second instance on the page. How can this be used to monitor many sites from one page?</description>
		<content:encoded><![CDATA[<p>I think this is great, but when trying to put two copies on it to monitor more than one site it crashes the second instance on the page. How can this be used to monitor many sites from one page?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
