<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
	<channel>
		<title>FlatPress</title>
		<link>http://www.flatpress.org/home/</link>
		<description><![CDATA[]]></description>
		<copyright>Copyright 2006, NoWhereMan</copyright>
		<managingEditor>uncommonnonsense@gmail.com</managingEditor>
		<language>en-us</language>

		<generator>FlatPress</generator>
								<item>
		
			<title>Nice stuff on the forums</title>
			<link>http://www.flatpress.org/home/blog.php?entry=entry100626-194244</link>
			<description><![CDATA[	<p>Wow, it&#8217;s been a long since my last update here, sorry guys;</p>
	<p><img src="http://www.flatpress.org/home/fp-content/images/twitter-logo.png" alt="twitter-logo.png" title="twitter-logo.png"  class="floatright" width="155" height="36" /></p>
	<p>Btw there is some <a href="http://www.flatpress.org/forums/comments.php?DiscussionID=1097&#038;page=1">pretty rad stuff</a> on the forums! Check it out!</p>
	<p>bye
</p>
]]></description>
			 <category>General </category>			<guid isPermaLink="true">http://www.flatpress.org/home/blog.php?entry=entry100626-194244</guid>

			<author>NoWhereMan uncommonnonsense@gmail.com</author>
			<pubDate>Sat, 26 Jun 2010 19:42:44 +0200</pubDate>
			<comments>http://www.flatpress.org/home/comments.php?entry=entry100626-194244</comments>
			
			</item>
						<item>
		
			<title>Happy Easter!</title>
			<link>http://www.flatpress.org/home/blog.php?entry=entry100404-172837</link>
			<description><![CDATA[	<p>OH XSS Vulnerability.</p>
	<p>If you happen to use the <em>lastcomments</em> plugin, either disable it or <a href="http://www.flatpress.org/forums/comments.php?DiscussionID=986&#038;page=1#Item_5">read here</a>.</p>
	<p>(Fix included)</p>
	<p>Bye!
</p>
]]></description>
			 <category>General, News </category>			<guid isPermaLink="true">http://www.flatpress.org/home/blog.php?entry=entry100404-172837</guid>

			<author>NoWhereMan uncommonnonsense@gmail.com</author>
			<pubDate>Sun, 04 Apr 2010 17:28:37 +0200</pubDate>
			<comments>http://www.flatpress.org/home/comments.php?entry=entry100404-172837</comments>
			
			</item>
						<item>
		
			<title>Fun with flooding</title>
			<link>http://www.flatpress.org/home/blog.php?entry=entry100221-144037</link>
			<description><![CDATA[	<p>A really funny guy who signs himself as &#8220;Fuck yeah, FlatPress!&#8221;  exploited FlatPress&#8217; lack of a comment flood limit and/or a moderation queue to bomb many blogs with his message:</p>
	<div style="float:right"><img src="http://icanhascheezburger.files.wordpress.com/2008/04/funny-pictures-lightbulb-cat-get-a-life.jpg" alt="get a life" width="200"></div><blockquote><p>Maybe your Atom feed is broken because I tried to subscribe but always got errors.</p></blockquote>
	<p>(or a variation on this theme)</p>
	<p>Classic joke, man! </p>
	<p>The following horrible script will delete any comment containing the string &#8220;Fuck yeah&#8221;, so be careful with that. IT WON&#8217;T make any difference whether the string is in the CONTENT of the comment or in the NAME, so think well if you have a comment you want to keep with that text.</p>
	<p>Upload it to your blog root, browse to it, and then delete it </p>
	<pre>&lt;?php
	
include 'defaults.php';
include INCLUDES_DIR . 'includes.php';
	
header('Content-Type: text/plain');
	
if (!user_loggedin()) die('Please login to FP first!');
	
class deldel extends fs_filelister {
var $_directory = CONTENT_DIR;
function _checkFile($d,$f) {
if (is_dir("$d/$f")) return 1;
	
$p="$d/$f";
if (false===strpos($f,'comment') ) return 0;
$string = file_get_contents($p);
if (strpos($string, 'Fuck yeah') !==false) {
	echo $string, "\n";
	unlink($p);
}
	
return 0;
}
} 
	
$a=new deldel;
$a-&gt;getList();</pre>
]]></description>
			 <category>General, News </category>			<guid isPermaLink="true">http://www.flatpress.org/home/blog.php?entry=entry100221-144037</guid>

			<author>NoWhereMan uncommonnonsense@gmail.com</author>
			<pubDate>Sun, 21 Feb 2010 14:40:37 +0100</pubDate>
			<comments>http://www.flatpress.org/home/comments.php?entry=entry100221-144037</comments>
			
			</item>
						<item>
		
			<title>XSS Vulnerability 0.909</title>
			<link>http://www.flatpress.org/home/blog.php?entry=entry100128-105506</link>
			<description><![CDATA[	<p><a href="http://www.flatpress.org/forums/comments.php?DiscussionID=986&#038;page=1#Item_1">Mischa on the forums</a> pointed out a disclosed security bug of which I wasn&#8217;t aware. </p>
	<p>I have released Flatpress <strong>0.909.1</strong>, which is just a bugfix for that.</p>
	<p>If you don&#8217;t want to download a whole new package from sourceforge, you just have to update these files:</p>
	<ul>
	<li><a href="http://flatpress.svn.sf.net/viewvc/flatpress/trunk/flatpress/fp-interface/sharedtpls/contact.tpl?revision=316">/fp-interface/sharedtpls/contact.tpl</a>
</li>
	<li><a href="http://flatpress.svn.sf.net/viewvc/flatpress/trunk/flatpress/fp-interface/sharedtpls/login.tpl?revision=316">/fp-interface/sharedtpls/login.tpl</a>
</li>
	<li><a href="http://flatpress.svn.sf.net/viewvc/flatpress/trunk/flatpress/fp-interface/sharedtpls/search.tpl?revision=316">/fp-interface/sharedtpls/search.tpl</a>
</li>
</ul>
]]></description>
			 <category>General, News </category>			<guid isPermaLink="true">http://www.flatpress.org/home/blog.php?entry=entry100128-105506</guid>

			<author>NoWhereMan uncommonnonsense@gmail.com</author>
			<pubDate>Thu, 28 Jan 2010 10:55:06 +0100</pubDate>
			<comments>http://www.flatpress.org/home/comments.php?entry=entry100128-105506</comments>
			
			</item>
						<item>
		
			<title>Merry Xmas</title>
			<link>http://www.flatpress.org/home/blog.php?entry=entry091224-135947</link>
			<description><![CDATA[	<p><object type="application/x-shockwave-flash" height="326" width="400" data="http://youtube.com/v/B3DyxaCYlfg"><br />
<param name="movie" value="http://youtube.com/v/B3DyxaCYlfg" /></object></p>
	<p>&#8230;and a Happy New Year :)
</p>
]]></description>
			 <category>General </category>			<guid isPermaLink="true">http://www.flatpress.org/home/blog.php?entry=entry091224-135947</guid>

			<author>NoWhereMan uncommonnonsense@gmail.com</author>
			<pubDate>Thu, 24 Dec 2009 13:59:47 +0100</pubDate>
			<comments>http://www.flatpress.org/home/comments.php?entry=entry091224-135947</comments>
			
			</item>
					
				
	</channel>
</rss>