<?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 MIKESTOWE.COM</title>
	<atom:link href="http://www.mikestowe.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mikestowe.com</link>
	<description>Just another php, religion, and politics weblog</description>
	<lastBuildDate>Wed, 18 Apr 2012 21:45:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on User First&#8230; Not Mobile First by mike</title>
		<link>http://www.mikestowe.com/2012/04/user-first-not-mobile-first.php/comment-page-1#comment-558</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 18 Apr 2012 21:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikestowe.com/?p=1100#comment-558</guid>
		<description>This works well if using responsive imports verses responsive conditions in the stylesheet, but you still run into the issue of space and feature compatibility overall.  There&#039;s also the issue of how much content and data is being used, again depending on the site, as well as if the content meets the expectations of the user, as their expectations often vary with the device they are using.</description>
		<content:encoded><![CDATA[<p>This works well if using responsive imports verses responsive conditions in the stylesheet, but you still run into the issue of space and feature compatibility overall.  There&#8217;s also the issue of how much content and data is being used, again depending on the site, as well as if the content meets the expectations of the user, as their expectations often vary with the device they are using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on User First&#8230; Not Mobile First by Mike Willbanks</title>
		<link>http://www.mikestowe.com/2012/04/user-first-not-mobile-first.php/comment-page-1#comment-557</link>
		<dc:creator>Mike Willbanks</dc:creator>
		<pubDate>Wed, 18 Apr 2012 21:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikestowe.com/?p=1100#comment-557</guid>
		<description>One word; media queries :)</description>
		<content:encoded><![CDATA[<p>One word; media queries <img src='http://www.mikestowe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple jQuery AutoComplete Script by Edgaras</title>
		<link>http://www.mikestowe.com/2010/08/simple-jquery-autocomplete-script.php/comment-page-1#comment-553</link>
		<dc:creator>Edgaras</dc:creator>
		<pubDate>Wed, 11 Apr 2012 09:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikestowe.com/?p=436#comment-553</guid>
		<description>Hi, Mike, fix here: &quot; if($(&#039;#&#039;+id).val().length &gt; autosuggest_min_length) {&quot;

I think, that is how it supposed to be :

&quot;if($(&#039;#&#039;+id).val().length &gt;= autosuggest_min_length) {&quot;</description>
		<content:encoded><![CDATA[<p>Hi, Mike, fix here: &#8221; if($(&#8216;#&#8217;+id).val().length &gt; autosuggest_min_length) {&#8221;</p>
<p>I think, that is how it supposed to be :</p>
<p>&#8220;if($(&#8216;#&#8217;+id).val().length &gt;= autosuggest_min_length) {&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Malicious Code Scanner by mike</title>
		<link>http://www.mikestowe.com/2010/10/php-malicious-code-scanner.php/comment-page-1#comment-499</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 28 Feb 2012 16:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikestowe.com/?p=571#comment-499</guid>
		<description>Hey Nico,
I&#039;ve updated the script on GitHub to fix that issue and also fix some issues in PHP 5.4

Thanks,
Mike</description>
		<content:encoded><![CDATA[<p>Hey Nico,<br />
I&#8217;ve updated the script on GitHub to fix that issue and also fix some issues in PHP 5.4</p>
<p>Thanks,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Malicious Code Scanner by Nico</title>
		<link>http://www.mikestowe.com/2010/10/php-malicious-code-scanner.php/comment-page-1#comment-478</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Fri, 24 Feb 2012 15:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikestowe.com/?p=571#comment-478</guid>
		<description>hello, with the file from GitHub I have this errors:

Warning: scandir(__DIR__) [function.scandir]: failed to open dir: No such file or directory in /home/.../public_html/malscan.php on line 35

Warning: scandir() [function.scandir]: (errno 2): No such file or directory in /home/.../public_html/malscan.php on line 35

Fatal error: Uncaught exception &#039;Exception&#039; with message &#039;Unable to scan directory __DIR__. Please make sure proper permissions have been set.&#039; in /home/.../public_html/malscan.php:38 Stack trace: #0 /home/.../public_html/malscan.php(28): phpMalCodeScan-&gt;scan(&#039;__DIR__&#039;) #1 /home/..../public_html/malscan.php(76): phpMalCodeScan-&gt;__construct() #2 {main} thrown in /home/..../public_html/malscan.php on line 38</description>
		<content:encoded><![CDATA[<p>hello, with the file from GitHub I have this errors:</p>
<p>Warning: scandir(__DIR__) [function.scandir]: failed to open dir: No such file or directory in /home/&#8230;/public_html/malscan.php on line 35</p>
<p>Warning: scandir() [function.scandir]: (errno 2): No such file or directory in /home/&#8230;/public_html/malscan.php on line 35</p>
<p>Fatal error: Uncaught exception &#8216;Exception&#8217; with message &#8216;Unable to scan directory __DIR__. Please make sure proper permissions have been set.&#8217; in /home/&#8230;/public_html/malscan.php:38 Stack trace: #0 /home/&#8230;/public_html/malscan.php(28): phpMalCodeScan-&gt;scan(&#8216;__DIR__&#8217;) #1 /home/&#8230;./public_html/malscan.php(76): phpMalCodeScan-&gt;__construct() #2 {main} thrown in /home/&#8230;./public_html/malscan.php on line 38</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Malicious Code Scanner by mike</title>
		<link>http://www.mikestowe.com/2010/10/php-malicious-code-scanner.php/comment-page-1#comment-418</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 18 Jan 2012 22:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikestowe.com/?p=571#comment-418</guid>
		<description>Joseph - I have updated the script on GitHub.  Can you check that out and see if it works for you?</description>
		<content:encoded><![CDATA[<p>Joseph &#8211; I have updated the script on GitHub.  Can you check that out and see if it works for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Malicious Code Scanner by mike</title>
		<link>http://www.mikestowe.com/2010/10/php-malicious-code-scanner.php/comment-page-1#comment-417</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 18 Jan 2012 22:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikestowe.com/?p=571#comment-417</guid>
		<description>I have updated the script on GitHub.  Can you check that out and see if it works for you?</description>
		<content:encoded><![CDATA[<p>I have updated the script on GitHub.  Can you check that out and see if it works for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Malicious Code Scanner by mike</title>
		<link>http://www.mikestowe.com/2010/10/php-malicious-code-scanner.php/comment-page-1#comment-416</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 18 Jan 2012 21:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikestowe.com/?p=571#comment-416</guid>
		<description>Many applications contain vulnerabilities that allow for users to upload files via back-doors in the code.  This is most commonly done by spam-bots on applications such as WordPress and OSCommerce.  The purpose of this application is not to prevent these leaks, but rather to help identify when a leak has been exploited.  This script is designed to send a red flag notifying the developer that a malicious file has indeed been uploaded through a scripting backdoor and that it should be promptly dealt with, and the script should be reviewed to close any security gaps.</description>
		<content:encoded><![CDATA[<p>Many applications contain vulnerabilities that allow for users to upload files via back-doors in the code.  This is most commonly done by spam-bots on applications such as WordPress and OSCommerce.  The purpose of this application is not to prevent these leaks, but rather to help identify when a leak has been exploited.  This script is designed to send a red flag notifying the developer that a malicious file has indeed been uploaded through a scripting backdoor and that it should be promptly dealt with, and the script should be reviewed to close any security gaps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Malicious Code Scanner by Asad</title>
		<link>http://www.mikestowe.com/2010/10/php-malicious-code-scanner.php/comment-page-1#comment-415</link>
		<dc:creator>Asad</dc:creator>
		<pubDate>Wed, 18 Jan 2012 21:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikestowe.com/?p=571#comment-415</guid>
		<description>Well its dumb to assign untrusted users with input filters that allow them to input php code that can be run on the server. That is why people that use drupal should make sure they don&#039;t use php filter unless they absolutely need it. Other than that if your solution requires sharing of source code there are plenty of options such as Google Code, GIT, SVN, etc. to make sure what the users are uploading cannot be executed on ur production server.</description>
		<content:encoded><![CDATA[<p>Well its dumb to assign untrusted users with input filters that allow them to input php code that can be run on the server. That is why people that use drupal should make sure they don&#8217;t use php filter unless they absolutely need it. Other than that if your solution requires sharing of source code there are plenty of options such as Google Code, GIT, SVN, etc. to make sure what the users are uploading cannot be executed on ur production server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Malicious Code Scanner by mike</title>
		<link>http://www.mikestowe.com/2010/10/php-malicious-code-scanner.php/comment-page-1#comment-411</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 16 Jan 2012 14:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikestowe.com/?p=571#comment-411</guid>
		<description>Thanks - I will take a look at this and get it fixed.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; I will take a look at this and get it fixed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

