WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _BCD_options WHERE option_name = 'watu_show_answers' LIMIT 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO `_BCD_options` (`option_name`, `option_value`, `autoload`) VALUES ('watu_show_answers', '1', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _BCD_options WHERE option_name = 'watu_single_page' LIMIT 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO `_BCD_options` (`option_name`, `option_value`, `autoload`) VALUES ('watu_single_page', '0', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _BCD_options WHERE option_name = 'watu_answer_type' LIMIT 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO `_BCD_options` (`option_name`, `option_value`, `autoload`) VALUES ('watu_answer_type', 'radio', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW TABLES LIKE '_BCD_watu_master'

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
CREATE TABLE `_BCD_watu_master`( ID int(11) unsigned NOT NULL auto_increment, name varchar(50) NOT NULL DEFAULT '', description mediumtext NOT NULL, final_screen mediumtext NOT NULL, added_on datetime NOT NULL DEFAULT '1900-01-01', PRIMARY KEY (ID) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW TABLES LIKE '_BCD_watu_question'

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
CREATE TABLE _BCD_watu_question ( ID int(11) unsigned NOT NULL auto_increment, exam_id int(11) unsigned NOT NULL DEFAULT 0, question mediumtext NOT NULL, answer_type char(15) NOT NULL DEFAULT '', sort_order int(3) NOT NULL default 0, PRIMARY KEY (ID), KEY quiz_id (exam_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW TABLES LIKE '_BCD_watu_answer'

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
CREATE TABLE _BCD_watu_answer ( ID int(11) unsigned NOT NULL auto_increment, question_id int(11) unsigned NOT NULL, answer TEXT, correct enum('0','1') NOT NULL default '0', point DECIMAL(8,2) NOT NULL default '0.00', sort_order int(3) NOT NULL default 0, PRIMARY KEY (ID) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW TABLES LIKE '_BCD_watu_grading'

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
CREATE TABLE `_BCD_watu_grading` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `exam_id` int(11) NOT NULL DEFAULT 0, `gtitle` varchar (255) NOT NULL DEFAULT '', `gdescription` mediumtext NOT NULL, `gfrom` DECIMAL(8,2) NOT NULL default '0.00', `gto` DECIMAL(8,2) NOT NULL default '0.00', PRIMARY KEY (`ID`) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW TABLES LIKE '_BCD_watu_takings'

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
CREATE TABLE `_BCD_watu_takings` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `exam_id` int(11) NOT NULL DEFAULT 0, `user_id` int(11) NOT NULL DEFAULT 0, `ip` varchar(20) NOT NULL DEFAULT '', `date` DATE NOT NULL DEFAULT '1900-01-01', `points` INT NOT NULL DEFAULT 0, `grade_id` INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (`ID`) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
CREATE TABLE _BCD_watu_qcats ( ID int(11) UNSIGNED NOT NULL AUTO_INCREMENT, name varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (ID) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW COLUMNS FROM `_BCD_watu_master`

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE `_BCD_watu_master` ADD randomize TINYINT NOT NULL DEFAULT 0, ADD single_page TINYINT NOT NULL DEFAULT 0, ADD show_answers TINYINT NOT NULL DEFAULT 100, ADD require_login TINYINT NOT NULL DEFAULT 0, ADD notify_admin TINYINT NOT NULL DEFAULT 0, ADD randomize_answers TINYINT NOT NULL DEFAULT 0, ADD pull_random INT UNSIGNED NOT NULL DEFAULT 0, ADD dont_store_data TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD show_prev_button TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD dont_display_question_numbers TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD require_text_captcha TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD email_output TEXT, ADD notify_user TINYINT NOT NULL DEFAULT 0, ADD notify_email VARCHAR(255) NOT NULL DEFAULT '', ADD take_again TINYINT NOT NULL DEFAULT 0, ADD times_to_take TINYINT NOT NULL DEFAULT 0, ADD no_ajax TINYINT NOT NULL DEFAULT 0, ADD no_alert_unanswered TINYINT NOT NULL DEFAULT 0, ADD use_honeypot TINYINT NOT NULL DEFAULT 0, ADD save_source_url TINYINT NOT NULL DEFAULT 0, ADD advanced_settings TEXT, ADD email_subject TEXT, ADD is_scheduled TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD schedule_from DATETIME, ADD schedule_to DATETIME

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW COLUMNS FROM `_BCD_watu_grading`

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE `_BCD_watu_grading` ADD redirect_url VARCHAR(255) NOT NULL DEFAULT '', ADD moola INT NOT NULL DEFAULT 0

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
UPDATE _BCD_watu_master SET single_page = ''

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW COLUMNS FROM `_BCD_watu_question`

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE `_BCD_watu_question` ADD is_required TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD feedback TEXT, ADD is_inactive TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD is_survey TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD num_columns TINYINT NOT NULL DEFAULT 0, ADD cat_id INT NOT NULL DEFAULT 0

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW COLUMNS FROM `_BCD_watu_takings`

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE `_BCD_watu_takings` ADD result TEXT, ADD snapshot MEDIUMTEXT, ADD start_time DATETIME, ADD email VARCHAR(255) NOT NULL DEFAULT '', ADD percent_correct TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD source_url VARCHAR(255) NOT NULL DEFAULT '', ADD num_correct SMALLINT NOT NULL DEFAULT 0, ADD num_wrong SMALLINT NOT NULL DEFAULT 0, ADD num_empty SMALLINT NOT NULL DEFAULT 0

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _BCD_watu_answer CHANGE answer answer TEXT

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _BCD_options WHERE option_name = 'watu_demo_quiz_created' LIMIT 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT COUNT(ID) FROM _BCD_watu_master

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_watu_master SET name='Demo Quiz', description='This quiz is automatically created to help you get started. It will be created only once.', final_screen='<p>Congratulations - you have completed %%QUIZ_NAME%%.</p>\n\n<p>You scored %%POINTS%% points out of %%MAX-POINTS%% points total.</p>\n\n<p>Your obtained grade is <b>%%GRADE-TITLE%%</b></p><p>%%GRADE-DESCRIPTION%%</p>', added_on = CURDATE(), show_answers=1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_watu_question SET exam_id=0, question='Select the correct answer:', answer_type='radio'

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_watu_answer SET question_id=0, answer='The Earth is a star', correct='0', point=0, sort_order=1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_watu_answer SET question_id=0, answer='The Sun is a planet', correct='0', point=0, sort_order=2

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_watu_answer SET question_id=0, answer='The Earth is a planet', correct='1', point=1, sort_order=3

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_watu_question SET exam_id=0, question='Select all correct answers:', answer_type='checkbox'

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_watu_answer SET question_id=0, answer='WordPress is open source software', correct='1', point=1, sort_order=1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_watu_answer SET question_id=0, answer='There are no quiz plugins for WordPress', correct='0', point=-1, sort_order=2

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_watu_answer SET question_id=0, answer='WordPress can be used for a lot more than blogging', correct='1', point=1, sort_order=3

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_watu_question SET exam_id=0, question='Do you have any comments about this quiz?', answer_type='textarea'

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_watu_grading SET exam_id=0, gtitle='Failed', gdescription='Sorry, you could not collect enough points to pass this quiz', gfrom=-1, gto=1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_watu_grading SET exam_id=0, gtitle='Passed', gdescription='Congratulations, you passed!', gfrom=2, gto=3

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO `_BCD_options` (`option_name`, `option_value`, `autoload`) VALUES ('watu_demo_quiz_created', '1', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _BCD_watu_answer ADD INDEX `quesiton_id` (`question_id`);

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _BCD_watu_grading ADD INDEX `quiz_and_criteria` (`exam_id`, `gfrom`, `gto`);

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _BCD_watu_master ADD INDEX `name` (`name`);

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _BCD_watu_question ADD INDEX `exam_id` (`exam_id`);

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _BCD_watu_question ADD INDEX `cat_id` (`cat_id`);

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _BCD_watu_takings ADD INDEX `exam_user` (`exam_id`, `user_id`);

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _BCD_options WHERE option_name = 'watu_delete_db' LIMIT 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO `_BCD_options` (`option_name`, `option_value`, `autoload`) VALUES ('watu_delete_db', '', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO `_BCD_options` (`option_name`, `option_value`, `autoload`) VALUES ('watu_version', '2.88', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _BCD_options WHERE option_name = 'watu_admin_notice' LIMIT 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO `_BCD_options` (`option_name`, `option_value`, `autoload`) VALUES ('watu_admin_notice', '<h2>Thank you for activating Watu!</h2> <p>Please go to your <a href=\"admin.php?page=watu_exams\">Quizzes page</a> to get started! If this is the first time you have activated the plugin there will be a small demo quiz automatically created for you. Feel free to explore it to get better idea how things work.</p>', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT a.hook FROM _BCD_actionscheduler_actions a JOIN _BCD_actionscheduler_groups g ON g.group_id = a.group_id WHERE g.slug = 'wpforms' AND a.status IN ( 'in-progress', 'pending' )

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT a.action_id FROM _BCD_actionscheduler_actions a WHERE 1=1 AND a.hook='wpforms_process_entry_emails_meta_cleanup' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW FULL COLUMNS FROM `_BCD_wpforms_tasks_meta`

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT a.action_id FROM _BCD_actionscheduler_actions a WHERE 1=1 AND a.hook='wpforms_process_forms_locator_scan' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW FULL COLUMNS FROM `_BCD_wpforms_tasks_meta`

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT a.action_id FROM _BCD_actionscheduler_actions a WHERE 1=1 AND a.hook='wpforms_process_purge_spam' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW FULL COLUMNS FROM `_BCD_wpforms_tasks_meta`

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT a.action_id FROM _BCD_actionscheduler_actions a WHERE 1=1 AND a.hook='wpforms_email_summaries_fetch_info_blocks' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT group_id FROM _BCD_actionscheduler_groups WHERE slug='wpforms'

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW FULL COLUMNS FROM `_BCD_actionscheduler_groups`

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO _BCD_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` ) SELECT 'wpforms_email_summaries_fetch_info_blocks', 'pending', '2024-11-09 08:36:57', '2024-11-09 03:36:57', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1731141417;s:18:\"\0*\0first_timestamp\";i:1731141417;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1731141417;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 0, 10, '{\"tasks_meta_id\":null}' FROM DUAL WHERE ( SELECT NULL FROM DUAL ) IS NULL

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _BCD_options WHERE option_name = 'jetpack_subscriptions_login_navigation_enabled' LIMIT 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _BCD_options WHERE option_name = 'rank_math_ca_credits' LIMIT 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _BCD_options WHERE option_name = 'elementor_lazy_load_background_images' LIMIT 1

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT _BCD_posts.* FROM _BCD_posts WHERE 1=1 AND _BCD_posts.post_name = 'author_boxes_boxed' AND _BCD_posts.post_type = 'ppma_boxes' AND ((_BCD_posts.post_status = 'publish')) ORDER BY _BCD_posts.post_date DESC

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW FULL COLUMNS FROM `_BCD_wflivetraffichuman`

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SHOW FULL COLUMNS FROM `_BCD_wflivetraffichuman`

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_name, option_value FROM _BCD_options WHERE option_name IN ('_transient_doing_cron','_transient_timeout_doing_cron')

WordPress database error: [User 'inmyopi9_WPBCD' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO `_BCD_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1730958582.9900360107421875000000', 'on') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)