<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[TuxFamily's forum — Colorisation phps]]></title>
		<link>/topic/195/colorisation-phps/</link>
		<atom:link href="https://forum.tuxfamily.org/feed/rss/topic/195/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Colorisation phps.]]></description>
		<lastBuildDate>Mon, 10 Mar 2008 23:34:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Colorisation phps]]></title>
			<link>/post/1195/#p1195</link>
			<description><![CDATA[<p>Tiens on avait complètement zappé ça, c&#039;est le gros inconvénient des forums, t&#039;en as toujours besoin ? :)</p>]]></description>
			<author><![CDATA[null@example.com (gradator)]]></author>
			<pubDate>Mon, 10 Mar 2008 23:34:20 +0000</pubDate>
			<guid>/post/1195/#p1195</guid>
		</item>
		<item>
			<title><![CDATA[Re: Colorisation phps]]></title>
			<link>/post/1100/#p1100</link>
			<description><![CDATA[<p>Tu peux faire un .htaccess avec URL rewriting : fichier.phps /fichier.php?showsource=1</p><p>Et dans tes php :</p><div class="codebox"><pre><code>if(!empty($_GET[&#039;showsource&#039;]))
{
    header(&#039;Content-Type: text/html; charset=ISO-8859-15&#039;);
    highlight_file(&#039;fichier.php&#039;);
    die();
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (asibasth)]]></author>
			<pubDate>Sun, 13 Jan 2008 08:05:51 +0000</pubDate>
			<guid>/post/1100/#p1100</guid>
		</item>
		<item>
			<title><![CDATA[Re: Colorisation phps]]></title>
			<link>/post/1099/#p1099</link>
			<description><![CDATA[<p>I have the same problem...<br />No way to get the .phps been processed by PHP... I&#039;ve tried the .htaccess hack too, but it doesn&#039;t work to me :(</p>]]></description>
			<author><![CDATA[null@example.com (3v1n0)]]></author>
			<pubDate>Sun, 13 Jan 2008 03:37:37 +0000</pubDate>
			<guid>/post/1099/#p1099</guid>
		</item>
		<item>
			<title><![CDATA[Colorisation phps]]></title>
			<link>/post/1015/#p1015</link>
			<description><![CDATA[<p>Bonjour,</p><p>Je rencontre un petit problème lors de l&#039;utilisation de mon espace web TF, je souhaiterais utiliser les &quot;.phps&quot; pour afficher le code source des script que je met sous GPL, cependant l&#039;extension .phps semble pas fonctionner chez TF comme ailleurs, c&#039;est à dire que le navigateur propose le téléchargement du fichier source alors qu&#039;il serait censé afficher la source colorisée ?</p><p>J&#039;ai essayé d&#039;ajouté un Handler via .htaccess sur x-httpd-php-source ça à part l&#039;air de faire l&#039;affaire.</p><p>Une idée ?</p><p>Merci bien</p>]]></description>
			<author><![CDATA[null@example.com (miouge)]]></author>
			<pubDate>Fri, 04 Jan 2008 14:07:02 +0000</pubDate>
			<guid>/post/1015/#p1015</guid>
		</item>
	</channel>
</rss>
