<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Simple commenting system</title>
	<link>http://ask.metafilter.com/99300/Simple-commenting-system/</link>
	<description>Comments on Ask MetaFilter post Simple commenting system</description>
	<pubDate>Fri, 15 Aug 2008 17:42:04 -0800</pubDate>
	<lastBuildDate>Fri, 15 Aug 2008 17:42:04 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Simple commenting system</title>
		<link>http://ask.metafilter.com/99300/Simple-commenting-system</link>	
		<description>Is there a simple PHP/MYSQL commenting system available anywhere on the internets? The Google has failed me. &lt;br /&gt;&lt;br /&gt; All I&apos;m looking for is a very simple commenting script, like what you&apos;d see on any given blog, but I don&apos;t need all the bloggy stuff. Just a form, a database connection, and output. I&apos;ll style everything myself, of course, but I&apos;m too lazy to roll my own (last time I did, it got bombarded by spam). Any suggestions?&lt;br&gt;
&lt;br&gt;
PS - Searching google for anything that involves the words &quot;comments&quot; or &quot;commenting&quot; is very difficult.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.99300</guid>
		<pubDate>Fri, 15 Aug 2008 17:39:18 -0800</pubDate>
		<dc:creator>bjork24</dc:creator>
		
			<category>comments</category>
		
			<category>php</category>
		
			<category>mysql</category>
		
			<category>script</category>
		
			<category>programming</category>
		
	</item> <item>
		<title>By: bjork24</title>
		<link>http://ask.metafilter.com/99300/Simple-commenting-system#1444987</link>	
		<description>Also, the website I&apos;m putting the comments on is a 100% custom job. It&apos;s not a blog framework or anything.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99300-1444987</guid>
		<pubDate>Fri, 15 Aug 2008 17:42:04 -0800</pubDate>
		<dc:creator>bjork24</dc:creator>
	</item><item>
		<title>By: delmoi</title>
		<link>http://ask.metafilter.com/99300/Simple-commenting-system#1445000</link>	
		<description>What are the comments going to be attached too? You say you don&apos;t want all the &quot;bloggy stuff&quot;  If you just want pages where people can comment on, you could always setup a wordpress install and just hide the front page.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99300-1445000</guid>
		<pubDate>Fri, 15 Aug 2008 18:03:18 -0800</pubDate>
		<dc:creator>delmoi</dc:creator>
	</item><item>
		<title>By: bjork24</title>
		<link>http://ask.metafilter.com/99300/Simple-commenting-system#1445003</link>	
		<description>The comments will be on dynamically-created product pages.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99300-1445003</guid>
		<pubDate>Fri, 15 Aug 2008 18:07:25 -0800</pubDate>
		<dc:creator>bjork24</dc:creator>
	</item><item>
		<title>By: iconomy</title>
		<link>http://ask.metafilter.com/99300/Simple-commenting-system#1445004</link>	
		<description>I&apos;ve used &lt;a href=&quot;http://www.blogkomm.com/&quot;&gt;Blogkomm&lt;/a&gt; on numerous occasions - so easy, never buggy. Doesn&apos;t require MySql though. You do need to assign unique IDs to your  posts, but don&apos;t need to actually blog. &lt;br&gt;
