<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Making your shop &quot;bulletproof&quot;&#8230;</title>
	<atom:link href="http://www.clubosc.com/making-your-shop-bulletproof.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.clubosc.com/making-your-shop-bulletproof.html</link>
	<description>Showcasing osCommerce...the good, the bad and the ugly!</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:32:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: enigma1</title>
		<link>http://www.clubosc.com/making-your-shop-bulletproof.html/comment-page-1#comment-2885</link>
		<dc:creator>enigma1</dc:creator>
		<pubDate>Wed, 11 Mar 2009 13:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=224#comment-2885</guid>
		<description>Having a separate table that lists testimonial content is a plus for e-commerce sites because they present the customer experience about a product or service the store carries. That can generate useful traffic. In my opinion the addon is a useful one, but obviously every piece of s/w needs maintenance and updates for new versions of PHP,MySQL and the like. 

At the end, is up to the store owners to either know howto, or to hire a professional to integrate contributions to their sites. 

Instead what is happening they, or someone else just drops the files on the server without consideration leading to all these hacks and side effects we see.</description>
		<content:encoded><![CDATA[<p>Having a separate table that lists testimonial content is a plus for e-commerce sites because they present the customer experience about a product or service the store carries. That can generate useful traffic. In my opinion the addon is a useful one, but obviously every piece of s/w needs maintenance and updates for new versions of PHP,MySQL and the like. </p>
<p>At the end, is up to the store owners to either know howto, or to hire a professional to integrate contributions to their sites. </p>
<p>Instead what is happening they, or someone else just drops the files on the server without consideration leading to all these hacks and side effects we see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.clubosc.com/making-your-shop-bulletproof.html/comment-page-1#comment-2853</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Fri, 27 Feb 2009 11:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=224#comment-2853</guid>
		<description>Frankly, I&#039;m surprised that contribution even still exists.  I&#039;ve asked for it to be removed (years ago) along with another contribution that is defunct.

There are loads of contributions that people insist on, which I feel are worthless.  All that matters for any ecomm site owner, is getting &lt;b&gt;qualified traffic&lt;/b&gt; onto the site...</description>
		<content:encoded><![CDATA[<p>Frankly, I&#039;m surprised that contribution even still exists.  I&#039;ve asked for it to be removed (years ago) along with another contribution that is defunct.</p>
<p>There are loads of contributions that people insist on, which I feel are worthless.  All that matters for any ecomm site owner, is getting <b>qualified traffic</b> onto the site&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enigma1</title>
		<link>http://www.clubosc.com/making-your-shop-bulletproof.html/comment-page-1#comment-2852</link>
		<dc:creator>enigma1</dc:creator>
		<pubDate>Fri, 27 Feb 2009 09:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=224#comment-2852</guid>
		<description>JR, the whole point of the ip trap was to deploy a honeypot via the robots.txt from the code and comments I read. The directories are exposed intentionally. Honeypots have their uses but blindly banning the IPs because of the restricted directories??.

The problem I see is that these contributions were not built targeting the real objectives of ecommerce (like maximizing sales) and instead trying to capitalize on mistakes of other useful contributions like customer testimonials. It&#039;s now what? 7 years since Gary posted the first version of the module? Nothing new though happens all the time. The Products Extra Images is another example I remember. The fact is, whoever is on the top page of SEs will do sales and banning IPs and entire countries from your sites will never get you there. So fix the code of contributions you integrate and update the contributions.</description>
		<content:encoded><![CDATA[<p>JR, the whole point of the ip trap was to deploy a honeypot via the robots.txt from the code and comments I read. The directories are exposed intentionally. Honeypots have their uses but blindly banning the IPs because of the restricted directories??.</p>
<p>The problem I see is that these contributions were not built targeting the real objectives of ecommerce (like maximizing sales) and instead trying to capitalize on mistakes of other useful contributions like customer testimonials. It&#039;s now what? 7 years since Gary posted the first version of the module? Nothing new though happens all the time. The Products Extra Images is another example I remember. The fact is, whoever is on the top page of SEs will do sales and banning IPs and entire countries from your sites will never get you there. So fix the code of contributions you integrate and update the contributions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java Roasters</title>
		<link>http://www.clubosc.com/making-your-shop-bulletproof.html/comment-page-1#comment-2850</link>
		<dc:creator>Java Roasters</dc:creator>
		<pubDate>Thu, 26 Feb 2009 22:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=224#comment-2850</guid>
		<description>I just looked at the IP Trapper contributions and it could be better.  If you don&#039;t want someone to find a directory then don&#039;t have

Disallow: catalog/personal
Disallow: catalog/includes
Disallow: catalog/cgi-bin

In your robots.txt file.

You need to make an additional robots.txt file in each of the directories and add this to it;

User-agent: *
Disallow: /

It is a much better way of doing it.  Also don&#039;t allow directory listing in .htaccess and rename your admin also.</description>
		<content:encoded><![CDATA[<p>I just looked at the IP Trapper contributions and it could be better.  If you don&#039;t want someone to find a directory then don&#039;t have</p>
<p>Disallow: catalog/personal<br />
Disallow: catalog/includes<br />
Disallow: catalog/cgi-bin</p>
<p>In your robots.txt file.</p>
<p>You need to make an additional robots.txt file in each of the directories and add this to it;</p>
<p>User-agent: *<br />
Disallow: /</p>
<p>It is a much better way of doing it.  Also don&#039;t allow directory listing in .htaccess and rename your admin also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enigma1</title>
		<link>http://www.clubosc.com/making-your-shop-bulletproof.html/comment-page-1#comment-2849</link>
		<dc:creator>enigma1</dc:creator>
		<pubDate>Thu, 26 Feb 2009 19:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.clubosc.com/?p=224#comment-2849</guid>
		<description>If you have a piece of code that has a problem then you fix that code. So if you have a contribution that causes a problem you fix the contribution. You don&#039;t go and start doing unnecessary things like striping characters from variables you don&#039;t know about. osC has filtering functions in place and as you know when applied properly the parameters are safe for the dbase and the variables throughout the scripts. In the case of customers testimonials just an integer cast is enough. I see no point deploying modules that may damage the site&#039;s functionality or exposure. That&#039;s not what I call security but quick and dirty hacks.

As far I can tell whoever bans IPs has the troubles and honestly I do not see anything malicious about it. And at the top of that good luck figuring out what&#039;s going on if you going down the ban path. Especially for a merchant who wonders why his site all of a sudden got removed from the search engines or he sees no sales.</description>
		<content:encoded><![CDATA[<p>If you have a piece of code that has a problem then you fix that code. So if you have a contribution that causes a problem you fix the contribution. You don&#039;t go and start doing unnecessary things like striping characters from variables you don&#039;t know about. osC has filtering functions in place and as you know when applied properly the parameters are safe for the dbase and the variables throughout the scripts. In the case of customers testimonials just an integer cast is enough. I see no point deploying modules that may damage the site&#039;s functionality or exposure. That&#039;s not what I call security but quick and dirty hacks.</p>
<p>As far I can tell whoever bans IPs has the troubles and honestly I do not see anything malicious about it. And at the top of that good luck figuring out what&#039;s going on if you going down the ban path. Especially for a merchant who wonders why his site all of a sudden got removed from the search engines or he sees no sales.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

