<?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; PHP</title>
	<atom:link href="http://blog.team-noir.net/category/php/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>How to &#8230; &#8211; TYPO3 fe_userlisting sort by &#8230;</title>
		<link>http://blog.team-noir.net/2012/01/typo3-hint-fe_userlisting_sort_by/</link>
		<comments>http://blog.team-noir.net/2012/01/typo3-hint-fe_userlisting_sort_by/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 13:47:37 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[TYPO3]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=477</guid>
		<description><![CDATA[How to &#8230; sort the fe_userlisting view in frontend? In my project i needed to sort the usertable in frontend by first_name or last_name. The extension manual list the following typoscript setup: tx_feuserlisting_pi1._DEFAULT_PI_VARS.sort = last_name:0 tx_feuserlisting_pi1._DEFAULT_PI_VARS.sort = first_name:0 But nothing happened &#8230; So i searched for a while an found the solution here. You need [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/04/how-to-sort-the-feuserlist-typo3/' rel='bookmark' title='How to &#8230; sort the feuserlist in TYPO3'>How to &#8230; sort the feuserlist in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2009/05/how-to-sort-the-typoscript-template/' rel='bookmark' title='How to &#8230; sort the Typoscript Template'>How to &#8230; sort the Typoscript Template</a></li>
<li><a href='http://blog.team-noir.net/2009/09/how-to-change-the-rte-linktext-in-typo3/' rel='bookmark' title='How to &#8230; change the RTE linktext in TYPO3'>How to &#8230; change the RTE linktext in TYPO3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>How to</strong></p>
<p>&#8230; sort the <a href="http://typo3.org/documentation/document-library/extension-manuals/feuserlisting/current/">fe_userlisting</a> view in frontend?</p>
<p>In my project i needed to sort the usertable in frontend by <strong>first_name</strong> or <strong>last_name</strong>.<br />
<span id="more-477"></span> The extension manual list the following typoscript setup:</p>
<pre>tx_feuserlisting_pi1._DEFAULT_PI_VARS.sort = last_name:0
tx_feuserlisting_pi1._DEFAULT_PI_VARS.sort = first_name:0</pre>
<p>But nothing happened &#8230;</p>
<p>So i searched for a while an found the solution <a href="http://www.typo3.net/forum/beitraege/diverse_sonstige_module/84844/seite/1/" target="_blank">here.</a></p>
<p>You need to edit the file &#8220;class.tx_feuserlisting_pi1.php&#8221; and extend on line 170 the following:</p>
<pre>$this-&gt;internal['orderByList'] = 'username,name,email,country,city,zip';</pre>
<p>to</p>
<pre>$this-&gt;internal['orderByList'] = '<strong>first_name,last_name</strong>,username,name,email,country,city,zip';</pre>
<p>THAT&#8217;s ALL!</p>
<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/04/how-to-sort-the-feuserlist-typo3/' rel='bookmark' title='How to &#8230; sort the feuserlist in TYPO3'>How to &#8230; sort the feuserlist in TYPO3</a></li>
<li><a href='http://blog.team-noir.net/2009/05/how-to-sort-the-typoscript-template/' rel='bookmark' title='How to &#8230; sort the Typoscript Template'>How to &#8230; sort the Typoscript Template</a></li>
<li><a href='http://blog.team-noir.net/2009/09/how-to-change-the-rte-linktext-in-typo3/' rel='bookmark' title='How to &#8230; change the RTE linktext in TYPO3'>How to &#8230; change the RTE linktext in TYPO3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2012/01/typo3-hint-fe_userlisting_sort_by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to autoupdate WordPress hosted at Host Europe</title>
		<link>http://blog.team-noir.net/2011/07/how-to-autoupdate-wordpress-hosted-at-host-europe/</link>
		<comments>http://blog.team-noir.net/2011/07/how-to-autoupdate-wordpress-hosted-at-host-europe/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 19:33:39 +0000</pubDate>
		<dc:creator>karrock</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=473</guid>
		<description><![CDATA[All who has webspace at Host Europe and installed WordPress by itself (not out of the box) have problems to use the autoupdate function from WordPress. For me it said always that the installtion path of WordPress was not found. Now, after a long while, I found a german blog article WordPress AutoUpdate bei Hosteurope. [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2011/03/typo3-4-5-sendmail-on-host-europe-server/' rel='bookmark' title='TYPO3 4.5 &#8211; sendmail on Host Europe Server'>TYPO3 4.5 &#8211; sendmail on Host Europe Server</a></li>
<li><a href='http://blog.team-noir.net/2012/01/how-to-use-ssl-and-ssl-proxy-on-host-europe-via-htaccess-with-typo3/' rel='bookmark' title='How to &#8230; use ssl and ssl-proxy on Host Europe via .htaccess with TYPO3'>How to &#8230; use ssl and ssl-proxy on Host Europe via .htaccess with TYPO3</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>All who has webspace at Host Europe and installed WordPress by itself (not out of the box) have problems to use the autoupdate function from WordPress.</p>
<p>For me it said always that the installtion path of WordPress was not found. Now, after a long while, I found a german blog article <a title="WordPress AutoUpdate bei Hosteurope" href="http://viel-palaver.de/2008/12/wordpress-autoupdate-bei-hosteurope/">WordPress AutoUpdate bei Hosteurope</a>. There is described that you just have to put one single line in the config file wp-config.php of WordPress and all works as expected. The problem which cause the error is the directory for temporary files, which is set by this line via a environmental variable.</p>
<pre><strong>putenv('TMPDIR='.ini_get('upload_tmp_dir') );</strong>
if ( !defined('ABSPATH') )
   define('ABSPATH', dirname(__FILE__) . '/');</pre>
<p>Just put the bold line in your config-file at this position and then you can use WordPress auto update. But be sure to <a title="WordPress Backups" href="http://codex.wordpress.org/WordPress_Backups">backup your data as explained in the WordPress Codex</a>!</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2011/03/typo3-4-5-sendmail-on-host-europe-server/' rel='bookmark' title='TYPO3 4.5 &#8211; sendmail on Host Europe Server'>TYPO3 4.5 &#8211; sendmail on Host Europe Server</a></li>
<li><a href='http://blog.team-noir.net/2012/01/how-to-use-ssl-and-ssl-proxy-on-host-europe-via-htaccess-with-typo3/' rel='bookmark' title='How to &#8230; use ssl and ssl-proxy on Host Europe via .htaccess with TYPO3'>How to &#8230; use ssl and ssl-proxy on Host Europe via .htaccess with TYPO3</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2011/07/how-to-autoupdate-wordpress-hosted-at-host-europe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

