Die Piwik-Datenbank wird von Version 2.0-rc1 auf die neue Version 3.0.2 aktualisiert.
Die folgenden Plugins werden aktualisiert: LanguagesManager, Goals, Provider
Die folgenden Dimensionen werden aktualisiert: log_link_visit_action.idpageview, log_link_visit_action.interaction_position, log_link_visit_action.time_spent_ref_action, log_visit.location_country, log_visit.location_latitude, log_visit.location_longitude, log_visit.referer_url, log_visit.user_id, log_visit.visit_entry_idaction_name, log_visit.visit_entry_idaction_url, log_visit.visit_exit_idaction_name, log_visit.visit_exit_idaction_url, log_visit.visit_goal_buyer, log_visit.visit_goal_converted, log_visit.visit_total_actions, log_visit.visit_total_events, log_visit.visit_total_interactions, log_visit.visit_total_searches, log_visit.visit_total_time, log_visit.visitor_count_visits, log_visit.visitor_days_since_first, log_visit.visitor_days_since_last, log_visit.visitor_days_since_order, log_visit.visitor_localtime, log_visit.visitor_returning.
Wichtiger Hinweis für große Piwik-Installationen
Wenn Sie eine große Piwik-Datenbank haben, können Aktualisierungen zu lange dauern, um erfolgreich im Browser durchgeführt zu werden. In diesem Fall können Sie die Aktualisierung auch von der Kommandozeile aus starten:
php /www/htdocs/w00c9f07/ideas-events/piwik/console core:update
Wenn Sie eine Website mit hohem Verkehrsaufkommen verwalten, empfehlen wir, das Besuchertracking vorübergehend zu deaktivieren und die Benutzeroberfläche in den Wartungsmodus zu versetzen.
›Klicken Sie hier, um die Liste der auszuführenden SQL-Befehle anzuzeigen und zu kopieren.
#Zu Ihrer Information: Dies sind die SQL Queries, welche ausgeführt werden, um die Datenbank für Piwik 3.0.2 zu aktualisieren
ALTER TABLE `piwik_user` ADD COLUMN `superuser_access` TINYINT(2) UNSIGNED NOT NULL DEFAULT '0' AFTER `token_auth`;
ALTER TABLE `piwik_session` CHANGE `id` `id` VARCHAR( 255 ) NOT NULL;
ALTER TABLE `piwik_log_visit` ADD COLUMN `config_browser_engine` VARCHAR(10) NOT NULL;
UPDATE piwik_log_visit SET `config_browser_engine` = IF (`config_browser_name` IN ('OP'), 'Presto', IF (`config_browser_name` IN ('SF','CH','OW','AR','EP','FL','WO','AB','IR','CS','FD','HA','MI','GE','DF','BB','BP','TI','CF','RK','B2','NF'), 'WebKit', IF (`config_browser_name` IN ('KO'), 'KHTML', IF (`config_browser_name` IN ('NS','PX','FF','FB','CA','GA','KM','MO','SM','CO','FE','KP','KZ','TB'), 'Gecko', IF (`config_browser_name` IN ('IE'), 'Trident', '')))));
UPDATE IGNORE piwik_archive_blob_2011_01 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2011_10 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2011_11 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2011_12 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2012_01 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2012_02 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2012_03 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2012_04 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2012_05 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2012_06 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2012_07 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2012_08 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2012_09 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2012_10 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2012_11 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2012_12 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2013_01 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2013_02 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2013_03 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2013_04 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2013_05 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2013_06 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2013_07 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2013_08 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2013_09 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2013_10 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2013_11 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2013_12 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2014_01 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2014_02 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2014_03 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2014_04 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2014_05 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2014_06 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2014_07 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2014_08 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2014_09 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2014_10 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2014_11 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2014_12 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2015_01 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2015_02 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2015_03 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2015_04 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2015_05 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2015_06 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2015_07 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2015_08 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2015_09 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2015_10 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2015_11 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2015_12 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2016_01 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2016_02 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2016_03 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2016_04 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2016_05 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2016_06 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2016_07 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2016_08 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2016_09 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2016_10 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2016_11 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2016_12 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2017_01 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2017_02 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
UPDATE IGNORE piwik_archive_blob_2017_03 SET name='DevicesDetection_browserEngines' WHERE name = 'UserSettings_browserType';
CREATE TABLE `piwik_sequence` (`name` VARCHAR(120) NOT NULL, `value` BIGINT(20) UNSIGNED NOT NULL, PRIMARY KEY ( `name` )) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2011_01',519);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2011_10',566);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2011_11',768);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2011_12',598);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2012_01',663);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2012_02',563);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2012_03',542);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2012_04',540);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2012_05',536);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2012_06',538);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2012_07',541);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2012_08',563);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2012_09',539);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2012_10',555);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2012_11',569);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2012_12',580);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2013_01',546);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2013_02',543);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2013_03',537);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2013_04',536);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2013_05',540);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2013_06',534);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2013_07',536);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2013_08',538);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2013_09',543);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2013_10',536);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2013_11',537);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2013_12',542);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2014_01',544);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2014_02',532);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2014_03',538);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2014_04',545);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2014_05',535);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2014_06',564);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2014_07',544);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2014_08',539);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2014_09',546);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2014_10',564);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2014_11',560);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2014_12',543);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2015_01',538);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2015_02',536);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2015_03',536);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2015_04',535);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2015_05',539);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2015_06',536);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2015_07',540);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2015_08',539);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2015_09',540);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2015_10',535);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2015_11',570);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2015_12',535);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2016_01',556);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2016_02',562);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2016_03',544);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2016_04',549);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2016_05',546);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2016_06',543);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2016_07',536);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2016_08',546);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2016_09',537);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2016_10',540);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2016_11',542);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2016_12',549);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2017_01',559);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2017_02',559);
INSERT INTO `piwik_sequence` (`name`, `value`) VALUES ('piwik_archive_numeric_2017_03',540);
# ATTENTION: This update script will execute some more SQL queries than that below as it is necessary to rebuilt some archives #;
UPDATE piwik_report SET reports = REPLACE(reports, 'UserSettings_getBrowserVersion', 'DevicesDetection_getBrowserVersions');
UPDATE piwik_report SET reports = REPLACE(reports, 'UserSettings_getBrowser', 'DevicesDetection_getBrowsers');
UPDATE piwik_report SET reports = REPLACE(reports, 'UserSettings_getOSFamily', 'DevicesDetection_getOsFamilies');
UPDATE piwik_report SET reports = REPLACE(reports, 'UserSettings_getOS', 'DevicesDetection_getOsVersions');
UPDATE piwik_report SET reports = REPLACE(reports, 'UserSettings_getMobileVsDesktop', 'DevicesDetection_getType');
UPDATE piwik_report SET reports = REPLACE(reports, 'UserSettings_getBrowserType', 'DevicesDetection_getBrowserEngines');
UPDATE piwik_report SET reports = REPLACE(reports, 'UserSettings_getWideScreen', 'UserSettings_getScreenType');
UPDATE piwik_archive_blob_2011_01 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2011_01 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2011_10 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2011_10 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2011_11 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2011_11 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2011_12 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2011_12 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2012_01 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2012_01 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2012_02 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2012_02 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2012_03 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2012_03 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2012_04 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2012_04 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2012_05 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2012_05 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2012_06 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2012_06 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2012_07 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2012_07 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2012_08 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2012_08 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2012_09 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2012_09 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2012_10 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2012_10 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2012_11 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2012_11 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2012_12 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2012_12 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2013_01 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2013_01 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2013_02 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2013_02 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2013_03 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2013_03 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2013_04 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2013_04 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2013_05 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2013_05 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2013_06 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2013_06 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2013_07 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2013_07 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2013_08 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2013_08 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2013_09 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2013_09 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2013_10 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2013_10 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2013_11 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2013_11 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2013_12 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2013_12 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2014_01 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2014_01 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2014_02 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2014_02 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2014_03 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2014_03 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2014_04 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2014_04 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2014_05 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2014_05 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2014_06 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2014_06 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2014_07 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2014_07 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2014_08 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2014_08 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2014_09 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2014_09 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2014_10 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2014_10 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2014_11 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2014_11 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2014_12 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2014_12 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2015_01 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2015_01 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2015_02 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2015_02 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2015_03 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2015_03 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2015_04 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2015_04 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2015_05 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2015_05 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2015_06 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2015_06 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2015_07 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2015_07 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2015_08 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2015_08 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2015_09 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2015_09 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2015_10 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2015_10 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2015_11 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2015_11 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2015_12 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2015_12 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2016_01 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2016_01 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2016_02 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2016_02 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2016_03 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2016_03 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2016_04 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2016_04 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2016_05 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2016_05 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2016_06 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2016_06 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2016_07 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2016_07 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2016_08 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2016_08 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2016_09 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2016_09 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2016_10 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2016_10 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2016_11 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2016_11 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2016_12 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2016_12 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2017_01 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2017_01 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2017_02 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2017_02 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2017_03 SET name = 'Resolution_resolution' WHERE name = 'UserSettings_resolution';
UPDATE piwik_archive_blob_2017_03 SET name = 'Resolution_configuration' WHERE name = 'UserSettings_configuration';
UPDATE piwik_archive_blob_2011_01 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2011_10 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2011_11 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2011_12 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2012_01 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2012_02 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2012_03 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2012_04 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2012_05 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2012_06 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2012_07 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2012_08 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2012_09 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2012_10 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2012_11 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2012_12 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2013_01 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2013_02 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2013_03 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2013_04 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2013_05 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2013_06 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2013_07 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2013_08 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2013_09 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2013_10 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2013_11 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2013_12 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2014_01 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2014_02 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2014_03 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2014_04 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2014_05 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2014_06 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2014_07 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2014_08 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2014_09 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2014_10 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2014_11 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2014_12 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2015_01 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2015_02 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2015_03 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2015_04 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2015_05 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2015_06 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2015_07 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2015_08 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2015_09 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2015_10 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2015_11 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2015_12 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2016_01 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2016_02 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2016_03 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2016_04 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2016_05 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2016_06 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2016_07 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2016_08 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2016_09 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2016_10 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2016_11 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2016_12 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2017_01 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2017_02 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2017_03 SET name = 'DevicePlugins_plugin' WHERE name = 'UserSettings_plugin';
UPDATE piwik_archive_blob_2011_01 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2011_10 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2011_11 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2011_12 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2012_01 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2012_02 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2012_03 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2012_04 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2012_05 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2012_06 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2012_07 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2012_08 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2012_09 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2012_10 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2012_11 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2012_12 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2013_01 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2013_02 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2013_03 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2013_04 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2013_05 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2013_06 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2013_07 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2013_08 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2013_09 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2013_10 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2013_11 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2013_12 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2014_01 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2014_02 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2014_03 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2014_04 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2014_05 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2014_06 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2014_07 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2014_08 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2014_09 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2014_10 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2014_11 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2014_12 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2015_01 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2015_02 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2015_03 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2015_04 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2015_05 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2015_06 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2015_07 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2015_08 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2015_09 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2015_10 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2015_11 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2015_12 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2016_01 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2016_02 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2016_03 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2016_04 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2016_05 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2016_06 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2016_07 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2016_08 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2016_09 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2016_10 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2016_11 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2016_12 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2017_01 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2017_02 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
UPDATE piwik_archive_blob_2017_03 SET name = 'UserLanguage_language' WHERE name = 'UserSettings_language';
delete from `piwik_option` where option_name like '%defaultReport%' and option_value='';
DROP TABLE IF EXISTS `piwik_site_setting`;
CREATE TABLE `piwik_site_setting` (`idsite` INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT, `setting_name` VARCHAR(255) NOT NULL, `setting_value` LONGTEXT NOT NULL, PRIMARY KEY ( `idsite`, `setting_name` )) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `piwik_site` ADD COLUMN `exclude_unknown_urls` TINYINT(1) DEFAULT 0 AFTER `currency`;
CREATE TABLE `piwik_plugin_setting` (`plugin_name` VARCHAR(60) NOT NULL, `setting_name` VARCHAR(255) NOT NULL, `setting_value` LONGTEXT NOT NULL, `user_login` VARCHAR(100) NOT NULL DEFAULT '') ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `piwik_plugin_setting` ADD INDEX index_plugin_name_user_login (`plugin_name`, `user_login`);
DELETE FROM `piwik_option` WHERE `option_name` like "Plugin_%_Settings";
DROP TABLE IF EXISTS `piwik_site_setting`;
CREATE TABLE `piwik_site_setting` (`idsite` INTEGER(10) UNSIGNED NOT NULL, `plugin_name` VARCHAR(60) NOT NULL, `setting_name` VARCHAR(255) NOT NULL, `setting_value` LONGTEXT NOT NULL) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `piwik_site_setting` ADD INDEX(idsite, plugin_name);
ALTER TABLE `piwik_log_visit` CHANGE `idvisit` `idvisit` BIGINT(10) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `piwik_log_conversion_item` CHANGE `idvisit` `idvisit` BIGINT(10) UNSIGNED NOT NULL;
ALTER TABLE `piwik_log_conversion` CHANGE `idvisit` `idvisit` BIGINT(10) UNSIGNED NOT NULL, CHANGE `idlink_va` `idlink_va` BIGINT(10) UNSIGNED default NULL;
ALTER TABLE `piwik_log_link_visit_action` CHANGE `idlink_va` `idlink_va` BIGINT(10) UNSIGNED NOT NULL AUTO_INCREMENT, CHANGE `idvisit` `idvisit` BIGINT(10) UNSIGNED NOT NULL, CHANGE `idaction_name_ref` `idaction_name_ref` INTEGER(10) UNSIGNED NULL;
ALTER TABLE `piwik_user` CHANGE `password` `password` VARCHAR(255) NOT NULL;
ALTER TABLE `piwik_user_language` ADD COLUMN `use_12_hour_clock` TINYINT(1) NOT NULL DEFAULT 0 AFTER `language`;
ALTER TABLE `piwik_goal` ADD COLUMN `description` VARCHAR(255) NOT NULL DEFAULT '' AFTER `name`;
ALTER TABLE `piwik_log_visit` CHANGE `location_provider` `location_provider` VARCHAR(200) NULL;
ALTER TABLE `piwik_log_visit` ADD COLUMN `user_id` VARCHAR(200) NULL, MODIFY COLUMN `visit_goal_buyer` TINYINT(1) NULL, MODIFY COLUMN `visit_goal_converted` TINYINT(1) NULL, MODIFY COLUMN `visitor_days_since_first` SMALLINT(5) UNSIGNED NULL, MODIFY COLUMN `visitor_days_since_order` SMALLINT(5) UNSIGNED NULL, MODIFY COLUMN `visitor_returning` TINYINT(1) NULL, MODIFY COLUMN `visitor_count_visits` INT(11) UNSIGNED NOT NULL, MODIFY COLUMN `visit_entry_idaction_name` INTEGER(10) UNSIGNED NULL, MODIFY COLUMN `visit_entry_idaction_url` INTEGER(11) UNSIGNED NULL DEFAULT NULL, MODIFY COLUMN `visit_exit_idaction_name` INTEGER(10) UNSIGNED NULL, MODIFY COLUMN `visit_exit_idaction_url` INTEGER(10) UNSIGNED NULL DEFAULT 0, MODIFY COLUMN `visit_total_actions` INT(11) UNSIGNED NULL, ADD COLUMN `visit_total_interactions` SMALLINT UNSIGNED DEFAULT 0, MODIFY COLUMN `visit_total_searches` SMALLINT(5) UNSIGNED NULL, MODIFY COLUMN `referer_url` TEXT NULL, MODIFY COLUMN `visit_total_events` INT(11) UNSIGNED NULL, MODIFY COLUMN `visitor_localtime` TIME NULL, MODIFY COLUMN `visitor_days_since_last` SMALLINT(5) UNSIGNED NULL, MODIFY COLUMN `visit_total_time` INT(11) UNSIGNED NOT NULL, MODIFY COLUMN `location_country` CHAR(3) NULL, MODIFY COLUMN `location_latitude` decimal(9, 6) DEFAULT NULL, MODIFY COLUMN `location_longitude` decimal(9, 6) DEFAULT NULL;
ALTER TABLE `piwik_log_conversion` MODIFY COLUMN `visitor_days_since_first` SMALLINT(5) UNSIGNED NULL, MODIFY COLUMN `visitor_days_since_order` SMALLINT(5) UNSIGNED NULL, MODIFY COLUMN `visitor_returning` TINYINT(1) NULL, MODIFY COLUMN `visitor_count_visits` INT(11) UNSIGNED NOT NULL, MODIFY COLUMN `location_country` CHAR(3) NULL, MODIFY COLUMN `location_latitude` decimal(9, 6) DEFAULT NULL, MODIFY COLUMN `location_longitude` decimal(9, 6) DEFAULT NULL;
ALTER TABLE `piwik_log_link_visit_action` ADD COLUMN `idpageview` CHAR(6) NULL DEFAULT NULL, ADD COLUMN `interaction_position` SMALLINT UNSIGNED DEFAULT NULL, MODIFY COLUMN `time_spent_ref_action` INTEGER(10) UNSIGNED NULL;
Brauchen Sie Hilfe beim Upgrade von Piwik?
Wenn Sie Hilfe beim Upgrade von Piwik brauchen, sind die Ersteller von Piwik hier, um Ihnen zu einem erfolgreichen Upgrade zu helfen. Für Anleitungen, best practises und weiterführenden Support, kontaktiere die Piwik-Experten um das Upgrade sicher durchzuführen.
Sind Sie bereit?
Die Aktualisierung kann eine Weile dauern. Bitte haben Sie etwas Geduld.
Der Datei-Intigritätscheck ist fehlgeschlagen und hat ein paar Fehler gemeldet. Du solltest die Probleme beheben und diese Seite neuladen, bis sie keine Fehler mehr anzeigt. |
Es wurden unerwartete Verzeichnisse in deiner Piwik-Installation gefunden. --> Bitte lösche diese Verzeichnisse um Fehler zu vermeiden. <-- Zu löschendes Verzeichnis: libs/PiwikTracker/java Zu löschendes Verzeichnis: libs/Zend/Auth Zu löschendes Verzeichnis: libs/Zend/Feed Zu löschendes Verzeichnis: libs/Zend/Http Zu löschendes Verzeichnis: libs/Zend/Log Zu löschendes Verzeichnis: libs/Zend/OpenId Zu löschendes Verzeichnis: libs/pChart.1.27d Zu löschendes Verzeichnis: libs/tcpdf Zu löschendes Verzeichnis: themes Um alle diese Verzeichnisse auf einmal zu löschen, kannst du folgenden Befehl ausführen: rm -Rf /www/htdocs/w00c9f07/ideas-events/piwik/libs/PiwikTracker/java /www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Auth /www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Feed /www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Http /www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Log /www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/OpenId /www/htdocs/w00c9f07/ideas-events/piwik/libs/pChart.1.27d /www/htdocs/w00c9f07/ideas-events/piwik/libs/tcpdf /www/htdocs/w00c9f07/ideas-events/piwik/themes |
Es wurden unerwartete Dateien in deiner Piwik-Installation gefunden. --> Bitte lösche diese Dateien um Fehler zu vermeiden. <-- Zu löschende Datei: README Zu löschende Datei: config/config.ini.sample.php Zu löschende Datei: core/ArchiveProcessing.php Zu löschende Datei: core/CacheFile.php Zu löschende Datei: core/Controller.php Zu löschende Datei: core/HTMLPurifier.php Zu löschende Datei: core/iView.php Zu löschende Datei: core/Loader.php Zu löschende Datei: core/PluginsManager.php Zu löschende Datei: core/ScheduledTime.php Zu löschende Datei: core/SegmentExpression.php Zu löschende Datei: core/Smarty.php Zu löschende Datei: core/TablePartitioning.php Zu löschende Datei: core/TranslationWriter.php Zu löschende Datei: core/ViewDataTable.php Zu löschende Datei: core/Archive/Array.php Zu löschende Datei: core/Archive/Single.php Zu löschende Datei: core/Archive/Array/IndexedByDate.php Zu löschende Datei: core/Archive/Array/IndexedBySite.php Zu löschende Datei: core/ArchiveProcessing/Day.php Zu löschende Datei: core/ArchiveProcessing/Period.php Zu löschende Datei: core/DataFiles/Countries.php Zu löschende Datei: core/DataFiles/Currencies.php Zu löschende Datei: core/DataFiles/Languages.php Zu löschende Datei: core/DataFiles/LanguageToCountry.php Zu löschende Datei: core/DataFiles/SearchEngines.php Zu löschende Datei: core/DataTable/Array.php Zu löschende Datei: core/DataTable/Filter.php Zu löschende Datei: core/DataTable/Filter/AddConstantMetadata.php Zu löschende Datei: core/DataTable/Filter/Null.php Zu löschende Datei: core/DataTable/Row/DataTableSummary.php Zu löschende Datei: core/Db/Schema/Myisam.php Zu löschende Datei: core/Log/APICall.php Zu löschende Datei: core/Log/Error.php Zu löschende Datei: core/Log/Exception.php Zu löschende Datei: core/Log/Message.php Zu löschende Datei: core/Menu/Abstract.php Zu löschende Datei: core/Menu/Admin.php Zu löschende Datei: core/Menu/Main.php Zu löschende Datei: core/Menu/Top.php Zu löschende Datei: core/PluginsFunctions/Sql.php Zu löschende Datei: core/PluginsFunctions/WidgetsList.php Zu löschende Datei: core/ScheduledTime/Daily.php Zu löschende Datei: core/ScheduledTime/Hourly.php Zu löschende Datei: core/ScheduledTime/Monthly.php Zu löschende Datei: core/ScheduledTime/Weekly.php Zu löschende Datei: core/Session/Namespace.php Zu löschende Datei: core/SmartyPlugins/block.purify.php Zu löschende Datei: core/SmartyPlugins/function.ajaxErrorDiv.php Zu löschende Datei: core/SmartyPlugins/function.ajaxLoadingDiv.php Zu löschende Datei: core/SmartyPlugins/function.ajaxRequestErrorDiv.php Zu löschende Datei: core/SmartyPlugins/function.hiddenurl.php Zu löschende Datei: core/SmartyPlugins/function.includeAssets.php Zu löschende Datei: core/SmartyPlugins/function.loadJavascriptTranslations.php Zu löschende Datei: core/SmartyPlugins/function.logoHtml.php Zu löschende Datei: core/SmartyPlugins/function.postEvent.php Zu löschende Datei: core/SmartyPlugins/function.sparkline.php Zu löschende Datei: core/SmartyPlugins/function.url.php Zu löschende Datei: core/SmartyPlugins/modifier.escape.php Zu löschende Datei: core/SmartyPlugins/modifier.inlineHelp.php Zu löschende Datei: core/SmartyPlugins/modifier.money.php Zu löschende Datei: core/SmartyPlugins/modifier.stripeol.php Zu löschende Datei: core/SmartyPlugins/modifier.sumtime.php Zu löschende Datei: core/SmartyPlugins/modifier.translate.php Zu löschende Datei: core/SmartyPlugins/modifier.unescape.php Zu löschende Datei: core/SmartyPlugins/modifier.urlRewriteBasicView.php Zu löschende Datei: core/SmartyPlugins/modifier.urlRewriteWithParameters.php Zu löschende Datei: core/SmartyPlugins/outputfilter.ajaxcdn.php Zu löschende Datei: core/SmartyPlugins/outputfilter.cachebuster.php Zu löschende Datei: core/Tracker/Config.php Zu löschende Datei: core/Tracker/javascriptCode.tpl Zu löschende Datei: core/Unzip/Interface.php Zu löschende Datei: core/Unzip/PclZip.php Zu löschende Datei: core/Unzip/ZipArchive.php Zu löschende Datei: core/Updates/0.2.34.php Zu löschende Datei: core/Updates/0.6.2.php Zu löschende Datei: core/ViewDataTable/Cloud.php Zu löschende Datei: core/ViewDataTable/GenerateGraphData.php Zu löschende Datei: core/ViewDataTable/GenerateGraphHTML.php Zu löschende Datei: core/ViewDataTable/HtmlTable.php Zu löschende Datei: core/ViewDataTable/Sparkline.php Zu löschende Datei: core/ViewDataTable/GenerateGraphData/ChartEvolution.php Zu löschende Datei: core/ViewDataTable/GenerateGraphData/ChartPie.php Zu löschende Datei: core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php Zu löschende Datei: core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php Zu löschende Datei: core/ViewDataTable/GenerateGraphHTML/ChartPie.php Zu löschende Datei: core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php Zu löschende Datei: core/ViewDataTable/HtmlTable/AllColumns.php Zu löschende Datei: core/ViewDataTable/HtmlTable/Goals.php Zu löschende Datei: core/Visualization/Chart.php Zu löschende Datei: core/Visualization/Cloud.php Zu löschende Datei: core/Visualization/Chart/Evolution.php Zu löschende Datei: core/Visualization/Chart/Pie.php Zu löschende Datei: core/Visualization/Chart/VerticalBar.php Zu löschende Datei: js/README Zu löschende Datei: lang/am.php Zu löschende Datei: lang/ar.php Zu löschende Datei: lang/be.php Zu löschende Datei: lang/bg.php Zu löschende Datei: lang/ca.php Zu löschende Datei: lang/cs.php Zu löschende Datei: lang/da.php Zu löschende Datei: lang/de.php Zu löschende Datei: lang/el.php Zu löschende Datei: lang/en.php Zu löschende Datei: lang/es.php Zu löschende Datei: lang/et.php Zu löschende Datei: lang/eu.php Zu löschende Datei: lang/fa.php Zu löschende Datei: lang/fi.php Zu löschende Datei: lang/fr.php Zu löschende Datei: lang/gl.php Zu löschende Datei: lang/he.php Zu löschende Datei: lang/hu.php Zu löschende Datei: lang/id.php Zu löschende Datei: lang/is.php Zu löschende Datei: lang/it.php Zu löschende Datei: lang/ja.php Zu löschende Datei: lang/ka.php Zu löschende Datei: lang/ko.php Zu löschende Datei: lang/lt.php Zu löschende Datei: lang/nb.php Zu löschende Datei: lang/nl.php Zu löschende Datei: lang/nn.php Zu löschende Datei: lang/pl.php Zu löschende Datei: lang/pt-br.php Zu löschende Datei: lang/pt.php Zu löschende Datei: lang/ro.php Zu löschende Datei: lang/ru.php Zu löschende Datei: lang/sk.php Zu löschende Datei: lang/sl.php Zu löschende Datei: lang/sq.php Zu löschende Datei: lang/sr.php Zu löschende Datei: lang/sv.php Zu löschende Datei: lang/te.php Zu löschende Datei: lang/th.php Zu löschende Datei: lang/tr.php Zu löschende Datei: lang/uk.php Zu löschende Datei: lang/zh-cn.php Zu löschende Datei: lang/zh-tw.php Zu löschende Datei: libs/PEAR5.php Zu löschende Datei: libs/PEAR.php Zu löschende Datei: libs/README_LIBS Zu löschende Datei: libs/cssmin/cssmin.php Zu löschende Datei: libs/cssmin/MIT-LICENSE.txt Zu löschende Datei: libs/javascript/sprintf.js Zu löschende Datei: libs/jquery/jquery.history.js Zu löschende Datei: libs/jquery/jquery.js Zu löschende Datei: libs/jquery/jquery.scrollTo.js Zu löschende Datei: libs/jquery/jquery.tooltip.js Zu löschende Datei: libs/jquery/jquery-ui.js Zu löschende Datei: libs/jquery/MIT-LICENSE-jquery.txt Zu löschende Datei: libs/jquery/MIT-LICENSE-jqueryui.txt Zu löschende Datei: libs/jquery/MIT-LICENSE-scrollto.txt Zu löschende Datei: libs/jquery/MIT-LICENSE-tooltip.txt Zu löschende Datei: libs/jquery/themes/base/jquery-ui.css Zu löschende Datei: libs/jsmin/jsmin.php Zu löschende Datei: libs/PclZip/lgpl-2.1.txt Zu löschende Datei: libs/PclZip/pclzip.lib.php Zu löschende Datei: libs/PEAR/Exception.php Zu löschende Datei: libs/PEAR/FixPHP5PEARWarnings.php Zu löschende Datei: libs/PEAR/LICENSE Zu löschende Datei: libs/PiwikTracker/LICENSE.txt Zu löschende Datei: libs/swfobject/expressInstall.swf Zu löschende Datei: libs/swfobject/MIT-LICENSE.txt Zu löschende Datei: libs/swfobject/swfobject.js Zu löschende Datei: libs/UserAgentParser/README Zu löschende Datei: libs/UserAgentParser/UserAgentParser.php Zu löschende Datei: libs/UserAgentParser/UserAgentParser.test.php Zu löschende Datei: libs/Zend/Uri.php Zu löschende Datei: libs/Zend/Uri/Exception.php Zu löschende Datei: libs/Zend/Uri/Http.php Zu löschende Datei: libs/Zend/Validate/Barcode.php Zu löschende Datei: libs/Zend/Validate/Barcode/AdapterAbstract.php Zu löschende Datei: libs/Zend/Validate/Barcode/AdapterInterface.php Zu löschende Datei: libs/Zend/Validate/Barcode/Code25interleaved.php Zu löschende Datei: libs/Zend/Validate/Barcode/Code25.php Zu löschende Datei: libs/Zend/Validate/Barcode/Code39ext.php Zu löschende Datei: libs/Zend/Validate/Barcode/Code39.php Zu löschende Datei: libs/Zend/Validate/Barcode/Code93ext.php Zu löschende Datei: libs/Zend/Validate/Barcode/Code93.php Zu löschende Datei: libs/Zend/Validate/Barcode/Ean12.php Zu löschende Datei: libs/Zend/Validate/Barcode/Ean13.php Zu löschende Datei: libs/Zend/Validate/Barcode/Ean14.php Zu löschende Datei: libs/Zend/Validate/Barcode/Ean18.php Zu löschende Datei: libs/Zend/Validate/Barcode/Ean2.php Zu löschende Datei: libs/Zend/Validate/Barcode/Ean5.php Zu löschende Datei: libs/Zend/Validate/Barcode/Ean8.php Zu löschende Datei: libs/Zend/Validate/Barcode/Gtin12.php Zu löschende Datei: libs/Zend/Validate/Barcode/Gtin13.php Zu löschende Datei: libs/Zend/Validate/Barcode/Gtin14.php Zu löschende Datei: libs/Zend/Validate/Barcode/Identcode.php Zu löschende Datei: libs/Zend/Validate/Barcode/Intelligentmail.php Zu löschende Datei: libs/Zend/Validate/Barcode/Issn.php Zu löschende Datei: libs/Zend/Validate/Barcode/Itf14.php Zu löschende Datei: libs/Zend/Validate/Barcode/Leitcode.php Zu löschende Datei: libs/Zend/Validate/Barcode/Planet.php Zu löschende Datei: libs/Zend/Validate/Barcode/Postnet.php Zu löschende Datei: libs/Zend/Validate/Barcode/Royalmail.php Zu löschende Datei: libs/Zend/Validate/Barcode/Sscc.php Zu löschende Datei: libs/Zend/Validate/Barcode/Upca.php Zu löschende Datei: libs/Zend/Validate/Barcode/Upce.php Zu löschende Datei: libs/Zend/Validate/Db/Abstract.php Zu löschende Datei: libs/Zend/Validate/Db/NoRecordExists.php Zu löschende Datei: libs/Zend/Validate/Db/RecordExists.php Zu löschende Datei: libs/Zend/Validate/Sitemap/Changefreq.php Zu löschende Datei: libs/Zend/Validate/Sitemap/Lastmod.php Zu löschende Datei: libs/Zend/Validate/Sitemap/Loc.php Zu löschende Datei: libs/Zend/Validate/Sitemap/Priority.php Zu löschende Datei: misc/api_internal_call.php Zu löschende Datei: misc/api_rest_call.php Zu löschende Datei: misc/crossdomain.xml Zu löschende Datei: misc/download-count.txt Zu löschende Datei: misc/ExamplePiwikTracker.php Zu löschende Datei: misc/generateDoc.bat Zu löschende Datei: misc/generateDoc.sh Zu löschende Datei: misc/iframeWidget.htm Zu löschende Datei: misc/iframeWidget_localhost.php Zu löschende Datei: misc/phpdoc-config.ini Zu löschende Datei: misc/stress.sh Zu löschende Datei: misc/svn-props-to-set-new-files.svnprops Zu löschende Datei: misc/test_cookies_GenerateHundredsWebsitesAndVisits.php Zu löschende Datei: misc/test_generateLotsVisitsWebsites.php Zu löschende Datei: misc/tracker_simpleImageTracker.php Zu löschende Datei: misc/widget_example_lastvisits.html Zu löschende Datei: misc/cron/archive.windows.ps1 Zu löschende Datei: misc/proxy-hide-piwik-url/piwik.php Zu löschende Datei: plugins/Actions/Controller.php Zu löschende Datei: plugins/API/css/styles.css Zu löschende Datei: plugins/API/templates/listAllAPI.tpl Zu löschende Datei: plugins/CoreAdminHome/templates/footer.tpl Zu löschende Datei: plugins/CoreAdminHome/templates/generalSettings.js Zu löschende Datei: plugins/CoreAdminHome/templates/generalSettings.tpl Zu löschende Datei: plugins/CoreAdminHome/templates/header.tpl Zu löschende Datei: plugins/CoreAdminHome/templates/menu.css Zu löschende Datei: plugins/CoreAdminHome/templates/menu.tpl Zu löschende Datei: plugins/CoreAdminHome/templates/optOut.tpl Zu löschende Datei: plugins/CoreAdminHome/templates/styles.css Zu löschende Datei: plugins/CoreHome/templates/autocomplete.js Zu löschende Datei: plugins/CoreHome/templates/broadcast.js Zu löschende Datei: plugins/CoreHome/templates/calendar.js Zu löschende Datei: plugins/CoreHome/templates/cloud.css Zu löschende Datei: plugins/CoreHome/templates/cloud.tpl Zu löschende Datei: plugins/CoreHome/templates/datatable_actions_js.tpl Zu löschende Datei: plugins/CoreHome/templates/datatable_actions_recursive.tpl Zu löschende Datei: plugins/CoreHome/templates/datatable_actions_subdatable.tpl Zu löschende Datei: plugins/CoreHome/templates/datatable_actions.tpl Zu löschende Datei: plugins/CoreHome/templates/datatable_cell.tpl Zu löschende Datei: plugins/CoreHome/templates/datatable.css Zu löschende Datei: plugins/CoreHome/templates/datatable_footer.tpl Zu löschende Datei: plugins/CoreHome/templates/datatable.js Zu löschende Datei: plugins/CoreHome/templates/datatable_js.tpl Zu löschende Datei: plugins/CoreHome/templates/datatable.tpl Zu löschende Datei: plugins/CoreHome/templates/date.js Zu löschende Datei: plugins/CoreHome/templates/graph.tpl Zu löschende Datei: plugins/CoreHome/templates/header_message.tpl Zu löschende Datei: plugins/CoreHome/templates/header.tpl Zu löschende Datei: plugins/CoreHome/templates/html_report_body.tpl Zu löschende Datei: plugins/CoreHome/templates/html_report_footer.tpl Zu löschende Datei: plugins/CoreHome/templates/html_report_header.tpl Zu löschende Datei: plugins/CoreHome/templates/index.tpl Zu löschende Datei: plugins/CoreHome/templates/jqplot.css Zu löschende Datei: plugins/CoreHome/templates/jqplot.js Zu löschende Datei: plugins/CoreHome/templates/jquery.ui.autocomplete.css Zu löschende Datei: plugins/CoreHome/templates/js_css_includes.tpl Zu löschende Datei: plugins/CoreHome/templates/js_disabled_notice.tpl Zu löschende Datei: plugins/CoreHome/templates/js_global_variables.tpl Zu löschende Datei: plugins/CoreHome/templates/logo.tpl Zu löschende Datei: plugins/CoreHome/templates/menu.css Zu löschende Datei: plugins/CoreHome/templates/menu.js Zu löschende Datei: plugins/CoreHome/templates/menu.tpl Zu löschende Datei: plugins/CoreHome/templates/period_select.tpl Zu löschende Datei: plugins/CoreHome/templates/piwik_tag.tpl Zu löschende Datei: plugins/CoreHome/templates/single_report.tpl Zu löschende Datei: plugins/CoreHome/templates/sites_selection.tpl Zu löschende Datei: plugins/CoreHome/templates/sparkline_footer.tpl Zu löschende Datei: plugins/CoreHome/templates/sparkline.js Zu löschende Datei: plugins/CoreHome/templates/styles.css Zu löschende Datei: plugins/CoreHome/templates/top_bar.tpl Zu löschende Datei: plugins/CoreHome/templates/top_screen.tpl Zu löschende Datei: plugins/CoreHome/templates/images/bg_header.jpg Zu löschende Datei: plugins/CoreHome/templates/images/bullet1.gif Zu löschende Datei: plugins/CoreHome/templates/images/bullet2.gif Zu löschende Datei: plugins/CoreHome/templates/images/favicon.ico Zu löschende Datei: plugins/CoreHome/templates/images/more_date.gif Zu löschende Datei: plugins/CoreHome/templates/images/more_period.gif Zu löschende Datei: plugins/CoreHome/templates/images/more.png Zu löschende Datei: plugins/CoreHome/templates/images/reset_search.png Zu löschende Datei: plugins/CoreHome/templates/images/search.png Zu löschende Datei: plugins/CorePluginsAdmin/templates/manage.tpl Zu löschende Datei: plugins/CoreUpdater/templates/cli_update_database_done.tpl Zu löschende Datei: plugins/CoreUpdater/templates/cli_update_welcome.tpl Zu löschende Datei: plugins/CoreUpdater/templates/footer.tpl Zu löschende Datei: plugins/CoreUpdater/templates/header.tpl Zu löschende Datei: plugins/CoreUpdater/templates/update_database_done.tpl Zu löschende Datei: plugins/CoreUpdater/templates/update_new_version_available.tpl Zu löschende Datei: plugins/CoreUpdater/templates/update_one_click_done.tpl Zu löschende Datei: plugins/CoreUpdater/templates/update_welcome.tpl Zu löschende Datei: plugins/Dashboard/templates/dashboard.css Zu löschende Datei: plugins/Dashboard/templates/Dashboard.js Zu löschende Datei: plugins/Dashboard/templates/header.tpl Zu löschende Datei: plugins/Dashboard/templates/index.tpl Zu löschende Datei: plugins/Dashboard/templates/standalone.tpl Zu löschende Datei: plugins/Dashboard/templates/widgetMenu.js Zu löschende Datei: plugins/DBStats/templates/DBStats.tpl Zu löschende Datei: plugins/ExamplePlugin/lang/en.php Zu löschende Datei: plugins/ExamplePlugin/templates/piwikDownloads.tpl Zu löschende Datei: plugins/ExampleUI/ExampleUI.php Zu löschende Datei: plugins/Feedback/images/go-previous.png Zu löschende Datei: plugins/Feedback/templates/feedback.js Zu löschende Datei: plugins/Feedback/templates/index.tpl Zu löschende Datei: plugins/Feedback/templates/sent.tpl Zu löschende Datei: plugins/Feedback/templates/styles.css Zu löschende Datei: plugins/Goals/templates/add_edit_goal.tpl Zu löschende Datei: plugins/Goals/templates/add_new_goal.tpl Zu löschende Datei: plugins/Goals/templates/form_add_goal.tpl Zu löschende Datei: plugins/Goals/templates/GoalForm.js Zu löschende Datei: plugins/Goals/templates/goals.css Zu löschende Datei: plugins/Goals/templates/list_goal_edit.tpl Zu löschende Datei: plugins/Goals/templates/list_top_dimension.tpl Zu löschende Datei: plugins/Goals/templates/overview.tpl Zu löschende Datei: plugins/Goals/templates/single_goal.tpl Zu löschende Datei: plugins/Goals/templates/table_by_dimension.tpl Zu löschende Datei: plugins/Goals/templates/title_and_evolution_graph.tpl Zu löschende Datei: plugins/ImageGraph/ImageGraphObject.php Zu löschende Datei: plugins/ImageGraph/templates/debug_graphs_all_sizes.tpl Zu löschende Datei: plugins/ImageGraph/templates/index.tpl Zu löschende Datei: plugins/Installation/FormGeneralSetup.php Zu löschende Datei: plugins/Installation/templates/allSteps.tpl Zu löschende Datei: plugins/Installation/templates/databaseCheck.tpl Zu löschende Datei: plugins/Installation/templates/databaseSetup.tpl Zu löschende Datei: plugins/Installation/templates/displayJavascriptCode.tpl Zu löschende Datei: plugins/Installation/templates/finished.tpl Zu löschende Datei: plugins/Installation/templates/firstWebsiteSetup.tpl Zu löschende Datei: plugins/Installation/templates/generalSetup.tpl Zu löschende Datei: plugins/Installation/templates/integrityDetails.tpl Zu löschende Datei: plugins/Installation/templates/structure.tpl Zu löschende Datei: plugins/Installation/templates/systemCheck.tpl Zu löschende Datei: plugins/Installation/templates/tablesCreation.tpl Zu löschende Datei: plugins/Installation/templates/welcome.tpl Zu löschende Datei: plugins/LanguagesManager/templates/languageSelector.js Zu löschende Datei: plugins/LanguagesManager/templates/languages.tpl Zu löschende Datei: plugins/Live/templates/index.tpl Zu löschende Datei: plugins/Live/templates/lastVisits.tpl Zu löschende Datei: plugins/Live/templates/live.css Zu löschende Datei: plugins/Live/templates/totalVisits.tpl Zu löschende Datei: plugins/Live/templates/visitorLog.tpl Zu löschende Datei: plugins/Live/templates/images/file0.png Zu löschende Datei: plugins/Live/templates/images/file1.png Zu löschende Datei: plugins/Live/templates/images/file2.png Zu löschende Datei: plugins/Live/templates/images/file3.png Zu löschende Datei: plugins/Live/templates/images/file4.png Zu löschende Datei: plugins/Live/templates/images/file5.png Zu löschende Datei: plugins/Live/templates/images/file6.png Zu löschende Datei: plugins/Live/templates/images/file7.png Zu löschende Datei: plugins/Live/templates/images/file8.png Zu löschende Datei: plugins/Live/templates/images/file9.png Zu löschende Datei: plugins/Live/templates/images/pause_disabled.gif Zu löschende Datei: plugins/Live/templates/images/pause.gif Zu löschende Datei: plugins/Live/templates/images/play_disabled.gif Zu löschende Datei: plugins/Live/templates/images/play.gif Zu löschende Datei: plugins/Live/templates/images/returningVisitor.gif Zu löschende Datei: plugins/Live/templates/scripts/live.js Zu löschende Datei: plugins/Live/templates/scripts/MIT-LICENSE.txt Zu löschende Datei: plugins/Live/templates/scripts/spy.js Zu löschende Datei: plugins/Login/FormPassword.php Zu löschende Datei: plugins/Login/templates/header.tpl Zu löschende Datei: plugins/Login/templates/login.css Zu löschende Datei: plugins/Login/templates/login.tpl Zu löschende Datei: plugins/Login/templates/lostPassword.tpl Zu löschende Datei: plugins/Login/templates/passwordchanged.tpl Zu löschende Datei: plugins/Login/templates/passwordsent.tpl Zu löschende Datei: plugins/Login/templates/resetPassword.tpl Zu löschende Datei: plugins/MultiSites/images/arrow_asc.gif Zu löschende Datei: plugins/MultiSites/images/arrow_desc.gif Zu löschende Datei: plugins/MultiSites/images/link.gif Zu löschende Datei: plugins/MultiSites/images/loading-blue.gif Zu löschende Datei: plugins/MultiSites/templates/common.js Zu löschende Datei: plugins/MultiSites/templates/index.tpl Zu löschende Datei: plugins/MultiSites/templates/row.tpl Zu löschende Datei: plugins/MultiSites/templates/styles.css Zu löschende Datei: plugins/PrivacyManager/templates/privacySettings.js Zu löschende Datei: plugins/PrivacyManager/templates/privacySettings.tpl Zu löschende Datei: plugins/Proxy/templates/exportImage.tpl Zu löschende Datei: plugins/SEO/Controller.php Zu löschende Datei: plugins/SEO/RankChecker.php Zu löschende Datei: plugins/SEO/templates/index.tpl Zu löschende Datei: plugins/SEO/templates/rank.js Zu löschende Datei: plugins/SitesManager/templates/DisplayAlternativeTags.tpl Zu löschende Datei: plugins/SitesManager/templates/DisplayJavascriptCode.tpl Zu löschende Datei: plugins/SitesManager/templates/SitesManager.js Zu löschende Datei: plugins/SitesManager/templates/SitesManager.tpl Zu löschende Datei: plugins/SitesManager/templates/Tracking.tpl Zu löschende Datei: plugins/UserCountry/flags/a1.png Zu löschende Datei: plugins/UserCountry/flags/a2.png Zu löschende Datei: plugins/UserCountry/flags/ac.png Zu löschende Datei: plugins/UserCountry/flags/ad.png Zu löschende Datei: plugins/UserCountry/flags/ae.png Zu löschende Datei: plugins/UserCountry/flags/af.png Zu löschende Datei: plugins/UserCountry/flags/ag.png Zu löschende Datei: plugins/UserCountry/flags/ai.png Zu löschende Datei: plugins/UserCountry/flags/al.png Zu löschende Datei: plugins/UserCountry/flags/am.png Zu löschende Datei: plugins/UserCountry/flags/an.png Zu löschende Datei: plugins/UserCountry/flags/ao.png Zu löschende Datei: plugins/UserCountry/flags/ap.png Zu löschende Datei: plugins/UserCountry/flags/aq.png Zu löschende Datei: plugins/UserCountry/flags/ar.png Zu löschende Datei: plugins/UserCountry/flags/as.png Zu löschende Datei: plugins/UserCountry/flags/at.png Zu löschende Datei: plugins/UserCountry/flags/au.png Zu löschende Datei: plugins/UserCountry/flags/aw.png Zu löschende Datei: plugins/UserCountry/flags/ax.png Zu löschende Datei: plugins/UserCountry/flags/az.png Zu löschende Datei: plugins/UserCountry/flags/ba.png Zu löschende Datei: plugins/UserCountry/flags/bb.png Zu löschende Datei: plugins/UserCountry/flags/bd.png Zu löschende Datei: plugins/UserCountry/flags/be.png Zu löschende Datei: plugins/UserCountry/flags/bf.png Zu löschende Datei: plugins/UserCountry/flags/bg.png Zu löschende Datei: plugins/UserCountry/flags/bh.png Zu löschende Datei: plugins/UserCountry/flags/bi.png Zu löschende Datei: plugins/UserCountry/flags/bj.png Zu löschende Datei: plugins/UserCountry/flags/bl.png Zu löschende Datei: plugins/UserCountry/flags/bm.png Zu löschende Datei: plugins/UserCountry/flags/bn.png Zu löschende Datei: plugins/UserCountry/flags/bo.png Zu löschende Datei: plugins/UserCountry/flags/bq.png Zu löschende Datei: plugins/UserCountry/flags/br.png Zu löschende Datei: plugins/UserCountry/flags/bs.png Zu löschende Datei: plugins/UserCountry/flags/bt.png Zu löschende Datei: plugins/UserCountry/flags/bu.png Zu löschende Datei: plugins/UserCountry/flags/bv.png Zu löschende Datei: plugins/UserCountry/flags/bw.png Zu löschende Datei: plugins/UserCountry/flags/by.png Zu löschende Datei: plugins/UserCountry/flags/bz.png Zu löschende Datei: plugins/UserCountry/flags/ca.png Zu löschende Datei: plugins/UserCountry/flags/cat.png Zu löschende Datei: plugins/UserCountry/flags/cc.png Zu löschende Datei: plugins/UserCountry/flags/cd.png Zu löschende Datei: plugins/UserCountry/flags/cf.png Zu löschende Datei: plugins/UserCountry/flags/cg.png Zu löschende Datei: plugins/UserCountry/flags/ch.png Zu löschende Datei: plugins/UserCountry/flags/ci.png Zu löschende Datei: plugins/UserCountry/flags/ck.png Zu löschende Datei: plugins/UserCountry/flags/cl.png Zu löschende Datei: plugins/UserCountry/flags/cm.png Zu löschende Datei: plugins/UserCountry/flags/cn.png Zu löschende Datei: plugins/UserCountry/flags/co.png Zu löschende Datei: plugins/UserCountry/flags/cp.png Zu löschende Datei: plugins/UserCountry/flags/cr.png Zu löschende Datei: plugins/UserCountry/flags/cs.png Zu löschende Datei: plugins/UserCountry/flags/cu.png Zu löschende Datei: plugins/UserCountry/flags/cv.png Zu löschende Datei: plugins/UserCountry/flags/cw.png Zu löschende Datei: plugins/UserCountry/flags/cx.png Zu löschende Datei: plugins/UserCountry/flags/cy.png Zu löschende Datei: plugins/UserCountry/flags/cz.png Zu löschende Datei: plugins/UserCountry/flags/de.png Zu löschende Datei: plugins/UserCountry/flags/dg.png Zu löschende Datei: plugins/UserCountry/flags/dj.png Zu löschende Datei: plugins/UserCountry/flags/dk.png Zu löschende Datei: plugins/UserCountry/flags/dm.png Zu löschende Datei: plugins/UserCountry/flags/do.png Zu löschende Datei: plugins/UserCountry/flags/dz.png Zu löschende Datei: plugins/UserCountry/flags/ea.png Zu löschende Datei: plugins/UserCountry/flags/ec.png Zu löschende Datei: plugins/UserCountry/flags/ee.png Zu löschende Datei: plugins/UserCountry/flags/eg.png Zu löschende Datei: plugins/UserCountry/flags/eh.png Zu löschende Datei: plugins/UserCountry/flags/er.png Zu löschende Datei: plugins/UserCountry/flags/es.png Zu löschende Datei: plugins/UserCountry/flags/et.png Zu löschende Datei: plugins/UserCountry/flags/eu.png Zu löschende Datei: plugins/UserCountry/flags/fi.png Zu löschende Datei: plugins/UserCountry/flags/fj.png Zu löschende Datei: plugins/UserCountry/flags/fk.png Zu löschende Datei: plugins/UserCountry/flags/fm.png Zu löschende Datei: plugins/UserCountry/flags/fo.png Zu löschende Datei: plugins/UserCountry/flags/fr.png Zu löschende Datei: plugins/UserCountry/flags/fx.png Zu löschende Datei: plugins/UserCountry/flags/ga.png Zu löschende Datei: plugins/UserCountry/flags/gb.png Zu löschende Datei: plugins/UserCountry/flags/gd.png Zu löschende Datei: plugins/UserCountry/flags/ge.png Zu löschende Datei: plugins/UserCountry/flags/gf.png Zu löschende Datei: plugins/UserCountry/flags/gg.png Zu löschende Datei: plugins/UserCountry/flags/gh.png Zu löschende Datei: plugins/UserCountry/flags/gi.png Zu löschende Datei: plugins/UserCountry/flags/gl.png Zu löschende Datei: plugins/UserCountry/flags/gm.png Zu löschende Datei: plugins/UserCountry/flags/gn.png Zu löschende Datei: plugins/UserCountry/flags/gp.png Zu löschende Datei: plugins/UserCountry/flags/gq.png Zu löschende Datei: plugins/UserCountry/flags/gr.png Zu löschende Datei: plugins/UserCountry/flags/gs.png Zu löschende Datei: plugins/UserCountry/flags/gt.png Zu löschende Datei: plugins/UserCountry/flags/gu.png Zu löschende Datei: plugins/UserCountry/flags/gw.png Zu löschende Datei: plugins/UserCountry/flags/gy.png Zu löschende Datei: plugins/UserCountry/flags/hk.png Zu löschende Datei: plugins/UserCountry/flags/hm.png Zu löschende Datei: plugins/UserCountry/flags/hn.png Zu löschende Datei: plugins/UserCountry/flags/hr.png Zu löschende Datei: plugins/UserCountry/flags/ht.png Zu löschende Datei: plugins/UserCountry/flags/hu.png Zu löschende Datei: plugins/UserCountry/flags/ic.png Zu löschende Datei: plugins/UserCountry/flags/id.png Zu löschende Datei: plugins/UserCountry/flags/ie.png Zu löschende Datei: plugins/UserCountry/flags/il.png Zu löschende Datei: plugins/UserCountry/flags/im.png Zu löschende Datei: plugins/UserCountry/flags/in.png Zu löschende Datei: plugins/UserCountry/flags/io.png Zu löschende Datei: plugins/UserCountry/flags/iq.png Zu löschende Datei: plugins/UserCountry/flags/ir.png Zu löschende Datei: plugins/UserCountry/flags/is.png Zu löschende Datei: plugins/UserCountry/flags/it.png Zu löschende Datei: plugins/UserCountry/flags/je.png Zu löschende Datei: plugins/UserCountry/flags/jm.png Zu löschende Datei: plugins/UserCountry/flags/jo.png Zu löschende Datei: plugins/UserCountry/flags/jp.png Zu löschende Datei: plugins/UserCountry/flags/ke.png Zu löschende Datei: plugins/UserCountry/flags/kg.png Zu löschende Datei: plugins/UserCountry/flags/kh.png Zu löschende Datei: plugins/UserCountry/flags/ki.png Zu löschende Datei: plugins/UserCountry/flags/km.png Zu löschende Datei: plugins/UserCountry/flags/kn.png Zu löschende Datei: plugins/UserCountry/flags/kp.png Zu löschende Datei: plugins/UserCountry/flags/kr.png Zu löschende Datei: plugins/UserCountry/flags/kw.png Zu löschende Datei: plugins/UserCountry/flags/ky.png Zu löschende Datei: plugins/UserCountry/flags/kz.png Zu löschende Datei: plugins/UserCountry/flags/la.png Zu löschende Datei: plugins/UserCountry/flags/lb.png Zu löschende Datei: plugins/UserCountry/flags/lc.png Zu löschende Datei: plugins/UserCountry/flags/li.png Zu löschende Datei: plugins/UserCountry/flags/lk.png Zu löschende Datei: plugins/UserCountry/flags/lr.png Zu löschende Datei: plugins/UserCountry/flags/ls.png Zu löschende Datei: plugins/UserCountry/flags/lt.png Zu löschende Datei: plugins/UserCountry/flags/lu.png Zu löschende Datei: plugins/UserCountry/flags/lv.png Zu löschende Datei: plugins/UserCountry/flags/ly.png Zu löschende Datei: plugins/UserCountry/flags/ma.png Zu löschende Datei: plugins/UserCountry/flags/mc.png Zu löschende Datei: plugins/UserCountry/flags/md.png Zu löschende Datei: plugins/UserCountry/flags/me.png Zu löschende Datei: plugins/UserCountry/flags/mf.png Zu löschende Datei: plugins/UserCountry/flags/mg.png Zu löschende Datei: plugins/UserCountry/flags/mh.png Zu löschende Datei: plugins/UserCountry/flags/mk.png Zu löschende Datei: plugins/UserCountry/flags/ml.png Zu löschende Datei: plugins/UserCountry/flags/mm.png Zu löschende Datei: plugins/UserCountry/flags/mn.png Zu löschende Datei: plugins/UserCountry/flags/mo.png Zu löschende Datei: plugins/UserCountry/flags/mp.png Zu löschende Datei: plugins/UserCountry/flags/mq.png Zu löschende Datei: plugins/UserCountry/flags/mr.png Zu löschende Datei: plugins/UserCountry/flags/ms.png Zu löschende Datei: plugins/UserCountry/flags/mt.png Zu löschende Datei: plugins/UserCountry/flags/mu.png Zu löschende Datei: plugins/UserCountry/flags/mv.png Zu löschende Datei: plugins/UserCountry/flags/mw.png Zu löschende Datei: plugins/UserCountry/flags/mx.png Zu löschende Datei: plugins/UserCountry/flags/my.png Zu löschende Datei: plugins/UserCountry/flags/mz.png Zu löschende Datei: plugins/UserCountry/flags/na.png Zu löschende Datei: plugins/UserCountry/flags/nc.png Zu löschende Datei: plugins/UserCountry/flags/ne.png Zu löschende Datei: plugins/UserCountry/flags/nf.png Zu löschende Datei: plugins/UserCountry/flags/ng.png Zu löschende Datei: plugins/UserCountry/flags/ni.png Zu löschende Datei: plugins/UserCountry/flags/nl.png Zu löschende Datei: plugins/UserCountry/flags/no.png Zu löschende Datei: plugins/UserCountry/flags/np.png Zu löschende Datei: plugins/UserCountry/flags/nr.png Zu löschende Datei: plugins/UserCountry/flags/nt.png Zu löschende Datei: plugins/UserCountry/flags/nu.png Zu löschende Datei: plugins/UserCountry/flags/nz.png Zu löschende Datei: plugins/UserCountry/flags/o1.png Zu löschende Datei: plugins/UserCountry/flags/om.png Zu löschende Datei: plugins/UserCountry/flags/pa.png Zu löschende Datei: plugins/UserCountry/flags/pe.png Zu löschende Datei: plugins/UserCountry/flags/pf.png Zu löschende Datei: plugins/UserCountry/flags/pg.png Zu löschende Datei: plugins/UserCountry/flags/ph.png Zu löschende Datei: plugins/UserCountry/flags/pk.png Zu löschende Datei: plugins/UserCountry/flags/pl.png Zu löschende Datei: plugins/UserCountry/flags/pm.png Zu löschende Datei: plugins/UserCountry/flags/pn.png Zu löschende Datei: plugins/UserCountry/flags/pr.png Zu löschende Datei: plugins/UserCountry/flags/ps.png Zu löschende Datei: plugins/UserCountry/flags/pt.png Zu löschende Datei: plugins/UserCountry/flags/pw.png Zu löschende Datei: plugins/UserCountry/flags/py.png Zu löschende Datei: plugins/UserCountry/flags/qa.png Zu löschende Datei: plugins/UserCountry/flags/re.png Zu löschende Datei: plugins/UserCountry/flags/ro.png Zu löschende Datei: plugins/UserCountry/flags/rs.png Zu löschende Datei: plugins/UserCountry/flags/ru.png Zu löschende Datei: plugins/UserCountry/flags/rw.png Zu löschende Datei: plugins/UserCountry/flags/sa.png Zu löschende Datei: plugins/UserCountry/flags/sb.png Zu löschende Datei: plugins/UserCountry/flags/sc.png Zu löschende Datei: plugins/UserCountry/flags/sd.png Zu löschende Datei: plugins/UserCountry/flags/se.png Zu löschende Datei: plugins/UserCountry/flags/sf.png Zu löschende Datei: plugins/UserCountry/flags/sg.png Zu löschende Datei: plugins/UserCountry/flags/sh.png Zu löschende Datei: plugins/UserCountry/flags/si.png Zu löschende Datei: plugins/UserCountry/flags/sj.png Zu löschende Datei: plugins/UserCountry/flags/sk.png Zu löschende Datei: plugins/UserCountry/flags/sl.png Zu löschende Datei: plugins/UserCountry/flags/sm.png Zu löschende Datei: plugins/UserCountry/flags/sn.png Zu löschende Datei: plugins/UserCountry/flags/so.png Zu löschende Datei: plugins/UserCountry/flags/sr.png Zu löschende Datei: plugins/UserCountry/flags/st.png Zu löschende Datei: plugins/UserCountry/flags/su.png Zu löschende Datei: plugins/UserCountry/flags/sv.png Zu löschende Datei: plugins/UserCountry/flags/sx.png Zu löschende Datei: plugins/UserCountry/flags/sy.png Zu löschende Datei: plugins/UserCountry/flags/sz.png Zu löschende Datei: plugins/UserCountry/flags/ta.png Zu löschende Datei: plugins/UserCountry/flags/tc.png Zu löschende Datei: plugins/UserCountry/flags/td.png Zu löschende Datei: plugins/UserCountry/flags/tf.png Zu löschende Datei: plugins/UserCountry/flags/tg.png Zu löschende Datei: plugins/UserCountry/flags/th.png Zu löschende Datei: plugins/UserCountry/flags/tj.png Zu löschende Datei: plugins/UserCountry/flags/tk.png Zu löschende Datei: plugins/UserCountry/flags/tl.png Zu löschende Datei: plugins/UserCountry/flags/tm.png Zu löschende Datei: plugins/UserCountry/flags/tn.png Zu löschende Datei: plugins/UserCountry/flags/to.png Zu löschende Datei: plugins/UserCountry/flags/tp.png Zu löschende Datei: plugins/UserCountry/flags/tr.png Zu löschende Datei: plugins/UserCountry/flags/tt.png Zu löschende Datei: plugins/UserCountry/flags/tv.png Zu löschende Datei: plugins/UserCountry/flags/tw.png Zu löschende Datei: plugins/UserCountry/flags/tz.png Zu löschende Datei: plugins/UserCountry/flags/ua.png Zu löschende Datei: plugins/UserCountry/flags/ug.png Zu löschende Datei: plugins/UserCountry/flags/uk.png Zu löschende Datei: plugins/UserCountry/flags/um.png Zu löschende Datei: plugins/UserCountry/flags/us.png Zu löschende Datei: plugins/UserCountry/flags/uy.png Zu löschende Datei: plugins/UserCountry/flags/uz.png Zu löschende Datei: plugins/UserCountry/flags/va.png Zu löschende Datei: plugins/UserCountry/flags/vc.png Zu löschende Datei: plugins/UserCountry/flags/ve.png Zu löschende Datei: plugins/UserCountry/flags/vg.png Zu löschende Datei: plugins/UserCountry/flags/vi.png Zu löschende Datei: plugins/UserCountry/flags/vn.png Zu löschende Datei: plugins/UserCountry/flags/vu.png Zu löschende Datei: plugins/UserCountry/flags/wf.png Zu löschende Datei: plugins/UserCountry/flags/ws.png Zu löschende Datei: plugins/UserCountry/flags/xx.png Zu löschende Datei: plugins/UserCountry/flags/ye.png Zu löschende Datei: plugins/UserCountry/flags/yt.png Zu löschende Datei: plugins/UserCountry/flags/yu.png Zu löschende Datei: plugins/UserCountry/flags/za.png Zu löschende Datei: plugins/UserCountry/flags/zm.png Zu löschende Datei: plugins/UserCountry/flags/zr.png Zu löschende Datei: plugins/UserCountry/flags/zw.png Zu löschende Datei: plugins/UserCountry/templates/index.tpl Zu löschende Datei: plugins/UserCountryMap/PiwikMap.swf Zu löschende Datei: plugins/UserCountryMap/templates/worldmap.tpl Zu löschende Datei: plugins/UsersManager/images/add.png Zu löschende Datei: plugins/UsersManager/templates/userSettings.js Zu löschende Datei: plugins/UsersManager/templates/userSettings.tpl Zu löschende Datei: plugins/UsersManager/templates/UsersManager.js Zu löschende Datei: plugins/UsersManager/templates/UsersManager.tpl Zu löschende Datei: plugins/VisitFrequency/templates/index.tpl Zu löschende Datei: plugins/VisitFrequency/templates/sparklines.tpl Zu löschende Datei: plugins/VisitorInterest/Controller.php Zu löschende Datei: plugins/VisitorInterest/templates/index.tpl Zu löschende Datei: plugins/VisitsSummary/templates/index.tpl Zu löschende Datei: plugins/VisitsSummary/templates/sparklines.tpl Zu löschende Datei: plugins/VisitTime/Controller.php Zu löschende Datei: plugins/VisitTime/templates/index.tpl Zu löschende Datei: plugins/Widgetize/templates/iframe.tpl Zu löschende Datei: plugins/Widgetize/templates/index.tpl Zu löschende Datei: plugins/Widgetize/templates/js.tpl Zu löschende Datei: plugins/Widgetize/templates/test_jsinclude2.tpl Zu löschende Datei: plugins/Widgetize/templates/test_jsinclude.tpl Zu löschende Datei: plugins/Widgetize/templates/widgetize.js Zu löschende Datei: tests/README.txt Um alle diese Dateien auf einmal zu löschen, kannst du folgenden Befehl ausführen: rm "/www/htdocs/w00c9f07/ideas-events/piwik/README" "/www/htdocs/w00c9f07/ideas-events/piwik/config/config.ini.sample.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ArchiveProcessing.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/CacheFile.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Controller.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/HTMLPurifier.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/iView.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Loader.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/PluginsManager.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ScheduledTime.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SegmentExpression.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Smarty.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/TablePartitioning.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/TranslationWriter.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Archive/Array.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Archive/Single.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Archive/Array/IndexedByDate.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Archive/Array/IndexedBySite.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ArchiveProcessing/Day.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ArchiveProcessing/Period.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/DataFiles/Countries.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/DataFiles/Currencies.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/DataFiles/Languages.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/DataFiles/LanguageToCountry.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/DataFiles/SearchEngines.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/DataTable/Array.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/DataTable/Filter.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/DataTable/Filter/AddConstantMetadata.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/DataTable/Filter/Null.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/DataTable/Row/DataTableSummary.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Db/Schema/Myisam.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Log/APICall.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Log/Error.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Log/Exception.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Log/Message.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Menu/Abstract.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Menu/Admin.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Menu/Main.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Menu/Top.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/PluginsFunctions/Sql.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/PluginsFunctions/WidgetsList.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ScheduledTime/Daily.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ScheduledTime/Hourly.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ScheduledTime/Monthly.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ScheduledTime/Weekly.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Session/Namespace.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/block.purify.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/function.ajaxErrorDiv.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/function.ajaxLoadingDiv.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/function.ajaxRequestErrorDiv.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/function.hiddenurl.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/function.includeAssets.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/function.loadJavascriptTranslations.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/function.logoHtml.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/function.postEvent.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/function.sparkline.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/function.url.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/modifier.escape.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/modifier.inlineHelp.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/modifier.money.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/modifier.stripeol.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/modifier.sumtime.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/modifier.translate.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/modifier.unescape.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/modifier.urlRewriteBasicView.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/modifier.urlRewriteWithParameters.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/outputfilter.ajaxcdn.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/SmartyPlugins/outputfilter.cachebuster.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Tracker/Config.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Tracker/javascriptCode.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Unzip/Interface.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Unzip/PclZip.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Unzip/ZipArchive.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Updates/0.2.34.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Updates/0.6.2.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/Cloud.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/GenerateGraphData.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/GenerateGraphHTML.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/HtmlTable.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/Sparkline.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/GenerateGraphData/ChartEvolution.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/GenerateGraphData/ChartPie.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/GenerateGraphHTML/ChartPie.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/HtmlTable/AllColumns.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/ViewDataTable/HtmlTable/Goals.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Visualization/Chart.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Visualization/Cloud.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Visualization/Chart/Evolution.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Visualization/Chart/Pie.php" "/www/htdocs/w00c9f07/ideas-events/piwik/core/Visualization/Chart/VerticalBar.php" "/www/htdocs/w00c9f07/ideas-events/piwik/js/README" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/am.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/ar.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/be.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/bg.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/ca.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/cs.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/da.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/de.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/el.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/en.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/es.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/et.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/eu.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/fa.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/fi.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/fr.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/gl.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/he.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/hu.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/id.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/is.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/it.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/ja.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/ka.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/ko.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/lt.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/nb.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/nl.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/nn.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/pl.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/pt-br.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/pt.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/ro.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/ru.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/sk.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/sl.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/sq.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/sr.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/sv.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/te.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/th.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/tr.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/uk.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/zh-cn.php" "/www/htdocs/w00c9f07/ideas-events/piwik/lang/zh-tw.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/PEAR5.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/PEAR.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/README_LIBS" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/cssmin/cssmin.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/cssmin/MIT-LICENSE.txt" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/javascript/sprintf.js" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/jquery/jquery.history.js" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/jquery/jquery.js" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/jquery/jquery.scrollTo.js" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/jquery/jquery.tooltip.js" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/jquery/jquery-ui.js" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/jquery/MIT-LICENSE-jquery.txt" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/jquery/MIT-LICENSE-jqueryui.txt" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/jquery/MIT-LICENSE-scrollto.txt" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/jquery/MIT-LICENSE-tooltip.txt" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/jquery/themes/base/jquery-ui.css" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/jsmin/jsmin.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/PclZip/lgpl-2.1.txt" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/PclZip/pclzip.lib.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/PEAR/Exception.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/PEAR/FixPHP5PEARWarnings.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/PEAR/LICENSE" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/PiwikTracker/LICENSE.txt" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/swfobject/expressInstall.swf" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/swfobject/MIT-LICENSE.txt" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/swfobject/swfobject.js" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/UserAgentParser/README" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/UserAgentParser/UserAgentParser.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/UserAgentParser/UserAgentParser.test.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Uri.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Uri/Exception.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Uri/Http.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/AdapterAbstract.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/AdapterInterface.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Code25interleaved.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Code25.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Code39ext.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Code39.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Code93ext.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Code93.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Ean12.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Ean13.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Ean14.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Ean18.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Ean2.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Ean5.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Ean8.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Gtin12.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Gtin13.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Gtin14.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Identcode.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Intelligentmail.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Issn.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Itf14.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Leitcode.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Planet.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Postnet.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Royalmail.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Sscc.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Upca.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Barcode/Upce.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Db/Abstract.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Db/NoRecordExists.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Db/RecordExists.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Sitemap/Changefreq.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Sitemap/Lastmod.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Sitemap/Loc.php" "/www/htdocs/w00c9f07/ideas-events/piwik/libs/Zend/Validate/Sitemap/Priority.php" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/api_internal_call.php" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/api_rest_call.php" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/crossdomain.xml" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/download-count.txt" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/ExamplePiwikTracker.php" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/generateDoc.bat" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/generateDoc.sh" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/iframeWidget.htm" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/iframeWidget_localhost.php" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/phpdoc-config.ini" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/stress.sh" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/svn-props-to-set-new-files.svnprops" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/test_cookies_GenerateHundredsWebsitesAndVisits.php" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/test_generateLotsVisitsWebsites.php" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/tracker_simpleImageTracker.php" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/widget_example_lastvisits.html" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/cron/archive.windows.ps1" "/www/htdocs/w00c9f07/ideas-events/piwik/misc/proxy-hide-piwik-url/piwik.php" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Actions/Controller.php" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/API/css/styles.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/API/templates/listAllAPI.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreAdminHome/templates/footer.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreAdminHome/templates/generalSettings.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreAdminHome/templates/generalSettings.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreAdminHome/templates/header.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreAdminHome/templates/menu.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreAdminHome/templates/menu.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreAdminHome/templates/optOut.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreAdminHome/templates/styles.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/autocomplete.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/broadcast.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/calendar.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/cloud.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/cloud.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/datatable_actions_js.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/datatable_actions_recursive.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/datatable_actions_subdatable.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/datatable_actions.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/datatable_cell.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/datatable.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/datatable_footer.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/datatable.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/datatable_js.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/datatable.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/date.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/graph.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/header_message.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/header.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/html_report_body.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/html_report_footer.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/html_report_header.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/jqplot.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/jqplot.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/jquery.ui.autocomplete.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/js_css_includes.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/js_disabled_notice.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/js_global_variables.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/logo.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/menu.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/menu.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/menu.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/period_select.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/piwik_tag.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/single_report.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/sites_selection.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/sparkline_footer.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/sparkline.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/styles.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/top_bar.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/top_screen.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/images/bg_header.jpg" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/images/bullet1.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/images/bullet2.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/images/favicon.ico" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/images/more_date.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/images/more_period.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/images/more.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/images/reset_search.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreHome/templates/images/search.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CorePluginsAdmin/templates/manage.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreUpdater/templates/cli_update_database_done.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreUpdater/templates/cli_update_welcome.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreUpdater/templates/footer.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreUpdater/templates/header.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreUpdater/templates/update_database_done.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreUpdater/templates/update_new_version_available.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreUpdater/templates/update_one_click_done.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/CoreUpdater/templates/update_welcome.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Dashboard/templates/dashboard.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Dashboard/templates/Dashboard.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Dashboard/templates/header.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Dashboard/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Dashboard/templates/standalone.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Dashboard/templates/widgetMenu.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/DBStats/templates/DBStats.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/ExamplePlugin/lang/en.php" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/ExamplePlugin/templates/piwikDownloads.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/ExampleUI/ExampleUI.php" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Feedback/images/go-previous.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Feedback/templates/feedback.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Feedback/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Feedback/templates/sent.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Feedback/templates/styles.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Goals/templates/add_edit_goal.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Goals/templates/add_new_goal.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Goals/templates/form_add_goal.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Goals/templates/GoalForm.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Goals/templates/goals.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Goals/templates/list_goal_edit.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Goals/templates/list_top_dimension.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Goals/templates/overview.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Goals/templates/single_goal.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Goals/templates/table_by_dimension.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Goals/templates/title_and_evolution_graph.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/ImageGraph/ImageGraphObject.php" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/ImageGraph/templates/debug_graphs_all_sizes.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/ImageGraph/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/FormGeneralSetup.php" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/templates/allSteps.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/templates/databaseCheck.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/templates/databaseSetup.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/templates/displayJavascriptCode.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/templates/finished.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/templates/firstWebsiteSetup.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/templates/generalSetup.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/templates/integrityDetails.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/templates/structure.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/templates/systemCheck.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/templates/tablesCreation.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Installation/templates/welcome.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/LanguagesManager/templates/languageSelector.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/LanguagesManager/templates/languages.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/lastVisits.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/live.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/totalVisits.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/visitorLog.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/file0.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/file1.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/file2.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/file3.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/file4.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/file5.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/file6.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/file7.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/file8.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/file9.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/pause_disabled.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/pause.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/play_disabled.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/play.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/images/returningVisitor.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/scripts/live.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/scripts/MIT-LICENSE.txt" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Live/templates/scripts/spy.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Login/FormPassword.php" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Login/templates/header.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Login/templates/login.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Login/templates/login.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Login/templates/lostPassword.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Login/templates/passwordchanged.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Login/templates/passwordsent.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Login/templates/resetPassword.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/MultiSites/images/arrow_asc.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/MultiSites/images/arrow_desc.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/MultiSites/images/link.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/MultiSites/images/loading-blue.gif" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/MultiSites/templates/common.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/MultiSites/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/MultiSites/templates/row.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/MultiSites/templates/styles.css" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/PrivacyManager/templates/privacySettings.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/PrivacyManager/templates/privacySettings.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Proxy/templates/exportImage.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/SEO/Controller.php" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/SEO/RankChecker.php" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/SEO/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/SEO/templates/rank.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/SitesManager/templates/DisplayAlternativeTags.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/SitesManager/templates/DisplayJavascriptCode.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/SitesManager/templates/SitesManager.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/SitesManager/templates/SitesManager.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/SitesManager/templates/Tracking.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/a1.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/a2.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ac.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ad.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ae.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/af.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ag.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ai.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/al.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/am.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/an.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ao.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ap.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/aq.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ar.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/as.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/at.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/au.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/aw.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ax.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/az.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ba.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bb.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bd.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/be.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bf.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bg.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bh.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bi.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bj.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bl.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bm.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bn.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bo.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bq.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/br.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bs.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bt.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bu.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bv.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bw.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/by.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/bz.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ca.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cat.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cc.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cd.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cf.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cg.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ch.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ci.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ck.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cl.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cm.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cn.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/co.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cp.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cr.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cs.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cu.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cv.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cw.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cx.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cy.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/cz.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/de.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/dg.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/dj.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/dk.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/dm.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/do.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/dz.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ea.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ec.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ee.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/eg.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/eh.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/er.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/es.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/et.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/eu.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/fi.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/fj.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/fk.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/fm.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/fo.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/fr.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/fx.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ga.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gb.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gd.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ge.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gf.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gg.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gh.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gi.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gl.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gm.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gn.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gp.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gq.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gr.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gs.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gt.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gu.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gw.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/gy.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/hk.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/hm.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/hn.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/hr.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ht.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/hu.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ic.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/id.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ie.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/il.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/im.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/in.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/io.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/iq.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ir.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/is.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/it.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/je.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/jm.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/jo.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/jp.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ke.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/kg.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/kh.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ki.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/km.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/kn.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/kp.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/kr.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/kw.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ky.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/kz.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/la.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/lb.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/lc.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/li.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/lk.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/lr.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ls.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/lt.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/lu.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/lv.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ly.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ma.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mc.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/md.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/me.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mf.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mg.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mh.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mk.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ml.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mm.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mn.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mo.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mp.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mq.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mr.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ms.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mt.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mu.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mv.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mw.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mx.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/my.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/mz.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/na.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/nc.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ne.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/nf.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ng.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ni.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/nl.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/no.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/np.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/nr.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/nt.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/nu.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/nz.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/o1.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/om.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/pa.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/pe.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/pf.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/pg.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ph.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/pk.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/pl.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/pm.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/pn.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/pr.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ps.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/pt.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/pw.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/py.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/qa.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/re.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ro.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/rs.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ru.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/rw.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sa.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sb.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sc.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sd.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/se.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sf.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sg.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sh.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/si.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sj.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sk.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sl.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sm.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sn.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/so.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sr.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/st.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/su.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sv.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sx.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sy.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/sz.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ta.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tc.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/td.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tf.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tg.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/th.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tj.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tk.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tl.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tm.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tn.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/to.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tp.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tr.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tt.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tv.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tw.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/tz.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ua.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ug.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/uk.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/um.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/us.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/uy.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/uz.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/va.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/vc.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ve.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/vg.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/vi.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/vn.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/vu.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/wf.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ws.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/xx.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/ye.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/yt.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/yu.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/za.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/zm.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/zr.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/flags/zw.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountry/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountryMap/PiwikMap.swf" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UserCountryMap/templates/worldmap.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UsersManager/images/add.png" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UsersManager/templates/userSettings.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UsersManager/templates/userSettings.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UsersManager/templates/UsersManager.js" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/UsersManager/templates/UsersManager.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/VisitFrequency/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/VisitFrequency/templates/sparklines.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/VisitorInterest/Controller.php" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/VisitorInterest/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/VisitsSummary/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/VisitsSummary/templates/sparklines.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/VisitTime/Controller.php" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/VisitTime/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Widgetize/templates/iframe.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Widgetize/templates/index.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Widgetize/templates/js.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Widgetize/templates/test_jsinclude2.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Widgetize/templates/test_jsinclude.tpl" "/www/htdocs/w00c9f07/ideas-events/piwik/plugins/Widgetize/templates/widgetize.js" "/www/htdocs/w00c9f07/ideas-events/piwik/tests/README.txt" |