diff -r 9b7d841b551a -r 3a1f99a92698 sql/2010-01-02-wordpress.sql --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sql/2010-01-02-wordpress.sql Tue Feb 02 10:07:27 2010 +0000 @@ -0,0 +1,1675 @@ +-- vi:set encoding=utf-8: +-- phpMyAdmin SQL Dump +-- version 2.11.3deb1ubuntu1.3 +-- http://www.phpmyadmin.net +-- +-- Serveur: localhost +-- Généré le : Lun 01 Février 2010 à 16:53 +-- Version du serveur: 5.0.51 +-- Version de PHP: 5.2.4-2ubuntu5.9 + +SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; + +SET AUTOCOMMIT=0; +START TRANSACTION; + +-- +-- Base de données: `wordpress` +-- + +-- -------------------------------------------------------- + +-- +-- Structure de la table `wp_ak_twitter` +-- + +DROP TABLE IF EXISTS `wp_ak_twitter`; +CREATE TABLE IF NOT EXISTS `wp_ak_twitter` ( + `id` int(11) NOT NULL auto_increment, + `tw_id` varchar(255) NOT NULL, + `tw_text` varchar(255) NOT NULL, + `tw_reply_username` varchar(255) default NULL, + `tw_reply_tweet` varchar(255) default NULL, + `tw_created_at` datetime NOT NULL, + `modified` datetime NOT NULL, + PRIMARY KEY (`id`), + KEY `tw_id` (`tw_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=39 ; + +-- +-- Contenu de la table `wp_ak_twitter` +-- + +-- -------------------------------------------------------- + +-- +-- Structure de la table `wp_calendar` +-- + +DROP TABLE IF EXISTS `wp_calendar`; +CREATE TABLE IF NOT EXISTS `wp_calendar` ( + `event_id` int(11) NOT NULL auto_increment, + `event_begin` date NOT NULL, + `event_end` date NOT NULL, + `event_title` varchar(30) collate latin1_german1_ci NOT NULL, + `event_desc` text collate latin1_german1_ci NOT NULL, + `event_time` time default NULL, + `event_recur` char(1) collate latin1_german1_ci default NULL, + `event_repeats` int(3) default NULL, + `event_author` bigint(20) unsigned default NULL, + `event_category` bigint(20) unsigned default NULL, + `event_link` text collate latin1_german1_ci, + PRIMARY KEY (`event_id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=2 ; + +-- +-- Contenu de la table `wp_calendar` +-- + +INSERT INTO `wp_calendar` (`event_id`, `event_begin`, `event_end`, `event_title`, `event_desc`, `event_time`, `event_recur`, `event_repeats`, `event_author`, `event_category`, `event_link`) VALUES +(1, '2009-12-18', '2009-12-18', 'test', 'lorem ipsum nkvfdkj vkjdfhnv kildhfskjh vlkjdjlhfjkvhdfk hvkdhs fkvhksjdf jvkhdfkl vhkjdsfh vkj hdsfk\r\n\r\nlien ', '14:03:00', 'S', 0, 1, 1, ''); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `wp_calendar_categories` +-- + +DROP TABLE IF EXISTS `wp_calendar_categories`; +CREATE TABLE IF NOT EXISTS `wp_calendar_categories` ( + `category_id` int(11) NOT NULL auto_increment, + `category_name` varchar(30) collate latin1_german1_ci NOT NULL, + `category_colour` varchar(30) collate latin1_german1_ci NOT NULL, + PRIMARY KEY (`category_id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=2 ; + +-- +-- Contenu de la table `wp_calendar_categories` +-- + +INSERT INTO `wp_calendar_categories` (`category_id`, `category_name`, `category_colour`) VALUES +(1, 'General', '#F6F79B'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `wp_calendar_config` +-- + +DROP TABLE IF EXISTS `wp_calendar_config`; +CREATE TABLE IF NOT EXISTS `wp_calendar_config` ( + `config_item` varchar(30) collate latin1_german1_ci NOT NULL, + `config_value` text collate latin1_german1_ci NOT NULL, + PRIMARY KEY (`config_item`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci; + +-- +-- Contenu de la table `wp_calendar_config` +-- + +INSERT INTO `wp_calendar_config` (`config_item`, `config_value`) VALUES +('can_manage_events', 'edit_posts'), +('calendar_style', ' .calnk a:hover {\n background-position:0 0;\n text-decoration:none; \n color:#000000;\n border-bottom:1px dotted #000000;\n }\n .calnk a:visited {\n text-decoration:none;\n color:#000000;\n border-bottom:1px dotted #000000;\n }\n .calnk a {\n text-decoration:none; \n color:#000000; \n border-bottom:1px dotted #000000;\n }\n .calnk a span { \n display:none; \n }\n .calnk a:hover span {\n color:#333333; \n background:#F6F79B; \n display:block;\n position:absolute; \n margin-top:1px; \n padding:5px; \n width:150px; \n z-index:100;\n }\n .calendar-table {\n border:none;\n width:100%;\n }\n .calendar-heading {\n height:25px;\n text-align:center;\n border:1px solid #D6DED5;\n background-color:#E4EBE3;\n }\n .calendar-next {\n width:25%;\n text-align:center;\n }\n .calendar-prev {\n width:25%;\n text-align:center;\n }\n .calendar-month {\n width:50%;\n text-align:center;\n font-weight:bold;\n }\n .normal-day-heading {\n text-align:center;\n width:25px;\n height:25px;\n font-size:0.8em;\n border:1px solid #DFE6DE;\n background-color:#EBF2EA;\n }\n .weekend-heading {\n text-align:center;\n width:25px;\n height:25px;\n font-size:0.8em;\n border:1px solid #DFE6DE;\n background-color:#EBF2EA;\n color:#FF0000;\n }\n .day-with-date {\n vertical-align:text-top;\n text-align:left;\n width:60px;\n height:60px;\n border:1px solid #DFE6DE;\n }\n .no-events {\n\n }\n .day-without-date {\n width:60px;\n height:60px;\n border:1px solid #E9F0E8;\n }\n span.weekend {\n color:#FF0000;\n }\n .current-day {\n vertical-align:text-top;\n text-align:left;\n width:60px;\n height:60px;\n border:1px solid #BFBFBF;\n background-color:#E4EBE3;\n }\n span.event {\n font-size:0.75em;\n }\n .kjo-link {\n font-size:0.75em;\n text-align:center;\n }\n .event-title {\n text-align:center;\n font-weight:bold;\n font-size:1.2em;\n }\n .event-title-break {\n width:96%;\n margin-left:2%;\n margin-right:2%;\n margin-top:5px;\n margin-bottom:5px;\n text-align:center;\n height:1px;\n background-color:#000000;\n }\n .event-content-break {\n width:96%;\n margin-left:2%;\n margin-right:2%;\n margin-top:5px;\n margin-bottom:5px;\n text-align:center;\n height:1px;\n background-color:#000000;\n }\n .calendar-date-switcher {\n height:25px;\n text-align:center;\n border:1px solid #D6DED5;\n background-color:#E4EBE3;\n }\n .calendar-date-switcher form {\n margin:0;\n padding:0;\n }\n .calendar-date-switcher input {\n border:1px #D6DED5 solid;\n }\n .calendar-date-switcher select {\n border:1px #D6DED5 solid;\n }\n .cat-key {\n width:100%;\n margin-top:10px;\n padding:5px;\n border:1px solid #D6DED5;\n }'), +('display_author', 'false'), +('display_jump', 'false'), +('display_todays', 'true'), +('display_upcoming', 'true'), +('display_upcoming_days', '7'), +('calendar_version', '1.2'), +('enable_categories', 'false'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `wp_comments` +-- + +DROP TABLE IF EXISTS `wp_comments`; +CREATE TABLE IF NOT EXISTS `wp_comments` ( + `comment_ID` bigint(20) unsigned NOT NULL auto_increment, + `comment_post_ID` bigint(20) unsigned NOT NULL default '0', + `comment_author` tinytext NOT NULL, + `comment_author_email` varchar(100) NOT NULL default '', + `comment_author_url` varchar(200) NOT NULL default '', + `comment_author_IP` varchar(100) NOT NULL default '', + `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', + `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', + `comment_content` text NOT NULL, + `comment_karma` int(11) NOT NULL default '0', + `comment_approved` varchar(20) NOT NULL default '1', + `comment_agent` varchar(255) NOT NULL default '', + `comment_type` varchar(20) NOT NULL default '', + `comment_parent` bigint(20) unsigned NOT NULL default '0', + `user_id` bigint(20) unsigned NOT NULL default '0', + PRIMARY KEY (`comment_ID`), + KEY `comment_approved` (`comment_approved`), + KEY `comment_post_ID` (`comment_post_ID`), + KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), + KEY `comment_date_gmt` (`comment_date_gmt`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; + +-- +-- Contenu de la table `wp_comments` +-- + +INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES +(1, 1, 'Monsieur WordPress', '', 'http://wordpress.org/', '', '2009-12-15 13:52:07', '2009-12-15 12:52:07', 'Bonjour, ceci est un commentaire.
Pour supprimer un commentaire, connectez-vous, et affichez les commentaires de cet article. Vous pourrez alors les modifier ou les supprimer.', 0, '1', '', '', 0, 0); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `wp_ec3_schedule` +-- + +DROP TABLE IF EXISTS `wp_ec3_schedule`; +CREATE TABLE IF NOT EXISTS `wp_ec3_schedule` ( + `sched_id` bigint(20) NOT NULL auto_increment, + `post_id` bigint(20) default NULL, + `start` datetime default NULL, + `end` datetime default NULL, + `allday` tinyint(1) default NULL, + `rpt` varchar(64) collate latin1_german1_ci default NULL, + PRIMARY KEY (`sched_id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=297 ; + +-- +-- Contenu de la table `wp_ec3_schedule` +-- + +INSERT INTO `wp_ec3_schedule` (`sched_id`, `post_id`, `start`, `end`, `allday`, `rpt`) VALUES +(1, 220, '2007-10-19 10:00:00', '2007-10-19 12:00:00', 0, NULL), +(2, 219, '2007-10-19 10:00:00', '2007-10-19 12:00:00', 0, NULL), +(3, 225, '2006-09-26 19:00:00', '2006-09-26 23:00:00', 0, NULL), +(4, 225, '2006-10-24 19:00:00', '2006-10-24 23:00:00', 0, NULL), +(5, 225, '2006-11-28 19:00:00', '2006-11-28 23:00:00', 0, NULL), +(6, 225, '2007-01-09 19:00:00', '2007-01-09 23:00:00', 0, NULL), +(7, 225, '2007-02-09 19:00:00', '2007-02-09 23:00:00', 0, NULL), +(8, 225, '2009-03-13 19:00:00', '2009-03-13 23:00:00', 0, NULL), +(9, 225, '2009-04-24 19:00:00', '2009-04-24 19:00:00', 0, NULL), +(10, 225, '2009-05-22 19:00:00', '2009-05-22 19:00:00', 0, NULL), +(11, 224, '2006-09-26 19:00:00', '2006-09-26 23:00:00', 0, NULL), +(12, 224, '2006-10-24 19:00:00', '2006-10-24 23:00:00', 0, NULL), +(13, 224, '2006-11-28 19:00:00', '2006-11-28 23:00:00', 0, NULL), +(14, 224, '2007-01-09 19:00:00', '2007-01-09 23:00:00', 0, NULL), +(15, 224, '2007-02-09 19:00:00', '2007-02-09 23:00:00', 0, NULL), +(16, 224, '2009-03-13 19:00:00', '2009-03-13 23:00:00', 0, NULL), +(17, 224, '2009-04-24 19:00:00', '2009-04-24 19:00:00', 0, NULL), +(18, 224, '2009-05-22 19:00:00', '2009-05-22 19:00:00', 0, NULL), +(19, 228, '2008-10-07 12:30:00', '2008-10-07 14:30:00', 0, NULL), +(20, 228, '2008-12-19 12:30:00', '2008-12-19 14:30:00', 0, NULL), +(21, 228, '2009-01-09 12:30:00', '2009-01-09 14:00:00', 0, NULL), +(22, 228, '2009-01-30 12:30:00', '2009-01-30 14:00:00', 0, NULL), +(23, 228, '2009-02-06 12:30:00', '2009-02-06 14:00:00', 0, NULL), +(24, 228, '2009-03-06 12:30:00', '2009-03-06 14:00:00', 0, NULL), +(25, 228, '2009-03-20 12:30:00', '2009-03-20 14:00:00', 0, NULL), +(26, 228, '2009-04-24 12:30:00', '2009-04-24 14:00:00', 0, NULL), +(27, 228, '2009-05-15 12:30:00', '2009-05-15 14:00:00', 0, NULL), +(28, 228, '2009-05-29 12:30:00', '2009-05-29 12:30:00', 0, NULL), +(29, 228, '2009-06-26 12:30:00', '2009-06-26 12:30:00', 0, NULL), +(30, 227, '2008-10-07 12:30:00', '2008-10-07 14:30:00', 0, NULL), +(31, 227, '2008-12-19 12:30:00', '2008-12-19 14:30:00', 0, NULL), +(32, 227, '2009-01-09 12:30:00', '2009-01-09 14:00:00', 0, NULL), +(33, 227, '2009-01-30 12:30:00', '2009-01-30 14:00:00', 0, NULL), +(34, 227, '2009-02-06 12:30:00', '2009-02-06 14:00:00', 0, NULL), +(35, 227, '2009-03-06 12:30:00', '2009-03-06 14:00:00', 0, NULL), +(36, 227, '2009-03-20 12:30:00', '2009-03-20 14:00:00', 0, NULL), +(37, 227, '2009-04-24 12:30:00', '2009-04-24 14:00:00', 0, NULL), +(38, 227, '2009-05-15 12:30:00', '2009-05-15 14:00:00', 0, NULL), +(39, 227, '2009-05-29 12:30:00', '2009-05-29 12:30:00', 0, NULL), +(40, 227, '2009-06-26 12:30:00', '2009-06-26 12:30:00', 0, NULL), +(41, 232, '2009-10-26 09:00:00', '2009-10-27 19:00:00', 0, NULL), +(42, 232, '2009-10-27 09:00:00', '2009-10-27 19:00:00', 0, NULL), +(43, 231, '2009-11-26 09:00:00', '2009-11-27 19:00:00', 1, NULL), +(44, 231, '2009-11-27 09:00:00', '2009-11-27 19:00:00', 1, NULL), +(45, 236, '2010-12-21 14:00:00', '2010-12-21 14:00:00', 0, NULL), +(46, 235, '2010-12-21 14:00:00', '2010-12-21 14:00:00', 0, NULL), +(47, 241, '2009-12-17 17:30:00', '2009-12-17 21:00:00', 0, NULL), +(48, 240, '2009-12-17 17:30:00', '2009-12-17 21:00:00', 0, NULL), +(49, 253, '2007-11-15 16:00:00', '2007-11-15 16:00:00', 0, NULL), +(50, 111, '2007-11-15 16:00:00', '2007-11-15 16:00:00', 0, NULL), +(51, 264, '2006-10-19 10:00:00', '2006-10-19 12:00:00', 0, NULL), +(52, 264, '2006-11-09 10:00:00', '2006-11-09 12:00:00', 0, NULL), +(53, 264, '2006-11-23 10:00:00', '2006-11-23 12:00:00', 0, NULL), +(54, 264, '2006-12-07 10:00:00', '2006-12-07 12:00:00', 0, NULL), +(55, 264, '2006-12-21 10:00:00', '2006-12-21 12:00:00', 0, NULL), +(56, 264, '2007-01-11 14:30:00', '2007-01-11 16:30:00', 0, NULL), +(57, 264, '2007-02-05 14:30:00', '2007-02-05 16:30:00', 0, NULL), +(58, 264, '2007-02-19 14:30:00', '2007-02-19 16:30:00', 0, NULL), +(59, 264, '2007-03-05 14:30:00', '2007-03-05 16:30:00', 0, NULL), +(60, 264, '2007-04-30 14:30:00', '2007-04-30 16:30:00', 0, NULL), +(61, 264, '2007-05-14 14:30:00', '2007-05-14 16:30:00', 0, NULL), +(62, 264, '2007-06-04 14:30:00', '2007-06-04 16:30:00', 0, NULL), +(63, 264, '2007-06-18 14:30:00', '2007-06-18 16:30:00', 0, NULL), +(64, 263, '2006-10-19 10:00:00', '2006-10-19 12:00:00', 0, NULL), +(65, 263, '2006-11-09 10:00:00', '2006-11-09 12:00:00', 0, NULL), +(66, 263, '2006-11-23 10:00:00', '2006-11-23 12:00:00', 0, NULL), +(67, 263, '2006-12-07 10:00:00', '2006-12-07 12:00:00', 0, NULL), +(68, 263, '2006-12-21 10:00:00', '2006-12-21 12:00:00', 0, NULL), +(69, 263, '2007-01-11 14:30:00', '2007-01-11 16:30:00', 0, NULL), +(70, 263, '2007-02-05 14:30:00', '2007-02-05 16:30:00', 0, NULL), +(71, 263, '2007-02-19 14:30:00', '2007-02-19 16:30:00', 0, NULL), +(72, 263, '2007-03-05 14:30:00', '2007-03-05 16:30:00', 0, NULL), +(73, 263, '2007-04-30 14:30:00', '2007-04-30 16:30:00', 0, NULL), +(74, 263, '2007-05-14 14:30:00', '2007-05-14 16:30:00', 0, NULL), +(75, 263, '2007-06-04 14:30:00', '2007-06-04 16:30:00', 0, NULL), +(76, 263, '2007-06-18 14:30:00', '2007-06-18 16:30:00', 0, NULL), +(77, 265, '2006-10-19 10:00:00', '2006-10-19 12:00:00', 0, NULL), +(78, 265, '2006-11-09 10:00:00', '2006-11-09 12:00:00', 0, NULL), +(79, 265, '2006-11-23 10:00:00', '2006-11-23 12:00:00', 0, NULL), +(80, 265, '2006-12-07 10:00:00', '2006-12-07 12:00:00', 0, NULL), +(81, 265, '2006-12-21 10:00:00', '2006-12-21 12:00:00', 0, NULL), +(82, 265, '2007-01-11 14:30:00', '2007-01-11 16:30:00', 0, NULL), +(83, 265, '2007-02-05 14:30:00', '2007-02-05 16:30:00', 0, NULL), +(84, 265, '2007-02-19 14:30:00', '2007-02-19 16:30:00', 0, NULL), +(85, 265, '2007-03-05 14:30:00', '2007-03-05 16:30:00', 0, NULL), +(86, 265, '2007-04-30 14:30:00', '2007-04-30 16:30:00', 0, NULL), +(87, 265, '2007-05-14 14:30:00', '2007-05-14 16:30:00', 0, NULL), +(88, 265, '2007-06-04 14:30:00', '2007-06-04 16:30:00', 0, NULL), +(89, 265, '2007-06-18 14:30:00', '2007-06-18 16:30:00', 0, NULL), +(90, 263, '2006-10-19 10:00:00', '2006-10-19 12:00:00', 0, NULL), +(91, 263, '2006-11-09 10:00:00', '2006-11-09 12:00:00', 0, NULL), +(92, 263, '2006-11-23 10:00:00', '2006-11-23 12:00:00', 0, NULL), +(93, 263, '2006-12-07 10:00:00', '2006-12-07 12:00:00', 0, NULL), +(94, 263, '2006-12-21 10:00:00', '2006-12-21 12:00:00', 0, NULL), +(95, 263, '2007-01-11 14:30:00', '2007-01-11 16:30:00', 0, NULL), +(96, 263, '2007-02-05 14:30:00', '2007-02-05 16:30:00', 0, NULL), +(97, 263, '2007-02-19 14:30:00', '2007-02-19 16:30:00', 0, NULL), +(98, 263, '2007-03-05 14:30:00', '2007-03-05 16:30:00', 0, NULL), +(99, 263, '2007-04-30 14:30:00', '2007-04-30 16:30:00', 0, NULL), +(100, 263, '2007-05-14 14:30:00', '2007-05-14 16:30:00', 0, NULL), +(101, 263, '2007-06-04 14:30:00', '2007-06-04 16:30:00', 0, NULL), +(102, 263, '2007-06-18 14:30:00', '2007-06-18 16:30:00', 0, NULL), +(103, 357, '2008-12-17 17:00:00', '2008-12-17 19:00:00', 0, NULL), +(104, 357, '2009-01-21 17:00:00', '2009-01-21 19:00:00', 0, NULL), +(105, 357, '2009-02-11 17:00:00', '2009-02-11 19:00:00', 0, NULL), +(106, 357, '2009-03-11 17:00:00', '2009-03-11 19:00:00', 0, NULL), +(107, 357, '2009-12-22 16:00:00', '2009-12-22 16:00:00', 0, NULL), +(108, 293, '2008-12-17 17:00:00', '2008-12-17 19:00:00', 0, NULL), +(109, 293, '2009-01-21 17:00:00', '2009-01-21 19:00:00', 0, NULL), +(110, 293, '2009-02-11 17:00:00', '2009-02-11 19:00:00', 0, NULL), +(111, 293, '2009-03-11 17:00:00', '2009-03-11 19:00:00', 0, NULL), +(112, 293, '2009-12-22 16:00:00', '2009-12-22 16:00:00', 0, NULL), +(113, 380, '2009-12-08 16:00:00', '2009-12-08 18:30:00', 0, NULL), +(114, 380, '2010-01-19 16:30:00', '2010-01-19 19:00:00', 0, NULL), +(115, 380, '2010-02-16 16:30:00', '2010-02-16 19:00:00', 0, NULL), +(116, 380, '2009-03-23 16:30:00', '2009-03-23 19:00:00', 0, NULL), +(117, 380, '2009-04-18 16:30:00', '2009-04-18 19:00:00', 0, NULL), +(118, 380, '2009-05-08 16:30:00', '2009-05-08 19:00:00', 0, NULL), +(119, 374, '2009-12-08 16:00:00', '2009-12-08 18:30:00', 0, NULL), +(120, 374, '2010-01-19 16:30:00', '2010-01-19 19:00:00', 0, NULL), +(121, 374, '2010-02-16 16:30:00', '2010-02-16 19:00:00', 0, NULL), +(123, 374, '2010-04-18 16:30:00', '2010-04-18 19:00:00', 0, NULL), +(124, 374, '2010-05-08 16:30:00', '2010-05-08 19:00:00', 0, NULL), +(125, 382, '2009-06-08 16:30:00', '2009-06-08 19:00:00', 0, NULL), +(126, 382, '2009-04-18 16:30:00', '2009-04-18 19:00:00', 0, NULL), +(127, 382, '2009-03-23 16:30:00', '2009-03-23 19:00:00', 0, NULL), +(130, 374, '2010-03-23 16:30:00', '2010-03-23 19:00:00', 0, NULL), +(131, 383, '2009-03-23 16:30:00', '2009-03-23 19:00:00', 0, NULL), +(132, 383, '2009-05-18 16:30:00', '2009-05-18 19:00:00', 0, NULL), +(133, 383, '2009-06-08 16:30:00', '2009-06-08 19:00:00', 0, NULL), +(136, 374, '2010-06-08 16:30:00', '2010-06-08 19:00:00', 0, NULL), +(137, 404, '2008-10-07 12:30:00', '2008-10-07 14:30:00', 0, NULL), +(138, 404, '2008-12-19 12:30:00', '2008-12-19 14:30:00', 0, NULL), +(139, 404, '2009-01-09 12:30:00', '2009-01-09 14:30:00', 0, NULL), +(140, 404, '2009-01-30 12:30:00', '2009-01-30 14:30:00', 0, NULL), +(141, 404, '2009-02-06 12:30:00', '2009-02-06 14:30:00', 0, NULL), +(142, 404, '2009-03-06 12:30:00', '2009-03-06 14:30:00', 0, NULL), +(143, 404, '2009-03-20 12:30:00', '2009-03-20 14:30:00', 0, NULL), +(144, 404, '2009-04-15 12:30:00', '2009-04-15 14:30:00', 0, NULL), +(145, 404, '2009-04-29 12:30:00', '2009-04-29 14:30:00', 0, NULL), +(146, 404, '2009-12-24 12:00:00', '2009-12-24 12:00:00', 0, NULL), +(147, 305, '2008-10-07 12:30:00', '2008-10-07 14:30:00', 0, NULL), +(148, 305, '2008-12-19 12:30:00', '2008-12-19 14:30:00', 0, NULL), +(149, 305, '2009-01-09 12:30:00', '2009-01-09 14:30:00', 0, NULL), +(150, 305, '2009-01-30 12:30:00', '2009-01-30 14:30:00', 0, NULL), +(151, 305, '2009-02-06 12:30:00', '2009-02-06 14:30:00', 0, NULL), +(152, 305, '2009-03-06 12:30:00', '2009-03-06 14:30:00', 0, NULL), +(153, 305, '2009-03-20 12:30:00', '2009-03-20 14:30:00', 0, NULL), +(154, 305, '2009-04-15 12:30:00', '2009-04-15 14:30:00', 0, NULL), +(155, 305, '2009-04-29 12:30:00', '2009-04-29 14:30:00', 0, NULL), +(156, 305, '2009-06-26 12:00:00', '2009-06-26 12:00:00', 0, NULL), +(157, 405, '2008-01-22 17:00:00', '2008-01-22 19:00:00', 0, NULL), +(158, 405, '2008-02-26 17:00:00', '2008-02-26 19:00:00', 0, NULL), +(159, 405, '2008-03-25 17:00:00', '2008-03-25 19:00:00', 0, NULL), +(160, 405, '2008-04-08 17:00:00', '2008-04-08 19:00:00', 0, NULL), +(161, 405, '2008-05-13 17:00:00', '2008-05-13 19:00:00', 0, NULL), +(162, 405, '2008-06-17 17:00:00', '2008-06-17 19:00:00', 0, NULL), +(163, 405, '2009-12-24 12:00:00', '2009-12-24 12:00:00', 0, NULL), +(164, 302, '2008-01-22 17:00:00', '2008-01-22 19:00:00', 0, NULL), +(165, 302, '2008-02-26 17:00:00', '2008-02-26 19:00:00', 0, NULL), +(166, 302, '2008-03-25 17:00:00', '2008-03-25 19:00:00', 0, NULL), +(167, 302, '2008-04-08 17:00:00', '2008-04-08 19:00:00', 0, NULL), +(168, 302, '2008-05-13 17:00:00', '2008-05-13 19:00:00', 0, NULL), +(169, 302, '2008-06-17 17:00:00', '2008-06-17 19:00:00', 0, NULL), +(283, 505, '2010-02-23 17:00:00', '2010-02-23 19:00:00', 0, NULL), +(171, 410, '2009-01-15 17:00:00', '2009-01-15 19:00:00', 0, NULL), +(172, 410, '2009-02-26 17:00:00', '2009-02-26 19:00:00', 0, NULL), +(173, 410, '2009-03-26 17:00:00', '2009-03-26 19:00:00', 0, NULL), +(174, 410, '2009-04-09 17:00:00', '2009-04-09 19:00:00', 0, NULL), +(175, 410, '2009-05-14 17:00:00', '2009-05-14 19:00:00', 0, NULL), +(176, 410, '2009-06-18 17:00:00', '2009-06-18 19:00:00', 0, NULL), +(177, 277, '2009-01-15 17:00:00', '2009-01-15 19:00:00', 0, NULL), +(178, 277, '2009-02-26 17:00:00', '2009-02-26 19:00:00', 0, NULL), +(179, 277, '2009-03-26 17:00:00', '2009-03-26 19:00:00', 0, NULL), +(180, 277, '2009-04-09 17:00:00', '2009-04-09 19:00:00', 0, NULL), +(181, 277, '2009-05-14 17:00:00', '2009-05-14 19:00:00', 0, NULL), +(182, 277, '2009-06-18 17:00:00', '2009-06-18 19:00:00', 0, NULL), +(183, 413, '2008-01-17 18:00:00', '2008-01-17 20:00:00', 0, NULL), +(184, 413, '2008-01-31 18:00:00', '2008-01-31 20:00:00', 0, NULL), +(185, 413, '2008-02-13 18:00:00', '2008-02-13 20:00:00', 0, NULL), +(186, 413, '2008-03-13 18:00:00', '2008-03-13 20:00:00', 0, NULL), +(187, 413, '2008-04-17 18:00:00', '2008-04-17 20:00:00', 0, NULL), +(188, 413, '2008-05-15 18:00:00', '2008-05-15 20:00:00', 0, NULL), +(189, 413, '2008-05-22 18:00:00', '2008-05-22 20:00:00', 0, NULL), +(190, 413, '2008-06-05 18:00:00', '2008-06-05 20:00:00', 0, NULL), +(191, 413, '2008-06-26 18:00:00', '2008-06-26 20:00:00', 0, NULL), +(192, 300, '2008-01-17 18:00:00', '2008-01-17 20:00:00', 0, NULL), +(193, 300, '2008-01-31 18:00:00', '2008-01-31 20:00:00', 0, NULL), +(194, 300, '2008-02-13 18:00:00', '2008-02-13 20:00:00', 0, NULL), +(195, 300, '2008-03-13 18:00:00', '2008-03-13 20:00:00', 0, NULL), +(196, 300, '2008-04-17 18:00:00', '2008-04-17 20:00:00', 0, NULL), +(197, 300, '2008-05-15 18:00:00', '2008-05-15 20:00:00', 0, NULL), +(198, 300, '2008-05-22 18:00:00', '2008-05-22 20:00:00', 0, NULL), +(199, 300, '2008-06-05 18:00:00', '2008-06-05 20:00:00', 0, NULL), +(200, 300, '2008-06-26 18:00:00', '2008-06-26 20:00:00', 0, NULL), +(201, 415, '2008-01-29 13:00:00', '2008-01-29 13:00:00', 0, NULL), +(202, 415, '2008-02-19 13:00:00', '2008-02-19 13:00:00', 0, NULL), +(203, 415, '2008-03-18 13:00:00', '2008-03-18 13:00:00', 0, NULL), +(204, 415, '2008-04-15 13:00:00', '2008-04-15 13:00:00', 0, NULL), +(205, 415, '2008-05-13 13:00:00', '2008-05-13 13:00:00', 0, NULL), +(206, 415, '2008-06-10 13:00:00', '2008-06-10 13:00:00', 0, NULL), +(207, 281, '2008-01-29 17:00:00', '2008-01-29 19:00:00', 0, NULL), +(208, 281, '2008-02-19 17:00:00', '2008-02-19 19:00:00', 0, NULL), +(209, 281, '2008-03-18 17:00:00', '2008-03-18 19:00:00', 0, NULL), +(210, 281, '2008-04-15 17:00:00', '2008-04-15 19:00:00', 0, NULL), +(211, 281, '2008-05-13 17:00:00', '2008-05-13 19:00:00', 0, NULL), +(212, 281, '2008-06-10 17:00:00', '2008-06-10 19:00:00', 0, NULL), +(213, 419, '2007-10-23 18:00:00', '2007-10-23 20:00:00', 0, NULL), +(214, 419, '2007-10-06 18:00:00', '2007-10-06 20:00:00', 0, NULL), +(215, 419, '2007-10-20 18:00:00', '2007-10-20 20:00:00', 0, NULL), +(216, 419, '2007-12-04 18:00:00', '2007-12-04 20:00:00', 0, NULL), +(217, 419, '2007-12-18 18:00:00', '2007-12-18 20:00:00', 0, NULL), +(218, 419, '2008-01-29 18:00:00', '2008-01-29 20:00:00', 0, NULL), +(219, 419, '2008-01-29 18:00:00', '2008-01-29 20:00:00', 0, NULL), +(220, 419, '2008-02-12 18:00:00', '2008-02-12 20:00:00', 0, NULL), +(221, 419, '2009-02-26 18:00:00', '2009-02-26 20:00:00', 0, NULL), +(222, 419, '2009-03-12 18:00:00', '2009-03-12 20:00:00', 0, NULL), +(223, 283, '2007-10-23 18:00:00', '2007-10-23 20:00:00', 0, NULL), +(224, 283, '2007-10-06 18:00:00', '2007-10-06 20:00:00', 0, NULL), +(225, 283, '2007-10-20 18:00:00', '2007-10-20 20:00:00', 0, NULL), +(226, 283, '2007-12-04 18:00:00', '2007-12-04 20:00:00', 0, NULL), +(227, 283, '2007-12-18 18:00:00', '2007-12-18 20:00:00', 0, NULL), +(228, 283, '2008-01-29 18:00:00', '2008-01-29 20:00:00', 0, NULL), +(229, 283, '2008-01-29 18:00:00', '2008-01-29 20:00:00', 0, NULL), +(230, 283, '2008-02-12 18:00:00', '2008-02-12 20:00:00', 0, NULL), +(231, 283, '2009-02-26 18:00:00', '2009-02-26 20:00:00', 0, NULL), +(232, 283, '2009-03-12 18:00:00', '2009-03-12 20:00:00', 0, NULL), +(233, 421, '2007-10-24 18:00:00', '2007-10-24 20:00:00', 0, NULL), +(234, 421, '2007-11-14 18:00:00', '2007-11-14 20:00:00', 0, NULL), +(235, 421, '2008-01-26 18:00:00', '2008-01-26 20:00:00', 0, NULL), +(236, 421, '2008-03-13 18:00:00', '2008-03-13 20:00:00', 0, NULL), +(237, 421, '2008-04-15 18:00:00', '2008-04-15 20:00:00', 0, NULL), +(238, 273, '2007-10-24 18:00:00', '2007-10-24 20:00:00', 0, NULL), +(239, 273, '2007-11-14 18:00:00', '2007-11-14 20:00:00', 0, NULL), +(240, 273, '2008-01-26 18:00:00', '2008-01-26 20:00:00', 0, NULL), +(241, 273, '2008-03-13 18:00:00', '2008-03-13 20:00:00', 0, NULL), +(242, 273, '2008-04-15 18:00:00', '2008-04-15 20:00:00', 0, NULL), +(243, 422, '2007-03-09 14:30:00', '2007-03-09 17:30:00', 0, NULL), +(244, 422, '2007-03-16 14:30:00', '2007-03-16 17:30:00', 0, NULL), +(245, 422, '2007-03-23 14:30:00', '2007-03-23 17:30:00', 0, NULL), +(246, 422, '2007-03-30 14:30:00', '2007-03-30 17:30:00', 0, NULL), +(247, 422, '2007-04-06 14:30:00', '2007-04-06 17:30:00', 0, NULL), +(248, 422, '2007-05-04 14:30:00', '2007-05-08 17:30:00', 0, NULL), +(249, 422, '2007-05-11 14:30:00', '2007-05-11 17:30:00', 0, NULL), +(250, 422, '2007-05-18 14:30:00', '2007-05-18 17:30:00', 0, NULL), +(251, 422, '2007-05-25 14:30:00', '2007-05-25 17:30:00', 0, NULL), +(252, 422, '2009-06-01 14:30:00', '2009-06-01 17:30:00', 0, NULL), +(253, 422, '2009-06-08 14:30:00', '2009-06-08 17:30:00', 0, NULL), +(254, 422, '2009-06-15 14:30:00', '2009-06-15 17:30:00', 0, NULL), +(255, 285, '2007-03-09 14:30:00', '2007-03-09 17:30:00', 0, NULL), +(256, 285, '2007-03-16 14:30:00', '2007-03-16 17:30:00', 0, NULL), +(257, 285, '2007-03-23 14:30:00', '2007-03-23 17:30:00', 0, NULL), +(258, 285, '2007-03-30 14:30:00', '2007-03-30 17:30:00', 0, NULL), +(259, 285, '2007-04-06 14:30:00', '2007-04-06 17:30:00', 0, NULL), +(260, 285, '2007-05-04 14:30:00', '2007-05-08 17:30:00', 0, NULL), +(261, 285, '2007-05-11 14:30:00', '2007-05-11 17:30:00', 0, NULL), +(262, 285, '2007-05-18 14:30:00', '2007-05-18 17:30:00', 0, NULL), +(263, 285, '2007-05-25 14:30:00', '2007-05-25 17:30:00', 0, NULL), +(264, 285, '2009-06-01 14:30:00', '2009-06-01 17:30:00', 0, NULL), +(265, 285, '2009-06-08 14:30:00', '2009-06-08 17:30:00', 0, NULL), +(266, 285, '2009-06-15 14:30:00', '2009-06-15 17:30:00', 0, NULL), +(267, 424, '2006-09-26 19:00:00', '2006-09-26 19:00:00', 0, NULL), +(268, 424, '2006-10-24 19:00:00', '2006-10-24 19:00:00', 0, NULL), +(269, 424, '2006-11-28 19:00:00', '2006-11-28 19:00:00', 0, NULL), +(270, 424, '2007-01-09 19:00:00', '2007-01-09 19:00:00', 0, NULL), +(271, 424, '2007-02-13 19:00:00', '2007-02-13 19:00:00', 0, NULL), +(272, 424, '2007-03-13 19:00:00', '2007-03-13 19:00:00', 0, NULL), +(273, 424, '2007-04-24 19:00:00', '2007-04-24 19:00:00', 0, NULL), +(274, 424, '2007-05-21 19:00:00', '2007-05-21 19:00:00', 0, NULL), +(275, 271, '2006-09-26 19:00:00', '2006-09-26 19:00:00', 0, NULL), +(276, 271, '2006-10-24 19:00:00', '2006-10-24 19:00:00', 0, NULL), +(277, 271, '2006-11-28 19:00:00', '2006-11-28 19:00:00', 0, NULL), +(278, 271, '2007-01-09 19:00:00', '2007-01-09 19:00:00', 0, NULL), +(279, 271, '2007-02-13 19:00:00', '2007-02-13 19:00:00', 0, NULL), +(280, 271, '2007-03-13 19:00:00', '2007-03-13 19:00:00', 0, NULL), +(281, 271, '2007-04-24 19:00:00', '2007-04-24 19:00:00', 0, NULL), +(282, 271, '2007-05-21 19:00:00', '2007-05-21 19:00:00', 0, NULL), +(284, 505, '2010-03-16 17:00:00', '2010-03-16 19:00:00', 0, NULL), +(285, 505, '2010-03-30 17:00:00', '2010-03-30 19:00:00', 0, NULL), +(286, 505, '2010-04-20 17:00:00', '2010-04-20 19:00:00', 0, NULL), +(287, 505, '2010-05-04 17:00:00', '2010-05-04 19:00:00', 0, NULL), +(288, 505, '2010-06-15 17:00:00', '2010-06-15 19:00:00', 0, NULL), +(289, 505, '2010-06-29 17:00:00', '2010-06-30 01:00:00', 0, NULL), +(290, 504, '2010-02-23 17:00:00', '2010-02-23 19:00:00', 0, NULL), +(291, 504, '2010-03-16 17:00:00', '2010-03-16 19:00:00', 0, NULL), +(292, 504, '2010-03-30 17:00:00', '2010-03-30 19:00:00', 0, NULL), +(293, 504, '2010-04-20 17:00:00', '2010-04-20 19:00:00', 0, NULL), +(294, 504, '2010-05-04 17:00:00', '2010-05-04 19:00:00', 0, NULL), +(295, 504, '2010-06-15 17:00:00', '2010-06-15 19:00:00', 0, NULL), +(296, 504, '2010-06-29 17:00:00', '2010-06-30 01:00:00', 0, NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `wp_gigs_gig` +-- + +DROP TABLE IF EXISTS `wp_gigs_gig`; +CREATE TABLE IF NOT EXISTS `wp_gigs_gig` ( + `id` int(10) unsigned NOT NULL auto_increment, + `venueID` int(10) unsigned NOT NULL, + `date` date NOT NULL, + `notes` text NOT NULL, + `postID` bigint(20) unsigned NOT NULL, + `eventName` varchar(255) NOT NULL, + `tour_id` int(10) unsigned default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; + +-- +-- Contenu de la table `wp_gigs_gig` +-- + +INSERT INTO `wp_gigs_gig` (`id`, `venueID`, `date`, `notes`, `postID`, `eventName`, `tour_id`) VALUES +(1, 1, '2009-12-24', 'is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ''Content here, content here'', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ''lorem ipsum'' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 35, 'ENMI 2010', NULL), +(2, 1, '2009-12-30', 'Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ''Content here, content here'', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ''lorem ipsum'' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 40, 'Conférence N°2', NULL); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `wp_gigs_performance` +-- + +DROP TABLE IF EXISTS `wp_gigs_performance`; +CREATE TABLE IF NOT EXISTS `wp_gigs_performance` ( + `id` int(10) unsigned NOT NULL auto_increment, + `gigID` int(10) unsigned NOT NULL, + `time` time default NULL, + `link` varchar(255) NOT NULL, + `shortNotes` varchar(255) NOT NULL, + `ages` varchar(255) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ; + +-- +-- Contenu de la table `wp_gigs_performance` +-- + +INSERT INTO `wp_gigs_performance` (`id`, `gigID`, `time`, `link`, `shortNotes`, `ages`) VALUES +(1, 1, '20:00:00', 'http://amateur.iri.centrepompidou.fr/nouveaumonde/enmi/conf/', 'test', 'All Ages'), +(3, 2, '22:00:00', 'http://amateur.iri.centrepompidou.fr/nouveaumonde/enmi/conf/', 'event 2 short here', 'All Ages'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `wp_gigs_tour` +-- + +DROP TABLE IF EXISTS `wp_gigs_tour`; +CREATE TABLE IF NOT EXISTS `wp_gigs_tour` ( + `id` int(10) unsigned NOT NULL auto_increment, + `name` varchar(255) NOT NULL, + `notes` mediumtext NOT NULL, + `pos` int(10) unsigned NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; + +-- +-- Contenu de la table `wp_gigs_tour` +-- + + +-- -------------------------------------------------------- + +-- +-- Structure de la table `wp_gigs_venue` +-- + +DROP TABLE IF EXISTS `wp_gigs_venue`; +CREATE TABLE IF NOT EXISTS `wp_gigs_venue` ( + `id` int(10) unsigned NOT NULL auto_increment, + `name` varchar(255) NOT NULL, + `address` text NOT NULL, + `city` varchar(255) NOT NULL, + `state` varchar(255) NOT NULL, + `country` varchar(255) NOT NULL, + `postalCode` varchar(255) NOT NULL, + `contact` varchar(255) NOT NULL, + `phone` varchar(255) NOT NULL, + `email` varchar(255) NOT NULL, + `link` varchar(255) NOT NULL, + `notes` text NOT NULL, + `private` tinyint(4) NOT NULL, + `apiID` int(10) unsigned NOT NULL, + `deleted` tinyint(4) NOT NULL, + `customMap` varchar(255) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; + +-- +-- Contenu de la table `wp_gigs_venue` +-- + +INSERT INTO `wp_gigs_venue` (`id`, `name`, `address`, `city`, `state`, `country`, `postalCode`, `contact`, `phone`, `email`, `link`, `notes`, `private`, `apiID`, `deleted`, `customMap`) VALUES +(1, 'Centre George Pompidou', 'Place Georges Pompidou\n', 'Paris', '', 'France', '75004 ', '', '', '', '', '', 0, 0, 0, 'Place Georges Pompidou 75004 Paris'); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `wp_links` +-- + +DROP TABLE IF EXISTS `wp_links`; +CREATE TABLE IF NOT EXISTS `wp_links` ( + `link_id` bigint(20) unsigned NOT NULL auto_increment, + `link_url` varchar(255) NOT NULL default '', + `link_name` varchar(255) NOT NULL default '', + `link_image` varchar(255) NOT NULL default '', + `link_target` varchar(25) NOT NULL default '', + `link_description` varchar(255) NOT NULL default '', + `link_visible` varchar(20) NOT NULL default 'Y', + `link_owner` bigint(20) unsigned NOT NULL default '1', + `link_rating` int(11) NOT NULL default '0', + `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', + `link_rel` varchar(255) NOT NULL default '', + `link_notes` mediumtext NOT NULL, + `link_rss` varchar(255) NOT NULL default '', + PRIMARY KEY (`link_id`), + KEY `link_visible` (`link_visible`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ; + +-- +-- Contenu de la table `wp_links` +-- + +INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES +(1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), +(2, 'http://wordpress.org/development/', 'Development Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/development/feed/'), +(3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), +(4, 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), +(5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), +(6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), +(7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), +(8, 'http://www.thdculture.fr/', 'THD culture', '', '_blank', 'THD Culture est une revue en ligne initiée et publiée dans le cadre du projet de plateforme régionale d''expérimentation THD (Très Haut Débit) coordonné par Cap Digital.', 'Y', 1, 0, '0000-00-00 00:00:00', 'me', '', ''), +(9, 'http://amateur.iri.centrepompidou.fr/nouveaumonde/enmi/conf/', 'Entretien du Nouveau Monde Industriel', '', '_blank', '', 'Y', 1, 0, '0000-00-00 00:00:00', 'me', '', ''); + +-- -------------------------------------------------------- + +-- +-- Structure de la table `wp_options` +-- + +DROP TABLE IF EXISTS `wp_options`; +CREATE TABLE IF NOT EXISTS `wp_options` ( + `option_id` bigint(20) unsigned NOT NULL auto_increment, + `blog_id` int(11) NOT NULL default '0', + `option_name` varchar(64) NOT NULL default '', + `option_value` longtext NOT NULL, + `autoload` varchar(20) NOT NULL default 'yes', + PRIMARY KEY (`option_id`,`blog_id`,`option_name`), + KEY `option_name` (`option_name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2358 ; + +-- +-- Contenu de la table `wp_options` +-- + +INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES +(2, 0, 'siteurl', 'http://www.iri.centrepompidou.fr/dev/~hurons/', 'yes'), +(3, 0, 'blogname', 'IRI', 'yes'), +(4, 0, 'blogdescription', 'Institut de recherche et d’innovation', 'yes'), +(5, 0, 'users_can_register', '', 'yes'), +(6, 0, 'admin_email', 'samuel.huron@centrepompidou.fr', 'yes'), +(7, 0, 'start_of_week', '1', 'yes'), +(8, 0, 'use_balanceTags', '', 'yes'), +(9, 0, 'use_smilies', '1', 'yes'), +(10, 0, 'require_name_email', '1', 'yes'), +(11, 0, 'comments_notify', '1', 'yes'), +(12, 0, 'posts_per_rss', '10', 'yes'), +(13, 0, 'rss_excerpt_length', '50', 'yes'), +(14, 0, 'rss_use_excerpt', '0', 'yes'), +(15, 0, 'mailserver_url', 'mail.example.com', 'yes'), +(16, 0, 'mailserver_login', 'login@example.com', 'yes'), +(17, 0, 'mailserver_pass', 'password', 'yes'), +(18, 0, 'mailserver_port', '110', 'yes'), +(19, 0, 'default_category', '1', 'yes'), +(20, 0, 'default_comment_status', 'closed', 'yes'), +(21, 0, 'default_ping_status', 'closed', 'yes'), +(22, 0, 'default_pingback_flag', '1', 'yes'), +(23, 0, 'default_post_edit_rows', '20', 'yes'), +(24, 0, 'posts_per_page', '10', 'yes'), +(25, 0, 'date_format', 'm/d/Y', 'yes'), +(26, 0, 'time_format', 'G \\h i \\m\\i\\n', 'yes'), +(27, 0, 'links_updated_date_format', 'j F Y, G \\h i \\m\\i\\n', 'yes'), +(28, 0, 'links_recently_updated_prepend', '', 'yes'), +(29, 0, 'links_recently_updated_append', '', 'yes'), +(30, 0, 'links_recently_updated_time', '120', 'yes'), +(31, 0, 'comment_moderation', '1', 'yes'), +(32, 0, 'moderation_notify', '1', 'yes'), +(33, 0, 'permalink_structure', '/%category%/%postname%/', 'yes'), +(34, 0, 'gzipcompression', '0', 'yes'), +(35, 0, 'hack_file', '0', 'yes'), +(36, 0, 'blog_charset', 'UTF-8', 'yes'), +(37, 0, 'moderation_keys', '', 'no'), +(38, 0, 'active_plugins', 'a:20:{i:0;s:15:"Text_Cutter.php";i:1;s:25:"add-to-any/add-to-any.php";i:2;s:33:"event-calendar/eventcalendar3.php";i:3;s:25:"event-calendar/widget.php";i:4;s:21:"exec-php/exec-php.php";i:5;s:34:"feedburner-plugin/fdfeedburner.php";i:6;s:36:"google-sitemap-generator/sitemap.php";i:7;s:18:"nice-titles/nt.php";i:8;s:35:"order-categories/category-order.php";i:9;s:21:"page2cat/page2cat.php";i:10;s:27:"php-code-widget/execphp.php";i:11;s:55:"posts-of-current-category/posts-of-current-category.php";i:12;s:60:"quick-pagepost-redirect-plugin/page_post_redirect_plugin.php";i:13;s:43:"related-posts-by-category/related_posts.php";i:14;s:37:"twitter-tools/twitter-tools-bitly.php";i:15;s:31:"twitter-tools/twitter-tools.php";i:16;s:41:"ultimate-google-analytics/ultimate_ga.php";i:17;s:25:"wp-cumulus/wp-cumulus.php";i:18;s:27:"wp-explorer/wp-explorer.php";i:19;s:19:"wptouch/wptouch.php";}', 'yes'), +(39, 0, 'home', '', 'yes'), +(40, 0, 'category_base', '', 'yes'), +(41, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), +(42, 0, 'advanced_edit', '0', 'yes'), +(43, 0, 'comment_max_links', '2', 'yes'), +(44, 0, 'gmt_offset', '', 'yes'), +(45, 0, 'default_email_category', '1', 'yes'), +(46, 0, 'recently_edited', 'a:5:{i:0;s:27:"/themes/IRI-Theme/style.css";i:2;s:35:"/themes/gridline_magazine/style.css";i:3;s:27:"/themes/gridfocus/index.php";i:4;s:38:"/themes/gridfocus/navigation.strip.php";i:5;s:28:"/themes/gridfocus/header.php";}', 'no'), +(47, 0, 'use_linksupdate', '', 'yes'), +(48, 0, 'template', 'IRI-Theme', 'yes'), +(49, 0, 'stylesheet', 'IRI-Theme', 'yes'), +(50, 0, 'comment_whitelist', '1', 'yes'), +(51, 0, 'blacklist_keys', '', 'no'), +(52, 0, 'comment_registration', '', 'yes'), +(53, 0, 'rss_language', 'en', 'yes'), +(54, 0, 'html_type', 'text/html', 'yes'), +(55, 0, 'use_trackback', '0', 'yes'), +(56, 0, 'default_role', 'subscriber', 'yes'), +(57, 0, 'db_version', '11548', 'yes'), +(58, 0, 'uploads_use_yearmonth_folders', '1', 'yes'), +(59, 0, 'upload_path', 'wp-content/uploads', 'yes'), +(60, 0, 'secret', 'LXjah5T!rYfIMjesTi0ZH3$VL8a^CqREbxUyZEUuqxY1D3d5NC&Gm3hBLGJO@FGC', 'yes'), +(61, 0, 'blog_public', '0', 'yes'), +(62, 0, 'default_link_category', '2', 'yes'), +(63, 0, 'show_on_front', 'posts', 'yes'), +(64, 0, 'tag_base', '', 'yes'), +(65, 0, 'show_avatars', '0', 'yes'), +(66, 0, 'avatar_rating', 'G', 'yes'), +(67, 0, 'upload_url_path', '', 'yes'), +(68, 0, 'thumbnail_size_w', '150', 'yes'), +(69, 0, 'thumbnail_size_h', '150', 'yes'), +(70, 0, 'thumbnail_crop', '1', 'yes'), +(71, 0, 'medium_size_w', '300', 'yes'), +(72, 0, 'medium_size_h', '300', 'yes'), +(73, 0, 'avatar_default', 'mystery', 'yes'), +(74, 0, 'enable_app', '', 'yes'), +(75, 0, 'enable_xmlrpc', '', 'yes'), +(76, 0, 'large_size_w', '1024', 'yes'), +(77, 0, 'large_size_h', '1024', 'yes'), +(78, 0, 'image_default_link_type', 'file', 'yes'), +(79, 0, 'image_default_size', '', 'yes'), +(80, 0, 'image_default_align', '', 'yes'), +(81, 0, 'close_comments_for_old_posts', '1', 'yes'), +(82, 0, 'close_comments_days_old', '0', 'yes'), +(83, 0, 'thread_comments', '', 'yes'), +(84, 0, 'thread_comments_depth', '5', 'yes'), +(85, 0, 'page_comments', '1', 'yes'), +(86, 0, 'comments_per_page', '50', 'yes'), +(87, 0, 'default_comments_page', 'newest', 'yes'), +(88, 0, 'comment_order', 'asc', 'yes'), +(89, 0, 'sticky_posts', 'a:0:{}', 'yes'), +(90, 0, 'widget_categories', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(91, 0, 'widget_text', 'a:3:{i:2;a:0:{}i:3;a:3:{s:5:"title";s:13:"primary post ";s:4:"text";s:17:"ici primary post ";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'), +(92, 0, 'widget_rss', 'a:3:{i:2;a:0:{}i:4;a:6:{s:5:"title";s:11:"Actualités";s:3:"url";s:70:"http://feeds.delicious.com/v2/rss/iri_institute/aLireAilleurs?count=13";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), +(93, 0, 'timezone_string', 'Etc/GMT-1', 'yes'), +(94, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:56:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:8:"exec_php";b:1;s:15:"edit_others_php";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'), +(96, 0, 'cron', 'a:2:{i:1265071932;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}s:7:"version";i:2;}', 'yes'), +(101, 0, 'auth_salt', 'n1Vjdb#niYAqiK&T&#bUm*aEEkmDIuusdpQKcVkfIxi9J5mpoXl5x%zR&Zyl%q44', 'yes'), +(102, 0, 'logged_in_salt', 'BXoNJnOb9q2lwra@VR1iuO47POh@7ixWp677LxBo@u*BAD)UiJ&yaOXJ9h%BZ5I(', 'yes'), +(103, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(104, 0, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), +(105, 0, 'widget_archives', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(106, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(107, 0, 'widget_meta', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(108, 0, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), +(109, 0, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:23:"Dernières publications";s:6:"number";i:6;}s:12:"_multiwidget";i:1;}', 'yes'), +(110, 0, 'widget_recent-comments', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(111, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(112, 0, 'dashboard_widget_options', 'a:3:{s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:44:"http://www.iri.centrepompidou.fr/dev/~hurons";s:4:"link";s:126:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://www.iri.centrepompidou.fr/dev/~hurons/";s:3:"url";s:144:"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=20&output=rss&partner=wordpress&q=link:http://www.cybunk.com/iritest/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:33:"http://wordpress.org/development/";s:3:"url";s:38:"http://wordpress.org/development/feed/";s:5:"title";s:48:"Blog de développement de WordPress (en anglais)";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:4:{s:4:"link";s:35:"http://www.wordpress-fr.net/planet/";s:3:"url";s:55:"http://feeds2.feedburner.com/WordpressFrancophonePlanet";s:5:"title";s:46:"Autres actualités de WordPress (en français)";s:5:"items";i:5;}}', 'yes'), +(113, 0, 'nonce_salt', 'I2(X#JpZU#9DL%I4kMir9^k9Ht0FDBmLsnLbEU(O3cn8Q3kphCG7TGZp6%AOfW3A', 'yes'), +(736, 0, 'current_theme', 'test IRI sam', 'yes'), +(405, 0, 'widget_rss_sam', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), +(567, 0, 'ec3_day_length', '3', 'yes'), +(565, 0, 'ec3_num_months', '1', 'yes'), +(566, 0, 'ec3_show_only_events', '1', 'yes'), +(561, 0, 'ec3_event_category', '17', 'yes'), +(860, 0, 'A2A_SHARE_SAVE_display_in_posts_on_front_page', '-1', 'yes'), +(560, 0, 'ec3_version', '3.1.4', 'yes'), +(562, 0, 'ec3_tz', 'Europe/Paris', 'yes'), +(570, 0, 'ec3_hide_event_box', '1', 'yes'), +(571, 0, 'ec3_advanced', '0', 'yes'), +(762, 0, 'zd_multilang_position', 'top', 'yes'), +(763, 0, 'zd_multilang_display_original', 'yes', 'yes'), +(764, 0, 'zd_multilang_lang_switcher', 'show', 'yes'), +(765, 0, 'zd_multilang_langnames', 'show', 'yes'), +(766, 0, 'zd_multilang_show_flags', 'show', 'yes'), +(767, 0, 'zd_multilang_switcher_class', 'lang_switch', 'yes'), +(768, 0, 'zd_multilang_permalink_def', 'yes', 'yes'), +(769, 0, 'zd_multilang_display_untranslated', 'show', 'yes'), +(770, 0, 'zd_multilang_display_glink', 'show', 'yes'), +(771, 0, 'zd_multilang_keep_separate_comments', 'yes', 'yes'), +(772, 0, 'zdmultilang_autosave', 'yes', 'yes'), +(131, 0, 'can_compress_scripts', '1', 'yes'), +(142, 0, 'add_to_facebook_options', 'a:2:{s:9:"link_type";s:4:"text";s:14:"insertion_type";s:4:"auto";}', 'yes'), +(143, 0, 'zd_multilang_dbschema', '125', 'yes'), +(144, 0, 'zd_multilang_access', '10', 'yes'), +(145, 0, 'recently_activated', 'a:0:{}', 'yes'); +INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES +(1063, 0, 'wporg_popular_tags', 'O:8:"stdClass":2:{s:7:"timeout";i:1262685180;s:6:"cached";a:100:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"1222";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:3:"970";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:3:"744";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:3:"722";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:3:"701";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:3:"636";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"558";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"425";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"395";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"380";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"373";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"368";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"324";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"294";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"280";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"275";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"244";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"224";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"208";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"199";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"190";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"185";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"182";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"181";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"176";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"168";}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";s:3:"167";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"166";}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";s:3:"164";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"164";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"160";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"159";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"156";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"152";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"149";}s:10:"formatting";a:3:{s:4:"name";s:10:"Formatting";s:4:"slug";s:10:"formatting";s:5:"count";s:3:"144";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"143";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"143";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"140";}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";s:3:"139";}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";s:3:"136";}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";s:3:"125";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"124";}s:4:"wpmu";a:3:{s:4:"name";s:4:"wpmu";s:4:"slug";s:4:"wpmu";s:5:"count";s:3:"122";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"118";}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";s:3:"117";}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";s:3:"116";}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";s:3:"114";}s:3:"css";a:3:{s:4:"name";s:3:"CSS";s:4:"slug";s:3:"css";s:5:"count";s:3:"113";}s:3:"tag";a:3:{s:4:"name";s:3:"tag";s:4:"slug";s:3:"tag";s:5:"count";s:3:"111";}s:4:"list";a:3:{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";s:3:"110";}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";s:3:"110";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"110";}s:7:"picture";a:3:{s:4:"name";s:7:"picture";s:4:"slug";s:7:"picture";s:5:"count";s:3:"105";}s:8:"pictures";a:3:{s:4:"name";s:8:"pictures";s:4:"slug";s:8:"pictures";s:5:"count";s:3:"105";}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";s:3:"102";}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";s:3:"101";}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";s:2:"97";}s:4:"digg";a:3:{s:4:"name";s:4:"Digg";s:4:"slug";s:4:"digg";s:5:"count";s:2:"97";}s:11:"integration";a:3:{s:4:"name";s:11:"integration";s:4:"slug";s:11:"integration";s:5:"count";s:2:"93";}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";s:2:"93";}s:6:"flickr";a:3:{s:4:"name";s:6:"flickr";s:4:"slug";s:6:"flickr";s:5:"count";s:2:"93";}s:4:"code";a:3:{s:4:"name";s:4:"code";s:4:"slug";s:4:"code";s:5:"count";s:2:"92";}s:4:"html";a:3:{s:4:"name";s:4:"html";s:4:"slug";s:4:"html";s:5:"count";s:2:"92";}s:8:"bookmark";a:3:{s:4:"name";s:8:"bookmark";s:4:"slug";s:8:"bookmark";s:5:"count";s:2:"89";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:2:"89";}s:6:"random";a:3:{s:4:"name";s:6:"random";s:4:"slug";s:6:"random";s:5:"count";s:2:"88";}s:9:"bookmarks";a:3:{s:4:"name";s:9:"bookmarks";s:4:"slug";s:9:"bookmarks";s:5:"count";s:2:"85";}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";s:2:"84";}s:5:"yahoo";a:3:{s:4:"name";s:5:"yahoo";s:4:"slug";s:5:"yahoo";s:5:"count";s:2:"84";}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";s:2:"83";}s:9:"slideshow";a:3:{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";s:2:"83";}s:4:"blog";a:3:{s:4:"name";s:4:"blog";s:4:"slug";s:4:"blog";s:5:"count";s:2:"82";}s:9:"automatic";a:3:{s:4:"name";s:9:"automatic";s:4:"slug";s:9:"automatic";s:5:"count";s:2:"81";}s:5:"tweet";a:3:{s:4:"name";s:5:"tweet";s:4:"slug";s:5:"tweet";s:5:"count";s:2:"81";}s:5:"feeds";a:3:{s:4:"name";s:5:"feeds";s:4:"slug";s:5:"feeds";s:5:"count";s:2:"79";}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";s:2:"78";}s:3:"cms";a:3:{s:4:"name";s:3:"cms";s:4:"slug";s:3:"cms";s:5:"count";s:2:"77";}s:8:"template";a:3:{s:4:"name";s:8:"template";s:4:"slug";s:8:"template";s:5:"count";s:2:"76";}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";s:2:"75";}s:7:"adsense";a:3:{s:4:"name";s:7:"adsense";s:4:"slug";s:7:"adsense";s:5:"count";s:2:"74";}s:4:"news";a:3:{s:4:"name";s:4:"News";s:4:"slug";s:4:"news";s:5:"count";s:2:"74";}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";s:2:"74";}s:11:"delicious-1";a:3:{s:4:"name";s:9:"delicious";s:4:"slug";s:11:"delicious-1";s:5:"count";s:2:"73";}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";s:2:"73";}s:5:"share";a:3:{s:4:"name";s:5:"Share";s:4:"slug";s:5:"share";s:5:"count";s:2:"71";}s:9:"thumbnail";a:3:{s:4:"name";s:9:"thumbnail";s:4:"slug";s:9:"thumbnail";s:5:"count";s:2:"71";}s:8:"lightbox";a:3:{s:4:"name";s:8:"lightbox";s:4:"slug";s:8:"lightbox";s:5:"count";s:2:"69";}s:4:"text";a:3:{s:4:"name";s:4:"text";s:4:"slug";s:4:"text";s:5:"count";s:2:"69";}s:5:"music";a:3:{s:4:"name";s:5:"music";s:4:"slug";s:5:"music";s:5:"count";s:2:"67";}s:3:"php";a:3:{s:4:"name";s:3:"php";s:4:"slug";s:3:"php";s:5:"count";s:2:"67";}s:6:"author";a:3:{s:4:"name";s:6:"author";s:4:"slug";s:6:"author";s:5:"count";s:2:"67";}s:14:"administration";a:3:{s:4:"name";s:14:"administration";s:4:"slug";s:14:"administration";s:5:"count";s:2:"66";}s:4:"atom";a:3:{s:4:"name";s:4:"atom";s:4:"slug";s:4:"atom";s:5:"count";s:2:"64";}s:6:"upload";a:3:{s:4:"name";s:6:"upload";s:4:"slug";s:6:"upload";s:5:"count";s:2:"63";}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";s:2:"62";}s:8:"blogroll";a:3:{s:4:"name";s:8:"blogroll";s:4:"slug";s:8:"blogroll";s:5:"count";s:2:"61";}s:7:"archive";a:3:{s:4:"name";s:7:"archive";s:4:"slug";s:7:"archive";s:5:"count";s:2:"61";}s:4:"mail";a:3:{s:4:"name";s:4:"mail";s:4:"slug";s:4:"mail";s:5:"count";s:2:"61";}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";s:2:"60";}}}', 'no'), +(147, 0, 'zd_multilang_defaultlanguage', 'fr', 'yes'), +(151, 0, 'sidebars_widgets', 'a:7:{s:19:"wp_inactive_widgets";a:10:{i:0;s:7:"pages-2";i:1;s:10:"archives-2";i:2;s:7:"links-2";i:3;s:6:"meta-2";i:4;s:6:"text-2";i:5;s:17:"recent-comments-2";i:6;s:5:"rss-2";i:7;s:11:"tag_cloud-2";i:8;s:6:"text-3";i:9;s:12:"categories-2";}s:9:"sidebar-1";a:2:{i:0;s:24:"postsofcurrentcategory-4";i:1;s:9:"execphp-4";}s:9:"sidebar-2";a:2:{i:0;s:9:"execphp-3";i:1;s:9:"execphp-5";}s:9:"sidebar-3";a:1:{i:0;s:14:"recent-posts-2";}s:9:"sidebar-4";a:1:{i:0;s:5:"rss-4";}s:9:"sidebar-5";a:1:{i:0;s:10:"wp-cumulus";}s:13:"array_version";i:3;}', 'yes'), +(152, 0, 'calendar_upcoming_widget_title', 'Evenement à venir', 'yes'), +(153, 0, 'zdml_widget_title', 'Language', 'yes'), +(154, 0, 'zdml_widget_options', '1', 'yes'), +(155, 0, 'zdml_widget_options_flag', '1', 'yes'), +(158, 0, 'header_image', '', 'yes'), +(159, 0, 'show_rss', '1', 'yes'), +(160, 0, 'show_author', '', 'yes'), +(161, 0, 'copyright', 'Copyright © 2009 IRI - Institut de recherche et d’innovation ', 'yes'), +(162, 0, 'frame_all_images', '1', 'yes'), +(163, 0, 'frame_class_skip', 'noframe,wp-smiley', 'yes'), +(164, 0, 'create_photoblog_thumbnails', '', 'yes'), +(165, 0, 'photoblog_thumb_count', '30', 'yes'), +(166, 0, 'photoblog_thumb_width', '', 'yes'), +(167, 0, 'photoblog_thumb_height', '', 'yes'), +(168, 0, 'photoblog_lightbox', '', 'yes'), +(169, 0, 'photoblog_frames', '', 'yes'), +(170, 0, 'page_setup', 'right-sidebar', 'yes'), +(171, 0, 'elegant_grunge_photoblog_tags', 'photoblog', 'yes'), +(172, 0, 'elegant_grunge_photoblog_heading', 'Photoblog', 'yes'), +(173, 0, 'elegant_grunge_photoblog_entries', '4', 'yes'), +(174, 0, 'elegant_grunge_photoblog_order', 'random', 'yes'), +(175, 0, 'elegant_grunge_photoblog_width', '100', 'yes'), +(176, 0, 'elegant_grunge_photoblog_height', '70', 'yes'), +(180, 0, 'SimpleBalance', 'a:87:{s:12:"color_scheme";s:7:"default";s:12:"layout_style";s:3:"scs";s:18:"display_left_image";i:1;s:18:"display_email_subs";i:0;s:15:"feedburner_name";s:0:"";s:19:"display_description";i:1;s:14:"top_menu_pages";s:0:"";s:13:"home_excerpts";i:1;s:14:"home_fullposts";i:1;s:12:"custom_image";i:0;s:16:"custom_image_url";s:0:"";s:10:"custom_rss";i:0;s:14:"custom_rss_url";s:0:"";s:13:"show_featured";i:0;s:11:"featured_id";s:0:"";s:15:"display_top_ads";i:1;s:10:"top_ad_url";s:0:"";s:13:"top_ad_source";s:0:"";s:12:"top_ad_title";s:11:"Advertising";s:11:"top_ad_type";s:0:"";s:10:"top_ad_win";s:5:"_self";s:11:"top_adsense";i:0;s:16:"top_adsense_code";s:0:"";s:17:"display_right_ads";i:1;s:14:"right_ads_rows";i:1;s:12:"ads_position";s:6:"bottom";s:9:"ads_title";s:11:"Advertising";s:14:"advertise_link";s:1:"#";s:13:"right_adsense";i:0;s:18:"right_adsense_code";s:0:"";s:12:"first_ad_url";s:0:"";s:15:"first_ad_source";s:0:"";s:14:"first_ad_title";s:11:"Advertising";s:13:"first_ad_type";s:0:"";s:12:"first_ad_win";s:5:"_self";s:12:"first_ad_gas";i:0;s:17:"first_ad_gas_code";s:0:"";s:13:"second_ad_url";s:0:"";s:16:"second_ad_source";s:0:"";s:15:"second_ad_title";s:11:"Advertising";s:14:"second_ad_type";s:0:"";s:13:"second_ad_win";s:5:"_self";s:13:"second_ad_gas";i:0;s:18:"second_ad_gas_code";s:0:"";s:12:"third_ad_url";s:0:"";s:15:"third_ad_source";s:0:"";s:14:"third_ad_title";s:11:"Advertising";s:13:"third_ad_type";s:0:"";s:12:"third_ad_win";s:5:"_self";s:12:"third_ad_gas";i:0;s:17:"third_ad_gas_code";s:0:"";s:13:"fourth_ad_url";s:0:"";s:16:"fourth_ad_source";s:0:"";s:15:"fourth_ad_title";s:11:"Advertising";s:14:"fourth_ad_type";s:0:"";s:13:"fourth_ad_win";s:5:"_self";s:13:"fourth_ad_gas";i:0;s:18:"fourth_ad_gas_code";s:0:"";s:12:"fifth_ad_url";s:0:"";s:15:"fifth_ad_source";s:0:"";s:14:"fifth_ad_title";s:11:"Advertising";s:13:"fifth_ad_type";s:0:"";s:12:"fifth_ad_win";s:5:"_self";s:12:"fifth_ad_gas";i:0;s:17:"fifth_ad_gas_code";s:0:"";s:12:"sixth_ad_url";s:0:"";s:15:"sixth_ad_source";s:0:"";s:14:"sixth_ad_title";s:11:"Advertising";s:13:"sixth_ad_type";s:0:"";s:12:"sixth_ad_win";s:5:"_self";s:12:"sixth_ad_gas";i:0;s:17:"sixth_ad_gas_code";s:0:"";s:14:"seventh_ad_url";s:0:"";s:17:"seventh_ad_source";s:0:"";s:16:"seventh_ad_title";s:11:"Advertising";s:15:"seventh_ad_type";s:0:"";s:14:"seventh_ad_win";s:5:"_self";s:14:"seventh_ad_gas";i:0;s:19:"seventh_ad_gas_code";s:0:"";s:13:"eighth_ad_url";s:0:"";s:16:"eighth_ad_source";s:0:"";s:15:"eighth_ad_title";s:11:"Advertising";s:14:"eighth_ad_type";s:0:"";s:13:"eighth_ad_win";s:5:"_self";s:13:"eighth_ad_gas";i:0;s:18:"eighth_ad_gas_code";s:0:"";s:13:"hide_meta_gen";i:0;}', 'yes'), +(181, 0, 'sm_options', 'a:58:{s:18:"sm_b_prio_provider";s:41:"GoogleSitemapGeneratorPrioByCountProvider";s:13:"sm_b_filename";s:11:"sitemap.xml";s:10:"sm_b_debug";b:1;s:8:"sm_b_xml";b:1;s:9:"sm_b_gzip";b:1;s:9:"sm_b_ping";b:1;s:14:"sm_b_pingyahoo";b:0;s:13:"sm_b_yahookey";s:0:"";s:12:"sm_b_pingask";b:1;s:12:"sm_b_pingmsn";b:1;s:19:"sm_b_manual_enabled";b:0;s:17:"sm_b_auto_enabled";b:1;s:15:"sm_b_auto_delay";b:1;s:15:"sm_b_manual_key";s:32:"ab4a9fa4b5a3a6f8d9dbdbce85a9185d";s:11:"sm_b_memory";s:0:"";s:9:"sm_b_time";i:-1;s:14:"sm_b_max_posts";i:-1;s:13:"sm_b_safemode";b:0;s:18:"sm_b_style_default";b:1;s:10:"sm_b_style";s:0:"";s:11:"sm_b_robots";b:1;s:12:"sm_b_exclude";a:0:{}s:17:"sm_b_exclude_cats";a:0:{}s:18:"sm_b_location_mode";s:4:"auto";s:20:"sm_b_filename_manual";s:0:"";s:19:"sm_b_fileurl_manual";s:0:"";s:10:"sm_in_home";b:1;s:11:"sm_in_posts";b:1;s:15:"sm_in_posts_sub";b:0;s:11:"sm_in_pages";b:1;s:10:"sm_in_cats";b:0;s:10:"sm_in_arch";b:0;s:10:"sm_in_auth";b:0;s:10:"sm_in_tags";b:0;s:9:"sm_in_tax";a:0:{}s:13:"sm_in_lastmod";b:1;s:10:"sm_cf_home";s:5:"daily";s:11:"sm_cf_posts";s:7:"monthly";s:11:"sm_cf_pages";s:6:"weekly";s:10:"sm_cf_cats";s:6:"weekly";s:10:"sm_cf_auth";s:6:"weekly";s:15:"sm_cf_arch_curr";s:5:"daily";s:14:"sm_cf_arch_old";s:6:"yearly";s:10:"sm_cf_tags";s:6:"weekly";s:10:"sm_pr_home";d:1;s:11:"sm_pr_posts";d:0.59999999999999997779553950749686919152736663818359375;s:15:"sm_pr_posts_min";d:0.200000000000000011102230246251565404236316680908203125;s:11:"sm_pr_pages";d:0.59999999999999997779553950749686919152736663818359375;s:10:"sm_pr_cats";d:0.299999999999999988897769753748434595763683319091796875;s:10:"sm_pr_arch";d:0.299999999999999988897769753748434595763683319091796875;s:10:"sm_pr_auth";d:0.299999999999999988897769753748434595763683319091796875;s:10:"sm_pr_tags";d:0.299999999999999988897769753748434595763683319091796875;s:12:"sm_i_donated";b:0;s:17:"sm_i_hide_donated";b:0;s:17:"sm_i_install_date";i:1260883959;s:14:"sm_i_hide_note";b:0;s:15:"sm_i_hide_works";b:0;s:16:"sm_i_hide_donors";b:0;}', 'yes'), +(183, 0, 'sm_status', 'O:28:"GoogleSitemapGeneratorStatus":34:{s:10:"_startTime";d:1265037962.6886680126190185546875;s:8:"_endTime";d:1265037962.693995952606201171875;s:11:"_hasChanged";b:1;s:12:"_memoryUsage";i:17825792;s:9:"_lastPost";i:0;s:9:"_lastTime";i:0;s:8:"_usedXml";b:1;s:11:"_xmlSuccess";b:0;s:8:"_xmlPath";s:45:"/iridata/users/hurons/public_html/sitemap.xml";s:7:"_xmlUrl";s:56:"http://www.iri.centrepompidou.fr/dev/~hurons/sitemap.xml";s:8:"_usedZip";b:1;s:11:"_zipSuccess";b:0;s:8:"_zipPath";s:48:"/iridata/users/hurons/public_html/sitemap.xml.gz";s:7:"_zipUrl";s:59:"http://www.iri.centrepompidou.fr/dev/~hurons/sitemap.xml.gz";s:11:"_usedGoogle";b:0;s:10:"_googleUrl";s:0:"";s:15:"_gooogleSuccess";b:0;s:16:"_googleStartTime";i:0;s:14:"_googleEndTime";i:0;s:10:"_usedYahoo";b:0;s:9:"_yahooUrl";s:0:"";s:13:"_yahooSuccess";b:0;s:15:"_yahooStartTime";i:0;s:13:"_yahooEndTime";i:0;s:8:"_usedAsk";b:0;s:7:"_askUrl";s:0:"";s:11:"_askSuccess";b:0;s:13:"_askStartTime";i:0;s:11:"_askEndTime";i:0;s:8:"_usedMsn";b:0;s:7:"_msnUrl";s:0:"";s:11:"_msnSuccess";b:0;s:13:"_msnStartTime";i:0;s:11:"_msnEndTime";i:0;}', 'no'), +(218, 0, 'openbook_cats', '2', 'yes'), +(219, 0, 'openbook_featured_posts', '2', 'yes'), +(221, 0, 'TheUnstandard', 'a:4:{s:11:"colorscheme";s:7:"default";s:8:"logotype";s:4:"text";s:9:"fancypost";s:8:"hidehero";s:9:"thumbhelp";s:10:"timthumbon";}', 'yes'), +(262, 0, 'pixline_page2cat_version', '6', 'yes'), +(263, 0, 'p2c_use_empty', 'false', 'yes'), +(264, 0, 'p2c_show_used_pages', 'false', 'yes'), +(265, 0, 'p2c_catlist_limit', '5', 'yes'), +(266, 0, 'p2c_catlist_title', '', 'yes'), +(308, 0, 'widget_postsofcurrentcategory', 'a:3:{i:2;a:0:{}i:4;a:4:{s:5:"title";s:24:"Dans la même catégorie";s:8:"show-num";i:10;s:7:"OrderBy";s:4:"date";s:7:"AscDesc";s:3:"ASC";}s:12:"_multiwidget";i:1;}', 'yes'), +(572, 0, 'widget_execphp', 'a:5:{i:2;a:0:{}i:3;a:3:{s:5:"title";s:6:"Agenda";s:4:"text";s:31:"\n";s:6:"filter";b:0;}i:4;a:3:{s:5:"title";s:22:"Prochains évènements";s:4:"text";s:31:"";s:6:"filter";b:0;}i:5;a:3:{s:5:"title";s:11:"Actualités";s:4:"text";s:298:"\n