&lt;br&gt;
Perhaps you should search using the word guestbook instead of comments, since comments are usually associated with blogs.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99300-1445004</guid>
		<pubDate>Fri, 15 Aug 2008 18:08:11 -0800</pubDate>
		<dc:creator>iconomy</dc:creator>
	</item><item>
		<title>By: peacheater</title>
		<link>http://ask.metafilter.com/99300/Simple-commenting-system#1445010</link>	
		<description>My boyfriend implemented PHP/MYSQL-based &lt;a href=&quot;http://www.scripts.oldguy.us/talkback/&quot;&gt;Talkback&lt;/a&gt; for his lab&apos;s internal pages (which is why I can&apos;t link to them) and is very happy with its performance and simplicity. He said that this was the best commenting system he found. He used it for static pages but it also works for dynamic pages.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99300-1445010</guid>
		<pubDate>Fri, 15 Aug 2008 18:14:33 -0800</pubDate>
		<dc:creator>peacheater</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/99300/Simple-commenting-system#1445019</link>	
		<description>It seems like a good route to hunt down code like this would be to look for PHP / mySQL samples for the web-based HTML editors that are out there, like &lt;a href=&quot;http://www.fckeditor.net/&quot;&gt;FCKeditor&lt;/a&gt;.  I would think that any basic sample showing how to store posted content to a database would get pretty close to the functionality you&apos;re looking for.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99300-1445019</guid>
		<pubDate>Fri, 15 Aug 2008 18:30:35 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: web-goddess</title>
		<link>http://ask.metafilter.com/99300/Simple-commenting-system#1445175</link>	
		<description>Don&apos;t completely rule out rolling your own. I added a ridiculously simple question to mine - &quot;What color is an orange?&quot; - and I haven&apos;t had a single spam comment since. Spammers are pretty stupid.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99300-1445175</guid>
		<pubDate>Fri, 15 Aug 2008 22:41:47 -0800</pubDate>
		<dc:creator>web-goddess</dc:creator>
	</item><item>
		<title>By: meta_eli</title>
		<link>http://ask.metafilter.com/99300/Simple-commenting-system#1445416</link>	
		<description>&lt;em&gt;like FCKeditor. I would think that any basic sample showing how to store posted content to a database would get pretty close to the functionality you&apos;re looking for.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
I prefer &lt;a href=&quot;http://tinymce.moxiecode.com/&quot;&gt;TinyMCE&lt;/a&gt;. But commenting is a bit tougher than it looks. You&apos;ve got to be very careful filtering input or you open yourself to all kinds of XSS and javascript injection attacks&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;em&gt; Spammers are pretty stupid.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
Or your blog is just too small. The day they figure out the answer to the question will be a bad day.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99300-1445416</guid>
		<pubDate>Sat, 16 Aug 2008 09:34:40 -0800</pubDate>
		<dc:creator>meta_eli</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/99300/Simple-commenting-system#1445447</link>	
		<description>&lt;em&gt;You&apos;ve got to be very careful filtering input or you open yourself to all kinds of XSS and javascript injection attacks&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
Yeah, and SQL injection attacks, etc.  But security analysis is something that should be applied to &lt;em&gt;every&lt;/em&gt; web application, not just commenting, even when (some might say &lt;em&gt;especially&lt;/em&gt; when) you&apos;re using someone else&apos;s code or product.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99300-1445447</guid>
		<pubDate>Sat, 16 Aug 2008 10:21:27 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: web-goddess</title>
		<link>http://ask.metafilter.com/99300/Simple-commenting-system#1445714</link>	
		<description>meta-eli - I was actually getting hundreds of spam comments a day before implementing the change. And this was on a system that I rolled myself, so it wasn&apos;t as simple to compromise as simply pointing a bot at a Wordpress or Movable Type blog. Yet adding that one extra field - one that a robot couldn&apos;t guess the answer to - was enough to kill them off completely.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99300-1445714</guid>
		<pubDate>Sat, 16 Aug 2008 16:09:08 -0800</pubDate>
		<dc:creator>web-goddess</dc:creator>
	</item><item>
		<title>By: kamelhoecker</title>
		<link>http://ask.metafilter.com/99300/Simple-commenting-system#1445773</link>	
		<description>There are also hosted commenting solutions. e.g.&lt;br&gt;
&lt;a href=&quot;http://www.instacomment.com/&quot;&gt;instacomment&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.spipra.com/&quot;&gt;spipra&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.99300-1445773</guid>
		<pubDate>Sat, 16 Aug 2008 17:43:37 -0800</pubDate>
		<dc:creator>kamelhoecker</dc:creator>
	</item>
	</channel>
</rss>
