<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for thehook</title>
	<atom:link href="http://thehook.eu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thehook.eu</link>
	<description>My digital playground</description>
	<lastBuildDate>Fri, 17 May 2013 07:50:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Try 2.5GB online backup from Mozy today, for free! by google law firm</title>
		<link>http://thehook.eu/2010/01/try-2-5gb-online-backup-from-mozy-today-for-free/comment-page-1/#comment-21676</link>
		<dc:creator>google law firm</dc:creator>
		<pubDate>Fri, 17 May 2013 07:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://thehook.eu/?p=210#comment-21676</guid>
		<description>&lt;a href=&quot;http://nadiajss.blogspot.com/2012/03/modelo-de-perfeicao-katherine-garbera.html&quot; rel=&quot;nofollow&quot;&gt;google law firm&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://nadiajss.blogspot.com/2012/03/modelo-de-perfeicao-katherine-garbera.html" rel="nofollow">google law firm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Try 2.5GB online backup from Mozy today, for free! by mfortune casino</title>
		<link>http://thehook.eu/2010/01/try-2-5gb-online-backup-from-mozy-today-for-free/comment-page-1/#comment-21487</link>
		<dc:creator>mfortune casino</dc:creator>
		<pubDate>Sat, 11 May 2013 09:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://thehook.eu/?p=210#comment-21487</guid>
		<description>I will immediately snatch your rss feed as I can&#039;t to find your email subscription hyperlink or newsletter service. Do you&#039;ve any?
