<?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>Commentaires sur : Script php générateur de fautes de frappe</title>
	<atom:link href="http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/</link>
	<description>SEO BlackOut, site web dédié aux techniques de référencement et de positionnement de sites web.</description>
	<lastBuildDate>Tue, 31 Jan 2012 22:38:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Par : sebastien</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-15027</link>
		<dc:creator>sebastien</dc:creator>
		<pubDate>Mon, 01 Nov 2010 00:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-15027</guid>
		<description>$kw = &quot;google&quot;; le changement s&#039;effectue à la main ? comment avoir un champ permettant de changer google par le mot de son choix. Merci</description>
		<content:encoded><![CDATA[<p>$kw = &laquo;&nbsp;google&nbsp;&raquo;; le changement s&#8217;effectue à la main ? comment avoir un champ permettant de changer google par le mot de son choix. Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : admin</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-11820</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 09 Sep 2008 14:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-11820</guid>
		<description>Salut Nico,

Remplace $alphabet par :
&lt;pre lang=&quot;php&quot;&gt;
$alphabet = Array(
q =&gt; array(&quot;w&quot;),
w =&gt; array(&quot;q&quot;, &quot;e&quot;),
e =&gt; array(&quot;w&quot;, &quot;r&quot;),
r =&gt; array(&quot;e&quot;, &quot;t&quot;),
t =&gt; array(&quot;r&quot;, &quot;y&quot;),
y =&gt; array(&quot;t&quot;, &quot;u&quot;),
u =&gt; array(&quot;y&quot;, &quot;i&quot;),
i =&gt; array(&quot;u&quot;, &quot;o&quot;),
o =&gt; array(&quot;i&quot;, &quot;p&quot;),
p =&gt; array(&quot;o&quot;),
a =&gt; array(&quot;s&quot;),
s =&gt; array(&quot;a&quot;, &quot;d&quot;),
d =&gt; array(&quot;s&quot;, &quot;f&quot;),
f =&gt; array(&quot;d&quot;, &quot;g&quot;),
g =&gt; array(&quot;f&quot;, &quot;h&quot;),
h =&gt; array(&quot;g&quot;, &quot;j&quot;),
j =&gt; array(&quot;h&quot;, &quot;k&quot;),
k =&gt; array(&quot;j&quot;, &quot;l&quot;),
l =&gt; array(&quot;k&quot;),
z =&gt; array(&quot;x&quot;),
x =&gt; array(&quot;z&quot;, &quot;c&quot;),
c =&gt; array(&quot;x&quot;, &quot;v&quot;),
v =&gt; array(&quot;c&quot;, &quot;b&quot;),
b =&gt; array(&quot;v&quot;, &quot;n&quot;),
n =&gt; array(&quot;b&quot;, &quot;m&quot;),
m =&gt; array(&quot;n&quot;)	
);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Salut Nico,</p>
<p>Remplace $alphabet par :</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$alphabet</span> <span style="color: #339933;">=</span> <span style="color: #990000;">Array</span><span style="color: #009900;">&#40;</span>
q <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;w&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
w <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;q&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;e&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
e <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;w&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;r&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
r <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;e&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;t&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
t <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;r&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;y&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
y <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;t&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;u&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
u <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;y&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;i&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
i <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;u&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;o&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
o <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;i&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;p&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
p <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;o&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
a <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;s&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
s <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;a&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;d&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
d <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;s&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;f&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
f <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;d&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;g&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
g <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;f&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;h&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
h <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;g&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;j&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
j <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;h&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;k&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
k <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;j&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;l&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
l <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;k&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
z <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;x&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
x <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;z&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;c&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
c <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;x&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;v&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
v <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;c&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;b&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
b <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;v&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;n&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
n <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;b&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;m&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
m <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;n&quot;</span><span style="color: #009900;">&#41;</span>	
<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Par : Nico</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-11819</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Tue, 09 Sep 2008 09:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-11819</guid>
		<description>Hello,

As-tu conservé le script US car j&#039;aurai besoin des paramètre pour un clavier Qwerty.

Merci d&#039;avance.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>As-tu conservé le script US car j&#8217;aurai besoin des paramètre pour un clavier Qwerty.</p>
<p>Merci d&#8217;avance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : mumuri</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-9399</link>
		<dc:creator>mumuri</dc:creator>
		<pubDate>Wed, 18 Jun 2008 19:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-9399</guid>
		<description>Merci beaucoup pour ce script,

Une remarque cependant, dans le cas où la fonction qui contient le tableau est appelé plusieurs fois (et çà devrait être le cas en utilisation réelle), il peut être intéressant de le déclarer en static et de faire un isset pour éviter de le redéclarer à chaque appel de fonction

bonne soirée</description>
		<content:encoded><![CDATA[<p>Merci beaucoup pour ce script,</p>
<p>Une remarque cependant, dans le cas où la fonction qui contient le tableau est appelé plusieurs fois (et çà devrait être le cas en utilisation réelle), il peut être intéressant de le déclarer en static et de faire un isset pour éviter de le redéclarer à chaque appel de fonction</p>
<p>bonne soirée</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Acidifié</title>
		<link>http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-527</link>
		<dc:creator>Acidifié</dc:creator>
		<pubDate>Sat, 19 Jan 2008 17:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.seoblackout.com/2007/12/21/generateur-fautes-frappe/#comment-527</guid>
		<description>Woooow!

Le bonheur des domaineurs!
Merci!
webtarlouze, pourquoi le blacklistage ?</description>
		<content:encoded><![CDATA[<p>Woooow!</p>
<p>Le bonheur des domaineurs!<br />
Merci!<br />
webtarlouze, pourquoi le blacklistage ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

