| Current Path : /home/flapst5/.trash/si_test6a83ecd5de2ac/sql/ |
| Current File : /home/flapst5/.trash/si_test6a83ecd5de2ac/sql/OxTXeluK_wpsp_notifications.sql |
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
DROP TABLE IF EXISTS `OxTXeluK_wpsp_notifications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `OxTXeluK_wpsp_notifications` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`remote_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`source` varchar(64) NOT NULL,
`type` varchar(64) NOT NULL,
`title` text NOT NULL,
`slug` text NOT NULL,
`content` longtext NOT NULL,
`actions` longtext DEFAULT NULL,
`conditions` longtext DEFAULT NULL,
`start` datetime DEFAULT NULL,
`end` datetime DEFAULT NULL,
`dismissed` tinyint(1) unsigned NOT NULL DEFAULT 0,
`is_dismissible` tinyint(1) unsigned NOT NULL DEFAULT 1,
`date_created` datetime NOT NULL DEFAULT current_timestamp(),
`date_modified` datetime NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`),
KEY `dismissed_start_end` (`dismissed`,`start`,`end`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
INSERT INTO `OxTXeluK_wpsp_notifications` VALUES (1,0,'internal','error','WP Simple Pay Pro is Not Fully Activated!','missing-license','Add your WP Simple Pay Pro license key to start creating payment forms, enable automatic updates, and complete activation.','[{\"type\":\"primary\",\"text\":\"Complete Activation\",\"url\":\"https:\\/\\/ekmtoronto.com\\/wp-admin\\/edit.php?post_type=simple-pay&page=simpay_settings&tab=general&subsection=license\"},{\"type\":\"secondary\",\"text\":\"Learn More\",\"url\":\"https:\\/\\/wpsimplepay.com\\/doc\\/activate-wp-simple-pay-pro-license\\/\"}]','[]','2023-11-04 02:26:42','2024-11-03 02:26:42',1,0,'2023-11-04 02:26:42','2023-11-04 23:44:00');
INSERT INTO `OxTXeluK_wpsp_notifications` VALUES (2,0,'internal','error','🚨 Missing Payment Form Fraud Protection','no-captcha','Configure a CAPTCHA solution to protect your payment forms and prevent spam, abuse, and fraudulent payments.','[{\"type\":\"primary\",\"text\":\"Configure CAPTCHA\",\"url\":\"https:\\/\\/ekmtoronto.com\\/wp-admin\\/edit.php?post_type=simple-pay&page=simpay_settings&tab=general&subsection=recaptcha\"},{\"type\":\"secondary\",\"text\":\"Learn More\",\"url\":\"https:\\/\\/wpsimplepay.com\\/doc\\/recaptcha\\/?utm_source=WordPress&utm_campaign=pro-plugin&utm_medium=notification-inbox&utm_content=Learn%20More\"}]','[]','2023-11-05 00:20:26','2024-11-04 00:20:26',0,0,'2023-11-05 00:20:26','2023-11-05 00:20:26');
INSERT INTO `OxTXeluK_wpsp_notifications` VALUES (3,0,'internal','error','An expected webhook event was not received.','webhook-event-expected','An expected webhook event has not been received. Please ensure you have properly configured your webhook endpoint in Stripe to avoid interruption of functionality.','[{\"type\":\"primary\",\"text\":\"Webhook Settings\",\"url\":\"https:\\/\\/ekmtoronto.com\\/wp-admin\\/edit.php?post_type=simple-pay&page=simpay_settings&tab=stripe&subsection=webhooks\"},{\"type\":\"secondary\",\"text\":\"Learn More\",\"url\":\"https:\\/\\/wpsimplepay.com\\/doc\\/webhooks\\/?utm_source=WordPress&utm_campaign=pro-plugin&utm_medium=notification-inbox&utm_content=Learn%20More\"}]','[]','2024-12-28 14:37:00','2025-12-28 14:37:00',1,1,'2023-11-05 01:02:43','2024-12-30 02:36:21');
INSERT INTO `OxTXeluK_wpsp_notifications` VALUES (4,0,'internal','success','Are you enjoying WP Simple Pay?','dotorg-review','It looks like you have been using WP Simple Pay for a little while now — we sure hope you\'re enjoying it.<br /><br />Could you please do us a <strong>BIG favor</strong> and give it a 5-star rating on WordPress.org to help us spread the word and boost our motivation?','[{\"type\":\"primary\",\"text\":\"Yes! I\'ll help spread the word\",\"url\":\"https:\\/\\/wordpress.org\\/support\\/plugin\\/stripe\\/reviews\\/?filter=5#new-post\"},{\"type\":\"secondary\",\"text\":\"Not really\",\"url\":\"https:\\/\\/wpsimplepay.com\\/plugin-feedback\\/?utm_source=WordPress&utm_campaign=pro-plugin&utm_medium=admin-notice&utm_content=Give%20Feedback\"}]','[]','2023-11-18 02:27:13','2033-11-15 02:27:13',0,1,'2023-11-18 02:27:13','2023-11-18 02:27:13');
INSERT INTO `OxTXeluK_wpsp_notifications` VALUES (5,0,'internal','error','[IMPORTANT] Your WP Simple Pay Pro License Has Expired!','expired-license','Renew your license to continue receiving automatic updates, technical support, and access to WP Simple Pay Pro features and functionality.','[{\"type\":\"primary\",\"text\":\"Renew License for 50% Off!\",\"url\":\"https:\\/\\/wpsimplepay.com\\/checkout?edd_license_key=c6f66911fba6f7410bcb195509bf2163&discount=SAVE50&utm_source=WordPress&utm_campaign=pro-plugin&utm_medium=notification-inbox\"},{\"type\":\"secondary\",\"text\":\"Learn More\",\"url\":\"https:\\/\\/wpsimplepay.com\\/doc\\/what-happens-if-my-license-expires\\/?utm_source=WordPress&utm_campaign=pro-plugin&utm_medium=admin-notice-expired-license\"}]','[]','2025-01-08 00:19:50','2026-01-08 00:19:50',0,0,'2024-06-29 14:29:23','2025-01-08 00:19:50');
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;