diff --git a/db/lqdvi.sql b/db/lqdvi.sql
index 13d40fcb..c73b6a88 100644
--- a/db/lqdvi.sql
+++ b/db/lqdvi.sql
@@ -3,7 +3,7 @@
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
--- Tiempo de generación: 05-06-2011 a las 22:38:23
+-- Tiempo de generación: 10-06-2011 a las 17:42:46
-- Versión del servidor: 5.1.53
-- Versión de PHP: 5.3.4
@@ -79,6 +79,30 @@ INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `c
-- --------------------------------------------------------
+--
+-- Estructura de tabla para la tabla `wp_contact_form_7`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_contact_form_7` (
+ `cf7_unit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
+ `title` varchar(200) NOT NULL DEFAULT '',
+ `form` text NOT NULL,
+ `mail` text NOT NULL,
+ `mail_2` text NOT NULL,
+ `messages` text NOT NULL,
+ `additional_settings` text NOT NULL,
+ PRIMARY KEY (`cf7_unit_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_contact_form_7`
+--
+
+INSERT INTO `wp_contact_form_7` (`cf7_unit_id`, `title`, `form`, `mail`, `mail_2`, `messages`, `additional_settings`) VALUES
+(1, 'Formulario LQDVI', '
Paso 1. ¡Hazte la foto!
\r\n[hidden* id]
\r\n\r\nPaso 2. Escríbenos lo que de verdad te importa:
\r\n[textarea* tu-mensaje 35x10 watermark "A mi, lo que de verdad me importa, es..."]
\r\n\r\nPaso 3. Déjanos tu nombre y tu e-mail:
\r\n[text* tu-nombre 45/255 akismet:author watermark "Nombre"]
\r\n[email* tu-email 45/255 akismet:author_email watermark "E-Mail"]
\r\n\r\nPaso 4. Pulsa en ''Enviar'' y ¡ya has terminado!
\r\n[submit id:submit "Enviar"]
', 'a:7:{s:7:"subject";s:23:"Lo Que De Verdad Import";s:6:"sender";s:24:"[tu-nombre] <[tu-email]>";s:4:"body";s:180:"De: [tu-nombre] <[tu-email]>\r\n\r\nMensaje:\r\n[tu-mensaje]\r\n\r\n--\r\nEste mensaje ha sido enviado a través de la Fundación Lo Que De Verdad Importa (http://www.loquedeverdadimporta.org)";s:9:"recipient";s:26:"darranz@rodax-software.com";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}', 'a:8:{s:6:"active";s:1:"1";s:7:"subject";s:23:"Lo Que De Verdad Import";s:6:"sender";s:24:"[tu-nombre] <[tu-email]>";s:4:"body";s:148:"Mensaje:\r\n[tu-mensaje]\r\n\r\n--\r\nEste mensaje ha sido enviado a través de la Fundación Lo Que De Verdad Importa (http://www.loquedeverdadimporta.org)";s:9:"recipient";s:10:"[tu-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}', 'a:13:{s:12:"mail_sent_ok";s:74:"Tu mensaje se ha enviado exitosamente. Muchas gracias por tu colaboración";s:12:"mail_sent_ng";s:60:"Error al enviar el mensaje. Por favor inténtalo más tarde.";s:17:"akismet_says_spam";s:60:"Error al enviar el mensaje. Por favor inténtalo más tarde.";s:16:"validation_error";s:84:"Por favor, revisa que has rellenado todos los campos y envía el formulario de nuevo";s:12:"accept_terms";s:60:"Por favor acepta los términos y condiciones para continuar.";s:13:"invalid_email";s:49:"La dirección de email parece que no es correcta.";s:16:"invalid_required";s:30:"Por favor, rellena este campo.";s:17:"captcha_not_match";s:35:"El código ingresado es incorrecto.";s:13:"upload_failed";s:29:"Falló la subida del archivo.";s:24:"upload_file_type_invalid";s:38:"El tipo de archivo no está permitido.";s:21:"upload_file_too_large";s:31:"El archivo es demasiado grande.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";s:23:"quiz_answer_not_correct";s:28:"Tu respuesta no es correcta.";}', '');
+
+-- --------------------------------------------------------
+
--
-- Estructura de tabla para la tabla `wp_facethumb`
--
@@ -100,6 +124,182 @@ INSERT INTO `wp_facethumb` (`id`, `time`, `name`, `url`, `link`) VALUES
(1, 1306860478, 'MNT-Tech', 'http://localhost/lqdvi/wp-content/plugins/facethumb/uploads/mnt-tech.jpg', 'http://www.mnt-tech.fr/blog/'),
(2, 1306863272, 'Pseudo', 'http://localhost/lqdvi/wp-content/plugins/facethumb/uploads/1306863272.jpg', 'none');
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_fpt_images`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_fpt_images` (
+ `id` int(11) NOT NULL AUTO_INCREMENT,
+ `testimonial` int(11) NOT NULL,
+ `path` varchar(255) NOT NULL,
+ `width` int(11) NOT NULL,
+ `height` int(11) NOT NULL,
+ `type` enum('original','large','medium','small','thumbs') NOT NULL,
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_fpt_images`
+--
+
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_fpt_testimonials`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_fpt_testimonials` (
+ `id` int(11) NOT NULL AUTO_INCREMENT,
+ `title` varchar(255) NOT NULL,
+ `slug` varchar(100) NOT NULL,
+ `excerpt` text,
+ `text` text,
+ `category` int(11) NOT NULL,
+ `status` enum('wait','approved','deleted') NOT NULL DEFAULT 'wait',
+ `featured` enum('yes','no','old') NOT NULL DEFAULT 'no',
+ `lightbox` enum('yes','no') NOT NULL DEFAULT 'no',
+ `date` date DEFAULT NULL,
+ `last_modified` varchar(100) DEFAULT NULL,
+ `last_modified_date` datetime DEFAULT NULL,
+ `order` int(11) NOT NULL,
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_fpt_testimonials`
+--
+
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_frm_fields`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_frm_fields` (
+ `id` int(11) NOT NULL AUTO_INCREMENT,
+ `field_key` varchar(255) DEFAULT NULL,
+ `name` varchar(255) DEFAULT NULL,
+ `description` text,
+ `type` text,
+ `default_value` longtext,
+ `options` longtext,
+ `field_order` int(11) DEFAULT '0',
+ `required` int(1) DEFAULT NULL,
+ `field_options` longtext,
+ `form_id` int(11) DEFAULT NULL,
+ `created_at` datetime NOT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `field_key` (`field_key`),
+ KEY `form_id` (`form_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_frm_fields`
+--
+
+INSERT INTO `wp_frm_fields` (`id`, `field_key`, `name`, `description`, `type`, `default_value`, `options`, `field_order`, `required`, `field_options`, `form_id`, `created_at`) VALUES
+(1, 'o8d4e0', 'Name', 'First', 'text', '', '', 1, 1, 'a:7:{s:4:"size";i:22;s:3:"max";s:0:"";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:384:"";s:13:"default_blank";i:0;}', 1, '2011-06-08 09:07:06'),
+(2, 'gt01zj', 'Last', 'Last', 'text', '', '', 2, 1, 'a:7:{s:4:"size";i:22;s:3:"max";s:0:"";s:5:"label";s:6:"hidden";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:397:"\n";s:13:"default_blank";i:0;}', 1, '2011-06-08 09:07:06'),
+(3, '1i8626', 'Email', '', 'email', '', '', 3, 1, 'a:8:{s:4:"size";s:0:"";s:3:"max";s:0:"";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:373:"";s:13:"default_blank";i:0;s:7:"invalid";s:34:"Please enter a valid email address";}', 1, '2011-06-08 09:07:06'),
+(4, 'nkrt6i', 'Website', '', 'url', '', '', 4, 0, 'a:8:{s:4:"size";s:0:"";s:3:"max";s:0:"";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:373:"";s:13:"default_blank";i:0;s:7:"invalid";s:28:"Please enter a valid website";}', 1, '2011-06-08 09:07:06'),
+(5, 'vb54os', 'Subject', '', 'text', '', '', 5, 1, 'a:7:{s:4:"size";s:0:"";s:3:"max";s:0:"";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:373:"";s:13:"default_blank";i:0;}', 1, '2011-06-08 09:07:06'),
+(6, 'jq58no', 'Message', '', 'textarea', '', '', 6, 1, 'a:7:{s:4:"size";s:0:"";s:3:"max";s:1:"5";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:373:"";s:13:"default_blank";i:0;}', 1, '2011-06-08 09:07:06'),
+(7, 'x1kesf', 'Captcha', '', 'captcha', '', '', 7, 0, 'a:7:{s:4:"size";s:0:"";s:3:"max";s:0:"";s:5:"label";s:4:"none";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:373:"";s:13:"default_blank";i:0;}', 1, '2011-06-08 09:07:06'),
+(8, 'kn7duo', 'Name', 'First', 'text', '', '', 1, 1, 'a:9:{s:4:"size";s:2:"22";s:3:"max";s:0:"";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:404:"";s:13:"default_blank";i:0;s:7:"invalid";s:0:"";s:5:"blank";s:26:"This field cannot be blank";}', 2, '2011-06-08 09:07:17'),
+(9, '8w1tcc', 'Last', 'Last', 'text', '', '', 2, 1, 'a:9:{s:4:"size";s:2:"22";s:3:"max";s:0:"";s:5:"label";s:6:"hidden";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:420:"\r\n";s:13:"default_blank";i:0;s:7:"invalid";s:0:"";s:5:"blank";s:26:"This field cannot be blank";}', 2, '2011-06-08 09:07:17'),
+(10, 'l2twbe', 'Email', '', 'email', '', '', 3, 1, 'a:9:{s:4:"size";s:0:"";s:3:"max";s:0:"";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:392:"";s:13:"default_blank";i:0;s:7:"invalid";s:0:"";s:5:"blank";s:26:"This field cannot be blank";}', 2, '2011-06-08 09:07:17'),
+(11, 'dbdr8', 'Website', '', 'url', '', '', 4, 0, 'a:9:{s:4:"size";s:0:"";s:3:"max";s:0:"";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:392:"";s:13:"default_blank";i:0;s:7:"invalid";s:0:"";s:5:"blank";s:26:"This field cannot be blank";}', 2, '2011-06-08 09:07:17'),
+(12, 'd0ewzw', 'Subject', '', 'text', '', '', 5, 1, 'a:9:{s:4:"size";s:0:"";s:3:"max";s:0:"";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:392:"";s:13:"default_blank";i:0;s:7:"invalid";s:0:"";s:5:"blank";s:26:"This field cannot be blank";}', 2, '2011-06-08 09:07:17'),
+(13, 'jtdmeq', 'Message', '', 'textarea', '', '', 6, 1, 'a:9:{s:4:"size";s:0:"";s:3:"max";s:1:"5";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:392:"";s:13:"default_blank";i:0;s:7:"invalid";s:0:"";s:5:"blank";s:26:"This field cannot be blank";}', 2, '2011-06-08 09:07:17'),
+(14, 'edai1n', 'Captcha', '', 'captcha', '1', '', 7, 0, 'a:9:{s:4:"size";s:0:"";s:3:"max";s:0:"";s:5:"label";s:4:"none";s:18:"required_indicator";s:0:"";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:392:"";s:13:"default_blank";i:0;s:7:"invalid";s:39:"The reCAPTCHA was not entered correctly";s:5:"blank";s:0:"";}', 2, '2011-06-08 09:07:17');
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_frm_forms`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_frm_forms` (
+ `id` int(11) NOT NULL AUTO_INCREMENT,
+ `form_key` varchar(255) DEFAULT NULL,
+ `name` varchar(255) DEFAULT NULL,
+ `description` text,
+ `logged_in` tinyint(1) DEFAULT NULL,
+ `editable` tinyint(1) DEFAULT NULL,
+ `is_template` tinyint(1) DEFAULT '0',
+ `default_template` tinyint(1) DEFAULT '0',
+ `status` varchar(255) DEFAULT NULL,
+ `prli_link_id` int(11) DEFAULT NULL,
+ `options` longtext,
+ `created_at` datetime NOT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `form_key` (`form_key`)
+) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_frm_forms`
+--
+
+INSERT INTO `wp_frm_forms` (`id`, `form_key`, `name`, `description`, `logged_in`, `editable`, `is_template`, `default_template`, `status`, `prli_link_id`, `options`, `created_at`) VALUES
+(1, 'contact', 'Contact Us', 'We would like to hear from you. Please send us a message by filling out the form below and we will get back with you shortly.', NULL, 0, 1, 1, 'published', 0, 'a:8:{s:8:"email_to";s:0:"";s:12:"submit_value";s:6:"Submit";s:14:"success_action";s:7:"message";s:11:"success_msg";s:54:"Your responses were successfully submitted. Thank you!";s:9:"show_form";i:0;s:7:"akismet";i:0;s:11:"before_html";s:146:"[if form_name][form_name]
[/if form_name]\n[if form_description][form_description]
[/if form_description]";s:10:"after_html";s:0:"";}', '2011-06-08 09:07:06'),
+(2, 'lfhq6b', 'Contact Us', 'We would like to hear from you. Please send us a message by filling out the form below and we will get back with you shortly.', 0, 0, 0, 0, 'published', NULL, 'a:9:{s:8:"email_to";s:0:"";s:12:"submit_value";s:6:"Submit";s:14:"success_action";s:7:"message";s:11:"success_msg";s:54:"Your responses were successfully submitted. Thank you!";s:9:"show_form";i:0;s:7:"akismet";i:0;s:12:"custom_style";i:1;s:11:"before_html";s:149:"[if form_name][form_name]
[/if form_name]\r\n[if form_description][form_description]
[/if form_description]";s:10:"after_html";s:0:"";}', '2011-06-08 09:07:17');
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_frm_items`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_frm_items` (
+ `id` int(11) NOT NULL AUTO_INCREMENT,
+ `item_key` varchar(255) DEFAULT NULL,
+ `name` varchar(255) DEFAULT NULL,
+ `description` text,
+ `ip` text,
+ `form_id` int(11) DEFAULT NULL,
+ `post_id` int(11) DEFAULT NULL,
+ `user_id` int(11) DEFAULT NULL,
+ `updated_by` int(11) DEFAULT NULL,
+ `created_at` datetime NOT NULL,
+ `updated_at` datetime NOT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `item_key` (`item_key`),
+ KEY `form_id` (`form_id`),
+ KEY `post_id` (`post_id`),
+ KEY `user_id` (`user_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_frm_items`
+--
+
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_frm_item_metas`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_frm_item_metas` (
+ `id` int(11) NOT NULL AUTO_INCREMENT,
+ `meta_value` longtext,
+ `field_id` int(11) NOT NULL,
+ `item_id` int(11) NOT NULL,
+ `created_at` datetime NOT NULL,
+ PRIMARY KEY (`id`),
+ KEY `field_id` (`field_id`),
+ KEY `item_id` (`item_id`)
+) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_frm_item_metas`
+--
+
+
-- --------------------------------------------------------
--
@@ -139,6 +339,56 @@ INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_
-- --------------------------------------------------------
+--
+-- Estructura de tabla para la tabla `wp_ltw_testimonials`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_ltw_testimonials` (
+ `id` int(11) NOT NULL AUTO_INCREMENT,
+ `group_id` int(11) NOT NULL DEFAULT '0',
+ `testimonial` text NOT NULL,
+ `client_name` varchar(250) NOT NULL,
+ `client_pic` varchar(250) NOT NULL,
+ `client_website` varchar(250) NOT NULL,
+ `client_company` varchar(250) NOT NULL,
+ `order` int(5) NOT NULL DEFAULT '0',
+ `show_in_widget` tinyint(1) NOT NULL DEFAULT '0',
+ PRIMARY KEY (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_ltw_testimonials`
+--
+
+INSERT INTO `wp_ltw_testimonials` (`id`, `group_id`, `testimonial`, `client_name`, `client_pic`, `client_website`, `client_company`, `order`, `show_in_widget`) VALUES
+(1, 1, 'das daasd asd asd as das dasd asda ', 'pepe', 'http://localhost/lqdvi/webcam/images/7783D792-8B3B-9456-4CB4-F3FF9B05165C.jpg', 'dasasdads', 'dsadsaads', 0, 0),
+(2, 1, 'adsdsadsdaasd', 'dasdsasadasd', '71581A49-9BF2-8969-9E72-04FF4859B82C', 'arranzd@gmail.com', '', 0, 0),
+(3, 1, 'dasdsadsaadsads', 'dasadsads', 'http://localhost/lqdvi/webcam/images/2A33C8F9-4905-7A2C-62D3-CCCD8D9F994F', 'arranzd@gmail.com', '', 0, 0),
+(4, 1, 'dassad asd asda sd asdasd', 'dsadsadsadas', 'http://localhost/lqdvi/webcam/images/99FC1D38-C7B6-0237-6E09-55A8E3B6E0B8', 'arranzd@gmail.com', '', 0, 0),
+(5, 1, 'sadadsadas', 'dasad', 'http://localhost/lqdvi/webcam/images/', '2assda@dadsa.com', '', 0, 0);
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_ltw_testimonial_groups`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_ltw_testimonial_groups` (
+ `id` int(11) NOT NULL AUTO_INCREMENT,
+ `group_name` varchar(250) NOT NULL,
+ `page_id` int(11) NOT NULL DEFAULT '0',
+ PRIMARY KEY (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_ltw_testimonial_groups`
+--
+
+INSERT INTO `wp_ltw_testimonial_groups` (`id`, `group_name`, `page_id`) VALUES
+(1, 'LQDVI', 0);
+
+-- --------------------------------------------------------
+
--
-- Estructura de tabla para la tabla `wp_options`
--
@@ -151,7 +401,7 @@ CREATE TABLE IF NOT EXISTS `wp_options` (
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=526 ;
+) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=715 ;
--
-- Volcar la base de datos para la tabla `wp_options`
@@ -193,7 +443,8 @@ INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`,
(33, 0, 'hack_file', '0', 'yes'),
(34, 0, 'blog_charset', 'UTF-8', 'yes'),
(35, 0, 'moderation_keys', '', 'no'),
-(36, 0, 'active_plugins', 'a:4:{i:0;s:23:"facethumb/facethumb.php";i:1;s:46:"mimetypes-link-icons/mime_type_link_images.php";i:2;s:45:"simple-local-avatars/simple-local-avatars.php";i:3;s:49:"vipers-video-quicktags/vipers-video-quicktags.php";}', 'yes'),
+(36, 0, 'active_plugins', 'a:10:{i:0;s:33:"configure-smtp/configure-smtp.php";i:1;s:33:"contact-form-7-modules/hidden.php";i:2;s:36:"contact-form-7/wp-contact-form-7.php";i:3;s:39:"delete-spam-daily/delete-spam-daily.php";i:4;s:23:"facethumb/facethumb.php";i:5;s:37:"ltw-testimonials/ltw-testimonials.php";i:6;s:46:"mimetypes-link-icons/mime_type_link_images.php";i:7;s:24:"simple-lightbox/main.php";i:8;s:45:"simple-local-avatars/simple-local-avatars.php";i:9;s:49:"vipers-video-quicktags/vipers-video-quicktags.php";}', 'yes'),
+(547, 0, 'widget_woo_tabs', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(37, 0, 'home', 'http://localhost/lqdvi/', 'yes'),
(38, 0, 'category_base', '', 'yes'),
(39, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
@@ -201,7 +452,7 @@ INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`,
(41, 0, 'comment_max_links', '2', 'yes'),
(42, 0, 'gmt_offset', '1', 'yes'),
(43, 0, 'default_email_category', '1', 'yes'),
-(44, 0, 'recently_edited', '', 'no'),
+(44, 0, 'recently_edited', 'a:5:{i:0;s:75:"D:\\Trabajo\\LQDVI.org\\trunk\\src/wp-content/plugins/contact-form-7/styles.css";i:1;s:86:"D:\\Trabajo\\LQDVI.org\\trunk\\src/wp-content/plugins/contact-form-7/wp-contact-form-7.php";i:2;s:108:"D:\\Trabajo\\LQDVI.org\\trunk\\src/wp-content/plugins/contact-form-7-to-database-extension/contact-form-7-db.php";i:3;s:79:"D:\\Trabajo\\LQDVI.org\\trunk\\src/wp-content/plugins/wp-swfobject/wp-swfobject.php";i:4;s:87:"D:\\Trabajo\\LQDVI.org\\trunk\\src/wp-content/plugins/jinx-the-javascript-includer/jinx.php";}', 'no'),
(45, 0, 'template', 'bloggingstream', 'yes'),
(46, 0, 'stylesheet', 'bloggingstream', 'yes'),
(47, 0, 'comment_whitelist', '1', 'yes'),
@@ -231,7 +482,7 @@ INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`,
(71, 0, 'enable_xmlrpc', '', 'yes'),
(72, 0, 'large_size_w', '1024', 'yes'),
(73, 0, 'large_size_h', '1024', 'yes'),
-(74, 0, 'image_default_link_type', 'file', 'yes'),
+(74, 0, 'image_default_link_type', '', 'yes'),
(75, 0, 'image_default_size', '', 'yes'),
(76, 0, 'image_default_align', '', 'yes'),
(77, 0, 'close_comments_for_old_posts', '', 'yes'),
@@ -256,16 +507,16 @@ INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`,
(96, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{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:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";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'),
(97, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 0, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
-(99, 0, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
+(99, 0, 'widget_recent-comments', 'a:3:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}i:3;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
-(102, 0, 'sidebars_widgets', 'a:4:{s:19:"wp_inactive_widgets";a:13:{i:0;s:7:"pages-2";i:1;s:10:"calendar-2";i:2;s:7:"links-2";i:3;s:6:"text-2";i:4;s:5:"rss-2";i:5;s:11:"tag_cloud-2";i:6;s:10:"nav_menu-2";i:7;s:8:"search-2";i:8;s:14:"recent-posts-2";i:9;s:17:"recent-comments-2";i:10;s:10:"archives-2";i:11;s:12:"categories-2";i:12;s:6:"meta-2";}s:7:"sidebar";a:1:{i:0;s:9:"facethumb";}s:4:"home";a:0:{}s:13:"array_version";i:3;}', 'yes'),
-(103, 0, 'cron', 'a:4:{i:1307316020;a:1:{s:12:"qs_cron_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1307340041;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;}}}i:1307383252;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
-(104, 0, '_transient_doing_cron', '1307312433', 'yes'),
-(146, 0, '_site_transient_update_themes', 'O:8:"stdClass":1:{s:12:"last_checked";i:1307309882;}', 'yes'),
-(105, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":7:{s:8:"response";s:6:"latest";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:40:"http://wordpress.org/wordpress-3.1.3.zip";s:7:"current";s:5:"3.1.3";s:6:"locale";s:5:"en_US";s:11:"php_version";s:3:"4.3";s:13:"mysql_version";s:5:"4.1.2";}}s:12:"last_checked";i:1307301749;s:15:"version_checked";s:5:"3.1.3";}', 'yes'),
-(521, 0, '_site_transient_timeout_theme_roots', '1307317044', 'yes'),
-(522, 0, '_site_transient_theme_roots', 'a:2:{s:14:"bloggingstream";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'),
+(102, 0, 'sidebars_widgets', 'a:4:{s:19:"wp_inactive_widgets";a:12:{i:0;s:7:"pages-2";i:1;s:10:"calendar-2";i:2;s:7:"links-2";i:3;s:6:"text-2";i:4;s:5:"rss-2";i:5;s:11:"tag_cloud-2";i:6;s:10:"nav_menu-2";i:7;s:14:"recent-posts-2";i:8;s:17:"recent-comments-2";i:9;s:10:"archives-2";i:10;s:12:"categories-2";i:11;s:6:"meta-2";}s:7:"sidebar";a:4:{i:0;s:17:"recent-comments-3";i:1;s:14:"woo_archives-3";i:2;s:15:"woo_subscribe-3";i:3;s:13:"woo_twitter-3";}s:4:"home";a:0:{}s:13:"array_version";i:3;}', 'yes'),
+(103, 0, 'cron', 'a:5:{i:1307728841;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;}}}i:1307728852;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1307730020;a:1:{s:12:"qs_cron_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1307798826;a:1:{s:17:"delete_spam_daily";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
+(104, 0, '_transient_doing_cron', '1307726432', 'yes'),
+(146, 0, '_site_transient_update_themes', 'O:8:"stdClass":1:{s:12:"last_checked";i:1307722117;}', 'yes'),
+(619, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:2:{i:0;O:8:"stdClass":7:{s:8:"response";s:6:"latest";s:3:"url";s:24:"http://es.wordpress.org/";s:7:"package";s:49:"http://es.wordpress.org/wordpress-3.1.3-es_ES.zip";s:7:"current";s:5:"3.1.3";s:6:"locale";s:5:"es_ES";s:11:"php_version";s:3:"4.3";s:13:"mysql_version";s:5:"4.1.2";}i:1;O:8:"stdClass":7:{s:8:"response";s:6:"latest";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:40:"http://wordpress.org/wordpress-3.1.3.zip";s:7:"current";s:5:"3.1.3";s:6:"locale";s:5:"en_US";s:11:"php_version";s:3:"4.3";s:13:"mysql_version";s:5:"4.1.2";}}s:12:"last_checked";i:1307722115;s:15:"version_checked";s:5:"3.1.3";}', 'yes'),
+(709, 0, '_site_transient_timeout_theme_roots', '1307729317', 'yes'),
+(710, 0, '_site_transient_theme_roots', 'a:2:{s:14:"bloggingstream";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'),
(110, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(112, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
@@ -273,10 +524,10 @@ INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`,
(114, 0, 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(115, 0, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:22:"http://localhost/lqdvi";s:4:"link";s:98:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://localhost/lqdvi/";s:3:"url";s:131:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://localhost/lqdvi/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:22:"Blog oficial WordPress";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:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:30:"Otras noticias sobre WordPress";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
(365, 0, 'current_theme', 'LQDVI', 'yes'),
-(514, 0, '_transient_timeout_feed_e5ae43d92a7dfc13d81bf1dd35e213c7', '1307345314', 'no'),
-(515, 0, '_transient_feed_e5ae43d92a7dfc13d81bf1dd35e213c7', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"link:http://localhost/lqdvi/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://www.google.com/search?ie=utf-8&q=link:http://localhost/lqdvi/&tbm=blg&tbs=sbd:1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:82:"Your search - link:http://localhost/lqdvi/ - did not match any documents. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Sun, 05 Jun 2011 19:28:19 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";s:143:"PREF=ID=b9d7b02b70b34d8a:FF=0:TM=1307302099:LM=1307302099:S=okKsuwJSGw_AP-GM; expires=Tue, 04-Jun-2013 19:28:19 GMT; path=/; domain=.google.com";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'),
-(516, 0, '_transient_timeout_feed_mod_e5ae43d92a7dfc13d81bf1dd35e213c7', '1307345314', 'no'),
-(517, 0, '_transient_feed_mod_e5ae43d92a7dfc13d81bf1dd35e213c7', '1307302114', 'no'),
+(713, 0, '_transient_timeout_feed_mod_e5ae43d92a7dfc13d81bf1dd35e213c7', '1307765440', 'no'),
+(714, 0, '_transient_feed_mod_e5ae43d92a7dfc13d81bf1dd35e213c7', '1307722240', 'no'),
+(711, 0, '_transient_timeout_feed_e5ae43d92a7dfc13d81bf1dd35e213c7', '1307765440', 'no'),
+(712, 0, '_transient_feed_e5ae43d92a7dfc13d81bf1dd35e213c7', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"link:http://localhost/lqdvi/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://www.google.com/search?ie=utf-8&q=link:http://localhost/lqdvi/&tbm=blg&tbs=sbd:1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:82:"Your search - link:http://localhost/lqdvi/ - did not match any documents. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Fri, 10 Jun 2011 16:10:40 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";s:143:"PREF=ID=1030ae9d5c01af6a:FF=0:TM=1307722240:LM=1307722240:S=u02cVGPk2GQgi37E; expires=Sun, 09-Jun-2013 16:10:40 GMT; path=/; domain=.google.com";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'),
(121, 0, 'can_compress_scripts', '1', 'yes'),
(228, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1306903624', 'no'),
(229, 0, '_transient_feed_57bc725ad6568758915363af670fd8bc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/extend/plugins/browse/new/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 May 2011 16:43:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2855";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"jigowatt on "Jigoshop - WordPress eCommerce"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/jigoshop/#post-25749";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 08 Apr 2011 09:12:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25749@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:125:"A feature-packed eCommerce plugin built upon WordPress core functionality ensuring excellent performance and customisability.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"jigowatt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"StephenTallamy on "Video Detective"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/video-detective/#post-26948";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 17:47:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26948@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Plugin for showing trailers from Video Detective.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"StephenTallamy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Chuck Reynolds on "Remove Tools Menu"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/remove-tools-menu/#post-26905";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 02:28:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26905@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:65:"Super simple plugin to remove the Tools menu from WordPress Admin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Chuck Reynolds";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"peqnuc on "peq Pop Up spry adobe"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/peq-popup-adobe-spry/#post-26141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Apr 2011 12:36:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:48:"Abre conteúdo dinamico de um post em uma janela";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"peqnuc";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"eurotrip on "MapTalks Plugin"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/maptalks-plugin/#post-26973";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 28 May 2011 23:28:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26973@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:58:"Inserisce nei vostri articoli le vostre mappe di MapTalks.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"eurotrip";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"Akifumi Nishikawa on "Old Custom Fields"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/old-custom-fields/#post-26921";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 08:50:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26921@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:38:"original custom fields setting plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Akifumi Nishikawa";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"Ramoonus on "Less.js for WordPress (that rhymes)"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/lessjs/#post-26982";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 12:12:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26982@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (IE 6+, Webkit, Firefox)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Ramoonus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Ramoonus on "Genesis Footer Widgets"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/genesis-footer-widgets/#post-26984";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 14:13:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26984@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:60:"This plugin adds 3 footer widgets to Genesis 1.6 and higher.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Ramoonus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"mitcho (Michael ?? Erlewine) on "Nyan Cat!"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/nyan-cat/#post-26626";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 May 2011 21:46:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26626@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:111:"The ultimate accessory to WordPress 3.2's Distraction-Free Writing mode. Get in the zone... the NYAN ZONE!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:28:"mitcho (Michael ?? Erlewine)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Scott Herbert on "ATag"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/atag/#post-26974";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 00:23:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26974@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:60:"Automatically generates tag's for new and updated posts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Scott Herbert";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"ichurakov on "Paid Downloads"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/paid-downloads/#post-26922";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 09:59:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26922@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:149:"The plugin allows to sell digital content. It automatically delivers temporary download link to you customer after completed payment done via PayPal.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"ichurakov";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"drogbadvc on "Google Sitemap video"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/sitemap-google-video/#post-26986";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 14:43:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26986@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:55:"Sitemap Google video, indexation de videos dailymotion.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"drogbadvc";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"imath on "WP Idea Stream"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/wp-idea-stream/#post-26992";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 04:15:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26992@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Adds an Idea Management System to your WordPress!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"imath";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"cmsvoteup on "Facebook The Like Box In The Post"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"http://wordpress.org/extend/plugins/facebook-the-like-box-in-the-post-plugin/#post-26979";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 May 2011 05:54:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26979@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"With this plugin, it will display Facebook The Like Box in a more flexible position in your Wordpress content (post), i.e. top or bottom of the post p";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"cmsvoteup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"natsuki1982 on "WP Hyper Response"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/wp-hyper-response/#post-26994";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 05:31:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26994@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:144:"This plugin improves the response of WordPress.\nWordPressサイト及び管理画面のレスポンスを向上させるプラグインです。";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"natsuki1982";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:48:"http://wordpress.org/extend/plugins/rss/view/new";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 31 May 2011 16:47:27 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2011-04-08 09:12:03";s:14:"content-length";s:4:"7644";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'),
@@ -290,8 +541,8 @@ INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`,
(234, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1306903625', 'no'),
(232, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1306903625', 'no'),
(233, 0, '_transient_feed_1a5f760f2e2b48827d4974a60857e7c2', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/updated/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 May 2011 16:35:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2855";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"Shahnur Alam on "Support Ticket System"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/support-ticket-system/#post-25966";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 19 Apr 2011 16:35:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25966@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:62:"This plugin will help you to create and manage support tickets";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Shahnur Alam on "Quick Tabs"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/quick-tabs/#post-26192";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 29 Apr 2011 07:54:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26192@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:51:"This plugin will help you to create and manage tabs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Marco Constancio on "Post Category Index Generator"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/extend/plugins/post-category-index-generator/#post-26216";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 30 Apr 2011 14:58:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26216@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:71:"Allows the user to insert a index of posts and categories on page/post.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Marco Constancio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"Frederick Townes on "Real Estate Pro by Placester"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/placester/#post-25470";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 28 Mar 2011 02:56:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25470@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:64:"Easily create and manage real estate sites powered by WordPress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Frederick Townes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"Shahnur Alam on "Easy Google Analytics for Wordpress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"http://wordpress.org/extend/plugins/easy-google-analytics-for-wordpress/#post-15811";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 06 Feb 2010 18:09:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"15811@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:88:"Easy google analytics plugin will embed the google analytics code in you wordpress site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Shahnur Alam on "Wordpress Shout Box / Chat"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/extend/plugins/wordpress-shout-box-chat/#post-17462";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 21 Apr 2010 22:25:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"17462@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:83:"This plugin can be used to communicate among the online visitor on a wordpress site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"leo_wallentin on "Säsongsmat"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/sasongsmat/#post-26599";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 May 2011 08:03:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26599@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:120:"Connects recipes with the food database at Säsongsmat.nu, adding semantic micro data and information about seasonality.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"leo_wallentin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Matt Martz on "Shadowbox JS"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/shadowbox-js/#post-4519";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 18 Feb 2008 21:01:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"4519@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:140:"Shadowbox is an online media vieiwing application similar to Lightbox and Thickbox but with more functionality. Supports all types of media.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Matt Martz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"insite_bar on "InsiteBar Plugin for Wordpress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/insitebar/#post-23674";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Jan 2011 14:49:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23674@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:171:"Juice up your website or blog with over 1,000+ Social applications.\nFor more information see http://www.insitebar.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"insite_bar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Poco on "Google Calendar Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/google-calendar-widget/#post-14154";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 Nov 2009 16:06:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14154@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:100:"This plugin installs a sidebar widget that can show the upcoming events from a Google Calendar feed.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Poco";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"jigowatt on "Jigoshop - WordPress eCommerce"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/jigoshop/#post-25749";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 08 Apr 2011 09:12:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25749@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:125:"A feature-packed eCommerce plugin built upon WordPress core functionality ensuring excellent performance and customisability.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"jigowatt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"gopiplus on "graphical statistics report"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/extend/plugins/graphical-statistics-report/#post-12113";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Aug 2009 12:08:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12113@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:119:"This plug-in will display the graphical report for admin about post count, user registration, comments posted activity.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"gopiplus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"frisno on "Remove WP version everywhere"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/extend/plugins/remove-wp-version-everywhere/#post-25929";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 17 Apr 2011 13:07:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25929@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Removes Wordpress and version from post, pages and RSS";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"frisno";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"gopiplus on "Vertical scroll slideshow gallery v2"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.org/extend/plugins/vertical-scroll-slideshow-gallery-v2/#post-14242";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Nov 2009 05:38:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14242@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:124:"Vertical scroll slideshow gallery plugin will create the vertical scrolling image slideshow gallery on the wordpress widget.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"gopiplus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"anewholm on "NineCarrots"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/ninecarrots/#post-26104";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Apr 2011 08:41:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26104@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:80:"NineCarrots embeds the local business mapping system in to your WordPress system";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"anewholm";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/updated";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 31 May 2011 16:47:28 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2011-04-19 16:35:35";s:14:"content-length";s:4:"7914";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'),
-(138, 0, '_transient_timeout_plugin_slugs', '1307396263', 'no'),
-(139, 0, '_transient_plugin_slugs', 'a:5:{i:0;s:23:"facethumb/facethumb.php";i:1;s:46:"mimetypes-link-icons/mime_type_link_images.php";i:2;s:25:"qtranslate/qtranslate.php";i:3;s:45:"simple-local-avatars/simple-local-avatars.php";i:4;s:49:"vipers-video-quicktags/vipers-video-quicktags.php";}', 'no'),
+(138, 0, '_transient_timeout_plugin_slugs', '1307809115', 'no'),
+(139, 0, '_transient_plugin_slugs', 'a:10:{i:0;s:33:"configure-smtp/configure-smtp.php";i:1;s:36:"contact-form-7/wp-contact-form-7.php";i:2;s:33:"contact-form-7-modules/hidden.php";i:3;s:39:"delete-spam-daily/delete-spam-daily.php";i:4;s:23:"facethumb/facethumb.php";i:5;s:37:"ltw-testimonials/ltw-testimonials.php";i:6;s:46:"mimetypes-link-icons/mime_type_link_images.php";i:7;s:24:"simple-lightbox/main.php";i:8;s:45:"simple-local-avatars/simple-local-avatars.php";i:9;s:49:"vipers-video-quicktags/vipers-video-quicktags.php";}', 'no'),
(222, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1306903623', 'no'),
(223, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1306860423', 'no'),
(224, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1306903623', 'no'),
@@ -302,8 +553,8 @@ INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`,
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(221, 0, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:50:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 May 2011 15:52:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/?v=3.2-beta2-18055";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WordPress 3.1.3 (and WordPress 3.2 Beta 2)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/05/wordpress-3-1-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/05/wordpress-3-1-3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 May 2011 18:43:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1838";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:408:"WordPress 3.1.3 is available now and is a security update for all previous versions. It contains the following security fixes and enhancements: Various security hardening by Alexander Concha. Taxonomy query hardening by John Lamansky. Prevent sniffing out user names of non-authors by using canonical redirects. Props Verónica Valeros. Media security fixes by Richard Lundeen of Microsoft, Jesse Ou [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3497:"WordPress 3.1.3 is available now and is a security update for all previous versions. It contains the following security fixes and enhancements:
\n\n- Various security hardening by Alexander Concha.
\n- Taxonomy query hardening by John Lamansky.
\n- Prevent sniffing out user names of non-authors by using canonical redirects. Props Verónica Valeros.
\n- Media security fixes by Richard Lundeen of Microsoft, Jesse Ou of Microsoft, and Microsoft Vulnerability Research.
\n- Improves file upload security on hosts with dangerous security settings.
\n- Cleans up old WordPress import files if the import does not finish.
\n- Introduce “clickjacking” protection in modern browsers on admin and login pages.
\n
\nConsult the change log for more details.
\nDownload WordPress 3.1.3 or update automatically from the Dashboard → Updates menu in your site’s admin area.
\n
\nWordPress 3.2 Beta 2 also available
\nIn other news, our development of WordPress 3.2 development continues right on schedule. We released Beta 1 thirteen days ago, and today we’re putting out Beta 2 for your testing pleasure.
\nThis is still beta software, so we don’t recommend that you use it on production sites. But if you’re a plugin developer, a theme developer, or a site administrator, you should be running this on your test environments and reporting any bugs you find. If you’re a WordPress user who wants to open your presents early, take advantage of WordPress’ famous 5-minute install and spin up a secondary test site. Let us know what you think!
\nThe plan is to start putting out release candidates in early June, and to release WordPress 3.2 by the end of the month. The more you help us iron out issues during the beta period, the more likely we are to hit those dates. To misappropriate and mangle a quote from Mahatma Gandhi: “Be the punctuality you want to see in the WordPress.” In other words, test now!
\nHere are some of the things that changed since Beta 1:
\n\n- Google Chrome Frame is now supported in the admin, if you have it installed. This is especially useful for IE 6 users (remember, IE 6 is otherwise deprecated for the admin).
\n- The admin is less ugly in IE 7.
\n- The blue admin color scheme has caught up to the grey one, and is ready for testing.
\n- We are now bundling jQuery 1.6.1. You should test any JS that uses jQuery. WordPress JavaScript guru Andrew Ozz has a post with more info.
\n
\nDownload WordPress 3.2 Beta 2
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/05/wordpress-3-1-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"WordPress 3.2, Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 12 May 2011 08:22:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1816";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:351:"It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers! As always, this is software still in development and we don’t recommend that you run it on [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4230:"It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers!
\nAs always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.
\nIf all goes well, we hope to release WordPress 3.2 by the end of June, though that is (again, as always) subject to change depending on how the beta period goes. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version. If you want to be a beta tester, you should check out the Codex article on how to report bugs.
\nHere’s some of what’s new:
\n\n- Performance improvements like you wouldn’t believe. What’s that mean? Things are faster!
\n- Distraction-free Writing. The visual editor’s full-screen composing experience has gotten a major overhaul, and is now available from HTML mode, too. More than ever, WordPress allows you to focus on what matters most — your content.
\n- Admin UI Refresh. The last major redesign of the WordPress admin was in 2008. This isn’t a major redesign, just a little facelift to keep us feeling young. WordPress turns 8 later this month, you know.
\n- New Default Theme. Introducing Twenty Eleven, based on the popular Duster theme. Rotating header images, post format support, and more.
\n- Browse Happy. WordPress is made to work with modern browsers. If you visit your Dashboard using an outdated web browser, we’ll let you know there’s a newer version available.
\n- Admin Bar. We’ve added more links to the admin bar to make it even more useful.
\n
\n\n
Be Aware:
\n
\n
\n- WordPress has new minimum system requirements: PHP 5.2.4 and MySQL 5.0.
\n- Internet Explorer 6 will no longer be supported.
\n- The favorites menu has been removed. If you’ve written any plugins that use this menu, it’s time to switch over to an admin bar placement.
\n
\n
\n
\nKnown Issues:
\n\n
\n- We haven’t updated the blue admin color scheme yet, so do your testing in the gray zone for best results.
\n
\n
\nRemember, if you find something you think is a bug, report it! You can bring it up in the alpha/beta forum, you can email it to the wp-testers list, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the WordPress Core Trac. (I recommend starting in the forum or on the mailing list.)
\nTheme and plugin authors, if you haven’t been following the 3.2 development cycle, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.
\nNote to developers: WordPress is built by the contributions of hundreds of developers. If you’d like to see this release come out on time, I encourage you to pitch in. Even if you don’t have time to do testing on the beta version, you could help us by contributing a fix for one of the many bugs we already know about.
\nDownload WordPress 3.2 Beta 1
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 3.1.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/04/wordpress-3-1-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/04/wordpress-3-1-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Apr 2011 19:00:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1801";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:376:"WordPress 3.1.2 is now available and is a security release for all previous WordPress versions. This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts. The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter. We suggest you update to 3.1.2 promptly, especially if [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:980:"WordPress 3.1.2 is now available and is a security release for all previous WordPress versions.
\nThis release addresses a vulnerability that allowed Contributor-level users to improperly publish posts.
\nThe issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter.
\nWe suggest you update to 3.1.2 promptly, especially if you allow users to register as contributors or if you have untrusted users. This release also fixes a few bugs that missed the boat for version 3.1.1.
\nDownload 3.1.2 or update automatically from the Dashboard → Updates menu in your site’s admin area.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/04/wordpress-3-1-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Summer WordCamps 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/04/summer-wordcamps-201/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/04/summer-wordcamps-201/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 16 Apr 2011 23:06:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1785";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:379:"Looking for something fun to do during your summer vacation? Why not check out a WordCamp! WordCamps are locally-organized casual conferences of, by, and for WordPress users, developers, and enthusiasts just like you. The focus of a WordCamp is to foster face-to-face connections and collaboration among the local WordPress crowd, but there are usually some out-of-towners [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6113:"Looking for something fun to do during your summer vacation? Why not check out a WordCamp! WordCamps are locally-organized casual conferences of, by, and for WordPress users, developers, and enthusiasts just like you. The focus of a WordCamp is to foster face-to-face connections and collaboration among the local WordPress crowd, but there are usually some out-of-towners there as well. Here are the WordCamps that have been approved so far for the summer:
\nApril 16: WordCamp Seattle in Seattle, WA. This weekend! After taking a year off, WordCamp Seattle is back with tracks for bloggers, designers, and developers. This year they’ll feature a lineup including presentations by both local speakers and visitors like core committer Andrew Nacin, as well as an Ignite session of lightning talks at the end of the day.
\nMay 5: WordCamp Vancouver (Developer Edition) in Vancouver, BC. This one-day WordCamp is aimed purely at developers working on the WordPress platform, and will not have content aimed at bloggers (as previous Vancouver WordCamps have). I predict we will start seeing more of these types of niche WordCamps moving forward, because they will mean smaller, more intimate events that allow more collaboration (and make it easier to find venues!). Note that we’re working with the organizers to get the tickets to a more reasonable price, so keep your eyes open this week if you’ve held off on buying a ticket because of the price tag.
\nMay 7: WordCamp Switzerland in Brugg, Switzerland. This one will cover a wide range of topics, including getting started with WordPress, advanced development topics, BuddyPress, and an inside look at running a WordPress-based business.
\nMay 14: WordCamp Orange County in Orange, CA. Already sold out! Orange County had their first WordCamp last year, and the organizers have put together another great event this time around.
\nMay 14: WordCamp Paris in Paris, France. One of the last true unconference-style WordCamps, the Paris group will plan their schedule the morning of the event like they do at BarCamps. WordCamp Paris had one of the best WordCamp t-shirts ever a couple of years ago. And it’s in Paris in the spring.
\nMay 21–22: WordCamp Raleigh in Raleigh, NC. Repeat organizers from the Raleigh WordPress Meetup Group are just starting to select speakers and put together their plans, but if it is anything like last year, the venue will be packed with WordPress professionals (and maybe there will be cookies). I’ll be attending this one, as will Nacin.
\nJune 4–5: WordCamp Reno-Lake Tahoe in Reno, NV. Organized by a WordPress core UI group contributor, WordCamp Reno-Lake Tahoe is taking place in Reno and has a packed schedule full of visiting experts.
\nJune 11–12: WordCamp Kansas City in Overland Park, KS. With publisher, designer, and developer tracks, Kansas City’s WordCamp will have a little something for everyone, presented in large part by local speakers.
\nJune 17–19: WordCamp Columbus in Columbus, OH. WordCamp Columbus has a new organizer this year and is bringing the focus more firmly onto WordPress (and less on social media). Their 3-day event includes an entire day for newbies, and another for non-profits, a nice addition to the usual blogger/developer tracks.
\nJuly 9–10: WordCamp Montreal in Montreal, Quebec. This group consistently puts on a great every year. If you register now, you can still get a $10 discount and get both days for only $30 (with sessions in both English and French to reflect the bilingual nature of the city). Montreal plays host to a number of festivals throughout the year, and this weekend is no different, including festivals for the arts, comedy, tango, and even circus arts.
\nJuly 16: WordCamp San Diego in San Diego, CA. First WordCamp in San Diego! They have talking about this for over a year, and are now starting to really ramp up the planning. They’re finalizing their venue right now, and I would expect a great roster of speakers.
\nJuly 16-17: WordCamp Portsmouth in Portsmouth, UK. The annual WordCamp UK that moves from city to city each year alights this year in Portsmouth. This one is notable because Mike Little, co-founder of WordPress, is part of the organizing team.
\nJuly 23–24: WordCamp Boston in Boston, MA. Another one just about to lock down some details and get starting with speaker selection, etc. An easy train ride from so many places, and not in the middle of winter this year!
\nJuly 30-31: WordCamp Chicago has new organizers and is a new venue this year. A call for speakers, supporters, and volunteers will likely be posted sometime next week.
\nWordCamp Portland is looking for a venue before deciding on a date this year, as it has outgrown the space it’s used the past two years, but hopes to happen in September. If you would be interested in donating a venue to this popular event, please contact them.
\nWe’ll hold off on posting fall events until later in the summer since there a lot in the planning stages now. To get the most up-to-date information, visit WordCamp Central.
\nHope to see you at a WordCamp soon!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/04/summer-wordcamps-201/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 3.1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/04/wordpress-3-1-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/04/wordpress-3-1-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 05 Apr 2011 15:10:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1762";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:397:"WordPress 3.1.1 is now available. This maintenance and security release fixes almost thirty issues in 3.1, including: Some security hardening to media uploads Performance improvements Fixes for IIS6 support Fixes for taxonomy and PATHINFO (/index.php/) permalinks Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues Version 3.1.1 also addresses three [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1395:"WordPress 3.1.1 is now available. This maintenance and security release fixes almost thirty issues in 3.1, including:
\n\n- Some security hardening to media uploads
\n- Performance improvements
\n- Fixes for IIS6 support
\n- Fixes for taxonomy and PATHINFO (/index.php/) permalinks
\n- Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues
\n
\nVersion 3.1.1 also addresses three security issues discovered by WordPress core developers Jon Cave and Peter Westwood, of our security team. The first hardens CSRF prevention in the media uploader. The second avoids a PHP crash in certain environments when handling devilishly devised links in comments, and the third addresses an XSS flaw.
\nWe suggest you update to 3.1.1 promptly. Download 3.1.1 or update automatically from the Dashboard → Updates menu in your site’s admin area.
\nOur release haiku:
\nOnly the geeks know
\nWhat half this stuff even means
\nDon’t worry — update
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/04/wordpress-3-1-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"WordPress Summer of Code 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 30 Mar 2011 15:57:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"GSoC";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1756";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:361:"For the past several years, WordPress has been a proud participant in the Google Summer of Code program (aka GSoC). We’ve been accepted as a mentoring organization again this year, and are looking forward to working with a select handful of talented college students who are interested in developing for WordPress. Student applications are currently [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2993:"For the past several years, WordPress has been a proud participant in the Google Summer of Code program (aka GSoC). We’ve been accepted as a mentoring organization again this year, and are looking forward to working with a select handful of talented college students who are interested in developing for WordPress. Student applications are currently being accepted, and the deadline to apply is April 8. Are you a college student/developer looking for a summer challenge (or do you know one)? If so, read on to find out how you (or your friend) can make $5,000 developing for WordPress this summer. (Best. Summer. Job. Ever.)
\nGSoC Logistics:
\n\n- 175 mentoring organizations (including WordPress)
\n- Highly competitive and prestigious program (in 2010, 5539 proposals were submitted by 3464 students, and 1026 were accepted)
\n- You must be enrolled in an accredited college/university
\n- Coding period is May-August
\n- Successful completion of project = $5,000
\n- GSoC FAQ answers all your questions
\n
\nWordPress logistics:
\n\n- Mentors include WordPress core developers, plugin authors (including BuddyPress and bbPress), mobile app developers, and WordPress professionals.
\n- Projects are limited only by your imagination and ability.
\n- Previous GSoC students have gained responsible roles in WordPress core development, like Dion Hulse and Andrew Nacin (core committers), and Daryl Koopersmith (wrote the internal linking feature in 3.1 and much of the custom menus feature in 3.0).
\n- This year, in addition to accepting project proposals for the main WordPress web app, we’re also encouraging applications for projects with the WordPress mobile apps (iOS, Android, Blackberry, Nokia, Windows Phone 7), for community-developed plugins like BuddyPress and bbPress, and even standalone plugins that could become community projects. Check out our Codex page on GSoC 2011 for some ideas to get you thinking.
\n- Last year we mentored 15 students, and hope to take on about the same number this year.
\n
\nIf you’re a college student/developer, we encourage you to apply. If you’re a professor or a teacher of graduating high school seniors, encourage your students! If you just want to help us spread the word, download the WordPress GSoC flyer and post it on campus bulletin boards in your town. Remember, April 8 is the deadline to apply!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Live from South by Southwest 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.org/news/2011/03/sxsw2011/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/03/sxsw2011/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Mar 2011 11:24:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:10:"genius bar";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"sxsw";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1746";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:322:"If you’ve ever heard Matt Mullenweg talk about the early days of WordPress, the South by Southwest (SxSW) Interactive festival that takes place each spring in Austin, TX usually crops up in the story. South by Southwest is in full swing right now, and WordPress has been all over the place. On Friday the 11th, [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2105:"If you’ve ever heard Matt Mullenweg talk about the early days of WordPress, the South by Southwest (SxSW) Interactive festival that takes place each spring in Austin, TX usually crops up in the story. South by Southwest is in full swing right now, and WordPress has been all over the place.
\nOn Friday the 11th, Matt was interviewed by John Battelle of Federated Media in front of a packed ballroom, talking about the future of WordPress. That night, the annual SxSW WordPress BBQ party played host to hundreds of WordPress users, developers, and businesspeople, and attendees got an extra treat this year in the form of a t-shirt made especially to commemorate WordPress and its Texas roots.
\nOn Saturday the 12th, a second party co-hosted by the Austin WordPress Meetup Group and GeekAustin (and co-sponsored by the WordPress Foundation and WPEngine) brought together a similar crowd but with the addition of local WordPress community members who were not registered for the SxSW conference.
\nStarting today, the South by Southwest trade show opens, and this year for the first time it will feature an official WordPress Genius Bar. Staffed by professional WordPress support staff, developers, advanced users, theme designers, and even some of the core contributors and project leaders, the booth will be open from 11am-6pm each day to answer questions and help people with any WordPress problems they might have. If you are at South by Southwest this year, consider stopping by to say hello and pick up a WordPress button or sticker. We’ll also have a limited supply of the special WordPress/Texas shirts that we’ll be giving away at the booth, so if you’re at SxSW between now and Thursday, stop by. Hope to see you there!
\nLocation: The WordPress booth will be in trade show stand numbers 829, 831, 928, and 930 (it’s an endcap booth that combines those four spaces). You can find us in those spaces by following the numbered banners hanging from the ceiling.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://wordpress.org/news/2011/03/sxsw2011/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WordPress 3.1, lots of fun";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.org/news/2011/02/threeone/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/02/threeone/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 23 Feb 2011 14:00:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1704";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:388:"The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 “Reinhardt” is named in honor of the jazz guitarist Django Reinhardt. Version 3.1 is available for download, or you can update from within your dashboard. This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:17146:"The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 “Reinhardt” is named in honor of the jazz guitarist Django Reinhardt. Version 3.1 is available for download, or you can update from within your dashboard.
\nThis release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an admin bar so you’re never more than a click away from your most-used dashboard pages, a streamlined writing interface that hides many of the seldom-used panels by default to create a simpler and less intimidating writing experience for new bloggers (visit Screen Options in the top right to get old panels back), and a refreshed blue admin scheme available for selection under your personal options.
\nThere’s a bucket of candy for developers as well, including our new Post Formats support which makes it easy for themes to create portable tumblelogs with different styling for different types of posts, new CMS capabilities like archive pages for custom content types, a new Network Admin, an overhaul of the import and export system, and the ability to perform advanced taxonomy and custom fields queries.
\nWith the 3.1 release, WordPress is more of a CMS than ever before. The only limit to what you can build is your imagination.
\n(No video yet for 3.1, we’re going to add it later.)
\nBy the Numbers
\nThere were over two thousand commits to the codebase in the 3.1 cycle! For a more comprehensive look at everything that has improved in 3.1, check out 3.1’s Codex page or the more than 820 closed issues in Trac.
\nNow is the time to drop by our development channels if you are interested in being involved with 3.2, as the agenda will be under discussion shortly. We’re hoping to get the 3.2 release out in a shorter development cycle (3.1 took too long) and include some fun improvements around plugins and the speed of the admin. (Don’t worry, we’re still planning on using PHP.)
\nWe’re All in This Together
\nWordPress is the result of the combined effort of people from all over the world united with a common goal: to make the best darn web software for publishing your story on the web and sharing it with the world. Here is a list of the more than 180 people who helped out with development during the 3.1 cycle:
\nAaron Campbell (aaroncampbell), Adam Backstrom (adambackstrom), John Ford (aldenta), Alex Dunae (alexdunae), Alex King (alexkingorg), Amanda French (amandafrench), Will Anderson (anderswc), Andrea Rennick (andrea_r), Andrew Ozz (azaozz), Andy Skelton (andy/skeltoac), Andy Blackwell (andyblackwell), André Renaut (arena), Andrei Vereha (avereha), Azizur Rahman (azizur), Barry Abrahamson (barry), Mohammad Jangda (batmoo), Beau Lebens (beaulebens), Ben Ward (benward), Matthew G. Richmond (bigdawggi), Rowan Rodrik van der Molen (bigsmoke), Glenn Ansley (blepoxp), blt4, bobbyblade, Boone B. Gorges (boonebgorges), Brian Colinger (briancolinger), Brian Layman (brianlayman), Caesar Schinas (caesarsgrunt), Ben Casey (casben79), Chip Bennett (chipbennett), Chris Sfanos, Chris Jean (chrisbliss18), Marco Cimmino (cimmo), Scott Reilly (coffee2code), Dylan Kuhn (cyberhobo), Darren Meehan (darrenmeehan), Dion Hulse (dd32), Dean Robinson (deanjrobinson), Demetris Kikizas, Δημήτρης Κίκιζας (demetris), Denis-de-Bernardy, djzone, Доктор Бро (doktorbro), Donal MacArthur (donalmacarthur), Dougal Campbell (dougal), Dre Armeda (dremeda), Jon Cave (duck_), Doug Provencio (dougwrites), Edward Hevlund (edward mindreantre), Einar Egilsson (einare), Eric Mann (ericmann), Austin Matzko (filosofo), Gil Rutkowski (flashingcursor), foofy, Francesco Laffi (francescolaffi), Gary Cao (garyc40), Justin Tadlock (greenshady), Reuben Gunday (greuben), hakre, Hui Chen (huichen), Ben Huson (husobj), Matt Thomas (iammattthomas), Ian Stewart (iandstewart), indie-ulf, Jacob Santos (jacobsantos), Jakub Míšek (jakub.misek), James Collins (jamescollins), Jane Wells (jane/janeforshort), jayjdk, Jason Penney (jczorkmid), Jeff Farthing (jfarthing84), Josh Kearney (jk0), joelhardi, John Blackbourn (johnbillion), John James Jacoby (johnjamesjacoby/jjj), John O’Nolan (johnonolan), John Bloch (JohnPBloch), Joost de Valk (joostdevalk/yoast), Aaron Jorbin (jorbin), Joseph Scott (josephscott), Justin Rainbow, Kapeel Sable (kapeels), Adam Harley (kawauso), Jorge Bernal (koke), Daryl Koopersmith (koopersmith), Lance Willett (lancewillett), Lutz Schroeer (latz), Lew Ayotte (layotte), linguasite, Lloyd Budd (lloydbudd), loushou, mailnew2ster, mako09, Mark Jaquith (markjaquith), Mark McWilliams (markmcwilliams), MattyRob, Mauro Gentile, Michael Adams (mdawaffe), Chris Meller (mellertime), Michael Fields (mfields), MichaelH, Mike Schinkel (mikeschinkel), Robert Chapin (miqrogroove), Michael “Mitcho” Erlewine (mitchoyoshitaka), David McFarlane (mrmist), mrwok, John Havlik (mtekk), Martin Widmann (mwidmann), Andrew Nacin (nacin), Nikolay Bachiyski (nbachiyski), Nathan Rice (nathanrice), Niall Kennedy (niallkennedy), Bernhard Riedl (neoxx), Nick Momrik (nickmomrik), Nils Juenemannn, Nicolas Kuttler (nkuttler), nootron, norbertm, Dominik Schilling (ocean90), ohanesian, Samuel Wood (Otto42), Ozh Richard (ozh), Pádraic Brady, Franklin Tse (peaceablewhale), Pete Mall (PeteMall), Phill Brown (phill_brown), Phill Kenoyer (PhillKenoyer), phrostypoison, Michael Pretty (prettyboymp), Simon Prosser (pross), Ptah Dunbar (ptahdunbar), Harsh J. Chouraria (qwertymaniac), Ran Yaniv Hartstein (RanYanivHartstein), Rasheed Bydousi (rasheed), Daniel Jalkut (redsweater), rfw, Rasmus Lerdorf (rlerdorf), Ryan McCue (rmccue), Roger Theriault (rogertheriault), ronbme, rovo89, Ryan Boren (ryan), Sara Cannon (saracannon), Scott Bressler (sbressler), Scott Kingsley Clark (sc0ttkclark), ScottMac, Silviu Cristian Burca (scribu), Sergey Biryukov, Сергей Бирюков (SergeyBiryukov), Alex Petrescu (SeyelentEco), Shawn Parker (shawnparker), shidouhikari, Simon Wheatley (simonwheatley), Matt Martz (sivel), Samir Shah (solarissmoke), sorich87, Mitch Canter (studionashvegas), t31os_, Tracy Cannon (TECannon), tech163, Aaron Brazell (technosailor), TheDeadMedic, Tim Moore (tmoorewp), Tobias Bäthge (TobiasBg), Tom Lany (tomthewebmaster), tonyf12, Utkarsh Kukreti (Utkarsh), Zé Fontainhas (vanillalounge), John Hawkins (vegasgeek), Michael Stewart (vericgar), Alex Mills (Viper007Bond), Vladimir Kolesnikov (vladimir_kolesnikov), wahgnube, wedsxcrfv, Peter Westwood (westi), whoismanu, Will Norris (wnorris), Wojtek Szkutnik (wojtek.szkutnik), wpcanyon, William P. Davis (wpdavis), Ron Rennick (wpmuguru), Kenneth Newman (WraithKenny), Yoav Farhi (yoavf), and Safirul Alfreda (zeo).
\nBonus: Don’t forget to check out the latest on WordPress.tv to see all the cool WordCamp sessions you may have missed.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://wordpress.org/news/2011/02/threeone/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"WordPress 3.0.5 (and 3.1 Release Candidate 4)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2011/02/wordpress-3-0-5/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/02/wordpress-3-0-5/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Feb 2011 23:29:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1683";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:366:"WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions. This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update. Three point oh point five Enhances security Three point [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3674:"WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions.
\nThis security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update.
\nThree point oh point five
\nEnhances security
\nThree point one comes soon
\nThe release addresses a number of issues and provides two additional enhancements:
\nTwo moderate security issues were fixed that could have allowed a Contributor- or Author-level user to gain further access to the site.
\nOne information disclosure issue was addressed that could have allowed an Author-level user to view contents of posts they should not be able to see, such as draft or private posts.
\nTwo security enhancements were added. One improved the security of any plugins which were not properly leveraging our security API. The other offers additional defense in depth against a vulnerability that was fixed in previous release.
\nThanks to Nils Jueneman and Saddy for their private and responsible disclosures to security@wordpress.org for two of the issues. The others were reported or repaired by our security team.
\nDownload 3.0.5 or update automatically from the Dashboard > Updates menu in your site’s admin area. Please update immediately.
\n
\nWordPress 3.1 Release Candidate 4 is also now available.
\nThe Release Candidate 4 build includes the security fixes and enhancements included in 3.0.5 and addresses about two dozen additional bugs. This includes fixes for:
\n\n- Deleting a user and reassigning their posts to another user.
\n- Marking multiple users or sites as spam in multisite.
\n- PHP4 compatibility.
\n
\nAs outlined in previous RC posts, if you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:
\n\nTo test WordPress 3.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If any new issues become known, you’ll be able to find them here.
\nAfter nearly five months of development and testing, we think we’re very close to a final release. Users and developers, please test your themes and plugins.
\nDownload WordPress 3.1 RC4 or WordPress 3.0.5 now.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/02/wordpress-3-0-5/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"The Annual WordPress Conference: WordCamp SF 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/news/2011/01/wordcamp-sf-2011/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/01/wordcamp-sf-2011/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Jan 2011 22:57:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1674";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:368:"Mark your calendars: WordCamp San Francisco, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg’s “State of the Word” address as well as a variety of amazing speakers that you’d normally only get to see at expensive industry [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1450:"Mark your calendars: WordCamp San Francisco, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg’s “State of the Word” address as well as a variety of amazing speakers that you’d normally only get to see at expensive industry conferences. This year the program will be expanded to three days, with programming for publishers, bloggers, and developers. There will also be related activities, like core team summits, workshops for contributors, designers, and local organizers, and various professional and networking events. The planning is just beginning, so save the date on your calendar and keep an eye on the WordCamp SF 2011 site (and/or follow the @wordcampsf twitter account) for updates as details become available.
\n*For people who attended WordCamp SF last year who thought the annual event this year would be called WordCon, with WordCamp SF becoming a more locally-oriented event, you can read my long-winded explanation of why we didn’t go that route over the on the WordCamp Central blog.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/news/2011/01/wordcamp-sf-2011/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:31:"http://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 31 May 2011 16:47:25 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 26 May 2011 15:52:05 GMT";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
-(518, 0, '_site_transient_timeout_wporg_theme_feature_list', '1307312933', 'yes'),
-(519, 0, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:18:{i:0;s:8:"blavatar";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:20:"front-page-post-form";i:10;s:19:"full-width-template";i:11;s:12:"microformats";i:12;s:12:"post-formats";i:13;s:20:"rtl-language-support";i:14;s:11:"sticky-post";i:15;s:13:"theme-options";i:16;s:17:"threaded-comments";i:17;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes'),
+(663, 0, '_site_transient_timeout_wporg_theme_feature_list', '1307535338', 'yes'),
+(664, 0, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:18:{i:0;s:8:"blavatar";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:20:"front-page-post-form";i:10;s:19:"full-width-template";i:11;s:12:"microformats";i:12;s:12:"post-formats";i:13;s:20:"rtl-language-support";i:14;s:11:"sticky-post";i:15;s:13:"theme-options";i:16;s:17:"threaded-comments";i:17;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes'),
(364, 0, 'theme_mods_twentyten', 'a:1:{i:0;b:0;}', 'yes'),
(148, 0, 'theme_mods_bloggingstream', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:12:"primary-menu";i:3;}}', 'yes'),
(434, 0, 'woo_themename', 'LQDVI', 'yes'),
@@ -362,24 +613,24 @@ INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`,
(487, 0, 'woo_body_img', '', 'yes'),
(488, 0, 'woo_body_repeat', 'no-repeat', 'yes'),
(489, 0, 'woo_body_pos', 'top left', 'yes'),
-(490, 0, 'woo_text_color', '#d9f1ff', 'yes'),
-(491, 0, 'woo_link_color', '#f2ca05', 'yes'),
-(492, 0, 'woo_link_hover_color', '#f0de82', 'yes'),
-(493, 0, 'woo_button_color', '#583', 'yes'),
+(490, 0, 'woo_text_color', '#c2f0ff', 'yes'),
+(491, 0, 'woo_link_color', '#ffd400', 'yes'),
+(492, 0, 'woo_link_hover_color', '#ffea84', 'yes'),
+(493, 0, 'woo_button_color', '#558833', 'yes'),
(494, 0, 'woo_top_menu_back_color', '#0079bc', 'yes'),
(495, 0, 'woo_top_menu_active_color', '#4f9fd0', 'yes'),
(496, 0, 'woo_typography', 'true', 'yes'),
-(497, 0, 'woo_font_body', 'a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}', 'yes'),
+(497, 0, 'woo_font_body', 'a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#dcf5fd";}', 'yes'),
(498, 0, 'woo_font_nav', 'a:5:{s:4:"size";s:2:"14";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}', 'yes'),
-(499, 0, 'woo_font_post_title', 'a:5:{s:4:"size";s:2:"24";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#f2ca05";}', 'yes'),
-(500, 0, 'woo_font_post_meta', 'a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}', 'yes'),
-(501, 0, 'woo_font_post_entry', 'a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}', 'yes'),
-(502, 0, 'woo_font_widget_titles', 'a:5:{s:4:"size";s:2:"16";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}', 'yes'),
-(503, 0, 'woo_options', 'a:68:{s:8:"woo_logo";s:64:"http://localhost/lqdvi/wp-content/uploads/2011/05/Logo-LQDVI.gif";s:18:"woo_custom_favicon";s:0:"";s:20:"woo_google_analytics";s:0:"";s:18:"woo_feedburner_url";s:0:"";s:14:"woo_custom_css";s:0:"";s:17:"woo_header_layout";s:9:"about.php";s:13:"woo_about_bio";s:38:"sadasdas as\nas \ndas\ndasdsadassada sd s";s:18:"woo_about_gravatar";s:14:"asda@dsdds.com";s:18:"woo_about_readmore";s:13:"www.google.es";s:21:"woo_ad_header_adsense";s:0:"";s:19:"woo_ad_header_image";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:17:"woo_ad_header_url";s:24:"http://www.woothemes.com";s:22:"woo_exclude_pages_main";s:0:"";s:22:"woo_blog_subnavigation";s:5:"false";s:24:"woo_exclude_pages_footer";s:0:"";s:19:"woo_featured_layout";s:17:"small_with_ad.php";s:20:"woo_ad_block_adsense";s:0:"";s:18:"woo_ad_block_image";s:41:"http://www.woothemes.com/ads/300x250b.jpg";s:16:"woo_ad_block_url";s:24:"http://www.woothemes.com";s:11:"woo_related";s:4:"true";s:20:"woo_content_archives";s:5:"false";s:22:"woo_post_image_support";s:4:"true";s:14:"woo_pis_resize";s:4:"true";s:17:"woo_pis_hard_crop";s:4:"true";s:10:"woo_resize";s:4:"true";s:12:"woo_auto_img";s:5:"false";s:15:"woo_image_width";s:3:"430";s:16:"woo_image_height";s:3:"170";s:18:"woo_feat_alt_width";s:3:"130";s:19:"woo_feat_alt_height";s:2:"85";s:15:"woo_thumb_width";s:2:"64";s:16:"woo_thumb_height";s:2:"64";s:16:"woo_image_single";s:5:"false";s:16:"woo_single_width";s:3:"180";s:17:"woo_single_height";s:3:"120";s:21:"woo_ad_content_enable";s:5:"false";s:22:"woo_ad_content_adsense";s:0:"";s:20:"woo_ad_content_image";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:18:"woo_ad_content_url";s:24:"http://www.woothemes.com";s:14:"woo_ads_rotate";s:4:"true";s:14:"woo_ad_image_1";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_1";s:24:"http://www.woothemes.com";s:14:"woo_ad_image_2";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_2";s:24:"http://www.woothemes.com";s:14:"woo_ad_image_3";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_3";s:24:"http://www.woothemes.com";s:14:"woo_ad_image_4";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_4";s:24:"http://www.woothemes.com";s:14:"woo_body_color";s:7:"#0079bc";s:12:"woo_body_img";s:0:"";s:15:"woo_body_repeat";s:9:"no-repeat";s:12:"woo_body_pos";s:8:"top left";s:14:"woo_text_color";s:7:"#d9f1ff";s:14:"woo_link_color";s:7:"#f2ca05";s:20:"woo_link_hover_color";s:7:"#f0de82";s:16:"woo_button_color";s:4:"#583";s:23:"woo_top_menu_back_color";s:7:"#0079bc";s:26:"woo_top_submenu_back_color";s:7:"#004971";s:24:"woo_top_menu_hover_color";s:4:"#583";s:25:"woo_top_menu_active_color";s:7:"#4f9fd0";s:14:"woo_typography";s:4:"true";s:13:"woo_font_body";a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}s:14:"woo_font_title";a:5:{s:4:"size";s:1:"9";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#f2ca05";}s:12:"woo_font_nav";a:5:{s:4:"size";s:2:"14";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}s:19:"woo_font_post_title";a:5:{s:4:"size";s:2:"24";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#f2ca05";}s:18:"woo_font_post_meta";a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}s:19:"woo_font_post_entry";a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#eff9ff";}s:22:"woo_font_widget_titles";a:5:{s:4:"size";s:2:"16";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}}', 'yes'),
-(504, 0, 'woo_settings_encode', 'PHVsPjxsaT48c3Ryb25nPndvb19sb2dvPC9zdHJvbmc+IC0gaHR0cDovL2xvY2FsaG9zdC9scWR2aS93cC1jb250ZW50L3VwbG9hZHMvMjAxMS8wNS9Mb2dvLUxRRFZJLmdpZjwvbGk+PGxpPjxzdHJvbmc+d29vX2N1c3RvbV9mYXZpY29uPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fZ29vZ2xlX2FuYWx5dGljczwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2ZlZWRidXJuZXJfdXJsPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fY3VzdG9tX2Nzczwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2hlYWRlcl9sYXlvdXQ8L3N0cm9uZz4gLSBhYm91dC5waHA8L2xpPjxsaT48c3Ryb25nPndvb19hYm91dF9iaW88L3N0cm9uZz4gLSBzYWRhc2RhcyBhcwphcyAKZGFzCmRhc2RzYWRhc3NhZGEgc2QgczwvbGk+PGxpPjxzdHJvbmc+d29vX2Fib3V0X2dyYXZhdGFyPC9zdHJvbmc+IC0gYXNkYUBkc2Rkcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19hYm91dF9yZWFkbW9yZTwvc3Ryb25nPiAtIHd3dy5nb29nbGUuZXM8L2xpPjxsaT48c3Ryb25nPndvb19hZF9oZWFkZXJfYWRzZW5zZTwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX2hlYWRlcl9pbWFnZTwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvNDY4eDYwYi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF9oZWFkZXJfdXJsPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tPC9saT48bGk+PHN0cm9uZz53b29fZXhjbHVkZV9wYWdlc19tYWluPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fYmxvZ19zdWJuYXZpZ2F0aW9uPC9zdHJvbmc+IC0gZmFsc2U8L2xpPjxsaT48c3Ryb25nPndvb19leGNsdWRlX3BhZ2VzX2Zvb3Rlcjwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2ZlYXR1cmVkX2xheW91dDwvc3Ryb25nPiAtIHNtYWxsX3dpdGhfYWQucGhwPC9saT48bGk+PHN0cm9uZz53b29fYWRfYmxvY2tfYWRzZW5zZTwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX2Jsb2NrX2ltYWdlPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tL2Fkcy8zMDB4MjUwYi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF9ibG9ja191cmw8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19yZWxhdGVkPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PGxpPjxzdHJvbmc+d29vX2NvbnRlbnRfYXJjaGl2ZXM8L3N0cm9uZz4gLSBmYWxzZTwvbGk+PGxpPjxzdHJvbmc+d29vX3Bvc3RfaW1hZ2Vfc3VwcG9ydDwvc3Ryb25nPiAtIHRydWU8L2xpPjxsaT48c3Ryb25nPndvb19waXNfcmVzaXplPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PGxpPjxzdHJvbmc+d29vX3Bpc19oYXJkX2Nyb3A8L3N0cm9uZz4gLSB0cnVlPC9saT48bGk+PHN0cm9uZz53b29fcmVzaXplPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PGxpPjxzdHJvbmc+d29vX2F1dG9faW1nPC9zdHJvbmc+IC0gZmFsc2U8L2xpPjxsaT48c3Ryb25nPndvb19pbWFnZV93aWR0aDwvc3Ryb25nPiAtIDQzMDwvbGk+PGxpPjxzdHJvbmc+d29vX2ltYWdlX2hlaWdodDwvc3Ryb25nPiAtIDE3MDwvbGk+PGxpPjxzdHJvbmc+d29vX2ZlYXRfYWx0X3dpZHRoPC9zdHJvbmc+IC0gMTMwPC9saT48bGk+PHN0cm9uZz53b29fZmVhdF9hbHRfaGVpZ2h0PC9zdHJvbmc+IC0gODU8L2xpPjxsaT48c3Ryb25nPndvb190aHVtYl93aWR0aDwvc3Ryb25nPiAtIDY0PC9saT48bGk+PHN0cm9uZz53b29fdGh1bWJfaGVpZ2h0PC9zdHJvbmc+IC0gNjQ8L2xpPjxsaT48c3Ryb25nPndvb19pbWFnZV9zaW5nbGU8L3N0cm9uZz4gLSBmYWxzZTwvbGk+PGxpPjxzdHJvbmc+d29vX3NpbmdsZV93aWR0aDwvc3Ryb25nPiAtIDE4MDwvbGk+PGxpPjxzdHJvbmc+d29vX3NpbmdsZV9oZWlnaHQ8L3N0cm9uZz4gLSAxMjA8L2xpPjxsaT48c3Ryb25nPndvb19hZF9jb250ZW50X2VuYWJsZTwvc3Ryb25nPiAtIGZhbHNlPC9saT48bGk+PHN0cm9uZz53b29fYWRfY29udGVudF9hZHNlbnNlPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fYWRfY29udGVudF9pbWFnZTwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvNDY4eDYwYi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF9jb250ZW50X3VybDwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbTwvbGk+PGxpPjxzdHJvbmc+d29vX2Fkc19yb3RhdGU8L3N0cm9uZz4gLSB0cnVlPC9saT48bGk+PHN0cm9uZz53b29fYWRfaW1hZ2VfMTwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvMTI1eDEyNWIuanBnPC9saT48bGk+PHN0cm9uZz53b29fYWRfdXJsXzE8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19hZF9pbWFnZV8yPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tL2Fkcy8xMjV4MTI1Yi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF91cmxfMjwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbTwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX2ltYWdlXzM8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb20vYWRzLzEyNXgxMjViLmpwZzwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX3VybF8zPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tPC9saT48bGk+PHN0cm9uZz53b29fYWRfaW1hZ2VfNDwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvMTI1eDEyNWIuanBnPC9saT48bGk+PHN0cm9uZz53b29fYWRfdXJsXzQ8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19ib2R5X2NvbG9yPC9zdHJvbmc+IC0gIzAwNzliYzwvbGk+PGxpPjxzdHJvbmc+d29vX2JvZHlfaW1nPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fYm9keV9yZXBlYXQ8L3N0cm9uZz4gLSBuby1yZXBlYXQ8L2xpPjxsaT48c3Ryb25nPndvb19ib2R5X3Bvczwvc3Ryb25nPiAtIHRvcCBsZWZ0PC9saT48bGk+PHN0cm9uZz53b29fdGV4dF9jb2xvcjwvc3Ryb25nPiAtICNkOWYxZmY8L2xpPjxsaT48c3Ryb25nPndvb19saW5rX2NvbG9yPC9zdHJvbmc+IC0gI2YyY2EwNTwvbGk+PGxpPjxzdHJvbmc+d29vX2xpbmtfaG92ZXJfY29sb3I8L3N0cm9uZz4gLSAjZjBkZTgyPC9saT48bGk+PHN0cm9uZz53b29fYnV0dG9uX2NvbG9yPC9zdHJvbmc+IC0gIzU4MzwvbGk+PGxpPjxzdHJvbmc+d29vX3RvcF9tZW51X2JhY2tfY29sb3I8L3N0cm9uZz4gLSAjMDA3OWJjPC9saT48bGk+PHN0cm9uZz53b29fdG9wX3N1Ym1lbnVfYmFja19jb2xvcjwvc3Ryb25nPiAtICMwMDQ5NzE8L2xpPjxsaT48c3Ryb25nPndvb190b3BfbWVudV9ob3Zlcl9jb2xvcjwvc3Ryb25nPiAtICM1ODM8L2xpPjxsaT48c3Ryb25nPndvb190b3BfbWVudV9hY3RpdmVfY29sb3I8L3N0cm9uZz4gLSAjNGY5ZmQwPC9saT48bGk+PHN0cm9uZz53b29fdHlwb2dyYXBoeTwvc3Ryb25nPiAtIHRydWU8L2xpPjxsaT48c3Ryb25nPndvb19mb250X2JvZHk8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfdGl0bGU8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfbmF2PC9zdHJvbmc+IC0gQXJyYXk8L2xpPjxsaT48c3Ryb25nPndvb19mb250X3Bvc3RfdGl0bGU8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfcG9zdF9tZXRhPC9zdHJvbmc+IC0gQXJyYXk8L2xpPjxsaT48c3Ryb25nPndvb19mb250X3Bvc3RfZW50cnk8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfd2lkZ2V0X3RpdGxlczwvc3Ryb25nPiAtIEFycmF5PC9saT48L3VsPg==', 'yes'),
+(499, 0, 'woo_font_post_title', 'a:5:{s:4:"size";s:2:"24";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#95e4ff";}', 'yes'),
+(500, 0, 'woo_font_post_meta', 'a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#c2f0ff";}', 'yes'),
+(501, 0, 'woo_font_post_entry', 'a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#dcf5fd";}', 'yes'),
+(502, 0, 'woo_font_widget_titles', 'a:5:{s:4:"size";s:2:"16";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#33ccff";}', 'yes'),
+(503, 0, 'woo_options', 'a:81:{s:8:"woo_logo";s:64:"http://localhost/lqdvi/wp-content/uploads/2011/05/Logo-LQDVI.gif";s:18:"woo_custom_favicon";s:0:"";s:20:"woo_google_analytics";s:0:"";s:18:"woo_feedburner_url";s:0:"";s:14:"woo_custom_css";s:0:"";s:17:"woo_header_layout";s:9:"about.php";s:13:"woo_about_bio";s:38:"sadasdas as\nas \ndas\ndasdsadassada sd s";s:18:"woo_about_gravatar";s:14:"asda@dsdds.com";s:18:"woo_about_readmore";s:13:"www.google.es";s:21:"woo_ad_header_adsense";s:0:"";s:19:"woo_ad_header_image";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:17:"woo_ad_header_url";s:24:"http://www.woothemes.com";s:22:"woo_exclude_pages_main";s:0:"";s:22:"woo_blog_subnavigation";s:5:"false";s:24:"woo_exclude_pages_footer";s:0:"";s:19:"woo_featured_layout";s:17:"small_with_ad.php";s:20:"woo_ad_block_adsense";s:0:"";s:18:"woo_ad_block_image";s:41:"http://www.woothemes.com/ads/300x250b.jpg";s:16:"woo_ad_block_url";s:24:"http://www.woothemes.com";s:11:"woo_related";s:4:"true";s:20:"woo_content_archives";s:5:"false";s:22:"woo_post_image_support";s:4:"true";s:14:"woo_pis_resize";s:4:"true";s:17:"woo_pis_hard_crop";s:4:"true";s:10:"woo_resize";s:4:"true";s:12:"woo_auto_img";s:5:"false";s:15:"woo_image_width";s:3:"430";s:16:"woo_image_height";s:3:"170";s:18:"woo_feat_alt_width";s:3:"130";s:19:"woo_feat_alt_height";s:2:"85";s:15:"woo_thumb_width";s:2:"64";s:16:"woo_thumb_height";s:2:"64";s:15:"woo_thumb_align";s:10:"alignright";s:16:"woo_image_single";s:5:"false";s:16:"woo_single_width";s:3:"180";s:17:"woo_single_height";s:3:"120";s:21:"woo_ad_content_enable";s:5:"false";s:22:"woo_ad_content_adsense";s:0:"";s:20:"woo_ad_content_image";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:18:"woo_ad_content_url";s:24:"http://www.woothemes.com";s:14:"woo_ads_rotate";s:4:"true";s:14:"woo_ad_image_1";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_1";s:24:"http://www.woothemes.com";s:14:"woo_ad_image_2";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_2";s:24:"http://www.woothemes.com";s:14:"woo_ad_image_3";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_3";s:24:"http://www.woothemes.com";s:14:"woo_ad_image_4";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:12:"woo_ad_url_4";s:24:"http://www.woothemes.com";s:14:"woo_body_color";s:7:"#0079bc";s:12:"woo_body_img";s:0:"";s:15:"woo_body_repeat";s:9:"no-repeat";s:12:"woo_body_pos";s:8:"top left";s:14:"woo_text_color";s:7:"#c2f0ff";s:14:"woo_link_color";s:7:"#ffd400";s:20:"woo_link_hover_color";s:7:"#ffea84";s:16:"woo_button_color";s:7:"#558833";s:23:"woo_top_menu_back_color";s:7:"#0079bc";s:26:"woo_top_submenu_back_color";s:7:"#004971";s:24:"woo_top_menu_hover_color";s:4:"#583";s:25:"woo_top_menu_active_color";s:7:"#4f9fd0";s:14:"woo_typography";s:4:"true";s:13:"woo_font_body";a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#dcf5fd";}s:14:"woo_font_title";a:5:{s:4:"size";s:1:"9";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#95e4ff";}s:12:"woo_font_nav";a:5:{s:4:"size";s:2:"14";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#555555";}s:19:"woo_font_post_title";a:5:{s:4:"size";s:2:"24";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#95e4ff";}s:18:"woo_font_post_meta";a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:17:"Arial, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#c2f0ff";}s:19:"woo_font_post_entry";a:5:{s:4:"size";s:2:"13";s:4:"unit";s:2:"px";s:4:"face";s:35:"Geneva, Tahoma, Verdana, sans-serif";s:5:"style";s:6:"normal";s:5:"color";s:7:"#dcf5fd";}s:22:"woo_font_widget_titles";a:5:{s:4:"size";s:2:"16";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#33ccff";}s:11:"woo_connect";s:4:"true";s:17:"woo_connect_title";s:0:"";s:19:"woo_connect_content";s:0:"";s:25:"woo_connect_newsletter_id";s:0:"";s:15:"woo_connect_rss";s:4:"true";s:19:"woo_connect_twitter";s:24:"http://twitter.com/LQDVI";s:20:"woo_connect_facebook";s:38:"http://www.facebook.com/fundacionLQDVI";s:19:"woo_connect_youtube";s:0:"";s:18:"woo_connect_flickr";s:0:"";s:20:"woo_connect_linkedin";s:48:"http://www.linkedin.com/company/2190965?trk=tyah";s:18:"woo_connect_tuenti";s:61:"http://www.tuenti.com/#m=Page&func=index&page_key=1_697_31496";s:19:"woo_connect_related";s:4:"true";}', 'yes'),
+(504, 0, 'woo_settings_encode', 'PHVsPjxsaT48c3Ryb25nPndvb19sb2dvPC9zdHJvbmc+IC0gaHR0cDovL2xvY2FsaG9zdC9scWR2aS93cC1jb250ZW50L3VwbG9hZHMvMjAxMS8wNS9Mb2dvLUxRRFZJLmdpZjwvbGk+PGxpPjxzdHJvbmc+d29vX2N1c3RvbV9mYXZpY29uPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fZ29vZ2xlX2FuYWx5dGljczwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2ZlZWRidXJuZXJfdXJsPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fY3VzdG9tX2Nzczwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2hlYWRlcl9sYXlvdXQ8L3N0cm9uZz4gLSBhYm91dC5waHA8L2xpPjxsaT48c3Ryb25nPndvb19hYm91dF9iaW88L3N0cm9uZz4gLSBzYWRhc2RhcyBhcwphcyAKZGFzCmRhc2RzYWRhc3NhZGEgc2QgczwvbGk+PGxpPjxzdHJvbmc+d29vX2Fib3V0X2dyYXZhdGFyPC9zdHJvbmc+IC0gYXNkYUBkc2Rkcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19hYm91dF9yZWFkbW9yZTwvc3Ryb25nPiAtIHd3dy5nb29nbGUuZXM8L2xpPjxsaT48c3Ryb25nPndvb19hZF9oZWFkZXJfYWRzZW5zZTwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX2hlYWRlcl9pbWFnZTwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvNDY4eDYwYi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF9oZWFkZXJfdXJsPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tPC9saT48bGk+PHN0cm9uZz53b29fZXhjbHVkZV9wYWdlc19tYWluPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fYmxvZ19zdWJuYXZpZ2F0aW9uPC9zdHJvbmc+IC0gZmFsc2U8L2xpPjxsaT48c3Ryb25nPndvb19leGNsdWRlX3BhZ2VzX2Zvb3Rlcjwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2ZlYXR1cmVkX2xheW91dDwvc3Ryb25nPiAtIHNtYWxsX3dpdGhfYWQucGhwPC9saT48bGk+PHN0cm9uZz53b29fYWRfYmxvY2tfYWRzZW5zZTwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX2Jsb2NrX2ltYWdlPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tL2Fkcy8zMDB4MjUwYi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF9ibG9ja191cmw8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19yZWxhdGVkPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PGxpPjxzdHJvbmc+d29vX2NvbnRlbnRfYXJjaGl2ZXM8L3N0cm9uZz4gLSBmYWxzZTwvbGk+PGxpPjxzdHJvbmc+d29vX3Bvc3RfaW1hZ2Vfc3VwcG9ydDwvc3Ryb25nPiAtIHRydWU8L2xpPjxsaT48c3Ryb25nPndvb19waXNfcmVzaXplPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PGxpPjxzdHJvbmc+d29vX3Bpc19oYXJkX2Nyb3A8L3N0cm9uZz4gLSB0cnVlPC9saT48bGk+PHN0cm9uZz53b29fcmVzaXplPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PGxpPjxzdHJvbmc+d29vX2F1dG9faW1nPC9zdHJvbmc+IC0gZmFsc2U8L2xpPjxsaT48c3Ryb25nPndvb19pbWFnZV93aWR0aDwvc3Ryb25nPiAtIDQzMDwvbGk+PGxpPjxzdHJvbmc+d29vX2ltYWdlX2hlaWdodDwvc3Ryb25nPiAtIDE3MDwvbGk+PGxpPjxzdHJvbmc+d29vX2ZlYXRfYWx0X3dpZHRoPC9zdHJvbmc+IC0gMTMwPC9saT48bGk+PHN0cm9uZz53b29fZmVhdF9hbHRfaGVpZ2h0PC9zdHJvbmc+IC0gODU8L2xpPjxsaT48c3Ryb25nPndvb190aHVtYl93aWR0aDwvc3Ryb25nPiAtIDY0PC9saT48bGk+PHN0cm9uZz53b29fdGh1bWJfaGVpZ2h0PC9zdHJvbmc+IC0gNjQ8L2xpPjxsaT48c3Ryb25nPndvb190aHVtYl9hbGlnbjwvc3Ryb25nPiAtIGFsaWducmlnaHQ8L2xpPjxsaT48c3Ryb25nPndvb19pbWFnZV9zaW5nbGU8L3N0cm9uZz4gLSBmYWxzZTwvbGk+PGxpPjxzdHJvbmc+d29vX3NpbmdsZV93aWR0aDwvc3Ryb25nPiAtIDE4MDwvbGk+PGxpPjxzdHJvbmc+d29vX3NpbmdsZV9oZWlnaHQ8L3N0cm9uZz4gLSAxMjA8L2xpPjxsaT48c3Ryb25nPndvb19hZF9jb250ZW50X2VuYWJsZTwvc3Ryb25nPiAtIGZhbHNlPC9saT48bGk+PHN0cm9uZz53b29fYWRfY29udGVudF9hZHNlbnNlPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fYWRfY29udGVudF9pbWFnZTwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvNDY4eDYwYi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF9jb250ZW50X3VybDwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbTwvbGk+PGxpPjxzdHJvbmc+d29vX2Fkc19yb3RhdGU8L3N0cm9uZz4gLSB0cnVlPC9saT48bGk+PHN0cm9uZz53b29fYWRfaW1hZ2VfMTwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvMTI1eDEyNWIuanBnPC9saT48bGk+PHN0cm9uZz53b29fYWRfdXJsXzE8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19hZF9pbWFnZV8yPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tL2Fkcy8xMjV4MTI1Yi5qcGc8L2xpPjxsaT48c3Ryb25nPndvb19hZF91cmxfMjwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbTwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX2ltYWdlXzM8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb20vYWRzLzEyNXgxMjViLmpwZzwvbGk+PGxpPjxzdHJvbmc+d29vX2FkX3VybF8zPC9zdHJvbmc+IC0gaHR0cDovL3d3dy53b290aGVtZXMuY29tPC9saT48bGk+PHN0cm9uZz53b29fYWRfaW1hZ2VfNDwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9hZHMvMTI1eDEyNWIuanBnPC9saT48bGk+PHN0cm9uZz53b29fYWRfdXJsXzQ8L3N0cm9uZz4gLSBodHRwOi8vd3d3Lndvb3RoZW1lcy5jb208L2xpPjxsaT48c3Ryb25nPndvb19ib2R5X2NvbG9yPC9zdHJvbmc+IC0gIzAwNzliYzwvbGk+PGxpPjxzdHJvbmc+d29vX2JvZHlfaW1nPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fYm9keV9yZXBlYXQ8L3N0cm9uZz4gLSBuby1yZXBlYXQ8L2xpPjxsaT48c3Ryb25nPndvb19ib2R5X3Bvczwvc3Ryb25nPiAtIHRvcCBsZWZ0PC9saT48bGk+PHN0cm9uZz53b29fdGV4dF9jb2xvcjwvc3Ryb25nPiAtICNjMmYwZmY8L2xpPjxsaT48c3Ryb25nPndvb19saW5rX2NvbG9yPC9zdHJvbmc+IC0gI2ZmZDQwMDwvbGk+PGxpPjxzdHJvbmc+d29vX2xpbmtfaG92ZXJfY29sb3I8L3N0cm9uZz4gLSAjZmZlYTg0PC9saT48bGk+PHN0cm9uZz53b29fYnV0dG9uX2NvbG9yPC9zdHJvbmc+IC0gIzU1ODgzMzwvbGk+PGxpPjxzdHJvbmc+d29vX3RvcF9tZW51X2JhY2tfY29sb3I8L3N0cm9uZz4gLSAjMDA3OWJjPC9saT48bGk+PHN0cm9uZz53b29fdG9wX3N1Ym1lbnVfYmFja19jb2xvcjwvc3Ryb25nPiAtICMwMDQ5NzE8L2xpPjxsaT48c3Ryb25nPndvb190b3BfbWVudV9ob3Zlcl9jb2xvcjwvc3Ryb25nPiAtICM1ODM8L2xpPjxsaT48c3Ryb25nPndvb190b3BfbWVudV9hY3RpdmVfY29sb3I8L3N0cm9uZz4gLSAjNGY5ZmQwPC9saT48bGk+PHN0cm9uZz53b29fdHlwb2dyYXBoeTwvc3Ryb25nPiAtIHRydWU8L2xpPjxsaT48c3Ryb25nPndvb19mb250X2JvZHk8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfdGl0bGU8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfbmF2PC9zdHJvbmc+IC0gQXJyYXk8L2xpPjxsaT48c3Ryb25nPndvb19mb250X3Bvc3RfdGl0bGU8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfcG9zdF9tZXRhPC9zdHJvbmc+IC0gQXJyYXk8L2xpPjxsaT48c3Ryb25nPndvb19mb250X3Bvc3RfZW50cnk8L3N0cm9uZz4gLSBBcnJheTwvbGk+PGxpPjxzdHJvbmc+d29vX2ZvbnRfd2lkZ2V0X3RpdGxlczwvc3Ryb25nPiAtIEFycmF5PC9saT48bGk+PHN0cm9uZz53b29fY29ubmVjdDwvc3Ryb25nPiAtIHRydWU8L2xpPjxsaT48c3Ryb25nPndvb19jb25uZWN0X3RpdGxlPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fY29ubmVjdF9jb250ZW50PC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fY29ubmVjdF9uZXdzbGV0dGVyX2lkPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fY29ubmVjdF9yc3M8L3N0cm9uZz4gLSB0cnVlPC9saT48bGk+PHN0cm9uZz53b29fY29ubmVjdF90d2l0dGVyPC9zdHJvbmc+IC0gaHR0cDovL3R3aXR0ZXIuY29tL0xRRFZJPC9saT48bGk+PHN0cm9uZz53b29fY29ubmVjdF9mYWNlYm9vazwvc3Ryb25nPiAtIGh0dHA6Ly93d3cuZmFjZWJvb2suY29tL2Z1bmRhY2lvbkxRRFZJPC9saT48bGk+PHN0cm9uZz53b29fY29ubmVjdF95b3V0dWJlPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz53b29fY29ubmVjdF9mbGlja3I8L3N0cm9uZz4gLSA8L2xpPjxsaT48c3Ryb25nPndvb19jb25uZWN0X2xpbmtlZGluPC9zdHJvbmc+IC0gaHR0cDovL3d3dy5saW5rZWRpbi5jb20vY29tcGFueS8yMTkwOTY1P3Ryaz10eWFoPC9saT48bGk+PHN0cm9uZz53b29fY29ubmVjdF90dWVudGk8L3N0cm9uZz4gLSBodHRwOi8vd3d3LnR1ZW50aS5jb20vI209UGFnZSZmdW5jPWluZGV4JnBhZ2Vfa2V5PTFfNjk3XzMxNDk2PC9saT48bGk+PHN0cm9uZz53b29fY29ubmVjdF9yZWxhdGVkPC9zdHJvbmc+IC0gdHJ1ZTwvbGk+PC91bD4=', 'yes'),
(155, 0, 'pagenavi_options', 'a:11:{s:12:"current_text";s:13:"%PAGE_NUMBER%";s:9:"page_text";s:13:"%PAGE_NUMBER%";s:10:"first_text";s:13:"« First";s:9:"last_text";s:12:"Last »";s:9:"next_text";s:7:"»";s:9:"prev_text";s:7:"«";s:13:"dotright_text";s:3:"...";s:12:"dotleft_text";s:3:"...";s:5:"style";i:1;s:9:"num_pages";i:5;s:11:"always_show";i:0;}', 'yes'),
(432, 0, 'woo_framework_version', '4.1.0', 'yes'),
-(433, 0, 'woo_template', 'a:74:{i:0;a:3:{s:4:"name";s:16:"General Settings";s:4:"icon";s:7:"general";s:4:"type";s:7:"heading";}i:1;a:5:{s:4:"name";s:11:"Custom Logo";s:4:"desc";s:63:"Upload a logo for your theme, or specify an image URL directly.";s:2:"id";s:8:"woo_logo";s:3:"std";s:0:"";s:4:"type";s:6:"upload";}i:2;a:5:{s:4:"name";s:14:"Custom Favicon";s:4:"desc";s:113:"Upload a 16px x 16px ico image that will represent your website''s favicon.";s:2:"id";s:18:"woo_custom_favicon";s:3:"std";s:0:"";s:4:"type";s:6:"upload";}i:3;a:5:{s:4:"name";s:13:"Tracking Code";s:4:"desc";s:117:"Paste your Google Analytics (or other) tracking code here. This will be added into the footer template of your theme.";s:2:"id";s:20:"woo_google_analytics";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:4;a:5:{s:4:"name";s:7:"RSS URL";s:4:"desc";s:51:"Enter your preferred RSS URL. (Feedburner or other)";s:2:"id";s:18:"woo_feedburner_url";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:5;a:5:{s:4:"name";s:10:"Custom CSS";s:4:"desc";s:62:"Quickly add some CSS to your theme by adding it to this block.";s:2:"id";s:14:"woo_custom_css";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:6;a:3:{s:4:"name";s:15:"Header Settings";s:4:"icon";s:6:"header";s:4:"type";s:7:"heading";}i:7;a:6:{s:4:"name";s:13:"Header Layout";s:4:"desc";s:38:"Select the layout of your header here.";s:2:"id";s:17:"woo_header_layout";s:3:"std";s:9:"about.php";s:4:"type";s:6:"select";s:7:"options";a:2:{i:0;s:9:"about.php";i:1;s:12:"ad468x60.php";}}i:8;a:5:{s:4:"name";s:11:"About - Bio";s:4:"desc";s:118:"Include a short biography of yourself here, which will be displayed if you selected the about.php header layout above.";s:2:"id";s:13:"woo_about_bio";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:9;a:5:{s:4:"name";s:16:"About - Gravatar";s:4:"desc";s:169:"Type your e-mail address here, associated with your Gravatar. This will be displayed if you selected the about.php header layout above.";s:2:"id";s:18:"woo_about_gravatar";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:10;a:5:{s:4:"name";s:28:"About - Read More (Optional)";s:4:"desc";s:118:"Include a read more URL for the bio section. This will be displayed if you selected the about.php header layout above.";s:2:"id";s:18:"woo_about_readmore";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:11;a:5:{s:4:"name";s:31:"468x60 Banner Ad - Adsense code";s:4:"desc";s:108:"Enter your adsense code here. (Note: This will be displayed if you selected the ad468x60.php header layout.)";s:2:"id";s:21:"woo_ad_header_adsense";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:12;a:5:{s:4:"name";s:41:"468x60 Banner Ad Content - Image Location";s:4:"desc";s:112:"Enter the URL for this banner ad. (Note: This will be displayed if you selected the ad468x60.php header layout.)";s:2:"id";s:19:"woo_ad_header_image";s:3:"std";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:4:"type";s:4:"text";}i:13;a:5:{s:4:"name";s:38:"468x60 Banner Ad Content - Destination";s:4:"desc";s:124:"Enter the URL where this banner ad points to. (Note: This will be displayed if you selected the ad468x60.php header layout.)";s:2:"id";s:17:"woo_ad_header_url";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:14;a:3:{s:4:"name";s:19:"Navigation Settings";s:4:"icon";s:3:"nav";s:4:"type";s:7:"heading";}i:15;a:5:{s:4:"name";s:33:"Exclude pages from top navigation";s:4:"desc";s:171:"Enter a comma-separated list of the Page ID''s that you''d like to exclude from the main / top navigation (e.g. 1,2,3,4).";s:2:"id";s:22:"woo_exclude_pages_main";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:16;a:5:{s:4:"name";s:58:"Add blog categories as a drop-down to top navigation link?";s:4:"desc";s:127:"If checked, this option will add a drop-down menu - with all your blog categories - to a Categories link in the top navigation.";s:2:"id";s:22:"woo_blog_subnavigation";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:17;a:5:{s:4:"name";s:36:"Exclude pages from footer navigation";s:4:"desc";s:167:"Enter a comma-separated list of the Page ID''s that you''d like to exclude from the footer navigation (e.g. 1,2,3,4).";s:2:"id";s:24:"woo_exclude_pages_footer";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:18;a:3:{s:4:"name";s:17:"Homepage Settings";s:4:"icon";s:8:"homepage";s:4:"type";s:7:"heading";}i:19;a:6:{s:4:"name";s:15:"Featured Layout";s:4:"desc";s:38:"Select the layout of your header here.";s:2:"id";s:19:"woo_featured_layout";s:3:"std";s:15:"large_no_ad.php";s:4:"type";s:6:"select";s:7:"options";a:2:{i:0;s:15:"large_no_ad.php";i:1;s:17:"small_with_ad.php";}}i:20;a:5:{s:4:"name";s:31:"300x250 Block Ad - Adsense code";s:4:"desc";s:115:"Enter your adsense code here. (Note: This will be displayed if you selected the small_with_ad.php featured layout.)";s:2:"id";s:20:"woo_ad_block_adsense";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:21;a:5:{s:4:"name";s:33:"300x250 Block Ad - Image Location";s:4:"desc";s:119:"Enter the URL for this banner ad. (Note: This will be displayed if you selected the small_with_ad.php featured layout.)";s:2:"id";s:18:"woo_ad_block_image";s:3:"std";s:41:"http://www.woothemes.com/ads/300x250b.jpg";s:4:"type";s:4:"text";}i:22;a:5:{s:4:"name";s:30:"300x250 Block Ad - Destination";s:4:"desc";s:131:"Enter the URL where this banner ad points to. (Note: This will be displayed if you selected the small_with_ad.php featured layout.)";s:2:"id";s:16:"woo_ad_block_url";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:23;a:3:{s:4:"name";s:21:"General Post Settings";s:4:"icon";s:4:"main";s:4:"type";s:7:"heading";}i:24;a:5:{s:4:"name";s:19:"Show related posts?";s:4:"desc";s:71:"Check this to display to display related articles on a single post page";s:2:"id";s:11:"woo_related";s:3:"std";s:4:"true";s:4:"type";s:8:"checkbox";}i:25;a:5:{s:4:"name";s:13:"Archive Posts";s:4:"desc";s:107:"If checked, this section will display the full post content. If unchecked it will display the excerpt only.";s:2:"id";s:20:"woo_content_archives";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:26;a:3:{s:4:"name";s:14:"Dynamic Images";s:4:"type";s:7:"heading";s:4:"icon";s:5:"image";}i:27;a:6:{s:4:"name";s:39:"Enable WordPress Post Thumbnail Support";s:4:"desc";s:64:"Use WordPress post thumbnail support to assign a post thumbnail.";s:2:"id";s:22:"woo_post_image_support";s:3:"std";s:4:"true";s:5:"class";s:9:"collapsed";s:4:"type";s:8:"checkbox";}i:28;a:6:{s:4:"name";s:33:"Dynamically Resize Post Thumbnail";s:4:"desc";s:113:"The post thumbnail will be dynamically resized using native WP resize functionality. (Requires PHP 5.2+)";s:2:"id";s:14:"woo_pis_resize";s:3:"std";s:4:"true";s:5:"class";s:6:"hidden";s:4:"type";s:8:"checkbox";}i:29;a:6:{s:4:"name";s:24:"Hard Crop Post Thumbnail";s:4:"desc";s:59:"The image will be cropped to match the target aspect ratio.";s:2:"id";s:17:"woo_pis_hard_crop";s:3:"std";s:4:"true";s:5:"class";s:11:"hidden last";s:4:"type";s:8:"checkbox";}i:30;a:5:{s:4:"name";s:28:"Enable Dynamic Image Resizer";s:4:"desc";s:84:"This will enable the thumb.php script which dynamically resizes images on your site.";s:2:"id";s:10:"woo_resize";s:3:"std";s:4:"true";s:4:"type";s:8:"checkbox";}i:31;a:5:{s:4:"name";s:22:"Automatic Image Thumbs";s:4:"desc";s:96:"If no image is specified in the ''image'' custom field then the first uploaded post image is used.";s:2:"id";s:12:"woo_auto_img";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:32;a:5:{s:4:"name";s:15:"Featured Images";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:15:"woo_image_width";s:4:"type";s:4:"text";s:3:"std";i:430;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:16:"woo_image_height";s:4:"type";s:4:"text";s:3:"std";i:170;s:4:"meta";s:6:"Height";}}}i:33;a:5:{s:4:"name";s:28:"Featured (Alt Layout) Images";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:18:"woo_feat_alt_width";s:4:"type";s:4:"text";s:3:"std";i:130;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:19:"woo_feat_alt_height";s:4:"type";s:4:"text";s:3:"std";i:85;s:4:"meta";s:6:"Height";}}}i:34;a:5:{s:4:"name";s:15:"Post Thumbnails";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:15:"woo_thumb_width";s:4:"type";s:4:"text";s:3:"std";i:64;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:16:"woo_thumb_height";s:4:"type";s:4:"text";s:3:"std";i:64;s:4:"meta";s:6:"Height";}}}i:35;a:5:{s:4:"name";s:19:"Disable Single Post";s:4:"desc";s:74:"Check this if you don''t want to display the thumbnail on the single posts.";s:2:"id";s:16:"woo_image_single";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:36;a:5:{s:4:"name";s:22:"Single Post Thumbnails";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:16:"woo_single_width";s:4:"type";s:4:"text";s:3:"std";i:180;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:17:"woo_single_height";s:4:"type";s:4:"text";s:3:"std";i:120;s:4:"meta";s:6:"Height";}}}i:37;a:3:{s:4:"name";s:28:"Banner Ad Content (468x60px)";s:4:"icon";s:3:"ads";s:4:"type";s:7:"heading";}i:38;a:5:{s:4:"name";s:9:"Enable Ad";s:4:"desc";s:19:"Enable the ad space";s:2:"id";s:21:"woo_ad_content_enable";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:39;a:5:{s:4:"name";s:12:"Adsense code";s:4:"desc";s:29:"Enter your adsense code here.";s:2:"id";s:22:"woo_ad_content_adsense";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:40;a:5:{s:4:"name";s:34:"Banner Ad Content - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:20:"woo_ad_content_image";s:3:"std";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:4:"type";s:4:"text";}i:41;a:5:{s:4:"name";s:31:"Banner Ad Content - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:18:"woo_ad_content_url";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:42;a:3:{s:4:"name";s:37:"Banner Ads Sidebar - Widget (125x125)";s:4:"icon";s:3:"ads";s:4:"type";s:7:"heading";}i:43;a:5:{s:4:"name";s:15:"Rotate banners?";s:4:"desc";s:45:"Check this to randomly rotate the banner ads.";s:2:"id";s:14:"woo_ads_rotate";s:3:"std";s:4:"true";s:4:"type";s:8:"checkbox";}i:44;a:5:{s:4:"name";s:29:"Banner Ad #1 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_1";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:45;a:5:{s:4:"name";s:26:"Banner Ad #1 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_1";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:46;a:5:{s:4:"name";s:29:"Banner Ad #2 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_2";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:47;a:5:{s:4:"name";s:26:"Banner Ad #2 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_2";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:48;a:5:{s:4:"name";s:29:"Banner Ad #3 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_3";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:49;a:5:{s:4:"name";s:26:"Banner Ad #3 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_3";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:50;a:5:{s:4:"name";s:29:"Banner Ad #4 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_4";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:51;a:5:{s:4:"name";s:26:"Banner Ad #4 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_4";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:52;a:3:{s:4:"name";s:15:"Styling Options";s:4:"type";s:7:"heading";s:4:"icon";s:7:"styling";}i:53;a:5:{s:4:"name";s:21:"Body Background Color";s:4:"desc";s:66:"Pick a custom color for background color of the theme e.g. #697e09";s:2:"id";s:14:"woo_body_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:54;a:5:{s:4:"name";s:21:"Body background image";s:4:"desc";s:42:"Upload an image for the theme''s background";s:2:"id";s:12:"woo_body_img";s:3:"std";s:0:"";s:4:"type";s:6:"upload";}i:55;a:6:{s:4:"name";s:23:"Background image repeat";s:4:"desc";s:56:"Select how you would like to repeat the background-image";s:2:"id";s:15:"woo_body_repeat";s:3:"std";s:9:"no-repeat";s:4:"type";s:6:"select";s:7:"options";a:4:{i:0;s:9:"no-repeat";i:1;s:8:"repeat-x";i:2;s:8:"repeat-y";i:3;s:6:"repeat";}}i:56;a:6:{s:4:"name";s:25:"Background image position";s:4:"desc";s:52:"Select how you would like to position the background";s:2:"id";s:12:"woo_body_pos";s:3:"std";s:3:"top";s:4:"type";s:6:"select";s:7:"options";a:9:{i:0;s:8:"top left";i:1;s:10:"top center";i:2;s:9:"top right";i:3;s:11:"center left";i:4;s:13:"center center";i:5;s:12:"center right";i:6;s:11:"bottom left";i:7;s:13:"bottom center";i:8;s:12:"bottom right";}}i:57;a:5:{s:4:"name";s:10:"Text Color";s:4:"desc";s:72:"Pick a custom color for normal text or add a hex color code e.g. #697e09";s:2:"id";s:14:"woo_text_color";s:3:"std";s:7:"#807c79";s:4:"type";s:5:"color";}i:58;a:5:{s:4:"name";s:10:"Link Color";s:4:"desc";s:66:"Pick a custom color for links or add a hex color code e.g. #697e09";s:2:"id";s:14:"woo_link_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:59;a:5:{s:4:"name";s:16:"Link Hover Color";s:4:"desc";s:72:"Pick a custom color for links hover or add a hex color code e.g. #697e09";s:2:"id";s:20:"woo_link_hover_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:60;a:5:{s:4:"name";s:12:"Button Color";s:4:"desc";s:68:"Pick a custom color for buttons or add a hex color code e.g. #697e09";s:2:"id";s:16:"woo_button_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:61;a:5:{s:4:"name";s:25:"Top Menu Background Color";s:4:"desc";s:32:"Color de fondo del men', 'yes'),
+(433, 0, 'woo_template', 'a:88:{i:0;a:3:{s:4:"name";s:16:"General Settings";s:4:"icon";s:7:"general";s:4:"type";s:7:"heading";}i:1;a:5:{s:4:"name";s:11:"Custom Logo";s:4:"desc";s:63:"Upload a logo for your theme, or specify an image URL directly.";s:2:"id";s:8:"woo_logo";s:3:"std";s:0:"";s:4:"type";s:6:"upload";}i:2;a:5:{s:4:"name";s:14:"Custom Favicon";s:4:"desc";s:113:"Upload a 16px x 16px ico image that will represent your website''s favicon.";s:2:"id";s:18:"woo_custom_favicon";s:3:"std";s:0:"";s:4:"type";s:6:"upload";}i:3;a:5:{s:4:"name";s:13:"Tracking Code";s:4:"desc";s:117:"Paste your Google Analytics (or other) tracking code here. This will be added into the footer template of your theme.";s:2:"id";s:20:"woo_google_analytics";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:4;a:5:{s:4:"name";s:7:"RSS URL";s:4:"desc";s:51:"Enter your preferred RSS URL. (Feedburner or other)";s:2:"id";s:18:"woo_feedburner_url";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:5;a:5:{s:4:"name";s:10:"Custom CSS";s:4:"desc";s:62:"Quickly add some CSS to your theme by adding it to this block.";s:2:"id";s:14:"woo_custom_css";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:6;a:3:{s:4:"name";s:15:"Header Settings";s:4:"icon";s:6:"header";s:4:"type";s:7:"heading";}i:7;a:6:{s:4:"name";s:13:"Header Layout";s:4:"desc";s:38:"Select the layout of your header here.";s:2:"id";s:17:"woo_header_layout";s:3:"std";s:9:"about.php";s:4:"type";s:6:"select";s:7:"options";a:2:{i:0;s:9:"about.php";i:1;s:12:"ad468x60.php";}}i:8;a:5:{s:4:"name";s:11:"About - Bio";s:4:"desc";s:118:"Include a short biography of yourself here, which will be displayed if you selected the about.php header layout above.";s:2:"id";s:13:"woo_about_bio";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:9;a:5:{s:4:"name";s:16:"About - Gravatar";s:4:"desc";s:169:"Type your e-mail address here, associated with your Gravatar. This will be displayed if you selected the about.php header layout above.";s:2:"id";s:18:"woo_about_gravatar";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:10;a:5:{s:4:"name";s:28:"About - Read More (Optional)";s:4:"desc";s:118:"Include a read more URL for the bio section. This will be displayed if you selected the about.php header layout above.";s:2:"id";s:18:"woo_about_readmore";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:11;a:5:{s:4:"name";s:31:"468x60 Banner Ad - Adsense code";s:4:"desc";s:108:"Enter your adsense code here. (Note: This will be displayed if you selected the ad468x60.php header layout.)";s:2:"id";s:21:"woo_ad_header_adsense";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:12;a:5:{s:4:"name";s:41:"468x60 Banner Ad Content - Image Location";s:4:"desc";s:112:"Enter the URL for this banner ad. (Note: This will be displayed if you selected the ad468x60.php header layout.)";s:2:"id";s:19:"woo_ad_header_image";s:3:"std";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:4:"type";s:4:"text";}i:13;a:5:{s:4:"name";s:38:"468x60 Banner Ad Content - Destination";s:4:"desc";s:124:"Enter the URL where this banner ad points to. (Note: This will be displayed if you selected the ad468x60.php header layout.)";s:2:"id";s:17:"woo_ad_header_url";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:14;a:3:{s:4:"name";s:19:"Navigation Settings";s:4:"icon";s:3:"nav";s:4:"type";s:7:"heading";}i:15;a:5:{s:4:"name";s:33:"Exclude pages from top navigation";s:4:"desc";s:171:"Enter a comma-separated list of the Page ID''s that you''d like to exclude from the main / top navigation (e.g. 1,2,3,4).";s:2:"id";s:22:"woo_exclude_pages_main";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:16;a:5:{s:4:"name";s:58:"Add blog categories as a drop-down to top navigation link?";s:4:"desc";s:127:"If checked, this option will add a drop-down menu - with all your blog categories - to a Categories link in the top navigation.";s:2:"id";s:22:"woo_blog_subnavigation";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:17;a:5:{s:4:"name";s:36:"Exclude pages from footer navigation";s:4:"desc";s:167:"Enter a comma-separated list of the Page ID''s that you''d like to exclude from the footer navigation (e.g. 1,2,3,4).";s:2:"id";s:24:"woo_exclude_pages_footer";s:3:"std";s:0:"";s:4:"type";s:4:"text";}i:18;a:3:{s:4:"name";s:17:"Homepage Settings";s:4:"icon";s:8:"homepage";s:4:"type";s:7:"heading";}i:19;a:6:{s:4:"name";s:15:"Featured Layout";s:4:"desc";s:38:"Select the layout of your header here.";s:2:"id";s:19:"woo_featured_layout";s:3:"std";s:15:"large_no_ad.php";s:4:"type";s:6:"select";s:7:"options";a:2:{i:0;s:15:"large_no_ad.php";i:1;s:17:"small_with_ad.php";}}i:20;a:5:{s:4:"name";s:31:"300x250 Block Ad - Adsense code";s:4:"desc";s:115:"Enter your adsense code here. (Note: This will be displayed if you selected the small_with_ad.php featured layout.)";s:2:"id";s:20:"woo_ad_block_adsense";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:21;a:5:{s:4:"name";s:33:"300x250 Block Ad - Image Location";s:4:"desc";s:119:"Enter the URL for this banner ad. (Note: This will be displayed if you selected the small_with_ad.php featured layout.)";s:2:"id";s:18:"woo_ad_block_image";s:3:"std";s:41:"http://www.woothemes.com/ads/300x250b.jpg";s:4:"type";s:4:"text";}i:22;a:5:{s:4:"name";s:30:"300x250 Block Ad - Destination";s:4:"desc";s:131:"Enter the URL where this banner ad points to. (Note: This will be displayed if you selected the small_with_ad.php featured layout.)";s:2:"id";s:16:"woo_ad_block_url";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:23;a:3:{s:4:"name";s:21:"General Post Settings";s:4:"icon";s:4:"main";s:4:"type";s:7:"heading";}i:24;a:5:{s:4:"name";s:19:"Show related posts?";s:4:"desc";s:71:"Check this to display to display related articles on a single post page";s:2:"id";s:11:"woo_related";s:3:"std";s:4:"true";s:4:"type";s:8:"checkbox";}i:25;a:5:{s:4:"name";s:13:"Archive Posts";s:4:"desc";s:107:"If checked, this section will display the full post content. If unchecked it will display the excerpt only.";s:2:"id";s:20:"woo_content_archives";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:26;a:3:{s:4:"name";s:14:"Dynamic Images";s:4:"type";s:7:"heading";s:4:"icon";s:5:"image";}i:27;a:6:{s:4:"name";s:39:"Enable WordPress Post Thumbnail Support";s:4:"desc";s:64:"Use WordPress post thumbnail support to assign a post thumbnail.";s:2:"id";s:22:"woo_post_image_support";s:3:"std";s:4:"true";s:5:"class";s:9:"collapsed";s:4:"type";s:8:"checkbox";}i:28;a:6:{s:4:"name";s:33:"Dynamically Resize Post Thumbnail";s:4:"desc";s:113:"The post thumbnail will be dynamically resized using native WP resize functionality. (Requires PHP 5.2+)";s:2:"id";s:14:"woo_pis_resize";s:3:"std";s:4:"true";s:5:"class";s:6:"hidden";s:4:"type";s:8:"checkbox";}i:29;a:6:{s:4:"name";s:24:"Hard Crop Post Thumbnail";s:4:"desc";s:59:"The image will be cropped to match the target aspect ratio.";s:2:"id";s:17:"woo_pis_hard_crop";s:3:"std";s:4:"true";s:5:"class";s:11:"hidden last";s:4:"type";s:8:"checkbox";}i:30;a:5:{s:4:"name";s:28:"Enable Dynamic Image Resizer";s:4:"desc";s:84:"This will enable the thumb.php script which dynamically resizes images on your site.";s:2:"id";s:10:"woo_resize";s:3:"std";s:4:"true";s:4:"type";s:8:"checkbox";}i:31;a:5:{s:4:"name";s:22:"Automatic Image Thumbs";s:4:"desc";s:96:"If no image is specified in the ''image'' custom field then the first uploaded post image is used.";s:2:"id";s:12:"woo_auto_img";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:32;a:5:{s:4:"name";s:15:"Featured Images";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:15:"woo_image_width";s:4:"type";s:4:"text";s:3:"std";i:430;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:16:"woo_image_height";s:4:"type";s:4:"text";s:3:"std";i:170;s:4:"meta";s:6:"Height";}}}i:33;a:5:{s:4:"name";s:28:"Featured (Alt Layout) Images";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:18:"woo_feat_alt_width";s:4:"type";s:4:"text";s:3:"std";i:130;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:19:"woo_feat_alt_height";s:4:"type";s:4:"text";s:3:"std";i:85;s:4:"meta";s:6:"Height";}}}i:34;a:5:{s:4:"name";s:15:"Post Thumbnails";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:15:"woo_thumb_width";s:4:"type";s:4:"text";s:3:"std";i:64;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:16:"woo_thumb_height";s:4:"type";s:4:"text";s:3:"std";i:64;s:4:"meta";s:6:"Height";}}}i:35;a:6:{s:4:"name";s:25:"Thumbnail Image alignment";s:4:"desc";s:47:"Select how to align your thumbnails with posts.";s:2:"id";s:15:"woo_thumb_align";s:3:"std";s:9:"alignleft";s:4:"type";s:5:"radio";s:7:"options";a:3:{s:9:"alignleft";s:4:"Left";s:10:"alignright";s:5:"Right";s:11:"aligncenter";s:6:"Center";}}i:36;a:5:{s:4:"name";s:19:"Disable Single Post";s:4:"desc";s:74:"Check this if you don''t want to display the thumbnail on the single posts.";s:2:"id";s:16:"woo_image_single";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:37;a:5:{s:4:"name";s:22:"Single Post Thumbnails";s:4:"desc";s:109:"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.";s:2:"id";s:20:"woo_image_dimensions";s:3:"std";s:0:"";s:4:"type";a:2:{i:0;a:4:{s:2:"id";s:16:"woo_single_width";s:4:"type";s:4:"text";s:3:"std";i:180;s:4:"meta";s:5:"Width";}i:1;a:4:{s:2:"id";s:17:"woo_single_height";s:4:"type";s:4:"text";s:3:"std";i:120;s:4:"meta";s:6:"Height";}}}i:38;a:3:{s:4:"name";s:28:"Banner Ad Content (468x60px)";s:4:"icon";s:3:"ads";s:4:"type";s:7:"heading";}i:39;a:5:{s:4:"name";s:9:"Enable Ad";s:4:"desc";s:19:"Enable the ad space";s:2:"id";s:21:"woo_ad_content_enable";s:3:"std";s:5:"false";s:4:"type";s:8:"checkbox";}i:40;a:5:{s:4:"name";s:12:"Adsense code";s:4:"desc";s:29:"Enter your adsense code here.";s:2:"id";s:22:"woo_ad_content_adsense";s:3:"std";s:0:"";s:4:"type";s:8:"textarea";}i:41;a:5:{s:4:"name";s:34:"Banner Ad Content - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:20:"woo_ad_content_image";s:3:"std";s:40:"http://www.woothemes.com/ads/468x60b.jpg";s:4:"type";s:4:"text";}i:42;a:5:{s:4:"name";s:31:"Banner Ad Content - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:18:"woo_ad_content_url";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:43;a:3:{s:4:"name";s:37:"Banner Ads Sidebar - Widget (125x125)";s:4:"icon";s:3:"ads";s:4:"type";s:7:"heading";}i:44;a:5:{s:4:"name";s:15:"Rotate banners?";s:4:"desc";s:45:"Check this to randomly rotate the banner ads.";s:2:"id";s:14:"woo_ads_rotate";s:3:"std";s:4:"true";s:4:"type";s:8:"checkbox";}i:45;a:5:{s:4:"name";s:29:"Banner Ad #1 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_1";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:46;a:5:{s:4:"name";s:26:"Banner Ad #1 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_1";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:47;a:5:{s:4:"name";s:29:"Banner Ad #2 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_2";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:48;a:5:{s:4:"name";s:26:"Banner Ad #2 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_2";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:49;a:5:{s:4:"name";s:29:"Banner Ad #3 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_3";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:50;a:5:{s:4:"name";s:26:"Banner Ad #3 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_3";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:51;a:5:{s:4:"name";s:29:"Banner Ad #4 - Image Location";s:4:"desc";s:33:"Enter the URL for this banner ad.";s:2:"id";s:14:"woo_ad_image_4";s:3:"std";s:41:"http://www.woothemes.com/ads/125x125b.jpg";s:4:"type";s:4:"text";}i:52;a:5:{s:4:"name";s:26:"Banner Ad #4 - Destination";s:4:"desc";s:45:"Enter the URL where this banner ad points to.";s:2:"id";s:12:"woo_ad_url_4";s:3:"std";s:24:"http://www.woothemes.com";s:4:"type";s:4:"text";}i:53;a:3:{s:4:"name";s:15:"Styling Options";s:4:"type";s:7:"heading";s:4:"icon";s:7:"styling";}i:54;a:5:{s:4:"name";s:21:"Body Background Color";s:4:"desc";s:66:"Pick a custom color for background color of the theme e.g. #697e09";s:2:"id";s:14:"woo_body_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:55;a:5:{s:4:"name";s:21:"Body background image";s:4:"desc";s:42:"Upload an image for the theme''s background";s:2:"id";s:12:"woo_body_img";s:3:"std";s:0:"";s:4:"type";s:6:"upload";}i:56;a:6:{s:4:"name";s:23:"Background image repeat";s:4:"desc";s:56:"Select how you would like to repeat the background-image";s:2:"id";s:15:"woo_body_repeat";s:3:"std";s:9:"no-repeat";s:4:"type";s:6:"select";s:7:"options";a:4:{i:0;s:9:"no-repeat";i:1;s:8:"repeat-x";i:2;s:8:"repeat-y";i:3;s:6:"repeat";}}i:57;a:6:{s:4:"name";s:25:"Background image position";s:4:"desc";s:52:"Select how you would like to position the background";s:2:"id";s:12:"woo_body_pos";s:3:"std";s:3:"top";s:4:"type";s:6:"select";s:7:"options";a:9:{i:0;s:8:"top left";i:1;s:10:"top center";i:2;s:9:"top right";i:3;s:11:"center left";i:4;s:13:"center center";i:5;s:12:"center right";i:6;s:11:"bottom left";i:7;s:13:"bottom center";i:8;s:12:"bottom right";}}i:58;a:5:{s:4:"name";s:10:"Text Color";s:4:"desc";s:72:"Pick a custom color for normal text or add a hex color code e.g. #697e09";s:2:"id";s:14:"woo_text_color";s:3:"std";s:7:"#807c79";s:4:"type";s:5:"color";}i:59;a:5:{s:4:"name";s:10:"Link Color";s:4:"desc";s:66:"Pick a custom color for links or add a hex color code e.g. #697e09";s:2:"id";s:14:"woo_link_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:60;a:5:{s:4:"name";s:16:"Link Hover Color";s:4:"desc";s:72:"Pick a custom color for links hover or add a hex color code e.g. #697e09";s:2:"id";s:20:"woo_link_hover_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:61;a:5:{s:4:"name";s:12:"Button Color";s:4:"desc";s:68:"Pick a custom color for buttons or add a hex color code e.g. #697e09";s:2:"id";s:16:"woo_button_color";s:3:"std";s:0:"";s:4:"type";s:5:"color";}i:62;a:5:{s:4:"name";s:25:"Top Menu Background Color";s:4:"desc";s:32:"Color de fondo del men', 'yes'),
(276, 0, 'framework_woo_backend_header_image', '', 'yes'),
(277, 0, 'framework_woo_backend_icon', '', 'yes'),
(278, 0, 'framework_woo_custom_login_logo', '', 'yes'),
@@ -400,9 +651,9 @@ INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`,
(213, 0, '_transient_feed_mod_15f9ff259c5787469fbae2919ab14d9b', '1306779482', 'no'),
(238, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1306903625', 'no'),
(239, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1306860425', 'no'),
-(240, 0, 'recently_activated', 'a:0:{}', 'yes'),
-(311, 0, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1306948122', 'yes'),
-(312, 0, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"2385";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"1634";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1431";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1209";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1185";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1165";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"856";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"797";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"733";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"728";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"691";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"669";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"652";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"576";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"520";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"510";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"430";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"430";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"423";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"413";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"399";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"372";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"365";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"354";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"350";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"350";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"349";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"335";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"335";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"334";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"333";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"331";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"325";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"316";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"306";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"298";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"296";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"281";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"280";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"280";}}', 'yes'),
+(240, 0, 'recently_activated', 'a:12:{s:58:"contact-form-7-to-database-extension/contact-form-7-db.php";i:1307631475;s:60:"contact-form-7-dynamic-text-extension/wpcf7_dynamic_text.php";i:1307631469;s:49:"wordpress-form-manager/wordpress-form-manager.php";i:1307612794;s:25:"formidable/formidable.php";i:1307524101;s:43:"client-testimonials-quotes/testimonials.php";i:1307523870;s:49:"collision-testimonials/collision-testimonials.php";i:1307523717;s:35:"fv-testimonials/fv-testimonials.php";i:1307523330;s:43:"wp-customer-reviews/wp-customer-reviews.php";i:1307522986;s:37:"jinx-the-javascript-includer/jinx.php";i:1307461294;s:29:"wp-swfobject/wp-swfobject.php";i:1307461290;s:37:"simple-javascript-management/sjsm.php";i:1307459539;s:28:"enhancing-js/EnhancingJS.php";i:1307459491;}', 'yes'),
+(692, 0, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1307624760', 'yes'),
+(693, 0, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"2385";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"1634";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1431";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1209";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1185";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1165";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"856";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"797";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"733";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"728";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"691";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"669";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"652";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"576";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"520";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"510";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"430";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"430";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"423";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"413";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"399";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"372";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"365";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"354";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"350";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"350";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"349";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"335";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"335";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"334";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"333";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"331";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"325";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"316";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"306";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"298";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"296";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"281";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"280";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"280";}}', 'yes'),
(244, 0, 'plugin_db_version', '', 'yes'),
(245, 0, 'facethumb_column', '3', 'yes'),
(246, 0, 'facethumb_line', '5', 'yes'),
@@ -443,7 +694,7 @@ INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`,
(314, 0, 'qtranslate_next_update_mo', '1307543397', 'yes'),
(315, 0, 'widget_qtranslate', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(317, 0, 'qtranslate_language_names', 'a:15:{s:2:"de";s:7:"Deutsch";s:2:"en";s:7:"English";s:2:"zh";s:6:"中文";s:2:"fi";s:5:"suomi";s:2:"fr";s:9:"Français";s:2:"nl";s:10:"Nederlands";s:2:"sv";s:7:"Svenska";s:2:"it";s:8:"Italiano";s:2:"ro";s:8:"Română";s:2:"hu";s:6:"Magyar";s:2:"ja";s:9:"日本語";s:2:"es";s:8:"Español";s:2:"vi";s:14:"Tiếng Việt";s:2:"ar";s:14:"العربية";s:2:"pt";s:10:"Português";}', 'yes'),
-(316, 0, '_transient_plugins_delete_result_1', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:23:"could_not_remove_plugin";a:1:{i:0;s:57:"Could not fully remove the plugin(s) akismet/akismet.php.";}}s:10:"error_data";a:0:{}}', 'yes'),
+(316, 0, '_transient_plugins_delete_result_1', 'O:8:"WP_Error":2:{s:6:"errors";a:1:{s:23:"could_not_remove_plugin";a:1:{i:0;s:115:"No se pudo/ieron eliminar completamente el/los plugin/s contact-form-7-to-database-extension/contact-form-7-db.php.";}}s:10:"error_data";a:0:{}}', 'yes'),
(318, 0, 'qtranslate_enabled_languages', 'a:2:{i:0;s:2:"es";i:1;s:2:"en";}', 'yes'),
(319, 0, 'qtranslate_default_language', 'es', 'yes'),
(320, 0, 'qtranslate_flag_location', 'plugins/qtranslate/flags/', 'yes'),
@@ -461,15 +712,70 @@ INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`,
(332, 0, 'qtranslate_auto_update_mo', '1', 'yes'),
(333, 0, 'qtranslate_hide_default_language', '1', 'yes'),
(334, 0, 'qtranslate_qtranslate_services', '0', 'yes'),
-(337, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1307309862;s:7:"checked";a:5:{s:23:"facethumb/facethumb.php";s:5:"0.0.4";s:46:"mimetypes-link-icons/mime_type_link_images.php";s:5:"1.0.6";s:25:"qtranslate/qtranslate.php";s:6:"2.5.20";s:45:"simple-local-avatars/simple-local-avatars.php";s:5:"1.2.3";s:49:"vipers-video-quicktags/vipers-video-quicktags.php";s:5:"6.3.0";}s:8:"response";a:1:{s:25:"qtranslate/qtranslate.php";O:8:"stdClass":5:{s:2:"id";s:4:"2446";s:4:"slug";s:10:"qtranslate";s:11:"new_version";s:6:"2.5.21";s:3:"url";s:47:"http://wordpress.org/extend/plugins/qtranslate/";s:7:"package";s:59:"http://downloads.wordpress.org/plugin/qtranslate.2.5.21.zip";}}}', 'yes'),
+(627, 0, 'wpcr_options', 'a:29:{s:9:"act_email";s:0:"";s:8:"act_uniq";s:36:"274ae9c7-2426-4975-b612-0d3950355212";s:8:"activate";i:0;s:10:"ask_custom";a:0:{}s:10:"ask_fields";a:6:{s:5:"fname";i:1;s:6:"femail";i:1;s:8:"fwebsite";i:1;s:6:"ftitle";i:1;s:4:"fage";i:0;s:7:"fgender";i:0;}s:13:"business_city";s:0:"";s:16:"business_country";s:3:"USA";s:14:"business_email";s:26:"darranz@rodax-software.com";s:13:"business_name";s:35:"Fundación Lo Que De Verdad Importa";s:14:"business_phone";s:0:"";s:14:"business_state";s:0:"";s:15:"business_street";s:0:"";s:12:"business_url";s:17:"http://localhost/";s:12:"business_zip";s:0:"";s:9:"dbversion";i:229;s:12:"field_custom";a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}s:13:"form_location";i:0;s:15:"goto_leave_text";s:33:"Click here to submit your review.";s:12:"hreview_type";s:8:"business";s:10:"leave_text";s:18:"Submit your review";s:14:"require_custom";a:0:{}s:14:"require_fields";a:6:{s:5:"fname";i:1;s:6:"femail";i:1;s:8:"fwebsite";i:0;s:6:"ftitle";i:0;s:4:"fage";i:0;s:7:"fgender";i:0;}s:16:"reviews_per_page";i:10;s:11:"show_custom";a:0:{}s:11:"show_fields";a:6:{s:5:"fname";i:1;s:6:"femail";i:0;s:8:"fwebsite";i:0;s:6:"ftitle";i:1;s:4:"fage";i:0;s:7:"fgender";i:0;}s:13:"show_hcard_on";i:0;s:18:"submit_button_text";s:18:"Submit your review";s:10:"support_us";i:1;s:9:"title_tag";s:2:"h2";}', 'yes'),
+(576, 0, 'slb_options', 'a:26:{s:7:"enabled";b:1;s:12:"enabled_home";b:1;s:12:"enabled_post";b:1;s:12:"enabled_page";b:1;s:15:"enabled_archive";b:1;s:14:"activate_links";b:1;s:20:"activate_attachments";b:1;s:14:"validate_links";b:0;s:11:"group_links";b:1;s:10:"group_post";b:1;s:5:"theme";s:11:"slb_default";s:7:"animate";b:1;s:9:"autostart";b:1;s:8:"duration";s:1:"6";s:4:"loop";b:1;s:15:"overlay_opacity";s:3:"0.8";s:15:"enabled_caption";b:1;s:11:"caption_src";b:1;s:13:"txt_closeLink";s:6:"cerrar";s:14:"txt_loadingMsg";s:8:"cargando";s:12:"txt_nextLink";s:17:"siguiente »";s:12:"txt_prevLink";s:16:"« anterior";s:18:"txt_startSlideshow";s:15:"start slideshow";s:17:"txt_stopSlideshow";s:14:"stop slideshow";s:20:"txt_numDisplayPrefix";s:6:"Imagen";s:23:"txt_numDisplaySeparator";s:2:"de";}', 'yes'),
(336, 0, 'vvq_options', 'a:18:{i:0;b:0;s:7:"version";s:5:"6.3.0";s:7:"youtube";a:4:{s:6:"button";i:1;s:5:"width";i:425;s:6:"height";i:344;s:11:"aspectratio";i:1;}s:11:"googlevideo";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:326;s:11:"aspectratio";i:1;}s:5:"vimeo";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:300;s:11:"aspectratio";i:1;}s:11:"dailymotion";a:4:{s:6:"button";i:0;s:5:"width";i:480;s:6:"height";i:221;s:11:"aspectratio";i:1;}s:4:"veoh";a:4:{s:6:"button";i:0;s:5:"width";i:540;s:6:"height";i:438;s:11:"aspectratio";i:1;}s:7:"viddler";a:2:{s:6:"button";i:0;s:11:"aspectratio";i:0;}s:8:"metacafe";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:345;s:11:"aspectratio";i:1;}s:6:"bliptv";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:330;s:11:"aspectratio";i:1;}s:7:"wpvideo";a:2:{s:6:"button";i:0;s:11:"aspectratio";i:0;}s:11:"flickrvideo";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:300;s:11:"aspectratio";i:1;}s:5:"spike";a:4:{s:6:"button";i:0;s:5:"width";i:448;s:6:"height";i:365;s:11:"aspectratio";i:1;}s:7:"myspace";a:4:{s:6:"button";i:0;s:5:"width";i:425;s:6:"height";i:360;s:11:"aspectratio";i:1;}s:3:"flv";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:320;s:11:"aspectratio";i:0;}s:9:"quicktime";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:300;s:11:"aspectratio";i:0;}s:9:"videofile";a:4:{s:6:"button";i:0;s:5:"width";i:400;s:6:"height";i:300;s:11:"aspectratio";i:0;}s:5:"flash";a:2:{s:6:"button";i:0;s:11:"aspectratio";i:0;}}', 'yes'),
-(338, 0, 'uninstall_plugins', 'a:2:{i:0;b:0;s:45:"simple-local-avatars/simple-local-avatars.php";s:30:"simple_local_avatars_uninstall";}', 'yes'),
+(338, 0, 'uninstall_plugins', 'a:3:{i:0;b:0;s:45:"simple-local-avatars/simple-local-avatars.php";s:30:"simple_local_avatars_uninstall";s:49:"wordpress-form-manager/wordpress-form-manager.php";s:12:"fm_uninstall";}', 'yes'),
(339, 0, 'mimetype_link_icon_options', 'a:16:{s:16:"internal_domains";s:9:"localhost";s:10:"image_size";s:2:"48";s:10:"image_type";s:3:"gif";s:10:"enable_pdf";b:1;s:10:"enable_doc";b:1;s:11:"enable_docx";b:1;s:10:"enable_xls";b:1;s:11:"enable_xlsx";b:1;s:10:"enable_csv";b:1;s:10:"enable_zip";b:1;s:10:"enable_ppt";b:1;s:10:"enable_dwg";b:1;s:10:"enable_dwf";b:1;s:10:"enable_skp";b:1;s:10:"enable_jpg";b:0;s:12:"enable_async";b:0;}', 'yes'),
(511, 0, 'category_children', 'a:0:{}', 'yes'),
(523, 0, 'woo_custom_upload_tracking', 'a:0:{}', 'yes'),
-(520, 0, 'woo_font_title', 'a:5:{s:4:"size";s:1:"9";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#f2ca05";}', 'yes'),
+(520, 0, 'woo_font_title', 'a:5:{s:4:"size";s:1:"9";s:4:"unit";s:2:"px";s:4:"face";s:12:"Francois One";s:5:"style";s:6:"normal";s:5:"color";s:7:"#95e4ff";}', 'yes'),
(524, 0, 'woo_top_menu_hover_color', '#583', 'yes'),
-(525, 0, 'woo_top_submenu_back_color', '#004971', 'yes');
+(525, 0, 'woo_top_submenu_back_color', '#004971', 'yes'),
+(541, 0, 'woo_thumb_align', 'alignright', 'yes'),
+(542, 0, 'widget_Twidget', 'a:3:{s:7:"account";s:9:"woothemes";s:5:"title";s:15:"Twitter Updates";s:4:"show";s:1:"3";}', 'yes'),
+(543, 0, 'widget_pop_homewidget', 'a:1:{s:6:"number";s:0:"";}', 'yes'),
+(544, 0, 'widget_videowidget', 'a:3:{s:6:"number";s:0:"";s:5:"title";s:0:"";s:3:"tag";s:0:"";}', 'yes'),
+(548, 0, 'widget_woo_adwidget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(545, 0, 'widget_adswidget', 'a:1:{s:6:"number";s:0:"";}', 'yes'),
+(546, 0, 'widget_comments_homewidget', 'a:1:{s:6:"number";s:0:"";}', 'yes'),
+(549, 0, 'widget_woo_blogauthorinfo', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(550, 0, 'widget_woo_flickr', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(551, 0, 'widget_woo_search', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(552, 0, 'widget_woo_twitter', 'a:3:{i:2;a:0:{}i:3;a:3:{s:5:"title";s:0:"";s:8:"username";s:0:"";s:5:"limit";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
+(553, 0, 'widget_woo_subscribe', 'a:3:{i:2;a:0:{}i:3;a:3:{s:5:"title";s:0:"";s:6:"single";s:2:"on";s:4:"page";s:2:"on";}s:12:"_multiwidget";i:1;}', 'yes'),
+(554, 0, 'widget_woo_archives', 'a:3:{i:2;a:0:{}i:3;a:2:{s:5:"title";s:8:"Archivos";s:11:"category_id";i:1;}s:12:"_multiwidget";i:1;}', 'yes'),
+(557, 0, 'woo_connect', 'true', 'yes'),
+(558, 0, 'woo_connect_title', '', 'yes'),
+(559, 0, 'woo_connect_content', '', 'yes'),
+(560, 0, 'woo_connect_newsletter_id', '', 'yes'),
+(561, 0, 'woo_connect_rss', 'true', 'yes'),
+(562, 0, 'woo_connect_twitter', 'http://twitter.com/LQDVI', 'yes'),
+(563, 0, 'woo_connect_facebook', 'http://www.facebook.com/fundacionLQDVI', 'yes'),
+(564, 0, 'woo_connect_youtube', '', 'yes'),
+(565, 0, 'woo_connect_flickr', '', 'yes'),
+(566, 0, 'woo_connect_linkedin', 'http://www.linkedin.com/company/2190965?trk=tyah', 'yes'),
+(567, 0, 'woo_connect_delicious', '', 'yes'),
+(568, 0, 'woo_connect_related', 'true', 'yes'),
+(569, 0, 'woo_connect_tuenti', 'http://www.tuenti.com/#m=Page&func=index&page_key=1_697_31496', 'yes'),
+(591, 0, 'swf_menu', 'false', 'yes'),
+(592, 0, 'swf_quality', 'high', 'yes'),
+(588, 0, 'swf_version', '9.0.0', 'yes'),
+(589, 0, 'swf_bgcolor', '#FFFFFF', 'yes'),
+(590, 0, 'swf_wmode', 'transparent', 'yes'),
+(593, 0, 'swf_fullscreen', 'false', 'yes'),
+(594, 0, 'swf_align', 'center', 'yes'),
+(595, 0, 'swf_message', 'Es necesario tener instalado Flash Player 9 como mínimo', 'yes'),
+(596, 0, 'swf_file', 'v20ext', 'yes'),
+(597, 0, 'swf_showinfo', 'false', 'yes'),
+(598, 0, 'swf_annotations', 'false', 'yes'),
+(599, 0, 'swf_loading', 'false', 'yes'),
+(600, 0, 'swf_msgiphone', 'SWF Movie', 'yes'),
+(629, 0, 'FPT_database', '0.2', 'yes'),
+(632, 0, 'widget_collisionwidget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(643, 0, 'frm_options', 'O:11:"FrmSettings":30:{s:15:"preview_page_id";i:0;s:19:"preview_page_id_str";s:19:"frm-preview-page-id";s:9:"lock_keys";b:0;s:6:"pubkey";s:0:"";s:7:"privkey";s:0:"";s:8:"re_theme";s:3:"red";s:7:"re_lang";s:2:"en";s:6:"re_msg";s:39:"The reCAPTCHA was not entered correctly";s:12:"custom_style";b:1;s:10:"load_style";s:3:"all";s:17:"custom_stylesheet";b:0;s:10:"jquery_css";b:0;s:12:"accordion_js";b:0;s:11:"success_msg";s:54:"Your responses were successfully submitted. Thank you!";s:10:"failed_msg";s:58:"We''re sorry. It looks like you''ve already submitted that.";s:11:"invalid_msg";s:66:"There was a problem with your submission. Errors are marked below.";s:12:"submit_value";s:6:"Submit";s:9:"login_msg";s:45:"You do not have permission to view this form.";s:16:"admin_permission";s:37:"You do not have permission to do that";s:8:"email_to";s:26:"darranz@rodax-software.com";s:14:"frm_view_forms";s:13:"administrator";s:14:"frm_edit_forms";s:13:"administrator";s:16:"frm_delete_forms";s:13:"administrator";s:19:"frm_change_settings";s:13:"administrator";s:16:"frm_view_entries";N;s:18:"frm_create_entries";N;s:16:"frm_edit_entries";N;s:18:"frm_delete_entries";N;s:16:"frm_view_reports";N;s:17:"frm_edit_displays";N;}', 'yes'),
+(634, 0, 'ltw_tes_version', '1.2.1', 'yes'),
+(635, 0, 'ltw_tes_sort_testimonials', '1', 'yes'),
+(636, 0, 'ltw_tes_delete_tables', '0', 'yes'),
+(637, 0, 'ltw_tes_design_css', '\r\n.ltw_tes_item {\r\n margin: 0 0 24px 0;\r\n overflow: hidden;\r\n width: 100%;\r\n}\r\n.ltw_tes_image_cont {\r\n float: left;\r\n height: 88px;\r\n margin: 4px 20px 0 5px;\r\n width: 88px;\r\n}\r\n.ltw_tes_image_cont img {\r\n border: 2px solid #CCCCCC;\r\n}\r\n.ltw_tes_content_cont {\r\n float: left;\r\n width: 330px;\r\n}\r\n.ltw_tes_content_cont p {\r\n margin-bottom: 0;\r\n}\r\n.ltw_tes_testimonial {\r\n color: #555555;\r\n font-size: 12px;\r\n line-height: 21px;\r\n margin: 0 0 12px;\r\n}\r\n.ltw_tes_client_name {\r\n font-weight: bold;\r\n margin-top: 10px;\r\n}\r\n.ltw_tes_client_company {\r\n margin: 0;\r\n color: #00AEEF;\r\n font-size: 12px;\r\n}\r\n.ltw_tes_client_company a {\r\n color: #00AEEF;\r\n font-size: 12px;\r\n text-decoration: none;\r\n}\r\n.ltw_tes_client_company a:hover {\r\n color: #555555;\r\n}\r\n', 'yes'),
+(638, 0, 'ltw_tes_design_html', '\r\n\r\n
\r\n
\r\n
%testimonial%
\r\n
%client_name%
\r\n
%client_company%
\r\n
\r\n
', 'yes'),
+(639, 0, 'ltw_tes_promote_plugin', '0', 'yes'),
+(640, 0, 'widget_ltw_testimonials', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(644, 0, 'frm_db_version', '7', 'yes'),
+(645, 0, 'widget_frm_show_form', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
+(661, 0, 'CF7DBPlugin__version', '1.8.7', 'yes'),
+(696, 0, 'c2c_configure_smtp', 'a:10:{s:9:"use_gmail";s:0:"";s:4:"host";s:23:"mail.rodax-software.com";s:4:"port";s:2:"25";s:11:"smtp_secure";s:0:"";s:9:"smtp_auth";s:1:"1";s:9:"smtp_user";s:32:"mantenimiento+rodax-software.com";s:9:"smtp_pass";s:8:"34y96w6d";s:8:"wordwrap";s:0:"";s:10:"from_email";s:32:"mantenimiento@rodax-software.com";s:9:"from_name";s:16:"LQDVI Desarrollo";}', 'yes'),
+(695, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1307722250;s:7:"checked";a:12:{s:33:"configure-smtp/configure-smtp.php";s:5:"3.0.1";s:36:"contact-form-7/wp-contact-form-7.php";s:5:"2.4.5";s:60:"contact-form-7-dynamic-text-extension/wpcf7_dynamic_text.php";s:7:"1.0.4.2";s:33:"contact-form-7-modules/hidden.php";s:5:"1.1.2";s:58:"contact-form-7-to-database-extension/contact-form-7-db.php";s:5:"1.8.7";s:39:"delete-spam-daily/delete-spam-daily.php";s:5:"1.0.2";s:23:"facethumb/facethumb.php";s:5:"0.0.4";s:37:"ltw-testimonials/ltw-testimonials.php";s:5:"1.3.0";s:46:"mimetypes-link-icons/mime_type_link_images.php";s:5:"1.0.7";s:24:"simple-lightbox/main.php";s:22:"1.5.5b5 (BETA TESTING)";s:45:"simple-local-avatars/simple-local-avatars.php";s:5:"1.2.3";s:49:"vipers-video-quicktags/vipers-video-quicktags.php";s:5:"6.3.0";}s:8:"response";a:0:{}}', 'yes');
-- --------------------------------------------------------
@@ -485,7 +791,7 @@ CREATE TABLE IF NOT EXISTS `wp_postmeta` (
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=138 ;
+) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=196 ;
--
-- Volcar la base de datos para la tabla `wp_postmeta`
@@ -495,19 +801,19 @@ INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUE
(1, 2, '_wp_page_template', 'default'),
(2, 2, '_edit_lock', '1306779582:1'),
(3, 11, '_edit_last', '1'),
-(4, 11, '_edit_lock', '1307308682:1'),
+(4, 11, '_edit_lock', '1307379620:1'),
(5, 11, '_wp_page_template', 'default'),
(6, 11, 'image', ''),
(7, 11, 'seo_follow', 'false'),
(8, 11, 'seo_noindex', 'false'),
(9, 17, '_edit_last', '1'),
-(10, 17, '_edit_lock', '1306936716:1'),
+(10, 17, '_edit_lock', '1307453185:1'),
(11, 17, '_wp_page_template', 'default'),
(12, 17, 'image', ''),
(13, 17, 'seo_follow', 'false'),
(14, 17, 'seo_noindex', 'false'),
(15, 22, '_edit_last', '1'),
-(16, 22, '_edit_lock', '1306936724:1'),
+(16, 22, '_edit_lock', '1307453996:1'),
(17, 22, '_wp_page_template', 'default'),
(18, 22, 'image', ''),
(19, 22, 'seo_follow', 'false'),
@@ -517,7 +823,7 @@ INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUE
(23, 24, 'image', ''),
(24, 24, 'seo_follow', 'false'),
(25, 24, 'seo_noindex', 'false'),
-(26, 24, '_edit_lock', '1306936731:1'),
+(26, 24, '_edit_lock', '1307453899:1'),
(27, 29, '_edit_last', '1'),
(28, 29, '_wp_page_template', 'default'),
(29, 29, 'image', ''),
@@ -529,7 +835,7 @@ INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUE
(35, 35, 'image', ''),
(36, 35, 'seo_follow', 'false'),
(37, 35, 'seo_noindex', 'false'),
-(38, 35, '_edit_lock', '1307308675:1'),
+(38, 35, '_edit_lock', '1307438984:1'),
(39, 39, '_menu_item_type', 'post_type'),
(40, 39, '_menu_item_menu_item_parent', '0'),
(41, 39, '_menu_item_object_id', '35'),
@@ -606,14 +912,46 @@ INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUE
(125, 55, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(126, 55, '_menu_item_xfn', ''),
(127, 55, '_menu_item_url', ''),
-(129, 56, '_menu_item_type', 'post_type'),
-(130, 56, '_menu_item_menu_item_parent', '39'),
-(131, 56, '_menu_item_object_id', '11'),
-(132, 56, '_menu_item_object', 'page'),
-(133, 56, '_menu_item_target', ''),
-(134, 56, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
-(135, 56, '_menu_item_xfn', ''),
-(136, 56, '_menu_item_url', '');
+(152, 64, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"549";s:6:"height";s:3:"602";s:14:"hwstring_small";s:22:"height=''96'' width=''87''";s:4:"file";s:23:"2011/06/LQDVI-nadal.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"LQDVI-nadal-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"LQDVI-nadal-273x300.jpg";s:5:"width";s:3:"273";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
+(151, 64, '_wp_attached_file', '2011/06/LQDVI-nadal.jpg'),
+(138, 11, '_wp_trash_meta_status', 'publish'),
+(139, 11, '_wp_trash_meta_time', '1307379644'),
+(140, 59, '_wp_attached_file', '2011/06/lqdvi_logo_corazon.gif'),
+(141, 59, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"300";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:30:"2011/06/lqdvi_logo_corazon.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"lqdvi_logo_corazon-150x150.gif";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
+(156, 35, '_thumbnail_id', '59'),
+(143, 1, '_edit_lock', '1307435782:1'),
+(144, 1, '_thumbnail_id', '59'),
+(145, 1, '_edit_last', '1'),
+(148, 1, 'image', ''),
+(149, 1, 'seo_follow', 'false'),
+(150, 1, 'seo_noindex', 'false'),
+(153, 67, '_wp_attached_file', '2011/06/LQDVI-congresos.jpg'),
+(154, 67, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"303";s:6:"height";s:3:"218";s:14:"hwstring_small";s:23:"height=''92'' width=''128''";s:4:"file";s:27:"2011/06/LQDVI-congresos.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"LQDVI-congresos-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"LQDVI-congresos-300x215.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"215";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
+(155, 17, '_thumbnail_id', '67'),
+(157, 74, '_wp_attached_file', '2011/06/LQDVI-mapa.jpg'),
+(158, 74, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"550";s:6:"height";s:3:"432";s:14:"hwstring_small";s:23:"height=''96'' width=''122''";s:4:"file";s:22:"2011/06/LQDVI-mapa.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"LQDVI-mapa-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"LQDVI-mapa-300x235.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"235";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
+(159, 78, '_wp_attached_file', '2011/06/kliquers-1.jpg'),
+(160, 78, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1191";s:6:"height";s:3:"799";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/06/kliquers-1.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"kliquers-1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"kliquers-1-300x201.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"201";}s:5:"large";a:3:{s:4:"file";s:23:"kliquers-1-1024x686.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"686";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
+(161, 79, '_wp_attached_file', '2011/06/kliquers-2.jpg'),
+(162, 79, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1441";s:6:"height";s:3:"768";s:14:"hwstring_small";s:23:"height=''68'' width=''128''";s:4:"file";s:22:"2011/06/kliquers-2.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"kliquers-2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"kliquers-2-300x159.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"159";}s:5:"large";a:3:{s:4:"file";s:23:"kliquers-2-1024x545.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"545";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
+(163, 82, '_wp_attached_file', '2011/06/guinea-1.jpg'),
+(164, 82, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"550";s:6:"height";s:3:"402";s:14:"hwstring_small";s:23:"height=''93'' width=''128''";s:4:"file";s:20:"2011/06/guinea-1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"guinea-1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"guinea-1-300x219.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"219";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
+(165, 83, '_wp_attached_file', '2011/06/guinea-2.jpg'),
+(166, 83, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"550";s:6:"height";s:3:"411";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:20:"2011/06/guinea-2.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"guinea-2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"guinea-2-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
+(167, 86, '_edit_last', '1'),
+(168, 86, '_edit_lock', '1307462966:1'),
+(169, 86, '_wp_page_template', 'template-webcam.php'),
+(170, 86, 'image', ''),
+(171, 86, 'seo_follow', 'false'),
+(172, 86, 'seo_noindex', 'false'),
+(173, 10, '_edit_lock', '1307459624:1'),
+(189, 104, '_edit_last', '1'),
+(190, 104, '_edit_lock', '1307615164:1'),
+(191, 104, '_wp_page_template', 'default'),
+(192, 104, 'image', ''),
+(193, 104, 'seo_follow', 'false'),
+(194, 104, 'seo_noindex', 'false'),
+(195, 104, 'wpcr_enable', '1');
-- --------------------------------------------------------
@@ -650,16 +988,16 @@ CREATE TABLE IF NOT EXISTS `wp_posts` (
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
-) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=57 ;
+) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=109 ;
--
-- Volcar la base de datos para la tabla `wp_posts`
--
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
-(1, 1, '2011-05-30 18:00:38', '2011-05-30 18:00:38', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a publicar!.', '¡Hola mundo!', '', 'publish', 'open', 'open', '', 'hola-mundo', '', '', '2011-05-30 18:00:38', '2011-05-30 18:00:38', '', 0, 'http://localhost/lqdvi/?p=1', 0, 'post', '', 1),
+(1, 1, '2011-05-30 18:00:38', '2011-05-30 18:00:38', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a publicar!.', '¡Hola mundo!', '', 'publish', 'open', 'open', '', 'hola-mundo', '', '', '2011-06-06 18:04:59', '2011-06-06 17:04:59', '', 0, 'http://localhost/lqdvi/?p=1', 0, 'post', '', 1),
(2, 1, '2011-05-30 18:00:38', '2011-05-30 18:00:38', 'Esta es una página de ejemplo, Es diferente a una entrada de un blog porque se mantiene estática y, en la mayoría de temas, se mostrará en la barra de navegación. Casi todo el mundo comienza con una página Sobre mí para presentarse a los potenciales visitantes. Puede decir algo así:\n\n¡Hola!: Soy físico durante el día, lector de manga por las noches y este es mi blog. Vivo en Albacete y tengo un gato llamado Alex. Me encantan los mojitos (y mirar a la gente corriendo en los parques)
\n\nO algo así:\n\nLa empresa Calcetines XYC se fundó en 1973, y ha estado produciendo calcetines de calidad para sus clientes desde entonces. Se encuentra en Vetusta, tiene unos 2.000 empleados e intenta ayudar en lo que puede para mejorar la vida en Vestusta
\n\nDeberías ir a tu escritorio, borrar esta página y crear algunas nuevas con tu contenido. ¡A divertirse!', 'Página de ejemplo', '', 'publish', 'open', 'open', '', 'pagina-ejemplo', '', '', '2011-05-30 18:00:38', '2011-05-30 18:00:38', '', 0, 'http://localhost/lqdvi/?page_id=2', 0, 'page', '', 0),
-(3, 1, '2011-05-30 18:00:55', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-05-30 18:00:55', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?p=3', 0, 'post', '', 0),
+(86, 1, '2011-06-07 15:46:15', '2011-06-07 14:46:15', 'Maecenas sodales imperdiet urna eu fringilla. Ut aliquet convallis sodales. Proin varius eros non est tempor blandit. In vehicula ultrices quam at consectetur. Ut quis arcu arcu. Integer at leo lacus, non auctor purus. Duis dolor ipsum, convallis nec accumsan consectetur, commodo at neque. Cras dapibus consequat ipsum, sit amet sagittis lorem rhoncus ut. Phasellus in massa libero, et eleifend elit. Nullam nec massa feugiat erat tincidunt porttitor sed aliquet erat. In vitae velit nisi, in bibendum metus. Fusce vulputate convallis justo, et bibendum enim aliquet id. Etiam non ullamcorper quam. Ut vitae nisl nec ipsum malesuada blandit vel non neque. Morbi varius feugiat felis, ut laoreet justo imperdiet vel.', 'Captura Webcam', '', 'publish', 'closed', 'open', '', 'captura-webcam', '', '', '2011-06-07 17:09:26', '2011-06-07 16:09:26', '', 0, 'http://localhost/lqdvi/?page_id=86', 0, 'page', '', 0),
(4, 1, '2011-05-30 18:15:51', '0000-00-00 00:00:00', '', 'Woo Logo', '', 'draft', 'closed', 'closed', '', 'woo-wf-woo_logo', '', '', '2011-05-30 18:15:51', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=4', 0, 'wooframework', '', 0),
(5, 1, '2011-05-30 18:15:51', '0000-00-00 00:00:00', '', 'Woo Custom Favicon', '', 'draft', 'closed', 'closed', '', 'woo-wf-woo_custom_favicon', '', '', '2011-05-30 18:15:51', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=5', 0, 'wooframework', '', 0),
(6, 1, '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 'Framework Woo Default Image', '', 'draft', 'closed', 'closed', '', 'woo-wf-framework_woo_default_image', '', '', '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=6', 0, 'wooframework', '', 0),
@@ -667,20 +1005,20 @@ INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post
(8, 1, '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 'Framework Woo Backend Icon', '', 'draft', 'closed', 'closed', '', 'woo-wf-framework_woo_backend_icon', '', '', '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=8', 0, 'wooframework', '', 0),
(9, 1, '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 'Framework Woo Custom Login Logo', '', 'draft', 'closed', 'closed', '', 'woo-wf-framework_woo_custom_login_logo', '', '', '2011-05-30 18:17:47', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=9', 0, 'wooframework', '', 0),
(10, 1, '2011-05-31 16:47:58', '2011-05-31 16:47:58', '[FaceThumb WordPress MNTT]', 'FaceThumb Gallery', '', 'publish', 'closed', 'closed', '', 'facethumb-gallery', '', '', '2011-05-31 16:47:58', '2011-05-31 16:47:58', '', 0, 'http://localhost/lqdvi/?page_id=10', 0, 'page', '', 0),
-(11, 1, '2011-06-01 11:57:08', '2011-06-01 11:57:08', '¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\nLíneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\nActividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n - Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n - Kliquers
\r\n - Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\nActividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'publish', 'open', 'closed', '', 'mision-y-vision', '', '', '2011-06-01 15:01:57', '2011-06-01 14:01:57', '', 35, 'http://localhost/lqdvi/?page_id=11', 0, 'page', '', 0),
+(11, 1, '2011-06-01 11:57:08', '2011-06-01 11:57:08', '¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\nLíneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\nActividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n - Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n - Kliquers
\r\n - Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\nActividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'trash', 'open', 'closed', '', 'mision-y-vision', '', '', '2011-06-06 18:00:44', '2011-06-06 17:00:44', '', 35, 'http://localhost/lqdvi/?page_id=11', 0, 'page', '', 0),
(12, 1, '2011-06-01 11:56:55', '2011-06-01 11:56:55', '', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision', '', '', '2011-06-01 11:56:55', '2011-06-01 11:56:55', '', 11, 'http://localhost/lqdvi/?p=12', 0, 'revision', '', 0),
(13, 1, '2011-06-05 22:19:04', '2011-06-05 21:19:04', '¿Qué es la Fundación ‘Lo que de verdad importa’?
\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\n\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\n\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\nLíneas de actuación
\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\nActividades educativas/formativas
\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\n\n - Congreso de Jóvenes ‘Lo que de verdad importa’
\n - Kliquers
\n - Voluntariado con valores (Guinea Ecuatorial)
\n
\nActividades destinadas a empresas
\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'inherit', 'open', 'open', '', '11-autosave', '', '', '2011-06-05 22:19:04', '2011-06-05 21:19:04', '', 11, 'http://localhost/lqdvi/?p=13', 0, 'revision', '', 0),
(14, 1, '2011-06-01 11:57:08', '2011-06-01 11:57:08', '', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision-2', '', '', '2011-06-01 11:57:08', '2011-06-01 11:57:08', '', 11, 'http://localhost/lqdvi/?p=14', 0, 'revision', '', 0),
(15, 1, '2011-06-01 11:57:21', '2011-06-01 11:57:21', '', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision-3', '', '', '2011-06-01 11:57:21', '2011-06-01 11:57:21', '', 11, 'http://localhost/lqdvi/?p=15', 0, 'revision', '', 0),
(16, 1, '2011-06-01 11:59:50', '2011-06-01 11:59:50', 'La Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision-4', '', '', '2011-06-01 11:59:50', '2011-06-01 11:59:50', '', 11, 'http://localhost/lqdvi/?p=16', 0, 'revision', '', 0),
-(17, 1, '2011-06-01 12:12:50', '2011-06-01 12:12:50', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011
\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n - Palma de Mallorca (I Edición)
\r\n - A Coruña (II Edición)
\r\n
\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n - Bilbao (III Edición)
\r\n - Zaragoza (II Edición)
\r\n - Valencia (III Edición)
\r\n - Barcelona (III Edición)
\r\n - Sevilla (IV Edición)
\r\n - Madrid (V Edición)
\r\n
\r\n ', 'Congresos "Lo que de verdad importa"', '', 'publish', 'open', 'closed', '', 'congresos-lo-que-de-verdad-importa', '', '', '2011-06-01 13:58:36', '2011-06-01 13:58:36', '', 29, 'http://localhost/lqdvi/?page_id=17', 0, 'page', '', 0),
+(17, 1, '2011-06-01 12:12:50', '2011-06-01 12:12:50', 'www.loquedeverdadimporta.com\r\n\r\nEl Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\n\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\n\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011
\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n - Palma de Mallorca (I Edición)
\r\n - A Coruña (II Edición)
\r\n
\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n - Bilbao (III Edición)
\r\n - Zaragoza (II Edición)
\r\n - Valencia (III Edición)
\r\n - Barcelona (III Edición)
\r\n - Sevilla (IV Edición)
\r\n - Madrid (V Edición)
\r\n
\r\n\r\n\r\n[gallery link="file"]', 'Congresos "Lo que de verdad importa"', '', 'publish', 'open', 'closed', '', 'congresos-lo-que-de-verdad-importa', '', '', '2011-06-07 14:26:15', '2011-06-07 13:26:15', '', 29, 'http://localhost/lqdvi/?page_id=17', 0, 'page', '', 0),
(18, 1, '2011-06-01 12:10:36', '2011-06-01 12:10:36', '', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-revision', '', '', '2011-06-01 12:10:36', '2011-06-01 12:10:36', '', 17, 'http://localhost/lqdvi/?p=18', 0, 'revision', '', 0),
-(19, 1, '2011-06-01 13:33:32', '2011-06-01 13:33:32', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\n\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\n\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\n\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\nCongresos ‘Lo que de verdad importa’ en 2011
\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\n\n - Palma de Mallorca (I Edición)
\n - A Coruña (II Edición)
\n
\nEntre los meses de octubre y noviembre se celebrará en:\n\n - Bilbao (III Edición)
\n - Zaragoza (II Edición)
\n - Valencia (III Edición)
\n - Barcelona (III Edición)
\n - Sevilla (IV Edición)
\n - Madrid (V Edición)
\n
\n ', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-autosave', '', '', '2011-06-01 13:33:32', '2011-06-01 13:33:32', '', 17, 'http://localhost/lqdvi/?p=19', 0, 'revision', '', 0),
+(19, 1, '2011-06-07 14:27:27', '2011-06-07 13:27:27', 'www.loquedeverdadimporta.com\n\nEl Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\n\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\n\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\n\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\n\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\n\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\nCongresos ‘Lo que de verdad importa’ en 2011
\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\n\n - Palma de Mallorca (I Edición)
\n - A Coruña (II Edición)
\n
\nEntre los meses de octubre y noviembre se celebrará en:\n\n - Bilbao (III Edición)
\n - Zaragoza (II Edición)
\n - Valencia (III Edición)
\n - Barcelona (III Edición)
\n - Sevilla (IV Edición)
\n - Madrid (V Edición)
\n
\n\n\n[gallery link="file"]', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-autosave', '', '', '2011-06-07 14:27:27', '2011-06-07 13:27:27', '', 17, 'http://localhost/lqdvi/?p=19', 0, 'revision', '', 0),
(20, 1, '2011-06-01 12:12:50', '2011-06-01 12:12:50', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las\r\ndrogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es\r\nla presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-revision-2', '', '', '2011-06-01 12:12:50', '2011-06-01 12:12:50', '', 17, 'http://localhost/lqdvi/?p=20', 0, 'revision', '', 0),
(21, 1, '2011-06-01 12:16:05', '2011-06-01 12:16:05', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'open', 'open', '', '17-revision-3', '', '', '2011-06-01 12:16:05', '2011-06-01 12:16:05', '', 17, 'http://localhost/lqdvi/?p=21', 0, 'revision', '', 0),
-(22, 1, '2011-06-01 13:44:14', '2011-06-01 13:44:14', 'Kliquers, proyecto de educación en valores
\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\nKliquers en 2011
\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\nAlcobendas (II Edición)\r\nPozuelo de Alarcón (I Edición)\r\nVillaviciosa de Odón (I Edición)', 'Kliquers', '', 'publish', 'open', 'closed', '', 'kliquers', '', '', '2011-06-01 13:58:44', '2011-06-01 13:58:44', '', 29, 'http://localhost/lqdvi/?page_id=22', 0, 'page', '', 0),
+(22, 1, '2011-06-01 13:44:14', '2011-06-01 13:44:14', 'Kliquers, proyecto de educación en valores
\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\nKliquers en 2011
\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\n\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\n\r\n - Alcobendas (II Edición)
\r\n - Pozuelo de Alarcón (I Edición)
\r\n - Villaviciosa de Odón (I Edición)
\r\n
\r\n[gallery link="file"]', 'Kliquers', '', 'publish', 'open', 'closed', '', 'kliquers', '', '', '2011-06-07 14:28:45', '2011-06-07 13:28:45', '', 29, 'http://localhost/lqdvi/?page_id=22', 0, 'page', '', 0),
(23, 1, '2011-06-01 13:42:01', '2011-06-01 13:42:01', 'Kliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\nasertividad.\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\nKliquers en 2011
\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\nDurante el año 2011 se ha celebrado en las ciudades de:\nAlcobendas (II Edición)\nPozuelo de Alarcón (I Edición)\nVillaviciosa de Odón (I Edición)', 'Kliquers', '', 'inherit', 'open', 'open', '', '22-revision', '', '', '2011-06-01 13:42:01', '2011-06-01 13:42:01', '', 22, 'http://localhost/lqdvi/?p=23', 0, 'revision', '', 0),
-(24, 1, '2011-06-01 13:45:25', '2011-06-01 13:45:25', 'Guinea Ecuatorial
\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n\r\n - Construcción de un pozo de agua potable
\r\n - Construcción de un aula para los alumnos de preescolar
\r\n - Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.
\r\n - Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces
\r\n - Hacerles llegar un container con material escolar, ropa, etc.
\r\n
\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'publish', 'open', 'closed', '', 'voluntariado-con-valores', '', '', '2011-06-01 13:58:51', '2011-06-01 13:58:51', '', 29, 'http://localhost/lqdvi/?page_id=24', 0, 'page', '', 0),
+(24, 1, '2011-06-01 13:45:25', '2011-06-01 13:45:25', 'Guinea Ecuatorial
\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n\r\n - Construcción de un pozo de agua potable
\r\n - Construcción de un aula para los alumnos de preescolar
\r\n - Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.
\r\n - Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces
\r\n - Hacerles llegar un container con material escolar, ropa, etc.
\r\n
\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.\r\n\r\n[gallery link="file" columns="2"]', 'Voluntariado con valores', '', 'publish', 'open', 'closed', '', 'voluntariado-con-valores', '', '', '2011-06-07 14:38:18', '2011-06-07 13:38:18', '', 29, 'http://localhost/lqdvi/?page_id=24', 0, 'page', '', 0),
(25, 1, '2011-06-01 13:45:19', '2011-06-01 13:45:19', '', 'Borrador automático', '', 'inherit', 'open', 'open', '', '24-revision', '', '', '2011-06-01 13:45:19', '2011-06-01 13:45:19', '', 24, 'http://localhost/lqdvi/?p=25', 0, 'revision', '', 0),
(26, 1, '2011-06-01 13:45:26', '2011-06-01 13:45:26', '', 'Voluntariado con valores', '', 'inherit', 'open', 'open', '', '24-revision-2', '', '', '2011-06-01 13:45:26', '2011-06-01 13:45:26', '', 24, 'http://localhost/lqdvi/?p=26', 0, 'revision', '', 0),
(27, 1, '2011-06-01 13:56:23', '2011-06-01 13:56:23', 'Voluntariado con valores\r\nGUINEA ECUATORIAL\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\nConstrucción de un pozo de agua potable\r\nConstrucción de un aula para los alumnos de preescolar\r\nCampamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.\r\nLlevar un grupo electrógeno y un equipo de audio con amplificador y altavoces\r\nHacerles llegar un container con material escolar, ropa, etc.\r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'inherit', 'open', 'open', '', '24-revision-3', '', '', '2011-06-01 13:56:23', '2011-06-01 13:56:23', '', 24, 'http://localhost/lqdvi/?p=27', 0, 'revision', '', 0),
@@ -691,25 +1029,98 @@ INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post
(32, 1, '2011-06-01 13:44:14', '2011-06-01 13:44:14', 'Kliquers, proyecto de educación en valores
\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\nKliquers en 2011
\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\nAlcobendas (II Edición)\r\nPozuelo de Alarcón (I Edición)\r\nVillaviciosa de Odón (I Edición)', 'Kliquers', '', 'inherit', 'open', 'open', '', '22-revision-2', '', '', '2011-06-01 13:44:14', '2011-06-01 13:44:14', '', 22, 'http://localhost/lqdvi/?p=32', 0, 'revision', '', 0),
(33, 1, '2011-06-01 13:57:32', '2011-06-01 13:57:32', 'Guinea Ecuatorial
\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n\r\n - Construcción de un pozo de agua potable
\r\n - Construcción de un aula para los alumnos de preescolar
\r\n - Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.
\r\n - Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces
\r\n - Hacerles llegar un container con material escolar, ropa, etc.
\r\n
\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'inherit', 'open', 'open', '', '24-revision-5', '', '', '2011-06-01 13:57:32', '2011-06-01 13:57:32', '', 24, 'http://localhost/lqdvi/?p=33', 0, 'revision', '', 0),
(34, 1, '2011-06-01 12:02:49', '2011-06-01 12:02:49', '¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\nLíneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\nActividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n - Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n - Kliquers
\r\n - Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\nActividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Presentación', '', 'inherit', 'open', 'open', '', '11-revision-5', '', '', '2011-06-01 12:02:49', '2011-06-01 12:02:49', '', 11, 'http://localhost/lqdvi/?p=34', 0, 'revision', '', 0),
-(35, 1, '2011-06-01 13:59:12', '2011-06-01 13:59:12', '', 'Presentación', '', 'publish', 'open', 'open', '', 'presentacion', '', '', '2011-06-01 13:59:12', '2011-06-01 13:59:12', '', 0, 'http://localhost/lqdvi/?page_id=35', 0, 'page', '', 0),
+(35, 1, '2011-06-01 13:59:12', '2011-06-01 13:59:12', '\r\n
¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘
Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\n
Líneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\n
Actividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n
\r\n - Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n - Kliquers
\r\n - Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\n
Actividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.\r\n\r\n
\r\n ', 'Presentación', '', 'publish', 'open', 'open', '', 'presentacion', '', '', '2011-06-07 10:29:43', '2011-06-07 09:29:43', '', 0, 'http://localhost/lqdvi/?page_id=35', 0, 'page', '', 0),
(36, 1, '2011-06-01 13:59:06', '2011-06-01 13:59:06', '', 'Borrador automático', '', 'inherit', 'open', 'open', '', '35-revision', '', '', '2011-06-01 13:59:06', '2011-06-01 13:59:06', '', 35, 'http://localhost/lqdvi/?p=36', 0, 'revision', '', 0),
(37, 1, '2011-06-01 13:59:04', '2011-06-01 13:59:04', '¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\nLíneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\nActividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n - Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n - Kliquers
\r\n - Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\nActividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'inherit', 'open', 'open', '', '11-revision-6', '', '', '2011-06-01 13:59:04', '2011-06-01 13:59:04', '', 11, 'http://localhost/lqdvi/?p=37', 0, 'revision', '', 0),
(38, 1, '2011-06-01 13:59:25', '2011-06-01 13:59:25', '¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\nLíneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\nActividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n - Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n - Kliquers
\r\n - Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\nActividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'inherit', 'open', 'open', '', '11-revision-7', '', '', '2011-06-01 13:59:25', '2011-06-01 13:59:25', '', 11, 'http://localhost/lqdvi/?p=38', 0, 'revision', '', 0),
-(39, 1, '2011-06-01 15:07:32', '2011-06-01 14:07:32', ' ', '', '', 'publish', 'closed', 'open', '', '39', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 0, 'http://localhost/lqdvi/?p=39', 1, 'nav_menu_item', '', 0),
-(40, 1, '2011-06-01 15:07:32', '2011-06-01 14:07:32', ' ', '', '', 'publish', 'closed', 'open', '', '40', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 0, 'http://localhost/lqdvi/?p=40', 3, 'nav_menu_item', '', 0),
+(39, 1, '2011-06-01 15:07:32', '2011-06-01 14:07:32', ' ', '', '', 'publish', 'closed', 'open', '', '39', '', '', '2011-06-06 18:13:14', '2011-06-06 17:13:14', '', 0, 'http://localhost/lqdvi/?p=39', 1, 'nav_menu_item', '', 0),
+(40, 1, '2011-06-01 15:07:32', '2011-06-01 14:07:32', ' ', '', '', 'publish', 'closed', 'open', '', '40', '', '', '2011-06-06 18:13:14', '2011-06-06 17:13:14', '', 0, 'http://localhost/lqdvi/?p=40', 2, 'nav_menu_item', '', 0),
(41, 1, '2011-06-01 15:07:49', '0000-00-00 00:00:00', '', 'Inicio', '', 'draft', 'closed', 'open', '', '', '', '', '2011-06-01 15:07:49', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?p=41', 1, 'nav_menu_item', '', 0),
(48, 1, '2011-06-01 18:47:29', '2011-06-01 17:47:29', '', 'Logo-LQDVI', '', 'inherit', 'closed', 'open', '', 'logo-lqdvi', '', '', '2011-06-01 18:47:29', '2011-06-01 17:47:29', '', 4, 'http://localhost/lqdvi/wp-content/uploads/2011/05/Logo-LQDVI.gif', 0, 'attachment', 'image/gif', 0),
(43, 1, '2011-06-01 16:19:01', '2011-06-01 15:19:01', '', 'favicon', '', 'inherit', 'closed', 'open', '', 'favicon', '', '', '2011-06-01 16:19:01', '2011-06-01 15:19:01', '', 5, 'http://localhost/lqdvi/wp-content/uploads/2011/05/favicon.ico', 0, 'attachment', 'image/x-icon', 0),
(44, 1, '2011-06-01 16:51:20', '0000-00-00 00:00:00', '', 'Woo Body Img', '', 'draft', 'closed', 'closed', '', 'woo-wf-woo_body_img', '', '', '2011-06-01 16:51:20', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?post_type=wooframework&p=44', 0, 'wooframework', '', 0),
(49, 1, '2011-06-05 22:37:53', '2011-06-05 21:37:53', '', 'Contacto', '', 'publish', 'closed', 'open', '', 'contacto', '', '', '2011-06-05 22:37:53', '2011-06-05 21:37:53', '', 0, 'http://localhost/lqdvi/?page_id=49', 0, 'page', '', 0),
-(50, 1, '2011-06-05 22:37:41', '2011-06-05 21:37:41', '', 'Contacto', '', 'inherit', 'closed', 'open', '', '49-revision', '', '', '2011-06-05 22:37:41', '2011-06-05 21:37:41', '', 49, 'http://localhost/lqdvi/?p=50', 0, 'revision', '', 0),
-(51, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', ' ', '', '', 'publish', 'closed', 'open', '', '51', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 0, 'http://localhost/lqdvi/?p=51', 7, 'nav_menu_item', '', 0),
-(52, 1, '2011-06-05 22:38:25', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'open', '', '', '', '', '2011-06-05 22:38:25', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?p=52', 1, 'nav_menu_item', '', 0),
-(53, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', 'Guinea Ecuatorial\r\nTras cinco años de celebración de los Congresos “Lo que de verdad importa”, la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n\r\n Construcción de un pozo de agua potable\r\n Construcción de un aula para los alumnos de preescolar\r\n Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.\r\n Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces\r\n Hacerles llegar un container con material escolar, ropa, etc.\r\n\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', '', '', 'publish', 'closed', 'open', '', '53', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 29, 'http://localhost/lqdvi/?p=53', 6, 'nav_menu_item', '', 0);
+(50, 1, '2011-06-05 22:37:41', '2011-06-05 21:37:41', '', 'Contacto', '', 'inherit', 'closed', 'open', '', '49-revision', '', '', '2011-06-05 22:37:41', '2011-06-05 21:37:41', '', 49, 'http://localhost/lqdvi/?p=50', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
-(54, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', 'Kliquers, proyecto de educación en valores\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como “Hermano Mayor” o “El Campamento”. La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\nKliquers en 2011\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\nAlcobendas (II Edición)\r\nPozuelo de Alarcón (I Edición)\r\nVillaviciosa de Odón (I Edición)', '', '', 'publish', 'closed', 'open', '', '54', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 29, 'http://localhost/lqdvi/?p=54', 5, 'nav_menu_item', '', 0),
-(55, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n Palma de Mallorca (I Edición)\r\n A Coruña (II Edición)\r\n\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n Bilbao (III Edición)\r\n Zaragoza (II Edición)\r\n Valencia (III Edición)\r\n Barcelona (III Edición)\r\n Sevilla (IV Edición)\r\n Madrid (V Edición)\r\n\r\n ', 'Congresos "Lo que de verdad importa"', '', 'publish', 'closed', 'open', '', 'congresos-lo-que-de-verdad-importa', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 29, 'http://localhost/lqdvi/?p=55', 4, 'nav_menu_item', '', 0),
-(56, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', '¿Qué es la Fundación ‘Lo que de verdad importa’?\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\nLíneas de actuación\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\nActividades educativas/formativas\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n Congreso de Jóvenes ‘Lo que de verdad importa’\r\n Kliquers\r\n Voluntariado con valores (Guinea Ecuatorial)\r\n\r\nActividades destinadas a empresas\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', '', '', 'publish', 'closed', 'open', '', '56', '', '', '2011-06-05 22:38:45', '2011-06-05 21:38:45', '', 35, 'http://localhost/lqdvi/?p=56', 2, 'nav_menu_item', '', 0);
+(51, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', ' ', '', '', 'publish', 'closed', 'open', '', '51', '', '', '2011-06-06 18:13:14', '2011-06-06 17:13:14', '', 0, 'http://localhost/lqdvi/?p=51', 6, 'nav_menu_item', '', 0),
+(52, 1, '2011-06-05 22:38:25', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'open', '', '', '', '', '2011-06-05 22:38:25', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?p=52', 1, 'nav_menu_item', '', 0),
+(53, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', 'Guinea Ecuatorial\r\nTras cinco años de celebración de los Congresos “Lo que de verdad importa”, la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n\r\n Construcción de un pozo de agua potable\r\n Construcción de un aula para los alumnos de preescolar\r\n Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.\r\n Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces\r\n Hacerles llegar un container con material escolar, ropa, etc.\r\n\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', '', '', 'publish', 'closed', 'open', '', '53', '', '', '2011-06-06 18:13:14', '2011-06-06 17:13:14', '', 29, 'http://localhost/lqdvi/?p=53', 5, 'nav_menu_item', '', 0),
+(54, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', 'Kliquers, proyecto de educación en valores\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como “Hermano Mayor” o “El Campamento”. La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\nKliquers en 2011\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\nAlcobendas (II Edición)\r\nPozuelo de Alarcón (I Edición)\r\nVillaviciosa de Odón (I Edición)', '', '', 'publish', 'closed', 'open', '', '54', '', '', '2011-06-06 18:13:14', '2011-06-06 17:13:14', '', 29, 'http://localhost/lqdvi/?p=54', 4, 'nav_menu_item', '', 0),
+(55, 1, '2011-06-05 22:38:45', '2011-06-05 21:38:45', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n Palma de Mallorca (I Edición)\r\n A Coruña (II Edición)\r\n\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n Bilbao (III Edición)\r\n Zaragoza (II Edición)\r\n Valencia (III Edición)\r\n Barcelona (III Edición)\r\n Sevilla (IV Edición)\r\n Madrid (V Edición)\r\n\r\n ', 'Congresos "Lo que de verdad importa"', '', 'publish', 'closed', 'open', '', 'congresos-lo-que-de-verdad-importa', '', '', '2011-06-06 18:13:14', '2011-06-06 17:13:14', '', 29, 'http://localhost/lqdvi/?p=55', 3, 'nav_menu_item', '', 0),
+(64, 1, '2011-06-06 18:14:24', '2011-06-06 17:14:24', '', 'Rafael Nadal', '', 'inherit', 'closed', 'open', '', 'lqdvi-nadal', '', '', '2011-06-06 18:14:24', '2011-06-06 17:14:24', '', 17, 'http://localhost/lqdvi/wp-content/uploads/2011/06/LQDVI-nadal.jpg', 0, 'attachment', 'image/jpeg', 0),
+(65, 1, '2011-06-01 13:58:36', '2011-06-01 13:58:36', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011
\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n - Palma de Mallorca (I Edición)
\r\n - A Coruña (II Edición)
\r\n
\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n - Bilbao (III Edición)
\r\n - Zaragoza (II Edición)
\r\n - Valencia (III Edición)
\r\n - Barcelona (III Edición)
\r\n - Sevilla (IV Edición)
\r\n - Madrid (V Edición)
\r\n
\r\n ', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'closed', 'open', '', '17-revision-5', '', '', '2011-06-01 13:58:36', '2011-06-01 13:58:36', '', 17, 'http://localhost/lqdvi/?p=65', 0, 'revision', '', 0),
+(57, 1, '2011-06-01 13:59:12', '2011-06-01 13:59:12', '', 'Presentación', '', 'inherit', 'closed', 'open', '', '35-revision-2', '', '', '2011-06-01 13:59:12', '2011-06-01 13:59:12', '', 35, 'http://localhost/lqdvi/?p=57', 0, 'revision', '', 0),
+(58, 1, '2011-06-01 15:01:57', '2011-06-01 14:01:57', '¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\nLíneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\nActividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n\r\n - Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n - Kliquers
\r\n - Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\nActividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.', 'Misión y visión', '', 'inherit', 'closed', 'open', '', '11-revision-8', '', '', '2011-06-01 15:01:57', '2011-06-01 14:01:57', '', 11, 'http://localhost/lqdvi/?p=58', 0, 'revision', '', 0),
+(59, 1, '2011-06-06 18:03:29', '2011-06-06 17:03:29', '', 'lqdvi_logo_corazon', '', 'inherit', 'closed', 'open', '', 'lqdvi_logo_corazon', '', '', '2011-06-06 18:03:29', '2011-06-06 17:03:29', '', 35, 'http://localhost/lqdvi/wp-content/uploads/2011/06/lqdvi_logo_corazon.gif', 0, 'attachment', 'image/gif', 0),
+(60, 1, '2011-06-06 18:00:35', '2011-06-06 17:00:35', '\r\n
¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘
Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\n
Líneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\n
Actividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n
\r\n - Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n - Kliquers
\r\n - Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\n
Actividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.\r\n\r\n
\r\n ', 'Presentación', '', 'inherit', 'closed', 'open', '', '35-revision-3', '', '', '2011-06-06 18:00:35', '2011-06-06 17:00:35', '', 35, 'http://localhost/lqdvi/?p=60', 0, 'revision', '', 0),
+(62, 1, '2011-06-07 09:37:29', '2011-06-07 08:37:29', '\n
¿Qué es la Fundación ‘Lo que de verdad importa’?
\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\n\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘
Lo que de verdad importa’.\n\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\n
Líneas de actuación
\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\n
Actividades educativas/formativas
\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\n
\n - Congreso de Jóvenes ‘Lo que de verdad importa’
\n - Kliquers
\n - Voluntariado con valores (Guinea Ecuatorial)
\n
\n
Actividades destinadas a empresas
\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.\n\n
\n ', 'Presentación', '', 'inherit', 'closed', 'open', '', '35-autosave', '', '', '2011-06-07 09:37:29', '2011-06-07 08:37:29', '', 35, 'http://localhost/lqdvi/?p=62', 0, 'revision', '', 0),
+(61, 1, '2011-06-06 18:03:37', '2011-06-06 17:03:37', '\r\n
¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘
Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\n
Líneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\n
Actividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n
\r\n - Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n - Kliquers
\r\n - Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\n
Actividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.\r\n\r\n
\r\n ', 'Presentación', '', 'inherit', 'closed', 'open', '', '35-revision-4', '', '', '2011-06-06 18:03:37', '2011-06-06 17:03:37', '', 35, 'http://localhost/lqdvi/?p=61', 0, 'revision', '', 0),
+(63, 1, '2011-05-30 18:00:38', '2011-05-30 18:00:38', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a publicar!.', '¡Hola mundo!', '', 'inherit', 'closed', 'open', '', '1-revision', '', '', '2011-05-30 18:00:38', '2011-05-30 18:00:38', '', 1, 'http://localhost/lqdvi/?p=63', 0, 'revision', '', 0),
+(66, 1, '2011-06-06 18:15:22', '2011-06-06 17:15:22', 'El Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\n
\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011
\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n - Palma de Mallorca (I Edición)
\r\n - A Coruña (II Edición)
\r\n
\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n - Bilbao (III Edición)
\r\n - Zaragoza (II Edición)
\r\n - Valencia (III Edición)
\r\n - Barcelona (III Edición)
\r\n - Sevilla (IV Edición)
\r\n - Madrid (V Edición)
\r\n
\r\n ', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'closed', 'open', '', '17-revision-6', '', '', '2011-06-06 18:15:22', '2011-06-06 17:15:22', '', 17, 'http://localhost/lqdvi/?p=66', 0, 'revision', '', 0),
+(74, 1, '2011-06-07 12:45:14', '2011-06-07 11:45:14', '', 'Mapa de congresos 2011', '', 'inherit', 'closed', 'open', '', 'lqdvi-mapa', '', '', '2011-06-07 12:45:14', '2011-06-07 11:45:14', '', 17, 'http://localhost/lqdvi/wp-content/uploads/2011/06/LQDVI-mapa.jpg', 0, 'attachment', 'image/jpeg', 0),
+(69, 1, '2011-06-06 18:26:17', '2011-06-06 17:26:17', 'www.loquedeverdadimporta.com\r\n\r\nEl Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\n\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\n \r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011
\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n - Palma de Mallorca (I Edición)
\r\n - A Coruña (II Edición)
\r\n
\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n - Bilbao (III Edición)
\r\n - Zaragoza (II Edición)
\r\n - Valencia (III Edición)
\r\n - Barcelona (III Edición)
\r\n - Sevilla (IV Edición)
\r\n - Madrid (V Edición)
\r\n
\r\n ', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'closed', 'open', '', '17-revision-8', '', '', '2011-06-06 18:26:17', '2011-06-06 17:26:17', '', 17, 'http://localhost/lqdvi/?p=69', 0, 'revision', '', 0),
+(67, 1, '2011-06-06 18:26:03', '2011-06-06 17:26:03', '', 'LQDVI-congresos', '', 'inherit', 'closed', 'open', '', 'lqdvi-congresos', '', '', '2011-06-06 18:26:03', '2011-06-06 17:26:03', '', 17, 'http://localhost/lqdvi/wp-content/uploads/2011/06/LQDVI-congresos.jpg', 0, 'attachment', 'image/jpeg', 0),
+(68, 1, '2011-06-06 18:16:23', '2011-06-06 17:16:23', 'www.loquedeverdadimporta.com\r\n\r\nEl Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\n\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\n
\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011
\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n - Palma de Mallorca (I Edición)
\r\n - A Coruña (II Edición)
\r\n
\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n - Bilbao (III Edición)
\r\n - Zaragoza (II Edición)
\r\n - Valencia (III Edición)
\r\n - Barcelona (III Edición)
\r\n - Sevilla (IV Edición)
\r\n - Madrid (V Edición)
\r\n
\r\n ', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'closed', 'open', '', '17-revision-7', '', '', '2011-06-06 18:16:23', '2011-06-06 17:16:23', '', 17, 'http://localhost/lqdvi/?p=68', 0, 'revision', '', 0),
+(70, 1, '2011-06-06 18:03:49', '2011-06-06 17:03:49', '\r\n
¿Qué es la Fundación ‘Lo que de verdad importa’?
\r\nLa Fundación ‘Lo que de verdad importa’ (Fundación LQDVI) es una organización sin ánimo de lucro cuyo fin es promover y difundir valores humanos y universales.\r\n\r\nNace tras cinco años cosechando éxitos con la celebración en las principales ciudades de los encuentros de jóvenes bajo el título ‘
Lo que de verdad importa’.\r\n\r\nLa Fundación LQDVI basa sus actividades principalmente en acciones destinadas a difundir y promover valores universales como la superación, la responsabilidad, el respeto, la solidaridad o la paz.\r\n
Líneas de actuación
\r\nLa Fundación LQDVI desarrolla diversas actividades dirigidas a la sociedad en general, pero centras específicamente en muchos casos a la juventud. Dichas actividades se pueden englobar en dos grandes líneas de actuación:\r\n
Actividades educativas/formativas
\r\nEstán dirigidas principalmente a jóvenes, estudiantes y universitarios que quieren desarrollar fuera de las aulas otras aptitudes diferentes pero no menos importantes que les ayudan a enfrentar su vida y a desarrollarse como personas. Esta línea de actuación se concreta en tres proyectos:\r\n
\r\n - Congreso de Jóvenes ‘Lo que de verdad importa’
\r\n - Kliquers
\r\n - Voluntariado con valores (Guinea Ecuatorial)
\r\n
\r\n
Actividades destinadas a empresas
\r\nLa Fundación LQDVI también tiene como objetivo sensibilizar y conciencias a la sociedad sobre valores universales en la vida, así como en el trabajo. Por este motivo, está desarrollando una iniciativa de charlas/coloquios para empleados de las empresas que los soliciten.\r\n\r\n
\r\n ', 'Presentación', '', 'inherit', 'closed', 'open', '', '35-revision-5', '', '', '2011-06-06 18:03:49', '2011-06-06 17:03:49', '', 35, 'http://localhost/lqdvi/?p=70', 0, 'revision', '', 0),
+(71, 1, '2011-06-01 13:58:51', '2011-06-01 13:58:51', 'Guinea Ecuatorial
\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n\r\n - Construcción de un pozo de agua potable
\r\n - Construcción de un aula para los alumnos de preescolar
\r\n - Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.
\r\n - Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces
\r\n - Hacerles llegar un container con material escolar, ropa, etc.
\r\n
\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'inherit', 'closed', 'open', '', '24-revision-6', '', '', '2011-06-01 13:58:51', '2011-06-01 13:58:51', '', 24, 'http://localhost/lqdvi/?p=71', 0, 'revision', '', 0),
+(72, 1, '2011-06-01 13:58:44', '2011-06-01 13:58:44', 'Kliquers, proyecto de educación en valores
\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\nKliquers en 2011
\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\nAlcobendas (II Edición)\r\nPozuelo de Alarcón (I Edición)\r\nVillaviciosa de Odón (I Edición)', 'Kliquers', '', 'inherit', 'closed', 'open', '', '22-revision-3', '', '', '2011-06-01 13:58:44', '2011-06-01 13:58:44', '', 22, 'http://localhost/lqdvi/?p=72', 0, 'revision', '', 0),
+(73, 1, '2011-06-06 18:50:19', '2011-06-06 17:50:19', 'www.loquedeverdadimporta.com\r\n\r\nEl Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\n\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\n \r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011
\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n - Palma de Mallorca (I Edición)
\r\n - A Coruña (II Edición)
\r\n
\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n - Bilbao (III Edición)
\r\n - Zaragoza (II Edición)
\r\n - Valencia (III Edición)
\r\n - Barcelona (III Edición)
\r\n - Sevilla (IV Edición)
\r\n - Madrid (V Edición)
\r\n
\r\n ', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'closed', 'open', '', '17-revision-9', '', '', '2011-06-06 18:50:19', '2011-06-06 17:50:19', '', 17, 'http://localhost/lqdvi/?p=73', 0, 'revision', '', 0),
+(75, 1, '2011-06-07 12:40:54', '2011-06-07 11:40:54', 'www.loquedeverdadimporta.com\r\n\r\nEl Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\n\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\n\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011
\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n - Palma de Mallorca (I Edición)
\r\n - A Coruña (II Edición)
\r\n
\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n - Bilbao (III Edición)
\r\n - Zaragoza (II Edición)
\r\n - Valencia (III Edición)
\r\n - Barcelona (III Edición)
\r\n - Sevilla (IV Edición)
\r\n - Madrid (V Edición)
\r\n
\r\n ', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'closed', 'open', '', '17-revision-10', '', '', '2011-06-07 12:40:54', '2011-06-07 11:40:54', '', 17, 'http://localhost/lqdvi/?p=75', 0, 'revision', '', 0),
+(77, 1, '2011-06-07 12:40:14', '2011-06-07 11:40:14', 'Kliquers, proyecto de educación en valores
\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\nKliquers en 2011
\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\nAlcobendas (II Edición)\r\nPozuelo de Alarcón (I Edición)\r\nVillaviciosa de Odón (I Edición)', 'Kliquers', '', 'inherit', 'closed', 'open', '', '22-revision-4', '', '', '2011-06-07 12:40:14', '2011-06-07 11:40:14', '', 22, 'http://localhost/lqdvi/?p=77', 0, 'revision', '', 0),
+(76, 1, '2011-06-07 13:08:51', '2011-06-07 12:08:51', 'www.loquedeverdadimporta.com\r\n\r\nEl Congreso ‘Lo que de verdad importa’ es un encuentro gratuito, apolítico y aconfesional que se celebra en las principales ciudades españolas.\r\n\r\nDesde el año 2007 asisten miles de jóvenes para escuchar testimonios impactantes que les hacen reflexionar sobre sus prioridades y lo que de verdad importa para ellos en la vida.\r\n\r\nDurante estos años, los participantes a los Congresos han escuchado los testimonios de personas como William Rodríguez, superviviente del 11-S; Jaume Sanllorente, fundador de la ONG ‘Sonrisas de Bombay’; Bosco Gutiérrez, arquitecto mexicano secuestrado durante 9 meses; o Irene Villa, periodista y esquiadora que sufrió un atentado de ETA, entre otros.\r\n\r\nOtros participantes son Nando Parrado, uno de los 16 supervivientes del accidente aéreo de Los Andes que inspiró la película ¡Viven!; Toni Nadal, entrenador personal de Rafa Nadal; Pablo Pineda, primer europeo con síndrome de Down con título universitario y protagonista de la película ‘Yo, también’; o Pedro García Aguado, campeón del mundo de Waterpolo que superó su adicción a las drogas y ahora conduce los programas televisivos ‘Hermano Mayor’’ y “El Campamento”.\r\nLa celebración de ‘Lo que de verdad importa’ en cada ciudad cuenta con un presidente o presidenta de honor. Rafa Nadal ostenta este cargo en Palma de Mallorca, la princesa Nora de Liechtenstein es la presidenta de honor en la edición de Madrid; o el economista Leopoldo Abadía, en la edición de Barcelona, entre otros.\r\n\r\nEl Congreso ‘Lo que de verdad importa’ surgió en el año 2007, con la celebración en Madrid de un congreso anual donde participaron más de 3.000 jóvenes universitarios y preuniversitarios. Tras esta primera edición, comenzaron a surgir peticiones de otras ciudades y actualmente se celebra en once ciudades españolas, entre las que se\r\n\r\nencuentran Bilbao, Valencia, Sevilla, Barcelona, Zaragoza o Palma de Mallorca. Desde el año 2007, más de 52.000 jóvenes han descubierto ya ‘Lo que de verdad importa’.\r\nCongresos ‘Lo que de verdad importa’ en 2011
\r\nDurante el año 2011, la Fundación LQDVI ha celebrado Congresos ‘Lo que de verdad importa’ en:\r\n\r\n - Palma de Mallorca (I Edición)
\r\n - A Coruña (II Edición)
\r\n
\r\nEntre los meses de octubre y noviembre se celebrará en:\r\n\r\n - Bilbao (III Edición)
\r\n - Zaragoza (II Edición)
\r\n - Valencia (III Edición)
\r\n - Barcelona (III Edición)
\r\n - Sevilla (IV Edición)
\r\n - Madrid (V Edición)
\r\n
\r\n
', 'Congresos "Lo que de verdad importa"', '', 'inherit', 'closed', 'open', '', '17-revision-11', '', '', '2011-06-07 13:08:51', '2011-06-07 12:08:51', '', 17, 'http://localhost/lqdvi/?p=76', 0, 'revision', '', 0),
+(78, 1, '2011-06-07 14:28:27', '2011-06-07 13:28:27', '', 'kliquers-1', '', 'inherit', 'closed', 'open', '', 'kliquers-1', '', '', '2011-06-07 14:28:27', '2011-06-07 13:28:27', '', 22, 'http://localhost/lqdvi/wp-content/uploads/2011/06/kliquers-1.jpg', 0, 'attachment', 'image/jpeg', 0),
+(79, 1, '2011-06-07 14:28:29', '2011-06-07 13:28:29', '', 'kliquers-2', '', 'inherit', 'closed', 'open', '', 'kliquers-2', '', '', '2011-06-07 14:28:29', '2011-06-07 13:28:29', '', 22, 'http://localhost/lqdvi/wp-content/uploads/2011/06/kliquers-2.jpg', 0, 'attachment', 'image/jpeg', 0);
+INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
+(80, 1, '2011-06-07 14:28:08', '2011-06-07 13:28:08', 'Kliquers, proyecto de educación en valores
\r\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\r\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\r\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\r\nasertividad.\r\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\r\nKliquers en 2011
\r\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\r\n\r\nDurante el año 2011 se ha celebrado en las ciudades de:\r\n\r\n - Alcobendas (II Edición)
\r\n - Pozuelo de Alarcón (I Edición)
\r\n - Villaviciosa de Odón (I Edición)
\r\n
', 'Kliquers', '', 'inherit', 'closed', 'open', '', '22-revision-5', '', '', '2011-06-07 14:28:08', '2011-06-07 13:28:08', '', 22, 'http://localhost/lqdvi/?p=80', 0, 'revision', '', 0),
+(81, 1, '2011-06-07 14:40:58', '2011-06-07 13:40:58', 'Kliquers, proyecto de educación en valores
\nKliquers es un proyecto pionero que apuesta por la educación en valores como herramienta imprescindible para complementar la formación de los jóvenes.\nEs una iniciativa distinta, atractiva y divertida dirigida a chicos de entre 14 y 18 años, que pretende formar sobre principios fundamentales del ser humano, al margen de cualquier connotación política y religiosa.\nKliquers está compuesto por un equipo multidisciplinar de gente joven que viaja por los colegios y fomenta la participación de los alumnos a través de juegos, actuaciones, cuestionarios, bailes, etc. Esto les permite conocerse mejor a sí mismos y trabajar conceptos como la superación, la empatía o la\nasertividad.\nLa actividad está compuesta por dos fases, en la primera se imparte una charla de la mano del coach de superación personal, Pedro García Aguado, conocido por ser el conductor de programas televisivos como "Hermano Mayor" o "El Campamento". La segunda parte de Kliquers está compuesta por breves representaciones de situaciones de la vida diaria que inducen a la reflexión de los jóvenes.\nKliquers en 2011
\nEl planteamiento de Kliquers es de continuidad, repitiéndose de forma anual en cada centro y renovando cada año tanto los ponentes como los valores y conceptos en los que trabajar, para que supongan una nueva experiencia para los chicos. Hasta la actualidad, se está celebrando en ciudades de la Comunidad de Madrid, pero a partir de 2012 Kliquers llegará a las principales ciudades españolas.\n\nDurante el año 2011 se ha celebrado en las ciudades de:\n\n - Alcobendas (II Edición)
\n - Pozuelo de Alarcón (I Edición)
\n - Villaviciosa de Odón (I Edición)
\n
\n[gallery link="file"]', 'Kliquers', '', 'inherit', 'closed', 'open', '', '22-autosave', '', '', '2011-06-07 14:40:58', '2011-06-07 13:40:58', '', 22, 'http://localhost/lqdvi/?p=81', 0, 'revision', '', 0),
+(82, 1, '2011-06-07 14:38:05', '2011-06-07 13:38:05', '', 'guinea-1', '', 'inherit', 'closed', 'open', '', 'guinea-1', '', '', '2011-06-07 14:38:05', '2011-06-07 13:38:05', '', 24, 'http://localhost/lqdvi/wp-content/uploads/2011/06/guinea-1.jpg', 0, 'attachment', 'image/jpeg', 0),
+(83, 1, '2011-06-07 14:38:06', '2011-06-07 13:38:06', '', 'guinea-2', '', 'inherit', 'closed', 'open', '', 'guinea-2', '', '', '2011-06-07 14:38:06', '2011-06-07 13:38:06', '', 24, 'http://localhost/lqdvi/wp-content/uploads/2011/06/guinea-2.jpg', 0, 'attachment', 'image/jpeg', 0),
+(84, 1, '2011-06-07 12:39:51', '2011-06-07 11:39:51', 'Guinea Ecuatorial
\r\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\r\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\r\nLos objetivos principales del proyecto serán:\r\n\r\n - Construcción de un pozo de agua potable
\r\n - Construcción de un aula para los alumnos de preescolar
\r\n - Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.
\r\n - Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces
\r\n - Hacerles llegar un container con material escolar, ropa, etc.
\r\n
\r\n \r\n\r\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\r\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.', 'Voluntariado con valores', '', 'inherit', 'closed', 'open', '', '24-revision-7', '', '', '2011-06-07 12:39:51', '2011-06-07 11:39:51', '', 24, 'http://localhost/lqdvi/?p=84', 0, 'revision', '', 0),
+(85, 1, '2011-06-07 14:39:20', '2011-06-07 13:39:20', 'Guinea Ecuatorial
\nTras cinco años de celebración de los Congresos "Lo que de verdad importa", la Fundación LQDVI ha ido generando una gran base de datos de jóvenes ávidos de prestar su colaboración para hacer del mundo un sitio más justo y mejor. En consecuencia, se ha ideado un campamento solidario de voluntariado con valores que se desarrollará en Guinea Ecuatorial durante el verano de 2012.\nUn grupo de jóvenes, junto a voluntarios senior, viajarán en el mes de julio a Guinea para colaborar con el Colegio Padre Luis Monti, situado en el poblado de Nsuemang, en la ciudad de Bata.\nLos objetivos principales del proyecto serán:\n\n - Construcción de un pozo de agua potable
\n - Construcción de un aula para los alumnos de preescolar
\n - Campamento de verano donde los voluntarios impartirán clases lectivas alternándolas con el ocio.
\n - Llevar un grupo electrógeno y un equipo de audio con amplificador y altavoces
\n - Hacerles llegar un container con material escolar, ropa, etc.
\n
\n \n\nAdemás, durante los fines de semana se celebrarán actividades para los voluntarios como excursiones y charlas-coloquio con personas como Irene Villa, Jaume Sanllorente, Pablo Pineda, etc.\nDurante el año 2011, la Fundación LQDVI está desarrollando la primera fase del proyecto que consiste en detectar las necesidades existentes en la zona para poder realizar con mayor efectividad la colaboración. Para ello se está en contacto continuo con personal local y se viajará a terreno para concretar in situ las labores que se realizarán el próximo año.\n\n[gallery link="file" columns="2"]', 'Voluntariado con valores', '', 'inherit', 'closed', 'open', '', '24-autosave', '', '', '2011-06-07 14:39:20', '2011-06-07 13:39:20', '', 24, 'http://localhost/lqdvi/?p=85', 0, 'revision', '', 0),
+(87, 1, '2011-06-07 15:46:00', '2011-06-07 14:46:00', '', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision', '', '', '2011-06-07 15:46:00', '2011-06-07 14:46:00', '', 86, 'http://localhost/lqdvi/?p=87', 0, 'revision', '', 0),
+(88, 1, '2011-06-07 17:10:28', '2011-06-07 16:10:28', 'Maecenas sodales imperdiet urna eu fringilla. Ut aliquet convallis sodales. Proin varius eros non est tempor blandit. In vehicula ultrices quam at consectetur. Ut quis arcu arcu. Integer at leo lacus, non auctor purus. Duis dolor ipsum, convallis nec accumsan consectetur, commodo at neque. Cras dapibus consequat ipsum, sit amet sagittis lorem rhoncus ut. Phasellus in massa libero, et eleifend elit. Nullam nec massa feugiat erat tincidunt porttitor sed aliquet erat. In vitae velit nisi, in bibendum metus. Fusce vulputate convallis justo, et bibendum enim aliquet id. Etiam non ullamcorper quam. Ut vitae nisl nec ipsum malesuada blandit vel non neque. Morbi varius feugiat felis, ut laoreet justo imperdiet vel.', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-autosave', '', '', '2011-06-07 17:10:28', '2011-06-07 16:10:28', '', 86, 'http://localhost/lqdvi/?p=88', 0, 'revision', '', 0),
+(89, 1, '2011-06-07 15:46:15', '2011-06-07 14:46:15', '', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision-2', '', '', '2011-06-07 15:46:15', '2011-06-07 14:46:15', '', 86, 'http://localhost/lqdvi/?p=89', 0, 'revision', '', 0),
+(90, 1, '2011-06-07 16:00:44', '2011-06-07 15:00:44', '[SWF]webcam/swf/webCamCapture[/SWF]\r\n\r\n ', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision-3', '', '', '2011-06-07 16:00:44', '2011-06-07 15:00:44', '', 86, 'http://localhost/lqdvi/?p=90', 0, 'revision', '', 0),
+(91, 1, '2011-06-07 16:00:54', '2011-06-07 15:00:54', '[SWF]webcam/swf/webCamCapture[/SWF]\r\n\r\n', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision-4', '', '', '2011-06-07 16:00:54', '2011-06-07 15:00:54', '', 86, 'http://localhost/lqdvi/?p=91', 0, 'revision', '', 0),
+(92, 1, '2011-06-07 16:02:02', '2011-06-07 15:02:02', '[SWF]webcam/swf/webCamCapture, 300, 300[/SWF]\r\n\r\n', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision-5', '', '', '2011-06-07 16:02:02', '2011-06-07 15:02:02', '', 86, 'http://localhost/lqdvi/?p=92', 0, 'revision', '', 0),
+(93, 1, '2011-06-07 16:02:29', '2011-06-07 15:02:29', '[SWF]http://localhost/lqdvi/webcam/swf/webCamCapture, 300, 300[/SWF]\r\n\r\n', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-06-07 16:02:29', '2011-06-07 15:02:29', '', 86, 'http://localhost/lqdvi/?p=93', 0, 'revision', '', 0),
+(94, 1, '2011-06-07 16:04:49', '2011-06-07 15:04:49', '[SWF]http://localhost/lqdvi/webcam/swf/webCamCapture, 700, 340[/SWF]\r\n\r\n', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision-7', '', '', '2011-06-07 16:04:49', '2011-06-07 15:04:49', '', 86, 'http://localhost/lqdvi/?p=94', 0, 'revision', '', 0),
+(95, 1, '2011-06-07 16:14:46', '2011-06-07 15:14:46', '[FaceThumb WordPress MNTT]', 'FaceThumb Gallery', '', 'inherit', 'closed', 'open', '', '10-autosave', '', '', '2011-06-07 16:14:46', '2011-06-07 15:14:46', '', 10, 'http://localhost/lqdvi/?p=95', 0, 'revision', '', 0),
+(98, 1, '2011-06-07 16:18:29', '2011-06-07 15:18:29', '\r\n\r\nAlternative content\r\n\r\n
', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision-10', '', '', '2011-06-07 16:18:29', '2011-06-07 15:18:29', '', 86, 'http://localhost/lqdvi/?p=98', 0, 'revision', '', 0),
+(96, 1, '2011-06-07 16:14:36', '2011-06-07 15:14:36', '[SWF]http://localhost/lqdvi/webcam/swf/webCamCapture, 700, 340[/SWF]', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision-8', '', '', '2011-06-07 16:14:36', '2011-06-07 15:14:36', '', 86, 'http://localhost/lqdvi/?p=96', 0, 'revision', '', 0),
+(97, 1, '2011-06-07 16:16:34', '2011-06-07 15:16:34', '[SWF]http://localhost/lqdvi/webcam/swf/webCamCapture, 700, 340[/SWF]', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision-9', '', '', '2011-06-07 16:16:34', '2011-06-07 15:16:34', '', 86, 'http://localhost/lqdvi/?p=97', 0, 'revision', '', 0),
+(101, 1, '2011-06-07 16:41:20', '2011-06-07 15:41:20', '', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision-13', '', '', '2011-06-07 16:41:20', '2011-06-07 15:41:20', '', 86, 'http://localhost/lqdvi/?p=101', 0, 'revision', '', 0),
+(99, 1, '2011-06-07 16:21:29', '2011-06-07 15:21:29', '[SWF]http://localhost/lqdvi/webcam/swf/webCamCapture, 700, 340, flashvars[/SWF]', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision-11', '', '', '2011-06-07 16:21:29', '2011-06-07 15:21:29', '', 86, 'http://localhost/lqdvi/?p=99', 0, 'revision', '', 0),
+(100, 1, '2011-06-07 16:22:47', '2011-06-07 15:22:47', '[SWF]http://localhost/lqdvi/webcam/swf/webCamCapture, 700, 340, flashvars[/SWF]', 'Captura Webcam', '', 'inherit', 'closed', 'open', '', '86-revision-12', '', '', '2011-06-07 16:22:47', '2011-06-07 15:22:47', '', 86, 'http://localhost/lqdvi/?p=100', 0, 'revision', '', 0),
+(102, 1, '2011-06-08 09:09:54', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-06-08 09:09:54', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?p=102', 0, 'post', '', 0),
+(103, 1, '2011-06-08 09:47:36', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-06-08 09:47:36', '0000-00-00 00:00:00', '', 0, 'http://localhost/lqdvi/?page_id=103', 0, 'page', '', 0),
+(104, 1, '2011-06-08 09:48:55', '2011-06-08 08:48:55', '[testimonial group="1"]', 'gddgdfdfdg', '', 'publish', 'closed', 'open', '', 'gddgdfdfdg', '', '', '2011-06-09 11:26:04', '2011-06-09 10:26:04', '', 0, 'http://localhost/lqdvi/?page_id=104', 0, 'page', '', 0),
+(105, 1, '2011-06-08 09:48:35', '2011-06-08 08:48:35', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '104-revision', '', '', '2011-06-08 09:48:35', '2011-06-08 08:48:35', '', 104, 'http://localhost/lqdvi/?p=105', 0, 'revision', '', 0),
+(106, 1, '2011-06-08 09:48:55', '2011-06-08 08:48:55', '', 'gddgdfdfdg', '', 'inherit', 'closed', 'open', '', '104-revision-2', '', '', '2011-06-08 09:48:55', '2011-06-08 08:48:55', '', 104, 'http://localhost/lqdvi/?p=106', 0, 'revision', '', 0),
+(107, 1, '2011-06-08 09:49:07', '2011-06-08 08:49:07', '', 'gddgdfdfdg', '', 'inherit', 'closed', 'open', '', '104-revision-3', '', '', '2011-06-08 09:49:07', '2011-06-08 08:49:07', '', 104, 'http://localhost/lqdvi/?p=107', 0, 'revision', '', 0),
+(108, 1, '2011-06-09 11:27:06', '2011-06-09 10:27:06', '[testimonial group="1"]', 'gddgdfdfdg', '', 'inherit', 'closed', 'open', '', '104-autosave', '', '', '2011-06-09 11:27:06', '2011-06-09 10:27:06', '', 104, 'http://localhost/lqdvi/?p=108', 0, 'revision', '', 0);
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_sjsm`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_sjsm` (
+ `id` int(1) NOT NULL AUTO_INCREMENT,
+ `name` longtext NOT NULL,
+ `url` longtext NOT NULL,
+ `active` int(1) NOT NULL,
+ `loadorder` int(1) NOT NULL,
+ `page` text NOT NULL,
+ `loadwhere` text NOT NULL,
+ UNIQUE KEY `id` (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_sjsm`
+--
+
-- --------------------------------------------------------
@@ -765,7 +1176,6 @@ INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_orde
(1, 1, 0),
(39, 3, 0),
(40, 3, 0),
-(56, 3, 0),
(55, 3, 0),
(54, 3, 0),
(53, 3, 0),
@@ -796,7 +1206,66 @@ CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'link_category', '', 0, 7),
-(3, 3, 'nav_menu', '', 0, 7);
+(3, 3, 'nav_menu', '', 0, 6);
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_testimonials`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_testimonials` (
+ `id` int(12) NOT NULL AUTO_INCREMENT,
+ `status` int(12) NOT NULL DEFAULT '0',
+ `featured` int(12) NOT NULL DEFAULT '0',
+ `date` date DEFAULT NULL,
+ `name` varchar(255) DEFAULT NULL,
+ `location` varchar(255) DEFAULT NULL,
+ `quote` text,
+ `website` varchar(255) DEFAULT NULL,
+ PRIMARY KEY (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_testimonials`
+--
+
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_testimonials_settings`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_testimonials_settings` (
+ `id` int(12) NOT NULL AUTO_INCREMENT,
+ `name` varchar(255) NOT NULL,
+ `value` varchar(100) DEFAULT NULL,
+ PRIMARY KEY (`id`)
+) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_testimonials_settings`
+--
+
+INSERT INTO `wp_testimonials_settings` (`id`, `name`, `value`) VALUES
+(1, 'plugin_name_s', 'Testimonial'),
+(2, 'plugin_name_p', 'Testimonials'),
+(3, 'testimonial_num', '1'),
+(4, 'testimonial_prefix', ''),
+(5, 'testimonial_suffix', '
'),
+(6, 'testimonial_privileges', ''),
+(7, 'admin_email', 'darranz@rodax-software.com'),
+(8, 'testimonial_page_num', '15'),
+(9, 'page_prefix', ''),
+(10, 'page_suffix', '
'),
+(11, 'featured_prefix', ''),
+(12, 'featured_suffix', '
'),
+(13, 'date', '1'),
+(14, 'captcha', '1'),
+(15, 'captcha_question', 'Is fire hot or cold?'),
+(16, 'captcha_answer', 'hot'),
+(17, 'db_version', '3.0');
-- --------------------------------------------------------
@@ -832,15 +1301,15 @@ INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALU
(11, 1, 'aim', ''),
(12, 1, 'yim', ''),
(13, 1, 'jabber', ''),
-(14, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'),
+(14, 1, 'wp_capabilities', 'a:5:{s:13:"administrator";s:1:"1";s:14:"frm_view_forms";s:1:"1";s:14:"frm_edit_forms";s:1:"1";s:16:"frm_delete_forms";s:1:"1";s:19:"frm_change_settings";s:1:"1";}'),
(15, 1, 'wp_user_level', '10'),
-(16, 1, 'wp_dashboard_quick_press_last_post_id', '3'),
+(16, 1, 'wp_dashboard_quick_press_last_post_id', '102'),
(17, 1, 'closedpostboxes_dashboard', 'a:0:{}'),
(18, 1, 'metaboxhidden_dashboard', 'a:3:{i:0;s:17:"dashboard_plugins";i:1;s:17:"dashboard_primary";i:2;s:19:"dashboard_secondary";}'),
-(19, 1, 'wp_user-settings', 'm6=o&hidetb=1&editor=tinymce&m10=o&m5=o'),
-(20, 1, 'wp_user-settings-time', '1306937016'),
+(19, 1, 'wp_user-settings', 'm6=o&hidetb=1&editor=tinymce&m10=o&m5=o&urlbutton=file&imgsize=medium&align=center&galfile=1&galcols=2&m9=o&m8=o&m7=o&m11=o&m13=o'),
+(20, 1, 'wp_user-settings-time', '1307614946'),
(21, 1, 'closedpostboxes_page', 'a:0:{}'),
-(22, 1, 'metaboxhidden_page', 'a:5:{i:0;s:10:"postcustom";i:1;s:16:"commentstatusdiv";i:2;s:11:"commentsdiv";i:3;s:7:"slugdiv";i:4;s:12:"revisionsdiv";}'),
+(22, 1, 'metaboxhidden_page', 'a:6:{i:0;s:13:"woothemes-seo";i:1;s:10:"postcustom";i:2;s:16:"commentstatusdiv";i:3;s:11:"commentsdiv";i:4;s:7:"slugdiv";i:5;s:18:"woothemes-settings";}'),
(23, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(24, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
(25, 1, 'nav_menu_recently_edited', '3');
@@ -873,3 +1342,32 @@ CREATE TABLE IF NOT EXISTS `wp_users` (
INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'rodax', '$P$Bj6LDD2lQh.Kt12iu3lht2IVjGI1T/0', 'rodax', 'darranz@rodax-software.com', '', '2011-05-30 18:00:37', '', 0, 'rodax');
+
+-- --------------------------------------------------------
+
+--
+-- Estructura de tabla para la tabla `wp_wpcreviews`
+--
+
+CREATE TABLE IF NOT EXISTS `wp_wpcreviews` (
+ `id` int(11) NOT NULL AUTO_INCREMENT,
+ `date_time` datetime NOT NULL,
+ `reviewer_name` varchar(50) DEFAULT NULL,
+ `reviewer_email` varchar(50) DEFAULT NULL,
+ `reviewer_ip` varchar(15) DEFAULT NULL,
+ `review_title` varchar(150) DEFAULT NULL,
+ `review_text` text,
+ `status` tinyint(1) DEFAULT '0',
+ `review_rating` tinyint(2) DEFAULT '0',
+ `reviewer_url` varchar(255) NOT NULL,
+ `page_id` int(11) NOT NULL DEFAULT '0',
+ `custom_fields` text,
+ PRIMARY KEY (`id`),
+ KEY `status` (`status`),
+ KEY `page_id` (`page_id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
+
+--
+-- Volcar la base de datos para la tabla `wp_wpcreviews`
+--
+
diff --git a/src/webcam/images/0C700EE0-4C10-15EB-0272-68B33B80ADC2.jpg b/src/webcam/images/0C700EE0-4C10-15EB-0272-68B33B80ADC2.jpg
new file mode 100644
index 00000000..17bffc9d
Binary files /dev/null and b/src/webcam/images/0C700EE0-4C10-15EB-0272-68B33B80ADC2.jpg differ
diff --git a/src/webcam/images/1167FFDE-1BBE-D1D5-36FF-C406C5FCABA7.jpg b/src/webcam/images/1167FFDE-1BBE-D1D5-36FF-C406C5FCABA7.jpg
new file mode 100644
index 00000000..e701d8f3
Binary files /dev/null and b/src/webcam/images/1167FFDE-1BBE-D1D5-36FF-C406C5FCABA7.jpg differ
diff --git a/src/webcam/images/181F7930-21AE-BD3D-6F7E-DD7449700587.jpg b/src/webcam/images/181F7930-21AE-BD3D-6F7E-DD7449700587.jpg
new file mode 100644
index 00000000..beacc233
Binary files /dev/null and b/src/webcam/images/181F7930-21AE-BD3D-6F7E-DD7449700587.jpg differ
diff --git a/src/webcam/images/2A33C8F9-4905-7A2C-62D3-CCCD8D9F994F.jpg b/src/webcam/images/2A33C8F9-4905-7A2C-62D3-CCCD8D9F994F.jpg
new file mode 100644
index 00000000..7dcff53b
Binary files /dev/null and b/src/webcam/images/2A33C8F9-4905-7A2C-62D3-CCCD8D9F994F.jpg differ
diff --git a/src/webcam/images/2E948482-F797-CC56-9145-C785BF1A91D1.jpg b/src/webcam/images/2E948482-F797-CC56-9145-C785BF1A91D1.jpg
new file mode 100644
index 00000000..73c819a2
Binary files /dev/null and b/src/webcam/images/2E948482-F797-CC56-9145-C785BF1A91D1.jpg differ
diff --git a/src/webcam/images/2FC678DC-239B-411B-7289-F0CC12EF18B5.jpg b/src/webcam/images/2FC678DC-239B-411B-7289-F0CC12EF18B5.jpg
new file mode 100644
index 00000000..6da9d50b
Binary files /dev/null and b/src/webcam/images/2FC678DC-239B-411B-7289-F0CC12EF18B5.jpg differ
diff --git a/src/webcam/images/38A217F5-EEAB-D63F-1253-FC88FEA2C1FA.jpg b/src/webcam/images/38A217F5-EEAB-D63F-1253-FC88FEA2C1FA.jpg
new file mode 100644
index 00000000..aa1c68ee
Binary files /dev/null and b/src/webcam/images/38A217F5-EEAB-D63F-1253-FC88FEA2C1FA.jpg differ
diff --git a/src/webcam/images/3D364F2A-DCE9-D20A-995A-764316350163.jpg b/src/webcam/images/3D364F2A-DCE9-D20A-995A-764316350163.jpg
new file mode 100644
index 00000000..2a8fbac3
Binary files /dev/null and b/src/webcam/images/3D364F2A-DCE9-D20A-995A-764316350163.jpg differ
diff --git a/src/webcam/images/493FC6C7-17ED-25B4-DD1F-948DB3406735.jpg b/src/webcam/images/493FC6C7-17ED-25B4-DD1F-948DB3406735.jpg
new file mode 100644
index 00000000..3af8fe70
Binary files /dev/null and b/src/webcam/images/493FC6C7-17ED-25B4-DD1F-948DB3406735.jpg differ
diff --git a/src/webcam/images/4A724669-CCE0-3EBF-7A7C-E74973F96C95.jpg b/src/webcam/images/4A724669-CCE0-3EBF-7A7C-E74973F96C95.jpg
new file mode 100644
index 00000000..700c5c40
Binary files /dev/null and b/src/webcam/images/4A724669-CCE0-3EBF-7A7C-E74973F96C95.jpg differ
diff --git a/src/webcam/images/50BF232A-3AB4-EDBB-EBDB-B6E5F2307F6A.jpg b/src/webcam/images/50BF232A-3AB4-EDBB-EBDB-B6E5F2307F6A.jpg
new file mode 100644
index 00000000..b4114858
Binary files /dev/null and b/src/webcam/images/50BF232A-3AB4-EDBB-EBDB-B6E5F2307F6A.jpg differ
diff --git a/src/webcam/images/71581A49-9BF2-8969-9E72-04FF4859B82C.jpg b/src/webcam/images/71581A49-9BF2-8969-9E72-04FF4859B82C.jpg
new file mode 100644
index 00000000..08c45c12
Binary files /dev/null and b/src/webcam/images/71581A49-9BF2-8969-9E72-04FF4859B82C.jpg differ
diff --git a/src/webcam/images/7783D792-8B3B-9456-4CB4-F3FF9B05165C.jpg b/src/webcam/images/7783D792-8B3B-9456-4CB4-F3FF9B05165C.jpg
new file mode 100644
index 00000000..fa98f74e
Binary files /dev/null and b/src/webcam/images/7783D792-8B3B-9456-4CB4-F3FF9B05165C.jpg differ
diff --git a/src/webcam/images/95D91170-1F0D-CB6B-139D-23BE7B3A4388.jpg b/src/webcam/images/95D91170-1F0D-CB6B-139D-23BE7B3A4388.jpg
new file mode 100644
index 00000000..0031182a
Binary files /dev/null and b/src/webcam/images/95D91170-1F0D-CB6B-139D-23BE7B3A4388.jpg differ
diff --git a/src/webcam/images/99FC1D38-C7B6-0237-6E09-55A8E3B6E0B8.jpg b/src/webcam/images/99FC1D38-C7B6-0237-6E09-55A8E3B6E0B8.jpg
new file mode 100644
index 00000000..91201a24
Binary files /dev/null and b/src/webcam/images/99FC1D38-C7B6-0237-6E09-55A8E3B6E0B8.jpg differ
diff --git a/src/webcam/images/A05C1D8C-FB01-EE14-1C17-1769EBC291F9.jpg b/src/webcam/images/A05C1D8C-FB01-EE14-1C17-1769EBC291F9.jpg
new file mode 100644
index 00000000..64046011
Binary files /dev/null and b/src/webcam/images/A05C1D8C-FB01-EE14-1C17-1769EBC291F9.jpg differ
diff --git a/src/webcam/images/AAD23011-19AC-719C-5DFD-7FC61AFF513F.jpg b/src/webcam/images/AAD23011-19AC-719C-5DFD-7FC61AFF513F.jpg
new file mode 100644
index 00000000..be273a21
Binary files /dev/null and b/src/webcam/images/AAD23011-19AC-719C-5DFD-7FC61AFF513F.jpg differ
diff --git a/src/webcam/images/B1F78801-1A28-6D55-F47C-06A30BD3A4BE.jpg b/src/webcam/images/B1F78801-1A28-6D55-F47C-06A30BD3A4BE.jpg
new file mode 100644
index 00000000..b08c8a76
Binary files /dev/null and b/src/webcam/images/B1F78801-1A28-6D55-F47C-06A30BD3A4BE.jpg differ
diff --git a/src/webcam/images/BBCBF736-6009-5B53-F63F-0926C8F0D6C3.jpg b/src/webcam/images/BBCBF736-6009-5B53-F63F-0926C8F0D6C3.jpg
new file mode 100644
index 00000000..46f58314
Binary files /dev/null and b/src/webcam/images/BBCBF736-6009-5B53-F63F-0926C8F0D6C3.jpg differ
diff --git a/src/webcam/images/C55DF279-E87F-631A-D2B1-6FDAF2397AE6.jpg b/src/webcam/images/C55DF279-E87F-631A-D2B1-6FDAF2397AE6.jpg
new file mode 100644
index 00000000..4789ae38
Binary files /dev/null and b/src/webcam/images/C55DF279-E87F-631A-D2B1-6FDAF2397AE6.jpg differ
diff --git a/src/webcam/images/C68FE4CC-8596-4ED3-18F5-DEAC90D2ACBA.jpg b/src/webcam/images/C68FE4CC-8596-4ED3-18F5-DEAC90D2ACBA.jpg
new file mode 100644
index 00000000..2a0babb0
Binary files /dev/null and b/src/webcam/images/C68FE4CC-8596-4ED3-18F5-DEAC90D2ACBA.jpg differ
diff --git a/src/webcam/images/CA662185-EC7F-D00C-EC6B-16017788C074.jpg b/src/webcam/images/CA662185-EC7F-D00C-EC6B-16017788C074.jpg
new file mode 100644
index 00000000..db1f160e
Binary files /dev/null and b/src/webcam/images/CA662185-EC7F-D00C-EC6B-16017788C074.jpg differ
diff --git a/src/webcam/images/D4D10163-90B2-9178-A993-A92C451714DD.jpg b/src/webcam/images/D4D10163-90B2-9178-A993-A92C451714DD.jpg
new file mode 100644
index 00000000..b901d473
Binary files /dev/null and b/src/webcam/images/D4D10163-90B2-9178-A993-A92C451714DD.jpg differ
diff --git a/src/webcam/images/D5075A9C-30B2-C867-5039-340ED263977E.jpg b/src/webcam/images/D5075A9C-30B2-C867-5039-340ED263977E.jpg
new file mode 100644
index 00000000..d5698b5c
Binary files /dev/null and b/src/webcam/images/D5075A9C-30B2-C867-5039-340ED263977E.jpg differ
diff --git a/src/webcam/images/D724ECAA-3795-57E8-6C48-6AD52DC2DDA5.jpg b/src/webcam/images/D724ECAA-3795-57E8-6C48-6AD52DC2DDA5.jpg
new file mode 100644
index 00000000..7ef14b44
Binary files /dev/null and b/src/webcam/images/D724ECAA-3795-57E8-6C48-6AD52DC2DDA5.jpg differ
diff --git a/src/webcam/images/DA5F7E2C-4DB2-3C7F-3D81-38F12B72916C.jpg b/src/webcam/images/DA5F7E2C-4DB2-3C7F-3D81-38F12B72916C.jpg
new file mode 100644
index 00000000..d78d07cc
Binary files /dev/null and b/src/webcam/images/DA5F7E2C-4DB2-3C7F-3D81-38F12B72916C.jpg differ
diff --git a/src/webcam/images/DC376E0C-C1D4-DD9E-D76D-737C21C7B10A.jpg b/src/webcam/images/DC376E0C-C1D4-DD9E-D76D-737C21C7B10A.jpg
new file mode 100644
index 00000000..0cf3468b
Binary files /dev/null and b/src/webcam/images/DC376E0C-C1D4-DD9E-D76D-737C21C7B10A.jpg differ
diff --git a/src/webcam/images/F2294993-A7F6-CDC1-53B1-A8BE1579CBBF.jpg b/src/webcam/images/F2294993-A7F6-CDC1-53B1-A8BE1579CBBF.jpg
new file mode 100644
index 00000000..114e2398
Binary files /dev/null and b/src/webcam/images/F2294993-A7F6-CDC1-53B1-A8BE1579CBBF.jpg differ
diff --git a/src/webcam/images/F54C564B-2B49-1EC5-79D8-C42B2D459CAA.jpg b/src/webcam/images/F54C564B-2B49-1EC5-79D8-C42B2D459CAA.jpg
new file mode 100644
index 00000000..5f40e35c
Binary files /dev/null and b/src/webcam/images/F54C564B-2B49-1EC5-79D8-C42B2D459CAA.jpg differ
diff --git a/src/wp-content/mm-forms-community.tmp b/src/wp-content/mm-forms-community.tmp
new file mode 100644
index 00000000..e69de29b
diff --git a/src/wp-content/mm-forms-community1.tmp b/src/wp-content/mm-forms-community1.tmp
new file mode 100644
index 00000000..e69de29b
diff --git a/src/wp-content/plugins/contact-form-7-modules/hidden.php b/src/wp-content/plugins/contact-form-7-modules/hidden.php
index 714a68c4..e2edde09 100644
--- a/src/wp-content/plugins/contact-form-7-modules/hidden.php
+++ b/src/wp-content/plugins/contact-form-7-modules/hidden.php
@@ -140,6 +140,29 @@ function wpcf7_hidden_shortcode_handler( $tag ) {
}
+/* Validation filter */
+
+add_filter( 'wpcf7_validate_hidden', 'wpcf7_hidden_validation_filter', 10, 2 );
+add_filter( 'wpcf7_validate_hidden*', 'wpcf7_hidden_validation_filter', 10, 2 );
+
+function wpcf7_hidden_validation_filter( $result, $tag ) {
+ $type = $tag['type'];
+ $name = $tag['name'];
+
+ $_POST[$name] = trim( strtr( (string) $_POST[$name], "\n", " " ) );
+
+ if ( 'hidden*' == $type ) {
+ if ( '' == $_POST[$name] ) {
+ $result['valid'] = false;
+ $result['reason'][$name] = wpcf7_get_message( 'invalid_required' );
+ }
+ }
+
+ return $result;
+}
+
+
+
/* Tag generator */
add_action( 'admin_init', 'wpcf7_add_tag_generator_hidden', 30 );
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/CF7DBEvalutator.php b/src/wp-content/plugins/contact-form-7-to-database-extension/CF7DBEvalutator.php
deleted file mode 100644
index 313db919..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/CF7DBEvalutator.php
+++ /dev/null
@@ -1,31 +0,0 @@
-.
-*/
-
-interface CF7DBEvalutator {
-
- /**
- * Evaluate expression against input data
- * @param $data array [ key => value]
- * @return boolean result of evaluating $data against expression
- */
- public function evaluate(&$data);
-
-}
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/CFDBShortcodeCount.php b/src/wp-content/plugins/contact-form-7-to-database-extension/CFDBShortcodeCount.php
deleted file mode 100644
index affa10e1..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/CFDBShortcodeCount.php
+++ /dev/null
@@ -1,32 +0,0 @@
-.
-*/
-
-require_once('CFDBShortcodeValue.php');
-
-class CFDBShortcodeCount extends CFDBShortcodeValue {
-
- public function handleShortcode($atts) {
- $atts['function'] = 'count';
- unset($atts['show']);
- unset($atts['hide']);
- return parent::handleShortcode($atts);
- }
-}
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/CFDBShortcodeExportUrl.php b/src/wp-content/plugins/contact-form-7-to-database-extension/CFDBShortcodeExportUrl.php
deleted file mode 100644
index 890224ff..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/CFDBShortcodeExportUrl.php
+++ /dev/null
@@ -1,69 +0,0 @@
-.
-*/
-
-require_once('ShortCodeLoader.php');
-
-class CFDBShortcodeExportUrl extends ShortCodeLoader {
-
- /**
- * @param $atts array of short code attributes
- * @return string JSON. See ExportToJson.php
- */
- public function handleShortcode($atts) {
- $params = array();
- $params[] = admin_url('admin-ajax.php');
- $params[] = '?action=cfdb-export';
- if (isset($atts['form'])) {
- $params[] = '&form=' . urlencode($atts['form']);
- }
- if (isset($atts['show'])) {
- $params[] = '&show=' . urlencode($atts['show']);
- }
- if (isset($atts['hide'])) {
- $params[] = '&hide=' . urlencode($atts['hide']);
- }
- if (isset($atts['limit'])) {
- $params[] = '&limit=' . urlencode($atts['limit']);
- }
- if (isset($atts['search'])) {
- $params[] = '&search=' . urlencode($atts['search']);
- }
- if (isset($atts['filter'])) {
- $params[] = '&filter=' . urlencode($atts['filter']);
- }
- if (isset($atts['enc'])) {
- $params[] = '&enc=' . urlencode($atts['enc']);
- }
-
- $url = implode($params);
-
- if (isset($atts['urlonly']) && $atts['urlonly'] == 'true') {
- return $url;
- }
-
- $linkText = __('Export', 'contact-form-7-to-database-extension');
- if (isset($atts['linktext'])) {
- $linkText = $atts['linktext'];
- }
-
- return sprintf('%s', $url, $linkText);
- }
-}
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/CFDBShortcodeJson.php b/src/wp-content/plugins/contact-form-7-to-database-extension/CFDBShortcodeJson.php
deleted file mode 100644
index b9f643e9..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/CFDBShortcodeJson.php
+++ /dev/null
@@ -1,37 +0,0 @@
-.
-*/
-
-require_once('ShortCodeLoader.php');
-
-class CFDBShortcodeJson extends ShortCodeLoader {
-
- /**
- * @param $atts array of short code attributes
- * @return string JSON. See ExportToJson.php
- */
- public function handleShortcode($atts) {
- $atts['html'] = true;
- $atts['fromshortcode'] = true;
- require_once('ExportToJson.php');
- $export = new ExportToJson();
- return $export->export($atts['form'], $atts);
- }
-}
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/CFDBView.php b/src/wp-content/plugins/contact-form-7-to-database-extension/CFDBView.php
deleted file mode 100644
index d861688c..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/CFDBView.php
+++ /dev/null
@@ -1,90 +0,0 @@
-.
-*/
-
-abstract class CFDBView {
-
- /**
- * @abstract
- * @param $plugin CF7DBPlugin
- * @return void
- */
- abstract function display(&$plugin);
-
- protected function pageHeader(&$plugin) {
- $this->sponsorLink($plugin);
- $this->headerLinks();
- }
-
-
- protected function sponsorLink(&$plugin) {
- if ('true' != $plugin->getOption('Donated')) {
- ?>
-
-
-
-
- Copyright (C)
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
- Gnomovision version 69, Copyright (C) year name of author
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the program
- `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
- , 1 April 1989
- Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs. If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/DataTables/media/css/demo_page.css b/src/wp-content/plugins/contact-form-7-to-database-extension/DataTables/media/css/demo_page.css
deleted file mode 100644
index bee7b0d9..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/DataTables/media/css/demo_page.css
+++ /dev/null
@@ -1,93 +0,0 @@
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * General page setup
- */
-#dt_example {
- font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
- margin: 0;
- padding: 0;
- color: #333;
- background-color: #fff;
-}
-
-
-#dt_example #container {
- width: 800px;
- margin: 30px auto;
- padding: 0;
-}
-
-
-#dt_example #footer {
- margin: 50px auto 0 auto;
- padding: 0;
-}
-
-#dt_example #demo {
- margin: 30px auto 0 auto;
-}
-
-#dt_example .demo_jui {
- margin: 30px auto 0 auto;
-}
-
-#dt_example .big {
- font-size: 1.3em;
- font-weight: bold;
- line-height: 1.6em;
- color: #4E6CA3;
-}
-
-#dt_example .spacer {
- height: 20px;
- clear: both;
-}
-
-#dt_example .clear {
- clear: both;
-}
-
-#dt_example pre {
- padding: 15px;
- background-color: #F5F5F5;
- border: 1px solid #CCCCCC;
-}
-
-#dt_example h1 {
- margin-top: 2em;
- font-size: 1.3em;
- font-weight: normal;
- line-height: 1.6em;
- color: #4E6CA3;
- border-bottom: 1px solid #B0BED9;
- clear: both;
-}
-
-#dt_example h2 {
- font-size: 1.2em;
- font-weight: normal;
- line-height: 1.6em;
- color: #4E6CA3;
- clear: both;
-}
-
-#dt_example a {
- color: #0063DC;
- text-decoration: none;
-}
-
-#dt_example a:hover {
- text-decoration: underline;
-}
-
-#dt_example ul {
- color: #4E6CA3;
-}
-
-.css_right {
- float: right;
-}
-
-.css_left {
- float: left;
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/DataTables/media/css/demo_table.css b/src/wp-content/plugins/contact-form-7-to-database-extension/DataTables/media/css/demo_table.css
deleted file mode 100644
index 3bc04337..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/DataTables/media/css/demo_table.css
+++ /dev/null
@@ -1,538 +0,0 @@
-/*
- * File: demo_table.css
- * CVS: $Id$
- * Description: CSS descriptions for DataTables demo pages
- * Author: Allan Jardine
- * Created: Tue May 12 06:47:22 BST 2009
- * Modified: $Date$ by $Author$
- * Language: CSS
- * Project: DataTables
- *
- * Copyright 2009 Allan Jardine. All Rights Reserved.
- *
- * ***************************************************************************
- * DESCRIPTION
- *
- * The styles given here are suitable for the demos that are used with the standard DataTables
- * distribution (see www.datatables.net). You will most likely wish to modify these styles to
- * meet the layout requirements of your site.
- *
- * Common issues:
- * 'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
- * no conflict between the two pagination types. If you want to use full_numbers pagination
- * ensure that you either have "example_alt_pagination" as a body class name, or better yet,
- * modify that selector.
- * Note that the path used for Images is relative. All images are by default located in
- * ../images/ - relative to this CSS file.
- */
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * DataTables features
- */
-
-.dataTables_wrapper {
- position: relative;
- min-height: 302px;
- clear: both;
- _height: 302px;
- zoom: 1; /* Feeling sorry for IE */
-}
-
-.dataTables_processing {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 250px;
- height: 30px;
- margin-left: -125px;
- margin-top: -15px;
- padding: 14px 0 2px 0;
- border: 1px solid #ddd;
- text-align: center;
- color: #999;
- font-size: 14px;
- background-color: white;
-}
-
-.dataTables_length {
- width: 40%;
- float: left;
-}
-
-.dataTables_filter {
- width: 50%;
- float: right;
- text-align: right;
-}
-
-.dataTables_info {
- width: 60%;
- float: left;
-}
-
-.dataTables_paginate {
- width: 44px;
- * width: 50px;
- float: right;
- text-align: right;
-}
-
-/* Pagination nested */
-.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
- height: 19px;
- width: 19px;
- margin-left: 3px;
- float: left;
-}
-
-.paginate_disabled_previous {
- background-image: url('../images/back_disabled.jpg');
-}
-
-.paginate_enabled_previous {
- background-image: url('../images/back_enabled.jpg');
-}
-
-.paginate_disabled_next {
- background-image: url('../images/forward_disabled.jpg');
-}
-
-.paginate_enabled_next {
- background-image: url('../images/forward_enabled.jpg');
-}
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * DataTables display
- */
-table.display {
- margin: 0 auto;
- clear: both;
- width: 100%;
-
- /* Note Firefox 3.5 and before have a bug with border-collapse
- * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 )
- * border-spacing: 0; is one possible option. Conditional-css.com is
- * useful for this kind of thing
- *
- * Further note IE 6/7 has problems when calculating widths with border width.
- * It subtracts one px relative to the other browsers from the first column, and
- * adds one to the end...
- *
- * If you want that effect I'd suggest setting a border-top/left on th/td's and
- * then filling in the gaps with other borders.
- */
-}
-
-table.display thead th {
- padding: 3px 18px 3px 10px;
- border-bottom: 1px solid black;
- font-weight: bold;
- cursor: pointer;
- * cursor: hand;
-}
-
-table.display tfoot th {
- padding: 3px 18px 3px 10px;
- border-top: 1px solid black;
- font-weight: bold;
-}
-
-table.display tr.heading2 td {
- border-bottom: 1px solid #aaa;
-}
-
-table.display td {
- padding: 3px 10px;
-}
-
-table.display td.center {
- text-align: center;
-}
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * DataTables sorting
- */
-
-.sorting_asc {
- background: url('../images/sort_asc.png') no-repeat center right;
-}
-
-.sorting_desc {
- background: url('../images/sort_desc.png') no-repeat center right;
-}
-
-.sorting {
- background: url('../images/sort_both.png') no-repeat center right;
-}
-
-.sorting_asc_disabled {
- background: url('../images/sort_asc_disabled.png') no-repeat center right;
-}
-
-.sorting_desc_disabled {
- background: url('../images/sort_desc_disabled.png') no-repeat center right;
-}
-
-
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * DataTables row classes
- */
-table.display tr.odd.gradeA {
- background-color: #ddffdd;
-}
-
-table.display tr.even.gradeA {
- background-color: #eeffee;
-}
-
-table.display tr.odd.gradeC {
- background-color: #ddddff;
-}
-
-table.display tr.even.gradeC {
- background-color: #eeeeff;
-}
-
-table.display tr.odd.gradeX {
- background-color: #ffdddd;
-}
-
-table.display tr.even.gradeX {
- background-color: #ffeeee;
-}
-
-table.display tr.odd.gradeU {
- background-color: #ddd;
-}
-
-table.display tr.even.gradeU {
- background-color: #eee;
-}
-
-
-tr.odd {
- background-color: #E2E4FF;
-}
-
-tr.even {
- background-color: white;
-}
-
-
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * Misc
- */
-.dataTables_scroll {
- clear: both;
-}
-
-.dataTables_scrollBody {
- *margin-top: -1px;
-}
-
-.top, .bottom {
- padding: 15px;
- background-color: #F5F5F5;
- border: 1px solid #CCCCCC;
-}
-
-.top .dataTables_info {
- float: none;
-}
-
-.clear {
- clear: both;
-}
-
-.dataTables_empty {
- text-align: center;
-}
-
-tfoot input {
- margin: 0.5em 0;
- width: 100%;
- color: #444;
-}
-
-tfoot input.search_init {
- color: #999;
-}
-
-td.group {
- background-color: #d1cfd0;
- border-bottom: 2px solid #A19B9E;
- border-top: 2px solid #A19B9E;
-}
-
-td.details {
- background-color: #d1cfd0;
- border: 2px solid #A19B9E;
-}
-
-
-.example_alt_pagination div.dataTables_info {
- width: 40%;
-}
-
-.paging_full_numbers {
- width: 400px;
- height: 22px;
- line-height: 22px;
-}
-
-.paging_full_numbers span.paginate_button,
- .paging_full_numbers span.paginate_active {
- border: 1px solid #aaa;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- padding: 2px 5px;
- margin: 0 3px;
- cursor: pointer;
- *cursor: hand;
-}
-
-.paging_full_numbers span.paginate_button {
- background-color: #ddd;
-}
-
-.paging_full_numbers span.paginate_button:hover {
- background-color: #ccc;
-}
-
-.paging_full_numbers span.paginate_active {
- background-color: #99B3FF;
-}
-
-table.display tr.even.row_selected td {
- background-color: #B0BED9;
-}
-
-table.display tr.odd.row_selected td {
- background-color: #9FAFD1;
-}
-
-
-/*
- * Sorting classes for columns
- */
-/* For the standard odd/even */
-tr.odd td.sorting_1 {
- background-color: #D3D6FF;
-}
-
-tr.odd td.sorting_2 {
- background-color: #DADCFF;
-}
-
-tr.odd td.sorting_3 {
- background-color: #E0E2FF;
-}
-
-tr.even td.sorting_1 {
- background-color: #EAEBFF;
-}
-
-tr.even td.sorting_2 {
- background-color: #F2F3FF;
-}
-
-tr.even td.sorting_3 {
- background-color: #F9F9FF;
-}
-
-
-/* For the Conditional-CSS grading rows */
-/*
- Colour calculations (based off the main row colours)
- Level 1:
- dd > c4
- ee > d5
- Level 2:
- dd > d1
- ee > e2
- */
-tr.odd.gradeA td.sorting_1 {
- background-color: #c4ffc4;
-}
-
-tr.odd.gradeA td.sorting_2 {
- background-color: #d1ffd1;
-}
-
-tr.odd.gradeA td.sorting_3 {
- background-color: #d1ffd1;
-}
-
-tr.even.gradeA td.sorting_1 {
- background-color: #d5ffd5;
-}
-
-tr.even.gradeA td.sorting_2 {
- background-color: #e2ffe2;
-}
-
-tr.even.gradeA td.sorting_3 {
- background-color: #e2ffe2;
-}
-
-tr.odd.gradeC td.sorting_1 {
- background-color: #c4c4ff;
-}
-
-tr.odd.gradeC td.sorting_2 {
- background-color: #d1d1ff;
-}
-
-tr.odd.gradeC td.sorting_3 {
- background-color: #d1d1ff;
-}
-
-tr.even.gradeC td.sorting_1 {
- background-color: #d5d5ff;
-}
-
-tr.even.gradeC td.sorting_2 {
- background-color: #e2e2ff;
-}
-
-tr.even.gradeC td.sorting_3 {
- background-color: #e2e2ff;
-}
-
-tr.odd.gradeX td.sorting_1 {
- background-color: #ffc4c4;
-}
-
-tr.odd.gradeX td.sorting_2 {
- background-color: #ffd1d1;
-}
-
-tr.odd.gradeX td.sorting_3 {
- background-color: #ffd1d1;
-}
-
-tr.even.gradeX td.sorting_1 {
- background-color: #ffd5d5;
-}
-
-tr.even.gradeX td.sorting_2 {
- background-color: #ffe2e2;
-}
-
-tr.even.gradeX td.sorting_3 {
- background-color: #ffe2e2;
-}
-
-tr.odd.gradeU td.sorting_1 {
- background-color: #c4c4c4;
-}
-
-tr.odd.gradeU td.sorting_2 {
- background-color: #d1d1d1;
-}
-
-tr.odd.gradeU td.sorting_3 {
- background-color: #d1d1d1;
-}
-
-tr.even.gradeU td.sorting_1 {
- background-color: #d5d5d5;
-}
-
-tr.even.gradeU td.sorting_2 {
- background-color: #e2e2e2;
-}
-
-tr.even.gradeU td.sorting_3 {
- background-color: #e2e2e2;
-}
-
-
-/*
- * Row highlighting example
- */
-.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
- background-color: #ECFFB3;
-}
-
-.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
- background-color: #E6FF99;
-}
-
-.ex_highlight_row #example tr.even:hover {
- background-color: #ECFFB3;
-}
-
-.ex_highlight_row #example tr.even:hover td.sorting_1 {
- background-color: #DDFF75;
-}
-
-.ex_highlight_row #example tr.even:hover td.sorting_2 {
- background-color: #E7FF9E;
-}
-
-.ex_highlight_row #example tr.even:hover td.sorting_3 {
- background-color: #E2FF89;
-}
-
-.ex_highlight_row #example tr.odd:hover {
- background-color: #E6FF99;
-}
-
-.ex_highlight_row #example tr.odd:hover td.sorting_1 {
- background-color: #D6FF5C;
-}
-
-.ex_highlight_row #example tr.odd:hover td.sorting_2 {
- background-color: #E0FF84;
-}
-
-.ex_highlight_row #example tr.odd:hover td.sorting_3 {
- background-color: #DBFF70;
-}
-
-
-/*
- * KeyTable
- */
-table.KeyTable td {
- border: 3px solid transparent;
-}
-
-table.KeyTable td.focus {
- border: 3px solid #3366FF;
-}
-
-table.display tr.gradeA {
- background-color: #eeffee;
-}
-
-table.display tr.gradeC {
- background-color: #ddddff;
-}
-
-table.display tr.gradeX {
- background-color: #ffdddd;
-}
-
-table.display tr.gradeU {
- background-color: #ddd;
-}
-
-div.box {
- height: 100px;
- padding: 10px;
- overflow: auto;
- border: 1px solid #8080FF;
- background-color: #E5E5FF;
-}
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/DataTables/media/css/demo_table_jui.css b/src/wp-content/plugins/contact-form-7-to-database-extension/DataTables/media/css/demo_table_jui.css
deleted file mode 100644
index 84268caa..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/DataTables/media/css/demo_table_jui.css
+++ /dev/null
@@ -1,521 +0,0 @@
-/*
- * File: demo_table_jui.css
- * CVS: $Id$
- * Description: CSS descriptions for DataTables demo pages
- * Author: Allan Jardine
- * Created: Tue May 12 06:47:22 BST 2009
- * Modified: $Date$ by $Author$
- * Language: CSS
- * Project: DataTables
- *
- * Copyright 2009 Allan Jardine. All Rights Reserved.
- *
- * ***************************************************************************
- * DESCRIPTION
- *
- * The styles given here are suitable for the demos that are used with the standard DataTables
- * distribution (see www.datatables.net). You will most likely wish to modify these styles to
- * meet the layout requirements of your site.
- *
- * Common issues:
- * 'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
- * no conflict between the two pagination types. If you want to use full_numbers pagination
- * ensure that you either have "example_alt_pagination" as a body class name, or better yet,
- * modify that selector.
- * Note that the path used for Images is relative. All images are by default located in
- * ../images/ - relative to this CSS file.
- */
-
-
-/*
- * jQuery UI specific styling
- */
-
-.paging_two_button .ui-button {
- float: left;
- cursor: pointer;
- * cursor: hand;
-}
-
-.paging_full_numbers .ui-button {
- padding: 2px 6px;
- margin: 0;
- cursor: pointer;
- * cursor: hand;
-}
-
-.dataTables_paginate .ui-button {
- margin-right: -0.1em !important;
-}
-
-.paging_full_numbers {
- width: 350px !important;
-}
-
-.dataTables_wrapper .ui-toolbar {
- padding: 5px;
-}
-
-.dataTables_paginate {
- width: auto;
-}
-
-.dataTables_info {
- padding-top: 3px;
-}
-
-table.display thead th {
- padding: 3px 0px 3px 10px;
- cursor: pointer;
- * cursor: hand;
-}
-
-div.dataTables_wrapper .ui-widget-header {
- font-weight: normal;
-}
-
-
-/*
- * Sort arrow icon positioning
- */
-table.display thead th div.DataTables_sort_wrapper {
- position: relative;
- padding-right: 20px;
- padding-right: 20px;
-}
-
-table.display thead th div.DataTables_sort_wrapper span {
- position: absolute;
- top: 50%;
- margin-top: -8px;
- right: 0;
-}
-
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- *
- * Everything below this line is the same as demo_table.css. This file is
- * required for 'cleanliness' of the markup
- *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * DataTables features
- */
-
-.dataTables_wrapper {
- position: relative;
- min-height: 302px;
- _height: 302px;
- clear: both;
-}
-
-.dataTables_processing {
- position: absolute;
- top: 0px;
- left: 50%;
- width: 250px;
- margin-left: -125px;
- border: 1px solid #ddd;
- text-align: center;
- color: #999;
- font-size: 11px;
- padding: 2px 0;
-}
-
-.dataTables_length {
- width: 40%;
- float: left;
-}
-
-.dataTables_filter {
- width: 50%;
- float: right;
- text-align: right;
-}
-
-.dataTables_info {
- width: 50%;
- float: left;
-}
-
-.dataTables_paginate {
- float: right;
- text-align: right;
-}
-
-/* Pagination nested */
-.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
- height: 19px;
- width: 19px;
- margin-left: 3px;
- float: left;
-}
-
-.paginate_disabled_previous {
- background-image: url('../images/back_disabled.jpg');
-}
-
-.paginate_enabled_previous {
- background-image: url('../images/back_enabled.jpg');
-}
-
-.paginate_disabled_next {
- background-image: url('../images/forward_disabled.jpg');
-}
-
-.paginate_enabled_next {
- background-image: url('../images/forward_enabled.jpg');
-}
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * DataTables display
- */
-table.display {
- margin: 0 auto;
- width: 100%;
- clear: both;
- border-collapse: collapse;
-}
-
-table.display tfoot th {
- padding: 3px 0px 3px 10px;
- font-weight: bold;
- font-weight: normal;
-}
-
-table.display tr.heading2 td {
- border-bottom: 1px solid #aaa;
-}
-
-table.display td {
- padding: 3px 10px;
-}
-
-table.display td.center {
- text-align: center;
-}
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * DataTables sorting
- */
-
-.sorting_asc {
- background: url('../images/sort_asc.png') no-repeat center right;
-}
-
-.sorting_desc {
- background: url('../images/sort_desc.png') no-repeat center right;
-}
-
-.sorting {
- background: url('../images/sort_both.png') no-repeat center right;
-}
-
-.sorting_asc_disabled {
- background: url('../images/sort_asc_disabled.png') no-repeat center right;
-}
-
-.sorting_desc_disabled {
- background: url('../images/sort_desc_disabled.png') no-repeat center right;
-}
-
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * DataTables row classes
- */
-table.display tr.odd.gradeA {
- background-color: #ddffdd;
-}
-
-table.display tr.even.gradeA {
- background-color: #eeffee;
-}
-
-
-
-
-table.display tr.odd.gradeA {
- background-color: #ddffdd;
-}
-
-table.display tr.even.gradeA {
- background-color: #eeffee;
-}
-
-table.display tr.odd.gradeC {
- background-color: #ddddff;
-}
-
-table.display tr.even.gradeC {
- background-color: #eeeeff;
-}
-
-table.display tr.odd.gradeX {
- background-color: #ffdddd;
-}
-
-table.display tr.even.gradeX {
- background-color: #ffeeee;
-}
-
-table.display tr.odd.gradeU {
- background-color: #ddd;
-}
-
-table.display tr.even.gradeU {
- background-color: #eee;
-}
-
-
-tr.odd {
- background-color: #E2E4FF;
-}
-
-tr.even {
- background-color: white;
-}
-
-
-
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * Misc
- */
-.dataTables_scroll {
- clear: both;
-}
-
-.top, .bottom {
- padding: 15px;
- background-color: #F5F5F5;
- border: 1px solid #CCCCCC;
-}
-
-.top .dataTables_info {
- float: none;
-}
-
-.clear {
- clear: both;
-}
-
-.dataTables_empty {
- text-align: center;
-}
-
-tfoot input {
- margin: 0.5em 0;
- width: 100%;
- color: #444;
-}
-
-tfoot input.search_init {
- color: #999;
-}
-
-td.group {
- background-color: #d1cfd0;
- border-bottom: 2px solid #A19B9E;
- border-top: 2px solid #A19B9E;
-}
-
-td.details {
- background-color: #d1cfd0;
- border: 2px solid #A19B9E;
-}
-
-
-.example_alt_pagination div.dataTables_info {
- width: 40%;
-}
-
-.paging_full_numbers span.paginate_button,
- .paging_full_numbers span.paginate_active {
- border: 1px solid #aaa;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- padding: 2px 5px;
- margin: 0 3px;
- cursor: pointer;
- *cursor: hand;
-}
-
-.paging_full_numbers span.paginate_button {
- background-color: #ddd;
-}
-
-.paging_full_numbers span.paginate_button:hover {
- background-color: #ccc;
-}
-
-.paging_full_numbers span.paginate_active {
- background-color: #99B3FF;
-}
-
-table.display tr.even.row_selected td {
- background-color: #B0BED9;
-}
-
-table.display tr.odd.row_selected td {
- background-color: #9FAFD1;
-}
-
-
-/*
- * Sorting classes for columns
- */
-/* For the standard odd/even */
-tr.odd td.sorting_1 {
- background-color: #D3D6FF;
-}
-
-tr.odd td.sorting_2 {
- background-color: #DADCFF;
-}
-
-tr.odd td.sorting_3 {
- background-color: #E0E2FF;
-}
-
-tr.even td.sorting_1 {
- background-color: #EAEBFF;
-}
-
-tr.even td.sorting_2 {
- background-color: #F2F3FF;
-}
-
-tr.even td.sorting_3 {
- background-color: #F9F9FF;
-}
-
-
-/* For the Conditional-CSS grading rows */
-/*
- Colour calculations (based off the main row colours)
- Level 1:
- dd > c4
- ee > d5
- Level 2:
- dd > d1
- ee > e2
- */
-tr.odd.gradeA td.sorting_1 {
- background-color: #c4ffc4;
-}
-
-tr.odd.gradeA td.sorting_2 {
- background-color: #d1ffd1;
-}
-
-tr.odd.gradeA td.sorting_3 {
- background-color: #d1ffd1;
-}
-
-tr.even.gradeA td.sorting_1 {
- background-color: #d5ffd5;
-}
-
-tr.even.gradeA td.sorting_2 {
- background-color: #e2ffe2;
-}
-
-tr.even.gradeA td.sorting_3 {
- background-color: #e2ffe2;
-}
-
-tr.odd.gradeC td.sorting_1 {
- background-color: #c4c4ff;
-}
-
-tr.odd.gradeC td.sorting_2 {
- background-color: #d1d1ff;
-}
-
-tr.odd.gradeC td.sorting_3 {
- background-color: #d1d1ff;
-}
-
-tr.even.gradeC td.sorting_1 {
- background-color: #d5d5ff;
-}
-
-tr.even.gradeC td.sorting_2 {
- background-color: #e2e2ff;
-}
-
-tr.even.gradeC td.sorting_3 {
- background-color: #e2e2ff;
-}
-
-tr.odd.gradeX td.sorting_1 {
- background-color: #ffc4c4;
-}
-
-tr.odd.gradeX td.sorting_2 {
- background-color: #ffd1d1;
-}
-
-tr.odd.gradeX td.sorting_3 {
- background-color: #ffd1d1;
-}
-
-tr.even.gradeX td.sorting_1 {
- background-color: #ffd5d5;
-}
-
-tr.even.gradeX td.sorting_2 {
- background-color: #ffe2e2;
-}
-
-tr.even.gradeX td.sorting_3 {
- background-color: #ffe2e2;
-}
-
-tr.odd.gradeU td.sorting_1 {
- background-color: #c4c4c4;
-}
-
-tr.odd.gradeU td.sorting_2 {
- background-color: #d1d1d1;
-}
-
-tr.odd.gradeU td.sorting_3 {
- background-color: #d1d1d1;
-}
-
-tr.even.gradeU td.sorting_1 {
- background-color: #d5d5d5;
-}
-
-tr.even.gradeU td.sorting_2 {
- background-color: #e2e2e2;
-}
-
-tr.even.gradeU td.sorting_3 {
- background-color: #e2e2e2;
-}
-
-
-/*
- * Row highlighting example
- */
-.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
- background-color: #ECFFB3;
-}
-
-.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
- background-color: #E6FF99;
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/ExportBase.php b/src/wp-content/plugins/contact-form-7-to-database-extension/ExportBase.php
deleted file mode 100644
index f1fc6778..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/ExportBase.php
+++ /dev/null
@@ -1,415 +0,0 @@
-.
-*/
-
-require_once('CF7DBPlugin.php');
-require_once('CFDBQueryResultIterator.php');
-
-class ExportBase {
-
- /**
- * @var string
- */
- var $defaultTableClass = 'cf7-db-table';
-
- /**
- * @var array
- */
- var $options;
-
- /**
- * @var bool
- */
- var $debug = false;
-
- /**
- * @var array
- */
- var $showColumns;
-
- /**
- * @var array
- */
- var $hideColumns;
-
- /**
- * @var string
- */
- var $htmlTableId;
-
- /**
- * @var string
- */
- var $htmlTableClass;
-
- /**
- * @var string
- */
- var $style;
-
- /**
- * @var CF7DBEvalutator|CF7FilterParser|CF7SearchEvaluator
- */
- var $rowFilter;
-
- /**
- * @var bool
- */
- var $isFromShortCode = false;
-
- /**
- * @var bool
- */
- var $showSubmitField;
-
- /**
- * @var CF7DBPlugin
- */
- var $plugin;
-
- /**
- * @var CFDBQueryResultIterator
- */
- var $dataIterator;
-
- function __construct() {
- $this->plugin = new CF7DBPlugin();
- }
-
- /**
- * This method is the first thing to call after construction to set state for other methods to work
- * @param $options array|null
- * @return void
- */
- protected function setOptions($options) {
- $this->options = $options;
- }
-
- protected function setCommonOptions($htmlOptions = false) {
-
- if ($this->options && is_array($this->options)) {
- if (isset($this->options['debug']) && $this->options['debug'] != 'false') {
- $this->debug = true;
- }
-
- if (isset($this->options['showColumns'])) {
- $this->showColumns = $this->options['showColumns'];
- }
- else if (isset($this->options['show'])) {
- $this->showColumns = preg_split('/,/', $this->options['show'], -1, PREG_SPLIT_NO_EMPTY);
- }
-
- if (isset($this->options['hideColumns'])) {
- $this->hideColumns = $this->options['hideColumns'];
- }
- else if (isset($this->options['hide'])) {
- $this->hideColumns = preg_split('/,/', $this->options['hide'], -1, PREG_SPLIT_NO_EMPTY);
- }
-
- $this->isFromShortCode = isset($this->options['fromshortcode']) &&
- $this->options['fromshortcode'] === true;
-
- if ($htmlOptions) {
- if (isset($this->options['class'])) {
- $this->htmlTableClass = $this->options['class'];
- }
- else {
- $this->htmlTableClass = $this->defaultTableClass;
- }
-
- if (isset($this->options['id'])) {
- $this->htmlTableId = $this->options['id'];
- }
- else {
- $this->htmlTableId = 'cftble_' . rand();
- }
-
- if (isset($this->options['style'])) {
- $this->style = $this->options['style'];
- }
- }
-
-
- if (isset($this->options['filter'])) {
- require_once('CF7FilterParser.php');
- require_once('DereferenceShortcodeVars.php');
- $this->rowFilter = new CF7FilterParser;
- $this->rowFilter->setComparisonValuePreprocessor(new DereferenceShortcodeVars);
- $this->rowFilter->parseFilterString($this->options['filter']);
- if ($this->debug) {
- echo '';
- print_r($this->rowFilter->getFilterTree());
- echo '
';
- }
- }
- else if (isset($this->options['search'])) {
- require_once('CF7SearchEvaluator.php');
- $this->rowFilter = new CF7SearchEvaluator;
- $this->rowFilter->setSearch($this->options['search']);
- }
- }
- }
-
- protected function isAuthorized() {
- return $this->isFromShortCode ?
- $this->plugin->canUserDoRoleOption('CanSeeSubmitDataViaShortcode') :
- $this->plugin->canUserDoRoleOption('CanSeeSubmitData');
- }
-
- protected function assertSecurityErrorMessage() {
- $errMsg = __('You do not have sufficient permissions to access this data.', 'contact-form-7-to-database-extension');
- if ($this->isFromShortCode) {
- echo $errMsg;
- }
- else {
- include_once('CFDBDie.php');
- CFDBDie::wp_die($errMsg);
- }
- }
-
-
- /**
- * @param string|array|null $headers mixed string header-string or array of header strings.
- * E.g. Content-Type, Content-Disposition, etc.
- * @return void
- */
- protected function echoHeaders($headers = null) {
- if (!headers_sent()) {
- header('Expires: 0');
- header('Cache-Control: no-store, no-cache, must-revalidate');
- // Hoping to keep the browser from timing out if connection from Google SS Live Data
- // script is calling this page to get information
- header("Keep-Alive: timeout=60"); // Not a standard HTTP header; browsers may disregard
-
- if ($headers) {
- if (is_array($headers)) {
- foreach ($headers as $aheader) {
- header($aheader);
- }
- }
- else {
- header($headers);
- }
- }
- flush();
- }
- }
-
- /**
- * @param $dataColumns array
- * @return array
- */
- protected function &getColumnsToDisplay($dataColumns) {
-
- //$dataColumns = array_merge(array('Submitted'), $dataColumns);
- $showCols = empty($this->showColumns) ? $dataColumns : $this->matchColumns($this->showColumns, $dataColumns);
- if (empty($this->hideColumns)) {
- return $showCols;
- }
-
- $hideCols = $this->matchColumns($this->hideColumns, $dataColumns);
- if (empty($hideCols)) {
- return $showCols;
- }
-
- $retCols = array();
- foreach ($showCols as $aShowCol) {
- if (!in_array($aShowCol, $hideCols)) {
- $retCols[] = $aShowCol;
- }
- }
- return $retCols;
- }
-
- protected function matchColumns(&$patterns, &$subject) {
- $returnCols = array();
- foreach ($patterns as $pCol) {
- if (substr($pCol, 0, 1) == '/') {
- // Show column value is a REGEX
- foreach($subject as $sCol) {
- if (preg_match($pCol, $sCol) && !in_array($sCol, $returnCols)) {
- $returnCols[] = $sCol;
- }
- }
- }
- else {
- $returnCols[] = $pCol;
- }
- }
- return $returnCols;
- }
-
- /**
- * @return bool
- */
- protected function getShowSubmitField() {
- $showSubmitField = true;
- if ($this->hideColumns != null && is_array($this->hideColumns) && in_array('Submitted', $this->hideColumns)) {
- $showSubmitField = false;
- }
- else if ($this->showColumns != null && is_array($this->showColumns)) {
- $showSubmitField = in_array('Submitted', $this->showColumns);
- }
- return $showSubmitField;
- }
-
- /**
- * @param string|array of string $formName
- * @param null|string $submitTimeKeyName
- * @return void
- */
- protected function setDataIterator($formName, $submitTimeKeyName = null) {
- $sql = $this->getPivotQuery($formName);
- $this->dataIterator = new CFDBQueryResultIterator();
-// $this->dataIterator->fileColumns = $this->getFileMetaData($formName);
-
- $queryOptions = array();
- if ($submitTimeKeyName) {
- $queryOptions['submitTimeKeyName'] = $submitTimeKeyName;
- }
- if (!empty($this->rowFilter) && isset($this->options['limit'])) {
- // have data iterator apply the limit if it is not areadly
- // being applied in SQL directly, which we do where there are
- // no filter constraints.
- $queryOptions['limit'] = $this->options['limit'];
- }
-
- $this->dataIterator->query($sql, $this->rowFilter, $queryOptions);
- $this->dataIterator->displayColumns = $this->getColumnsToDisplay($this->dataIterator->columns);
- }
-
-// protected function &getFileMetaData($formName) {
-// global $wpdb;
-// $tableName = $this->plugin->getSubmitsTableName();
-// $rows = $wpdb->get_results(
-// "select distinct `field_name`
-//from `$tableName`
-//where `form_name` = '$formName'
-//and `file` is not null");
-//
-// $fileColumns = array();
-// foreach ($rows as $aRow) {
-// $files[] = $aRow->field_name;
-// }
-// return $fileColumns;
-// }
-
- /**
- * @param string|array of string $formName
- * @param bool $count
- * @return string
- */
- public function &getPivotQuery($formName, $count = false) {
- global $wpdb;
- $tableName = $this->plugin->getSubmitsTableName();
-
- $formNameClause = '';
- if (is_array($formName)) {
- $formNameClause = 'WHERE `form_name` in ( \'' . implode('\', \'', $formName) . '\' )';
- }
- else if ($formName !== null) {
- $formNameClause = "WHERE `form_name` = '$formName'";
- }
-
- $rows = $wpdb->get_results("SELECT DISTINCT `field_name`, `field_order` FROM `$tableName` $formNameClause ORDER BY field_order");
- $fields = array();
- foreach ($rows as $aRow) {
- if (!in_array($aRow->field_name, $fields)) {
- $fields[] = $aRow->field_name;
- }
- }
- $sql = '';
- if ($count) {
- $sql .= 'SELECT count(*) as count FROM (';
- }
- $sql .= "SELECT `submit_time` AS 'Submitted'";
- foreach ($fields as $aCol) {
- $sql .= ",\n max(if(`field_name`='$aCol', `field_value`, null )) AS '$aCol'";
- }
- if (!$count) {
- $sql .= ",\n GROUP_CONCAT(if(`file` is null or length(file) = 0, null, `field_name`)) AS fields_with_file";
- }
- $sql .= "\nFROM `$tableName` \n$formNameClause \nGROUP BY `submit_time` ";
- if ($count) {
- $sql .= ') form';
- }
- else {
- $orderBys = array();
- if ($this->options && isset($this->options['orderby'])) {
- $orderByStrings = explode(',', $this->options['orderby']);
- foreach ($orderByStrings as $anOrderBy) {
- $anOrderBy = trim($anOrderBy);
- $ascOrDesc = null;
- if (strtoupper(substr($anOrderBy, -5)) == ' DESC'){
- $ascOrDesc = " DESC";
- $anOrderBy = trim(substr($anOrderBy, 0, -5));
- }
- else if (strtoupper(substr($anOrderBy, -4)) == ' ASC'){
- $ascOrDesc = " ASC";
- $anOrderBy = trim(substr($anOrderBy, 0, -4));
- }
- if ($anOrderBy == 'Submitted') {
- $anOrderBy = "submit_time";
- }
- if (in_array($anOrderBy, $fields)) {
- $orderBys[] = '`' . $anOrderBy . '`' . $ascOrDesc;
- }
- }
- }
- if (empty($orderBys)) {
- $sql .= "\nORDER BY `submit_time` DESC";
- }
- else {
- $sql .= "\nORDER BY ";
- $first = true;
- foreach ($orderBys as $anOrderBy) {
- if ($first) {
- $sql .= $anOrderBy;
- $first = false;
- }
- else {
- $sql .= ', ' . $anOrderBy;
- }
- }
- }
-
- if (empty($this->rowFilter) && $this->options && isset($this->options['limit'])) {
- // If no filter constraints and have a limit, add limit to the SQL
- $sql .= "\nLIMIT " . $this->options['limit'];
- }
- }
- return $sql;
- }
-
- /**
- * @param string|array of string $formName
- * @return int
- */
- public function getDBRowCount($formName) {
- global $wpdb;
- $count = 0;
- $rows = $wpdb->get_results($this->getPivotQuery($formName, true));
- foreach ($rows as $aRow) {
- $count = $aRow->count;
- break;
- }
- return $count;
- }
-}
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/ExportToCsvUtf8.php b/src/wp-content/plugins/contact-form-7-to-database-extension/ExportToCsvUtf8.php
deleted file mode 100644
index 09fd09e6..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/ExportToCsvUtf8.php
+++ /dev/null
@@ -1,101 +0,0 @@
-.
-*/
-
-require_once('ExportBase.php');
-require_once('CFDBExport.php');
-
-class ExportToCsvUtf8 extends ExportBase implements CFDBExport {
-
- var $useBom = false;
-
- public function setUseBom($use) {
- $this->useBom = $use;
- }
-
- public function export($formName, $options = null) {
- $this->setOptions($options);
- $this->setCommonOptions();
-
- // Security Check
- if (!$this->isAuthorized()) {
- $this->assertSecurityErrorMessage();
- return;
- }
-
- if ($this->options && is_array($this->options)) {
- if (isset($this->options['bom'])) {
- $this->useBom = $this->options['bom'] == 'true';
- }
- }
-
- // Headers
- $this->echoHeaders(
- array('Content-Type: text/html; charset=UTF-8',
- "Content-Disposition: attachment; filename=\"$formName.csv\""));
-
- $this->echoCsv($formName);
- }
-
- public function echoCsv($formName) {
- if ($this->useBom) {
- // File encoding UTF-8 Byte Order Mark (BOM) http://wiki.sdn.sap.com/wiki/display/ABAP/Excel+files+-+CSV+format
- echo chr(239) . chr(187) . chr(191);
- }
-
- $eol = "\n";
-
- // Query DB for the data for that form
- $submitTimeKeyName = 'Submit_Time_Key';
- $this->setDataIterator($formName, $submitTimeKeyName);
-
-
- // Column Headers
- foreach ($this->dataIterator->displayColumns as $aCol) {
- printf('"%s",', str_replace('"', '""', $aCol));
- }
- echo $eol;
-
-
- // Rows
- $showFileUrlsInExport = $this->plugin->getOption('ShowFileUrlsInExport') == 'true';
- while ($this->dataIterator->nextRow()) {
- $fields_with_file = null;
- if ($showFileUrlsInExport &&
- isset($this->dataIterator->row['fields_with_file']) &&
- $this->dataIterator->row['fields_with_file'] != null) {
- $fields_with_file = explode(',', $this->dataIterator->row['fields_with_file']);
- }
- foreach ($this->dataIterator->displayColumns as $aCol) {
- $cell = isset($this->dataIterator->row[$aCol]) ? $this->dataIterator->row[$aCol] : '';
- if ($showFileUrlsInExport &&
- $fields_with_file &&
- $cell &&
- in_array($aCol, $fields_with_file)) {
- $cell = $this->plugin->getFileUrl($this->dataIterator->row[$submitTimeKeyName], $formName, $aCol);
- }
- printf('"%s",', str_replace('"', '""', $cell));
- }
- echo $eol;
- }
- }
-
-
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/ExportToJson.php b/src/wp-content/plugins/contact-form-7-to-database-extension/ExportToJson.php
deleted file mode 100644
index a38cb61e..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/ExportToJson.php
+++ /dev/null
@@ -1,175 +0,0 @@
-.
-*/
-
-require_once('ExportBase.php');
-require_once('CFDBExport.php');
-
-class ExportToJson extends ExportBase implements CFDBExport {
-
- public function export($formName, $options = null) {
- $this->setOptions($options);
- $this->setCommonOptions();
-
- $varName = 'cf7db';
- $html = false; // i.e. whether to create an HTML script tag and Javascript variable
-
- if ($options && is_array($options)) {
-
- if (isset($options['html'])) {
- $html = $options['html'];
- }
-
- if (isset($options['var'])) {
- $varName = $options['var'];
- }
- }
-
- // Security Check
- if (!$this->isAuthorized()) {
- $this->assertSecurityErrorMessage();
- return;
- }
-
- // Headers
- $contentType = $html ? 'Content-Type: text/html; charset=UTF-8' : 'Content-Type: application/json; charset=UTF-8';
- $this->echoHeaders($contentType);
-
- // Get the data
- $this->setDataIterator($formName);
-
- if ($this->isFromShortCode) {
- ob_start();
- }
-
- if ($html) {
- ?>
-
- echoJsonEncode();
- }
-
- if ($this->isFromShortCode) {
- // If called from a shortcode, need to return the text,
- // otherwise it can appear out of order on the page
- $output = ob_get_contents();
- ob_end_clean();
- return $output;
- }
- }
-
- protected function echoJsonEncode() {
- $format = 'map';
- if ($this->options && isset($this->options['format'])) {
- if ($this->options['format'] == 'array' || $this->options['format'] == 'arraynoheader') {
- $format = $this->options['format'];
- }
- }
-
- // Avoid use of json_encode() so we don't have to buffer all the data
- $search = array('"', "\n"); // Things we need to escape in JSON
- $replace = array('\"', '\\n');
-
- if ($format == 'map') {
-
- // Create the column name JSON values only once
- $jsonEscapedColumns = array();
- foreach ($this->dataIterator->displayColumns as $col) {
- $jsonEscapedColumns[$col] = str_replace($search, $replace, $col);
- }
-
- echo "[\n";
- $firstRow = true;
- while ($this->dataIterator->nextRow()) {
- if ($firstRow) {
- $firstRow = false;
- }
- else {
- echo ",\n";
- }
- echo '{';
- $firstCol = true;
- foreach ($this->dataIterator->displayColumns as $col) {
- if ($firstCol) {
- $firstCol = false;
- }
- else {
- echo ',';
- }
- printf('"%s":"%s"',
- $jsonEscapedColumns[$col],
- str_replace($search, $replace, $this->dataIterator->row[$col]));
- }
- echo '}';
- }
- echo "\n]";
- }
- else { // 'array' || 'arraynoheader'
- echo "[\n";
- $firstRow = true;
- if ($format == 'array') {
- // Add header
- $firstCol = true;
- echo '[';
- foreach ($this->dataIterator->displayColumns as $col) {
- if ($firstCol) {
- $firstCol = false;
- }
- else {
- echo ',';
- }
- printf('"%s"', str_replace($search, $replace, $col));
- }
- echo ']';
- $firstRow = false;
- }
- // Export data rows
- while ($this->dataIterator->nextRow()) {
- if ($firstRow) {
- $firstRow = false;
- }
- else {
- echo ",\n";
- }
- $firstCol = true;
- echo '[';
- foreach ($this->dataIterator->displayColumns as $col) {
- if ($firstCol) {
- $firstCol = false;
- }
- else {
- echo ',';
- }
- printf('"%s"', str_replace($search, $replace, $this->dataIterator->row[$col]));
- }
- echo "]";
- }
- echo "\n]";
- }
- }
-
-}
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/contact-form-7-db.php b/src/wp-content/plugins/contact-form-7-to-database-extension/contact-form-7-db.php
deleted file mode 100644
index 953283e2..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/contact-form-7-db.php
+++ /dev/null
@@ -1,70 +0,0 @@
-Data | Settings | FAQ
- Text Domain: contact-form-7-to-database-extension
- License: GPL3
- */
-
-/**
- * Check the PHP version and give a useful error message if the user's version is less than the required version
- * @return boolean true if version check passed. If false, triggers an error which WP will handle, by displaying
- * an error message on the Admin page
- */
-function CF7DBPlugin_PhpVersionCheck() {
- $minimalRequiredPhpVersion = '5.0';
- if (version_compare(phpversion(), $minimalRequiredPhpVersion) < 0) {
- trigger_error(
- '' . __('Error: Contact Form to DB Plugin requires a newer version of PHP to be running.', 'contact-form-7-to-database-extension') . '
' .
- '' .
- '- ' . __('Minimal version of PHP required: ', 'contact-form-7-to-database-extension') . '' . $minimalRequiredPhpVersion . '
' .
- '- ' . __('Your server\'s PHP version: ', 'contact-form-7-to-database-extension') . '' . phpversion() . '
' .
- '
' .
-
- '' . __('When using the Apache web server, typically you can configure it to use PHP5 by doing the following:', 'contact-form-7-to-database-extension') .
- '
' .
- '- ' . __('Locate and edit this file, located at the top directory of your WordPress installation: ', 'contact-form-7-to-database-extension') .
- '
.htaccess ' .
- '- ' . __('Add these two lines to the file:', 'contact-form-7-to-database-extension') .
- '
-AddType x-mapp-php5 .php
-AddHandler x-mapp-php5 .php
-
'
- , E_USER_ERROR); // E_USER_ERROR seems to be handled OK in WP. It gives a notice in the Plugins Page
- return false;
- }
- return true;
-}
-
-
-/**
- * Initialize internationalization (i18n) for this plugin.
- * References:
- * http://codex.wordpress.org/I18n_for_WordPress_Developers
- * http://www.wdmac.com/how-to-create-a-po-language-translation#more-631
- * @return void
- */
-function CF7DBPlugin_i18n_init() {
- $pluginDir = dirname(plugin_basename(__FILE__));
- load_plugin_textdomain('contact-form-7-to-database-extension', false, $pluginDir . '/languages/');
-}
-
-
-//////////////////////////////////
-// Run initialization
-/////////////////////////////////
-
-// First initialize i18n
-CF7DBPlugin_i18n_init();
-
-
-// Next, run the version check.
-// If it is successful, continue with initialization for this plugin
-if (CF7DBPlugin_PhpVersionCheck()) {
- // Only load and run the init function if we know PHP version can parse it
- include_once('CF7DBPlugin_init.php');
- CF7DBPlugin_init(__FILE__);
-}
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/css/paginate.css b/src/wp-content/plugins/contact-form-7-to-database-extension/css/paginate.css
deleted file mode 100644
index 6ef36eb8..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/css/paginate.css
+++ /dev/null
@@ -1,33 +0,0 @@
-div.cfdb_paginate {
- padding: 3px;
- margin: 3px;
-}
-
-div.cfdb_paginate a {
- padding: 2px 5px 2px 5px;
- margin: 2px;
- border: 1px solid #AAAADD;
- text-decoration: none; /* no underline */
- color: #000099;
-}
-
-div.cfdb_paginate a:hover, div.cfdb_paginate a:active {
- border: 1px solid #000099;
- color: #000;
-}
-
-div.cfdb_paginate span.current {
- padding: 2px 5px 2px 5px;
- margin: 2px;
- border: 1px solid #000099;
- font-weight: bold;
- background-color: #000099;
- color: #FFF;
-}
-
-div.cfdb_paginate span.disabled {
- padding: 2px 5px 2px 5px;
- margin: 2px;
- border: 1px solid #EEE;
- color: #DDD;
-}
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/des.js b/src/wp-content/plugins/contact-form-7-to-database-extension/des.js
deleted file mode 100644
index 27748ffc..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/des.js
+++ /dev/null
@@ -1,221 +0,0 @@
-// Taken from: http://www.teslacore.it/sssup1/destest.html
-
-//Paul Tero, July 2001
-//http://www.shopable.co.uk/des.html
-//
-//Optimised for performance with large blocks by Michael Hayworth, November 2001
-//http://www.netdealing.com
-//
-//THIS SOFTWARE IS PROVIDED "AS IS" AND
-//ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-//IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-//ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-//FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-//DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-//OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-//HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-//LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-//OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-//SUCH DAMAGE.
-
-//des
-//this takes the key, the message, and whether to encrypt or decrypt
-function des (key, message, encrypt, mode, iv) {
- //declaring this locally speeds things up a bit
- var spfunction1 = new Array (0x1010400,0,0x10000,0x1010404,0x1010004,0x10404,0x4,0x10000,0x400,0x1010400,0x1010404,0x400,0x1000404,0x1010004,0x1000000,0x4,0x404,0x1000400,0x1000400,0x10400,0x10400,0x1010000,0x1010000,0x1000404,0x10004,0x1000004,0x1000004,0x10004,0,0x404,0x10404,0x1000000,0x10000,0x1010404,0x4,0x1010000,0x1010400,0x1000000,0x1000000,0x400,0x1010004,0x10000,0x10400,0x1000004,0x400,0x4,0x1000404,0x10404,0x1010404,0x10004,0x1010000,0x1000404,0x1000004,0x404,0x10404,0x1010400,0x404,0x1000400,0x1000400,0,0x10004,0x10400,0,0x1010004);
- var spfunction2 = new Array (0x80108020,0x80008000,0x8000,0x108020,0x100000,0x20,0x80100020,0x80008020,0x80000020,0x80108020,0x80108000,0x80000000,0x80008000,0x100000,0x20,0x80100020,0x108000,0x100020,0x80008020,0,0x80000000,0x8000,0x108020,0x80100000,0x100020,0x80000020,0,0x108000,0x8020,0x80108000,0x80100000,0x8020,0,0x108020,0x80100020,0x100000,0x80008020,0x80100000,0x80108000,0x8000,0x80100000,0x80008000,0x20,0x80108020,0x108020,0x20,0x8000,0x80000000,0x8020,0x80108000,0x100000,0x80000020,0x100020,0x80008020,0x80000020,0x100020,0x108000,0,0x80008000,0x8020,0x80000000,0x80100020,0x80108020,0x108000);
- var spfunction3 = new Array (0x208,0x8020200,0,0x8020008,0x8000200,0,0x20208,0x8000200,0x20008,0x8000008,0x8000008,0x20000,0x8020208,0x20008,0x8020000,0x208,0x8000000,0x8,0x8020200,0x200,0x20200,0x8020000,0x8020008,0x20208,0x8000208,0x20200,0x20000,0x8000208,0x8,0x8020208,0x200,0x8000000,0x8020200,0x8000000,0x20008,0x208,0x20000,0x8020200,0x8000200,0,0x200,0x20008,0x8020208,0x8000200,0x8000008,0x200,0,0x8020008,0x8000208,0x20000,0x8000000,0x8020208,0x8,0x20208,0x20200,0x8000008,0x8020000,0x8000208,0x208,0x8020000,0x20208,0x8,0x8020008,0x20200);
- var spfunction4 = new Array (0x802001,0x2081,0x2081,0x80,0x802080,0x800081,0x800001,0x2001,0,0x802000,0x802000,0x802081,0x81,0,0x800080,0x800001,0x1,0x2000,0x800000,0x802001,0x80,0x800000,0x2001,0x2080,0x800081,0x1,0x2080,0x800080,0x2000,0x802080,0x802081,0x81,0x800080,0x800001,0x802000,0x802081,0x81,0,0,0x802000,0x2080,0x800080,0x800081,0x1,0x802001,0x2081,0x2081,0x80,0x802081,0x81,0x1,0x2000,0x800001,0x2001,0x802080,0x800081,0x2001,0x2080,0x800000,0x802001,0x80,0x800000,0x2000,0x802080);
- var spfunction5 = new Array (0x100,0x2080100,0x2080000,0x42000100,0x80000,0x100,0x40000000,0x2080000,0x40080100,0x80000,0x2000100,0x40080100,0x42000100,0x42080000,0x80100,0x40000000,0x2000000,0x40080000,0x40080000,0,0x40000100,0x42080100,0x42080100,0x2000100,0x42080000,0x40000100,0,0x42000000,0x2080100,0x2000000,0x42000000,0x80100,0x80000,0x42000100,0x100,0x2000000,0x40000000,0x2080000,0x42000100,0x40080100,0x2000100,0x40000000,0x42080000,0x2080100,0x40080100,0x100,0x2000000,0x42080000,0x42080100,0x80100,0x42000000,0x42080100,0x2080000,0,0x40080000,0x42000000,0x80100,0x2000100,0x40000100,0x80000,0,0x40080000,0x2080100,0x40000100);
- var spfunction6 = new Array (0x20000010,0x20400000,0x4000,0x20404010,0x20400000,0x10,0x20404010,0x400000,0x20004000,0x404010,0x400000,0x20000010,0x400010,0x20004000,0x20000000,0x4010,0,0x400010,0x20004010,0x4000,0x404000,0x20004010,0x10,0x20400010,0x20400010,0,0x404010,0x20404000,0x4010,0x404000,0x20404000,0x20000000,0x20004000,0x10,0x20400010,0x404000,0x20404010,0x400000,0x4010,0x20000010,0x400000,0x20004000,0x20000000,0x4010,0x20000010,0x20404010,0x404000,0x20400000,0x404010,0x20404000,0,0x20400010,0x10,0x4000,0x20400000,0x404010,0x4000,0x400010,0x20004010,0,0x20404000,0x20000000,0x400010,0x20004010);
- var spfunction7 = new Array (0x200000,0x4200002,0x4000802,0,0x800,0x4000802,0x200802,0x4200800,0x4200802,0x200000,0,0x4000002,0x2,0x4000000,0x4200002,0x802,0x4000800,0x200802,0x200002,0x4000800,0x4000002,0x4200000,0x4200800,0x200002,0x4200000,0x800,0x802,0x4200802,0x200800,0x2,0x4000000,0x200800,0x4000000,0x200800,0x200000,0x4000802,0x4000802,0x4200002,0x4200002,0x2,0x200002,0x4000000,0x4000800,0x200000,0x4200800,0x802,0x200802,0x4200800,0x802,0x4000002,0x4200802,0x4200000,0x200800,0,0x2,0x4200802,0,0x200802,0x4200000,0x800,0x4000002,0x4000800,0x800,0x200002);
- var spfunction8 = new Array (0x10001040,0x1000,0x40000,0x10041040,0x10000000,0x10001040,0x40,0x10000000,0x40040,0x10040000,0x10041040,0x41000,0x10041000,0x41040,0x1000,0x40,0x10040000,0x10000040,0x10001000,0x1040,0x41000,0x40040,0x10040040,0x10041000,0x1040,0,0,0x10040040,0x10000040,0x10001000,0x41040,0x40000,0x41040,0x40000,0x10041000,0x1000,0x40,0x10040040,0x1000,0x41040,0x10001000,0x40,0x10000040,0x10040000,0x10040040,0x10000000,0x40000,0x10001040,0,0x10041040,0x40040,0x10000040,0x10040000,0x10001000,0x10001040,0,0x10041040,0x41000,0x41000,0x1040,0x1040,0x40040,0x10000000,0x10041000);
-
- //create the 16 or 48 subkeys we will need
- var keys = des_createKeys (key);
- var m=0, i, j, temp, temp2, right1, right2, left, right, looping;
- var cbcleft, cbcleft2, cbcright, cbcright2
- var endloop, loopinc;
- var len = message.length;
- var chunk = 0;
- //set up the loops for single and triple des
- var iterations = keys.length == 32 ? 3 : 9; //single or triple des
- if (iterations == 3) {looping = encrypt ? new Array (0, 32, 2) : new Array (30, -2, -2);}
- else {looping = encrypt ? new Array (0, 32, 2, 62, 30, -2, 64, 96, 2) : new Array (94, 62, -2, 32, 64, 2, 30, -2, -2);}
-
- message += "\0\0\0\0\0\0\0\0"; //pad the message out with null bytes
- //store the result here
- result = "";
- tempresult = "";
-
- if (mode == 1) { //CBC mode
- cbcleft = (iv.charCodeAt(m++) << 24) | (iv.charCodeAt(m++) << 16) | (iv.charCodeAt(m++) << 8) | iv.charCodeAt(m++);
- cbcright = (iv.charCodeAt(m++) << 24) | (iv.charCodeAt(m++) << 16) | (iv.charCodeAt(m++) << 8) | iv.charCodeAt(m++);
- m=0;
- }
-
- //loop through each 64 bit chunk of the message
- while (m < len) {
- left = (message.charCodeAt(m++) << 24) | (message.charCodeAt(m++) << 16) | (message.charCodeAt(m++) << 8) | message.charCodeAt(m++);
- right = (message.charCodeAt(m++) << 24) | (message.charCodeAt(m++) << 16) | (message.charCodeAt(m++) << 8) | message.charCodeAt(m++);
-
- //for Cipher Block Chaining mode, xor the message with the previous result
- if (mode == 1) {if (encrypt) {left ^= cbcleft; right ^= cbcright;} else {cbcleft2 = cbcleft; cbcright2 = cbcright; cbcleft = left; cbcright = right;}}
-
- //first each 64 but chunk of the message must be permuted according to IP
- temp = ((left >>> 4) ^ right) & 0x0f0f0f0f; right ^= temp; left ^= (temp << 4);
- temp = ((left >>> 16) ^ right) & 0x0000ffff; right ^= temp; left ^= (temp << 16);
- temp = ((right >>> 2) ^ left) & 0x33333333; left ^= temp; right ^= (temp << 2);
- temp = ((right >>> 8) ^ left) & 0x00ff00ff; left ^= temp; right ^= (temp << 8);
- temp = ((left >>> 1) ^ right) & 0x55555555; right ^= temp; left ^= (temp << 1);
-
- left = ((left << 1) | (left >>> 31));
- right = ((right << 1) | (right >>> 31));
-
- //do this either 1 or 3 times for each chunk of the message
- for (j=0; j>> 4) | (right << 28)) ^ keys[i+1];
- //the result is attained by passing these bytes through the S selection functions
- temp = left;
- left = right;
- right = temp ^ (spfunction2[(right1 >>> 24) & 0x3f] | spfunction4[(right1 >>> 16) & 0x3f]
- | spfunction6[(right1 >>> 8) & 0x3f] | spfunction8[right1 & 0x3f]
- | spfunction1[(right2 >>> 24) & 0x3f] | spfunction3[(right2 >>> 16) & 0x3f]
- | spfunction5[(right2 >>> 8) & 0x3f] | spfunction7[right2 & 0x3f]);
- }
- temp = left; left = right; right = temp; //unreverse left and right
- } //for either 1 or 3 iterations
-
- //move then each one bit to the right
- left = ((left >>> 1) | (left << 31));
- right = ((right >>> 1) | (right << 31));
-
- //now perform IP-1, which is IP in the opposite direction
- temp = ((left >>> 1) ^ right) & 0x55555555; right ^= temp; left ^= (temp << 1);
- temp = ((right >>> 8) ^ left) & 0x00ff00ff; left ^= temp; right ^= (temp << 8);
- temp = ((right >>> 2) ^ left) & 0x33333333; left ^= temp; right ^= (temp << 2);
- temp = ((left >>> 16) ^ right) & 0x0000ffff; right ^= temp; left ^= (temp << 16);
- temp = ((left >>> 4) ^ right) & 0x0f0f0f0f; right ^= temp; left ^= (temp << 4);
-
- //for Cipher Block Chaining mode, xor the message with the previous result
- if (mode == 1) {if (encrypt) {cbcleft = left; cbcright = right;} else {left ^= cbcleft2; right ^= cbcright2;}}
- tempresult += String.fromCharCode ((left>>>24), ((left>>>16) & 0xff), ((left>>>8) & 0xff), (left & 0xff), (right>>>24), ((right>>>16) & 0xff), ((right>>>8) & 0xff), (right & 0xff));
-
- chunk += 8;
- if (chunk == 512) {result += tempresult; tempresult = ""; chunk = 0;}
- } //for every 8 characters, or 64 bits in the message
-
- //return the result as an array
- return result + tempresult;
-} //end of des
-
-
-
-//des_createKeys
-//this takes as input a 64 bit key (even though only 56 bits are used)
-//as an array of 2 integers, and returns 16 48 bit keys
-function des_createKeys (key) {
- //declaring this locally speeds things up a bit
- pc2bytes0 = new Array (0,0x4,0x20000000,0x20000004,0x10000,0x10004,0x20010000,0x20010004,0x200,0x204,0x20000200,0x20000204,0x10200,0x10204,0x20010200,0x20010204);
- pc2bytes1 = new Array (0,0x1,0x100000,0x100001,0x4000000,0x4000001,0x4100000,0x4100001,0x100,0x101,0x100100,0x100101,0x4000100,0x4000101,0x4100100,0x4100101);
- pc2bytes2 = new Array (0,0x8,0x800,0x808,0x1000000,0x1000008,0x1000800,0x1000808,0,0x8,0x800,0x808,0x1000000,0x1000008,0x1000800,0x1000808);
- pc2bytes3 = new Array (0,0x200000,0x8000000,0x8200000,0x2000,0x202000,0x8002000,0x8202000,0x20000,0x220000,0x8020000,0x8220000,0x22000,0x222000,0x8022000,0x8222000);
- pc2bytes4 = new Array (0,0x40000,0x10,0x40010,0,0x40000,0x10,0x40010,0x1000,0x41000,0x1010,0x41010,0x1000,0x41000,0x1010,0x41010);
- pc2bytes5 = new Array (0,0x400,0x20,0x420,0,0x400,0x20,0x420,0x2000000,0x2000400,0x2000020,0x2000420,0x2000000,0x2000400,0x2000020,0x2000420);
- pc2bytes6 = new Array (0,0x10000000,0x80000,0x10080000,0x2,0x10000002,0x80002,0x10080002,0,0x10000000,0x80000,0x10080000,0x2,0x10000002,0x80002,0x10080002);
- pc2bytes7 = new Array (0,0x10000,0x800,0x10800,0x20000000,0x20010000,0x20000800,0x20010800,0x20000,0x30000,0x20800,0x30800,0x20020000,0x20030000,0x20020800,0x20030800);
- pc2bytes8 = new Array (0,0x40000,0,0x40000,0x2,0x40002,0x2,0x40002,0x2000000,0x2040000,0x2000000,0x2040000,0x2000002,0x2040002,0x2000002,0x2040002);
- pc2bytes9 = new Array (0,0x10000000,0x8,0x10000008,0,0x10000000,0x8,0x10000008,0x400,0x10000400,0x408,0x10000408,0x400,0x10000400,0x408,0x10000408);
- pc2bytes10 = new Array (0,0x20,0,0x20,0x100000,0x100020,0x100000,0x100020,0x2000,0x2020,0x2000,0x2020,0x102000,0x102020,0x102000,0x102020);
- pc2bytes11 = new Array (0,0x1000000,0x200,0x1000200,0x200000,0x1200000,0x200200,0x1200200,0x4000000,0x5000000,0x4000200,0x5000200,0x4200000,0x5200000,0x4200200,0x5200200);
- pc2bytes12 = new Array (0,0x1000,0x8000000,0x8001000,0x80000,0x81000,0x8080000,0x8081000,0x10,0x1010,0x8000010,0x8001010,0x80010,0x81010,0x8080010,0x8081010);
- pc2bytes13 = new Array (0,0x4,0x100,0x104,0,0x4,0x100,0x104,0x1,0x5,0x101,0x105,0x1,0x5,0x101,0x105);
-
- //how many iterations (1 for des, 3 for triple des)
- var iterations = key.length >= 24 ? 3 : 1;
- //stores the return keys
- var keys = new Array (32 * iterations);
- //now define the left shifts which need to be done
- var shifts = new Array (0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0);
- //other variables
- var lefttemp, righttemp, m=0, n=0, temp;
-
- for (var j=0; j>> 4) ^ right) & 0x0f0f0f0f; right ^= temp; left ^= (temp << 4);
- temp = ((right >>> -16) ^ left) & 0x0000ffff; left ^= temp; right ^= (temp << -16);
- temp = ((left >>> 2) ^ right) & 0x33333333; right ^= temp; left ^= (temp << 2);
- temp = ((right >>> -16) ^ left) & 0x0000ffff; left ^= temp; right ^= (temp << -16);
- temp = ((left >>> 1) ^ right) & 0x55555555; right ^= temp; left ^= (temp << 1);
- temp = ((right >>> 8) ^ left) & 0x00ff00ff; left ^= temp; right ^= (temp << 8);
- temp = ((left >>> 1) ^ right) & 0x55555555; right ^= temp; left ^= (temp << 1);
-
- //the right side needs to be shifted and to get the last four bits of the left side
- temp = (left << 8) | ((right >>> 20) & 0x000000f0);
- //left needs to be put upside down
- left = (right << 24) | ((right << 8) & 0xff0000) | ((right >>> 8) & 0xff00) | ((right >>> 24) & 0xf0);
- right = temp;
-
- //now go through and perform these shifts on the left and right keys
- for (i=0; i < shifts.length; i++) {
- //shift the keys either one or two bits to the left
- if (shifts[i]) {left = (left << 2) | (left >>> 26); right = (right << 2) | (right >>> 26);}
- else {left = (left << 1) | (left >>> 27); right = (right << 1) | (right >>> 27);}
- left &= 0xfffffff0; right &= 0xfffffff0;
-
- //now apply PC-2, in such a way that E is easier when encrypting or decrypting
- //this conversion will look like PC-2 except only the last 6 bits of each byte are used
- //rather than 48 consecutive bits and the order of lines will be according to
- //how the S selection functions will be applied: S2, S4, S6, S8, S1, S3, S5, S7
- lefttemp = pc2bytes0[left >>> 28] | pc2bytes1[(left >>> 24) & 0xf]
- | pc2bytes2[(left >>> 20) & 0xf] | pc2bytes3[(left >>> 16) & 0xf]
- | pc2bytes4[(left >>> 12) & 0xf] | pc2bytes5[(left >>> 8) & 0xf]
- | pc2bytes6[(left >>> 4) & 0xf];
- righttemp = pc2bytes7[right >>> 28] | pc2bytes8[(right >>> 24) & 0xf]
- | pc2bytes9[(right >>> 20) & 0xf] | pc2bytes10[(right >>> 16) & 0xf]
- | pc2bytes11[(right >>> 12) & 0xf] | pc2bytes12[(right >>> 8) & 0xf]
- | pc2bytes13[(right >>> 4) & 0xf];
- temp = ((righttemp >>> 16) ^ lefttemp) & 0x0000ffff;
- keys[n++] = lefttemp ^ temp; keys[n++] = righttemp ^ (temp << 16);
- }
- } //for each iterations
- //return the keys we've created
- return keys;
-} //end of des_createKeys
-
-
-////////////////////////////// TEST //////////////////////////////
-//printHexArray
-function printHex (s) {
- //var r = "0x"; // Don't prepend "0x"
- var r = "";
- var hexes = new Array ("0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f");
- for (var i=0; i> 4] + hexes [s.charCodeAt(i) & 0xf];}
- return r;
-}
-
-function unHex(s)
-{
- var r = "";
-// for (var i=2; i= 48 && x1 < 58 ? x1 - 48 : x1 - 97 + 10;
- x2 = s.charCodeAt(i+1);
- x2 = x2 >= 48 && x2 < 58 ? x2 - 48 : x2 - 97 + 10;
- r += String.fromCharCode (((x1 << 4) & 0xF0) | (x2 & 0x0F));
- }
- return r;
-}
-
-//var key = "this is a 24 byte key !!";
-//var message = "This is a test message";
-//var ciphertext = des (key, message, 1, 0);
-//document.writeln ("DES Test: " + printHex (ciphertext));
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/_README.txt b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/_README.txt
deleted file mode 100644
index 521e15f0..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/_README.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-This directory is for the i18n translations for the DataTable widget that is used by this plugin.
-Most translations herein were take from DataTables.net: http://www.datatables.net/plug-ins/i18n
-
-To create a file for a language, give it a name following the format:
- ll.json
-
-And to create a file specific to a language and country, give it a name following the format:
- ll_CC.json
-
-Or use whatever the locale string in for your system:
- locale.json
-
-Where:
- "ll" is an ISO 639 two- or three-letter language code
- http://www.gnu.org/software/autoconf/manual/gettext/Language-Codes.html#Language-Codes
-
- "CC" is an ISO 3166 two-letter country code
- http://www.gnu.org/software/autoconf/manual/gettext/Country-Codes.html#Country-Codes
-
- locale is your locale string, which is typically in the form "ll_CC", but is whatever
- is returned from WordPress function get_locale()
-
-** If you create a new translation file, please send a copy to the author of this plugin
- so he can share it with others. Also, send it to a contact at DataTable.net.
- email: michael_d_simpson@gmail.com
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ar.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ar.json
deleted file mode 100644
index cb84bcb3..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ar.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "جاري التحميل...",
- "sLengthMenu": "أظهر مُدخلات _MENU_",
- "sZeroRecords": "لم يُعثر على أية سجلات",
- "sInfo": "إظهار _START_ إلى _END_ من أصل _TOTAL_ مُدخل",
- "sInfoEmpty": "يعرض 0 إلى 0 من أصل 0 سجلّ",
- "sInfoFiltered": "(منتقاة من مجموع _MAX_ مُدخل)",
- "sInfoPostFix": "",
- "sSearch": "ابحث:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "الأول",
- "sPrevious": "السابق",
- "sNext": "التالي",
- "sLast": "الأخير"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/bg.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/bg.json
deleted file mode 100644
index 3f2d8c2c..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/bg.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Обработка на резултатите...",
- "sLengthMenu": "Показване на _MENU_ резултата",
- "sZeroRecords": "Няма намерени резултати",
- "sInfo": "Показване на резултати от _START_ до _END_ от общо _TOTAL_",
- "sInfoEmpty": "Показване на резултати от 0 до 0 от общо 0",
- "sInfoFiltered": "(филтрирани от общо _MAX_ резултата)",
- "sInfoPostFix": "",
- "sSearch": "Търсене във всички колони:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Първа",
- "sPrevious": "Предишна",
- "sNext": "Следваща",
- "sLast": "Последна"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ca.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ca.json
deleted file mode 100644
index 870b2057..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ca.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Processant...",
- "sLengthMenu": "Mostra _MENU_ registres",
- "sZeroRecords": "No s'han trobat registres.",
- "sInfo": "Mostrant de _START_ a _END_ de _TOTAL_ registres",
- "sInfoEmpty": "Mostrant de 0 a 0 de 0 registres",
- "sInfoFiltered": "(filtrat de _MAX_ total registres)",
- "sInfoPostFix": "",
- "sSearch": "Filtrar:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Primer",
- "sPrevious": "Anterior",
- "sNext": "Següent",
- "sLast": "Últim"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/cs.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/cs.json
deleted file mode 100644
index 4c6ed148..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/cs.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Provádím...",
- "sLengthMenu": "Zobraz záznamů _MENU_",
- "sZeroRecords": "Žádné záznamy nebyly nalezeny",
- "sInfo": "Zobrazuji _START_ až _END_ z celkem _TOTAL_ záznamů",
- "sInfoEmpty": "Zobrazuji 0 až 0 z 0 záznamů",
- "sInfoFiltered": "(filtrováno z celkem _MAX_ záznamů)",
- "sInfoPostFix": "",
- "sSearch": "Hledat:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "První",
- "sPrevious": "Předchozí",
- "sNext": "Další",
- "sLast": "Poslední"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/da.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/da.json
deleted file mode 100644
index 1f7505aa..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/da.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Henter...",
- "sLengthMenu": "Vis: _MENU_ linjer",
- "sZeroRecords": "Ingen linjer matcher søgningen",
- "sInfo": "Viser _START_ til _END_ af _TOTAL_ linjer",
- "sInfoEmpty": "Viser 0 til 0 af 0 linjer",
- "sInfoFiltered": "(filtreret fra _MAX_ linjer)",
- "sInfoPostFix": "",
- "sSearch": "Søg:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Første",
- "sPrevious": "Forrige",
- "sNext": "Næste",
- "sLast": "Sidste"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/de.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/de.json
deleted file mode 100644
index ba9c549b..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/de.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Bitte warten...",
- "sLengthMenu": "_MENU_ Einträge anzeigen",
- "sZeroRecords": "Keine Einträge vorhanden.",
- "sInfo": "_START_ bis _END_ von _TOTAL_ Einträgen",
- "sInfoEmpty": "0 bis 0 von 0 Einträgen",
- "sInfoFiltered": "(gefiltert von _MAX_ Einträgen)",
- "sInfoPostFix": "",
- "sSearch": "Suchen",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Erster",
- "sPrevious": "Zurück",
- "sNext": "Nächster",
- "sLast": "Letzter"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/el.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/el.json
deleted file mode 100644
index 16f92e1c..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/el.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Επεξεργασία...",
- "sLengthMenu": "Δείξε _MENU_ εγγραφές",
- "sZeroRecords": "Δεν βρέθηκαν εγγραφές που να ταιριάζουν",
- "sInfo": "Δείχνοντας _START_ εως _END_ από _TOTAL_ εγγραφές",
- "sInfoEmpty": "Δείχνοντας 0 εως 0 από 0 εγγραφές",
- "sInfoFiltered": "(φιλτραρισμένες από _MAX_ συνολικά εγγραφές)",
- "sInfoPostFix": "",
- "sSearch": "Αναζήτηση:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Πρώτη",
- "sPrevious": "Προηγούμενη",
- "sNext": "Επόμενη",
- "sLast": "Τελευταία"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/es.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/es.json
deleted file mode 100644
index 045eace1..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/es.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Procesando...",
- "sLengthMenu": "Mostrar _MENU_ registros",
- "sZeroRecords": "No se encontraron resultados",
- "sInfo": "Mostrando desde _START_ hasta _END_ de _TOTAL_ registros",
- "sInfoEmpty": "Mostrando desde 0 hasta 0 de 0 registros",
- "sInfoFiltered": "(filtrado de _MAX_ registros en total)",
- "sInfoPostFix": "",
- "sSearch": "Buscar:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Primero",
- "sPrevious": "Anterior",
- "sNext": "Siguiente",
- "sLast": "Último"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/et.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/et.json
deleted file mode 100644
index 00b49e7b..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/et.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "sProcessing": "Palun oodake, koostan kuvamiseks nimekirja!",
- "sLengthMenu": "Näita kirjeid _MENU_ kaupa",
- "sZeroRecords": "Otsitavat vastet ei leitud.",
- "sInfo": "Kuvatud: _TOTAL_ kirjet (_START_-_END_)",
- "sInfoEmpty": "Otsinguvasteid ei leitud",
- "sInfoFiltered": " - filteeritud _MAX_ kirje seast.",
- "sInfoPostFix": "Kõik kuvatud kirjed põhinevad reaalsetel tulemustel.",
- "sSearch": "Otsi kõikide tulemuste seast:",
- "oPaginate": {
- "sFirst": "Algus",
- "sPrevious": "Eelmine",
- "sNext": "Järgmine",
- "sLast": "Viimane"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/fa.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/fa.json
deleted file mode 100644
index 97b65839..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/fa.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "درحال پردازش...",
- "sLengthMenu": "نمایش محتویات _MENU_",
- "sZeroRecords": "موردی یافت نشد",
- "sInfo": "نمایش _START_ تا _END_ از مجموع _TOTAL_ مورد",
- "sInfoEmpty": "تهی",
- "sInfoFiltered": "(فیلتر شده از مجموع _MAX_ مورد)",
- "sInfoPostFix": "",
- "sSearch": "جستجو:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "ابتدا",
- "sPrevious": "قبلی",
- "sNext": "بعدی",
- "sLast": "انتها"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/fi.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/fi.json
deleted file mode 100644
index ca0ed553..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/fi.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Hetkinen...",
- "sLengthMenu": "Näytä kerralla _MENU_ riviä",
- "sZeroRecords": "Tietoja ei löytynyt",
- "sInfo": "Näytetään rivit _START_ - _END_ (yhteensä _TOTAL_ )",
- "sInfoEmpty": "Näytetään 0 - 0 (yhteensä 0)",
- "sInfoFiltered": "(suodatettu _MAX_ tuloksen joukosta)",
- "sInfoPostFix": "",
- "sSearch": "Etsi:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Ensimmäinen",
- "sPrevious": "Edellinen",
- "sNext": "Seuraava",
- "sLast": "Viimeinen"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/fr.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/fr.json
deleted file mode 100644
index bb46fded..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/fr.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Traitement en cours...",
- "sLengthMenu": "Afficher _MENU_ éléments",
- "sZeroRecords": "Aucun élément à afficher",
- "sInfo": "Affichage de l'élement _START_ à _END_ sur _TOTAL_ éléments",
- "sInfoEmpty": "Affichage de l'élement 0 à 0 sur 0 éléments",
- "sInfoFiltered": "(filtré de _MAX_ éléments au total)",
- "sInfoPostFix": "",
- "sSearch": "Rechercher :",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Premier",
- "sPrevious": "Précédent",
- "sNext": "Suivant",
- "sLast": "Dernier"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/he.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/he.json
deleted file mode 100644
index 7dd7853b..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/he.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "מעבד...",
- "sLengthMenu": "הצג _MENU_ פריטים",
- "sZeroRecords": "לא נמצאו רשומות מתאימות",
- "sInfo": "_START_ עד _END_ מתוך _TOTAL_ רשומות" ,
- "sInfoEmpty": "0 עד 0 מתוך 0 רשומות",
- "sInfoFiltered": "(מסונן מסך _MAX_ רשומות)",
- "sInfoPostFix": "",
- "sSearch": "חפש:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "ראשון",
- "sPrevious": "קודם",
- "sNext": "הבא",
- "sLast": "אחרון"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/hi.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/hi.json
deleted file mode 100644
index 779c0fc1..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/hi.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "प्रगति पे हैं ...",
- "sLengthMenu": " _MENU_ प्रविष्टियां दिखाएं ",
- "sZeroRecords": "रिकॉर्ड्स का मेल नहीं मिला",
- "sInfo": "_START_ to _END_ of _TOTAL_ प्रविष्टियां दिखा रहे हैं",
- "sInfoEmpty": "0 में से 0 से 0 प्रविष्टियां दिखा रहे हैं",
- "sInfoFiltered": "(_MAX_ कुल प्रविष्टियों में से छठा हुआ)",
- "sInfoPostFix": "",
- "sSearch": "खोजें:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "प्रथम",
- "sPrevious": "पिछला",
- "sNext": "अगला",
- "sLast": "अंतिम"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/hr.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/hr.json
deleted file mode 100644
index 9dd83cd7..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/hr.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Procesiram...",
- "sLengthMenu": "Prikaži _MENU_ rezultata po stranici",
- "sZeroRecords": "Ništa nije pronađeno",
- "sInfo": "Prikazano _START_ do _END_ od _TOTAL_ rezultata",
- "sInfoEmtpy": "Prikazano 0 do 0 od 0 rezultata",
- "sInfoFiltered": "(filtrirano iz _MAX_ ukupnih rezultata)",
- "sInfoPostFix": "",
- "sSearch": "Filter",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Prva",
- "sPrevious": "Nazad",
- "sNext": "Naprijed",
- "sLast": "Zadnja"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/hu.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/hu.json
deleted file mode 100644
index 23802707..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/hu.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Feldolgozás...",
- "sLengthMenu": "_MENU_ találat oldalanként",
- "sZeroRecords": "Nincs a keresésnek megfelelő találat",
- "sInfo": "Találatok: _START_ - _END_ Összesen: _TOTAL_",
- "sInfoEmpty": "Nulla találat",
- "sInfoFiltered": "(_MAX_ összes rekord közül szűrve)",
- "sInfoPostFix": "",
- "sSearch": "Keresés:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Első",
- "sPrevious": "Előző",
- "sNext": "Következő",
- "sLast": "Utolsó"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/id.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/id.json
deleted file mode 100644
index 96bd2433..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/id.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Sedang memproses...",
- "sLengthMenu": "Tampilkan _MENU_ entri",
- "sZeroRecords": "Tidak ditemukan data yang sesuai",
- "sInfo": "Menampilkan _START_ sampai _END_ dari _TOTAL_ entri",
- "sInfoEmpty": "Menampilkan 0 sampai 0 dari 0 entri",
- "sInfoFiltered": "(disaring dari _MAX_ entri keseluruhan)",
- "sInfoPostFix": "",
- "sSearch": "Cari:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Pertama",
- "sPrevious": "Sebelumnya",
- "sNext": "Selanjutnya",
- "sLast": "Terakhir"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/it.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/it.json
deleted file mode 100644
index 35e861ce..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/it.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Caricamento...",
- "sLengthMenu": "Visualizza _MENU_ elementi",
- "sZeroRecords": "La ricerca non ha portato alcun risultato.",
- "sInfo": "Vista da _START_ a _END_ di _TOTAL_ elementi",
- "sInfoEmpty": "Vista da 0 a 0 di 0 elementi",
- "sInfoFiltered": "(filtrati da _MAX_ elementi totali)",
- "sInfoPostFix": "",
- "sSearch": "Cerca:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Inizio",
- "sPrevious": "Precedente",
- "sNext": "Successivo",
- "sLast": "Fine"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ka.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ka.json
deleted file mode 100644
index f7613cbb..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ka.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "მიმდინარეობს დამუშავება...",
- "sLengthMenu": "აჩვენე _MENU_ ჩანაწერი",
- "sZeroRecords": "არაფერი მოიძებნა",
- "sInfo": "ნაჩვენებია ჩანაწერები _START_–დან _END_–მდე, სულ _TOTAL_ ჩანაწერია",
- "sInfoEmpty": "ნაჩვენებია ჩანაწერები 0–დან 0–მდე, სულ 0 ჩანაწერია",
- "sInfoFiltered": "(გაფილტრული შედეგი _MAX_ ჩანაწერიდან)",
- "sInfoPostFix": "",
- "sSearch": "ძიება:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "პირველი",
- "sPrevious": "წინა",
- "sNext": "შემდეგი",
- "sLast": "ბოლო"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/lt.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/lt.json
deleted file mode 100644
index e3f46ffa..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/lt.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Apdorojama...",
- "sLengthMenu": "Rodyti _MENU_ įrašus",
- "sZeroRecords": "Įrašų nerasta",
- "sInfo": "Rodomi įrašai nuo _START_ iki _END_ iš _TOTAL_ įrašų",
- "sInfoEmpty": "Rodomi įrašai nuo 0 iki 0 iš 0",
- "sInfoFiltered": "(atrinkta iš _MAX_ įrašų)",
- "sInfoPostFix": "",
- "sSearch": "Ieškoti:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Pirmas",
- "sPrevious": "Ankstesnis",
- "sNext": "Tolimesnis",
- "sLast": "Paskutinis"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/lv.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/lv.json
deleted file mode 100644
index 8e9cf5fc..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/lv.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Uzgaidiet...",
- "sLengthMenu": "Rādīt _MENU_ ierakstus",
- "sZeroRecords": "Nav atrasti vaicājumam atbilstoši ieraksti",
- "sInfo": "Parādīti _START_. līdz _END_. no _TOTAL_ ierakstiem",
- "sInfoEmpty": "Nav ierakstu",
- "sInfoFiltered": "(atlasīts no pavisam _MAX_ ierakstiem)",
- "sInfoPostFix": "",
- "sSearch": "Meklēt:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Pirmā",
- "sPrevious": "Iepriekšējā",
- "sNext": "Nākošā",
- "sLast": "Pēdējā"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/nb.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/nb.json
deleted file mode 100644
index 6fba75d8..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/nb.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Laster...",
- "sLengthMenu": "Vis: _MENU_ linjer",
- "sZeroRecords": "Ingen linjer matcher søket",
- "sInfo": "Viser _START_ til _END_ av _TOTAL_ linjer",
- "sInfoEmpty": "Viser 0 til 0 av 0 linjer",
- "sInfoFiltered": "(filtrert fra _MAX_ totalt antall linjer)",
- "sInfoPostFix": "",
- "sSearch": "Søk:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Første",
- "sPrevious": "Forrige",
- "sNext": "Neste",
- "sLast": "Siste"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/nl.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/nl.json
deleted file mode 100644
index 12179cf0..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/nl.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Bezig met verwerken...",
- "sLengthMenu": "Toon _MENU_ rijen",
- "sZeroRecords": "Geen resultaten gevonden",
- "sInfo": "_START_ tot _END_ van _TOTAL_ rijen",
- "sInfoEmpty": "Er zijn geen records om te tonen",
- "sInfoFiltered": "(gefilterd uit _MAX_ rijen)",
- "sInfoPostFix": "",
- "sSearch": "Zoek:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Eerste",
- "sPrevious": "Vorige",
- "sNext": "Volgende",
- "sLast": "Laatste"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/pl.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/pl.json
deleted file mode 100644
index d749d9dc..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/pl.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Proszę czekać...",
- "sLengthMenu": "Pokaż _MENU_ pozycji",
- "sZeroRecords": "Nie znaleziono żadnych pasujących indeksów",
- "sInfo": "Pozycje od _START_ do _END_ z _TOTAL_ łącznie",
- "sInfoEmpty": "Pozycji 0 z 0 dostępnych",
- "sInfoFiltered": "(filtrowanie spośród _MAX_ dostępnych pozycji)",
- "sInfoPostFix": "",
- "sSearch": "Szukaj:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Pierwsza",
- "sPrevious": "Poprzednia",
- "sNext": "Następna",
- "sLast": "Ostatnia"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/pt.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/pt.json
deleted file mode 100644
index ade2aff1..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/pt.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "A processar...",
- "sLengthMenu": "Mostrar _MENU_ registos",
- "sZeroRecords": "Não foram encontrados resultados",
- "sInfo": "Mostrando de _START_ até _END_ de _TOTAL_ registos",
- "sInfoEmpty": "Mostrando de 0 até 0 de 0 registros",
- "sInfoFiltered": "(filtrado de _MAX_ registos no total)",
- "sInfoPostFix": "",
- "sSearch": "Procurar:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Primeiro",
- "sPrevious": "Anterior",
- "sNext": "Seguinte",
- "sLast": "Último"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/pt_BR.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/pt_BR.json
deleted file mode 100644
index e94b0217..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/pt_BR.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Processando...",
- "sLengthMenu": "Mostrar _MENU_ registros",
- "sZeroRecords": "Não foram encontrados resultados",
- "sInfo": "Mostrando de _START_ até _END_ de _TOTAL_ registros",
- "sInfoEmpty": "Mostrando de 0 até 0 de 0 registros",
- "sInfoFiltered": "(filtrado de _MAX_ registros no total)",
- "sInfoPostFix": "",
- "sSearch": "Buscar:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Primeiro",
- "sPrevious": "Anterior",
- "sNext": "Seguinte",
- "sLast": "Último"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ro.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ro.json
deleted file mode 100644
index 68b25fc9..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ro.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Proceseaza...",
- "sLengthMenu": "Afiseaza _MENU_ inregistrari pe pagina",
- "sZeroRecords": "Nu am gasit nimic - ne pare rau",
- "sInfo": "Afisate de la _START_ la _END_ din _TOTAL_ inregistrari",
- "sInfoEmpty": "Afisate de la 0 la 0 din 0 inregistrari",
- "sInfoFiltered": "(filtrate dintr-un total de _MAX_ inregistrari)",
- "sInfoPostFix": "",
- "sSearch": "Cauta:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Prima",
- "sPrevious": "Precedenta",
- "sNext": "Urmatoarea",
- "sLast": "Ultima"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ru.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ru.json
deleted file mode 100644
index 971561d5..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ru.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Подождите...",
- "sLengthMenu": "Показать _MENU_ записей",
- "sZeroRecords": "Записи отсутствуют.",
- "sInfo": "Записи с _START_ до _END_ из _TOTAL_ записей",
- "sInfoEmpty": "Записи с 0 до 0 из 0 записей",
- "sInfoFiltered": "(отфильтровано из _MAX_ записей)",
- "sInfoPostFix": "",
- "sSearch": "Поиск:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Первая",
- "sPrevious": "Предыдущая",
- "sNext": "Следующая",
- "sLast": "Последняя"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sk.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sk.json
deleted file mode 100644
index 25773a0e..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sk.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Pracujem...",
- "sLengthMenu": "Zobraz _MENU_ záznamov",
- "sZeroRecords": "Neboli nájdené žiadne záznamy",
- "sInfo": "Záznamy _START_ až _END_ z celkovo _TOTAL_",
- "sInfoEmpty": "Záznamy 0 až 0 z celkovo 0",
- "sInfoFiltered": "(filtrované z celkovo _MAX_ záznamov)",
- "sInfoPostFix": "",
- "sSearch": "Hľadaj:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Prvá",
- "sPrevious": "Predchádzajúca",
- "sNext": "Ďalšia",
- "sLast": "Posledná"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sl.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sl.json
deleted file mode 100644
index 91846d62..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sl.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Obdelujem...",
- "sLengthMenu": "Prikaži _MENU_ zapisov",
- "sZeroRecords": "Noben zapis ni bil najden",
- "sInfo": "Prikazanih od _START_ do _END_ od skupno _TOTAL_ zapisov",
- "sInfoEmpty": "Prikazanih od 0 do 0 od skupno 0 zapisov",
- "sInfoFiltered": "(filtrirano po vseh _MAX_ zapisih)",
- "sInfoPostFix": "",
- "sSearch": "Išči:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Prva",
- "sPrevious": "Nazaj",
- "sNext": "Naprej",
- "sLast": "Zadnja"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sr.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sr.json
deleted file mode 100644
index bb9731d2..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sr.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Procesiranje u toku...",
- "sLengthMenu": "Prikaži _MENU_ elemenata",
- "sZeroRecords": "Nije pronađen nijedan rezultat",
- "sInfo": "Prikaz _START_ do _END_ od ukupno _TOTAL_ elemenata",
- "sInfoEmpty": "Prikaz 0 do 0 od ukupno 0 elemenata",
- "sInfoFiltered": "(filtrirano od ukupno _MAX_ elemenata)",
- "sInfoPostFix": "",
- "sSearch": "Pretraga:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Početna",
- "sPrevious": "Prethodna",
- "sNext": "Sledeća",
- "sLast": "Poslednja"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sr_RS@latin.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sr_RS@latin.json
deleted file mode 100644
index bb9731d2..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sr_RS@latin.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Procesiranje u toku...",
- "sLengthMenu": "Prikaži _MENU_ elemenata",
- "sZeroRecords": "Nije pronađen nijedan rezultat",
- "sInfo": "Prikaz _START_ do _END_ od ukupno _TOTAL_ elemenata",
- "sInfoEmpty": "Prikaz 0 do 0 od ukupno 0 elemenata",
- "sInfoFiltered": "(filtrirano od ukupno _MAX_ elemenata)",
- "sInfoPostFix": "",
- "sSearch": "Pretraga:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Početna",
- "sPrevious": "Prethodna",
- "sNext": "Sledeća",
- "sLast": "Poslednja"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sv.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sv.json
deleted file mode 100644
index 2c134bf7..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/sv.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Laddar...",
- "sLengthMenu": "Visa _MENU_ rader",
- "sZeroRecords": "Inga matchande resultat funna",
- "sInfo": "Visar _START_ till _END_ av totalt _TOTAL_ rader",
- "sInfoEmpty": "Visar 0 till 0 av totalt 0 rader",
- "sInfoFiltered": "(filtrerade från totalt _MAX_ rader)",
- "sInfoPostFix": "",
- "sSearch": "Sök:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Första",
- "sPrevious": "Föregående",
- "sNext": "Nästa",
- "sLast": "Sista"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/th.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/th.json
deleted file mode 100644
index 4562236d..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/th.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "กำลังดำเนินการ...",
- "sLengthMenu": "แสดง_MENU_ แถว",
- "sZeroRecords": "ไม่พบข้อมูล",
- "sInfo": "แสดง _START_ ถึง _END_ จาก _TOTAL_ แถว",
- "sInfoEmpty": "แสดง 0 ถึง 0 จาก 0 แถว",
- "sInfoFiltered": "(กรองข้อมูล _MAX_ ทุกแถว)",
- "sInfoPostFix": "",
- "sSearch": "ค้นหา:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "เิริ่มต้น",
- "sPrevious": "ก่อนหน้า",
- "sNext": "ถัดไป",
- "sLast": "สุดท้าย"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/tr.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/tr.json
deleted file mode 100644
index f60c433c..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/tr.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "İşleniyor...",
- "sLengthMenu": "Sayfada _MENU_ Kayıt Göster",
- "sZeroRecords": "Eşleşen Kayıt Bulunmadı",
- "sInfo": " _TOTAL_ Kayıttan _START_ - _END_ Arası Kayıtlar",
- "sInfoEmpty": "Kayıt Yok",
- "sInfoFiltered": "( _MAX_ Kayıt İçerisinden Bulunan)",
- "sInfoPostFix": "",
- "sSearch": "Bul:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "İlk",
- "sPrevious": "Önceki",
- "sNext": "Sonraki",
- "sLast": "Son"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/uk.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/uk.json
deleted file mode 100644
index c5462616..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/uk.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Зачекайте...",
- "sLengthMenu": "Показати _MENU_ записів",
- "sZeroRecords": "Записи відсутні.",
- "sInfo": "Записи з _START_ по _END_ із _TOTAL_ записів",
- "sInfoEmpty": "Записи з 0 по 0 із 0 записів",
- "sInfoFiltered": "(відфільтровано з _MAX_ записів)",
- "sInfoPostFix": "",
- "sSearch": "Пошук:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Перша",
- "sPrevious": "Попередня",
- "sNext": "Наступна",
- "sLast": "Остання"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ur.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ur.json
deleted file mode 100644
index 9544366b..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/ur.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "ہے جاري عملدرامد...",
- "sLengthMenu": "دکہائين شقيں کي (_MENU_) فہرست",
- "sZeroRecords": "ملے نہيں مفروضات جلتے ملتے کوئ",
- "sInfo": "فہرست کي تک _END_ سے _START_ سے ميں _TOTAL_ فہرست پوري ہے نظر پيش",
- "sInfoEmpty": "فہرست کي تک 0 سے 0 سے ميں 0 قل ہے نظر پيشّ",
- "sInfoFiltered": "(فہرست ہوئ چھني سے ميں _MAX_ قل)",
- "sInfoPostFix": "",
- "sSearch": "کرو تلاش:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "پہلا",
- "sPrevious": "پچہلا",
- "sNext": "اگلا",
- "sLast": "آخري"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/vi.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/vi.json
deleted file mode 100644
index 932b9cf3..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/vi.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "Đang xử lý...",
- "sLengthMenu": "Xem _MENU_ mục",
- "sZeroRecords": "Không tìm thấy dòng nào phù hợp",
- "sInfo": "Đang xem _START_ đến _END_ trong tổng số _TOTAL_ mục",
- "sInfoEmpty": "Đang xem 0 đến 0 trong tổng số 0 mục",
- "sInfoFiltered": "(được lọc từ _MAX_ mục)",
- "sInfoPostFix": "",
- "sSearch": "Tìm:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "Đầu",
- "sPrevious": "Trước",
- "sNext": "Tiếp",
- "sLast": "Cuối"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/zh.json b/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/zh.json
deleted file mode 100644
index 9f410526..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/dt_i18n/zh.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "sProcessing": "处理中...",
- "sLengthMenu": "显示 _MENU_ 项结果",
- "sZeroRecords": "没有匹配结果",
- "sInfo": "显示第 _START_ 至 _END_ 项结果,共 _TOTAL_ 项",
- "sInfoEmpty": "显示第 0 至 0 项结果,共 0 项",
- "sInfoFiltered": "(由 _MAX_ 项结果过滤)",
- "sInfoPostFix": "",
- "sSearch": "搜索:",
- "sUrl": "",
- "oPaginate": {
- "sFirst": "首页",
- "sPrevious": "上页",
- "sNext": "下页",
- "sLast": "末页"
- }
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/exportCSV.php b/src/wp-content/plugins/contact-form-7-to-database-extension/exportCSV.php
deleted file mode 100644
index 1457bbd7..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/exportCSV.php
+++ /dev/null
@@ -1,23 +0,0 @@
-.
-*/
-
-// Backward compatibility
-include('export.php');
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/help/GoogleEnterFormula.png b/src/wp-content/plugins/contact-form-7-to-database-extension/help/GoogleEnterFormula.png
deleted file mode 100644
index c2252b92..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/help/GoogleEnterFormula.png and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/help/GoogleNewSS.png b/src/wp-content/plugins/contact-form-7-to-database-extension/help/GoogleNewSS.png
deleted file mode 100644
index 9df39e01..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/help/GoogleNewSS.png and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/help/GoogleOpenScriptEditor.png b/src/wp-content/plugins/contact-form-7-to-database-extension/help/GoogleOpenScriptEditor.png
deleted file mode 100644
index 9078bb62..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/help/GoogleOpenScriptEditor.png and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/help/GooglePasteScriptEditor.png b/src/wp-content/plugins/contact-form-7-to-database-extension/help/GooglePasteScriptEditor.png
deleted file mode 100644
index 6f09a63a..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/help/GooglePasteScriptEditor.png and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/help/GoogleSaveScriptEditor.png b/src/wp-content/plugins/contact-form-7-to-database-extension/help/GoogleSaveScriptEditor.png
deleted file mode 100644
index 6aac5ff8..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/help/GoogleSaveScriptEditor.png and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/_README.txt b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/_README.txt
deleted file mode 100644
index d16e3d2a..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/_README.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Place language translation files in this directory (*.po and *.mo files).
-Translation files should be named following this convention:
-
- contact-form-7-to-database-extension-ll_CC.po
- contact-form-7-to-database-extension-ll_CC.mo
-
-Where:
- "ll" is an ISO 639 two- or three-letter language code
- http://www.gnu.org/software/autoconf/manual/gettext/Language-Codes.html#Language-Codes
-
- "CC" is an ISO 3166 two-letter country code
- http://www.gnu.org/software/autoconf/manual/gettext/Country-Codes.html#Country-Codes
-
-NOTE: Strings that decorate DataTable widgets use a different i18n file.
-Look at the file: dt_i18n/README.txt for more information
-
-How can I create a new translation file?
-- Download and install Poedit from http://www.poedit.net/
-- Run Poedit
-- "File" menu, "New catalog from POT file..." and open the file from this directory:
- contact-form-7-to-database-extension.pot
-- Enter your translation for each string
-- Save
-- Rename the files to follow the convention above
-- Upload your files into this directory in your WordPress installation
-- ** Send your files to the Plugin author so he can share them with others
- email: michael_d_simpson@gmail.com
\ No newline at end of file
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-cs_CZ.mo b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-cs_CZ.mo
deleted file mode 100644
index b2684aed..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-cs_CZ.mo and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-cs_CZ.po b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-cs_CZ.po
deleted file mode 100644
index 471c33c0..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-cs_CZ.po
+++ /dev/null
@@ -1,277 +0,0 @@
-# Copyright (C) 2011
-# This file is distributed under the same license as the package.
-msgid ""
-msgstr ""
-"Project-Id-Version: Contact Form 7 - database\n"
-"Report-Msgid-Bugs-To: http://wordpress.org/tag/contact-form-7-to-database-extension\n"
-"POT-Creation-Date: 2011-02-25 21:50:57+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2011-03-03 20:47+0100\n"
-"Last-Translator: GG\n"
-"Language-Team: Ateliér Gadjukin \n"
-"X-Poedit-Language: Czech\n"
-
-#: CF7DBPlugin.php:49
-msgid "Can See Submission data"
-msgstr "Může vidět uložená data"
-
-#: CF7DBPlugin.php:51
-msgid "Can See Submission when using shortcodes"
-msgstr "Může vidět uložená data při použití zkratek"
-
-#: CF7DBPlugin.php:53
-msgid "Can Delete Submission data"
-msgstr "Může bymazat uložená data"
-
-#: CF7DBPlugin.php:55
-msgid "Use Javascript-enabled tables in Admin Database page"
-msgstr "Použít Javascript"
-
-#: CF7DBPlugin.php:56
-msgid "Show line breaks in submitted data table"
-msgstr "Zobrazovat zalomení řádku v datové tabulce"
-
-#: CF7DBPlugin.php:57
-msgid "Use Custom Date-Time Display Format (below)"
-msgstr "Použít uživatelské zobrazení datumu a času (níže)"
-
-#: CF7DBPlugin.php:58
-msgid "Date-Time Display Format"
-msgstr "Formát zobrazení datumu a času"
-
-#: CF7DBPlugin.php:59
-msgid "Export URLs instead of file names for uploaded files"
-msgstr "Exportovat URL adresu místo jména uplodovaného souboru"
-
-#: CF7DBPlugin.php:60
-msgid "Do not save fields in DB named (comma-separated list, no spaces)"
-msgstr "Neukládat pole do databáze (čárkou oddělený seznam, bez mezer)"
-
-#: CF7DBPlugin.php:61
-msgid "Do not save forms in DB named (comma-separated list, no spaces)"
-msgstr "Neukládat formuláře do databáze (čárkou oddělený seznam, bez mezer)"
-
-#: CF7DBPlugin.php:62
-msgid "Save Cookie Data with Form Submissions"
-msgstr "Uložit data cookie"
-
-#: CF7DBPlugin.php:63
-msgid "Save only cookies in DB named (comma-separated list, no spaces, and above option must be set to true)"
-msgstr "Uložit do databáze pouze cookies (čárkou oddělený seznam, bez mezer, musí být povolena předchozí volba)"
-
-#: CF7DBPlugin.php:71
-#: CF7DBOptionsManager.php:380
-msgid "true"
-msgstr "ano"
-
-#: CF7DBPlugin.php:73
-#: CF7DBOptionsManager.php:381
-msgid "false"
-msgstr "ne"
-
-#: CF7DBPlugin.php:76
-msgid "Administrator"
-msgstr "Administrátor"
-
-#: CF7DBPlugin.php:78
-msgid "Editor"
-msgstr "Redaktor"
-
-#: CF7DBPlugin.php:80
-msgid "Author"
-msgstr "Autor"
-
-#: CF7DBPlugin.php:82
-msgid "Contributor"
-msgstr "Přispěvatel"
-
-#: CF7DBPlugin.php:84
-msgid "Subscriber"
-msgstr "Odběratel"
-
-#: CF7DBPlugin.php:86
-msgid "Anyone"
-msgstr "kdokoliv"
-
-#: CF7DBPlugin.php:212
-#: CF7DBPlugin.php:232
-msgid "Database Options"
-msgstr "Volby databáze"
-
-#: CF7DBPlugin.php:230
-#: CF7DBPlugin.php:381
-msgid "Database"
-msgstr "Databáze"
-
-#: CF7DBPlugin.php:234
-msgid "FAQ"
-msgstr "FAQ"
-
-#: CF7DBPlugin.php:414
-msgid "Rate this Plugin"
-msgstr "Ohodnoťte tento plugin"
-
-#: CF7DBPlugin.php:420
-msgid "Documentation"
-msgstr "Dokumentace"
-
-#: CF7DBPlugin.php:426
-msgid "Support"
-msgstr "Podpora"
-
-#: CF7DBPlugin.php:442
-msgid "No form submissions in the database"
-msgstr "V databázi není žádný formulář"
-
-#: CF7DBPlugin.php:481
-msgid "* Select a form *"
-msgstr "* Vyberte formulář *"
-
-#: CF7DBPlugin.php:510
-msgid "Google Login for Upload"
-msgstr "Google přihlášení pro nahrání"
-
-#: CF7DBPlugin.php:519
-msgid "Cannot perform operation because jQuery is not loaded in this page"
-msgstr "Nelze vykonat tuto operaci, protože jQuery není na této stránce načteno"
-
-#: CF7DBPlugin.php:559
-msgid "Excel Internet Query"
-msgstr "Excel Internet Query"
-
-#: CF7DBPlugin.php:562
-msgid "Excel CSV (UTF8-BOM)"
-msgstr "Excel CSV (UTF8-BOM)"
-
-#: CF7DBPlugin.php:565
-msgid "Excel TSV (UTF16LE-BOM)"
-msgstr "Excel TSV (UTF16LE-BOM)"
-
-#: CF7DBPlugin.php:568
-msgid "Plain CSV (UTF-8)"
-msgstr "Prostý CSV (UTF-8)"
-
-#: CF7DBPlugin.php:571
-msgid "Google Spreadsheet"
-msgstr "Tabulka Google"
-
-#: CF7DBPlugin.php:574
-msgid "Google Spreadsheet Live Data"
-msgstr "Tabulka Google Live Data"
-
-#: CF7DBPlugin.php:577
-msgid "HTML"
-msgstr "HTML"
-
-#: CF7DBPlugin.php:580
-msgid "JSON"
-msgstr "JSON"
-
-#: CF7DBPlugin.php:584
-msgid "Export"
-msgstr "Exportovat"
-
-#: CF7DBPlugin.php:595
-msgid "Delete All This Form's Records"
-msgstr "Vymazat všechny záznamy tohoto formuláře"
-
-#: CF7DBPlugin.php:657
-msgid "Did you know: This plugin captures data from both these plugins:"
-msgstr "Věděli jste, že: Tento plugin získává data z obou těchto pluginů:"
-
-#: CF7DBPlugin.php:666
-msgid "Did you know: You can add this data to your posts and pages using these shortcodes:"
-msgstr "Věděli jste, že: můžete přidat tato data do vašich příspěvků a stránek pomocí těchto zkratek:"
-
-#: CF7DBPlugin.php:677
-msgid "Would you like to help translate this plugin into your language?"
-msgstr "Chtěli byste pomoci s překladem tohoto pluginu do vašeho jazyka?"
-
-#: CF7DBPlugin.php:678
-msgid "How to create a translation"
-msgstr "Jak vytvořit překlad"
-
-#: CF7DBPlugin.php:702
-msgid "Cancel"
-msgstr "Zrušit"
-
-#: CF7DBPlugin.php:704
-msgid "Upload"
-msgstr "Nahrát"
-
-#: ExportBase.php:125
-msgid "You do not have sufficient permissions to access this data."
-msgstr "Nemáte dostatečná oprávnění přístupu k těmto datům."
-
-#: getFile.php:32
-#: CF7DBOptionsManager.php:278
-#: ExportToGoogleLiveData.php:30
-msgid "You do not have sufficient permissions to access this page."
-msgstr "Nemáte dostatečná oprávnění pro přístup na tuto stránku."
-
-#: getFile.php:39
-msgid "Missing form parameters"
-msgstr "Chybějící parametry formuláře"
-
-#: getFile.php:44
-msgid "No such file."
-msgstr "Žádný soubor"
-
-#: export.php:36
-msgid "Error: No \"form\" parameter submitted"
-msgstr "Chyba: Žádný parametr \"form\""
-
-#: CF7DBOptionsManager.php:296
-msgid "Settings"
-msgstr "Nastavení"
-
-#: CF7DBOptionsManager.php:321
-msgid "Save Changes"
-msgstr "Uložit změny"
-
-#: ExportToGoogleLiveData.php:166
-msgid "How to Set up Google Spreadsheet to pull data from WordPress"
-msgstr "Jak nastavit tabulky Google pro získání dat z WordPressu"
-
-#: CJ7DBCheckZendFramework.php:71
-msgid "Missing Zend Framework"
-msgstr "Chybějící Zend Framework"
-
-#: ExportToGoogleSS.php:61
-msgid "Login Failed"
-msgstr "Přihlášení selhalo"
-
-#: ExportToGoogleSS.php:100
-msgid "New Google Spreadsheet"
-msgstr "Nová Google tabulka"
-
-#: ExportToGoogleSS.php:109
-msgid "Error"
-msgstr "Chyba"
-
-#: contact-form-7-db.php:23
-msgid "Minimal version of PHP required: "
-msgstr "Minimální vyžadovaná verze PHP:"
-
-#: contact-form-7-db.php:24
-msgid "Your server's PHP version: "
-msgstr "Verze PHP vašeho serveru:"
-
-#: contact-form-7-db.php:27
-msgid "When using the Apache web server, typically you can configure it to use PHP5 by doing the following:"
-msgstr "Při použití webového serveru Apache, si obvykle můžete nakonfigurovat tak, aby používal PHP5 následujícím způsobem:"
-
-#: contact-form-7-db.php:29
-msgid "Locate and edit this file, located at the top directory of your WordPress installation: "
-msgstr "Vyhledejte a upravte tento soubor, který se nachází v kořenovém adresáři instalace WordPress:"
-
-#: contact-form-7-db.php:31
-msgid "Add these two lines to the file:"
-msgstr "Přidat tyto dva řádky do souboru:"
-
-#: ExportToHtmlTable.php:135
-msgid "Delete"
-msgstr "Smazat"
-
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-es_ES.mo b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-es_ES.mo
deleted file mode 100644
index 8063f8ac..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-es_ES.mo and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-es_ES.po b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-es_ES.po
deleted file mode 100644
index 7bdc0543..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-es_ES.po
+++ /dev/null
@@ -1,276 +0,0 @@
-# Copyright (C) 2011
-# This file is distributed under the same license as the package.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://wordpress.org/tag/contact-form-7-to-database-extension\n"
-"POT-Creation-Date: 2011-02-25 21:50:57+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2011-03-03 09:26-0500\n"
-"Last-Translator: manichooo \n"
-"Language-Team: \n"
-
-#: CF7DBPlugin.php:49
-msgid "Can See Submission data"
-msgstr "Puede ver los datos de comunicación"
-
-#: CF7DBPlugin.php:51
-msgid "Can See Submission when using shortcodes"
-msgstr "Pueden verse los datos enviados utilizando shortcodes"
-
-#: CF7DBPlugin.php:53
-msgid "Can Delete Submission data"
-msgstr "Puede eliminar la presentación de datos"
-
-#: CF7DBPlugin.php:55
-msgid "Use Javascript-enabled tables in Admin Database page"
-msgstr "Utilice tablas Javascript habilitadas en la página de administración de base de datos"
-
-#: CF7DBPlugin.php:56
-msgid "Show line breaks in submitted data table"
-msgstr "Mostrar saltos de línea en los datos presentados en las tablas"
-
-#: CF7DBPlugin.php:57
-msgid "Use Custom Date-Time Display Format (below)"
-msgstr "Use formato personalizado de fecha y hora (abajo)"
-
-#: CF7DBPlugin.php:58
-msgid "Date-Time Display Format"
-msgstr "Formato de pantalla de Fecha y Hora "
-
-#: CF7DBPlugin.php:59
-msgid "Export URLs instead of file names for uploaded files"
-msgstr "Exportar direcciones URL en lugar de nombres de archivo para los archivos subidos"
-
-#: CF7DBPlugin.php:60
-msgid "Do not save fields in DB named (comma-separated list, no spaces)"
-msgstr "No guarde los campos u> en la base de datos con nombre (lista separada por comas, sin espacios)"
-
-#: CF7DBPlugin.php:61
-msgid "Do not save forms in DB named (comma-separated list, no spaces)"
-msgstr "No guarde los formularios u> en la base de datos con nombre (lista separada por comas, sin espacios)"
-
-#: CF7DBPlugin.php:62
-msgid "Save Cookie Data with Form Submissions"
-msgstr "Guardar datos de cookies con los envíos de formularios"
-
-#: CF7DBPlugin.php:63
-msgid "Save only cookies in DB named (comma-separated list, no spaces, and above option must be set to true)"
-msgstr "Guardar sólo las cookies en la base de datos nombrada (lista separada por comas, sin espacios, y por encima de la opción debe establecerse en true)"
-
-#: CF7DBPlugin.php:71
-#: CF7DBOptionsManager.php:380
-msgid "true"
-msgstr "true"
-
-#: CF7DBPlugin.php:73
-#: CF7DBOptionsManager.php:381
-msgid "false"
-msgstr "false"
-
-#: CF7DBPlugin.php:76
-msgid "Administrator"
-msgstr "Administrador"
-
-#: CF7DBPlugin.php:78
-msgid "Editor"
-msgstr "Editor"
-
-#: CF7DBPlugin.php:80
-msgid "Author"
-msgstr "Autor"
-
-#: CF7DBPlugin.php:82
-msgid "Contributor"
-msgstr "Colaborador"
-
-#: CF7DBPlugin.php:84
-msgid "Subscriber"
-msgstr "Suscriptor"
-
-#: CF7DBPlugin.php:86
-msgid "Anyone"
-msgstr "Cualquiera"
-
-#: CF7DBPlugin.php:212
-#: CF7DBPlugin.php:232
-msgid "Database Options"
-msgstr "Opciones"
-
-#: CF7DBPlugin.php:230
-#: CF7DBPlugin.php:381
-msgid "Database"
-msgstr "Base de datos"
-
-#: CF7DBPlugin.php:234
-msgid "FAQ"
-msgstr "FAQ"
-
-#: CF7DBPlugin.php:414
-msgid "Rate this Plugin"
-msgstr "Califica este Plugin"
-
-#: CF7DBPlugin.php:420
-msgid "Documentation"
-msgstr "Documentación"
-
-#: CF7DBPlugin.php:426
-msgid "Support"
-msgstr "Soporte"
-
-#: CF7DBPlugin.php:442
-msgid "No form submissions in the database"
-msgstr "No hay envíos de formularios en la base de datos"
-
-#: CF7DBPlugin.php:481
-msgid "* Select a form *"
-msgstr "* Seleccione un formulario*"
-
-#: CF7DBPlugin.php:510
-msgid "Google Login for Upload"
-msgstr "Login Google para cargas"
-
-#: CF7DBPlugin.php:519
-msgid "Cannot perform operation because jQuery is not loaded in this page"
-msgstr "No se puede realizar la operación porque jQuery no está cargado en esta página"
-
-#: CF7DBPlugin.php:559
-msgid "Excel Internet Query"
-msgstr "Excel Internet Query"
-
-#: CF7DBPlugin.php:562
-msgid "Excel CSV (UTF8-BOM)"
-msgstr "Excel CSV (UTF8-BOM)"
-
-#: CF7DBPlugin.php:565
-msgid "Excel TSV (UTF16LE-BOM)"
-msgstr "Excel TSV (UTF16LE-BOM)"
-
-#: CF7DBPlugin.php:568
-msgid "Plain CSV (UTF-8)"
-msgstr "Archivo Plano CSV (UTF-8)"
-
-#: CF7DBPlugin.php:571
-msgid "Google Spreadsheet"
-msgstr "Hoja de cálculo de datos de Google"
-
-#: CF7DBPlugin.php:574
-msgid "Google Spreadsheet Live Data"
-msgstr "Hoja de cálculo de datos de Google en vivo"
-
-#: CF7DBPlugin.php:577
-msgid "HTML"
-msgstr "HTML"
-
-#: CF7DBPlugin.php:580
-msgid "JSON"
-msgstr "JSON"
-
-#: CF7DBPlugin.php:584
-msgid "Export"
-msgstr "Exportar"
-
-#: CF7DBPlugin.php:595
-msgid "Delete All This Form's Records"
-msgstr "Eliminar todos los registros de este formulario"
-
-#: CF7DBPlugin.php:657
-msgid "Did you know: This plugin captures data from both these plugins:"
-msgstr "¿Sabía usted que: Este plugin captura de datos de estos dos plugins:"
-
-#: CF7DBPlugin.php:666
-msgid "Did you know: You can add this data to your posts and pages using these shortcodes:"
-msgstr "¿Sabía usted: Usted puede agregar esta información a tus mensajes y las páginas con estos shortcodes:"
-
-#: CF7DBPlugin.php:677
-msgid "Would you like to help translate this plugin into your language?"
-msgstr "¿Le gustaría ayudar a traducir este plugin en su idioma?"
-
-#: CF7DBPlugin.php:678
-msgid "How to create a translation"
-msgstr "Cómo crear una traducción"
-
-#: CF7DBPlugin.php:702
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: CF7DBPlugin.php:704
-msgid "Upload"
-msgstr "Cargar."
-
-#: ExportBase.php:125
-msgid "You do not have sufficient permissions to access this data."
-msgstr "Usted no tiene permisos suficientes para acceder a estos datos."
-
-#: getFile.php:32
-#: CF7DBOptionsManager.php:278
-#: ExportToGoogleLiveData.php:30
-msgid "You do not have sufficient permissions to access this page."
-msgstr "Usted no tiene permisos suficientes para acceder a esta página."
-
-#: getFile.php:39
-msgid "Missing form parameters"
-msgstr "Falta de parámetros de formulario"
-
-#: getFile.php:44
-msgid "No such file."
-msgstr "No existe el fichero."
-
-#: export.php:36
-msgid "Error: No \"form\" parameter submitted"
-msgstr "Error: No hay parametros enviados en \"form \" "
-
-#: CF7DBOptionsManager.php:296
-msgid "Settings"
-msgstr "Configuración"
-
-#: CF7DBOptionsManager.php:321
-msgid "Save Changes"
-msgstr "Guardar cambios"
-
-#: ExportToGoogleLiveData.php:166
-msgid "How to Set up Google Spreadsheet to pull data from WordPress"
-msgstr "Cómo configurar la hoja de cálculo de Google para extraer datos de WordPress"
-
-#: CJ7DBCheckZendFramework.php:71
-msgid "Missing Zend Framework"
-msgstr "Falta de Zend Framework"
-
-#: ExportToGoogleSS.php:61
-msgid "Login Failed"
-msgstr "No se pudo acceder"
-
-#: ExportToGoogleSS.php:100
-msgid "New Google Spreadsheet"
-msgstr "Nueva hoja de cálculo de Google"
-
-#: ExportToGoogleSS.php:109
-msgid "Error"
-msgstr "Error"
-
-#: contact-form-7-db.php:23
-msgid "Minimal version of PHP required: "
-msgstr "Versión de PHP mínima requerida:"
-
-#: contact-form-7-db.php:24
-msgid "Your server's PHP version: "
-msgstr "Su versión de PHP en el servidor:"
-
-#: contact-form-7-db.php:27
-msgid "When using the Apache web server, typically you can configure it to use PHP5 by doing the following:"
-msgstr "Cuando se utiliza el servidor web Apache, por lo general usted puede configurarlo para usar PHP5 de la siguiente manera:"
-
-#: contact-form-7-db.php:29
-msgid "Locate and edit this file, located at the top directory of your WordPress installation: "
-msgstr "Localizar y editar este archivo, situado en el directorio principal de su instalación de WordPress:"
-
-#: contact-form-7-db.php:31
-msgid "Add these two lines to the file:"
-msgstr "Añade estas dos líneas al archivo:"
-
-#: ExportToHtmlTable.php:135
-msgid "Delete"
-msgstr "Borrar"
-
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-fr_FR.mo b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-fr_FR.mo
deleted file mode 100644
index ebe118e6..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-fr_FR.mo and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-fr_FR.po b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-fr_FR.po
deleted file mode 100644
index c90d3396..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-fr_FR.po
+++ /dev/null
@@ -1,246 +0,0 @@
-# Copyright (C) 2011
-# This file is distributed under the same license as the package.
-msgid ""
-msgstr ""
-"Project-Id-Version: Contact-form-7-to-database-extension\n"
-"Report-Msgid-Bugs-To: http://wordpress.org/tag/contact-form-7-to-database-extension\n"
-"POT-Creation-Date: 2011-02-12 12:49:58+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2011-02-22 09:50-0500\n"
-"Last-Translator: Ducktape \n"
-"Language-Team: LANGUAGE \n"
-"X-Poedit-Language: French\n"
-"X-Poedit-Country: CANADA\n"
-
-#: contact-form-7-db.php:23
-msgid "Minimal version of PHP required: "
-msgstr "Version minimale de PHP requise :"
-
-#: contact-form-7-db.php:24
-msgid "Your server's PHP version: "
-msgstr "La version de votre serveur PHP :"
-
-#: contact-form-7-db.php:27
-msgid "When using the Apache web server, typically you can configure it to use PHP5 by doing the following:"
-msgstr "Pour utiliser PHP5, vous pouvez configurer votre serveur Apache de la façon suivante :"
-
-#: contact-form-7-db.php:29
-msgid "Locate and edit this file, located at the top directory of your WordPress installation: "
-msgstr "Localiser et modifier ce fichier situer dans le répertoire racine de votre installation Wordpress :"
-
-#: contact-form-7-db.php:31
-msgid "Add these two lines to the file:"
-msgstr "Ajouter ces deux lignes à votre fichier :"
-
-#: ExportToJson.php:69
-#: CF7DBOptionsManager.php:278
-#: ExportToCsvUtf16le.php:32
-#: ExportToGoogleLiveData.php:29
-#: ExportToCsvUtf8.php:42
-#: ExportToGoogleSS.php:34
-#: ExportToHtmlTable.php:122
-#: ExportToValue.php:60
-#: getFile.php:32
-msgid "You do not have sufficient permissions to access this page."
-msgstr "Vous n'avez pas les autorisations requisent pour accéder à cette page."
-
-#: CJ7DBCheckZendFramework.php:70
-msgid "Missing Zend Framework"
-msgstr "Le « Zend Framework » est absent."
-
-#: CF7DBOptionsManager.php:296
-msgid "Settings"
-msgstr "Réglages"
-
-#: CF7DBOptionsManager.php:321
-msgid "Save Changes"
-msgstr "Enregistrement"
-
-#: CF7DBOptionsManager.php:380
-#: CF7DBPlugin.php:71
-msgid "true"
-msgstr "vrai"
-
-#: CF7DBOptionsManager.php:381
-#: CF7DBPlugin.php:73
-msgid "false"
-msgstr "faux"
-
-#: ExportToCsvUtf16le.php:50
-#: ExportToCsvUtf8.php:62
-msgid "Submitted"
-msgstr "Soumis"
-
-#: ExportToGoogleLiveData.php:164
-msgid "How to Set up Google Spreadsheet to pull data from WordPress"
-msgstr "Comment régler le « Tableur Google » pour récupérer les données de Wordpress"
-
-#: ExportToGoogleSS.php:64
-msgid "Login Failed"
-msgstr "Échec de la connexion"
-
-#: ExportToGoogleSS.php:100
-msgid "New Google Spreadsheet"
-msgstr "Nouveau « Tableur Google »"
-
-#: ExportToGoogleSS.php:109
-msgid "Error"
-msgstr "Erreur"
-
-#: ExportToHtmlTable.php:234
-msgid "Delete"
-msgstr "Supprimer"
-
-#: CF7DBPlugin.php:49
-msgid "Can See Submission data"
-msgstr "Données de « Soumission » en vue"
-
-#: CF7DBPlugin.php:51
-msgid "Can See Submission when using shortcodes"
-msgstr "Données de « Soumission » en vue lorsque « Shortcodes » sont utilisés"
-
-#: CF7DBPlugin.php:53
-msgid "Can Delete Submission data"
-msgstr "Peu effacer les données de « Soumission »"
-
-#: CF7DBPlugin.php:55
-msgid "Use Javascript-enabled tables in Admin Database page"
-msgstr "Utilisation de « JavaScript » pour activer les tables de la page de données Admin"
-
-#: CF7DBPlugin.php:56
-msgid "Show line breaks in submitted data table"
-msgstr "Afficher le retour de charriot dans les tables « Données de Soumission »"
-
-#: CF7DBPlugin.php:57
-msgid "Use Custom Date-Time Display Format (below)"
-msgstr "Utiliser le format d'affichage personnalisé Dates / Heures (ci-dessus)"
-
-#: CF7DBPlugin.php:58
-msgid "Date-Time Display Format"
-msgstr "Format d'affichage Dates / Heures"
-
-#: CF7DBPlugin.php:59
-msgid "Export URLs instead of file names for uploaded files"
-msgstr "Exporation des URLs au lieu des noms de fichier pour le téléchargement"
-
-# in DB named = ???
-#: CF7DBPlugin.php:60
-#, fuzzy
-msgid "Do not save fields in DB named (comma-separated list, no spaces)"
-msgstr "Ne pas enregistrer champs dans la base de données (liste séparée par des virgules, sans espaces)"
-
-# in DB named = ???
-#: CF7DBPlugin.php:61
-#, fuzzy
-msgid "Do not save forms in DB named (comma-separated list, no spaces)"
-msgstr "Ne pas enregistrer formulaire dans la base de données (liste séparée par des virgules, sans espaces)"
-
-#: CF7DBPlugin.php:62
-msgid "Save Cookie Data with Form Submissions"
-msgstr "Enregistrement des données « Cookie » avec le formulaire"
-
-# in DB named = ???
-#: CF7DBPlugin.php:63
-#, fuzzy
-msgid "Save only cookies in DB named (comma-separated list, no spaces, and above option must be set to true)"
-msgstr "Enregistrement des « Cookie » dans la base de données (liste séparée par des virgules, sans espaces, et les réglages ci-dessus doivent être définie à VRAI)"
-
-#: CF7DBPlugin.php:76
-msgid "Administrator"
-msgstr "Administrateur"
-
-#: CF7DBPlugin.php:78
-msgid "Editor"
-msgstr "Éditeur"
-
-#: CF7DBPlugin.php:80
-msgid "Author"
-msgstr "Auteur"
-
-#: CF7DBPlugin.php:82
-msgid "Contributor"
-msgstr "Contributeur"
-
-#: CF7DBPlugin.php:84
-msgid "Subscriber"
-msgstr "Abonné"
-
-# Anonymous
-#: CF7DBPlugin.php:86
-#, fuzzy
-msgid "Anyone"
-msgstr "Anonyme"
-
-#: CF7DBPlugin.php:212
-#: CF7DBPlugin.php:232
-msgid "Database Options"
-msgstr "Options de la base de données"
-
-#: CF7DBPlugin.php:230
-#: CF7DBPlugin.php:381
-msgid "Database"
-msgstr "Base de données"
-
-#: CF7DBPlugin.php:234
-#: CF7DBPlugin.php:420
-msgid "FAQ"
-msgstr "FAQ"
-
-#: CF7DBPlugin.php:414
-msgid "Rate this Plugin"
-msgstr "Évalué ce « PlugIn »"
-
-#: CF7DBPlugin.php:426
-msgid "Support"
-msgstr "Support"
-
-#: CF7DBPlugin.php:440
-msgid "No form submissions in the database"
-msgstr "Pas de formulaire dans cette base de données"
-
-#: CF7DBPlugin.php:495
-msgid "Google Login for Upload"
-msgstr "Connextion « Google » requis pour téléchargement"
-
-#: CF7DBPlugin.php:504
-msgid "Cannot perform operation because jQuery is not loaded in this page"
-msgstr "Opération impossible car « jQuery » n'est pas en fonction dans cette page"
-
-#: CF7DBPlugin.php:543
-msgid "Export"
-msgstr "Exportation"
-
-#: CF7DBPlugin.php:553
-msgid "Delete All This Form's Records"
-msgstr "Effacer tous les enregistrements de ce formulaire"
-
-#: CF7DBPlugin.php:611
-msgid "Did you know: This plugin captures data from both these plugins:"
-msgstr "Saviez-vous que : Ce « PlugIn » utilise les deux utilitaires suivants :"
-
-#: CF7DBPlugin.php:620
-msgid "Did you know: You can add this data to your posts and pages using these shortcodes:"
-msgstr "Saviez-vous que : Vous pouvez ajouter des données à vos messages / pages en utilisant les « ShortCodes » suivants :"
-
-#: CF7DBPlugin.php:645
-msgid "Cancel"
-msgstr "Annuler"
-
-#: CF7DBPlugin.php:647
-msgid "Upload"
-msgstr "Télécharger"
-
-#: getFile.php:39
-msgid "Missing form parameters"
-msgstr "Paramètres de formulaire absent"
-
-#: getFile.php:44
-msgid "No such file."
-msgstr "Fichier absent"
-
-#: CFDBShortCodeLoaderSecurityCheck.php:34
-msgid "Insufficient privileges to display data from form: "
-msgstr "Privilèges insuffisants pour afficher le formulaire de données"
-
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-he_IL.mo b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-he_IL.mo
deleted file mode 100644
index 577da6a3..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-he_IL.mo and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-he_IL.po b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-he_IL.po
deleted file mode 100644
index 039d3e16..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-he_IL.po
+++ /dev/null
@@ -1,279 +0,0 @@
-# Copyright (C) 2011
-# This file is distributed under the same license as the package.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://wordpress.org/tag/contact-form-7-to-database-extension\n"
-"POT-Creation-Date: 2011-02-25 21:50:57+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2011-03-16 14:51+0200\n"
-"Last-Translator: מוטי מליקוב \n"
-"Language-Team: http://www.xhost.co.il \n"
-"X-Poedit-Language: Hebrew\n"
-"X-Poedit-Country: ISRAEL\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#: CF7DBPlugin.php:49
-msgid "Can See Submission data"
-msgstr "ניתן לראות נתוני רישום"
-
-#: CF7DBPlugin.php:51
-msgid "Can See Submission when using shortcodes"
-msgstr "ניתן לראות הודעות שנשלחו כאשר משתמשים בקוד מקוצר"
-
-#: CF7DBPlugin.php:53
-msgid "Can Delete Submission data"
-msgstr "ניתן למחוק נתוני רישום"
-
-#: CF7DBPlugin.php:55
-msgid "Use Javascript-enabled tables in Admin Database page"
-msgstr "השתמש ב-Javascript-enabled tables בדף ניהול בסיס הנתונים"
-
-#: CF7DBPlugin.php:56
-msgid "Show line breaks in submitted data table"
-msgstr "הצג שבירת שורה בשליחת טבלאות נתונים"
-
-#: CF7DBPlugin.php:57
-msgid "Use Custom Date-Time Display Format (below)"
-msgstr "השתמש בתצוגת תאריך ושעה מותאמת אישית (ראה להלן)"
-
-#: CF7DBPlugin.php:58
-msgid "Date-Time Display Format"
-msgstr "תאריך "
-
-#: CF7DBPlugin.php:59
-msgid "Export URLs instead of file names for uploaded files"
-msgstr "יצא כתובות URL במקום שם הקובץ בהעלאת קבצים"
-
-#: CF7DBPlugin.php:60
-msgid "Do not save fields in DB named (comma-separated list, no spaces)"
-msgstr "אל תשמור שדות הנמצאים ב-נתונים כשמות בבסיס הנתונים (מתייחס לרשימה המופרדת בפסיקים, בלי רווחים)"
-
-#: CF7DBPlugin.php:61
-msgid "Do not save forms in DB named (comma-separated list, no spaces)"
-msgstr "אל תשמור שדות הנמצאים ב-טפסים כשמות בבסיס הנתונים (מתייחס לרשימה המופרדת בפסיקים, בלי רווחים)"
-
-#: CF7DBPlugin.php:62
-msgid "Save Cookie Data with Form Submissions"
-msgstr "שמור נתוני \"עוגיות\" בשליחת הטופס"
-
-#: CF7DBPlugin.php:63
-msgid "Save only cookies in DB named (comma-separated list, no spaces, and above option must be set to true)"
-msgstr "שמור נתוני \"עוגיות\" כשמות בבסיס הנתונים (מתייחס לרשימה המופרדת בפסיקים, בלי רווחים, האופציה לעיל חייבת להיות מסומת על \"אמת\")"
-
-#: CF7DBPlugin.php:71
-#: CF7DBOptionsManager.php:380
-msgid "true"
-msgstr "אמת"
-
-#: CF7DBPlugin.php:73
-#: CF7DBOptionsManager.php:381
-msgid "false"
-msgstr "שקר"
-
-#: CF7DBPlugin.php:76
-msgid "Administrator"
-msgstr "מנהל"
-
-#: CF7DBPlugin.php:78
-msgid "Editor"
-msgstr "עורך"
-
-#: CF7DBPlugin.php:80
-msgid "Author"
-msgstr "כותב"
-
-#: CF7DBPlugin.php:82
-msgid "Contributor"
-msgstr "תורם"
-
-#: CF7DBPlugin.php:84
-msgid "Subscriber"
-msgstr "מנוי"
-
-#: CF7DBPlugin.php:86
-msgid "Anyone"
-msgstr "מישהו"
-
-#: CF7DBPlugin.php:212
-#: CF7DBPlugin.php:232
-msgid "Database Options"
-msgstr "אפשרויות בסיס מידע"
-
-#: CF7DBPlugin.php:230
-#: CF7DBPlugin.php:381
-msgid "Database"
-msgstr "בסיס מידע"
-
-#: CF7DBPlugin.php:234
-msgid "FAQ"
-msgstr "שאלות ותשובות"
-
-#: CF7DBPlugin.php:414
-msgid "Rate this Plugin"
-msgstr "דרג את התוסף הזה"
-
-#: CF7DBPlugin.php:420
-msgid "Documentation"
-msgstr "דוקומנטציה"
-
-#: CF7DBPlugin.php:426
-msgid "Support"
-msgstr "תמיכה"
-
-#: CF7DBPlugin.php:442
-msgid "No form submissions in the database"
-msgstr "לא הוגשו טפסים"
-
-#: CF7DBPlugin.php:481
-msgid "* Select a form *"
-msgstr "בחר טופס"
-
-#: CF7DBPlugin.php:510
-msgid "Google Login for Upload"
-msgstr "התחבר ל google להעלאה"
-
-#: CF7DBPlugin.php:519
-msgid "Cannot perform operation because jQuery is not loaded in this page"
-msgstr "לא ניתן לבצע את הפעולה, jQuery לא נטען בדף זה"
-
-#: CF7DBPlugin.php:559
-msgid "Excel Internet Query"
-msgstr "שאילתות אקסל לאינטרנט"
-
-#: CF7DBPlugin.php:562
-msgid "Excel CSV (UTF8-BOM)"
-msgstr "Excel CSV (UTF8-BOM)"
-
-#: CF7DBPlugin.php:565
-msgid "Excel TSV (UTF16LE-BOM)"
-msgstr "Excel TSV (UTF16LE-BOM)"
-
-#: CF7DBPlugin.php:568
-msgid "Plain CSV (UTF-8)"
-msgstr "CSV פשוט - UTF-8"
-
-#: CF7DBPlugin.php:571
-msgid "Google Spreadsheet"
-msgstr "מסמך גוגל"
-
-#: CF7DBPlugin.php:574
-msgid "Google Spreadsheet Live Data"
-msgstr "נתונים עדכניים ממסמך גוגל"
-
-#: CF7DBPlugin.php:577
-msgid "HTML"
-msgstr "HTML"
-
-#: CF7DBPlugin.php:580
-msgid "JSON"
-msgstr "JSON"
-
-#: CF7DBPlugin.php:584
-msgid "Export"
-msgstr "יצוא"
-
-#: CF7DBPlugin.php:595
-msgid "Delete All This Form's Records"
-msgstr "מחק את כל הטפסים "
-
-#: CF7DBPlugin.php:657
-msgid "Did you know: This plugin captures data from both these plugins:"
-msgstr "האם ידעת: התוסף הנ\"ל לוכד נתונים משני התוספים הללו"
-
-#: CF7DBPlugin.php:666
-msgid "Did you know: You can add this data to your posts and pages using these shortcodes:"
-msgstr "האם ידעת: אתה יכול להוסיף את המידע לפרסומים ולדפים שלך באמצעות קוד מקוצר זה"
-
-#: CF7DBPlugin.php:677
-msgid "Would you like to help translate this plugin into your language?"
-msgstr "האם תרצה לתרגם את התוסף לשפה שלך?"
-
-#: CF7DBPlugin.php:678
-msgid "How to create a translation"
-msgstr "כיצד ליצור תרגום"
-
-#: CF7DBPlugin.php:702
-msgid "Cancel"
-msgstr "בטל"
-
-#: CF7DBPlugin.php:704
-msgid "Upload"
-msgstr "העלאה"
-
-#: ExportBase.php:125
-msgid "You do not have sufficient permissions to access this data."
-msgstr "אין לך הרשאות מתאימות לגשת לקבצי מידע אלה"
-
-#: getFile.php:32
-#: CF7DBOptionsManager.php:278
-#: ExportToGoogleLiveData.php:30
-msgid "You do not have sufficient permissions to access this page."
-msgstr "אין לך הרשאות מתאימות לגשת לדף זה"
-
-#: getFile.php:39
-msgid "Missing form parameters"
-msgstr "לא נמצא בפרמטרים"
-
-#: getFile.php:44
-msgid "No such file."
-msgstr "לא קיים קובץ"
-
-#: export.php:36
-msgid "Error: No \"form\" parameter submitted"
-msgstr "שגיאה: אין פרמטרים \"form\""
-
-#: CF7DBOptionsManager.php:296
-msgid "Settings"
-msgstr "הגדרות"
-
-#: CF7DBOptionsManager.php:321
-msgid "Save Changes"
-msgstr "שמור שינויים"
-
-#: ExportToGoogleLiveData.php:166
-msgid "How to Set up Google Spreadsheet to pull data from WordPress"
-msgstr "איך להגדיר למסמכי גוגל למשוך מידע מוורדפרס"
-
-#: CJ7DBCheckZendFramework.php:71
-msgid "Missing Zend Framework"
-msgstr "Zend Framework לא נמצא"
-
-#: ExportToGoogleSS.php:61
-msgid "Login Failed"
-msgstr "התחברות נכשלה"
-
-#: ExportToGoogleSS.php:100
-msgid "New Google Spreadsheet"
-msgstr "מסמך גוגל חדש"
-
-#: ExportToGoogleSS.php:109
-msgid "Error"
-msgstr "שגיאה"
-
-#: contact-form-7-db.php:23
-msgid "Minimal version of PHP required: "
-msgstr "גרסה מינימלית של PHP נדרשת"
-
-#: contact-form-7-db.php:24
-msgid "Your server's PHP version: "
-msgstr "על השרת מותקנת גרסת PHP:"
-
-#: contact-form-7-db.php:27
-msgid "When using the Apache web server, typically you can configure it to use PHP5 by doing the following:"
-msgstr "כאשר משתמשים בשרת Apache , ניתן להגדיר שימוש ב PHP5 באמצעות:"
-
-#: contact-form-7-db.php:29
-msgid "Locate and edit this file, located at the top directory of your WordPress installation: "
-msgstr "אתר וערוך קובץ זה, נמצא בראש ספריית ההתקנה של וורדפרס"
-
-#: contact-form-7-db.php:31
-msgid "Add these two lines to the file:"
-msgstr "הוסף שורות אלה לקובץ:"
-
-#: ExportToHtmlTable.php:135
-msgid "Delete"
-msgstr "מחק"
-
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-it_IT.mo b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-it_IT.mo
deleted file mode 100644
index 934592f3..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-it_IT.mo and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-it_IT.po b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-it_IT.po
deleted file mode 100644
index 07dfd6e2..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-it_IT.po
+++ /dev/null
@@ -1,426 +0,0 @@
-# Copyright (C) 2011
-# This file is distributed under the same license as the package.
-msgid ""
-msgstr ""
-"Project-Id-Version: Contact Form 7 to Database Extension in italiano\n"
-"Report-Msgid-Bugs-To: http://wordpress.org/tag/contact-form-7-to-database-extension\n"
-"POT-Creation-Date: 2011-05-25 20:54:01+00:00\n"
-"PO-Revision-Date: 2011-05-27 08:49+0100\n"
-"Last-Translator: Gianni Diurno (aka gidibao) \n"
-"Language-Team: Gianni Diurno | gidibao.net\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Italian\n"
-"X-Poedit-Country: ITALY\n"
-
-#: CFDBView.php:63
-msgid "Rate this Plugin"
-msgstr "Vota il plugin"
-
-#: CFDBView.php:69
-#: CFDBViewShortCodeBuilder.php:63
-#: CFDBViewShortCodeBuilder.php:522
-msgid "Documentation"
-msgstr "Documentazione"
-
-#: CFDBView.php:75
-msgid "Support"
-msgstr "Supporto"
-
-#: CFDBView.php:81
-msgid "Privacy Policy"
-msgstr "Privacy Policy"
-
-#: CF7DBPluginExporter.php:33
-msgid "Error: No \"form\" parameter submitted"
-msgstr "Errore: nessun parametro \"form\" inserito"
-
-#: contact-form-7-db.php:21
-msgid "Error: Contact Form to DB Plugin requires a newer version of PHP to be running."
-msgstr "Errore: il plugin Contact Form to DB per potere funzionare richiede una nuova versione PHP."
-
-#: contact-form-7-db.php:23
-msgid "Minimal version of PHP required: "
-msgstr "Versione minima PHP richiesta:"
-
-#: contact-form-7-db.php:24
-msgid "Your server's PHP version: "
-msgstr "La versione PHP del tuo server:"
-
-#: contact-form-7-db.php:27
-msgid "When using the Apache web server, typically you can configure it to use PHP5 by doing the following:"
-msgstr "Facessi uso di un web server Apache, puoi configurarlo a PHP5 facendo quanto segue:"
-
-#: contact-form-7-db.php:29
-msgid "Locate and edit this file, located at the top directory of your WordPress installation: "
-msgstr "Individua e modifica questo file allocato nella cartella principale della tua installazione WordPress: "
-
-#: contact-form-7-db.php:31
-msgid "Add these two lines to the file:"
-msgstr "Aggiungi al file queste due righe:"
-
-#: CJ7DBCheckZendFramework.php:72
-msgid "Missing Zend Framework"
-msgstr "Manca il Zend Framework"
-
-#: ExportBase.php:177
-msgid "You do not have sufficient permissions to access this data."
-msgstr "Non hai i permessi necessari per potere accedere a questo dato."
-
-#: CFDBShortcodeExportUrl.php:62
-#: CFDBViewWhatsInDB.php:212
-msgid "Export"
-msgstr "Esporta"
-
-#: CF7DBOptionsManager.php:278
-#: CF7DBPlugin.php:276
-#: ExportToGoogleLiveData.php:31
-msgid "You do not have sufficient permissions to access this page."
-msgstr "Non hai i permessi necessari per potere accedere a questa pagina."
-
-#: CF7DBOptionsManager.php:296
-msgid "System Settings"
-msgstr "Impostazini sistema"
-
-#: CF7DBOptionsManager.php:298
-msgid "System"
-msgstr "Sistema"
-
-#: CF7DBOptionsManager.php:299
-msgid "PHP Version"
-msgstr "Versione PHP"
-
-#: CF7DBOptionsManager.php:300
-msgid "MySQL Version"
-msgstr "Versione MySQL"
-
-#: CF7DBOptionsManager.php:303
-msgid "Settings"
-msgstr "Impostazioni"
-
-#: CF7DBOptionsManager.php:328
-msgid "Save Changes"
-msgstr "Salva le modifiche"
-
-#: CF7DBOptionsManager.php:387
-#: CF7DBPlugin.php:76
-msgid "true"
-msgstr "sì"
-
-#: CF7DBOptionsManager.php:388
-#: CF7DBPlugin.php:78
-msgid "false"
-msgstr "no"
-
-#: CF7DBPlugin.php:48
-msgid "I have donated to this plugin"
-msgstr "Ho donato per questo plugin"
-
-#: CF7DBPlugin.php:49
-msgid "Capture form submissions from Contact Form 7 Plugin"
-msgstr "Preleva i dati dal plugin Contact Form 7"
-
-#: CF7DBPlugin.php:50
-msgid "Capture form submissions Fast Secure Contact Form Plugin"
-msgstr "Preleva i dati dal plugin Fast Secure Contact Form"
-
-#: CF7DBPlugin.php:51
-msgid "Can See Submission data"
-msgstr "Può vedere i dati"
-
-#: CF7DBPlugin.php:53
-msgid "Can See Submission when using shortcodes"
-msgstr "Può vedere i dati (via shortcode)"
-
-#: CF7DBPlugin.php:55
-msgid "Can Edit/Delete Submission data"
-msgstr "Può Modificare/Cancellare i dati inseriti"
-
-#: CF7DBPlugin.php:57
-msgid "Maximum number of rows to retrieve from the DB for the Admin display"
-msgstr "Numero massimo di record da estrarre dal DB (per visualizzazione admin)"
-
-#: CF7DBPlugin.php:58
-msgid "Use Javascript-enabled tables in Admin Database page"
-msgstr "Usa tabelle (Javascript-attivo) nella pagina Database"
-
-#: CF7DBPlugin.php:59
-msgid "Show line breaks in submitted data table"
-msgstr "Mostra separatore di linea nella tabella dati"
-
-#: CF7DBPlugin.php:60
-msgid "Use Custom Date-Time Display Format (below)"
-msgstr "Usa formato personalizzato data/ora (qui sotto)"
-
-#: CF7DBPlugin.php:61
-msgid "Date-Time Display Format"
-msgstr "Formato data/ora"
-
-#: CF7DBPlugin.php:62
-msgid "Export URLs instead of file names for uploaded files"
-msgstr "Esporta gli URL (non i nomi dei file) per i file caricati"
-
-#: CF7DBPlugin.php:63
-msgid "Do not save fields in DB named (comma-separated list, no spaces)"
-msgstr "Non salvare i campi nel DB a nome (separa con una virgola, no spazi)"
-
-#: CF7DBPlugin.php:64
-msgid "Do not save forms in DB named (comma-separated list, no spaces)"
-msgstr "Non salvare i moduli nel DB a nome (separa con una virgola, no spazi)"
-
-#: CF7DBPlugin.php:65
-msgid "Save Cookie Data with Form Submissions"
-msgstr "Salva dati cookie insieme ai dati modulo"
-
-#: CF7DBPlugin.php:66
-msgid "Save only cookies in DB named (comma-separated list, no spaces, and above option must be set to true)"
-msgstr "Salva i soli cookie nel DB a nome (separa con una virgola, no spazi e opzione qui sopra impostata a sì)"
-
-#: CF7DBPlugin.php:67
-msgid "Show the query used to display results"
-msgstr "Mostra la query utilizzata per mostrare i risultati"
-
-#: CF7DBPlugin.php:68
-msgid "Drop this plugin's Database table on uninstall"
-msgstr "Elimina tabella plugin dal database (disinstalla)"
-
-#: CF7DBPlugin.php:81
-msgid "Administrator"
-msgstr "Amministratore"
-
-#: CF7DBPlugin.php:83
-msgid "Editor"
-msgstr "Editore"
-
-#: CF7DBPlugin.php:85
-msgid "Author"
-msgstr "Autore"
-
-#: CF7DBPlugin.php:87
-msgid "Contributor"
-msgstr "Collaboratore"
-
-#: CF7DBPlugin.php:89
-msgid "Subscriber"
-msgstr "Sottoscrittore"
-
-#: CF7DBPlugin.php:91
-msgid "Anyone"
-msgstr "Chiunque"
-
-#: CF7DBPlugin.php:282
-msgid "Missing form parameters"
-msgstr "Mancano i parametri del modulo"
-
-#: CF7DBPlugin.php:286
-msgid "No such file."
-msgstr "Nessun file."
-
-#: CF7DBPlugin.php:318
-#: CF7DBPlugin.php:338
-msgid "Database Options"
-msgstr "Opzioni database"
-
-#: CF7DBPlugin.php:336
-#: CF7DBPlugin.php:511
-msgid "Database"
-msgstr "Database"
-
-#: CF7DBPlugin.php:340
-msgid "Build Short Code"
-msgstr "Crea Short Code"
-
-#: CF7DBPlugin.php:342
-msgid "FAQ"
-msgstr "FAQ"
-
-#: CF7DBPlugin.php:519
-msgid "Database Short Code"
-msgstr "Database Short Code"
-
-#: ExportToGoogleLiveData.php:170
-msgid "How to Set up Google Spreadsheet to pull data from WordPress"
-msgstr "Come impostare Google Spreadsheet per estrarre i dati da WordPress"
-
-#: CFDBViewWhatsInDB.php:43
-msgid "No form submissions in the database"
-msgstr "Nessun dato presente nel database"
-
-#: CFDBViewWhatsInDB.php:102
-#: CFDBViewShortCodeBuilder.php:507
-msgid "* Select a form *"
-msgstr "* Seleziona modulo *"
-
-#: CFDBViewWhatsInDB.php:138
-msgid "Google Login for Upload"
-msgstr "Google Login per Upload"
-
-#: CFDBViewWhatsInDB.php:147
-msgid "Cannot perform operation because jQuery is not loaded in this page"
-msgstr "Impossibile procedere con l'operazione causa jQuery non caricata in questa pagina"
-
-#: CFDBViewWhatsInDB.php:187
-#: CFDBViewShortCodeBuilder.php:668
-msgid "Excel Internet Query"
-msgstr "Excel Internet Query"
-
-#: CFDBViewWhatsInDB.php:190
-#: CFDBViewShortCodeBuilder.php:659
-msgid "Excel CSV (UTF8-BOM)"
-msgstr "Excel CSV (UTF8-BOM)"
-
-#: CFDBViewWhatsInDB.php:193
-#: CFDBViewShortCodeBuilder.php:662
-msgid "Excel TSV (UTF16LE-BOM)"
-msgstr "Excel TSV (UTF16LE-BOM)"
-
-#: CFDBViewWhatsInDB.php:196
-#: CFDBViewShortCodeBuilder.php:665
-msgid "Plain CSV (UTF-8)"
-msgstr "Plain CSV (UTF-8)"
-
-#: CFDBViewWhatsInDB.php:199
-msgid "Google Spreadsheet"
-msgstr "Google Spreadsheet"
-
-#: CFDBViewWhatsInDB.php:202
-msgid "Google Spreadsheet Live Data"
-msgstr "Google Spreadsheet Live Data"
-
-#: CFDBViewWhatsInDB.php:205
-msgid "HTML"
-msgstr "HTML"
-
-#: CFDBViewWhatsInDB.php:208
-msgid "JSON"
-msgstr "JSON"
-
-#: CFDBViewWhatsInDB.php:223
-msgid "Delete All This Form's Records"
-msgstr "Cancella tutti i dati di questo modulo"
-
-#: CFDBViewWhatsInDB.php:307
-msgid "Did you know: This plugin captures data from both these plugins:"
-msgstr "Ti ricordo che questo plugin può raccogliere i dati da questi plugin:"
-
-#: CFDBViewWhatsInDB.php:318
-msgid "Did you know: You can add this data to your posts and pages using these shortcodes:"
-msgstr "Ti ricordo che puoi inserire questi dati in un articolo/pagina utilizzando questi shortcode:"
-
-#: CFDBViewWhatsInDB.php:332
-msgid "Would you like to help translate this plugin into your language?"
-msgstr "Vorresti tradurre questo plugin nella tua lingua?"
-
-#: CFDBViewWhatsInDB.php:334
-msgid "How to create a translation"
-msgstr "Come creare una traduzione"
-
-#: CFDBViewWhatsInDB.php:345
-msgid "Query:"
-msgstr "Query:"
-
-#: CFDBViewWhatsInDB.php:367
-msgid "Cancel"
-msgstr "Annulla"
-
-#: CFDBViewWhatsInDB.php:369
-msgid "Upload"
-msgstr "Carica"
-
-#: CFDBViewWhatsInDB.php:390
-msgid "next »"
-msgstr "succ »"
-
-#: CFDBViewWhatsInDB.php:391
-msgid "« prev"
-msgstr "« prec"
-
-#: CFDBViewWhatsInDB.php:408
-msgid "Returned entries %s to %s of %s entries in the database"
-msgstr "Dati di ritorno da %s a %s di %s dati presenti nel database"
-
-#: CFDBViewShortCodeBuilder.php:151
-msgid "Error: \""
-msgstr "Errore: \""
-
-#: CFDBViewShortCodeBuilder.php:153
-msgid "\" should not contain double-quotes (\")"
-msgstr "\" non può contenere le doppie virgolette (\")"
-
-#: CFDBViewShortCodeBuilder.php:200
-msgid "Error: no form is chosen"
-msgstr "Errore: nessun modulo selezionato"
-
-#: CFDBViewShortCodeBuilder.php:221
-msgid "Warning: \"search\" field ignored because \"filter\" is used (use one but not both)"
-msgstr "Attenzione: campo \"search\" ignorato poichè in uso \"filter\" (usane uno solo, non entrambi)"
-
-#: CFDBViewShortCodeBuilder.php:233
-msgid "Error: \"limit\": if you provide a value for \"Start Row\" then you must also provide a value for \"Num Rows\""
-msgstr "Errore: \"limit\": avessi inserito un valore per \"Start Row\" dovrai provvedere ad oimpostarne uno anche per \"Num Rows\""
-
-#: CFDBViewShortCodeBuilder.php:237
-msgid "Error: \"limit\": \"Num Rows\" must be a positive integer"
-msgstr "Errore: \"limit\": \"Num Rows\" deve essere un numero intero positivo"
-
-#: CFDBViewShortCodeBuilder.php:244
-msgid "Error: \"limit\": \"Start Row\" must be a positive integer"
-msgstr "Errore: \"limit\": \"Start Row\" deve essere un numero intero positivo"
-
-#: CFDBViewShortCodeBuilder.php:494
-msgid "* Select a short code *"
-msgstr "* Seleziona short code *"
-
-#: CFDBViewShortCodeBuilder.php:517
-msgid "Reset"
-msgstr "Ripristina"
-
-#: CFDBViewShortCodeBuilder.php:525
-msgid "Which fields/columns do you want to display?"
-msgstr "Quali campi/colonne desideri mostrare?"
-
-#: CFDBViewShortCodeBuilder.php:538
-msgid "Which rows/submissions do you want to display?"
-msgstr "Quali righe/dati desideri mostrare?"
-
-#: CFDBViewShortCodeBuilder.php:584
-msgid "HTML Table Formatting"
-msgstr "Formattazione HTML tabella"
-
-#: CFDBViewShortCodeBuilder.php:599
-msgid "DataTable Options"
-msgstr "Opzioni tabella dati"
-
-#: CFDBViewShortCodeBuilder.php:604
-msgid "JSON Options"
-msgstr "Opzioni JSON"
-
-#: CFDBViewShortCodeBuilder.php:620
-msgid "VALUE Options"
-msgstr "Opzioni VALUE"
-
-#: ExportToGoogleSS.php:62
-msgid "Login Failed"
-msgstr "Login fallito"
-
-#: ExportToGoogleSS.php:101
-msgid "New Google Spreadsheet"
-msgstr "New Google Spreadsheet"
-
-#: ExportToGoogleSS.php:110
-msgid "Error"
-msgstr "Errore"
-
-#: ExportToHtmlTable.php:158
-msgid "Delete"
-msgstr "Elimina"
-
-#~ msgid "Submitted"
-#~ msgstr "Inviato"
-
-#~ msgid "Insufficient privileges to display data from form: "
-#~ msgstr "Non hai il permesso per mostrare i dati del modulo:"
-
-#~ msgid "Delete Selected"
-#~ msgstr "Cancella selezionati"
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-nl_NL.mo b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-nl_NL.mo
deleted file mode 100644
index 9cb5b665..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-nl_NL.mo and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-nl_NL.po b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-nl_NL.po
deleted file mode 100644
index 2e7b34e9..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-nl_NL.po
+++ /dev/null
@@ -1,238 +0,0 @@
-# Copyright (C) 2011
-# This file is distributed under the same license as the package.
-msgid ""
-msgstr ""
-"Project-Id-Version: Contact form 7 to Database plugin\n"
-"Report-Msgid-Bugs-To: http://wordpress.org/tag/contact-form-7-to-database-extension\n"
-"POT-Creation-Date: 2011-02-12 12:49:58+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2011-02-22 17:04+0100\n"
-"Last-Translator: Jelmer Holtes | Holtes Design \n"
-"Language-Team: Dutch \n"
-"X-Poedit-Language: Dutch\n"
-"X-Poedit-Country: NETHERLANDS\n"
-
-#: contact-form-7-db.php:23
-msgid "Minimal version of PHP required: "
-msgstr "Minimaal vereiste PHP versie:"
-
-#: contact-form-7-db.php:24
-msgid "Your server's PHP version: "
-msgstr "Uw server's PHP versie:"
-
-#: contact-form-7-db.php:27
-msgid "When using the Apache web server, typically you can configure it to use PHP5 by doing the following:"
-msgstr "Wanneer u een Apache webserver gebruikt, dan kun je het gemakkelijk gebruiken met PHP5 door het volgende te doen:"
-
-#: contact-form-7-db.php:29
-msgid "Locate and edit this file, located at the top directory of your WordPress installation: "
-msgstr "Zoek en bewerk dit bestand, en plaats het in de hoofdmap van uw Wordpress installatie:"
-
-#: contact-form-7-db.php:31
-msgid "Add these two lines to the file:"
-msgstr "Voeg deze twee regels toe aan het bestand:"
-
-#: ExportToJson.php:69
-#: CF7DBOptionsManager.php:278
-#: ExportToCsvUtf16le.php:32
-#: ExportToGoogleLiveData.php:29
-#: ExportToCsvUtf8.php:42
-#: ExportToGoogleSS.php:34
-#: ExportToHtmlTable.php:122
-#: ExportToValue.php:60
-#: getFile.php:32
-msgid "You do not have sufficient permissions to access this page."
-msgstr "U heeft niet voldoende rechten om deze pagina te openen."
-
-#: CJ7DBCheckZendFramework.php:70
-msgid "Missing Zend Framework"
-msgstr "Ontbrekend Zend Framework"
-
-#: CF7DBOptionsManager.php:296
-msgid "Settings"
-msgstr "Instellingen"
-
-#: CF7DBOptionsManager.php:321
-msgid "Save Changes"
-msgstr "Wijzigingen opslaan"
-
-#: CF7DBOptionsManager.php:380
-#: CF7DBPlugin.php:71
-msgid "true"
-msgstr "aan"
-
-#: CF7DBOptionsManager.php:381
-#: CF7DBPlugin.php:73
-msgid "false"
-msgstr "uit"
-
-#: ExportToCsvUtf16le.php:50
-#: ExportToCsvUtf8.php:62
-msgid "Submitted"
-msgstr "Verstuurd"
-
-#: ExportToGoogleLiveData.php:164
-msgid "How to Set up Google Spreadsheet to pull data from WordPress"
-msgstr "Hoe u een Google Spreadsheet kunt instellen om data naartoe te sturen van Wordpress"
-
-#: ExportToGoogleSS.php:64
-msgid "Login Failed"
-msgstr "Inloggen mislukt"
-
-#: ExportToGoogleSS.php:100
-msgid "New Google Spreadsheet"
-msgstr "Nieuwe Google Spreadsheet"
-
-#: ExportToGoogleSS.php:109
-msgid "Error"
-msgstr "Fout"
-
-#: ExportToHtmlTable.php:234
-msgid "Delete"
-msgstr "Verwijderen"
-
-#: CF7DBPlugin.php:49
-msgid "Can See Submission data"
-msgstr "Kan inzien van gegevens"
-
-#: CF7DBPlugin.php:51
-msgid "Can See Submission when using shortcodes"
-msgstr "Kan inzien van gegevens d.m.v. shortcodes"
-
-#: CF7DBPlugin.php:53
-msgid "Can Delete Submission data"
-msgstr "Kan verwijderen van gegevens"
-
-#: CF7DBPlugin.php:55
-msgid "Use Javascript-enabled tables in Admin Database page"
-msgstr "Gebruik Javascript-ingeschakelde tabellen in Administrator Database pagina"
-
-#: CF7DBPlugin.php:56
-msgid "Show line breaks in submitted data table"
-msgstr "Toon regeleinden in de ingediende gegevenstabel"
-
-#: CF7DBPlugin.php:57
-msgid "Use Custom Date-Time Display Format (below)"
-msgstr "Gebruik aangepaste tijdweergave formaat (zie hieronder)"
-
-#: CF7DBPlugin.php:58
-msgid "Date-Time Display Format"
-msgstr "Tijdweergave formaat"
-
-#: CF7DBPlugin.php:59
-msgid "Export URLs instead of file names for uploaded files"
-msgstr "Exporteer URL's in plaats van bestandsnamen voor geuploade bestanden"
-
-#: CF7DBPlugin.php:60
-msgid "Do not save fields in DB named (comma-separated list, no spaces)"
-msgstr "Sla geen velden op in de database (door komma's gescheiden lijst, geen spaties)"
-
-#: CF7DBPlugin.php:61
-msgid "Do not save forms in DB named (comma-separated list, no spaces)"
-msgstr "Sla geen velden op in de database (door komma's gescheiden lijst, geen spaties)"
-
-#: CF7DBPlugin.php:62
-msgid "Save Cookie Data with Form Submissions"
-msgstr "Sla cookie gegevens op door het inzien van de database"
-
-#: CF7DBPlugin.php:63
-msgid "Save only cookies in DB named (comma-separated list, no spaces, and above option must be set to true)"
-msgstr "Sla cookie's alleen op in de database (door komma's gescheiden lijst, geen spaties, en bovenstaande optie moet worden ingeschakeld als juist)"
-
-#: CF7DBPlugin.php:76
-msgid "Administrator"
-msgstr "Administrator"
-
-#: CF7DBPlugin.php:78
-msgid "Editor"
-msgstr "Redacteur"
-
-#: CF7DBPlugin.php:80
-msgid "Author"
-msgstr "Auteur"
-
-#: CF7DBPlugin.php:82
-msgid "Contributor"
-msgstr "Medewerker"
-
-#: CF7DBPlugin.php:84
-msgid "Subscriber"
-msgstr "Abonnee"
-
-#: CF7DBPlugin.php:86
-msgid "Anyone"
-msgstr "Iedereen"
-
-#: CF7DBPlugin.php:212
-#: CF7DBPlugin.php:232
-msgid "Database Options"
-msgstr "Database instellingen"
-
-#: CF7DBPlugin.php:230
-#: CF7DBPlugin.php:381
-msgid "Database"
-msgstr "Database"
-
-#: CF7DBPlugin.php:234
-#: CF7DBPlugin.php:420
-msgid "FAQ"
-msgstr "FAQ (Veelgestelde vragen)"
-
-#: CF7DBPlugin.php:414
-msgid "Rate this Plugin"
-msgstr "Beoordeel deze plugin"
-
-#: CF7DBPlugin.php:426
-msgid "Support"
-msgstr "Ondersteuning"
-
-#: CF7DBPlugin.php:440
-msgid "No form submissions in the database"
-msgstr "Er zijn geen gegevens in de database beschikbaar"
-
-#: CF7DBPlugin.php:495
-msgid "Google Login for Upload"
-msgstr "Google login om bestanden te uloaden"
-
-#: CF7DBPlugin.php:504
-msgid "Cannot perform operation because jQuery is not loaded in this page"
-msgstr "Kan operatie niet uitvoeren omdat jQuery niet is geladen in deze pagina"
-
-#: CF7DBPlugin.php:543
-msgid "Export"
-msgstr "Exporteer"
-
-#: CF7DBPlugin.php:553
-msgid "Delete All This Form's Records"
-msgstr "Verwijder alle records"
-
-#: CF7DBPlugin.php:611
-msgid "Did you know: This plugin captures data from both these plugins:"
-msgstr "Wist u dat: Deze plugin registreert de gegevens van beide plugins:"
-
-#: CF7DBPlugin.php:620
-msgid "Did you know: You can add this data to your posts and pages using these shortcodes:"
-msgstr "Wist u dat: U kunt deze gegevens gebruiken en toevoegen aan uw berichten en pagina's door het toevoegen van deze shortcodes"
-
-#: CF7DBPlugin.php:645
-msgid "Cancel"
-msgstr "Annuleer"
-
-#: CF7DBPlugin.php:647
-msgid "Upload"
-msgstr "Verstuur"
-
-#: getFile.php:39
-msgid "Missing form parameters"
-msgstr "Ontbrekende parameters"
-
-#: getFile.php:44
-msgid "No such file."
-msgstr "Geen bestand geselecteerd"
-
-#: CFDBShortCodeLoaderSecurityCheck.php:34
-msgid "Insufficient privileges to display data from form: "
-msgstr "Onvoldoende rechten om gegevens uit formulier weer te geven:"
-
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-pt_BR.mo b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-pt_BR.mo
deleted file mode 100644
index 4dc90a12..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-pt_BR.mo and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-pt_BR.po b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-pt_BR.po
deleted file mode 100644
index 55c5255b..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-pt_BR.po
+++ /dev/null
@@ -1,279 +0,0 @@
-# Copyright (C) 2011
-# This file is distributed under the same license as the package.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://wordpress.org/tag/contact-form-7-to-database-extension\n"
-"POT-Creation-Date: 2011-02-25 21:50:57+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2011-03-16 18:29-0300\n"
-"Last-Translator: Fabiano dos Santos Lipphaus \n"
-"Language-Team: Agência Espaço Web \n"
-"X-Poedit-Language: Portuguese\n"
-"X-Poedit-Country: BRAZIL\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#: CF7DBPlugin.php:49
-msgid "Can See Submission data"
-msgstr "Usuário autorizado a visualizar dados sobre o envio"
-
-#: CF7DBPlugin.php:51
-msgid "Can See Submission when using shortcodes"
-msgstr "Usuário autorizado visualizar dados sobre o envio quando estiver usando um 'shortcode'"
-
-#: CF7DBPlugin.php:53
-msgid "Can Delete Submission data"
-msgstr "Usuário autorizado a deletar dados de envio"
-
-#: CF7DBPlugin.php:55
-msgid "Use Javascript-enabled tables in Admin Database page"
-msgstr "Usar Javascript - habilitar tabelas na página de Administração do Banco de Dados"
-
-#: CF7DBPlugin.php:56
-msgid "Show line breaks in submitted data table"
-msgstr "Mostrar linha de quebra no tabela de dados enviada"
-
-#: CF7DBPlugin.php:57
-msgid "Use Custom Date-Time Display Format (below)"
-msgstr "Usar formato de data-hora customizado (abaixo)"
-
-#: CF7DBPlugin.php:58
-msgid "Date-Time Display Format"
-msgstr "Formato de visualização da Data e Hora"
-
-#: CF7DBPlugin.php:59
-msgid "Export URLs instead of file names for uploaded files"
-msgstr "Exportar URLs ao invéz do nome dos arquivos no caso de aquivos enviados"
-
-#: CF7DBPlugin.php:60
-msgid "Do not save fields in DB named (comma-separated list, no spaces)"
-msgstr "Não salvar no Banco de Daos os com nome (usar virgula para separar a lista, sem espaços) "
-
-#: CF7DBPlugin.php:61
-msgid "Do not save forms in DB named (comma-separated list, no spaces)"
-msgstr "Não salvar no Banco de Daos os com nome (usar virgula para separar a lista, sem espaços) "
-
-#: CF7DBPlugin.php:62
-msgid "Save Cookie Data with Form Submissions"
-msgstr "Salvar Cookies com os Formulários Enviados "
-
-#: CF7DBPlugin.php:63
-msgid "Save only cookies in DB named (comma-separated list, no spaces, and above option must be set to true)"
-msgstr "Salvar cookies somentes nos Bancos de dados (usar virgula para separar a lista, sem espaços e a opção acima deverá estar setada como 'sim') "
-
-#: CF7DBPlugin.php:71
-#: CF7DBOptionsManager.php:380
-msgid "true"
-msgstr "Sim"
-
-#: CF7DBPlugin.php:73
-#: CF7DBOptionsManager.php:381
-msgid "false"
-msgstr "Não"
-
-#: CF7DBPlugin.php:76
-msgid "Administrator"
-msgstr "Administrador"
-
-#: CF7DBPlugin.php:78
-msgid "Editor"
-msgstr "Editor"
-
-#: CF7DBPlugin.php:80
-msgid "Author"
-msgstr "Autor"
-
-#: CF7DBPlugin.php:82
-msgid "Contributor"
-msgstr "Contribuidor"
-
-#: CF7DBPlugin.php:84
-msgid "Subscriber"
-msgstr "Assinante"
-
-#: CF7DBPlugin.php:86
-msgid "Anyone"
-msgstr "Qualquer um"
-
-#: CF7DBPlugin.php:212
-#: CF7DBPlugin.php:232
-msgid "Database Options"
-msgstr "Opções dos Bancos de Dados "
-
-#: CF7DBPlugin.php:230
-#: CF7DBPlugin.php:381
-msgid "Database"
-msgstr "Banco de Dados"
-
-#: CF7DBPlugin.php:234
-msgid "FAQ"
-msgstr "FAQ"
-
-#: CF7DBPlugin.php:414
-msgid "Rate this Plugin"
-msgstr "Sua Avaliação"
-
-#: CF7DBPlugin.php:420
-msgid "Documentation"
-msgstr "Documentação"
-
-#: CF7DBPlugin.php:426
-msgid "Support"
-msgstr "Suporte"
-
-#: CF7DBPlugin.php:442
-msgid "No form submissions in the database"
-msgstr "Não há dados de envio no Banco de Dados"
-
-#: CF7DBPlugin.php:481
-msgid "* Select a form *"
-msgstr "Selecione um formulário"
-
-#: CF7DBPlugin.php:510
-msgid "Google Login for Upload"
-msgstr "Login do Google para Envio"
-
-#: CF7DBPlugin.php:519
-msgid "Cannot perform operation because jQuery is not loaded in this page"
-msgstr "Impossível realizar a operação. Motivo: JQuery não foi carregado nessa página"
-
-#: CF7DBPlugin.php:559
-msgid "Excel Internet Query"
-msgstr "Consulta do Excel via internet"
-
-#: CF7DBPlugin.php:562
-msgid "Excel CSV (UTF8-BOM)"
-msgstr "Excel CSV (UTF8-BOM)"
-
-#: CF7DBPlugin.php:565
-msgid "Excel TSV (UTF16LE-BOM)"
-msgstr "Excel TSV (UTF16LE-BOM)"
-
-#: CF7DBPlugin.php:568
-msgid "Plain CSV (UTF-8)"
-msgstr "Planilha CSV (UTF-8)"
-
-#: CF7DBPlugin.php:571
-msgid "Google Spreadsheet"
-msgstr "Google Spreadsheet"
-
-#: CF7DBPlugin.php:574
-msgid "Google Spreadsheet Live Data"
-msgstr "Google Spreadsheet Live Data"
-
-#: CF7DBPlugin.php:577
-msgid "HTML"
-msgstr "HTML"
-
-#: CF7DBPlugin.php:580
-msgid "JSON"
-msgstr "JSON"
-
-#: CF7DBPlugin.php:584
-msgid "Export"
-msgstr "Exportar"
-
-#: CF7DBPlugin.php:595
-msgid "Delete All This Form's Records"
-msgstr "Deletar todos os dados desse formulário"
-
-#: CF7DBPlugin.php:657
-msgid "Did you know: This plugin captures data from both these plugins:"
-msgstr "Você sabia: Esse plugin captura dados desses outros plugins:"
-
-#: CF7DBPlugin.php:666
-msgid "Did you know: You can add this data to your posts and pages using these shortcodes:"
-msgstr "Você sabia: Você pode adicionar dados em seus posts e páginas usando esses shortcodes:"
-
-#: CF7DBPlugin.php:677
-msgid "Would you like to help translate this plugin into your language?"
-msgstr "Gostaria de ajudar a traduzir esse plugin em sua língua?"
-
-#: CF7DBPlugin.php:678
-msgid "How to create a translation"
-msgstr "Como Criar uma tradução"
-
-#: CF7DBPlugin.php:702
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: CF7DBPlugin.php:704
-msgid "Upload"
-msgstr "Enviar"
-
-#: ExportBase.php:125
-msgid "You do not have sufficient permissions to access this data."
-msgstr "Voce não possui permissão para acessar esses dados."
-
-#: getFile.php:32
-#: CF7DBOptionsManager.php:278
-#: ExportToGoogleLiveData.php:30
-msgid "You do not have sufficient permissions to access this page."
-msgstr "Voce não possui permissão para acessaressa página."
-
-#: getFile.php:39
-msgid "Missing form parameters"
-msgstr "Parâmetros de formulário ausente"
-
-#: getFile.php:44
-msgid "No such file."
-msgstr "Arquivo inexistente."
-
-#: export.php:36
-msgid "Error: No \"form\" parameter submitted"
-msgstr "Erro: Nenhum parâmetro do \"formulário\" enviado"
-
-#: CF7DBOptionsManager.php:296
-msgid "Settings"
-msgstr "Configurações"
-
-#: CF7DBOptionsManager.php:321
-msgid "Save Changes"
-msgstr "Salvar Alterações"
-
-#: ExportToGoogleLiveData.php:166
-msgid "How to Set up Google Spreadsheet to pull data from WordPress"
-msgstr "Como configurar Google Spreadsheet para extrair dados do Wordpress"
-
-#: CJ7DBCheckZendFramework.php:71
-msgid "Missing Zend Framework"
-msgstr "Faltando Zend Framework"
-
-#: ExportToGoogleSS.php:61
-msgid "Login Failed"
-msgstr "Falha no Login"
-
-#: ExportToGoogleSS.php:100
-msgid "New Google Spreadsheet"
-msgstr "Novo Google Spreadsheet"
-
-#: ExportToGoogleSS.php:109
-msgid "Error"
-msgstr "Erro"
-
-#: contact-form-7-db.php:23
-msgid "Minimal version of PHP required: "
-msgstr "Versão mínima do PHP requerida:"
-
-#: contact-form-7-db.php:24
-msgid "Your server's PHP version: "
-msgstr "Versão do PHP do seu server:"
-
-#: contact-form-7-db.php:27
-msgid "When using the Apache web server, typically you can configure it to use PHP5 by doing the following:"
-msgstr "Quando estiver usando Servidor Web Apache, você pode configurar e usar PHP5 seguindo as seguintes instruções:"
-
-#: contact-form-7-db.php:29
-msgid "Locate and edit this file, located at the top directory of your WordPress installation: "
-msgstr "Localize e edite esse arquivo, localizado no topo do diretório da sua instalação do Wordpress"
-
-#: contact-form-7-db.php:31
-msgid "Add these two lines to the file:"
-msgstr "Adicione essas suas linhas ao arquivo:"
-
-#: ExportToHtmlTable.php:135
-msgid "Delete"
-msgstr "Deletar"
-
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-ro_RO.mo b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-ro_RO.mo
deleted file mode 100644
index 97698562..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-ro_RO.mo and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-ro_RO.po b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-ro_RO.po
deleted file mode 100644
index 2b994ba0..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-ro_RO.po
+++ /dev/null
@@ -1,310 +0,0 @@
-# Copyright (C) 2010
-# This file is distributed under the same license as the package.
-msgid ""
-msgstr ""
-"Project-Id-Version: Contact Form to DB Extension\n"
-"Report-Msgid-Bugs-To: http://wordpress.org/tag/contact-form-7-to-database-extension\n"
-"POT-Creation-Date: 2011-03-21 18:12:08+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2011-03-28 11:21+0200\n"
-"Last-Translator: Eugen Mihai \n"
-"Language-Team: Eugen Mihai \n"
-"X-Poedit-Language: Romanian\n"
-"X-Poedit-Country: ROMANIA\n"
-
-#: CF7DBPluginExporter.php:33
-msgid "Error: No \"form\" parameter submitted"
-msgstr "Eroare: Nu exista parametri formular trimisi"
-
-#: contact-form-7-db.php:23
-msgid "Minimal version of PHP required: "
-msgstr "Versiunea minima PHP ceruta"
-
-#: contact-form-7-db.php:24
-msgid "Your server's PHP version: "
-msgstr "Versiunea ta de PHP"
-
-#: contact-form-7-db.php:27
-msgid "When using the Apache web server, typically you can configure it to use PHP5 by doing the following:"
-msgstr "Cand utilizezi un server Apache, in mod normal poti sa faci configurarile de mai jos utilizand PHP 5:"
-
-#: contact-form-7-db.php:29
-msgid "Locate and edit this file, located at the top directory of your WordPress installation: "
-msgstr "Localizeaza si editeaza acest fisier in radacina folderului in care ai instalat WordPress:"
-
-#: contact-form-7-db.php:31
-msgid "Add these two lines to the file:"
-msgstr "Adauga aceste doua linii in fisierul:"
-
-#: CJ7DBCheckZendFramework.php:72
-msgid "Missing Zend Framework"
-msgstr "Nu exista Zend Framework"
-
-#: ExportBase.php:177
-msgid "You do not have sufficient permissions to access this data."
-msgstr "Nu ai suficiente permisiuni pentru a accesa aceste date"
-
-#: ExportToHtmlTable.php:135
-msgid "Delete"
-msgstr "Sterge"
-
-#: CF7DBOptionsManager.php:278
-#: CF7DBPlugin.php:245
-#: ExportToGoogleLiveData.php:31
-msgid "You do not have sufficient permissions to access this page."
-msgstr "Nu ai suficiente permisiuni pentru a accesa aceasta pagina"
-
-#: CF7DBOptionsManager.php:296
-msgid "Settings"
-msgstr "Setari"
-
-#: CF7DBOptionsManager.php:321
-msgid "Save Changes"
-msgstr "Salveaza schimbari"
-
-#: CF7DBOptionsManager.php:380
-#: CF7DBPlugin.php:73
-msgid "true"
-msgstr "adevarat"
-
-#: CF7DBOptionsManager.php:381
-#: CF7DBPlugin.php:75
-msgid "false"
-msgstr "fals"
-
-#: CF7DBPlugin.php:48
-msgid "I have donated to this plugin"
-msgstr "Am facut o donatie pentru acest plugin"
-
-#: CF7DBPlugin.php:49
-msgid "Can See Submission data"
-msgstr "Poti sa vezi datele transmise"
-
-#: CF7DBPlugin.php:51
-msgid "Can See Submission when using shortcodes"
-msgstr "Poti vedea datele trimise utilizand shortcodes"
-
-#: CF7DBPlugin.php:53
-msgid "Can Delete Submission data"
-msgstr "Poti sterge datele trimise"
-
-#: CF7DBPlugin.php:55
-msgid "Maximum number of rows to retrieve from the DB for the Admin display"
-msgstr "Numarul maxim de randuri din baza de date pentru a fi procesate si afisate in Admin"
-
-#: CF7DBPlugin.php:56
-msgid "Use Javascript-enabled tables in Admin Database page"
-msgstr "Utilizeaza Javascript pentru tabele in pagina de administrare"
-
-#: CF7DBPlugin.php:57
-msgid "Show line breaks in submitted data table"
-msgstr ""
-
-#: CF7DBPlugin.php:58
-msgid "Use Custom Date-Time Display Format (below)"
-msgstr "Utilizeaza afisare intr-un format la alegere pentru data si ora(mai jos)"
-
-#: CF7DBPlugin.php:59
-msgid "Date-Time Display Format"
-msgstr "Format Data-Ora"
-
-#: CF7DBPlugin.php:60
-msgid "Export URLs instead of file names for uploaded files"
-msgstr "Exporta URL-uri in loc de nume fisiere incarcate"
-
-#: CF7DBPlugin.php:61
-msgid "Do not save fields in DB named (comma-separated list, no spaces)"
-msgstr "Nu salva urmatoarele campuri din baza de date (o lista separata cu virgula si fara spatii)"
-
-#: CF7DBPlugin.php:62
-msgid "Do not save forms in DB named (comma-separated list, no spaces)"
-msgstr ""
-
-#: CF7DBPlugin.php:63
-msgid "Save Cookie Data with Form Submissions"
-msgstr ""
-
-#: CF7DBPlugin.php:64
-msgid "Save only cookies in DB named (comma-separated list, no spaces, and above option must be set to true)"
-msgstr ""
-
-#: CF7DBPlugin.php:65
-msgid "Show the query used to display results"
-msgstr ""
-
-#: CF7DBPlugin.php:78
-msgid "Administrator"
-msgstr "Administrator"
-
-#: CF7DBPlugin.php:80
-msgid "Editor"
-msgstr "Editor"
-
-#: CF7DBPlugin.php:82
-msgid "Author"
-msgstr "Autor"
-
-#: CF7DBPlugin.php:84
-msgid "Contributor"
-msgstr "Contributor"
-
-#: CF7DBPlugin.php:86
-msgid "Subscriber"
-msgstr "Abonat"
-
-#: CF7DBPlugin.php:88
-msgid "Anyone"
-msgstr "Oricine"
-
-#: CF7DBPlugin.php:251
-msgid "Missing form parameters"
-msgstr "Lipsesc parametrii formularului"
-
-#: CF7DBPlugin.php:255
-msgid "No such file."
-msgstr "Nu am gasit nici un fisier"
-
-#: CF7DBPlugin.php:268
-#: CF7DBPlugin.php:288
-msgid "Database Options"
-msgstr "Optiuni baza de date"
-
-#: CF7DBPlugin.php:286
-#: CF7DBPlugin.php:437
-msgid "Database"
-msgstr "Baza de date"
-
-#: CF7DBPlugin.php:290
-msgid "FAQ"
-msgstr "Intrebari si raspunsuri"
-
-#: CF7DBPlugin.php:478
-msgid "Rate this Plugin"
-msgstr "Evalueaza acest modul"
-
-#: CF7DBPlugin.php:484
-msgid "Documentation"
-msgstr "Documentatie"
-
-#: CF7DBPlugin.php:490
-msgid "Support"
-msgstr "Suport"
-
-#: CF7DBPlugin.php:496
-msgid "Privacy Policy"
-msgstr ""
-
-#: CF7DBPlugin.php:512
-msgid "No form submissions in the database"
-msgstr "Nu avem nimioc trimis in baza de date"
-
-#: CF7DBPlugin.php:571
-msgid "* Select a form *"
-msgstr "* Selecteaza un formular *"
-
-#: CF7DBPlugin.php:607
-msgid "Google Login for Upload"
-msgstr ""
-
-#: CF7DBPlugin.php:616
-msgid "Cannot perform operation because jQuery is not loaded in this page"
-msgstr ""
-
-#: CF7DBPlugin.php:656
-msgid "Excel Internet Query"
-msgstr ""
-
-#: CF7DBPlugin.php:659
-msgid "Excel CSV (UTF8-BOM)"
-msgstr ""
-
-#: CF7DBPlugin.php:662
-msgid "Excel TSV (UTF16LE-BOM)"
-msgstr ""
-
-#: CF7DBPlugin.php:665
-msgid "Plain CSV (UTF-8)"
-msgstr ""
-
-#: CF7DBPlugin.php:668
-msgid "Google Spreadsheet"
-msgstr ""
-
-#: CF7DBPlugin.php:671
-msgid "Google Spreadsheet Live Data"
-msgstr ""
-
-#: CF7DBPlugin.php:674
-msgid "HTML"
-msgstr "HTML"
-
-#: CF7DBPlugin.php:677
-msgid "JSON"
-msgstr "JSON"
-
-#: CF7DBPlugin.php:681
-msgid "Export"
-msgstr "Exporta"
-
-#: CF7DBPlugin.php:692
-msgid "Delete All This Form's Records"
-msgstr "Sterge toate inregistarile din toate fomularele"
-
-#: CF7DBPlugin.php:763
-msgid "Did you know: This plugin captures data from both these plugins:"
-msgstr "Stiai asta: Acest modul captureaza date din ambele plugin-uri:"
-
-#: CF7DBPlugin.php:772
-msgid "Did you know: You can add this data to your posts and pages using these shortcodes:"
-msgstr "Stiai acest lucru: Poti sa adaugi date la articolul tau sau pagina ta utilizand aceste shortcodes:"
-
-#: CF7DBPlugin.php:783
-msgid "Would you like to help translate this plugin into your language?"
-msgstr "Ai dori sa participi cu un mic ajutor la traducerea acestui modul in limba ta?"
-
-#: CF7DBPlugin.php:784
-msgid "How to create a translation"
-msgstr "Cum sa creeezi o traducere"
-
-#: CF7DBPlugin.php:795
-msgid "Query:"
-msgstr "Interogare:"
-
-#: CF7DBPlugin.php:816
-msgid "Cancel"
-msgstr "Renunta"
-
-#: CF7DBPlugin.php:818
-msgid "Upload"
-msgstr "Incarca"
-
-#: CF7DBPlugin.php:957
-msgid "next »"
-msgstr "urmator »"
-
-#: CF7DBPlugin.php:958
-msgid "« prev"
-msgstr "« precedent"
-
-#: CF7DBPlugin.php:975
-msgid "Returned entries %s to %s of %s entries in the database"
-msgstr "Afiseaza de la %s la %s din %s intrari in baza de date"
-
-#: ExportToGoogleLiveData.php:170
-msgid "How to Set up Google Spreadsheet to pull data from WordPress"
-msgstr "How sa setezi Google Spreadsheet pentru a prelua date din WordPress"
-
-#: ExportToGoogleSS.php:62
-msgid "Login Failed"
-msgstr "Autentificare esuata"
-
-#: ExportToGoogleSS.php:101
-msgid "New Google Spreadsheet"
-msgstr "Fisier nou Google Spreadsheet"
-
-#: ExportToGoogleSS.php:110
-msgid "Error"
-msgstr "Eroare"
-
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-ru_RU.mo b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-ru_RU.mo
deleted file mode 100644
index 17f2e5f5..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-ru_RU.mo and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-ru_RU.po b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-ru_RU.po
deleted file mode 100644
index a24d9b3d..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-ru_RU.po
+++ /dev/null
@@ -1,238 +0,0 @@
-# Copyright (C) 2011
-# This file is distributed under the same license as the package.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://wordpress.org/tag/contact-form-7-to-database-extension\n"
-"POT-Creation-Date: 2011-02-12 12:49:58+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2011-02-16 20:14+0200\n"
-"Last-Translator: Olkeksandr Matvieiev \n"
-"Language-Team: \n"
-"X-Poedit-Language: Russian\n"
-"X-Poedit-Country: RUSSIAN FEDERATION\n"
-
-#: contact-form-7-db.php:23
-msgid "Minimal version of PHP required: "
-msgstr "Версия PHP не менее:"
-
-#: contact-form-7-db.php:24
-msgid "Your server's PHP version: "
-msgstr "Ваша версия PHP (установленная на сервере):"
-
-#: contact-form-7-db.php:27
-msgid "When using the Apache web server, typically you can configure it to use PHP5 by doing the following:"
-msgstr "При использовании web-сервера Apache, чтобы использовать PHP5, обычно, нужно проделать следующее: "
-
-#: contact-form-7-db.php:29
-msgid "Locate and edit this file, located at the top directory of your WordPress installation: "
-msgstr "Найдите и отредактируйте этот файл, который расположен в корневой директории вашего WordPress:"
-
-#: contact-form-7-db.php:31
-msgid "Add these two lines to the file:"
-msgstr "Добавьте эти две строки к файлу:"
-
-#: ExportToJson.php:69
-#: CF7DBOptionsManager.php:278
-#: ExportToCsvUtf16le.php:32
-#: ExportToGoogleLiveData.php:29
-#: ExportToCsvUtf8.php:42
-#: ExportToGoogleSS.php:34
-#: ExportToHtmlTable.php:122
-#: ExportToValue.php:60
-#: getFile.php:32
-msgid "You do not have sufficient permissions to access this page."
-msgstr "Вы не обладаете достаточными правами для доступа к этой странице."
-
-#: CJ7DBCheckZendFramework.php:70
-msgid "Missing Zend Framework"
-msgstr "Отсутствует Zend Framework"
-
-#: CF7DBOptionsManager.php:296
-msgid "Settings"
-msgstr "Установки"
-
-#: CF7DBOptionsManager.php:321
-msgid "Save Changes"
-msgstr "Сохранить изменения"
-
-#: CF7DBOptionsManager.php:380
-#: CF7DBPlugin.php:71
-msgid "true"
-msgstr "правда (да)"
-
-#: CF7DBOptionsManager.php:381
-#: CF7DBPlugin.php:73
-msgid "false"
-msgstr "ложь (нет)"
-
-#: ExportToCsvUtf16le.php:50
-#: ExportToCsvUtf8.php:62
-msgid "Submitted"
-msgstr "Отправлено"
-
-#: ExportToGoogleLiveData.php:164
-msgid "How to Set up Google Spreadsheet to pull data from WordPress"
-msgstr "Как установить и настроить Google Spreadsheet для работы с данными из WordPress"
-
-#: ExportToGoogleSS.php:64
-msgid "Login Failed"
-msgstr "Неудачная авторизация"
-
-#: ExportToGoogleSS.php:100
-msgid "New Google Spreadsheet"
-msgstr "Новый документ Google Spreadsheet"
-
-#: ExportToGoogleSS.php:109
-msgid "Error"
-msgstr "Ошибка"
-
-#: ExportToHtmlTable.php:234
-msgid "Delete"
-msgstr "Удалить"
-
-#: CF7DBPlugin.php:49
-msgid "Can See Submission data"
-msgstr "Возможность просмотреть отправленные данные"
-
-#: CF7DBPlugin.php:51
-msgid "Can See Submission when using shortcodes"
-msgstr "Возможность просмотреть отправленные данные при помощи коротких кодов"
-
-#: CF7DBPlugin.php:53
-msgid "Can Delete Submission data"
-msgstr "Возможность удалять отправленные данные"
-
-#: CF7DBPlugin.php:55
-msgid "Use Javascript-enabled tables in Admin Database page"
-msgstr "Использовать таблицы Javascript на странице администрирования баз данных"
-
-#: CF7DBPlugin.php:56
-msgid "Show line breaks in submitted data table"
-msgstr "Показывать разрывы строк в таблице"
-
-#: CF7DBPlugin.php:57
-msgid "Use Custom Date-Time Display Format (below)"
-msgstr "Использовать произвольный формат Даты и Времени (ниже)"
-
-#: CF7DBPlugin.php:58
-msgid "Date-Time Display Format"
-msgstr "Формат отображения Даты и Времени"
-
-#: CF7DBPlugin.php:59
-msgid "Export URLs instead of file names for uploaded files"
-msgstr "Экспортировать адреса (URL) вместо имен для загруженных файлов"
-
-#: CF7DBPlugin.php:60
-msgid "Do not save fields in DB named (comma-separated list, no spaces)"
-msgstr "Не сохранять в базу данных поля формы с именем (список разделяется запятыми, пробелы не допускаются)"
-
-#: CF7DBPlugin.php:61
-msgid "Do not save forms in DB named (comma-separated list, no spaces)"
-msgstr "Не сохранять в базу данных формы с именем (список разделяется запятыми, пробелы не допускаются)"
-
-#: CF7DBPlugin.php:62
-msgid "Save Cookie Data with Form Submissions"
-msgstr "Сохранять данные cookies при отправке формы"
-
-#: CF7DBPlugin.php:63
-msgid "Save only cookies in DB named (comma-separated list, no spaces, and above option must be set to true)"
-msgstr "Сохранять в базе данных только эти cookies (список разделяется запятыми, пробелы не допускаются, и предыдущая опция должна быть установлена как ПРАВДА (ДА))"
-
-#: CF7DBPlugin.php:76
-msgid "Administrator"
-msgstr "Администратор"
-
-#: CF7DBPlugin.php:78
-msgid "Editor"
-msgstr "Редактор"
-
-#: CF7DBPlugin.php:80
-msgid "Author"
-msgstr "Автор"
-
-#: CF7DBPlugin.php:82
-msgid "Contributor"
-msgstr "Участник"
-
-#: CF7DBPlugin.php:84
-msgid "Subscriber"
-msgstr "Подписчик"
-
-#: CF7DBPlugin.php:86
-msgid "Anyone"
-msgstr "Кто угодно"
-
-#: CF7DBPlugin.php:212
-#: CF7DBPlugin.php:232
-msgid "Database Options"
-msgstr "Настройки базы данных"
-
-#: CF7DBPlugin.php:230
-#: CF7DBPlugin.php:381
-msgid "Database"
-msgstr "База данных"
-
-#: CF7DBPlugin.php:234
-#: CF7DBPlugin.php:420
-msgid "FAQ"
-msgstr "ЧАВО (часто задаваемые вопросы)"
-
-#: CF7DBPlugin.php:414
-msgid "Rate this Plugin"
-msgstr "Проголосовать за этот плагин"
-
-#: CF7DBPlugin.php:426
-msgid "Support"
-msgstr "Поддержка"
-
-#: CF7DBPlugin.php:440
-msgid "No form submissions in the database"
-msgstr "В базе данных нет записей"
-
-#: CF7DBPlugin.php:495
-msgid "Google Login for Upload"
-msgstr "Имя пользователя Google для загрузки"
-
-#: CF7DBPlugin.php:504
-msgid "Cannot perform operation because jQuery is not loaded in this page"
-msgstr "Невозможно выполнить операцию, так как jQuery не загружен с этой страницей "
-
-#: CF7DBPlugin.php:543
-msgid "Export"
-msgstr "Экспорт"
-
-#: CF7DBPlugin.php:553
-msgid "Delete All This Form's Records"
-msgstr "Удалить все записи этой формы"
-
-#: CF7DBPlugin.php:611
-msgid "Did you know: This plugin captures data from both these plugins:"
-msgstr "Знаете ли Вы, что: этот плагин работает с данными, получаемыми с помощью этих двух плагинов: "
-
-#: CF7DBPlugin.php:620
-msgid "Did you know: You can add this data to your posts and pages using these shortcodes:"
-msgstr "Знаете ли Вы, что: Вы можете добавлять данные к вашим записям и страницам, используя следующие короткие коды: "
-
-#: CF7DBPlugin.php:645
-msgid "Cancel"
-msgstr "Отменить"
-
-#: CF7DBPlugin.php:647
-msgid "Upload"
-msgstr "Загрузить"
-
-#: getFile.php:39
-msgid "Missing form parameters"
-msgstr "Отсутствуют параметры формы"
-
-#: getFile.php:44
-msgid "No such file."
-msgstr "Нет такого файла"
-
-#: CFDBShortCodeLoaderSecurityCheck.php:34
-msgid "Insufficient privileges to display data from form: "
-msgstr "Недостаточно прав для отображения данных из формы."
-
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-tr_TR.mo b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-tr_TR.mo
deleted file mode 100644
index 07b06820..00000000
Binary files a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-tr_TR.mo and /dev/null differ
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-tr_TR.po b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-tr_TR.po
deleted file mode 100644
index 4391a828..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension-tr_TR.po
+++ /dev/null
@@ -1,236 +0,0 @@
-# Copyright (C) 2011
-# This file is distributed under the same license as the package.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://wordpress.org/tag/contact-form-7-to-database-extension\n"
-"POT-Creation-Date: 2011-02-12 12:49:58+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2011-02-12 10:48-0500\n"
-"Last-Translator: oya \n"
-"Language-Team: \n"
-
-#: contact-form-7-db.php:23
-msgid "Minimal version of PHP required: "
-msgstr "PHP Minimal versiyon gereklidir:"
-
-#: contact-form-7-db.php:24
-msgid "Your server's PHP version: "
-msgstr "Kullanılan PHP Minimal versiyon:"
-
-#: contact-form-7-db.php:27
-msgid "When using the Apache web server, typically you can configure it to use PHP5 by doing the following:"
-msgstr "Apache web server kulananlar, genellikle aşağıdakini yaparak PHP5 kullanacak şekilde yapılandırabilirsiniz:"
-
-#: contact-form-7-db.php:29
-msgid "Locate and edit this file, located at the top directory of your WordPress installation: "
-msgstr "Bulun ve WordPress kurulum üst dizininde bulunan bu dosyayı düzenleyin:"
-
-#: contact-form-7-db.php:31
-msgid "Add these two lines to the file:"
-msgstr "Dosyaya şu iki satırı ekleyin:"
-
-#: ExportToJson.php:69
-#: CF7DBOptionsManager.php:278
-#: ExportToCsvUtf16le.php:32
-#: ExportToGoogleLiveData.php:29
-#: ExportToCsvUtf8.php:42
-#: ExportToGoogleSS.php:34
-#: ExportToHtmlTable.php:122
-#: ExportToValue.php:60
-#: getFile.php:32
-msgid "You do not have sufficient permissions to access this page."
-msgstr "Bu sayfaya erişmek için yeterli izinlere sahip değilsiniz."
-
-#: CJ7DBCheckZendFramework.php:70
-msgid "Missing Zend Framework"
-msgstr "Eksik Çerçeve Zend"
-
-#: CF7DBOptionsManager.php:296
-msgid "Settings"
-msgstr "Ayarları"
-
-#: CF7DBOptionsManager.php:321
-msgid "Save Changes"
-msgstr "Değişiklikleri Kaydet"
-
-#: CF7DBOptionsManager.php:380
-#: CF7DBPlugin.php:71
-msgid "true"
-msgstr "gerçek"
-
-#: CF7DBOptionsManager.php:381
-#: CF7DBPlugin.php:73
-msgid "false"
-msgstr "yanlış"
-
-#: ExportToCsvUtf16le.php:50
-#: ExportToCsvUtf8.php:62
-msgid "Submitted"
-msgstr "Teslim"
-
-#: ExportToGoogleLiveData.php:164
-msgid "How to Set up Google Spreadsheet to pull data from WordPress"
-msgstr " WordPress'den Google Spreadsheet'e veri çekme nasıl kurulur?"
-
-#: ExportToGoogleSS.php:64
-msgid "Login Failed"
-msgstr "Giriş Başarısız"
-
-#: ExportToGoogleSS.php:100
-msgid "New Google Spreadsheet"
-msgstr "Yeni Google Tablo-Spreadsheet"
-
-#: ExportToGoogleSS.php:109
-msgid "Error"
-msgstr "Hata"
-
-#: ExportToHtmlTable.php:234
-msgid "Delete"
-msgstr "Silmek"
-
-#: CF7DBPlugin.php:49
-msgid "Can See Submission data"
-msgstr "Teslim DATA Gör"
-
-#: CF7DBPlugin.php:51
-msgid "Can See Submission when using shortcodes"
-msgstr " Kod kullanırken Gönderme Görebililirsiniz"
-
-#: CF7DBPlugin.php:53
-msgid "Can Delete Submission data"
-msgstr "Gönderilen DATA Silmek"
-
-#: CF7DBPlugin.php:55
-msgid "Use Javascript-enabled tables in Admin Database page"
-msgstr "Admin Veritabaninda Javascript Yönetici tablosu kullanın"
-
-#: CF7DBPlugin.php:56
-msgid "Show line breaks in submitted data table"
-msgstr "Gönderilen veri tablosunda satır sonları göster"
-
-#: CF7DBPlugin.php:57
-msgid "Use Custom Date-Time Display Format (below)"
-msgstr "Özel Tarih Kullanım Format (aşağıda)"
-
-#: CF7DBPlugin.php:58
-msgid "Date-Time Display Format"
-msgstr "Tarih-Zaman Gosterimi"
-
-#: CF7DBPlugin.php:59
-msgid "Export URLs instead of file names for uploaded files"
-msgstr "Ihracat URL'ler yerine dosyanın yüklenen dosyalar için isimler"
-
-#: CF7DBPlugin.php:60
-msgid "Do not save fields in DB named (comma-separated list, no spaces)"
-msgstr "DB'de bu isimli alanları u> (virgülle ayrılmış liste, boşluksuz) Kaydetmeyin"
-
-#: CF7DBPlugin.php:61
-msgid "Do not save forms in DB named (comma-separated list, no spaces)"
-msgstr "DB'de formları u> (virgülle ayrılmış liste, boşluksuz) Kaydetmeyin"
-
-#: CF7DBPlugin.php:62
-msgid "Save Cookie Data with Form Submissions"
-msgstr "Verileri Gönderme Formunda Koru"
-
-#: CF7DBPlugin.php:63
-msgid "Save only cookies in DB named (comma-separated list, no spaces, and above option must be set to true)"
-msgstr "Sadece DATAbase isimli cookie'leri kaydet (virgülle ayrılmış bir liste, herhangi bir boşluk ve yukarıdaki seçeneği doğru ayarlanması gerekir)"
-
-#: CF7DBPlugin.php:76
-msgid "Administrator"
-msgstr "Yönetici"
-
-#: CF7DBPlugin.php:78
-msgid "Editor"
-msgstr "Editör"
-
-#: CF7DBPlugin.php:80
-msgid "Author"
-msgstr "Yazar"
-
-#: CF7DBPlugin.php:82
-msgid "Contributor"
-msgstr "Katılımcı"
-
-#: CF7DBPlugin.php:84
-msgid "Subscriber"
-msgstr "Abone"
-
-#: CF7DBPlugin.php:86
-msgid "Anyone"
-msgstr "Herkes"
-
-#: CF7DBPlugin.php:212
-#: CF7DBPlugin.php:232
-msgid "Database Options"
-msgstr "Veritabanı Seçenekleri"
-
-#: CF7DBPlugin.php:230
-#: CF7DBPlugin.php:381
-msgid "Database"
-msgstr "Veritabanı"
-
-#: CF7DBPlugin.php:234
-#: CF7DBPlugin.php:420
-msgid "FAQ"
-msgstr "Yardim"
-
-#: CF7DBPlugin.php:414
-msgid "Rate this Plugin"
-msgstr "Bu Plugin'i değerlendirin"
-
-#: CF7DBPlugin.php:426
-msgid "Support"
-msgstr "Destek"
-
-#: CF7DBPlugin.php:440
-msgid "No form submissions in the database"
-msgstr "veritabanında Form gönderimleri yok"
-
-#: CF7DBPlugin.php:495
-msgid "Google Login for Upload"
-msgstr "Yüklemek için Google Giriş"
-
-#: CF7DBPlugin.php:504
-msgid "Cannot perform operation because jQuery is not loaded in this page"
-msgstr "JQuery Bu sayfada yüklü olmadığı için işlemi olmaz"
-
-#: CF7DBPlugin.php:543
-msgid "Export"
-msgstr "ihracat"
-
-#: CF7DBPlugin.php:553
-msgid "Delete All This Form's Records"
-msgstr "Bu Formu Rekorlarınin Tümünü Sil"
-
-#: CF7DBPlugin.php:611
-msgid "Did you know: This plugin captures data from both these plugins:"
-msgstr "Bunu biliyor muydunuz: Bu, plugin bu iki plugin'den data alabilir:"
-
-#: CF7DBPlugin.php:620
-msgid "Did you know: You can add this data to your posts and pages using these shortcodes:"
-msgstr "Bunu biliyor muydunuz: Siz postalarınıza bu verileri bu shortcodelarla ekleyebilirsiniz:"
-
-#: CF7DBPlugin.php:645
-msgid "Cancel"
-msgstr "Iptal"
-
-#: CF7DBPlugin.php:647
-msgid "Upload"
-msgstr "Yükle"
-
-#: getFile.php:39
-msgid "Missing form parameters"
-msgstr "Eksik form parametreleri"
-
-#: getFile.php:44
-msgid "No such file."
-msgstr "Böyle bir dosya yok"
-
-#: CFDBShortCodeLoaderSecurityCheck.php:34
-msgid "Insufficient privileges to display data from form: "
-msgstr "Görüntülemek için yetersiz yetki:"
-
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension.pot b/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension.pot
deleted file mode 100644
index b7054bdb..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/languages/contact-form-7-to-database-extension.pot
+++ /dev/null
@@ -1,418 +0,0 @@
-# Copyright (C) 2010
-# This file is distributed under the same license as the package.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://wordpress.org/tag/contact-form-7-to-database-"
-"extension\n"
-"POT-Creation-Date: 2011-05-25 20:54:01+00:00\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME \n"
-"Language-Team: LANGUAGE \n"
-
-#: CFDBView.php:63
-msgid "Rate this Plugin"
-msgstr ""
-
-#: CFDBView.php:69 CFDBViewShortCodeBuilder.php:63
-#: CFDBViewShortCodeBuilder.php:522
-msgid "Documentation"
-msgstr ""
-
-#: CFDBView.php:75
-msgid "Support"
-msgstr ""
-
-#: CFDBView.php:81
-msgid "Privacy Policy"
-msgstr ""
-
-#: CF7DBPluginExporter.php:33
-msgid "Error: No \"form\" parameter submitted"
-msgstr ""
-
-#: contact-form-7-db.php:21
-msgid ""
-"Error: Contact Form to DB Plugin requires a newer version of PHP to be "
-"running."
-msgstr ""
-
-#: contact-form-7-db.php:23
-msgid "Minimal version of PHP required: "
-msgstr ""
-
-#: contact-form-7-db.php:24
-msgid "Your server's PHP version: "
-msgstr ""
-
-#: contact-form-7-db.php:27
-msgid ""
-"When using the Apache web server, typically you can configure it to use PHP5 "
-"by doing the following:"
-msgstr ""
-
-#: contact-form-7-db.php:29
-msgid ""
-"Locate and edit this file, located at the top directory of your WordPress "
-"installation: "
-msgstr ""
-
-#: contact-form-7-db.php:31
-msgid "Add these two lines to the file:"
-msgstr ""
-
-#: CJ7DBCheckZendFramework.php:72
-msgid "Missing Zend Framework"
-msgstr ""
-
-#: ExportBase.php:177
-msgid "You do not have sufficient permissions to access this data."
-msgstr ""
-
-#: CFDBShortcodeExportUrl.php:62 CFDBViewWhatsInDB.php:212
-msgid "Export"
-msgstr ""
-
-#: CF7DBOptionsManager.php:278 CF7DBPlugin.php:276
-#: ExportToGoogleLiveData.php:31
-msgid "You do not have sufficient permissions to access this page."
-msgstr ""
-
-#: CF7DBOptionsManager.php:296
-msgid "System Settings"
-msgstr ""
-
-#: CF7DBOptionsManager.php:298
-msgid "System"
-msgstr ""
-
-#: CF7DBOptionsManager.php:299
-msgid "PHP Version"
-msgstr ""
-
-#: CF7DBOptionsManager.php:300
-msgid "MySQL Version"
-msgstr ""
-
-#: CF7DBOptionsManager.php:303
-msgid "Settings"
-msgstr ""
-
-#: CF7DBOptionsManager.php:328
-msgid "Save Changes"
-msgstr ""
-
-#: CF7DBOptionsManager.php:387 CF7DBPlugin.php:76
-msgid "true"
-msgstr ""
-
-#: CF7DBOptionsManager.php:388 CF7DBPlugin.php:78
-msgid "false"
-msgstr ""
-
-#: CF7DBPlugin.php:48
-msgid "I have donated to this plugin"
-msgstr ""
-
-#: CF7DBPlugin.php:49
-msgid "Capture form submissions from Contact Form 7 Plugin"
-msgstr ""
-
-#: CF7DBPlugin.php:50
-msgid "Capture form submissions Fast Secure Contact Form Plugin"
-msgstr ""
-
-#: CF7DBPlugin.php:51
-msgid "Can See Submission data"
-msgstr ""
-
-#: CF7DBPlugin.php:53
-msgid "Can See Submission when using shortcodes"
-msgstr ""
-
-#: CF7DBPlugin.php:55
-msgid "Can Edit/Delete Submission data"
-msgstr ""
-
-#: CF7DBPlugin.php:57
-msgid "Maximum number of rows to retrieve from the DB for the Admin display"
-msgstr ""
-
-#: CF7DBPlugin.php:58
-msgid "Use Javascript-enabled tables in Admin Database page"
-msgstr ""
-
-#: CF7DBPlugin.php:59
-msgid "Show line breaks in submitted data table"
-msgstr ""
-
-#: CF7DBPlugin.php:60
-msgid "Use Custom Date-Time Display Format (below)"
-msgstr ""
-
-#: CF7DBPlugin.php:61
-msgid "Date-Time Display Format"
-msgstr ""
-
-#: CF7DBPlugin.php:62
-msgid "Export URLs instead of file names for uploaded files"
-msgstr ""
-
-#: CF7DBPlugin.php:63
-msgid "Do not save fields in DB named (comma-separated list, no spaces)"
-msgstr ""
-
-#: CF7DBPlugin.php:64
-msgid "Do not save forms in DB named (comma-separated list, no spaces)"
-msgstr ""
-
-#: CF7DBPlugin.php:65
-msgid "Save Cookie Data with Form Submissions"
-msgstr ""
-
-#: CF7DBPlugin.php:66
-msgid ""
-"Save only cookies in DB named (comma-separated list, no spaces, and above "
-"option must be set to true)"
-msgstr ""
-
-#: CF7DBPlugin.php:67
-msgid "Show the query used to display results"
-msgstr ""
-
-#: CF7DBPlugin.php:68
-msgid "Drop this plugin's Database table on uninstall"
-msgstr ""
-
-#: CF7DBPlugin.php:81
-msgid "Administrator"
-msgstr ""
-
-#: CF7DBPlugin.php:83
-msgid "Editor"
-msgstr ""
-
-#: CF7DBPlugin.php:85
-msgid "Author"
-msgstr ""
-
-#: CF7DBPlugin.php:87
-msgid "Contributor"
-msgstr ""
-
-#: CF7DBPlugin.php:89
-msgid "Subscriber"
-msgstr ""
-
-#: CF7DBPlugin.php:91
-msgid "Anyone"
-msgstr ""
-
-#: CF7DBPlugin.php:282
-msgid "Missing form parameters"
-msgstr ""
-
-#: CF7DBPlugin.php:286
-msgid "No such file."
-msgstr ""
-
-#: CF7DBPlugin.php:318 CF7DBPlugin.php:338
-msgid "Database Options"
-msgstr ""
-
-#: CF7DBPlugin.php:336 CF7DBPlugin.php:511
-msgid "Database"
-msgstr ""
-
-#: CF7DBPlugin.php:340
-msgid "Build Short Code"
-msgstr ""
-
-#: CF7DBPlugin.php:342
-msgid "FAQ"
-msgstr ""
-
-#: CF7DBPlugin.php:519
-msgid "Database Short Code"
-msgstr ""
-
-#: ExportToGoogleLiveData.php:170
-msgid "How to Set up Google Spreadsheet to pull data from WordPress"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:43
-msgid "No form submissions in the database"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:102 CFDBViewShortCodeBuilder.php:507
-msgid "* Select a form *"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:138
-msgid "Google Login for Upload"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:147
-msgid "Cannot perform operation because jQuery is not loaded in this page"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:187 CFDBViewShortCodeBuilder.php:668
-msgid "Excel Internet Query"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:190 CFDBViewShortCodeBuilder.php:659
-msgid "Excel CSV (UTF8-BOM)"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:193 CFDBViewShortCodeBuilder.php:662
-msgid "Excel TSV (UTF16LE-BOM)"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:196 CFDBViewShortCodeBuilder.php:665
-msgid "Plain CSV (UTF-8)"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:199
-msgid "Google Spreadsheet"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:202
-msgid "Google Spreadsheet Live Data"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:205
-msgid "HTML"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:208
-msgid "JSON"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:223
-msgid "Delete All This Form's Records"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:307
-msgid "Did you know: This plugin captures data from both these plugins:"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:318
-msgid ""
-"Did you know: You can add this data to your posts and pages using these "
-"shortcodes:"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:332
-msgid "Would you like to help translate this plugin into your language?"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:334
-msgid "How to create a translation"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:345
-msgid "Query:"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:367
-msgid "Cancel"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:369
-msgid "Upload"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:390
-msgid "next »"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:391
-msgid "« prev"
-msgstr ""
-
-#: CFDBViewWhatsInDB.php:408
-msgid "Returned entries %s to %s of %s entries in the database"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:151
-msgid "Error: \""
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:153
-msgid "\" should not contain double-quotes (\")"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:200
-msgid "Error: no form is chosen"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:221
-msgid ""
-"Warning: \"search\" field ignored because \"filter\" is used (use one but "
-"not both)"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:233
-msgid ""
-"Error: \"limit\": if you provide a value for \"Start Row\" then you must "
-"also provide a value for \"Num Rows\""
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:237
-msgid "Error: \"limit\": \"Num Rows\" must be a positive integer"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:244
-msgid "Error: \"limit\": \"Start Row\" must be a positive integer"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:494
-msgid "* Select a short code *"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:517
-msgid "Reset"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:525
-msgid "Which fields/columns do you want to display?"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:538
-msgid "Which rows/submissions do you want to display?"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:584
-msgid "HTML Table Formatting"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:599
-msgid "DataTable Options"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:604
-msgid "JSON Options"
-msgstr ""
-
-#: CFDBViewShortCodeBuilder.php:620
-msgid "VALUE Options"
-msgstr ""
-
-#: ExportToGoogleSS.php:62
-msgid "Login Failed"
-msgstr ""
-
-#: ExportToGoogleSS.php:101
-msgid "New Google Spreadsheet"
-msgstr ""
-
-#: ExportToGoogleSS.php:110
-msgid "Error"
-msgstr ""
-
-#: ExportToHtmlTable.php:158
-msgid "Delete"
-msgstr ""
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/readme.txt b/src/wp-content/plugins/contact-form-7-to-database-extension/readme.txt
deleted file mode 100644
index 8483924f..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/readme.txt
+++ /dev/null
@@ -1,207 +0,0 @@
-=== Contact Form 7 to Database Extension ===
-Contributors: msimpson
-Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=NEVDJ792HKGFN&lc=US&item_name=Wordpress%20Plugin&item_number=cf7%2dto%2ddb%2dextension¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
-Tags: contact form,database
-Requires at least: 3.0
-Tested up to: 3.1.3
-Stable tag: 1.8.6
-
-Extension to the Contact Form 7 plugin that saves submitted form data to the database.
-
-== Description ==
-
-Saves form submissions to the database that come from Contact Form 7 (CF7) plugin and/or Fast Secure Contact Form (FSCF) plugin.
-
-CF7 and FSCF are great plugins but but were lacking one thing...the ability to save the form data to the database.
-And if you get a lot of form submissions, then you end up sorting through a lot of email.
-This plugin-to-a-plugin provides that functionality.
-
-You will need to have CF7 and/or FSCF installed along with this plugin.
-When using CF7, this plugin also puts a menu item in the Administration Plugins menu where you can see the data in the database.
-When using FSCF, this plugin puts links on its Admin page.
-You can also use the [cfdb-html], [cfdb-table], [cfdb-datatable], [cfdb-value] and [cfdb-json] shortcodes to display the data on a non-admin page on your site.
-
-Disclaimer: I am not the maker of Contact Form 7 nor Fast Secure Contact Form and am not associated with the development of those plugins.
-
-== Installation ==
-
-1. Your WordPress site must be running PHP5 or better. This plugin will fail to activate if your site is running PHP4.
-1. Be sure that Contact Form 7 and/or Fast Secure Contact Form is installed and activated (this is an extension to them)
-1. Fast Secure Contact Form should be at least version 2.9.7
-
-Notes:
-
-* Installing this plugin creates its own table. If you uninstall it, it will delete its table and any data you have in it. (But you can deactivate it without loosing any data).
-* Tested on WP 3.0.1, PHP 5.2.13, MySQL 5.0 (Using 1and1 for hosting)
-
-== Frequently Asked Questions ==
-
-= Where can I find documentation on the plugin? =
-Refer the Plugin Site
-
-
-= Where do I see the data? =
-
-* Contact Form 7 Users: In the admin page, under CF7's top level "Contact" admin menu. Look for "Contact" -> "Database"
-* Fast Secure Contact Form Users: In the admin page, Plugins -> FS Contact Form Option, There is a "Database" link at the top of the page
-* For a direct link, use http:///wp-admin/admin.php?page=CF7DBPluginSubmissions
-
-= Can I display form data on a non-admin web page or in a post? =
-
-Yes, documentation on shortcodes `[cfdb-html]`, `[cfdb-datatable]`, `[cfdb-table]`, `[cfdb-json]` and `[cfdb-value]`, etc.
-
-= What is the name of the table where the data is stored? =
-
-`wp_CF7DBPlugin_SUBMITS`
-Note: if you changed your WordPress MySql table prefix from the default `wp_` to something else, then this table will also have that prefix instead of `wp_` (`$wpdb->prefix`)
-
-= If I uninstall the plugin, what happens to its data in the database? =
-
-The table and all its data are deleted when you uninstall but you can change a setting on the options page to
-prevent it from being deleted. You can always deactivate the plugin without loosing data.
-
-
-== Screenshots ==
-
-1. Admin Panel view of submitted form data
-
-== Changelog ==
-
-= 1.8.7 =
-* [cfdb-htm] now has wpautop option
-* Form input is not always run through stripslashes() regardless of whether or not get_magic_quotes_gpc is on. This is to be consistent with wp_magic_quotes always being called
-
-= 1.8.6 =
-* New shortcode: [cfdb-export-link]
-* Bug fix in JSON output
-
-= 1.8.5 =
-* Added Shortcode builder page
-* [cf7db-count] shortcode now supports counting all forms using form="*" or a list of forms using form="form1,form2,form3"
-* [cf7db-html] now has "filelinks" option useful for displaying image uploads.
-* Added options to turn on/off capturing form submissions from CF7 and FSCF
-
-= 1.8.4 =
-* Added cfdb_submit hook. See http://cfdbplugin.com/?page_id=377
-* Added delimiter option for [cfdb-value] shortcode, e.g. [cfdb-value delimiter=',']
-* Bug fix related to cfdb-value when not used as a shortcode (it was not observing show & hide options)
-* Now including DataTables distribution inside this distribution so that page does not reference scripts from another site (so sites using https have everything encrypted on the page)
-* In [cfdb-html] shortcode, now removing undesired leading "br" tag and ending "p" tag that WordPress injects. This was messing up table rows (tr tags) in the shortcode because WP was injecting line breaks between the rows.
-
-= 1.8.3 =
-* Minor bug fixes.
-
-= 1.8.2 =
-* Minor bug fixes.
-* Added option to not delete data on uninstall
-
-= 1.8.1 =
-* Fixed bug introduced in 1.8 where deleting individual rows from the admin page did nothing.
-
-= 1.8 =
-* New shortcodes [cfdb-html] and [cfdb-count]
-* New Shortcode option: 'limit'
-* New Shortcode option: 'orderby'
-* Performance/memory enhancements to enable plugin to handle large data volumes
-* Now capturing form submission times with microseconds to avoid collision of two submissions during the same second
-* Fixed to work with installations where wp-content is not at the standard location
-* Shortcode "show" and "hide" values can now use regular expressions to identify columns
-* Option to show database query text on Admin page
-
-= 1.7 =
-* Creating an export from the admin panel now filters rows based on text in the DataTable "Search" field.
-* [cfdb-json] now has "format" option.
-* Fixed bug where "Submitted" column would sometimes appear twice in shortcodes
-* Now can filter on "Submitted" column.
-* Admin Database page is now blank by default and you have to select a form to display.
-
-= 1.6.5 =
-* Now fully supports internationalization (i18n) but we need people to contribute more translation files.
-* DataTables (including those created by shortcodes) will automatically i18n based on translations available from DataTables.net
-* Italian translation courtesy of Gianni Diurno
-* Turkish translation courtesy of Oya Simpson
-* Admin page DataTable: removed horizontal scrolling because headers do not scroll with columns properly
-* Updated license to GPL3 from GPL2
-
-= 1.6.4 =
-* Bug fix: Fixed bug causing FireFox to not display DataTables correctly.
-
-= 1.6.3 =
-* Bug fix: Handling problem where user is unable to export from Admin page because jQuery fails to be loaded.
-
-= 1.6.2 =
-* Bug fix: avoiding inclusion of DataTables CSS in global admin because of style conflicts & efficiency
-
-= 1.6.1 =
-* Bug fix in CSV Exports where Submitted time format had a comma in it, the comma was being interpreted as a
-field delimiter.
-* Accounting for local timezone offset in display of dates
-
-= 1.6 =
-* Admin page for viewing data is not sortable and filterable
-* New shortcode: [cfdb-datatable] to putting sortable & filterable tables on posts and pages.
- This incorporates http://www.datatables.net
-* Option for display of localized date-time format for Submitted field based on WP site configuration in
-"Database Options" -> "Use Custom Date-Time Display Format"
-* Option to save Cookie data along with the form data. "Field names" of cookies will be "Cookie "
-See "Database Options" -> "Save Cookie Data with Form Submissions" and "Save only cookies in DB named"
-
-= 1.5 =
-* Now works with Fast Secure Contact Form (FSCF)
-* New shortcode `[cfdb-value]`
-* New shortcode `[cfdb-json]`
-* Renamed shortcode `[cf7db-table]` to `[cfdb-table]` (dropped the "7") but old one still works.
-* Added option to set roles that can see data when using `[cfdb-table]` shortcode
-* Can now specify per-column CSS for `[cfdb-table]` shortcode table (see FAQ)
-* Fixed bug with `[cfdb-table]` shortcode where the table aways appeared at the top of a post instead of embedded with the rest of the post text.
-
-= 1.4.5 =
-* Added a PHP version check. This Plugin Requires PHP5 or later. Often default configurations are PHP4. Now a more informative error is given when the user tries to activate the plugin with PHP4.
-
-= 1.4.4 =
-* If user is logged in when submitting a form, 'Submitted Login' is captured
-* `[cfdb-table]` shortcode options for filtering rows including using user variables (see FAQ)
-* `[cfdb-table]` shortcode options for CSS
-* Can exclude forms from being saved to DB by name
-
-= 1.4.2 =
-* Added `[cf7db-table]` shortcode to incorporate form data on regular posts and pages. Use `[cf7db-table form="your-form"]` with optional "show" and "hide: [cf7db-table form="your-form" show="field1,field2,field3"] (optionally show selected fields), [cf7db-table form="your-form" hide="field1,field2,field3"] (optionally hide selected fields)
-
-= 1.4 =
-* Added export to Google spreadsheet
-* Now saves files uploaded via a CF7 form. When defining a file upload in CF7, be sure to set a file size limit. Example: [file upload limit:10mb]
-* Made date-time format configurable.
-* Can specify field names to be excluded from being saved to the DB.
-* In Database page, the order of columns in the table follows the order of fields from the last form submitted.
-
-= 1.3 =
-* Added export to Excel Internet Query
-* "Submitted" now shows time with timezone instead of just the date.
-* The height of cells in the data display are limited to avoid really tall rows. Overflow cells will get a scroll bar.
-* Protection against HTML-injection
-* Option to show line breaks in multi-line form submissions
-* Added POT file for i18n
-
-= 1.2.1 =
-* Option for UTF-8 or UTF-16LE export. UTF-16LE works better for MS Excel for some people but does it not preserve line breaks inside a form entry.
-
-= 1.2 =
-* Admin menu now appears under CF7's "Contact" top level menu
-* Includes an Options page to configure who can see and delete submitted data in the database
-* Saves data in DB table as UTF-8 to support non-latin character encodings.
-* CSV Export now in a more Excel-friendly encoding so it can properly display characters from different languages
-
-= 1.1 =
-* Added Export to CSV file
-* Now can delete a row
-
-= 1.0 =
-* Initial Revision.
-
-== Upgrade Notice ==
-
-= 1.6 =
-New cool DataTable
-
-= 1.5 =
-Now works with Fast Secure Contact Form. Plus more and better shortcodes.
diff --git a/src/wp-content/plugins/contact-form-7-to-database-extension/uninstall.php b/src/wp-content/plugins/contact-form-7-to-database-extension/uninstall.php
deleted file mode 100644
index a3eadfe9..00000000
--- a/src/wp-content/plugins/contact-form-7-to-database-extension/uninstall.php
+++ /dev/null
@@ -1,29 +0,0 @@
-.
-*/
-
-if (!defined('ABSPATH') && !defined('WP_UNINSTALL_PLUGIN')) {
- exit();
-}
-
-require_once('CF7DBPlugin.php');
-$aPlugin = new CF7DBPlugin();
-$aPlugin->uninstall();
-
diff --git a/src/wp-content/plugins/wordpress-form-manager/ajax.php b/src/wp-content/plugins/wordpress-form-manager/ajax.php
deleted file mode 100644
index bd9996ef..00000000
--- a/src/wp-content/plugins/wordpress-form-manager/ajax.php
+++ /dev/null
@@ -1,291 +0,0 @@
-getFormID($formInfo['shortcode']);
- if(!($scID == false || $scID == $_POST['id'] || trim($formInfo['shortcode']) == "")){
- //get the old shortcode
- $formInfo['shortcode'] = $fmdb->getFormShortcode($_POST['id']);
- //save the rest of the form
- $fmdb->updateForm($_POST['id'], $formInfo);
-
- //now tell the user there was an error
- printf(__("Error: the shortcode '%s' is already in use. (other changes were saved successfully)", 'wordpress-form-manager'), $formInfo['shortcode']);
-
- die();
- }
-
- //no errors: save the form, return '1'
- $fmdb->updateForm($_POST['id'], $formInfo);
-
- if(!$fm_save_had_error)
- echo "1";
-
- die();
-}
-
-function fm_saveHelperGatherFormInfo(){
- global $fm_save_had_error;
-
- //collect the posted information
- $formInfo = array();
- $formInfo['title'] = $_POST['title'];
- $formInfo['labels_on_top'] = $_POST['labels_on_top'];
- $formInfo['submitted_msg'] = $_POST['submitted_msg'];
- $formInfo['submit_btn_text'] = $_POST['submit_btn_text'];
- $formInfo['show_title'] = ($_POST['show_title']=="true"?1:0);
- $formInfo['show_border'] = ($_POST['show_border']=="true"?1:0);
- $formInfo['shortcode'] = sanitize_title($_POST['shortcode']);
- $formInfo['label_width'] = $_POST['label_width'];
- $formInfo['required_msg'] = $_POST['required_msg'];
- $formInfo['template_values'] = $_POST['template_values'];
- $formInfo['show_summary'] = ($_POST['show_summary']=="true"?1:0);
- $formInfo['email_user_field'] = $_POST['email_user_field'];
- $formInfo['auto_redirect'] = ($_POST['auto_redirect']=="true"?1:0);
- $formInfo['auto_redirect_page'] = $_POST['auto_redirect_page'];
- $formInfo['auto_redirect_timeout'] = $_POST['auto_redirect_timeout'];
-
- //build the notification email list
- $emailList = explode(",", $_POST['email_list']);
- $valid = true;
- for($x=0;$x";
- echo $item['extra'];
- die();
- }
- $item['extra'] = $newExtra;
- }
- $formInfo['items'][] = $item;
- }
- }
-
- return $formInfo;
-}
-
-//insert a new form item
-add_action('wp_ajax_fm_new_item', 'fm_newItemAjax');
-function fm_newItemAjax(){
- global $fm_display;
- global $fmdb;
-
- $uniqueName = $fmdb->getUniqueItemID($_POST['type']);
-
- $str = "{".
- "'html':\"".addslashes(urlencode($fm_display->getEditorItem($uniqueName, $_POST['type'], null)))."\",".
- "'uniqueName':'".$uniqueName."'".
- "}";
-
- echo $str;
-
- die();
-}
-
-//Use the 'formelements' helpers
-add_action('wp_ajax_fm_create_form_element', 'fm_createFormElement');
-function fm_createFormElement(){
- //echo "".print_r($elem,true)."
";
- echo fe_getElementHTML($_POST['elem']);
- die();
-}
-
-//Create a CSV file for download
-add_action('wp_ajax_fm_create_csv', 'fm_createCSV');
-function fm_createCSV(){
- global $fmdb;
-
- /* translators: the date format for creating the filename of a .csv file. see http://php.net/date */
- $fname = $_POST['title']." (".date(__("m-y-d h-i-s", 'wordpress-form-manager')).").csv";
-
- $CSVFileFullPath = dirname(__FILE__)."/".get_option("fm-temp-dir")."/".sanitize_title($fname);
-
- $fmdb->writeFormSubmissionDataCSV($_POST['id'], $CSVFileFullPath);
-
- $fp = fopen(dirname(__FILE__)."/".get_option("fm-temp-dir")."/"."download.php", "w");
- fwrite($fp, fm_createDownloadFileContents($CSVFileFullPath, $fname));
- fclose($fp);
-
- echo plugins_url('/'.get_option("fm-temp-dir").'/', __FILE__)."download.php";
-
- die();
-}
-
-function fm_createDownloadFileContents($localFileName, $downloadFileName){
- $str = "";
-
- $str.= "";
-
- return $str;
-}
-
-//Download an uploaded file
-add_action('wp_ajax_fm_download_file', 'fm_downloadFile');
-function fm_downloadFile(){
- global $fmdb;
-
- $tmpDir = dirname(__FILE__)."/".get_option("fm-temp-dir")."/";
-
- $formID = $_POST['id'];
- $itemID = $_POST['itemid'];
- $timestamp = $_POST['timestamp'];
- $userName = $_POST['user'];
-
- $dataRow = $fmdb->getSubmission($formID, $timestamp, $userName, "`".$itemID."`");
-
- $fileInfo = unserialize($dataRow[$itemID]);
-
- fm_createFileFromDB($fileInfo['filename'], $fileInfo, $tmpDir);
-
- echo plugins_url('/'.get_option("fm-temp-dir").'/', __FILE__).$fileInfo['filename'];
-
- die();
-}
-
-add_action('wp_ajax_fm_download_all_files', 'fm_downloadAllFiles');
-function fm_downloadAllFiles(){
- global $fmdb;
- global $fm_controls;
-
- $tmpDir = dirname(__FILE__)."/".get_option("fm-temp-dir")."/";
-
- $formID = $_POST['id'];
- $itemID = $_POST['itemid'];
-
- $formInfo = $fmdb->getForm($formID);
-
- foreach($formInfo['items'] as $item){
- if($item['unique_name'] == $itemID){
- $itemLabel = $item['label'];
- $fileItem = $item;
- }
- }
-
- $formData = $fmdb->getFormSubmissionDataRaw($formID, 'timestamp', 'DESC', 0, 0);
- $files = array();
- foreach($formData as $dataRow){
- $fileInfo = unserialize($dataRow[$itemID]);
- if(sizeof($fileInfo) > 1){
- if(!isset($fileInfo['upload_dir'])){
- $fname = "(".$dataRow['timestamp'].") ".$fileInfo['filename'];
- $files[] = $tmpDir.$fname;
- fm_createFileFromDB($fname, $fileInfo, $tmpDir);
- }
- else{
- $files[] = $fm_controls['file']->parseUploadDir($fileItem['extra']['upload_dir']).$fileInfo['filename'];
- }
- }
- }
-
- if(sizeof($files) > 0){
-
- $zipFileName = $formInfo['title']." - ".$itemLabel.".zip";
- $zipFullPath = $tmpDir.sanitize_title($zipFileName);
- fm_createZIP($files, $zipFullPath);
-
- $fp = fopen(dirname(__FILE__)."/".get_option("fm-temp-dir")."/"."download.php", "w");
- fwrite($fp, fm_createDownloadFileContents($zipFullPath, $zipFileName));
- fclose($fp);
-
- echo plugins_url('/'.get_option("fm-temp-dir").'/', __FILE__)."download.php";
- die();
- }
- else{
- die();
- }
- die();
-}
-
-function fm_createFileFromDB($filename, $fileInfo, $dir){
- $fullpath = $dir.$filename;
- $fp = @fopen($fullpath,'wb') or die(__("Failed to open file", 'wordpress-form-manager'));
- fwrite($fp, $fileInfo['contents']);
- fclose($fp);
-}
-
-/* Below is from David Walsh (davidwalsh.name), slightly modified. Thanks Dave! */
-function fm_createZIP($files = array(),$destination = '') {
-
- //vars
- $valid_files = array();
- //if files were passed in...
- if(is_array($files)) {
- //cycle through each file
- foreach($files as $file) {
- //make sure the file exists
- if(file_exists($file)) {
- $valid_files[] = $file;
- }
- }
- }
- //if we have good files...
- if(count($valid_files)) {
- //create the archive
- $zip = new ZipArchive();
- if($zip->open($destination, ZIPARCHIVE::OVERWRITE | ZIPARCHIVE::CREATE | ZIPARCHIVE::FL_NODIR) !== true) {
- return false;
- }
- //add the files
- foreach($valid_files as $file) {
- $zip->addFile($file,basename($file));
- }
- //debug
- //echo 'The zip archive contains ',$zip->numFiles,' files with a status of ',$zip->status;
-
- //close the zip -- done!
- $zip->close();
-
- //check to make sure the file exists
- return file_exists($destination);
- }
- else
- {
- return false;
- }
-}
-?>
\ No newline at end of file
diff --git a/src/wp-content/plugins/wordpress-form-manager/api.php b/src/wp-content/plugins/wordpress-form-manager/api.php
deleted file mode 100644
index 0b536e54..00000000
--- a/src/wp-content/plugins/wordpress-form-manager/api.php
+++ /dev/null
@@ -1,243 +0,0 @@
-getFormID($formSlug);
- if($formID === false) return "(form ".(trim($formSlug)!=""?"'{$formSlug}' ":"")."not found".")";
-
- // see if 'orderby' is a valid unique name
- if($orderBy != 'timestamp' &&
- $orderBy != 'user' &&
- $orderBy != 'user_ip'){
-
- $orderByItem = $fmdb->getFormItem($orderBy);
- if($orderByItem === false) // not a valid unique name, but could be a nickname
- $orderByItem = $fmdb->getItemByNickname($formID, $orderBy);
- if($orderByItem === false) return "(orderby) ".$orderBy." not found";
-
- $orderBy = $orderByItem['unique_name'];
- }
-
- $currentPage = (isset($_REQUEST['fm-data-page']) ? $_REQUEST['fm-data-page'] : 0);
- $currentStartIndex = $currentPage * $dataPerPage;
-
- $submissionCount = $fmdb->getSubmissionDataCount($formID);
- $numPages = ceil($submissionCount / $dataPerPage);
- $pageLinkStr = "";
-
- $pageRoot = get_permalink();
- $pageRoot = substr($pageRoot, 0, strpos($pageRoot, "?"));
-
- // navigation
- $pageLinkStr = "";
- if($numPages > 1){
- $pageLinkStr = "";
- if($currentPage != 0)
- $pageLinkStr.= " ($currentPage - 1))))."\">< ";
- for($x=0;$x<$numPages;$x++){
- if($currentPage == $x)
- $pageLinkStr.= "".($x+1)." ";
- else
- $pageLinkStr.= " $x)))."\">".($x+1)." ";
- }
- if($currentPage != ($numPages - 1))
- $pageLinkStr.= " ($currentPage + 1))))."\">> ";
- $pageLinkStr.= "
";
- }
-
- // summaries
- $summaries = fm_getFormDataSummaries($formID, $template, $orderBy, $ord, $currentStartIndex, $dataPerPage);
- $summaryListStr = ''.implode('
', $summaries).'
';
-
- // put it all together
- return $pageLinkStr.
- $summaryListStr.
- $pageLinkStr;
-}
-
-//takes a form's slug as a string, returns an array of strings containing formatted data summaries, using the 'summary' template.
-function fm_getFormDataSummaries($formID, $template, $orderBy = 'timestamp', $ord = 'DESC', $startIndex = 0, $numItems = 30){
- global $fmdb;
- global $fm_display;
-
- $formInfo = $fmdb->getForm($formID);
-
- $formData = $fmdb->getFormSubmissionDataRaw($formID, $orderBy, strtoupper($ord), $startIndex, $numItems);
-
-
- $strArray = array();
- foreach($formData as $dataRow){
- $strArray[] = $fm_display->displayDataSummary($template, $formInfo, $dataRow);
- }
-
- return $strArray;
-}
-
-function fm_getFormID($formSlug){
- global $fmdb;
- return $fmdb->getFormID($formSlug);
-}
-
-//takes a form's slug as a string. It has the same behavior as using the shortcode. Displays the form (according to the set behavior), processes posts, etc.
-function fm_doFormBySlug($formSlug){
- global $fm_display;
- global $fmdb;
- global $current_user;
- global $fm_registered_user_only_msg;
-
- $formID = $fmdb->getFormID($formSlug);
- if($formID === false) return sprintf(__("(form %s not found)", 'wordpress-form-manager'), (trim($formSlug)!=""?"'{$formSlug}' ":""));
-
- $output = "";
-
- //get and parse the form settings
- $formInfo = $fmdb->getForm($formID);
- $arr = explode(",", $formInfo['behaviors']);
- $formBehaviors = array();
- foreach($arr as $v){
- $formBehaviors[$v] = true;
- }
-
- $userDataCount = $fmdb->getUserSubmissionCount($formID, $current_user->user_login);
-
- if($_POST['fm_id'] == $formID && (wp_verify_nonce($_POST['fm_nonce'],'fm-nonce') && ($userDataCount == 0 || !isset($formBehaviors['single_submission'])))){
- // process the post
- get_currentuserinfo();
-
- $overwrite = (isset($formBehaviors['display_summ']) || isset($formBehaviors['overwrite']));
- $postData = $fmdb->processPost($formID, array('user'=>$current_user->user_login, 'user_ip' => fm_get_user_IP()), $overwrite);
- foreach($formInfo['items'] as $item){
- //if($item['type'] != 'file')
- $postData[$item['unique_name']] = stripslashes($postData[$item['unique_name']]);
- }
-
- if($fmdb->processFailed()){
- return ''.$fmdb->getErrorMessage().''.
- $fm_display->displayForm($formInfo, array('action' => get_permalink(), 'use_placeholders' => false), $postData);
- }
- else{
- // send email notifications
-
- if($formInfo['use_advanced_email'] != 1){
-
- $formInfo['email_list'] = trim($formInfo['email_list']) ;
- $formInfo['email_user_field'] = trim($formInfo['email_user_field']);
-
- if($formInfo['email_list'] != ""
- || $formInfo['email_user_field'] != ""
- || $fmdb->getGlobalSetting('email_admin') == "YES"
- || $fmdb->getGlobalSetting('email_reg_users') == "YES"){
-
- $subject = get_option('blogname').": '".$formInfo['title']."' Submission";
- $message = $fm_display->displayDataSummary('email', $formInfo, $postData);
- $headers = 'MIME-Version: 1.0'."\r\n".
- 'Content-type: text/html'."\r\n".
- 'From: '.get_option('admin_email')."\r\n".
- 'Reply-To: '.get_option('admin_email')."\r\n";
-
- $temp = "";
- if($fmdb->getGlobalSetting('email_admin') == "YES")
- wp_mail(get_option('admin_email'), $subject, $message, $headers);
-
- if($fmdb->getGlobalSetting('email_reg_users') == "YES"){
- if(trim($current_user->user_email) != "")
- wp_mail($current_user->user_email, $subject, $message, $headers);
- }
- if($formInfo['email_list'] != "")
- wp_mail($formInfo['email_list'], $subject, $message, $headers);
-
- if($formInfo['email_user_field'] != "")
- wp_mail($postData[$formInfo['email_user_field']], $subject, $message, $headers);
-
- }
- }else{
- //use the advanced e-mail settings
- $advEmail = new fm_advanced_email_class($formInfo, $postData);
-
- $emails = $advEmail->generateEmails($formInfo['advanced_email']);
-
- foreach($emails as $email){
- $headerStr = "";
- foreach($email['headers'] as $header => $value)
- $headerStr.= $header.": ".$value."\r\n";
- wp_mail($email['to'], $email['subject'], $email['message'], $headerStr);
- }
- }
-
- //publish the submission as a post, if the form is set to do so
- if($formInfo['publish_post'] == 1){
- // Create post object
- $newPost = array(
- 'post_title' => sprintf($formInfo['publish_post_title'], $formInfo['title']),
- 'post_content' => $fm_display->displayDataSummary('summary', $formInfo, $postData),
- 'post_status' => 'publish',
- 'post_author' => 1,
- 'post_category' => array($formInfo['publish_post_category'])
- );
-
- // Insert the post into the database
- $postID = wp_insert_post($newPost, false);
- if($postID != 0){
- $fmdb->updateDataSubmissionRow($formInfo['ID'], $postData['timestamp'], $postData['user'], $postData['user_ip'], array('post_id' => $postID));
- }
- }
-
- //display the acknowledgment of a successful submission
- $output.= ''.$formInfo['submitted_msg'].'
';
-
- //show the automatic redirection script
- if($formInfo['auto_redirect']==1){
- $output.= "\n";
- }
-
- if(!isset($formBehaviors['display_summ']))
- return $output.
- ($formInfo['show_summary']==1 ? $fm_display->displayDataSummary('summary', $formInfo, $postData) : "");
- }
- }
-
- //'reg_user_only', block unregistered users
- if(isset($formBehaviors['reg_user_only']) && $current_user->user_login == "")
- return sprintf($fm_registered_user_only_msg, $formInfo['title']);
-
- //'display_summ', show previous submission if there is one and break
-
- if(isset($formBehaviors['display_summ'])){
- $userData = $fmdb->getUserSubmissions($formID, $current_user->user_login, true);
-
- if(sizeof($userData) > 0){ //only display a summary if there is a previous submission by this user
- if(!$_REQUEST['fm-edit-'.$formID] == '1'){
- if(!isset($formBehaviors['edit']))
- return $output.$fm_display->displayDataSummary('summary', $formInfo, $postData);
- else{
- $currentPage = get_permalink();
- $parsedURL = parse_url($currentPage);
- if(trim($parsedURL['query']) == "")
- $editLink = $curentPage."?fm-edit-".$formID."=1";
- else
- $editLink = $currentPage."&fm-edit-".$formID."=1";
-
- return $output.
- $fm_display->displayDataSummary('summary', $formInfo, $userData[0]).
- "Edit '".$formInfo['title']."'";
- }
- }
- else
- return $output.$fm_display->displayForm($formInfo, array('action' => get_permalink(), 'use_placeholders' => false), $userData[0]);
- }
- }
-
- //if we got this far, just display the form
- return $fm_display->displayForm($formInfo, array('action' => get_permalink()));
-}
-?>
\ No newline at end of file
diff --git a/src/wp-content/plugins/wordpress-form-manager/css/style.css b/src/wp-content/plugins/wordpress-form-manager/css/style.css
deleted file mode 100644
index 12197922..00000000
--- a/src/wp-content/plugins/wordpress-form-manager/css/style.css
+++ /dev/null
@@ -1,344 +0,0 @@
-/******************************************************************/
-/* CSS Document */
-
-/* ADMIN SIDE */
-
-
-.fm-editor{
- background-color:#fff;
- margin:0px;
- padding:10px;
-}
-
-.fm-editor a{
- cursor: pointer;
-}
-
-.edit-form-button{
- cursor: pointer;
-}
-
-/* control selector in the form editor */
-.fm-editor-controls{
- padding:5px 15px;
-}
-
-/* for the 'Settings' panel in the form editor */
-.fm-admin-field-wrap{
- padding:0px 10px;
- width:100%;
- height:45px;
-}
-
-/* 'fm-form-admin' is the wrapper class for admin panels */
-.fm-form-admin .handle{
- float:left;
-}
-
-.fm-form-admin label{
- display:block;
- text-align:left;
- width:280px;
- height:20px;
- float:left;
- font-size:13px;
-}
-.fm-form-admin .small, .fm-small{
- color:#666666;
- display:block;
- font-size:11px;
- font-weight:normal;
- text-align:left;
- float:left;
- width:280px;
- padding-top:3px;
-}
-.fm-form-admin input, .fm-form-admin select{
- font-size:12px;
- padding:4px 2px;
- margin:2px 0 20px 10px;
-}
-.fm-form-admin input[type='text']{
- width:300px;
-}
-
-.fm-form-admin select{
-}
-
-/* form item in the editor is in a table of class 'editor-item-table' */
-table.editor-item-table{
- width:100%;
-}
-
-table.editor-item-table tr{
-
-}
-
-table.editor-item-table td{
-}
-
-table.editor-item-table td label{
- float: left;
- /* width:100px; */
- text-align: left;
- margin-right: 0.5em;
- display:block;
- vertical-align:top;
-}
-table.editor-item-table td.editor-item-container{
- padding-top:0px;
- padding-bottom:2px;
-}
-td.editor-item-buttons{
- width:35px;
- vertical-align:top;
- padding:6px 5px;
-}
-
-.edit-form-menu-item{
- border:1px solid #000;
- padding-top:3px;
- /* width:455px; */
- style:block;
- margin-bottom:10px;
-}
-
-/* some of the editor items use a table of class 'editor-item' within the above 'editor-item-table' */
-table.editor-item{
- /* width:350px; */
- width:100%;
-}
-
-table.editor-item td{
- vertical-align:middle;
- text-align:left;
- padding:0px 10px;
- height:25px;
- /* border:1px solid #000; */
-}
-
-table.editor-item em{
- color:#FF0000;
- font-weight:bold;
-}
-
-td.editor-item-main{
- text-align:center;
-}
-
-table.editor-item td.editor-item-label{
- /* width:50%; */
- vertical-align:top;
- padding-top:4px;
-}
-
-td.editor-item-label{
- width:40%;
-}
-
-.editor-item-panel{
- padding:0px 10px 0px 0px;
- margin:0px;
- text-align:right;
-}
-.editor-panel-table{
- width:358px;
- padding-bottom:30px;
- margin:0px;
- float:right;
-}
-
-.editor-panel-table td input[type='text']{
- width:175px;
-}
-.editor-panel-table td select{
- width:175px;
-}
-
-.editor-panel-table td{
- /* vertical-align:top; */
- text-align:left;
-}
-
-.editor-panel-table label{
- padding-top:5px;
-}
-
-hr.edit-panel-sep{
- color:#AAA;
- background-color:#AAA;
- height:1px;
- border:0;
-}
-
-/* load saved fields menu bar */
-.load-saved-fields{
- text-align:right;
- margin-bottom:10px;
-}
-
-#fm-editor-tabs-wrap{
- margin-top:15px;
- border-bottom:1px solid #CCCCCC;
-}
-.fm-editor-tab{
-
-}
-
-/******************************************/
-/* Data summary */
-
-.fm-data-summary h3{
- font-weight:bold;
-}
-.fm-data-summary li{
- list-style:none;
-}
-.fm-data-summary-label{
- font-weight:bold;
-}
-.fm-data-summary-value{
-
-}
-.fm-data-summary-edit{
- float:right;
-}
-
-/* only shown within the 'data' page */
-
-.fm-data-summary-div{
- border: 1px dotted #999999;
- padding:10px;
- margin:20px;
-}
-
-.fm-data-edit-div{
- border-bottom: 1px dotted #999999;
- padding:10px;
- margin:20px;
-}
-
-.fm-download-link{
- cursor: pointer;
-}
-
-/******************************************/
-/* Condition editor */
-
-#fm-conditions-container{
-
-}
-
-#fm-conditions{
- margin-top:20px;
-}
-#fm-conditions li{
- padding:10px 10px;
- width:90%;
-}
-.condition-move{
- padding-right:15px;
- padding-top:5px;
- vertical-align:top;
-}
-.condition-test-list{
-}
-.condition-test-list li{
- width:100% !important;
- padding:3px 20px !important;
- margin:2px 0px !important;
-}
-.condition-test{
- background-color:#eee !important;
-}
-.condition-items-div{
- margin-top:20px;
- margin-left:20px;
-}
-.condition-item-list li{
- width:100% !important;
- padding:2px 0px !important;
- margin:0px 0px !important;
-}
-.condition-item{
-
-}
-
-table.condition-buttons td{
- padding-right:15px;
-}
-
-
-/******************************************************************/
-/* USER SIDE */
-
-
-.fm-form fieldset{
- border: 1px solid #000;
- padding:20px 20px 20px 10px;
-}
-
-.fm-form h3{
- font-weight:bold;
-}
-
-.fm-form legend{
- font-size:20px;
- margin:20px 20px 20px 10px;
-}
-
-.fm-form em{
- color:#FF0000;
- font-weight:bold;
- font-style: normal;
-}
-.fm-form .separator{
- font-size:15px;
- font-weight:bold;
- margin-top:20px;
-}
-
-.fm-form label{
- text-align: left;
- margin-right: 0.5em;
- display:block;
-}
-
-.fm-form input{
- margin:3px 0px 0px 0px;
- padding:0px 0px 0px 0px;
-}
-
-.fm-form input[type='checkbox']{
- margin-top:5px;
-}
-
-.fm-form table, .fm-form tr, .fm-form td{
- border:none !important;
- margin:0px !important;
- padding:0px !important;
- vertical-align:top;
-}
-
-.fm-form select{
- margin:0px 0px 0px 0px;
- padding:0px 0px 0px 0px;
-}
-
-.fm-form ul li:before{
- content:inherit;
-}
-
-.fm-form li{
- list-style:none !important;
- margin:0px 0px 10px 0px;
- padding:0px 0px 0px 0px;
-}
-
-.fm-form li.content{
- margin-bottom:20px;
-}
-
-.fm-form input.submit{
- float:right;
-}
\ No newline at end of file
diff --git a/src/wp-content/plugins/wordpress-form-manager/db.php b/src/wp-content/plugins/wordpress-form-manager/db.php
deleted file mode 100644
index 1a6faab4..00000000
--- a/src/wp-content/plugins/wordpress-form-manager/db.php
+++ /dev/null
@@ -1,1595 +0,0 @@
-formsTable = $formsTable;
- $this->itemsTable = $itemsTable;
- $this->settingsTable = $settingsTable;
- $this->templatesTable = $templatesTable;
- $this->conn = $conn;
- $this->cachedInfo = array();
- $this->lastPostFailed = false;
-
- $this->initDefaultSettings();
-}
-
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-
-function query($q){
- //echo ''.$q.'
';
- $res = mysql_query($q, $this->conn) or die(mysql_error());
- return $res;
-}
-
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-//Cache
-
-//the fm_db_class appears stateless to the user; however we can keep track of some things to make fewer queries.
-// the $cachedInfo variable is an array of arrays indexed by formID; this should only be used to cache data
-// that will not change (such as data table names) and may be queried more than once.
-protected $cachedInfo;
-
-protected function getCache($formID, $key){
- if(!isset($this->cachedInfo[$formID]) || !isset($this->cachedInfo[$formID][$key])) return null; //return null on cache miss, in order to distinguish from 'false'
- else return $this->cachedInfo[$formID][$key];
-}
-protected function setCache($formID, $key, $value){
- if(!isset($this->cachedInfo[$formID])) $this->cachedInfo[$formID] = array($key => $value);
- else $this->cachedInfo[$formID][$key] = $value;
-}
-
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-//values are the form defaults
-
-public $formSettingsKeys;
-public $itemKeys;
-public $globalSettings;
-
-function initDefaultSettings(){
-
-$this->formSettingsKeys = array(
- 'title' => '',
- 'submitted_msg' => '',
- 'submit_btn_text' => '',
- 'required_msg' => '',
- 'action' => '',
- 'data_index' => '',
- 'shortcode' => '',
- 'type' => 'form',
- 'email_list' => '',
- 'behaviors' => '',
- 'email_user_field' => '',
- 'form_template' => '',
- 'email_template' => '',
- 'summary_template' => '',
- 'template_values' => '',
- 'show_summary' => 0,
- 'use_advanced_email' => 0,
- 'advanced_email' => '',
- 'publish_post' => 0,
- 'publish_post_category' => '',
- 'publish_post_title' => '%s Submission',
- 'auto_redirect' => 0,
- 'auto_redirect_page' => 0,
- 'auto_redirect_timeout' => 5,
- 'conditions' => ''
- );
-
-$this->itemKeys = array (
- 'type' => 0,
- 'index' => 0,
- 'extra' => 0,
- 'nickname' => 0,
- 'label' => 0,
- 'required' => 0,
- 'db_type' => 0,
- 'description' => 0
- );
-
-
-$this->globalSettings = array(
- 'recaptcha_public' => '',
- 'recaptcha_private' => '',
- 'recaptcha_theme' => 'red',
- /* translators: the default name of a new form */
- 'title' => __("New Form", 'wordpress-form-manager'),
- 'submitted_msg' => 'Thank you! Your data has been submitted.',
- /* translators: the default message given if a required item is left blank. You must include a backslash before any single quotes */
- 'required_msg' => __("\'%s\' is required.", 'wordpress-form-manager'),
- 'email_admin' => "YES",
- 'email_reg_users' => "YES",
- 'template_form' => '',
- 'text_validator_count' => 4,
- 'text_validator_0' => array('name' => 'number',
- /* translators: the following are for the numbers only validator */
- 'label' => __('Numbers Only', 'wordpress-form-manager'),
- 'message' => __("'%s' must be a valid number", 'wordpress-form-manager'),
- 'regexp' => '/^\s*[0-9]*[\.]?[0-9]+\s*$/'
- ),
- 'text_validator_1' => array('name' => 'phone',
- /* translators: the following are for the phone number validator */
- 'label' => __('Phone Number', 'wordpress-form-manager'),
- 'message' => __("'%s' must be a valid phone number", 'wordpress-form-manager'),
- /* translators: the regular expression for US phone numbers (XXX XXX XXXX). */
- 'regexp' => __('/^.*[0-9]{3}.*[0-9]{3}.*[0-9]{4}.*$/', 'wordpress-form-manager')
- ),
- 'text_validator_2' => array('name' => 'email',
- /* translators: the following are for the e-mail validator */
- 'label' => __("E-Mail", 'wordpress-form-manager'),
- 'message' => __("'%s' must be a valid E-Mail address", 'wordpress-form-manager'),
- 'regexp' => '/^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$/'
- ),
- 'text_validator_3' => array('name' => 'date',
- /* translators: the following are for the date validator */
- 'label' => __("Date (MM/DD/YY)", 'wordpress-form-manager'),
- 'message' => __("'%s' must be a date (MM/DD/YY)", 'wordpress-form-manager'),
- 'regexp' => '/^([0-9]{1,2}[/]){2}([0-9]{2}|[0-9]{4})$/'
- )
- );
-}
-
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-// Database setup & removal
-
-
-function setupFormManager(){
-
- $charset_collate = $this->getCharsetCollation();
-
- require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
-
- //////////////////////////////////////////////////////////////////
- //form definitions table - stores ID, title, options, and name of data table for each form
-
- /*
- ID - stores the unique integer ID of the form
- title - form title
- submitted_msg - message displayed when user submits data
- submit_btn_text - text on the 'submit' button
- required_msg - message shown in the 'required' popup; use %s in the string to show the field label. If no string is given, default message is used.
- data_table - table where the form's submissions are stored
- action - form 'action' attribute
- data_index - data table primary key, if it has one
- shortcode - shortcode for the form in question (wordpress only)
- type - type of form ('form', 'template')
- email_list - list of e-mails to send notifications to
- behaviors - comma separated list of 'behaviors', such as reg_user_only, etc.
- email_user_field - the unique name of a field within the form that will contain an e-mail address upon submission, which will be sent a notification
- form_template - the file name of the form template to use. if blank, uses the default template
- email_template - same as above, as applies to email notifications
- summary_template - same as aoove, as applies to the summaries displayed for single submission / user profile style forms
- template_values - associative array of the template specific values, as set in the form editor
- show_summary - whether or not to show a summary of the submitted data along with the submission acknowledgment
- use_advanced_email - whether or not to override the 'E-Mail Notifications' settings on the main form editor
- advanced_email - the advanced email settings, a block of text defining e-mails, headers, etc.
- publish_post - whether or not to publish form submissions to a post category
- publish_post_category - the post category to publish submissions to
- publish_post_title - the title of published posts
- auto_redirect - whether or not to do the automatic redirect
- auto_redirect_page - the page / post ID of the page to go to after (timeout) seconds
- auto_redirect_timeout - the timeout for the automatic redirect
- conditions - associative array structure, specifying form interface behavior conditions (e.g., only show elements if other elements have certain values)
- */
-
-
- $sql = "CREATE TABLE `".$this->formsTable."` (
- `ID` INT DEFAULT '0' NOT NULL,
- `title` TEXT NOT NULL,
- `submitted_msg` TEXT NOT NULL,
- `submit_btn_text` VARCHAR( 32 ) DEFAULT '' NOT NULL,
- `required_msg` TEXT NOT NULL,
- `data_table` VARCHAR( 32 ) DEFAULT '' NOT NULL,
- `action` TEXT NOT NULL,
- `data_index` VARCHAR( 32 ) DEFAULT '' NOT NULL,
- `shortcode` VARCHAR( 64 ) DEFAULT '' NOT NULL,
- `type` VARCHAR( 32 ) DEFAULT '' NOT NULL,
- `email_list` TEXT NOT NULL,
- `behaviors` VARCHAR( 256 ) DEFAULT '' NOT NULL,
- `email_user_field` VARCHAR( 64 ) DEFAULT '' NOT NULL,
- `form_template` VARCHAR( 128 ) DEFAULT '' NOT NULL,
- `email_template` VARCHAR( 128 ) DEFAULT '' NOT NULL,
- `summary_template` VARCHAR( 128 ) DEFAULT '' NOT NULL,
- `template_values` TEXT NOT NULL,
- `show_summary` BOOL DEFAULT '0' NOT NULL,
- `use_advanced_email` BOOL DEFAULT '0' NOT NULL,
- `advanced_email` TEXT NOT NULL,
- `publish_post` BOOL DEFAULT '0' NOT NULL,
- `publish_post_category` TEXT NOT NULL,
- `publish_post_title` TEXT NOT NULL,
- `auto_redirect` BOOL DEFAULT '0' NOT NULL,
- `auto_redirect_page` INT DEFAULT '0' NOT NULL,
- `auto_redirect_timeout` INT DEFAULT '5' NOT NULL,
- `conditions` TEXT NOT NULL,
- PRIMARY KEY (`ID`)
- ) ".$charset_collate.";";
-
-
- dbDelta($sql);
-
- //create a settings row
- $this->initFormsTable();
-
- //////////////////////////////////////////////////////////////////
- //global settings table
-
- $sql = "CREATE TABLE " . $this->settingsTable . " (
- `setting_name` VARCHAR( 32 ) NOT NULL,
- `setting_value` TEXT NOT NULL,
- PRIMARY KEY (`setting_name`)
- ) ".$charset_collate.";";
-
- dbDelta($sql);
-
- $this->initSettingsTable();
-
- //////////////////////////////////////////////////////////////////
- //form items - stores the items on all forms
-
- $sql = "CREATE TABLE `".$this->itemsTable."` (
- `ID` INT NOT NULL ,
- `index` INT NOT NULL ,
- `unique_name` VARCHAR( 64 ) DEFAULT '' NOT NULL ,
- `type` VARCHAR( 32 ) DEFAULT '' NOT NULL ,
- `extra` TEXT NOT NULL ,
- `nickname` TEXT NOT NULL ,
- `label` TEXT NOT NULL ,
- `required` BOOL NOT NULL ,
- `db_type` VARCHAR( 32 ) DEFAULT '' NOT NULL ,
- `description` TEXT NOT NULL ,
- INDEX ( `ID` ) ,
- UNIQUE (`unique_name`)
- ) ".$charset_collate.";";
-
- dbDelta($sql);
-
- //////////////////////////////////////////////////////////////////
- //templates - even though these are used as files, they are kept track of by and stored in the database so they persist across updates
-
- $sql = "CREATE TABLE `".$this->templatesTable."` (
- `title` TEXT NOT NULL,
- `filename` TEXT NOT NULL,
- `content` TEXT NOT NULL,
- `status` VARCHAR( 32 ) DEFAULT '' NOT NULL,
- `modified` BIGINT NOT NULL
- ) ".$charset_collate.";";
-
- dbDelta($sql);
-}
-
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-// for upgrading the database
-
-//fix the collation on the data tables
-function fixCollation(){
-
- $charset_collate = $this->getCharsetCollation();
-
- //build a list of tables to fix
- $tableList = array($this->formsTable, $this->itemsTable, $this->settingsTable);
-
- $formList = $this->getFormList();
- if(sizeof($formList) > 0)
- foreach($formList as $form)
- $tableList[] = $form['data_table'];
-
- //fix the tables
- foreach($tableList as $table){
- $q = "ALTER TABLE `".$table."` DEFAULT ".$charset_collate;
- $this->query($q);
-
- $q = "SHOW FULL COLUMNS FROM `".$table."`";
- $res = $this->query($q);
- $cols = array();
- while($row = mysql_fetch_assoc($res))
- if(!is_null($row['Collation']))
- $cols[] = $row;
-
- if(sizeof($cols)>0){
- $q = "ALTER TABLE `".$table."` ";
- for($x=0;$xquery($q);
- }
-
- mysql_free_result($res);
- }
-}
-
-function getCharsetCollation(){
- global $wpdb;
-
- //establish the current charset / collation
- if (!empty($wpdb->charset))
- $charset_collate = "CHARACTER SET ".$wpdb->charset;
- if (!empty($wpdb->collate))
- $charset_collate.= " COLLATE ".$wpdb->collate;
-
- return $charset_collate;
-}
-
-//converts from storing certain appearance settings as columns in the database versus options in the standard template
-function convertAppearanceSettings(){
-
- //check if this is a fresh install
- $q = "SHOW TABLES LIKE '".$this->formsTable."'";
- $res = $this->query($q);
- if(mysql_num_rows($res) == 0) return false;
-
- //check if the old columns exist; if not, no need to do anything
- $q = "SHOW COLUMNS FROM `".$this->formsTable."`";
- $res = $this->query($q);
- $found = false;
- while($row = mysql_fetch_assoc($res))
- if($row['Field'] == 'labels_on_top')
- $found = true;
-
- mysql_free_result($res);
-
- if(!$found) return false;
-
- $q = "ALTER TABLE `".$this->formsTable."` ADD `template_values` TEXT NOT NULL ";
- $this->query($q);
-
- $q = "SELECT * FROM `".$this->formsTable."`";
- $res = $this->query($q);
- $forms = array();
- while($row = mysql_fetch_assoc($res)){
- $forms[] = $row;
- }
- mysql_free_result($res);
-
- foreach($forms as $form){
- $values = array( 'showFormTitle' => ($form['show_title']==1?"true":"false"),
- 'showBorder' => ($form['show_border']==1?"true":"false"),
- 'labelPosition' => ($form['labels_on_top']==1?"top":"left"),
- 'labelWidth' => $form['label_width']
- );
- $q = "UPDATE `".$this->formsTable."` SET `template_values` = '".addslashes(serialize($values))."' WHERE `ID` = '".$form['ID']."'";
- $this->query($q);
- }
-
- $q = "ALTER TABLE `".$this->formsTable."`
- DROP `labels_on_top`,
- DROP `show_title`,
- DROP `show_border`,
- DROP `label_width`;";
- $this->query($q);
-}
-
-//fix data tables for versions prior to 1.4.3; adds a column for the user's IP address
-function updateDataTables(){
- $q = "SELECT `ID`, `data_table` FROM `".$this->formsTable."` WHERE `ID` > 0";
- $res = $this->query($q);
- $dataTables = array();
- while($row = mysql_fetch_assoc($res)){
- $dataTables[] = $row['data_table'];
- }
- mysql_free_result($res);
- foreach($dataTables as $dataTable){
- $q = "SHOW COLUMNS FROM `".$dataTable."`";
- $res = $this->query($q);
- $found = false;
- $postIDfound = false;
- while($row = mysql_fetch_assoc($res)){
- if($row['Field'] == 'user_ip')
- $found = true;
- if($row['Field'] == 'post_id')
- $postIDfound = true;
- }
- mysql_free_result($res);
-
- if(!$found){
- $q = "ALTER TABLE `".$dataTable."` ADD `user_ip` VARCHAR( 64 ) DEFAULT '' NOT NULL";
- $this->query($q);
- }
- if(!$postIDfound){
- $q = "ALTER TABLE `".$dataTable."` ADD `post_id` INT DEFAULT '0' NOT NULL";
- $this->query($q);
- }
- }
-}
-
-function fixTemplatesTableModified(){
- $q = "SHOW COLUMNS FROM `".$this->templatesTable."`";
- $res = $this->query($q);
- while($row = mysql_fetch_assoc($res)){
- if($row['Field'] == 'modified' && strpos(strtolower($row['Type']), 'bigint') !== false){
- $q = "ALTER TABLE `".$this->templatesTable."` CHANGE `modified` `modified` BIGINT NOT NULL ";
- $this->query($q);
- }
- }
- mysql_free_result($res);
-}
-
-function fixDBTypeBug(){
- $q = "SELECT `unique_name`, `db_type` FROM `".$this->itemsTable."` WHERE `db_type` LIKE '%DEFAULT%'";
- $res = $this->query($q);
- while($row = mysql_fetch_assoc($res)){
- $dbType = $row['db_type'];
- $dbType = substr($dbType, 0, strpos($dbType, 'DEFAULT') + 7)." \'\'";
- $q = "UPDATE `".$this->itemsTable."` SET `db_type` = '".$dbType."' WHERE `unique_name` = '".$row['unique_name']."'";
- $this->query($q);
- }
- mysql_free_result($res);
-}
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-
-function removeFormManager(){
- $q = "SHOW TABLES LIKE '{$this->formsTable}'";
- $res = $this->query($q);
- if(mysql_num_rows($res)>0){
- mysql_free_result($res);
- $q = "SELECT `data_table` FROM `{$this->formsTable}`";
- $res = $this->query($q);
- while($row=mysql_fetch_assoc($res)){
- if($row['data_table'] != ""){
- $q = "SHOW TABLES LIKE '".$row['data_table']."'";
- $r = $this->query($q);
- if(mysql_num_rows($r) > 0){
- $q="DROP TABLE IF EXISTS `".$row['data_table']."`";
- $this->query($q);
- }
- mysql_free_result($r);
- }
- }
- mysql_free_result($res);
- }
- else
- mysql_free_result($res);
-
- $q = "DROP TABLE IF EXISTS `{$this->formsTable}`";
- $this->query($q);
- $q = "DROP TABLE IF EXISTS `{$this->itemsTable}`";
- $this->query($q);
- $q = "DROP TABLE IF EXISTS `{$this->settingsTable}`";
- $this->query($q);
- $q = "DROP TABLE IF EXISTS `{$this->templatesTable}`";
- $this->query($q);
-}
-
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-// Templates
-
-function storeTemplate($filename, $title, $content, $modified){
- $this->removeTemplate($filename);
-
- $q = "INSERT INTO `".$this->templatesTable."` SET ".
- "`title` = '".addslashes($title)."', ".
- "`filename` = '".addslashes($filename)."', ".
- "`content` = '".addslashes($content)."', ".
- "`modified` = '".addslashes($modified)."'";
- $this->query($q);
-}
-function getTemplate($filename, $content = true){
- if($content)
- $q = "SELECT * FROM `".$this->templatesTable."` WHERE `filename` = '".$filename."'";
- else
- $q = "SELECT `title`, `filename`, `status`, `modified` FROM `".$this->templatesTable."` WHERE `filename` = '".$filename."'";
- $res = $this->query($q);
- $row = mysql_fetch_assoc($res);
- mysql_free_result($res);
- return $row;
-}
-function getTemplateList(){
- $q = "SELECT `title`, `filename`, `modified` FROM `".$this->templatesTable."`";
- $res = $this->query($q);
- $list = array();
- while($row = mysql_fetch_assoc($res)){
- $list[$row['filename']] = $row;
- }
- mysql_free_result($res);
- return $list;
-}
-function removeTemplate($filename){
- $q = "DELETE FROM `".$this->templatesTable."` WHERE `filename` = '".$filename."'";
- $this->query($q);
-}
-
-function flushTemplates(){
- $q = "TRUNCATE TABLE `".$this->templatesTable."`";
- $this->query($q);
-}
-
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-// Form Settings
-
-public function getTextValidators(){
- $arr = array();
- $count = $this->getGlobalSetting('text_validator_count');
- for($x=0;$x<$count;$x++){
- $val = $this->getGlobalSetting('text_validator_'.$x);
- $arr[$val['name']] = $val;
- }
- return $arr;
-}
-
-public function setTextValidators($validatorList){
- $x=0;
- foreach($validatorList as $validator)
- $this->setGlobalSetting('text_validator_'.$x++, $validator, true);
- $this->setGlobalSetting('text_validator_count', sizeof($validatorList));
-}
-
-public function setFormSettingsDefaults($opt){
- foreach($this->formSettingsKeys as $k=>$v){
- if(array_key_exists($k, $opt)) $this->formSettingsKeys[$k] = $opt[$k];
- }
-}
-
-function initFormsTable(){
- //see if a settings row exists
- $q = "SELECT * FROM `".$this->formsTable."` WHERE `ID` < 0";
- $res = $this->query($q);
- if(mysql_num_rows($res) == 0){
- $q = $this->getDefaultSettingsQuery();
- }
- mysql_free_result($res);
- $this->query($q);
-}
-
-function initSettingsTable(){
- foreach($this->globalSettings as $k=>$v){
- $this->setGlobalSetting($k, $v, false);
- }
-
- //Add any default validators that aren't in the database
- $validators = $this->getTextValidators();
- for($x=0;$x<$this->globalSettings['text_validator_count'];$x++){
- $name = $this->globalSettings['text_validator_'.$x]['name'];
- if(!isset($validators[$name]))
- $validators[$name] = $this->globalSettings['text_validator_'.$x];
- }
- $this->setTextValidators($validators);
-}
-
-//returns true if something was written, false otherwise.
-// $overwrite : overwrite the old setting, if one exists.
-function setGlobalSetting($settingName, $settingValue, $overwrite = true){
- $val = $this->getGlobalSetting($settingName);
- if(is_array($settingValue))
- $settingValue = addslashes(serialize($settingValue));
- if($val === false){
- $q = "INSERT INTO `".$this->settingsTable."` SET `setting_name` = '{$settingName}', `setting_value` = '{$settingValue}'";
- $this->query($q);
- return true;
- }
- else if($overwrite){
- $q = "UPDATE `".$this->settingsTable."` SET `setting_value` = '{$settingValue}' WHERE `setting_name` = '{$settingName}'";
- $this->query($q);
- return true;
- }
- return false;
-}
-
-function getGlobalSetting($settingName){
- $q = "SELECT `setting_value` FROM `".$this->settingsTable."` WHERE `setting_name` = '".$settingName."'";
- $res = $this->query($q);
- if(mysql_num_rows($res) == 0) return false;
- $row = mysql_fetch_assoc($res);
- mysql_free_result($res);
- if(is_serialized($row['setting_value']))
- return unserialize($row['setting_value']);
- return $row['setting_value'];
-}
-
-function getGlobalSettings(){
- $q = "SELECT * FROM `".$this->settingsTable."`";
- $res = $this->query($q);
- $vals = array();
- while($row = mysql_fetch_assoc($res)){
- if(is_serialized($row['setting_value']))
- $row['setting_value'] = unserialize($row['setting_value']);
- $vals[$row['setting_name']] = $row['setting_value'];
- }
- mysql_free_result($res);
- return $vals;
-}
-
-//generate the default form settings query
-function getDefaultSettingsQuery(){
- $q = "INSERT INTO `".$this->formsTable."` SET `ID` = '-1' ";
- foreach($this->formSettingsKeys as $setting=>$value)
- $q.=", `{$setting}` = '{$value}'";
- return $q;
-}
-
-// Get the default settings row
-function getSettings(){
- $formSettingsRow = $this->formSettingsKeys;
- $settingsTableData = $this->getGlobalSettings();
- foreach($formSettingsRow as $k=>$v){
- if(isset($settingsTableData[$k]))
- $formSettingsRow[$k] = $settingsTableData[$k];
- }
- return $formSettingsRow;
-}
-
-// Get a particular setting
-function getSetting($settingName){
- $val = $this->getGlobalSetting($settingName);
- if($val !== false) return $val;
- $q = "SELECT `".$settingName."` FROM `".$this->formsTable."` WHERE `ID` < 0";
- $this->query($q);
- $row = mysql_fetch_assoc($res);
- mysql_free_result($res);
- return stripslashes($row[$settingName]);
-}
-
-// Get a new unique form (integer) ID
-function getUniqueFormID(){
- $q = "SELECT `ID` FROM `".$this->formsTable."` WHERE `ID` < 0";
- $res = $this->query($q);
- $row = mysql_fetch_assoc($res);
- $intID = (int)$row['ID'];
- $nextID = $intID - 1;
- $q = "UPDATE `".$this->formsTable."` SET `ID` = '".$nextID."' WHERE `ID` = '".$intID."'";
- $this->query($q);
- mysql_free_result($res);
- return $intID*(-1);
-}
-
-function getUniqueItemID($type){
- return uniqid($type."-");
-}
-
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-// Forms
-
-//////////////////////////////////////////////////////////////////
-//Submission data
-function isForm($formID){
- $q = "SELECT `ID` FROM `{$this->formsTable}` WHERE `ID` = '{$formID}'";
- $res = $this->query($q);
- $n = mysql_num_rows($res);
- mysql_free_result($res);
- return ($n>0);
-}
-
-function processPost($formID, $extraInfo = null, $overwrite = false){
- global $fm_controls;
- global $msg;
- $this->lastPostFailed = false;
- $formInfo = $this->getForm($formID);
- $dataTable = $this->getDataTableName($formID);
- $postData = array();
- foreach($formInfo['items'] as $item){
- $processed = $fm_controls[$item['type']]->processPost($item['unique_name'], $item);
- if($processed === false){
- $this->lastPostFailed = true;
- }
- if($item['db_type'] != "NONE")
- $postData[$item['unique_name']] = $processed;
- }
- if($extraInfo != null && is_array($extraInfo) && sizeof($extraInfo)>0){
- $postData = array_merge($postData, $extraInfo);
- }
-
- //generate a timestamp
- $q = "SELECT NOW()";
- $res = $this->query($q);
- $row = mysql_fetch_array($res);
- mysql_free_result($res);
- $postData['timestamp'] = $row[0];
-
- if($this->lastPostFailed === false){
- if($overwrite){
- $q = "DELETE FROM `{$dataTable}` WHERE `user` = '".$postData['user']."'";
- $this->query($q);
- }
- $this->insertSubmissionData($dataTable, $postData);
- }
-
- return $postData;
-}
-
-function processFailed(){
- return $this->lastPostFailed;
-}
-function setErrorMessage($message, $for = ""){
- $this->lastErrorMessage = $message;
- $this->lastUniqueName = $for;
-}
-function getErrorMessage(){
- return $this->lastErrorMessage;
-}
-function getErrorUniqueName(){
- return $this->lastUniqueName;
-}
-
-function insertSubmissionData($dataTable, $postData){
- $q = "INSERT INTO `{$dataTable}` SET ";
- $arr = array();
- foreach($postData as $k=>$v)
- $arr[] = "`{$k}` = '".$v."'";
- $q .= implode(",",$arr);
- $this->query($q);
-}
-
-function writeFormSubmissionDataCSV($formID, $fname){
- $formInfo = $this->getForm($formID);
- $data = $this->getFormSubmissionData($formID, 'timestamp', 'DESC', 0, 0);
-
- $data = $data['data'];
- //store the lines in an array
- $csvRows = array();
-
- //store each name in an array
- $fieldNames=array();
-
- //index form fields by unique_name, remove fields with no data
- $newItems = array();
- foreach($formInfo['items'] as $item){
- if($item['db_type'] != "NONE")
- $newItems[$item['unique_name']] = $item;
- }
- $formInfo['items'] = $newItems;
-
- //add the field headers
- $fieldNames[] = 'timestamp';
- $fieldNames[] = 'user';
- $fieldNames[] = 'user_ip';
- foreach($formInfo['items'] as $k=>$v){
- if(!isset($formInfo['items'][$k])) $label = $k;
- else if(trim($formInfo['items'][$k]['nickname']) != '') $label = $formInfo['items'][$k]['nickname'];
- else $label = $formInfo['items'][$k]['label'];
-
- $fieldNames[] = $label;
- }
-
- $csvRows[] = $fieldNames;
-
- if($data !== false){
- foreach($data as $dataRow){
- $dataItems=array();
- $dataItems[] = $dataRow['timestamp'];
- $dataItems[] = $dataRow['user'];
- $dataItems[] = $dataRow['user_ip'];
- foreach($formInfo['items'] as $k=>$v){
- $dataItems[] = $dataRow[$k];
- }
- $csvRows[] = $dataItems;
- }
- }
-
- //use the stream capture to get the CSV formatted data, since we need to mess with the encoding later
- ob_start();
-
- $fp = fopen("php://output",'w');
-
- //use fputcsv instead of reinventing the wheel:
- foreach($csvRows as $csvRow){
- fputcsv($fp, $csvRow, chr(9));
- }
-
- fclose($fp);
-
- $str = ob_get_contents();
- ob_end_clean();
-
- $fp = fopen($fname, 'w') or die(__("Failed to open file", 'wordpress-form-manager').": '".$php_errormsg."'");
-
- //Properly encode the CSV so Excel can open it: Credit for this goes to someone called Eugene Murai
- $tmp = chr(255).chr(254).mb_convert_encoding( $str, 'UTF-16LE', 'UTF-8');
- $write = fwrite( $fp, $tmp );
-
- fclose($fp);
-}
-
-function getFormSubmissionData($formID, $orderBy = 'timestamp', $ord = 'DESC', $startIndex = 0, $numItems = 30){
- global $fm_controls;
-
- $formInfo = $this->getForm($formID);
- $postData = $this->getFormSubmissionDataRaw($formID, $orderBy, $ord, $startIndex, $numItems);
- $postCount = $this->getSubmissionDataNumRows($formID);
-
- if($postData === false) return false;
- foreach($postData as $index=>$dataRow){
- foreach($formInfo['items'] as $item){
- $postData[$index][$item['unique_name']] = $fm_controls[$item['type']]->parseData($item['unique_name'], $item, $dataRow[$item['unique_name']]);
- }
- }
-
- $dataInfo = array();
- $dataInfo['data'] = $postData;
- $dataInfo['count'] = $postCount;
- return $dataInfo;
-}
-
-// returns all the form rows, but only the timestamp, user, and IP address columns
-function getFormSubmissionUserData($formID){
- $dataTable = $this->getDataTableName($formID);
- $q = "SELECT `timestamp`, `user`, `user_ip` FROM `{$dataTable}`";
- $data = array();
- $res = $this->query($q);
- while($row = mysql_fetch_assoc($res))
- $data[] = $row;
- mysql_free_result($res);
- return $data;
-}
-
-function getFormSubmissionDataRaw($formID, $orderBy = 'timestamp', $ord = 'DESC', $startIndex = 0, $numItems = 30){
- $dataTable = $this->getDataTableName($formID);
- if( $numItems == 0 )
- $q = "SELECT * FROM `{$dataTable}` ORDER BY `{$orderBy}` {$ord}";
- else
- $q = "SELECT * FROM `{$dataTable}` ORDER BY `{$orderBy}` {$ord} LIMIT {$startIndex}, {$numItems}";
- $res = $this->query($q);
- if(mysql_num_rows($res) == 0) return array();
- $data=array();
- while($row = mysql_fetch_assoc($res)){
- $data[] = $row;
- }
- mysql_free_result($res);
- return $data;
-}
-
-function clearSubmissionData($formID){
- $dataTable = $this->getDataTableName($formID);
- $q = "TRUNCATE TABLE `{$dataTable}`";
- $this->query($q);
-}
-
-function deleteSubmissionDataRow($formID, $data){
- $dataTable = $this->getDataTableName($formID);
- $q = "DELETE FROM `{$dataTable}` WHERE `timestamp` = '".$data['timestamp']."' AND `user` = '".$data['user']."' AND `user_ip` = '".$data['user_ip']."' LIMIT 1";
- $this->query($q);
-}
-
-function updateDataSubmissionRow($formID, $timestamp, $user, $user_ip, $newData){
- $dataTable = $this->getDataTableName($formID);
- $q = "UPDATE `{$dataTable}` SET";
- $arr = array();
- foreach($newData as $k=>$v){
- $arr[] = "`{$k}` = '{$v}'";
- }
- $q.= implode(", ", $arr);
- $q.= " WHERE `timestamp` = '{$timestamp}' AND `user` = '{$user}' AND `user_ip` = '{$user_ip}'";
- $this->query($q);
-}
-
-function dataHasPublishedSubmissions($formID){
- $hasPosts = false;
- $dataTable = $this->getDataTableName($formID);
- $q = "SELECT COUNT(*) FROM `{$dataTable}` WHERE `post_id` > 0";
- $res = $this->query($q);
- $row = mysql_fetch_array($res);
- mysql_free_result($res);
- return $row[0] > 0;
-}
-
-//determines if $uniqueName is a "NONE" db_type or not
-function isDataCol($formID, $uniqueName){
- $cacheKey = $uniqueName."-type";
- $type = $this->getCache($formID, $cacheKey);
- if($type == null){
- $q = "SELECT `db_type` FROM `".$this->itemsTable."` WHERE `unique_name` = '{$uniqueName}'";
- $res = $this->query($q);
- $row = mysql_fetch_assoc($res);
- mysql_free_result($res);
- $type = $row['db_type'];
- $this->setCache($formID, $cacheKey, $type);
- }
- return ($type != "NONE");
-}
-
-function getSubmissionDataCount($formID){ return $this->getSubmissionDataNumRows($formID); }
-function getSubmissionDataNumRows($formID){
- $dataTable = $this->getDataTableName($formID);
- $q = "SELECT COUNT(*) FROM `{$dataTable}`";
- $res = $this->query($q);
- $row = mysql_fetch_row($res);
- mysql_free_result($res);
- return $row[0];
-}
-
-function getLastSubmission($formID){
- $dataTable = $this->getDataTableName($formID);
- $q = "SELECT * FROM `{$dataTable}` ORDER BY `timestamp` DESC LIMIT 1";
- $res = $this->query($q);
- $row = mysql_fetch_assoc($res);
- mysql_free_result($res);
- return $row;
-}
-
-function getUserSubmissions($formID, $user, $lastOnly = false){
- $dataTable = $this->getDataTableName($formID);
- $q = "SELECT * FROM `{$dataTable}` WHERE `user` = '".$user."' ORDER BY `timestamp` DESC".($lastOnly?" LIMIT 1":'');
- $res = $this->query($q);
- $data = array();
- while($row = mysql_fetch_assoc($res))
- $data[] = $row;
- mysql_free_result($res);
- return $data;
-}
-
-function getUserSubmissionCount($formID, $user){
- $dataTable = $this->getDataTableName($formID);
- $q = "SELECT COUNT(*) FROM `{$dataTable}` WHERE `user` = '".$user."'";
- $res = $this->query($q);
- $row = mysql_fetch_array($res);
- mysql_free_result($res);
- return $row[0];
-}
-
-function getSubmission($formID, $timestamp, $user, $cols = "*"){
- $dataTable = $this->getDataTableName($formID);
- $q = "SELECT ".$cols." FROM `".$dataTable."` WHERE `timestamp` = '".$timestamp."' AND `user` = '".$user."'";
- $res = $this->query($q);
- $row = mysql_fetch_assoc($res);
- mysql_free_result($res);
- return $row;
-}
-
-//////////////////////////////////////////////////////////////////
-
-function getFormList(){
- $q = "SELECT * FROM `".$this->formsTable."` WHERE `ID` >= 0 ORDER BY `ID` ASC";
- $res = $this->query($q);
- $formList=array();
- while($row=mysql_fetch_assoc($res)){
- $row['title']=stripslashes($row['title']);
- $formList[]=$row;
- }
- mysql_free_result($res);
- return $formList;
-}
-
-//gets an associative array containing the form settings and items; the array is the same format as that passed to 'updateForm'
-function getForm($formID){
- $formInfo = $this->getFormSettings($formID, $this->formsTable, $this->conn);
- $formInfo['items']=$this->getFormItems($formID, $this->itemsTable, $this->conn);
- return $formInfo;
-}
-
-//does not change the database; returns a form identical to $formID, but with new unique names for the form items
-function copyForm($formID){
- $formInfo = $this->getForm($formID);
- for($x=0;$xgetUniqueItemID($item['type']);
- }
- return $formInfo;
-}
-
-function isValidItem($formInfo, $uniqueName){
- if(sizeof($formInfo['items']) == 0) return false;
- foreach($formInfo['items'] as $item)
- if($item['unique_name'] == $uniqueName) return true;
- return false;
-}
-
-function getFormID($slug){
- $q = "SELECT `ID` FROM `".$this->formsTable."` WHERE `shortcode` = '".$slug."'";
- $res = $this->query($q);
- if(mysql_num_rows($res)==0) return false;
- $row = mysql_fetch_assoc($res);
- mysql_free_result($res);
- return $row['ID'];
-}
-
-function getFormShortcode($formID){
- $q = "SELECT `shortcode` FROM `".$this->formsTable."` WHERE `ID` = '".$formID."'";
- $res = $this->query($q);
- if(mysql_num_rows($res)==0) return false;
- $row = mysql_fetch_assoc($res);
- mysql_free_result($res);
- return $row['shortcode'];
-}
-
-//gets a particular form's settings; uses defaults where blank
-function getFormSettings($formID){
- global $msg;
-
- $q = "SELECT * FROM `".$this->formsTable."` WHERE `ID` = '".$formID."'";
-
- $res = $this->query($q);
- if(mysql_num_rows($res)==0) return null;
- $row = mysql_fetch_assoc($res);
- foreach($row as $k=>$v){
- $row[$k]=stripslashes($v);
- if(is_serialized($row[$k])) $row[$k] = unserialize($row[$k]);
- }
-
- mysql_free_result($res);
- foreach($this->formSettingsKeys as $k=>$v){
- if(!is_array($row[$k]) && trim($row[$k]) == "") $row[$k] = $v;
- }
-
- return $row;
-}
-
-//update the settings for a particular form
-function updateFormSettings($formID, $formInfo){
- if($formInfo!=null){
- $toUpdate = array_intersect_key($formInfo,$this->formSettingsKeys);
- $toUpdate = $this->sanitizeFormSettings($toUpdate);
- //make sure we have sanitized settings remaining
- if(sizeof($toUpdate)>0){
- $strArr=array();
- foreach($toUpdate as $k=>$v){
- if(is_array($formInfo[$k])) $formInfo[$k] = serialize($formInfo[$k]);
- $strArr[] = "`{$k}` = '".addslashes($formInfo[$k])."'";
- }
- $q = "UPDATE `".$this->formsTable."` SET ".implode(", ",$strArr)." WHERE `ID` = '".$formID."'";
- $this->query($q);
- }
- }
-}
-
-//update the form. If $formInfoOld is 'null', assumes everything is new
-function updateForm($formID, $formInfoNew){
- //update the settings
- $this->updateFormSettings($formID, $formInfoNew);
- //check the old form structure
-
- $formInfoOld = $this->getForm($formID);
-
- $compare = $this->compareFormItems($formInfoOld, $formInfoNew);
-
- foreach($compare['delete'] as $toDelete) //deletions are stored as their unique name
- $this->deleteFormItem($formID, $toDelete);
- foreach($compare['update'] as $toUpdate) //updates list the entire item arrays
- $this->updateFormItem($formID, $toUpdate['unique_name'], $toUpdate);
- foreach($compare['create'] as $toCreate) //creations give the entire item arrays
- $this->createFormItem($formID, $toCreate['unique_name'], $toCreate);
-}
-
-//returns an array with three keys, 'delete', 'update', and 'create'
-// 'delete' is an array of the unique names of the items to be deleted
-// 'update' and 'create' contain 'item info' arrays of the updated / new values respectively
-function compareFormItems($formInfoOld, $formInfoNew){
- $ret = array();
- $ret['delete'] = array();
- $ret['update'] = array();
- $ret['create'] = array();
-
- if(!isset($formInfoNew['items'])) // nothing to change
- return $ret;
-
- //special case: if $formInfoOld is 'null', then everything is new
- if($formInfoOld == null){
- $ret['create'] = $formInfoNew['items'];
- return $ret;
- }
-
- //loop through the old items to determine deletions and updates
- foreach($formInfoOld['items'] as $item){
- //see if the item from the old list is in the new list
- $newItem = $this->formInfoGetItem($item['unique_name'], $formInfoNew);
- //if not, to be deleted
- if($newItem == null) $ret['delete'][] = $item['unique_name'];
- //otherwise needs to be updated, unless nothing has changed
- else if(!$this->itemInfoIsEqual($item, $newItem)) $ret['update'][] = $newItem;
- }
- //loop through the new items to determine creations
- foreach($formInfoNew['items'] as $item){
- //see if the item from the new list is in the old list
- $tempItem = $this->formInfoGetItem($item['unique_name'], $formInfoOld);
- //if not, it is a new item; otherwise it was already added to the update list
- if($tempItem == null) $ret['create'][] = $item;
- }
- return $ret;
-}
-
-function deleteForm($formID){
- $dataTable = $this->getDataTableName($formID);
- $q = "DELETE FROM `".$this->formsTable."` WHERE `ID` = '".$formID."'";
- $this->query($q);
- $q = "DELETE FROM `".$this->itemsTable."` WHERE `ID` = '".$formID."'";
- $this->query($q);
- $q = "DROP TABLE IF EXISTS `".$dataTable."`";
- $this->query($q);
-}
-
-//creates a form; returns the ID of the created form
-function createForm($formInfo=null){
- $dataTablePrefix = $this->dataTablePrefix();
- $newID = $this->getUniqueFormID();
- $dataTable = $dataTablePrefix."_".$newID;
- $q = "INSERT INTO `".$this->formsTable."` SET `ID` = '".$newID."', `data_table` = '".$dataTable."'";
- $this->query($q);
- if($formInfo == null) //use the default settings
- $formInfo = $this->getSettings();
- $formInfo['shortcode'] = 'form-'.$newID; //give new forms a shortcode based on numerical ID
- $this->updateForm($newID, $formInfo);
- $this->createDataTable($formInfo, $dataTable);
- return $newID;
-}
-
-//creates a data table associated with a form
-function createDataTable($formInfo, $dataTable){
-
- $charset_collate = $this->getCharsetCollation();
-
- $q = "CREATE TABLE `{$dataTable}` (".
- "`timestamp` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ,".
- "`user` VARCHAR( 64 ) DEFAULT '' NOT NULL ,".
- "`user_ip` VARCHAR( 64 ) DEFAULT '' NOT NULL ,".
- "`post_id` INT DEFAULT '0' NOT NULL";
-
- if(isset($formInfo['items']) && sizeof($formInfo['items'])>0){
- $itemArr = array();
- foreach($formInfo['items'] as $item)
- $itemArr[] = "`".$item['unique_name']."` ".($item['db_type']==""||!isset($item['db_type'])?"TEXT":stripslashes($item['db_type']))." NOT NULL";
- $itemArr[] = "PRIMARY KEY (`timestamp`)";
- $q.=", ".implode(", ",$itemArr);
- }
- $q.= ") ".$charset_collate.";";
- $this->query($q);
-}
-
-function dataTablePrefix(){
- global $wpdb;
- return $wpdb->prefix.get_option('fm-data-table-prefix');
-}
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-//////////////////////////////////////////////////////////////////
-// Items
-
-
-//change a 'unique_name' for a particular form item. Fails if duplicate, or of 'old' name does not exist
-function changeUniqueName($old, $new){
- //first verify that the new name doesn't already exist
- $q = "SELECT `unique_name` FROM `".$this->itemsTable."` WHERE `unique_name` = '".$new."'";
- $res = $this->query($q);
- $n = mysql_num_rows($res);
- mysql_free_result($res);
- if($n>0) return -1;
-
- //now make sure the old name exists
- $q = "SELECT `unique_name`, `ID`, `db_type` FROM `".$this->itemsTable."` WHERE `unique_name` = '".$old."'";
- $res =$this->query($q);
- $n = mysql_num_rows($res);
- $row = mysql_fetch_assoc($res);
- mysql_free_result($res);
- if($n==0) return -2;
- $formID = $row['ID'];
- $dbType = stripslashes($row['db_type']);
-
- //do the swap
- $q = "UPDATE `".$this->itemsTable."` SET `unique_name` = '".$new."' WHERE `unique_name` = '".$old."' LIMIT 1;";
- $this->query($q);
-
- if($dbType!="NONE") $this->changeDataFieldName($old, $new, $formID, $dbType);
- return true;
-}
-
-function changeDataFieldName($old, $new, $formID, $dbType){
- $dataTable = $this->getDataTableName($formID);
- $q = "ALTER TABLE `".$dataTable."` CHANGE `".$old."` `".$new."` ".$dbType;
- $this->query($q);
-}
-
-//returns an indexed array of all items in a form
-function getFormItems($formID){
- $items=array();
- $q = "SELECT * FROM `".$this->itemsTable."` WHERE `ID` = '".$formID."' ORDER BY `index` ASC";
- $res = $this->query($q);
- if(mysql_num_rows($res)==0) return array();
- $n = mysql_num_rows($res);
- for($x=0;$x<$n;$x++){
- $items[] = $this->unpackItem(mysql_fetch_assoc($res));
- }
- mysql_free_result($res);
- return $items;
-}
-
-//gets an associative array for an individual form item
-function getFormItem($uniqueName){
- $q = "SELECT * FROM `".$this->itemsTable."` WHERE `unique_name` = '".$uniqueName."'";
- $res = $this->query($q);
- if(mysql_num_rows($res)==0) return false;
- $row = $this->unpackItem(mysql_fetch_assoc($res));
- mysql_free_result($res);
- return $row;
-}
-
-//by default, new items are placed at the end of the form.
-function createFormItem($formID, $uniqueName, $itemInfo){
-
- //see if an index has been specified
- if($itemInfo['index']== -1){
- //find the last index in the current table
- $q = "SELECT `index` FROM `".$this->itemsTable."` WHERE `ID` = '".$formID."' ORDER BY `index` DESC";
- $res = $this->query($q);
- $row = mysql_fetch_assoc($res);
- $itemInfo['index'] = $row['index'] + 1;
- mysql_free_result($res);
- }
- //now add the item to the items table
- if(!isset($itemInfo['db_type'])) $itemInfo['db_type'] = 'TEXT';
- $itemInfo = $this->packItem($itemInfo);
-
- $ignoreKeys = array();
- $setKeys = array();
- $setValues = array();
- $q = "INSERT INTO `".$this->itemsTable."` (`ID`, `unique_name`, ";
- foreach($this->itemKeys as $k=>$v){
- if(!in_array($k,$ignoreKeys)){
- $setKeys[] = "`".$k."`";
- $setValues[] = "'".$itemInfo[$k]."'";
- }
- }
- $q.= implode(",",$setKeys).") VALUES ( '".$formID."', '".$uniqueName."', ".implode(",",$setValues).")";
- $this->query($q);
-
- //add a field to the data table
- if($itemInfo['db_type'] != "NONE") $this->createFormItemDataField($formID, $uniqueName, $itemInfo);
-}
-
-function createFormItemDataField($formID, $uniqueName, $itemInfo){
- $dataTable = $this->getDataTableName($formID);
- $q = "ALTER TABLE `".$dataTable."` ADD `".$uniqueName."` ".stripslashes($itemInfo['db_type'])." NOT NULL";
- $this->query($q);
-}
-
-//$itemList contains associative array; key is 'unique_name', 'value' is an $itemInfo for updateFormItem()
-function updateFormItemList($formID, $itemList){
- foreach($itemList as $uniqueName => $itemInfo)
- $this->updateFormItem($formID, $uniqueName, $itemInfo);
-}
-
-function updateFormItem($formID, $uniqueName, $itemInfo){
- $itemInfo = $this->packItem($itemInfo);
-
- $toUpdate = array_intersect_key($itemInfo,$this->itemKeys);
- $strArr=array();
- foreach($toUpdate as $k=>$v){
- if($k == 'db_type')
- $strArr[] = "`{$k}` = '".addslashes($itemInfo[$k])."'";
- else
- $strArr[] = "`{$k}` = '".$itemInfo[$k]."'";
-
- }
- $q = "UPDATE `".$this->itemsTable."` SET ".implode(", ",$strArr)." WHERE `unique_name` = '".$uniqueName."'";
-
- $this->query($q);
-
- //check if the db_type was updated
- if(isset($itemInfo['db_type']) && $itemInfo['db_type'] != "NONE"){
- //check if this is the table's index
- $formInfo = $this->getFormSettings($formID);
- $isIndex = ($formInfo['data_index'] == $uniqueName);
- if($isIndex) $this->removeDataFieldIndex($formID); //remove it and add it again; this would happen anyway, but we also have to deal with the 'text' and 'blob' prefix issue; better to just remove the index and use our own safe index adding function after we change the field type
- $this->updateDataFieldType($formID, $uniqueName, stripslashes($itemInfo['db_type']));
- if($isIndex) $this->setDataFieldIndex($formID, $uniqueName, false);
- }
-}
-
-function updateDataFieldType($formID, $uniqueName, $newType){
- $dataTable = $this->getDataTableName($formID);
- $q = "ALTER TABLE `".$dataTable."` MODIFY `".$uniqueName."` ".$newType;
- $this->query($q);
-}
-
-function setDataFieldIndex($formID, $uniqueName, $remove=true){
- global $msg;
- $indexItem = $this->getFormItem($uniqueName);
- $dbType = $indexItem['db_type'];
- $dataTable = $this->getDataTableName($formID);
- if($remove) $this->removeDataFieldIndex($formID);
- $prefixStr = (strtolower($dbType) == "text" || strtolower($dbType) == "blob")?"(10)":"";
- $q = "ALTER TABLE `".$dataTable."` ADD INDEX (`".$uniqueName."`{$prefixStr})";
- $this->query($q);
-}
-
-function getDataFieldIndex($formID){
- $dataTable = $this->getDataTableName($formID);
- $q = "SHOW INDEXES FROM `".$dataTable."`";
- $res = $this->query($q);
- if(mysql_num_rows($res) == 0) return null;
- $row = mysql_fetch_assoc($res);
- mysql_free_result($res);
- return $row['Column_name'];
-}
-
-function removeDataFieldIndex($formID){
- $dataTable = $this->getDataTableName($formID);
- $q = "SHOW INDEXES FROM `".$dataTable."`";
- $res = $this->query($q);
- while($row = mysql_fetch_assoc($res)){
- $q = "ALTER TABLE `".$dataTable."` DROP INDEX `".$row['Column_name']."`";
- $this->query($q);
- }
- mysql_free_result($res);
-}
-
-function deleteFormItem($formID, $uniqueName){
- $q = "SELECT `db_type` FROM `".$this->itemsTable."` WHERE `unique_name` = '".$uniqueName."'";
- $res = $this->query($q);
- $row = mysql_fetch_assoc($res);
- $dbType = $row['db_type'];
- mysql_free_result($res);
-
- $q = "DELETE FROM `".$this->itemsTable."` WHERE `unique_name` = '".$uniqueName."'";
- $this->query($q);
- if($dbType != "NONE") $this->deleteDataField($formID, $uniqueName);
-}
-
-function deleteDataField($formID, $uniqueName){
- $dataTable = $this->getDataTableName($formID);
- $q = "ALTER TABLE `".$dataTable."` DROP `".$uniqueName."`";
- $this->query($q);
-}
-
-function formInfoGetItem($uniqueName, $formInfo){
- foreach($formInfo['items'] as $item)
- if($item['unique_name'] == $uniqueName) return $item;
- return null;
-}
-
-function getItemByNickname($formID, $nickname){
- $q = "SELECT * FROM `".$this->itemsTable."` WHERE `nickname` = '".$nickname."' AND `ID` = '".$formID."'";
- $res = $this->query($q);
- if(mysql_num_rows($res) == 0) return false;
- $row = $this->unpackItem(mysql_fetch_assoc($res));
- mysql_free_result($res);
- return $row;
-}
-
-function itemInfoIsEqual($itemA, $itemB){
- foreach($itemA as $k=>$v)
- if(!isset($itemB[$k]) || $itemB[$k] != $itemA[$k])
- return false;
- foreach($itemB as $k=>$v)
- if(!isset($itemA[$k])) return false;
- return true;
-}
-
-//////////////////////////////////////////////////////////////////
-// Nonce
-
-function getNonce(){
- if(!isset($_SESSION['fm-nonce']))
- $this->initNonces();
-
- $nonce = uniqid("fm-nonce-");
- $_SESSION['fm-nonce'][] = $nonce;
- return $nonce;
-}
-
-// if $remove is set to false, will not remove the nonce from the session variable
-function checkNonce($nonce, $remove = true){
- if(!isset($_SESSION['fm-nonce'])) return false;
- foreach($_SESSION['fm-nonce'] as $k=>$v){
- if($v == $nonce){
- if($remove) unset($_SESSION['fm-nonce'][$k]);
- return true;
- }
- }
- return false;
-}
-
-function initNonces(){
- $_SESSION['fm-nonce'] = array();
-}
-
-//////////////////////////////////////////////////////////////////
-// Helpers
-function unpackItem($item){
- foreach($item as $k=>$v){
- if($k != 'extra')
- $item[$k] = stripslashes($item[$k]);
- else
- $item['extra'] = unserialize($item['extra']);
- }
- return $item;
-}
-
-function packItem($item){
- if(!isset($item['extra']) || $item['extra']=="")
- $item['extra'] = array();
-
- foreach($item as $k=>$v){
- if($k == 'extra' && is_array($item['extra']))
- $item['extra'] = addslashes(serialize($item['extra']));
- elseif($k == 'db_type')
- $item[$k] = $item[$k]; //do nothing
- else
- $item[$k] = addslashes($item[$k]);
- }
- return $item;
-}
-
-//removes any settings that are improperly formed
-function sanitizeFormSettings($settings){
- if(isset($settings['labels_on_top']) && !((int)$settings['labels_on_top']==1 || (int)$settings['labels_on_top']==0))
- unset($settings['labels_on_top']);
- return $settings;
-}
-
-function sanitizeUniqueName($name){
- //replace spaces with '-' just to be nice
- $name = str_replace(" ","-",$name);
- //must be lowercase, alphanumeric, exceptions are dash and underscore
- $name = strtolower(preg_replace("/[^a-zA-Z0-9\-_]/","",$name));
- //must begin with a letter; if not, fail
- $firstChar = substr($name,0,1);
- if(!preg_match("/[a-z]/",$name)) return false;
- return $name;
-}
-
-//cached data table name (should not be changing within a page load)
-function getDataTableName($formID){
- $dataTable = $this->getCache($formID, 'data-table');
- if($dataTable == null){
- $q = "SELECT `data_table` FROM `".$this->formsTable."` WHERE `ID` = '".$formID."'";
- $res = $this->query($q);
- $row = mysql_fetch_assoc($res);
- $dataTable = $row['data_table'];
- mysql_free_result($res);
- $this->setCache($formID, 'data-table', $dataTable);
- }
- return $dataTable;
-}
-
-// database consistency check; returns a string telling what was checked and the results
-function consistencyCheck(){
-
- //first see if the basic tables exist
- $tbls = array($this->formsTable, $this->itemsTable, $this->templatesTable, $this->settingsTable);
- $names = array('Forms', 'Items', 'Templates', 'Settings');
- $found = array();
-
- for($x=0;$xtableExists($tbls[$x])){
- echo "OK\n";
- $found[$x] = true;
- }else{
- echo "FAIL\n";
- $found[$x] = false;
- }
- }
-
- // do the table checks
- if($found[0]){
- echo "Forms table...\n";
-
- //make sure a data table exists for each form
- $q = "SELECT `ID`, `data_table` FROM `".$this->formsTable."` WHERE `ID` > 0";
- $res = $this->query($q);
- while($row = mysql_fetch_assoc($res)){
- echo "Form ".$row['ID']." for data table: ";
- $q = "SHOW TABLES LIKE '".$row['data_table']."'";
- if(mysql_num_rows($this->query($q)) == 1)
- echo "OK\n";
- else
- echo "FAIL\n";
- }
- mysql_free_result($res);
-
- //no duplicate form IDs or slugs
- echo "For duplicate IDs and slugs...\n";
- $q = "SELECT * FROM `".$this->formsTable."` WHERE `ID` > 0";
- $res = $this->query($q);
- $ids = array();
- $slugs = array();
- while($row = mysql_fetch_assoc($res)){
- $ids[] = $row['ID'];
- $slugs[] = $row['shortcode'];
- }
- mysql_free_result($res);
-
- sort($ids);
- sort($slugs);
- $fail = false;
- $last = $ids[0];
- for($x=1;$xitemsTable."`";
- $res = $this->query($q);
- $items = array();
- $err = false;
- while($row = mysql_fetch_assoc($res)){
- $items[] = $row;
- if(!in_array($row['ID'], $ids)){
- echo $row['unique_name'].": nonexistent form ".$row['ID']."\n";
- $err = true;
- }
- }
- mysql_free_result($res);
- if(!$err)
- echo "OK\n";
-
- echo "Checking unique names...\n";
- $last = $items[0]['unique_name'];
- $err = false;
- for($x=1;$xtemplatesTable."`";
- $res = $this->query($q);
- if(mysql_num_rows($res) > 0){
- while($row = mysql_fetch_assoc($res)){
- echo " Title: ".$row['title']." Filename: ".$row['filename']." Modified: ".$row['modified']."\n";
- }
- mysql_free_result($res);
- }
- }
-
- //list of entries in the settings table
- if($found[3]){
- echo "Settings entries: \n";
- $q = "SELECT * FROM `".$this->settingsTable."`";
- $res = $this->query($q);
- while($row = mysql_fetch_assoc($res)){
- echo " Name: ".$row['setting_name']." Value: ".$row['setting_value']."\n";
- }
- mysql_fetch_assoc($res);
- }
-
- echo "Done.\n";
-}
-
-function tableExists($tableName){
- $q = "SHOW TABLES LIKE '".$this->formsTable."'";
- $res = mysql_query($q);
- if(mysql_num_rows($res) == 0) return false;
- return true;
-}
-
-
-}
-
-function fm_set_form_defaults($options){
- global $fmdb;
- $fmdb->setFormSettingsDefaults($options);
-}
-?>
\ No newline at end of file
diff --git a/src/wp-content/plugins/wordpress-form-manager/display.php b/src/wp-content/plugins/wordpress-form-manager/display.php
deleted file mode 100644
index 38cd9c7a..00000000
--- a/src/wp-content/plugins/wordpress-form-manager/display.php
+++ /dev/null
@@ -1,625 +0,0 @@
- tag
-// action - 'action' attribute for the