Matomo database will be upgraded from version 2.15.0-b12 to the new version 4.2.0.
The following plugins will be updated: LanguagesManager, Goals, Provider.
The following dimensions will be updated: log_conversion.revenue, log_link_visit_action.idaction_content_interaction, log_link_visit_action.idaction_content_name, log_link_visit_action.idaction_content_piece, log_link_visit_action.idaction_content_target, log_link_visit_action.idaction_product_cat, log_link_visit_action.idaction_product_cat2, log_link_visit_action.idaction_product_cat3, log_link_visit_action.idaction_product_cat4, log_link_visit_action.idaction_product_cat5, log_link_visit_action.idaction_product_name, log_link_visit_action.idaction_product_sku, log_link_visit_action.idpageview, log_link_visit_action.product_price, log_link_visit_action.search_cat, log_link_visit_action.search_count, log_link_visit_action.time_spent_ref_action, log_visit.config_browser_engine, log_visit.config_browser_name, log_visit.config_browser_version, log_visit.config_client_type, log_visit.config_cookie, log_visit.config_device_brand, log_visit.config_device_model, log_visit.config_device_type, log_visit.config_flash, log_visit.config_java, log_visit.config_os, log_visit.config_os_version, log_visit.config_pdf, log_visit.config_quicktime, log_visit.config_realplayer, log_visit.config_resolution, log_visit.config_silverlight, log_visit.config_windowsmedia, log_visit.location_browser_lang, log_visit.location_country, log_visit.location_latitude, log_visit.location_longitude, log_visit.location_region, log_visit.profilable, log_visit.referer_name, 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_localtime, log_visit.visitor_returning, log_visit.visitor_seconds_since_first, log_visit.visitor_seconds_since_last, log_visit.visitor_seconds_since_order.
Important notes for large Matomo installations
If you have a large Matomo database, updates might take too long to run in the browser. In this situation, you can execute the updates from your command line:
php /var/www/vhosts/soyubey.de/statistik.soyubey.de/console core:update
If you manage a high traffic Matomo server, we recommend to momentarily disable visitor Tracking and put the Matomo User Interface in maintenance mode.
FYI: these are the SQL queries and console commands that will be executed to upgrade your database to Matomo 4.2.0
› Click here to view and copy the list of SQL queries and console commands that will get executed
# These console commands will be run:
./console plugin:activate "Heartbeat"
# These SQL queries will be executed:
UPDATE user_dashboard SET layout = '{\"config\":{\"layout\":\"33-33-33\"},\"columns\":[[{\"uniqueId\":\"widgetVisitsSummarygetEvolutionGraphforceView1viewDataTablegraphEvolution\",\"parameters\":{\"module\":\"VisitsSummary\",\"action\":\"getEvolutionGraph\",\"columns\":[\"nb_uniq_visitors\"],\"viewDataTable\":\"graphEvolution\",\"rows\":[],\"forceView\":\"1\"},\"isHidden\":false},{\"uniqueId\":\"widgetDevicesDetectiongetBrowsers\",\"parameters\":{\"module\":\"DevicesDetection\",\"action\":\"getBrowsers\"},\"isHidden\":false},{\"uniqueId\":\"widgetExampleFeedburnerfeedburner\",\"parameters\":{\"module\":\"ExampleFeedburner\",\"action\":\"feedburner\"},\"isHidden\":false}],[{\"uniqueId\":\"widgetReferrersgetKeywords\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getKeywords\"},\"isHidden\":false},{\"uniqueId\":\"widgetReferrersgetWebsites\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getWebsites\"},\"isHidden\":false}],[{\"uniqueId\":\"widgetUserCountryMapworldMap\",\"parameters\":{\"module\":\"UserCountryMap\",\"action\":\"worldMap\"},\"isHidden\":false},{\"uniqueId\":\"widgetLivewidget\",\"parameters\":{\"module\":\"Live\",\"action\":\"widget\"},\"isHidden\":false},{\"uniqueId\":\"widgetReferrersgetSearchEngines\",\"parameters\":{\"module\":\"Referrers\",\"action\":\"getSearchEngines\"},\"isHidden\":false},{\"uniqueId\":\"widgetExampleRssWidgetrssPiwik\",\"parameters\":{\"module\":\"ExampleRssWidget\",\"action\":\"rssPiwik\"},\"isHidden\":false}]]}' WHERE iddashboard = 1;
CREATE TABLE `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 `plugin_setting` ADD INDEX index_plugin_name_user_login (`plugin_name`, `user_login`);
DELETE FROM `option` WHERE `option_name` like "Plugin_%_Settings";
DROP TABLE IF EXISTS `site_setting`;
CREATE TABLE `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 `site_setting` ADD INDEX(idsite, plugin_name);
ALTER TABLE `log_visit` CHANGE `idvisit` `idvisit` BIGINT(10) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `log_conversion_item` CHANGE `idvisit` `idvisit` BIGINT(10) UNSIGNED NOT NULL;
ALTER TABLE `log_conversion` CHANGE `idvisit` `idvisit` BIGINT(10) UNSIGNED NOT NULL, CHANGE `idlink_va` `idlink_va` BIGINT(10) UNSIGNED default NULL;
ALTER TABLE `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 `user` CHANGE `password` `password` VARCHAR(255) NOT NULL;
CREATE TABLE `privacy_logdata_anonymizations` (`idlogdata_anonymization` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, `idsites` TEXT NULL DEFAULT NULL, `date_start` DATETIME NOT NULL, `date_end` DATETIME NOT NULL, `anonymize_ip` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0, `anonymize_location` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0, `anonymize_userid` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0, `unset_visit_columns` TEXT NOT NULL DEFAULT '', `unset_link_visit_action_columns` TEXT NOT NULL DEFAULT '', `output` MEDIUMTEXT NULL DEFAULT NULL, `scheduled_date` DATETIME NULL, `job_start_date` DATETIME NULL, `job_finish_date` DATETIME NULL, `requester` VARCHAR(100) NOT NULL DEFAULT '', PRIMARY KEY ( `idlogdata_anonymization` )) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `privacy_logdata_anonymizations` ADD INDEX index_job_start_date (`job_start_date`);
ALTER TABLE `plugin_setting` ADD COLUMN `json_encoded` TINYINT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE `site_setting` ADD COLUMN `json_encoded` TINYINT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE `site_setting` CHANGE `idsite` `idsite` INTEGER(10) UNSIGNED NOT NULL;
ALTER TABLE `plugin_setting` ADD COLUMN `idplugin_setting` BIGINT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT;
ALTER TABLE `site_setting` ADD COLUMN `idsite_setting` BIGINT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT;
ALTER TABLE `log_profiling` ADD COLUMN `idprofiling` BIGINT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT;
ALTER TABLE `access` CHANGE `access` `access` VARCHAR(50) NULL;
ALTER TABLE `access` DROP PRIMARY KEY;
ALTER TABLE `access` ADD COLUMN `idaccess` INT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT;
ALTER TABLE `access` ADD INDEX index_loginidsite (`login`, `idsite`);
ALTER TABLE `user` ADD COLUMN `ts_password_modified` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;
CREATE TABLE `report_subscriptions` (`idreport` INT(11) NOT NULL, `token` VARCHAR(100) NULL, `email` VARCHAR(100) NOT NULL, `ts_subscribed` TIMESTAMP DEFAULT CURRENT_TIMESTAMP, `ts_unsubscribed` TIMESTAMP NULL, PRIMARY KEY ( `idreport`, `email` )) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `report_subscriptions` ADD UNIQUE KEY unique_token (`token`);
ALTER TABLE `user` CHANGE `ts_password_modified` `ts_password_modified` TIMESTAMP NULL;
UPDATE `user` SET ts_password_modified = NULL;
ALTER TABLE `site` ADD COLUMN `creator_login` VARCHAR(100) NULL;
# These console commands will be run:
./console plugin:activate "IntranetMeasurable"
# These SQL queries will be executed:
ALTER TABLE `goal` ADD COLUMN `event_value_as_revenue` tinyint(4) NOT NULL default '0';
ALTER TABLE `report` ADD COLUMN `evolution_graph_within_period` TINYINT(4) NOT NULL DEFAULT 0;
ALTER TABLE `report` ADD COLUMN `evolution_graph_period_n` INT(11) NULL;
ALTER TABLE `user` ADD COLUMN `twofactor_secret` VARCHAR(40) NOT NULL DEFAULT '';
CREATE TABLE `twofactor_recovery_code` (`idrecoverycode` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, `login` VARCHAR(100) NOT NULL, `recovery_code` VARCHAR(40) NOT NULL, PRIMARY KEY ( `idrecoverycode` )) ENGINE=InnoDB DEFAULT CHARSET=utf8;
# These console commands will be run:
./console plugin:activate "TwoFactorAuth"
./console plugin:deactivate "GoogleAuthenticator"
# These SQL queries will be executed:
CREATE TABLE `tracking_failure` (`idsite` BIGINT(20) UNSIGNED NOT NULL, `idfailure` SMALLINT UNSIGNED NOT NULL, `date_first_occurred` DATETIME NOT NULL, `request_url` MEDIUMTEXT NOT NULL, PRIMARY KEY ( `idsite`, `idfailure` )) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `brute_force_log` (`id_brute_force_log` bigint(11) NOT NULL AUTO_INCREMENT, `ip_address` VARCHAR(60) DEFAULT NULL, `attempted_at` datetime NOT NULL, PRIMARY KEY ( `id_brute_force_log` )) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `brute_force_log` ADD INDEX index_ip_address (`ip_address`);
ALTER TABLE `report` ADD COLUMN `period_param` VARCHAR(10) NULL;
# These console commands will be run:
./console plugin:activate "Tour"
# These SQL queries will be executed:
ALTER TABLE `goal` CHANGE `pattern_type` `pattern_type` varchar(25) NOT NULL;
CREATE TABLE `locks` (`key` VARCHAR(70) NOT NULL, `value` VARCHAR(255) NULL DEFAULT NULL, `expiry_time` BIGINT UNSIGNED DEFAULT 9999999999, PRIMARY KEY ( `key` )) ENGINE=InnoDB DEFAULT CHARSET=utf8;
# These console commands will be run:
./console plugin:deactivate "ExamplePlugin"
./console plugin:deactivate "ExampleAPI"
# These SQL queries will be executed:
UPDATE `option` SET option_value = 'https://download.db-ip.com/free/dbip-city-lite-2025-12.mmdb.gz' WHERE option_name = 'geoip2.loc_db_url' AND option_value = 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz';
UPDATE `option` SET option_value = 'https://download.db-ip.com/free/dbip-country-lite-2025-12.mmdb.gz' WHERE option_name = 'geoip2.loc_db_url' AND option_value = 'https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz';
# These console commands will be run:
./console core:matomo4-migrate-token-auths
# These SQL queries will be executed:
CREATE TABLE `archive_invalidations` (`idinvalidation` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, `idarchive` INTEGER UNSIGNED NULL, `name` VARCHAR(255) NOT NULL, `idsite` INTEGER NOT NULL, `date1` DATE NOT NULL, `date2` DATE NOT NULL, `period` TINYINT UNSIGNED NOT NULL, `ts_invalidated` DATETIME NOT NULL, `status` TINYINT(1) UNSIGNED DEFAULT 0, `report` VARCHAR(255) NULL, PRIMARY KEY ( `idinvalidation` )) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `archive_invalidations` ADD INDEX index_idsite_dates_period_name (`idsite`, `date1`, `period`);
ALTER TABLE `user` DROP COLUMN `alias`;
DELETE FROM `session` WHERE length(id) > 190;
ALTER TABLE `session` CHANGE `id` `id` VARCHAR(191);
ALTER TABLE `site_url` CHANGE `url` `url` VARCHAR(190);
ALTER TABLE `option` CHANGE `option_name` `option_name` VARCHAR(191);
ALTER TABLE `log_action` CHANGE `name` `name` VARCHAR(4096);
ALTER TABLE `log_conversion` CHANGE `url` `url` VARCHAR(4096);
ALTER TABLE `log_link_visit_action` CHANGE `interaction_position` `pageview_position` MEDIUMINT UNSIGNED DEFAULT NULL;
# These console commands will be run:
./console plugin:activate "BulkTracking"
./console plugin:deactivate "CustomPiwikJs"
./console plugin:uninstall "CustomPiwikJs"
# These SQL queries will be executed:
ALTER TABLE `archive_numeric_2010_01` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2010_11` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2010_12` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2011_01` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2011_02` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2011_03` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2011_04` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2011_05` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2011_06` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2011_07` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2011_08` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2011_09` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2011_10` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2011_11` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2011_12` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2012_01` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2012_02` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2012_03` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2012_04` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2012_05` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2012_06` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2012_07` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2012_08` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2012_09` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2012_10` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2012_11` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2012_12` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2013_01` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2013_02` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2013_03` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2013_04` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2013_05` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2013_06` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2013_07` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2013_08` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2013_09` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2013_10` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2013_11` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2013_12` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2014_01` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2014_02` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2014_03` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2014_04` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2021_01` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_numeric_2021_02` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2010_01` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2010_11` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2010_12` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2011_01` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2011_02` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2011_03` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2011_04` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2011_05` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2011_06` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2011_07` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2011_08` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2011_09` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2011_10` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2011_11` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2011_12` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2012_01` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2012_02` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2012_03` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2012_04` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2012_05` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2012_06` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2012_07` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2012_08` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2012_09` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2012_10` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2012_11` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2012_12` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2013_01` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2013_02` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2013_03` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2013_04` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2013_05` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2013_06` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2013_07` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2013_08` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2013_09` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2013_10` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2013_11` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2013_12` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2014_01` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2014_02` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2014_03` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2014_04` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `archive_blob_2021_02` CHANGE `name` `name` VARCHAR(190);
ALTER TABLE `log_link_visit_action` ADD COLUMN `search_cat` VARCHAR(200) NULL, ADD COLUMN `search_count` INTEGER(10) UNSIGNED NULL, ADD COLUMN `time_dom_completion` MEDIUMINT(10) UNSIGNED NULL, ADD COLUMN `time_dom_processing` MEDIUMINT(10) UNSIGNED NULL, ADD COLUMN `time_network` MEDIUMINT(10) UNSIGNED NULL, ADD COLUMN `time_on_load` MEDIUMINT(10) UNSIGNED NULL, ADD COLUMN `time_server` MEDIUMINT(10) UNSIGNED NULL, ADD COLUMN `time_transfer` MEDIUMINT(10) UNSIGNED NULL;
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_link_visit_action.search_cat', 'VARCHAR(200) NULL');
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_link_visit_action.search_count', 'INTEGER(10) UNSIGNED NULL');
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_link_visit_action.time_dom_completion', 'MEDIUMINT(10) UNSIGNED NULL');
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_link_visit_action.time_dom_processing', 'MEDIUMINT(10) UNSIGNED NULL');
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_link_visit_action.time_network', 'MEDIUMINT(10) UNSIGNED NULL');
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_link_visit_action.time_on_load', 'MEDIUMINT(10) UNSIGNED NULL');
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_link_visit_action.time_server', 'MEDIUMINT(10) UNSIGNED NULL');
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_link_visit_action.time_transfer', 'MEDIUMINT(10) UNSIGNED NULL');
ALTER TABLE `log_visit` ADD COLUMN `visitor_seconds_since_first` INT(11) UNSIGNED NULL, ADD COLUMN `visitor_seconds_since_order` INT(11) UNSIGNED NULL, ADD COLUMN `visitor_seconds_since_last` INT(11) UNSIGNED NULL, ADD COLUMN `profilable` TINYINT(1) NULL;
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_visit.visitor_seconds_since_first', 'INT(11) UNSIGNED NULL1');
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_visit.visitor_seconds_since_order', 'INT(11) UNSIGNED NULL1');
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_visit.visitor_seconds_since_last', 'INT(11) UNSIGNED NULL');
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_visit.profilable', 'TINYINT(1) NULL');
ALTER TABLE `log_conversion` ADD COLUMN `visitor_seconds_since_first` INT(11) UNSIGNED NULL, ADD COLUMN `visitor_seconds_since_order` INT(11) UNSIGNED NULL;
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_conversion.visitor_seconds_since_first', 'INT(11) UNSIGNED NULL');
INSERT IGNORE INTO `option` (option_name, option_value) VALUES ('version_log_conversion.visitor_seconds_since_order', 'INT(11) UNSIGNED NULL');
UPDATE log_link_visit_action SET search_cat = if(custom_var_k4 = '_pk_scat', custom_var_v4, search_cat), search_count = if(custom_var_k5 = '_pk_scount', custom_var_v5, search_count) WHERE custom_var_k4 = '_pk_scat' or custom_var_k5 = '_pk_scount';
DELETE FROM `option` WHERE option_name IN ("geoip.updater_period", "geoip.loc_db_url", "geoip.isp_db_url", "geoip.org_db_url");
UPDATE log_visit SET visitor_seconds_since_first = visitor_days_since_first * 86400, visitor_seconds_since_order = visitor_days_since_order * 86400, visitor_seconds_since_last = visitor_days_since_last * 86400;
UPDATE log_conversion SET visitor_seconds_since_first = visitor_days_since_first * 86400, visitor_seconds_since_order = visitor_days_since_order * 86400;
ALTER TABLE `log_visit` DROP COLUMN `config_gears`, DROP COLUMN `config_director`, DROP COLUMN `visitor_days_since_first`, DROP COLUMN `visitor_days_since_order`, DROP COLUMN `visitor_days_since_last`;
ALTER TABLE `log_conversion` DROP COLUMN `visitor_days_since_first`, DROP COLUMN `visitor_days_since_order`;
# These console commands will be run:
./console config:set --section="Tracker" --key="ignore_visits_cookie_name" --value="piwik_ignore"
./console plugin:activate "PagePerformance"
./console plugin:activate "CustomDimensions"
./console config:set --section="General" --key="login_allowlist_apply_to_reporting_api_requests" --value="0"
# These SQL queries will be executed:
ALTER TABLE `archive_invalidations` ADD COLUMN `ts_started` DATETIME NULL;
# These console commands will be run:
./console plugin:deactivate "ExampleTheme"
# These SQL queries will be executed:
UPDATE user_token_auth SET hash_algo = "sha512" where hash_algo is null or hash_algo = "" ;
# These console commands will be run:
./console plugin:uninstall "ExampleTheme"
./console plugin:deactivate "ExamplePlugin"
./console plugin:deactivate "ExampleLogTables"
./console plugin:deactivate "ExampleUI"
./console plugin:deactivate "ExampleReport"
./console plugin:deactivate "ExampleAPI"
./console plugin:deactivate "ExampleCommand"
./console plugin:deactivate "ExampleSettingsPlugin"
./console plugin:deactivate "ExampleTracker"
./console plugin:deactivate "ExampleVisualization"
./console plugin:uninstall "ExamplePlugin"
./console plugin:uninstall "ExampleLogTables"
./console plugin:uninstall "ExampleUI"
./console plugin:uninstall "ExampleReport"
./console plugin:uninstall "ExampleAPI"
./console plugin:uninstall "ExampleCommand"
./console plugin:uninstall "ExampleSettingsPlugin"
./console plugin:uninstall "ExampleTracker"
./console plugin:uninstall "ExampleVisualization"
# These SQL queries will be executed:
UPDATE `archive_numeric_2010_01` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2010_11` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2010_12` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2011_01` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2011_02` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2011_03` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2011_04` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2011_05` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2011_06` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2011_07` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2011_08` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2011_09` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2011_10` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2011_11` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2011_12` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2012_01` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2012_02` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2012_03` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2012_04` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2012_05` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2012_06` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2012_07` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2012_08` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2012_09` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2012_10` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2012_11` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2012_12` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2013_01` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2013_02` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2013_03` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2013_04` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2013_05` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2013_06` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2013_07` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2013_08` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2013_09` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2013_10` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2013_11` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2013_12` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2014_01` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2014_02` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2014_03` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2014_04` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2021_01` SET `name` = 'done' WHERE `name` = 'done.';
UPDATE `archive_numeric_2021_02` SET `name` = 'done' WHERE `name` = 'done.';
ALTER TABLE `user_language` ADD COLUMN `use_12_hour_clock` TINYINT(1) NOT NULL DEFAULT 0 AFTER `language`;
ALTER TABLE `goal` ADD COLUMN `description` VARCHAR(255) NOT NULL DEFAULT '' AFTER `name`;
ALTER TABLE `log_visit` CHANGE `location_provider` `location_provider` VARCHAR(200) NULL;
ALTER TABLE `log_visit` ADD COLUMN `profilable` TINYINT(1) NULL, 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_returning` TINYINT(1) NULL, ADD COLUMN `visitor_seconds_since_first` INT(11) UNSIGNED NULL, ADD COLUMN `visitor_seconds_since_order` INT(11) UNSIGNED NULL, MODIFY COLUMN `visitor_count_visits` INT(11) UNSIGNED NOT NULL DEFAULT 0, 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` MEDIUMINT UNSIGNED DEFAULT 0, MODIFY COLUMN `visit_total_searches` SMALLINT(5) UNSIGNED NULL, MODIFY COLUMN `referer_name` VARCHAR(255) NULL, MODIFY COLUMN `referer_url` VARCHAR(1500) NULL, MODIFY COLUMN `location_browser_lang` VARCHAR(20) NULL, MODIFY COLUMN `config_browser_engine` VARCHAR(10) NULL, MODIFY COLUMN `config_browser_name` VARCHAR(40) NULL, MODIFY COLUMN `config_browser_version` VARCHAR(20) NULL, ADD COLUMN `config_client_type` TINYINT( 1 ) NULL DEFAULT NULL, ADD COLUMN `config_device_brand` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, ADD COLUMN `config_device_model` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, ADD COLUMN `config_device_type` TINYINT( 100 ) NULL DEFAULT NULL, MODIFY COLUMN `config_os` CHAR(3) NULL, ADD COLUMN `config_os_version` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, MODIFY COLUMN `visit_total_events` INT(11) UNSIGNED NULL, MODIFY COLUMN `visitor_localtime` TIME NULL, ADD COLUMN `visitor_seconds_since_last` INT(11) UNSIGNED NULL, MODIFY COLUMN `config_resolution` VARCHAR(18) NULL, MODIFY COLUMN `config_cookie` TINYINT(1) NULL, MODIFY COLUMN `config_flash` TINYINT(1) NULL, MODIFY COLUMN `config_java` TINYINT(1) NULL, MODIFY COLUMN `config_pdf` TINYINT(1) NULL, MODIFY COLUMN `config_quicktime` TINYINT(1) NULL, MODIFY COLUMN `config_realplayer` TINYINT(1) NULL, MODIFY COLUMN `config_silverlight` TINYINT(1) NULL, MODIFY COLUMN `config_windowsmedia` TINYINT(1) 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, MODIFY COLUMN `location_region` char(3) DEFAULT NULL;
ALTER TABLE `log_conversion` MODIFY COLUMN `visitor_returning` TINYINT(1) NULL, ADD COLUMN `visitor_seconds_since_first` INT(11) UNSIGNED NULL, ADD COLUMN `visitor_seconds_since_order` INT(11) UNSIGNED NULL, MODIFY COLUMN `visitor_count_visits` INT(11) UNSIGNED NOT NULL DEFAULT 0, MODIFY COLUMN `referer_name` VARCHAR(255) NULL, ADD COLUMN `config_browser_name` VARCHAR(40) NULL, ADD COLUMN `config_client_type` TINYINT( 1 ) NULL DEFAULT NULL, ADD COLUMN `config_device_brand` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, ADD COLUMN `config_device_model` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, ADD COLUMN `config_device_type` TINYINT( 100 ) NULL DEFAULT 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, MODIFY COLUMN `location_region` char(3) DEFAULT NULL, MODIFY COLUMN `revenue` float default NULL;
ALTER TABLE `log_link_visit_action` ADD COLUMN `idpageview` CHAR(6) NULL DEFAULT NULL, ADD COLUMN `search_cat` VARCHAR(200) NULL, ADD COLUMN `search_count` INTEGER(10) UNSIGNED NULL, MODIFY COLUMN `time_spent_ref_action` INTEGER(10) UNSIGNED NULL, ADD COLUMN `idaction_product_cat` INT(10) UNSIGNED NULL, ADD COLUMN `idaction_product_cat2` INT(10) UNSIGNED NULL, ADD COLUMN `idaction_product_cat3` INT(10) UNSIGNED NULL, ADD COLUMN `idaction_product_cat4` INT(10) UNSIGNED NULL, ADD COLUMN `idaction_product_cat5` INT(10) UNSIGNED NULL, ADD COLUMN `idaction_product_name` INT(10) UNSIGNED NULL, ADD COLUMN `product_price` DOUBLE NULL, ADD COLUMN `idaction_product_sku` INT(10) UNSIGNED NULL, ADD COLUMN `idaction_content_interaction` INTEGER(10) UNSIGNED DEFAULT NULL, ADD COLUMN `idaction_content_name` INTEGER(10) UNSIGNED DEFAULT NULL, ADD COLUMN `idaction_content_piece` INTEGER(10) UNSIGNED DEFAULT NULL, ADD COLUMN `idaction_content_target` INTEGER(10) UNSIGNED DEFAULT NULL;
Need help upgrading Matomo?
If you need support to upgrade your Matomo, the creators of Matomo are here to help you make the Matomo upgrade a success and provide all instructions, best practises and ongoing support. Contact the Matomo experts to get started upgrading your Matomo safely.
Ready to go?
The database upgrade process may take a while, so please be patient.
| File integrity check failed and reported some errors. You should fix this issue and then refresh this page until it shows no error. |
| Directories were found in your Matomo, but we didn't expect them. --> Please delete these directories to prevent errors. <-- Directory to delete: core/ArchiveProcessing Directory to delete: core/Translate Directory to delete: libs/PiwikTracker/java Directory to delete: libs/Zend/Auth Directory to delete: libs/Zend/Cache Directory to delete: libs/Zend/Config Directory to delete: libs/Zend/Feed Directory to delete: libs/Zend/Http Directory to delete: libs/Zend/Loader Directory to delete: libs/Zend/Log Directory to delete: libs/Zend/Mail Directory to delete: libs/Zend/OpenId Directory to delete: libs/Zend/Validate Directory to delete: libs/jquery Directory to delete: libs/open-flash-chart Directory to delete: libs/pChart2.1.3 Directory to delete: libs/sparkline Directory to delete: libs/tcpdf Directory to delete: misc/deploy Directory to delete: plugins/DevicesDetection/UserAgentParserEnhanced Directory to delete: plugins/DevicesDetection/images Directory to delete: plugins/Referrers/images Directory to delete: plugins/UserCountry/images Directory to delete: plugins/UserCountryMap/js Directory to delete: themes Directory to delete: vendor/leafo Directory to delete: vendor/twig/twig/ext Directory to delete: vendor/twig/twig/lib To delete all these directories at once, you can run this command: rm -Rf /var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ArchiveProcessing /var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Translate /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/PiwikTracker/java /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Auth /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Cache /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Config /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Feed /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Http /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Loader /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Log /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Mail /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/OpenId /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Validate /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/jquery /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/open-flash-chart /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/pChart2.1.3 /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/sparkline /var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/tcpdf /var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/deploy /var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/DevicesDetection/UserAgentParserEnhanced /var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/DevicesDetection/images /var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Referrers/images /var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/images /var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/js /var/www/vhosts/soyubey.de/statistik.soyubey.de/themes /var/www/vhosts/soyubey.de/statistik.soyubey.de/vendor/leafo /var/www/vhosts/soyubey.de/statistik.soyubey.de/vendor/twig/twig/ext /var/www/vhosts/soyubey.de/statistik.soyubey.de/vendor/twig/twig/lib |
| Files were found in your Matomo, but we didn't expect them. --> Please delete these files to prevent errors. <-- File to delete: README File to delete: composer.json File to delete: composer.lock File to delete: config/config.ini.sample.php File to delete: config/global.ini.auto-backup-before-update.php File to delete: core/Archive/Array.php File to delete: core/Archive/Array/IndexedByDate.php File to delete: core/Archive/Array/IndexedBySite.php File to delete: core/Archive/Single.php File to delete: core/CacheFile.php File to delete: core/Config/Compat.php File to delete: core/Controller.php File to delete: core/Controller/Admin.php File to delete: core/DataFiles/Countries.php File to delete: core/DataFiles/Currencies.php File to delete: core/DataFiles/LanguageToCountry.php File to delete: core/DataFiles/Languages.php File to delete: core/DataFiles/SearchEngines.php File to delete: core/DataFiles/Socials.php File to delete: core/DataTable/Array.php File to delete: core/DataTable/Filter.php File to delete: core/DataTable/Filter/AddConstantMetadata.php File to delete: core/DataTable/Filter/Null.php File to delete: core/DataTable/Renderer/Php.php File to delete: core/DataTable/Row/DataTableSummary.php File to delete: core/Db/Adapter/Interface.php File to delete: core/Db/Schema/Interface.php File to delete: core/Db/Schema/Myisam.php File to delete: core/Error.php File to delete: core/HTMLPurifier.php File to delete: core/Loader.php File to delete: core/Log/APICall.php File to delete: core/Log/Error.php File to delete: core/Log/Exception.php File to delete: core/Log/Message.php File to delete: core/Menu/Abstract.php File to delete: core/Menu/Admin.php File to delete: core/Menu/Main.php File to delete: core/Menu/MenuMain.php File to delete: core/Menu/Top.php File to delete: core/MetricsFormatter.php File to delete: core/Plugin/Config.php File to delete: core/Plugin/Settings.php File to delete: core/PluginsFunctions/Sql.php File to delete: core/PluginsFunctions/WidgetsList.php File to delete: core/PluginsManager.php File to delete: core/Registry.php File to delete: core/ScheduledTask.php File to delete: core/ScheduledTaskTimetable.php File to delete: core/ScheduledTime.php File to delete: core/ScheduledTime/Daily.php File to delete: core/ScheduledTime/Hourly.php File to delete: core/ScheduledTime/Monthly.php File to delete: core/ScheduledTime/Weekly.php File to delete: core/SegmentExpression.php File to delete: core/Session/Namespace.php File to delete: core/Settings/Manager.php File to delete: core/Settings/StorageInterface.php File to delete: core/Settings/SystemSetting.php File to delete: core/Settings/UserSetting.php File to delete: core/Smarty.php File to delete: core/SmartyPlugins/block.purify.php File to delete: core/SmartyPlugins/function.ajaxErrorDiv.php File to delete: core/SmartyPlugins/function.ajaxLoadingDiv.php File to delete: core/SmartyPlugins/function.ajaxRequestErrorDiv.php File to delete: core/SmartyPlugins/function.hiddenurl.php File to delete: core/SmartyPlugins/function.includeAssets.php File to delete: core/SmartyPlugins/function.loadJavascriptTranslations.php File to delete: core/SmartyPlugins/function.logoHtml.php File to delete: core/SmartyPlugins/function.postEvent.php File to delete: core/SmartyPlugins/function.sparkline.php File to delete: core/SmartyPlugins/function.url.php File to delete: core/SmartyPlugins/modifier.escape.php File to delete: core/SmartyPlugins/modifier.inlineHelp.php File to delete: core/SmartyPlugins/modifier.money.php File to delete: core/SmartyPlugins/modifier.stripeol.php File to delete: core/SmartyPlugins/modifier.sumtime.php File to delete: core/SmartyPlugins/modifier.translate.php File to delete: core/SmartyPlugins/modifier.unescape.php File to delete: core/SmartyPlugins/modifier.urlRewriteBasicView.php File to delete: core/SmartyPlugins/modifier.urlRewriteWithParameters.php File to delete: core/SmartyPlugins/outputfilter.ajaxcdn.php File to delete: core/SmartyPlugins/outputfilter.cachebuster.php File to delete: core/TablePartitioning.php File to delete: core/TaskScheduler.php File to delete: core/Tracker/ActionClickUrl.php File to delete: core/Tracker/ActionEvent.php File to delete: core/Tracker/ActionSiteSearch.php File to delete: core/Tracker/Config.php File to delete: core/Tracker/Db/Exception.php File to delete: core/Tracker/Referrer.php File to delete: core/Tracker/javascriptCode.tpl File to delete: core/Tracker/javascriptTag.tpl File to delete: core/TranslationWriter.php File to delete: core/Unzip/Gzip.php File to delete: core/Unzip/Interface.php File to delete: core/Unzip/PclZip.php File to delete: core/Unzip/Tar.php File to delete: core/Unzip/UncompressInterface.php File to delete: core/Unzip/ZipArchive.php File to delete: core/Updates/0.2.34.php File to delete: core/Updates/0.6.2.php File to delete: core/View/Interface.php File to delete: core/View/ReportsByDimension.php File to delete: core/ViewDataTable.php File to delete: core/ViewDataTable/Cloud.php File to delete: core/ViewDataTable/GenerateGraphData.php File to delete: core/ViewDataTable/GenerateGraphData/ChartEvolution.php File to delete: core/ViewDataTable/GenerateGraphData/ChartPie.php File to delete: core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php File to delete: core/ViewDataTable/GenerateGraphHTML.php File to delete: core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php File to delete: core/ViewDataTable/GenerateGraphHTML/ChartPie.php File to delete: core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php File to delete: core/ViewDataTable/HtmlTable.php File to delete: core/ViewDataTable/HtmlTable/AllColumns.php File to delete: core/ViewDataTable/HtmlTable/Goals.php File to delete: core/ViewDataTable/Sparkline.php File to delete: core/Visualization/Chart.php File to delete: core/Visualization/Chart/Evolution.php File to delete: core/Visualization/Chart/Pie.php File to delete: core/Visualization/Chart/VerticalBar.php File to delete: core/Visualization/Cloud.php File to delete: core/WidgetsList.php File to delete: core/iView.php File to delete: js/README File to delete: lang/am.php File to delete: lang/ar.php File to delete: lang/be.php File to delete: lang/bg.php File to delete: lang/ca.php File to delete: lang/cs.php File to delete: lang/cy.php File to delete: lang/da.php File to delete: lang/de.php File to delete: lang/el.php File to delete: lang/en.php File to delete: lang/es.php File to delete: lang/et.php File to delete: lang/eu.php File to delete: lang/fa.php File to delete: lang/fi.php File to delete: lang/fr.php File to delete: lang/gl.php File to delete: lang/he.php File to delete: lang/hr.php File to delete: lang/hu.php File to delete: lang/id.php File to delete: lang/is.php File to delete: lang/it.php File to delete: lang/ja.php File to delete: lang/ka.php File to delete: lang/ko.php File to delete: lang/lt.php File to delete: lang/lv.php File to delete: lang/nb.php File to delete: lang/nl.php File to delete: lang/nn.php File to delete: lang/pl.php File to delete: lang/pt-br.php File to delete: lang/pt.php File to delete: lang/ro.php File to delete: lang/ru.php File to delete: lang/sk.php File to delete: lang/sl.php File to delete: lang/sq.php File to delete: lang/sr.php File to delete: lang/sv.php File to delete: lang/te.php File to delete: lang/th.php File to delete: lang/tr.php File to delete: lang/uk.php File to delete: lang/zh-cn.php File to delete: lang/zh-tw.php File to delete: libs/Archive_Tar/Tar.php File to delete: libs/MaxMindGeoIP/geoip.inc File to delete: libs/MaxMindGeoIP/geoipcity.inc File to delete: libs/PEAR.php File to delete: libs/PEAR/Exception.php File to delete: libs/PEAR/FixPHP5PEARWarnings.php File to delete: libs/PEAR/LICENSE File to delete: libs/PEAR5.php File to delete: libs/PclZip/lgpl-2.1.txt File to delete: libs/PclZip/pclzip.lib.php File to delete: libs/PiwikTracker/LICENSE.txt File to delete: libs/README_LIBS File to delete: libs/UserAgentParser/README File to delete: libs/UserAgentParser/README.md File to delete: libs/UserAgentParser/UserAgentParser.php File to delete: libs/UserAgentParser/UserAgentParser.test.php File to delete: libs/Zend/Mime.php File to delete: libs/Zend/Mime/Decode.php File to delete: libs/Zend/Mime/Exception.php File to delete: libs/Zend/Mime/Message.php File to delete: libs/Zend/Mime/Part.php File to delete: libs/Zend/Uri.php File to delete: libs/Zend/Uri/Exception.php File to delete: libs/Zend/Uri/Http.php File to delete: libs/cssmin/MIT-LICENSE.txt File to delete: libs/cssmin/cssmin.php File to delete: libs/html5shiv/html5shiv.js File to delete: libs/javascript/json2.js File to delete: libs/javascript/sprintf.js File to delete: libs/jqplot/jqplot.core.js File to delete: libs/jqplot/jqplot.lineRenderer.js File to delete: libs/jqplot/jqplot.linearAxisRenderer.js File to delete: libs/jqplot/jqplot.themeEngine.js File to delete: libs/jqplot/plugins/jqplot.barRenderer.js File to delete: libs/jqplot/plugins/jqplot.pieRenderer.js File to delete: libs/jsmin/jsmin.php File to delete: libs/spyc.php File to delete: libs/swfobject/MIT-LICENSE.txt File to delete: libs/swfobject/expressInstall.swf File to delete: libs/swfobject/swfobject.js File to delete: misc/ExamplePiwikTracker.php File to delete: misc/How to install Piwik.html File to delete: misc/WebAppGallery/Manifest.xml File to delete: misc/WebAppGallery/parameters.xml File to delete: misc/api_community_sticker.php File to delete: misc/api_example_marketing.php File to delete: misc/api_internal_call.php File to delete: misc/api_rest_call.php File to delete: misc/cron/archive.windows.ps1 File to delete: misc/crossdomain.xml File to delete: misc/download-count.txt File to delete: misc/generateDoc.bat File to delete: misc/generateDoc.sh File to delete: misc/gpl-3.0.txt File to delete: misc/iframeWidget.htm File to delete: misc/iframeWidget_localhost.php File to delete: misc/log-analytics/README File to delete: misc/others/ExamplePiwikTracker.php File to delete: misc/others/api_internal_call.php File to delete: misc/others/api_rest_call.php File to delete: misc/others/crossdomain.xml File to delete: misc/others/download-count.txt File to delete: misc/others/generateDoc.bat File to delete: misc/others/generateDoc.sh File to delete: misc/others/iframeWidget.htm File to delete: misc/others/iframeWidget_localhost.php File to delete: misc/others/phpdoc-config.ini File to delete: misc/others/phpstorm-codestyles/Piwik_codestyle.xml File to delete: misc/others/phpstorm-codestyles/README.md File to delete: misc/others/stress.sh File to delete: misc/others/test_cookies_GenerateHundredsWebsitesAndVisits.php File to delete: misc/others/test_generateLotsVisitsWebsites.php File to delete: misc/others/uninstall-delete-piwik-directory.php File to delete: misc/others/widget_example_lastvisits.html File to delete: misc/phpdoc-config.ini File to delete: misc/proxy-hide-piwik-url/piwik.php File to delete: misc/redirectToUrl.php File to delete: misc/stress.sh File to delete: misc/svn-props-to-set-new-files.svnprops File to delete: misc/test_cookies_GenerateHundredsWebsitesAndVisits.php File to delete: misc/test_generateLotsVisitsWebsites.php File to delete: misc/tracker_simpleImageTracker.php File to delete: misc/uninstall-delete-piwik-directory.php File to delete: misc/widget_example_lastvisits.html File to delete: plugins/API/templates/listAllAPI.tpl File to delete: plugins/API/templates/styles.css File to delete: plugins/Actions/Archiving.php File to delete: plugins/Actions/Controller.php File to delete: plugins/Actions/stylesheets/dataTableActions.less File to delete: plugins/Actions/templates/indexSiteSearch.tpl File to delete: plugins/Actions/templates/indexSiteSearch.twig File to delete: plugins/Annotations/templates/annotation.tpl File to delete: plugins/Annotations/templates/annotationManager.tpl File to delete: plugins/Annotations/templates/annotations.js File to delete: plugins/Annotations/templates/annotations.tpl File to delete: plugins/Annotations/templates/evolutionAnnotations.tpl File to delete: plugins/Annotations/templates/styles.css File to delete: plugins/CoreAdminHome/javascripts/generalSettings.js File to delete: plugins/CoreAdminHome/javascripts/jsTrackingGenerator.js File to delete: plugins/CoreAdminHome/javascripts/pluginSettings.js File to delete: plugins/CoreAdminHome/stylesheets/menu.less File to delete: plugins/CoreAdminHome/stylesheets/pluginSettings.less File to delete: plugins/CoreAdminHome/templates/_menu.twig File to delete: plugins/CoreAdminHome/templates/footer.tpl File to delete: plugins/CoreAdminHome/templates/generalSettings.js File to delete: plugins/CoreAdminHome/templates/generalSettings.tpl File to delete: plugins/CoreAdminHome/templates/header.tpl File to delete: plugins/CoreAdminHome/templates/jsTrackingGenerator.css File to delete: plugins/CoreAdminHome/templates/jsTrackingGenerator.js File to delete: plugins/CoreAdminHome/templates/jsTrackingGenerator.tpl File to delete: plugins/CoreAdminHome/templates/menu.css File to delete: plugins/CoreAdminHome/templates/menu.tpl File to delete: plugins/CoreAdminHome/templates/optOut.tpl File to delete: plugins/CoreAdminHome/templates/pluginSettings.twig File to delete: plugins/CoreAdminHome/templates/styles.css File to delete: plugins/CoreConsole/Commands/CodeCoverage.php File to delete: plugins/CoreConsole/Commands/RunTests.php File to delete: plugins/CoreConsole/Commands/SyncUITestScreenshots.php File to delete: plugins/CoreHome/images/bg_header.jpg File to delete: plugins/CoreHome/images/bullet1.gif File to delete: plugins/CoreHome/images/bullet2.gif File to delete: plugins/CoreHome/images/googleplay.png File to delete: plugins/CoreHome/images/more_date.gif File to delete: plugins/CoreHome/images/more_period.gif File to delete: plugins/CoreHome/images/promo_splash.png File to delete: plugins/CoreHome/javascripts/autocomplete.js File to delete: plugins/CoreHome/javascripts/donate.js File to delete: plugins/CoreHome/javascripts/menu.js File to delete: plugins/CoreHome/javascripts/menu_init.js File to delete: plugins/CoreHome/javascripts/notification_parser.js File to delete: plugins/CoreHome/javascripts/promo.js File to delete: plugins/CoreHome/stylesheets/jqplotColors.less File to delete: plugins/CoreHome/stylesheets/menu.less File to delete: plugins/CoreHome/templates/ReportsByDimension/_reportsByDimension.twig File to delete: plugins/CoreHome/templates/_siteSelect.twig File to delete: plugins/CoreHome/templates/_topBarHelloMenu.twig File to delete: plugins/CoreHome/templates/_topBarTopMenu.twig File to delete: plugins/CoreHome/templates/autocomplete.js File to delete: plugins/CoreHome/templates/broadcast.js File to delete: plugins/CoreHome/templates/calendar.js File to delete: plugins/CoreHome/templates/cloud.css File to delete: plugins/CoreHome/templates/cloud.tpl File to delete: plugins/CoreHome/templates/datatable.css File to delete: plugins/CoreHome/templates/datatable.js File to delete: plugins/CoreHome/templates/datatable.tpl File to delete: plugins/CoreHome/templates/datatable_actions.tpl File to delete: plugins/CoreHome/templates/datatable_actions_js.tpl File to delete: plugins/CoreHome/templates/datatable_actions_recursive.tpl File to delete: plugins/CoreHome/templates/datatable_actions_subdatable.tpl File to delete: plugins/CoreHome/templates/datatable_cell.tpl File to delete: plugins/CoreHome/templates/datatable_footer.tpl File to delete: plugins/CoreHome/templates/datatable_head.tpl File to delete: plugins/CoreHome/templates/datatable_js.tpl File to delete: plugins/CoreHome/templates/datatable_manager.js File to delete: plugins/CoreHome/templates/datatable_rowactions.js File to delete: plugins/CoreHome/templates/date.js File to delete: plugins/CoreHome/templates/donate.css File to delete: plugins/CoreHome/templates/donate.js File to delete: plugins/CoreHome/templates/donate.tpl File to delete: plugins/CoreHome/templates/footer.tpl File to delete: plugins/CoreHome/templates/graph.tpl File to delete: plugins/CoreHome/templates/header.tpl File to delete: plugins/CoreHome/templates/header_message.tpl File to delete: plugins/CoreHome/templates/html_report_body.tpl File to delete: plugins/CoreHome/templates/html_report_footer.tpl File to delete: plugins/CoreHome/templates/html_report_header.tpl File to delete: plugins/CoreHome/templates/iframe_buster_body.tpl File to delete: plugins/CoreHome/templates/iframe_buster_header.tpl File to delete: plugins/CoreHome/templates/images/bg_header.jpg File to delete: plugins/CoreHome/templates/images/bullet1.gif File to delete: plugins/CoreHome/templates/images/bullet2.gif File to delete: plugins/CoreHome/templates/images/favicon.ico File to delete: plugins/CoreHome/templates/images/more.png File to delete: plugins/CoreHome/templates/images/more_date.gif File to delete: plugins/CoreHome/templates/images/more_period.gif File to delete: plugins/CoreHome/templates/images/promo_splash.png File to delete: plugins/CoreHome/templates/images/reset_search.png File to delete: plugins/CoreHome/templates/images/search.png File to delete: plugins/CoreHome/templates/index.tpl File to delete: plugins/CoreHome/templates/index_before_menu.tpl File to delete: plugins/CoreHome/templates/index_content.tpl File to delete: plugins/CoreHome/templates/jqplot.css File to delete: plugins/CoreHome/templates/jqplot.js File to delete: plugins/CoreHome/templates/jquery.ui.autocomplete.css File to delete: plugins/CoreHome/templates/js_css_includes.tpl File to delete: plugins/CoreHome/templates/js_disabled_notice.tpl File to delete: plugins/CoreHome/templates/js_global_variables.tpl File to delete: plugins/CoreHome/templates/logo.tpl File to delete: plugins/CoreHome/templates/menu.css File to delete: plugins/CoreHome/templates/menu.js File to delete: plugins/CoreHome/templates/menu.tpl File to delete: plugins/CoreHome/templates/menu_init.js File to delete: plugins/CoreHome/templates/misc.js File to delete: plugins/CoreHome/templates/period_select.tpl File to delete: plugins/CoreHome/templates/piwik_tag.tpl File to delete: plugins/CoreHome/templates/popover.js File to delete: plugins/CoreHome/templates/popover_multirowevolution.tpl File to delete: plugins/CoreHome/templates/popover_rowevolution.tpl File to delete: plugins/CoreHome/templates/promo_video.tpl File to delete: plugins/CoreHome/templates/reports_by_dimension.tpl File to delete: plugins/CoreHome/templates/single_report.tpl File to delete: plugins/CoreHome/templates/sites_selection.tpl File to delete: plugins/CoreHome/templates/sparkline.js File to delete: plugins/CoreHome/templates/sparkline_footer.tpl File to delete: plugins/CoreHome/templates/styles.css File to delete: plugins/CoreHome/templates/top_bar.tpl File to delete: plugins/CoreHome/templates/top_bar_hello_menu.tpl File to delete: plugins/CoreHome/templates/top_bar_top_menu.tpl File to delete: plugins/CoreHome/templates/top_screen.tpl File to delete: plugins/CoreHome/templates/warning_invalid_host.tpl File to delete: plugins/CorePluginsAdmin/Marketplace.php File to delete: plugins/CorePluginsAdmin/MarketplaceApiClient.php File to delete: plugins/CorePluginsAdmin/MarketplaceApiException.php File to delete: plugins/CorePluginsAdmin/PluginDependency.php File to delete: plugins/CorePluginsAdmin/images/rating_important.png File to delete: plugins/CorePluginsAdmin/javascripts/pluginDetail.js File to delete: plugins/CorePluginsAdmin/javascripts/pluginExtend.js File to delete: plugins/CorePluginsAdmin/javascripts/pluginOverview.js File to delete: plugins/CorePluginsAdmin/javascripts/plugins.js File to delete: plugins/CorePluginsAdmin/stylesheets/marketplace.less File to delete: plugins/CorePluginsAdmin/templates/browsePlugins.twig File to delete: plugins/CorePluginsAdmin/templates/browsePluginsActions.twig File to delete: plugins/CorePluginsAdmin/templates/browseThemes.twig File to delete: plugins/CorePluginsAdmin/templates/extend.twig File to delete: plugins/CorePluginsAdmin/templates/installPlugin.twig File to delete: plugins/CorePluginsAdmin/templates/manage.tpl File to delete: plugins/CorePluginsAdmin/templates/pluginDetails.twig File to delete: plugins/CorePluginsAdmin/templates/pluginMetadata.twig File to delete: plugins/CorePluginsAdmin/templates/pluginOverview.twig File to delete: plugins/CorePluginsAdmin/templates/themeOverview.twig File to delete: plugins/CorePluginsAdmin/templates/updatePlugin.twig File to delete: plugins/CoreUpdater/templates/cli_update_database_done.tpl File to delete: plugins/CoreUpdater/templates/cli_update_welcome.tpl File to delete: plugins/CoreUpdater/templates/footer.tpl File to delete: plugins/CoreUpdater/templates/header.tpl File to delete: plugins/CoreUpdater/templates/oneClickResults.twig File to delete: plugins/CoreUpdater/templates/runUpdaterAndExit_done_cli.twig File to delete: plugins/CoreUpdater/templates/runUpdaterAndExit_welcome_cli.twig File to delete: plugins/CoreUpdater/templates/update_database_done.tpl File to delete: plugins/CoreUpdater/templates/update_new_version_available.tpl File to delete: plugins/CoreUpdater/templates/update_one_click_done.tpl File to delete: plugins/CoreUpdater/templates/update_one_click_results.tpl File to delete: plugins/CoreUpdater/templates/update_welcome.tpl File to delete: plugins/DBStats/stylesheets/dbStatsTable.less File to delete: plugins/DBStats/templates/DBStats.tpl File to delete: plugins/DBStats/templates/index.tpl File to delete: plugins/Dashboard/templates/Dashboard.js File to delete: plugins/Dashboard/templates/dashboard.css File to delete: plugins/Dashboard/templates/dashboardObject.js File to delete: plugins/Dashboard/templates/dashboardWidget.js File to delete: plugins/Dashboard/templates/header.tpl File to delete: plugins/Dashboard/templates/index.tpl File to delete: plugins/Dashboard/templates/standalone.tpl File to delete: plugins/Dashboard/templates/widgetMenu.js File to delete: plugins/DevicesDetection/lang/en.php File to delete: plugins/DevicesDetection/templates/index.tpl File to delete: plugins/DevicesDetection/templates/index.twig File to delete: plugins/Events/plugin.json File to delete: plugins/Feedback/images/go-previous.png File to delete: plugins/Feedback/javascripts/feedback.js File to delete: plugins/Feedback/templates/feedback.js File to delete: plugins/Feedback/templates/index.tpl File to delete: plugins/Feedback/templates/sendFeedback.twig File to delete: plugins/Feedback/templates/sent.tpl File to delete: plugins/Feedback/templates/styles.css File to delete: plugins/Goals/javascripts/goalsForm.js File to delete: plugins/Goals/templates/GoalForm.js File to delete: plugins/Goals/templates/_titleAndEvolutionGraph.twig File to delete: plugins/Goals/templates/add_edit_goal.tpl File to delete: plugins/Goals/templates/add_new_goal.tpl File to delete: plugins/Goals/templates/form_add_goal.tpl File to delete: plugins/Goals/templates/getGoalReportView.twig File to delete: plugins/Goals/templates/getOverviewView.twig File to delete: plugins/Goals/templates/goals.css File to delete: plugins/Goals/templates/list_goal_edit.tpl File to delete: plugins/Goals/templates/list_top_dimension.tpl File to delete: plugins/Goals/templates/list_top_segment.tpl File to delete: plugins/Goals/templates/overview.tpl File to delete: plugins/Goals/templates/single_goal.tpl File to delete: plugins/Goals/templates/table_by_dimension.tpl File to delete: plugins/Goals/templates/table_by_segment.tpl File to delete: plugins/Goals/templates/title_and_evolution_graph.tpl File to delete: plugins/ImageGraph/StaticGraph/3DPie.php File to delete: plugins/ImageGraph/templates/debug_graphs_all_sizes.tpl File to delete: plugins/ImageGraph/templates/index.tpl File to delete: plugins/Installation/FormGeneralSetup.php File to delete: plugins/Installation/templates/_allSteps.twig File to delete: plugins/Installation/templates/allSteps.tpl File to delete: plugins/Installation/templates/databaseCheck.tpl File to delete: plugins/Installation/templates/databaseCheck.twig File to delete: plugins/Installation/templates/databaseSetup.tpl File to delete: plugins/Installation/templates/displayJavascriptCode.tpl File to delete: plugins/Installation/templates/finished.tpl File to delete: plugins/Installation/templates/firstWebsiteSetup.tpl File to delete: plugins/Installation/templates/generalSetup.tpl File to delete: plugins/Installation/templates/generalSetup.twig File to delete: plugins/Installation/templates/install.css File to delete: plugins/Installation/templates/integrityDetails.tpl File to delete: plugins/Installation/templates/structure.tpl File to delete: plugins/Installation/templates/systemCheck.tpl File to delete: plugins/Installation/templates/systemCheckPage.css File to delete: plugins/Installation/templates/systemCheckPage.tpl File to delete: plugins/Installation/templates/systemCheckSection.tpl File to delete: plugins/Installation/templates/systemCheck_legend.tpl File to delete: plugins/Installation/templates/tablesCreation.tpl File to delete: plugins/Installation/templates/welcome.tpl File to delete: plugins/LanguagesManager/Commands/FetchFromOTrance.php File to delete: plugins/LanguagesManager/javascripts/languageSelector.js File to delete: plugins/LanguagesManager/templates/languageSelector.js File to delete: plugins/LanguagesManager/templates/languages.tpl File to delete: plugins/Live/VisitorLog.php File to delete: plugins/Live/images/avatar_frame.png File to delete: plugins/Live/images/paperclip.png File to delete: plugins/Live/images/pause.gif File to delete: plugins/Live/images/pause_disabled.gif File to delete: plugins/Live/images/play.gif File to delete: plugins/Live/images/play_disabled.gif File to delete: plugins/Live/images/returningVisitor.gif File to delete: plugins/Live/images/unknown_avatar.jpg File to delete: plugins/Live/images/visitor_profile_background.jpg File to delete: plugins/Live/images/visitor_profile_close.png File to delete: plugins/Live/images/visitor_profile_gradient.png File to delete: plugins/Live/templates/getSingleVisitSummary.twig File to delete: plugins/Live/templates/images/download.png File to delete: plugins/Live/templates/images/file0.png File to delete: plugins/Live/templates/images/file1.png File to delete: plugins/Live/templates/images/file2.png File to delete: plugins/Live/templates/images/file3.png File to delete: plugins/Live/templates/images/file4.png File to delete: plugins/Live/templates/images/file5.png File to delete: plugins/Live/templates/images/file6.png File to delete: plugins/Live/templates/images/file7.png File to delete: plugins/Live/templates/images/file8.png File to delete: plugins/Live/templates/images/file9.png File to delete: plugins/Live/templates/images/goal.png File to delete: plugins/Live/templates/images/outboundlink.png File to delete: plugins/Live/templates/images/pause.gif File to delete: plugins/Live/templates/images/pause_disabled.gif File to delete: plugins/Live/templates/images/play.gif File to delete: plugins/Live/templates/images/play_disabled.gif File to delete: plugins/Live/templates/images/returningVisitor.gif File to delete: plugins/Live/templates/index.tpl File to delete: plugins/Live/templates/lastVisits.tpl File to delete: plugins/Live/templates/live.css File to delete: plugins/Live/templates/scripts/MIT-LICENSE.txt File to delete: plugins/Live/templates/scripts/live.js File to delete: plugins/Live/templates/scripts/spy.js File to delete: plugins/Live/templates/simpleLastVisitCount.tpl File to delete: plugins/Live/templates/totalVisits.tpl File to delete: plugins/Live/templates/visitorLog.tpl File to delete: plugins/Login/FormPassword.php File to delete: plugins/Login/stylesheets/login.css File to delete: plugins/Login/templates/header.tpl File to delete: plugins/Login/templates/login.css File to delete: plugins/Login/templates/login.js File to delete: plugins/Login/templates/login.tpl File to delete: plugins/Login/templates/lostPassword.tpl File to delete: plugins/Login/templates/message.tpl File to delete: plugins/Login/templates/passwordchanged.tpl File to delete: plugins/Login/templates/passwordsent.tpl File to delete: plugins/Login/templates/resetPassword.tpl File to delete: plugins/MobileMessaging/ReportRenderer/Exception.php File to delete: plugins/MobileMessaging/javascripts/MobileMessagingSettings.js File to delete: plugins/MobileMessaging/lang/en.php File to delete: plugins/MobileMessaging/scripts/MobileMessagingSettings.js File to delete: plugins/MobileMessaging/templates/ReportParameters.tpl File to delete: plugins/MobileMessaging/templates/SMSReport.tpl File to delete: plugins/MobileMessaging/templates/Settings.tpl File to delete: plugins/Morpheus/images/calendar.gif File to delete: plugins/Morpheus/images/cities.png File to delete: plugins/Morpheus/images/icon-calendar.gif File to delete: plugins/Morpheus/images/link.gif File to delete: plugins/Morpheus/images/pause.gif File to delete: plugins/Morpheus/images/pause_disabled.gif File to delete: plugins/Morpheus/images/play.gif File to delete: plugins/Morpheus/images/play_disabled.gif File to delete: plugins/Morpheus/images/regions.png File to delete: plugins/Morpheus/javascripts/jquery.icheck.min.js File to delete: plugins/Morpheus/javascripts/morpheus.js File to delete: plugins/Morpheus/stylesheets/admin.less File to delete: plugins/Morpheus/stylesheets/charts.less File to delete: plugins/Morpheus/stylesheets/colors.less File to delete: plugins/Morpheus/stylesheets/components.less File to delete: plugins/Morpheus/stylesheets/forms.less File to delete: plugins/Morpheus/stylesheets/map.less File to delete: plugins/Morpheus/stylesheets/mixins.less File to delete: plugins/Morpheus/stylesheets/popups.less File to delete: plugins/Morpheus/stylesheets/theme.less File to delete: plugins/Morpheus/stylesheets/tooltip.less File to delete: plugins/Morpheus/stylesheets/typography.less File to delete: plugins/MultiSites/CalculateEvolutionFilter.php File to delete: plugins/MultiSites/images/arrow_asc.gif File to delete: plugins/MultiSites/images/arrow_desc.gif File to delete: plugins/MultiSites/images/link.gif File to delete: plugins/MultiSites/images/loading-blue.gif File to delete: plugins/MultiSites/javascripts/multiSites.js File to delete: plugins/MultiSites/stylesheets/multiSites.less File to delete: plugins/MultiSites/templates/_siteRow.twig File to delete: plugins/MultiSites/templates/common.js File to delete: plugins/MultiSites/templates/index.tpl File to delete: plugins/MultiSites/templates/row.tpl File to delete: plugins/MultiSites/templates/standalone.tpl File to delete: plugins/MultiSites/templates/styles.css File to delete: plugins/Overlay/client/linktags.eps File to delete: plugins/Overlay/client/linktags.psd File to delete: plugins/Overlay/images/info.png File to delete: plugins/Overlay/templates/error_wrong_domain.tpl File to delete: plugins/Overlay/templates/helper.js File to delete: plugins/Overlay/templates/index.css File to delete: plugins/Overlay/templates/index.js File to delete: plugins/Overlay/templates/index.tpl File to delete: plugins/Overlay/templates/index_noframe.tpl File to delete: plugins/Overlay/templates/info.png File to delete: plugins/Overlay/templates/notify_parent_iframe.tpl File to delete: plugins/Overlay/templates/overlay_icon.png File to delete: plugins/Overlay/templates/overlay_icon_hover.png File to delete: plugins/Overlay/templates/rowaction.js File to delete: plugins/Overlay/templates/sidebar.tpl File to delete: plugins/PrivacyManager/javascripts/privacySettings.js File to delete: plugins/PrivacyManager/templates/databaseSize.tpl File to delete: plugins/PrivacyManager/templates/privacySettings.js File to delete: plugins/PrivacyManager/templates/privacySettings.tpl File to delete: plugins/Proxy/templates/exportImage.tpl File to delete: plugins/Referrers/templates/getSearchEnginesAndKeywords.twig File to delete: plugins/Referrers/templates/index.twig File to delete: plugins/Referrers/templates/indexWebsites.twig File to delete: plugins/SEO/Controller.php File to delete: plugins/SEO/MajesticClient.php File to delete: plugins/SEO/RankChecker.php File to delete: plugins/SEO/images/majesticseo.png File to delete: plugins/SEO/images/whois.png File to delete: plugins/SEO/templates/index.tpl File to delete: plugins/SEO/templates/rank.js File to delete: plugins/ScheduledReports/javascripts/pdf.js File to delete: plugins/SegmentEditor/Controller.php File to delete: plugins/SegmentEditor/images/down_arrow.png File to delete: plugins/SegmentEditor/images/scroller.png File to delete: plugins/SegmentEditor/images/slide.png File to delete: plugins/SegmentEditor/images/up_arrow.png File to delete: plugins/SegmentEditor/templates/Segmentation.css File to delete: plugins/SegmentEditor/templates/Segmentation.js File to delete: plugins/SegmentEditor/templates/jquery.jscrollpane.css File to delete: plugins/SegmentEditor/templates/jquery.jscrollpane.js File to delete: plugins/SegmentEditor/templates/jquery.mousewheel.js File to delete: plugins/SegmentEditor/templates/mwheelIntent.js File to delete: plugins/SegmentEditor/templates/scroll.css File to delete: plugins/SegmentEditor/templates/selector.tpl File to delete: plugins/SitesManager/javascripts/SitesManager.js File to delete: plugins/SitesManager/templates/DisplayAlternativeTags.tpl File to delete: plugins/SitesManager/templates/DisplayJavascriptCode.tpl File to delete: plugins/SitesManager/templates/SitesManager.js File to delete: plugins/SitesManager/templates/SitesManager.tpl File to delete: plugins/SitesManager/templates/Tracking.tpl File to delete: plugins/SitesManager/templates/displayJavascriptCode.twig File to delete: plugins/Transitions/templates/transitions.css File to delete: plugins/Transitions/templates/transitions.js File to delete: plugins/Transitions/templates/transitions.tpl File to delete: plugins/Transitions/templates/transitions_icon.png File to delete: plugins/Transitions/templates/transitions_icon_hover.png File to delete: plugins/UserCountry/GeoIPAutoUpdater.php File to delete: plugins/UserCountry/LocationProvider/Default.php File to delete: plugins/UserCountry/LocationProvider/GeoIp.php File to delete: plugins/UserCountry/LocationProvider/GeoIp/Pecl.php File to delete: plugins/UserCountry/LocationProvider/GeoIp/Php.php File to delete: plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php File to delete: plugins/UserCountry/flags/a1.png File to delete: plugins/UserCountry/flags/a2.png File to delete: plugins/UserCountry/flags/ac.png File to delete: plugins/UserCountry/flags/ad.png File to delete: plugins/UserCountry/flags/ae.png File to delete: plugins/UserCountry/flags/af.png File to delete: plugins/UserCountry/flags/ag.png File to delete: plugins/UserCountry/flags/ai.png File to delete: plugins/UserCountry/flags/al.png File to delete: plugins/UserCountry/flags/am.png File to delete: plugins/UserCountry/flags/an.png File to delete: plugins/UserCountry/flags/ao.png File to delete: plugins/UserCountry/flags/ap.png File to delete: plugins/UserCountry/flags/aq.png File to delete: plugins/UserCountry/flags/ar.png File to delete: plugins/UserCountry/flags/as.png File to delete: plugins/UserCountry/flags/at.png File to delete: plugins/UserCountry/flags/au.png File to delete: plugins/UserCountry/flags/aw.png File to delete: plugins/UserCountry/flags/ax.png File to delete: plugins/UserCountry/flags/az.png File to delete: plugins/UserCountry/flags/ba.png File to delete: plugins/UserCountry/flags/bb.png File to delete: plugins/UserCountry/flags/bd.png File to delete: plugins/UserCountry/flags/be.png File to delete: plugins/UserCountry/flags/bf.png File to delete: plugins/UserCountry/flags/bg.png File to delete: plugins/UserCountry/flags/bh.png File to delete: plugins/UserCountry/flags/bi.png File to delete: plugins/UserCountry/flags/bj.png File to delete: plugins/UserCountry/flags/bl.png File to delete: plugins/UserCountry/flags/bm.png File to delete: plugins/UserCountry/flags/bn.png File to delete: plugins/UserCountry/flags/bo.png File to delete: plugins/UserCountry/flags/bq.png File to delete: plugins/UserCountry/flags/br.png File to delete: plugins/UserCountry/flags/bs.png File to delete: plugins/UserCountry/flags/bt.png File to delete: plugins/UserCountry/flags/bu.png File to delete: plugins/UserCountry/flags/bv.png File to delete: plugins/UserCountry/flags/bw.png File to delete: plugins/UserCountry/flags/by.png File to delete: plugins/UserCountry/flags/bz.png File to delete: plugins/UserCountry/flags/ca.png File to delete: plugins/UserCountry/flags/cat.png File to delete: plugins/UserCountry/flags/cc.png File to delete: plugins/UserCountry/flags/cd.png File to delete: plugins/UserCountry/flags/cf.png File to delete: plugins/UserCountry/flags/cg.png File to delete: plugins/UserCountry/flags/ch.png File to delete: plugins/UserCountry/flags/ci.png File to delete: plugins/UserCountry/flags/ck.png File to delete: plugins/UserCountry/flags/cl.png File to delete: plugins/UserCountry/flags/cm.png File to delete: plugins/UserCountry/flags/cn.png File to delete: plugins/UserCountry/flags/co.png File to delete: plugins/UserCountry/flags/cp.png File to delete: plugins/UserCountry/flags/cr.png File to delete: plugins/UserCountry/flags/cs.png File to delete: plugins/UserCountry/flags/cu.png File to delete: plugins/UserCountry/flags/cv.png File to delete: plugins/UserCountry/flags/cw.png File to delete: plugins/UserCountry/flags/cx.png File to delete: plugins/UserCountry/flags/cy.png File to delete: plugins/UserCountry/flags/cz.png File to delete: plugins/UserCountry/flags/de.png File to delete: plugins/UserCountry/flags/dg.png File to delete: plugins/UserCountry/flags/dj.png File to delete: plugins/UserCountry/flags/dk.png File to delete: plugins/UserCountry/flags/dm.png File to delete: plugins/UserCountry/flags/do.png File to delete: plugins/UserCountry/flags/dz.png File to delete: plugins/UserCountry/flags/ea.png File to delete: plugins/UserCountry/flags/ec.png File to delete: plugins/UserCountry/flags/ee.png File to delete: plugins/UserCountry/flags/eg.png File to delete: plugins/UserCountry/flags/eh.png File to delete: plugins/UserCountry/flags/er.png File to delete: plugins/UserCountry/flags/es.png File to delete: plugins/UserCountry/flags/et.png File to delete: plugins/UserCountry/flags/eu.png File to delete: plugins/UserCountry/flags/fi.png File to delete: plugins/UserCountry/flags/fj.png File to delete: plugins/UserCountry/flags/fk.png File to delete: plugins/UserCountry/flags/fm.png File to delete: plugins/UserCountry/flags/fo.png File to delete: plugins/UserCountry/flags/fr.png File to delete: plugins/UserCountry/flags/fx.png File to delete: plugins/UserCountry/flags/ga.png File to delete: plugins/UserCountry/flags/gb.png File to delete: plugins/UserCountry/flags/gd.png File to delete: plugins/UserCountry/flags/ge.png File to delete: plugins/UserCountry/flags/gf.png File to delete: plugins/UserCountry/flags/gg.png File to delete: plugins/UserCountry/flags/gh.png File to delete: plugins/UserCountry/flags/gi.png File to delete: plugins/UserCountry/flags/gl.png File to delete: plugins/UserCountry/flags/gm.png File to delete: plugins/UserCountry/flags/gn.png File to delete: plugins/UserCountry/flags/gp.png File to delete: plugins/UserCountry/flags/gq.png File to delete: plugins/UserCountry/flags/gr.png File to delete: plugins/UserCountry/flags/gs.png File to delete: plugins/UserCountry/flags/gt.png File to delete: plugins/UserCountry/flags/gu.png File to delete: plugins/UserCountry/flags/gw.png File to delete: plugins/UserCountry/flags/gy.png File to delete: plugins/UserCountry/flags/hk.png File to delete: plugins/UserCountry/flags/hm.png File to delete: plugins/UserCountry/flags/hn.png File to delete: plugins/UserCountry/flags/hr.png File to delete: plugins/UserCountry/flags/ht.png File to delete: plugins/UserCountry/flags/hu.png File to delete: plugins/UserCountry/flags/ic.png File to delete: plugins/UserCountry/flags/id.png File to delete: plugins/UserCountry/flags/ie.png File to delete: plugins/UserCountry/flags/il.png File to delete: plugins/UserCountry/flags/im.png File to delete: plugins/UserCountry/flags/in.png File to delete: plugins/UserCountry/flags/io.png File to delete: plugins/UserCountry/flags/iq.png File to delete: plugins/UserCountry/flags/ir.png File to delete: plugins/UserCountry/flags/is.png File to delete: plugins/UserCountry/flags/it.png File to delete: plugins/UserCountry/flags/je.png File to delete: plugins/UserCountry/flags/jm.png File to delete: plugins/UserCountry/flags/jo.png File to delete: plugins/UserCountry/flags/jp.png File to delete: plugins/UserCountry/flags/ke.png File to delete: plugins/UserCountry/flags/kg.png File to delete: plugins/UserCountry/flags/kh.png File to delete: plugins/UserCountry/flags/ki.png File to delete: plugins/UserCountry/flags/km.png File to delete: plugins/UserCountry/flags/kn.png File to delete: plugins/UserCountry/flags/kp.png File to delete: plugins/UserCountry/flags/kr.png File to delete: plugins/UserCountry/flags/kw.png File to delete: plugins/UserCountry/flags/ky.png File to delete: plugins/UserCountry/flags/kz.png File to delete: plugins/UserCountry/flags/la.png File to delete: plugins/UserCountry/flags/lb.png File to delete: plugins/UserCountry/flags/lc.png File to delete: plugins/UserCountry/flags/li.png File to delete: plugins/UserCountry/flags/lk.png File to delete: plugins/UserCountry/flags/lr.png File to delete: plugins/UserCountry/flags/ls.png File to delete: plugins/UserCountry/flags/lt.png File to delete: plugins/UserCountry/flags/lu.png File to delete: plugins/UserCountry/flags/lv.png File to delete: plugins/UserCountry/flags/ly.png File to delete: plugins/UserCountry/flags/ma.png File to delete: plugins/UserCountry/flags/mc.png File to delete: plugins/UserCountry/flags/md.png File to delete: plugins/UserCountry/flags/me.png File to delete: plugins/UserCountry/flags/mf.png File to delete: plugins/UserCountry/flags/mg.png File to delete: plugins/UserCountry/flags/mh.png File to delete: plugins/UserCountry/flags/mk.png File to delete: plugins/UserCountry/flags/ml.png File to delete: plugins/UserCountry/flags/mm.png File to delete: plugins/UserCountry/flags/mn.png File to delete: plugins/UserCountry/flags/mo.png File to delete: plugins/UserCountry/flags/mp.png File to delete: plugins/UserCountry/flags/mq.png File to delete: plugins/UserCountry/flags/mr.png File to delete: plugins/UserCountry/flags/ms.png File to delete: plugins/UserCountry/flags/mt.png File to delete: plugins/UserCountry/flags/mu.png File to delete: plugins/UserCountry/flags/mv.png File to delete: plugins/UserCountry/flags/mw.png File to delete: plugins/UserCountry/flags/mx.png File to delete: plugins/UserCountry/flags/my.png File to delete: plugins/UserCountry/flags/mz.png File to delete: plugins/UserCountry/flags/na.png File to delete: plugins/UserCountry/flags/nc.png File to delete: plugins/UserCountry/flags/ne.png File to delete: plugins/UserCountry/flags/nf.png File to delete: plugins/UserCountry/flags/ng.png File to delete: plugins/UserCountry/flags/ni.png File to delete: plugins/UserCountry/flags/nl.png File to delete: plugins/UserCountry/flags/no.png File to delete: plugins/UserCountry/flags/np.png File to delete: plugins/UserCountry/flags/nr.png File to delete: plugins/UserCountry/flags/nt.png File to delete: plugins/UserCountry/flags/nu.png File to delete: plugins/UserCountry/flags/nz.png File to delete: plugins/UserCountry/flags/o1.png File to delete: plugins/UserCountry/flags/om.png File to delete: plugins/UserCountry/flags/pa.png File to delete: plugins/UserCountry/flags/pe.png File to delete: plugins/UserCountry/flags/pf.png File to delete: plugins/UserCountry/flags/pg.png File to delete: plugins/UserCountry/flags/ph.png File to delete: plugins/UserCountry/flags/pk.png File to delete: plugins/UserCountry/flags/pl.png File to delete: plugins/UserCountry/flags/pm.png File to delete: plugins/UserCountry/flags/pn.png File to delete: plugins/UserCountry/flags/pr.png File to delete: plugins/UserCountry/flags/ps.png File to delete: plugins/UserCountry/flags/pt.png File to delete: plugins/UserCountry/flags/pw.png File to delete: plugins/UserCountry/flags/py.png File to delete: plugins/UserCountry/flags/qa.png File to delete: plugins/UserCountry/flags/re.png File to delete: plugins/UserCountry/flags/ro.png File to delete: plugins/UserCountry/flags/rs.png File to delete: plugins/UserCountry/flags/ru.png File to delete: plugins/UserCountry/flags/rw.png File to delete: plugins/UserCountry/flags/sa.png File to delete: plugins/UserCountry/flags/sb.png File to delete: plugins/UserCountry/flags/sc.png File to delete: plugins/UserCountry/flags/sd.png File to delete: plugins/UserCountry/flags/se.png File to delete: plugins/UserCountry/flags/sf.png File to delete: plugins/UserCountry/flags/sg.png File to delete: plugins/UserCountry/flags/sh.png File to delete: plugins/UserCountry/flags/si.png File to delete: plugins/UserCountry/flags/sj.png File to delete: plugins/UserCountry/flags/sk.png File to delete: plugins/UserCountry/flags/sl.png File to delete: plugins/UserCountry/flags/sm.png File to delete: plugins/UserCountry/flags/sn.png File to delete: plugins/UserCountry/flags/so.png File to delete: plugins/UserCountry/flags/sr.png File to delete: plugins/UserCountry/flags/ss.png File to delete: plugins/UserCountry/flags/st.png File to delete: plugins/UserCountry/flags/su.png File to delete: plugins/UserCountry/flags/sv.png File to delete: plugins/UserCountry/flags/sx.png File to delete: plugins/UserCountry/flags/sy.png File to delete: plugins/UserCountry/flags/sz.png File to delete: plugins/UserCountry/flags/ta.png File to delete: plugins/UserCountry/flags/tc.png File to delete: plugins/UserCountry/flags/td.png File to delete: plugins/UserCountry/flags/tf.png File to delete: plugins/UserCountry/flags/tg.png File to delete: plugins/UserCountry/flags/th.png File to delete: plugins/UserCountry/flags/ti.png File to delete: plugins/UserCountry/flags/tj.png File to delete: plugins/UserCountry/flags/tk.png File to delete: plugins/UserCountry/flags/tl.png File to delete: plugins/UserCountry/flags/tm.png File to delete: plugins/UserCountry/flags/tn.png File to delete: plugins/UserCountry/flags/to.png File to delete: plugins/UserCountry/flags/tp.png File to delete: plugins/UserCountry/flags/tr.png File to delete: plugins/UserCountry/flags/tt.png File to delete: plugins/UserCountry/flags/tv.png File to delete: plugins/UserCountry/flags/tw.png File to delete: plugins/UserCountry/flags/tz.png File to delete: plugins/UserCountry/flags/ua.png File to delete: plugins/UserCountry/flags/ug.png File to delete: plugins/UserCountry/flags/uk.png File to delete: plugins/UserCountry/flags/um.png File to delete: plugins/UserCountry/flags/us.png File to delete: plugins/UserCountry/flags/uy.png File to delete: plugins/UserCountry/flags/uz.png File to delete: plugins/UserCountry/flags/va.png File to delete: plugins/UserCountry/flags/vc.png File to delete: plugins/UserCountry/flags/ve.png File to delete: plugins/UserCountry/flags/vg.png File to delete: plugins/UserCountry/flags/vi.png File to delete: plugins/UserCountry/flags/vn.png File to delete: plugins/UserCountry/flags/vu.png File to delete: plugins/UserCountry/flags/wf.png File to delete: plugins/UserCountry/flags/ws.png File to delete: plugins/UserCountry/flags/xx.png File to delete: plugins/UserCountry/flags/ye.png File to delete: plugins/UserCountry/flags/yt.png File to delete: plugins/UserCountry/flags/yu.png File to delete: plugins/UserCountry/flags/za.png File to delete: plugins/UserCountry/flags/zm.png File to delete: plugins/UserCountry/flags/zr.png File to delete: plugins/UserCountry/flags/zw.png File to delete: plugins/UserCountry/javascripts/userCountry.js File to delete: plugins/UserCountry/templates/_updaterManage.twig File to delete: plugins/UserCountry/templates/_updaterNextRunTime.twig File to delete: plugins/UserCountry/templates/admin.js File to delete: plugins/UserCountry/templates/adminIndex.tpl File to delete: plugins/UserCountry/templates/getGeoIpUpdaterManageScreen.twig File to delete: plugins/UserCountry/templates/index.tpl File to delete: plugins/UserCountry/templates/index.twig File to delete: plugins/UserCountry/templates/styles.css File to delete: plugins/UserCountry/templates/updaterSetup.tpl File to delete: plugins/UserCountryMap/PiwikMap.swf File to delete: plugins/UserCountryMap/css/map.css File to delete: plugins/UserCountryMap/css/realtime-map.css File to delete: plugins/UserCountryMap/css/visitor-map.css File to delete: plugins/UserCountryMap/img/cities.png File to delete: plugins/UserCountryMap/img/info.png File to delete: plugins/UserCountryMap/img/realtimemap-loading.gif File to delete: plugins/UserCountryMap/img/regions.png File to delete: plugins/UserCountryMap/img/world.png File to delete: plugins/UserCountryMap/img/zoom-out-disabled.png File to delete: plugins/UserCountryMap/img/zoom-out.png File to delete: plugins/UserCountryMap/javascripts/vendor/chroma.min.js File to delete: plugins/UserCountryMap/svg/SDS.svg File to delete: plugins/UserCountryMap/svg/TIB.svg File to delete: plugins/UserCountryMap/templates/exportImage.tpl File to delete: plugins/UserCountryMap/templates/realtime-map.tpl File to delete: plugins/UserCountryMap/templates/visitor-map.tpl File to delete: plugins/UserCountryMap/templates/worldmap.tpl File to delete: plugins/UsersManager/images/add.png File to delete: plugins/UsersManager/images/edit.png File to delete: plugins/UsersManager/images/no.png File to delete: plugins/UsersManager/images/remove.png File to delete: plugins/UsersManager/images/valid.png File to delete: plugins/UsersManager/javascripts/usersManager.js File to delete: plugins/UsersManager/javascripts/usersSettings.js File to delete: plugins/UsersManager/templates/UsersManager.js File to delete: plugins/UsersManager/templates/UsersManager.tpl File to delete: plugins/UsersManager/templates/userSettings.js File to delete: plugins/UsersManager/templates/userSettings.tpl File to delete: plugins/VisitFrequency/templates/_sparklines.twig File to delete: plugins/VisitFrequency/templates/getSparklines.twig File to delete: plugins/VisitFrequency/templates/index.tpl File to delete: plugins/VisitFrequency/templates/index.twig File to delete: plugins/VisitFrequency/templates/sparklines.tpl File to delete: plugins/VisitTime/Controller.php File to delete: plugins/VisitTime/templates/index.tpl File to delete: plugins/VisitTime/templates/index.twig File to delete: plugins/VisitorInterest/Controller.php File to delete: plugins/VisitorInterest/templates/index.tpl File to delete: plugins/VisitorInterest/templates/index.twig File to delete: plugins/VisitsSummary/templates/index.tpl File to delete: plugins/VisitsSummary/templates/sparklines.tpl File to delete: plugins/Widgetize/javascripts/widgetize.js File to delete: plugins/Widgetize/templates/empty.tpl File to delete: plugins/Widgetize/templates/iframe.tpl File to delete: plugins/Widgetize/templates/index.tpl File to delete: plugins/Widgetize/templates/js.tpl File to delete: plugins/Widgetize/templates/testJsInclude1.twig File to delete: plugins/Widgetize/templates/testJsInclude2.twig File to delete: plugins/Widgetize/templates/test_jsinclude.tpl File to delete: plugins/Widgetize/templates/test_jsinclude2.tpl File to delete: plugins/Widgetize/templates/widgetize.js File to delete: tests/README.txt File to delete: vendor/symfony/console/Symfony/Component/Console/composer.json File to delete: vendor/symfony/console/Symfony/Component/Console/phpunit.xml.dist File to delete: vendor/tedivm/jshrink/composer.json File to delete: vendor/twig/twig/AUTHORS File to delete: vendor/twig/twig/composer.json File to delete: vendor/twig/twig/phpunit.xml.dist File to delete: vendor/twig/twig/.editorconfig To delete all these files at once, you can run this command: rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/README" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/composer.json" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/composer.lock" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/config/config.ini.sample.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/config/global.ini.auto-backup-before-update.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Archive/Array.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Archive/Array/IndexedByDate.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Archive/Array/IndexedBySite.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Archive/Single.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/CacheFile.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Config/Compat.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Controller.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Controller/Admin.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/DataFiles/Countries.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/DataFiles/Currencies.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/DataFiles/LanguageToCountry.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/DataFiles/Languages.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/DataFiles/SearchEngines.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/DataFiles/Socials.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/DataTable/Array.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/DataTable/Filter.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/DataTable/Filter/AddConstantMetadata.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/DataTable/Filter/Null.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/DataTable/Renderer/Php.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/DataTable/Row/DataTableSummary.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Db/Adapter/Interface.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Db/Schema/Interface.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Db/Schema/Myisam.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Error.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/HTMLPurifier.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Loader.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Log/APICall.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Log/Error.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Log/Exception.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Log/Message.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Menu/Abstract.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Menu/Admin.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Menu/Main.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Menu/MenuMain.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Menu/Top.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/MetricsFormatter.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Plugin/Config.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Plugin/Settings.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/PluginsFunctions/Sql.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/PluginsFunctions/WidgetsList.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/PluginsManager.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Registry.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ScheduledTask.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ScheduledTaskTimetable.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ScheduledTime.php" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ScheduledTime/Daily.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ScheduledTime/Hourly.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ScheduledTime/Monthly.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ScheduledTime/Weekly.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SegmentExpression.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Session/Namespace.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Settings/Manager.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Settings/StorageInterface.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Settings/SystemSetting.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Settings/UserSetting.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Smarty.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/block.purify.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/function.ajaxErrorDiv.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/function.ajaxLoadingDiv.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/function.ajaxRequestErrorDiv.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/function.hiddenurl.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/function.includeAssets.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/function.loadJavascriptTranslations.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/function.logoHtml.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/function.postEvent.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/function.sparkline.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/function.url.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/modifier.escape.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/modifier.inlineHelp.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/modifier.money.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/modifier.stripeol.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/modifier.sumtime.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/modifier.translate.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/modifier.unescape.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/modifier.urlRewriteBasicView.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/modifier.urlRewriteWithParameters.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/outputfilter.ajaxcdn.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/SmartyPlugins/outputfilter.cachebuster.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/TablePartitioning.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/TaskScheduler.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Tracker/ActionClickUrl.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Tracker/ActionEvent.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Tracker/ActionSiteSearch.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Tracker/Config.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Tracker/Db/Exception.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Tracker/Referrer.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Tracker/javascriptCode.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Tracker/javascriptTag.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/TranslationWriter.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Unzip/Gzip.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Unzip/Interface.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Unzip/PclZip.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Unzip/Tar.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Unzip/UncompressInterface.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Unzip/ZipArchive.php" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Updates/0.2.34.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Updates/0.6.2.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/View/Interface.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/View/ReportsByDimension.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/Cloud.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/GenerateGraphData.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/GenerateGraphData/ChartEvolution.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/GenerateGraphData/ChartPie.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/GenerateGraphHTML.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/GenerateGraphHTML/ChartPie.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/HtmlTable.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/HtmlTable/AllColumns.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/HtmlTable/Goals.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/ViewDataTable/Sparkline.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Visualization/Chart.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Visualization/Chart/Evolution.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Visualization/Chart/Pie.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Visualization/Chart/VerticalBar.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/Visualization/Cloud.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/WidgetsList.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/core/iView.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/js/README" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/am.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/ar.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/be.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/bg.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/ca.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/cs.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/cy.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/da.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/de.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/el.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/en.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/es.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/et.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/eu.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/fa.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/fi.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/fr.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/gl.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/he.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/hr.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/hu.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/id.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/is.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/it.php" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/ja.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/ka.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/ko.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/lt.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/lv.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/nb.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/nl.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/nn.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/pl.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/pt-br.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/pt.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/ro.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/ru.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/sk.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/sl.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/sq.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/sr.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/sv.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/te.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/th.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/tr.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/uk.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/zh-cn.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/lang/zh-tw.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Archive_Tar/Tar.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/MaxMindGeoIP/geoip.inc" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/MaxMindGeoIP/geoipcity.inc" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/PEAR.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/PEAR/Exception.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/PEAR/FixPHP5PEARWarnings.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/PEAR/LICENSE" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/PEAR5.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/PclZip/lgpl-2.1.txt" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/PclZip/pclzip.lib.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/PiwikTracker/LICENSE.txt" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/README_LIBS" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/UserAgentParser/README" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/UserAgentParser/README.md" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/UserAgentParser/UserAgentParser.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/UserAgentParser/UserAgentParser.test.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Mime.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Mime/Decode.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Mime/Exception.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Mime/Message.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Mime/Part.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Uri.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Uri/Exception.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/Zend/Uri/Http.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/cssmin/MIT-LICENSE.txt" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/cssmin/cssmin.php" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/html5shiv/html5shiv.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/javascript/json2.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/javascript/sprintf.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/jqplot/jqplot.core.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/jqplot/jqplot.lineRenderer.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/jqplot/jqplot.linearAxisRenderer.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/jqplot/jqplot.themeEngine.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/jqplot/plugins/jqplot.barRenderer.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/jqplot/plugins/jqplot.pieRenderer.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/jsmin/jsmin.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/spyc.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/swfobject/MIT-LICENSE.txt" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/swfobject/expressInstall.swf" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/libs/swfobject/swfobject.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/ExamplePiwikTracker.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/How to install Piwik.html" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/WebAppGallery/Manifest.xml" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/WebAppGallery/parameters.xml" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/api_community_sticker.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/api_example_marketing.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/api_internal_call.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/api_rest_call.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/cron/archive.windows.ps1" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/crossdomain.xml" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/download-count.txt" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/generateDoc.bat" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/generateDoc.sh" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/gpl-3.0.txt" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/iframeWidget.htm" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/iframeWidget_localhost.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/log-analytics/README" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/ExamplePiwikTracker.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/api_internal_call.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/api_rest_call.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/crossdomain.xml" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/download-count.txt" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/generateDoc.bat" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/generateDoc.sh" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/iframeWidget.htm" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/iframeWidget_localhost.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/phpdoc-config.ini" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/phpstorm-codestyles/Piwik_codestyle.xml" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/phpstorm-codestyles/README.md" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/stress.sh" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/test_cookies_GenerateHundredsWebsitesAndVisits.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/test_generateLotsVisitsWebsites.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/uninstall-delete-piwik-directory.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/others/widget_example_lastvisits.html" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/phpdoc-config.ini" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/proxy-hide-piwik-url/piwik.php" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/redirectToUrl.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/stress.sh" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/svn-props-to-set-new-files.svnprops" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/test_cookies_GenerateHundredsWebsitesAndVisits.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/test_generateLotsVisitsWebsites.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/tracker_simpleImageTracker.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/uninstall-delete-piwik-directory.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/misc/widget_example_lastvisits.html" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/API/templates/listAllAPI.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/API/templates/styles.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Actions/Archiving.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Actions/Controller.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Actions/stylesheets/dataTableActions.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Actions/templates/indexSiteSearch.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Actions/templates/indexSiteSearch.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Annotations/templates/annotation.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Annotations/templates/annotationManager.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Annotations/templates/annotations.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Annotations/templates/annotations.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Annotations/templates/evolutionAnnotations.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Annotations/templates/styles.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/javascripts/generalSettings.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/javascripts/jsTrackingGenerator.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/javascripts/pluginSettings.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/stylesheets/menu.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/stylesheets/pluginSettings.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/_menu.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/footer.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/generalSettings.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/generalSettings.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/header.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/jsTrackingGenerator.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/jsTrackingGenerator.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/jsTrackingGenerator.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/menu.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/menu.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/optOut.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/pluginSettings.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreAdminHome/templates/styles.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreConsole/Commands/CodeCoverage.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreConsole/Commands/RunTests.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreConsole/Commands/SyncUITestScreenshots.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/images/bg_header.jpg" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/images/bullet1.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/images/bullet2.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/images/googleplay.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/images/more_date.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/images/more_period.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/images/promo_splash.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/javascripts/autocomplete.js" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/javascripts/donate.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/javascripts/menu.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/javascripts/menu_init.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/javascripts/notification_parser.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/javascripts/promo.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/stylesheets/jqplotColors.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/stylesheets/menu.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/ReportsByDimension/_reportsByDimension.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/_siteSelect.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/_topBarHelloMenu.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/_topBarTopMenu.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/autocomplete.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/broadcast.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/calendar.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/cloud.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/cloud.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable_actions.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable_actions_js.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable_actions_recursive.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable_actions_subdatable.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable_cell.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable_footer.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable_head.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable_js.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable_manager.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/datatable_rowactions.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/date.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/donate.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/donate.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/donate.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/footer.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/graph.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/header.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/header_message.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/html_report_body.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/html_report_footer.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/html_report_header.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/iframe_buster_body.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/iframe_buster_header.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/images/bg_header.jpg" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/images/bullet1.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/images/bullet2.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/images/favicon.ico" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/images/more.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/images/more_date.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/images/more_period.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/images/promo_splash.png" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/images/reset_search.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/images/search.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/index_before_menu.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/index_content.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/jqplot.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/jqplot.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/jquery.ui.autocomplete.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/js_css_includes.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/js_disabled_notice.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/js_global_variables.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/logo.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/menu.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/menu.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/menu.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/menu_init.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/misc.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/period_select.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/piwik_tag.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/popover.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/popover_multirowevolution.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/popover_rowevolution.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/promo_video.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/reports_by_dimension.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/single_report.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/sites_selection.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/sparkline.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/sparkline_footer.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/styles.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/top_bar.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/top_bar_hello_menu.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/top_bar_top_menu.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/top_screen.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreHome/templates/warning_invalid_host.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/Marketplace.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/MarketplaceApiClient.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/MarketplaceApiException.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/PluginDependency.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/images/rating_important.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/javascripts/pluginDetail.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/javascripts/pluginExtend.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/javascripts/pluginOverview.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/javascripts/plugins.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/stylesheets/marketplace.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/templates/browsePlugins.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/templates/browsePluginsActions.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/templates/browseThemes.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/templates/extend.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/templates/installPlugin.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/templates/manage.tpl" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/templates/pluginDetails.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/templates/pluginMetadata.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/templates/pluginOverview.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/templates/themeOverview.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CorePluginsAdmin/templates/updatePlugin.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreUpdater/templates/cli_update_database_done.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreUpdater/templates/cli_update_welcome.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreUpdater/templates/footer.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreUpdater/templates/header.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreUpdater/templates/oneClickResults.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreUpdater/templates/runUpdaterAndExit_done_cli.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreUpdater/templates/runUpdaterAndExit_welcome_cli.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreUpdater/templates/update_database_done.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreUpdater/templates/update_new_version_available.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreUpdater/templates/update_one_click_done.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreUpdater/templates/update_one_click_results.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/CoreUpdater/templates/update_welcome.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/DBStats/stylesheets/dbStatsTable.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/DBStats/templates/DBStats.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/DBStats/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Dashboard/templates/Dashboard.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Dashboard/templates/dashboard.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Dashboard/templates/dashboardObject.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Dashboard/templates/dashboardWidget.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Dashboard/templates/header.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Dashboard/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Dashboard/templates/standalone.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Dashboard/templates/widgetMenu.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/DevicesDetection/lang/en.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/DevicesDetection/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/DevicesDetection/templates/index.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Events/plugin.json" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Feedback/images/go-previous.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Feedback/javascripts/feedback.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Feedback/templates/feedback.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Feedback/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Feedback/templates/sendFeedback.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Feedback/templates/sent.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Feedback/templates/styles.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/javascripts/goalsForm.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/GoalForm.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/_titleAndEvolutionGraph.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/add_edit_goal.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/add_new_goal.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/form_add_goal.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/getGoalReportView.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/getOverviewView.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/goals.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/list_goal_edit.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/list_top_dimension.tpl" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/list_top_segment.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/overview.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/single_goal.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/table_by_dimension.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/table_by_segment.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Goals/templates/title_and_evolution_graph.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/ImageGraph/StaticGraph/3DPie.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/ImageGraph/templates/debug_graphs_all_sizes.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/ImageGraph/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/FormGeneralSetup.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/_allSteps.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/allSteps.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/databaseCheck.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/databaseCheck.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/databaseSetup.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/displayJavascriptCode.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/finished.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/firstWebsiteSetup.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/generalSetup.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/generalSetup.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/install.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/integrityDetails.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/structure.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/systemCheck.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/systemCheckPage.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/systemCheckPage.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/systemCheckSection.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/systemCheck_legend.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/tablesCreation.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Installation/templates/welcome.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/LanguagesManager/Commands/FetchFromOTrance.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/LanguagesManager/javascripts/languageSelector.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/LanguagesManager/templates/languageSelector.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/LanguagesManager/templates/languages.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/VisitorLog.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/images/avatar_frame.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/images/paperclip.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/images/pause.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/images/pause_disabled.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/images/play.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/images/play_disabled.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/images/returningVisitor.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/images/unknown_avatar.jpg" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/images/visitor_profile_background.jpg" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/images/visitor_profile_close.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/images/visitor_profile_gradient.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/getSingleVisitSummary.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/download.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/file0.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/file1.png" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/file2.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/file3.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/file4.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/file5.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/file6.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/file7.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/file8.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/file9.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/goal.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/outboundlink.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/pause.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/pause_disabled.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/play.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/play_disabled.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/images/returningVisitor.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/lastVisits.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/live.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/scripts/MIT-LICENSE.txt" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/scripts/live.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/scripts/spy.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/simpleLastVisitCount.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/totalVisits.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Live/templates/visitorLog.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Login/FormPassword.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Login/stylesheets/login.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Login/templates/header.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Login/templates/login.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Login/templates/login.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Login/templates/login.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Login/templates/lostPassword.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Login/templates/message.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Login/templates/passwordchanged.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Login/templates/passwordsent.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Login/templates/resetPassword.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MobileMessaging/ReportRenderer/Exception.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MobileMessaging/javascripts/MobileMessagingSettings.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MobileMessaging/lang/en.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MobileMessaging/scripts/MobileMessagingSettings.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MobileMessaging/templates/ReportParameters.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MobileMessaging/templates/SMSReport.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MobileMessaging/templates/Settings.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/images/calendar.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/images/cities.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/images/icon-calendar.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/images/link.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/images/pause.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/images/pause_disabled.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/images/play.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/images/play_disabled.gif" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/images/regions.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/javascripts/jquery.icheck.min.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/javascripts/morpheus.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/stylesheets/admin.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/stylesheets/charts.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/stylesheets/colors.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/stylesheets/components.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/stylesheets/forms.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/stylesheets/map.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/stylesheets/mixins.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/stylesheets/popups.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/stylesheets/theme.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/stylesheets/tooltip.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Morpheus/stylesheets/typography.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/CalculateEvolutionFilter.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/images/arrow_asc.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/images/arrow_desc.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/images/link.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/images/loading-blue.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/javascripts/multiSites.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/stylesheets/multiSites.less" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/templates/_siteRow.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/templates/common.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/templates/row.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/templates/standalone.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/MultiSites/templates/styles.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/client/linktags.eps" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/client/linktags.psd" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/images/info.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/templates/error_wrong_domain.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/templates/helper.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/templates/index.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/templates/index.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/templates/index_noframe.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/templates/info.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/templates/notify_parent_iframe.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/templates/overlay_icon.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/templates/overlay_icon_hover.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/templates/rowaction.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Overlay/templates/sidebar.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/PrivacyManager/javascripts/privacySettings.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/PrivacyManager/templates/databaseSize.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/PrivacyManager/templates/privacySettings.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/PrivacyManager/templates/privacySettings.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Proxy/templates/exportImage.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Referrers/templates/getSearchEnginesAndKeywords.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Referrers/templates/index.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Referrers/templates/indexWebsites.twig" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SEO/Controller.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SEO/MajesticClient.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SEO/RankChecker.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SEO/images/majesticseo.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SEO/images/whois.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SEO/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SEO/templates/rank.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/ScheduledReports/javascripts/pdf.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/Controller.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/images/down_arrow.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/images/scroller.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/images/slide.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/images/up_arrow.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/templates/Segmentation.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/templates/Segmentation.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/templates/jquery.jscrollpane.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/templates/jquery.jscrollpane.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/templates/jquery.mousewheel.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/templates/mwheelIntent.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/templates/scroll.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SegmentEditor/templates/selector.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SitesManager/javascripts/SitesManager.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SitesManager/templates/DisplayAlternativeTags.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SitesManager/templates/DisplayJavascriptCode.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SitesManager/templates/SitesManager.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SitesManager/templates/SitesManager.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SitesManager/templates/Tracking.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/SitesManager/templates/displayJavascriptCode.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Transitions/templates/transitions.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Transitions/templates/transitions.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Transitions/templates/transitions.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Transitions/templates/transitions_icon.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Transitions/templates/transitions_icon_hover.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/GeoIPAutoUpdater.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/LocationProvider/Default.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/LocationProvider/GeoIp.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/LocationProvider/GeoIp/Pecl.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/LocationProvider/GeoIp/Php.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/a1.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/a2.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ac.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ad.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ae.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/af.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ag.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ai.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/al.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/am.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/an.png" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ao.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ap.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/aq.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ar.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/as.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/at.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/au.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/aw.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ax.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/az.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ba.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bb.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bd.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/be.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bf.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bg.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bh.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bi.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bj.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bl.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bm.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bn.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bo.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bq.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/br.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bs.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bt.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bu.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bv.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bw.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/by.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/bz.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ca.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cat.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cc.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cd.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cf.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cg.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ch.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ci.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ck.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cl.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cm.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cn.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/co.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cp.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cr.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cs.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cu.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cv.png" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cw.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cx.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cy.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/cz.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/de.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/dg.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/dj.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/dk.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/dm.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/do.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/dz.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ea.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ec.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ee.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/eg.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/eh.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/er.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/es.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/et.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/eu.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/fi.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/fj.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/fk.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/fm.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/fo.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/fr.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/fx.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ga.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gb.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gd.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ge.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gf.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gg.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gh.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gi.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gl.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gm.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gn.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gp.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gq.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gr.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gs.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gt.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gu.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gw.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/gy.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/hk.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/hm.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/hn.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/hr.png" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ht.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/hu.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ic.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/id.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ie.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/il.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/im.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/in.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/io.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/iq.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ir.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/is.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/it.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/je.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/jm.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/jo.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/jp.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ke.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/kg.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/kh.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ki.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/km.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/kn.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/kp.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/kr.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/kw.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ky.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/kz.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/la.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/lb.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/lc.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/li.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/lk.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/lr.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ls.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/lt.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/lu.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/lv.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ly.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ma.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mc.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/md.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/me.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mf.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mg.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mh.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mk.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ml.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mm.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mn.png" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mo.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mp.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mq.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mr.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ms.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mt.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mu.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mv.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mw.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mx.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/my.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/mz.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/na.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/nc.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ne.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/nf.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ng.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ni.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/nl.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/no.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/np.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/nr.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/nt.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/nu.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/nz.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/o1.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/om.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/pa.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/pe.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/pf.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/pg.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ph.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/pk.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/pl.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/pm.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/pn.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/pr.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ps.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/pt.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/pw.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/py.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/qa.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/re.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ro.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/rs.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ru.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/rw.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sa.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sb.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sc.png" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sd.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/se.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sf.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sg.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sh.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/si.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sj.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sk.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sl.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sm.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sn.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/so.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sr.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ss.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/st.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/su.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sv.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sx.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sy.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/sz.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ta.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tc.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/td.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tf.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tg.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/th.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ti.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tj.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tk.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tl.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tm.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tn.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/to.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tp.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tr.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tt.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tv.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tw.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/tz.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ua.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ug.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/uk.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/um.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/us.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/uy.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/uz.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/va.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/vc.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ve.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/vg.png" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/vi.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/vn.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/vu.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/wf.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ws.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/xx.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/ye.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/yt.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/yu.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/za.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/zm.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/zr.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/flags/zw.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/javascripts/userCountry.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/templates/_updaterManage.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/templates/_updaterNextRunTime.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/templates/admin.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/templates/adminIndex.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/templates/getGeoIpUpdaterManageScreen.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/templates/index.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/templates/styles.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountry/templates/updaterSetup.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/PiwikMap.swf" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/css/map.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/css/realtime-map.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/css/visitor-map.css" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/img/cities.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/img/info.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/img/realtimemap-loading.gif" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/img/regions.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/img/world.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/img/zoom-out-disabled.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/img/zoom-out.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/javascripts/vendor/chroma.min.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/svg/SDS.svg" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/svg/TIB.svg" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/templates/exportImage.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/templates/realtime-map.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/templates/visitor-map.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UserCountryMap/templates/worldmap.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UsersManager/images/add.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UsersManager/images/edit.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UsersManager/images/no.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UsersManager/images/remove.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UsersManager/images/valid.png" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UsersManager/javascripts/usersManager.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UsersManager/javascripts/usersSettings.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UsersManager/templates/UsersManager.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UsersManager/templates/UsersManager.tpl" rm "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UsersManager/templates/userSettings.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/UsersManager/templates/userSettings.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitFrequency/templates/_sparklines.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitFrequency/templates/getSparklines.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitFrequency/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitFrequency/templates/index.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitFrequency/templates/sparklines.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitTime/Controller.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitTime/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitTime/templates/index.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitorInterest/Controller.php" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitorInterest/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitorInterest/templates/index.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitsSummary/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitsSummary/templates/sparklines.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Widgetize/javascripts/widgetize.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Widgetize/templates/empty.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Widgetize/templates/iframe.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Widgetize/templates/index.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Widgetize/templates/js.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Widgetize/templates/testJsInclude1.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Widgetize/templates/testJsInclude2.twig" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Widgetize/templates/test_jsinclude.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Widgetize/templates/test_jsinclude2.tpl" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/Widgetize/templates/widgetize.js" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/tests/README.txt" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/vendor/symfony/console/Symfony/Component/Console/composer.json" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/vendor/symfony/console/Symfony/Component/Console/phpunit.xml.dist" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/vendor/tedivm/jshrink/composer.json" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/vendor/twig/twig/AUTHORS" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/vendor/twig/twig/composer.json" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/vendor/twig/twig/phpunit.xml.dist" "/var/www/vhosts/soyubey.de/statistik.soyubey.de/vendor/twig/twig/.editorconfig" |
| Errors below may be due to a partial or failed upload of Matomo files. |
| --> Try to reupload all the Matomo files in BINARY mode. <-- |
| Missing file: /var/www/vhosts/soyubey.de/statistik.soyubey.de/plugins/VisitFrequency/Archiver.php |