<?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>Comments on: FCHS Statistic Plugin Updated</title>
	<atom:link href="http://www.fchouse.com/archives/fchs-statistic-plugin-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fchouse.com/archives/fchs-statistic-plugin-updated/</link>
	<description>Photoblogging our life from London!</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:53:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: biagio</title>
		<link>http://www.fchouse.com/archives/fchs-statistic-plugin-updated/comment-page-1/#comment-2071</link>
		<dc:creator>biagio</dc:creator>
		<pubDate>Fri, 24 Nov 2006 09:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.fchouse.com/archives/fchs-statistic-plugin-updated/#comment-2071</guid>
		<description>evviva gli standard...

I very much thank you for your kindness...
B.</description>
		<content:encoded><![CDATA[<p>evviva gli standard&#8230;</p>
<p>I very much thank you for your kindness&#8230;<br />
B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlo</title>
		<link>http://www.fchouse.com/archives/fchs-statistic-plugin-updated/comment-page-1/#comment-2068</link>
		<dc:creator>Carlo</dc:creator>
		<pubDate>Fri, 24 Nov 2006 08:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.fchouse.com/archives/fchs-statistic-plugin-updated/#comment-2068</guid>
		<description>Biagio,
Diciamo che se le varie versioni di PHP e MySql avessero delle configurazioni simili sarebbe piu&#039; semplice...
nel tuo caso i nomi delle tabelle venivano gestiti in minuscolo, mentre nella mia installazione in maiuscolo...
Insomma, le solite piccole stupidaggini!
So che adesso funziona tutto di nuovo, quindi sono contento!

CIAO!!!</description>
		<content:encoded><![CDATA[<p>Biagio,<br />
Diciamo che se le varie versioni di PHP e MySql avessero delle configurazioni simili sarebbe piu&#8217; semplice&#8230;<br />
nel tuo caso i nomi delle tabelle venivano gestiti in minuscolo, mentre nella mia installazione in maiuscolo&#8230;<br />
Insomma, le solite piccole stupidaggini!<br />
So che adesso funziona tutto di nuovo, quindi sono contento!</p>
<p>CIAO!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: biagio</title>
		<link>http://www.fchouse.com/archives/fchs-statistic-plugin-updated/comment-page-1/#comment-2056</link>
		<dc:creator>biagio</dc:creator>
		<pubDate>Thu, 23 Nov 2006 18:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.fchouse.com/archives/fchs-statistic-plugin-updated/#comment-2056</guid>
		<description>Piccolissimo problema (non mi maledire, ti prego...). Quando cerco di attivare un qualsiasi plugin disponibile nella mia lista dei &lt;strong&gt;plugins&lt;/strong&gt;, ottengo questa serie di errori:

&lt;code&gt;

WordPress database error: [Table &#039;wp_fchs_visits&#039; already exists]
CREATE TABLE wp_FCHS_Visits ( VIS_Id int(11) unsigned NOT NULL auto_increment, VIS_Ip varchar(15) NOT NULL default &#039;&#039;, VIS_DateTime varchar(14) NOT NULL default &#039;&#039;, VIS_UserAgent varchar(255) NOT NULL default &#039;&#039;, VIS_Country varchar(50) NOT NULL default &#039;&#039;, VIS_ReferralPage varchar(255) NOT NULL default &#039;&#039;, VIS_ReferralDomain varchar(255) NOT NULL default &#039;&#039;, VIS_Os varchar(50) NOT NULL default &#039;&#039;, VIS_OsVersion varchar(50) NOT NULL default &#039;&#039;, VIS_Browser varchar(50) NOT NULL default &#039;&#039;, VIS_BrowserVersion varchar(15) NOT NULL default &#039;&#039;, UNIQUE KEY id (VIS_Id) ) TYPE=MyISAM

WordPress database error: [Table &#039;wp_fchs_bots&#039; already exists]
CREATE TABLE wp_FCHS_Bots ( BOT_Id int(11) unsigned NOT NULL auto_increment, BOT_Ip varchar(15) NOT NULL default &#039;&#039;, BOT_DateTime varchar(14) NOT NULL default &#039;&#039;, BOT_UserAgent varchar(255) NOT NULL default &#039;&#039;, UNIQUE KEY id (BOT_Id) ) TYPE=MyISAM

WordPress database error: [Table &#039;wp_fchs_details&#039; already exists]
CREATE TABLE wp_FCHS_Details ( DET_Id int(11) unsigned NOT NULL auto_increment, DET_VIS_Id int(11) unsigned NOT NULL, DET_DateTime varchar(14) NOT NULL default &#039;&#039;, DET_Resource varchar(255) NOT NULL default &#039;&#039;, DET_POS_Id varchar(10) NOT NULL default &#039;&#039;, UNIQUE KEY id (DET_Id), KEY VisitId (DET_VIS_Id), KEY PostId (DET_POS_Id) ) TYPE=MyISAM

WordPress database error: [Table &#039;wp_fchs_searches&#039; already exists]
CREATE TABLE wp_FCHS_Searches ( SEA_Id int(11) unsigned NOT NULL auto_increment, SEA_VIS_Id int(11) unsigned NOT NULL, SEA_SearchedString varchar(255) NOT NULL default &#039;&#039;, SEA_SearchEngine varchar(255) NOT NULL default &#039;&#039;, UNIQUE KEY id (SEA_Id) ) TYPE=MyISAM

&lt;/code&gt;

:(</description>
		<content:encoded><![CDATA[<p>Piccolissimo problema (non mi maledire, ti prego&#8230;). Quando cerco di attivare un qualsiasi plugin disponibile nella mia lista dei <strong>plugins</strong>, ottengo questa serie di errori:</p>
<p><code></p>
<p>WordPress database error: [Table 'wp_fchs_visits' already exists]<br />
CREATE TABLE wp_FCHS_Visits ( VIS_Id int(11) unsigned NOT NULL auto_increment, VIS_Ip varchar(15) NOT NULL default '', VIS_DateTime varchar(14) NOT NULL default '', VIS_UserAgent varchar(255) NOT NULL default '', VIS_Country varchar(50) NOT NULL default '', VIS_ReferralPage varchar(255) NOT NULL default '', VIS_ReferralDomain varchar(255) NOT NULL default '', VIS_Os varchar(50) NOT NULL default '', VIS_OsVersion varchar(50) NOT NULL default '', VIS_Browser varchar(50) NOT NULL default '', VIS_BrowserVersion varchar(15) NOT NULL default '', UNIQUE KEY id (VIS_Id) ) TYPE=MyISAM</p>
<p>WordPress database error: [Table 'wp_fchs_bots' already exists]<br />
CREATE TABLE wp_FCHS_Bots ( BOT_Id int(11) unsigned NOT NULL auto_increment, BOT_Ip varchar(15) NOT NULL default '', BOT_DateTime varchar(14) NOT NULL default '', BOT_UserAgent varchar(255) NOT NULL default '', UNIQUE KEY id (BOT_Id) ) TYPE=MyISAM</p>
<p>WordPress database error: [Table 'wp_fchs_details' already exists]<br />
CREATE TABLE wp_FCHS_Details ( DET_Id int(11) unsigned NOT NULL auto_increment, DET_VIS_Id int(11) unsigned NOT NULL, DET_DateTime varchar(14) NOT NULL default '', DET_Resource varchar(255) NOT NULL default '', DET_POS_Id varchar(10) NOT NULL default '', UNIQUE KEY id (DET_Id), KEY VisitId (DET_VIS_Id), KEY PostId (DET_POS_Id) ) TYPE=MyISAM</p>
<p>WordPress database error: [Table 'wp_fchs_searches' already exists]<br />
CREATE TABLE wp_FCHS_Searches ( SEA_Id int(11) unsigned NOT NULL auto_increment, SEA_VIS_Id int(11) unsigned NOT NULL, SEA_SearchedString varchar(255) NOT NULL default '', SEA_SearchEngine varchar(255) NOT NULL default '', UNIQUE KEY id (SEA_Id) ) TYPE=MyISAM</p>
<p></code></p>
<p>:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: biagio</title>
		<link>http://www.fchouse.com/archives/fchs-statistic-plugin-updated/comment-page-1/#comment-2022</link>
		<dc:creator>biagio</dc:creator>
		<pubDate>Mon, 20 Nov 2006 18:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fchouse.com/archives/fchs-statistic-plugin-updated/#comment-2022</guid>
		<description>:-)

I&#039;m so happy... and you say why.</description>
		<content:encoded><![CDATA[<p>:-)</p>
<p>I&#8217;m so happy&#8230; and you say why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlo</title>
		<link>http://www.fchouse.com/archives/fchs-statistic-plugin-updated/comment-page-1/#comment-2021</link>
		<dc:creator>Carlo</dc:creator>
		<pubDate>Mon, 20 Nov 2006 18:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fchouse.com/archives/fchs-statistic-plugin-updated/#comment-2021</guid>
		<description>Well, what would you like? Your ability of finding every single comma that doesn&#039;t work in a software or my natural ability to choose and but technological instruments (laptop, cellphones, ecc ecc) that stop working after few days?
With my last two laptop i substituted:
- Four motherboards
- Two screens
- Three DVD reader
- Two keyboards
- One ENTIRE laptop

...well, if I were in you I would be glad to be able to touch your devices without fear...
:)

PS: the MacBook has been bought by Fabiana, not by me, because it is safer... if I have gotten to these levels I let you immagine... :)

Cheers</description>
		<content:encoded><![CDATA[<p>Well, what would you like? Your ability of finding every single comma that doesn&#8217;t work in a software or my natural ability to choose and but technological instruments (laptop, cellphones, ecc ecc) that stop working after few days?<br />
With my last two laptop i substituted:<br />
- Four motherboards<br />
- Two screens<br />
- Three DVD reader<br />
- Two keyboards<br />
- One ENTIRE laptop</p>
<p>&#8230;well, if I were in you I would be glad to be able to touch your devices without fear&#8230;<br />
:)</p>
<p>PS: the MacBook has been bought by Fabiana, not by me, because it is safer&#8230; if I have gotten to these levels I let you immagine&#8230; :)</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: biagio</title>
		<link>http://www.fchouse.com/archives/fchs-statistic-plugin-updated/comment-page-1/#comment-2020</link>
		<dc:creator>biagio</dc:creator>
		<pubDate>Mon, 20 Nov 2006 18:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.fchouse.com/archives/fchs-statistic-plugin-updated/#comment-2020</guid>
		<description>&lt;blockquote&gt;has the natural ability to find any bugs in the things I do&lt;/blockquote&gt;

It&#039;s fluke... or, if you prefer, a colossal misfortune :(</description>
		<content:encoded><![CDATA[<blockquote><p>has the natural ability to find any bugs in the things I do</p></blockquote>
<p>It&#8217;s fluke&#8230; or, if you prefer, a colossal misfortune :(</p>
]]></content:encoded>
	</item>
</channel>
</rss>
