<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fragmente &#187; security</title>
	<atom:link href="http://blog.team-noir.net/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.team-noir.net</link>
	<description>team noir blog</description>
	<lastBuildDate>Thu, 19 Jan 2012 15:04:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Zimplit &#8211; a small, free Content-Management-System</title>
		<link>http://blog.team-noir.net/2009/09/zimplit-a-small-free-content-management-system/</link>
		<comments>http://blog.team-noir.net/2009/09/zimplit-a-small-free-content-management-system/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 16:15:48 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[zimplit]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=269</guid>
		<description><![CDATA[Do you know ZIMPLIT? A really cool, small and fast CMS. You don&#8217;t need a database, just PHP on your server. You can use your own templates and create a nice (mini)website. I used this nice CMS for my private testing website and i detected heavy traffic with &#8220;forget-password&#8221; demands. My email-box filled up Now [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2010/04/problems-after-upgrading-typo3-4-2-to-4-3-with-stylesheets-and-images/' rel='bookmark' title='Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images'>Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Do you know<a title="small cms" href="http://www.zimplit.com"> ZIMPLIT</a>?</p>
<p><img class="alignnone size-full wp-image-273" title="zimplit" src="http://blog.team-noir.net/wp-content/uploads/2009/09/zimplit.png" alt="zimplit" width="249" height="88" /></p>
<p>A really cool, small and fast <a href="http://en.wikipedia.org/wiki/Content_management_system">CMS</a>. You don&#8217;t need a database, just PHP on your server.</p>
<p>You can use your own templates and create a nice (mini)website. I used this nice CMS for my private testing website and i detected heavy traffic with &#8220;forget-password&#8221; demands. My email-box filled up <img src='http://blog.team-noir.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><span id="more-269"></span></p>
<p>Now i present you my solution:<br />
Just add a <em>.htaccess</em> file to your webserver and secure some zimplit files.</p>
<p><span style="text-decoration: underline;"><strong>for example</strong> (.htaccess)<strong>:</strong></span></p>
<pre>AuthType Basic
AuthName "admin area"
AuthUserFile /absolte/path/.htpasswd
&lt;Files <strong><span style="color: #ff0000;">zimplit.php</span></strong>&gt;
require valid-user
&lt;/Files&gt;</pre>
<p>you can add some more files, like <em>security.php</em> or something else</p>
<p>ZIMPLIT really rocks! Thank you guy&#8217;s</p>
<p><script src="http://t3n.de/opensource/widget/zimplit/" type="text/javascript"></script></p>
<div id="opensource-no-javascript"><a href="http://t3n.de/opensource/project/zimplit/">Zimplit ist gelistet auf t3n.de/opensource!</a></div>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2010/04/problems-after-upgrading-typo3-4-2-to-4-3-with-stylesheets-and-images/' rel='bookmark' title='Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images'>Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/09/zimplit-a-small-free-content-management-system/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to &#8230; update TYPO3 4.2</title>
		<link>http://blog.team-noir.net/2009/07/how-to-update-typo3-42/</link>
		<comments>http://blog.team-noir.net/2009/07/how-to-update-typo3-42/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 14:13:24 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=183</guid>
		<description><![CDATA[How to After the release from TYPO3 4.2.8 i decided to post a small, usefull description to update/upgrade the core files from TYPO3. You won&#8217;t need more then 10 minutes! Just follow these steps (more details, see here): Download TYPO3 source Backup your Database and the following folders: - t3lib - typo3 - fileadmin - [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2010/04/problems-after-upgrading-typo3-4-2-to-4-3-with-stylesheets-and-images/' rel='bookmark' title='Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images'>Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images</a></li>
<li><a href='http://blog.team-noir.net/2009/10/how-to-convert-html-content-to-pdf-file-in-typo3/' rel='bookmark' title='How to &#8230; convert HTML-Content to PDF File in TYPO3'>How to &#8230; convert HTML-Content to PDF File in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2011/05/mixed-typo3-and-typoscript-snippets-vol-3/' rel='bookmark' title='mixed TYPO3 &amp; TypoScript Snippets Vol. 3'>mixed TYPO3 &#038; TypoScript Snippets Vol. 3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>How to</strong></p>
<p>After the release from <a title="new TYPO3 version" href="http://news.typo3.org/news/article/typo3-428-4112-and-4013/">TYPO3 4.2.8</a> i decided to post a small, usefull description to update/upgrade the core files from TYPO3.</p>
<p>You won&#8217;t need more then 10 minutes! Just follow these steps (more details, <a title="original documentation from kaspar" href="http://typo3.org/documentation/document-library/installation/doc_inst_upgr/1.1.0/view/1/5/">see here</a>):</p>
<p><span id="more-183"></span></p>
<ul>
<li><a href="http://typo3.org/download/packages/">Download</a> TYPO3 source</li>
<li> Backup your Database and the following folders:<br />
- t3lib<br />
- typo3<br />
- fileadmin<br />
- uploads</li>
<li><a title="small ftp client" href="http://filezilla.de/">Upload</a> the source files to your webserver</li>
<li>Start the Upgrade-Wizard (Install-Tool)</li>
<li> Compare &amp; Update your Database online<br />
- select Database Analyser<br />
- click  COMPARE  at &#8220;update required tables&#8221; and do the proposed updates until the Install Tool says, that everything is OK.</li>
<li> <span style="color: #999999;"><em>Install/Update  static tables and description tables (only if needed)<br />
- use the InstallTool<br />
- select DataBase Analyser<br />
- click IMPORT at &#8220;Dump static data&#8221;<br />
- &#8220;import&#8221; the whole file<br />
- click &#8220;write to database&#8221;</em></span></li>
<li><em> </em>Clear cache tables</li>
<li> Clear configuration cache<br />
or just delete &#8220;temp_CACHED_ &#8221; files in /typo3conf/ directory</li>
<li>check for Extension-Updates (Backend -&gt; Extensions -&gt; Update)</li>
</ul>
<p>THATS ALL! after a short test &#8211; your webproject ist fresh and up to date!</p>
<p>greetz<br />
Martin</p>
<p><span style="text-decoration: underline;"><strong>UPDATE April 2010:</strong></span><br />
For upgrading 4.3 there is nothing more to do, have a look <a title="official upgrade manual" href="http://wiki.typo3.org/index.php/Upgrade" target="_blank">here</a>.</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2010/04/problems-after-upgrading-typo3-4-2-to-4-3-with-stylesheets-and-images/' rel='bookmark' title='Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images'>Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images</a></li>
<li><a href='http://blog.team-noir.net/2009/10/how-to-convert-html-content-to-pdf-file-in-typo3/' rel='bookmark' title='How to &#8230; convert HTML-Content to PDF File in TYPO3'>How to &#8230; convert HTML-Content to PDF File in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2011/05/mixed-typo3-and-typoscript-snippets-vol-3/' rel='bookmark' title='mixed TYPO3 &amp; TypoScript Snippets Vol. 3'>mixed TYPO3 &#038; TypoScript Snippets Vol. 3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/07/how-to-update-typo3-42/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

