<?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"
	>
<channel>
	<title>Comments for GadElKareem</title>
	<atom:link href="http://gadelkareem.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gadelkareem.com</link>
	<description>Ideas For Sharing</description>
	<pubDate>Wed, 27 Aug 2008 23:23:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Compressing your HTML, CSS and Javascript using simple PHP Code by wkarim</title>
		<link>http://gadelkareem.com/2007/06/23/compressing-your-html-css-and-javascript-using-simple-php-code/#comment-4281</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Wed, 27 Aug 2008 22:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/06/23/compressing-your-html-css-and-javascript-using-simple-php-code/#comment-4281</guid>
		<description>@louis
Thanks for your comment.
I think I need to simplify it a lil yes</description>
		<content:encoded><![CDATA[<p>@louis<br />
Thanks for your comment.<br />
I think I need to simplify it a lil yes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compressing your HTML, CSS and Javascript using simple PHP Code by Louis</title>
		<link>http://gadelkareem.com/2007/06/23/compressing-your-html-css-and-javascript-using-simple-php-code/#comment-4279</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Wed, 27 Aug 2008 22:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/06/23/compressing-your-html-css-and-javascript-using-simple-php-code/#comment-4279</guid>
		<description>Hi wkarim, and thanks for sharing these pieces of code. They are interesting.

Though I wonder about your html_compress function. Is it necessary to use so much regex ? I have a function that does the nearly the same :

function compress($string){
	$string = str_replace("\n", "", $string);
	$string = str_replace("\t", "", $string);
	$string = wordwrap($string, 990, "\n");
	
	return $string;
}

The thing that is cleary missing, is a way to preserve the &lt;code&gt;code&lt;/code&gt; and &lt;code&gt;pre&lt;/code&gt; tags. So my function is not complete, but yours seems overkill to me.

There has to be a correct middle.</description>
		<content:encoded><![CDATA[<p>Hi wkarim, and thanks for sharing these pieces of code. They are interesting.</p>
<p>Though I wonder about your html_compress function. Is it necessary to use so much regex ? I have a function that does the nearly the same :</p>
<p>function compress($string){<br />
	$string = str_replace("\n", &#8220;", $string);<br />
	$string = str_replace("\t", &#8220;", $string);<br />
	$string = wordwrap($string, 990, &#8220;\n");</p>
<p>	return $string;<br />
}</p>
<p>The thing that is cleary missing, is a way to preserve the <code>code</code> and <code>pre</code> tags. So my function is not complete, but yours seems overkill to me.</p>
<p>There has to be a correct middle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by wkarim</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-3594</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Wed, 13 Aug 2008 22:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-3594</guid>
		<description>@king
looks like you pinged google with a sitemap then deleted it, try ping google again with the right sitemap name or add it manually on google webmaster tools</description>
		<content:encoded><![CDATA[<p>@king<br />
looks like you pinged google with a sitemap then deleted it, try ping google again with the right sitemap name or add it manually on google webmaster tools</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by king</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-3583</link>
		<dc:creator>king</dc:creator>
		<pubDate>Wed, 13 Aug 2008 14:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-3583</guid>
		<description>I'm running php4  and 0.2b and can not get it to run. I have got to the point where everything runs fine, but google and others returns errors. the below one is saying the file is not present i 20080813 and there is no file

/hsphere/local/home/mgruppe/forkortelse.dk/sitemap/data/sites/www.forkortelse.dk_sitemaps/20080813 could not be found IP -: http://whois.domaintools.com/66.249.71.79
Date -:  04:26:44 pm ( Wednesday 13  August 2008 ) Bot -: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) Location -: http://www.forkortelse.dk/sitemap.php?do=showsitemap&#38;sm=20080813.xml.gz

if i go to http://www.forkortelse.dk/sitemap.php?do=showsitemap&#38;sm=20080813.xml.gz
it returns that something is wrong with the xml file

file attibutes should be ok
Thanks for a nice script!

BR 
Henrik</description>
		<content:encoded><![CDATA[<p>I'm running php4  and 0.2b and can not get it to run. I have got to the point where everything runs fine, but google and others returns errors. the below one is saying the file is not present i 20080813 and there is no file</p>
<p>/hsphere/local/home/mgruppe/forkortelse.dk/sitemap/data/sites/www.forkortelse.dk_sitemaps/20080813 could not be found IP -: <a href="http://whois.domaintools.com/66.249.71.79" rel="nofollow">http://whois.domaintools.com/66.249.71.79</a><br />
Date -:  04:26:44 pm ( Wednesday 13  August 2008 ) Bot -: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) Location -: <a href="http://www.forkortelse.dk/sitemap.php?do=showsitemap&amp;sm=20080813.xml.gz" rel="nofollow">http://www.forkortelse.dk/sitemap.php?do=showsitemap&amp;sm=20080813.xml.gz</a></p>
<p>if i go to <a href="http://www.forkortelse.dk/sitemap.php?do=showsitemap&amp;sm=20080813.xml.gz" rel="nofollow">http://www.forkortelse.dk/sitemap.php?do=showsitemap&amp;sm=20080813.xml.gz</a><br />
it returns that something is wrong with the xml file</p>
<p>file attibutes should be ok<br />
Thanks for a nice script!</p>
<p>BR<br />
Henrik</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by wkarim</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-3230</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Wed, 06 Aug 2008 15:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-3230</guid>
		<description>@mikey, SearkeCom
Please enable debug mode to give me a better idea about what is happening.</description>
		<content:encoded><![CDATA[<p>@mikey, SearkeCom<br />
Please enable debug mode to give me a better idea about what is happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by mikey</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-3150</link>
		<dc:creator>mikey</dc:creator>
		<pubDate>Tue, 05 Aug 2008 20:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-3150</guid>
		<description>i been checking the log file and the only error in it is this one:

[05-Aug-2008 15:06:56] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/xxxxxxx/public_html/sitemap/.function.inc.php on line 295</description>
		<content:encoded><![CDATA[<p>i been checking the log file and the only error in it is this one:</p>
<p>[05-Aug-2008 15:06:56] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/xxxxxxx/public_html/sitemap/.function.inc.php on line 295</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by mikey</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-3149</link>
		<dc:creator>mikey</dc:creator>
		<pubDate>Tue, 05 Aug 2008 20:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-3149</guid>
		<description>Same here i upgrade to the new version and still no luck when i click the Crawl link it displays a number then it does nothing, now if i click any other link it shows that the cache has around 36 elements but nothing else no list nothing, dont know what else to do</description>
		<content:encoded><![CDATA[<p>Same here i upgrade to the new version and still no luck when i click the Crawl link it displays a number then it does nothing, now if i click any other link it shows that the cache has around 36 elements but nothing else no list nothing, dont know what else to do</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by SearleCom</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-2466</link>
		<dc:creator>SearleCom</dc:creator>
		<pubDate>Thu, 31 Jul 2008 19:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-2466</guid>
		<description>Installed, crawls fine after logging in via http://thenetradio.co.uk/sitemap/sitemap.php

Once crawl has finished I press Create Sitemaps and get Please crawl thenetradio.co.uk/index.php first.

Sevrer is running PHP 5.2.6

Any ideas?

Mike</description>
		<content:encoded><![CDATA[<p>Installed, crawls fine after logging in via <a href="http://thenetradio.co.uk/sitemap/sitemap.php" rel="nofollow">http://thenetradio.co.uk/sitemap/sitemap.php</a></p>
<p>Once crawl has finished I press Create Sitemaps and get Please crawl thenetradio.co.uk/index.php first.</p>
<p>Sevrer is running PHP 5.2.6</p>
<p>Any ideas?</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding FAlbum URLs to XML-Sitemap WordPress Plugin by wkarim</title>
		<link>http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-2246</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Wed, 30 Jul 2008 12:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-2246</guid>
		<description>@coalman
please use &lt;a href="http://gadelkareem.com/adding-falbum-urls-to-xml-sitemap-wordpress-plugin.txt" rel="nofollow"&gt;text file&lt;/a&gt; to copy your code</description>
		<content:encoded><![CDATA[<p>@coalman<br />
please use <a href="http://gadelkareem.com/adding-falbum-urls-to-xml-sitemap-wordpress-plugin.txt" rel="nofollow">text file</a> to copy your code</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding FAlbum URLs to XML-Sitemap WordPress Plugin by Coalman</title>
		<link>http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-2208</link>
		<dc:creator>Coalman</dc:creator>
		<pubDate>Wed, 30 Jul 2008 09:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-2208</guid>
		<description>I am unable to cut + paste your code as it throws up unusual characters.  I've tried visual browsers like Firefox and also Lynx.

Can you please help ?</description>
		<content:encoded><![CDATA[<p>I am unable to cut + paste your code as it throws up unusual characters.  I've tried visual browsers like Firefox and also Lynx.</p>
<p>Can you please help ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by wkarim</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-1417</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Thu, 24 Jul 2008 06:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-1417</guid>
		<description>@Bo
it should continue crawling the site normally but http://mym8.eu/ will not show on the sitemap as it's a redirect page</description>
		<content:encoded><![CDATA[<p>@Bo<br />
it should continue crawling the site normally but <a href="http://mym8.eu/" rel="nofollow">http://mym8.eu/</a> will not show on the sitemap as it&#8217;s a redirect page</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by Bo</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-1410</link>
		<dc:creator>Bo</dc:creator>
		<pubDate>Thu, 24 Jul 2008 03:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-1410</guid>
		<description>hi,
i get this error:
WARNING: Page http://mym8.eu/ is redirecting to home.php
DEBUG: URL "http://mym8.eu/" Blacklisted. Reason : Empty Page

can you please advice?
thank you in advance</description>
		<content:encoded><![CDATA[<p>hi,<br />
i get this error:<br />
WARNING: Page <a href="http://mym8.eu/" rel="nofollow">http://mym8.eu/</a> is redirecting to home.php<br />
DEBUG: URL &#8220;http://mym8.eu/" Blacklisted. Reason : Empty Page</p>
<p>can you please advice?<br />
thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-1127</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Tue, 22 Jul 2008 01:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-1127</guid>
		<description>@Frank
Good point! It has not been tested from console, however I will consider adding console interface on the next versions</description>
		<content:encoded><![CDATA[<p>@Frank<br />
Good point! It has not been tested from console, however I will consider adding console interface on the next versions</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Frank</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-1084</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 21 Jul 2008 17:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-1084</guid>
		<description>Hi,
first, thank you for this great script. It works perfect with a browser. But it doesn't work from console. The only output is the HTML Markup from sitemap.php. But nothing is crawled and no sitemap is created. Do you have a workaround how to crawl from console/cron?
Thank You</description>
		<content:encoded><![CDATA[<p>Hi,<br />
first, thank you for this great script. It works perfect with a browser. But it doesn't work from console. The only output is the HTML Markup from sitemap.php. But nothing is crawled and no sitemap is created. Do you have a workaround how to crawl from console/cron?<br />
Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by wkarim</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-608</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Thu, 17 Jul 2008 00:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-608</guid>
		<description>@flobster
yes, you can use regular expressions to disable those URLs, examples are included on the config file.
ex : define('SMC_DISABLED_DIRS', '\?a=page:2' );</description>
		<content:encoded><![CDATA[<p>@flobster<br />
yes, you can use regular expressions to disable those URLs, examples are included on the config file.<br />
ex : define('SMC_DISABLED_DIRS', '\?a=page:2&#8242; );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by flobster</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-605</link>
		<dc:creator>flobster</dc:creator>
		<pubDate>Wed, 16 Jul 2008 23:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-605</guid>
		<description>nice script! just one question: i have several urls ending with "?a=page:2" which i want to exclude from being crawled. Will this be possible using SMC_DISABLED_DIRS?</description>
		<content:encoded><![CDATA[<p>nice script! just one question: i have several urls ending with &#8220;?a=page:2&#8243; which i want to exclude from being crawled. Will this be possible using SMC_DISABLED_DIRS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing Flickr FAlbum rewrite rules, thumbnails, javascripts and more &#8230; by Damir</title>
		<link>http://gadelkareem.com/2007/11/20/fixing-flickr-falbum-rewrite-rules-thumbnails-javascripts-and-more/#comment-553</link>
		<dc:creator>Damir</dc:creator>
		<pubDate>Sat, 12 Jul 2008 14:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/11/20/fixing-flickr-falbum-rewrite-rules-thumbnails-javascripts-and-more/#comment-553</guid>
		<description>Thanks a lot! I am preparing my own blog and this really helped me out! At first, the Show Exif was not working. After I followed your steps the problem was solved!

Greetings, 

Damir</description>
		<content:encoded><![CDATA[<p>Thanks a lot! I am preparing my own blog and this really helped me out! At first, the Show Exif was not working. After I followed your steps the problem was solved!</p>
<p>Greetings, </p>
<p>Damir</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by bispak</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-552</link>
		<dc:creator>bispak</dc:creator>
		<pubDate>Sat, 12 Jul 2008 10:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-552</guid>
		<description>Thanks wkarim, works well using this version.

I use it on my site &lt;a href="http://www.tukarinfobispak.com" rel="nofollow"&gt;tukarinfobispak.com&lt;/a&gt;

anytime search engine robot read my sitemap, email sent to my mailbox inform about their activity.</description>
		<content:encoded><![CDATA[<p>Thanks wkarim, works well using this version.</p>
<p>I use it on my site <a href="http://www.tukarinfobispak.com" rel="nofollow">tukarinfobispak.com</a></p>
<p>anytime search engine robot read my sitemap, email sent to my mailbox inform about their activity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by bispak</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-537</link>
		<dc:creator>bispak</dc:creator>
		<pubDate>Fri, 11 Jul 2008 05:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-537</guid>
		<description>when i download, install and run sitemap creator 0.2b
Voila.. it's works well.. yippeeee....

sitemap20080711.xml.gz Created successfully

Where i can see sitemap20080711.xml.gz ?

when i'll submit sitemap to google as per SMC advised i dont know what i can submit since i cant find xml file under root or sitemap folder.

Please more advise and sorry to make you busy with my questions. Hope you dont mind.</description>
		<content:encoded><![CDATA[<p>when i download, install and run sitemap creator 0.2b<br />
Voila.. it&#8217;s works well.. yippeeee&#8230;.</p>
<p>sitemap20080711.xml.gz Created successfully</p>
<p>Where i can see sitemap20080711.xml.gz ?</p>
<p>when i'll submit sitemap to google as per SMC advised i dont know what i can submit since i cant find xml file under root or sitemap folder.</p>
<p>Please more advise and sorry to make you busy with my questions. Hope you dont mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by bispak</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-536</link>
		<dc:creator>bispak</dc:creator>
		<pubDate>Fri, 11 Jul 2008 04:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-536</guid>
		<description>thanks, i'll download and try sitemap creator 0.2b</description>
		<content:encoded><![CDATA[<p>thanks, i'll download and try sitemap creator 0.2b</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-526</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Wed, 09 Jul 2008 19:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-526</guid>
		<description>@bispak
please use the new version &lt;a href="http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/" rel="nofollow"&gt;sitemap creator 0.2b&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@bispak<br />
please use the new version <a href="http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/" rel="nofollow">sitemap creator 0.2b</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by bispak</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-518</link>
		<dc:creator>bispak</dc:creator>
		<pubDate>Wed, 09 Jul 2008 00:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-518</guid>
		<description>same result happened with or without "www".
success in crawl but csv file and sitemap not created.
what's wrong with me? am i not lucky?
:(</description>
		<content:encoded><![CDATA[<p>same result happened with or without &#8220;www".<br />
success in crawl but csv file and sitemap not created.<br />
what&#8217;s wrong with me? am i not lucky?<br />
 <img src='http://gadelkareem.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by bispak</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-517</link>
		<dc:creator>bispak</dc:creator>
		<pubDate>Wed, 09 Jul 2008 00:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-517</guid>
		<description>When i clink on "Display CSV File" the result is same with when i click on “Create Sitemaps".
“Please crawl tukarinfobispak.com first"</description>
		<content:encoded><![CDATA[<p>When i clink on &#8220;Display CSV File" the result is same with when i click on “Create Sitemaps".<br />
“Please crawl tukarinfobispak.com first"</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by bispak</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-516</link>
		<dc:creator>bispak</dc:creator>
		<pubDate>Wed, 09 Jul 2008 00:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-516</guid>
		<description>i'm sure crawling is finish with the result:
Finished crawling www.tukarinfobispak.com, Crawled 72 links
Took 26.69 Seconds, using 2MB of memory

and then at the end mention about the url to add to crontab or schedule tasks.

Still, when i click “Create Sitemaps" i got answer: "Please crawl tukarinfobispak.com first".

I use PHP Version 5.2.5</description>
		<content:encoded><![CDATA[<p>i'm sure crawling is finish with the result:<br />
Finished crawling <a href="http://www.tukarinfobispak.com" rel="nofollow">http://www.tukarinfobispak.com</a>, Crawled 72 links<br />
Took 26.69 Seconds, using 2MB of memory</p>
<p>and then at the end mention about the url to add to crontab or schedule tasks.</p>
<p>Still, when i click “Create Sitemaps" i got answer: &#8220;Please crawl tukarinfobispak.com first".</p>
<p>I use PHP Version 5.2.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-511</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Tue, 08 Jul 2008 14:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-511</guid>
		<description>@bispak
Make sure the script finishes crawling before you create the sitemap</description>
		<content:encoded><![CDATA[<p>@bispak<br />
Make sure the script finishes crawling before you create the sitemap</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by Ferran</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-468</link>
		<dc:creator>Ferran</dc:creator>
		<pubDate>Wed, 18 Jun 2008 09:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-468</guid>
		<description>@wkarim
I set to false SMC_GSS and the result is the same...
When I look at CSV or the table of sitemap.php show the links... It may be the codification of the files? I try in my sites in UTF and works perfectly, but when i try in this site that's in ISO, the xml is corrupt... I don't understand it,  the functions are correct and config too...</description>
		<content:encoded><![CDATA[<p>@wkarim<br />
I set to false SMC_GSS and the result is the same&#8230;<br />
When I look at CSV or the table of sitemap.php show the links&#8230; It may be the codification of the files? I try in my sites in UTF and works perfectly, but when i try in this site that&#8217;s in ISO, the xml is corrupt&#8230; I don't understand it,  the functions are correct and config too&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by wkarim</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-467</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Wed, 18 Jun 2008 07:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-467</guid>
		<description>@Ferran
can you change constant SMC_GSS to false to disable GSS and try again?</description>
		<content:encoded><![CDATA[<p>@Ferran<br />
can you change constant SMC_GSS to false to disable GSS and try again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by links for 2008-06-18 &#171; Free Open Source Directory</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-466</link>
		<dc:creator>links for 2008-06-18 &#171; Free Open Source Directory</dc:creator>
		<pubDate>Wed, 18 Jun 2008 00:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-466</guid>
		<description>[...] Sitemap Creator 0.2 beta :: GadElKareem (tags: Sitemap Creator 0.2 beta :: GadElKareem) [...]</description>
		<content:encoded><![CDATA[<p>[...] Sitemap Creator 0.2 beta :: GadElKareem (tags: Sitemap Creator 0.2 beta :: GadElKareem) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by Ferran</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-465</link>
		<dc:creator>Ferran</dc:creator>
		<pubDate>Tue, 17 Jun 2008 07:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-465</guid>
		<description>http://cordigual.com/__sitemap/sitemap.php?do=showsitemap&#38;sm=sitemap.xml.gz</description>
		<content:encoded><![CDATA[<p><a href="http://cordigual.com/__sitemap/sitemap.php?do=showsitemap&amp;sm=sitemap.xml.gz" rel="nofollow">http://cordigual.com/__sitemap/sitemap.php?do=showsitemap&amp;sm=sitemap.xml.gz</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by wkarim</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-445</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Sat, 14 Jun 2008 03:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-445</guid>
		<description>@Ferran
can you give me a like to your sitemap xml file?</description>
		<content:encoded><![CDATA[<p>@Ferran<br />
can you give me a like to your sitemap xml file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by Ferran</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-443</link>
		<dc:creator>Ferran</dc:creator>
		<pubDate>Fri, 13 Jun 2008 12:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-443</guid>
		<description>I use your Sitemap Creator for a site and all going OK, show a table with the URL's and no error messages. But when I click "Create Sitemaps" the XML is mal formed and incorrect. Any suggestion?
The Site is in ISO-8859-1 and Sitemap in UTF-8...

</description>
		<content:encoded><![CDATA[<p>I use your Sitemap Creator for a site and all going OK, show a table with the URL&#8217;s and no error messages. But when I click &#8220;Create Sitemaps" the XML is mal formed and incorrect. Any suggestion?<br />
The Site is in ISO-8859-1 and Sitemap in UTF-8&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by wkarim</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-430</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Wed, 28 May 2008 21:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-430</guid>
		<description>@abyzn
Can you enable the debug mode from the configuration file and give me the results?</description>
		<content:encoded><![CDATA[<p>@abyzn<br />
Can you enable the debug mode from the configuration file and give me the results?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by abyzn</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-428</link>
		<dc:creator>abyzn</dc:creator>
		<pubDate>Tue, 27 May 2008 14:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-428</guid>
		<description>where is the right setting for site</description>
		<content:encoded><![CDATA[<p>where is the right setting for site</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by abyzn</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-427</link>
		<dc:creator>abyzn</dc:creator>
		<pubDate>Tue, 27 May 2008 14:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-427</guid>
		<description>hi 
help me
i see this error:

No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host</description>
		<content:encoded><![CDATA[<p>hi<br />
help me<br />
i see this error:</p>
<p>No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by wkarim</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-424</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Tue, 20 May 2008 23:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-424</guid>
		<description>@gtnman
- touch() is not related to Plesk, you need to have permissions to modify files in that directory, I can not find any relation between touch() function and utime. make sure you 'chmod 777' data directory.
- robots.txt are not generated every time the sitemap is created, you only need to modify it once.</description>
		<content:encoded><![CDATA[<p>@gtnman<br />
- touch() is not related to Plesk, you need to have permissions to modify files in that directory, I can not find any relation between touch() function and utime. make sure you 'chmod 777&#8242; data directory.<br />
- robots.txt are not generated every time the sitemap is created, you only need to modify it once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by gtnman</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-423</link>
		<dc:creator>gtnman</dc:creator>
		<pubDate>Mon, 19 May 2008 16:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-423</guid>
		<description>Another note, I tested this on my ubuntu box and it worked fine which utime did exist on.</description>
		<content:encoded><![CDATA[<p>Another note, I tested this on my ubuntu box and it worked fine which utime did exist on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by gtnman</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-422</link>
		<dc:creator>gtnman</dc:creator>
		<pubDate>Mon, 19 May 2008 16:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-422</guid>
		<description>Interesting note.  I have tested this script on two VPS servers both running the latest version of Plesk on two different web hosts.  Seems that the unix command utime (which touch()) uses is not available in Plesk. Is touch vital to the script or will is_writable do the same thing? (I made this change, and the robots.txt generated perfectly.)  
Does the cronjob re-generate robots.txt or is this something that the user must do.</description>
		<content:encoded><![CDATA[<p>Interesting note.  I have tested this script on two VPS servers both running the latest version of Plesk on two different web hosts.  Seems that the unix command utime (which touch()) uses is not available in Plesk. Is touch vital to the script or will is_writable do the same thing? (I made this change, and the robots.txt generated perfectly.)<br />
Does the cronjob re-generate robots.txt or is this something that the user must do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by wkarim</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-420</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Fri, 16 May 2008 23:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-420</guid>
		<description>@gtnman
Please use "Add reference to robots.txt" to show you the default sitemap URL, remember to chmod 666 robots.txt .
it should look something like
http://www.greatertalent.com/sitemap.php?do=showsitemap&#038;sm=sitemap.xml.gz</description>
		<content:encoded><![CDATA[<p>@gtnman<br />
Please use &#8220;Add reference to robots.txt" to show you the default sitemap URL, remember to chmod 666 robots.txt .<br />
it should look something like<br />
<a href="http://www.greatertalent.com/sitemap.php?do=showsitemap&#038;sm=sitemap.xml.gz" rel="nofollow">http://www.greatertalent.com/sitemap.php?do=showsitemap&#038;sm=sitemap.xml.gz</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by gtnman</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-419</link>
		<dc:creator>gtnman</dc:creator>
		<pubDate>Fri, 16 May 2008 22:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-419</guid>
		<description>What is the URL you are supposed to submit to google for the sitemap?</description>
		<content:encoded><![CDATA[<p>What is the URL you are supposed to submit to google for the sitemap?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2 beta by Sitemap Creator 0.2 beta Released &#171; jared.brodsky</title>
		<link>http://gadelkareem.com/2008/05/15/sitemap-creator-02-beta/#comment-418</link>
		<dc:creator>Sitemap Creator 0.2 beta Released &#171; jared.brodsky</dc:creator>
		<pubDate>Fri, 16 May 2008 16:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/?p=53#comment-418</guid>
		<description>[...] You need a sitemap!  Lucky for you GadElKareem created a little script written in PHP called Sitemap Creator.  So what does it do?  Upon logging into the sitemap admin section and clicking &#8220;Crawl [...]</description>
		<content:encoded><![CDATA[<p>[...] You need a sitemap!  Lucky for you GadElKareem created a little script written in PHP called Sitemap Creator.  So what does it do?  Upon logging into the sitemap admin section and clicking &#8220;Crawl [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by gtnman</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-411</link>
		<dc:creator>gtnman</dc:creator>
		<pubDate>Fri, 09 May 2008 19:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-411</guid>
		<description>I turned off safe mode, however when I crawl the site it crawls perfect then I click create sitemap, and it tell me I must crawl the site first.

I have curl disabled and www set to true.</description>
		<content:encoded><![CDATA[<p>I turned off safe mode, however when I crawl the site it crawls perfect then I click create sitemap, and it tell me I must crawl the site first.</p>
<p>I have curl disabled and www set to true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by gtnman</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-410</link>
		<dc:creator>gtnman</dc:creator>
		<pubDate>Wed, 07 May 2008 21:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-410</guid>
		<description>I assume that this script does not work w/ PHP safemode?</description>
		<content:encoded><![CDATA[<p>I assume that this script does not work w/ PHP safemode?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by cyberswept</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-404</link>
		<dc:creator>cyberswept</dc:creator>
		<pubDate>Thu, 01 May 2008 22:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-404</guid>
		<description>sl I changed the .function.inc.php as you described and it now crawls my site, but when I go to create the sitemaps it says, please crawl domain.com first. Any suggestions?</description>
		<content:encoded><![CDATA[<p>sl I changed the .function.inc.php as you described and it now crawls my site, but when I go to create the sitemaps it says, please crawl domain.com first. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding FAlbum URLs to XML-Sitemap WordPress Plugin by Fixing Flickr FAlbum rewrite rules, thumbnails, javascripts and more &#8230; :: GadElKareem</title>
		<link>http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-402</link>
		<dc:creator>Fixing Flickr FAlbum rewrite rules, thumbnails, javascripts and more &#8230; :: GadElKareem</dc:creator>
		<pubDate>Tue, 29 Apr 2008 00:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-402</guid>
		<description>[...] to get xml-sitemaps and FAlbum to play nice together&#8230;not sure I have the time to do it! Adding FAlbum URLs to XML-Sitemap WordPress Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] to get xml-sitemaps and FAlbum to play nice together&#8230;not sure I have the time to do it! Adding FAlbum URLs to XML-Sitemap WordPress Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Gsm files center</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-400</link>
		<dc:creator>Gsm files center</dc:creator>
		<pubDate>Sat, 26 Apr 2008 23:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-400</guid>
		<description>Thanks for the sitemap script, it's working great
nice work ..</description>
		<content:encoded><![CDATA[<p>Thanks for the sitemap script, it&#8217;s working great<br />
nice work ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by sl</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-399</link>
		<dc:creator>sl</dc:creator>
		<pubDate>Wed, 23 Apr 2008 17:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-399</guid>
		<description>stripos() and curl_setopt_array() is not php 4.x compilant. so i fixed following lines in file .function.inc.php.

line 217:
  $ch = curl_init($url);

changed to:
  foreach ($options as $myoption =&#62; $myvalue) {
    curl_setopt ($ch, $myoption, $myvalue);
  }
--
line 233:
if ( isset($header['content_type']) &#38;&#38; stripos($header['content_type'], 'text') === false ){

changed to:
if ( isset($header['content_type']) &#38;&#38; strpos(strtolower($header['content_type']), 'text') === false ){
--</description>
		<content:encoded><![CDATA[<p>stripos() and curl_setopt_array() is not php 4.x compilant. so i fixed following lines in file .function.inc.php.</p>
<p>line 217:<br />
  $ch = curl_init($url);</p>
<p>changed to:<br />
  foreach ($options as $myoption =&gt; $myvalue) {<br />
    curl_setopt ($ch, $myoption, $myvalue);<br />
  }<br />
&#8211;<br />
line 233:<br />
if ( isset($header['content_type']) &amp;&amp; stripos($header['content_type'], 'text') === false ){</p>
<p>changed to:<br />
if ( isset($header['content_type']) &amp;&amp; strpos(strtolower($header['content_type']), 'text') === false ){<br />
&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sort Unix processes on ps by highest memory usage by T Crever</title>
		<link>http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/#comment-395</link>
		<dc:creator>T Crever</dc:creator>
		<pubDate>Fri, 18 Apr 2008 18:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/#comment-395</guid>
		<description>how about
ps -eo pmem,pcpu,rss,vsize,args &#124; sort -k 1 -r -n &#124; more</description>
		<content:encoded><![CDATA[<p>how about<br />
ps -eo pmem,pcpu,rss,vsize,args | sort -k 1 -r -n | more</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-387</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Mon, 14 Apr 2008 12:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-387</guid>
		<description>@shawn
- No, you mostly do not need to edit this.
- For crawling more than one domain you need to keep SMC_SITE as $_SERVER['HTTP_HOST'] and run the script from these different domains, every domain will create its own sitemap and will product a different sitemap which you can submit to Google webmaster's CP.
- You are welcome to show a link back to Sitemap Creator.</description>
		<content:encoded><![CDATA[<p>@shawn<br />
- No, you mostly do not need to edit this.<br />
- For crawling more than one domain you need to keep SMC_SITE as $_SERVER['HTTP_HOST'] and run the script from these different domains, every domain will create its own sitemap and will product a different sitemap which you can submit to Google webmaster&#8217;s CP.<br />
- You are welcome to show a link back to Sitemap Creator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by shawn</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-386</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Mon, 14 Apr 2008 12:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-386</guid>
		<description>sorry i do have this sitemap.php file and it is in the root directory.and there is also referance in the robots.txt to it!

i have 3 domains and want them all crawled seperate and they seem to be working but what do i need to tell google my site map is? sitemap.php?

if we get this working properly i will help you promote it my placing a link on my sites!</description>
		<content:encoded><![CDATA[<p>sorry i do have this sitemap.php file and it is in the root directory.and there is also referance in the robots.txt to it!</p>
<p>i have 3 domains and want them all crawled seperate and they seem to be working but what do i need to tell google my site map is? sitemap.php?</p>
<p>if we get this working properly i will help you promote it my placing a link on my sites!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by shawn</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-384</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Mon, 14 Apr 2008 12:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-384</guid>
		<description>so you do need to add any thing to these
Google' =&#62; 'http://www.google.com/webmasters/sitemaps/ping?sitemap=',
'Yahoo' =&#62; 'http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=SitemapWriter&#38;url=',
'Live Search' =&#62; 'http://webmaster.live.com/ping.aspx?siteMap=',
'Ask.com' =&#62; 'http://submissions.ask.com/ping?sitemap=',
'MoreOver' =&#62; 'http://api.moreover.com/ping?u=',?</description>
		<content:encoded><![CDATA[<p>so you do need to add any thing to these<br />
Google' =&gt; 'http://www.google.com/webmasters/sitemaps/ping?sitemap=',<br />
'Yahoo' =&gt; 'http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=SitemapWriter&amp;url=',<br />
'Live Search' =&gt; 'http://webmaster.live.com/ping.aspx?siteMap=',<br />
'Ask.com' =&gt; 'http://submissions.ask.com/ping?sitemap=',<br />
'MoreOver' =&gt; 'http://api.moreover.com/ping?u=',?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-382</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Sat, 12 Apr 2008 18:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-382</guid>
		<description>@shawn
- you do not need to edit internal settings.
- the script provides another page 'sitemap.php' which should be placed in the root directory where it redirects the bot to the sitemap location.
- There is an option on the admin area to add the  sitemap URL to robots.txt
- The script creates a new sitemap if the time of crawling is one day different from the last created sitemap, you can create a cron job to delete old sitemaps
- The sitemap on the posted URL does not exist, please regenerate it.
</description>
		<content:encoded><![CDATA[<p>@shawn<br />
- you do not need to edit internal settings.<br />
- the script provides another page &#8217;sitemap.php' which should be placed in the root directory where it redirects the bot to the sitemap location.<br />
- There is an option on the admin area to add the  sitemap URL to robots.txt<br />
- The script creates a new sitemap if the time of crawling is one day different from the last created sitemap, you can create a cron job to delete old sitemaps<br />
- The sitemap on the posted URL does not exist, please regenerate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by shawn</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-381</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Tue, 08 Apr 2008 17:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-381</guid>
		<description>Sitemap : http://floafieds.com/sitemap.php?do=showsitemap&#38;sm=sitemap.xml.gz
when google runs this they get a server internal error is there any fix?</description>
		<content:encoded><![CDATA[<p>Sitemap : <a href="http://floafieds.com/sitemap.php?do=showsitemap&amp;sm=sitemap.xml.gz" rel="nofollow">http://floafieds.com/sitemap.php?do=showsitemap&amp;sm=sitemap.xml.gz</a><br />
when google runs this they get a server internal error is there any fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by shawn</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-379</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Tue, 08 Apr 2008 12:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-379</guid>
		<description>wkarim,

can you tell me if the 
/*internal settings*/
define('SMC_VERSION', '0.2a');
define('SMC_DATA_CACHE', SMC_DATA.'cache/');
define('SMC_DATA_SITES', SMC_DATA.'sites/');
define('SMC_DATA_ERRORS', SMC_DATA.'errors/');
define('SMC_DATA_SITEMAPS', SMC_DATA_SITES.SMC_SITE.'_sitemaps/');
$pings = array (
	'Google' =&#62; 'http://www.google.com/webmasters/sitemaps/ping?sitemap=',
	'Yahoo' =&#62; 'http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=SitemapWriter&#38;url=',
	'Live Search' =&#62; 'http://webmaster.live.com/ping.aspx?siteMap=',
	'Ask.com' =&#62; 'http://submissions.ask.com/ping?sitemap=',
	'MoreOver' =&#62; 'http://api.moreover.com/ping?u=',
);
does any of this have to be edited and will this script automatacly ping the search engines  
because google askes for sitemap.xml in your root directory and the script does not save one there that i can see please explain how this works!! the scrips is awsome also in the admin section it would be nice if the admin could edit or add to the robots.txt file i have set up a cron task to run every hour it seems to work but does it save a new site map in the cron task or just update the existing one i have an auction site so it will be changing all the time.</description>
		<content:encoded><![CDATA[<p>wkarim,</p>
<p>can you tell me if the<br />
/*internal settings*/<br />
define('SMC_VERSION', '0.2a');<br />
define('SMC_DATA_CACHE', SMC_DATA.'cache/');<br />
define('SMC_DATA_SITES', SMC_DATA.&#8217;sites/');<br />
define('SMC_DATA_ERRORS', SMC_DATA.'errors/');<br />
define('SMC_DATA_SITEMAPS', SMC_DATA_SITES.SMC_SITE.'_sitemaps/');<br />
$pings = array (<br />
	'Google' =&gt; 'http://www.google.com/webmasters/sitemaps/ping?sitemap=',<br />
	'Yahoo' =&gt; 'http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=SitemapWriter&amp;url=',<br />
	'Live Search' =&gt; 'http://webmaster.live.com/ping.aspx?siteMap=',<br />
	'Ask.com' =&gt; 'http://submissions.ask.com/ping?sitemap=',<br />
	'MoreOver' =&gt; 'http://api.moreover.com/ping?u=',<br />
);<br />
does any of this have to be edited and will this script automatacly ping the search engines<br />
because google askes for sitemap.xml in your root directory and the script does not save one there that i can see please explain how this works!! the scrips is awsome also in the admin section it would be nice if the admin could edit or add to the robots.txt file i have set up a cron task to run every hour it seems to work but does it save a new site map in the cron task or just update the existing one i have an auction site so it will be changing all the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding FAlbum URLs to XML-Sitemap WordPress Plugin by wkarim</title>
		<link>http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-378</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Tue, 01 Apr 2008 14:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-378</guid>
		<description>@Matt
Welcome! you don't need to add the fixes from the other post for adding falbum to sitemap to work.</description>
		<content:encoded><![CDATA[<p>@Matt<br />
Welcome! you don't need to add the fixes from the other post for adding falbum to sitemap to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding FAlbum URLs to XML-Sitemap WordPress Plugin by Matt</title>
		<link>http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-377</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 31 Mar 2008 14:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-377</guid>
		<description>Thanks, I'll try-- also, I didn't do your other updates from your other post... is it necessary to do that as well, or can I just do this one?</description>
		<content:encoded><![CDATA[<p>Thanks, I'll try&#8211; also, I didn't do your other updates from your other post&#8230; is it necessary to do that as well, or can I just do this one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding FAlbum URLs to XML-Sitemap WordPress Plugin by wkarim</title>
		<link>http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-376</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Mon, 31 Mar 2008 08:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-376</guid>
		<description>@Matt
Please copy and paste the code again, or replace all unicode (’‘) with '</description>
		<content:encoded><![CDATA[<p>@Matt<br />
Please copy and paste the code again, or replace all unicode (’‘) with '</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding FAlbum URLs to XML-Sitemap WordPress Plugin by Matt</title>
		<link>http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-375</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 31 Mar 2008 05:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/11/22/adding-falbum-urls-to-xml-sitemap-wordpress-plugin/#comment-375</guid>
		<description>Hi!  Whenever I paste your above script into wp-content/plugins/falbum/wordpress-falbum-plugin.php, it takes down my blog...  running falbum 0.7.1 and sitemaps 3.0.3.  Any suggestions?  is it a pathing issue? (the blog sits at /blog, but it is actually at the root).</description>
		<content:encoded><![CDATA[<p>Hi!  Whenever I paste your above script into wp-content/plugins/falbum/wordpress-falbum-plugin.php, it takes down my blog&#8230;  running falbum 0.7.1 and sitemaps 3.0.3.  Any suggestions?  is it a pathing issue? (the blog sits at /blog, but it is actually at the root).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-374</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Thu, 27 Mar 2008 07:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-374</guid>
		<description>@shawn
glad it helped, thanks for nice words</description>
		<content:encoded><![CDATA[<p>@shawn<br />
glad it helped, thanks for nice words</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compressing your HTML, CSS and Javascript using simple PHP Code by wkarim</title>
		<link>http://gadelkareem.com/2007/06/23/compressing-your-html-css-and-javascript-using-simple-php-code/#comment-373</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Thu, 27 Mar 2008 06:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/06/23/compressing-your-html-css-and-javascript-using-simple-php-code/#comment-373</guid>
		<description>@Shawn
there are a lot of ways to speed up static contents of your website, check your server's configuration optimization tutorials for more info. Most common way is to put them on a separate server with a different sub domain like static.gadelkareem.com and use something like lighttpd to serve static contents.</description>
		<content:encoded><![CDATA[<p>@Shawn<br />
there are a lot of ways to speed up static contents of your website, check your server&#8217;s configuration optimization tutorials for more info. Most common way is to put them on a separate server with a different sub domain like static.gadelkareem.com and use something like lighttpd to serve static contents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compressing your HTML, CSS and Javascript using simple PHP Code by shawn</title>
		<link>http://gadelkareem.com/2007/06/23/compressing-your-html-css-and-javascript-using-simple-php-code/#comment-372</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Thu, 27 Mar 2008 06:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/06/23/compressing-your-html-css-and-javascript-using-simple-php-code/#comment-372</guid>
		<description>any idea's on how i can get my front portal page to load faster (graphics and animation from frontpage)</description>
		<content:encoded><![CDATA[<p>any idea&#8217;s on how i can get my front portal page to load faster (graphics and animation from frontpage)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by shawn</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-371</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Thu, 27 Mar 2008 06:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-371</guid>
		<description>this is just what i was looking for for a week and 50 scripts later yep works like a charm my site is huge so i uped  the mem to 600 and time out to 1800 and it rolls like a swiss watch 

I CAN NOT SAY THAK YOU ENOUGH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>this is just what i was looking for for a week and 50 scripts later yep works like a charm my site is huge so i uped  the mem to 600 and time out to 1800 and it rolls like a swiss watch </p>
<p>I CAN NOT SAY THAK YOU ENOUGH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using iptables to block ips that spam or attack your server by Lorenzo</title>
		<link>http://gadelkareem.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/#comment-370</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Wed, 26 Mar 2008 07:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/05/29/using-iptables-to-block-ips-that-spam-or-attack-your-server/#comment-370</guid>
		<description>cool,
just what I was looking for, thanks.</description>
		<content:encoded><![CDATA[<p>cool,<br />
just what I was looking for, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Sitemap Creator - Create sitemaps for Google, Yahoo, MSN and Ask.comphp and javascript</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-369</link>
		<dc:creator>Sitemap Creator - Create sitemaps for Google, Yahoo, MSN and Ask.comphp and javascript</dc:creator>
		<pubDate>Sun, 23 Mar 2008 20:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-369</guid>
		<description>[...] URL: http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-... [...]</description>
		<content:encoded><![CDATA[<p>[...] URL: <a href="http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-.." rel="nofollow">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-315</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Fri, 29 Feb 2008 23:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-315</guid>
		<description>@Tammy
please change SMC_USE_WWW to true and add www to your domain as all links displayed there include www</description>
		<content:encoded><![CDATA[<p>@Tammy<br />
please change SMC_USE_WWW to true and add www to your domain as all links displayed there include www</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Tammy</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-314</link>
		<dc:creator>Tammy</dc:creator>
		<pubDate>Fri, 29 Feb 2008 16:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-314</guid>
		<description>thank you wkarim, I do that but now when it crawls it goes through the whole 350 seconds and then tells me:
No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host</description>
		<content:encoded><![CDATA[<p>thank you wkarim, I do that but now when it crawls it goes through the whole 350 seconds and then tells me:<br />
No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-313</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Wed, 27 Feb 2008 20:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-313</guid>
		<description>@Tammy
This might be related to concurrent connection or bandwidth limit per session on your server.
To solve this problem try commenting line :
$get .= "Connection: close\r\n\r\n";
on function.inc.php file</description>
		<content:encoded><![CDATA[<p>@Tammy<br />
This might be related to concurrent connection or bandwidth limit per session on your server.<br />
To solve this problem try commenting line :<br />
$get .= &#8220;Connection: close\r\n\r\n";<br />
on function.inc.php file</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Tammy</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-312</link>
		<dc:creator>Tammy</dc:creator>
		<pubDate>Wed, 27 Feb 2008 19:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-312</guid>
		<description>I keep getting this error when crawling. I've tried raising the timeout to no avail

WARNING: Connection failed (0)
WARNING: Connection failed (0)
NOTICE: Document type is application/xml for URL http://mysite.com/clients/announcements.xml
WARNING: Connection failed (0)
NOTICE: Document type is application/zip for URL http://mysite.com/themes/dreamland.zip
NOTICE: Document type is application/zip for URL http://mysite.com/themes/Green-Glow_000.zip
NOTICE: Document type is application/zip for URL http://mysite.com/themes/mountain-dawn.zip
NOTICE: Document type is application/zip for URL http://mysite.com/themes/yalla.zip</description>
		<content:encoded><![CDATA[<p>I keep getting this error when crawling. I've tried raising the timeout to no avail</p>
<p>WARNING: Connection failed (0)<br />
WARNING: Connection failed (0)<br />
NOTICE: Document type is application/xml for URL <a href="http://mysite.com/clients/announcements.xml" rel="nofollow">http://mysite.com/clients/announcements.xml</a><br />
WARNING: Connection failed (0)<br />
NOTICE: Document type is application/zip for URL <a href="http://mysite.com/themes/dreamland.zip" rel="nofollow">http://mysite.com/themes/dreamland.zip</a><br />
NOTICE: Document type is application/zip for URL <a href="http://mysite.com/themes/Green-Glow_000.zip" rel="nofollow">http://mysite.com/themes/Green-Glow_000.zip</a><br />
NOTICE: Document type is application/zip for URL <a href="http://mysite.com/themes/mountain-dawn.zip" rel="nofollow">http://mysite.com/themes/mountain-dawn.zip</a><br />
NOTICE: Document type is application/zip for URL <a href="http://mysite.com/themes/yalla.zip" rel="nofollow">http://mysite.com/themes/yalla.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-311</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Tue, 26 Feb 2008 03:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-311</guid>
		<description>@Darren
I am afraid this is not available, I will try to include that as an option on the config file on next releases.
A workaround is to edit the csv file and delete links you do not want to include on the sitemap. Or in case you do not want to crawl that directory you may blacklist it.</description>
		<content:encoded><![CDATA[<p>@Darren<br />
I am afraid this is not available, I will try to include that as an option on the config file on next releases.<br />
A workaround is to edit the csv file and delete links you do not want to include on the sitemap. Or in case you do not want to crawl that directory you may blacklist it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Darren</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-310</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 26 Feb 2008 03:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-310</guid>
		<description>Is there a way to limit the depth in a single directory. I have a calendar and once it goes into that area it fills it up fast.</description>
		<content:encoded><![CDATA[<p>Is there a way to limit the depth in a single directory. I have a calendar and once it goes into that area it fills it up fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-308</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Fri, 22 Feb 2008 02:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-308</guid>
		<description>@Andrew
Thank you for your comment.</description>
		<content:encoded><![CDATA[<p>@Andrew<br />
Thank you for your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Andrew</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-306</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 21 Feb 2008 19:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-306</guid>
		<description>Guys and Girls..I downloaded the most recent version on hotscripts.com and edited config.php.inc. All I changed was the prefix for my email and the password (did not touch the HTTP_HOST). I uploaded the files to my site, chmod 777 the data folder, and accessed the site via this link: http://domain.com/sitemap/sitemap.php (NO WWW)

It went through and indexed everything fine. Works like a charm, thanks webmaster!</description>
		<content:encoded><![CDATA[<p>Guys and Girls..I downloaded the most recent version on hotscripts.com and edited config.php.inc. All I changed was the prefix for my email and the password (did not touch the HTTP_HOST). I uploaded the files to my site, chmod 777 the data folder, and accessed the site via this link: <a href="http://domain.com/sitemap/sitemap.php" rel="nofollow">http://domain.com/sitemap/sitemap.php</a> (NO WWW)</p>
<p>It went through and indexed everything fine. Works like a charm, thanks webmaster!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-304</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Mon, 18 Feb 2008 17:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-304</guid>
		<description>@Dhyar IRdiansyah
make sure the links on the page have the same domain as your localhost or make changes on the config file</description>
		<content:encoded><![CDATA[<p>@Dhyar IRdiansyah<br />
make sure the links on the page have the same domain as your localhost or make changes on the config file</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Dhyar IRdiansyah</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-303</link>
		<dc:creator>Dhyar IRdiansyah</dc:creator>
		<pubDate>Mon, 18 Feb 2008 17:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-303</guid>
		<description>I get error "No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host". what must i do?</description>
		<content:encoded><![CDATA[<p>I get error &#8220;No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host". what must i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-302</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Mon, 18 Feb 2008 15:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-302</guid>
		<description>@neeraj
as far as there's a link to the forums it should crawl it with no problem</description>
		<content:encoded><![CDATA[<p>@neeraj<br />
as far as there&#8217;s a link to the forums it should crawl it with no problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by neeraj</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-301</link>
		<dc:creator>neeraj</dc:creator>
		<pubDate>Mon, 18 Feb 2008 11:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-301</guid>
		<description>hello
i have install it at mmmec.com but i have a forum under mmmec.com/forum ,so how can i make it to map my forum also ,where should i put the link depth for it ??</description>
		<content:encoded><![CDATA[<p>hello<br />
i have install it at mmmec.com but i have a forum under mmmec.com/forum ,so how can i make it to map my forum also ,where should i put the link depth for it ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-298</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Sat, 16 Feb 2008 14:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-298</guid>
		<description>@Ruud
yes, That should work</description>
		<content:encoded><![CDATA[<p>@Ruud<br />
yes, That should work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Ruud</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-297</link>
		<dc:creator>Ruud</dc:creator>
		<pubDate>Sat, 16 Feb 2008 13:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-297</guid>
		<description>this way I access the script:

http://bestplaces2be.com/sitemap/sitemap.php</description>
		<content:encoded><![CDATA[<p>this way I access the script:</p>
<p><a href="http://bestplaces2be.com/sitemap/sitemap.php" rel="nofollow">http://bestplaces2be.com/sitemap/sitemap.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-296</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Sat, 16 Feb 2008 12:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-296</guid>
		<description>@Ruud
if you're using $_SERVER[’HTTP_HOST’] then you need to access the script from http://example.com not http://www.example.com</description>
		<content:encoded><![CDATA[<p>@Ruud<br />
if you're using $_SERVER[’HTTP_HOST’] then you need to access the script from <a href="http://example.com" rel="nofollow">http://example.com</a> not <a href="http://www.example.com" rel="nofollow">http://www.example.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Ruud</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-295</link>
		<dc:creator>Ruud</dc:creator>
		<pubDate>Sat, 16 Feb 2008 12:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-295</guid>
		<description>I use your last build
Sitemap Creator 0.2 alpha  build 20080109 

and use this in config.inc.php
define('SMC_SITE', $_SERVER['HTTP_HOST']);

if ( isset($header['content_type']) &#38;&#38; strpos(strtolower($header[’content_type’]), 'text') === false ){
			_error("Document type is &lt;strong&gt;{$header['content_type']}&lt;/strong&gt; for URL &lt;strong&gt;{$url}&lt;/strong&gt;");

after this it stops I think</description>
		<content:encoded><![CDATA[<p>I use your last build<br />
Sitemap Creator 0.2 alpha  build 20080109 </p>
<p>and use this in config.inc.php<br />
define('SMC_SITE', $_SERVER['HTTP_HOST']);</p>
<p>if ( isset($header['content_type']) &amp;&amp; strpos(strtolower($header[’content_type’]), 'text') === false ){<br />
			_error("Document type is <strong>{$header['content_type']}</strong> for URL <strong>{$url}</strong>&#8220;);</p>
<p>after this it stops I think</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-294</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Thu, 14 Feb 2008 16:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-294</guid>
		<description>@webmaster
For the warnings you weather need to fix permissions or disable the use for curl from the config file.

1. Yes, there are two sitemap.php files, and you are supposed to use the one inside the sitemap folder
to extract directly on your server do
tar xzf sitemap_creator.tar.gz

2. same as previous</description>
		<content:encoded><![CDATA[<p>@webmaster<br />
For the warnings you weather need to fix permissions or disable the use for curl from the config file.</p>
<p>1. Yes, there are two sitemap.php files, and you are supposed to use the one inside the sitemap folder<br />
to extract directly on your server do<br />
tar xzf sitemap_creator.tar.gz</p>
<p>2. same as previous</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-293</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Thu, 14 Feb 2008 16:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-293</guid>
		<description>@Ruud
Remove all edited php files and replace them with the ones from the recent build.
Do not add 'http://' at the beginning of your domain</description>
		<content:encoded><![CDATA[<p>@Ruud<br />
Remove all edited php files and replace them with the ones from the recent build.<br />
Do not add 'http://' at the beginning of your domain</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by webmaster</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-292</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Thu, 14 Feb 2008 01:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-292</guid>
		<description>Hi,

Now I get:

Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/virtual/anysite.com/:/usr/share/php/:/tmp/) in /var/www/virtual/anysite.com/htdocs/sitemap/.function.inc.php on line 87

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/smc_cookies) is not within the allowed path(s): (/var/www/virtual/anysite.com/:/usr/share/php/:/tmp/) in /var/www/virtual/anysite.com/htdocs/sitemap/.function.inc.php on line 143

Also, I have two questions:

1.  I see a folder with sitemaps.  Is there supposed to be a seperate sitemaps.php for the root and then a seperate folder called sitemap.

2.  The script keeps stating that my "data" folder may not exist or might not be writable.  However, it does exist and is writable.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Now I get:</p>
<p>Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/virtual/anysite.com/:/usr/share/php/:/tmp/) in /var/www/virtual/anysite.com/htdocs/sitemap/.function.inc.php on line 87</p>
<p>Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/smc_cookies) is not within the allowed path(s): (/var/www/virtual/anysite.com/:/usr/share/php/:/tmp/) in /var/www/virtual/anysite.com/htdocs/sitemap/.function.inc.php on line 143</p>
<p>Also, I have two questions:</p>
<p>1.  I see a folder with sitemaps.  Is there supposed to be a seperate sitemaps.php for the root and then a seperate folder called sitemap.</p>
<p>2.  The script keeps stating that my &#8220;data" folder may not exist or might not be writable.  However, it does exist and is writable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Ruud</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-290</link>
		<dc:creator>Ruud</dc:creator>
		<pubDate>Wed, 13 Feb 2008 12:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-290</guid>
		<description>please replace the files with the original ones 
What do you mean with this?
I changed everywhere the Http://www.bestplaces2be.com into http://bestpalces2be.com

cache and errors empty, result the same</description>
		<content:encoded><![CDATA[<p>please replace the files with the original ones<br />
What do you mean with this?<br />
I changed everywhere the Http://www.bestplaces2be.com into <a href="http://bestpalces2be.com" rel="nofollow">http://bestpalces2be.com</a></p>
<p>cache and errors empty, result the same</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-286</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Tue, 12 Feb 2008 13:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-286</guid>
		<description>@wbmaster
that's not the same line on the last build, please re download.</description>
		<content:encoded><![CDATA[<p>@wbmaster<br />
that&#8217;s not the same line on the last build, please re download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by webmaster</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-285</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Tue, 12 Feb 2008 12:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-285</guid>
		<description>script language="javascript" type="text/javascript 

I had to remove the brackets to post.</description>
		<content:encoded><![CDATA[<p>script language="javascript" type="text/javascript </p>
<p>I had to remove the brackets to post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-281</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Mon, 11 Feb 2008 16:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-281</guid>
		<description>@webmaster
can you copy and paste line 54 on sitemap.php</description>
		<content:encoded><![CDATA[<p>@webmaster<br />
can you copy and paste line 54 on sitemap.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by webmaster</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-280</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Mon, 11 Feb 2008 15:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-280</guid>
		<description>Hi,

I have downloaded the most recent script and still get the same error.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have downloaded the most recent script and still get the same error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-279</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Mon, 11 Feb 2008 14:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-279</guid>
		<description>@Ruud
please replace the files with the original ones and empty cache and error folders. 
That's not a possible error!</description>
		<content:encoded><![CDATA[<p>@Ruud<br />
please replace the files with the original ones and empty cache and error folders.<br />
That&#8217;s not a possible error!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Ruud</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-275</link>
		<dc:creator>Ruud</dc:creator>
		<pubDate>Mon, 11 Feb 2008 11:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-275</guid>
		<description>okay removed the www now still get this:
NOTICE: Document type is text/html for URL http://bestplaces2be.com/md/index.php
NOTICE: Document type is text/html for URL http://bestplaces2be.com/
No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host</description>
		<content:encoded><![CDATA[<p>okay removed the www now still get this:<br />
NOTICE: Document type is text/html for URL <a href="http://bestplaces2be.com/md/index.php" rel="nofollow">http://bestplaces2be.com/md/index.php</a><br />
NOTICE: Document type is text/html for URL <a href="http://bestplaces2be.com/" rel="nofollow">http://bestplaces2be.com/</a><br />
No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-273</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Sat, 09 Feb 2008 19:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-273</guid>
		<description>@webmaster
please download the new build, it should fix this problem</description>
		<content:encoded><![CDATA[<p>@webmaster<br />
please download the new build, it should fix this problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by webmaster</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-272</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Sat, 09 Feb 2008 16:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-272</guid>
		<description>Warning: Cannot modify header information - headers already sent by (output started at /var/www/virtual/luvshades.com/htdocs/sitemap.php:54) in /var/www/virtual/luvshades.com/htdocs/.function.inc.php on line 703

When I try any function, it goes back to sign-in page.</description>
		<content:encoded><![CDATA[<p>Warning: Cannot modify header information - headers already sent by (output started at /var/www/virtual/luvshades.com/htdocs/sitemap.php:54) in /var/www/virtual/luvshades.com/htdocs/.function.inc.php on line 703</p>
<p>When I try any function, it goes back to sign-in page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-270</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Tue, 05 Feb 2008 21:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-270</guid>
		<description>@Ruud
you have your domain set with www at the beginning while no link on the pages begins with 'www' The script is able to crawl up-level sub-domains but not the reverse.
Set your domain without 'www'</description>
		<content:encoded><![CDATA[<p>@Ruud<br />
you have your domain set with www at the beginning while no link on the pages begins with 'www' The script is able to crawl up-level sub-domains but not the reverse.<br />
Set your domain without 'www'</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Ruud</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-268</link>
		<dc:creator>Ruud</dc:creator>
		<pubDate>Tue, 05 Feb 2008 17:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-268</guid>
		<description>some additional info:
CURL :
define(’SMC_USE_CURL’, false);
Then clean your cache and blacklist folders as the index page might has been blacklisted

I did this also.</description>
		<content:encoded><![CDATA[<p>some additional info:<br />
CURL :<br />
define(’SMC_USE_CURL’, false);<br />
Then clean your cache and blacklist folders as the index page might has been blacklisted</p>
<p>I did this also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Ruud</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-267</link>
		<dc:creator>Ruud</dc:creator>
		<pubDate>Tue, 05 Feb 2008 17:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-267</guid>
		<description>Hi,
Get the following message:

No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host

I've index.php in the root folder which redirects to www.bestplaces2be.com/md/index.php

index.php
 

any idee what goes wrong here?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Get the following message:</p>
<p>No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host</p>
<p>I've index.php in the root folder which redirects to <a href="http://www.bestplaces2be.com/md/index.php" rel="nofollow">http://www.bestplaces2be.com/md/index.php</a></p>
<p>index.php</p>
<p>any idee what goes wrong here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Content Caching using Lighty + mod_magnet + lua by wkarim</title>
		<link>http://gadelkareem.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-266</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Mon, 04 Feb 2008 01:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-266</guid>
		<description>@Tiago Fischer
Yes, you can use &lt;a href="http://www.php.net/manual/en/ref.outcontrol.php" rel="nofollow"&gt;Output Control Functions&lt;/a&gt; to store the output buffer. Please review the examples on that page and &lt;a href="http://www.php.net/manual/en/function.ob-get-contents.php" rel="nofollow"&gt;ob_get_contents function&lt;/a&gt; page.</description>
		<content:encoded><![CDATA[<p>@Tiago Fischer<br />
Yes, you can use <a href="http://www.php.net/manual/en/ref.outcontrol.php" rel="nofollow">Output Control Functions</a> to store the output buffer. Please review the examples on that page and <a href="http://www.php.net/manual/en/function.ob-get-contents.php" rel="nofollow">ob_get_contents function</a> page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic Content Caching using Lighty + mod_magnet + lua by Tiago Fischer</title>
		<link>http://gadelkareem.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-265</link>
		<dc:creator>Tiago Fischer</dc:creator>
		<pubDate>Sun, 03 Feb 2008 19:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-265</guid>
		<description>Hi!
This is a very nice idea!

But, considering $html as the web page content, i need to rewrite all my scripts...
How can I cache the page without putting the content to $html var?

Any idea?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
This is a very nice idea!</p>
<p>But, considering $html as the web page content, i need to rewrite all my scripts&#8230;<br />
How can I cache the page without putting the content to $html var?</p>
<p>Any idea?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-263</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Fri, 01 Feb 2008 22:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-263</guid>
		<description>@pfff
I think you do not have enough privileges to run curl on your server, please disable CURL :
define('SMC_USE_CURL', false);
Then clean your cache and blacklist folders as the index page might has been blacklisted</description>
		<content:encoded><![CDATA[<p>@pfff<br />
I think you do not have enough privileges to run curl on your server, please disable CURL :<br />
define('SMC_USE_CURL', false);<br />
Then clean your cache and blacklist folders as the index page might has been blacklisted</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Pfff</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-262</link>
		<dc:creator>Pfff</dc:creator>
		<pubDate>Wed, 30 Jan 2008 19:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-262</guid>
		<description>Hello,

i just solve the matter by uploading the config file without any change BUT now, my website can't be crawled ...

here's the error message:

No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host

but idon't know how to set the domain ...

Please help ;-)</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>i just solve the matter by uploading the config file without any change BUT now, my website can't be crawled &#8230;</p>
<p>here&#8217;s the error message:</p>
<p>No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host</p>
<p>but idon't know how to set the domain &#8230;</p>
<p>Please help <img src='http://gadelkareem.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by Pfff</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-261</link>
		<dc:creator>Pfff</dc:creator>
		<pubDate>Wed, 30 Jan 2008 06:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-261</guid>
		<description>Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/www/tmp/:/usr/local/lib/php:/usr/local/bin:/home/www/pfff) in /home/www/pfff/www/sitemap/.function.inc.php on line 87

Warning: curl_setopt_array() [function.curl-setopt-array]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/www/pfff/www/sitemap/.function.inc.php on line 218
ERROR6: Couldn't resolve host 'wwwwebynuxnet' for URL http://wwwwebynuxnet/

No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host

why the "." are note between www, webynux and net ?</description>
		<content:encoded><![CDATA[<p>Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/www/tmp/:/usr/local/lib/php:/usr/local/bin:/home/www/pfff) in /home/www/pfff/www/sitemap/.function.inc.php on line 87</p>
<p>Warning: curl_setopt_array() [function.curl-setopt-array]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/www/pfff/www/sitemap/.function.inc.php on line 218<br />
ERROR6: Couldn't resolve host 'wwwwebynuxnet' for URL <a href="http://wwwwebynuxnet/" rel="nofollow">http://wwwwebynuxnet/</a></p>
<p>No Pages were crawled, Please make sure you have set your site domain correctly and you have valid connection to host</p>
<p>why the &#8220;." are note between www, webynux and net ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sitemap Creator 0.2a: Create sitemaps 09 valid for Google, Yahoo, MSN, Ask.com and moreover sitemaps by wkarim</title>
		<link>http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-259</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Tue, 29 Jan 2008 20:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2007/12/10/sitemap-creator-02a-create-sitemaps-09-valid-for-google-yahoo-and-msn-sitemaps/#comment-259</guid>
		<description>you need to access the sitemap through 
/sitemap/sitemap.php
I think you have disabled error reporting from your php.ini file, you need to enable that to check what error you have.
also, please let me know your PHP version</description>
		<content:encoded><![CDATA[<p>you need to access the sitemap through<br />
/sitemap/sitemap.php<br />
I think you have disabled error reporting from your php.ini file, you need to enable that to check what error you have.<br />
also, please let me know your PHP version</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.379 seconds -->