Please let me recognize so that I may subscribe. Thanks.</description>
		<content:encoded><![CDATA[<p>I will immediately snatch your rss feed as I can&#8217;t to find your email subscription hyperlink or newsletter service. Do you&#8217;ve any?<br />
Please let me recognize so that I may subscribe. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP: Check if string contains a value in array by Thomas Gass</title>
		<link>http://thehook.eu/2009/08/php-function-to-check-if-string-contains-a-value-in-array/comment-page-1/#comment-19438</link>
		<dc:creator>Thomas Gass</dc:creator>
		<pubDate>Thu, 21 Feb 2013 11:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://thehook.eu/?p=191#comment-19438</guid>
		<description>Really handy piece of code - been trying to do text searching on a CACLS output to exclude files and show only folders, this worked first time, thanks!</description>
		<content:encoded><![CDATA[<p>Really handy piece of code &#8211; been trying to do text searching on a CACLS output to exclude files and show only folders, this worked first time, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP: Check if string contains a value in array by Bart</title>
		<link>http://thehook.eu/2009/08/php-function-to-check-if-string-contains-a-value-in-array/comment-page-1/#comment-15134</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Thu, 09 Aug 2012 20:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://thehook.eu/?p=191#comment-15134</guid>
		<description>here&#039;s the corrected code for above

    function isin_string($string, $array) {
        
        $found = false;
        
        foreach ($array as $value) {
            echo &quot;\nValue = &quot;.$value.&quot;\n&quot;;
            if (!stristr($string, $value) === FALSE) {
                // value is found
                $found = true;
                break;
            } else {
                // value not found
                $found = false;
            }
        }
        
        return $found;
    }</description>
		<content:encoded><![CDATA[<p>here&#8217;s the corrected code for above</p>
<p>    function isin_string($string, $array) {</p>
<p>        $found = false;</p>
<p>        foreach ($array as $value) {<br />
            echo &#8220;\nValue = &#8220;.$value.&#8221;\n&#8221;;<br />
            if (!stristr($string, $value) === FALSE) {<br />
                // value is found<br />
                $found = true;<br />
                break;<br />
            } else {<br />
                // value not found<br />
                $found = false;<br />
            }<br />
        }</p>
<p>        return $found;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP plugin Download Monitor rewrite rule for nginx by linux whoami</title>
		<link>http://thehook.eu/2009/08/wp-plugin-download-monitor-rewrite-rule-for-nginx/comment-page-1/#comment-11681</link>
		<dc:creator>linux whoami</dc:creator>
		<pubDate>Sat, 07 Apr 2012 09:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://thehook.eu/?p=135#comment-11681</guid>
		<description>&lt;strong&gt;linux whoami...&lt;/strong&gt;

[...]thehook &#187; WP plugin Download Monitor rewrite rule for nginx[...]...</description>
		<content:encoded><![CDATA[<p><strong>linux whoami&#8230;</strong></p>
<p>[...]thehook &raquo; WP plugin Download Monitor rewrite rule for nginx[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP: Check if string contains a value in array by Nick</title>
		<link>http://thehook.eu/2009/08/php-function-to-check-if-string-contains-a-value-in-array/comment-page-1/#comment-10377</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 21 Feb 2012 22:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://thehook.eu/?p=191#comment-10377</guid>
		<description>Alternatively you could use preg_match, example being

$botlist = &#039;/(Google&#124;msnbot&#124;Rambler&#124;Yahoo&#124;AbachoBOT&#124;accoona&#124;dotbot&#124;AcioRobot&#124;ASPSeek&#124;CocoCrawler&#124;Dumbot&#124;FAST-WebCrawler&#124;GeonaBot&#124;Gigabot&#124;Lycos&#124;MSRBOT&#124;Scooter&#124;AltaVista&#124;IDBot&#124;eStyle&#124;Scrubby&#124;Googlebot&#124;Yahoo! Slurp&#124;VoilaBot&#124;ZyBorg&#124;WebCrawler&#124;DeepIndex&#124;Teoma&#124;appie&#124;HenriLeRobotMirago&#124;psbot&#124;Szukacz&#124;Openbot&#124;Naver)+/i&#039;;

if (preg_match($botlist,$_SERVER[&#039;HTTP_USER_AGENT&#039;])) $isBrowser = false;</description>
		<content:encoded><![CDATA[<p>Alternatively you could use preg_match, example being</p>
<p>$botlist = &#8216;/(Google|msnbot|Rambler|Yahoo|AbachoBOT|accoona|dotbot|AcioRobot|ASPSeek|CocoCrawler|Dumbot|FAST-WebCrawler|GeonaBot|Gigabot|Lycos|MSRBOT|Scooter|AltaVista|IDBot|eStyle|Scrubby|Googlebot|Yahoo! Slurp|VoilaBot|ZyBorg|WebCrawler|DeepIndex|Teoma|appie|HenriLeRobotMirago|psbot|Szukacz|Openbot|Naver)+/i&#8217;;</p>
<p>if (preg_match($botlist,$_SERVER['HTTP_USER_AGENT'])) $isBrowser = false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on nWeb by nginx mit Hilfe von nWeb installieren &#124; Acsiii.Net</title>
		<link>http://thehook.eu/tools/nweb/comment-page-1/#comment-10213</link>
		<dc:creator>nginx mit Hilfe von nWeb installieren &#124; Acsiii.Net</dc:creator>
		<pubDate>Sun, 12 Feb 2012 02:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://thehook.eu/?page_id=21#comment-10213</guid>
		<description>[...] wurde das Shell Script von thehook.eu die in ihren Atikel zu nWeb darauf hinweisen dass das Script den auf Linux Systemen Ubuntu 9.04 (und höher) &amp; [...]</description>
		<content:encoded><![CDATA[<p>[...] wurde das Shell Script von thehook.eu die in ihren Atikel zu nWeb darauf hinweisen dass das Script den auf Linux Systemen Ubuntu 9.04 (und höher) &amp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a &#8220;bash alias&#8221; with an argument by romi</title>
		<link>http://thehook.eu/2009/09/creating-a-bash-alias-with-an-argument/comment-page-1/#comment-8907</link>
		<dc:creator>romi</dc:creator>
		<pubDate>Fri, 16 Dec 2011 21:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://thehook.eu/?p=199#comment-8907</guid>
		<description>Your article really helped me thanks, I wait for the next</description>
		<content:encoded><![CDATA[<p>Your article really helped me thanks, I wait for the next</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on nginx, php, upload and error 413: entity too large by Daniele</title>
		<link>http://thehook.eu/2009/07/nginx-php-upload-and-error-413-entity-too-large/comment-page-1/#comment-7868</link>
		<dc:creator>Daniele</dc:creator>
		<pubDate>Tue, 25 Oct 2011 18:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://thehook.eu/?p=94#comment-7868</guid>
		<description>I LOVE YOU!!
You saved me! I spent two days trying to figure why my upload wasn&#039;t working!
Thank you dude!</description>
		<content:encoded><![CDATA[<p>I LOVE YOU!!<br />
You saved me! I spent two days trying to figure why my upload wasn&#8217;t working!<br />
Thank you dude!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a &#8220;bash alias&#8221; with an argument by Christophe</title>
		<link>http://thehook.eu/2009/09/creating-a-bash-alias-with-an-argument/comment-page-1/#comment-6898</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Fri, 26 Aug 2011 14:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://thehook.eu/?p=199#comment-6898</guid>
		<description>I recently found a way to pass arguments to bash alias, without using functions. Took me a while to work it out though:

alias foo=&quot;xargs -I {} bash -c &#039;/bin/find {}&#039; &lt;&lt;&lt;&quot;

returns
./a.eps
./b.eps</description>
		<content:encoded><![CDATA[<p>I recently found a way to pass arguments to bash alias, without using functions. Took me a while to work it out though:</p>
<p>alias foo=&#8221;xargs -I {} bash -c &#8216;/bin/find {}&#8217; &lt;&lt;&lt;&quot;</p>
<p>returns<br />
./a.eps<br />
./b.eps</p>
]]></content:encoded>
	</item>
</channel>
</rss>
