WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] CREATE TABLE IF NOT EXISTS `wp_nextend2_image_storage` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`hash` VARCHAR(32) NOT NULL,
`image` TEXT NOT NULL,
`value` MEDIUMTEXT NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `hash` (`hash`)
) DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] CREATE TABLE IF NOT EXISTS `wp_nextend2_section_storage` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`application` VARCHAR(20) NOT NULL,
`section` VARCHAR(128) NOT NULL,
`referencekey` VARCHAR(128) DEFAULT '',
`value` MEDIUMTEXT NOT NULL,
`isSystem` INT(11) NOT NULL DEFAULT '0',
`editable` INT(11) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `application` (`application`, `section`(50), `referencekey`(50)),
KEY `application_2` (`application`, `section`(50)),
INDEX (`isSystem`),
INDEX (`editable`)
)
AUTO_INCREMENT = 10000 DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] CREATE TABLE IF NOT EXISTS `wp_nextend2_smartslider3_generators` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`group` VARCHAR(254) NOT NULL,
`type` VARCHAR(254) NOT NULL,
`params` TEXT NOT NULL,
PRIMARY KEY (`id`)
) DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] CREATE TABLE IF NOT EXISTS `wp_nextend2_smartslider3_sliders` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`alias` TEXT NULL DEFAULT NULL,
`title` TEXT NOT NULL,
`type` VARCHAR(30) NOT NULL,
`params` MEDIUMTEXT NOT NULL,
`slider_status` VARCHAR(50) NOT NULL DEFAULT 'published',
`time` DATETIME NOT NULL,
`thumbnail` TEXT NOT NULL,
`ordering` INT NOT NULL DEFAULT '0',
INDEX (`slider_status`),
INDEX (`time`),
PRIMARY KEY (`id`)
) DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] CREATE TABLE IF NOT EXISTS `wp_nextend2_smartslider3_sliders_xref` (
`group_id` int(11) NOT NULL,
`slider_id` int(11) NOT NULL,
`ordering` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`group_id`,`slider_id`),
INDEX (`ordering`)
) DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] CREATE TABLE IF NOT EXISTS `wp_nextend2_smartslider3_slides` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`title` TEXT NOT NULL,
`slider` INT(11) NOT NULL,
`publish_up` DATETIME NOT NULL default '1970-01-01 00:00:00',
`publish_down` DATETIME NOT NULL default '1970-01-01 00:00:00',
`published` TINYINT(1) NOT NULL,
`first` INT(11) NOT NULL,
`slide` LONGTEXT,
`description` TEXT NOT NULL,
`thumbnail` TEXT NOT NULL,
`params` TEXT NOT NULL,
`ordering` INT(11) NOT NULL,
`generator_id` INT(11) NOT NULL,
PRIMARY KEY (`id`),
INDEX (`published`),
INDEX (`publish_up`),
INDEX (`publish_down`),
INDEX (`generator_id`),
KEY `thumbnail` (`thumbnail`(100)),
INDEX (`ordering`),
INDEX (`slider`)
) DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_section_storage DROP INDEX `application` /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_section_storage DROP INDEX `application_2` /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_section_storage MODIFY `section` VARCHAR(128) NOT NULL /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_section_storage MODIFY `referencekey` VARCHAR(128) NOT NULL /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE `wp_nextend2_section_storage` ADD INDEX `application` (`application`, `section`(50), `referencekey`(50)) /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE `wp_nextend2_section_storage` ADD INDEX `application_2` (`application`, `section`(50)) /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_smartslider3_sliders MODIFY `ordering` INT NOT NULL DEFAULT '0' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_smartslider3_sliders MODIFY `title` TEXT NOT NULL /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_smartslider3_sliders MODIFY `alias` TEXT NULL DEFAULT NULL /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_smartslider3_sliders MODIFY `thumbnail` TEXT NOT NULL /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_smartslider3_slides MODIFY `title` TEXT /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_smartslider3_slides MODIFY `thumbnail` TEXT /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_smartslider3_slides MODIFY `publish_up` DATETIME NOT NULL DEFAULT '1970-01-01 00:00:00' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_smartslider3_slides MODIFY `publish_down` DATETIME NOT NULL DEFAULT '1970-01-01 00:00:00' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] DELETE FROM `wp_nextend2_section_storage` WHERE `application` LIKE 'smartslider' AND `section` LIKE 'sliderChanged' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_nextend2_smartslider3_slides DROP INDEX `thumbnail` /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] UPDATE `wp_nextend2_section_storage` SET `value` = '{\"n2_ss3_version\":\"3.5.1.39\\/b:release-3.5.1.39\\/r:1c12b24ca66e2acb1eb382e8d4901683964f935d\"}' WHERE `application` = 'smartslider' AND `section` = 'settings' AND `referencekey` = '' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] UPDATE `wp_options` SET `option_value` = '3.5.1.39/b:release-3.5.1.39/r:1c12b24ca66e2acb1eb382e8d4901683964f935d' WHERE `option_name` = 'n2_ss3_version' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] UPDATE `wp_options` SET `option_value` = 'a:67:{i:1784062388;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1784062410;a:1:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1784062609;a:1:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1784063073;a:1:{s:34:\"job_manager_check_for_expired_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1784063379;a:1:{s:39:\"job_manager_promoted_jobs_status_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1784063969;a:1:{s:24:\"akismet_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:1784064300;a:1:{s:29:\"pmpro_cron_expire_memberships\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1784064407;a:1:{s:30:\"pmpro_cron_expiration_warnings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1784064745;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1784065158;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1784070635;a:1:{s:38:\"pmpro_cron_stripe_subscription_updates\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784072916;a:1:{s:27:\"acf_update_site_health_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784073600;a:1:{s:22:\"wdev_logger_clear_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784073680;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784076570;a:1:{s:35:\"monsterinsights_cache_daily_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784076582;a:1:{s:32:\"wpml-tm-check-overdue-jobs-event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784080740;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784082600;a:2:{s:31:\"pmpro_cron_admin_activity_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"pmpro_cron_delete_tmp\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784083971;a:1:{s:26:\"wpcomsh_translation_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1784084017;a:1:{s:23:\"rcp_check_member_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784084018;a:1:{s:27:\"rcp_mark_abandoned_payments\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784086674;a:2:{s:23:\"rcp_expired_users_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:29:\"rcp_send_expiring_soon_notice\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784090053;a:1:{s:23:\"aiowps_clean_old_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784092527;a:2:{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:1784092582;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1784092585;a:2:{s:21:\"wp_update_user_counts\";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_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;}}}i:1784098800;a:1:{s:20:\"imagify_rating_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784100238;a:1:{s:20:\"jp_sitemap_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"sitemap-interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1784100720;a:1:{s:39:\"bp_activity_akismet_delete_old_metadata\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784103541;a:1:{s:20:\"non_recur_subs_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784107387;a:1:{s:25:\"sucuriscan_scheduled_scan\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784110164;a:1:{s:28:\"automator_weekly_healthcheck\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1784122556;a:1:{s:30:\"wp_scheduled_auto_draft_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:1784128078;a:1:{s:27:\"regenerate_json_links_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784130693;a:1:{s:32:\"fluentcrm_scheduled_weekly_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1784135757;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784135778;a:2:{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:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784136211;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784136522;a:1:{s:34:\"jltma_sheet_promo_data_remote_sync\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784137826;a:1:{s:30:\"fluentcrm_check_daily_birthday\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784138048;a:1:{s:41:\"bp_media_delete_orphaned_attachments_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784138049;a:2:{s:41:\"bp_video_delete_orphaned_attachments_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:44:\"bp_document_delete_orphaned_attachments_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784138400;a:1:{s:18:\"imagify_sync_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784141112;a:1:{s:31:\"fluentcrm_scheduled_daily_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784143681;a:1:{s:40:\"monsterinsights_feature_feedback_checkin\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784144768;a:1:{s:24:\"update_wpml_config_index\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784144770;a:1:{s:31:\"job_manager_email_daily_notices\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784144951;a:1:{s:31:\"job_manager_delete_old_previews\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784145007;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1784162081;a:1:{s:41:\"happy-elementor-addons_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1784171935;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1784404800;a:1:{s:46:\"imagify_update_library_size_calculations_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1784476800;a:2:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}s:33:\"wpforms_weekly_entries_count_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1784608453;a:1:{s:24:\"aiowps_weekly_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1784646199;a:1:{s:28:\"job_manager_verify_no_errors\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1784654127;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1784656449;a:3:{s:38:\"bb_bb_media_deleter_older_symlink_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:18:\"bb_schedule_15days\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}s:38:\"bb_bb_video_deleter_older_symlink_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:18:\"bb_schedule_15days\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}s:41:\"bb_bb_document_deleter_older_symlink_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:18:\"bb_schedule_15days\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1784662081;a:1:{s:46:\"monsterinsights_feature_feedback_clear_expired\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1785008778;a:1:{s:42:\"job_manager_usage_tracking_send_usage_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:36:\"job_manager_usage_tracking_two_weeks\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1785381686;a:1:{s:36:\"monsterinsights_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:39:\"monsterinsights_email_summaries_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1785997379;a:1:{s:20:\"put_do_weekly_action\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1786026181;a:2:{s:40:\"pmpro_cron_credit_card_expiring_warnings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}s:23:\"pmpro_license_check_key\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1786219627;a:1:{s:25:\"otgs_send_components_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1786409370;a:1:{s:42:\"monsterinsights_product_feed_monthly_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1786518400;a:1:{s:38:\"monsterinsights_charitable_notice_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:23:\"monsterinsights_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1788203414;a:1:{s:41:\"wp_privacy_personal_data_cleanup_requests\";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;}', `autoload` = 'on' WHERE `option_name` = 'cron' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] UPDATE `wp_options` SET `option_value` = 'a:14:{s:11:\"old_version\";s:15:\"16.0:1783439719\";s:2:\"id\";i:218503753;s:21:\"publicize_connections\";a:0:{}s:14:\"last_heartbeat\";i:1784049730;s:22:\"image_widget_migration\";b:1;s:24:\"gallery_widget_migration\";b:1;s:16:\"first_admin_view\";b:1;s:9:\"hide_jitm\";a:2:{s:11:\"wpcom_blaze\";a:2:{s:14:\"last_dismissal\";i:1693665197;s:6:\"number\";i:1;}s:12:\"upsell_nudge\";a:2:{s:14:\"last_dismissal\";i:1732536382;s:6:\"number\";i:2;}}s:6:\"public\";i:1;s:7:\"version\";s:19:\"16.2-a.3:1788203414\";s:26:\"identity_crisis_url_secret\";a:2:{s:6:\"secret\";s:12:\"SU9BWjmlGcP1\";s:10:\"expires_at\";i:1711177972;}s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:11:\"master_user\";i:139477566;}' WHERE `option_name` = 'jetpack_options' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] UPDATE `wp_options` SET `option_value` = 'a:14:{s:11:\"old_version\";s:19:\"16.1-a.1:1784043507\";s:2:\"id\";i:218503753;s:21:\"publicize_connections\";a:0:{}s:14:\"last_heartbeat\";i:1784049730;s:22:\"image_widget_migration\";b:1;s:24:\"gallery_widget_migration\";b:1;s:16:\"first_admin_view\";b:1;s:9:\"hide_jitm\";a:2:{s:11:\"wpcom_blaze\";a:2:{s:14:\"last_dismissal\";i:1693665197;s:6:\"number\";i:1;}s:12:\"upsell_nudge\";a:2:{s:14:\"last_dismissal\";i:1732536382;s:6:\"number\";i:2;}}s:6:\"public\";i:1;s:7:\"version\";s:19:\"16.1-a.1:1784043507\";s:26:\"identity_crisis_url_secret\";a:2:{s:6:\"secret\";s:12:\"SU9BWjmlGcP1\";s:10:\"expires_at\";i:1711177972;}s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:11:\"master_user\";i:139477566;}' WHERE `option_name` = 'jetpack_options' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_fc_subscribers MODIFY ip VARCHAR(40) NULL /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] ALTER TABLE wp_fc_subscriber_notes CHANGE `description` `description` longtext COLLATE 'latin1_swedish_ci' NULL AFTER `title` /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] UPDATE `wp_options` SET `option_value` = '2.10.10' WHERE `option_name` = '_fluentcrm_db_version' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] UPDATE `wp_options` SET `option_value` = 'a:14:{s:11:\"old_version\";s:15:\"16.0:1783439719\";s:2:\"id\";i:218503753;s:21:\"publicize_connections\";a:0:{}s:14:\"last_heartbeat\";i:1784049730;s:22:\"image_widget_migration\";b:1;s:24:\"gallery_widget_migration\";b:1;s:16:\"first_admin_view\";b:1;s:9:\"hide_jitm\";a:2:{s:11:\"wpcom_blaze\";a:2:{s:14:\"last_dismissal\";i:1693665197;s:6:\"number\";i:1;}s:12:\"upsell_nudge\";a:2:{s:14:\"last_dismissal\";i:1732536382;s:6:\"number\";i:2;}}s:6:\"public\";i:1;s:7:\"version\";s:19:\"16.2-a.3:1788203414\";s:26:\"identity_crisis_url_secret\";a:2:{s:6:\"secret\";s:12:\"SU9BWjmlGcP1\";s:10:\"expires_at\";i:1711177972;}s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:11:\"master_user\";i:139477566;}' WHERE `option_name` = 'jetpack_options' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] UPDATE `wp_options` SET `option_value` = 'a:489:{s:9:\"forums/?$\";s:25:\"index.php?post_type=forum\";s:39:\"forums/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=forum&feed=$matches[1]\";s:34:\"forums/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=forum&feed=$matches[1]\";s:26:\"forums/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=forum&paged=$matches[1]\";s:9:\"topics/?$\";s:25:\"index.php?post_type=topic\";s:39:\"topics/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=topic&feed=$matches[1]\";s:34:\"topics/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=topic&feed=$matches[1]\";s:26:\"topics/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=topic&paged=$matches[1]\";s:38:\"forums/classified-list/([^/]+)/edit/?$\";s:34:\"index.php?forum=$matches[1]&edit=1\";s:33:\"forums/discussion/([^/]+)/edit/?$\";s:34:\"index.php?topic=$matches[1]&edit=1\";s:28:\"forums/reply/([^/]+)/edit/?$\";s:34:\"index.php?reply=$matches[1]&edit=1\";s:32:\"forums/topic-tag/([^/]+)/edit/?$\";s:38:\"index.php?topic-tag=$matches[1]&edit=1\";s:40:\"forums/view/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?bbp_view=$matches[1]&paged=$matches[2]\";s:27:\"forums/view/([^/]+)/feed/?$\";s:47:\"index.php?bbp_view=$matches[1]&feed=$matches[2]\";s:22:\"forums/view/([^/]+)/?$\";s:30:\"index.php?bbp_view=$matches[1]\";s:34:\"forums/search/page/?([0-9]{1,})/?$\";s:27:\"index.php?paged=$matches[1]\";s:16:\"forums/search/?$\";s:20:\"index.php?bbp_search\";s:15:\"job-listings/?$\";s:31:\"index.php?post_type=job_listing\";s:45:\"job-listings/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=job_listing&feed=$matches[1]\";s:40:\"job-listings/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=job_listing&feed=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:8:\"event/?$\";s:25:\"index.php?post_type=event\";s:47:\"event/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:42:\"index.php?post_type=event&feed=$matches[1]\";s:42:\"event/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:42:\"index.php?post_type=event&feed=$matches[1]\";s:25:\"event/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=event&paged=$matches[1]\";s:35:\"bb-video-preview/([^/]+)/([^/]+)/?$\";s:54:\"index.php?bb-video-preview=$matches[1]&id1=$matches[2]\";s:41:\"bb-video-thumb-preview/([^/]+)/([^/]+)/?$\";s:60:\"index.php?bb-video-thumb-preview=$matches[1]&id1=$matches[2]\";s:49:\"bb-video-thumb-preview/([^/]+)/([^/]+)/([^/]+)/?$\";s:77:\"index.php?bb-video-thumb-preview=$matches[1]&id1=$matches[2]&size=$matches[3]\";s:38:\"bb-attachment-video-preview/([^/]+)/?$\";s:41:\"index.php?video-attachment-id=$matches[1]\";s:46:\"bb-attachment-video-preview/([^/]+)/([^/]+)/?$\";s:69:\"index.php?video-attachment-id=$matches[1]&video-thread-id=$matches[2]\";s:35:\"bb-media-preview/([^/]+)/([^/]+)/?$\";s:54:\"index.php?bb-media-preview=$matches[1]&id1=$matches[2]\";s:43:\"bb-media-preview/([^/]+)/([^/]+)/([^/]+)/?$\";s:71:\"index.php?bb-media-preview=$matches[1]&id1=$matches[2]&size=$matches[3]\";s:38:\"bb-attachment-media-preview/([^/]+)/?$\";s:41:\"index.php?media-attachment-id=$matches[1]\";s:46:\"bb-attachment-media-preview/([^/]+)/([^/]+)/?$\";s:58:\"index.php?media-attachment-id=$matches[1]&size=$matches[2]\";s:54:\"bb-attachment-media-preview/([^/]+)/([^/]+)/([^/]+)/?$\";s:86:\"index.php?media-attachment-id=$matches[1]&size=$matches[2]&media-thread-id=$matches[3]\";s:38:\"bb-document-preview/([^/]+)/([^/]+)/?$\";s:57:\"index.php?bb-document-preview=$matches[1]&id1=$matches[2]\";s:46:\"bb-document-preview/([^/]+)/([^/]+)/([^/]+)/?$\";s:74:\"index.php?bb-document-preview=$matches[1]&id1=$matches[2]&size=$matches[3]\";s:37:\"bb-document-player/([^/]+)/([^/]+)/?$\";s:56:\"index.php?bb-document-player=$matches[1]&id1=$matches[2]\";s:41:\"bb-attachment-document-preview/([^/]+)/?$\";s:44:\"index.php?document-attachment-id=$matches[1]\";s:16:\"funding-posts/?$\";s:33:\"index.php?post_type=funding-posts\";s:55:\"funding-posts/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?post_type=funding-posts&feed=$matches[1]\";s:50:\"funding-posts/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?post_type=funding-posts&feed=$matches[1]\";s:33:\"funding-posts/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=funding-posts&paged=$matches[1]\";s:7:\"blog/?$\";s:24:\"index.php?post_type=blog\";s:46:\"blog/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:41:\"index.php?post_type=blog&feed=$matches[1]\";s:41:\"blog/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:41:\"index.php?post_type=blog&feed=$matches[1]\";s:24:\"blog/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=blog&paged=$matches[1]\";s:61:\"^\\.well-known\\/apple-developer-merchantid-domain-association$\";s:37:\"index.php?pmpro_stripe_apple_pay=true\";s:17:\"jm-ajax/([^/]*)/?\";s:29:\"index.php?jm-ajax=$matches[1]\";s:27:\"index.php/jm-ajax/([^/]*)/?\";s:29:\"index.php?jm-ajax=$matches[1]\";s:21:\"^webhook_triggered/?$\";s:46:\"index.php?wpuf_paypal_action=webhook_triggered\";s:61:\"wp_log_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?wp_log_type=$matches[1]&feed=$matches[2]\";s:56:\"wp_log_type/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?wp_log_type=$matches[1]&feed=$matches[2]\";s:28:\"wp_log_type/([^/]+)/embed/?$\";s:44:\"index.php?wp_log_type=$matches[1]&embed=true\";s:40:\"wp_log_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wp_log_type=$matches[1]&paged=$matches[2]\";s:22:\"wp_log_type/([^/]+)/?$\";s:33:\"index.php?wp_log_type=$matches[1]\";s:56:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"category/(.+?)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:48:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:54:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:49:\"type/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\"forums/classified-list/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"forums/classified-list/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"forums/classified-list/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"forums/classified-list/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"forums/classified-list/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"forums/classified-list/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"forums/classified-list/(.+?)/embed/?$\";s:38:\"index.php?forum=$matches[1]&embed=true\";s:41:\"forums/classified-list/(.+?)/trackback/?$\";s:32:\"index.php?forum=$matches[1]&tb=1\";s:70:\"forums/classified-list/(.+?)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:44:\"index.php?forum=$matches[1]&feed=$matches[2]\";s:65:\"forums/classified-list/(.+?)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:44:\"index.php?forum=$matches[1]&feed=$matches[2]\";s:49:\"forums/classified-list/(.+?)/page/?([0-9]{1,})/?$\";s:45:\"index.php?forum=$matches[1]&paged=$matches[2]\";s:56:\"forums/classified-list/(.+?)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?forum=$matches[1]&cpage=$matches[2]\";s:45:\"forums/classified-list/(.+?)(?:/([0-9]+))?/?$\";s:44:\"index.php?forum=$matches[1]&page=$matches[2]\";s:45:\"forums/discussion/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"forums/discussion/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:84:\"forums/discussion/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:79:\"forums/discussion/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"forums/discussion/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"forums/discussion/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"forums/discussion/([^/]+)/embed/?$\";s:38:\"index.php?topic=$matches[1]&embed=true\";s:38:\"forums/discussion/([^/]+)/trackback/?$\";s:32:\"index.php?topic=$matches[1]&tb=1\";s:67:\"forums/discussion/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:44:\"index.php?topic=$matches[1]&feed=$matches[2]\";s:62:\"forums/discussion/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:44:\"index.php?topic=$matches[1]&feed=$matches[2]\";s:46:\"forums/discussion/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?topic=$matches[1]&paged=$matches[2]\";s:53:\"forums/discussion/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?topic=$matches[1]&cpage=$matches[2]\";s:42:\"forums/discussion/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?topic=$matches[1]&page=$matches[2]\";s:34:\"forums/discussion/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"forums/discussion/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"forums/discussion/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"forums/discussion/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"forums/discussion/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"forums/discussion/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"forums/reply/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"forums/reply/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:79:\"forums/reply/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"forums/reply/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"forums/reply/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"forums/reply/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"forums/reply/([^/]+)/embed/?$\";s:38:\"index.php?reply=$matches[1]&embed=true\";s:33:\"forums/reply/([^/]+)/trackback/?$\";s:32:\"index.php?reply=$matches[1]&tb=1\";s:41:\"forums/reply/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?reply=$matches[1]&paged=$matches[2]\";s:48:\"forums/reply/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?reply=$matches[1]&cpage=$matches[2]\";s:37:\"forums/reply/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?reply=$matches[1]&page=$matches[2]\";s:29:\"forums/reply/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"forums/reply/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"forums/reply/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"forums/reply/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"forums/reply/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"forums/reply/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:66:\"forums/topic-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:48:\"index.php?topic-tag=$matches[1]&feed=$matches[2]\";s:61:\"forums/topic-tag/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:48:\"index.php?topic-tag=$matches[1]&feed=$matches[2]\";s:33:\"forums/topic-tag/([^/]+)/embed/?$\";s:42:\"index.php?topic-tag=$matches[1]&embed=true\";s:45:\"forums/topic-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?topic-tag=$matches[1]&paged=$matches[2]\";s:27:\"forums/topic-tag/([^/]+)/?$\";s:31:\"index.php?topic-tag=$matches[1]\";s:22:\"forums/user/([^/]+)/?$\";s:30:\"index.php?bbp_user=$matches[1]\";s:42:\"forums/search/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?bbp_search=$matches[1]&paged=$matches[2]\";s:24:\"forums/search/([^/]+)/?$\";s:32:\"index.php?bbp_search=$matches[1]\";s:58:\"job-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:55:\"index.php?job_listing_type=$matches[1]&feed=$matches[2]\";s:53:\"job-type/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:55:\"index.php?job_listing_type=$matches[1]&feed=$matches[2]\";s:25:\"job-type/([^/]+)/embed/?$\";s:49:\"index.php?job_listing_type=$matches[1]&embed=true\";s:37:\"job-type/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?job_listing_type=$matches[1]&paged=$matches[2]\";s:19:\"job-type/([^/]+)/?$\";s:38:\"index.php?job_listing_type=$matches[1]\";s:31:\"job/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"job/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"job/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"job/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"job/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"job/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:20:\"job/([^/]+)/embed/?$\";s:44:\"index.php?job_listing=$matches[1]&embed=true\";s:24:\"job/([^/]+)/trackback/?$\";s:38:\"index.php?job_listing=$matches[1]&tb=1\";s:53:\"job/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?job_listing=$matches[1]&feed=$matches[2]\";s:48:\"job/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?job_listing=$matches[1]&feed=$matches[2]\";s:32:\"job/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?job_listing=$matches[1]&paged=$matches[2]\";s:39:\"job/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?job_listing=$matches[1]&cpage=$matches[2]\";s:28:\"job/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?job_listing=$matches[1]&page=$matches[2]\";s:20:\"job/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\"job/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"job/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"job/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"job/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"job/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"job_guest_user/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"job_guest_user/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:81:\"job_guest_user/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"job_guest_user/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"job_guest_user/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"job_guest_user/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"job_guest_user/([^/]+)/embed/?$\";s:47:\"index.php?job_guest_user=$matches[1]&embed=true\";s:35:\"job_guest_user/([^/]+)/trackback/?$\";s:41:\"index.php?job_guest_user=$matches[1]&tb=1\";s:43:\"job_guest_user/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?job_guest_user=$matches[1]&paged=$matches[2]\";s:50:\"job_guest_user/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?job_guest_user=$matches[1]&cpage=$matches[2]\";s:39:\"job_guest_user/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?job_guest_user=$matches[1]&page=$matches[2]\";s:31:\"job_guest_user/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"job_guest_user/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"job_guest_user/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"job_guest_user/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"job_guest_user/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"job_guest_user/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"ha_library/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"ha_library/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"ha_library/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"ha_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"ha_library/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"ha_library/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"ha_library/([^/]+)/embed/?$\";s:43:\"index.php?ha_library=$matches[1]&embed=true\";s:31:\"ha_library/([^/]+)/trackback/?$\";s:37:\"index.php?ha_library=$matches[1]&tb=1\";s:39:\"ha_library/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?ha_library=$matches[1]&paged=$matches[2]\";s:46:\"ha_library/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?ha_library=$matches[1]&cpage=$matches[2]\";s:35:\"ha_library/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?ha_library=$matches[1]&page=$matches[2]\";s:27:\"ha_library/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"ha_library/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"ha_library/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"ha_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"ha_library/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"ha_library/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:72:\"pmpro_abandoned_signup/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:75:\"index.php?taxonomy=pmpro_abandoned_signup&term=$matches[1]&feed=$matches[2]\";s:67:\"pmpro_abandoned_signup/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:75:\"index.php?taxonomy=pmpro_abandoned_signup&term=$matches[1]&feed=$matches[2]\";s:39:\"pmpro_abandoned_signup/([^/]+)/embed/?$\";s:69:\"index.php?taxonomy=pmpro_abandoned_signup&term=$matches[1]&embed=true\";s:51:\"pmpro_abandoned_signup/([^/]+)/page/?([0-9]{1,})/?$\";s:76:\"index.php?taxonomy=pmpro_abandoned_signup&term=$matches[1]&paged=$matches[2]\";s:33:\"pmpro_abandoned_signup/([^/]+)/?$\";s:58:\"index.php?taxonomy=pmpro_abandoned_signup&term=$matches[1]\";s:38:\"fcrm-dummy/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"fcrm-dummy/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"fcrm-dummy/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"fcrm-dummy/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"fcrm-dummy/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"fcrm-dummy/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"fcrm-dummy/([^/]+)/embed/?$\";s:43:\"index.php?fcrm-dummy=$matches[1]&embed=true\";s:31:\"fcrm-dummy/([^/]+)/trackback/?$\";s:37:\"index.php?fcrm-dummy=$matches[1]&tb=1\";s:39:\"fcrm-dummy/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?fcrm-dummy=$matches[1]&paged=$matches[2]\";s:46:\"fcrm-dummy/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?fcrm-dummy=$matches[1]&cpage=$matches[2]\";s:35:\"fcrm-dummy/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?fcrm-dummy=$matches[1]&page=$matches[2]\";s:27:\"fcrm-dummy/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"fcrm-dummy/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"fcrm-dummy/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"fcrm-dummy/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"fcrm-dummy/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"fcrm-dummy/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:38:\"index.php?event=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:32:\"index.php?event=$matches[1]&tb=1\";s:55:\"event/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:44:\"index.php?event=$matches[1]&feed=$matches[2]\";s:50:\"event/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:44:\"index.php?event=$matches[1]&feed=$matches[2]\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?event=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?event=$matches[1]&cpage=$matches[2]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?event=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"bp_member_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:67:\"index.php?taxonomy=bp_member_type&term=$matches[1]&feed=$matches[2]\";s:59:\"bp_member_type/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:67:\"index.php?taxonomy=bp_member_type&term=$matches[1]&feed=$matches[2]\";s:31:\"bp_member_type/([^/]+)/embed/?$\";s:61:\"index.php?taxonomy=bp_member_type&term=$matches[1]&embed=true\";s:43:\"bp_member_type/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?taxonomy=bp_member_type&term=$matches[1]&paged=$matches[2]\";s:25:\"bp_member_type/([^/]+)/?$\";s:50:\"index.php?taxonomy=bp_member_type&term=$matches[1]\";s:35:\"academy/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"academy/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"academy/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"academy/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"academy/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"academy/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"academy/([^/]+)/embed/?$\";s:40:\"index.php?academy=$matches[1]&embed=true\";s:28:\"academy/([^/]+)/trackback/?$\";s:34:\"index.php?academy=$matches[1]&tb=1\";s:36:\"academy/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?academy=$matches[1]&paged=$matches[2]\";s:43:\"academy/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?academy=$matches[1]&cpage=$matches[2]\";s:32:\"academy/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?academy=$matches[1]&page=$matches[2]\";s:24:\"academy/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"academy/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"academy/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"academy/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"academy/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"academy/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:79:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:45:\"index.php?testimonials=$matches[1]&embed=true\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:39:\"index.php?testimonials=$matches[1]&tb=1\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&cpage=$matches[2]\";s:37:\"testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?testimonials=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"funding-posts/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"funding-posts/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"funding-posts/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"funding-posts/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"funding-posts/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"funding-posts/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"funding-posts/([^/]+)/embed/?$\";s:46:\"index.php?funding-posts=$matches[1]&embed=true\";s:34:\"funding-posts/([^/]+)/trackback/?$\";s:40:\"index.php?funding-posts=$matches[1]&tb=1\";s:63:\"funding-posts/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:52:\"index.php?funding-posts=$matches[1]&feed=$matches[2]\";s:58:\"funding-posts/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:52:\"index.php?funding-posts=$matches[1]&feed=$matches[2]\";s:42:\"funding-posts/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?funding-posts=$matches[1]&paged=$matches[2]\";s:49:\"funding-posts/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?funding-posts=$matches[1]&cpage=$matches[2]\";s:38:\"funding-posts/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?funding-posts=$matches[1]&page=$matches[2]\";s:30:\"funding-posts/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"funding-posts/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"funding-posts/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"funding-posts/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"funding-posts/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"funding-posts/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"blog/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"blog/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"blog/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"blog/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"blog/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"blog/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:19:\"blog/(.+?)/embed/?$\";s:37:\"index.php?blog=$matches[1]&embed=true\";s:23:\"blog/(.+?)/trackback/?$\";s:31:\"index.php?blog=$matches[1]&tb=1\";s:52:\"blog/(.+?)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:43:\"index.php?blog=$matches[1]&feed=$matches[2]\";s:47:\"blog/(.+?)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:43:\"index.php?blog=$matches[1]&feed=$matches[2]\";s:31:\"blog/(.+?)/page/?([0-9]{1,})/?$\";s:44:\"index.php?blog=$matches[1]&paged=$matches[2]\";s:38:\"blog/(.+?)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?blog=$matches[1]&cpage=$matches[2]\";s:27:\"blog/(.+?)(?:/([0-9]+))?/?$\";s:43:\"index.php?blog=$matches[1]&page=$matches[2]\";s:44:\"vp_caption_track/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"vp_caption_track/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:83:\"vp_caption_track/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:78:\"vp_caption_track/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"vp_caption_track/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"vp_caption_track/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"vp_caption_track/([^/]+)/embed/?$\";s:49:\"index.php?vp_caption_track=$matches[1]&embed=true\";s:37:\"vp_caption_track/([^/]+)/trackback/?$\";s:43:\"index.php?vp_caption_track=$matches[1]&tb=1\";s:45:\"vp_caption_track/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?vp_caption_track=$matches[1]&paged=$matches[2]\";s:52:\"vp_caption_track/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?vp_caption_track=$matches[1]&cpage=$matches[2]\";s:41:\"vp_caption_track/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?vp_caption_track=$matches[1]&page=$matches[2]\";s:33:\"vp_caption_track/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"vp_caption_track/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"vp_caption_track/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"vp_caption_track/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"vp_caption_track/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"vp_caption_track/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"monsterinsights_note/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"monsterinsights_note/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"monsterinsights_note/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"monsterinsights_note/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"monsterinsights_note/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"monsterinsights_note/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"monsterinsights_note/([^/]+)/embed/?$\";s:53:\"index.php?monsterinsights_note=$matches[1]&embed=true\";s:41:\"monsterinsights_note/([^/]+)/trackback/?$\";s:47:\"index.php?monsterinsights_note=$matches[1]&tb=1\";s:49:\"monsterinsights_note/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?monsterinsights_note=$matches[1]&paged=$matches[2]\";s:56:\"monsterinsights_note/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?monsterinsights_note=$matches[1]&cpage=$matches[2]\";s:45:\"monsterinsights_note/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?monsterinsights_note=$matches[1]&page=$matches[2]\";s:37:\"monsterinsights_note/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"monsterinsights_note/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"monsterinsights_note/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"monsterinsights_note/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"monsterinsights_note/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"monsterinsights_note/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:79:\"monsterinsights_note_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:82:\"index.php?taxonomy=monsterinsights_note_category&term=$matches[1]&feed=$matches[2]\";s:74:\"monsterinsights_note_category/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:82:\"index.php?taxonomy=monsterinsights_note_category&term=$matches[1]&feed=$matches[2]\";s:46:\"monsterinsights_note_category/([^/]+)/embed/?$\";s:76:\"index.php?taxonomy=monsterinsights_note_category&term=$matches[1]&embed=true\";s:58:\"monsterinsights_note_category/([^/]+)/page/?([0-9]{1,})/?$\";s:83:\"index.php?taxonomy=monsterinsights_note_category&term=$matches[1]&paged=$matches[2]\";s:40:\"monsterinsights_note_category/([^/]+)/?$\";s:65:\"index.php?taxonomy=monsterinsights_note_category&term=$matches[1]\";s:44:\"mastermega-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"mastermega-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:83:\"mastermega-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:78:\"mastermega-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"mastermega-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"mastermega-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"mastermega-content/(.+?)/embed/?$\";s:51:\"index.php?mastermega_content=$matches[1]&embed=true\";s:37:\"mastermega-content/(.+?)/trackback/?$\";s:45:\"index.php?mastermega_content=$matches[1]&tb=1\";s:45:\"mastermega-content/(.+?)/page/?([0-9]{1,})/?$\";s:58:\"index.php?mastermega_content=$matches[1]&paged=$matches[2]\";s:52:\"mastermega-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?mastermega_content=$matches[1]&cpage=$matches[2]\";s:41:\"mastermega-content/(.+?)(?:/([0-9]+))?/?$\";s:57:\"index.php?mastermega_content=$matches[1]&page=$matches[2]\";s:45:\"wpuf_subscription/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"wpuf_subscription/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:84:\"wpuf_subscription/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:79:\"wpuf_subscription/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"wpuf_subscription/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"wpuf_subscription/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"wpuf_subscription/([^/]+)/embed/?$\";s:65:\"index.php?post_type=wpuf_subscription&name=$matches[1]&embed=true\";s:38:\"wpuf_subscription/([^/]+)/trackback/?$\";s:59:\"index.php?post_type=wpuf_subscription&name=$matches[1]&tb=1\";s:46:\"wpuf_subscription/([^/]+)/page/?([0-9]{1,})/?$\";s:72:\"index.php?post_type=wpuf_subscription&name=$matches[1]&paged=$matches[2]\";s:53:\"wpuf_subscription/([^/]+)/comment-page-([0-9]{1,})/?$\";s:72:\"index.php?post_type=wpuf_subscription&name=$matches[1]&cpage=$matches[2]\";s:42:\"wpuf_subscription/([^/]+)(?:/([0-9]+))?/?$\";s:71:\"index.php?post_type=wpuf_subscription&name=$matches[1]&page=$matches[2]\";s:34:\"wpuf_subscription/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpuf_subscription/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"wpuf_subscription/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"wpuf_subscription/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpuf_subscription/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpuf_subscription/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"ha-nav-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"ha-nav-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:79:\"ha-nav-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"ha-nav-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ha-nav-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"ha-nav-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"ha-nav-content/(.+?)/embed/?$\";s:47:\"index.php?ha_nav_content=$matches[1]&embed=true\";s:33:\"ha-nav-content/(.+?)/trackback/?$\";s:41:\"index.php?ha_nav_content=$matches[1]&tb=1\";s:41:\"ha-nav-content/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?ha_nav_content=$matches[1]&paged=$matches[2]\";s:48:\"ha-nav-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?ha_nav_content=$matches[1]&cpage=$matches[2]\";s:37:\"ha-nav-content/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?ha_nav_content=$matches[1]&page=$matches[2]\";s:43:\"buddyboss_fonts/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"buddyboss_fonts/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"buddyboss_fonts/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"buddyboss_fonts/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"buddyboss_fonts/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"buddyboss_fonts/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"buddyboss_fonts/([^/]+)/embed/?$\";s:48:\"index.php?buddyboss_fonts=$matches[1]&embed=true\";s:36:\"buddyboss_fonts/([^/]+)/trackback/?$\";s:42:\"index.php?buddyboss_fonts=$matches[1]&tb=1\";s:44:\"buddyboss_fonts/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?buddyboss_fonts=$matches[1]&paged=$matches[2]\";s:51:\"buddyboss_fonts/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?buddyboss_fonts=$matches[1]&cpage=$matches[2]\";s:40:\"buddyboss_fonts/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?buddyboss_fonts=$matches[1]&page=$matches[2]\";s:32:\"buddyboss_fonts/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"buddyboss_fonts/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"buddyboss_fonts/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"buddyboss_fonts/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"buddyboss_fonts/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"buddyboss_fonts/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:41:\"feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:36:\"(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:42:\"index.php?&page_id=10461&cpage=$matches[1]\";s:50:\"comments/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:45:\"comments/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:53:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:48:\"search/(.+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:56:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:51:\"author/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:78:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:73:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:65:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:60:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:52:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:47:\"([0-9]{4})/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:49:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:44:\"(.?.+?)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:49:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:44:\"([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}' WHERE `option_name` = 'rewrite_rules' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] UPDATE `wp_options` SET `option_value` = 'a:9:{s:5:\"today\";i:0;s:8:\"thisdate\";s:10:\"2026-01-09\";s:4:\"week\";i:0;s:8:\"thisweek\";s:2:\"36\";s:5:\"month\";i:0;s:9:\"thismonth\";s:1:\"9\";s:3:\"ytd\";i:173368;s:8:\"thisyear\";s:4:\"2026\";s:7:\"alltime\";i:1016424;}' WHERE `option_name` = 'pmpro_visits' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] UPDATE `wp_options` SET `option_value` = 'a:9:{s:5:\"today\";i:1;s:8:\"thisdate\";s:10:\"2026-01-09\";s:4:\"week\";i:1;s:8:\"thisweek\";s:2:\"36\";s:5:\"month\";i:1;s:9:\"thismonth\";s:1:\"9\";s:3:\"ytd\";i:173369;s:8:\"thisyear\";s:4:\"2026\";s:7:\"alltime\";i:1016425;}' WHERE `option_name` = 'pmpro_visits' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
روبي يعود: مسلسل “ذا بيت” يقدم أول نظرة على الموسم الثالث على الر – Filmaty
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] DELETE FROM `wp_options` WHERE `option_name` = '_elementor_design_system_sync_css_meta' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_elementor_design_system_sync_css_meta', 'a:2:{s:4:\"time\";i:1788203415;i:0;b:0;}', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`) /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] UPDATE `wp_options` SET `option_value` = 'a:9:{s:5:\"today\";i:0;s:8:\"thisdate\";s:10:\"2026-01-09\";s:4:\"week\";i:0;s:8:\"thisweek\";s:2:\"36\";s:5:\"month\";i:0;s:9:\"thismonth\";s:1:\"9\";s:3:\"ytd\";i:157478;s:8:\"thisyear\";s:4:\"2026\";s:7:\"alltime\";i:1032007;}' WHERE `option_name` = 'pmpro_views' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] UPDATE `wp_options` SET `option_value` = 'a:9:{s:5:\"today\";i:1;s:8:\"thisdate\";s:10:\"2026-01-09\";s:4:\"week\";i:1;s:8:\"thisweek\";s:2:\"36\";s:5:\"month\";i:1;s:9:\"thismonth\";s:1:\"9\";s:3:\"ytd\";i:157479;s:8:\"thisyear\";s:4:\"2026\";s:7:\"alltime\";i:1032008;}' WHERE `option_name` = 'pmpro_views' /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
روبي يعود: مسلسل “ذا بيت” يقدم أول نظرة على الموسم الثالث على الر
لم يكن سراً أن الدكتور روبي، الذي يؤدي دوره نواه وايل، سيعود إلى مستشفى بيتسبرغ في الموسم الثالث، فوايل هو بطل المسلسل وأحد منتجيه التنفيذيين. لكن السؤال كان: هل ستكون عودته بعد انتهاء إجازة روبي مباشرةً أم بعد فترة؟
يجيب الإعلان التشويقي الأول للمسلسل الدرامي الحائز على جائزة إيمي من إنتاج HBO Max على هذا السؤال: إنه اليوم الأول لعودة روبي، ويبدو أنه لا يزال لديه بعض الأمور التي يجب عليه العمل عليها.
لكن روبي ليس أول شخص يظهر أو يُسمع في الإعلان التشويقي. فبدلاً منه، يقوم الدكتور جاك أبوت (شون هاتوسي) بحشد طاقم المناوبة الليلية لإنجاز العمل قبل بدء المناوبة النهارية. يسأل الدكتور شين (كين كيربي): “اسم روبي موجود في الجدول – هل عاد أخيرًا؟”، فيجيب أبوت: “لن أصدق حتى أرى”. شاهدوا الإعلان التشويقي أدناه.
يحتوي الإعلان التشويقي أيضًا على بعض الفكاهة السوداء، حيث تقول سانتوس (إيزا بريونيس) لويتاكر (جيران هاول): “حاول ألا تقتل أحدًا اليوم” (“أجل، أنت أيضًا،” يجيب بينما يتبادلان التحية بالقبضة) وتستقبل دانا (كاثرين لاناسا) روبي قائلة: “ظننت أنك هربت وانضممت إلى السيرك”.
أعلن منتجو المسلسل سابقًا أن أحداث الموسم الثالث ستدور في فترة عيد الشكر. لا يقدم الإعلان التشويقي ومجموعة الصور تفاصيل كثيرة، لكن ظهور عدة أشخاص يرتدون معاطف ثقيلة وقبعات وأوشحة يوحي بأن الأحداث ستجري في فصل الخريف أو الشتاء، مما يجعل أحداث الموسم الجديد تقع بعد عدة أشهر من أحداث الموسم الثاني .
أعضاء فريق التمثيل باتريك بول، وفيونا دوريف، وتايلور ديردن، وشبانة عزيز، وعايشة هاريس – التي أصبحت الآن مسلسلًا منتظمًا – وسبيده موافي جميعهم على استعداد للعودة.
من المقرر عرض الموسم الثالث من مسلسل “ذا بيت” في يناير المقبل. فلماذا يتم إصدار إعلان تشويقي الآن؟ حسنًا، تجري حاليًا الجولة النهائية من التصويت على جوائز إيمي، ويتصدر المسلسل قائمة الترشيحات بـ 25 ترشيحًا .
تنتج شركة جون ويلز للإنتاج وشركة وارنر بروس للتلفزيون مسلسل The Pitt . ويشارك في الإنتاج التنفيذي مبتكر المسلسل آر. سكوت جيميل مع ويلز، ووايل، ومايكل هيسريش، وإيرين جونتو من شركة جون ويلز للإنتاج، وجو ساكس، وسيمران بايدوان، وإيلي آتي.
أكد المخرجان جو روسو وأنتوني روسو أن إعادة عرض Avengers: Endgame بعنوان Avengers: Endgame Encore ليست مجرد إعادة إصدار للفيلم، بل تتضمن مشاهد جديدة صُورت
How will it all end for Emily in Paris? Netflix has dropped a first look at the sixth and final season teasing that answer. Starring Lily Collins as Emily Cooper, Emily in Paris
Please note:
This action will also remove this member from your connections and send a report to the site admin.
Please allow a few minutes for this process to complete.
Report
You have already reported this .
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] INSERT INTO `wp_postmeta` (`post_id`, `meta_key`, `meta_value`) VALUES (14542, 'tp_widgets', 'a:2:{s:7:\"widgets\";a:0:{}s:9:\"update_at\";s:10:\"1784043509\";}') /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
WordPress database error: [The MariaDB server is running with the --read-only option so it cannot execute this statement] INSERT INTO `wp_postmeta` (`post_id`, `meta_key`, `meta_value`) VALUES (14542, '_elementor_css', 'a:1:{s:4:\"time\";i:1788203415;}') /* filmaty.com/%d8%b1%d9%88%d8%a8%d9%8a-%d9%8a%d8%b9%d9%88%d8%af-%d9%85%d8%b3%d9%84%d8%b3%d9%84-%d8%b0%d8%a7-%d8%a8%d9%8a%d8%aa-%d9%8a%d9%82%d8%af%d9%85-%d8%a3%d9%88%d9%84-%d9%86%d8%b8%d8%b1%d8%a9-%d8%b (Characters: 208) request_id: 54402032f4bd20d976c817f96253ec73 */
Discover more from Filmaty
Subscribe now to keep reading and get access to the full archive.
No Comments on روبي يعود: مسلسل “ذا بيت” يقدم أول نظرة على الموسم الثالث على الر