<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Komentarze do: Przyjazne adresy w phpBB3</title>
	<atom:link href="http://www.lesiu.eu/przyjazne-adresy-w-phpbb3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lesiu.eu/przyjazne-adresy-w-phpbb3/</link>
	<description>Marketing, Reklama, SEO, SEM</description>
	<lastBuildDate>Sat, 07 Jan 2012 14:40:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Autor: Krzysztof Leśniak</title>
		<link>http://www.lesiu.eu/przyjazne-adresy-w-phpbb3/comment-page-1/#comment-7677</link>
		<dc:creator>Krzysztof Leśniak</dc:creator>
		<pubDate>Fri, 12 Dec 2008 10:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesiu.eu/seo/przyjazne-adresy-w-phpbb3/#comment-7677</guid>
		<description>W wolnej chwili rzucę na to okiem i jeśli znajdę przyczynę problemu to na pewno odpiszę.

PS. Ze względu na ogromną ilość spamu w komentarzach wysyłanych z automatu wyłączyłem w tym wątku opcję komentowania.</description>
		<content:encoded><![CDATA[<p>W wolnej chwili rzucę na to okiem i jeśli znajdę przyczynę problemu to na pewno odpiszę.</p>
<p>PS. Ze względu na ogromną ilość spamu w komentarzach wysyłanych z automatu wyłączyłem w tym wątku opcję komentowania.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: naervaer</title>
		<link>http://www.lesiu.eu/przyjazne-adresy-w-phpbb3/comment-page-1/#comment-6652</link>
		<dc:creator>naervaer</dc:creator>
		<pubDate>Thu, 04 Dec 2008 14:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesiu.eu/seo/przyjazne-adresy-w-phpbb3/#comment-6652</guid>
		<description>Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /forum/phpbb_seo/phpbb_seo_class.php on line 229

i co teraz? :P</description>
		<content:encoded><![CDATA[<p>Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /forum/phpbb_seo/phpbb_seo_class.php on line 229</p>
<p>i co teraz? :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Mikołaj</title>
		<link>http://www.lesiu.eu/przyjazne-adresy-w-phpbb3/comment-page-1/#comment-1210</link>
		<dc:creator>Mikołaj</dc:creator>
		<pubDate>Sat, 09 Aug 2008 11:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesiu.eu/seo/przyjazne-adresy-w-phpbb3/#comment-1210</guid>
		<description>Ja mam to na swoim forum zainstalowane a c do polskich znaków to sam sobie poradziłem. Artykuł ciekawy. Pozdrawiam ;)</description>
		<content:encoded><![CDATA[<p>Ja mam to na swoim forum zainstalowane a c do polskich znaków to sam sobie poradziłem. Artykuł ciekawy. Pozdrawiam ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: OFE-cba</title>
		<link>http://www.lesiu.eu/przyjazne-adresy-w-phpbb3/comment-page-1/#comment-884</link>
		<dc:creator>OFE-cba</dc:creator>
		<pubDate>Tue, 29 Jul 2008 03:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesiu.eu/seo/przyjazne-adresy-w-phpbb3/#comment-884</guid>
		<description>uproszczona wersja

$char[&#039;pl&#039;]=array(utf8_chr(260), utf8_chr(261),utf8_chr(262), utf8_chr(263),utf8_chr(280), utf8_chr(281),utf8_chr(321), utf8_chr(322), utf8_chr(323), utf8_chr(324),utf8_chr(346), utf8_chr(347),utf8_chr(377), utf8_chr(378),utf8_chr(379), utf8_chr(380) );
$char[&#039;utf&#039;]=array(&#039;a&#039;,&#039;a&#039;,&#039;c&#039;,&#039;c&#039;,&#039;e&#039;,&#039;e&#039;,&#039;l&#039;,&#039;l&#039;,&#039;n&#039;,&#039;n&#039;,&#039;s&#039;,&#039;s&#039;,&#039;z&#039;,&#039;z&#039;,&#039;z&#039;,&#039;z&#039;);

$url = str_replace($char[&#039;pl&#039;],$char[&#039;utf&#039;],$url);</description>
		<content:encoded><![CDATA[<p>uproszczona wersja</p>
<p>$char['pl']=array(utf8_chr(260), utf8_chr(261),utf8_chr(262), utf8_chr(263),utf8_chr(280), utf8_chr(281),utf8_chr(321), utf8_chr(322), utf8_chr(323), utf8_chr(324),utf8_chr(346), utf8_chr(347),utf8_chr(377), utf8_chr(378),utf8_chr(379), utf8_chr(380) );<br />
$char['utf']=array(&#8216;a&#8217;,'a&#8217;,'c&#8217;,'c&#8217;,'e&#8217;,'e&#8217;,'l&#8217;,'l&#8217;,'n&#8217;,'n&#8217;,'s&#8217;,'s&#8217;,'z&#8217;,'z&#8217;,'z&#8217;,'z&#8217;);</p>
<p>$url = str_replace($char['pl'],$char['utf'],$url);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Adrian</title>
		<link>http://www.lesiu.eu/przyjazne-adresy-w-phpbb3/comment-page-1/#comment-556</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Wed, 14 May 2008 19:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesiu.eu/seo/przyjazne-adresy-w-phpbb3/#comment-556</guid>
		<description>Dzięki! Nie wiedziałem że w tak prosty sposób można naprawić ten problem. GJ.</description>
		<content:encoded><![CDATA[<p>Dzięki! Nie wiedziałem że w tak prosty sposób można naprawić ten problem. GJ.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

